
:root{
  --bg:#FAF9F5;
  --surface:#F1EFE7;
  --surface-2:#EAE7DC;
  --card:#FFFFFF;
  --line:#E5E1D5;
  --ink:#14130F;
  --ink-dim:#6E6B62;
  --ink-soft:#9A968C;
  --green:#146B4E;
  --green-2:#1F8A63;
  --green-soft:#E7F1EC;
  --orange:#C97A3E;
  --orange-2:#E0954F;
  --orange-soft:#F8ECE0;
  --grad-a: linear-gradient(120deg, var(--orange-2), var(--orange));
  --grad-b: linear-gradient(120deg, var(--orange-2), var(--green-2));
  --radius-lg:28px;
  --radius-md:20px;
  --radius-sm:14px;
  --shadow: 0 24px 60px -30px rgba(20,18,12,0.22);
  --shadow-sm: 0 10px 26px -16px rgba(20,18,12,0.16);
}
*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{ background:var(--bg); color:var(--ink); font-family:'Instrument Sans',sans-serif; overflow-x:hidden; -webkit-font-smoothing:antialiased; }
h1,h2,h3,h4,h5,h6{ font-family:'Instrument Sans',sans-serif; letter-spacing:-0.02em; font-weight:700; color:var(--ink); }
p{ line-height:1.65; }
a{ text-decoration:none; }
a:focus-visible, button:focus-visible{ outline:2px solid var(--green); outline-offset:3px; border-radius:6px; }
::selection{ background:rgba(201,122,62,0.22); color:var(--ink); }
.grad-a{ background:var(--grad-a); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; }
.grad-b{ background:var(--grad-b); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; }

/* ===== REVEAL ===== */
.reveal{ opacity:0; transform:translateY(22px); transition:opacity .7s cubic-bezier(.2,.6,.2,1), transform .7s cubic-bezier(.2,.6,.2,1); }
.reveal.in-view{ opacity:1; transform:translateY(0); }
.reveal-stagger.in-view .r-item{ opacity:1; transform:translateY(0); }
.reveal-stagger .r-item{ opacity:0; transform:translateY(16px); transition:opacity .55s ease, transform .55s ease; }
.reveal-stagger .r-item:nth-child(1){ transition-delay:.03s; }
.reveal-stagger .r-item:nth-child(2){ transition-delay:.09s; }
.reveal-stagger .r-item:nth-child(3){ transition-delay:.15s; }
.reveal-stagger .r-item:nth-child(4){ transition-delay:.21s; }
.reveal-stagger .r-item:nth-child(5){ transition-delay:.27s; }
.reveal-stagger .r-item:nth-child(6){ transition-delay:.33s; }
@media (prefers-reduced-motion: reduce){ .reveal, .reveal-stagger .r-item{ opacity:1 !important; transform:none !important; transition:none !important; } }

