/* ════════════════════════════════════════════════════════════════════
   SENERA LANDING — Design system matching Lovable/xrtraining-briefs app
   Fonts: Inter (body), Source Serif 4 (headings), DM Mono (mono)
   Colors: Parchment warmth + Teal precision
   ════════════════════════════════════════════════════════════════════ */

/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 18px; }

body {
    background: hsl(38, 18%, 95%);
    color: hsl(210, 40%, 12%);
    font-family: 'Inter', system-ui, sans-serif;
    font-feature-settings: "rlig" 1, "calt" 1;
    line-height: 1.6;
    letter-spacing: -0.006em;
    -webkit-font-smoothing: antialiased;
}

/* Kill all browser/Bootstrap blue link defaults inside .lp-page and header */
.lp-page a,
.lp-page a:link,
.lp-page a:visited,
.lp-page a:hover,
.lp-page a:active,
.lp-header a,
.lp-header a:link,
.lp-header a:visited,
.lp-header a:hover,
.lp-header a:active,
.lp-footer a,
.lp-footer a:link,
.lp-footer a:visited {
    color: inherit;
    text-decoration: none;
}

a { color: inherit; text-decoration: none; }

svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    display: block;
    flex-shrink: 0;
}

/* ── Design Tokens ── */
:root {
    --bg:          hsl(38, 18%, 95%);
    --card:        hsl(40, 20%, 99%);
    --fg:          hsl(210, 40%, 12%);
    --primary:     hsl(172, 55%, 32%);
    --primary-fg:  hsl(0, 0%, 100%);
    --muted:       hsl(38, 14%, 92%);
    --muted-fg:    hsl(210, 10%, 46%);
    --border:      hsl(38, 15%, 87%);
    --destructive: hsl(18, 70%, 55%);
    --copper:      hsl(18, 70%, 55%);
    --sage:        hsl(152, 35%, 50%);
    --radius:      10px;
    --shadow-sm:   0 1px 2px hsl(210 40% 12% / 0.04), 0 4px 12px hsl(210 40% 12% / 0.03), 0 8px 24px hsl(210 40% 12% / 0.02);
    --container:   min(1440px, calc(100vw - 60px));
}

