:root {
    --bg: #141414;
    --text: #f2f4f8;
    --muted: #9da8ba;
    --accent: #fec346;
    --green: #1cc97a;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Raleway", Arial, sans-serif;
    background: var(--bg);
    color: var(--text);
    -webkit-font-smoothing: antialiased;
}

.page {
    min-height: 100vh;
}

.container {
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
}

/* ─── Header ─── */

.header {
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(20, 20, 20, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.header__inner {
    display: flex;
    align-items: center;
    gap: 24px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    flex-shrink: 0;
}

.brand__icon {
    width: 150px;
    height: 44px;
    flex-shrink: 0;
}

.brand__text {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.brand__name {
    font-size: 15px;
    font-weight: 800;
    color: var(--text);
    letter-spacing: 0.01em;
}

.brand__sub {
    font-size: 10px;
    font-weight: 500;
    color: #7a8494;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.menu {
    display: flex;
    align-items: center;
    gap: 38px;
    margin: 0 auto;
}

.menu a {
    color: #c8d0e0;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: color 0.15s;
}

.menu a:hover {
    color: var(--text);
}

.phone-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 46px;
    padding: 0 22px;
    border-radius: 999px;
    background: var(--accent);
    color: #1a1000;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: opacity 0.15s;
}

.phone-btn:hover {
    opacity: 0.9;
}

/* ─── Hero ─── */

.hero {
    display: grid;
    grid-template-columns: 55% 45%;
    align-items: center;
    min-height: calc(100vh - 86px);
    gap: 0;
    padding: 20px 0 40px;
}

/* ─── Left content ─── */

.badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 18px;
    border-radius: 999px;
    border: 1px solid #4d3b1a;
    background: rgba(30, 22, 8, 0.7);
    color: #d8af68;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.01em;
}

h1 {
    margin-top: 24px;
    font-weight: 900;
    font-size: clamp(52px, 6.5vw, 82px);
    line-height: 0.93;
    letter-spacing: -0.025em;
    text-transform: uppercase;
}

h1 em {
    font-style: normal;
    color: var(--accent);
}

.hero__content > p {
    margin-top: 28px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.65;
    color: var(--muted);
    max-width: 400px;
}

.hero__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 38px;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    height: 54px;
    padding: 0 28px;
    border-radius: 999px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.15s, opacity 0.15s;
    cursor: pointer;
    white-space: nowrap;
}

.btn:hover {
    transform: translateY(-1px);
}

.btn--primary {
    background: var(--accent);
    color: #1a1000;
}

.btn--primary:hover {
    opacity: 0.92;
}

.btn--ghost {
    background: transparent;
    border: 1.5px solid #30394d;
    color: #dde4f0;
}

.btn--ghost:hover {
    border-color: #5a6680;
}

/* ─── Right visual ─── */

