:root {
    --ink: #101217;
    --paper: #fffdf8;
    --soft: #f5f6f1;
    --line: rgba(16, 18, 23, .12);
    --muted: #626a78;
    --night: #101217;
    --cobalt: #355cff;
    --mint: #19b88a;
    --coral: #ff6b4a;
    --yellow: #f4b740;
}

* { box-sizing: border-box; }
*::before,
*::after { box-sizing: inherit; }
html { scroll-behavior: smooth; }
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}
body {
    margin: 0;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ink);
    background: var(--paper);
    overflow-x: hidden;
}
img,
video,
svg,
canvas {
    max-width: 100%;
    height: auto;
}
a { color: inherit; text-decoration: none; }
.fw-black { font-weight: 900 !important; }
.page-shell { position: relative; min-height: 100vh; }
.page-shell,
.topbar,
main,
section,
footer {
    max-width: 100%;
}
.hero,
.section,
footer {
    overflow-x: clip;
}

.topbar {
    overflow: visible;
}

.topbar {
    position: sticky;
    top: 0;
    z-index: 1300;
    background: rgba(255, 253, 248, .88);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--line);
}
.topbar .container { position: relative; }
.nav-wrap {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: clamp(14px, 3vw, 34px);
}
.nav-wrap > *,
.feature-strip > *,
.demo-layout > *,
.trust-block > *,
.faq-layout > *,
.pilot-grid > *,
.pricing-grid > *,
.mini-grid > *,
.steps-grid > *,
.trust-grid > *,
.industry-grid > *,
.footer-grid > *,
.compare-row > *,
.row > * {
    min-width: 0;
}
.brand {
    display: inline-flex;
    align-items: center;
    gap: .72rem;
    font-weight: 900;
    letter-spacing: 0;
}
.brand img { width: 134px; height: 56px; display: block; object-fit: contain; object-position: left center; }
.brand-mark {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: var(--ink);
    color: #fff;
    font-weight: 900;
}
.desktop-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(14px, 2.2vw, 30px);
    min-width: 0;
}
.nav-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}
.nav-link {
    color: rgba(16, 18, 23, .74);
    font-size: .94rem;
    font-weight: 800;
    white-space: nowrap;
}
.nav-link:hover { color: var(--ink); }
.menu-toggle {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    border: 1px solid rgba(16,18,23,.12);
    background: rgba(255,255,255,.84);
    display: none;
    place-items: center;
    padding: 0;
}
.menu-toggle span {
    width: 20px;
    height: 2px;
    border-radius: 99px;
    background: var(--ink);
    display: block;
    margin: 3px 0;
    transition: transform .2s ease, opacity .2s ease;
}
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
.mobile-menu {
    margin-top: 10px;
    padding: 12px;
    border: 1px solid rgba(16,18,23,.1);
    border-radius: 16px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 24px 70px rgba(15,23,42,.14);
    display: grid;
    gap: 6px;
    max-width: 100%;
    overflow: hidden;
}
.mobile-menu[hidden] { display: none; }
.mobile-menu a:not(.btn-main) {
    min-height: 46px;
    border-radius: 10px;
    padding: 12px 14px;
    font-weight: 900;
    color: rgba(16,18,23,.8);
    min-width: 0;
    overflow-wrap: anywhere;
    white-space: normal;
}
.mobile-menu .mobile-login {
    border: 1px solid rgba(16,18,23,.12);
    background: rgba(245,246,241,.72);
}
.mobile-menu .mobile-cta {
    width: 100%;
    margin-top: 4px;
}
.mobile-menu a:not(.btn-main):hover {
    background: #f5f6f1;
    color: var(--ink);
}
body.menu-open {
    overflow: hidden;
}
.btn-main,
.btn-ghost {
    min-height: 44px;
    border-radius: 10px;
    padding: .72rem 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    font-weight: 900;
    line-height: 1.15;
    text-align: center;
    max-width: 100%;
    min-width: 0;
    white-space: normal;
    overflow-wrap: anywhere;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn-main {
    background: var(--ink);
    color: #fff;
    border: 1px solid var(--ink);
    box-shadow: 0 12px 28px rgba(16, 18, 23, .18);
}
.btn-main:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 18px 36px rgba(16, 18, 23, .23); }
.btn-ghost {
    background: rgba(255, 255, 255, .78);
    border: 1px solid var(--line);
    color: var(--ink);
}
.btn-ghost:hover { transform: translateY(-2px); color: var(--ink); }

