:root {
    --lp-red: #E41F07;
    --lp-red-hover: #C41B06;
    --lp-ink: #1B2030;
    --lp-muted: #565D74;
    --lp-line: #E5E5E1;
    --lp-bg: #F6F1E6;
    --lp-paper: #FFFFFF;
    --lp-max: 1120px;
    --lp-hero:
        radial-gradient(ellipse 70% 55% at 88% 12%, rgba(255,157,10,.28), transparent 55%),
        radial-gradient(ellipse 45% 40% at 8% 88%, rgba(228,31,7,.12), transparent 50%),
        linear-gradient(180deg, #F6F1E6 0%, #FFFFFF 72%);
    --lp-wash-a:
        radial-gradient(ellipse 60% 50% at 10% 18%, rgba(255,157,10,.20), transparent 56%),
        radial-gradient(ellipse 48% 42% at 94% 88%, rgba(228,31,7,.09), transparent 52%),
        linear-gradient(180deg, #F6F1E6 0%, #FFFFFF 74%);
    --lp-wash-b:
        radial-gradient(ellipse 55% 48% at 92% 8%, rgba(255,210,74,.22), transparent 58%),
        radial-gradient(ellipse 50% 40% at 6% 92%, rgba(228,31,7,.10), transparent 50%),
        linear-gradient(180deg, #FFF8EA 0%, #FFFFFF 70%);
}

html { scroll-behavior: smooth; overflow-x: hidden; }

body.lp {
    margin: 0;
    color: var(--lp-ink);
    background: var(--lp-bg);
    font-family: "Golos Text", -apple-system, sans-serif;
    font-size: 17px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

.lp a { color: inherit; }

.lp-wrap { max-width: var(--lp-max); margin: 0 auto; padding: 0 32px; }

.lp-nav {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--lp-line);
}

.lp-nav__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 72px;
}

.lp-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 19px;
    font-weight: 800;
    text-decoration: none;
}

.lp-mark {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    flex: none;
    background:
        radial-gradient(circle at 30% 30%, #FF9D0A 0 28%, transparent 29%),
        radial-gradient(circle at 72% 38%, #7B2FBE 0 26%, transparent 27%),
        radial-gradient(circle at 48% 78%, #E41F07 0 30%, transparent 31%),
        #111;
}

.lp-nav__links { display: flex; align-items: center; gap: 20px; }

.lp-nav__menu {
    display: flex;
    gap: 32px;
    margin-left: auto;
    margin-right: 8px;
}
.lp-nav__menu a {
    font-size: 15px;
    font-weight: 500;
    color: var(--lp-muted);
    text-decoration: none;
}
.lp-nav__menu a:hover { color: var(--lp-ink); }

.lp-nav__login {
    color: var(--lp-muted);
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}
.lp a.lp-nav__login { color: var(--lp-muted); }
.lp-nav__login:hover,
.lp a.lp-nav__login:hover { color: var(--lp-ink); }

.lp-nav__signup {
    font-size: 15px;
    font-weight: 800;
    color: var(--lp-red);
    text-decoration: none;
}
.lp a.lp-nav__signup { color: var(--lp-red); }
.lp-nav__signup:hover,
.lp a.lp-nav__signup:hover { color: var(--lp-red-hover); }

.lp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 8px;
    background: var(--lp-red);
    color: #fff !important;
    font: inherit;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    border: 1px solid var(--lp-red);
    cursor: pointer;
    white-space: nowrap;
}

.lp-btn:hover { background: var(--lp-red-hover); border-color: var(--lp-red-hover); }

.lp-btn--ghost {
    background: transparent;
    color: var(--lp-red) !important;
    border: 0;
    text-decoration: underline !important;
    text-underline-offset: 3px;
    padding: 14px 0;
    min-height: 0;
}

.lp-btn--ghost:hover { background: transparent; color: var(--lp-red-hover) !important; }

.lp-btn--lg { padding: 18px 36px; font-size: 16px; }

.lp-hero {
    padding: 16px 0 32px;
    overflow: visible;
    background: var(--lp-hero);
}

.lp-hero__grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 20px;
    align-items: stretch;
}

.lp-hero__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 22px 26px 20px;
    border-radius: 24px;
    min-height: 0;
    background: rgba(255,255,255,.58);
    backdrop-filter: blur(18px) saturate(1.25);
    -webkit-backdrop-filter: blur(18px) saturate(1.25);
    border: 1px solid rgba(255,255,255,.78);
    box-shadow: 0 24px 60px -28px rgba(27,32,48,.35), inset 0 1px 0 rgba(255,255,255,.9);
}

.lp-hero h1 {
    margin: 0;
    font-size: clamp(24px, 3.4vw, 34px);
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 1.12;
    max-width: 16ch;
}

.lp-hero__thought {
    margin: 12px 0 0;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.45;
    color: var(--lp-ink);
}

.lp-hero p {
    margin: 12px 0 0;
    max-width: 46ch;
    color: var(--lp-muted);
    font-size: 16px;
    line-height: 1.45;
}

.lp-hero__free {
    margin: 12px 0 0;
    font-weight: 700;
    color: var(--lp-ink);
}

.lp-hero__cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.lp-hero__copy .lp-btn--lg { margin-top: auto; align-self: flex-start; }

.lp-hero__photo {
    position: relative;
    overflow: hidden;
    min-height: 280px;
    border-radius: 24px;
    box-shadow: 0 30px 70px -32px rgba(27,32,48,.45);
}

.lp-hero__photo img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    object-position: center 28%;
    display: block;
}