/* ── Typography ── */
.font-serif {
    font-family: 'Source Serif 4', Georgia, serif;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.font-mono {
    font-family: 'DM Mono', 'JetBrains Mono', monospace;
}

/* ── Utility: Gradient text ── */
.text-gradient-primary {
    background: linear-gradient(135deg, hsl(172, 55%, 32%) 0%, hsl(172, 50%, 50%) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-style: italic;
}

/* ── Utility: Cards ── */
.senera-elevated {
    background: hsl(var(--card, 40, 20%, 99%));
    background: hsl(40, 20%, 99%);
    border: 1px solid hsl(38, 15%, 87%);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
}

.senera-inset {
    background: hsl(38, 14%, 92% / 0.5);
    background: rgba(229, 225, 217, 0.5);
    border: 1px solid rgba(210, 202, 188, 0.6);
    border-radius: var(--radius);
    box-shadow: inset 0 1px 3px hsl(210 40% 12% / 0.04);
}

/* ── Divider ── */
.ink-divider {
    height: 1px;
    background: linear-gradient(90deg,
        transparent 0%,
        hsl(38, 15%, 82%) 20%,
        hsl(38, 15%, 80%) 50%,
        hsl(38, 15%, 82%) 80%,
        transparent 100%
    );
    max-width: var(--container);
    margin: 0 auto;
}

/* ── Topographic background ── */
.topo-bg {
    background-color: hsl(38, 18%, 95%);
    background-image:
        url("data:image/svg+xml,%3Csvg width='600' height='600' viewBox='0 0 600 600' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23c4b89c' stroke-width='0.6' opacity='0.28'%3E%3Cellipse cx='300' cy='300' rx='280' ry='220'/%3E%3Cellipse cx='300' cy='300' rx='240' ry='180'/%3E%3Cellipse cx='300' cy='300' rx='200' ry='145'/%3E%3Cellipse cx='300' cy='300' rx='160' ry='110'/%3E%3Cellipse cx='300' cy='300' rx='120' ry='80'/%3E%3Cellipse cx='300' cy='300' rx='80' ry='50'/%3E%3Cellipse cx='300' cy='300' rx='40' ry='25'/%3E%3Cellipse cx='150' cy='150' rx='130' ry='100' transform='rotate(-15 150 150)'/%3E%3Cellipse cx='150' cy='150' rx='90' ry='65' transform='rotate(-15 150 150)'/%3E%3Cellipse cx='480' cy='420' rx='110' ry='85' transform='rotate(20 480 420)'/%3E%3Cellipse cx='480' cy='420' rx='70' ry='50' transform='rotate(20 480 420)'/%3E%3C/g%3E%3C/svg%3E"),
        url("data:image/svg+xml,%3Csvg width='400' height='400' viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23b8ad96' stroke-width='0.4' opacity='0.15'%3E%3Cellipse cx='200' cy='200' rx='180' ry='140'/%3E%3Cellipse cx='200' cy='200' rx='140' ry='100'/%3E%3Cellipse cx='200' cy='200' rx='100' ry='65'/%3E%3Cellipse cx='200' cy='200' rx='60' ry='35'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 600px 600px, 400px 400px;
    background-position: 0 0, 100px 50px;
}

/* ── Stagger enter animation ── */
.stagger-enter > * {
    opacity: 0;
    transform: translateY(8px);
    animation: stagger-in 0.4s ease-out forwards;
}
.stagger-enter > *:nth-child(1) { animation-delay: 0ms; }
.stagger-enter > *:nth-child(2) { animation-delay: 60ms; }
.stagger-enter > *:nth-child(3) { animation-delay: 120ms; }
.stagger-enter > *:nth-child(4) { animation-delay: 180ms; }
@keyframes stagger-in { to { opacity: 1; transform: translateY(0); } }

/* ── Range input ── */
input[type="range"].range-styled {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background: hsl(38, 14%, 85%);
    outline: none;
    cursor: pointer;
}
input[type="range"].range-styled::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: hsl(172, 55%, 32%);
    cursor: pointer;
    border: 2px solid #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,0.15);
    transition: box-shadow 0.2s;
}
input[type="range"].range-styled::-webkit-slider-thumb:hover {
    box-shadow: 0 0 0 4px hsla(172,55%,32%,0.12), 0 1px 4px rgba(0,0,0,0.15);
}
input[type="range"].range-styled::-moz-range-thumb {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: hsl(172, 55%, 32%);
    cursor: pointer;
    border: 2px solid #fff;
}

/* ── Marquee ── */
@keyframes marquee {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.animate-marquee {
    animation: marquee 28s linear infinite;
}
.animate-marquee:hover { animation-play-state: paused; }

/* ══════════════════════════════════════════════
   HEADER
   ══════════════════════════════════════════════ */
.lp-header {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 50;
    background: hsla(38, 18%, 95%, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid hsl(38, 15%, 87%);
    transition: box-shadow 180ms ease;
}
.lp-header.is-scrolled {
    box-shadow: 0 4px 24px rgba(17, 21, 31, 0.07);
}
.lp-header-inner {
    width: var(--container);
    margin: 0 auto;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.lp-logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    color: hsl(210, 40%, 12%) !important;
}
.lp-logo-img {
    height: 40px;
    width: auto;
    object-fit: contain;
    display: block;
}
.lp-nav {
    display: flex;
    align-items: center;
    gap: 40px;
    flex: 1;
    justify-content: center;
}
.lp-nav a,
.lp-nav a:link,
.lp-nav a:visited {
    font-size: 16px;
    color: hsl(210, 10%, 46%) !important;
    font-weight: 500;
    transition: color 0.2s;
    position: relative;
}
.lp-nav a::after {
    content: '';
    position: absolute;
    bottom: -2px; left: 0; right: 0;
    height: 1px;
    background: hsl(172, 55%, 32%);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.25s ease;
}
.lp-nav a:hover,
.lp-nav a:active {
    color: hsl(210, 40%, 12%) !important;
}
.lp-nav a:hover::after { transform: scaleX(1); transform-origin: left; }

.lp-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

/* ── Buttons ── */
.lp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 10px;
    padding: 0 20px;
    height: 44px;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.15s ease;
    white-space: nowrap;
    /* Prevent any inherited blue from Bootstrap/browser */
    color: hsl(210, 40%, 12%);
    text-decoration: none !important;
}
.lp-btn:hover,
.lp-btn:focus,
.lp-btn:active,
.lp-btn:visited {
    transform: translateY(-1px);
    text-decoration: none !important;
}

.lp-btn-ghost {
    color: hsl(210, 40%, 12%) !important;
    background: transparent;
}
.lp-btn-ghost:hover,
.lp-btn-ghost:focus,
.lp-btn-ghost:active,
.lp-btn-ghost:visited {
    color: hsl(210, 40%, 12%) !important;
    background: hsl(38, 14%, 92%);
}

.lp-btn-outline {
    color: hsl(210, 40%, 12%) !important;
    background: transparent;
    border-color: hsl(38, 15%, 80%);
}
.lp-btn-outline:hover,
.lp-btn-outline:focus,
.lp-btn-outline:active,
.lp-btn-outline:visited {
    color: hsl(210, 40%, 12%) !important;
    background: hsl(38, 14%, 92%);
    border-color: hsl(38, 15%, 75%);
}

.lp-btn-hero {
    color: #ffffff !important;
    background: hsl(172, 55%, 32%);
    box-shadow: 0 2px 12px hsla(172, 55%, 32%, 0.25);
}
.lp-btn-hero:hover,
.lp-btn-hero:focus,
.lp-btn-hero:active,
.lp-btn-hero:visited {
    color: #ffffff !important;
    background: hsl(172, 55%, 28%);
    box-shadow: 0 4px 16px hsla(172, 55%, 32%, 0.35);
}

.lp-btn-lg {
    height: 56px;
    padding: 0 30px;
    font-size: 19px;
    border-radius: 12px;
}
.lp-btn-full { width: 100%; margin-top: 24px; }

.lp-arrow { font-size: 1rem; line-height: 1; }
.lp-play-icon {
    width: 0; height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid currentColor;
    display: inline-block;
}

/* ══════════════════════════════════════════════
   LAYOUT
   ══════════════════════════════════════════════ */
.lp-page { padding-top: 70px; } /* offset fixed header */

/* Override workspace shell overflow that breaks position:sticky */
.workspace-main:has(.lp-page) {
    overflow-x: visible !important;
    overflow: visible !important;
}
.lp-container {
    width: var(--container);
    margin: 0 auto;
}
.lp-section { padding: 56px 0; }

.lp-section-heading { max-width: 1100px; }
.lp-section-heading.centered { text-align: center; margin: 0 auto 40px; }
.lp-section-heading.narrow { max-width: 800px; }

.lp-section-heading h2 {
    font-family: 'Source Serif 4', Georgia, serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    color: hsl(210, 40%, 12%);
    margin-bottom: 14px;
}
.lp-section-heading p {
    font-size: 20px;
    color: hsl(210, 10%, 46%);
    line-height: 1.65;
}

.lp-kicker {
    font-family: 'DM Mono', monospace;
    font-size: 13px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: hsl(172, 55%, 28%);
    margin-bottom: 14px;
    display: block;
    font-weight: 500;
}
.lp-kicker-danger { color: hsl(18, 70%, 55%); }

/* ══════════════════════════════════════════════
   HERO
   ══════════════════════════════════════════════ */
.lp-hero {
    min-height: calc(100vh - 70px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 64px;
}

/* ── Chat Input (Lovable-style) ── */
.lp-chat-box {
    max-width: 860px;
    margin: 0 auto;
    text-align: left;
}
.lp-chat-inner {
    background: #fff;
    border: 1px solid hsl(38, 15%, 85%);
    border-radius: 16px;
    padding: 4px;
    box-shadow: 0 4px 24px hsla(210, 20%, 10%, 0.06), 0 1px 3px hsla(210, 20%, 10%, 0.04);
    transition: border-color 0.2s, box-shadow 0.2s;
}
.lp-chat-inner:focus-within {
    border-color: hsl(172, 55%, 32%);
    box-shadow: 0 4px 24px hsla(172, 55%, 32%, 0.1), 0 0 0 3px hsla(172, 55%, 32%, 0.08);
}
.lp-chat-input {
    width: 100%;
    border: none;
    outline: none;
    resize: none;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    padding: 18px 20px 10px;
    background: transparent;
    color: hsl(210, 40%, 12%);
    border-radius: 12px;
}
.lp-chat-input::placeholder {
    color: hsl(210, 10%, 58%);
}
.lp-chat-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px 10px;
}
.lp-chat-hint {
    font-size: 14px;
    color: hsl(210, 10%, 58%);
}
.lp-chat-actions {
    display: flex;
    gap: 8px;
}
.lp-btn-sm {
    padding: 9px 18px;
    font-size: 15px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.lp-chat-box .lp-meta-line {
    text-align: center;
    margin-top: 14px;
}

/* ── Value Section (How it works — 3 steps) ── */
.lp-value-section { padding: 80px 0; }
.lp-value-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 48px;
}
.lp-value-card {
    padding: 32px 28px;
    border-radius: 16px;
    text-align: left;
}
.lp-value-step {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: hsla(172, 55%, 32%, 0.08);
    color: hsl(172, 55%, 32%);
    font-family: 'DM Mono', monospace;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
.lp-value-card h3 {
    font-family: 'Source Serif 4', Georgia, serif;
    font-size: 22px;
    font-weight: 600;
    color: hsl(210, 40%, 12%);
    margin-bottom: 10px;
}
.lp-value-card > p {
    font-size: 16px;
    color: hsl(210, 10%, 46%);
    line-height: 1.6;
    margin-bottom: 18px;
}
.lp-value-output {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 500;
    color: hsl(172, 55%, 32%);
    padding-top: 14px;
    border-top: 1px solid hsl(38, 15%, 88%);
}
.lp-value-output svg { flex-shrink: 0; stroke: currentColor; }

@media (max-width: 768px) {
    .lp-value-grid { grid-template-columns: 1fr; max-width: 400px; margin-left: auto; margin-right: auto; }
}

.lp-hero .lp-container { text-align: center; }

.lp-badge-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 28px;
}
.lp-eyebrow-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 18px;
    border-radius: 999px;
    border: 1px solid hsla(172, 55%, 32%, 0.15);
    background: hsla(172, 55%, 32%, 0.05);
    color: hsl(172, 55%, 28%);
    font-size: 15px;
    font-weight: 500;
}
.lp-sparkle { width: 12px; height: 12px; fill: currentColor; stroke: none; }

.lp-headline-wrap { margin-bottom: 20px; }
.lp-h1 {
    font-family: 'Source Serif 4', Georgia, serif;
    font-size: clamp(2.4rem, 5.5vw, 4.5rem);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: hsl(210, 40%, 12%);
}
.lp-h1 em {
    font-style: italic;
}
.lp-h1-sub {
    display: block;
    color: hsl(210, 10%, 38%);
    font-size: clamp(1.4rem, 3vw, 2.4rem);
    font-weight: 500;
    margin-top: 4px;
}

.lp-sub-wrap { margin-bottom: 28px; }
.lp-subtext {
    font-size: 21px;
    color: hsl(210, 10%, 42%);
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

.lp-cta-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.lp-meta-line {
    font-family: 'DM Mono', monospace;
    font-size: 13px;
    letter-spacing: 0.1em;
    color: hsl(210, 10%, 58%);
    margin-bottom: 56px;
}

/* ── Hero Preview Cards ── */
.lp-preview-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 760px;
    margin: 0 auto;
    text-align: left;
}
.lp-preview-card { padding: 20px 24px; }

.lp-card-head {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}
.lp-card-title {
    font-size: 14px;
    font-weight: 600;
    color: hsl(210, 40%, 12%);
}
.lp-card-icon { color: hsl(172, 55%, 32%); flex-shrink: 0; }
.lp-pill-badge {
    margin-left: auto;
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.12em;
    color: hsl(172, 55%, 32%);
    background: hsla(172, 55%, 32%, 0.06);
    border: 1px solid hsla(172, 55%, 32%, 0.1);
    border-radius: 999px;
    padding: 3px 10px;
}

/* Cycle grid */
.lp-cycle-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.lp-cycle-item {
    border-radius: 8px;
    background: hsla(38, 14%, 92%, 0.4);
    padding: 10px 12px;
    transition: background 0.2s;
}
.lp-cycle-item:hover { background: hsla(38, 14%, 92%, 0.7); }
.lp-cycle-item-inner {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.lp-cycle-icon {
    width: 28px; height: 28px;
    border-radius: 6px;
    background: hsla(172, 55%, 32%, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: hsl(172, 55%, 32%);
    flex-shrink: 0;
    padding: 6px;
}
.lp-cycle-label {
    font-size: 12px;
    font-weight: 600;
    color: hsl(210, 40%, 12%);
    display: flex;
    align-items: center;
    gap: 6px;
}
.lp-step-num {
    font-size: 10px;
    font-weight: 700;
    color: rgba(100,110,130,0.3);
    font-family: 'DM Mono', monospace;
}
.lp-cycle-desc {
    font-size: 11px;
    color: hsl(210, 10%, 46%);
    line-height: 1.4;
    margin-top: 2px;
}
.lp-cycle-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 12px;
    font-size: 10px;
    font-family: 'DM Mono', monospace;
    color: hsla(210, 10%, 46%, 0.3);
}
.lp-cycle-footer svg { stroke: currentColor; }

/* Risk Calculator */
.lp-risk-controls {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}
.lp-risk-control {}
.lp-risk-label {
    display: block;
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: hsl(210, 10%, 46%);
    margin-bottom: 8px;
}
.lp-risk-val {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-top: 4px;
    font-variant-numeric: tabular-nums;
}
.lp-risk-metrics {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}
.lp-risk-metric {
    padding: 10px 8px;
    text-align: center;
    border-radius: 8px;
}
.lp-risk-number {
    font-size: 18px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    line-height: 1;
    margin-bottom: 4px;
}
.lp-risk-danger { color: hsl(0, 72%, 51%); }
.lp-risk-warn   { color: hsl(38, 92%, 50%); }
.lp-risk-good   { color: hsl(172, 55%, 32%); }
.lp-risk-desc {
    font-size: 10px;
    color: hsl(210, 10%, 46%);
    line-height: 1.3;
}

/* ══════════════════════════════════════════════
   STATS SECTION
   ══════════════════════════════════════════════ */
.lp-stats-section { padding: 56px 0; }
.lp-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    max-width: 700px;
    margin: 0 auto;
}
.lp-stat-item {
    text-align: center;
    padding: 0 32px;
    border-right: 1px solid hsl(38, 15%, 87%);
}
.lp-stat-item:last-child { border-right: none; }
.lp-stat-number {
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.04em;
    margin-bottom: 4px;
}
.lp-stat-label {
    font-size: 13px;
    color: hsl(210, 10%, 46%);
    line-height: 1.4;
}

/* ══════════════════════════════════════════════
   FEATURES / PILLARS
   ══════════════════════════════════════════════ */
.lp-pillars {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 1100px;
    margin: 0 auto;
}
.lp-pillar-card {
    position: relative;
    overflow: hidden;
    padding: 24px 28px;
}
.lp-pillar-stripe {
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 3px;
    background: hsla(172, 55%, 32%, 0.2);
    transition: background 0.2s;
}
.lp-pillar-card:hover .lp-pillar-stripe {
    background: hsla(172, 55%, 32%, 0.6);
}
.lp-pillar-inner {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}
.lp-pillar-left {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}
.lp-pillar-num {
    font-family: 'DM Mono', monospace;
    font-size: 11px;
    font-weight: 700;
    color: rgba(100,110,130,0.3);
}
.lp-pillar-icon {
    width: 44px; height: 44px;
    border-radius: 12px;
    background: hsla(172, 55%, 32%, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    color: hsl(172, 55%, 32%);
    padding: 10px;
    transition: transform 0.3s;
}
.lp-pillar-card:hover .lp-pillar-icon { transform: scale(1.08); }
.lp-pillar-body { flex: 1; min-width: 0; }
.lp-pillar-tag {
    font-family: 'DM Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: hsl(172, 55%, 32%);
    margin-bottom: 4px;
}
.lp-pillar-body h3 {
    font-size: 18px;
    font-weight: 600;
    color: hsl(210, 40%, 12%);
    margin-bottom: 8px;
    font-family: 'Inter', sans-serif;
    letter-spacing: -0.01em;
}
.lp-pillar-body > p {
    font-size: 13px;
    color: hsl(210, 10%, 46%);
    line-height: 1.65;
    margin-bottom: 12px;
}
.lp-pillar-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 24px;
}
.lp-pillar-feature {
    display: flex;
    align-items: center;
    gap: 6px;
    color: hsl(210, 10%, 46%);
    font-size: 12px;
}
.lp-pillar-feature svg { color: hsl(172, 55%, 32%); flex-shrink: 0; }

/* ══════════════════════════════════════════════
   THE PROBLEM
   ══════════════════════════════════════════════ */
.lp-problem-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
}
.lp-problem-grid h2 {
    font-family: 'Source Serif 4', Georgia, serif;
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    color: hsl(210, 40%, 12%);
    margin-bottom: 20px;
    line-height: 1.2;
}
.lp-muted-heading { color: hsl(210, 10%, 46%); }
.lp-warning-list { display: flex; flex-direction: column; gap: 14px; }
.lp-warning-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
.lp-warn-icon { color: hsl(18, 70%, 55%); flex-shrink: 0; margin-top: 1px; }
.lp-warning-item p {
    font-size: 13px;
    color: hsl(210, 10%, 46%);
    line-height: 1.55;
}

/* Decay card */
.lp-decay-card { padding: 20px 24px; }
.lp-decay-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: hsl(210, 40%, 12%);
    margin-bottom: 16px;
}
.lp-decay-title svg { color: hsl(172, 55%, 32%); }
.lp-decay-bars { display: flex; flex-direction: column; gap: 10px; }
.lp-decay-row {}
.lp-decay-labels {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: hsl(210, 10%, 46%);
    margin-bottom: 5px;
}
.lp-decay-labels span:last-child { font-weight: 600; color: hsl(210, 40%, 12%); }
.lp-decay-track {
    height: 6px;
    border-radius: 999px;
    background: hsl(38, 14%, 88%);
    overflow: hidden;
}
.lp-decay-fill {
    height: 100%;
    border-radius: 999px;
    transition: width 1s ease-out;
}
.lp-decay-note {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid hsl(38, 15%, 87%);
    font-size: 14px;
    font-weight: 500;
    color: hsl(172, 55%, 32%);
}
.lp-decay-note svg { color: hsl(172, 55%, 32%); }

