@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";@font-face {
    font-family: Arial;
    src: local("Arial"),url(./Arial-Regular-DQGHNI_c.woff2) format("woff");
    font-weight: 400;
    font-style: normal
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    height: 56px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    border-radius: 12px;
    background-color: var(--c-btn-primary);
    color: #111;
    border: transparent;
    font-family: Montserrat,sans-serif;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: color .2s ease-in-out,background-color .2s ease-in-out
}

@media(min-width: 768px) {
    .button {
        font-size:20px
    }
}

.button:hover {
    background-color: var(--c-btn-primary-hover)
}

.button:active {
    background-color: var(--c-btn-primary-active)
}

.button:disabled {
    background-color: var(--c-btn-disabled)
}

.button .spinner {
    height: 34px
}

.list {
    list-style-type: none
}

.list-item {
    display: flex;
    align-items: baseline;
    margin-bottom: 16px
}

@media(min-width: 1280px) {
    .list-item {
        margin-bottom:12px
    }
}

.list-item:last-of-type {
    margin-bottom: 0
}

.list .bullet-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    height: 1lh;
    align-self: flex-start
}

.list .bullet-wrapper img {
    display: flex;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    aspect-ratio: 1/1;
    margin-right: 8px;
    object-fit: contain;
    object-position: center
}

.form {
    display: flex;
    flex-direction: column;
    gap: 16px
}

@media(min-width: 768px) {
    .form {
        gap:20px
    }
}

.input-container {
    position: relative;
    display: flex;
    flex-direction: column
}

.input-container .label {
    padding-left: 22px;
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 400;
    color: var(--c-input);
    transition: all .2s ease-in-out
}

@media(min-width: 768px) {
    .input-container .label {
        font-size:14px
    }
}

.input-container .input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    padding: 10px 22px;
    font-size: 18px;
    font-family: inherit;
    font-weight: 400;
    border: 1px solid var(--c-input);
    color: var(--c-input-hover);
    border-radius: 100px;
    outline: none;
    transition: all .2s ease-in-out
}

.input-container .input::placeholder {
    color: var(--c-input-placeholder);
    transition: all .2s ease-in-out
}

.input-container:hover .input,.input-container:hover .label {
    color: var(--c-input-hover);
    border-color: var(--c-input-hover)
}

.input-container:hover .input::placeholder {
    color: var(--c-input-hover)
}

.input-container:hover .input:-webkit-autofill {
    -webkit-text-fill-color: var(--c-input-hover)
}

.input-container:focus-within .input {
    border-color: var(--c-input-hover)
}

.input-container:focus-within .label {
    color: var(--c-input-hover)
}

.input-container:focus-within .input::placeholder {
    color: var(--c-input-placeholder)
}

.input-container.filled .label,.input-container.filled .input {
    color: var(--c-input);
    border-color: var(--c-input)
}

.input-container.filled .input:-webkit-autofill,.input-container.filled .input:-webkit-autofill:focus,.input-container.filled .input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: var(--c-input)
}

.input-container.filled:focus-within .input:-webkit-autofill {
    -webkit-text-fill-color: var(--c-input)
}

.input-container.filled:focus-within .input {
    border-color: var(--c-input)
}

.input-container.filled:focus-within .label {
    color: var(--c-input)
}

.checkbox-container {
    position: relative
}

.checkbox-label {
    display: flex;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3
}

@media(min-width: 768px) {
    .checkbox-label {
        font-size:16px
    }
}

.checkbox-label input {
    display: none
}

.checkbox-box-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    height: 1lh;
    align-self: flex-start;
    pointer-events: auto
}

.checkbox-box {
    border-radius: 4px;
    border: 1.5px solid var(--c-primary);
    width: 16px;
    height: 16px;
    margin-right: 6px;
    cursor: pointer;
    z-index: 1
}