.lp-hero--inner .lp-hero__photo { min-height: 320px; }
.lp-hero--inner .lp-hero__photo img { min-height: 320px; }

.lp-cards {
    padding: 28px 0 12px;
    background: var(--lp-paper);
}

.lp-cards__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.lp-card {
    padding: 18px 16px 16px;
    border: 1px solid rgba(255,255,255,.78);
    border-radius: 22px;
    background: rgba(255,255,255,.72);
    box-shadow: 0 18px 40px -28px rgba(27,32,48,.28);
    text-decoration: none;
}

.lp-card:hover { border-color: var(--lp-red); }
.lp-card strong { display: block; font-size: 16px; font-weight: 800; margin-bottom: 6px; }
.lp-card span { color: var(--lp-muted); font-size: 13px; line-height: 1.4; }

.lp-section { padding: 72px 0; background: var(--lp-paper); }
.lp-section--tint { background: var(--lp-wash-a); }
.lp-section--alt { background: var(--lp-wash-b); }
.lp-section--dark {
    background:
        radial-gradient(ellipse 50% 40% at 80% 0%, rgba(255,157,10,.22), transparent 50%),
        #1B2030;
    color: #fff;
}

.lp-split {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 48px;
    align-items: start;
}

.lp-split--rev { grid-template-columns: 0.95fr 1.05fr; }
.lp-split--rev .lp-copy { order: 2; }
.lp-split--rev .lp-media { order: 1; }

.lp-section h2,
.lp-seo h1 {
    margin: 0 0 16px;
    font-size: clamp(26px, 3.2vw, 32px);
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 1.2;
    max-width: 22ch;
}

.lp-lead { margin: 0 0 16px; color: var(--lp-muted); font-size: 17px; line-height: 1.55; max-width: 60ch; }
.lp-section--dark .lp-lead { color: rgba(255,255,255,.72); }

.lp-list { margin: 0 0 24px; padding: 0; list-style: none; }
.lp-list li {
    position: relative;
    padding: 8px 0 8px 26px;
    font-size: 16px;
}
.lp-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    width: 7px;
    height: 7px;
    border-radius: 2px;
    background: var(--lp-red);
}
.lp-section--dark .lp-list li { border-color: rgba(255,255,255,.12); }

.lp-media {
    overflow: hidden;
    border-radius: 22px;
    min-height: 280px;
    background: #ddd;
}

.lp-media img { width: 100%; height: 100%; min-height: 280px; object-fit: cover; display: block; }

.lp-media--ui {
    background: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
}

.lp-media--ui img {
    min-height: 0;
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0 18px 50px rgba(0,0,0,.18);
}

.lp-audience { padding-top: 56px; padding-bottom: 28px; background: var(--lp-wash-b); }