/* ══════════════════════════════════════════════
   ZERO FRICTION
   ══════════════════════════════════════════════ */
.lp-zero-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    max-width: 1060px;
    margin: 0 auto;
}
.lp-zero-card {
    padding: 20px 24px;
    text-align: center;
    transition: border-color 0.2s;
}
.lp-zero-card:hover { border-color: hsla(172, 55%, 32%, 0.2); }
.lp-zero-icon {
    width: 36px; height: 36px;
    border-radius: 8px;
    background: hsla(172, 55%, 32%, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    color: hsl(172, 55%, 32%);
    margin: 0 auto 12px;
    padding: 8px;
    transition: background 0.2s;
}
.lp-zero-card:hover .lp-zero-icon { background: hsla(172, 55%, 32%, 0.12); }
.lp-zero-card h4 {
    font-size: 14px;
    font-weight: 600;
    color: hsl(210, 40%, 12%);
    margin-bottom: 6px;
}
.lp-zero-card p {
    font-size: 12px;
    color: hsl(210, 10%, 46%);
    line-height: 1.5;
}

/* ══════════════════════════════════════════════
   INDUSTRIES MARQUEE
   ══════════════════════════════════════════════ */
.lp-industries { padding: 36px 0; }
.lp-industries-label {
    text-align: center;
    font-family: 'DM Mono', monospace;
    font-size: 13px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: hsl(210, 10%, 58%);
    margin-bottom: 24px;
}
.lp-marquee-wrap {
    overflow: hidden;
    position: relative;
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}
.lp-marquee-track {
    display: flex;
    gap: 12px;
    width: max-content;
}
.lp-marquee-track span {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 999px;
    border: 1px solid hsl(38, 15%, 87%);
    background: hsl(40, 20%, 99%);
    font-size: 15px;
    color: hsl(210, 10%, 46%);
    font-weight: 500;
    white-space: nowrap;
}

/* ══════════════════════════════════════════════
   PRICING
   ══════════════════════════════════════════════ */
.lp-pricing-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    max-width: 960px;
    margin: 0 auto;
}
.lp-price-card {
    padding: 30px 34px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.lp-price-featured {
    border-color: hsla(172, 55%, 32%, 0.2);
    background: hsla(172, 55%, 32%, 0.02);
    position: relative;
}
.lp-price-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: hsl(172, 55%, 32%);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 18px;
    border-radius: 999px;
    white-space: nowrap;
}
.lp-price-card h3 {
    font-family: 'Source Serif 4', Georgia, serif;
    font-size: 28px;
    font-weight: 600;
    color: hsl(210, 40%, 12%);
    margin-bottom: 8px;
}
.lp-price-line {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 8px;
}
.lp-price-line strong {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: hsl(210, 40%, 12%);
}
.lp-price-line span {
    font-size: 16px;
    color: hsl(210, 10%, 46%);
}
.lp-price-desc {
    font-size: 16px;
    color: hsl(210, 10%, 46%);
    margin-bottom: 24px;
}
.lp-price-features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
    margin-bottom: 0;
}
.lp-price-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: hsl(210, 10%, 46%);
}
.lp-price-features li svg { color: hsl(172, 55%, 32%); flex-shrink: 0; }