.hero {
    position: relative;
    min-height: clamp(540px, 68vh, 640px);
    display: grid;
    align-items: center;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(16, 18, 23, .93) 0%, rgba(16, 18, 23, .84) 42%, rgba(16, 18, 23, .36) 100%),
        #101217;
    color: #fff;
    contain: paint;
}
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(90deg, black, transparent 78%);
    opacity: .38;
}
.hero-video,
.hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .66;
}
.hero-content {
    position: relative;
    z-index: 2;
    width: min(720px, 100%);
    padding: 50px 0 58px;
}
.hero-logo-badge {
    width: fit-content;
    max-width: 230px;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.92);
    border-radius: 14px;
    padding: 9px 12px;
    margin-bottom: 16px;
    box-shadow: 0 18px 45px rgba(0,0,0,.16);
}
.hero-logo-badge img {
    display: block;
    width: 146px;
    max-width: 100%;
    height: 44px;
    object-fit: contain;
    object-position: left center;
}
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    color: #d7fff0;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: .82rem;
}
.eyebrow::before {
    content: "";
    width: 28px;
    height: 3px;
    background: var(--mint);
    border-radius: 999px;
}
h1 {
    max-width: 760px;
    font-size: clamp(2.25rem, 4vw, 3.55rem);
    line-height: 1.03;
    letter-spacing: 0;
    font-weight: 900;
    margin: 16px 0 20px;
}
.hero-copy {
    max-width: 640px;
    color: rgba(255,255,255,.82);
    font-size: clamp(1.02rem, 1.45vw, 1.18rem);
    line-height: 1.55;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.hero-note {
    margin: 14px 0 0;
    color: rgba(255,255,255,.72);
    font-weight: 800;
    font-size: .95rem;
}
.hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}
.proof-pill {
    display: inline-flex;
    align-items: center;
    gap: .42rem;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.08);
    border-radius: 999px;
    padding: .46rem .66rem;
    color: rgba(255,255,255,.86);
    font-weight: 800;
    font-size: .84rem;
    max-width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
}
.hero-mock {
    position: absolute;
    z-index: 1;
    right: clamp(16px, 4vw, 72px);
    bottom: 8vh;
    width: min(560px, 42vw);
    transform: rotate(-5deg);
    opacity: .62;
}
.product-frame {
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.92);
    box-shadow: 0 42px 90px rgba(0,0,0,.38);
    overflow: hidden;
    color: var(--ink);
}
.product-frame,
.mock-body,
.mock-row {
    min-width: 0;
}
.product-frame img { width: 100%; height: auto; display: block; }
.mock-head {
    height: 44px;
    background: #eef1f4;
    border-bottom: 1px solid #d7dde5;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 16px;
}
.mock-dot { width: 10px; height: 10px; border-radius: 50%; background: #b7c0cc; }
.mock-body { display: grid; grid-template-columns: 150px 1fr; min-height: 420px; }
.mock-side { background: #101217; padding: 18px; }
.mock-nav { height: 13px; border-radius: 999px; margin-bottom: 16px; background: rgba(255,255,255,.22); }
.mock-nav:nth-child(2) { width: 78%; background: var(--mint); }
.mock-canvas { padding: 20px; background: #f8fafc; }
.mock-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 16px; position: relative; padding-top: 24px; }
.demo-data-badge {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    align-items: center;
    border: 1px solid #dfe6ee;
    border-radius: 999px;
    padding: 4px 9px;
    background: #fff;
    color: var(--muted);
    font-size: .62rem;
    font-weight: 900;
    text-transform: uppercase;
}
.mock-stat,
.mock-list,
.mock-chart {
    border: 1px solid #dfe6ee;
    background: #fff;
    border-radius: 12px;
    padding: 14px;
}
.mock-stat small { display: block; color: var(--muted); font-weight: 900; text-transform: uppercase; font-size: .64rem; }
.mock-stat strong { display: block; font-size: 1.4rem; }
.mock-chart { height: 136px; display: flex; align-items: end; gap: 9px; }
.bar { flex: 1; border-radius: 8px 8px 0 0; background: var(--cobalt); min-height: 24px; }
.bar:nth-child(2) { height: 80%; background: var(--mint); }
.bar:nth-child(3) { height: 48%; background: var(--coral); }
.bar:nth-child(4) { height: 92%; background: var(--cobalt); }
.bar:nth-child(5) { height: 64%; background: var(--yellow); }
.mock-row { display: flex; justify-content: space-between; gap: 12px; border-top: 1px solid #e5e9ef; padding-top: 12px; margin-top: 12px; }
.mock-row > * {
    min-width: 0;
    overflow-wrap: anywhere;
}

.trust-strip {
    background: rgba(255,255,255,.92);
    border-bottom: 1px solid var(--line);
}
.trust-strip-inner {
    min-height: 76px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    align-items: center;
}
.trust-strip span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    color: rgba(16,18,23,.74);
    font-weight: 900;
    font-size: .88rem;
    line-height: 1.25;
    max-width: 100%;
    overflow-wrap: anywhere;
}
.trust-strip i { color: var(--mint); font-size: 1rem; }

.section { padding: 78px 0; }
.section-tight { padding: 46px 0; }
.section-soft { background: var(--soft); }
.section-demo {
    background:
        radial-gradient(circle at 10% 0%, rgba(53,92,255,.08), transparent 32%),
        radial-gradient(circle at 86% 86%, rgba(25,184,138,.09), transparent 30%),
        #fff;
}
.section-night { background: var(--night); color: #fff; }
.section-pilot {
    background:
        linear-gradient(120deg, rgba(25,184,138,.13), transparent 42%),
        #fffdf8;
}
.section-title {
    font-size: clamp(1.72rem, 3.05vw, 2.72rem);
    line-height: 1.06;
    font-weight: 900;
    letter-spacing: 0;
}
.section-copy { color: var(--muted); font-size: 1.02rem; line-height: 1.65; }
.section-night .section-copy { color: rgba(255,255,255,.72); }

.feature-strip {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 24px;
    align-items: stretch;
}
.feature-panel,
.price-card,
.faq-item,
.proof-card {
    border: 1px solid var(--line);
    background: rgba(255,255,255,.82);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 14px 34px rgba(16,18,23,.045);
    overflow-wrap: anywhere;
}
.faq-list {
    content-visibility: auto;
    contain-intrinsic-size: 720px;
}
.feature-panel.large { min-height: 340px; }
.product-brandline,
.preview-head {
    display: flex;
    align-items: center;
    gap: 14px;
}
.product-brandline {
    justify-content: space-between;
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--line);
}
.product-brandline img {
    width: 140px;
    height: 46px;
    object-fit: contain;
    object-position: left center;
}
.product-brandline span {
    color: var(--muted);
    font-weight: 900;
    text-transform: uppercase;
    font-size: .76rem;
}
.product-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 22px;
}
.preview-head {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 14px 16px;
    margin-bottom: 14px;
}
.preview-head img {
    width: 126px;
    height: 42px;
    object-fit: contain;
    object-position: left center;
    flex: 0 0 auto;
}
.preview-head strong,
.preview-head span {
    display: block;
}
.preview-head strong { font-weight: 900; }
.preview-head span {
    color: var(--muted);
    font-size: .92rem;
    line-height: 1.45;
}
.mini-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.steps-grid .mini-card strong {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: var(--ink);
    color: #fff;
}
.mini-card {
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 15px;
    background: #fff;
    min-height: 122px;
}
.product-summary-list {
    display: grid;
    gap: 10px;
}
.product-summary-list div {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    border: 1px solid rgba(16,18,23,.09);
    background: rgba(255,255,255,.74);
    border-radius: 14px;
    padding: 13px 14px;
    color: rgba(16,18,23,.82);
    font-weight: 850;
    line-height: 1.42;
}
.product-summary-list i {
    color: var(--mint);
    font-size: 1rem;
    flex: 0 0 auto;
    margin-top: 2px;
}

.club-showcase {
    margin-top: 36px;
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(320px, .78fr);
    gap: clamp(22px, 4vw, 46px);
    align-items: center;
    border: 1px solid rgba(16,18,23,.10);
    border-radius: 24px;
    padding: clamp(24px, 5vw, 52px);
    background:
        linear-gradient(135deg, rgba(25,184,138,.12), rgba(53,92,255,.08) 48%, rgba(255,255,255,.94)),
        #fff;
    box-shadow: 0 34px 92px rgba(15,23,42,.10);
}
.club-flow {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 22px 0 0;
}
.club-flow span {
    border: 1px solid rgba(16,18,23,.10);
    background: rgba(255,255,255,.72);
    color: rgba(16,18,23,.78);
    border-radius: 999px;
    padding: .52rem .72rem;
    font-weight: 900;
    font-size: .86rem;
}
.club-card-visual {
    border-radius: 24px;
    padding: clamp(24px, 3vw, 32px);
    background:
        radial-gradient(circle at 18% 8%, rgba(255,255,255,.34), transparent 34%),
        linear-gradient(145deg, #111827, #162033 54%, #0f2f27);
    color: #fff;
    box-shadow: 0 36px 88px rgba(15,23,42,.30);
    border: 1px solid rgba(255,255,255,.14);
    min-width: 0;
}
.club-card-top,
.club-reward,
.club-qr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}
.club-card-top {
    margin-bottom: 26px;
    color: rgba(255,255,255,.74);
    font-weight: 900;
}
.club-card-top img {
    width: 126px;
    height: 42px;
    object-fit: contain;
    object-position: left center;
    background: rgba(255,255,255,.96);
    border-radius: 12px;
    padding: 6px 8px;
}
.club-card-visual h3 {
    font-weight: 900;
    font-size: clamp(1.5rem, 3vw, 2.35rem);
    margin: 0 0 6px;
}
.club-card-visual p {
    margin: 0 0 18px;
    color: rgba(255,255,255,.72);
    font-weight: 800;
}
.club-stamps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 9px;
    margin-bottom: 20px;
}
.club-stamps span {
    aspect-ratio: 1;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.08);
}
.club-stamps span.is-filled {
    background: var(--mint);
    border-color: var(--mint);
    box-shadow: 0 0 0 4px rgba(25,184,138,.12);
}
.club-reward {
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.08);
    border-radius: 16px;
    padding: 13px 14px;
    margin-bottom: 14px;
}
.club-reward span,
.club-qr small {
    color: rgba(255,255,255,.62);
    font-weight: 900;
    text-transform: uppercase;
    font-size: .72rem;
}
.club-reward strong {
    font-size: .94rem;
    text-align: right;
}
.club-qr {
    color: rgba(255,255,255,.8);
    font-weight: 900;
}
.club-qr i {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: rgba(255,255,255,.12);
    font-size: 1.5rem;
}