.lp-audience__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.lp-audience__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 22px 12px 20px;
    text-align: center;
    border: 1px solid rgba(255,255,255,.78);
    border-radius: 22px;
    background: rgba(255,255,255,.62);
    backdrop-filter: blur(12px);
    text-decoration: none;
    color: inherit;
}
a.lp-audience__item:hover { color: var(--lp-red); }

.lp-audience__more {
    margin: 18px 0 0;
    font-size: 15px;
    font-weight: 700;
}
.lp-audience__more a { color: var(--lp-red); text-decoration: underline; text-underline-offset: 3px; }

.lp-audience__icon {
    width: 56px;
    height: 56px;
    color: var(--lp-red);
}

.lp-audience__icon svg { width: 100%; height: 100%; }

.lp-audience__item strong {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.3;
}

.lp-roles {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.lp-role {
    padding: 20px 20px 18px;
    background: rgba(255,255,255,.7);
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,.78);
}

.lp-role summary {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    list-style: none;
}

.lp-role summary::-webkit-details-marker { display: none; }

.lp-role__num {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: var(--lp-red);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 800;
}

.lp-role h3 {
    margin: 0;
    flex: 1;
    font-size: 18px;
    font-weight: 800;
}

.lp-role__more,
.lp-role__less {
    margin-left: auto;
    color: var(--lp-red);
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.lp-role__less { display: none; }
.lp-role[open] .lp-role__more { display: none; }
.lp-role[open] .lp-role__less { display: inline; }

.lp-role p {
    margin: 14px 0 0;
    color: var(--lp-muted);
    line-height: 1.5;
}

.lp-slider { overflow: hidden; }

.lp-slider__viewport { width: 100%; }
.lp-slider__track { display: block; }

.lp-slide {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 48px;
    align-items: center;
}

.lp-slide[hidden] { display: none !important; }

.lp-slide .lp-media,
.lp-slide .lp-slide__copy { min-width: 0; }

.lp-slider__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 22px;
}

.lp-slider__arrow {
    width: 40px;
    height: 40px;
    border: 1px solid var(--lp-line);
    border-radius: 50%;
    background: #fff;
    font: inherit;
    cursor: pointer;
}

.lp-slider__arrow:hover { border-color: var(--lp-ink); }

.lp-slider__dots { display: flex; gap: 8px; }

.lp-slider__dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #d8d8d8;
    cursor: pointer;
}

.lp-slider__dot.is-on { background: var(--lp-red); }

.lp-pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 22px; }
.lp-pill {
    padding: 8px 12px;
    border-radius: 8px;
    background: rgba(255,255,255,.7);
    border: 1px solid rgba(255,255,255,.8);
    font-size: 14px;
    font-weight: 600;
}

.lp-cta-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }

.lp-final { text-align: left; background: var(--lp-wash-b); }
.lp-final .lp-free { font-weight: 700; margin: 0 0 8px; }
.lp-final a.lp-text,
.lp-foot a.lp-text { color: var(--lp-red); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

.lp-foot {
    padding: 64px 0 40px;
    border-top: 1px solid var(--lp-line);
    color: var(--lp-muted);
    font-size: 14px;
    background: var(--lp-paper);
}

.lp-foot__row { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }

.lp-foot__grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 32px;
}
.lp-foot__grid strong { display: block; margin-bottom: 14px; color: var(--lp-ink); font-size: 14px; }
.lp-foot__grid p { margin: 0 0 8px; }
.lp-foot__grid a {
    display: block;
    margin: 10px 0 0;
    color: var(--lp-muted);
    text-decoration: none;
    font-size: 14px;
}
.lp-foot__grid a:hover { color: var(--lp-ink); }

.lp-crumbs {
    padding: 16px 0 0;
    color: var(--lp-muted);
    font-size: 13px;
    background: var(--lp-hero);
}
.lp-crumbs__row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}
.lp-crumbs a { color: var(--lp-muted); text-decoration: none; }
.lp-crumbs a:hover { color: var(--lp-red); }