/* ══════════════════════════════════════════════
   FINAL CTA
   ══════════════════════════════════════════════ */
.lp-cta-section { padding: 64px 0; }
.lp-cta-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.lp-cta-content h2 {
    font-family: 'Source Serif 4', Georgia, serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 600;
    letter-spacing: -0.03em;
    color: hsl(210, 40%, 12%);
    line-height: 1.1;
    margin-bottom: 16px;
}
.lp-cta-content p {
    font-size: 19px;
    color: hsl(210, 10%, 46%);
    line-height: 1.65;
    margin-bottom: 28px;
}
.lp-cta-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

/* ══════════════════════════════════════════════
   FOOTER
   ══════════════════════════════════════════════ */
.lp-footer { border-top: 1px solid hsla(38, 15%, 87%, 0.1); }
.lp-footer-top {
    padding: 40px 0;
    position: relative;
}
.lp-footer-top::before {
    content: '';
    position: absolute;
    inset-x: 0; top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, hsla(172, 55%, 32%, 0.2), transparent);
}
.lp-footer-inner {
    display: flex;
    justify-content: space-between;
    gap: 48px;
}
.lp-footer-brand { max-width: 260px; }
.lp-footer-logo {
    font-family: 'Source Serif 4', Georgia, serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: hsl(210, 40%, 12%);
    display: block;
    margin-bottom: 12px;
}
.lp-footer-brand p {
    font-size: 16px;
    color: hsla(210, 10%, 46%, 0.6);
    line-height: 1.6;
}
.lp-footer-links {
    display: flex;
    gap: 56px;
}
.lp-footer-col h4 {
    font-family: 'DM Mono', monospace;
    font-size: 13px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: hsl(210, 10%, 46%);
    margin-bottom: 16px;
}
.lp-footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 12px; padding: 0; margin: 0; }
.lp-footer-col li { padding: 0; margin: 0; }
.lp-footer-col a,
.lp-footer-col a:link,
.lp-footer-col a:visited {
    font-size: 16px;
    color: hsla(210, 10%, 46%, 0.6) !important;
    transition: color 0.2s;
}
.lp-footer-col a:hover,
.lp-footer-col a:active {
    color: hsl(210, 40%, 12%) !important;
}
.lp-footer-bottom {
    border-top: 1px solid hsla(38, 15%, 87%, 0.1);
    padding: 16px 0;
    margin: 0;
}
.lp-footer-bottom p {
    text-align: center;
    font-family: 'DM Mono', monospace;
    font-size: 14px;
    color: hsla(210, 10%, 46%, 0.4);
    margin: 0;
    padding: 0;
}
.lp-footer {
    margin-bottom: 0;
    padding-bottom: 0;
}
.lp-page {
    padding-bottom: 0;
    margin-bottom: 0;
}

