/* =========================================================
   Leyoxa 2026 — design system (homepage + inner pages)
   ========================================================= */

:root {
    --ink: #0a1628;
    --ink-soft: #1c2a3a;
    --slate: #5a6b7e;
    --mist: #8a98a8;
    --line: rgba(10, 22, 40, 0.08);
    --line-strong: rgba(10, 22, 40, 0.14);
    --cream: #faf7f2;
    --cream-deep: #f4efe6;
    --ice: #eef5ff;
    --mint: #0fb8a6;
    --mint-deep: #0a8c7e;
    --mint-soft: rgba(15, 184, 166, 0.12);
    --coral: #ff8a5b;
    --coral-soft: rgba(255, 138, 91, 0.14);
    --gold: #f0b429;
    --shadow-sm: 0 2px 8px rgba(10, 22, 40, 0.04);
    --shadow-md: 0 12px 36px rgba(10, 22, 40, 0.08);
    --shadow-lg: 0 24px 64px rgba(10, 22, 40, 0.12);
    --shadow-xl: 0 36px 96px rgba(10, 22, 40, 0.16);
    --grad-primary: linear-gradient(135deg, #14d3bf 0%, #0ea5e9 55%, #6366f1 100%);
}

body.theme-2026 {
    font-family: "Manrope", "Segoe UI", sans-serif;
    background-color: var(--cream);
    color: var(--ink);
    font-feature-settings: "ss01", "cv11";
}

body.theme-2026 .heading,
body.theme-2026 .title,
body.theme-2026 h1, body.theme-2026 h2, body.theme-2026 h3,
body.theme-2026 h4, body.theme-2026 h5, body.theme-2026 h6 {
    font-family: "Sora", "Manrope", sans-serif;
    letter-spacing: -0.025em;
    color: var(--ink);
    font-weight: 700;
}

body.theme-2026 p { color: var(--slate); line-height: 1.7; }
body.theme-2026 .text-muted { color: var(--slate) !important; }
body.theme-2026 .text-primary { color: var(--mint) !important; }

/* ── Buttons ───────────────────────────────────────── */
body.theme-2026 .btn {
    border-radius: 12px;
    font-weight: 600;
    padding: 12px 22px;
    transition: all 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
    border: 1px solid transparent;
}
body.theme-2026 .btn-ink {
    background: var(--ink);
    border-color: var(--ink);
    color: #fff !important;
    box-shadow: 0 8px 24px rgba(10, 22, 40, 0.18);
}
body.theme-2026 .btn-ink:hover {
    background: var(--ink-soft);
    transform: translateY(-2px);
    box-shadow: 0 14px 36px rgba(10, 22, 40, 0.28);
    color: #fff !important;
}
body.theme-2026 .btn-ghost {
    background: #fff;
    border: 1px solid var(--line-strong);
    color: var(--ink) !important;
    box-shadow: 0 4px 14px rgba(10, 22, 40, 0.06);
}
body.theme-2026 .btn-ghost:hover {
    border-color: var(--ink);
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(10, 22, 40, 0.12);
    color: var(--ink) !important;
}
body.theme-2026 .btn-mint {
    background: var(--mint);
    border-color: var(--mint);
    color: #fff !important;
    box-shadow: 0 8px 24px rgba(15, 184, 166, 0.32);
}
body.theme-2026 .btn-mint:hover {
    background: var(--mint-deep);
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 14px 36px rgba(15, 184, 166, 0.42);
}

/* ── Hero ──────────────────────────────────────────── */
.hero-2026 {
    position: relative;
    overflow: hidden;
    padding: 130px 0 60px;
    background:
        radial-gradient(circle at 8% 18%, rgba(15, 184, 166, 0.18), transparent 42%),
        radial-gradient(circle at 92% 12%, rgba(255, 138, 91, 0.16), transparent 45%),
        radial-gradient(circle at 50% 100%, rgba(20, 211, 191, 0.10), transparent 55%),
        linear-gradient(180deg, #faf7f2 0%, #f4f7fb 100%);
}

.hero-2026::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 1px 1px, rgba(10, 22, 40, 0.05) 1px, transparent 0);
    background-size: 32px 32px;
    mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, #000 30%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, #000 30%, transparent 75%);
    pointer-events: none;
    z-index: 0;
}

.hero-2026 .container { position: relative; z-index: 1; }

.hero-headline {
    font-size: clamp(2.4rem, 5vw, 4.2rem);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.035em;
    margin-bottom: 22px;
}

