/* ============ RESET ============ */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.55;
    color: #1a2436;
    background: #fff;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: #2c8ee8; text-decoration: none; }
a:hover { color: #1565a8; }
h1, h2, h3, h4 { margin: 0 0 16px; font-weight: 800; line-height: 1.2; color: #0e1726; }
p { margin: 0 0 14px; }
ul, ol { margin: 0; padding: 0; }
button { font-family: inherit; cursor: pointer; }

.container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

.h2 {
    font-size: 36px;
    font-weight: 800;
    margin: 0 0 14px;
    line-height: 1.2;
}
.lead {
    font-size: 17px;
    line-height: 1.6;
    color: #4a5260;
    max-width: 820px;
    margin: 0 0 32px;
}

/* ============ BUTTONS ============ */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 26px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.2;
    text-align: center;
    border: 2px solid transparent;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease, color 0.15s ease;
    cursor: pointer;
}
.btn--primary {
    background: linear-gradient(135deg, #2c8ee8 0%, #1565a8 100%);
    color: #fff;
    box-shadow: 0 12px 28px -10px rgba(44, 142, 232, 0.5);
}
.btn--primary:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 18px 36px -10px rgba(44, 142, 232, 0.6); }
.btn--ghost {
    background: #fff;
    color: #1565a8;
    border-color: #c2dcf5;
}
.btn--ghost:hover { background: #eef6ff; border-color: #2c8ee8; }
.btn--big { padding: 18px 34px; font-size: 17px; border-radius: 12px; }
.btn--block { display: flex; width: 100%; }

/* ============ HERO ============ */
.hero {
    padding: 24px 0 64px;
    background: linear-gradient(180deg, #f5f9ff 0%, #fff 100%);
}
.hero .container { position: relative; }
.hero__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 56px;
}
.hero__logo img { height: 32px; width: auto; }
.hero__contact a {
    font-weight: 700;
    color: #1a2436;
}
.hero__content { max-width: 920px; }

/* Декор-стопка скриншотов справа в hero (десктоп ≥1100px) */
.hero__visual {
    display: none;
    pointer-events: none;
}
@media (min-width: 1100px) {
    .hero__visual {
        display: block;
        position: absolute;
        top: 110px;
        right: 0;
        width: 380px;
    }
    .hero__content { max-width: calc(100% - 420px); }
}
.hero__stack {
    position: relative;
    height: 470px;
}
.hero__shot {
    position: absolute;
    width: 300px;
    aspect-ratio: 16 / 10;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e1e7ef;
    box-shadow: 0 30px 60px -22px rgba(20, 40, 80, 0.45);
    transition: transform 0.25s ease;
}
.hero__shot img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.hero__shot--1 {
    top: 0;
    left: 60px;
    transform: rotate(-3deg);
    z-index: 3;
}
.hero__shot--2 {
    top: 150px;
    left: 0;
    transform: rotate(3deg);
    z-index: 2;
}
.hero__shot--3 {
    top: 280px;
    left: 50px;
    transform: rotate(-2deg);
    z-index: 1;
}
.hero__visual-badge {
    position: absolute;
    bottom: -10px;
    right: -10px;
    z-index: 5;
    background: linear-gradient(135deg, #1565a8 0%, #2c8ee8 100%);
    color: #fff;
    border-radius: 14px;
    padding: 12px 20px;
    text-align: center;
    box-shadow: 0 16px 36px -10px rgba(20, 80, 130, 0.6);
}
.hero__visual-badge strong {
    display: block;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.3px;
}
.hero__visual-badge span {
    font-size: 11px;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin-top: 2px;
    display: block;
}
.hero__eyebrow {
    display: inline-block;
    padding: 6px 14px;
    background: #eef6ff;
    color: #1565a8;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.hero__title {
    font-size: 56px;
    line-height: 1.08;
    font-weight: 900;
    margin: 0 0 22px;
    color: #0e1726;
    letter-spacing: -0.5px;
}
.hero__accent {
    background: linear-gradient(135deg, #2c8ee8 0%, #1565a8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    white-space: nowrap;
}
.hero__subtitle {
    font-size: 19px;
    line-height: 1.55;
    color: #3a4456;
    margin: 0 0 32px;
    max-width: 760px;
}
.hero__price {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin: 0 0 28px;
    max-width: 620px;
}
.hero__price-card {
    background: #fff;
    border: 2px solid #e1e7ef;
    border-radius: 14px;
    padding: 18px 22px;
}
.hero__price-card--accent {
    background: linear-gradient(135deg, #eef6ff 0%, #fff 100%);
    border-color: #2c8ee8;
    box-shadow: 0 16px 36px -22px rgba(44, 142, 232, 0.45);
    position: relative;
}
.hero__price-card--accent::after {
    content: 'Выгодно';
    position: absolute;
    top: -10px;
    right: 18px;
    background: linear-gradient(135deg, #f5a623 0%, #ed8208 100%);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 999px;
    box-shadow: 0 6px 14px -6px rgba(245, 166, 35, 0.5);
}
.hero__price-label {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #6a7383;
    margin-bottom: 6px;
}
.hero__price-card--accent .hero__price-label { color: #1565a8; }
.hero__price-value {
    font-size: 28px;
    font-weight: 800;
    color: #0e1726;
    line-height: 1.1;
    margin-bottom: 4px;
}
.hero__price-card--accent .hero__price-value {
    background: linear-gradient(135deg, #2c8ee8 0%, #1565a8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.hero__price-hint {
    font-size: 12px;
    color: #6a7383;
    line-height: 1.4;
}
.hero__price-note {
    font-size: 13px;
    color: #6a7383;
    margin: 14px 0 0;
    line-height: 1.55;
    max-width: 720px;
}
.hero__price-card--accent .hero__price-hint {
    color: #1a8e3a;
    font-weight: 700;
}

@media (max-width: 600px) {
    .hero__price { grid-template-columns: 1fr; }
}

/* Hero bonus chips */
.hero__bonus {
    margin: 22px 0 28px;
    padding: 16px 18px;
    background: rgba(244, 248, 253, 0.6);
    border: 1px dashed #d2dce8;
    border-radius: 14px;
}
.hero__bonus-label {
    font-size: 13px;
    font-weight: 700;
    color: #4a5260;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.hero__bonus-chips {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.hero__bonus-chip {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    background: #fff;
    border: 1.5px solid #e1e7ef;
    border-radius: 12px;
    font-family: inherit;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}
.hero__bonus-chip:hover {
    border-color: #2c8ee8;
    transform: translateY(-2px);
    box-shadow: 0 12px 22px -16px rgba(20, 40, 80, 0.3);
}
.hero__bonus-chip-num {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 28px;
    height: 28px;
    background: #eef6ff;
    color: #1565a8;
    font-size: 12px;
    font-weight: 800;
    border-radius: 50%;
}
.hero__bonus-chip-title {
    font-size: 13px;
    font-weight: 700;
    color: #1a2436;
    line-height: 1.3;
    flex: 1;
}
.hero__bonus-chip--hot {
    border-color: #f5a623;
    background: linear-gradient(180deg, #fffbf2 0%, #fff 60%);
    padding-bottom: 34px;
}
.hero__bonus-chip--hot .hero__bonus-chip-num {
    background: #fff3d6;
    color: #8a5d12;
}
.hero__bonus-chip-flag {
    position: absolute;
    top: auto;
    bottom: 8px;
    left: 14px;
    right: auto;
    transform: none;
    padding: 4px 8px;
    background: #f5a623;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    white-space: nowrap;
}
.hero__bonus-chip--hot:hover { border-color: #c47a00; }

@media (max-width: 760px) {
    .hero__bonus-chips { grid-template-columns: 1fr; }
}

.hero__cta {
    display: flex;
    gap: 14px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.hero__trust {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
    padding-top: 32px;
    border-top: 1px dashed #c2dcf5;
}
.hero__trust li {
    display: flex;
    flex-direction: column;
}
.hero__trust strong {
    font-size: 22px;
    font-weight: 800;
    color: #1565a8;
    line-height: 1.1;
    white-space: nowrap;
}
.hero__trust span {
    font-size: 13px;
    color: #6a7383;
    margin-top: 4px;
}

@media (max-width: 760px) {
    .hero__title { font-size: 36px; letter-spacing: 0; }
    .hero__subtitle { font-size: 16px; }
    .hero__trust { gap: 16px 24px; }
    .hero__trust li { flex: 1 1 40%; }
    .hero__trust strong { white-space: normal; }
    .hero__top { margin-bottom: 32px; }
    .hero__cta { flex-direction: column; align-items: stretch; }
    .btn { width: 100%; }
}

/* ============ PROMISE ============ */
.promise { padding: 64px 0; }
.promise__card {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 44px;
    background: linear-gradient(180deg, #f2f8ff 0%, #eaf3fe 100%);
    border: 1.5px solid #d8e7f8;
    border-radius: 22px;
    text-align: center;
}
.promise__eyebrow {
    display: inline-block;
    padding: 6px 14px;
    margin-bottom: 16px;
    background: #2c8ee8;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 999px;
}
.promise__card .h2 { max-width: none; margin-bottom: 16px; }
.promise__card .lead { max-width: 720px; margin: 0 auto; }
@media (max-width: 640px) {
    .promise { padding: 44px 0; }
    .promise__card { padding: 28px 20px; border-radius: 18px; }
}

/* ============ FORWHO — Кому подходит ============ */
.forwho { padding: 60px 0 80px; }
.forwho__grid {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 28px;
}
.forwho__card {
    background: #fff;
    border: 1px solid #e6ecf2;
    border-radius: 16px;
    padding: 26px 24px;
    box-shadow: 0 10px 26px -20px rgba(20, 40, 80, 0.22);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.forwho__card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px -22px rgba(44, 142, 232, 0.35);
}
.forwho__icon {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 14px;
}
.forwho__card h3 {
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 8px;
    line-height: 1.3;
    color: #0e1726;
}
.forwho__card p {
    font-size: 14px;
    color: #4a5260;
    margin: 0;
    line-height: 1.6;
}

@media (max-width: 900px) { .forwho__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .forwho__grid { grid-template-columns: 1fr; } }

/* ============ PAINS — Боли и страхи ============ */
.pains {
    padding: 80px 0;
    background: linear-gradient(180deg, #fff 0%, #f7f9fc 100%);
}
.pains__grid {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 28px;
}
.pains__card {
    background: #fff;
    border: 1px solid #e6ecf2;
    border-left: 4px solid #e9504c;
    border-radius: 14px;
    padding: 24px 26px;
    position: relative;
    box-shadow: 0 10px 26px -22px rgba(20, 40, 80, 0.2);
}
.pains__num {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 800;
    color: #e9504c;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}
.pains__card h3 {
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1.35;
    color: #0e1726;
}
.pains__card p {
    font-size: 14px;
    color: #4a5260;
    margin: 0;
    line-height: 1.6;
}

@media (max-width: 800px) { .pains__grid { grid-template-columns: 1fr; } }

/* ============ PREVIEWS (полноценные мокапы первых экранов лендингов) ============ */
.previews {
    padding: 60px 0 80px;
    background: linear-gradient(180deg, #fff 0%, #f4f7fb 100%);
}
.previews__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 34px;
    margin: 32px 0 28px;
}
@media (min-width: 1100px) {
    .previews__grid { grid-template-columns: 1fr 1fr; gap: 30px; }
}

.preview {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 30px 60px -28px rgba(20, 40, 80, 0.45);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.preview:hover {
    transform: translateY(-5px);
    box-shadow: 0 42px 70px -28px rgba(20, 40, 80, 0.6);
}

/* Внутренний макет 16:10 — split на тёмную панель + фото */
.preview__inner {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    aspect-ratio: 16 / 10;
    background: var(--prev-bg, #1a2e1f);
    position: relative;
    overflow: hidden;
}
.preview__left {
    display: grid;
    grid-template-rows: auto 1fr auto;
    padding: 14px 18px 14px 22px;
    color: #fff;
    min-width: 0;
}
.preview__right {
    background-color: var(--prev-photo-bg, #d4a373);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.preview__right::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, var(--prev-bg, #1a2e1f) 0%, transparent 12%);
    pointer-events: none;
}

/* Mini-header сверху */
.preview__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    font-size: 9px;
    line-height: 1;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.preview__logo {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 800;
    color: #fff;
    font-size: 10px;
    letter-spacing: 0.5px;
}
.preview__logo-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    background: var(--prev-accent, #d4a373);
    color: var(--prev-bg, #1a2e1f);
    font-size: 11px;
    font-weight: 800;
}
.preview__nav {
    display: flex;
    gap: 10px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 9px;
    overflow: hidden;
    white-space: nowrap;
}
.preview__nav span:first-child { color: rgba(255, 255, 255, 0.95); }
.preview__contact {
    color: #fff;
    font-weight: 700;
    font-size: 9.5px;
    letter-spacing: 0.2px;
    white-space: nowrap;
}

/* Центральная зона */
.preview__main {
    align-self: center;
    padding: 10px 0;
    position: relative;
}
.preview__number {
    position: absolute;
    top: 4px;
    right: 0;
    font-size: 9px;
    color: rgba(255, 255, 255, 0.35);
    font-weight: 700;
    letter-spacing: 0.5px;
}
.preview__eyebrow {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 8.5px;
    color: rgba(255, 255, 255, 0.55);
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}
.preview__title {
    font-size: clamp(14px, 1.7vw, 19px);
    font-weight: 800;
    line-height: 1.18;
    margin: 0 0 6px;
    color: #fff;
    letter-spacing: -0.2px;
    overflow-wrap: break-word;
    hyphens: auto;
}
.preview__highlight {
    color: var(--prev-accent, #d4a373);
    white-space: nowrap;
}
.preview__sub {
    font-size: 10.5px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.72);
    margin: 0 0 11px;
    max-width: 95%;
}
.preview__buttons {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}
.preview__cta {
    display: inline-flex;
    align-items: center;
    padding: 6px 11px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}
.preview__cta--primary {
    background: var(--prev-accent, #d4a373);
    color: var(--prev-bg, #1a2e1f);
}
.preview__cta--secondary {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

/* Полоса features снизу */
.preview__features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.preview__feature strong {
    display: block;
    font-size: 13px;
    font-weight: 800;
    color: var(--prev-accent, #d4a373);
    line-height: 1.1;
    margin-bottom: 2px;
    letter-spacing: -0.3px;
}
.preview__feature span {
    font-size: 8.5px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.25;
}

/* Подпись под карточкой (Pinterest-style) */
.preview__caption {
    padding: 12px 18px;
    background: #fff;
    border-top: 1px solid #eef1f6;
    font-size: 12px;
    font-weight: 700;
    color: #6a7383;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

/* === Стиль B: Full-bleed overlay (фото на всю карточку + текст поверх) === */
.preview__inner--fullbleed {
    display: block;
    position: relative;
    background: var(--prev-bg, #1a2e1f);
    aspect-ratio: 16 / 10;
}
.preview__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--prev-photo-bg, #2c3845);
    z-index: 0;
}
.preview__bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.55) 45%, rgba(0, 0, 0, 0.92) 100%);
}
.preview__overlay-content {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-rows: auto 1fr;
    height: 100%;
    padding: 14px 22px 18px 22px;
    color: #fff;
}
.preview__overlay-content .preview__header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.preview__main--bottom {
    align-self: end;
    padding: 0;
}
.preview__main--bottom .preview__number {
    top: -22px;
    right: 0;
}

/* === Стиль C: Light theme + форма-карточка справа === */
.preview__inner--light {
    background: var(--prev-bg-light, #fff8f0);
    color: #1a2436;
}
.preview__inner--light .preview__left { color: #1a2436; }
.preview__inner--light .preview__title { color: #0e1726; }
.preview__inner--light .preview__sub { color: #4a5260; }
.preview__inner--light .preview__logo { color: #0e1726; }
.preview__inner--light .preview__nav { color: #6a7383; }
.preview__inner--light .preview__nav span { color: #6a7383; }
.preview__inner--light .preview__nav span:first-child { color: #1a2436; font-weight: 700; }
.preview__inner--light .preview__contact { color: #0e1726; }
.preview__inner--light .preview__number { color: rgba(0, 0, 0, 0.25); }
.preview__inner--light .preview__eyebrow {
    background: rgba(0, 0, 0, 0.06);
    color: #4a5260;
}
.preview__inner--light .preview__cta--secondary {
    color: #0e1726;
    border-color: rgba(0, 0, 0, 0.2);
}
.preview__inner--light .preview__features {
    border-top-color: rgba(0, 0, 0, 0.08);
}
.preview__inner--light .preview__feature span { color: #6a7383; }
.preview__inner--light .preview__header {
    border-bottom-color: rgba(0, 0, 0, 0.08);
}
.preview__inner--light .preview__right::before {
    background: linear-gradient(90deg, var(--prev-bg-light, #fff8f0) 0%, transparent 12%);
}

/* Форма-карточка плавающая на фото (как у Займ-мокапа) */
.preview__right--with-form {
    position: relative;
}
.preview__formcard {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 8px;
    padding: 12px 12px 10px;
    width: 50%;
    max-width: 150px;
    box-shadow: 0 12px 30px -10px rgba(0, 0, 0, 0.35);
    z-index: 2;
}
.preview__formcard-title {
    font-size: 11px;
    font-weight: 800;
    margin-bottom: 8px;
    color: #0e1726;
    line-height: 1.2;
}
.preview__formcard-field {
    background: #f4f6fa;
    border-radius: 4px;
    padding: 5px 8px;
    font-size: 9px;
    color: #9aa3b0;
    margin-bottom: 5px;
    line-height: 1.2;
}
.preview__formcard-cta {
    background: var(--prev-accent, #d4a373);
    color: #0e1726;
    padding: 7px 10px;
    border-radius: 5px;
    font-size: 9.5px;
    font-weight: 800;
    text-align: center;
    margin-top: 6px;
    line-height: 1;
}

/* === Цветовые темы (CSS-переменные для аккуратной подмены) === */

/* 1. HoReCa — тёмно-зелёный с тёплым деревом */
.preview--horeca {
    --prev-bg: #1a2e1f;
    --prev-accent: #d4a373;
    --prev-photo-bg: #6b4a2a;
}

/* 2. Вентиляция — глубокий циан с бирюзовым акцентом */
.preview--vent {
    --prev-bg: #0e3d4d;
    --prev-accent: #4ad6e2;
    --prev-photo-bg: #156478;
}

/* 3. Спецодежда — светлая кремовая тема + оранжевый акцент (style-c) */
.preview--workwear {
    --prev-bg: #1f1813;
    --prev-bg-light: #fff8ee;
    --prev-accent: #e67700;
    --prev-photo-bg: #b35400;
}

/* 4. Металлоконструкции — графит с красным акцентом */
.preview--metal {
    --prev-bg: #1f2933;
    --prev-accent: #ff6b5e;
    --prev-photo-bg: #4a5666;
}

/* 5. Аренда спецтехники — светлая тёплая тема + янтарный акцент (style-c) */
.preview--rental {
    --prev-bg: #161616;
    --prev-bg-light: #fffaeb;
    --prev-accent: #d4920a;
    --prev-photo-bg: #5c4d1f;
}

/* 6. Логистика — тёмно-зелёный с ярко-зелёным акцентом */
.preview--logistics {
    --prev-bg: #0f2a1a;
    --prev-accent: #4eba6c;
    --prev-photo-bg: #2a5a3a;
}

.previews__note {
    max-width: 880px;
    margin: 0 auto 26px;
    font-size: 14px;
    color: #6a7383;
    font-style: italic;
    line-height: 1.55;
    text-align: center;
}
.previews__cta {
    text-align: center;
}

/* Адаптив: на узких экранах усиливаем размеры */
@media (max-width: 720px) {
    .preview__inner { aspect-ratio: 4 / 3; }
    .preview__left { padding: 12px 14px 12px 16px; }
    .preview__nav { gap: 8px; }
    .preview__contact { font-size: 8.5px; }
    .preview__title { font-size: 15px; }
    .preview__sub { font-size: 10px; }
    .preview__feature strong { font-size: 12px; }
}
@media (max-width: 480px) {
    .preview__inner {
        grid-template-columns: 1fr;
        grid-template-rows: 130px 1fr;
        aspect-ratio: auto;
    }
    .preview__right { order: -1; }
    .preview__right::before { display: none; }
    .preview__left { padding: 16px; }
    .preview__title { font-size: 17px; }
}

/* ============ PREVIEWS V2 — реальные скриншоты из портфолио ============ */
.previews__grid figure.preview {
    margin: 0;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 24px 50px -28px rgba(20, 40, 80, 0.4);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
}
.previews__grid figure.preview:hover {
    transform: translateY(-5px);
    box-shadow: 0 36px 60px -28px rgba(20, 40, 80, 0.55);
}
.preview__shot {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #eef1f6;
    position: relative;
}
.preview__shot img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top center;
}
.previews__grid .preview__caption {
    padding: 14px 18px;
    background: #fff;
    border-top: 1px solid #eef1f6;
    font-size: 13px;
    font-weight: 700;
    color: #1a2436;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.4;
}

/* ============ CASES ============ */
.cases {
    padding: 60px 0 80px;
    background: #f7f9fc;
}
/* Главная мета-плашка: "этот лендинг — наша работа" */
.cases__meta {
    max-width: 880px;
    margin: 0 auto 56px;
    padding: 36px 36px 32px;
    background: linear-gradient(135deg, #1565a8 0%, #2c8ee8 100%);
    border-radius: 20px;
    color: #fff;
    text-align: center;
    box-shadow: 0 30px 60px -30px rgba(20, 60, 130, 0.6);
    position: relative;
    overflow: hidden;
}
.cases__meta::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 160px;
    height: 160px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}
.cases__meta-eyebrow {
    display: inline-block;
    padding: 6px 14px;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    position: relative;
}
.cases__meta-title {
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 18px;
    line-height: 1.25;
    color: #fff;
    position: relative;
}
.cases__meta-text {
    font-size: 16px;
    line-height: 1.65;
    margin: 0 0 14px;
    color: rgba(255, 255, 255, 0.95);
    position: relative;
}
.cases__meta-arrow {
    display: inline-block;
    font-size: 22px;
    font-weight: 800;
    color: #ffd676;
    margin: 0 4px;
    animation: cases-arrow-bounce 1.8s ease-in-out infinite;
}
@keyframes cases-arrow-bounce {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-5px); }
}
.cases__meta-sub {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-style: italic;
    position: relative;
}

/* Партнёрский саб-блок: примеры в нише */
.cases__partner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px 30px 26px;
    background: #fff;
    border: 1px dashed #c2d4ea;
    border-radius: 16px;
}
.cases__partner-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 24px;
}
.cases__partner-eyebrow {
    display: inline-block;
    padding: 4px 12px;
    background: #f0f4fa;
    color: #6a7383;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.cases__partner-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 12px;
    line-height: 1.3;
    color: #1a2433;
}
.cases__partner-lead {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    color: #4a5260;
}

.cases__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.case {
    background: #f7f9fc;
    border: 1px solid #e1e7ef;
    border-radius: 14px;
    padding: 22px 22px 20px;
}
.case__tag {
    display: inline-block;
    background: #eef6ff;
    color: #1565a8;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 11px;
    border-radius: 999px;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.case__title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 12px;
    line-height: 1.35;
}
.case__text {
    font-size: 13px;
    color: #4a5260;
    margin: 0 0 12px;
    line-height: 1.55;
}
.case__role {
    display: inline-block;
    padding: 6px 10px;
    background: #fff;
    border: 1px solid #e1e7ef;
    border-radius: 6px;
    font-size: 11px;
    color: #6a7383;
    margin-bottom: 12px;
    line-height: 1.4;
}
.case__link {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #1565a8;
    border-bottom: 1px dashed #c2dcf5;
    padding-bottom: 1px;
}
.case__link:hover { color: #2c8ee8; border-bottom-color: #2c8ee8; }
.cases__note {
    max-width: 880px;
    margin: 22px auto 0;
    text-align: center;
    font-size: 13px;
    color: #6a7383;
    font-style: italic;
    line-height: 1.55;
}

@media (max-width: 880px) {
    .cases__meta { padding: 28px 22px 24px; }
    .cases__meta-title { font-size: 22px; }
    .cases__meta-text { font-size: 15px; }
    .cases__partner { padding: 22px 18px 20px; }
    .cases__grid { grid-template-columns: 1fr; }
}

/* ============ PROBLEM (общий враг) ============ */
.problem {
    padding: 80px 0;
}
.problem__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 32px;
}
.problem__card {
    background: #fff;
    border: 1px solid #e6ecf2;
    border-radius: 14px;
    padding: 24px 22px;
    position: relative;
    transition: transform 0.15s ease;
}
.problem__card--bad {
    background: #fafbfc;
    border-color: #e6ecf2;
}
.problem__card--good {
    background: linear-gradient(135deg, #eef6ff 0%, #fff 100%);
    border-color: #2c8ee8;
    box-shadow: 0 18px 36px -22px rgba(44, 142, 232, 0.45);
}
.problem__price {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #6a7383;
    margin-bottom: 10px;
}
.problem__card--good .problem__price { color: #1565a8; }
.problem__card h3 {
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 12px;
    line-height: 1.3;
}
.problem__card p {
    font-size: 14px;
    color: #4a5260;
    line-height: 1.55;
    margin: 0 0 16px;
}
.problem__verdict {
    font-size: 13px;
    font-weight: 700;
    color: #c43b3b;
}
.problem__card--good .problem__verdict { color: #1a8e3a; }

@media (max-width: 1000px) {
    .problem__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
    .problem__grid { grid-template-columns: 1fr; }
}

/* ============ INCLUDES ============ */
.includes {
    padding: 80px 0;
    background: #f7f9fc;
}
.includes__list {
    list-style: none;
    counter-reset: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 28px;
}
.includes__list > li {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 16px;
    align-items: start;
    background: #fff;
    border: 1px solid #e6ecf2;
    border-radius: 14px;
    padding: 20px 22px;
}
.includes__num {
    display: inline-flex;
    width: 38px; height: 38px;
    align-items: center; justify-content: center;
    background: linear-gradient(135deg, #2c8ee8 0%, #1565a8 100%);
    color: #fff;
    border-radius: 50%;
    font-weight: 800;
    font-size: 17px;
}
.includes__list h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 6px;
    line-height: 1.3;
}
.includes__list p {
    font-size: 14px;
    color: #4a5260;
    margin: 0;
    line-height: 1.55;
}

@media (max-width: 800px) {
    .includes__list { grid-template-columns: 1fr; }
}

/* ============ PROCESS — таймлайн 5 шагов ============ */
.process { padding: 80px 0; }
.process__list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 32px;
}
.process__step {
    background: #fff;
    border: 1px solid #e6ecf2;
    border-radius: 16px;
    padding: 28px 28px 26px;
    position: relative;
    box-shadow: 0 10px 24px -18px rgba(20, 40, 80, 0.25);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 18px;
    align-items: start;
}
.process__step:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px -20px rgba(44, 142, 232, 0.35);
}
.process__num {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #2c8ee8 0%, #1565a8 100%);
    color: #fff;
    border-radius: 50%;
    font-weight: 800;
    font-size: 20px;
    box-shadow: 0 8px 16px -8px rgba(44, 142, 232, 0.5);
    grid-row: 1 / span 3;
}
.process__day {
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #1565a8;
    margin-bottom: 6px;
}
.process__step h3 {
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1.3;
    color: #0e1726;
}
.process__step p {
    font-size: 14px;
    color: #4a5260;
    margin: 0;
    line-height: 1.6;
    grid-column: 2;
}

@media (max-width: 900px) {
    .process__list { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
    .process__list { grid-template-columns: 1fr; }
}

/* ============ NEED — Что нужно от вас ============ */
.need { padding: 24px 0 80px; }
.need__grid {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 28px;
}
.need__card {
    background: #fff;
    border: 1px solid #e6ecf2;
    border-radius: 16px;
    padding: 26px 24px;
    box-shadow: 0 10px 26px -20px rgba(20, 40, 80, 0.22);
}
.need__icon { font-size: 32px; line-height: 1; margin-bottom: 14px; }
.need__card h3 { font-size: 17px; font-weight: 700; margin: 0 0 8px; color: #0e1726; }
.need__card p { font-size: 14px; line-height: 1.55; color: #4a5260; margin: 0; }
.need__note {
    margin-top: 24px;
    padding: 22px 26px;
    background: #fff6e9;
    border: 1px solid #f3d7a3;
    border-left: 4px solid #eaa23a;
    border-radius: 14px;
    font-size: 15.5px;
    line-height: 1.6;
    color: #5c4a26;
}
.need__note strong { color: #8a5a12; }
@media (max-width: 760px) {
    .need__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
    .need__grid { grid-template-columns: 1fr; }
}

/* ============ WHY AI ============ */
.why-ai {
    padding: 80px 0;
    background: #0e1726;
    color: #fff;
}
.why-ai .h2 { color: #fff; }
.why-ai .lead { color: #b8c2d0; }
.why-ai__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 28px;
}
.why-ai__card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 14px;
    padding: 22px 24px;
}
.why-ai__card h3 {
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 10px;
    color: #fff;
}
.why-ai__card p {
    font-size: 14px;
    color: #b8c2d0;
    margin: 0;
    line-height: 1.6;
}
.why-ai__note {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    color: #d4dce6;
    padding: 20px 24px;
    border-top: 1px dashed rgba(255,255,255,0.18);
    line-height: 1.55;
}

@media (max-width: 760px) {
    .why-ai__grid { grid-template-columns: 1fr; }
}

/* ============ METHOD — Методология ============ */
.method { padding: 80px 0; background: #f7f9fc; }
.method__head { max-width: 880px; }
.method__eyebrow {
    display: inline-block;
    padding: 6px 14px;
    background: #eef6ff;
    color: #1565a8;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.method__head .lead { margin: 0 0 32px; }
.method__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 14px;
    margin-bottom: 28px;
}
.method__card {
    background: #fff;
    border: 1px solid #e6ecf2;
    border-radius: 14px;
    padding: 22px 22px 20px;
    box-shadow: 0 8px 22px -18px rgba(20, 40, 80, 0.25);
}
.method__role {
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #1565a8;
    margin-bottom: 10px;
}
.method__card h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1.3;
    color: #0e1726;
}
.method__card p {
    font-size: 13px;
    color: #4a5260;
    margin: 0;
    line-height: 1.55;
}
.method__note {
    max-width: 880px;
    margin: 14px auto 0;
    text-align: center;
    font-size: 15px;
    color: #1a2436;
    padding: 18px 22px;
    background: #eef6ff;
    border-radius: 12px;
    line-height: 1.55;
}

@media (max-width: 960px) {
    .method__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
    .method__grid { grid-template-columns: 1fr; }
}

/* ============ FOUNDER ============ */
.founder { padding: 80px 0; }
.founder__inner {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 48px;
    align-items: center;
}
.founder__photo img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 30px 60px -30px rgba(20, 40, 80, 0.4);
}
.founder__eyebrow {
    display: inline-block;
    padding: 6px 14px;
    background: #eef6ff;
    color: #1565a8;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.founder__title {
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 18px;
    line-height: 1.25;
}
.founder p {
    font-size: 15px;
    color: #4a5260;
    margin: 0 0 14px;
    line-height: 1.65;
}
.founder__pledge {
    margin-top: 18px !important;
    padding: 14px 18px;
    background: #fff8e6;
    border-left: 4px solid #f5a623;
    border-radius: 6px;
    font-size: 15px !important;
    color: #6a4d12 !important;
}

@media (max-width: 800px) {
    .founder__inner { grid-template-columns: 1fr; gap: 24px; }
    .founder__photo { max-width: 280px; margin: 0 auto; }
}

/* ============ REVIEWS ============ */
.reviews {
    padding: 80px 0;
    background: #f7f9fc;
}
.reviews__head {
    max-width: 820px;
    margin: 0 0 36px;
}
.reviews__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    max-width: 880px;
    margin: 0 auto 48px;
    background: #fff;
    border: 1px solid #e1e7ef;
    border-radius: 16px;
    padding: 22px 18px;
    box-shadow: 0 12px 30px -22px rgba(20, 40, 80, 0.25);
}
.reviews__stat {
    text-align: center;
    padding: 6px 8px;
    border-right: 1px solid #eef1f6;
}
.reviews__stat:last-child { border-right: 0; }
.reviews__stat strong {
    display: block;
    font-size: 30px;
    font-weight: 800;
    color: #1565a8;
    line-height: 1;
    margin-bottom: 6px;
}
.reviews__stat span {
    font-size: 13px;
    color: #4a5260;
    line-height: 1.4;
}
.reviews__subtitle {
    font-size: 20px;
    font-weight: 700;
    margin: 36px 0 18px;
    text-align: center;
}
.reviews__videos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    max-width: 1000px;
    margin: 0 auto;
}
.reviews__video {
    background: #fff;
    border: 1px solid #e1e7ef;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 12px 30px -22px rgba(20, 40, 80, 0.3);
}
.reviews__video video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
    object-fit: cover;
}
.reviews__video-caption {
    padding: 14px 16px;
    font-size: 13px;
    color: #4a5260;
    line-height: 1.5;
}
.reviews__chats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    max-width: 1000px;
    margin: 0 auto;
}
.reviews__chat {
    display: block;
    border: 1px solid #e1e7ef;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 20px -16px rgba(20, 40, 80, 0.25);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.reviews__chat:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px -18px rgba(20, 40, 80, 0.4);
}
.reviews__chat img {
    display: block;
    width: 100%;
    height: auto;
}
.reviews__public {
    text-align: center;
    margin: 36px auto 0;
    max-width: 760px;
    font-size: 14px;
    color: #4a5260;
    line-height: 1.6;
}
.reviews__public a {
    color: #1565a8;
    font-weight: 700;
    border-bottom: 1px dashed #c2dcf5;
}
.reviews__public a:hover { color: #2c8ee8; }

@media (max-width: 880px) {
    .reviews__stats { grid-template-columns: 1fr; }
    .reviews__stat { border-right: 0; border-bottom: 1px solid #eef1f6; padding: 14px 6px; }
    .reviews__stat:last-child { border-bottom: 0; }
    .reviews__videos { grid-template-columns: 1fr; }
    .reviews__chats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
    .reviews__chats { grid-template-columns: 1fr; }
}

/* ============ GUARANTEES ============ */
.guarantees {
    padding: 80px 0;
    background: #f7f9fc;
}
.guarantees__grid {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    margin-top: 28px;
}
.guarantees__grid li {
    background: #fff;
    border: 1px solid #e6ecf2;
    border-left: 4px solid #1a8e3a;
    border-radius: 12px;
    padding: 22px 22px 20px;
    box-shadow: 0 8px 22px -16px rgba(20, 40, 80, 0.22);
}
.guarantees__grid h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 8px;
    line-height: 1.3;
}
.guarantees__grid p {
    font-size: 14px;
    color: #4a5260;
    margin: 0;
    line-height: 1.55;
}

@media (max-width: 880px) { .guarantees__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .guarantees__grid { grid-template-columns: 1fr; } }

/* ============ BONUS (выбор подарка) ============ */
.bonus {
    padding: 80px 0;
    background: linear-gradient(180deg, #f7f9fc 0%, #fff 100%);
}
.bonus__head {
    max-width: 820px;
    margin: 0 0 40px;
}
.bonus__eyebrow {
    display: inline-block;
    padding: 6px 14px;
    background: #eef6ff;
    color: #1565a8;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.bonus__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: stretch;
}
.bonus__card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e1e7ef;
    border-radius: 18px;
    padding: 30px 26px 26px;
    box-shadow: 0 16px 36px -24px rgba(20, 40, 80, 0.3);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.bonus__card:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 44px -22px rgba(20, 40, 80, 0.4);
}
.bonus__card--hot {
    border: 2px solid #f5a623;
    background: linear-gradient(180deg, #fffbf2 0%, #fff 60%);
}
.bonus__num {
    position: absolute;
    top: 18px;
    right: 22px;
    font-size: 36px;
    font-weight: 800;
    color: #e1e7ef;
    line-height: 1;
}
.bonus__tag {
    display: inline-block;
    background: #eef6ff;
    color: #1565a8;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 11px;
    border-radius: 999px;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.bonus__tag--hot {
    background: #fff3d6;
    color: #8a5d12;
}
.bonus__title {
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 18px;
    line-height: 1.3;
}
.bonus__list {
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
    flex-grow: 1;
}
.bonus__list li {
    position: relative;
    padding: 0 0 0 22px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #4a5260;
    line-height: 1.55;
}
.bonus__list li:last-child { margin-bottom: 0; }
.bonus__list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: #1565a8;
    font-weight: 800;
    font-size: 15px;
}
.bonus__card--hot .bonus__list li::before { color: #c47a00; }
.bonus__note {
    margin: 16px 0 0;
    padding: 12px 14px;
    background: #f7f9fc;
    border-radius: 8px;
    font-size: 13px;
    color: #6a7383;
    line-height: 1.5;
}
.bonus__card--hot .bonus__note {
    background: #fff8e6;
    color: #6a4d12;
}
.bonus__note a {
    color: inherit;
    border-bottom: 1px dashed currentColor;
}
.bonus__footnote {
    text-align: center;
    max-width: 720px;
    margin: 32px auto 0;
    font-size: 14px;
    color: #6a7383;
    font-style: italic;
    line-height: 1.55;
}

@media (max-width: 980px) {
    .bonus__grid { grid-template-columns: 1fr; gap: 16px; }
    .bonus__card { padding: 26px 22px 22px; }
}

/* ============ FAQ ============ */
.faq { padding: 80px 0; }
.faq__list {
    display: grid;
    gap: 10px;
    max-width: 880px;
    margin: 28px auto 0;
}
.faq details {
    background: #fff;
    border: 1px solid #e6ecf2;
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow 0.15s ease;
}
.faq details[open] { box-shadow: 0 14px 28px -20px rgba(20, 40, 80, 0.3); }
.faq summary {
    list-style: none;
    cursor: pointer;
    padding: 18px 24px 18px 56px;
    position: relative;
    font-weight: 700;
    font-size: 16px;
    color: #1a2436;
    line-height: 1.4;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::before {
    content: '+';
    position: absolute;
    left: 22px; top: 50%;
    transform: translateY(-50%);
    width: 22px; height: 22px;
    display: inline-flex; align-items: center; justify-content: center;
    background: #2c8ee8;
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
}
.faq details[open] summary::before { content: '−'; }
.faq details p {
    margin: 0;
    padding: 0 24px 20px 56px;
    color: #4a5260;
    font-size: 15px;
    line-height: 1.65;
}

/* ============ DEADLINE — баннер со скидкой + таймер ============ */
.deadline {
    padding: 40px 0;
}
.deadline__card {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 32px;
    align-items: center;
    background: linear-gradient(135deg, #fff8e6 0%, #fef4d6 100%);
    border: 2px solid #f5a623;
    border-radius: 20px;
    padding: 28px 32px;
    box-shadow: 0 24px 50px -30px rgba(245, 166, 35, 0.4);
}
.deadline__eyebrow {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #b16a00;
    margin-bottom: 8px;
}
.deadline__title {
    font-size: 22px;
    font-weight: 800;
    color: #0e1726;
    line-height: 1.3;
    margin: 0 0 8px;
}
.deadline__strike {
    text-decoration: line-through;
    color: #8a8474;
    font-weight: 600;
    margin-right: 6px;
    font-size: 18px;
}
.deadline__price {
    background: linear-gradient(135deg, #2c8ee8 0%, #1565a8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
}
.deadline__sub {
    font-size: 14px;
    color: #5a4d2a;
    margin: 0;
    line-height: 1.55;
}
.deadline__timer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}
.deadline__cell {
    background: #fff;
    border: 1px solid #f5deb3;
    border-radius: 12px;
    padding: 14px 6px;
    text-align: center;
    box-shadow: 0 6px 18px -10px rgba(245, 166, 35, 0.4);
}
.deadline__num {
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 900;
    color: #b16a00;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}
.deadline__lbl {
    font-size: 11px;
    color: #8a7449;
    margin-top: 4px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

@media (max-width: 760px) {
    .deadline__card {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 22px 22px;
    }
    .deadline__title { font-size: 18px; }
    .deadline__num { font-size: 22px; }
}

/* ============ MODAL (попап брони) ============ */
.modal {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: none;
    align-items: flex-start;
    justify-content: center;
    overflow-y: auto;
    padding: 20px 12px;
}
.modal.is-open {
    display: flex;
    animation: modal-fade 0.18s ease-out;
}
.modal__overlay {
    position: fixed;
    inset: 0;
    background: rgba(14, 23, 38, 0.78);
    backdrop-filter: blur(4px);
    cursor: pointer;
}
.modal__panel {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 920px;
    margin: auto;
    animation: modal-scale 0.22s cubic-bezier(0.2, 0.8, 0.3, 1.05);
}
@keyframes modal-fade {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@keyframes modal-scale {
    from { opacity: 0; transform: translateY(20px) scale(0.97); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}
.modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #1a2436;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px -8px rgba(0, 0, 0, 0.3);
    transition: transform 0.12s ease, background 0.12s ease;
}
.modal__close:hover {
    transform: rotate(90deg);
    background: #fff;
}
body.modal-open {
    overflow: hidden;
}

/* ============ BRIEF (секция-обёртка для формы; та же карточка переносится в модал) ============ */
.brief {
    padding: 80px 0;
    background: linear-gradient(135deg, #0e1726 0%, #1a2c4a 100%);
}
.brief .container { position: relative; }


.brief__card {
    background: #fff;
    border-radius: 24px;
    padding: 48px 44px;
    max-width: 920px;
    margin: 0 auto;
    box-shadow: 0 40px 80px -30px rgba(0, 0, 0, 0.4);
}
.brief__eyebrow {
    display: block;
    width: max-content;
    padding: 6px 14px;
    background: #fff3d6;
    color: #8a5d12;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    margin: 0 auto 14px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}
.brief__title {
    font-size: 30px;
    font-weight: 800;
    margin: 0 0 12px;
    text-align: center;
    line-height: 1.2;
}
.brief__sub {
    text-align: center;
    color: #4a5260;
    margin: 0 auto 26px;
    max-width: 640px;
    line-height: 1.6;
}

/* Таймер в форме */
.brief__timer {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 22px;
    padding: 18px 22px;
    margin: 0 0 28px;
    background: linear-gradient(135deg, #fff8e6 0%, #ffeec0 100%);
    border: 1px solid #f0d68a;
    border-radius: 12px;
}
.brief__timer-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.brief__timer-text strong {
    font-size: 16px;
    color: #6a4d12;
    font-weight: 800;
    line-height: 1.3;
}
.brief__timer-text span {
    font-size: 13px;
    color: #8a6d2c;
    line-height: 1.4;
}
.brief__timer-cells {
    display: flex;
    gap: 8px;
}
.brief__timer-cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 48px;
    padding: 8px 6px;
    background: #fff;
    border: 1px solid #f0d68a;
    border-radius: 8px;
}
.brief__timer-num {
    font-size: 22px;
    font-weight: 800;
    color: #6a4d12;
    line-height: 1;
}
.brief__timer-lbl {
    font-size: 10px;
    color: #8a6d2c;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-top: 3px;
}

/* Выбор бонуса (radio cards) */
.brief__bonus {
    margin: 0 0 22px;
    padding: 22px 22px 20px;
    background: #f7f9fc;
    border: 1px solid #e1e7ef;
    border-radius: 14px;
}
.brief__bonus-label {
    font-size: 15px;
    font-weight: 700;
    color: #1a2436;
    margin-bottom: 14px;
}
.brief__bonus-hint {
    font-weight: 500;
    color: #6a7383;
    font-size: 13px;
}
.brief__bonus-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.brief__bonus-card {
    position: relative;
    display: block;
    cursor: pointer;
}
.brief__bonus-card input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.brief__bonus-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 16px 14px;
    background: #fff;
    border: 2px solid #e1e7ef;
    border-radius: 12px;
    transition: border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}
.brief__bonus-card:hover .brief__bonus-content {
    border-color: #c2dcf5;
    transform: translateY(-2px);
    box-shadow: 0 12px 22px -16px rgba(20, 40, 80, 0.3);
}
.brief__bonus-card input[type="radio"]:checked + .brief__bonus-content {
    border-color: #2c8ee8;
    background: #f5fafd;
    box-shadow: 0 0 0 3px rgba(44, 142, 232, 0.18);
}
.brief__bonus-card--hot input[type="radio"]:checked + .brief__bonus-content {
    border-color: #f5a623;
    background: #fffbf2;
    box-shadow: 0 0 0 3px rgba(245, 166, 35, 0.22);
}
.brief__bonus-num {
    font-size: 13px;
    font-weight: 800;
    color: #c2cdd9;
    margin-bottom: 4px;
}
.brief__bonus-tag {
    display: inline-block;
    align-self: flex-start;
    background: #fff3d6;
    color: #8a5d12;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 999px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.brief__bonus-title {
    font-size: 14px;
    font-weight: 700;
    color: #1a2436;
    margin-bottom: 6px;
    line-height: 1.3;
}
.brief__bonus-desc {
    font-size: 12px;
    color: #4a5260;
    line-height: 1.45;
}

/* 2-column fields */
.brief__fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 14px;
}

@media (max-width: 720px) {
    .brief__timer { grid-template-columns: 1fr; gap: 14px; }
    .brief__timer-cells { justify-content: center; }
    .brief__bonus-grid { grid-template-columns: 1fr; }
    .brief__fields { grid-template-columns: 1fr; }
}
.brief__list {
    list-style: none;
    margin: 0 0 28px;
    padding: 18px 22px;
    background: #f5f9ff;
    border-radius: 12px;
}
.brief__list li {
    font-size: 15px;
    color: #1a2436;
    padding: 4px 0;
    line-height: 1.5;
}
.brief__form {
    display: grid;
    gap: 14px;
    margin-bottom: 24px;
}
.brief__field { display: grid; gap: 6px; }
.brief__field label {
    font-size: 13px;
    font-weight: 600;
    color: #4a5260;
}
.brief__field input[type="text"] {
    padding: 13px 16px;
    border: 1.5px solid #d9e2ec;
    border-radius: 10px;
    font-size: 15px;
    font-family: inherit;
    color: #1a2436;
    background: #fff;
    transition: border-color 0.15s ease;
}
.brief__field input[type="text"]:focus {
    outline: none;
    border-color: #2c8ee8;
}
.brief__field--check {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    margin-top: 4px;
}
.brief__field--check input[type="checkbox"] {
    margin-top: 3px;
    flex: 0 0 16px;
    accent-color: #2c8ee8;
}
.brief__field--check label {
    font-size: 13px;
    color: #6a7383;
    line-height: 1.5;
}
.brief__note {
    text-align: center;
    font-size: 13px;
    color: #6a7383;
    font-style: italic;
    margin: 10px 0 0;
}
.brief__alt {
    text-align: center;
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px dashed #d9e2ec;
}
.brief__alt p {
    color: #4a5260;
    margin: 0 0 12px;
    font-size: 14px;
}
.brief__channels {
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
}
.brief__channels .btn { padding: 10px 18px; font-size: 14px; }

@media (max-width: 600px) {
    .brief__card { padding: 32px 22px; }
    .brief__title { font-size: 24px; }
}

/* ============ FOOTER ============ */
.foot {
    padding: 48px 0 32px;
    background: #0e1726;
    color: #b8c2d0;
    font-size: 13px;
}
.foot__row {
    display: grid;
    grid-template-columns: 280px 1fr 1fr;
    gap: 32px;
    margin-bottom: 28px;
}
.foot__brand img { height: 32px; }
.foot__tagline {
    margin: 14px 0 0;
    font-size: 13px;
    line-height: 1.55;
    color: #8a93a3;
}
.foot__legal p {
    margin: 0 0 6px;
    line-height: 1.5;
}
.foot__links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.foot__links a {
    color: #b8c2d0;
    font-size: 13px;
}
.foot__links a:hover { color: #fff; }
.foot__copy {
    text-align: center;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,0.08);
    color: #6a7383;
}

@media (max-width: 800px) {
    .foot__row { grid-template-columns: 1fr; gap: 22px; }
}