.checkbox-label input:checked+.checkbox-box-wrapper .checkbox-box {
    background-image: url(data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjgiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDggOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02Ljg0Mzc3IDAuOTM0MjQ5QzcuMjExMzkgMS4xNzkzMyA3LjMxMDczIDEuNjc2MDMgNy4wNjU2NSAyLjA0MzY1TDMuODY1NjUgNi44NDM2NUMzLjcxNzI4IDcuMDY2MjEgMy40Njc0OSA3LjE5OTg5IDMuMjAwMDEgNy4xOTk4OUMyLjkzMjUzIDcuMTk5ODkgMi42ODI3NCA3LjA2NjIxIDIuNTM0MzcgNi44NDM2NUwwLjkzNDM3MiA0LjQ0MzY1QzAuNjg5MjkgNC4wNzYwMyAwLjc4ODYyOSAzLjU3OTMzIDEuMTU2MjUgMy4zMzQyNUMxLjUyMzg3IDMuMDg5MTcgMi4wMjA1NyAzLjE4ODUxIDIuMjY1NjUgMy41NTYxM0wzLjIwMDAxIDQuOTU3NjdMNS43MzQzNyAxLjE1NjEzQzUuOTc5NDUgMC43ODg1MDcgNi40NzYxNSAwLjY4OTE2OCA2Ljg0Mzc3IDAuOTM0MjQ5WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
    background-color: var(--c-primary);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto
}

.checkbox-text a {
    text-decoration: underline;
    text-underline-offset: 2px;
    color: inherit
}

.checkbox-text a:hover {
    color: var(--c-text-primary)
}

.form .button {
    max-width: none
}

.error {
    padding-top: 5px;
    padding-left: 22px;
    font-size: 12px;
    font-weight: 400;
    color: var(--c-error)
}

@media(min-width: 768px) {
    .error {
        font-size:13px
    }
}

.checkbox-container .error {
    padding-top: 2px
}

:root {
    font-family: Arial,ui-sans-serif,system-ui,-apple-system,Noto Sans,sans-serif;
    font-feature-settings: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
    --c-primary: rgba(255, 204, 0, 1);
    --c-background: rgba(245, 245, 245, 1);
    --c-hero-background: rgba(255, 247, 214, 1);
    --c-card-background: rgba(212, 163, 0, 1);
    --c-border: rgba(225, 228, 232, 1);
    --c-btn-primary: rgba(255, 204, 0, 1);
    --c-btn-primary-hover: rgba(230, 184, 0, 1);
    --c-btn-primary-active: rgba(204, 163, 0, 1);
    --c-btn-disabled: rgba(189, 193, 196, 1);
    --c-text-primary: rgba(64, 78, 94, 1);
    --c-text-primary-dark: rgba(0, 0, 0, 1);
    --c-input: rgba(64, 78, 94, 1);
    --c-input-hover: rgba(0, 0, 0, 1);
    --c-input-placeholder: rgba(189, 193, 196, 1);
    --c-error: rgba(255, 204, 0, 1)
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

*,*:after,*:before {
    box-sizing: border-box
}

h1,h2,h3,h4,h5,h6 {
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    line-height: 1.1;
    color: var(--c-text-primary-dark)
}

body {
    margin: 0;
    min-height: 100vh;
    color: var(--c-text-primary);
    background-color: var(--c-background)
}

.container {
    --offset: 24px;
    --content: 1180px;
    max-width: calc(var(--content) + var(--offset) * 2);
    width: 100%;
    margin: 0 auto;
    padding: 0 var(--offset)
}

@media(min-width: 768px) {
    .container {
        --offset: 32px
    }
}

.title {
    font-size: 24px;
    margin-bottom: 16px
}

@media(min-width: 1024px) {
    .title {
        font-size:32px;
        margin-bottom: 20px
    }
}

img {
    display: block
}

.main {
    display: flex;
    flex-direction: column;
    gap: 32px
}

@media(min-width: 1024px) {
    .main {
        gap:60px
    }
}

.header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 64px;
    background: rgba(255,255,255,.88);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--c-border)
}