.text-grad {
    background: var(--grad-primary);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.pill-live {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px 7px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px);
    border: 1px solid var(--line);
    color: var(--ink);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: var(--shadow-sm);
}
.pill-live .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--mint);
    box-shadow: 0 0 0 3px rgba(15, 184, 166, 0.18);
    animation: lx-pulse 2s ease-in-out infinite;
}
@keyframes lx-pulse {
    0%, 100% { box-shadow: 0 0 0 3px rgba(15, 184, 166, 0.18); }
    50% { box-shadow: 0 0 0 7px rgba(15, 184, 166, 0.04); }
}

.trust-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(10px);
    border: 1px solid var(--line);
    font-weight: 600;
    font-size: 13px;
    color: var(--ink-soft);
}
.trust-chip i { color: var(--mint); font-size: 16px; }

.hero-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 28px;
}

.hero-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 28px;
}

/* ── Eyebrow / Section title ───────────────────────── */
.section-2026 { padding: 80px 0; }

.eyebrow {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--mint-deep);
    margin-bottom: 16px;
}

.section-headline {
    font-size: clamp(2rem, 3.4vw, 2.8rem);
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: 16px;
}

/* ── Voice agent demo card ─────────────────────────── */
.voice-shell {
    position: relative;
    border-radius: 32px;
    padding: 56px 44px;
    background:
        radial-gradient(ellipse at top right, rgba(15, 184, 166, 0.12), transparent 60%),
        linear-gradient(180deg, #ffffff 0%, #fbfaf6 100%);
    border: 1px solid var(--line);
    box-shadow: var(--shadow-md);
    overflow: hidden;
}
.voice-shell::after {
    content: "";
    position: absolute;
    top: -180px; right: -180px;
    width: 420px; height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(15, 184, 166, 0.20) 0%, transparent 65%);
    pointer-events: none;
}

.voice-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 28px;
    box-shadow: var(--shadow-lg);
    position: relative;
    overflow: hidden;
}
.voice-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--grad-primary);
}
.voice-card .live-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    color: var(--mint-deep);
    background: var(--mint-soft);
    padding: 5px 10px;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.voice-card .live-tag .dot {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--mint);
    animation: lx-pulse 1.4s ease-in-out infinite;
}
.transcript {
    background: var(--cream-deep);
    border-radius: 14px;
    padding: 16px 18px;
    margin: 18px 0;
    font-size: 14.5px;
    line-height: 1.55;
    color: var(--ink-soft);
    border-left: 3px solid var(--mint);
}
.transcript .speaker {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--mint-deep);
    margin-bottom: 4px;
}
.waveform {
    display: flex;
    align-items: center;
    gap: 3px;
    height: 28px;
    margin-top: 14px;
}
.waveform span {
    width: 3px;
    background: var(--mint);
    border-radius: 2px;
    animation: lx-wave 1.2s ease-in-out infinite;
}
.waveform span:nth-child(1){height:30%;animation-delay:0s}
.waveform span:nth-child(2){height:60%;animation-delay:.1s}
.waveform span:nth-child(3){height:90%;animation-delay:.2s}
.waveform span:nth-child(4){height:70%;animation-delay:.3s}
.waveform span:nth-child(5){height:50%;animation-delay:.4s}
.waveform span:nth-child(6){height:80%;animation-delay:.5s}
.waveform span:nth-child(7){height:40%;animation-delay:.6s}
.waveform span:nth-child(8){height:65%;animation-delay:.7s}
.waveform span:nth-child(9){height:35%;animation-delay:.8s}
.waveform span:nth-child(10){height:55%;animation-delay:.9s}
@keyframes lx-wave { 0%,100% { transform: scaleY(.6); opacity: .7; } 50% { transform: scaleY(1); opacity: 1; } }

.metric-tile {
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 16px 14px;
    text-align: left;
}
.metric-tile .num {
    display: block;
    font-family: "Sora", sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 4px;
}
.metric-tile .num .grad {
    background: var(--grad-primary);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.metric-tile .lbl {
    font-size: 12.5px;
    color: var(--slate);
    font-weight: 500;
}

.agent-flow {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 24px;
}
.agent-flow div {
    position: relative;
    padding: 12px;
    border-radius: 14px;
    background: var(--mint-soft);
    color: var(--mint-deep);
    font-weight: 700;
    text-align: center;
    font-size: 13px;
}
.agent-flow div::after {
    content: "→";
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--mint);
    font-weight: 700;
}
.agent-flow div:last-child::after { content: ""; }