/* ══════════════════════════════════════════════
   FADE-IN ON SCROLL
   ══════════════════════════════════════════════ */
.fade-in {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ══════════════════════════════════════════════
   MEET SENERA AI — SCROLL-LOCKED WALKTHROUGH
   ══════════════════════════════════════════════ */

/* Scroll-lock container: tall to create scroll room (3 steps) */
.lp-walkthrough-lock {
    height: 180vh;
    position: relative;
}

/* Sticky inner: pins the walkthrough in the viewport while user scrolls */
.lp-walkthrough-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Progress dots */
.lp-wk-progress {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 32px;
}
.lp-wk-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: hsl(38, 15%, 85%);
    transition: background 0.3s, transform 0.3s;
}
.lp-wk-dot.active {
    background: hsl(172, 55%, 32%);
    transform: scale(1.3);
}

.lp-meet-title { margin-bottom: 40px; }
.lp-walkthrough {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 56px;
    align-items: center;
}

/* Visual (left) — no longer sticky, parent handles pinning */
.lp-walkthrough-visual { }
.lp-walkthrough-screen {
    border-radius: 16px;
    padding: 24px;
    min-height: 380px;
    overflow: hidden;
    position: relative;
}
.lp-wk-mock {
    display: none;
    animation: wkFadeIn 0.4s ease;
}
.lp-wk-mock-active { display: block; }
@keyframes wkFadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.lp-wk-mock-bar {
    height: 8px;
    border-radius: 4px;
    background: hsl(38, 15%, 88%);
    width: 60%;
    margin-bottom: 20px;
}