.hero__visual {
    position: relative;
    align-self: stretch;
    min-height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.driver-card {
    position: relative;
    width: 100%;
    max-width: 320px;
    aspect-ratio: 1 / 1;
}

.driver-card__photo {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.55);
    background:
        linear-gradient(
            180deg,
            rgba(80, 72, 30, 0.55) 0%,
            rgba(20, 20, 20, 0.0) 35%,
            rgba(20, 20, 20, 0.0) 60%,
            rgba(20, 20, 20, 0.5) 100%
        ),
        linear-gradient(140deg, #4a4210 0%, #d4a520 30%, #2e3040 65%, #1a1d28 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.25);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.driver-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ─── Tags (floating badges) ─── */

.tag {
    position: absolute;
    display: inline-flex;
    align-items: center;
    height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
    z-index: 2;
    box-shadow: 0 6px 20px rgba(0,0,0,0.35);
}

.tag--yellow {
    background: var(--accent);
    color: #1a1000;
    top: -19px;
    left: -20px;
}

.tag--green {
    background: var(--green);
    color: #ffffff;
    bottom: -19px;
    right: -20px;
}

/* ─── Bonuses ─── */

.bonuses {
    padding: 80px 0 60px;
}

.section-head {
    text-align: center;
    margin-bottom: 44px;
}

.section-head h2 {
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 900;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.section-head p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    color: var(--muted);
}

.bonus-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.bcard {
    position: relative;
    border-radius: 20px;
    padding: 28px 28px 24px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.bcard--gold {
    background: #1c2510;
    border: 1px solid #2e3e18;
}

.bcard--green {
    background: #0e2018;
    border: 1px solid #1a3d28;
}

.bcard__badge {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 26px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.05em;
    display: inline-flex;
    align-items: center;
}

.bcard__badge--yellow {
    background: var(--accent);
    color: #1a1000;
}

.bcard__badge--green {
    background: var(--green);
    color: #012010;
}

.bcard__head {
    display: flex;
    align-items: center;
    gap: 14px;
}

.bcard__icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.bcard__icon--yellow {
    background: rgba(254, 195, 70, 0.18);
    color: var(--accent);
}

.bcard__icon--green {
    background: rgba(28, 201, 122, 0.18);
    color: var(--green);
}

.bcard__amount {
    font-size: 26px;
    font-weight: 900;
    color: var(--accent);
    line-height: 1;
    letter-spacing: -0.02em;
}

.bcard__amount--green {
    color: var(--green);
}

.bcard__title {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 700;
    color: var(--text);
}

.bcard__desc {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.65;
    color: #b8c4d2;
}

.bcard__desc strong {
    color: var(--accent);
    font-weight: 700;
}

.bcard--green .bcard__desc strong {
    color: var(--green);
}

.bcard__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    margin: 0;
}

.bcard__list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    color: var(--text);
    line-height: 1.4;
}

.bcard__list li::before {
    content: "";
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(28, 201, 122, 0.18);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%231cc97a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 1px;
}

.bcard__example {
    margin-top: auto;
    padding: 14px 18px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.35);
    font-size: 13px;
    font-weight: 600;
    color: #9aaa88;
    text-align: center;
}

.bcard__example strong {
    color: var(--accent);
}

.bcard__example--green {
    color: #7aaa90;
}

.bcard__example--green strong {
    color: var(--green);
}

/* ─── Bonus total ─── */

.bonus-total {
    border-radius: 20px;
    background: #1a2212;
    border: 1px solid #2e4020;
    padding: 24px 32px;
}

.bonus-total__title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 800;
    color: var(--accent);
    margin-bottom: 20px;
}

.bonus-total__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.bonus-total__col {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 16px 20px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.3);
}

.bonus-total__val {
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
}

.bonus-total__val--yellow { color: var(--accent); }
.bonus-total__val--green  { color: var(--green); }
.bonus-total__val--label  { color: var(--text); font-size: 16px; }

.bonus-total__sub {
    font-size: 13px;
    font-weight: 500;
    color: var(--muted);
}

.bonus-total__big {
    font-size: 32px;
    font-weight: 900;
    color: var(--accent);
    letter-spacing: -0.02em;
    line-height: 1;
}

@media (max-width: 860px) {
    .bonus-cards {
        grid-template-columns: 1fr;
    }

    .bonus-total__grid {
        grid-template-columns: 1fr;
    }
}

/* ─── Stats ─── */

.stats {
    background: var(--accent);
    padding: 36px 0;
}

.stats__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.stats__item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 0 24px;
}

.stats__item:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.stats__value {
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 900;
    color: #1a1000;
    letter-spacing: -0.02em;
    line-height: 1;
}

.stats__label {
    font-size: 15px;
    font-weight: 600;
    color: #4b4b4b;
    line-height: 1.3;
}

/* ─── Calculator ─── */

.calc-section {
    padding: 80px 0 60px;
}