@media (max-width: 991px) {
    .agent-flow { grid-template-columns: 1fr; }
    .agent-flow div::after { display: none; }
    .voice-shell { padding: 36px 24px; }
}

/* ── Product cards ─────────────────────────────────── */
.product-card {
    position: relative;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 30px 26px;
    height: 100%;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.product-card::after {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: var(--grad-primary);
    opacity: 0.85;
}
.product-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: var(--line-strong);
}
.product-card .pc-eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--mint-deep);
    margin-bottom: 10px;
}
.product-card h4 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
}
.product-card .pc-desc {
    color: var(--slate);
    font-size: 14.5px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.product-card .pc-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
}
.product-card .pc-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 10px;
    background: rgba(10, 22, 40, 0.04);
    border: 1px solid var(--line);
    color: var(--ink);
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.2s ease;
}
.product-card .pc-link:hover {
    background: var(--ink);
    border-color: var(--ink);
    color: #fff;
    transform: translateY(-2px);
}
.product-card .pc-link.primary {
    background: var(--mint);
    border-color: var(--mint);
    color: #fff;
}
.product-card .pc-link.primary:hover {
    background: var(--mint-deep);
    border-color: var(--mint-deep);
}

/* ── How we work cards ──────────────────────────────── */
.how-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 32px 28px;
    height: 100%;
    transition: all 0.3s ease;
}
.how-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}
.how-card .ic {
    width: 52px; height: 52px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--mint-soft);
    color: var(--mint-deep);
    font-size: 24px;
    margin-bottom: 18px;
}
.how-card.coral .ic { background: var(--coral-soft); color: var(--coral); }
.how-card h4 { font-size: 19px; font-weight: 700; margin-bottom: 10px; }
.how-card p { font-size: 14.5px; line-height: 1.65; margin-bottom: 0; }

/* ── Quote cards ───────────────────────────────────── */
.quote-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 30px;
    height: 100%;
    transition: all 0.3s ease;
}
.quote-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}
.quote-card .stars {
    color: var(--gold);
    font-size: 18px;
    margin-bottom: 14px;
    letter-spacing: 2px;
}
.quote-card blockquote {
    font-size: 15.5px;
    line-height: 1.65;
    color: var(--ink-soft);
    margin: 0 0 20px 0;
    font-weight: 500;
}
.quote-card .author {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 16px;
    border-top: 1px solid var(--line);
}
.quote-card .author-img {
    width: 42px; height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(15, 184, 166, 0.18), rgba(255, 138, 91, 0.14));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: var(--mint-deep);
    font-size: 15px;
    font-family: "Sora", sans-serif;
    flex-shrink: 0;
}
.quote-card .author-name {
    font-weight: 700;
    color: var(--ink);
    font-size: 14px;
    line-height: 1.2;
}
.quote-card .author-role {
    font-size: 12.5px;
    color: var(--slate);
}

/* ── Big mint CTA ──────────────────────────────────── */
.big-cta-mint {
    position: relative;
    border-radius: 28px;
    padding: 60px 56px;
    background:
        radial-gradient(ellipse at top right, rgba(255, 138, 91, 0.42), transparent 60%),
        radial-gradient(ellipse at bottom left, rgba(255, 255, 255, 0.18), transparent 60%),
        linear-gradient(135deg, #14d3bf 0%, #0fb8a6 45%, #0a8c7e 100%);
    color: #fff;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(15, 184, 166, 0.30);
}
.big-cta-mint::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.10) 1px, transparent 0);
    background-size: 28px 28px;
    pointer-events: none;
}
.big-cta-mint h2 {
    color: #fff !important;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.025em;
    margin-bottom: 14px;
    text-shadow: 0 2px 18px rgba(10, 22, 40, 0.18);
    position: relative;
    z-index: 1;
}
.big-cta-mint p {
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: 16px;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}
.big-cta-mint .btn {
    background: #fff;
    color: var(--ink) !important;
    border: 0;
    padding: 14px 28px;
    font-weight: 700;
    box-shadow: 0 12px 28px rgba(10, 22, 40, 0.18);
    position: relative;
    z-index: 1;
}
.big-cta-mint .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 40px rgba(10, 22, 40, 0.24);
    color: var(--ink) !important;
}
@media (max-width: 767px) {
    .big-cta-mint { padding: 40px 28px; }
}

