/* Start custom CSS *//* ===== Elementor wrapper adapter: full-bleed, let .shell control width ===== */
.elementor-section.elementor-section-boxed > .elementor-container,
.elementor-section > .elementor-container { max-width: none !important; padding-left: 0 !important; padding-right: 0 !important; }
.elementor-widget-wrap { padding: 0 !important; }
.elementor-column-gap-default > .elementor-column > .elementor-element-populated { padding: 0 !important; }
.elementor-widget-html .elementor-widget-container { padding: 0 !important; }
.elementor-widget-shortcode:has(.stnav) { margin-block-end: 0 !important; margin-bottom: 0 !important; }
.elementor-section:has(.stnav) .elementor-widget-wrap,
.elementor-section:has(.stnav) .elementor-column { padding: 0 !important; }

/* ============ Brand: SocialTalent (shared with homepage) ============ */
@font-face {
    font-family: "TT Hoves Pro";
    src: url('/wp-content/themes/socialtalent-v3/public/fonts/TT%20Hoves%20Pro/woff2/TT_Hoves_Pro_Regular.woff2') format("woff2");
    font-weight: 400; font-style: normal; font-display: swap;
  }
@font-face {
    font-family: "TT Hoves Pro";
    src: url('/wp-content/themes/socialtalent-v3/public/fonts/TT%20Hoves%20Pro/woff2/TT_Hoves_Pro_Medium.woff2') format("woff2");
    font-weight: 500; font-style: normal; font-display: swap;
  }
@font-face {
    font-family: "TT Hoves Pro";
    src: url('/wp-content/themes/socialtalent-v3/public/fonts/TT%20Hoves%20Pro/woff2/TT_Hoves_Pro_DemiBold.woff2') format("woff2");
    font-weight: 600; font-style: normal; font-display: swap;
  }
@font-face {
    font-family: "TT Hoves Pro";
    src: url('/wp-content/themes/socialtalent-v3/public/fonts/TT%20Hoves%20Pro/woff2/TT_Hoves_Pro_Bold.woff2') format("woff2");
    font-weight: 700; font-style: normal; font-display: swap;
  }
:root {
    --frost:   #EBF5EB;
    --pastel:  #C2F5C4;
    --lime:    #96F782;
    --leaf:    #00A75C;
    --emerald: #147054;
    --forest:  #124036;
    --ocean:   #03261F;
    --ink:     #03261F;
    --paper:   #ffffff;
    --font: "TT Hoves Pro", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --r:        18px;
    --r-lg:     28px;
    --r-pill:   999px;
    --shadow:    0 25px 25px rgba(3,38,31,0.30);
    --shadow-sm: 0 12px 18px rgba(3,38,31,0.14);
  }
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
    font-family: var(--font);
    font-weight: 400;
    color: var(--ink);
    background: var(--paper);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    line-height: 1.4;
  }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
img, svg { display: block; max-width: 100%; }
.shell { max-width: 1440px; margin: 0 auto; padding: 0 40px; }
@media (max-width: 720px) {
.shell { padding: 0 20px; }
}
/* ============ Buttons ============ */
.btn {
    display: inline-flex; align-items: center; gap: 10px;
    height: 48px; padding: 0 22px;
    border-radius: var(--r-pill);
    font-weight: 600; font-size: 15px;
    transition: transform .15s ease, background .15s ease, color .15s ease, border-color .15s ease;
    white-space: nowrap;
  }
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn--primary { background: var(--lime); color: var(--ocean); }
.btn--primary:hover { background: #b6ffa5; }
.btn--ghost-light { color: var(--frost); border: 1px solid rgba(235,245,235,0.28); }
.btn--ghost-light:hover { background: rgba(235,245,235,0.06); }
.btn--ghost-dark { color: var(--ocean); border: 1px solid rgba(3,38,31,0.18); }
.btn--ghost-dark:hover { background: rgba(3,38,31,0.04); }
.btn .arrow { display: inline-block; transition: transform .2s ease; }
.btn:hover .arrow { transform: translateX(3px); }
/* ============ Nav (matches homepage) ============ */
/* ============ Eyebrow pill ============ */
.eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 8px 14px 8px 12px;
    border-radius: var(--r-pill);
    background: transparent;
    border: 1px solid rgba(150,247,130,0.28);
    color: var(--lime);
    font-size: 12px; font-weight: 700;
    letter-spacing: 0.16em; text-transform: uppercase;
  }
.eyebrow .dot { display: none; }
.eyebrow--dark {
    background: transparent;
    border-color: rgba(0,167,92,0.25);
    color: var(--leaf);
  }
/* ============ HERO ============ */
.hero {
    position: relative;
    background:
      radial-gradient(70% 60% at 90% 0%, rgba(150,247,130,0.18) 0%, rgba(150,247,130,0) 60%),
      radial-gradient(60% 50% at 0% 90%, rgba(0,167,92,0.22) 0%, rgba(0,167,92,0) 65%),
      linear-gradient(170deg, var(--emerald) 0%, var(--forest) 55%, var(--ocean) 100%);
    color: var(--frost);
    overflow: hidden;
    padding: 56px 0 80px;
  }
.hero__watermark {
    position: absolute;
    right: -120px;
    top: -120px;
    width: 900px;
    height: 900px;
    z-index: 0;
    pointer-events: none;
    opacity: 0.02;
    color: var(--lime);
    transform: rotate(12deg);
    transform-origin: center;
  }
.hero__watermark svg { width: 100%; height: 100%; display: block; }
.hero__watermark svg path { fill: currentColor; }
.hero .shell { position: relative; z-index: 1; }
.hero__grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 56px;
    align-items: center;
    min-height: 620px;
  }
.hero__center {
    text-align: center;
    max-width: 920px;
    margin: 0 auto;
    padding: 24px 0 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
.hero__center .hero__supra {
    margin-bottom: 12px;
  }
.hero__center .hero__title {
    margin: 0 auto 40px;
    max-width: 20ch;
  }
.hero__copy { max-width: 560px; }
.hero__copy .hero__title { margin: 12px 0 22px; max-width: 18ch; }
.hero__copy .hero__lede { margin-bottom: 32px; }
.hero__video {
    width: 100%;
    max-width: 100%;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    isolation: isolate;
    aspect-ratio: 16 / 10;
  }
/* Crop the Wistia letterbox bars: the source video is 4:3 but the
     hero frame is 16:10. Let the 4:3 padding box keep its native ratio,
     pin it to the container width, and center it vertically — the
     container's overflow:hidden clips the extra height top + bottom so
     the video fills edge-to-edge with no pillarboxing. */
.hero__video .wistia_responsive_padding {
    padding: 75% 0 0 0 !important;
    position: absolute !important;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
.hero__video .wistia_responsive_wrapper {
    position: absolute !important;
    inset: 0;
  }
.hero__video iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    /* small scale-up hides the Wistia player's own edge chrome */
    transform: scale(1.06);
    transform-origin: center center;
  }
/* Image variant: transparent mockup, shown uncropped on the page bg */
.hero__video--image {
    border-radius: 0;
    overflow: visible;
    aspect-ratio: auto;
    isolation: auto;
  }
.hero__video--image img {
    display: block;
    width: 110%;
    max-width: none;
    height: auto;
    margin-left: -30px;
    transform: scale(1.54);
    transform-origin: center center;
  }
@media (max-width: 720px) {
.hero__center .hero__title { margin-bottom: 28px; }
.hero__video { border-radius: 18px; margin-bottom: 0; }
}
.hero__supra {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 0;
    border: 0;
    background: transparent;
    border-radius: 0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--pastel);
  }
.hero__supra::before {
    content: "";
    width: 3px;
    height: 22px;
    background: var(--lime);
    border-radius: 2px;
    flex: none;
  }
.hero__title {
    font-weight: 500;
    font-size: clamp(40px, 5.0vw, 76px);
    line-height: 0.98;
    letter-spacing: -0.03em;
    margin: 12px 0 22px;
    max-width: 16ch;
    color: var(--frost);
    text-wrap: balance;
  }
.hero__title .em { color: var(--lime); font-style: normal; }
.hero__lede {
    font-size: clamp(17px, 1.4vw, 21px);
    line-height: 1.5;
    color: rgba(235,245,235,0.78);
    max-width: 48ch;
    margin: 0 0 36px;
  }
.hero__actions {
    display: flex; flex-wrap: wrap; align-items: center;
    gap: 14px;
    margin-bottom: 36px;
  }
.hero__byline {
    display: flex; flex-direction: column; gap: 8px;
    font-size: 13px;
    color: rgba(235,245,235,0.55);
  }
.hero__byline strong { color: var(--lime); font-weight: 600; }
.hero__byline ul {
    list-style: none; margin: 0; padding: 0;
    display: flex; flex-wrap: wrap; gap: 6px 22px;
    font-size: 14px;
    color: rgba(235,245,235,0.78);
  }
.hero__byline li {
    display: inline-flex; align-items: center; gap: 8px;
  }
.hero__byline li::before {
    content: "";
    width: 14px; height: 14px;
    border-radius: 50%;
    background:
      radial-gradient(circle at 30% 30%, var(--lime) 0%, var(--leaf) 70%);
    flex: none;
    box-shadow: 0 0 0 2px rgba(150,247,130,0.18);
  }
