/* ═══════════════════════════════════════════════════════════
   ORANA STAY — Feature & Page Styles
   features.css  ·  loaded after app.css
═══════════════════════════════════════════════════════════ */

/* Feature module accent colours */
:root {
    --f-ai:        #0f1923;
    --f-guide:     #1a6b6b;
    --f-msg:       #e8601c;
    --f-upsell:    #b45309;
    --f-checkin:   #4f46e5;
    --f-analytics: #0e7490;
}

/* ── STICKY ANCHOR NAV ── */
.feature-nav {
    position: sticky;
    top: 68px;
    z-index: 90;
    background: rgba(247,244,239,0.97);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border);
    border-top: 1px solid var(--border);
}

.feature-nav-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 48px;
    display: flex;
    gap: 0;
    overflow-x: auto;
    scrollbar-width: none;
}

    .feature-nav-inner::-webkit-scrollbar {
        display: none;
    }

.fn-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 16px 24px;
    font-size: 13px;
    font-weight: 600;
    color: var(--muted);
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
    transition: all 0.2s;
    flex-shrink: 0;
}

    .fn-link:hover {
        color: var(--ink);
    }

    .fn-link.active {
        color: var(--ink);
        border-bottom-color: var(--accent);
    }

.fn-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

/* ── FEATURE SECTIONS ── */
.feature-section {
    padding: 100px 0;
    border-bottom: 1px solid var(--border);
}

    .feature-section:last-of-type {
        border-bottom: none;
    }

.fs-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 48px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 96px;
    align-items: start;
}

    .fs-inner.reverse {
        direction: rtl;
    }

        .fs-inner.reverse > * {
            direction: ltr;
        }

/* Left: copy */
.fs-module-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 14px;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.fs-title {
    font-family: var(--serif);
    font-size: clamp(28px, 3.5vw, 42px);
    font-weight: 700;
    color: var(--ink);
    line-height: 1.12;
    letter-spacing: -0.8px;
    margin-bottom: 18px;
}

.fs-desc {
    font-size: 16px;
    color: var(--ink-soft);
    line-height: 1.7;
    font-weight: 300;
    margin-bottom: 32px;
    max-width: 460px;
}

.fs-capabilities {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 36px;
}

.fs-cap {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid var(--border);
}

    .fs-cap:first-child {
        border-top: 1px solid var(--border);
    }

.fs-cap-icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    margin-top: 2px;
}

.fs-cap-body {
}

.fs-cap-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--ink);
    margin-bottom: 2px;
}

.fs-cap-desc {
    font-size: 13px;
    color: var(--muted);
    line-height: 1.5;
}

.fs-callout {
    background: var(--ink);
    color: white;
    border-radius: 12px;
    padding: 18px 22px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 32px;
}

.fs-callout-icon {
    font-size: 22px;
    flex-shrink: 0;
    margin-top: 2px;
}

.fs-callout-text {
    font-size: 14px;
    line-height: 1.55;
    color: rgba(255,255,255,0.85);
}

    .fs-callout-text strong {
        color: white;
        display: block;
        margin-bottom: 3px;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        opacity: 0.5;
    }

.fs-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: gap 0.2s;
}

    .fs-link:hover {
        gap: 10px;
    }

    .fs-link svg {
        transition: transform 0.2s;
    }

    .fs-link:hover svg {
        transform: translateX(3px);
    }

/* Right: visual */
.fs-visual {
    position: relative;
}

.mock-shell {
    background: white;
    border: 1px solid var(--border);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(15,25,35,0.09);
}

.mock-bar {
    background: #f0ede8;
    padding: 11px 16px;
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    gap: 8px;
}

.mock-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

    .mock-dot.r {
        background: #ff5f57
    }

    .mock-dot.y {
        background: #ffbd2e
    }

    .mock-dot.g {
        background: #28c941
    }

.mock-url {
    flex: 1;
    background: rgba(0,0,0,0.06);
    border-radius: 6px;
    padding: 4px 12px;
    font-size: 11px;
    color: var(--muted);
    font-family: monospace;
}

.mock-body {
    padding: 24px;
}

/* Floating stat chip */
.stat-chip {
    position: absolute;
    background: white;
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 12px 16px;
    box-shadow: 0 12px 36px rgba(15,25,35,0.12);
    animation: float 4s ease-in-out infinite;
}

.stat-chip-val {
    font-family: var(--serif);
    font-size: 22px;
    font-weight: 700;
    color: var(--ink);
    line-height: 1;
}

.stat-chip-label {
    font-size: 11px;
    color: var(--muted);
    margin-top: 2px;
}

.stat-chip-delta {
    font-size: 11px;
    font-weight: 700;
    color: #1a8a4a;
}

@keyframes float {
    0%,100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-7px)
    }
}

/* ── AI CONCIERGE MOCK ── */
.ai-mock {
    background: var(--ink);
    border-radius: 0 0 20px 20px;
    padding: 0;
}

.ai-mock-header {
    padding: 16px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    gap: 10px;
}

.ai-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent), var(--accent-warm));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.ai-name {
    font-size: 14px;
    font-weight: 600;
    color: white;
}

.ai-status {
    font-size: 11px;
    color: #1adb6e;
}

.ai-messages {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ai-msg {
    display: flex;
    gap: 8px;
}

    .ai-msg.out {
        flex-direction: row-reverse;
    }

.ai-bubble {
    max-width: 78%;
    padding: 10px 14px;
    border-radius: 14px;
    font-size: 12px;
    line-height: 1.55;
}

    .ai-bubble.in {
        background: rgba(255,255,255,0.07);
        color: rgba(255,255,255,0.88);
        border-radius: 4px 14px 14px 14px;
    }

    .ai-bubble.out {
        background: var(--accent);
        color: white;
        border-radius: 14px 4px 14px 14px;
    }

.ai-meta {
    font-size: 9px;
    color: rgba(255,255,255,0.28);
    margin-top: 3px;
}

    .ai-meta.r {
        text-align: right;
    }

.ai-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: rgba(26,107,107,0.3);
    border: 1px solid rgba(26,107,107,0.5);
    color: #4db8b8;
    padding: 2px 8px;
    border-radius: 100px;
    font-size: 9px;
    font-weight: 700;
    margin-bottom: 4px;
}

.ai-typing {
    display: flex;
    gap: 4px;
    align-items: center;
    padding: 10px 14px;
    background: rgba(255,255,255,0.07);
    border-radius: 4px 14px 14px 14px;
    width: fit-content;
}

.td {
    width: 5px;
    height: 5px;
    background: rgba(255,255,255,0.4);
    border-radius: 50%;
    animation: td 1.4s infinite;
}

    .td:nth-child(2) {
        animation-delay: .2s
    }

    .td:nth-child(3) {
        animation-delay: .4s
    }

@keyframes td {
    0%,80%,100% {
        transform: translateY(0);
        opacity: .4
    }

    40% {
        transform: translateY(-5px);
        opacity: 1
    }
}

.ai-lang-bar {
    margin: 4px 20px 20px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 10px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: rgba(255,255,255,0.5);
}

    .ai-lang-bar strong {
        color: rgba(255,255,255,0.8);
    }

/* ── GUIDE MOCK ── */
.guide-mock {
}

.guide-hero-band {
    background: linear-gradient(135deg, #1a4a4a, #0f2a2a);
    padding: 24px;
    text-align: center;
    color: white;
}

.guide-property {
    font-family: var(--serif);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
}

.guide-room {
    font-size: 12px;
    opacity: 0.6;
}

.guide-welcome {
    font-size: 13px;
    opacity: 0.8;
    margin-top: 8px;
}

.guide-sections {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.guide-section-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 0;
    border-bottom: 1px solid var(--border);
    cursor: pointer;
    transition: background 0.15s;
}

    .guide-section-row:last-child {
        border-bottom: none;
    }

.guide-section-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.guide-section-name {
    font-size: 13px;
    font-weight: 600;
    color: var(--ink);
    flex: 1;
}

.guide-section-count {
    font-size: 11px;
    color: var(--muted);
}

.guide-section-arrow {
    font-size: 12px;
    color: var(--muted);
}

.guide-lang-row {
    margin: 0 20px 20px;
    background: var(--teal-light);
    border: 1px solid #b8d8d8;
    border-radius: 10px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: var(--teal);
    font-weight: 600;
}

/* ── MESSAGING MOCK ── */
.msg-mock-layout {
    display: grid;
    grid-template-columns: 160px 1fr;
}

.msg-sidebar {
    background: #faf8f4;
    border-right: 1px solid var(--border);
    padding: 14px 12px;
}

.msg-search {
    width: 100%;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 7px;
    padding: 7px 10px;
    font-size: 11px;
    color: var(--muted);
    font-family: var(--sans);
    margin-bottom: 10px;
}

.msg-thread {
    padding: 9px 8px;
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 2px;
}

    .msg-thread:hover, .msg-thread.sel {
        background: var(--border);
    }

.mt-name {
    font-size: 11px;
    font-weight: 600;
    color: var(--ink);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mt-preview {
    font-size: 10px;
    color: var(--muted);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
    margin-top: 1px;
}

.mt-time {
    font-size: 9px;
    color: var(--muted);
}

.mt-unread {
    width: 6px;
    height: 6px;
    background: var(--accent);
    border-radius: 50%;
    flex-shrink: 0;
}

.msg-main {
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 380px;
    overflow: hidden;
}

.msg-main-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border);
}

.mmh-name {
    font-size: 13px;
    font-weight: 600;
    color: var(--ink);
}

.mmh-channel {
    font-size: 10px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 100px;
    background: #e8f8f0;
    color: #1a8a4a;
}

.msg-row {
    display: flex;
    gap: 6px;
}

    .msg-row.out {
        flex-direction: row-reverse;
    }

.msg-bub {
    padding: 9px 12px;
    border-radius: 12px;
    font-size: 11px;
    line-height: 1.5;
    max-width: 80%;
}

    .msg-bub.in {
        background: white;
        border: 1px solid var(--border);
        border-bottom-left-radius: 3px;
        color: var(--ink);
    }

    .msg-bub.ai {
        background: var(--ink);
        color: rgba(255,255,255,0.88);
        border-bottom-left-radius: 3px;
    }

    .msg-bub.out-b {
        background: var(--accent);
        color: white;
        border-bottom-right-radius: 3px;
    }

.msg-bub-meta {
    font-size: 9px;
    color: var(--muted);
    margin-top: 2px;
}

.ai-pill-sm {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    background: var(--teal-light);
    border: 1px solid #b8d8d8;
    color: var(--teal);
    padding: 1px 6px;
    border-radius: 100px;
    font-size: 8px;
    font-weight: 700;
    margin-bottom: 3px;
}