.calc-card {
    background: #181b22;
    border: 1px solid #272d3a;
    border-radius: 24px;
    overflow: hidden;
    max-width: 780px;
    margin: 0 auto;
}

.calc-block {
    padding: 28px 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.calc-divider {
    height: 1px;
    background: #272d3a;
}

.calc-row-head {
    display: flex;
    align-items: center;
    gap: 12px;
}

.calc-row-head__label {
    flex: 1;
    font-size: 15px;
    font-weight: 700;
    color: var(--text);
}

.calc-val {
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.02em;
    min-width: 36px;
    text-align: right;
}

.calc-val--yellow { color: var(--accent); }
.calc-val--green  { color: var(--green); }

/* Slider */
.calc-slider-wrap {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.calc-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 999px;
    outline: none;
    cursor: pointer;
    background: #2a2f3a;
}

.calc-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #e8eaf0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.45);
    cursor: pointer;
    transition: transform 0.1s;
}

.calc-slider::-webkit-slider-thumb:hover {
    transform: scale(1.15);
}

.calc-slider::-moz-range-thumb {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #e8eaf0;
    border: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.45);
    cursor: pointer;
}

.calc-scale {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    font-weight: 600;
    color: #4e5668;
}

/* Driver bonus row */
.calc-result-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 18px;
    border-radius: 12px;
    background: rgba(0,0,0,0.3);
    font-size: 14px;
    font-weight: 600;
    color: #8a95a8;
}

.calc-result-val {
    font-size: 16px;
    font-weight: 800;
}

/* Client rows */
.calc-client-rows {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.calc-client-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 18px;
    border-radius: 10px;
    background: rgba(0,0,0,0.25);
    font-size: 13px;
    font-weight: 600;
    color: #8a95a8;
}

.calc-client-row span:last-child {
    font-weight: 800;
    font-size: 14px;
}

/* Month bonus bar */
.calc-bonus-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 18px;
    border-radius: 12px;
    background: rgba(28, 201, 122, 0.14);
    border: 1px solid rgba(28, 201, 122, 0.25);
    font-size: 14px;
    font-weight: 700;
    color: var(--green);
}

.calc-bonus-bar__val {
    margin-left: auto;
    font-size: 16px;
    font-weight: 900;
}

/* Summary */
.calc-summary {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.calc-summary__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: var(--muted);
}

.calc-summary__row--bonus {
    color: var(--green);
    font-weight: 700;
}

/* Total */
.calc-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px;
    border-radius: 16px;
    background: linear-gradient(135deg, #1e2f10 0%, #152810 50%, #0e2018 100%);
    border: 1px solid #2a4020;
}

.calc-total__left {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.calc-total__label {
    font-size: 14px;
    font-weight: 600;
    color: #8a9880;
}

.calc-total__sub {
    font-size: 13px;
    font-weight: 600;
    color: var(--green);
}

.calc-total__amount {
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 900;
    color: var(--text);
    letter-spacing: -0.02em;
    white-space: nowrap;
}

.btn--full {
    width: 100%;
    justify-content: center;
    font-size: 16px;
}

/* ─── How it works ─── */

.how-it-works {
    padding: 80px 0 100px;
    background: #101217;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    margin-top: 60px;
}

.step {
    position: relative;
    display: flex;
    flex-direction: column;
}

.step__num {
    font-size: 100px;
    font-weight: 900;
    color: rgba(254, 195, 70, 0.15);
    line-height: 0.8;
    letter-spacing: -0.04em;
    margin-bottom: -10px;
    z-index: 0;
}

.step__title {
    font-size: 18px;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 12px;
    z-index: 1;
}

.step__desc {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    color: var(--muted);
    z-index: 1;
}

/* ─── App Screens ─── */

.app-screens {
    padding: 80px 0 100px;
    background: #141414;
}

.screens-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    margin-top: 50px;
}