/* Step 1: Chat mockup */
.lp-wk-mock-chat { display: flex; flex-direction: column; gap: 16px; }
.lp-wk-mock-bubble {
    background: hsla(172, 55%, 32%, 0.06);
    border: 1px solid hsla(172, 55%, 32%, 0.15);
    border-radius: 14px;
    padding: 20px 24px;
    font-size: 18px;
    font-style: italic;
    color: hsl(210, 40%, 12%);
    max-width: 85%;
}
.lp-wk-mock-typing {
    display: flex; gap: 4px; padding: 8px 0;
}
.lp-wk-mock-typing span {
    width: 8px; height: 8px; border-radius: 50%;
    background: hsl(172, 55%, 32%);
    animation: typingDot 1.2s ease infinite;
}
.lp-wk-mock-typing span:nth-child(2) { animation-delay: 0.2s; }
.lp-wk-mock-typing span:nth-child(3) { animation-delay: 0.4s; }
@keyframes typingDot {
    0%, 60%, 100% { opacity: 0.2; transform: scale(0.8); }
    30% { opacity: 1; transform: scale(1); }
}

/* Step 2: Module cards */
.lp-wk-mock-module { display: flex; flex-direction: column; gap: 12px; }
.lp-wk-mock-card {
    background: hsl(38, 18%, 97%);
    border: 1px solid hsl(38, 15%, 90%);
    border-radius: 10px;
    padding: 14px 18px;
}
.lp-wk-mock-badge {
    display: inline-block;
    font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em;
    padding: 4px 10px; border-radius: 5px;
    background: hsla(210, 30%, 50%, 0.1); color: hsl(210, 30%, 40%);
    margin-bottom: 8px;
}
.lp-wk-mock-badge.accent { background: hsla(172, 55%, 32%, 0.1); color: hsl(172, 55%, 32%); }
.lp-wk-mock-badge.green { background: hsla(152, 60%, 40%, 0.1); color: hsl(152, 60%, 35%); }
.lp-wk-mock-line {
    height: 8px; border-radius: 4px;
    background: hsl(38, 15%, 90%);
    margin-top: 6px;
}
.lp-wk-mock-line.w80 { width: 80%; }
.lp-wk-mock-line.w70 { width: 70%; }
.lp-wk-mock-line.w60 { width: 60%; }
.lp-wk-mock-line.w50 { width: 50%; }
.lp-wk-mock-line.w90 { width: 90%; }
.lp-wk-mock-line.w40 { width: 40%; }

