:root {
    --landing-paper: rgba(255, 251, 246, 0.84);
    --landing-ink: #261f1a;
    --landing-muted: #6f6259;
    --landing-line: rgba(38, 31, 26, 0.09);
    --landing-gold: #b87952;
    --landing-gold-deep: #8b5333;
    --landing-sage: #5a7466;
    --landing-shadow: 0 16px 44px rgba(50, 37, 28, 0.11);
    --landing-radius: 20px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.landing-body {
    margin: 0;
    color: var(--landing-ink);
    font-family: Georgia, "Iowan Old Style", "Times New Roman", serif;
    background:
        radial-gradient(circle at 14% 14%, rgba(184, 121, 82, 0.14), transparent 24%),
        radial-gradient(circle at 86% 9%, rgba(90, 116, 102, 0.13), transparent 20%),
        linear-gradient(180deg, #fbf5ee, #f7efe5 42%, #f3eadf);
}

a {
    color: inherit;
}

.landing-shell {
    width: min(940px, calc(100% - 24px));
    margin: 0 auto;
    padding: 16px 0 38px;
}

.landing-header,
.trust-strip,
.showcase-section,
.benefits-section,
.steps-section,
.tariffs-section,
.demo-section,
.seo-section,
.faq-section,
.cta-section,
.landing-footer,
.legal-article {
    background: var(--landing-paper);
    border: 1px solid var(--landing-line);
    border-radius: var(--landing-radius);
    box-shadow: var(--landing-shadow);
    backdrop-filter: blur(16px);
}

.landing-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 12px 16px;
    margin-bottom: 14px;
}

.landing-header--legal {
    margin-bottom: 18px;
}

.landing-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.landing-brand__mark {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    font: 700 0.76rem/1 "Trebuchet MS", "Arial", sans-serif;
    color: #fff;
    background: linear-gradient(135deg, var(--landing-gold), var(--landing-sage));
    border-radius: 10px;
}

.landing-brand__text {
    display: grid;
    gap: 1px;
}

.landing-brand__text strong {
    font-size: 0.9rem;
}

.landing-brand__text span,
.landing-nav a,
.landing-link,
.showcase-slider__meta,
.tariff-card__label,
.step-card__num {
    color: var(--landing-muted);
    font: 600 0.73rem/1.35 "Trebuchet MS", "Arial", sans-serif;
    text-decoration: none;
}

.landing-nav,
.landing-actions,
.hero-actions,
.landing-footer__links,
.showcase-tags,
.hero-points,
.hero-phone__cards,
.theme-picker,
.showcase-dots {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.landing-button,
.theme-picker button,
.showcase-dots button,
.showcase-arrow {
    appearance: none;
    border: 0;
    font: inherit;
    cursor: pointer;
}

.landing-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 8px 14px;
    text-decoration: none;
    color: var(--landing-ink);
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(38, 31, 26, 0.1);
    border-radius: 999px;
    font: 600 0.78rem/1.2 "Trebuchet MS", "Arial", sans-serif;
}

.landing-button--primary {
    color: #fff;
    background: linear-gradient(135deg, var(--landing-gold-deep), var(--landing-gold));
    border-color: transparent;
}

.landing-button--ghost {
    background: rgba(255, 255, 255, 0.58);
}

.hero-section {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(270px, 0.85fr);
    gap: 20px;
    padding: 22px;
    margin-bottom: 14px;
    overflow: hidden;
}

.hero-section::before,
.hero-section::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.hero-section::before {
    width: 170px;
    height: 170px;
    top: -60px;
    right: 20%;
    background: radial-gradient(circle, rgba(184, 121, 82, 0.2), transparent 68%);
}

.hero-section::after {
    width: 190px;
    height: 190px;
    bottom: -90px;
    left: -40px;
    background: radial-gradient(circle, rgba(90, 116, 102, 0.16), transparent 68%);
}

.hero-kicker,
.section-kicker {
    margin: 0 0 8px;
    color: var(--landing-gold-deep);
    font: 700 0.64rem/1.2 "Trebuchet MS", "Arial", sans-serif;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hero-copy h1,
.section-heading h2,
.cta-section h2,
.legal-article h1 {
    margin: 0;
    font-size: clamp(1.55rem, 3.4vw, 2.5rem);
    line-height: 0.98;
    letter-spacing: -0.04em;
}

.hero-lead,
.section-heading p,
.benefit-card p,
.step-card p,
.tariff-card__price,
.seo-copy p,
.faq-item p,
.landing-footer p,
.legal-section p,
.legal-section li,
.demo-caption,
.showcase-card__copy p,
.tariff-card__features li {
    color: var(--landing-muted);
    font: 400 0.78rem/1.6 "Trebuchet MS", "Arial", sans-serif;
}

.hero-lead {
    margin: 10px 0 14px;
    max-width: 430px;
}

.hero-points {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.hero-points li,
.showcase-tags li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    background: rgba(255, 255, 255, 0.64);
    border: 1px solid rgba(38, 31, 26, 0.08);
    border-radius: 999px;
    font: 600 0.72rem/1.2 "Trebuchet MS", "Arial", sans-serif;
}

.hero-points li::before {
    content: "•";
    color: var(--landing-gold);
}

.hero-stage {
    position: relative;
    min-height: 430px;
}

.hero-stage__glow {
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 999px;
    filter: blur(16px);
}

.hero-stage__glow--gold {
    top: 10px;
    right: 28px;
    background: rgba(184, 121, 82, 0.16);
}

.hero-stage__glow--sea {
    bottom: 22px;
    left: 0;
    background: rgba(90, 116, 102, 0.15);
}

.hero-phones {
    position: absolute;
    inset: 0;
}

.hero-phone,
.phone-preview,
.demo-preview {
    aspect-ratio: 390 / 844;
    border-radius: 34px;
    border: 7px solid #1b1816;
    box-shadow: 0 18px 40px rgba(39, 28, 21, 0.18);
    background: #1b1816;
}

.hero-phone {
    position: absolute;
}

.phone-preview,
.demo-preview {
    position: relative;
}

.hero-phone {
    width: min(196px, 100%);
}

.phone-preview,
.demo-preview {
    width: min(188px, 86%);
}

.hero-phone::before,
.phone-preview::before,
.demo-preview::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    width: 62px;
    height: 15px;
    background: #1b1816;
    border-radius: 999px;
    transform: translateX(-50%);
    z-index: 2;
}

.hero-phone--front {
    top: 20px;
    left: 20px;
    transform: rotate(-5deg);
}

.hero-phone--back {
    right: 8px;
    bottom: 34px;
    width: min(168px, 80%);
    transform: rotate(8deg);
}

.hero-phone__screen,
.phone-preview__content,
.demo-preview__screen {
    height: 100%;
    padding: 42px 13px 16px;
    border-radius: 26px;
    overflow: hidden;
}

.hero-phone__screen {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.4), transparent 32%),
        linear-gradient(180deg, #f9f2e6, #eedbc2 56%, #d0b38f);
}