.sms-premium-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, .82fr)) minmax(280px, 1fr);
    gap: 16px;
    align-items: stretch;
}
.sms-premium-grid .mini-card {
    min-height: 188px;
    background: rgba(255,255,255,.92);
}
.sms-console {
    border-radius: 18px;
    padding: clamp(22px, 4vw, 34px);
    background:
        radial-gradient(circle at 88% 0%, rgba(25,184,138,.22), transparent 38%),
        #101217;
    color: #fff;
    box-shadow: 0 24px 58px rgba(15,23,42,.18);
    display: grid;
    align-content: center;
    gap: 8px;
    min-width: 0;
}
.sms-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}
.sms-pill-row span {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    border: 1px solid rgba(16,18,23,.09);
    background: rgba(255,255,255,.78);
    color: rgba(16,18,23,.78);
    border-radius: 999px;
    padding: .55rem .78rem;
    font-weight: 900;
    font-size: .88rem;
}
.sms-pill-row i {
    color: var(--mint);
}
.sms-console span,
.sms-console small {
    color: rgba(255,255,255,.66);
    font-weight: 900;
}
.sms-console strong {
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    line-height: 1;
}
.sms-console p {
    color: rgba(255,255,255,.84);
    margin: 0;
    line-height: 1.45;
}
.demo-layout {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: 26px;
    align-items: center;
}
.demo-choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.demo-choice-card {
    min-height: 116px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 18px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: rgba(255,255,255,.9);
    box-shadow: 0 18px 42px rgba(16,18,23,.06);
    padding: 16px;
    color: var(--ink);
    text-decoration: none;
}
.demo-choice-card:hover {
    color: var(--ink);
    transform: translateY(-2px);
    box-shadow: 0 24px 54px rgba(16,18,23,.1);
}
.demo-choice-card span {
    color: var(--muted);
    font-weight: 900;
    text-transform: uppercase;
    font-size: .76rem;
}
.demo-choice-card strong {
    display: block;
    font-size: 1.1rem;
    line-height: 1.25;
}
.demo-visual-card {
    position: relative;
    border: 1px solid rgba(16,18,23,.10);
    background: rgba(255,255,255,.86);
    border-radius: 22px;
    padding: clamp(14px, 2.4vw, 20px);
    box-shadow: 0 28px 76px rgba(15,23,42,.10);
    overflow: hidden;
}
.demo-visual-card img {
    display: block;
    width: 100%;
    min-height: 310px;
    max-height: 430px;
    object-fit: cover;
    border-radius: 16px;
    border: 1px solid rgba(16,18,23,.08);
}
.demo-visual-fallback {
    min-height: 320px;
    display: grid;
    gap: 12px;
    align-content: center;
    border-radius: 16px;
    background:
        radial-gradient(circle at 80% 10%, rgba(25,184,138,.16), transparent 32%),
        linear-gradient(135deg, rgba(16,18,23,.03), rgba(53,92,255,.06)),
        #fff;
    padding: clamp(22px, 4vw, 38px);
}
.demo-visual-fallback span,
.demo-visual-fallback strong {
    border: 1px solid rgba(16,18,23,.10);
    background: rgba(255,255,255,.86);
    border-radius: 12px;
    padding: 14px 16px;
    font-weight: 900;
}
.demo-visual-fallback strong {
    background: var(--ink);
    color: #fff;
}
.demo-visual-links {
    position: absolute;
    left: clamp(22px, 3vw, 32px);
    right: clamp(22px, 3vw, 32px);
    bottom: clamp(22px, 3vw, 32px);
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.demo-visual-links a {
    border: 1px solid rgba(255,255,255,.24);
    background: rgba(16,18,23,.72);
    backdrop-filter: blur(12px);
    color: #fff;
    border-radius: 999px;
    padding: .48rem .7rem;
    font-weight: 900;
    font-size: .82rem;
}
.icon-tile {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    margin-bottom: 16px;
    font-size: 1.2rem;
}
.tile-blue { background: rgba(53,92,255,.1); color: var(--cobalt); }
.tile-mint { background: rgba(25,184,138,.12); color: var(--mint); }
.tile-coral { background: rgba(255,107,74,.14); color: var(--coral); }
.tile-yellow { background: rgba(244,183,64,.17); color: #9a6810; }

.section-trust {
    background:
        radial-gradient(circle at 15% 20%, rgba(25,184,138,.1), transparent 30%),
        linear-gradient(180deg, #fff, #f7f8fb);
}
.trust-block {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    gap: 22px;
    align-items: stretch;
}
.trust-copy,
.trust-card {
    border: 1px solid var(--line);
    background: rgba(255,255,255,.86);
    box-shadow: 0 18px 42px rgba(16,18,23,.05);
    border-radius: 12px;
}
.trust-copy { padding: 22px; }
.trust-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.trust-card {
    min-height: 128px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.trust-card i {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: rgba(25,184,138,.12);
    color: var(--mint);
    font-size: 1.15rem;
}
.trust-card strong {
    font-size: 1rem;
    font-weight: 900;
}
.trust-card span {
    color: var(--muted);
    line-height: 1.55;
    font-size: .94rem;
}
.price-fit {
    color: var(--muted);
    line-height: 1.55;
    margin: 12px 0 0;
    min-height: 36px;
}

.asset-preview,
.asset-fallback {
    width: 100%;
    min-height: 280px;
    border-radius: 16px;
    border: 1px solid var(--line);
    overflow: hidden;
    background: #fff;
}
.asset-preview img { width: 100%; height: 100%; object-fit: cover; display: block; }
.asset-fallback {
    display: grid;
    place-items: center;
    padding: 26px;
    background:
        linear-gradient(135deg, rgba(16,18,23,.03) 25%, transparent 25%) 0 0 / 28px 28px,
        #fff;
}
.asset-fallback .fallback-inner {
    width: min(520px, 100%);
    border: 1px solid var(--line);
    background: rgba(255,255,255,.88);
    border-radius: 14px;
    padding: 20px;
}
.fallback-line { height: 12px; border-radius: 999px; background: #d9dee7; margin-bottom: 12px; }
.fallback-line:nth-child(2) { width: 72%; background: var(--mint); }
.fallback-line:nth-child(3) { width: 46%; background: var(--coral); }

.industry-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
.industry-card {
    position: relative;
    min-height: 230px;
    border-radius: 16px;
    overflow: hidden;
    background: #1b1f27;
    color: #fff;
    isolation: isolate;
}
.industry-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.72) 100%);
    z-index: -1;
}
.industry-card.has-image { background-size: cover; background-position: center; }
.industry-fallback {
    position: absolute;
    inset: 0;
    z-index: -2;
    display: grid;
    place-items: center;
    color: rgba(255,255,255,.16);
    font-size: 6rem;
}
.industry-content {
    position: absolute;
    inset: auto 0 0;
    padding: 18px;
}
.industry-content p { color: rgba(255,255,255,.74); margin-bottom: 0; font-size: .92rem; line-height: 1.48; }
.industry-note {
    margin-top: 22px;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.06);
    border-radius: 18px;
    padding: clamp(20px, 3vw, 28px);
}
.industry-note-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
}
.industry-note-brand img {
    width: 132px;
    height: 44px;
    object-fit: contain;
    object-position: left center;
    background: rgba(255,255,255,.94);
    border-radius: 10px;
    padding: 6px 8px;
}
.industry-note p {
    color: rgba(255,255,255,.74);
    max-width: 940px;
    line-height: 1.7;
    margin: 0 0 16px;
}
.section-soft .industry-note,
.section-pilot .industry-note {
    border-color: rgba(16,18,23,.10);
    background: rgba(255,255,255,.88);
    color: var(--ink);
}
.section-soft .industry-note p,
.section-pilot .industry-note p {
    color: var(--muted);
}
.section-soft .industry-note-brand strong,
.section-pilot .industry-note-brand strong {
    color: var(--ink);
}
.section-soft .industry-tags span,
.section-pilot .industry-tags span {
    border-color: rgba(16,18,23,.10);
    background: rgba(16,18,23,.045);
    color: rgba(16,18,23,.78);
}
.industry-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}
.industry-tags span {
    border: 1px solid rgba(255,255,255,.16);
    background: rgba(255,255,255,.09);
    color: rgba(255,255,255,.88);
    border-radius: 999px;
    padding: .5rem .7rem;
    font-weight: 800;
    font-size: .9rem;
    max-width: 100%;
    overflow-wrap: anywhere;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}
