.hero {
    max-width: 480px;
    margin: 60px auto;
    background: black;
    padding: 50px 40px;
    border-radius: 16px;
    box-shadow: 0 10px 40px #f90;
}

.forma-zagolovok {
    color: #f90;
    font-size: 32px;
    text-align: center;
    margin-bottom: 12px;
}

.forma-podzagolovok {
    color: #aaa;
    text-align: center;
    margin-bottom: 40px;
}

.pole-group {
    margin-bottom: 24px;
}

.pole-label {
    display: block;
    color: #f90;
    font-size: 15px;
    margin-bottom: 8px;
    font-weight: bold;
}

.pole-vvoda {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #444;
    border-radius: 8px;
    background: #222;
    color: white;
    font-size: 16px;
}

.checkbox-group {
    display: flex;
    gap: 10px;
    margin: 20px 0 30px;
    color: #ddd;
    font-size: 15px;
}

.zabyli-parol {
    text-align: center;
    margin: 20px 0;
}

.zabyli-parol a {
    color: #f90;
    text-decoration: none;
}

.zabyli-parol a:hover {
    text-decoration: underline;
}

.dopolnitelno {
    text-align: center;
    margin-top: 30px;
    color: #ccc;
}

.dopolnitelno a {
    color: #f90;
    text-decoration: none;
}

.dopolnitelno a:hover {
    text-decoration: underline;
}
.checkbox-group a {
   text-decoration: none;
   color:#f90;
}