.hero-phone__screen--alt {
    color: #fff5ea;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 28%),
        linear-gradient(180deg, #24151b, #573141 58%, #d2a176);
}

.hero-phone__eyebrow,
.demo-preview__date,
.phone-block span {
    display: inline-block;
    margin-bottom: 6px;
    color: rgba(38, 31, 26, 0.66);
    font: 700 0.56rem/1.2 "Trebuchet MS", "Arial", sans-serif;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hero-phone__screen--alt .hero-phone__eyebrow {
    color: rgba(255, 245, 234, 0.74);
}

.hero-phone__screen h2,
.showcase-card__copy h3,
.benefit-card h3,
.step-card h3,
.tariff-card h3,
.legal-section h2,
.demo-preview__screen h3 {
    margin: 0 0 8px;
    font-size: clamp(1.1rem, 2vw, 1.8rem);
    line-height: 1;
}

.hero-phone__screen p,
.phone-block p,
.demo-preview__note {
    margin: 0;
    font: 400 0.72rem/1.55 "Trebuchet MS", "Arial", sans-serif;
}

.hero-phone__cards {
    margin-top: 12px;
}

.hero-phone__cards div,
.demo-preview__stack div {
    padding: 8px 10px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.68);
    font: 700 0.64rem/1.2 "Trebuchet MS", "Arial", sans-serif;
}

.hero-phone__screen--alt .hero-phone__cards div {
    background: rgba(255, 245, 234, 0.14);
}

.trust-strip {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    padding: 12px 14px;
    margin-bottom: 14px;
}

.trust-card {
    display: grid;
    gap: 8px;
    min-height: 88px;
    padding: 12px;
    border-radius: 16px;
    border: 1px solid rgba(38, 31, 26, 0.08);
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.36), transparent 30%),
        linear-gradient(160deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.2));
}

