.info-page {
    background: #F4F6FA;
    color: #101C40;
}

.info-page header {
    position: static;
}

.info-page main {
    min-height: 560px;
}

.info-section {
    padding: 24px 0 92px;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 52px;
    color: #97C614;
    font-size: 14px;
}

.breadcrumbs a {
    color: #76777C;
}

.page-title {
    max-width: 820px;
    margin: 0 auto 44px;
    text-align: center;
    color: #101C40;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 700;
}

.content-narrow {
    max-width: 840px;
    margin: 0 auto;
}

.about-intro {
    display: grid;
    grid-template-columns: 1fr 283px;
    gap: 56px;
    align-items: center;
    margin-bottom: 72px;
}

.about-intro .text {
    display: grid;
    gap: 18px;
}

.about-intro img {
    width: 100%;
    border-radius: 8px;
}

.page-card {
    background: #FFFFFF;
    border: 1px solid #E2E7EF;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(16, 28, 64, 0.06);
}

.about-advantages {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 80px;
}

.about-advantage {
    padding: 28px 24px;
}

.about-advantage h3 {
    margin-bottom: 20px;
}

.about-advantage ul {
    display: grid;
    gap: 18px;
}

.icon-line {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 14px;
    align-items: start;
}

.icon-line img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    margin-top: 2px;
}

.icon-line strong {
    display: block;
    color: #4A4B50;
    margin-bottom: 4px;
}

.steps-section {
    text-align: center;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin: 28px 0 70px;
}

.step-card {
    min-height: 110px;
    padding: 20px 18px 0;
    overflow: hidden;
}

.step-number {
    display: block;
    color: #38E4BC;
    -webkit-text-stroke: 1px #A5DE07;
    font-size: 38px;
    line-height: 1;
    font-weight: 800;
}

.step-card p {
    margin-top: 12px;
    color: #4A4B50;
    font-weight: 700;
    line-height: 1.35;
}

.step-card::after {
    content: "";
    display: block;
    height: 18px;
    margin: 16px -18px 0;
    background: linear-gradient(145.92deg, #03D9FF 9.35%, #A5DE07 81.45%);
}

.cta-band {
    display: grid;
    grid-template-columns: 170px 1fr;
    gap: 28px;
    align-items: center;
    max-width: 820px;
    margin: 0 auto;
    padding: 28px 48px;
    border-radius: 8px;
    background: #101C40;
    color: #FFFFFF;
    text-align: left;
}

.cta-band img {
    width: 132px;
    justify-self: center;
}

.cta-band strong {
    display: block;
    color: #03D9FF;
    font-size: 22px;
    line-height: 1.35;
    margin-bottom: 18px;
}

.cta-band .btn {
    max-width: 260px;
    height: 36px;
    font-size: 14px;
}

.post-grid,
.stock-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 58px 46px;
}

.stock-grid {
    grid-template-columns: repeat(2, minmax(0, 235px));
    justify-content: center;
}

.post-card,
.stock-card {
    display: grid;
    gap: 12px;
}

.post-card img,
.stock-card img {
    width: 100%;
    aspect-ratio: 233 / 132;
    object-fit: cover;
    background: #EAF0F6;
}

.stock-card img {
    aspect-ratio: 235 / 154;
}

.post-card h3,
.stock-card h3 {
    color: #000000;
    font-size: 18px;
    line-height: 1.25;
}

.post-date {
    color: #97989A;
    font-size: 14px;
}

.post-card p,
.stock-card p {
    color: #76777C;
    line-height: 1.45;
}

.card-arrow {
    color: #97C614;
    font-size: 26px;
    line-height: 1;
    justify-self: end;
}

.faq-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 260px));
    justify-content: center;
    gap: 24px;
    margin-bottom: 34px;
}

.faq-tab {
    border: 0;
    border-radius: 8px;
    background: #76777C;
    color: #FFFFFF;
    padding: 22px 54px 22px 18px;
    text-align: left;
    cursor: pointer;
    position: relative;
}

.faq-tab.is-active {
    background: #101C40;
}

.faq-tab strong {
    display: block;
    font-size: 22px;
    margin-bottom: 8px;
}

.faq-tab span {
    line-height: 1.35;
}

.faq-tab::after {
    content: "↘";
    position: absolute;
    right: 14px;
    bottom: 14px;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(255,255,255,0.75);
    border-radius: 50%;
    display: grid;
    place-items: center;
}

.faq-list {
    display: grid;
    gap: 22px;
    max-width: 540px;
    margin: 0 auto;
}

.faq-panel {
    display: none;
}

.faq-panel.is-active {
    display: grid;
}

.faq-item {
    padding: 22px;
    position: relative;
}

.faq-item h3 {
    color: #4A4B50;
    font-size: 16px;
    margin-bottom: 18px;
}