.header-logo {
    width: 120px;
    object-fit: contain
}

.hero {
    margin-top: 24px;
    border-radius: 16px;
    background-color: var(--c-hero-background)
}

.hero .hero-logo {
    width: 100%;
    max-width: 282px
}

@media(min-width: 768px) {
    .hero {
        border-radius:0;
        background-color: transparent
    }
}

@media(min-width: 1024px) {
    .hero {
        margin-top:40px
    }
}

.hero .container {
    padding-top: 32px;
    padding-bottom: 32px
}

@media(min-width: 768px) {
    .hero .container {
        padding-top:0;
        padding-bottom: 0
    }
}

.hero-content {
    display: grid;
    gap: 24px;
    align-items: center;
    box-shadow: 0 10px 30px rgba(16,24,40,.06)
}

@media(min-width: 768px) {
    .hero-content {
        grid-template-columns:1fr 1fr;
        gap: 0;
        padding: 32px;
        border-radius: 20px;
        background-color: var(--c-hero-background)
    }
}

@media(min-width: 1280px) {
    .hero-content {
        padding:60px 25px 60px 60px
    }
}

.hero-heading {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 90%
}

@media(min-width: 768px) {
    .hero-heading {
        gap:40px
    }
}

.hero-title {
    font-size: 28px
}

@media(min-width: 1280px) {
    .hero-title {
        font-size:40px;
        margin-right: -50px
    }
}

.hero-items {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.hero-items .item {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    padding: 14px;
    border-radius: 12px;
    background-color: var(--c-background);
    overflow: hidden;
    z-index: 1
}

@media(min-width: 768px) {
    .hero-items .item {
        max-width:320px
    }
}

@media(min-width: 1920px) {
    .hero-items .item {
        max-width:324px
    }
}

.hero-items .item:first-of-type {
    align-self: flex-start
}

.hero-items .item:last-of-type {
    align-self: flex-end
}

.hero-items .item-image {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 8px;
    background-color: var(--c-primary)
}

.hero-items .item-description h4 {
    font-size: 18px;
    margin-bottom: 4px
}

@media(min-width: 1024px) {
    .hero-items .item-description h4 {
        font-size:20px
    }
}

.hero-items .item-description p {
    font-size: 14px
}

.hero-items .item-backdrop {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% + 24px);
    height: 124px;
    border: 1px solid #fff;
    border-radius: 12px
}

@media(min-width: 768px) {
    .hero-items .item-backdrop {
        width:75%
    }
}

.hero-banner img {
    width: 100%
}

.hero .button {
    display: none;
    margin-top: auto;
    width: max-content
}

@media(min-width: 768px) {
    .hero .button {
        display:flex
    }
}

.hero .button-mobile {
    display: flex;
    width: 100%
}

@media(min-width: 768px) {
    .hero .button-mobile {
        display:none
    }
}

.benefits-grid {
    display: grid;
    gap: 16px
}

@media(min-width: 768px) {
    .benefits-grid {
        grid-template-columns:repeat(3,1fr)
    }
}

@media(min-width: 1024px) {
    .benefits-grid {
        gap:20px
    }
}

.benefits .card {
    padding: 24px;
    border: 1px solid #b38f00;
    border-radius: 16px;
    overflow: hidden;
    background-color: #b38f00;
    box-shadow: 0 10px 24px rgba(179,143,0,.18)
}

@media(min-width: 1024px) {
    .benefits .card {
        padding:32px;
        border-radius: 20px
    }
}

@media(min-width: 1280px) {
    .benefits .card {
        padding:60px
    }
}

.benefits .card-title {
    font-size: 18px;
    margin-bottom: 8px;
    color: #111
}

@media(min-width: 1024px) {
    .benefits .card-title {
        font-size:24px
    }
}