/* hero-side mock — Cara chip stack */
.cara-stage {
    position: relative;
    min-height: 560px;
    margin-right: -100px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
.lessons {
    width: calc(100% + 100px);
    max-width: 720px;
    display: grid;
    gap: 16px;
  }
.lesson {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 22px;
    border-radius: 16px;
    background: rgba(235,245,235,0.06);
    border: 1px solid rgba(235,245,235,0.10);
    box-shadow: 0 8px 24px rgba(0,0,0,0.18);
    backdrop-filter: blur(8px);
  }
.lesson:nth-child(1) { transform: translateX(-14px); }
.lesson:nth-child(2) { transform: translateX(24px); }
.lesson:nth-child(3) { transform: translateX(-6px); }
.lesson:nth-child(4) { transform: translateX(18px); }
.lesson:nth-child(5) { transform: translateX(-10px); }
.lesson:nth-child(6) { transform: translateX(28px); }
.lesson__icon {
    width: 40px; height: 40px;
    border-radius: 12px;
    background: rgba(150,247,130,0.14);
    color: var(--lime);
    display: inline-flex; align-items: center; justify-content: center;
    flex: none;
  }
.lesson__icon svg { width: 18px; height: 18px; }
.lesson__t {
    font-weight: 600;
    font-size: 15.5px;
    line-height: 1.25;
    color: var(--frost);
    margin-bottom: 3px;
  }
.lesson__m {
    font-size: 12.5px;
    color: rgba(235,245,235,0.55);
    display: flex; gap: 10px; align-items: center;
  }
.lesson__progress {
    width: 70px; height: 4px;
    border-radius: 999px;
    background: rgba(235,245,235,0.18);
    overflow: hidden;
    display: inline-block;
  }
.lesson__progress > i {
    display: block; height: 100%; width: 65%;
    background: var(--lime);
    border-radius: 999px;
  }
.lesson--featured {
    background: var(--lime);
    border-color: transparent;
    box-shadow: 0 24px 44px rgba(0,0,0,0.30);
  }
.lesson--featured .lesson__icon {
    background: var(--ocean);
    color: var(--lime);
  }
.lesson--featured .lesson__t { color: var(--ocean); }
.lesson--featured .lesson__m { color: rgba(3,38,31,0.6); }
.lesson--featured .lesson__progress { background: rgba(3,38,31,0.18); }
.lesson--featured .lesson__progress > i { background: var(--ocean); }
.lesson__live {
    display: inline-flex; align-items: center;
    margin-right: 2px;
  }
.lesson__live i {
    width: 7px; height: 7px;
    border-radius: 50%;
    background: var(--lime);
    box-shadow: 0 0 0 4px rgba(150,247,130,0.20);
    animation: livePulse 1.6s ease-in-out infinite;
  }
@keyframes livePulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.55; transform: scale(0.85); }
  }
.lesson__bars {
    display: inline-flex; align-items: flex-end; gap: 3px;
    height: 18px; width: 70px;
    margin-right: 6px;
  }
.lesson__bars i {
    display: block; flex: 1;
    background: var(--lime);
    border-radius: 2px;
    opacity: 0.85;
  }
@media (max-width: 1100px) {
.hero__grid { grid-template-columns: 1fr; gap: 60px; min-height: 0; }
.cara-stage { min-height: 460px; max-width: 600px; margin: 0 auto; width: 100%; justify-content: center; }
.lessons { width: 100%; max-width: 600px; }
}
@media (max-width: 640px) {
.hero { padding: 36px 0 60px; }
.lessons { gap: 12px; }
.lesson { padding: 14px 16px; gap: 12px; }
.lesson__icon { width: 34px; height: 34px; }
.lesson__t { font-size: 14px; }
}
/* ============ Trust strip ============ */
.trust {
    background: var(--paper);
    border-bottom: 1px solid rgba(3,38,31,0.06);
    padding: 28px 0;
  }
.trust__label {
    text-align: center;
    margin: 0 0 18px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(3,38,31,0.45);
  }
.trust__track { overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  }
.trust__marquee {
    display: flex; gap: 64px;
    align-items: center;
    animation: trustScroll 40s linear infinite;
    width: max-content;
  }
.trust__marquee span {
    font-weight: 700; font-size: 22px;
    color: var(--ocean);
    white-space: nowrap;
    opacity: 0.7;
    filter: grayscale(1);
  }
@keyframes trustScroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
  }
/* ============ Section shared ============ */
.section {
    padding: 120px 0;
    background: var(--paper);
  }
.section--frost { background: var(--frost); }
#sec-pillars { padding-top: 100px; }
#sec-pillars .section__head { margin-bottom: 34px; }
.section--ocean {
    background: var(--ocean);
    color: var(--frost);
  }
.section__head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 64px;
  }
.section__head .eyebrow { margin-bottom: 22px; }
.section__title {
    font-weight: 500;
    font-size: clamp(34px, 4.0vw, 56px);
    line-height: 1.0;
    letter-spacing: -0.025em;
    margin: 0 0 18px;
    color: var(--ocean);
    text-wrap: balance;
  }
.section__title .em { color: var(--leaf); font-style: normal; }
.section--ocean .section__title { color: var(--frost); }
.section--ocean .section__title .em { color: var(--lime); }
.section__lede {
    font-size: 18px; line-height: 1.55;
    color: rgba(3,38,31,0.66);
    margin: 0;
  }
.section--ocean .section__lede { color: rgba(235,245,235,0.7); }
/* ============ How it works ============ */
.how {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    counter-reset: how;
  }
.how__step {
    background: var(--paper);
    border: 1px solid rgba(3,38,31,0.08);
    border-radius: var(--r-lg);
    padding: 32px 30px 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-height: 380px;
  }
.how__step .step-num {
    counter-increment: how;
    width: 36px; height: 36px;
    border-radius: 50%;
    background: var(--lime);
    color: var(--ocean);
    display: inline-flex; align-items: center; justify-content: center;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.02em;
  }
.how__step .step-num::before {
    content: counter(how, decimal-leading-zero);
  }
.how__step h3 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.015em;
    color: var(--ocean);
    margin: 0;
  }
.how__step p {
    font-size: 15px;
    line-height: 1.5;
    color: rgba(3,38,31,0.66);
    margin: 0 0 4px;
  }
.how__step .visual {
    margin-top: auto;
    background:
      radial-gradient(50% 60% at 80% 20%, rgba(150,247,130,0.22) 0%, rgba(150,247,130,0) 65%),
      linear-gradient(160deg, var(--emerald) 0%, var(--forest) 100%);
    border-radius: 16px;
    padding: 18px 16px;
    color: var(--frost);
    position: relative;
    min-height: 140px;
    overflow: hidden;
  }
.how__step .visual--brief {
    display: flex; flex-direction: column; gap: 8px;
  }
.visual-row {
    display: flex; align-items: center; gap: 10px;
    padding: 8px 10px;
    background: rgba(235,245,235,0.06);
    border: 1px solid rgba(235,245,235,0.06);
    border-radius: 10px;
    font-size: 12.5px;
    color: rgba(235,245,235,0.82);
  }