.trust-card__num {
    color: var(--landing-gold-deep);
    font: 700 0.68rem/1 "Trebuchet MS", "Arial", sans-serif;
    letter-spacing: 0.12em;
}

.trust-card strong {
    font: 700 0.78rem/1.3 "Trebuchet MS", "Arial", sans-serif;
}

.showcase-section,
.benefits-section,
.steps-section,
.tariffs-section,
.demo-section,
.seo-section,
.faq-section,
.cta-section,
.landing-footer,
.legal-article {
    padding: 20px;
    margin-bottom: 14px;
}

.section-heading {
    max-width: 620px;
    margin-bottom: 16px;
}

.showcase-slider {
    display: grid;
    gap: 12px;
}

.showcase-slider__toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.showcase-slider__meta {
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.showcase-viewport {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    padding: 18px 0 20px;
}

.showcase-track {
    display: flex;
    width: 100%;
    transition: transform 420ms ease;
    will-change: transform;
}

.showcase-card {
    flex: 0 0 100%;
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(230px, 0.92fr);
    gap: 14px;
    align-items: center;
    padding: 0 34px;
    overflow: visible;
}

.showcase-card__preview {
    display: grid;
    place-items: center;
    min-height: 392px;
    overflow: visible;
}

.showcase-card__device {
    position: relative;
    display: grid;
    place-items: center;
    width: 100%;
    min-height: 372px;
    overflow: visible;
}

.showcase-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 28px;
    height: 28px;
    display: inline-grid;
    place-items: center;
    color: var(--landing-ink);
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(38, 31, 26, 0.1);
    border-radius: 999px;
    transform: translateY(-50%);
    box-shadow: 0 8px 18px rgba(39, 28, 21, 0.12);
}

.showcase-arrow span {
    font-size: 1rem;
    line-height: 1;
}

.showcase-arrow--prev {
    left: 4px;
}

.showcase-arrow--next {
    right: 4px;
}

.phone-preview__content {
    position: relative;
    isolation: isolate;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(12, 10, 10, 0.16)),
        var(--phone-shell);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto, cover;
    color: var(--phone-ink);
    box-shadow: inset 0 -90px 120px rgba(20, 15, 12, 0.12);
}

.phone-preview {
    transform: rotate(7deg) translateY(-12px);
}

.phone-preview--riviera .phone-preview__content {
    background-image:
        linear-gradient(180deg, rgba(255, 249, 241, 0.06), rgba(10, 14, 18, 0.14)),
        url("../img/landing/showcase-riviera.svg"),
        var(--phone-shell);
    background-size: auto, cover, cover;
}

.phone-preview--editorial .phone-preview__content {
    background-image:
        linear-gradient(180deg, rgba(255, 247, 241, 0.08), rgba(8, 6, 12, 0.22)),
        url("../img/landing/showcase-editorial.svg"),
        var(--phone-shell);
    background-size: auto, cover, cover;
}

.phone-preview--garden .phone-preview__content {
    background-image:
        linear-gradient(180deg, rgba(251, 248, 241, 0.08), rgba(9, 16, 13, 0.16)),
        url("../img/landing/showcase-garden.svg"),
        var(--phone-shell);
    background-size: auto, cover, cover;
}

.phone-preview--midnight .phone-preview__content {
    background-image:
        linear-gradient(180deg, rgba(255, 244, 232, 0.04), rgba(7, 4, 10, 0.28)),
        url("../img/landing/showcase-midnight.svg"),
        var(--phone-shell);
    background-size: auto, cover, cover;
}

.phone-preview--minimal .phone-preview__content {
    background-image:
        linear-gradient(180deg, rgba(255, 249, 243, 0.08), rgba(20, 16, 12, 0.14)),
        url("../img/landing/showcase-minimal.svg"),
        var(--phone-shell);
    background-size: auto, cover, cover;
}

.phone-preview__notch {
    position: absolute;
    top: 12px;
    left: 50%;
    z-index: 2;
    width: 60px;
    height: 14px;
    background: #1b1816;
    border-radius: 999px;
    transform: translateX(-50%);
}