.channels-row {
    display: flex;
    gap: 6px;
    padding-top: 8px;
    border-top: 1px solid var(--border);
    flex-wrap: wrap;
}

.ch-pill {
    padding: 3px 10px;
    border-radius: 100px;
    font-size: 10px;
    font-weight: 600;
    border: 1px solid var(--border);
    color: var(--muted);
    background: white;
}

    .ch-pill.active {
        background: var(--surface);
        color: var(--ink);
        border-color: var(--ink-soft);
    }

/* ── UPSELL MOCK ── */
.upsell-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 16px;
}

.upsell-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: box-shadow 0.2s, border-color 0.2s;
}

    .upsell-card:hover {
        box-shadow: 0 6px 20px rgba(0,0,0,0.07);
        border-color: var(--accent);
    }

.uc-img {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.uc-body {
    padding: 10px 12px;
}

.uc-name {
    font-size: 12px;
    font-weight: 600;
    color: var(--ink);
    margin-bottom: 2px;
}

.uc-timing {
    font-size: 10px;
    color: var(--muted);
    margin-bottom: 6px;
}

.uc-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.uc-price {
    font-size: 14px;
    font-weight: 700;
    color: var(--accent);
}

.uc-conv {
    font-size: 10px;
    color: #1a8a4a;
    font-weight: 600;
}

.upsell-stats {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
}

.us-stat {
    background: white;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 12px;
    text-align: center;
}

.us-stat-val {
    font-family: var(--serif);
    font-size: 20px;
    font-weight: 700;
    color: var(--ink);
}

.us-stat-lab {
    font-size: 9px;
    color: var(--muted);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 2px;
}

/* ── CHECKIN MOCK ── */
.checkin-mock {
    background: white;
}

.ci-progress-bar {
    background: var(--surface);
    padding: 16px 20px;
}

.ci-steps {
    display: flex;
    gap: 0;
}

.ci-step {
    flex: 1;
    text-align: center;
    position: relative;
}

    .ci-step:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 14px;
        left: 60%;
        width: 80%;
        height: 2px;
        background: var(--border);
    }

    .ci-step.done::after {
        background: var(--teal);
    }

