/* overrides.css — сюда добавляй стили для перезаписи */

form .big-button {
    background: var(--primary-lin_1, linear-gradient(270deg, #D1F59E 0%, #A4E28A 100%));
}

#start .section__image, #reg .section__image{
    max-height: 524px;
}

#formula .section__image{
    max-height: 594px;
}

.section__form .hero-subtitle {
    text-align: center;
    color: #0f4146;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.64px;
}

.card-title {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.44px;
}

.stat-number {
    display: block;
    font-family: "Inter Tight", serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: -0.96px;
}

.skip-nav {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-120%);
    padding: 12px 16px;
    background: #ffffff;
    color: #0f4146;
    border: 2px solid #0f4146;
    border-radius: 8px;
    z-index: 9999;
    text-decoration: none;
}

.skip-nav:focus,
.skip-nav:focus-visible {
    transform: translateY(12px);
    outline: none;
}

/*
 * Responsive images:
 * HTML attribute height="auto" is invalid, so we override via CSS.
 * Keeping width/height attributes helps reduce layout shift (CLS).
 */
img[width][height]:not(.sections__bg) {
    height: auto;
}

@media (max-width: 479px) {
    #app .section__row-container {
        flex-wrap: wrap;
    }

    #app .section__column-container {
        width: 100%;
    }
}