.faq-item p {
    color: #76777C;
    line-height: 1.45;
}

.faq-item::after {
    content: "−";
    position: absolute;
    top: 20px;
    right: 20px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #ECEFF3;
    color: #9CA3AF;
    display: grid;
    place-items: center;
    font-weight: 800;
}

.contacts-layout {
    display: grid;
    grid-template-columns: 260px 260px;
    gap: 22px;
    justify-content: center;
    align-items: start;
}

.contact-form,
.contact-details {
    padding: 26px 22px;
}

.contact-form h2,
.contact-details h2 {
    max-width: none;
    margin: 0 0 22px;
    text-align: center;
    font-size: 18px;
    color: #4A4B50;
}

.contact-form form {
    display: grid;
    gap: 16px;
}

.contact-form input,
.contact-form textarea,
.callback-row input {
    width: 100%;
    min-height: 34px;
    border: 1px solid #D6DCE6;
    border-radius: 4px;
    background: #FFFFFF;
    padding: 8px 10px;
    color: #4A4B50;
}

.contact-form textarea {
    min-height: 58px;
    resize: vertical;
}

.contact-form button,
.callback-row button {
    width: 100%;
    min-height: 34px;
    border: 0;
    border-radius: 999px;
    background: #101C40;
    color: #FFFFFF;
    font-weight: 800;
}

.page-message {
    min-height: 18px;
    color: #76777C;
    font-size: 12px;
    line-height: 1.35;
}

.page-message.success {
    color: #157347;
}

.contact-details ul {
    display: grid;
    gap: 20px;
}

.contact-details li {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 12px;
    align-items: center;
}

.contact-icon {
    width: 28px;
    height: 28px;
    border: 1px solid #A5DE07;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #A5DE07;
    font-weight: 800;
}

.callback-row {
    display: grid;
    gap: 20px;
    max-width: 260px;
    margin-top: 26px;
}

.thanks-note {
    margin-top: 28px;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    color: #101C40;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
}