.price-card {
    position: relative;
    min-height: 100%;
    border-radius: 18px;
    padding: 24px;
    background: rgba(255,255,255,.9);
    box-shadow: 0 22px 62px rgba(15,23,42,.07);
}
.price-card.highlight {
    background:
        radial-gradient(circle at 82% 4%, rgba(25,184,138,.22), transparent 34%),
        linear-gradient(145deg, #101217, #151d2d);
    color: #fff;
    transform: translateY(-8px);
    box-shadow: 0 36px 90px rgba(15,23,42,.28);
    border-color: rgba(255,255,255,.12);
}
.price-card.highlight .muted,
.price-card.highlight li,
.price-card.highlight .price-fit { color: rgba(255,255,255,.78); }
.price-number { font-size: clamp(2rem, 3.65vw, 2.85rem); font-weight: 900; letter-spacing: 0; }
.price-number span { font-size: 1rem; color: inherit; opacity: .68; }
.price-context {
    border: 1px solid rgba(16,18,23,.10);
    background: rgba(255,255,255,.68);
    border-radius: 14px;
    padding: 12px;
    display: grid;
    gap: 4px;
    margin-bottom: 16px;
}
.price-context strong { font-size: .88rem; }
.price-context span { color: var(--muted); font-size: .88rem; line-height: 1.45; }
.price-context-dark {
    border-color: rgba(255,255,255,.14);
    background: rgba(255,255,255,.08);
}
.price-context-dark span { color: rgba(255,255,255,.72); }
.check-list { list-style: none; padding: 0; margin: 22px 0; }
.check-list li { margin-bottom: 10px; color: var(--muted); line-height: 1.42; }
.check-list i { color: var(--mint); margin-right: 8px; }
.payment-trust-row {
    margin: 26px auto 0;
    max-width: 920px;
    border: 1px solid rgba(16,18,23,.10);
    background: rgba(255,255,255,.74);
    border-radius: 18px;
    padding: clamp(16px, 2.2vw, 22px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px 20px;
    align-items: center;
    box-shadow: 0 18px 50px rgba(15,23,42,.055);
}
.payment-trust-copy {
    display: grid;
    gap: 2px;
    min-width: 0;
}
.payment-trust-copy span {
    color: var(--muted);
    font-size: .8rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.payment-trust-copy strong {
    color: var(--ink);
    font-size: clamp(1rem, 1.8vw, 1.2rem);
}
.payment-logos,
.footer-payment-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    min-width: 0;
}
.payment-logo-card,
.footer-payment-logos span {
    height: 42px;
    min-width: 76px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(16,18,23,.12);
    border-radius: 12px;
    background: rgba(255,255,255,.9);
    padding: 8px 12px;
    box-shadow: 0 10px 26px rgba(15,23,42,.055);
}
.payment-logo-card img,
.footer-payment-logos img {
    display: block;
    width: auto;
    max-width: 92px;
    max-height: 24px;
    object-fit: contain;
}
.payment-logo-card[data-payment="sepa"] img { max-width: 108px; max-height: 28px; }
.payment-logo-card[data-payment="mastercard"] img { max-width: 54px; max-height: 30px; }
.payment-logo-card[data-payment="stripe"] img { max-width: 78px; max-height: 24px; }
.payment-logo-card[data-payment="paypal"] img { max-width: 86px; max-height: 24px; }
.payment-logo-card[data-payment="visa"] img { max-width: 74px; max-height: 22px; }
.footer-payment-logos span[data-payment="mastercard"] img { max-width: 42px; max-height: 24px; }
.footer-payment-logos span[data-payment="sepa"] img { max-width: 82px; max-height: 23px; }
.footer-payment-logos span[data-payment="stripe"] img,
.footer-payment-logos span[data-payment="paypal"] img { max-width: 68px; max-height: 20px; }
.footer-payment-logos span[data-payment="visa"] img { max-width: 58px; max-height: 18px; }
}
.payment-trust-row p {
    grid-column: 1 / -1;
    color: var(--muted);
    font-size: .9rem;
    line-height: 1.5;
    margin: 0;
}
.pricing-compare {
    border: 1px solid var(--line);
    background: rgba(255,255,255,.82);
    border-radius: 18px;
    padding: clamp(12px, 2vw, 18px);
    box-shadow: 0 18px 52px rgba(15,23,42,.07);
}
.pricing-compare[open] {
    padding: clamp(16px, 2.6vw, 24px);
}
.compare-toggle {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    font-weight: 900;
    color: var(--ink);
}
.compare-toggle::-webkit-details-marker { display: none; }
.compare-toggle i { transition: transform .16s ease; color: var(--muted); }
.pricing-compare[open] .compare-toggle {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(16,18,23,.08);
    margin-bottom: 18px;
}
.pricing-compare[open] .compare-toggle i { transform: rotate(180deg); }
.compare-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 18px;
    margin-bottom: 18px;
}
.compare-head > span {
    color: var(--muted);
    font-weight: 800;
    max-width: 320px;
}
.compare-grid {
    display: grid;
    gap: 0;
    border: 1px solid rgba(16,18,23,.10);
    border-radius: 16px;
    overflow: hidden;
}
.compare-row {
    display: grid;
    grid-template-columns: 1.25fr repeat(4, 1fr);
    min-width: 0;
}
.compare-row > * {
    padding: 10px 12px;
    border-bottom: 1px solid rgba(16,18,23,.08);
    border-right: 1px solid rgba(16,18,23,.08);
    color: var(--muted);
    font-weight: 750;
    line-height: 1.35;
}
.compare-row > *:last-child { border-right: 0; }
.compare-row:last-child > * { border-bottom: 0; }
.compare-row span:first-child,
.compare-title strong {
    color: var(--ink);
    font-weight: 900;
}
.compare-title {
    background: #101217;
}
.compare-title > * {
    color: #fff !important;
    border-color: rgba(255,255,255,.10);
}
.muted { color: var(--muted); }