.visual-row .tag {
    margin-left: auto;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 7px;
    border-radius: 999px;
    background: rgba(150,247,130,0.16);
    color: var(--lime);
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
.visual-row .icon {
    width: 22px; height: 22px;
    border-radius: 6px;
    background: rgba(150,247,130,0.16);
    color: var(--lime);
    display: inline-flex; align-items: center; justify-content: center;
    flex: none;
  }
.visual-row .icon svg { width: 12px; height: 12px; }
.visual--live {
    display: flex; flex-direction: column; justify-content: center;
    gap: 10px;
  }
.visual-prompt {
    background: var(--paper);
    color: var(--ocean);
    border-radius: 12px;
    padding: 10px 12px;
    font-size: 13px;
    box-shadow: 0 12px 24px rgba(0,0,0,0.25);
    display: flex; gap: 10px; align-items: flex-start;
  }
.visual-prompt .orb {
    width: 22px; height: 22px;
    border-radius: 50%;
    background:
      radial-gradient(circle at 30% 30%, var(--lime), var(--leaf));
    flex: none;
    margin-top: 1px;
  }
.visual-prompt em { font-style: normal; font-weight: 600; color: var(--leaf); }
.visual-bars {
    display: flex; align-items: flex-end; gap: 4px;
    height: 32px;
    padding: 0 2px;
  }
.visual-bars i {
    flex: 1;
    background: var(--lime);
    border-radius: 2px;
    opacity: 0.85;
    animation: bars 1.6s ease-in-out infinite;
  }
.visual-bars i:nth-child(1) { animation-delay: 0.0s; }
.visual-bars i:nth-child(2) { animation-delay: 0.15s; }
.visual-bars i:nth-child(3) { animation-delay: 0.30s; }
.visual-bars i:nth-child(4) { animation-delay: 0.45s; }
.visual-bars i:nth-child(5) { animation-delay: 0.60s; }
.visual-bars i:nth-child(6) { animation-delay: 0.75s; }
.visual-bars i:nth-child(7) { animation-delay: 0.90s; }
.visual-bars i:nth-child(8) { animation-delay: 1.05s; }
@keyframes bars {
    0%, 100% { transform: scaleY(0.4); }
    50%      { transform: scaleY(1.0); }
  }
.visual--summary { padding: 14px; }
.visual-summary {
    background: rgba(235,245,235,0.06);
    border: 1px solid rgba(235,245,235,0.10);
    border-radius: 10px;
    padding: 12px;
    font-size: 12px;
    color: rgba(235,245,235,0.82);
    line-height: 1.45;
  }
.visual-summary h4 {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 700;
    color: var(--lime);
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
.visual-summary .scorecard {
    display: grid;
    grid-template-columns: 1fr auto;
    row-gap: 6px;
    column-gap: 12px;
    margin-top: 8px;
  }
.visual-summary .scorecard .dot-row {
    display: inline-flex; gap: 3px;
  }
.visual-summary .scorecard .dot-row i {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: rgba(150,247,130,0.18);
  }
.visual-summary .scorecard .dot-row i.on { background: var(--lime); }
@media (max-width: 980px) {
.how { grid-template-columns: 1fr; }
}
/* ============ Interview timeline ============
     Horizontal scrollytelling: a sticky pinned viewport reveals each
     step as the user scrolls. The outer wrapper is tall (≈360vh) so
     sticky has room to slide; JS maps scroll progress → track
     translateX + step opacity + progress rail. */
.timeline {
    position: relative;
    max-width: none;
    margin: 0;
    padding-left: 0;
  }
.tl-scroll {
    position: relative;
    width: 100%;
    /* Vertical config: no scrollytelling, cards stack and render in flow. */
    height: auto;
  }
.tl-pin {
    position: static;
    top: auto;
    height: auto;
    min-height: 0;
    overflow: visible;
    display: block;
    padding: 0;
    box-sizing: border-box;
  }
/* progress rail hidden in vertical config */
.tl-progress {
    display: none;
  }
.tl-progress__rail {
    height: 3px;
    background: rgba(3, 38, 31, 0.14);
    border-radius: 999px;
    position: relative;
    overflow: hidden;
  }
.tl-progress__fill {
    position: absolute;
    inset: 0 auto 0 0;
    width: 0;
    background: linear-gradient(90deg, var(--leaf), var(--emerald) 60%, var(--ocean));
    border-radius: 999px;
  }
.tl-progress__steps {
    list-style: none;
    margin: 14px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }
.tl-progress__step {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    letter-spacing: 0.08em;
    font-weight: 600;
    color: rgba(3, 38, 31, 0.36);
    text-transform: uppercase;
    transition: color 0.4s;
    min-width: 0;
  }
.tl-progress__step .num {
    width: 22px; height: 22px;
    border-radius: 50%;
    background: var(--paper);
    border: 1px solid rgba(3, 38, 31, 0.18);
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 11px;
    font-weight: 700;
    color: rgba(3, 38, 31, 0.55);
    flex-shrink: 0;
    transition: background 0.4s, border-color 0.4s, color 0.4s, box-shadow 0.4s;
  }
.tl-progress__step .lab {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
.tl-progress__step.is-active { color: var(--ink); }
.tl-progress__step.is-active .num {
    background: var(--ink);
    border-color: var(--ink);
    color: var(--lime);
    box-shadow: 0 0 0 4px rgba(0, 167, 92, 0.12);
  }
/* the horizontally-sliding card row */
.tl-viewport {
    flex: none;
    position: relative;
    display: block;
    overflow: visible;
    min-height: 0;
    width: min(720px, 100%);
    margin: 0 auto;
    padding: 0 22px;
    box-sizing: border-box;
  }
.tl-track {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0;
    transform: none !important;
  }
/* the old vertical rail is no longer used */
.tl-track::before { content: none; }
.tl-step {
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
    margin: 0;
    position: relative;
    opacity: 1;
    transform: none;
    transition: none;
  }
.tl-step:last-child { margin: 0; }
/* ----- Scroll reveal: each step fades + lifts in as it enters view ----- */
.tl-step.tl-reveal {
    opacity: 0;
    transform: translate3d(-22px, 32px, 0);
    transition: opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1),
                transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
  }
/* alternate sideways drift so steps tip in from left / right as you scroll */
.tl-step.tl-reveal:nth-child(even) {
    transform: translate3d(22px, 32px, 0);
  }
.tl-step.tl-reveal.is-visible {
    opacity: 1;
    /* lock-in horizontal offset so cards keep their zigzag rhythm */
    transform: translate3d(-44px, 0, 0);
  }
.tl-step.tl-reveal:nth-child(even).is-visible {
    opacity: 1;
    transform: translate3d(44px, 0, 0);
  }
@media (prefers-reduced-motion: reduce) {
.tl-step.tl-reveal,
    .tl-step.tl-reveal:nth-child(even),
    .tl-step.tl-reveal.is-visible,
    .tl-step.tl-reveal:nth-child(even).is-visible {
      opacity: 1;
      transform: none;
      transition: none;
    }
}
/* ----- Results-box reveal (the two .tl-conc panels at the end) -----
     More deliberate entrance: card scales up from 96% + lifts, then the
     internal checkmark / cross lines cascade in one-by-one. */
.tl-conc.tl-reveal {
    opacity: 0;
    transform: translate3d(0, 40px, 0) scale(0.96);
    transform-origin: 50% 80%;
    transition: opacity 1.1s cubic-bezier(0.22, 1, 0.36, 1),
                transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
  }
.tl-conc.tl-reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
/* tag pill drops in slightly behind the card */
.tl-conc.tl-reveal .tl-result__tag,
  .tl-conc.tl-reveal .tl-alt__tag {
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 0.6s ease 0.35s, transform 0.6s ease 0.35s;
  }
.tl-conc.tl-reveal.is-visible .tl-result__tag,
  .tl-conc.tl-reveal.is-visible .tl-alt__tag {
    opacity: 1;
    transform: translateY(0);
  }
/* heading fades in next */
.tl-conc.tl-reveal .tl-conc__h {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.7s ease 0.45s, transform 0.7s ease 0.45s;
  }
.tl-conc.tl-reveal.is-visible .tl-conc__h {
    opacity: 1;
    transform: translateY(0);
  }
/* each line cascades — staggered via nth-child */
.tl-conc.tl-reveal .tl-result__line,
  .tl-conc.tl-reveal .tl-alt__line {
    opacity: 0;
    transform: translateX(-14px);
    transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
                transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  }
.tl-conc.tl-reveal .tl-result__lines > .tl-result__line:nth-child(1),
  .tl-conc.tl-reveal .tl-alt__lines > .tl-alt__line:nth-child(1) {
    transition-delay: 0.65s;
  }
.tl-conc.tl-reveal .tl-result__lines > .tl-result__line:nth-child(2),
  .tl-conc.tl-reveal .tl-alt__lines > .tl-alt__line:nth-child(2) {
    transition-delay: 0.8s;
  }
.tl-conc.tl-reveal .tl-result__lines > .tl-result__line:nth-child(3),
  .tl-conc.tl-reveal .tl-alt__lines > .tl-alt__line:nth-child(3) {
    transition-delay: 0.95s;
  }
.tl-conc.tl-reveal .tl-result__lines > .tl-result__line:nth-child(4),
  .tl-conc.tl-reveal .tl-alt__lines > .tl-alt__line:nth-child(4) {
    transition-delay: 1.1s;
  }
.tl-conc.tl-reveal.is-visible .tl-result__line,
  .tl-conc.tl-reveal.is-visible .tl-alt__line {
    opacity: 1;
    transform: translateX(0);
  }
/* check / cross icon gets a tiny pop as its row arrives */
.tl-conc.tl-reveal .tl-result__check,
  .tl-conc.tl-reveal .tl-alt__cross {
    transform: scale(0.4) rotate(-12deg);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
                opacity 0.5s ease;
  }
.tl-conc.tl-reveal.is-visible .tl-result__line:nth-child(1) .tl-result__check,
  .tl-conc.tl-reveal.is-visible .tl-alt__line:nth-child(1) .tl-alt__cross { transition-delay: 0.75s; }
.tl-conc.tl-reveal.is-visible .tl-result__line:nth-child(2) .tl-result__check,
  .tl-conc.tl-reveal.is-visible .tl-alt__line:nth-child(2) .tl-alt__cross { transition-delay: 0.9s; }
.tl-conc.tl-reveal.is-visible .tl-result__line:nth-child(3) .tl-result__check,
  .tl-conc.tl-reveal.is-visible .tl-alt__line:nth-child(3) .tl-alt__cross { transition-delay: 1.05s; }
.tl-conc.tl-reveal.is-visible .tl-result__line:nth-child(4) .tl-result__check,
  .tl-conc.tl-reveal.is-visible .tl-alt__line:nth-child(4) .tl-alt__cross { transition-delay: 1.2s; }
.tl-conc.tl-reveal.is-visible .tl-result__check,
  .tl-conc.tl-reveal.is-visible .tl-alt__cross {
    transform: scale(1) rotate(0);
    opacity: 1;
  }
@media (prefers-reduced-motion: reduce) {
.tl-conc.tl-reveal,
    .tl-conc.tl-reveal *,
    .tl-conc.tl-reveal.is-visible,
    .tl-conc.tl-reveal.is-visible * {
      opacity: 1 !important;
      transform: none !important;
      transition: none !important;
    }
}
/* the old timeline dot is no longer used */
.tl-step::before { content: none; }
.tl-step.is-active {
    opacity: 1;
    transform: scale(1);
  }
/* the timeframe label that used to sit beside a rail dot now reads
     as a small uppercase eyebrow above each card */
.tl-time {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
  }
.tl-time .phase__icon {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    color: rgba(3, 38, 31, 0.55);
  }
.tl-time .phase {
    font-size: 12px;
    font-weight: 700;
    color: rgba(3, 38, 31, 0.55);
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }
.tl-card {
    background: var(--paper);
    border: 1px solid rgba(3,38,31,0.08);
    border-radius: 18px;
    padding: 20px 24px;
    display: grid;
    grid-template-columns: 1fr minmax(220px, 280px);
    gap: 24px;
    align-items: center;
  }
.tl-card__body { min-width: 0; }
.tl-agent {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--frost);
    border: 1px solid rgba(0,167,92,0.20);
    border-radius: 999px;
    padding: 5px 12px 5px 8px;
    font-size: 11px;
    font-weight: 700;
    color: var(--emerald);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
.tl-agent .dot {
    display: none;
  }
.tl-step--cara .tl-agent {
    background: var(--ocean);
    color: var(--lime);
    border-color: transparent;
  }
.tl-step--cara .tl-agent .dot {
    display: none;
  }
.tl-card h3 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.015em;
    line-height: 1.2;
    color: var(--ocean);
    margin: 0 0 6px;
    text-wrap: balance;
  }
.tl-card p {
    font-size: 14.5px;
    line-height: 1.5;
    color: rgba(3,38,31,0.66);
    margin: 0;
  }
.tl-mini {
    background: var(--frost);
    border-radius: 12px;
    padding: 14px;
    border: 1px solid rgba(3,38,31,0.05);
    font-size: 12.5px;
    color: rgba(3,38,31,0.7);
    display: grid;
    gap: 8px;
  }
.tl-step--cara .tl-mini {
    background: linear-gradient(160deg, var(--emerald), var(--forest));
    color: rgba(235,245,235,0.86);
    border-color: transparent;
  }
.tl-mini .row {
    display: flex; align-items: center; gap: 8px;
  }
.tl-mini .tag {
    font-size: 10px; font-weight: 700;
    padding: 2px 7px;
    border-radius: 999px;
    background: var(--pastel);
    color: var(--forest);
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
.tl-step--cara .tl-mini .tag {
    background: rgba(150,247,130,0.18);
    color: var(--lime);
  }
.tl-mini strong { color: var(--ocean); font-weight: 600; }
.tl-step--cara .tl-mini strong { color: var(--frost); }
.tl-mini .meter {
    flex: 1;
    height: 5px;
    border-radius: 999px;
    background: rgba(3,38,31,0.08);
    overflow: hidden;
  }
.tl-step--cara .tl-mini .meter { background: rgba(235,245,235,0.18); }
.tl-mini .meter i {
    display: block; height: 100%;
    background: var(--leaf);
    border-radius: 999px;
  }
.tl-step--cara .tl-mini .meter i { background: var(--lime); }
.tl-mini .bars {
    display: inline-flex; align-items: flex-end; gap: 2px;
    height: 16px; width: 60px;
  }
.tl-mini .bars i {
    flex: 1; background: var(--leaf); border-radius: 1px; opacity: 0.85;
    animation: bars 1.6s ease-in-out infinite;
  }
.tl-step--cara .tl-mini .bars i { background: var(--lime); }
.tl-mini .bars i:nth-child(2) { animation-delay: 0.2s; }
.tl-mini .bars i:nth-child(3) { animation-delay: 0.4s; }
.tl-mini .bars i:nth-child(4) { animation-delay: 0.6s; }
.tl-mini .bars i:nth-child(5) { animation-delay: 0.8s; }
/* ============ "The Alternative" box ============
     Companion graphic to each timeline step. Sits where the .tl-mini
     used to and shows the worst-case scenario WITHOUT Cara —
     intentionally drab and warm so it contrasts visually with the
     lime/green Cara confidence elsewhere on the page. */
.tl-alt {
    background: #F4ECE5;
    border: 1px solid rgba(184, 80, 64, 0.16);
    border-radius: 12px;
    padding: 14px 16px;
    display: grid;
    gap: 10px;
    color: rgba(76, 41, 33, 0.82);
    font-size: 13px;
    line-height: 1.4;
  }
.tl-alt__tag {
    display: inline-flex; align-items: center; gap: 6px;
    align-self: start;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 4px 9px;
    border-radius: 999px;
    background: rgba(184, 80, 64, 0.10);
    color: #B85040;
  }
.tl-alt__tag .dot {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: #B85040;
  }
.tl-alt__lines { display: grid; gap: 8px; }
.tl-alt__line {
    display: grid;
    grid-template-columns: 16px 1fr;
    gap: 8px;
    align-items: start;
  }
.tl-alt__x {
    width: 16px; height: 16px;
    flex-shrink: 0;
    margin-top: 1px;
    color: #B85040;
    opacity: 0.85;
  }
.tl-alt__line span { color: rgba(76, 41, 33, 0.85); }
.tl-alt__line strong { color: #6B2D22; font-weight: 600; }
/* Cara's step uses a dark gradient card, so the alternative box
     gets a lifted warm surface to read against the dark backdrop. */
.tl-step--cara .tl-alt {
    background: rgba(255, 240, 232, 0.95);
    border-color: rgba(184, 80, 64, 0.28);
  }
/* ============ "The Result" box ============
     Positive counterpart used on the final timeline step. Same
     skeleton as .tl-alt but in the brand lime palette — sums up
     the outcome of the full pipeline. */
.tl-result {
    background: linear-gradient(160deg, rgba(150,247,130,0.16), rgba(0,167,92,0.10));
    border: 1px solid rgba(0,167,92,0.30);
    border-radius: 12px;
    padding: 14px 16px;
    display: grid;
    gap: 10px;
    color: var(--frost);
    font-size: 13px;
    line-height: 1.4;
  }
.tl-result__tag {
    display: inline-flex; align-items: center; gap: 6px;
    align-self: start;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 4px 9px;
    border-radius: 999px;
    background: rgba(150,247,130,0.16);
    color: var(--lime);
  }
.tl-result__tag .dot {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--lime);
    box-shadow: 0 0 0 3px rgba(150,247,130,0.22);
  }
.tl-result__lines { display: grid; gap: 8px; }
.tl-result__line {
    display: grid;
    grid-template-columns: 16px 1fr;
    gap: 8px;
    align-items: start;
  }
.tl-result__check {
    width: 16px; height: 16px;
    flex-shrink: 0;
    margin-top: 1px;
    color: var(--lime);
  }
.tl-result__line span { color: rgba(235,245,235,0.86); }
.tl-result__line strong { color: var(--lime); font-weight: 600; }
/* ============ Closing comparison ============
     Two-up: "The alternative" vs "The result". Sits centered below
     the timeline (breaks out of the time-gutter padding), reuses the
     existing alt / result tag + line styling for the inner content. */
.tl-conclusion {
    margin: 40px 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
.tl-conc {
    border-radius: 22px;
    padding: 28px 30px;
    display: grid;
    gap: 16px;
    align-content: start;
    box-shadow: 0 24px 40px -20px rgba(3,38,31,0.20);
  }
.tl-conc--alt {
    background: #F4ECE5;
    border: 1px solid rgba(184, 80, 64, 0.22);
    color: rgba(76, 41, 33, 0.82);
  }
.tl-conc--result {
    background: linear-gradient(160deg, var(--emerald), var(--forest) 70%, var(--ocean));
    color: var(--frost);
    border: 1px solid transparent;
  }
.tl-conc__h {
    font-size: clamp(22px, 2.1vw, 28px);
    font-weight: 500;
    letter-spacing: -0.015em;
    line-height: 1.1;
    margin: 0;
    text-wrap: balance;
  }
.tl-conc--alt .tl-conc__h { color: #6B2D22; }
.tl-conc--alt .tl-conc__h .alt-em { color: #B85040; font-style: normal; }
.tl-conc--result .tl-conc__h { color: var(--frost); }
.tl-conc--result .tl-conc__h .em { color: var(--lime); font-style: normal; }
.tl-conc .tl-result__line span { font-size: 14.5px; }
.tl-conc .tl-alt__line span { font-size: 14.5px; }
@media (max-width: 860px) {
.tl-conclusion {
      grid-template-columns: 1fr;
    }
.tl-conc { padding: 22px 24px; }
}
@media (max-width: 860px) {
/* mobile fallback: disable horizontal scrollytelling, stack cards */
.tl-scroll { height: auto !important; }
.tl-pin {
      position: static;
      height: auto;
      min-height: 0;
      padding: 0;
      overflow: visible;
      display: block;
    }
.tl-progress { display: none; }
.tl-viewport { overflow: visible; display: block; }
.tl-track {
      flex-direction: column;
      padding: 0 22px;
      gap: 20px;
      transform: none !important;
    }
.tl-step {
      flex: 0 0 auto;
      max-width: none;
      opacity: 1 !important;
      transform: none !important;
    }
.tl-card { grid-template-columns: 1fr; gap: 14px; padding: 18px; }
}
/* ============ Capabilities grid ============ */
/* ===== Agent showcase (one-at-a-time) =====
     Wraps the three .cap articles in a tablist + stage so only one agent's
     full content (icon/role/title/copy/video) is visible at once. Tabs sit
     above the stage and act as both body.elementor-page-94564 and headline preview. */
.agents-showcase {
    grid-column: 1 / -1;
    display: grid;
    gap: 0;
  }
.agents-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 32px;
  }
.agents-tab {
    appearance: none;
    background: transparent;
    border: 0;
    border-top: 2px solid rgba(3,38,31,0.10);
    padding: 16px 0 0;
    text-align: left;
    cursor: pointer;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    font-family: inherit;
    color: inherit;
    opacity: 0.55;
    transition: opacity .2s ease, border-color .2s ease;
  }
.agents-tab:hover:not(.is-active) { opacity: 0.85; }
.agents-tab.is-active {
    opacity: 1;
    border-top-color: var(--leaf);
  }
.agents-tab__num {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: var(--leaf);
    flex: none;
    padding-top: 4px;
  }
.agents-tab__meta { display: grid; gap: 6px; min-width: 0; }
.agents-tab__role {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--leaf);
  }
.agents-tab__title {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: var(--ocean);
    text-wrap: balance;
  }
/* Stage: stacks the three .cap articles; only the active one is laid out. */
.agents-stage { position: relative; }
.agents-stage > .cap { display: none; }
.agents-stage > .cap.is-active {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    grid-template-rows: auto auto auto 1fr;
    grid-template-areas:
      "icon  demo"
      "role  demo"
      "title demo"
      "desc  demo";
    gap: 14px 36px;
    padding: 40px;
    min-height: 0;
    align-items: start;
  }
.agents-stage > .cap.is-active:hover { transform: none; box-shadow: none; }
.agents-stage > .cap.is-active .cap__icon { grid-area: icon; }
.agents-stage > .cap.is-active .cap__role { grid-area: role; align-self: start; }
.agents-stage > .cap.is-active h3 { grid-area: title; font-size: clamp(22px, 2vw, 30px); }
.agents-stage > .cap.is-active p { grid-area: desc; font-size: 16px; max-width: 46ch; }
.agents-stage > .cap.is-active .cap__demo {
    grid-area: demo;
    margin: 0;
    align-self: stretch;
  }
@media (max-width: 900px) {
.agents-tabs { grid-template-columns: 1fr; gap: 0; }
.agents-tab { padding: 14px 0; border-top: 1px solid rgba(3,38,31,0.10); }
.agents-tab__title { font-size: 15px; }
.agents-stage > .cap.is-active {
      grid-template-columns: 1fr;
      grid-template-areas:
        "icon"
        "role"
        "title"
        "desc"
        "demo";
      padding: 28px;
      gap: 12px;
    }
}
.caps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
/* Cara, the orchestrator — full-width row below the three specialists.
     Horizontal layout: lead column carries icon/role/title/copy, demo
     column visualizes the routing she does between agents. */
.caps__orchestrator {
    grid-column: 1 / -1;
    margin-top: 4px;
    display: grid;
    grid-template-columns: minmax(141px, 179px) minmax(0, 1fr);
    gap: 56px;
    align-items: center;
    padding: 36px 40px;
    border-radius: 24px;
    background: linear-gradient(160deg, var(--emerald) 0%, var(--forest) 80%);
    color: var(--frost);
    position: relative;
    overflow: hidden;
  }
.caps__orch-portrait {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    object-fit: cover;
    display: block;
  }
.caps__orchestrator::before {
    /* connector line that runs up from this row to the specialist row,
       cueing the orchestrator's "ties them together" role visually. */
    content: "";
    position: absolute;
    top: -14px; left: 50%;
    width: 1px; height: 14px;
    background: linear-gradient(to top, rgba(150,247,130,0.6), transparent);
  }
.caps__orchestrator .cap__icon {
    background: rgba(150,247,130,0.16);
    color: var(--lime);
  }
.caps__orchestrator .cap__role { color: var(--lime); }
.caps__orchestrator h3 {
    color: var(--frost);
    font-size: clamp(28px, 3.2vw, 44px);
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.05;
    margin: 14px 0 0;
    text-wrap: balance;
  }
.caps__orchestrator p {
    color: rgba(235,245,235,0.78);
    font-size: 16px;
    line-height: 1.55;
    margin: 0;
  }
/* Inner two-column split: heading lead on the left, body copy on the right.
     Eyebrow spans the top row so both heading and body copy start on the
     same baseline below it — visually aligning all the orchestrator content. */
.caps__orch-text {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: start;
  }
.caps__orch-text-lead {
    /* lead heading stacks below the eyebrow, aligned to the same left edge */
  }
.caps__orch-copy {
    max-width: 60ch;
    margin: 0;
  }
.caps__orchestrator h3 {
    margin-top: 0;
  }
@media (max-width: 900px) {
.caps__orch-text {
      gap: 12px;
    }
.caps__orchestrator h3 { font-size: clamp(24px, 5vw, 32px); }
}
.caps__orch-routes {
    display: grid;
    gap: 12px;
    background: rgba(235,245,235,0.06);
    padding: 18px;
    border-radius: 16px;
  }
.caps__orch-route {
    display: flex; align-items: center; gap: 12px;
    font-size: 14px;
    color: rgba(235,245,235,0.82);
  }
/* ============ Brain diagram (Cara → agents) ============
     Vertical: source signals at top → Cara orb at center →
     three agent labels at bottom, joined by SVG rays. */
.caps__orch-brain {
    background: rgba(235,245,235,0.05);
    border: 1px solid rgba(235,245,235,0.10);
    padding: 22px 22px 18px;
    border-radius: 18px;
    display: grid;
    gap: 14px;
  }
.caps__orch-source {
    display: flex; flex-direction: column; gap: 10px;
  }
.caps__orch-source .pill-tag {
    align-self: flex-start;
  }
.caps__orch-source-stats {
    display: grid;
    gap: 6px;
    font-size: 13.5px;
    color: rgba(235,245,235,0.78);
    line-height: 1.4;
  }
.caps__orch-source-stats strong {
    color: var(--lime);
    font-weight: 600;
  }
.caps__orch-core {
    position: relative;
    height: 100px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
.caps__orch-orb {
    position: relative;
    z-index: 2;
    width: 76px; height: 76px;
    border-radius: 50%;
    background:
      radial-gradient(circle at 35% 30%, rgba(150,247,130,0.55) 0%, rgba(150,247,130,0.18) 45%, rgba(150,247,130,0.04) 70%),
      radial-gradient(circle at 50% 50%, rgba(150,247,130,0.10), rgba(20,112,84,0.0));
    box-shadow:
      0 0 0 1px rgba(150,247,130,0.30) inset,
      0 0 24px rgba(150,247,130,0.20);
    display: flex; align-items: center; justify-content: center;
    color: var(--lime);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.005em;
    animation: orbPulse 3.2s ease-in-out infinite;
  }
@keyframes orbPulse {
    0%, 100% { box-shadow: 0 0 0 1px rgba(150,247,130,0.30) inset, 0 0 22px rgba(150,247,130,0.18); }
    50%      { box-shadow: 0 0 0 1px rgba(150,247,130,0.40) inset, 0 0 36px rgba(150,247,130,0.30); }
  }
.caps__orch-rays {
    position: absolute;
    inset: 0;
    width: 100%; height: 100%;
    z-index: 1;
    overflow: visible;
    pointer-events: none;
  }
.caps__orch-rays path {
    fill: none;
    stroke: rgba(150,247,130,0.35);
    stroke-width: 1.25;
    stroke-dasharray: 4 4;
  }
.caps__orch-agents {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 4px;
  }
.caps__orch-agent {
    background: rgba(235,245,235,0.08);
    border: 1px solid rgba(235,245,235,0.10);
    border-radius: 12px;
    padding: 10px 10px;
    text-align: center;
    display: grid; gap: 2px;
  }
.caps__orch-agent-name {
    font-size: 12.5px;
    font-weight: 600;
    color: var(--lime);
    letter-spacing: -0.005em;
  }
.caps__orch-agent-trait {
    font-size: 11.5px;
    color: rgba(235,245,235,0.62);
    line-height: 1.3;
  }
@media (max-width: 900px) {
.caps__orch-agents { grid-template-columns: 1fr; }
.caps__orch-rays { display: none; }
.caps__orch-core { height: 80px; }
}
.caps__orch-route .pill-tag {
    background: rgba(150,247,130,0.18);
    color: var(--lime);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 4px 8px;
    border-radius: 999px;
    flex-shrink: 0;
  }
.caps__orch-route strong { color: var(--lime); font-weight: 600; }
.caps__orch-route .arr {
    margin: 0 4px;
    color: rgba(150,247,130,0.5);
  }
@media (max-width: 900px) {
.caps__orchestrator { grid-template-columns: 1fr; padding: 28px; gap: 24px; }
.caps__orch-portrait { max-width: 200px; margin: 0 auto; }
}
.cap {
    background: var(--paper);
    border: 1px solid rgba(3,38,31,0.08);
    border-radius: var(--r-lg);
    padding: 28px 24px 24px;
    display: flex; flex-direction: column;
    gap: 14px;
    min-height: 320px;
    transition: transform .2s ease, box-shadow .2s ease;
  }
.cap:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.cap__icon {
    width: 44px; height: 44px;
    border-radius: 12px;
    background: var(--frost);
    color: var(--emerald);
    display: inline-flex; align-items: center; justify-content: center;
  }
.cap__icon svg { width: 22px; height: 22px; }
.cap--accent {
    background: linear-gradient(160deg, var(--emerald) 0%, var(--forest) 80%);
    color: var(--frost);
    border-color: transparent;
  }
.cap--accent .cap__icon {
    background: rgba(150,247,130,0.16);
    color: var(--lime);
  }
.cap h3 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.015em;
    color: var(--ocean);
    margin: 0;
    line-height: 1.15;
    text-wrap: balance;
  }
.cap--accent h3 { color: var(--frost); }
.cap p {
    font-size: 15px;
    line-height: 1.5;
    color: rgba(3,38,31,0.66);
    margin: 0;
  }
.cap--accent p { color: rgba(235,245,235,0.78); }
.cap__demo {
    margin-top: auto;
    background: var(--frost);
    border-radius: 12px;
    padding: 14px;
    font-size: 12.5px;
    color: rgba(3,38,31,0.7);
    border: 1px solid rgba(3,38,31,0.05);
  }
.cap--accent .cap__demo {
    background: rgba(235,245,235,0.06);
    color: rgba(235,245,235,0.82);
    border-color: rgba(235,245,235,0.08);
  }
.cap__demo strong { color: var(--ocean); font-weight: 600; }
.cap--accent .cap__demo strong { color: var(--lime); }
.cap__demo .row {
    display: flex; align-items: center; gap: 8px;
    margin-bottom: 6px;
  }
.cap__demo .row:last-child { margin-bottom: 0; }
.cap__demo .pill-tag {
    font-size: 10.5px; font-weight: 700;
    padding: 2px 7px;
    border-radius: 999px;
    background: var(--pastel);
    color: var(--forest);
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
.cap--accent .cap__demo .pill-tag {
    background: rgba(150,247,130,0.18);
    color: var(--lime);
  }
.cap__demo .meter {
    flex: 1;
    height: 6px;
    border-radius: 999px;
    background: rgba(3,38,31,0.08);
    overflow: hidden;
  }
.cap--accent .cap__demo .meter { background: rgba(235,245,235,0.10); }
.cap__demo .meter i {
    display: block; height: 100%;
    background: var(--leaf);
    border-radius: 999px;
  }
.cap--accent .cap__demo .meter i { background: var(--lime); }
.cap__demo .bias-line {
    background: rgba(0,167,92,0.10);
    border-radius: 6px;
    padding: 6px 8px;
    color: var(--ocean);
    font-style: italic;
  }
.cap--accent .cap__demo .bias-line {
    background: rgba(150,247,130,0.10);
    color: var(--frost);
  }
.cap__demo .bias-line s {
    color: rgba(3,38,31,0.45);
    text-decoration: line-through wavy #c25b5b;
  }
.cap--accent .cap__demo .bias-line s {
    color: rgba(235,245,235,0.5);
  }
/* Video variant — drops the padding/bg so the video fills edge-to-edge
     of the card slot, with rounded corners matching the inner radius.
     The inner padding box is sized to a tighter aspect ratio than the
     source video, and the iframe is scaled up to clip the letterbox
     bars Wistia paints around it. */
.cap__demo--video {
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 4 / 3;
  }
.cap__demo--video .wistia_responsive_padding {
    /* Override the inline padding-top Wistia generates so the iframe
       fills our cropped aspect-ratio container instead of the source
       4:3 letterboxed box. */
    padding: 0 !important;
    position: absolute !important;
    inset: 0;
  }
.cap__demo--video .wistia_responsive_wrapper { inset: 0; }
.cap__demo--video iframe {
    display: block;
    /* Scale the iframe past 100% so the player's black letterbox is
       pushed outside the parent's overflow:hidden clip. */
    transform: scale(1.12);
    transform-origin: center center;
  }
.cap__demo .arrow-line {
    display: inline-flex; align-items: center; gap: 6px;
    color: var(--leaf);
    font-weight: 600;
  }
.cap__demo .arrow-line svg { width: 12px; height: 12px; }
@media (max-width: 1100px) {
.caps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
.caps { grid-template-columns: 1fr; }
}
/* ============ Orchestrator banner (Cara) ============ */
.orchestrator {
    background: linear-gradient(160deg, var(--emerald) 0%, var(--forest) 60%, var(--ocean) 100%);
    color: var(--frost);
    border-radius: var(--r-lg);
    padding: 44px 48px;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 48px;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    isolation: isolate;
  }
.orchestrator::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(40% 60% at 90% 20%, rgba(150,247,130,0.20) 0%, rgba(150,247,130,0) 65%),
      radial-gradient(40% 60% at 0% 100%, rgba(0,167,92,0.22) 0%, rgba(0,167,92,0) 65%);
    z-index: -1;
    pointer-events: none;
  }
.orchestrator__role {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--lime);
    margin-bottom: 18px;
  }
.orchestrator__role::before {
    content: "";
    width: 3px;
    height: 18px;
    background: var(--lime);
    border-radius: 2px;
  }
.orchestrator__h {
    font-size: clamp(28px, 3.2vw, 42px);
    line-height: 1.05;
    letter-spacing: -0.02em;
    font-weight: 500;
    color: var(--frost);
    margin: 0 0 16px;
    text-wrap: balance;
  }
.orchestrator__h .em { color: var(--lime); font-style: normal; }
.orchestrator__p {
    font-size: 16px;
    line-height: 1.55;
    color: rgba(235,245,235,0.78);
    margin: 0;
    max-width: 46ch;
  }
.orchestrator__diagram {
    position: relative;
    height: 240px;
    background: rgba(235,245,235,0.04);
    border: 1px solid rgba(235,245,235,0.10);
    border-radius: 16px;
    padding: 18px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 12px;
  }
.orchestrator__core {
    grid-column: 2;
    width: 88px; height: 88px;
    border-radius: 50%;
    background: var(--lime);
    color: var(--ocean);
    display: inline-flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 0 0 6px rgba(150,247,130,0.18), 0 0 0 14px rgba(150,247,130,0.08);
    position: relative;
    z-index: 2;
  }
.orchestrator__core::after {
    content: "";
    position: absolute;
    inset: -22px;
    border-radius: 50%;
    border: 1px dashed rgba(150,247,130,0.30);
    animation: orbit 18s linear infinite;
  }
@keyframes orbit { to { transform: rotate(360deg); } }
.orchestrator__agents {
    display: grid;
    gap: 8px;
  }
.orchestrator__agents--left { grid-column: 1; }
.orchestrator__agents--right { grid-column: 3; }
.orchestrator__chip {
    display: flex; align-items: center; gap: 10px;
    padding: 10px 12px;
    background: rgba(235,245,235,0.06);
    border: 1px solid rgba(235,245,235,0.10);
    border-radius: 10px;
    font-size: 12.5px;
    color: rgba(235,245,235,0.88);
    position: relative;
  }
.orchestrator__chip .icon {
    width: 24px; height: 24px;
    border-radius: 6px;
    background: rgba(150,247,130,0.16);
    color: var(--lime);
    display: inline-flex; align-items: center; justify-content: center;
    flex: none;
  }
.orchestrator__chip .icon svg { width: 12px; height: 12px; }
.orchestrator__chip strong { color: var(--frost); font-weight: 600; }
@media (max-width: 980px) {
.orchestrator { grid-template-columns: 1fr; padding: 32px 28px; gap: 32px; }
.orchestrator__diagram { height: auto; padding: 16px; }
}
/* Agent card extensions */
.cap__role {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--leaf);
    margin-bottom: -4px;
  }
/* ============ Integrations strip ============ */
.integrations {
    margin-top: 60px;
    background: var(--paper);
    border: 1px solid rgba(3,38,31,0.08);
    border-radius: var(--r-lg);
    padding: 36px 40px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 32px;
    align-items: center;
  }
.integrations h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--emerald);
  }