.screen-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.screen-item__mockup {
    width: 100%;
    aspect-ratio: 9 / 19.5;
    background: #1e222b;
    border-radius: 36px;
    margin-bottom: 24px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
    border: 8px solid #272c36;
    display: flex;
    align-items: center;
    justify-content: center;
}

.screen-item__placeholder {
    color: #4e5668;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

.screen-item__mockup img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.screen-item__title {
    font-size: 18px;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 8px;
}

.screen-item__desc {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--muted);
    max-width: 240px;
}

/* ─── Withdrawal ─── */

.withdrawal {
    padding: 80px 0 100px;
    background: var(--bg);
}

.withdrawal__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 64px;
}

.badge--green-outline {
    border: 1px solid rgba(28, 201, 122, 0.3);
    background: rgba(28, 201, 122, 0.08);
    color: var(--green);
    margin-bottom: 24px;
}

.withdrawal__content h2 {
    font-size: clamp(32px, 4vw, 44px);
    font-weight: 900;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin-bottom: 16px;
}

.withdrawal__desc {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: var(--muted);
    margin-bottom: 40px;
    max-width: 480px;
}

.withdrawal__steps {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.withdrawal__steps li {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 15px;
    font-weight: 600;
    color: var(--text);
}

.w-step-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--green);
    color: #02200d;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Withdrawal Mockup */
.withdrawal__visual {
    display: flex;
    justify-content: center;
}

.w-card {
    width: 100%;
    max-width: 360px;
    background: #1c1e24;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 24px 48px rgba(0,0,0,0.5);
    border: 1px solid #2a2f3a;
}

.w-card__top {
    background: var(--accent);
    padding: 24px 24px 20px;
    color: #1a1000;
}

.w-card__title {
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 8px;
}

.w-card__sub {
    font-size: 12px;
    font-weight: 600;
    color: #8c6a1e;
    margin-bottom: 4px;
}