/* ── Reveal animation ──────────────────────────────── */
.lx-reveal {
    opacity: 0;
    transform: translateY(20px);
    animation: lx-rise 0.9s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
@keyframes lx-rise { to { opacity: 1; transform: translateY(0); } }

/* ─────────────── INNER-PAGE COMPONENTS ─────────────── */

/* Inner page hero (about / services / faq / contact / terms / privacy) */
.page-hero {
    position: relative;
    overflow: hidden;
    padding: 150px 0 80px;
    background:
        radial-gradient(circle at 12% 30%, rgba(15, 184, 166, 0.16), transparent 45%),
        radial-gradient(circle at 88% 20%, rgba(255, 138, 91, 0.14), transparent 48%),
        linear-gradient(180deg, #faf7f2 0%, #f4f7fb 100%);
    text-align: center;
}
.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 1px 1px, rgba(10, 22, 40, 0.05) 1px, transparent 0);
    background-size: 32px 32px;
    mask-image: radial-gradient(ellipse 80% 60% at 50% 50%, #000 30%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 50%, #000 30%, transparent 75%);
    pointer-events: none;
    z-index: 0;
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 {
    font-size: clamp(2.2rem, 4.4vw, 3.6rem);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.03em;
    margin: 18px 0 16px;
}
.page-hero p {
    font-size: clamp(1rem, 1.3vw, 1.15rem);
    color: var(--slate);
    max-width: 620px;
    margin: 0 auto;
    line-height: 1.6;
}
.crumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 26px;
    padding: 8px 18px;
    background: #fff;
    border-radius: 999px;
    border: 1px solid var(--line);
    box-shadow: var(--shadow-sm);
    font-size: 13px;
    font-weight: 600;
}
.crumb a { color: var(--mint-deep); text-decoration: none; }
.crumb .sep { color: var(--mist); font-weight: 400; }
.crumb .current { color: var(--ink); }

/* Stat card */
.stat-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 26px 22px;
    height: 100%;
    transition: all 0.3s ease;
}
.stat-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.stat-card .num {
    font-family: "Sora", sans-serif;
    font-size: 38px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 8px;
    letter-spacing: -0.025em;
}
.stat-card .num .grad {
    background: var(--grad-primary);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.stat-card .lbl { color: var(--slate); font-weight: 600; font-size: 14px; }

/* Step card (numbered process) */
.step-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 30px 26px;
    height: 100%;
    transition: all 0.3s ease;
}
.step-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.step-card .step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px; height: 44px;
    border-radius: 12px;
    background: var(--mint-soft);
    color: var(--mint-deep);
    font-family: "Sora", sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 18px;
}
.step-card h4 { font-size: 19px; font-weight: 700; margin-bottom: 10px; }
.step-card p { font-size: 14.5px; line-height: 1.65; margin-bottom: 0; }

/* FAQ accordion (native details/summary) */
.faq-accordion .faq-item {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: all 0.25s ease;
}
.faq-accordion .faq-item:hover { border-color: var(--line-strong); box-shadow: var(--shadow-sm); }
.faq-accordion .faq-item[open] {
    border-color: var(--mint);
    box-shadow: 0 8px 24px rgba(15, 184, 166, 0.12);
}
.faq-accordion .faq-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 28px;
    cursor: pointer;
    font-family: "Sora", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: var(--ink);
    margin: 0;
    list-style: none;
    user-select: none;
    transition: background 0.2s ease;
}
.faq-accordion .faq-q::-webkit-details-marker { display: none; }
.faq-accordion .faq-q:hover { background: rgba(15, 184, 166, 0.04); }
.faq-accordion .faq-q .chev {
    width: 32px; height: 32px;
    flex-shrink: 0;
    border-radius: 10px;
    background: var(--mint-soft);
    color: var(--mint-deep);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    margin-left: 16px;
}
.faq-accordion .faq-item[open] .faq-q .chev {
    transform: rotate(180deg);
    background: var(--mint);
    color: #fff;
}
.faq-accordion .faq-a {
    padding: 0 28px 24px;
    color: var(--slate);
    line-height: 1.7;
    font-size: 15px;
}
.faq-accordion .faq-a p { margin-bottom: 12px; }
.faq-accordion .faq-a p:last-child { margin-bottom: 0; }
.faq-accordion .faq-a ol, .faq-accordion .faq-a ul { padding-left: 18px; margin-bottom: 8px; }