.benefits .card-text {
    font-size: 16px;
    max-width: 65%;
    color: #111
}

@media(min-width: 1024px) {
    .benefits .card-text {
        font-size:18px;
        max-width: unset
    }
}

@media(min-width: 1920px) {
    .benefits .card-text {
        max-width:80%
    }
}

.how-to .how-to-img {
    width: 100%
}

.how-to .how-to-img {
    border-radius: 48px
}

.how-to .how-to-img {
    --c-hero-background: rgb(255, 230, 160);
}

.how-to .how-to-img {
    display: block;
}


.how-to-content {
    display: grid;
    gap: 16px
}

@media(min-width: 768px) {
    .how-to-content {
        grid-template-columns:1fr 1fr
    }
}

@media(min-width: 1024px) {
    .how-to-content {
        gap:20px
    }
}

.how-to-image {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background-color: var(--c-hero-background)
}

@media(min-width: 768px) {
    .how-to-image {
        border-radius:20px
    }
}

.how-to-list {
    padding: 24px;
    border: 1px solid var(--c-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(16,24,40,.05)
}

@media(min-width: 768px) {
    .how-to-list {
        padding:32px;
        border-radius: 20px
    }
}

@media(min-width: 1280px) {
    .how-to-list {
        padding:60px
    }
}

.registration-content {
    display: grid;
    gap: 16px
}

@media(min-width: 768px) {
    .registration-content {
        grid-template-columns:1fr 1fr
    }
}

@media(min-width: 1024px) {
    .registration-content {
        gap:20px
    }
}

.registration-card {
    padding: 24px;
    border: 1px solid var(--c-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(16,24,40,.05)
}

@media(min-width: 768px) {
    .registration-card {
        padding:32px;
        border-radius: 20px
    }
}

@media(min-width: 1280px) {
    .registration-card {
        padding:60px
    }
}

.footer {
    margin-top: 40px;
    padding: 40px 0;
    background-color: #111111;
    border-top: 1px solid #2a2a2a
}

@media(min-width: 1024px) {
    .footer {
        padding:60px 0
    }
}

.footer-description {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #b8b8b8;
    margin-bottom: 10px
}

@media(min-width: 1024px) {
    .footer-description {
        font-size:14px
    }
}

.footer-description:last-of-type {
    margin-bottom: 0
}

.footer-link {
    text-decoration: none;
    color: #ffffff;
    transition: all .2s ease-in-out
}

.footer-link:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
    color: var(--c-primary)
}

.modal-backdrop {
    position: fixed;
    inset: 0;
    background: #00000080;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeIn .15s ease-out;
    z-index: 5
}

.modal-content {
    background: var(--c-background);
    padding: 32px;
    border-radius: 16px;
    max-width: 700px;
    width: 100%;
    margin: 0 24px;
    box-shadow: 0 16px 40px rgba(0,0,0,.18);
    animation: scaleIn .35s ease-out;
    position: relative;
    z-index: 6
}

@media(min-width: 1024px) {
    .modal-content {
        padding:52px
    }
}

.modal-content .button {
    font-weight: 500;
    width: 100%;
    max-width: 315px;
    margin: 0 auto
}

.modal-image {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px
}

@media(min-width: 1024px) {
    .modal-image {
        width:110px;
        height: 110px
    }
}

.modal-title {
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #b38f00;
    margin-bottom: 16px
}

@media(min-width: 1024px) {
    .modal-title {
        font-size:30px
    }
}

.modal-text {
    font-size: 14px;
    text-align: center;
    color: #000;
    margin-bottom: 20px
}

@media(min-width: 1024px) {
    .modal-text {
        font-size:16px;
        margin-bottom: 42px
    }
}

.close-btn {
    position: absolute;
    padding: 5px;
    top: 10px;
    right: 10px;
    font-size: 30px;
    background: none;
    border: none;
    cursor: pointer;
    line-height: 1;
    color: #9e9e9e;
    transition: all .25s ease-out
}

.close-btn:hover {
    color: #9e9e9ebf
}

.choose-cert {
    padding-top: 60px
}

@media(max-width: 768px) {
    .choose-cert {
        padding-top:32px
    }
}

.choose-cert__title {
    margin-bottom: 24px;
    line-height: 1.1
}

@media(max-width: 768px) {
    .choose-cert__title {
        font-size:var(--h3-font-size)
    }
}

.choose-cert__list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    visibility: hidden
}