.pilot-grid {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 36px;
    align-items: center;
}
.pilot-panel {
    border: 1px solid var(--line);
    background: #101217;
    color: #fff;
    border-radius: 18px;
    padding: clamp(24px, 4vw, 38px);
    box-shadow: 0 32px 70px rgba(16,18,23,.18);
}
.pilot-kicker {
    color: rgba(255,255,255,.58);
    font-weight: 900;
    text-transform: uppercase;
    font-size: .78rem;
    margin-bottom: 18px;
}
.pilot-step {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 14px;
    align-items: start;
    padding: 18px 0;
    border-top: 1px solid rgba(255,255,255,.13);
}
.pilot-step strong {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: var(--mint);
    color: #062019;
    font-weight: 900;
}
.pilot-step span {
    color: rgba(255,255,255,.76);
    line-height: 1.55;
}

.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 22px; }
.faq-item + .faq-item { margin-top: 7px; }
.faq-item {
    padding: 0;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 22px rgba(16,18,23,.035);
}
.faq-item summary {
    min-height: 44px;
    padding: 11px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    list-style: none;
    font-weight: 900;
    font-size: .94rem;
    line-height: 1.25;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary i {
    color: var(--muted);
    transition: transform .16s ease;
    flex: 0 0 auto;
}
.faq-item[open] summary i { transform: rotate(180deg); }
.faq-item p {
    padding: 0 14px 12px;
    font-size: .92rem;
    line-height: 1.48;
}
.faq-more {
    margin-top: 10px;
    border: 1px solid rgba(16,18,23,.10);
    border-radius: 12px;
    background: rgba(255,255,255,.64);
    box-shadow: 0 10px 24px rgba(16,18,23,.035);
    overflow: hidden;
}
.faq-more > summary {
    list-style: none;
    min-height: 46px;
    padding: 12px 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-weight: 900;
    color: var(--ink);
}
.faq-more > summary::-webkit-details-marker { display: none; }
.faq-more > summary i { color: var(--muted); transition: transform .16s ease; }
.faq-more[open] > summary i { transform: rotate(180deg); }
.faq-groups {
    padding: 0 12px 12px;
    display: grid;
    gap: 12px;
}
.faq-group {
    border-top: 1px solid rgba(16,18,23,.08);
    padding-top: 12px;
}
.faq-group h3 {
    font-size: .86rem;
    font-weight: 900;
    color: rgba(16,18,23,.64);
    text-transform: uppercase;
    margin: 0 0 8px;
}
.faq-item-compact {
    box-shadow: none;
    background: rgba(255,255,255,.74);
}
.faq-item-compact + .faq-item-compact { margin-top: 6px; }
.faq-item-compact summary {
    min-height: 40px;
    padding: 9px 12px;
    font-size: .9rem;
}
.faq-item-compact p {
    padding: 0 12px 10px;
}
.cta-band {
    background: #101217;
    color: #fff;
    border-radius: 18px;
    padding: clamp(28px, 5vw, 54px);
    position: relative;
    overflow: hidden;
    max-width: 100%;
}
.cta-band::after {
    content: "";
    position: absolute;
    right: -80px;
    top: -80px;
    width: 300px;
    height: 300px;
    border: 1px solid rgba(255,255,255,.14);
    transform: rotate(18deg);
    pointer-events: none;
}
footer {
    background:
        radial-gradient(circle at 12% 0%, rgba(53,92,255,.2), transparent 28%),
        #07090d;
    color: rgba(255,255,255,.72);
    padding: 48px 0 24px;
}
footer a { color: rgba(255,255,255,.82); font-weight: 800; }
footer a:hover { color: #fff; }
.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(130px, 1fr));
    gap: clamp(20px, 3vw, 38px);
    align-items: start;
    padding-top: 28px;
    margin-top: 26px;
    border-top: 1px solid rgba(255,255,255,.10);
}
.footer-logo {
    width: 138px;
    height: 52px;
    object-fit: contain;
    object-position: left center;
    display: block;
    margin-bottom: 14px;
}
.footer-brand p {
    color: rgba(255,255,255,.72);
    max-width: 360px;
    line-height: 1.58;
    font-size: .95rem;
    margin: 0 0 14px;
}
.footer-brand span {
    display: inline-flex;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.06);
    border-radius: 999px;
    padding: 8px 11px;
    color: rgba(255,255,255,.86);
    font-weight: 900;
    font-size: .86rem;
}
.footer-payment-row {
    display: grid;
    gap: 10px;
    margin-top: 18px;
    max-width: 430px;
}
.footer-payment-row strong {
    color: rgba(255,255,255,.9);
    font-size: .86rem;
}
.footer-payment-logos span {
    height: 34px;
    min-width: 62px;
    border-color: rgba(255,255,255,.14);
    background: rgba(255,255,255,.92);
    padding: 7px 9px;
}
.footer-col {
    display: grid;
    gap: 7px;
    min-width: 0;
}
.footer-col h6 {
    color: #fff;
    font-weight: 900;
    margin: 0 0 8px;
}
.footer-col a,
.footer-link-button {
    width: fit-content;
    color: rgba(255,255,255,.72);
    font-weight: 800;
    font-size: .9rem;
}
.footer-link-button {
    border: 0;
    padding: 0;
    background: transparent;
    text-align: left;
}
.footer-link-button:hover { color: #fff; }
.footer-support strong { color: #fff; }
.footer-whatsapp {
    margin-top: 4px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    padding: 9px 12px;
    color: #fff !important;
    background: rgba(255,255,255,.08);
}
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.12);
    margin-top: 28px;
    padding-top: 16px;
    display: flex;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    font-size: .9rem;
    color: rgba(255,255,255,.58);
}