/* ===== BUTTONS ===== */
.btn-ink{ background:var(--ink); color:#fff !important; border:none; border-radius:999px; padding:13px 26px; font-weight:600; font-size:0.92rem; display:inline-flex; align-items:center; gap:9px; transition:transform .2s ease, box-shadow .2s ease; }
.btn-ink:hover{ transform:translateY(-2px); box-shadow:0 16px 32px -16px rgba(0,0,0,0.5); }
.btn-ink i{ color:var(--orange-2); transition:transform .25s ease; }
.btn-ink:hover i{ transform:translateX(3px); }
.btn-cream{ background:var(--surface); color:var(--green) !important; border:none; border-radius:999px; padding:13px 26px; font-weight:600; font-size:0.92rem; display:inline-flex; align-items:center; gap:8px; transition:background .2s ease, transform .2s ease; }
.btn-cream:hover{ background:var(--surface-2); transform:translateY(-2px); }
.btn-green{ background:var(--green); color:#fff !important; border:none; border-radius:999px; padding:11px 24px; font-weight:600; font-size:0.86rem; display:inline-flex; align-items:center; gap:8px; transition:background .2s ease, transform .2s ease, box-shadow .2s ease; }
.btn-green:hover{ background:var(--green-2); transform:translateY(-2px); box-shadow:0 14px 30px -16px rgba(20,107,78,0.5); }
.btn-outline-ink{ background:#fff; color:var(--ink) !important; border:1px solid var(--line); border-radius:999px; padding:10px 23px; font-weight:600; font-size:0.86rem; display:inline-flex; align-items:center; gap:8px; transition:border-color .2s ease, transform .2s ease; }
.btn-outline-ink:hover{ border-color:var(--ink); transform:translateY(-2px); }
.btn-ghost{ color:var(--ink-dim) !important; font-weight:500; font-size:0.9rem; }
.btn-ghost:hover{ color:var(--ink) !important; }
.btn-white-o{ background:transparent; color:#fff !important; border:1px solid rgba(255,255,255,0.3); border-radius:999px; padding:12px 25px; font-weight:600; font-size:0.88rem; display:inline-flex; align-items:center; gap:8px; transition:border-color .2s ease, transform .2s ease, background .2s ease; }
.btn-white-o:hover{ border-color:#fff; background:rgba(255,255,255,0.08); transform:translateY(-2px); }
.btn-white-s{ background:#fff; color:var(--ink) !important; border:none; border-radius:999px; padding:12px 25px; font-weight:600; font-size:0.88rem; display:inline-flex; align-items:center; gap:8px; transition:transform .2s ease, box-shadow .2s ease; }
.btn-white-s:hover{ transform:translateY(-2px); box-shadow:0 16px 34px -16px rgba(0,0,0,0.4); }

/* ===== NAV ===== */
.navbar{ background:rgba(250,249,245,0.85); backdrop-filter:blur(14px); border-bottom:1px solid transparent; padding:16px 0; transition:box-shadow .3s ease, padding .3s ease; }
.navbar.is-scrolled{ box-shadow:0 1px 0 var(--line); padding:11px 0; }
.navbar-brand{ display:flex; align-items:center; gap:9px; }
.navbar-brand img{ height:44px; width:auto; display:block; }
.nav-link-custom{ position:relative; color:var(--ink) !important; font-size:0.92rem; font-weight:500; margin:0 16px; padding-bottom:3px !important; transition:color .2s ease; }
.nav-link-custom::after{ content:""; position:absolute; left:0; bottom:-2px; width:0; height:1.5px; background:var(--green); transition:width .25s ease; }
.nav-link-custom:hover{ color:var(--green) !important; }
.nav-link-custom:hover::after, .nav-link-custom.active-link::after{ width:100%; }
.nav-link-custom.active-link{ color:var(--green) !important; font-weight:600; }
@media (max-width:991px){
  #navMenu{ background:var(--card); border:1px solid var(--line); border-radius:18px; padding:16px 18px; margin-top:12px; box-shadow:var(--shadow); }
  .nav-link-custom{ margin:7px 0; display:inline-block; }
}

/* ===== HERO ===== */
.hero{ position:relative; padding:150px 0 20px; text-align:center; overflow:hidden; }
.hero-glow{ position:absolute; inset:0; z-index:0; pointer-events:none; overflow:hidden; }
.hero-glow span{ position:absolute; border-radius:50%; filter:blur(90px); }
.hero-glow .g1{ width:480px; height:480px; top:-180px; left:6%; background:radial-gradient(circle, rgba(224,149,79,0.5), transparent 70%); animation:glow-drift-a 16s ease-in-out infinite; }
.hero-glow .g2{ width:520px; height:520px; top:-160px; right:4%; background:radial-gradient(circle, rgba(31,138,99,0.45), transparent 70%); animation:glow-drift-b 18s ease-in-out infinite; }
.hero-glow .g3{ width:360px; height:360px; top:120px; left:50%; background:radial-gradient(circle, rgba(201,122,62,0.3), transparent 70%); animation:glow-drift-c 20s ease-in-out infinite; }
@keyframes glow-drift-a{ 0%,100%{ transform:translate(0,0) scale(1); } 50%{ transform:translate(60px,40px) scale(1.15); } }
@keyframes glow-drift-b{ 0%,100%{ transform:translate(0,0) scale(1); } 50%{ transform:translate(-50px,50px) scale(1.1); } }
@keyframes glow-drift-c{ 0%,100%{ transform:translate(-50%,0) scale(1); opacity:0.8; } 50%{ transform:translate(-50%,-30px) scale(1.2); opacity:1; } }
@media (prefers-reduced-motion: reduce){ .hero-glow span{ animation:none !important; } }
.hero > .container{ position:relative; z-index:1; }
.hero-badge{ display:inline-flex; align-items:center; gap:10px; border:1px solid var(--line); background:var(--card); padding:9px 20px; border-radius:999px; font-size:0.72rem; font-weight:600; letter-spacing:0.08em; text-transform:uppercase; color:var(--ink-dim); }
.hero-badge .sep{ color:var(--ink-soft); }
.hero h1{ font-size:clamp(2.3rem,5.6vw,4.1rem); line-height:1.08; margin-top:26px; font-weight:800; }
.hero-sub{ color:var(--ink-dim); font-size:1.02rem; line-height:1.7; max-width:700px; margin:22px auto 0; }
.hero-actions{ margin-top:30px; display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }

/* hero entrance animation */
.hero-anim-item{ opacity:0; transform:translateY(18px); animation:hero-up .75s cubic-bezier(.2,.7,.3,1) forwards; }
.hero-badge.hero-anim-item{ animation-delay:.05s; }
.hero h1.hero-anim-item{ animation-delay:.16s; }
.hero-sub.hero-anim-item{ animation-delay:.32s; }
.hero-actions.hero-anim-item{ animation-delay:.46s; }
@keyframes hero-up{ to{ opacity:1; transform:translateY(0); } }
@media (prefers-reduced-motion: reduce){ .hero-anim-item{ animation:none !important; opacity:1 !important; transform:none !important; } }

/* ===== EDITOR MOCKUP ===== */
.browser-frame{ background:var(--card); border:1px solid var(--line); border-radius:24px; overflow:hidden; box-shadow:var(--shadow); margin-top:56px; text-align:left; }
.browser-frame .chrome-bar{ display:flex; align-items:center; padding:14px 18px; border-bottom:1px solid var(--line); position:relative; }
.chrome-dots{ display:flex; gap:7px; }
.chrome-dots span{ width:10px; height:10px; border-radius:50%; }
.chrome-dots span:nth-child(1){ background:#F2A6A0; }
.chrome-dots span:nth-child(2){ background:var(--orange-2); }
.chrome-dots span:nth-child(3){ background:#D8D5CA; }
.chrome-url{ position:absolute; left:50%; transform:translateX(-50%); font-size:0.78rem; color:var(--ink-dim); font-weight:500; }
.editor-body{ background:var(--surface); padding:28px; }
.editor-panel{ background:var(--card); border:1px solid var(--line); border-radius:var(--radius-md); padding:24px; height:100%; }
.editor-panel-head{ display:flex; align-items:center; justify-content:space-between; margin-bottom:16px; }
.editor-panel-head h6{ font-size:1.05rem; margin:0; font-weight:700; }
.model-pill{ background:var(--orange-soft); color:var(--orange); font-size:0.74rem; font-weight:700; padding:6px 14px; border-radius:999px; }
.editor-textbox{ background:var(--surface); border:1px solid var(--line); border-radius:14px; padding:20px; font-size:0.98rem; color:var(--ink); min-height:120px; font-style:italic; }
.editor-textbox .type-cursor{ display:inline-block; width:2px; height:16px; background:var(--orange); vertical-align:middle; margin-left:2px; animation:type-blink .85s steps(1) infinite; }
@keyframes type-blink{ 50%{ opacity:0; } }
.play-btn.is-playing i{ font-size:0.7rem; }
.waveform{ transition:opacity .3s ease; }
.waveform.idle{ opacity:0.3; }
.waveform.idle span{ animation-play-state:paused; }
@media (prefers-reduced-motion: reduce){ .editor-textbox .type-cursor{ animation:none !important; } }
.editor-controls{ display:flex; align-items:center; gap:14px; margin-top:20px; }
.play-btn{ width:42px; height:42px; min-width:42px; border-radius:50%; background:var(--ink); color:#fff; display:flex; align-items:center; justify-content:center; font-size:0.78rem; cursor:pointer; transition:transform .2s ease; border:none; }
.play-btn:hover{ transform:scale(1.08); }
.waveform{ display:flex; align-items:center; gap:3px; height:22px; flex:1; }
.waveform span{ width:3px; border-radius:3px; display:block; animation:wave 1.2s ease-in-out infinite; }
.waveform span:nth-child(odd){ background:var(--orange); }
.waveform span:nth-child(even){ background:var(--green); }
@keyframes wave{ 0%,100%{ transform:scaleY(0.4); } 50%{ transform:scaleY(1); } }
.duration-txt{ font-size:0.78rem; color:var(--ink-soft); white-space:nowrap; }
.persona-card{ background:var(--card); border:1px solid var(--line); border-radius:var(--radius-md); padding:22px; margin-bottom:16px; }
.persona-card .label{ text-align:center; font-size:0.8rem; color:var(--ink-dim); font-weight:600; margin-bottom:14px; }
.persona-row{ display:flex; align-items:center; gap:14px; background:var(--surface); border-radius:14px; padding:14px; }
.persona-avatar{ width:40px; height:40px; min-width:40px; border-radius:50%; background:linear-gradient(135deg, var(--orange-2), var(--green-2)); }
.persona-row b{ display:block; font-size:0.92rem; }
.persona-row span{ font-size:0.78rem; color:var(--ink-dim); }
.param-row{ margin-bottom:16px; }
.param-row:last-child{ margin-bottom:0; }
.param-row .top{ display:flex; justify-content:space-between; font-size:0.86rem; font-weight:600; margin-bottom:8px; }
.param-row .top span:last-child{ color:var(--ink-dim); font-weight:500; }
.param-track{ height:6px; background:var(--surface); border-radius:6px; overflow:hidden; }
.param-fill{ height:100%; border-radius:6px; }
.param-fill.ink{ background:var(--ink); }
.param-fill.green{ background:var(--green); }
@media (prefers-reduced-motion: reduce){ .waveform span{ animation:none !important; } }
@media (max-width:767px){ .editor-body{ padding:16px; } }

/* ===== TRUSTED ===== */
.trusted-wrap{ border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.trusted-grid{ display:grid; grid-template-columns:repeat(3,1fr); }
@media (min-width:576px){ .trusted-grid{ grid-template-columns:repeat(4,1fr); } }
@media (min-width:992px){ .trusted-grid{ grid-template-columns:repeat(6,1fr); } }
.trusted-cell{ border-right:1px solid var(--line); border-bottom:1px solid var(--line); display:flex; align-items:center; justify-content:center; padding:26px 12px; font-weight:700; font-size:0.98rem; color:var(--ink-soft); opacity:0.9; transition:opacity .2s ease, color .2s ease; letter-spacing:-0.01em; }
.trusted-cell:hover{ opacity:1; color:var(--green); }
.trusted-grid .trusted-cell:nth-child(6n){ border-right:none; }
@media (max-width:991px){ .trusted-grid .trusted-cell:nth-child(4n){ border-right:none; } .trusted-grid .trusted-cell:nth-child(6n){ border-right:1px solid var(--line); } }
@media (max-width:575px){ .trusted-grid .trusted-cell:nth-child(3n){ border-right:none; } }

/* ===== SECTIONS ===== */
.section-pad{ padding:100px 0; }
.section-head{ margin-bottom:52px; }
.section-head h2{ font-size:clamp(1.8rem,3vw,2.4rem); margin-top:10px; }
.section-head p{ color:var(--ink-dim); font-size:1rem; max-width:560px; margin-top:14px; }
.eyebrow-txt{ font-size:0.78rem; font-weight:700; color:var(--green); text-transform:uppercase; letter-spacing:0.08em; }

/* ===== PLATFORM PANELS ===== */
.platform-card{ border-radius:var(--radius-lg); overflow:hidden; height:100%; border:1px solid var(--line); background:var(--card); }
.platform-head{ padding:32px 32px 0; }
.platform-head .eyebrow-txt{ margin-bottom:6px; display:block; }
.platform-head h3{ font-size:1.35rem; margin-bottom:8px; }
.platform-head p{ color:var(--ink-dim); font-size:0.9rem; }
.platform-visual{ margin:24px; border-radius:var(--radius-md); overflow:hidden; }
.agent-mock{ background:radial-gradient(circle at 20% 20%, #1F4A3B, #10231C 55%), radial-gradient(circle at 80% 80%, #4A2C16, transparent 60%); background-blend-mode:screen; min-height:250px; padding:24px; display:flex; flex-direction:column; justify-content:flex-end; gap:10px; }
.chat-bubble{ background:rgba(255,255,255,0.96); color:var(--ink); border-radius:16px; padding:10px 16px; font-size:0.82rem; max-width:78%; align-self:flex-start; box-shadow:0 8px 20px -10px rgba(0,0,0,0.4); }
.chat-bubble.me{ align-self:flex-end; background:rgba(20,19,15,0.85); color:#fff; }
.chat-bubble.tag{ display:inline-flex; align-items:center; gap:6px; background:var(--green); color:#fff; border-radius:999px; padding:6px 14px; font-size:0.74rem; font-weight:600; align-self:flex-start; }

/* ===== FEATURE GRID ===== */
.feat-card{ background:var(--card); border:1px solid var(--line); border-radius:var(--radius-md); padding:26px; height:100%; transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.feat-card:hover{ transform:translateY(-5px); box-shadow:var(--shadow-sm); border-color:transparent; }
.feat-ico{ width:40px; height:40px; border-radius:12px; background:var(--surface); display:flex; align-items:center; justify-content:center; color:var(--green); font-size:1rem; margin-bottom:18px; }
.feat-card h5{ font-size:1rem; margin-bottom:8px; }
.feat-card p{ color:var(--ink-dim); font-size:0.87rem; margin:0; }

/* ===== BENTO CAPABILITIES ===== */
.bento-card{ border-radius:var(--radius-md); border:1px solid var(--line); padding:32px; height:100%; display:flex; flex-direction:column; background:var(--card); transition:transform .25s ease, box-shadow .25s ease; }
.bento-card:hover{ transform:translateY(-4px); box-shadow:var(--shadow-sm); }
.bento-card.feature{ background:var(--green-soft); border-color:transparent; padding:36px; }
.bento-ico{ width:46px; height:46px; border-radius:13px; display:flex; align-items:center; justify-content:center; font-size:1.1rem; margin-bottom:22px; }
.bento-card.feature .bento-ico{ background:var(--green); color:#fff; }
.bento-card:not(.feature) .bento-ico{ background:var(--surface); color:var(--green); }
.bento-card h4{ font-size:1.35rem; margin-bottom:12px; }
.bento-card.compact h4{ font-size:1.1rem; margin-bottom:10px; }
.bento-card p{ color:var(--ink-dim); font-size:0.92rem; line-height:1.65; margin-bottom:0; }
.bento-card.compact p{ font-size:0.87rem; }
.bento-link{ margin-top:20px; font-weight:700; font-size:0.88rem; color:var(--green); display:inline-flex; align-items:center; gap:6px; transition:gap .2s ease; }
.bento-link:hover{ gap:10px; color:var(--green-2); }
.bento-badges{ margin-top:auto; padding-top:20px; display:flex; align-items:center; gap:8px; }
.bento-avatar-stack{ display:flex; }
.bento-avatar-stack span{ width:26px; height:26px; border-radius:50%; background:var(--surface-2); border:2px solid var(--card); margin-left:-8px; }
.bento-avatar-stack span:first-child{ margin-left:0; }
.bento-tag-ai{ background:var(--ink); color:#fff; font-size:0.7rem; font-weight:700; padding:4px 10px; border-radius:999px; }
.bento-code{ background:#14130F; border-radius:var(--radius-md); padding:26px; color:#F1EFE7; font-family:'JetBrains Mono','Courier New',monospace; font-size:0.78rem; line-height:1.8; height:100%; overflow-x:auto; }
.bento-code .c-key{ color:var(--orange-2); }
.bento-code .c-str{ color:#8FD9BB; }
.bento-code .c-fn{ color:#9FC6FF; }
.bento-code .c-prop{ color:#D8D4C8; }

/* ===== APPOINTMENT ASSISTANT (light floating phone style) ===== */
.appt-stage{ position:relative; padding:30px 10px; display:flex; align-items:center; justify-content:center; min-height:520px; }
.appt-stage-glow{ position:absolute; inset:0; border-radius:var(--radius-lg); background:linear-gradient(135deg, var(--orange-soft), var(--green-soft)); overflow:hidden; z-index:0; }
.appt-stage-glow span{ position:absolute; border-radius:50%; filter:blur(70px); opacity:0.7; }
.appt-stage-glow .s1{ width:260px; height:260px; top:-60px; left:-40px; background:var(--orange-2); animation:glow-drift-a 14s ease-in-out infinite; }
.appt-stage-glow .s2{ width:280px; height:280px; bottom:-70px; right:-50px; background:var(--green-2); animation:glow-drift-b 16s ease-in-out infinite; }
@media (prefers-reduced-motion: reduce){ .appt-stage-glow span{ animation:none !important; } }
.appt-phone{ position:relative; z-index:1; width:290px; background:#0f0f0f; border-radius:34px; padding:14px; box-shadow:0 30px 70px -24px rgba(20,18,12,0.35); }
.appt-phone-screen{ background:var(--surface); border-radius:24px; padding:20px 16px; min-height:440px; display:flex; flex-direction:column; }
.appt-phone-caller{ text-align:center; padding:8px 0 16px; }
.appt-phone-avatar{ width:56px; height:56px; border-radius:50%; margin:0 auto 10px; background:linear-gradient(135deg, var(--orange-2), var(--green-2)); display:flex; align-items:center; justify-content:center; color:#fff; font-size:1.2rem; }
.appt-phone-caller b{ display:block; font-size:0.95rem; }
.appt-phone-caller span{ font-size:0.76rem; color:var(--ink-dim); }
.appt-phone-transcript{ flex:1; display:flex; flex-direction:column; gap:9px; margin:6px 0 14px; min-height:190px; }
.appt-bubble{ max-width:86%; padding:9px 13px; border-radius:14px; font-size:0.79rem; line-height:1.45; opacity:0; transform:translateY(10px) scale(0.97); animation:bubble-in .38s cubic-bezier(.2,.7,.3,1) forwards; }
@keyframes bubble-in{ to{ opacity:1; transform:translateY(0) scale(1); } }
.appt-typing{ display:inline-flex; align-items:center; gap:4px; padding:11px 15px; border-radius:14px; align-self:flex-start; background:#fff; border:1px solid var(--line); width:fit-content; opacity:0; transform:translateY(6px); animation:bubble-in .3s ease forwards; }
.appt-typing.us{ align-self:flex-end; background:var(--green); border-color:transparent; }
.appt-typing span{ width:6px; height:6px; border-radius:50%; background:var(--ink-soft); animation:typing-bounce 1s infinite ease-in-out; }
.appt-typing.us span{ background:rgba(255,255,255,0.85); }
.appt-typing span:nth-child(2){ animation-delay:.15s; }
.appt-typing span:nth-child(3){ animation-delay:.3s; }
@keyframes typing-bounce{ 0%,60%,100%{ transform:translateY(0); opacity:0.5; } 30%{ transform:translateY(-4px); opacity:1; } }
.appt-live-dot{ width:7px; height:7px; border-radius:50%; background:#FF5D5D; display:inline-block; margin-right:5px; animation:appt-pulse 1.4s infinite; }
@keyframes appt-pulse{ 0%,100%{ opacity:1; } 50%{ opacity:0.3; } }
@media (prefers-reduced-motion: reduce){ .appt-bubble, .appt-typing{ animation:none !important; opacity:1 !important; transform:none !important; } .appt-live-dot{ animation:none !important; } }
.appt-bubble.them{ align-self:flex-start; background:#fff; border:1px solid var(--line); border-bottom-left-radius:4px; }
.appt-bubble.us{ align-self:flex-end; background:var(--green); color:#fff; border-bottom-right-radius:4px; }
.appt-phone-controls{ display:flex; align-items:center; justify-content:center; gap:14px; padding-top:12px; }
.appt-phone-controls button{ width:40px; height:40px; border-radius:50%; border:none; display:flex; align-items:center; justify-content:center; font-size:0.85rem; transition:transform .2s ease; }
.appt-phone-controls button:hover{ transform:scale(1.08); }
.appt-phone-controls .mic{ background:var(--card); border:1px solid var(--line); color:var(--ink); }
.appt-phone-controls .end{ background:#E8483B; color:#fff; width:48px; height:48px; }
.appt-phone-notch{ width:70px; height:5px; border-radius:5px; background:var(--line); margin:0 auto 12px; }
.appt-float-badge{ position:absolute; z-index:2; background:var(--card); border:1px solid var(--line); border-radius:14px; padding:11px 15px; box-shadow:var(--shadow-sm); display:flex; align-items:center; gap:10px; font-size:0.78rem; font-weight:600; animation:badge-float 5s ease-in-out infinite; }
.appt-float-badge i{ color:var(--green); }
.appt-float-badge.fb1{ top:6%; left:0; }
.appt-float-badge.fb2{ bottom:14%; right:0; animation-delay:1.2s; }
.appt-float-badge.fb3{ top:44%; left:-6%; animation-delay:2.4s; }
@keyframes badge-float{ 0%,100%{ transform:translateY(0); } 50%{ transform:translateY(-8px); } }
@media (prefers-reduced-motion: reduce){ .appt-float-badge{ animation:none !important; } }
@media (max-width:991px){ .appt-float-badge{ display:none; } }
.appt-feat-item{ display:flex; align-items:flex-start; gap:14px; padding:14px 0; }
.appt-feat-item .ico{ width:38px; height:38px; min-width:38px; border-radius:11px; background:var(--surface); color:var(--green); display:flex; align-items:center; justify-content:center; font-size:0.95rem; }
.appt-feat-item b{ display:block; font-size:0.94rem; margin-bottom:3px; }
.appt-feat-item span{ color:var(--ink-dim); font-size:0.85rem; } background:var(--card); border-radius:var(--radius-md); padding:30px 26px; height:100%; box-shadow:var(--shadow-sm); transition:transform .25s ease, box-shadow .25s ease; }
.step-card-white:hover{ transform:translateY(-5px); box-shadow:var(--shadow); }
.step-num-o{ width:44px; height:44px; border-radius:50%; background:linear-gradient(135deg, var(--orange-2), var(--orange)); color:#fff; display:flex; align-items:center; justify-content:center; font-weight:700; font-size:0.95rem; margin-bottom:20px; }
.step-card-white h6{ font-size:1.02rem; margin-bottom:8px; }
.step-card-white p{ color:var(--ink-dim); font-size:0.87rem; margin:0; }

/* ===== INDUSTRY BANNER (green) ===== */
.industry-banner{ background:linear-gradient(135deg, #0B2A1F 0%, #146B4E 48%, #7FCBA5 100%); border-radius:36px; padding:56px 44px; color:#fff; }
.industry-banner h2{ color:#fff; font-size:clamp(1.8rem,3vw,2.5rem); }
.industry-banner p{ color:rgba(255,255,255,0.82); font-size:0.98rem; margin-top:14px; max-width:400px; }
.btn-grad-oc{ background:linear-gradient(120deg, var(--orange), var(--green-2)); color:#fff !important; border:none; border-radius:999px; padding:13px 28px; font-weight:600; font-size:0.9rem; display:inline-flex; align-items:center; gap:8px; margin-top:26px; transition:transform .2s ease, box-shadow .2s ease; }
.btn-grad-oc:hover{ transform:translateY(-2px); box-shadow:0 16px 34px -16px rgba(0,0,0,0.4); }
.industry-tile{ background:rgba(6,20,15,0.55); border-radius:16px; padding:16px 18px; display:flex; align-items:center; gap:14px; height:100%; backdrop-filter:blur(4px); transition:transform .22s ease, background .22s ease; }
.industry-tile:hover{ transform:translateY(-3px); background:rgba(6,20,15,0.72); }
.industry-tile .ico{ width:38px; height:38px; min-width:38px; border-radius:11px; background:var(--green-2); color:#fff; display:flex; align-items:center; justify-content:center; font-size:0.95rem; }
.industry-tile span:last-child{ font-weight:600; font-size:0.9rem; color:#fff; }

/* ===== WHY CHOOSE BANNER (orange) ===== */
.why-banner{ background:linear-gradient(135deg, #C8763B 0%, #E29A5C 45%, #F6DEBF 100%); border-radius:36px; padding:56px 44px; }
.why-banner h2{ font-size:clamp(1.8rem,3vw,2.5rem); color:var(--ink); }
.why-banner h2 .accent{ color:var(--green); }
.why-banner > .row > div > p{ color:rgba(20,19,15,0.72); font-size:0.98rem; margin-top:14px; max-width:400px; }
.why-check-item{ display:flex; align-items:center; gap:14px; padding:14px 0; border-bottom:1px solid rgba(20,19,15,0.14); }
.why-check-item:last-child{ border-bottom:none; }
.why-check-item .check-ico-dark{ width:24px; height:24px; min-width:24px; border-radius:50%; background:var(--ink); color:#fff; display:flex; align-items:center; justify-content:center; font-size:0.65rem; }
.why-check-item span:last-child{ font-weight:600; font-size:0.92rem; color:var(--ink); }
@media (max-width:767px){ .industry-banner, .why-banner{ padding:36px 26px; border-radius:26px; } }

/* ===== USE CASES ===== */
.usecase-card{ border-radius:var(--radius-md); overflow:hidden; border:1px solid var(--line); background:var(--card); height:100%; transition:transform .25s ease, box-shadow .25s ease; }
.usecase-card:hover{ transform:translateY(-5px); box-shadow:var(--shadow-sm); }
.usecase-visual{ height:104px; display:flex; align-items:center; justify-content:center; font-size:1.5rem; }
.usecase-body{ padding:20px 22px 24px; }
.usecase-body h5{ font-size:0.98rem; margin-bottom:7px; }
.usecase-body p{ color:var(--ink-dim); font-size:0.86rem; margin:0; }

/* ===== USE CASE CAROUSEL ===== */
.uc-carousel-wrap{ position:relative; }
.uc-track{ display:flex; gap:22px; overflow-x:auto; scroll-snap-type:x mandatory; padding:6px 6px 26px; scrollbar-width:none; -ms-overflow-style:none; }
.uc-track::-webkit-scrollbar{ display:none; }
.uc-card{ flex:0 0 auto; width:300px; scroll-snap-align:start; background:var(--card); border:1px solid var(--line); border-radius:var(--radius-md); overflow:hidden; transition:transform .25s ease, box-shadow .25s ease; }
.uc-card:hover{ transform:translateY(-6px); box-shadow:var(--shadow); }
.uc-visual{ aspect-ratio:1/0.95; position:relative; overflow:hidden; }
.uc-visual .blob{ position:absolute; width:150px; height:150px; border-radius:50%; opacity:0.5; filter:blur(4px); }
.uc-visual .blob.b1{ top:-30px; left:-30px; background:rgba(255,255,255,0.35); }
.uc-visual .blob.b2{ bottom:-40px; right:-30px; background:rgba(0,0,0,0.06); }
.uc-illustration{ position:absolute; left:14px; bottom:0; width:44%; height:auto; z-index:1; }
.uc-mockup{ position:absolute; right:16px; top:24px; width:62%; background:#fff; border-radius:16px; padding:18px 14px 16px; box-shadow:0 20px 40px -18px rgba(0,0,0,0.3); transform:rotate(3deg); z-index:2; }
.uc-mockup::after{ content:""; position:absolute; top:8px; bottom:8px; right:-5px; width:5px; border-radius:5px; background:var(--accent, var(--green)); }
.uc-ring{ width:56px; height:56px; border:1.5px dashed rgba(20,19,15,0.25); border-radius:50%; display:flex; align-items:center; justify-content:center; margin:0 auto 12px; }
.uc-ring .dot{ width:38px; height:38px; border-radius:50%; display:flex; align-items:center; justify-content:center; color:#fff; font-size:0.95rem; background:var(--accent, var(--green)); }
.uc-bar{ height:4px; background:var(--surface); border-radius:4px; overflow:hidden; margin-bottom:12px; }
.uc-bar span{ display:block; height:100%; background:var(--ink); border-radius:4px; }
.uc-controls{ display:flex; align-items:center; justify-content:center; gap:10px; }
.uc-controls .side{ width:24px; height:24px; border-radius:50%; border:1px solid var(--line); display:flex; align-items:center; justify-content:center; color:var(--ink-dim); font-size:0.58rem; }
.uc-controls .mid{ width:30px; height:30px; border-radius:50%; display:flex; align-items:center; justify-content:center; color:#fff; font-size:0.65rem; background:var(--accent, var(--green)); }
.uc-body{ padding:20px 22px 24px; }
.uc-body h5{ font-size:1.05rem; margin-bottom:8px; }
.uc-body p{ color:var(--ink-dim); font-size:0.87rem; margin:0; line-height:1.6; }
.uc-nav{ width:44px; height:44px; min-width:44px; border-radius:50%; background:linear-gradient(135deg, var(--orange-2), var(--orange)); color:#fff; border:none; display:flex; align-items:center; justify-content:center; font-size:0.95rem; transition:transform .2s ease, box-shadow .2s ease; box-shadow:var(--shadow-sm); }
.uc-nav:hover{ transform:scale(1.08); }
.uc-nav:disabled{ opacity:0.35; cursor:default; transform:none; }
.uc-nav-row{ display:flex; justify-content:flex-end; gap:10px; margin-top:8px; }
@media (max-width:575px){ .uc-card{ width:78vw; } }

/* ===== STATS ===== */
.stat-box{ background:var(--card); border:1px solid var(--line); border-radius:var(--radius-sm); padding:24px 20px; transition:transform .22s ease, box-shadow .22s ease; }
.stat-box:hover{ transform:translateY(-3px); box-shadow:var(--shadow-sm); }
.stat-box .num{ font-size:1.9rem; font-weight:800; letter-spacing:-0.03em; color:var(--green); }
.stat-box .label{ color:var(--ink-dim); font-size:0.8rem; margin-top:4px; }





/* ===== FAQ ===== */
.accordion-item{ background:transparent; border:none; border-bottom:1px solid var(--line); }
.accordion-button{ background:transparent; font-weight:600; color:var(--ink); padding:20px 2px; font-size:0.96rem; box-shadow:none !important; transition:color .2s ease; }
.accordion-button:hover{ color:var(--green); }
.accordion-button:not(.collapsed){ color:var(--green); background:transparent; }
.accordion-button::after{ filter:none; transition:transform .3s ease; }
.accordion-body{ color:var(--ink-dim); padding:0 2px 22px; font-size:0.9rem; line-height:1.65; }

/* ===== FINAL CTA ===== */
.cta-bar{ background:var(--ink); border-radius:32px; padding:52px 40px; display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap; color:#fff; position:relative; overflow:hidden; }
.cta-bar::before{ content:""; position:absolute; inset:0; background:radial-gradient(circle at 85% 20%, rgba(201,122,62,0.3), transparent 55%), radial-gradient(circle at 10% 90%, rgba(31,138,99,0.28), transparent 55%); pointer-events:none; }
.cta-bar h2{ color:#fff; font-size:clamp(1.5rem,2.6vw,2rem); margin:0; position:relative; z-index:1; max-width:520px; }
.cta-bar .cta-actions{ display:flex; gap:12px; flex-wrap:wrap; position:relative; z-index:1; }

/* ===== FOOTER ===== */
footer{ padding:80px 0 30px; border-top:1px solid var(--line); }
footer h6{ font-size:0.75rem; font-weight:700; text-transform:uppercase; letter-spacing:0.07em; color:var(--ink-soft); margin-bottom:16px; }
footer a.footer-link{ display:block; color:var(--ink-dim); font-size:0.86rem; margin-bottom:11px; transition:color .2s ease; }
footer a.footer-link:hover{ color:var(--green); }
.footer-bottom{ border-top:1px solid var(--line); margin-top:50px; padding-top:22px; font-size:0.8rem; color:var(--ink-soft); display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; }
.social-icon{ width:34px; height:34px; border:1px solid var(--line); border-radius:50%; display:flex; align-items:center; justify-content:center; color:var(--ink-dim); font-size:0.8rem; transition:all .2s ease; }
.social-icon:hover{ color:#fff; background:var(--green); border-color:var(--green); }

section{ scroll-margin-top:90px; }

@media (max-width:767px){
  .hero{ padding:120px 0 10px; }
  .section-pad{ padding:60px 0; }
  .cta-bar{ padding:40px 24px; flex-direction:column; text-align:center; }
  .cta-bar .cta-actions{ justify-content:center; }
}

/* demo */
*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{ background:var(--bg); color:var(--ink); font-family:'Instrument Sans',sans-serif; overflow-x:hidden; -webkit-font-smoothing:antialiased; }
h1,h2,h3,h4,h5,h6{ font-family:'Instrument Sans',sans-serif; letter-spacing:-0.02em; font-weight:700; color:var(--ink); }
p{ line-height:1.65; }
a{ text-decoration:none; }
a:focus-visible, button:focus-visible{ outline:2px solid var(--green); outline-offset:3px; border-radius:6px; }
::selection{ background:rgba(201,122,62,0.22); color:var(--ink); }
.grad-a{ background:var(--grad-a); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; }
.grad-b{ background:var(--grad-b); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; }

/* ===== REVEAL ===== */
.reveal{ opacity:0; transform:translateY(22px); transition:opacity .7s cubic-bezier(.2,.6,.2,1), transform .7s cubic-bezier(.2,.6,.2,1); }
.reveal.in-view{ opacity:1; transform:translateY(0); }
.reveal-stagger.in-view .r-item{ opacity:1; transform:translateY(0); }
.reveal-stagger .r-item{ opacity:0; transform:translateY(16px); transition:opacity .55s ease, transform .55s ease; }
.reveal-stagger .r-item:nth-child(1){ transition-delay:.03s; }
.reveal-stagger .r-item:nth-child(2){ transition-delay:.09s; }
.reveal-stagger .r-item:nth-child(3){ transition-delay:.15s; }
.reveal-stagger .r-item:nth-child(4){ transition-delay:.21s; }
.reveal-stagger .r-item:nth-child(5){ transition-delay:.27s; }
.reveal-stagger .r-item:nth-child(6){ transition-delay:.33s; }
@media (prefers-reduced-motion: reduce){ .reveal, .reveal-stagger .r-item{ opacity:1 !important; transform:none !important; transition:none !important; } }

/* ===== BUTTONS ===== */
.btn-ink{ background:var(--ink); color:#fff !important; border:none; border-radius:999px; padding:13px 26px; font-weight:600; font-size:0.92rem; display:inline-flex; align-items:center; gap:9px; transition:transform .2s ease, box-shadow .2s ease; }
.btn-ink:hover{ transform:translateY(-2px); box-shadow:0 16px 32px -16px rgba(0,0,0,0.5); }
.btn-ink i{ color:var(--orange-2); transition:transform .25s ease; }
.btn-ink:hover i{ transform:translateX(3px); }
.btn-cream{ background:var(--surface); color:var(--green) !important; border:none; border-radius:999px; padding:13px 26px; font-weight:600; font-size:0.92rem; display:inline-flex; align-items:center; gap:8px; transition:background .2s ease, transform .2s ease; }
.btn-cream:hover{ background:var(--surface-2); transform:translateY(-2px); }
.btn-green{ background:var(--green); color:#fff !important; border:none; border-radius:999px; padding:11px 24px; font-weight:600; font-size:0.86rem; display:inline-flex; align-items:center; gap:8px; transition:background .2s ease, transform .2s ease, box-shadow .2s ease; }
.btn-green:hover{ background:var(--green-2); transform:translateY(-2px); box-shadow:0 14px 30px -16px rgba(20,107,78,0.5); }
.btn-outline-ink{ background:#fff; color:var(--ink) !important; border:1px solid var(--line); border-radius:999px; padding:10px 23px; font-weight:600; font-size:0.86rem; display:inline-flex; align-items:center; gap:8px; transition:border-color .2s ease, transform .2s ease; }
.btn-outline-ink:hover{ border-color:var(--ink); transform:translateY(-2px); }
.btn-ghost{ color:var(--ink-dim) !important; font-weight:500; font-size:0.9rem; }
.btn-ghost:hover{ color:var(--ink) !important; }
.btn-white-o{ background:transparent; color:#fff !important; border:1px solid rgba(255,255,255,0.3); border-radius:999px; padding:12px 25px; font-weight:600; font-size:0.88rem; display:inline-flex; align-items:center; gap:8px; transition:border-color .2s ease, transform .2s ease, background .2s ease; }
.btn-white-o:hover{ border-color:#fff; background:rgba(255,255,255,0.08); transform:translateY(-2px); }
.btn-white-s{ background:#fff; color:var(--ink) !important; border:none; border-radius:999px; padding:12px 25px; font-weight:600; font-size:0.88rem; display:inline-flex; align-items:center; gap:8px; transition:transform .2s ease, box-shadow .2s ease; }
.btn-white-s:hover{ transform:translateY(-2px); box-shadow:0 16px 34px -16px rgba(0,0,0,0.4); }



/* ===== HERO ===== */
.hero{ position:relative; padding:150px 0 20px; text-align:center; overflow:hidden; }
.hero-glow{ position:absolute; inset:0; z-index:0; pointer-events:none; overflow:hidden; }
.hero-glow span{ position:absolute; border-radius:50%; filter:blur(90px); }
.hero-glow .g1{ width:480px; height:480px; top:-180px; left:6%; background:radial-gradient(circle, rgba(224,149,79,0.5), transparent 70%); animation:glow-drift-a 16s ease-in-out infinite; }
.hero-glow .g2{ width:520px; height:520px; top:-160px; right:4%; background:radial-gradient(circle, rgba(31,138,99,0.45), transparent 70%); animation:glow-drift-b 18s ease-in-out infinite; }
.hero-glow .g3{ width:360px; height:360px; top:120px; left:50%; background:radial-gradient(circle, rgba(201,122,62,0.3), transparent 70%); animation:glow-drift-c 20s ease-in-out infinite; }
@keyframes glow-drift-a{ 0%,100%{ transform:translate(0,0) scale(1); } 50%{ transform:translate(60px,40px) scale(1.15); } }
@keyframes glow-drift-b{ 0%,100%{ transform:translate(0,0) scale(1); } 50%{ transform:translate(-50px,50px) scale(1.1); } }
@keyframes glow-drift-c{ 0%,100%{ transform:translate(-50%,0) scale(1); opacity:0.8; } 50%{ transform:translate(-50%,-30px) scale(1.2); opacity:1; } }
@media (prefers-reduced-motion: reduce){ .hero-glow span{ animation:none !important; } }
.hero > .container{ position:relative; z-index:1; }
.hero-badge{ display:inline-flex; align-items:center; gap:10px; border:1px solid var(--line); background:var(--card); padding:9px 20px; border-radius:999px; font-size:0.72rem; font-weight:600; letter-spacing:0.08em; text-transform:uppercase; color:var(--ink-dim); }
.hero-badge .sep{ color:var(--ink-soft); }
.hero h1{ font-size:clamp(2.3rem,5.6vw,4.1rem); line-height:1.08; margin-top:26px; font-weight:800; }
.hero-sub{ color:var(--ink-dim); font-size:1.02rem; line-height:1.7; max-width:700px; margin:22px auto 0; }
.hero-actions{ margin-top:30px; display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }

/* hero entrance animation */
.hero-anim-item{ opacity:0; transform:translateY(18px); animation:hero-up .75s cubic-bezier(.2,.7,.3,1) forwards; }
.hero-badge.hero-anim-item{ animation-delay:.05s; }
.hero h1.hero-anim-item{ animation-delay:.16s; }
.hero-sub.hero-anim-item{ animation-delay:.32s; }
.hero-actions.hero-anim-item{ animation-delay:.46s; }
@keyframes hero-up{ to{ opacity:1; transform:translateY(0); } }
@media (prefers-reduced-motion: reduce){ .hero-anim-item{ animation:none !important; opacity:1 !important; transform:none !important; } }

/* ===== EDITOR MOCKUP ===== */
.browser-frame{ background:var(--card); border:1px solid var(--line); border-radius:24px; overflow:hidden; box-shadow:var(--shadow); margin-top:56px; text-align:left; }
.browser-frame .chrome-bar{ display:flex; align-items:center; padding:14px 18px; border-bottom:1px solid var(--line); position:relative; }
.chrome-dots{ display:flex; gap:7px; }
.chrome-dots span{ width:10px; height:10px; border-radius:50%; }
.chrome-dots span:nth-child(1){ background:#F2A6A0; }
.chrome-dots span:nth-child(2){ background:var(--orange-2); }
.chrome-dots span:nth-child(3){ background:#D8D5CA; }
.chrome-url{ position:absolute; left:50%; transform:translateX(-50%); font-size:0.78rem; color:var(--ink-dim); font-weight:500; }
.editor-body{ background:var(--surface); padding:28px; }
.editor-panel{ background:var(--card); border:1px solid var(--line); border-radius:var(--radius-md); padding:24px; height:100%; }
.editor-panel-head{ display:flex; align-items:center; justify-content:space-between; margin-bottom:16px; }
.editor-panel-head h6{ font-size:1.05rem; margin:0; font-weight:700; }
.model-pill{ background:var(--orange-soft); color:var(--orange); font-size:0.74rem; font-weight:700; padding:6px 14px; border-radius:999px; }
.editor-textbox{ background:var(--surface); border:1px solid var(--line); border-radius:14px; padding:20px; font-size:0.98rem; color:var(--ink); min-height:120px; font-style:italic; }
.editor-textbox .type-cursor{ display:inline-block; width:2px; height:16px; background:var(--orange); vertical-align:middle; margin-left:2px; animation:type-blink .85s steps(1) infinite; }
@keyframes type-blink{ 50%{ opacity:0; } }
.play-btn.is-playing i{ font-size:0.7rem; }
.waveform{ transition:opacity .3s ease; }
.waveform.idle{ opacity:0.3; }
.waveform.idle span{ animation-play-state:paused; }
@media (prefers-reduced-motion: reduce){ .editor-textbox .type-cursor{ animation:none !important; } }
.editor-controls{ display:flex; align-items:center; gap:14px; margin-top:20px; }
.play-btn{ width:42px; height:42px; min-width:42px; border-radius:50%; background:var(--ink); color:#fff; display:flex; align-items:center; justify-content:center; font-size:0.78rem; cursor:pointer; transition:transform .2s ease; border:none; }
.play-btn:hover{ transform:scale(1.08); }
.waveform{ display:flex; align-items:center; gap:3px; height:22px; flex:1; }
.waveform span{ width:3px; border-radius:3px; display:block; animation:wave 1.2s ease-in-out infinite; }
.waveform span:nth-child(odd){ background:var(--orange); }
.waveform span:nth-child(even){ background:var(--green); }
@keyframes wave{ 0%,100%{ transform:scaleY(0.4); } 50%{ transform:scaleY(1); } }
.duration-txt{ font-size:0.78rem; color:var(--ink-soft); white-space:nowrap; }
.persona-card{ background:var(--card); border:1px solid var(--line); border-radius:var(--radius-md); padding:22px; margin-bottom:16px; }
.persona-card .label{ text-align:center; font-size:0.8rem; color:var(--ink-dim); font-weight:600; margin-bottom:14px; }
.persona-row{ display:flex; align-items:center; gap:14px; background:var(--surface); border-radius:14px; padding:14px; }
.persona-avatar{ width:40px; height:40px; min-width:40px; border-radius:50%; background:linear-gradient(135deg, var(--orange-2), var(--green-2)); }
.persona-row b{ display:block; font-size:0.92rem; }
.persona-row span{ font-size:0.78rem; color:var(--ink-dim); }
.param-row{ margin-bottom:16px; }
.param-row:last-child{ margin-bottom:0; }
.param-row .top{ display:flex; justify-content:space-between; font-size:0.86rem; font-weight:600; margin-bottom:8px; }
.param-row .top span:last-child{ color:var(--ink-dim); font-weight:500; }
.param-track{ height:6px; background:var(--surface); border-radius:6px; overflow:hidden; }
.param-fill{ height:100%; border-radius:6px; }
.param-fill.ink{ background:var(--ink); }
.param-fill.green{ background:var(--green); }
@media (prefers-reduced-motion: reduce){ .waveform span{ animation:none !important; } }
@media (max-width:767px){ .editor-body{ padding:16px; } }

/* ===== TRUSTED ===== */
.trusted-wrap{ border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.trusted-grid{ display:grid; grid-template-columns:repeat(3,1fr); }
@media (min-width:576px){ .trusted-grid{ grid-template-columns:repeat(4,1fr); } }
@media (min-width:992px){ .trusted-grid{ grid-template-columns:repeat(6,1fr); } }
.trusted-cell{ border-right:1px solid var(--line); border-bottom:1px solid var(--line); display:flex; align-items:center; justify-content:center; padding:26px 12px; font-weight:700; font-size:0.98rem; color:var(--ink-soft); opacity:0.9; transition:opacity .2s ease, color .2s ease; letter-spacing:-0.01em; }
.trusted-cell:hover{ opacity:1; color:var(--green); }
.trusted-grid .trusted-cell:nth-child(6n){ border-right:none; }
@media (max-width:991px){ .trusted-grid .trusted-cell:nth-child(4n){ border-right:none; } .trusted-grid .trusted-cell:nth-child(6n){ border-right:1px solid var(--line); } }
@media (max-width:575px){ .trusted-grid .trusted-cell:nth-child(3n){ border-right:none; } }

/* ===== SECTIONS ===== */
.section-pad{ padding:100px 0; }
.section-head{ margin-bottom:52px; }
.section-head h2{ font-size:clamp(1.8rem,3vw,2.4rem); margin-top:10px; }
.section-head p{ color:var(--ink-dim); font-size:1rem; max-width:560px; margin-top:14px; }
.eyebrow-txt{ font-size:0.78rem; font-weight:700; color:var(--green); text-transform:uppercase; letter-spacing:0.08em; }

/* ===== PLATFORM PANELS ===== */
.platform-card{ border-radius:var(--radius-lg); overflow:hidden; height:100%; border:1px solid var(--line); background:var(--card); }
.platform-head{ padding:32px 32px 0; }
.platform-head .eyebrow-txt{ margin-bottom:6px; display:block; }
.platform-head h3{ font-size:1.35rem; margin-bottom:8px; }
.platform-head p{ color:var(--ink-dim); font-size:0.9rem; }
.platform-visual{ margin:24px; border-radius:var(--radius-md); overflow:hidden; }
.agent-mock{ background:radial-gradient(circle at 20% 20%, #1F4A3B, #10231C 55%), radial-gradient(circle at 80% 80%, #4A2C16, transparent 60%); background-blend-mode:screen; min-height:250px; padding:24px; display:flex; flex-direction:column; justify-content:flex-end; gap:10px; }
.chat-bubble{ background:rgba(255,255,255,0.96); color:var(--ink); border-radius:16px; padding:10px 16px; font-size:0.82rem; max-width:78%; align-self:flex-start; box-shadow:0 8px 20px -10px rgba(0,0,0,0.4); }
.chat-bubble.me{ align-self:flex-end; background:rgba(20,19,15,0.85); color:#fff; }
.chat-bubble.tag{ display:inline-flex; align-items:center; gap:6px; background:var(--green); color:#fff; border-radius:999px; padding:6px 14px; font-size:0.74rem; font-weight:600; align-self:flex-start; }

/* ===== FEATURE GRID ===== */
.feat-card{ background:var(--card); border:1px solid var(--line); border-radius:var(--radius-md); padding:26px; height:100%; transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.feat-card:hover{ transform:translateY(-5px); box-shadow:var(--shadow-sm); border-color:transparent; }
.feat-ico{ width:40px; height:40px; border-radius:12px; background:var(--surface); display:flex; align-items:center; justify-content:center; color:var(--green); font-size:1rem; margin-bottom:18px; }
.feat-card h5{ font-size:1rem; margin-bottom:8px; }
.feat-card p{ color:var(--ink-dim); font-size:0.87rem; margin:0; }

/* ===== BENTO CAPABILITIES ===== */
.bento-card{ border-radius:var(--radius-md); border:1px solid var(--line); padding:32px; height:100%; display:flex; flex-direction:column; background:var(--card); transition:transform .25s ease, box-shadow .25s ease; }
.bento-card:hover{ transform:translateY(-4px); box-shadow:var(--shadow-sm); }
.bento-card.feature{ background:var(--green-soft); border-color:transparent; padding:36px; }
.bento-ico{ width:46px; height:46px; border-radius:13px; display:flex; align-items:center; justify-content:center; font-size:1.1rem; margin-bottom:22px; }
.bento-card.feature .bento-ico{ background:var(--green); color:#fff; }
.bento-card:not(.feature) .bento-ico{ background:var(--surface); color:var(--green); }
.bento-card h4{ font-size:1.35rem; margin-bottom:12px; }
.bento-card.compact h4{ font-size:1.1rem; margin-bottom:10px; }
.bento-card p{ color:var(--ink-dim); font-size:0.92rem; line-height:1.65; margin-bottom:0; }
.bento-card.compact p{ font-size:0.87rem; }
.bento-link{ margin-top:20px; font-weight:700; font-size:0.88rem; color:var(--green); display:inline-flex; align-items:center; gap:6px; transition:gap .2s ease; }
.bento-link:hover{ gap:10px; color:var(--green-2); }
.bento-badges{ margin-top:auto; padding-top:20px; display:flex; align-items:center; gap:8px; }
.bento-avatar-stack{ display:flex; }
.bento-avatar-stack span{ width:26px; height:26px; border-radius:50%; background:var(--surface-2); border:2px solid var(--card); margin-left:-8px; }
.bento-avatar-stack span:first-child{ margin-left:0; }
.bento-tag-ai{ background:var(--ink); color:#fff; font-size:0.7rem; font-weight:700; padding:4px 10px; border-radius:999px; }
.bento-code{ background:#14130F; border-radius:var(--radius-md); padding:26px; color:#F1EFE7; font-family:'JetBrains Mono','Courier New',monospace; font-size:0.78rem; line-height:1.8; height:100%; overflow-x:auto; }
.bento-code .c-key{ color:var(--orange-2); }
.bento-code .c-str{ color:#8FD9BB; }
.bento-code .c-fn{ color:#9FC6FF; }
.bento-code .c-prop{ color:#D8D4C8; }

/* ===== APPOINTMENT ASSISTANT (light floating phone style) ===== */
.appt-stage{ position:relative; padding:30px 10px; display:flex; align-items:center; justify-content:center; min-height:520px; }
.appt-stage-glow{ position:absolute; inset:0; border-radius:var(--radius-lg); background:linear-gradient(135deg, var(--orange-soft), var(--green-soft)); overflow:hidden; z-index:0; }
.appt-stage-glow span{ position:absolute; border-radius:50%; filter:blur(70px); opacity:0.7; }
.appt-stage-glow .s1{ width:260px; height:260px; top:-60px; left:-40px; background:var(--orange-2); animation:glow-drift-a 14s ease-in-out infinite; }
.appt-stage-glow .s2{ width:280px; height:280px; bottom:-70px; right:-50px; background:var(--green-2); animation:glow-drift-b 16s ease-in-out infinite; }
@media (prefers-reduced-motion: reduce){ .appt-stage-glow span{ animation:none !important; } }
.appt-phone{ position:relative; z-index:1; width:290px; background:#fff; border-radius:34px; padding:14px; box-shadow:0 30px 70px -24px rgba(20,18,12,0.35); }
.appt-phone-screen{ background:var(--surface); border-radius:24px; padding:20px 16px; min-height:440px; display:flex; flex-direction:column; }
.appt-phone-caller{ text-align:center; padding:8px 0 16px; }
.appt-phone-avatar{ width:56px; height:56px; border-radius:50%; margin:0 auto 10px; background:linear-gradient(135deg, var(--orange-2), var(--green-2)); display:flex; align-items:center; justify-content:center; color:#fff; font-size:1.2rem; }
.appt-phone-caller b{ display:block; font-size:0.95rem; }
.appt-phone-caller span{ font-size:0.76rem; color:var(--ink-dim); }
.appt-phone-transcript{ flex:1; display:flex; flex-direction:column; gap:9px; margin:6px 0 14px; min-height:190px; }
.appt-bubble{ max-width:86%; padding:9px 13px; border-radius:14px; font-size:0.79rem; line-height:1.45; opacity:0; transform:translateY(10px) scale(0.97); animation:bubble-in .38s cubic-bezier(.2,.7,.3,1) forwards; }
@keyframes bubble-in{ to{ opacity:1; transform:translateY(0) scale(1); } }
.appt-typing{ display:inline-flex; align-items:center; gap:4px; padding:11px 15px; border-radius:14px; align-self:flex-start; background:#fff; border:1px solid var(--line); width:fit-content; opacity:0; transform:translateY(6px); animation:bubble-in .3s ease forwards; }
.appt-typing.us{ align-self:flex-end; background:var(--green); border-color:transparent; }
.appt-typing span{ width:6px; height:6px; border-radius:50%; background:var(--ink-soft); animation:typing-bounce 1s infinite ease-in-out; }
.appt-typing.us span{ background:rgba(255,255,255,0.85); }
.appt-typing span:nth-child(2){ animation-delay:.15s; }
.appt-typing span:nth-child(3){ animation-delay:.3s; }
@keyframes typing-bounce{ 0%,60%,100%{ transform:translateY(0); opacity:0.5; } 30%{ transform:translateY(-4px); opacity:1; } }
.appt-live-dot{ width:7px; height:7px; border-radius:50%; background:#FF5D5D; display:inline-block; margin-right:5px; animation:appt-pulse 1.4s infinite; }
@keyframes appt-pulse{ 0%,100%{ opacity:1; } 50%{ opacity:0.3; } }
@media (prefers-reduced-motion: reduce){ .appt-bubble, .appt-typing{ animation:none !important; opacity:1 !important; transform:none !important; } .appt-live-dot{ animation:none !important; } }
.appt-bubble.them{ align-self:flex-start; background:#fff; border:1px solid var(--line); border-bottom-left-radius:4px; }
.appt-bubble.us{ align-self:flex-end; background:var(--green); color:#fff; border-bottom-right-radius:4px; }
.appt-phone-controls{ display:flex; align-items:center; justify-content:center; gap:14px; padding-top:12px; }
.appt-phone-controls button{ width:40px; height:40px; border-radius:50%; border:none; display:flex; align-items:center; justify-content:center; font-size:0.85rem; transition:transform .2s ease; }
.appt-phone-controls button:hover{ transform:scale(1.08); }
.appt-phone-controls .mic{ background:var(--card); border:1px solid var(--line); color:var(--ink); }
.appt-phone-controls .end{ background:#E8483B; color:#fff; width:48px; height:48px; }
.appt-phone-notch{ width:70px; height:5px; border-radius:5px; background:var(--line); margin:0 auto 12px; }
.appt-float-badge{ position:absolute; z-index:2; background:var(--card); border:1px solid var(--line); border-radius:14px; padding:11px 15px; box-shadow:var(--shadow-sm); display:flex; align-items:center; gap:10px; font-size:0.78rem; font-weight:600; animation:badge-float 5s ease-in-out infinite; }
.appt-float-badge i{ color:var(--green); }
.appt-float-badge.fb1{ top:6%; left:0; }
.appt-float-badge.fb2{ bottom:14%; right:0; animation-delay:1.2s; }
.appt-float-badge.fb3{ top:44%; left:-6%; animation-delay:2.4s; }
@keyframes badge-float{ 0%,100%{ transform:translateY(0); } 50%{ transform:translateY(-8px); } }
@media (prefers-reduced-motion: reduce){ .appt-float-badge{ animation:none !important; } }
@media (max-width:991px){ .appt-float-badge{ display:none; } }
.appt-feat-item{ display:flex; align-items:flex-start; gap:14px; padding:14px 0; }
.appt-feat-item .ico{ width:38px; height:38px; min-width:38px; border-radius:11px; background:var(--surface); color:var(--green); display:flex; align-items:center; justify-content:center; font-size:0.95rem; }
.appt-feat-item b{ display:block; font-size:0.94rem; margin-bottom:3px; }
.appt-feat-item span{ color:var(--ink-dim); font-size:0.85rem; } background:var(--card); border-radius:var(--radius-md); padding:30px 26px; height:100%; box-shadow:var(--shadow-sm); transition:transform .25s ease, box-shadow .25s ease; }
.step-card-white:hover{ transform:translateY(-5px); box-shadow:var(--shadow); }
.step-num-o{ width:44px; height:44px; border-radius:50%; background:linear-gradient(135deg, var(--orange-2), var(--orange)); color:#fff; display:flex; align-items:center; justify-content:center; font-weight:700; font-size:0.95rem; margin-bottom:20px; }
.step-card-white h6{ font-size:1.02rem; margin-bottom:8px; }
.step-card-white p{ color:var(--ink-dim); font-size:0.87rem; margin:0; }

/* ===== INDUSTRY BANNER (green) ===== */
.industry-banner{ background:linear-gradient(135deg, #0B2A1F 0%, #146B4E 48%, #7FCBA5 100%); border-radius:36px; padding:56px 44px; color:#fff; }
.industry-banner h2{ color:#fff; font-size:clamp(1.8rem,3vw,2.5rem); }
.industry-banner p{ color:rgba(255,255,255,0.82); font-size:0.98rem; margin-top:14px; max-width:400px; }
.btn-grad-oc{ background:linear-gradient(120deg, var(--orange), var(--green-2)); color:#fff !important; border:none; border-radius:999px; padding:13px 28px; font-weight:600; font-size:0.9rem; display:inline-flex; align-items:center; gap:8px; margin-top:26px; transition:transform .2s ease, box-shadow .2s ease; }
.btn-grad-oc:hover{ transform:translateY(-2px); box-shadow:0 16px 34px -16px rgba(0,0,0,0.4); }
.industry-tile{ background:rgba(6,20,15,0.55); border-radius:16px; padding:16px 18px; display:flex; align-items:center; gap:14px; height:100%; backdrop-filter:blur(4px); transition:transform .22s ease, background .22s ease; }
.industry-tile:hover{ transform:translateY(-3px); background:rgba(6,20,15,0.72); }
.industry-tile .ico{ width:38px; height:38px; min-width:38px; border-radius:11px; background:var(--green-2); color:#fff; display:flex; align-items:center; justify-content:center; font-size:0.95rem; }
.industry-tile span:last-child{ font-weight:600; font-size:0.9rem; color:#fff; }

/* ===== WHY CHOOSE BANNER (orange) ===== */
.why-banner{ background:linear-gradient(135deg, #C8763B 0%, #E29A5C 45%, #F6DEBF 100%); border-radius:36px; padding:56px 44px; }
.why-banner h2{ font-size:clamp(1.8rem,3vw,2.5rem); color:var(--ink); }
.why-banner h2 .accent{ color:var(--green); }
.why-banner > .row > div > p{ color:rgba(20,19,15,0.72); font-size:0.98rem; margin-top:14px; max-width:400px; }
.why-check-item{ display:flex; align-items:center; gap:14px; padding:14px 0; border-bottom:1px solid rgba(20,19,15,0.14); }
.why-check-item:last-child{ border-bottom:none; }
.why-check-item .check-ico-dark{ width:24px; height:24px; min-width:24px; border-radius:50%; background:var(--ink); color:#fff; display:flex; align-items:center; justify-content:center; font-size:0.65rem; }
.why-check-item span:last-child{ font-weight:600; font-size:0.92rem; color:var(--ink); }
@media (max-width:767px){ .industry-banner, .why-banner{ padding:36px 26px; border-radius:26px; } }

/* ===== USE CASES ===== */
.usecase-card{ border-radius:var(--radius-md); overflow:hidden; border:1px solid var(--line); background:var(--card); height:100%; transition:transform .25s ease, box-shadow .25s ease; }
.usecase-card:hover{ transform:translateY(-5px); box-shadow:var(--shadow-sm); }
.usecase-visual{ height:104px; display:flex; align-items:center; justify-content:center; font-size:1.5rem; }
.usecase-body{ padding:20px 22px 24px; }
.usecase-body h5{ font-size:0.98rem; margin-bottom:7px; }
.usecase-body p{ color:var(--ink-dim); font-size:0.86rem; margin:0; }

/* ===== USE CASE CAROUSEL ===== */
.uc-carousel-wrap{ position:relative; }
.uc-track{ display:flex; gap:22px; overflow-x:auto; scroll-snap-type:x mandatory; padding:6px 6px 26px; scrollbar-width:none; -ms-overflow-style:none; }
.uc-track::-webkit-scrollbar{ display:none; }
.uc-card{ flex:0 0 auto; width:300px; scroll-snap-align:start; background:var(--card); border:1px solid var(--line); border-radius:var(--radius-md); overflow:hidden; transition:transform .25s ease, box-shadow .25s ease; }
.uc-card:hover{ transform:translateY(-6px); box-shadow:var(--shadow); }
.uc-visual{ aspect-ratio:1/0.95; position:relative; overflow:hidden; }
.uc-visual .blob{ position:absolute; width:150px; height:150px; border-radius:50%; opacity:0.5; filter:blur(4px); }
.uc-visual .blob.b1{ top:-30px; left:-30px; background:rgba(255,255,255,0.35); }
.uc-visual .blob.b2{ bottom:-40px; right:-30px; background:rgba(0,0,0,0.06); }
.uc-illustration{ position:absolute; left:14px; bottom:0; width:44%; height:auto; z-index:1; }
.uc-mockup{ position:absolute; right:16px; top:24px; width:62%; background:#fff; border-radius:16px; padding:18px 14px 16px; box-shadow:0 20px 40px -18px rgba(0,0,0,0.3); transform:rotate(3deg); z-index:2; }
.uc-mockup::after{ content:""; position:absolute; top:8px; bottom:8px; right:-5px; width:5px; border-radius:5px; background:var(--accent, var(--green)); }
.uc-ring{ width:56px; height:56px; border:1.5px dashed rgba(20,19,15,0.25); border-radius:50%; display:flex; align-items:center; justify-content:center; margin:0 auto 12px; }
.uc-ring .dot{ width:38px; height:38px; border-radius:50%; display:flex; align-items:center; justify-content:center; color:#fff; font-size:0.95rem; background:var(--accent, var(--green)); }
.uc-bar{ height:4px; background:var(--surface); border-radius:4px; overflow:hidden; margin-bottom:12px; }
.uc-bar span{ display:block; height:100%; background:var(--ink); border-radius:4px; }
.uc-controls{ display:flex; align-items:center; justify-content:center; gap:10px; }
.uc-controls .side{ width:24px; height:24px; border-radius:50%; border:1px solid var(--line); display:flex; align-items:center; justify-content:center; color:var(--ink-dim); font-size:0.58rem; }
.uc-controls .mid{ width:30px; height:30px; border-radius:50%; display:flex; align-items:center; justify-content:center; color:#fff; font-size:0.65rem; background:var(--accent, var(--green)); }
.uc-body{ padding:20px 22px 24px; }
.uc-body h5{ font-size:1.05rem; margin-bottom:8px; }
.uc-body p{ color:var(--ink-dim); font-size:0.87rem; margin:0; line-height:1.6; }
.uc-nav{ width:44px; height:44px; min-width:44px; border-radius:50%; background:linear-gradient(135deg, var(--orange-2), var(--orange)); color:#fff; border:none; display:flex; align-items:center; justify-content:center; font-size:0.95rem; transition:transform .2s ease, box-shadow .2s ease; box-shadow:var(--shadow-sm); }
.uc-nav:hover{ transform:scale(1.08); }
.uc-nav:disabled{ opacity:0.35; cursor:default; transform:none; }
.uc-nav-row{ display:flex; justify-content:flex-end; gap:10px; margin-top:8px; }
@media (max-width:575px){ .uc-card{ width:78vw; } }

/* ===== STATS ===== */
.stat-box{ background:var(--card); border:1px solid var(--line); border-radius:var(--radius-sm); padding:24px 20px; transition:transform .22s ease, box-shadow .22s ease; }
.stat-box:hover{ transform:translateY(-3px); box-shadow:var(--shadow-sm); }
.stat-box .num{ font-size:1.9rem; font-weight:800; letter-spacing:-0.03em; color:var(--green); }
.stat-box .label{ color:var(--ink-dim); font-size:0.8rem; margin-top:4px; }

/* ===== DEV / API ===== */
.code-card{ background:#14130F; border-radius:var(--radius-md); padding:24px; color:#F1EFE7; font-family:'JetBrains Mono','Courier New',monospace; font-size:0.78rem; line-height:1.75; overflow-x:auto; }
.code-card .c-key{ color:var(--orange-2); }
.code-card .c-str{ color:#8FD9BB; }
.code-card .c-fn{ color:#9FC6FF; }
.code-card .c-com{ color:#75726A; }
.dev-info h6{ font-size:0.92rem; margin-bottom:6px; }
.dev-info p{ color:var(--ink-dim); font-size:0.85rem; margin-bottom:12px; }
.dev-tag-row{ display:flex; gap:10px; flex-wrap:wrap; }
.dev-tag{ background:var(--surface); border-radius:10px; padding:9px 13px; font-size:0.78rem; }
.dev-tag b{ display:block; font-size:0.82rem; }
.dev-tag span{ color:var(--ink-dim); }

/* ===== INTEGRATIONS ===== */
.integrate-panel{ background:var(--surface); border-radius:var(--radius-lg); padding:28px; height:100%; min-height:340px; }
.integrate-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:14px; height:100%; }
.integrate-tile{ background:var(--card); border:1px solid var(--line); border-radius:16px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:10px; padding:18px 10px; transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.integrate-tile:hover{ transform:translateY(-4px); box-shadow:var(--shadow-sm); border-color:transparent; }
.integrate-tile .tile-ico{ width:38px; height:38px; border-radius:11px; background:var(--surface); display:flex; align-items:center; justify-content:center; font-size:1.05rem; color:var(--green); }
.integrate-tile span{ font-size:0.76rem; font-weight:600; color:var(--ink-dim); }
@media (max-width:575px){ .integrate-tile span{ font-size:0.68rem; } }

/* ===== BENEFITS ===== */
.benefit-item{ display:flex; align-items:center; gap:12px; padding:13px 0; border-bottom:1px dashed var(--line); }
.benefit-item:last-child{ border-bottom:none; }
.benefit-item i{ color:var(--orange); font-size:0.85rem; width:18px; }
.benefit-item span{ font-size:0.9rem; font-weight:500; }

/* ===== FAQ ===== */
.accordion-item{ background:transparent; border:none; border-bottom:1px solid var(--line); }
.accordion-button{ background:transparent; font-weight:600; color:var(--ink); padding:20px 2px; font-size:0.96rem; box-shadow:none !important; transition:color .2s ease; }
.accordion-button:hover{ color:var(--green); }
.accordion-button:not(.collapsed){ color:var(--green); background:transparent; }
.accordion-button::after{ filter:none; transition:transform .3s ease; }
.accordion-body{ color:var(--ink-dim); padding:0 2px 22px; font-size:0.9rem; line-height:1.65; }

/* ===== FINAL CTA ===== */
.cta-bar{ background:var(--ink); border-radius:32px; padding:52px 40px; display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap; color:#fff; position:relative; overflow:hidden; }
.cta-bar::before{ content:""; position:absolute; inset:0; background:radial-gradient(circle at 85% 20%, rgba(201,122,62,0.3), transparent 55%), radial-gradient(circle at 10% 90%, rgba(31,138,99,0.28), transparent 55%); pointer-events:none; }
.cta-bar h2{ color:#fff; font-size:clamp(1.5rem,2.6vw,2rem); margin:0; position:relative; z-index:1; max-width:520px; }
.cta-bar .cta-actions{ display:flex; gap:12px; flex-wrap:wrap; position:relative; z-index:1; }

/* ===== FOOTER ===== */
footer{ padding:80px 0 30px; border-top:1px solid var(--line); }
footer h6{ font-size:0.75rem; font-weight:700; text-transform:uppercase; letter-spacing:0.07em; color:var(--ink-soft); margin-bottom:16px; }
footer a.footer-link{ display:block; color:var(--ink-dim); font-size:0.86rem; margin-bottom:11px; transition:color .2s ease; }
footer a.footer-link:hover{ color:var(--green); }
.footer-bottom{ border-top:1px solid var(--line); margin-top:50px; padding-top:22px; font-size:0.8rem; color:var(--ink-soft); display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; }
.social-icon{ width:34px; height:34px; border:1px solid var(--line); border-radius:50%; display:flex; align-items:center; justify-content:center; color:var(--ink-dim); font-size:0.8rem; transition:all .2s ease; }
.social-icon:hover{ color:#fff; background:var(--green); border-color:var(--green); }

section{ scroll-margin-top:90px; }

@media (max-width:767px){
  .hero{ padding:120px 0 10px; }
  .section-pad{ padding:60px 0; }
  .cta-bar{ padding:40px 24px; flex-direction:column; text-align:center; }
  .cta-bar .cta-actions{ justify-content:center; }
}

/* ===== BOOK A DEMO PAGE ===== */
.demo-hero{ padding:150px 0 20px; text-align:center; position:relative; overflow:hidden; }
.demo-hero .hero-glow{ position:absolute; inset:0; z-index:0; pointer-events:none; overflow:hidden; }
.demo-hero > .container{ position:relative; z-index:1; }
.demo-hero h1{ font-size:clamp(2rem,4.4vw,3rem); line-height:1.1; margin-top:20px; }
.demo-hero p{ color:var(--ink-dim); font-size:1rem; max-width:560px; margin:16px auto 0; }

.demo-card{ background:var(--card); border:1px solid var(--line); border-radius:var(--radius-lg); padding:40px; box-shadow:var(--shadow-sm); }
.form-label-c{ font-size:0.85rem; font-weight:600; margin-bottom:8px; display:block; }
.form-label-c .req{ color:var(--orange); }
.form-control-c{ width:100%; background:var(--surface); border:1px solid var(--line); border-radius:12px; padding:12px 16px; font-family:'Instrument Sans',sans-serif; font-size:0.92rem; color:var(--ink); transition:border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.form-control-c:focus{ outline:none; border-color:var(--green); background:#fff; box-shadow:0 0 0 4px var(--green-soft); }
select.form-control-c{ appearance:none; -webkit-appearance:none; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236E6B62' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat:no-repeat; background-position:right 16px center; padding-right:38px; }
textarea.form-control-c{ resize:vertical; min-height:110px; }
.form-row{ margin-bottom:20px; }
.form-check-row{ display:flex; align-items:flex-start; gap:10px; font-size:0.82rem; color:var(--ink-dim); }
.form-check-row input{ margin-top:3px; accent-color:var(--green); }

.demo-side-item{ display:flex; align-items:flex-start; gap:14px; padding:16px 0; border-bottom:1px solid var(--line); }
.demo-side-item:last-child{ border-bottom:none; }
.demo-side-item .ico{ width:38px; height:38px; min-width:38px; border-radius:11px; background:var(--surface); color:var(--green); display:flex; align-items:center; justify-content:center; font-size:0.95rem; }
.demo-side-item b{ display:block; font-size:0.92rem; margin-bottom:3px; }
.demo-side-item span{ color:var(--ink-dim); font-size:0.84rem; }

.demo-quote{ background:var(--surface); border-radius:var(--radius-md); padding:26px; margin-top:24px; }
.demo-quote p{ font-size:0.92rem; font-style:italic; color:var(--ink); margin-bottom:14px; }
.demo-quote .who{ display:flex; align-items:center; gap:10px; }
.demo-quote .avatar{ width:36px; height:36px; border-radius:50%; background:linear-gradient(135deg, var(--orange-2), var(--green-2)); }
.demo-quote b{ font-size:0.85rem; display:block; }
.demo-quote span{ font-size:0.76rem; color:var(--ink-dim); }

.demo-success{ text-align:center; padding:50px 20px; }
.demo-success .check-circle{ width:70px; height:70px; border-radius:50%; background:var(--green-soft); color:var(--green); display:flex; align-items:center; justify-content:center; font-size:1.8rem; margin:0 auto 24px; animation:success-pop .5s cubic-bezier(.2,.8,.3,1.3); }
@keyframes success-pop{ from{ transform:scale(0.6); opacity:0; } to{ transform:scale(1); opacity:1; } }
.demo-success h3{ font-size:1.4rem; margin-bottom:10px; }
.demo-success p{ color:var(--ink-dim); font-size:0.92rem; max-width:380px; margin:0 auto; }
@media (max-width:767px){ .demo-card{ padding:26px 20px; } .demo-hero{ padding:120px 0 10px; } }