@media(hover: hover) {
    .choose-cert__list:hover>:not(:hover) {
        opacity:.5
    }
}

.choose-cert__list .cert-item {
    transition: opacity .2s ease;
    visibility: visible
}

@media(max-width: 1100px) {
    .choose-cert__list {
        grid-template-columns:repeat(4,1fr)
    }
}

@media(max-width: 768px) {
    .choose-cert__list {
        grid-template-columns:1fr
    }
}

.cert-item .cert-item__label {
    max-height: 120px
}

.cert-item:hover .cert-item__label {
    border-color: var(--blue)
}

.cert-item__label {
    border-radius: 16px;
    padding: 42px 20px;
    background: #f8f8f8;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid transparent;
    cursor: pointer;
    transition: border-color .2s ease
}

@media(max-width: 768px) {
    .cert-item__label {
        padding:30px 20px
    }
}

.cert-item__img {
    max-width: 100%;
    display: block
}

@media(max-width: 768px) {
    .cert-item__img {
        height:54px;
        width: auto
    }
}

.cert-item__check {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 12px;
    height: 12px;
    background: var(--c-background);
    border-radius: 50%;
    transition: background .2s ease
}

.cert-item__input {
    display: none
}

.cert-item__input:checked+.cert-item__label {
    border-color: #5d5d5d
}

.cert-item__input:checked+.cert-item__label .cert-item__check {
    background: #5d5d5d
}

.cert-item--golden-apple .cert-item__label {
    background: #f2f2f2;
    border-color: #f2f2f2
}

.cert-item--yandex .cert-item__label {
    background: #fff29b;
    border-color: #fff29b
}

.cert-item--ozon .cert-item__label {
    background: #b5d4ff;
    border-color: #b5d4ff
}

.cert-item--wildberries .cert-item__label {
    background: #ffd7f9;
    border-color: #ffd7f9
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        transform: scale(.9)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

body.modal-open {
    overflow: hidden;
    touch-action: none;
    overscroll-behavior: contain
}

.cert-item--golden-apple .cert-item__label {
    background-color: #D0DF00
}

.cert-item--wb .cert-item__label {
    background: #9947f4
}

.cert-item--giftery .cert-item__label {
    background: #005bff
}

.cert-item--komus .cert-item__label {
    background: #ffcc00
}

.cert-item--pyaterochka .cert-item__label {
    background: #e6dada
    border-box #000000
}

.cert-item--magnit .cert-item__label {
    background-color: #ffe9a6
}

.cert-item--pyaterocka2 .cert-item__label {
    background-color: #ffcc00
}

/* Updated benefit cards color */
.benefits .card {
    background-color: #d4a300;
    border-color: #c79a00;
}

.benefits .card-title,
.benefits .card-text {
    color: #1f1f1f;
}


.hero-content,
.how-to-image,
.how-to-list,
.registration-card,
.modal-content {
    border: 1px solid var(--c-border);
}

.hero .button,
.hero .button-mobile,
.form .button,
.modal-content .button {
    box-shadow: 0 6px 18px rgba(179,143,0,.22);
}

.hero .button:hover,
.hero .button-mobile:hover,
.form .button:hover,
.modal-content .button:hover {
    transform: translateY(-1px);
}

.footer .container {
    max-width: 900px;
}



/* === Neutral fintech refinement === */
:root {
    --c-primary: #d4a514;
    --c-background: #f5f6f8;
    --c-hero-background: #eef2f7;
    --c-card-background: #ffffff;
    --c-border: #e3e8ef;
    --c-btn-primary: #d4a514;
    --c-btn-primary-hover: #c49710;
    --c-btn-primary-active: #b4860d;
    --c-btn-disabled: #cdd4dd;
    --c-text-primary: #425466;
    --c-text-primary-dark: #16202d;
    --c-input: #6b7a8c;
    --c-input-hover: #16202d;
    --c-input-placeholder: #a8b3c2;
    --c-error: #d14343;
}

html {
    background: var(--c-background);
}

body {
    background-color: var(--c-background);
    color: var(--c-text-primary);
}

.container {
    --offset: 20px;
    --content: 1160px;
}

@media (min-width: 768px) {
    .container { --offset: 28px; }
}

.header {
    position: sticky;
    top: 0;
    z-index: 3;
    height: 72px;
    background: rgba(245, 246, 248, 0.88);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--c-border);
}