.phone-block {
    margin-bottom: 8px;
    padding: 10px 11px;
    background: var(--phone-card);
    background: color-mix(in srgb, var(--phone-card) 74%, white 26%);
    border: 1px solid var(--phone-line);
    border-radius: 15px;
    backdrop-filter: blur(9px);
    box-shadow: 0 10px 22px rgba(18, 13, 9, 0.08);
}

.phone-block--hero {
    padding-top: 14px;
}

.phone-block strong {
    display: block;
    margin-bottom: 4px;
    font-size: 0.84rem;
}

.showcase-dots {
    justify-content: center;
}

.showcase-dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border-radius: 999px;
    background: rgba(38, 31, 26, 0.18);
}

.showcase-dots button.is-active {
    width: 24px;
    background: linear-gradient(135deg, var(--landing-gold-deep), var(--landing-gold));
}

.benefits-grid,
.steps-grid,
.tariffs-grid {
    display: grid;
    gap: 14px;
}

.benefits-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.steps-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tariffs-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
}

.benefit-card,
.step-card,
.tariff-card,
.demo-controls,
.demo-explainer,
.demo-preview-wrap,
.legal-section,
.faq-item {
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(38, 31, 26, 0.08);
    border-radius: 18px;
}

.benefit-card,
.step-card,
.tariff-card,
.legal-section {
    padding: 15px;
}

.benefit-card {
    display: grid;
    gap: 12px;
}

.benefit-card__visual {
    position: relative;
    display: grid;
    align-content: space-between;
    min-height: 116px;
    padding: 12px;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid rgba(38, 31, 26, 0.08);
    color: var(--landing-ink);
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.46), transparent 34%),
        linear-gradient(160deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.08));
}

.benefit-card__visual::before,
.benefit-card__visual::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    opacity: 0.7;
}

.benefit-card__visual::before {
    width: 78px;
    height: 78px;
    right: -16px;
    top: -18px;
    background: rgba(255, 255, 255, 0.34);
}

.benefit-card__visual::after {
    width: 110px;
    height: 110px;
    left: -30px;
    bottom: -54px;
    background: rgba(255, 255, 255, 0.18);
}

.benefit-card__label {
    position: relative;
    z-index: 1;
    display: inline-flex;
    width: fit-content;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    font: 700 0.66rem/1.2 "Trebuchet MS", "Arial", sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.benefit-card__metric {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: auto;
    font-size: clamp(1.2rem, 2vw, 1.8rem);
    line-height: 1;
    letter-spacing: -0.05em;
}

.benefit-card__title {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 0.96rem;
    line-height: 1.12;
    color: inherit;
}

.benefit-card__chips {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.benefit-card__chips span {
    padding: 6px 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.58);
    font: 600 0.64rem/1.2 "Trebuchet MS", "Arial", sans-serif;
}

.benefit-card--gold .benefit-card__visual {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.48), transparent 34%),
        linear-gradient(160deg, rgba(201, 158, 114, 0.62), rgba(236, 219, 196, 0.66));
}

.benefit-card--sage .benefit-card__visual {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.48), transparent 34%),
        linear-gradient(160deg, rgba(108, 142, 126, 0.68), rgba(221, 235, 225, 0.66));
}

.benefit-card--sea .benefit-card__visual {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.48), transparent 34%),
        linear-gradient(160deg, rgba(96, 151, 177, 0.7), rgba(222, 237, 243, 0.68));
}

.benefit-card--night .benefit-card__visual {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.2), transparent 34%),
        linear-gradient(160deg, rgba(67, 45, 58, 0.94), rgba(123, 83, 101, 0.86));
}

.benefit-card--night .benefit-card__label,
.benefit-card--night .benefit-card__chips span {
    color: #fff6ed;
    background: rgba(255, 245, 234, 0.14);
}

.benefit-card--night .benefit-card__title,
.benefit-card--night .benefit-card__metric {
    color: #fff6ed;
}

.benefit-card p {
    margin: 0;
}

.benefit-card--peach .benefit-card__visual {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.48), transparent 34%),
        linear-gradient(160deg, rgba(221, 157, 132, 0.7), rgba(248, 227, 214, 0.7));
}

.benefit-card--sand .benefit-card__visual {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.48), transparent 34%),
        linear-gradient(160deg, rgba(188, 170, 145, 0.7), rgba(240, 233, 222, 0.68));
}

.step-card__num {
    display: inline-flex;
    margin-bottom: 10px;
    color: var(--landing-gold-deep);
    font-size: 0.86rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.step-card {
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.38), transparent 30%),
        rgba(255, 255, 255, 0.68);
}