.lp-seo { padding-top: 40px; padding-bottom: 72px; background: var(--lp-hero); }
.lp-seo + .lp-section { border-top: 0; }
.lp-seo__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 28px 0;
}
.lp-scenario {
    padding: 20px 22px;
    border-radius: 22px;
    background: rgba(255,255,255,.58);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,.78);
}
.lp-faq details {
    border-bottom: 1px solid var(--lp-line);
    padding: 14px 0;
}
.lp-faq summary {
    cursor: pointer;
    font-weight: 800;
    list-style: none;
}
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq details p { margin: 10px 0 0; color: var(--lp-muted); line-height: 1.5; }
.lp-muted { color: var(--lp-muted); font-size: 14px; }

.lp-table-wrap {
    overflow-x: auto;
    margin: 20px 0 32px;
    border-radius: 22px;
    background: rgba(255,255,255,.62);
    border: 1px solid rgba(255,255,255,.78);
}
.lp-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}
.lp-table th,
.lp-table td {
    text-align: left;
    padding: 12px 16px;
    border-bottom: 1px solid var(--lp-line);
}
.lp-table th { font-size: 13px; color: var(--lp-muted); font-weight: 700; }

.lp-hero__lead {
    max-width: 34em;
    color: var(--lp-ink) !important;
    font-weight: 400;
}

.lp-pull {
    margin: 8px 0 22px;
    font-size: clamp(26px, 3.4vw, 38px);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.15;
    color: var(--lp-red);
}

.lp-said {
    margin: 8px 0 22px;
    padding: 18px 22px 16px;
    border-radius: 22px;
    background: #FFE9A7;
    color: var(--lp-ink);
    font-size: clamp(17px, 2.2vw, 22px);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.25;
    transform: rotate(-2deg);
}

.lp-said--light {
    background: rgba(255,255,255,.62);
    color: var(--lp-ink);
    border: 1px solid rgba(255,255,255,.78);
}

.lp-list--tight li { margin-bottom: 10px; }

.lp-clips {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.lp-clip {
    flex: 0 0 220px;
    aspect-ratio: 363 / 714;
    overflow: hidden;
    border-radius: 16px;
    background: #000;
    scroll-snap-align: start;
}

.lp-clip iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 900px) {
    .lp-wrap { padding: 0 20px; }
    .lp-hero,
    .lp-hero__grid,
    .lp-split,
    .lp-split--rev,
    .lp-cards__grid,
    .lp-roles,
    .lp-slide,
    .lp-audience__grid { grid-template-columns: 1fr; }
    .lp-split--rev .lp-copy,
    .lp-split--rev .lp-media { order: 0; }
    .lp-slide .lp-slide__copy { order: 1; }
    .lp-slide .lp-media { order: 2; }
    .lp-split .lp-copy { order: 1; }
    .lp-split .lp-media { order: 2; }
    .lp-hero { padding: 16px 0 24px; }
    .lp-hero h1,
    .lp-hero p,
    .lp-hero__thought { max-width: none; }
    .lp-hero__copy .lp-btn--lg,
    .lp-btn--lg,
    .lp-cta-row .lp-btn {
        width: 100%;
        white-space: normal;
    }
    .lp-hero__photo { order: -1; min-height: 240px; height: 240px; }
    .lp-hero__photo img,
    .lp-hero--inner .lp-hero__photo,
    .lp-hero--inner .lp-hero__photo img { min-height: 240px; height: 240px; }
    .lp-media { min-height: 0; }
    .lp-media img { min-height: 0; height: 220px; object-fit: cover; }
    .lp-media--ui { max-height: 260px; overflow: hidden; }
    .lp-media--ui img { height: auto; max-height: 260px; object-fit: contain; }
    .lp-cards__grid { grid-template-columns: 1fr 1fr; }
    .lp-audience__grid { grid-template-columns: 1fr 1fr; }
    .lp-seo__cards,
    .lp-foot__grid { grid-template-columns: 1fr 1fr; }
    .lp-nav__menu { display: none; }
}

@media (max-width: 560px) {
    .lp-cards__grid { grid-template-columns: 1fr; }
    .lp-audience__grid,
    .lp-seo__cards,
    .lp-foot__grid { grid-template-columns: 1fr; }
    .lp-section,
    .lp-seo { padding: 48px 0; }
    .lp-hero__photo,
    .lp-hero__photo img,
    .lp-hero--inner .lp-hero__photo,
    .lp-hero--inner .lp-hero__photo img { min-height: 200px; height: 200px; }
}