.integrations p {
    margin: 6px 0 0;
    font-size: 16px;
    color: rgba(3,38,31,0.7);
  }
.integrations__logos {
    display: flex; align-items: center; gap: 28px;
    flex-wrap: wrap;
    justify-content: flex-end;
    color: var(--ocean);
    font-weight: 700;
    font-size: 17px;
    opacity: 0.75;
  }
.integrations__logos span {
    display: inline-flex; align-items: center; gap: 8px;
  }
.integrations__logos span::before {
    content: "";
    width: 22px; height: 22px;
    border-radius: 6px;
    background: var(--frost);
    border: 1px solid rgba(3,38,31,0.10);
  }
@media (max-width: 720px) {
.integrations { grid-template-columns: 1fr; padding: 28px 24px; }
.integrations__logos { justify-content: flex-start; gap: 18px; font-size: 15px; }
}
/* ============ Big quote ============ */
.bigquote {
    background: var(--frost);
    border-radius: var(--r-lg);
    padding: 80px 64px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 56px;
    align-items: center;
    position: relative;
    overflow: hidden;
  }
.bigquote__portrait {
    width: 280px; height: 320px;
    border-radius: 24px;
    background: linear-gradient(165deg, var(--emerald), var(--ocean));
    overflow: hidden;
    position: relative;
    flex: none;
  }