.consent-banner {
    position: fixed;
    left: max(16px, env(safe-area-inset-left));
    right: max(16px, env(safe-area-inset-right));
    bottom: max(16px, env(safe-area-inset-bottom));
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    max-width: min(980px, calc(100% - 32px));
    margin: 0 auto;
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(148,163,184,.32);
    box-shadow: 0 22px 70px rgba(15,23,42,.18);
    border-radius: 18px;
    padding: 18px;
    backdrop-filter: blur(16px);
}
.consent-banner[hidden] { display: none; }
.consent-banner p { color: #64748b; font-size: .92rem; }
.consent-banner a { color: #111827; font-weight: 800; text-decoration: none; }
.consent-actions { display: flex; gap: 10px; flex-shrink: 0; }

.termivo-chatbot {
    position: fixed;
    right: max(18px, env(safe-area-inset-right));
    bottom: max(22px, env(safe-area-inset-bottom));
    z-index: 1080;
    width: 380px;
    max-width: min(380px, calc(100% - 32px));
    max-height: 70vh;
    pointer-events: none;
}
.chatbot-toggle {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(255,255,255,.13);
    background:
        radial-gradient(circle at 20% 0%, rgba(53,92,255,.24), transparent 38%),
        linear-gradient(145deg, rgba(19,23,33,.96), rgba(8,11,18,.96));
    box-shadow: 0 20px 50px rgba(15,23,42,.26), 0 0 0 1px rgba(16,18,23,.08);
    border-radius: 999px;
    padding: 8px 12px 8px 8px;
    color: #f8fafc;
    max-width: 218px;
    min-width: 0;
    pointer-events: auto;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.chatbot-toggle:hover {
    transform: translateY(-2px);
    border-color: rgba(25,184,138,.4);
    box-shadow: 0 22px 60px rgba(15,23,42,.32), 0 0 26px rgba(25,184,138,.14);
}
.chatbot-toggle-copy {
    display: grid;
    gap: 2px;
    text-align: left;
    min-width: 0;
}
.chatbot-toggle-copy strong {
    font-size: .78rem;
    line-height: 1.05;
    white-space: nowrap;
}
.chatbot-toggle-copy small {
    color: rgba(229,231,235,.72);
    font-weight: 800;
    font-size: .62rem;
    white-space: nowrap;
}
.chatbot-toggle img,
.chatbot-head img {
    width: 46px;
    height: 18px;
    object-fit: contain;
    border-radius: 8px;
    background: rgba(255,255,255,.96);
    padding: 3px 4px;
}
.chatbot-toggle > span:not(.chatbot-toggle-copy) {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #355cff, #19b88a);
    color: #fff;
    font-weight: 900;
}
.chatbot-panel {
    margin-top: 10px;
    background:
        radial-gradient(circle at 18% -10%, rgba(53,92,255,.22), transparent 34%),
        radial-gradient(circle at 100% 10%, rgba(25,184,138,.16), transparent 30%),
        linear-gradient(180deg, rgba(17,22,34,.98), rgba(8,11,18,.98));
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 26px 74px rgba(2,6,23,.38), 0 0 0 1px rgba(15,23,42,.18);
    border-radius: 22px;
    overflow: hidden;
    max-height: min(560px, 70vh);
    height: auto;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    color: #f8fafc;
    backdrop-filter: blur(18px);
}
.chatbot-panel[hidden] { display: none; }
.chatbot-head {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 13px;
    border-bottom: 1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.04);
}
.chatbot-head strong {
    color: #fff;
    letter-spacing: 0;
    font-size: .9rem;
}
.chatbot-head span {
    display: block;
    color: rgba(203,213,225,.72);
    font-size: .72rem;
    font-weight: 700;
}
.chatbot-head > div {
    min-width: 0;
    flex: 1;
}
.chatbot-close {
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.07);
    color: rgba(248,250,252,.86);
    border-radius: 999px;
    padding: 6px 9px;
    font-size: .68rem;
    font-weight: 900;
}
.chatbot-close:hover {
    background: rgba(255,255,255,.12);
    color: #fff;
}
.chatbot-messages {
    flex: 1;
    min-height: 190px;
    max-height: 300px;
    overflow: auto;
    padding: 12px;
    display: grid;
    gap: 8px;
    scrollbar-width: thin;
    scrollbar-color: rgba(148,163,184,.45) transparent;
    overscroll-behavior: contain;
}
.chatbot-bubble {
    border-radius: 14px;
    padding: 9px 11px;
    font-size: .82rem;
    line-height: 1.45;
    max-width: 94%;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}
.chatbot-bubble p { margin: 0; }
.chatbot-bubble ul {
    margin: 8px 0 0;
    padding-left: 16px;
    display: grid;
    gap: 4px;
}
.chatbot-bubble li { padding-left: 1px; }
.chatbot-bubble.bot {
    background: rgba(255,255,255,.10);
    color: rgba(248,250,252,.94);
    border: 1px solid rgba(255,255,255,.13);
    justify-self: start;
    border-bottom-left-radius: 6px;
}
.chatbot-bubble.user {
    background: linear-gradient(135deg, #355cff, #243fc2);
    color: #fff;
    justify-self: end;
    border-bottom-right-radius: 6px;
    box-shadow: 0 10px 22px rgba(53,92,255,.18);
}
.chatbot-typing {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    width: fit-content;
    padding: 10px 12px;
}
.chatbot-typing span {
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: rgba(248,250,252,.72);
    animation: chatbotTyping 1s infinite ease-in-out;
}
.chatbot-typing span:nth-child(2) { animation-delay: .16s; }
.chatbot-typing span:nth-child(3) { animation-delay: .32s; }
@keyframes chatbotTyping {
    0%, 80%, 100% { transform: translateY(0); opacity: .45; }
    40% { transform: translateY(-3px); opacity: 1; }
}
.chatbot-inline-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 9px;
}
.chatbot-inline-actions a {
    border: 1px solid rgba(255,255,255,.13);
    background: rgba(255,255,255,.09);
    color: #fff;
    border-radius: 999px;
    padding: 5px 8px;
    font-size: .68rem;
    font-weight: 900;
    text-decoration: none;
    line-height: 1.2;
}
.chatbot-inline-actions a:hover {
    background: rgba(25,184,138,.18);
    border-color: rgba(25,184,138,.38);
}
.chatbot-feedback {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 9px;
    color: rgba(203,213,225,.72);
    font-size: .68rem;
    font-weight: 800;
}
.chatbot-feedback button {
    border: 1px solid rgba(255,255,255,.13);
    background: rgba(255,255,255,.07);
    color: #fff;
    border-radius: 999px;
    padding: 4px 8px;
    font-size: .66rem;
    font-weight: 900;
    line-height: 1.15;
}
.chatbot-feedback button:hover {
    background: rgba(25,184,138,.18);
    border-color: rgba(25,184,138,.38);
}
.chatbot-feedback.is-sent {
    opacity: .72;
}
.chatbot-feedback button:disabled {
    opacity: .55;
    cursor: default;
}
.chatbot-suggestions {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 0 12px 10px;
    max-height: 96px;
    overflow: auto;
    scrollbar-width: thin;
}
.chatbot-suggestions button {
    border: 1px solid rgba(255,255,255,.11);
    background: rgba(255,255,255,.06);
    border-radius: 999px;
    padding: 6px 9px;
    font-size: .68rem;
    font-weight: 800;
    color: rgba(248,250,252,.84);
    max-width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
}
.chatbot-suggestions button:hover {
    border-color: rgba(25,184,138,.38);
    background: rgba(25,184,138,.12);
    color: #fff;
}
.chatbot-form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 7px;
    padding: 10px 12px;
    border-top: 1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.04);
}
.chatbot-form input {
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 999px;
    padding: 9px 10px;
    min-width: 0;
    font-size: .8rem;
    background: rgba(255,255,255,.08);
    color: #fff;
    outline: none;
}
.chatbot-form input::placeholder { color: rgba(203,213,225,.62); }
.chatbot-form input:focus {
    border-color: rgba(25,184,138,.45);
    box-shadow: 0 0 0 3px rgba(25,184,138,.12);
}
.chatbot-form .btn-main {
    padding: .5rem .78rem;
    min-height: 36px;
    font-size: .72rem;
    box-shadow: none;
}
.chatbot-privacy {
    padding: 0 12px 11px;
    color: rgba(203,213,225,.7);
    font-size: .65rem;
    margin: 0;
    line-height: 1.35;
}
.chatbot-support {
    display: block;
    padding: 0 12px 12px;
    font-weight: 900;
    color: #111827;
    text-decoration: none;
    font-size: .78rem;
}

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .reveal { opacity: 1; transform: none; transition: none; }
    .btn-main:hover, .btn-ghost:hover { transform: none; }
}