.tariffs-section {
    background:
        radial-gradient(circle at top right, rgba(184, 121, 82, 0.14), transparent 30%),
        linear-gradient(180deg, rgba(255, 250, 244, 0.96), rgba(243, 232, 220, 0.92));
}

.tariff-card {
    display: grid;
    grid-template-rows: auto auto auto auto 1fr auto;
    gap: 12px;
    position: relative;
    overflow: hidden;
    min-height: 100%;
    padding: 18px;
    border-radius: 22px;
    box-shadow: 0 18px 34px rgba(74, 49, 34, 0.1);
}

.tariff-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(135deg, rgba(184, 121, 82, 0.9), rgba(90, 116, 102, 0.7));
}

.tariff-card__label {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.tariff-card__price {
    margin: 0;
    color: var(--landing-ink);
    font-size: 1.02rem;
    font-weight: 700;
}

.tariff-card__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.tariff-card__stat {
    display: grid;
    gap: 4px;
    padding: 12px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(38, 31, 26, 0.08);
}

.tariff-card__stat strong {
    font-size: 1.45rem;
    line-height: 1;
    letter-spacing: -0.05em;
}

.tariff-card__stat span,
.tariff-card__stat small {
    color: var(--landing-muted);
    font: 600 0.68rem/1.3 "Trebuchet MS", "Arial", sans-serif;
}

.tariff-card__stat small {
    font-weight: 400;
}

.tariff-card__features {
    display: grid;
    gap: 6px;
    margin: 0;
    padding-left: 18px;
}

.tariff-card__features:empty {
    display: none;
}

.tariff-card .landing-button {
    width: 100%;
}

.tariff-card--soft {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(250, 240, 228, 0.94));
}

.tariff-card--featured {
    background: linear-gradient(180deg, rgba(255, 245, 234, 0.98), rgba(240, 217, 185, 0.96));
    border-color: rgba(184, 121, 82, 0.24);
    box-shadow: 0 18px 36px rgba(139, 83, 51, 0.18);
    transform: translateY(-4px);
}

.tariff-card--dark {
    background: linear-gradient(180deg, rgba(52, 35, 45, 0.96), rgba(89, 58, 74, 0.92));
    border-color: rgba(255, 236, 220, 0.08);
}

.tariff-card--dark,
.tariff-card--dark .tariff-card__label,
.tariff-card--dark .tariff-card__price,
.tariff-card--dark .tariff-card__features li,
.tariff-card--dark .tariff-card__stat strong {
    color: #fff4ea;
}

.tariff-card--dark .tariff-card__stat {
    background: rgba(255, 244, 234, 0.08);
    border-color: rgba(255, 236, 220, 0.1);
}

.tariff-card--dark .tariff-card__stat span,
.tariff-card--dark .tariff-card__stat small {
    color: rgba(255, 244, 234, 0.72);
}

.demo-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(210px, 0.72fr);
    gap: 12px;
}

.demo-controls-wrap {
    display: grid;
    gap: 12px;
}

.demo-controls,
.demo-preview-wrap {
    padding: 16px;
}

.demo-explainer {
    display: grid;
    gap: 6px;
    padding: 14px 16px;
}