.bigquote__portrait img {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 110%;
    max-width: none;
  }
.bigquote__body blockquote {
    margin: 0;
    font-size: clamp(24px, 2.4vw, 34px);
    line-height: 1.25;
    letter-spacing: -0.015em;
    color: var(--ocean);
    font-weight: 500;
    text-wrap: pretty;
  }
.bigquote__body blockquote::before {
    content: "“";
    display: block;
    font-size: 72px;
    line-height: 0.8;
    color: var(--leaf);
    margin-bottom: 12px;
    font-family: Georgia, serif;
  }
.bigquote__by {
    margin-top: 28px;
    font-size: 15px;
    color: rgba(3,38,31,0.7);
  }
.bigquote__by strong { color: var(--ocean); font-weight: 600; display: block; font-size: 16px; }
@media (max-width: 860px) {
.bigquote { grid-template-columns: 1fr; padding: 48px 32px; }
.bigquote__portrait { width: 100%; height: 280px; }
}
/* ============ Stats ============ */
.stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 64px;
  }
.stat {
    text-align: left;
    padding: 32px 28px;
    border-radius: var(--r-lg);
    background: rgba(235,245,235,0.04);
    border: 1px solid rgba(235,245,235,0.08);
  }
.stat .num {
    font-size: clamp(40px, 4.2vw, 64px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--lime);
  }