.thanks-note::after {
    content: "";
    width: 36px;
    height: 24px;
    border-radius: 10px;
    background: linear-gradient(145.92deg, #03D9FF 9.35%, #A5DE07 81.45%);
    transform: rotate(-40deg);
}

.login-page header {
    position: static;
    height: 80px;
}

.login-stage {
    min-height: calc(100vh - 80px);
    display: grid;
    place-items: center;
    gap: 24px;
    padding: 0 20px;
    background: #F4F6FA;
}

.login-card {
    width: min(100%, 390px);
    min-height: 380px;
    padding: 36px 32px 34px;
    border-radius: 20px;
    background: #FFFFFF;
    border: 1px solid #DDE3EC;
    transform: translateY(-40px);
}

.login-card h1 {
    margin: 0 0 28px;
    color: #303848;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0;
    background: none;
    -webkit-text-fill-color: initial;
}

.login-card form {
    display: grid;
    gap: 18px;
}

.login-card input {
    width: 100%;
    min-height: 40px;
    border: 1px solid #C8CDD5;
    border-radius: 4px;
    padding: 10px 16px;
    outline: none;
    color: #303848;
    font-size: 16px;
    font-weight: 500;
}

.login-card input::placeholder {
    color: #8F949C;
    opacity: 1;
}

.login-card input:focus {
    border-color: #C8CDD5;
    box-shadow: none;
}

.login-card input:invalid:not(:placeholder-shown) {
    border-color: #F49CA3;
}

.field-error {
    display: none;
    color: #E4513D;
    font-size: 12px;
    margin-top: -14px;
}

.login-card input:invalid:not(:placeholder-shown) + .field-error {
    display: block;
}

.login-card .payment-button {
    width: 100%;
    min-height: 48px;
    border: 0;
    border-radius: 999px;
    background: #101C40;
    color: #FFFFFF;
    font-weight: 800;
    font-size: 18px;
    margin-top: 10px;
    box-shadow: 0 8px 14px rgba(16, 28, 64, 0.18);
}

.access-button {
    width: 100%;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #A5DE07;
    border-radius: 999px;
    background: #FFFFFF;
    color: #101C40;
    padding: 12px 24px 12px 58px;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    transition: background .18s ease, border-color .18s ease, color .18s ease;
}

.access-button::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 50%;
    width: 18px;
    height: 18px;
    transform: translateY(-50%) rotate(-35deg);
    background:
        radial-gradient(circle at 5px 5px, transparent 0 3px, #A5DE07 3.5px 6px, transparent 6.5px),
        linear-gradient(#A5DE07, #A5DE07) 9px 7px / 11px 4px no-repeat,
        linear-gradient(#A5DE07, #A5DE07) 15px 3px / 4px 6px no-repeat;
}

.access-button:hover,
.access-button:focus-visible {
    border-color: #91D900;
    background: linear-gradient(145.92deg, rgba(3, 217, 255, .12) 9.35%, rgba(165, 222, 7, .18) 81.45%);
    color: #101C40;
}

.login-small {
    color: #76777C;
    font-size: 13px;
    line-height: 1.2;
}

.login-small a {
    color: #03D9FF;
    font-weight: 700;
}

.login-card > form > a.login-small {
    color: #03D9FF;
    margin-top: -8px;
}

.login-card > form > p.login-small {
    margin-top: 2px;
}

.login-card .page-message {
    min-height: 0;
    margin: 0;
}

.login-cabinet {
    width: min(100%, 560px);
    padding: 24px;
}

.cabinet-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.cabinet-top h2 {
    margin: 4px 0 0;
    color: #101C40;
    font-size: 24px;
    line-height: 1.2;
}

.cabinet-status {
    border-radius: 999px;
    background: #E8F7EE;
    color: #157347;
    padding: 7px 12px;
    font-weight: 800;
    font-size: 12px;
    white-space: nowrap;
}

.cabinet-status.warning {
    background: #FFF4D6;
    color: #946200;
}

.cabinet-status.closed {
    background: #EEF2F6;
    color: #4A4B50;
}

.cabinet-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.cabinet-info-grid div {
    border: 1px solid #E2E7EF;
    border-radius: 8px;
    padding: 12px;
    background: #FAFBFD;
}

.cabinet-info-grid span {
    display: block;
    color: #76777C;
    font-size: 12px;
    margin-bottom: 4px;
}

.cabinet-info-grid strong {
    display: block;
    color: #101C40;
    overflow-wrap: anywhere;
}

.cabinet-comment {
    margin: 16px 0;
    color: #4A4B50;
    line-height: 1.45;
}

@media (max-width: 900px) {
    .about-intro,
    .about-advantages,
    .contacts-layout {
        grid-template-columns: 1fr;
    }

    .about-intro img {
        max-width: 360px;
        justify-self: center;
    }

    .post-grid,
    .stock-grid,
    .steps-grid {
        grid-template-columns: 1fr;
    }

    .post-card,
    .stock-card,
    .step-card {
        max-width: 360px;
        margin: 0 auto;
        width: 100%;
    }

    .faq-tabs {
        grid-template-columns: 1fr;
    }

    .cta-band {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 28px;
    }

    .cta-band .btn {
        margin: 0 auto;
    }
}

@media (max-width: 640px) {
    .info-page main {
        min-height: auto;
    }

    .info-section {
        padding: 18px 0 56px;
    }

    .page-title {
        margin-bottom: 30px;
        font-size: 30px;
        line-height: 1.16;
    }

    .breadcrumbs {
        flex-wrap: wrap;
        margin-bottom: 30px;
        font-size: 12px;
        line-height: 1.35;
    }

    .about-intro {
        gap: 24px;
        margin-bottom: 48px;
    }

    .about-intro .text {
        gap: 14px;
    }

    .about-advantages {
        gap: 16px;
        margin-bottom: 54px;
    }

    .about-advantage,
    .contact-form,
    .contact-details,
    .faq-item {
        padding: 22px 20px;
    }

    .icon-line {
        grid-template-columns: 26px 1fr;
        gap: 12px;
    }

    .steps-grid {
        gap: 14px;
        margin-bottom: 48px;
    }

    .step-card {
        min-height: 96px;
    }

    .cta-band {
        padding: 24px 20px;
        gap: 20px;
    }

    .cta-band strong {
        font-size: 19px;
    }

    .post-grid,
    .stock-grid {
        gap: 30px;
    }

    .post-card h3,
    .stock-card h3 {
        font-size: 17px;
    }

    .faq-tabs {
        gap: 14px;
    }

    .faq-tab {
        padding: 18px 54px 18px 18px;
    }

    .faq-tab strong {
        font-size: 19px;
    }

    .faq-item h3 {
        padding-right: 30px;
    }

    .contacts-layout {
        gap: 22px;
    }

    .contact-details li {
        grid-template-columns: 32px minmax(0, 1fr);
        align-items: start;
    }

    .contact-details li > div {
        display: grid;
        gap: 3px;
        min-width: 0;
    }

    .contact-details .text,
    .contact-details strong {
        display: block;
    }

    .contact-details strong {
        overflow-wrap: anywhere;
    }

    .callback-row {
        max-width: none;
        width: 100%;
    }

    .thanks-note {
        font-size: 18px;
    }

    .login-stage {
        min-height: calc(100vh - 80px);
        padding: 0 16px;
    }

    .login-card {
        width: min(100%, 390px);
        transform: translateY(-28px);
        padding: 32px 28px;
    }

    .login-cabinet {
        padding: 20px;
    }

    .cabinet-top {
        flex-direction: column;
    }

    .cabinet-info-grid {
        grid-template-columns: 1fr;
    }
}