/* Step 3: Dashboard mockup */
.lp-wk-mock-dash { display: flex; flex-direction: column; gap: 16px; }
.lp-wk-mock-stat-row { display: flex; gap: 12px; }
.lp-wk-mock-stat {
    flex: 1;
    background: hsl(38, 18%, 97%);
    border: 1px solid hsl(38, 15%, 90%);
    border-radius: 10px;
    padding: 14px;
    text-align: center;
}
.lp-wk-mock-stat-num { font-family: 'DM Mono', monospace; font-size: 28px; font-weight: 600; }
.lp-wk-mock-stat.green .lp-wk-mock-stat-num { color: hsl(152, 60%, 35%); }
.lp-wk-mock-stat.amber .lp-wk-mock-stat-num { color: hsl(38, 92%, 45%); }
.lp-wk-mock-stat.red .lp-wk-mock-stat-num { color: hsl(0, 72%, 51%); }
.lp-wk-mock-stat-label { font-size: 14px; color: hsl(210, 10%, 50%); margin-top: 3px; }
.lp-wk-mock-bars { display: flex; flex-direction: column; gap: 8px; }
.lp-wk-mock-bar-row {
    display: flex; align-items: center; gap: 12px; font-size: 15px; color: hsl(210, 10%, 46%);
}
.lp-wk-mock-bar-row span { min-width: 100px; flex-shrink: 0; }
.lp-wk-bar-track {
    flex: 1;
    height: 10px;
    border-radius: 5px;
    background: hsl(38, 14%, 90%);
    overflow: hidden;
}
.lp-wk-bar-fill {
    height: 100%; border-radius: 5px;
    background: hsl(152, 60%, 40%);
    transition: width 0.5s ease;
}
.lp-wk-bar-fill.amber { background: hsl(38, 92%, 50%); }
.lp-wk-bar-fill.red { background: hsl(0, 72%, 51%); }

/* Steps (right) */
.lp-walkthrough-steps { display: flex; flex-direction: column; gap: 12px; }
.lp-wk-step {
    padding: 28px;
    border-radius: 14px;
    cursor: pointer;
    transition: opacity 0.3s, background 0.3s;
    opacity: 0.55;
}
.lp-wk-step:hover { opacity: 0.8; }
.lp-wk-step-active {
    opacity: 1 !important;
    background: hsla(172, 55%, 32%, 0.04);
    border-left: 3px solid hsl(172, 55%, 32%);
}
.lp-wk-step h3 {
    font-size: 25px;
    font-weight: 600;
    color: hsl(210, 40%, 12%);
    margin-bottom: 10px;
}
.lp-wk-step p {
    font-size: 17px;
    color: hsl(210, 10%, 46%);
    line-height: 1.6;
}

/* ══════════════════════════════════════════════
   RISK CALCULATOR v2
   ══════════════════════════════════════════════ */
.lp-risk-calc {
    margin: 0;
    padding: 32px;
    border-radius: 16px;
}
.lp-risk-calc-label {
    font-family: 'DM Mono', monospace;
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: hsl(210, 10%, 50%);
    margin-bottom: 20px;
}
.lp-risk-controls-v2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 24px;
}
.lp-risk-control-v2 { display: flex; flex-direction: column; gap: 8px; }
.lp-risk-label-v2 {
    font-size: 16px; font-weight: 600;
    color: hsl(210, 10%, 46%);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.lp-risk-val-v2 {
    font-family: 'DM Mono', monospace;
    font-size: 25px;
    font-weight: 600;
    color: hsl(210, 40%, 12%);
}
.lp-risk-results {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    padding-top: 24px;
    border-top: 1px solid hsl(38, 15%, 88%);
}
.lp-risk-result { text-align: center; padding: 20px 16px; }
.lp-risk-result-num {
    font-family: 'Source Serif 4', Georgia, serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 6px;
}
.lp-risk-result-label {
    font-size: 15px;
    color: hsl(210, 10%, 50%);
}
.lp-risk-result-highlight {
    background: hsla(152, 60%, 40%, 0.06);
    border-radius: 12px;
    border: 1px solid hsla(152, 60%, 40%, 0.15);
}

/* ══════════════════════════════════════════════
   DECAY — wider layout
   ══════════════════════════════════════════════ */
/* Side-by-side grid for decay + calculator */
.lp-why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: stretch;
}
.lp-why-card-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: hsl(210, 40%, 12%);
    margin-bottom: 20px;
}

.lp-decay-wide {
    margin: 0;
    padding: 32px;
    border-radius: 16px;
}

/* ══════════════════════════════════════════════
   FINAL CTA chat box
   ══════════════════════════════════════════════ */
.lp-chat-box-cta {
    max-width: 800px;
    margin: 36px auto 0;
}

/* ── Focus visible states ── */
.lp-btn:focus-visible,
.lp-nav a:focus-visible,
.lp-wk-step:focus-visible {
    outline: 2px solid hsl(172, 55%, 32%);
    outline-offset: 2px;
}

/* ── Pricing card hover ── */
.lp-price-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.lp-price-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px hsla(210, 40%, 12%, 0.08);
}

/* ══════════════════════════════════════════════
   HAMBURGER MENU
   ══════════════════════════════════════════════ */