.main {
    gap: 40px;
}

@media (min-width: 1024px) {
    .main { gap: 56px; }
}

.title,
.hero-title,
.benefits .card-title,
.choose-cert__title,
.modal-title {
    letter-spacing: -0.02em;
}

.hero {
    margin-top: 20px;
    border-radius: 24px;
    background: transparent;
}

@media (min-width: 1024px) {
    .hero { margin-top: 28px; }
}

.hero .container {
    padding-top: 0;
    padding-bottom: 0;
}

.hero-content {
    gap: 24px;
    padding: 24px;
    border-radius: 28px;
    background:
      radial-gradient(circle at top right, rgba(212,165,20,.08), transparent 30%),
      linear-gradient(180deg, #f3f6fa 0%, #edf2f7 100%);
    border: 1px solid var(--c-border);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

@media (min-width: 768px) {
    .hero-content {
        grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
        gap: 28px;
        padding: 32px;
    }
}

@media (min-width: 1280px) {
    .hero-content {
        padding: 44px;
    }
}

.hero-heading {
    width: 100%;
    gap: 28px;
}

.hero-title {
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.04;
    margin-right: 0;
}

.hero-items {
    gap: 16px;
}

.hero-items .item {
    padding: 16px;
    border-radius: 18px;
    background-color: rgba(255,255,255,.92);
    border: 1px solid rgba(255,255,255,.9);
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
}

.hero-items .item-image {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    background: linear-gradient(180deg, #e0b223 0%, #c99a12 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.4);
}

.hero-items .item-backdrop {
    border: 1px solid rgba(255,255,255,.7);
    border-radius: 20px;
}

.button {
    min-height: 56px;
    height: auto;
    padding: 16px 28px;
    border-radius: 16px;
    color: #16202d;
    background: linear-gradient(180deg, #e0b223 0%, #cb9a0d 100%);
    box-shadow: 0 10px 24px rgba(203,154,13,.18);
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease;
}

.button:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(203,154,13,.22);
}

.button:active {
    transform: translateY(0);
    box-shadow: 0 8px 18px rgba(203,154,13,.18);
}

.input-container .label {
    padding-left: 18px;
    margin-bottom: 8px;
    font-size: 13px;
    color: var(--c-text-primary);
}

.input-container .input {
    padding: 15px 18px;
    font-size: 18px;
    border: 1px solid var(--c-border);
    color: var(--c-text-primary-dark);
    background: #fff;
    border-radius: 18px;
    box-shadow: inset 0 1px 2px rgba(15,23,42,.02);
}

.input-container .input::placeholder {
    color: var(--c-input-placeholder);
}

.input-container:hover .input,
.input-container:hover .label,
.input-container:focus-within .label {
    border-color: #c6d0db;
    color: var(--c-text-primary-dark);
}

.input-container:focus-within .input {
    border-color: rgba(212,165,20,.55);
    box-shadow: 0 0 0 4px rgba(212,165,20,.12);
}

.checkbox-label {
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    line-height: 1.45;
    color: var(--c-text-primary);
}

.checkbox-box-wrapper {
    height: auto;
    padding-top: 2px;
}

.checkbox-box {
    width: 18px;
    height: 18px;
    margin-right: 0;
    border-radius: 6px;
    border: 1.5px solid #c7d0db;
    background: #fff;
    transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.checkbox-label:hover .checkbox-box {
    border-color: #d4a514;
}

.checkbox-label input:checked + .checkbox-box-wrapper .checkbox-box {
    background-color: #d4a514;
    border-color: #d4a514;
    box-shadow: 0 0 0 4px rgba(212,165,20,.12);
}

.benefits-grid,
.how-to-content,
.registration-content {
    gap: 20px;
}

.benefits .card,
.how-to-list,
.registration-card,
.modal-content,
.cert-item__label {
    background: #fff;
    border: 1px solid var(--c-border);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.benefits .card,
.how-to-list,
.registration-card {
    border-radius: 24px;
}

.benefits .card {
    padding: 28px;
    overflow: visible;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.benefits .card:hover {
    transform: translateY(-2px);
    border-color: #d7dee7;
    box-shadow: 0 14px 32px rgba(15,23,42,.06);
}

@media (min-width: 1024px) {
    .benefits .card,
    .how-to-list,
    .registration-card {
        padding: 36px;
    }
}

@media (min-width: 1280px) {
    .benefits .card,
    .how-to-list,
    .registration-card {
        padding: 42px;
    }
}

.benefits .card-title {
    font-size: 24px;
    margin-bottom: 12px;
    color: var(--c-text-primary-dark);
}

.benefits .card-text {
    max-width: none;
    font-size: 17px;
    line-height: 1.55;
    color: var(--c-text-primary);
}

.how-to-image {
    border-radius: 24px;
    background:
      radial-gradient(circle at top left, rgba(212,165,20,.08), transparent 28%),
      linear-gradient(180deg, #f3f6fa 0%, #edf2f7 100%);
    border: 1px solid var(--c-border);
    overflow: hidden;
}

.how-to .how-to-img {
    border-radius: 24px;
}

.registration-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.list-item {
    align-items: flex-start;
    margin-bottom: 18px;
}

.list .bullet-wrapper img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.footer {
    position: relative;
    background: #121821;
    padding: 40px 0;
    margin-top: 0;
}

.footer .container {
    max-width: 860px;
}

.footer-description {
    font-size: 14px;
    line-height: 1.65;
    color: #b9c2cf;
    margin-bottom: 14px;
}

.footer-link {
    color: #eef2f7;
    transition: color .2s ease-in-out;
}

.footer-link:hover {
    color: #d4a514;
}

.choose-cert {
    padding-top: 16px;
}

.choose-cert__list {
    gap: 16px;
}

.cert-item__label {
    border-radius: 22px;
    padding: 28px 18px;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.cert-item__label:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(15,23,42,.06);
}

.cert-item__check {
    width: 14px;
    height: 14px;
    top: 14px;
    left: 14px;
    border: 1px solid rgba(22,32,45,.14);
}

.modal-content {
    border-radius: 24px;
}

.modal-title {
    color: var(--c-text-primary-dark);
}

.close-btn {
    color: #95a0af;
}

.close-btn:hover {
    color: #6f7c8d;
}

@media (max-width: 767px) {
    .main {
        gap: 32px;
    }

    .hero-content,
    .benefits .card,
    .how-to-list,
    .registration-card,
    .modal-content {
        border-radius: 20px;
    }

    .hero-content {
        padding: 20px;
    }

    .hero-heading {
        gap: 20px;
    }

    .hero-items .item {
        max-width: none;
    }

    .benefits-grid,
    .how-to-content,
    .registration-content,
    .choose-cert__list {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .benefits .card,
    .how-to-list,
    .registration-card {
        padding: 22px;
    }

    .input-container .input {
        font-size: 17px;
    }

    .button {
        width: 100%;
        justify-content: center;
        font-size: 18px;
    }

    .footer {
        padding: 44px 0 28px;
    }

    .footer-description {
        font-size: 13px;
        line-height: 1.55;
    }
}

/* Normalize previously changed strong accent cards back to neutral */
.benefits .card {
    background-color: #ffffff !important;
    border-color: var(--c-border) !important;
}

.benefits .card-title,
.benefits .card-text {
    color: inherit !important;
}




:root {
    --space-xs: 8px;
    --space-sm: 16px;
    --space-md: 24px;
    --space-lg: 40px;
    --space-xl: 64px;
}

/* Общий фон */
body {
    background-color: #f5f5f7;
}


/* Footer */
.footer {
    margin-top: var(--space-xl);
    padding-top: var(--space-lg);
    padding-bottom: var(--space-lg);
}

/* === MOBILE === */
@media (max-width: 768px) {
    section {
        margin-bottom: var(--space-lg);
    }

    .card,
    .registration-card {
        padding: var(--space-md);
    }

    .hero-title {
        margin-bottom: var(--space-sm);
    }
}







/* Hero promotional artwork: local asset, responsive fit */
.hero-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    overflow: visible;
}

.hero-banner .hero-banner__image {
    display: block;
    width: 100%;
    max-width: 720px;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    filter: drop-shadow(0 16px 28px rgba(15, 23, 42, .10));
}

@media (max-width: 767px) {
    .hero-banner {
        margin: 2px -8px 0;
    }

    .hero-banner .hero-banner__image {
        width: calc(100% + 16px);
        max-width: none;
        filter: drop-shadow(0 10px 20px rgba(15, 23, 42, .08));
    }
}

@media (min-width: 768px) {
    .hero-content {
        grid-template-columns: minmax(0, 1fr) minmax(400px, 0.98fr);
        gap: 20px;
        padding-right: 28px;
    }

    .hero-banner {
        justify-content: flex-end;
        align-self: center;
    }

    .hero-banner .hero-banner__image {
        width: min(116%, 700px);
        max-width: none;
        margin-right: -8px;
    }
}

@media (min-width: 1280px) {
    .hero-content {
        grid-template-columns: minmax(0, 1.02fr) minmax(460px, 1fr);
        gap: 24px;
        padding-right: 34px;
    }

    .hero-banner .hero-banner__image {
        width: min(120%, 790px);
        margin-right: -12px;
    }
}


/* Second promotional banner: local vertical artwork, balanced with the instruction card */
.how-to-image {
    min-width: 0;
    padding: 18px;
}

.how-to .how-to-img--certificates {
    display: block;
    width: min(100%, 430px);
    height: auto;
    max-height: 720px;
    margin: 0 auto;
    object-fit: contain;
    border-radius: 22px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .10);
}

@media (min-width: 768px) {
    .how-to-content {
        align-items: stretch;
        grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
        gap: 28px;
    }

    .how-to-image {
        align-self: stretch;
        padding: 22px;
    }

    .how-to .how-to-img--certificates {
        width: min(100%, 440px);
        max-height: 760px;
    }
}

@media (min-width: 1280px) {
    .how-to-content {
        grid-template-columns: minmax(430px, .9fr) minmax(0, 1.1fr);
        gap: 32px;
    }

    .how-to-image {
        padding: 26px;
    }

    .how-to .how-to-img--certificates {
        width: min(100%, 460px);
        max-height: 780px;
    }
}

@media (max-width: 767px) {
    .how-to-image {
        padding: 14px;
    }

    .how-to .how-to-img--certificates {
        width: min(100%, 390px);
        max-height: none;
        border-radius: 20px;
        box-shadow: 0 10px 24px rgba(15, 23, 42, .08);
    }
}