.ci-num {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin: 0 auto 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

    .ci-num.done {
        background: var(--teal);
        color: white;
    }

    .ci-num.active {
        background: var(--accent);
        color: white;
    }

    .ci-num.todo {
        background: var(--surface);
        border: 2px solid var(--border);
        color: var(--muted);
    }

.ci-step-label {
    font-size: 9px;
    color: var(--muted);
    font-weight: 600;
}

.ci-form {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ci-field {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ci-label {
    font-size: 10px;
    font-weight: 700;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ci-input {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 9px 12px;
    font-size: 13px;
    color: var(--ink);
    font-family: var(--sans);
}

    .ci-input.filled {
        border-color: #b8d8d8;
        background: #f0faf9;
    }

.ci-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.ci-id-box {
    background: var(--surface);
    border: 2px dashed var(--border);
    border-radius: 10px;
    padding: 16px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.2s;
}

    .ci-id-box:hover {
        border-color: var(--accent);
    }

.ci-id-icon {
    font-size: 22px;
    margin-bottom: 4px;
}

.ci-id-label {
    font-size: 11px;
    font-weight: 600;
    color: var(--ink-soft);
}

.ci-id-sub {
    font-size: 10px;
    color: var(--muted);
}

.ci-upsell-nudge {
    background: #fef0e8;
    border: 1px solid #f8cba8;
    border-radius: 10px;
    padding: 11px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cin-icon {
    font-size: 18px;
}

.cin-text {
    flex: 1;
}

.cin-title {
    font-size: 12px;
    font-weight: 600;
    color: var(--ink);
}

.cin-sub {
    font-size: 10px;
    color: var(--muted);
}

.cin-btn {
    background: var(--accent);
    color: white;
    border: none;
    border-radius: 6px;
    padding: 5px 11px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    font-family: var(--sans);
}

.ci-submit {
    background: var(--accent);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 12px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    font-family: var(--sans);
    transition: background 0.2s;
}

    .ci-submit:hover {
        background: #d05518;
    }

/* ── ANALYTICS MOCK ── */
.analytics-mock {
    background: #f7f4ef;
}

.am-topbar {
    background: white;
    padding: 14px 20px;
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.am-tabs {
    display: flex;
    gap: 4px;
}

.am-tab {
    padding: 5px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    color: var(--muted);
    transition: all 0.15s;
}

    .am-tab.active {
        background: var(--accent);
        color: white;
    }

.am-range {
    font-size: 11px;
    color: var(--muted);
}

.am-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.am-kpi-row {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
}

.am-kpi {
    background: white;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 14px 12px;
}

.am-kpi-label {
    font-size: 10px;
    color: var(--muted);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 4px;
}

.am-kpi-val {
    font-family: var(--serif);
    font-size: 22px;
    font-weight: 700;
    color: var(--ink);
    line-height: 1;
}

.am-kpi-delta {
    font-size: 11px;
    font-weight: 600;
    margin-top: 3px;
}

    .am-kpi-delta.up {
        color: #1a8a4a;
    }

    .am-kpi-delta.dn {
        color: var(--accent);
    }

.am-chart-card {
    background: white;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 16px;
}

.am-chart-title {
    font-size: 11px;
    font-weight: 700;
    color: var(--ink-soft);
    margin-bottom: 14px;
    display: flex;
    justify-content: space-between;
}

    .am-chart-title span {
        color: var(--muted);
        font-weight: 400;
    }

.chart-bars {
    display: flex;
    align-items: flex-end;
    gap: 5px;
    height: 70px;
}

.cb {
    flex: 1;
    border-radius: 3px 3px 0 0;
    background: var(--teal-light);
    transition: opacity 0.2s;
}

    .cb:hover {
        opacity: 0.7;
    }

    .cb.hi {
        background: var(--accent);
    }

.chart-labels {
    display: flex;
    gap: 5px;
    margin-top: 6px;
}

.cl {
    flex: 1;
    font-size: 9px;
    color: var(--muted);
    text-align: center;
}

.am-table {
    background: white;
    border: 1px solid var(--border);
    border-radius: 10px;
    overflow: hidden;
}

.am-table-head {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    padding: 10px 14px;
    background: var(--surface);
}

.am-th {
    font-size: 10px;
    font-weight: 700;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.am-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    padding: 10px 14px;
    border-top: 1px solid var(--border);
    align-items: center;
}

    .am-row:hover {
        background: var(--surface);
    }

.am-td {
    font-size: 12px;
    color: var(--ink);
}

    .am-td.muted {
        color: var(--muted);
    }

    .am-td.green {
        color: #1a8a4a;
        font-weight: 600;
    }

/* ── COMPARISON TABLE ── */
.compare-section {
    background: var(--ink);
    padding: 100px 48px;
}

.compare-inner {
    max-width: 860px;
    margin: 0 auto;
}

.compare-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--accent-warm);
    font-weight: 700;
    margin-bottom: 16px;
    text-align: center;
}

.compare-title {
    font-family: var(--serif);
    font-size: clamp(28px,4vw,42px);
    font-weight: 700;
    color: white;
    line-height: 1.15;
    letter-spacing: -1px;
    margin-bottom: 12px;
    text-align: center;
}

.compare-sub {
    font-size: 16px;
    color: rgba(255,255,255,0.55);
    font-weight: 300;
    text-align: center;
    margin-bottom: 48px;
}

.compare-table {
    width: 100%;
    border-collapse: collapse;
}

    .compare-table thead th {
        padding: 14px 20px;
        font-size: 13px;
        font-weight: 700;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

        .compare-table thead th:first-child {
            text-align: left;
            color: rgba(255,255,255,0.5);
        }

        .compare-table thead th:nth-child(2) {
            text-align: center;
            color: rgba(255,255,255,0.4);
            font-weight: 500;
        }

        .compare-table thead th:nth-child(3) {
            text-align: center;
            color: var(--accent-warm);
        }

    .compare-table tbody tr {
        border-bottom: 1px solid rgba(255,255,255,0.06);
    }

        .compare-table tbody tr:hover {
            background: rgba(255,255,255,0.02);
        }

    .compare-table tbody td {
        padding: 14px 20px;
        font-size: 14px;
        color: rgba(255,255,255,0.75);
    }

        .compare-table tbody td:first-child {
            color: rgba(255,255,255,0.6);
            font-size: 13px;
        }

        .compare-table tbody td:nth-child(2) {
            text-align: center;
        }

        .compare-table tbody td:nth-child(3) {
            text-align: center;
        }

.c-yes {
    color: #1adb6e;
    font-size: 16px;
    font-weight: 700;
}

.c-no {
    color: rgba(255,255,255,0.2);
    font-size: 16px;
}

.c-partial {
    color: #f0a030;
    font-size: 12px;
    font-weight: 600;
}

/* ── CTA ── */
.cta-section {
    padding: 120px 48px;
    text-align: center;
    background: var(--surface);
}

.cta-inner {
    max-width: 600px;
    margin: 0 auto;
}

.cta-eyebrow {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--accent);
    font-weight: 700;
    margin-bottom: 20px;
}

.cta-title {
    font-family: var(--serif);
    font-size: clamp(32px,5vw,52px);
    font-weight: 700;
    color: var(--ink);
    line-height: 1.1;
    letter-spacing: -1.2px;
    margin-bottom: 18px;
}

.cta-desc {
    font-size: 17px;
    color: var(--ink-soft);
    line-height: 1.6;
    font-weight: 300;
    margin-bottom: 40px;
}

.cta-btns {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-note {
    margin-top: 18px;
    font-size: 13px;
    color: var(--muted);
}

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
    .fs-inner {
        grid-template-columns: 1fr;
        gap: 48px;
    }

        .fs-inner.reverse {
            direction: ltr;
        }

    .compare-section {
        padding: 80px 32px;
    }
}

@media (max-width: 768px) {
    .page-hero {
        padding: 60px 24px 56px;
    }

    .feature-nav-inner {
        padding: 0 24px;
    }

    .fs-inner {
        padding: 0 24px;
    }

    .feature-section {
        padding: 72px 0;
    }

    .compare-section {
        padding: 72px 24px;
    }

    .cta-section {
        padding: 80px 24px;
    }

    .am-kpi-row {
        grid-template-columns: 1fr 1fr;
    }

    .upsell-grid {
        grid-template-columns: 1fr;
    }

    .msg-mock-layout {
        grid-template-columns: 1fr;
    }

    .msg-sidebar {
        display: none;
    }
}

@media (max-width: 480px) {
    .page-hero h1 {
        letter-spacing: -1px;
    }

    .ci-row {
        grid-template-columns: 1fr;
    }

    .am-kpi-row {
        grid-template-columns: 1fr;
    }

    .compare-table {
        font-size: 12px;
    }

        .compare-table thead th, .compare-table tbody td {
            padding: 12px 10px;
        }
}


/* ═══════════════════════════════════════════════════════════
   HOME PAGE STYLES
═══════════════════════════════════════════════════════════ */
        :root {
            --ink: #0f1923;
            --ink-soft: #2d3a45;
            --surface: #f7f4ef;
            --white: #ffffff;
            --accent: #e8601c;
            --accent-warm: #f47c3c;
            --teal: #1a6b6b;
            --teal-light: #e8f4f4;
            --muted: #8a9aa8;
            --border: #e2dcd4;
            --card-bg: #ffffff;
            --serif: 'Playfair Display', Georgia, serif;
            --sans: 'DM Sans', system-ui, sans-serif;
        }

        *, *::before, *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            font-family: var(--sans);
            background: var(--surface);
            color: var(--ink);
            overflow-x: hidden;
            line-height: 1.6;
        }

        /* NAV */
        nav {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 100;
            background: rgba(247, 244, 239, 0.95);
            backdrop-filter: blur(12px);
            border-bottom: 1px solid var(--border);
            padding: 0 48px;
            height: 68px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .nav-logo {
            display: flex;
            align-items: center;
            gap: 10px;
            text-decoration: none;
        }

        .logo-mark {
            width: 32px;
            height: 32px;
            background: var(--accent);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-family: var(--serif);
            font-weight: 700;
            font-size: 16px;
        }

        .logo-text {
            font-family: var(--serif);
            font-size: 18px;
            font-weight: 600;
            color: var(--ink);
            letter-spacing: -0.3px;
        }

        .nav-links {
            display: flex;
            align-items: center;
            gap: 36px;
            list-style: none;
        }

            .nav-links a {
                text-decoration: none;
                color: var(--ink-soft);
                font-size: 14px;
                font-weight: 500;
                transition: color 0.2s;
            }

                .nav-links a:hover {
                    color: var(--accent);
                }

        .nav-actions {
            display: flex;
            gap: 12px;
            align-items: center;
        }

        .btn-ghost {
            background: none;
            border: 1.5px solid var(--border);
            color: var(--ink);
            padding: 8px 20px;
            border-radius: 6px;
            font-size: 14px;
            font-weight: 500;
            cursor: pointer;
            text-decoration: none;
            transition: all 0.2s;
            font-family: var(--sans);
        }

            .btn-ghost:hover {
                border-color: var(--ink);
                background: var(--ink);
                color: white;
            }

        .btn-primary {
            background: var(--accent);
            border: 1.5px solid var(--accent);
            color: white;
            padding: 8px 22px;
            border-radius: 6px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            text-decoration: none;
            transition: all 0.2s;
            font-family: var(--sans);
        }

            .btn-primary:hover {
                background: #d05518;
                border-color: #d05518;
                transform: translateY(-1px);
            }

        /* HERO */
        .hero-wrapper {
            max-width: 1280px;
            margin: 0 auto;
        }

        .hero {
            min-height: 100vh;
            padding: 140px 48px 100px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            align-items: center;
        }

        .hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: var(--teal-light);
            border: 1px solid #b8d8d8;
            color: var(--teal);
            padding: 6px 14px;
            border-radius: 100px;
            font-size: 12px;
            font-weight: 600;
            letter-spacing: 0.5px;
            text-transform: uppercase;
            margin-bottom: 28px;
            animation: fadeUp 0.6s ease both;
        }

        .badge-dot {
            width: 6px;
            height: 6px;
            background: var(--teal);
            border-radius: 50%;
            animation: pulse 2s infinite;
        }

        @@keyframes pulse {
            0%, 100%

        {
            opacity: 1;
            transform: scale(1)
        }

        50% {
            opacity: 0.5;
            transform: scale(1.3)
        }

        }

        .hero h1 {
            font-family: var(--serif);
            font-size: clamp(42px, 5vw, 64px);
            font-weight: 700;
            line-height: 1.1;
            letter-spacing: -1.5px;
            color: var(--ink);
            margin-bottom: 24px;
            animation: fadeUp 0.6s ease 0.1s both;
        }

            .hero h1 em {
                font-style: normal;
                color: var(--accent);
            }

        .hero-sub {
            font-size: 18px;
            color: var(--ink-soft);
            line-height: 1.65;
            max-width: 480px;
            margin-bottom: 40px;
            font-weight: 300;
            animation: fadeUp 0.6s ease 0.2s both;
        }

        .hero-ctas {
            display: flex;
            gap: 14px;
            align-items: center;
            animation: fadeUp 0.6s ease 0.3s both;
        }

        .btn-hero-primary {
            background: var(--accent);
            color: white;
            padding: 14px 32px;
            border-radius: 8px;
            font-size: 15px;
            font-weight: 600;
            text-decoration: none;
            border: none;
            cursor: pointer;
            transition: all 0.2s;
            font-family: var(--sans);
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

            .btn-hero-primary:hover {
                background: #d05518;
                transform: translateY(-2px);
                box-shadow: 0 8px 24px rgba(232,96,28,0.3);
            }

        .btn-hero-ghost {
            color: var(--ink);
            padding: 14px 24px;
            font-size: 15px;
            font-weight: 500;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 8px;
            transition: all 0.2s;
            font-family: var(--sans);
            border: none;
            background: none;
            cursor: pointer;
        }

            .btn-hero-ghost:hover {
                color: var(--accent);
            }

            .btn-hero-ghost svg {
                transition: transform 0.2s;
            }

            .btn-hero-ghost:hover svg {
                transform: translateX(4px);
            }

        .hero-trust {
            margin-top: 56px;
            padding-top: 40px;
            border-top: 1px solid var(--border);
            animation: fadeUp 0.6s ease 0.4s both;
        }

        .trust-label {
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: var(--muted);
            margin-bottom: 16px;
            font-weight: 600;
        }

        .trust-stats {
            display: flex;
            gap: 40px;
        }

        .trust-stat strong {
            display: block;
            font-family: var(--serif);
            font-size: 28px;
            color: var(--ink);
            font-weight: 700;
            line-height: 1;
            margin-bottom: 4px;
        }

        .trust-stat span {
            font-size: 13px;
            color: var(--muted);
        }

        /* HERO VISUAL */
        .hero-visual {
            position: relative;
            animation: fadeUp 0.8s ease 0.2s both;
        }

        .phone-mockup {
            background: var(--ink);
            border-radius: 36px;
            padding: 12px;
            width: 280px;
            margin: 0 auto;
            box-shadow: 0 40px 80px rgba(15,25,35,0.25), 0 0 0 1px rgba(255,255,255,0.05);
            position: relative;
            z-index: 2;
        }

        .phone-screen {
            background: var(--surface);
            border-radius: 28px;
            overflow: hidden;
            padding: 24px 20px;
            min-height: 500px;
        }

        .phone-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 20px;
        }

        .phone-avatar {
            width: 36px;
            height: 36px;
            background: linear-gradient(135deg, var(--accent), var(--accent-warm));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 14px;
            font-weight: 700;
        }

        .phone-welcome {
            font-size: 13px;
            color: var(--muted);
        }

            .phone-welcome strong {
                display: block;
                color: var(--ink);
                font-size: 15px;
                font-weight: 600;
            }

        .phone-card {
            background: white;
            border-radius: 16px;
            padding: 16px;
            margin-bottom: 12px;
            box-shadow: 0 2px 12px rgba(0,0,0,0.06);
        }

        .phone-card-label {
            font-size: 10px;
            text-transform: uppercase;
            letter-spacing: 0.8px;
            color: var(--muted);
            margin-bottom: 6px;
            font-weight: 600;
        }

        .phone-card-value {
            font-size: 14px;
            font-weight: 600;
            color: var(--ink);
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .status-pill {
            background: #e8f8f0;
            color: #1a8a4a;
            font-size: 10px;
            font-weight: 700;
            padding: 3px 8px;
            border-radius: 100px;
        }

        .upsell-row {
            display: flex;
            gap: 10px;
            margin-bottom: 12px;
        }

        .upsell-chip {
            flex: 1;
            background: white;
            border-radius: 12px;
            padding: 12px 8px;
            text-align: center;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
            cursor: pointer;
            transition: all 0.2s;
            border: 2px solid transparent;
        }

            .upsell-chip:hover {
                border-color: var(--accent);
                transform: translateY(-2px);
            }

        .upsell-chip-icon {
            font-size: 20px;
            margin-bottom: 4px;
        }

        .upsell-chip-label {
            font-size: 10px;
            font-weight: 600;
            color: var(--ink);
        }

        .upsell-chip-price {
            font-size: 9px;
            color: var(--muted);
        }

        .ai-bubble {
            background: linear-gradient(135deg, #0f1923 0%, #1a3a4a 100%);
            color: white;
            border-radius: 12px 12px 12px 4px;
            padding: 12px 14px;
            font-size: 12px;
            line-height: 1.5;
        }

        .ai-bubble-label {
            font-size: 9px;
            text-transform: uppercase;
            letter-spacing: 0.8px;
            opacity: 0.6;
            margin-bottom: 4px;
            font-weight: 700;
        }

        .floating-card {
            position: absolute;
            background: white;
            border-radius: 14px;
            padding: 14px 18px;
            box-shadow: 0 16px 48px rgba(0,0,0,0.12);
        }

        .float-1 {
            top: 30px;
            right: -20px;
            animation: float 4s ease-in-out infinite;
        }

        .float-2 {
            bottom: 70px;
            left: -30px;
            animation: float 4s ease-in-out 2s infinite;
        }

        @@keyframes float {
            0%, 100%

        {
            transform: translateY(0)
        }

        50% {
            transform: translateY(-8px)
        }

        }

        .fc-label {
            font-size: 10px;
            color: var(--muted);
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 4px;
        }

        .fc-value {
            font-size: 20px;
            font-weight: 700;
            color: var(--ink);
            font-family: var(--serif);
        }

        .fc-sub {
            font-size: 11px;
            color: #1a8a4a;
            font-weight: 600;
        }

        .fc-icon {
            font-size: 26px;
            margin-bottom: 6px;
        }

        @@keyframes fadeUp {
            from

        {
            opacity: 0;
            transform: translateY(24px)
        }

        to {
            opacity: 1;
            transform: translateY(0)
        }

        }

        /* SECTIONS */
        .section {
            padding: 100px 48px;
            max-width: 1280px;
            margin: 0 auto;
        }

        .section-label {
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            color: var(--accent);
            font-weight: 700;
            margin-bottom: 16px;
        }

        .section-title {
            font-family: var(--serif);
            font-size: clamp(32px, 4vw, 48px);
            font-weight: 700;
            color: var(--ink);
            line-height: 1.15;
            letter-spacing: -1px;
            margin-bottom: 20px;
        }

        .section-sub {
            font-size: 17px;
            color: var(--ink-soft);
            line-height: 1.65;
            max-width: 540px;
            font-weight: 300;
            margin-bottom: 56px;
        }

        /* TRUST STRIP */
        .trust-strip {
            background: var(--ink);
            padding: 48px;
        }

        .trust-strip-inner {
            max-width: 1280px;
            margin: 0 auto;
        }

        .trust-strip-label {
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            color: rgba(255,255,255,0.4);
            text-align: center;
            margin-bottom: 32px;
            font-weight: 600;
        }

        .logo-grid {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
        }

        .logo-item {
            padding: 14px 32px;
            border-right: 1px solid rgba(255,255,255,0.1);
            font-family: var(--serif);
            font-size: 15px;
            color: rgba(255,255,255,0.35);
            font-weight: 600;
            display: flex;
            align-items: center;
            transition: color 0.2s;
        }

            .logo-item:last-child {
                border-right: none;
            }

            .logo-item:hover {
                color: rgba(255,255,255,0.7);
            }

        /* METRICS */
        .metrics-section {
            background: #f0f7f7;
            border-top: 1px solid #d0e6e6;
            border-bottom: 1px solid #d0e6e6;
        }

        .metrics-inner {
            max-width: 1280px;
            margin: 0 auto;
            padding: 80px 48px;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 40px;
            text-align: center;
        }

        .metric-number {
            font-family: var(--serif);
            font-size: 48px;
            font-weight: 700;
            color: var(--teal);
            line-height: 1;
            margin-bottom: 8px;
            letter-spacing: -2px;
        }

        .metric-label {
            font-size: 14px;
            color: var(--ink-soft);
            line-height: 1.4;
        }

        /* FEATURES */
        .features-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2px;
            background: var(--border);
            border: 1px solid var(--border);
            border-radius: 16px;
            overflow: hidden;
        }

        .feature-card {
            background: var(--card-bg);
            padding: 40px 36px;
            transition: background 0.2s;
        }

            .feature-card:hover {
                background: #fdf9f6;
            }

        .feature-icon {
            width: 48px;
            height: 48px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 22px;
            margin-bottom: 20px;
        }

        .icon-orange {
            background: #fef0e8;
        }

        .icon-teal {
            background: var(--teal-light);
        }

        .icon-ink {
            background: #eef0f2;
        }

        .icon-green {
            background: #e8f8f0;
        }

        .icon-amber {
            background: #fef8e8;
        }

        .icon-rose {
            background: #fef0f2;
        }

        .feature-name {
            font-family: var(--serif);
            font-size: 20px;
            font-weight: 600;
            color: var(--ink);
            margin-bottom: 10px;
            letter-spacing: -0.3px;
        }

        .feature-desc {
            font-size: 14px;
            color: var(--muted);
            line-height: 1.65;
        }

        .feature-tag {
            display: inline-flex;
            align-items: center;
            gap: 4px;
            margin-top: 16px;
            font-size: 11px;
            color: var(--teal);
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        /* AI SECTION */
        .ai-section {
            background: var(--ink);
            color: white;
            position: relative;
            overflow: hidden;
        }

            .ai-section::before {
                content: '';
                position: absolute;
                top: -200px;
                right: -200px;
                width: 600px;
                height: 600px;
                background: radial-gradient(circle,rgba(232,96,28,0.15) 0%,transparent 60%);
                pointer-events: none;
            }

            .ai-section::after {
                content: '';
                position: absolute;
                bottom: -150px;
                left: -100px;
                width: 500px;
                height: 500px;
                background: radial-gradient(circle,rgba(26,107,107,0.2) 0%,transparent 60%);
                pointer-events: none;
            }

        .ai-inner {
            max-width: 1280px;
            margin: 0 auto;
            padding: 100px 48px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 100px;
            align-items: center;
            position: relative;
            z-index: 1;
        }

        .ai-label {
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            color: var(--accent-warm);
            font-weight: 700;
            margin-bottom: 16px;
        }

        .ai-title {
            font-family: var(--serif);
            font-size: clamp(32px, 4vw, 48px);
            font-weight: 700;
            line-height: 1.1;
            letter-spacing: -1px;
            margin-bottom: 24px;
        }

        .ai-sub {
            font-size: 17px;
            color: rgba(255,255,255,0.65);
            line-height: 1.65;
            font-weight: 300;
            margin-bottom: 40px;
        }

        .ai-bullets {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 14px;
            margin-bottom: 40px;
        }

            .ai-bullets li {
                display: flex;
                align-items: flex-start;
                gap: 12px;
                font-size: 15px;
                color: rgba(255,255,255,0.8);
                line-height: 1.5;
            }

        .ai-bullet-dot {
            width: 20px;
            height: 20px;
            min-width: 20px;
            background: rgba(232,96,28,0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 2px;
        }

            .ai-bullet-dot::after {
                content: '';
                width: 8px;
                height: 8px;
                background: var(--accent);
                border-radius: 50%;
            }

        /* CHAT DEMO */
        .ai-chat-demo {
            background: rgba(255,255,255,0.04);
            border: 1px solid rgba(255,255,255,0.1);
            border-radius: 20px;
            padding: 28px;
        }

        .chat-header {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 24px;
            padding-bottom: 20px;
            border-bottom: 1px solid rgba(255,255,255,0.1);
        }

        .chat-avatar {
            width: 36px;
            height: 36px;
            background: linear-gradient(135deg,var(--accent),var(--accent-warm));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
        }

        .chat-name {
            font-weight: 600;
            font-size: 14px;
        }

        .chat-status {
            font-size: 11px;
            color: #1adb6e;
            font-weight: 500;
        }

        .chat-msg {
            display: flex;
            gap: 10px;
            margin-bottom: 16px;
        }

            .chat-msg.user {
                flex-direction: row-reverse;
            }

        .chat-bubble {
            max-width: 80%;
            padding: 12px 16px;
            border-radius: 16px;
            font-size: 13px;
            line-height: 1.5;
        }

            .chat-bubble.ai {
                background: rgba(255,255,255,0.08);
                border-radius: 4px 16px 16px 16px;
                color: rgba(255,255,255,0.9);
            }

            .chat-bubble.guest {
                background: var(--accent);
                border-radius: 16px 4px 16px 16px;
                color: white;
            }

        .chat-meta {
            font-size: 10px;
            color: rgba(255,255,255,0.3);
            margin-top: 4px;
            text-align: right;
        }

            .chat-meta.ai-meta {
                text-align: left;
            }

        .typing-indicator {
            display: flex;
            gap: 4px;
            align-items: center;
            padding: 12px 16px;
            background: rgba(255,255,255,0.06);
            border-radius: 4px 16px 16px 16px;
            width: fit-content;
        }

        .dot-typing {
            width: 6px;
            height: 6px;
            background: rgba(255,255,255,0.4);
            border-radius: 50%;
            animation: dotBounce 1.4s infinite;
        }

            .dot-typing:nth-child(2) {
                animation-delay: 0.2s
            }

            .dot-typing:nth-child(3) {
                animation-delay: 0.4s
            }

        @@keyframes dotBounce {
            0%,80%,100%

        {
            transform: translateY(0);
            opacity: 0.4
        }

        40% {
            transform: translateY(-6px);
            opacity: 1
        }

        }

        /* JOURNEY */
        .journey-grid {
            display: grid;
            grid-template-columns: repeat(3,1fr);
            gap: 24px;
        }

        .journey-card {
            background: white;
            border-radius: 16px;
            padding: 36px 32px;
            border: 1px solid var(--border);
            position: relative;
            overflow: hidden;
            transition: box-shadow 0.25s,transform 0.25s;
        }

            .journey-card:hover {
                box-shadow: 0 20px 48px rgba(0,0,0,0.08);
                transform: translateY(-4px);
            }

            .journey-card::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                height: 3px;
            }

        .jc-before::before {
            background: var(--teal)
        }

        .jc-during::before {
            background: var(--accent)
        }

        .jc-after::before {
            background: #7b5ea7
        }

        .journey-phase {
            font-size: 10px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 8px;
        }

        .jc-before .journey-phase {
            color: var(--teal)
        }

        .jc-during .journey-phase {
            color: var(--accent)
        }

        .jc-after .journey-phase {
            color: #7b5ea7
        }

        .journey-title {
            font-family: var(--serif);
            font-size: 22px;
            font-weight: 600;
            color: var(--ink);
            margin-bottom: 14px;
            letter-spacing: -0.3px;
        }

        .journey-list {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

            .journey-list li {
                font-size: 14px;
                color: var(--ink-soft);
                display: flex;
                align-items: flex-start;
                gap: 8px;
                line-height: 1.45;
            }

                .journey-list li::before {
                    content: '→';
                    font-size: 12px;
                    margin-top: 1px;
                    opacity: 0.5;
                    flex-shrink: 0;
                }

        /* WHO */
        .who-grid {
            display: grid;
            grid-template-columns: repeat(2,1fr);
            gap: 24px;
        }

        .who-card {
            background: white;
            border: 1px solid var(--border);
            border-radius: 14px;
            padding: 32px;
            display: flex;
            gap: 20px;
            align-items: flex-start;
            transition: all 0.2s;
        }

            .who-card:hover {
                border-color: var(--accent);
                box-shadow: 0 8px 32px rgba(232,96,28,0.08);
            }

        .who-icon {
            width: 48px;
            height: 48px;
            min-width: 48px;
            border-radius: 12px;
            background: var(--surface);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 22px;
        }

        .who-title {
            font-family: var(--serif);
            font-size: 18px;
            font-weight: 600;
            color: var(--ink);
            margin-bottom: 6px;
            letter-spacing: -0.2px;
        }

        .who-desc {
            font-size: 14px;
            color: var(--muted);
            line-height: 1.6;
        }

        /* INTEGRATIONS */
        .integrations-row {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 12px;
            margin-top: 40px;
        }

        .integration-chip {
            background: white;
            border: 1px solid var(--border);
            border-radius: 100px;
            padding: 10px 20px;
            font-size: 14px;
            font-weight: 500;
            color: var(--ink-soft);
            display: flex;
            align-items: center;
            gap: 8px;
            transition: all 0.2s;
        }

            .integration-chip:hover {
                border-color: var(--ink);
                color: var(--ink);
                box-shadow: 0 4px 12px rgba(0,0,0,0.06);
            }

        .int-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
        }

        /* CTA */
        .cta-section {
            background: var(--ink);
            position: relative;
            overflow: hidden;
            text-align: center;
        }

            .cta-section::before {
                content: '';
                position: absolute;
                top: 0;
                left: 50%;
                transform: translateX(-50%);
                width: 800px;
                height: 400px;
                background: radial-gradient(ellipse,rgba(232,96,28,0.2) 0%,transparent 60%);
                pointer-events: none;
            }

        .cta-inner {
            max-width: 640px;
            margin: 0 auto;
            padding: 120px 48px;
            position: relative;
            z-index: 1;
        }

        .cta-title {
            font-family: var(--serif);
            font-size: clamp(36px,5vw,56px);
            font-weight: 700;
            color: white;
            line-height: 1.1;
            letter-spacing: -1.5px;
            margin-bottom: 20px;
        }

        .cta-sub {
            font-size: 17px;
            color: rgba(255,255,255,0.6);
            line-height: 1.6;
            margin-bottom: 48px;
            font-weight: 300;
        }

        .cta-form {
            display: flex;
            gap: 12px;
            max-width: 440px;
            margin: 0 auto 16px;
        }

        .cta-input {
            flex: 1;
            background: rgba(255,255,255,0.08);
            border: 1px solid rgba(255,255,255,0.15);
            color: white;
            padding: 14px 18px;
            border-radius: 8px;
            font-size: 15px;
            font-family: var(--sans);
            outline: none;
            transition: border-color 0.2s;
        }

            .cta-input::placeholder {
                color: rgba(255,255,255,0.35)
            }

            .cta-input:focus {
                border-color: rgba(255,255,255,0.4)
            }

        .cta-submit {
            background: var(--accent);
            border: none;
            color: white;
            padding: 14px 28px;
            border-radius: 8px;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
            white-space: nowrap;
            font-family: var(--sans);
            transition: all 0.2s;
        }

            .cta-submit:hover {
                background: #d05518;
                transform: translateY(-1px);
            }

        .cta-note {
            font-size: 12px;
            color: rgba(255,255,255,0.3);
        }

        /* FOOTER */
        footer {
            background: var(--ink);
            border-top: 1px solid rgba(255,255,255,0.06);
            padding: 60px 48px 40px;
        }

        .footer-inner {
            max-width: 1280px;
            margin: 0 auto;
        }

        .footer-top {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr 1fr;
            gap: 60px;
            margin-bottom: 60px;
        }

        .footer-brand p {
            font-size: 14px;
            color: rgba(255,255,255,0.4);
            line-height: 1.65;
            margin-top: 16px;
            max-width: 280px;
            font-weight: 300;
        }

        .footer-nav-title {
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: rgba(255,255,255,0.3);
            font-weight: 700;
            margin-bottom: 16px;
        }

        .footer-nav-links {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

            .footer-nav-links a {
                text-decoration: none;
                color: rgba(255,255,255,0.55);
                font-size: 14px;
                transition: color 0.2s;
            }

                .footer-nav-links a:hover {
                    color: white
                }

        .footer-bottom {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 32px;
            border-top: 1px solid rgba(255,255,255,0.06);
            font-size: 13px;
            color: rgba(255,255,255,0.25);
        }

        /* RESPONSIVE */
        @media (max-width: 1024px) {
            .hero {
                grid-template-columns: 1fr;
                padding: 120px 32px 80px;
            }

            .hero-visual { display: none; }
            .features-grid { grid-template-columns: repeat(2,1fr); }
            .ai-inner { grid-template-columns: 1fr; gap: 60px; }
            .journey-grid { grid-template-columns: 1fr; }
            .metrics-inner { grid-template-columns: repeat(2,1fr); }
            .who-grid { grid-template-columns: 1fr; }
            .footer-top { grid-template-columns: 1fr 1fr; gap: 40px; }
            nav { padding: 0 24px; }
            .nav-links { display: none; }
        }

        @media (max-width: 640px) {
            .section { padding: 64px 24px; }
            .features-grid { grid-template-columns: 1fr; }
            .metrics-inner { grid-template-columns: 1fr; padding: 60px 24px; }
            .cta-form { flex-direction: column; }
            .trust-stats { gap: 24px; }
            .footer-top { grid-template-columns: 1fr; }
            .trust-strip { padding: 32px 24px; }
            .logo-item { padding: 12px 16px; font-size: 13px; }
        }


/* ═══════════════════════════════════════════════════════════
   HOW IT WORKS PAGE STYLES
═══════════════════════════════════════════════════════════ */
        :root {
            --ink: #0f1923;
            --ink-soft: #2d3a45;
            --surface: #f7f4ef;
            --white: #ffffff;
            --accent: #e8601c;
            --accent-warm: #f47c3c;
            --teal: #1a6b6b;
            --teal-light: #e8f4f4;
            --muted: #8a9aa8;
            --border: #e2dcd4;
            --serif: 'Playfair Display', Georgia, serif;
            --sans: 'DM Sans', system-ui, sans-serif;
        }

        *, *::before, *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            font-family: var(--sans);
            background: var(--surface);
            color: var(--ink);
            overflow-x: hidden;
            line-height: 1.6;
        }

        /* ── NAV ── */
        nav {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 100;
            background: rgba(247,244,239,0.96);
            backdrop-filter: blur(12px);
            border-bottom: 1px solid var(--border);
            padding: 0 48px;
            height: 68px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .nav-logo {
            display: flex;
            align-items: center;
            gap: 10px;
            text-decoration: none;
        }

        .logo-mark {
            width: 32px;
            height: 32px;
            background: var(--accent);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-family: var(--serif);
            font-weight: 700;
            font-size: 16px;
        }

        .logo-text {
            font-family: var(--serif);
            font-size: 18px;
            font-weight: 600;
            color: var(--ink);
            letter-spacing: -0.3px;
        }

        .nav-links {
            display: flex;
            align-items: center;
            gap: 36px;
            list-style: none;
        }

            .nav-links a {
                text-decoration: none;
                color: var(--ink-soft);
                font-size: 14px;
                font-weight: 500;
                transition: color 0.2s;
            }

                .nav-links a:hover, .nav-links a.active {
                    color: var(--accent);
                }

        .nav-actions {
            display: flex;
            gap: 12px;
            align-items: center;
        }

        .btn-ghost {
            background: none;
            border: 1.5px solid var(--border);
            color: var(--ink);
            padding: 8px 20px;
            border-radius: 6px;
            font-size: 14px;
            font-weight: 500;
            cursor: pointer;
            text-decoration: none;
            transition: all 0.2s;
            font-family: var(--sans);
        }

            .btn-ghost:hover {
                border-color: var(--ink);
                background: var(--ink);
                color: white;
            }

        .btn-primary {
            background: var(--accent);
            border: 1.5px solid var(--accent);
            color: white;
            padding: 8px 22px;
            border-radius: 6px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            text-decoration: none;
            transition: all 0.2s;
            font-family: var(--sans);
        }

            .btn-primary:hover {
                background: #d05518;
                border-color: #d05518;
                transform: translateY(-1px);
            }

        /* ── HERO ── */
        .page-hero {
            padding: 140px 48px 80px;
            max-width: 1280px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            align-items: center;
        }

        .breadcrumb {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 13px;
            color: var(--muted);
            margin-bottom: 24px;
        }

            .breadcrumb a {
                color: var(--muted);
                text-decoration: none;
                transition: color 0.2s;
            }

                .breadcrumb a:hover {
                    color: var(--accent);
                }

            .breadcrumb span {
                opacity: 0.4;
            }

        .hero-label {
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            color: var(--accent);
            font-weight: 700;
            margin-bottom: 16px;
        }

        .page-hero h1 {
            font-family: var(--serif);
            font-size: clamp(40px,5vw,60px);
            font-weight: 700;
            line-height: 1.1;
            letter-spacing: -1.5px;
            color: var(--ink);
            margin-bottom: 24px;
        }

            .page-hero h1 em {
                font-style: normal;
                color: var(--teal);
            }

        .hero-desc {
            font-size: 18px;
            color: var(--ink-soft);
            line-height: 1.65;
            font-weight: 300;
            margin-bottom: 36px;
            max-width: 460px;
        }

        .hero-time-pill {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: white;
            border: 1px solid var(--border);
            padding: 10px 18px;
            border-radius: 100px;
            font-size: 13px;
            font-weight: 500;
            color: var(--ink-soft);
        }

            .hero-time-pill svg {
                color: var(--accent);
            }

        /* HERO RIGHT — timeline visual */
        .hero-timeline {
            background: white;
            border: 1px solid var(--border);
            border-radius: 20px;
            padding: 32px;
            box-shadow: 0 20px 60px rgba(15,25,35,0.08);
        }

        .htl-title {
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.8px;
            color: var(--muted);
            margin-bottom: 24px;
        }

        .htl-steps {
            display: flex;
            flex-direction: column;
            gap: 0;
        }

        .htl-step {
            display: flex;
            gap: 16px;
            position: relative;
        }

            .htl-step:not(:last-child) .htl-line {
                position: absolute;
                left: 15px;
                top: 36px;
                bottom: -4px;
                width: 2px;
                background: var(--border);
            }

        .htl-dot {
            width: 32px;
            height: 32px;
            min-width: 32px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            font-weight: 700;
            position: relative;
            z-index: 1;
        }

            .htl-dot.done {
                background: #e8f8f0;
                color: #1a8a4a;
            }

            .htl-dot.active {
                background: var(--accent);
                color: white;
                box-shadow: 0 0 0 4px rgba(232,96,28,0.15);
            }

            .htl-dot.pending {
                background: var(--surface);
                color: var(--muted);
                border: 2px solid var(--border);
            }

        .htl-content {
            padding: 4px 0 28px;
        }

        .htl-step-name {
            font-size: 14px;
            font-weight: 600;
            color: var(--ink);
            margin-bottom: 2px;
        }

        .htl-step-detail {
            font-size: 12px;
            color: var(--muted);
        }

        .htl-step-tag {
            display: inline-flex;
            align-items: center;
            gap: 4px;
            margin-top: 6px;
            background: var(--surface);
            border: 1px solid var(--border);
            padding: 3px 10px;
            border-radius: 100px;
            font-size: 11px;
            font-weight: 600;
            color: var(--ink-soft);
        }

            .htl-step-tag.green {
                background: #e8f8f0;
                border-color: #b8e8cc;
                color: #1a8a4a;
            }

            .htl-step-tag.orange {
                background: #fef0e8;
                border-color: #f8cba8;
                color: var(--accent);
            }

        /* ── JOURNEY STEPPER ── */
        .stepper-section {
            background: var(--ink);
            position: relative;
            overflow: hidden;
        }

            .stepper-section::before {
                content: '';
                position: absolute;
                top: -300px;
                right: -200px;
                width: 700px;
                height: 700px;
                background: radial-gradient(circle,rgba(232,96,28,0.1) 0%,transparent 55%);
                pointer-events: none;
            }

        .stepper-inner {
            max-width: 1280px;
            margin: 0 auto;
            padding: 100px 48px;
            position: relative;
            z-index: 1;
        }

        .stepper-label {
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            color: var(--accent-warm);
            font-weight: 700;
            margin-bottom: 16px;
        }

        .stepper-title {
            font-family: var(--serif);
            font-size: clamp(30px,4vw,44px);
            font-weight: 700;
            color: white;
            line-height: 1.15;
            letter-spacing: -1px;
            margin-bottom: 56px;
            max-width: 560px;
        }

        .step-tabs {
            display: flex;
            gap: 0;
            border-bottom: 1px solid rgba(255,255,255,0.1);
            margin-bottom: 0;
        }

        .step-tab {
            padding: 16px 32px;
            font-size: 14px;
            font-weight: 500;
            color: rgba(255,255,255,0.45);
            cursor: pointer;
            border-bottom: 2px solid transparent;
            transition: all 0.25s;
            white-space: nowrap;
            display: flex;
            align-items: center;
            gap: 10px;
            background: none;
            border-top: none;
            border-left: none;
            border-right: none;
            font-family: var(--sans);
        }

            .step-tab:hover {
                color: rgba(255,255,255,0.75);
            }

            .step-tab.active {
                color: white;
                border-bottom: 2px solid var(--accent);
            }

        .step-tab-num {
            width: 22px;
            height: 22px;
            border-radius: 50%;
            background: rgba(255,255,255,0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 11px;
            font-weight: 700;
            flex-shrink: 0;
        }

        .step-tab.active .step-tab-num {
            background: var(--accent);
        }

        .step-panels {
            margin-top: 0;
        }

        .step-panel {
            display: none;
            padding-top: 56px;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            align-items: start;
        }

            .step-panel.active {
                display: grid;
            }

        .panel-label {
            font-size: 10px;
            text-transform: uppercase;
            letter-spacing: 1.2px;
            font-weight: 700;
            margin-bottom: 12px;
        }

        .panel-title {
            font-family: var(--serif);
            font-size: clamp(24px,3vw,36px);
            font-weight: 700;
            color: white;
            line-height: 1.2;
            letter-spacing: -0.5px;
            margin-bottom: 16px;
        }

        .panel-desc {
            font-size: 16px;
            color: rgba(255,255,255,0.6);
            line-height: 1.65;
            font-weight: 300;
            margin-bottom: 32px;
        }

        .panel-points {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 12px;
            margin-bottom: 36px;
        }

            .panel-points li {
                display: flex;
                align-items: flex-start;
                gap: 12px;
                font-size: 14px;
                color: rgba(255,255,255,0.75);
                line-height: 1.5;
            }

        .pp-icon {
            width: 24px;
            height: 24px;
            min-width: 24px;
            border-radius: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            margin-top: 1px;
        }

        .pp-orange {
            background: rgba(232,96,28,0.2);
        }

        .pp-teal {
            background: rgba(26,107,107,0.3);
        }

        .pp-green {
            background: rgba(26,138,74,0.2);
        }

        .pp-purple {
            background: rgba(123,94,167,0.2);
        }

        /* MOCK UI PANELS */
        .mock-ui {
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 24px 64px rgba(0,0,0,0.4);
        }

        .mock-topbar {
            background: #1e2d3a;
            padding: 12px 16px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .mock-dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
        }

            .mock-dot.r {
                background: #ff5f57
            }

            .mock-dot.y {
                background: #ffbd2e
            }

            .mock-dot.g {
                background: #28c941
            }

        .mock-url {
            flex: 1;
            background: rgba(255,255,255,0.07);
            border-radius: 6px;
            padding: 5px 12px;
            font-size: 11px;
            color: rgba(255,255,255,0.4);
            font-family: monospace;
        }

        /* SETUP MOCK */
        .setup-mock {
            background: #f7f4ef;
            padding: 24px;
        }

        .sm-head {
            font-size: 13px;
            font-weight: 600;
            color: var(--ink);
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .sm-progress {
            display: flex;
            flex-direction: column;
            gap: 14px;
        }

        .sm-row {
            display: flex;
            align-items: center;
            gap: 14px;
        }

        .sm-check {
            width: 28px;
            height: 28px;
            min-width: 28px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 13px;
        }

            .sm-check.done {
                background: #e8f8f0;
                color: #1a8a4a;
            }

            .sm-check.active {
                background: var(--accent);
                color: white;
                box-shadow: 0 0 0 3px rgba(232,96,28,0.2);
            }

            .sm-check.todo {
                background: var(--surface);
                border: 2px solid var(--border);
                color: var(--muted);
            }

        .sm-text {
            flex: 1;
        }

        .sm-label {
            font-size: 13px;
            font-weight: 600;
            color: var(--ink);
        }

        .sm-sub {
            font-size: 11px;
            color: var(--muted);
        }

        .sm-bar {
            height: 4px;
            background: var(--border);
            border-radius: 2px;
            margin-top: 4px;
        }

        .sm-bar-fill {
            height: 100%;
            border-radius: 2px;
            background: var(--accent);
        }

        /* GUIDE MOCK */
        .guide-mock {
            background: var(--surface);
            padding: 0;
        }

        .guide-header {
            background: var(--ink);
            padding: 20px 24px;
            text-align: center;
        }

        .guide-logo {
            font-family: var(--serif);
            font-size: 16px;
            font-weight: 600;
            color: white;
            margin-bottom: 4px;
        }

        .guide-sub {
            font-size: 11px;
            color: rgba(255,255,255,0.5);
        }

        .guide-hero-img {
            background: linear-gradient(135deg,#1a6b6b,#0f4040);
            height: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 32px;
        }

        .guide-body {
            padding: 20px;
        }

        .guide-grid {
            display: grid;
            grid-template-columns: repeat(3,1fr);
            gap: 10px;
            margin-bottom: 16px;
        }

        .guide-chip {
            background: white;
            border-radius: 10px;
            padding: 14px 8px;
            text-align: center;
            border: 1px solid var(--border);
            cursor: pointer;
            transition: all 0.2s;
        }

            .guide-chip:hover {
                border-color: var(--accent);
            }

        .guide-chip-icon {
            font-size: 20px;
            margin-bottom: 4px;
        }

        .guide-chip-label {
            font-size: 10px;
            font-weight: 600;
            color: var(--ink);
        }

        .guide-info-row {
            display: flex;
            align-items: center;
            gap: 10px;
            background: white;
            border-radius: 10px;
            padding: 12px;
            border: 1px solid var(--border);
            margin-bottom: 8px;
        }

        .guide-info-icon {
            font-size: 16px;
        }

        .guide-info-text {
            font-size: 12px;
            color: var(--ink-soft);
        }

            .guide-info-text strong {
                display: block;
                font-size: 11px;
                color: var(--muted);
                font-weight: 600;
                margin-bottom: 1px;
            }

        /* MESSAGING MOCK */
        .msg-mock {
            background: #f7f4ef;
        }

        .msg-sidebar {
            background: white;
            border-right: 1px solid var(--border);
            padding: 16px;
        }

        .msg-mock-inner {
            display: grid;
            grid-template-columns: 180px 1fr;
        }

        .msg-search {
            background: var(--surface);
            border: 1px solid var(--border);
            border-radius: 8px;
            padding: 8px 12px;
            font-size: 11px;
            color: var(--muted);
            width: 100%;
            margin-bottom: 12px;
            font-family: var(--sans);
        }

        .msg-thread {
            padding: 10px;
            border-radius: 8px;
            cursor: pointer;
            margin-bottom: 4px;
            transition: background 0.15s;
        }

            .msg-thread:hover, .msg-thread.active {
                background: var(--surface);
            }

        .msg-thread-name {
            font-size: 12px;
            font-weight: 600;
            color: var(--ink);
            display: flex;
            justify-content: space-between;
        }

        .msg-thread-preview {
            font-size: 10px;
            color: var(--muted);
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 130px;
        }

        .msg-thread-time {
            font-size: 9px;
            color: var(--muted);
        }

        .msg-unread {
            width: 7px;
            height: 7px;
            background: var(--accent);
            border-radius: 50%;
            display: inline-block;
            margin-left: 4px;
        }

        .msg-main {
            padding: 16px;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .msg-bubble-row {
            display: flex;
            gap: 8px;
            align-items: flex-end;
        }

            .msg-bubble-row.out {
                flex-direction: row-reverse;
            }

        .msg-bubble {
            padding: 10px 13px;
            border-radius: 12px;
            font-size: 11px;
            line-height: 1.5;
            max-width: 75%;
        }

            .msg-bubble.in {
                background: white;
                border: 1px solid var(--border);
                border-bottom-left-radius: 4px;
                color: var(--ink);
            }

            .msg-bubble.out {
                background: var(--accent);
                color: white;
                border-bottom-right-radius: 4px;
            }

            .msg-bubble.ai-reply {
                background: var(--ink);
                color: rgba(255,255,255,0.9);
                border-bottom-left-radius: 4px;
            }

        .msg-meta {
            font-size: 9px;
            color: var(--muted);
        }

        .ai-badge {
            display: inline-flex;
            align-items: center;
            gap: 4px;
            background: var(--teal-light);
            border: 1px solid #b8d8d8;
            color: var(--teal);
            padding: 2px 8px;
            border-radius: 100px;
            font-size: 9px;
            font-weight: 700;
            margin-bottom: 4px;
        }

        .msg-input-area {
            background: white;
            border: 1px solid var(--border);
            border-radius: 10px;
            padding: 10px 12px;
            display: flex;
            align-items: center;
            gap: 8px;
            margin-top: 4px;
        }

        .msg-input-text {
            flex: 1;
            font-size: 11px;
            color: var(--muted);
        }

        .msg-send-btn {
            background: var(--accent);
            color: white;
            border: none;
            border-radius: 6px;
            padding: 5px 10px;
            font-size: 10px;
            font-weight: 600;
            cursor: pointer;
            font-family: var(--sans);
        }

        /* UPSELL MOCK */
        .upsell-mock {
            background: var(--surface);
            padding: 20px;
        }

        .um-header {
            font-size: 12px;
            font-weight: 700;
            color: var(--ink);
            margin-bottom: 4px;
        }

        .um-sub {
            font-size: 11px;
            color: var(--muted);
            margin-bottom: 16px;
        }

        .um-card {
            background: white;
            border-radius: 12px;
            border: 1px solid var(--border);
            overflow: hidden;
            margin-bottom: 12px;
            cursor: pointer;
            transition: box-shadow 0.2s;
        }

            .um-card:hover {
                box-shadow: 0 4px 16px rgba(0,0,0,0.08);
            }

        .um-card-img {
            height: 70px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
        }

        .um-card-body {
            padding: 12px;
        }

        .um-card-name {
            font-size: 13px;
            font-weight: 600;
            color: var(--ink);
            margin-bottom: 2px;
        }

        .um-card-desc {
            font-size: 11px;
            color: var(--muted);
            margin-bottom: 8px;
        }

        .um-card-footer {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .um-price {
            font-size: 14px;
            font-weight: 700;
            color: var(--accent);
        }

        .um-btn {
            background: var(--accent);
            color: white;
            border: none;
            border-radius: 6px;
            padding: 5px 12px;
            font-size: 11px;
            font-weight: 600;
            cursor: pointer;
            font-family: var(--sans);
        }

        .um-stats-row {
            display: grid;
            grid-template-columns: repeat(3,1fr);
            gap: 8px;
            margin-top: 12px;
        }

        .um-stat {
            background: white;
            border-radius: 8px;
            border: 1px solid var(--border);
            padding: 10px;
            text-align: center;
        }

        .um-stat-val {
            font-family: var(--serif);
            font-size: 18px;
            font-weight: 700;
            color: var(--ink);
        }

        .um-stat-lab {
            font-size: 9px;
            color: var(--muted);
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        /* ANALYTICS MOCK */
        .analytics-mock {
            background: #f7f4ef;
            padding: 20px;
        }

        .am-title {
            font-size: 12px;
            font-weight: 700;
            color: var(--ink);
            margin-bottom: 16px;
            display: flex;
            justify-content: space-between;
        }

        .am-kpis {
            display: grid;
            grid-template-columns: repeat(2,1fr);
            gap: 10px;
            margin-bottom: 16px;
        }

        .am-kpi {
            background: white;
            border-radius: 10px;
            border: 1px solid var(--border);
            padding: 14px;
        }

        .am-kpi-label {
            font-size: 10px;
            color: var(--muted);
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 4px;
        }

        .am-kpi-val {
            font-family: var(--serif);
            font-size: 22px;
            font-weight: 700;
            color: var(--ink);
        }

        .am-kpi-change {
            font-size: 11px;
            font-weight: 600;
        }

            .am-kpi-change.up {
                color: #1a8a4a;
            }

            .am-kpi-change.down {
                color: var(--accent);
            }

        .am-chart {
            background: white;
            border: 1px solid var(--border);
            border-radius: 10px;
            padding: 14px;
        }

        .am-chart-label {
            font-size: 10px;
            color: var(--muted);
            font-weight: 600;
            margin-bottom: 12px;
        }

        .chart-bars {
            display: flex;
            align-items: flex-end;
            gap: 6px;
            height: 60px;
        }

        .chart-bar {
            flex: 1;
            border-radius: 4px 4px 0 0;
            background: var(--teal-light);
            transition: height 0.3s;
        }

            .chart-bar.accent {
                background: var(--accent);
            }

            .chart-bar:hover {
                opacity: 0.8;
            }

        /* ── FEATURE DEEP-DIVES ── */
        .features-section {
            padding: 120px 0;
        }

        .feature-row {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 48px 100px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 100px;
            align-items: center;
        }

            .feature-row.reverse {
                direction: rtl;
            }

                .feature-row.reverse > * {
                    direction: ltr;
                }

        .fr-label {
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            font-weight: 700;
            margin-bottom: 14px;
        }

        .fr-title {
            font-family: var(--serif);
            font-size: clamp(28px,3.5vw,42px);
            font-weight: 700;
            color: var(--ink);
            line-height: 1.15;
            letter-spacing: -0.8px;
            margin-bottom: 18px;
        }

        .fr-desc {
            font-size: 16px;
            color: var(--ink-soft);
            line-height: 1.65;
            font-weight: 300;
            margin-bottom: 28px;
        }

        .fr-points {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 12px;
            margin-bottom: 36px;
        }

            .fr-points li {
                display: flex;
                align-items: flex-start;
                gap: 10px;
                font-size: 14px;
                color: var(--ink-soft);
                line-height: 1.5;
            }

        .fr-check {
            width: 20px;
            height: 20px;
            min-width: 20px;
            border-radius: 50%;
            background: var(--teal-light);
            border: 1.5px solid #b8d8d8;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 2px;
        }

            .fr-check::after {
                content: '✓';
                font-size: 10px;
                color: var(--teal);
                font-weight: 700;
            }

        .fr-link {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            color: var(--accent);
            font-size: 14px;
            font-weight: 600;
            text-decoration: none;
            transition: gap 0.2s;
        }

            .fr-link:hover {
                gap: 10px;
            }

            .fr-link svg {
                transition: transform 0.2s;
            }

            .fr-link:hover svg {
                transform: translateX(3px);
            }

        .feature-visual {
            position: relative;
        }

        .visual-card {
            background: white;
            border-radius: 20px;
            border: 1px solid var(--border);
            overflow: hidden;
            box-shadow: 0 24px 64px rgba(15,25,35,0.1);
        }

        .vc-header {
            padding: 18px 20px;
            border-bottom: 1px solid var(--border);
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .vc-icon {
            width: 32px;
            height: 32px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 15px;
        }

        .vc-title {
            font-size: 14px;
            font-weight: 600;
            color: var(--ink);
        }

        .vc-sub {
            font-size: 11px;
            color: var(--muted);
        }

        .vc-body {
            padding: 20px;
        }

        /* checkin visual */
        .checkin-form {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .cf-field {
            display: flex;
            flex-direction: column;
            gap: 4px;
        }

        .cf-label {
            font-size: 10px;
            font-weight: 700;
            color: var(--muted);
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .cf-input {
            background: var(--surface);
            border: 1px solid var(--border);
            border-radius: 8px;
            padding: 10px 14px;
            font-size: 13px;
            color: var(--ink);
            font-family: var(--sans);
        }

            .cf-input.filled {
                border-color: #b8d8d8;
                background: #f0faf9;
            }

        .cf-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 12px;
        }

        .cf-id-upload {
            background: var(--surface);
            border: 2px dashed var(--border);
            border-radius: 10px;
            padding: 20px;
            text-align: center;
            cursor: pointer;
            transition: border-color 0.2s;
        }

            .cf-id-upload:hover {
                border-color: var(--accent);
            }

        .cf-id-icon {
            font-size: 24px;
            margin-bottom: 6px;
        }

        .cf-id-label {
            font-size: 12px;
            font-weight: 600;
            color: var(--ink-soft);
        }

        .cf-id-sub {
            font-size: 10px;
            color: var(--muted);
        }

        .cf-submit {
            background: var(--accent);
            color: white;
            border: none;
            border-radius: 10px;
            padding: 13px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            font-family: var(--sans);
            width: 100%;
            transition: all 0.2s;
        }

            .cf-submit:hover {
                background: #d05518;
            }

        /* guide visual */
        .guide-preview {
            font-size: 13px;
        }

        .gp-section-head {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 12px 0;
            border-bottom: 1px solid var(--border);
            margin-bottom: 8px;
        }

        .gp-section-icon {
            font-size: 16px;
        }

        .gp-section-name {
            font-weight: 600;
            color: var(--ink);
            font-size: 13px;
        }

        .gp-section-count {
            margin-left: auto;
            font-size: 10px;
            color: var(--muted);
        }

        .gp-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 8px 0;
            border-bottom: 1px solid rgba(226,220,212,0.5);
        }

        .gp-item-q {
            font-size: 12px;
            color: var(--ink-soft);
        }

        .gp-item-a {
            font-size: 12px;
            font-weight: 600;
            color: var(--ink);
            text-align: right;
            max-width: 140px;
        }

        .lang-bar {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-top: 16px;
            padding: 12px;
            background: var(--teal-light);
            border-radius: 10px;
        }

        .lang-icon {
            font-size: 16px;
        }

        .lang-text {
            font-size: 12px;
            font-weight: 600;
            color: var(--teal);
        }

        .lang-count {
            margin-left: auto;
            font-size: 11px;
            color: var(--teal);
            font-weight: 700;
        }

        /* ── SETUP TIMELINE ── */
        .setup-section {
            background: var(--ink);
            padding: 100px 0;
            position: relative;
            overflow: hidden;
        }

            .setup-section::after {
                content: '';
                position: absolute;
                bottom: -200px;
                left: -100px;
                width: 600px;
                height: 600px;
                background: radial-gradient(circle,rgba(26,107,107,0.2) 0%,transparent 60%);
                pointer-events: none;
            }

        .setup-inner {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 48px;
            position: relative;
            z-index: 1;
        }

        .setup-header {
            text-align: center;
            margin-bottom: 72px;
        }

        .setup-label {
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            color: var(--accent-warm);
            font-weight: 700;
            margin-bottom: 16px;
        }

        .setup-title {
            font-family: var(--serif);
            font-size: clamp(30px,4vw,44px);
            font-weight: 700;
            color: white;
            line-height: 1.15;
            letter-spacing: -1px;
            max-width: 520px;
            margin: 0 auto 16px;
        }

        .setup-sub {
            font-size: 17px;
            color: rgba(255,255,255,0.55);
            font-weight: 300;
            line-height: 1.6;
            max-width: 460px;
            margin: 0 auto;
        }

        .setup-steps {
            display: grid;
            grid-template-columns: repeat(4,1fr);
            gap: 0;
            position: relative;
        }

            .setup-steps::before {
                content: '';
                position: absolute;
                top: 28px;
                left: 10%;
                right: 10%;
                height: 2px;
                background: rgba(255,255,255,0.1);
            }

        .setup-step {
            text-align: center;
            padding: 0 20px;
            position: relative;
            z-index: 1;
        }

        .ss-num {
            width: 56px;
            height: 56px;
            border-radius: 50%;
            margin: 0 auto 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: var(--serif);
            font-size: 20px;
            font-weight: 700;
            position: relative;
        }

            .ss-num.s1 {
                background: rgba(232,96,28,0.15);
                color: var(--accent);
                border: 2px solid rgba(232,96,28,0.3);
            }

            .ss-num.s2 {
                background: rgba(26,107,107,0.2);
                color: #4db8b8;
                border: 2px solid rgba(26,107,107,0.3);
            }

            .ss-num.s3 {
                background: rgba(255,255,255,0.06);
                color: rgba(255,255,255,0.6);
                border: 2px solid rgba(255,255,255,0.1);
            }

            .ss-num.s4 {
                background: rgba(255,255,255,0.06);
                color: rgba(255,255,255,0.6);
                border: 2px solid rgba(255,255,255,0.1);
            }

        .ss-time {
            font-size: 10px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.8px;
            margin-bottom: 8px;
        }

        .ss-name {
            font-family: var(--serif);
            font-size: 18px;
            font-weight: 600;
            color: white;
            margin-bottom: 8px;
            line-height: 1.2;
        }

        .ss-desc {
            font-size: 13px;
            color: rgba(255,255,255,0.5);
            line-height: 1.55;
        }

        .ss-time.t1 {
            color: var(--accent);
        }

        .ss-time.t2 {
            color: #4db8b8;
        }

        .ss-time.t3, .ss-time.t4 {
            color: rgba(255,255,255,0.35);
        }

        /* ── CTA ── */
        .cta-section {
            padding: 120px 48px;
            text-align: center;
            background: var(--surface);
        }

        .cta-inner {
            max-width: 640px;
            margin: 0 auto;
        }

        .cta-eyebrow {
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            color: var(--accent);
            font-weight: 700;
            margin-bottom: 20px;
        }

        .cta-title {
            font-family: var(--serif);
            font-size: clamp(32px,5vw,52px);
            font-weight: 700;
            color: var(--ink);
            line-height: 1.1;
            letter-spacing: -1.2px;
            margin-bottom: 20px;
        }

        .cta-desc {
            font-size: 17px;
            color: var(--ink-soft);
            line-height: 1.6;
            font-weight: 300;
            margin-bottom: 48px;
        }

        .cta-buttons {
            display: flex;
            gap: 16px;
            justify-content: center;
            flex-wrap: wrap;
        }

        .btn-cta-primary {
            background: var(--accent);
            color: white;
            padding: 16px 36px;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
            border: none;
            cursor: pointer;
            font-family: var(--sans);
            transition: all 0.2s;
        }

            .btn-cta-primary:hover {
                background: #d05518;
                transform: translateY(-2px);
                box-shadow: 0 8px 24px rgba(232,96,28,0.3);
            }

        .btn-cta-ghost {
            background: white;
            color: var(--ink);
            padding: 16px 36px;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
            border: 1.5px solid var(--border);
            cursor: pointer;
            font-family: var(--sans);
            transition: all 0.2s;
        }

            .btn-cta-ghost:hover {
                border-color: var(--ink);
            }

        .cta-note {
            margin-top: 20px;
            font-size: 13px;
            color: var(--muted);
        }

        /* ── FOOTER ── */
        footer {
            background: var(--ink);
            border-top: 1px solid rgba(255,255,255,0.06);
            padding: 60px 48px 40px;
        }

        .footer-inner {
            max-width: 1280px;
            margin: 0 auto;
        }

        .footer-top {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr 1fr;
            gap: 60px;
            margin-bottom: 60px;
        }

        .footer-brand p {
            font-size: 14px;
            color: rgba(255,255,255,0.4);
            line-height: 1.65;
            margin-top: 16px;
            max-width: 280px;
            font-weight: 300;
        }

        .footer-nav-title {
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: rgba(255,255,255,0.3);
            font-weight: 700;
            margin-bottom: 16px;
        }

        .footer-nav-links {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

            .footer-nav-links a {
                text-decoration: none;
                color: rgba(255,255,255,0.55);
                font-size: 14px;
                transition: color 0.2s;
            }

                .footer-nav-links a:hover {
                    color: white
                }

        .footer-bottom {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 32px;
            border-top: 1px solid rgba(255,255,255,0.06);
            font-size: 13px;
            color: rgba(255,255,255,0.25);
        }

        @@keyframes fadeUp {
            from

        {
            opacity: 0;
            transform: translateY(20px)
        }

        to {
            opacity: 1;
            transform: translateY(0)
        }

        }

        .fade-in {
            animation: fadeUp 0.5s ease both;
        }

        /* RESPONSIVE */
        @media (max-width: 1024px) {
            .page-hero, .feature-row {
                grid-template-columns: 1fr;
                gap: 48px;
                padding-left: 32px;
                padding-right: 32px;
            }
            .feature-row.reverse { direction: ltr; }
            .page-hero { padding-top: 100px; }
            .step-panel.active { grid-template-columns: 1fr; }
            .setup-steps { grid-template-columns: repeat(2,1fr); gap: 40px; }
            .setup-steps::before { display: none; }
            .footer-top { grid-template-columns: 1fr 1fr; gap: 40px; }
            nav { padding: 0 24px; }
            .nav-links { display: none; }
        }

        @media (max-width: 640px) {
            .step-tabs { overflow-x: auto; -webkit-overflow-scrolling: touch; }
            .step-tab { padding: 14px 20px; font-size: 13px; }
            .setup-steps { grid-template-columns: 1fr; }
            .cta-buttons { flex-direction: column; align-items: center; }
            .footer-top { grid-template-columns: 1fr; }
            .am-kpis { grid-template-columns: 1fr; }
            .msg-mock-inner { grid-template-columns: 1fr; }
            .msg-sidebar { display: none; }
        }


/* ═══════════════════════════════════════════════════════════
   NAV CLEARANCE + RESPONSIVE PATCHES
   The fixed nav is 68px tall. Every page's first visible
   element needs padding-top >= 68px so content isn't hidden.
═══════════════════════════════════════════════════════════ */

/* ── Home: hero already has padding:140px top in its own CSS ── */
/* Nothing to override — 140px > 68px ✓ */

/* ── Features / HowItWorks: .page-hero uses shared utility ── */
/* Override the shared 80px value to clear the nav */
.page-hero { padding-top: 148px; }

/* ── AI Concierge: inline style has padding:100px top ── */
.ai-hero { padding-top: 148px; }

/* ── Integrations: inline style has padding:100px top ── */
.int-hero { padding-top: 148px; }

/* ── Pricing: inline style has padding:88px top ── */
.pr-hero { padding-top: 148px; }

/* ── Mobile: Home hero ── */
@media (max-width: 900px) {
    .hero {
        grid-template-columns: 1fr;
        /* 68px nav + 36px breathing room = 104px */
        padding: 104px 24px 64px;
        gap: 40px;
        text-align: center;
    }
    .hero h1 { font-size: clamp(36px, 8vw, 52px); }
    .hero-ctas { justify-content: center; }
    .hero-trust { align-items: center; }
    .trust-stats { justify-content: center; }
    .hero-visual { display: none; }
}

/* ── Mobile: shared page-hero (Features, HowItWorks) ── */
@media (max-width: 900px) {
    .page-hero { padding-top: 116px; }
}
@media (max-width: 640px) {
    .page-hero { padding: 104px 24px 40px; }
}

/* ── Mobile: AI Concierge ── */
@media (max-width: 900px) {
    .ai-hero { padding: 116px 24px 60px; }
    .ai-hero-inner { grid-template-columns: 1fr; gap: 48px; }
    .ai-hero-right { display: none; }
}
@media (max-width: 768px) {
    .ai-how-grid,
    .ai-lang-grid,
    .ai-upsell-grid { grid-template-columns: 1fr !important; }
    .ai-channels-funnel { flex-direction: column; align-items: center; }
    .ai-section { padding: 72px 24px; }
}

/* ── Mobile: Integrations ── */
@media (max-width: 900px) {
    .int-hero { padding: 116px 24px 60px; }
    .int-grid { grid-template-columns: 1fr 1fr !important; }
}
@media (max-width: 640px) {
    .int-hero { padding-top: 104px; }
    .int-grid { grid-template-columns: 1fr !important; }
    .count-strip-inner { flex-direction: column; gap: 20px; }
    .cs-stat { border-right: none !important; border-bottom: 1px solid var(--border); padding: 12px 0; }
    .cs-stat:last-child { border-bottom: none; }
}

/* ── Mobile: Pricing ── */
@media (max-width: 900px) {
    .pr-hero { padding: 116px 24px 48px; }
    .plans-grid { grid-template-columns: 1fr !important; max-width: 460px; margin: 0 auto; }
    .plan-card.popular { transform: none !important; }
    .roi-inner { grid-template-columns: 1fr !important; gap: 40px; }
    .roi-section { padding: 72px 24px; }
    .plans-section,
    .compare-section,
    .pr-faq-section { padding-left: 24px; padding-right: 24px; }
}
@media (max-width: 640px) {
    .pr-hero { padding-top: 104px; }
    .ct-table th, .ct-table td { padding: 10px 10px; font-size: 12px; }
    .billing-toggle { font-size: 13px; }
}

/* ── Mobile: Features sticky nav ── */
@media (max-width: 768px) {
    .feature-nav-inner { padding: 0 16px; }
    .fn-link { padding: 14px 14px; font-size: 12px; }
    .fs-inner {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }
    .fs-inner.reverse { direction: ltr !important; }
    .feature-section { padding: 64px 0; }
    .fs-inner { padding: 0 24px; }
}

/* ── Mobile: HowItWorks ── */
@media (max-width: 640px) {
    .step-tabs { flex-wrap: wrap; }
    .step-tab { flex: 1 1 40%; }
    .hiw-steps-grid,
    .step-row,
    .journey-grid,
    .setup-steps { gap: 24px; }
}

/* ── Mobile: Trust strip / Logo strip ── */
@media (max-width: 640px) {
    .trust-strip-inner { padding: 24px; }
    .logo-grid { gap: 8px; }
    .logo-item { font-size: 12px; padding: 8px 14px; }
}

/* ═══════════════════════════════════════════════════════════
   TESTIMONIAL
═══════════════════════════════════════════════════════════ */
.testi-section {
    background: var(--ink);
    padding: 80px 48px;
}
.testi-inner {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}
.testi-quote-mark {
    font-family: var(--serif);
    font-size: 96px;
    line-height: 0.6;
    color: var(--accent);
    margin-bottom: 32px;
    display: block;
}
.testi-body {
    font-family: var(--serif);
    font-size: clamp(18px, 2.2vw, 24px);
    font-weight: 400;
    color: rgba(255,255,255,0.88);
    line-height: 1.65;
    letter-spacing: -0.3px;
    margin-bottom: 40px;
    font-style: normal;
}
.testi-attr {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}
.testi-avatar {
    width: 44px; height: 44px;
    border-radius: 50%;
    background: var(--accent);
    display: flex; align-items: center; justify-content: center;
    color: white; font-family: var(--serif);
    font-weight: 700; font-size: 18px;
    flex-shrink: 0;
}
.testi-name {
    font-size: 15px; font-weight: 600;
    color: white; text-align: left;
    margin-bottom: 2px;
}
.testi-loc {
    font-size: 13px;
    color: rgba(255,255,255,0.4);
    text-align: left;
}

@media (max-width: 640px) {
    .testi-section { padding: 64px 24px; }
    .testi-quote-mark { font-size: 72px; }
}