.w-card__amount {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.w-card__body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.w-input {
    background: #242830;
    border-radius: 12px;
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.w-input__label {
    font-size: 11px;
    font-weight: 600;
    color: #8a95a8;
}

.w-input__val {
    font-size: 16px;
    font-weight: 800;
    color: var(--text);
}

.w-card-select {
    background: #242830;
    border-radius: 12px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.w-card-select__icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(254, 195, 70, 0.15);
    color: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
}

.w-card-select__num {
    font-size: 14px;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 2px;
}

.w-card-select__bank {
    font-size: 11px;
    font-weight: 500;
    color: #8a95a8;
}

.w-btn {
    background: var(--green);
    color: #02200d;
    border: none;
    border-radius: 12px;
    height: 48px;
    font-size: 15px;
    font-weight: 800;
    font-family: inherit;
    cursor: pointer;
    margin-top: 8px;
}

.w-note {
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    color: #5a6680;
}

/* ─── About Company ─── */

.about-company {
    padding: 100px 0;
    background: #121316;
}

.about-company__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.brand--about {
    margin-bottom: 24px;
}

.about-company__desc {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: var(--muted);
    margin-bottom: 32px;
    max-width: 480px;
}

.about-company__desc strong {
    color: var(--accent);
}

.about-company__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.about-company__list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #c8d0e0;
}

.check-icon {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background: var(--accent);
    color: #1a1000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.about-company__stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.astat-card {
    background: #1a1c22;
    border: 1px solid #272c36;
    border-radius: 20px;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px;
}

.astat-card__val {
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -0.02em;
    line-height: 1;
}

.astat-card__val--yellow { color: var(--accent); }
.astat-card__val--green  { color: var(--green); }

.astat-card__label {
    font-size: 13px;
    font-weight: 500;
    color: #8a95a8;
}

/* ─── FAQ ─── */

.faq {
    padding: 80px 0 100px;
    background: #141414;
}

.faq__list {
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item {
    background: #1c1d21;
    border: 1px solid #272c36;
    border-radius: 20px;
    overflow: hidden;
}

.faq-item__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 32px;
    font-size: 16px;
    font-weight: 700;
    color: var(--text);
    cursor: pointer;
    list-style: none; /* Hide default arrow */
    user-select: none;
    transition: background 0.15s;
}

.faq-item__head::-webkit-details-marker {
    display: none; /* Hide default arrow in WebKit */
}

.faq-item__head:hover {
    background: #22242a;
}

.faq-item__icon {
    color: #5a6680;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s ease;
}

.faq-item[open] .faq-item__icon {
    transform: rotate(180deg);
}

.faq-item__body {
    padding: 0 32px 28px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    color: var(--muted);
}

/* ─── CTA Bottom ─── */

.cta-bottom {
    padding: 100px 0;
    background: #101217;
    text-align: center;
}

.cta-bottom__inner {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.brand--center {
    margin-bottom: 32px;
}

.cta-bottom h2 {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 900;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin-bottom: 12px;
}

.cta-bottom__desc {
    font-size: 16px;
    font-weight: 500;
    color: var(--muted);
    margin-bottom: 40px;
}

.cta-bottom__btn-wrap {
    position: relative;
    width: 100%;
    max-width: 440px;
}

.cta-bottom__btn-wrap::before {
    content: "";
    position: absolute;
    inset: -10px;
    background: var(--accent);
    filter: blur(32px);
    opacity: 0.15;
    border-radius: 999px;
    z-index: 0;
}

.btn--large {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 64px;
    font-size: 18px;
    border-radius: 20px;
}

.cta-bottom__note {
    margin-top: 20px;
    font-size: 13px;
    font-weight: 500;
    color: #4e5668;
}

/* ─── Footer ─── */

.footer {
    background: #0a0c0f;
    padding: 32px 0;
    border-top: 1px solid #1a1c22;
}

.footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand--muted {
    opacity: 0.6;
    filter: grayscale(1);
    transition: opacity 0.2s, filter 0.2s;
}

.brand--muted:hover {
    opacity: 1;
    filter: grayscale(0);
}

.footer__links {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 14px;
    font-weight: 500;
    color: #5a6680;
}

.footer__links a {
    color: #8a95a8;
    text-decoration: none;
    transition: color 0.15s;
}

.footer__links a:hover {
    color: var(--text);
}

.footer__dot {
    color: #272c36;
}

/* ─── Responsive ─── */

@media (max-width: 900px) {
    .hero {
        grid-template-columns: 1fr;
        min-height: auto;
        gap: 48px;
    }

    .steps-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 48px 32px;
    }

    .screens-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 48px 32px;
    }

    .withdrawal__inner {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .withdrawal__visual {
        order: -1;
    }

    .about-company__inner {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .hero__visual {
        min-height: auto;
        padding: 20px;
    }

    .driver-card {
        top: auto; left: auto; right: auto; bottom: auto;
        height: auto;
        margin: 20px 0;
    }

    .tag--yellow {
        top: -16px;
        left: -10px;
    }

    .tag--green {
        bottom: -16px;
        right: -10px;
    }

    .menu {
        display: none;
    }

    h1 {
        font-size: clamp(42px, 10vw, 64px);
    }
}

@media (max-width: 600px) {
    .stats__grid {
        grid-template-columns: 1fr;
    }

    .stats__item:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
        padding-bottom: 20px;
    }

    .steps-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .screens-grid {
        grid-template-columns: 1fr;
        gap: 56px;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    .about-company__stats {
        grid-template-columns: 1fr;
    }

    .faq-item__head {
        padding: 20px 24px;
        font-size: 15px;
    }

    .faq-item__body {
        padding: 0 24px 24px;
    }

    .footer__inner {
        flex-direction: column;
        gap: 24px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .hero__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .btn {
        justify-content: center;
    }

    .phone-btn span {
        display: none;
    }
}