@media (max-width: 1199px) {
    .hero-mock { display: none; }
    .industry-grid { grid-template-columns: repeat(2, 1fr); }
    .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .steps-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .sms-premium-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .desktop-nav { gap: 14px; }
    .nav-link { font-size: .88rem; }
    .trust-strip-inner { grid-template-columns: repeat(4, minmax(0, 1fr)); padding-top: 14px; padding-bottom: 14px; }
}
@media (max-width: 991px) {
    .nav-wrap {
        grid-template-columns: auto auto;
        justify-content: space-between;
        gap: 12px;
    }
    .desktop-nav { display: none; }
    .menu-toggle { display: grid; }
    .mobile-menu {
        position: fixed;
        top: calc(76px + env(safe-area-inset-top));
        left: max(12px, env(safe-area-inset-left));
        right: max(12px, env(safe-area-inset-right));
        z-index: 3000;
        margin-top: 0;
        padding: 10px;
        max-width: calc(100% - 24px);
        max-height: calc(100dvh - 92px - env(safe-area-inset-bottom));
        overflow-y: auto;
        overscroll-behavior: contain;
        border-radius: 14px;
        box-shadow: 0 28px 80px rgba(15,23,42,.22);
    }
    .mobile-menu a:not(.btn-main) {
        min-height: 48px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid rgba(16,18,23,.06);
    }
    .mobile-menu a:not(.btn-main):last-of-type { border-bottom: 0; }
    .hero { min-height: auto; }
    .hero-content { padding: 48px 0 52px; }
    .hero-mock { display: none; }
    .feature-strip,
    .club-showcase,
    .demo-layout,
    .trust-block,
    .faq-layout,
    .pilot-grid,
    .pricing-grid { grid-template-columns: 1fr; }
    .payment-trust-row {
        grid-template-columns: 1fr;
        justify-items: start;
    }
    .steps-grid { grid-template-columns: repeat(2, 1fr); }
    .sms-premium-grid { grid-template-columns: 1fr; }
    .price-card.highlight { transform: none; }
    .compare-head { align-items: flex-start; flex-direction: column; }
    .compare-grid {
        border: 0;
        background: transparent;
        gap: 10px;
        overflow: visible;
    }
    .compare-row {
        grid-template-columns: 1fr;
        border: 1px solid rgba(16,18,23,.10);
        border-radius: 14px;
        overflow: hidden;
        background: #fff;
    }
    .compare-row > * {
        border-right: 0;
        display: flex;
        justify-content: space-between;
        gap: 12px;
    }
    .compare-row > *:nth-child(2)::before { content: "Basic"; color: var(--ink); font-weight: 900; }
    .compare-row > *:nth-child(3)::before { content: "Club"; color: var(--ink); font-weight: 900; }
    .compare-row > *:nth-child(4)::before { content: "Pro"; color: var(--ink); font-weight: 900; }
    .compare-row > *:nth-child(5)::before { content: "Business"; color: var(--ink); font-weight: 900; }
    .compare-title { display: none; }
    .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .trust-strip-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); min-height: auto; }
    .termivo-chatbot {
        width: 360px;
        max-width: 360px;
        right: max(16px, env(safe-area-inset-right));
        bottom: max(18px, env(safe-area-inset-bottom));
    }
    .chatbot-panel {
        max-height: min(520px, 68vh);
    }
}
@media (max-width: 767px) {
    .reveal { opacity: 1; transform: none; transition: none; }
    .nav-actions > .btn-main { display: none; }
    .topbar .container { padding-top: 10px !important; padding-bottom: 10px !important; }
    .brand img { width: 132px; height: 52px; }
    .menu-toggle {
        width: 42px;
        height: 42px;
        border-radius: 11px;
    }
    .mobile-menu {
        top: calc(72px + env(safe-area-inset-top));
        left: max(10px, env(safe-area-inset-left));
        right: max(10px, env(safe-area-inset-right));
        max-width: calc(100% - 20px);
    }
    .section { padding: 42px 0; }
	    .mini-grid,
	    .demo-choice-grid,
	    .trust-grid,
	    .steps-grid,
	    .industry-grid { grid-template-columns: 1fr; }
	    .demo-choice-card { min-height: 120px; }
	    .product-actions .btn-main,
	    .product-actions .btn-ghost { width: 100%; }
    .trust-copy { padding: 18px; }
	    .trust-card { min-height: auto; }
    .industry-card { min-height: 210px; }
    .hero-logo-badge { padding: 8px 12px; margin-bottom: 14px; }
    .hero-logo-badge img { width: 138px; height: 42px; }
    .product-brandline { align-items: flex-start; gap: 10px; flex-direction: column; }
    .product-brandline img { width: 138px; height: 44px; }
    .preview-head {
        align-items: flex-start;
        gap: 10px;
        flex-direction: column;
    }
    .preview-head img { width: 128px; height: 42px; }
    .metric-card { min-height: 122px; }
    .industry-note-brand {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }
    .hero-actions .btn-main,
    .hero-actions .btn-ghost { width: 100%; }
    .mock-body { grid-template-columns: 1fr; }
    .mock-side { display: none; }
    .mock-stats { grid-template-columns: 1fr; }
    h1 { font-size: clamp(2.02rem, 9vw, 2.72rem); line-height: 1.05; }
    .hero-copy { font-size: 1rem; line-height: 1.55; }
    .hero-note { font-size: .88rem; }
    .proof-pill { width: 100%; justify-content: flex-start; }
    .trust-strip-inner { grid-template-columns: 1fr; gap: 8px; padding-top: 14px; padding-bottom: 14px; }
    .trust-strip span { font-size: .84rem; }
    .price-fit { min-height: auto; }
    .club-showcase { padding: 22px; border-radius: 18px; }
    .club-card-visual { border-radius: 18px; padding: 18px; }
    .club-reward { align-items: flex-start; flex-direction: column; gap: 6px; }
    .club-reward strong { text-align: left; }
    .sms-premium-grid .mini-card { min-height: auto; }
    .sms-console { padding: 20px; }
    .price-card,
    .feature-panel,
    .faq-item,
    .proof-card { padding: 18px; }
    .payment-trust-row {
        margin-top: 18px;
        padding: 16px;
        border-radius: 16px;
    }
    .payment-logos,
    .footer-payment-logos {
        gap: 7px;
    }
    .payment-logo-card {
        height: 38px;
        min-width: 68px;
        padding: 7px 10px;
    }
    .payment-logo-card img {
        max-width: 78px;
        max-height: 22px;
    }
    .payment-logo-card[data-payment="mastercard"] img {
        max-width: 44px;
        max-height: 24px;
    }
    .payment-logo-card[data-payment="sepa"] img {
        max-width: 92px;
        max-height: 23px;
    }
    .cta-band::after {
        display: none;
    }
    .asset-preview,
    .asset-fallback { min-height: 220px; }
    .consent-banner {
        flex-direction: column;
        align-items: stretch;
        border-radius: 14px;
        padding: 16px;
    }
    .termivo-chatbot {
        display: none !important;
        visibility: hidden !important;
        pointer-events: none;
    }
    .chatbot-toggle {
        max-width: min(230px, 100%);
        padding: 7px 10px 7px 7px;
        box-shadow: 0 16px 42px rgba(15,23,42,.28);
    }
    .chatbot-toggle img {
        width: 42px;
        height: 17px;
    }
    .chatbot-panel {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-height: min(540px, 72dvh);
        border-radius: 18px;
    }
    .chatbot-head { padding: 11px 12px; }
    .chatbot-head img {
        width: 42px;
        height: 17px;
    }
    .chatbot-head span { font-size: .68rem; }
    .chatbot-close {
        padding: 7px 9px;
        font-size: .66rem;
    }
    .chatbot-messages {
        min-height: 150px;
        max-height: min(310px, 38dvh);
        padding: 10px;
        gap: 7px;
    }
    .chatbot-bubble {
        max-width: 96%;
        font-size: .79rem;
        padding: 9px 10px;
    }
    .chatbot-suggestions {
        padding: 0 10px 9px;
        max-height: 86px;
    }
    .chatbot-suggestions button {
        font-size: .66rem;
        padding: 6px 8px;
    }
    .chatbot-form {
        padding: 9px 10px;
        gap: 6px;
    }
    .chatbot-form input {
        min-height: 38px;
        font-size: .78rem;
    }
    .chatbot-form .btn-main {
        min-height: 38px;
        padding: .48rem .7rem;
    }
    .chatbot-privacy {
        padding: 0 10px 10px;
        font-size: .62rem;
    }
    footer { padding: 42px 0 22px; }
    .footer-logo { width: 132px; height: 48px; margin-bottom: 10px; }
    .footer-brand p { max-width: none; font-size: .92rem; }
    .footer-brand span { font-size: .8rem; padding: 7px 10px; }
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        padding-top: 22px;
        margin-top: 22px;
    }
    .footer-col {
        border-bottom: 1px solid rgba(255,255,255,.08);
        padding-bottom: 16px;
    }
    .footer-col:last-child { border-bottom: 0; padding-bottom: 0; }
    .footer-col a,
    .footer-link-button {
        min-height: 34px;
        display: inline-flex;
        align-items: center;
    }
    .footer-bottom {
        display: grid;
        gap: 6px;
        font-size: .84rem;
    }
    .consent-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 390px) {
    .brand img { width: 118px; height: 48px; }
    .container { padding-left: 18px; padding-right: 18px; }
    .hero-proof { display: grid; }
    .hero-logo-badge img { width: 138px; height: 44px; }
    .btn-main, .btn-ghost { min-height: 43px; padding: .68rem .9rem; }
}