.lp-menu-btn {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 60;
}
.lp-menu-btn span {
    display: block;
    width: 22px;
    height: 2px;
    background: hsl(210, 40%, 12%);
    border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.25s ease;
}
.lp-menu-btn.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.lp-menu-btn.is-open span:nth-child(2) { opacity: 0; }
.lp-menu-btn.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.lp-mobile-nav {
    display: none;
    position: fixed;
    top: 70px; left: 0; right: 0;
    z-index: 49;
    background: hsla(38, 18%, 95%, 0.98);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid hsl(38, 15%, 82%);
    padding: 24px;
    flex-direction: column;
    gap: 4px;
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.lp-mobile-nav.is-open {
    transform: translateY(0);
    opacity: 1;
}
.lp-mobile-nav a {
    display: block;
    padding: 14px 16px;
    font-size: 18px;
    font-weight: 500;
    color: hsl(210, 40%, 12%);
    border-radius: 10px;
    transition: background 0.15s;
}
.lp-mobile-nav a:hover { background: hsla(38, 14%, 88%, 0.6); }
.lp-mobile-nav-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid hsl(38, 15%, 85%);
}

.lp-hide-mobile { display: inline-flex; }

/* ══════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════ */

/* ── Large tablet / small desktop ── */
@media (max-width: 1440px) {
    :root { --container: calc(100vw - 60px); }
}
@media (max-width: 1100px) {
    :root { --container: calc(100vw - 48px); }
}

/* ── Tablet ── */
@media (max-width: 900px) {
    :root { --container: calc(100vw - 40px); }

    .lp-nav { display: none; }
    .lp-menu-btn { display: flex; }
    .lp-mobile-nav { display: flex; }
    .lp-hide-mobile { display: none; }

    .lp-walkthrough { grid-template-columns: 1fr; gap: 32px; }
    .lp-walkthrough-visual { position: static; }
    .lp-walkthrough-lock { height: auto; }
    .lp-walkthrough-sticky { position: relative; height: auto; padding: 60px 0; }
    .lp-wk-progress { display: none; }
    .lp-problem-grid { grid-template-columns: 1fr; }
    .lp-why-grid { grid-template-columns: 1fr; }
    .lp-risk-controls-v2 { grid-template-columns: 1fr 1fr; }
    .lp-footer-inner  { flex-direction: column; }
    .lp-footer-links  { flex-wrap: wrap; gap: 32px; }
}

/* ── Small tablet ── */
@media (max-width: 768px) {
    .lp-pricing-grid  { grid-template-columns: 1fr; max-width: 420px; margin-left: auto; margin-right: auto; }
    .lp-risk-controls-v2 { grid-template-columns: 1fr; }

    .lp-section { padding: 48px 0; }
    .lp-section-heading.centered { margin-bottom: 32px; }

    .lp-risk-calc { padding: 32px; }
    .lp-decay-wide { padding: 28px; }
}

/* ── Mobile ── */
@media (max-width: 640px) {
    :root { --container: calc(100vw - 32px); }
    html { font-size: 16px; }

    .lp-header-inner { height: 60px; }
    .lp-page { padding-top: 60px; }
    .lp-mobile-nav { top: 60px; }

    .lp-hero { min-height: auto; padding: 40px 0 32px; }
    .lp-hero .lp-h1 { font-size: clamp(2rem, 8vw, 3rem); }
    .lp-subtext { font-size: 17px; }
    .lp-badge-wrap { margin-bottom: 20px; }
    .lp-headline-wrap { margin-bottom: 16px; }
    .lp-sub-wrap { margin-bottom: 20px; }
    .lp-chat-box { max-width: 100%; }

    .lp-chat-footer { flex-direction: column; gap: 10px; align-items: stretch; }
    .lp-chat-hint { text-align: center; }
    .lp-chat-actions { flex-direction: column; width: 100%; }
    .lp-chat-actions .lp-btn-sm { width: 100%; justify-content: center; min-height: 44px; }

    .lp-zero-grid   { grid-template-columns: 1fr; }
    .lp-stats-grid  { grid-template-columns: 1fr; }
    .lp-stat-item   { border-right: none; border-bottom: 1px solid hsl(38, 15%, 87%); padding: 20px 0; }
    .lp-stat-item:last-child { border-bottom: none; }

    .lp-pillar-inner { flex-direction: column; gap: 16px; }
    .lp-risk-controls { grid-template-columns: 1fr; }
    .lp-risk-results { grid-template-columns: 1fr; gap: 8px; }
    .lp-risk-result { padding: 14px 12px; }
    .lp-risk-result-num { font-size: 32px; }

    .lp-section { padding: 40px 0; }
    .lp-cta-section { padding: 48px 0; }

    .lp-cta-row { flex-direction: column; }
    .lp-btn-lg  { width: 100%; }
    .lp-btn-full { margin-top: 16px; }

    .lp-meet-title { margin-bottom: 32px; font-size: 1.8rem; }
    .lp-wk-step h3 { font-size: 20px; }
    .lp-wk-step p { font-size: 15px; }
    .lp-wk-step { padding: 20px; }

    .lp-meta-line { margin-bottom: 32px; }

    .lp-industries { padding: 32px 0; }

    .lp-footer-links { gap: 24px; }
}

/* ── Very small mobile ── */
@media (max-width: 400px) {
    :root { --container: calc(100vw - 24px); }
    html { font-size: 15px; }
    .lp-eyebrow-pill { font-size: 13px; padding: 6px 14px; }
}

@media (prefers-reduced-motion: reduce) {
    .animate-marquee { animation: none; }
    .stagger-enter > * { animation: none; opacity: 1; transform: none; }
    .lp-pillar-icon { transition: none; }
    .lp-btn:hover { transform: none; }
    .lp-price-card:hover { transform: none; }
    .lp-mobile-nav { transition: none; }
}