.stat .label {
    margin-top: 14px;
    font-size: 15px;
    color: rgba(235,245,235,0.78);
    line-height: 1.4;
  }
@media (max-width: 860px) {
.stats { grid-template-columns: 1fr 1fr; }
}
/* ============ Built on expertise / link to training ============ */
.bridge {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 56px;
    align-items: center;
  }
.bridge__title {
    font-weight: 500;
    font-size: clamp(32px, 3.6vw, 52px);
    line-height: 1.0;
    letter-spacing: -0.025em;
    margin: 18px 0 16px;
    color: var(--frost);
  }
.bridge__title .em { color: var(--lime); font-style: normal; }
.bridge__lede {
    font-size: 17px;
    line-height: 1.55;
    color: rgba(235,245,235,0.78);
    margin: 0 0 28px;
    max-width: 52ch;
  }
.bridge__photo {
    position: relative;
    height: 460px;
    border-radius: 24px;
    background:
      radial-gradient(60% 70% at 20% 30%, rgba(150,247,130,0.30) 0%, rgba(150,247,130,0) 70%),
      linear-gradient(165deg, var(--emerald), var(--ocean));
    overflow: hidden;
  }
.bridge__photo img {
    position: absolute;
    bottom: -10px;
    right: 0;
    height: 100%;
    width: auto;
    max-width: none;
  }