.demo-explainer__eyebrow,
.demo-preview-note__eyebrow {
    color: var(--landing-gold-deep);
    font: 700 0.64rem/1.2 "Trebuchet MS", "Arial", sans-serif;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.demo-explainer p,
.demo-preview-note p {
    margin: 0;
    color: var(--landing-muted);
    font: 400 0.74rem/1.55 "Trebuchet MS", "Arial", sans-serif;
}

.demo-controls {
    display: grid;
    gap: 12px;
}

.demo-controls__label,
.demo-field span {
    display: inline-block;
    margin-bottom: 6px;
    font: 700 0.7rem/1.2 "Trebuchet MS", "Arial", sans-serif;
}

.theme-picker button {
    padding: 7px 10px;
    color: var(--landing-ink);
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(38, 31, 26, 0.1);
    border-radius: 999px;
    font: 600 0.68rem/1.2 "Trebuchet MS", "Arial", sans-serif;
}

.theme-picker button.is-active {
    color: #fff;
    background: linear-gradient(135deg, var(--landing-gold-deep), var(--landing-gold));
    border-color: transparent;
}

.demo-field {
    display: grid;
}

.demo-field input,
.demo-field textarea {
    width: 100%;
    min-height: 38px;
    padding: 9px 10px;
    color: var(--landing-ink);
    font: 400 0.78rem/1.5 "Trebuchet MS", "Arial", sans-serif;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(38, 31, 26, 0.1);
    border-radius: 12px;
    resize: vertical;
}

.demo-preview-wrap {
    display: grid;
    gap: 10px;
    place-items: center;
    align-content: start;
}

.demo-preview-note {
    width: 100%;
    display: grid;
    gap: 6px;
}

.demo-preview[data-theme="riviera"] .demo-preview__screen {
    background: linear-gradient(180deg, #0f3f57, #72b7c9 52%, #f5ecd9);
    color: #122a36;
}

.demo-preview[data-theme="editorial"] .demo-preview__screen {
    background: linear-gradient(180deg, #fbf7f0, #eee1d2 48%, #ccb39b);
    color: #2d241c;
}

.demo-preview[data-theme="garden"] .demo-preview__screen {
    background: linear-gradient(180deg, #365443, #91aa8c 50%, #f4efe6);
    color: #1f3226;
}

.demo-preview__place {
    margin: 0 0 8px;
    font: 700 0.7rem/1.45 "Trebuchet MS", "Arial", sans-serif;
}

.demo-preview__note {
    margin-bottom: 12px;
}

.demo-preview__stack {
    display: grid;
    gap: 7px;
}

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

.faq-list {
    display: grid;
    gap: 10px;
}

.faq-item {
    overflow: hidden;
}

.faq-item summary {
    padding: 13px 15px;
    cursor: pointer;
    list-style: none;
    font: 700 0.82rem/1.45 "Trebuchet MS", "Arial", sans-serif;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item p {
    padding: 0 15px 15px;
    margin: 0;
}

.cta-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.3), transparent 28%),
        linear-gradient(135deg, rgba(139, 83, 51, 0.92), rgba(90, 116, 102, 0.92));
    color: #fff7ef;
}

.cta-section .section-kicker,
.cta-section h2 {
    color: inherit;
}

.landing-footer {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.landing-footer p {
    max-width: 440px;
    margin: 6px 0 0;
}

.legal-body .landing-shell {
    max-width: 760px;
}

.legal-sections {
    display: grid;
    gap: 12px;
}

.legal-section ul {
    display: grid;
    gap: 6px;
    padding-left: 18px;
}

@media (max-width: 900px) {
    .hero-section,
    .showcase-card,
    .demo-layout,
    .seo-copy,
    .cta-section,
    .landing-footer {
        display: grid;
        grid-template-columns: 1fr;
    }

    .benefits-grid,
    .steps-grid,
    .tariffs-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .trust-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .hero-stage {
        min-height: 392px;
    }

    .landing-header {
        flex-wrap: wrap;
    }
}

@media (max-width: 680px) {
    .landing-shell {
        width: min(calc(100% - 14px), 100%);
        padding-top: 10px;
        padding-bottom: 26px;
    }

    .landing-header,
    .trust-strip,
    .showcase-section,
    .benefits-section,
    .steps-section,
    .tariffs-section,
    .demo-section,
    .seo-section,
    .faq-section,
    .cta-section,
    .landing-footer,
    .legal-article,
    .hero-section {
        padding: 14px;
        border-radius: 16px;
    }

    .landing-nav {
        display: none;
    }

    .hero-copy h1,
    .section-heading h2,
    .cta-section h2,
    .legal-article h1 {
        font-size: clamp(1.45rem, 8vw, 2rem);
    }

    .benefits-grid,
    .steps-grid,
    .tariffs-grid {
        grid-template-columns: 1fr;
    }

    .trust-strip {
        grid-template-columns: 1fr 1fr;
    }

    .showcase-card {
        padding: 0 24px;
    }

    .showcase-card__preview,
    .showcase-card__device {
        min-height: 330px;
    }

    .showcase-arrow {
        width: 24px;
        height: 24px;
    }

    .phone-preview {
        width: min(176px, 82%);
        transform: rotate(6deg) translateY(-4px);
    }

    .hero-stage {
        min-height: 340px;
    }

    .hero-phone--front {
        left: 0;
    }

    .hero-phone--back {
        right: 0;
    }

    .landing-footer,
    .landing-actions {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .showcase-track {
        transition: none;
    }
}