/* Project block (services page) */
.project-block {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 28px;
    padding: 44px;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
}
.project-block:hover { box-shadow: var(--shadow-md); }
.project-block img,
.project-block video {
    border-radius: 18px;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--line);
    width: 100%;
    height: auto;
    display: block;
}
.project-block .badge-loc {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    background: var(--mint-soft);
    color: var(--mint-deep);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 14px;
}
.project-block ul.feature-list {
    list-style: none;
    padding: 0;
    margin: 18px 0 0;
}
.project-block ul.feature-list li {
    position: relative;
    padding: 6px 0 6px 28px;
    color: var(--slate);
    font-size: 14.5px;
    line-height: 1.55;
}
.project-block ul.feature-list li::before {
    content: "";
    position: absolute;
    left: 0; top: 13px;
    width: 16px; height: 16px;
    border-radius: 50%;
    background: var(--mint-soft) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230a8c7e'><path d='M6.173 11.31 3.193 8.33l.94-.94 2.04 2.04 5.706-5.707.94.94z'/></svg>") center/12px no-repeat;
}

/* Video frame (16:9 default, 9:16 portrait modifier) */
.video-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--line);
    background: #0a1628;
}
.video-frame.portrait {
    aspect-ratio: 9 / 16;
    max-width: 340px;
    margin: 0 auto;
}
.video-frame iframe,
.video-frame video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}
.video-frame video { object-fit: cover; }

/* Feature card (about / services capability grid) */
.feature-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 30px 26px;
    height: 100%;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: var(--line-strong);
}
.feature-card .ic {
    width: 52px; height: 52px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--mint-soft);
    color: var(--mint-deep);
    font-size: 22px;
    margin-bottom: 18px;
    transition: transform 0.3s ease;
}
.feature-card:hover .ic { transform: scale(1.08) rotate(-3deg); }
.feature-card .ic.coral { background: var(--coral-soft); color: var(--coral); }
.feature-card h5 { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.feature-card p { font-size: 14.5px; margin-bottom: 0; line-height: 1.6; }

/* Contact card (calendly shell + alt channels) */
.calendly-shell {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 28px;
    box-shadow: var(--shadow-md);
    padding: 12px;
    overflow: hidden;
    /* Reserve vertical space BEFORE the Calendly iframe loads, so the
       page doesn't shift downward when the widget JS injects the iframe */
    min-height: 744px;
}
.calendly-shell .calendly-inline-widget {
    min-width: 320px;
    min-height: 720px;
    height: 720px;
    border-radius: 18px;
    overflow: hidden;
}
@media (max-width: 767px) {
    .calendly-shell { min-height: 944px; }
    .calendly-shell .calendly-inline-widget { min-height: 920px; height: 920px; }
}
.alt-channels {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    align-items: center;
}
.alt-channels .btn-soft {
    background: #fff;
    border: 1px solid var(--line);
    color: var(--ink);
    padding: 12px 20px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
}
.alt-channels .btn-soft:hover {
    border-color: var(--ink);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
    color: var(--ink);
}

/* Long-form text pages (terms / privacy) */
.legal-doc h2 {
    font-size: 18px;
    font-weight: 700;
    color: var(--ink);
    margin: 32px 0 12px;
    letter-spacing: -0.01em;
}
.legal-doc p, .legal-doc li {
    color: var(--slate);
    font-size: 15px;
    line-height: 1.7;
}
.legal-doc a { color: var(--mint-deep); }
.legal-doc ul { padding-left: 20px; }

/* Footer (dark) */
body.theme-2026 .footer {
    background: var(--ink);
    color: rgba(255, 255, 255, 0.72);
    padding: 64px 0 28px;
}
body.theme-2026 .footer h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
body.theme-2026 .footer .text-foot,
body.theme-2026 .footer a.text-muted {
    color: rgba(255, 255, 255, 0.6) !important;
    transition: color 0.2s ease;
}
body.theme-2026 .footer .text-foot:hover,
body.theme-2026 .footer a.text-muted:hover {
    color: var(--mint) !important;
}
body.theme-2026 .footer-bar {
    background: var(--ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 22px 0;
}
body.theme-2026 .footer-bar p,
body.theme-2026 .footer-bar a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
}
body.theme-2026 .footer .social-icon a {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.25s ease;
}
body.theme-2026 .footer .social-icon a:hover {
    background: var(--mint);
    border-color: var(--mint);
    color: #fff;
}

/* Section padding override on small screens */
@media (max-width: 767px) {
    .section-2026 { padding: 56px 0; }
    .page-hero { padding: 110px 0 60px; }
    .project-block { padding: 28px 22px; }
    .voice-shell { padding: 32px 22px; }
    .big-cta-mint { padding: 36px 24px; }
}