.bridge__badges {
    position: absolute;
    bottom: 24px; left: 24px;
    right: 40%;
    display: flex; flex-direction: column; gap: 10px;
  }
.bridge__badge {
    display: flex; align-items: center; gap: 12px;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(3,38,31,0.6);
    border: 1px solid rgba(235,245,235,0.10);
    backdrop-filter: blur(8px);
    color: var(--frost);
    font-size: 13px;
  }
.bridge__badge .icon {
    width: 30px; height: 30px;
    border-radius: 8px;
    background: var(--lime);
    color: var(--ocean);
    display: inline-flex; align-items: center; justify-content: center;
    flex: none;
  }
.bridge__badge .icon svg { width: 14px; height: 14px; }
.bridge__badge strong { color: var(--frost); font-weight: 600; display: block; margin-bottom: 2px; }
.bridge__badge span { color: rgba(235,245,235,0.65); }
@media (max-width: 980px) {
.bridge { grid-template-columns: 1fr; }
.bridge__photo { height: 380px; }
}
/* ============ Humans behind the AI ============ */
.humans {
    background: var(--ocean);
  }
.humans__head {
    max-width: 720px;
    margin: 0 auto 56px;
    text-align: center;
  }
.humans__head h2 {
    font-size: clamp(36px, 4vw, 56px);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -0.025em;
    color: var(--frost);
    margin: 0 0 16px;
    text-wrap: balance;
  }
.humans__head h2 .em { color: var(--lime); font-style: normal; }
.humans__head p {
    font-size: 18px;
    line-height: 1.55;
    color: rgba(235,245,235,0.72);
    margin: 0 auto;
    max-width: 56ch;
  }
.humans__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
  }
.human-card {
    background: var(--paper);
    border: 1px solid rgba(3,38,31,0.08);
    border-radius: var(--r-lg);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  }
.human-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 50px -28px rgba(3,38,31,0.35);
    border-color: rgba(3,38,31,0.18);
  }
.human-portrait {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: linear-gradient(165deg, var(--emerald), var(--ocean));
  }
.human-portrait img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }
.human-tag {
    position: absolute;
    left: 16px;
    bottom: 16px;
    background: rgba(255,255,255,0.94);
    color: var(--ocean);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 999px;
  }
.human-meta {
    padding: 26px 26px 22px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
  }
.human-meta h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.015em;
    color: var(--ocean);
    line-height: 1.15;
  }
.human-role {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    color: rgba(3,38,31,0.65);
  }
.human-foot {
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px dashed rgba(3,38,31,0.15);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
.human-foot .years {
    font-size: 13px;
    color: rgba(3,38,31,0.55);
    letter-spacing: 0.01em;
  }
.human-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: var(--emerald);
    transition: color 0.2s ease, gap 0.2s ease;
  }
.human-link:hover { color: var(--leaf); gap: 9px; }
.human-link svg { width: 13px; height: 13px; }
@media (max-width: 900px) {
.humans__grid { grid-template-columns: 1fr; max-width: 480px; }
}
/* ============ Enterprise (Security + Integrations grouped) ============ */
.enterprise {
    background: transparent;
    border: 0;
    border-radius: 0;
    overflow: hidden;
  }
.enterprise .security {
    border: 0;
    border-radius: 0;
    padding: 0;
  }
.enterprise__divider {
    height: 1px;
    background: rgba(3,38,31,0.08);
    margin: 32px 0;
  }
.integrations--bare {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
  }
.integrations--bare h4 { color: var(--emerald); }
@media (max-width: 860px) {
.enterprise .security { padding: 0; }
.enterprise__divider { margin: 28px 0; }
.integrations--bare { padding: 0; }
}
/* ============ Security ============ */
.security {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 48px;
    padding: 56px 48px;
    background: var(--paper);
    border: 1px solid rgba(3,38,31,0.08);
    border-radius: var(--r-lg);
    align-items: center;
  }
.security h3 {
    margin: 0;
    font-size: clamp(24px, 2.4vw, 34px);
    font-weight: 500;
    letter-spacing: -0.02em;
    color: var(--ocean);
    line-height: 1.1;
  }
.security h3 .em { color: var(--leaf); font-style: normal; }
.security p {
    margin: 14px 0 0;
    font-size: 15px;
    color: rgba(3,38,31,0.65);
    line-height: 1.5;
  }
.security__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }
.security__item {
    display: flex; gap: 14px; align-items: flex-start;
  }
.security__item .icon {
    width: 38px; height: 38px;
    border-radius: 10px;
    background: var(--frost);
    color: var(--emerald);
    display: inline-flex; align-items: center; justify-content: center;
    flex: none;
  }
.security__item .icon svg { width: 18px; height: 18px; }
.security__item h4 {
    margin: 0 0 4px;
    font-size: 15px;
    font-weight: 600;
    color: var(--ocean);
  }
.security__item p {
    margin: 0;
    font-size: 13.5px;
    color: rgba(3,38,31,0.6);
    line-height: 1.4;
  }
@media (max-width: 860px) {
.security { grid-template-columns: 1fr; padding: 36px 28px; }
.security__items { grid-template-columns: 1fr; }
}
/* ============ Footer CTA + Footer (shared) ============ */
.footer-cta { padding: 0; background: var(--paper); }
.footer-cta__panel {
    background:
      radial-gradient(70% 60% at 90% 0%, rgba(150,247,130,0.18) 0%, rgba(150,247,130,0) 60%),
      radial-gradient(60% 50% at 0% 90%, rgba(0,167,92,0.22) 0%, rgba(0,167,92,0) 65%),
      linear-gradient(170deg, var(--emerald) 0%, var(--forest) 55%, var(--ocean) 100%);
    color: var(--frost);
    text-align: center;
    padding: 96px 32px 92px;
    position: relative;
    overflow: hidden;
    isolation: isolate;
  }
.footer-cta__panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(60% 60% at 10% 100%, rgba(0,167,92,0.15) 0%, rgba(0,167,92,0) 60%),
      radial-gradient(50% 60% at 100% 0%, rgba(150,247,130,0.12) 0%, rgba(150,247,130,0) 60%);
    z-index: -1; pointer-events: none;
  }
.footer-cta__h {
    font-weight: 500;
    font-size: clamp(32px, 3.4vw, 52px);
    line-height: 1.02;
    letter-spacing: -0.025em;
    margin: 0 auto 16px;
    max-width: 22ch;
    color: var(--frost);
  }
.footer-cta__h .em { color: var(--lime); font-style: normal; }
.footer-cta__p {
    font-size: 17px;
    line-height: 1.55;
    color: rgba(235,245,235,0.78);
    margin: 0 auto 36px;
    max-width: 56ch;
  }
.footer-cta__actions {
    display: inline-flex; align-items: center; gap: 14px;
    flex-wrap: wrap; justify-content: center;
    margin-top: 20px;
  }
@media (max-width: 720px) {
.footer-cta__panel { padding: 64px 24px 60px; }
}
/* ===== Statement band ===== */
.statement { padding: 104px 0; background: var(--frost); }
.statement__inner { max-width: 880px; margin: 0 auto; text-align: center; }
.statement__h { font-weight: 500; font-size: clamp(30px, 3.4vw, 50px); line-height: 1.08; letter-spacing: -0.025em; color: var(--ocean); margin: 0 0 20px; text-wrap: balance; }
.statement__h .em { color: var(--leaf); font-style: normal; }
.statement__p { font-size: clamp(17px, 1.4vw, 20px); line-height: 1.6; color: rgba(3,38,31,0.66); margin: 0 auto; max-width: 62ch; }
@media (max-width: 720px) {
.statement { padding: 72px 0; }
}
/* ===== Powered by Cara band ===== */
.cara { padding: 24px 0 96px; background: var(--paper); }
.cara-band {
    background: linear-gradient(160deg, var(--emerald) 0%, var(--forest) 62%, var(--ocean) 100%);
    color: var(--frost);
    border-radius: var(--r-lg);
    padding: 52px 56px;
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 56px;
    align-items: center;
    position: relative;
    overflow: hidden;
    isolation: isolate;
  }
.cara-band::before {
    content: "";
    position: absolute; inset: 0; z-index: -1; pointer-events: none;
    background:
      radial-gradient(42% 60% at 88% 8%, rgba(150,247,130,0.20) 0%, rgba(150,247,130,0) 65%),
      radial-gradient(46% 64% at 4% 100%, rgba(0,167,92,0.24) 0%, rgba(0,167,92,0) 65%);
  }
.cara-band__intro { min-width: 0; }
.cara-band__intro .eyebrow { margin-bottom: 20px; }
.cara-band__avatar {
    display: flex; align-items: center; gap: 16px; margin-bottom: 22px;
  }
.cara-band__avatar img {
    width: 64px; height: 64px; border-radius: 50%; object-fit: cover;
    border: 2px solid rgba(150,247,130,0.5);
    box-shadow: 0 0 0 4px rgba(150,247,130,0.12);
  }
.cara-band__avatar span {
    font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--lime);
  }
.cara-band__h {
    font-weight: 500; font-size: clamp(26px, 2.8vw, 40px); line-height: 1.08;
    letter-spacing: -0.02em; color: var(--frost); margin: 0 0 16px; text-wrap: balance;
  }
.cara-band__h .em { color: var(--lime); font-style: normal; }
.cara-band__p {
    font-size: 16px; line-height: 1.6; color: rgba(235,245,235,0.78); margin: 0; max-width: 46ch;
  }
.cara-points { display: grid; gap: 16px; }
.cara-point {
    display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: start;
    background: rgba(235,245,235,0.06);
    border: 1px solid rgba(235,245,235,0.10);
    border-radius: 16px;
    padding: 18px 20px;
  }
.cara-point .icon {
    width: 48px; height: 48px; border-radius: 12px;
    background: rgba(150,247,130,0.14); color: var(--lime);
    display: inline-flex; align-items: center; justify-content: center; flex: none;
  }
.cara-point .icon svg { width: 22px; height: 22px; }
.cara-point h4 { margin: 2px 0 5px; font-size: 16.5px; font-weight: 600; color: var(--frost); letter-spacing: -0.01em; }
.cara-point p { margin: 0; font-size: 14px; line-height: 1.5; color: rgba(235,245,235,0.7); }
@media (max-width: 900px) {
.cara-band { grid-template-columns: 1fr; padding: 36px 28px; gap: 32px; }
}
/* ===== Feature pillars ===== */
.pillars__intro { text-align: center; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.5; color: rgba(3,38,31,0.66); margin: 0 auto 48px; max-width: 42ch; text-wrap: balance; }
.pillars { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.pillar { background: var(--paper); border: 1px solid rgba(3,38,31,0.10); border-radius: var(--r-lg); padding: 36px 34px 34px; display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.pillar:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); border-color: rgba(3,38,31,0.16); }
.pillar__label { display: inline-flex; align-items: center; gap: 9px; align-self: flex-start; font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--emerald); margin-bottom: 18px; }
.pillar__label .num { font-variant-numeric: tabular-nums; color: rgba(3,38,31,0.32); font-weight: 700; }
.pillar__label .bar { width: 22px; height: 2px; border-radius: 2px; background: var(--leaf); flex: none; }
.pillar h3 { font-size: clamp(22px, 2vw, 27px); font-weight: 500; letter-spacing: -0.015em; line-height: 1.1; color: var(--ocean); margin: 0 0 12px; text-wrap: balance; }
.pillar__intro { font-size: 15.5px; line-height: 1.55; color: rgba(3,38,31,0.66); margin: 0 0 24px; }
.pillar__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; margin-top: auto; }
.pillar__list li { display: grid; grid-template-columns: 20px 1fr; gap: 12px; align-items: start; font-size: 14.5px; line-height: 1.45; color: rgba(3,38,31,0.78); }
.pillar__list li svg { width: 20px; height: 20px; color: var(--leaf); margin-top: 1px; }
@media (max-width: 980px) {
.pillars { grid-template-columns: 1fr; }
}
/* ===== Pillar tabs ===== */
.ptabs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-bottom: 36px; }
.ptab { appearance: none; background: var(--paper); border: 1px solid rgba(3,38,31,0.12); border-radius: 14px; padding: 18px 20px; text-align: left; cursor: pointer; display: flex; gap: 14px; align-items: flex-start; font-family: inherit; color: inherit; opacity: 0.7; transition: opacity .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.ptab:hover:not(.is-active) { opacity: 0.92; border-color: rgba(3,38,31,0.22); }
.ptab.is-active { opacity: 1; border-color: var(--leaf); background: var(--frost); box-shadow: 0 12px 26px -18px rgba(3,38,31,0.4); }
.ptab__num { font-size: 11px; font-weight: 700; letter-spacing: 0.18em; color: var(--leaf); flex: none; padding-top: 4px; font-variant-numeric: tabular-nums; }
.ptab__meta { display: grid; gap: 6px; min-width: 0; }
.ptab__kicker { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--emerald); }
.ptab__title { font-size: 17px; font-weight: 500; line-height: 1.2; letter-spacing: -0.01em; color: var(--ocean); text-wrap: balance; }
.pstage { position: relative; }
.ppanel { display: none; }
.ppanel.is-active { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 48px; padding: 44px; background: var(--paper); border: 1px solid rgba(3,38,31,0.10); border-radius: var(--r-lg); align-items: center; animation: pfade .4s ease; }
.ppanel__main { display: grid; gap: 22px; min-width: 0; }
.ppanel__video { border-radius: 16px; overflow: hidden; position: relative; aspect-ratio: 16 / 10; background: #0C2A19; box-shadow: 0 24px 44px -22px rgba(3,38,31,0.45); isolation: isolate; }
.ppanel__video .wistia_responsive_padding { padding: 75% 0 0 0 !important; position: absolute !important; left: 0; width: 100%; top: 50%; transform: translateY(-50%); }
.ppanel__video .wistia_responsive_wrapper { position: absolute !important; inset: 0; }
.ppanel__video iframe { display: block; width: 100%; height: 100%; border: 0; transform: scale(1.06); transform-origin: center center; }
@keyframes pfade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.ppanel__kicker { display: inline-flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--emerald); }
.ppanel__kicker .bar { width: 2px; height: 12px; border-radius: 2px; background: var(--leaf); flex: none; }
.ppanel__head h3 { font-size: clamp(24px, 2.4vw, 33px); font-weight: 500; letter-spacing: -0.02em; line-height: 1.08; color: var(--ocean); margin: 14px 0 0; text-wrap: balance; }
.ppanel__intro { font-size: 16px; line-height: 1.55; color: rgba(3,38,31,0.66); margin: 18px 0 0; max-width: 44ch; }
.ppanel__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 18px; align-content: start; }
.ppanel__list li { display: grid; grid-template-columns: 22px 1fr; gap: 14px; align-items: start; font-size: 15.5px; line-height: 1.45; color: rgba(3,38,31,0.8); }
.ppanel__list li svg { width: 22px; height: 22px; color: var(--leaf); margin-top: 1px; }
@media (max-width: 900px) {
.ptabs { grid-template-columns: 1fr 1fr; gap: 0 18px; }
.ptab { padding: 14px 16px; }
.ppanel.is-active { grid-template-columns: 1fr; padding: 28px; gap: 26px; }
.ppanel__video { order: -1; }
}
@media (max-width: 560px) {
.ptabs { grid-template-columns: 1fr; }
}
/* ===== FAQ ===== */
.faq { max-width: 840px; margin: 0 auto; }
.faq__item { border-bottom: 1px solid rgba(3,38,31,0.12); }
.faq__item:first-child { border-top: 1px solid rgba(3,38,31,0.12); }
.faq__item > summary { list-style: none; cursor: pointer; display: flex; align-items: center; gap: 24px; padding: 28px 6px; font-size: clamp(17px, 1.6vw, 20px); font-weight: 500; color: var(--ocean); text-wrap: balance; }
.faq__item > summary::-webkit-details-marker { display: none; }
.faq__item > summary:focus-visible { outline: none; box-shadow: 0 0 0 2px rgba(0,167,92,0.35); border-radius: 8px; }
.faq__q { flex: 1; }
.faq__icon { width: 34px; height: 34px; flex: none; border-radius: 50%; border: 1px solid rgba(3,38,31,0.18); display: inline-flex; align-items: center; justify-content: center; color: var(--ocean); transition: transform .25s ease, background .2s ease, border-color .2s ease, color .2s ease; }
.faq__icon svg { width: 16px; height: 16px; }
.faq__item[open] > summary .faq__icon { transform: rotate(45deg); background: var(--ocean); border-color: var(--ocean); color: var(--lime); }
.faq__a { padding: 4px 66px 30px 8px; font-size: 16px; line-height: 1.6; color: rgba(3,38,31,0.66); margin: 0; }
@media (max-width: 720px) {
.faq__item > summary { gap: 16px; padding: 22px 4px; }
.faq__a { padding: 0 0 26px 4px; }
}
[id^="sec-"] {scroll-margin-top:100px}
/*--screenshot-helper*/

/* ===== Mobile (<=768px): centered hero + stacked pillar panels ===== */
@media (max-width: 768px) {
  /* hero: center the copy, hide the product image */
  #sec-hero .hero__copy { max-width: none; margin: 0 auto; text-align: center; }
  #sec-hero .hero__supra { justify-content: center; }
  #sec-hero .hero__supra::before { display: none; }
  #sec-hero .hero__title,
  #sec-hero .hero__lede { margin-left: auto; margin-right: auto; }
  #sec-hero .hero__video,
  #sec-hero .hero__video--image { display: none !important; }

  /* pillars: drop the tablist, show all panels stacked (no clicks) */
  #sec-pillars .ptabs { display: none !important; }
  #sec-pillars .pstage { display: flex !important; flex-direction: column; gap: 44px; }
  #sec-pillars .ppanel,
  #sec-pillars .ppanel[hidden] { display: block !important; }
  /* ~40px breathing room between the checklist and the video */
  #sec-pillars .ppanel__video { margin-top: 40px; }
}/* End custom CSS */