﻿:root{
  --green:#1D9E75;--gl:#E1F5EE;--gm:#9FE1CB;--gd:#085041;--gdp:#0F6E56;
  --amber:#FAEEDA;--at:#633806;--am:#FAC775;--ab:#854F0B;
  --pl:#EEEDFE;--pt:#3C3489;--pm:#534AB7;
  --bl:#E6F1FB;--bt:#0C447C;--bm:#378ADD;
  --g50:#F7F6F3;--g100:#EEEDE8;--g200:#D3D1C7;--g400:#888780;
  --tx:#1A1A18;--ts:#5F5E5A;--tt:#888780;
  --bd:rgba(26,26,24,0.10);--bdm:rgba(26,26,24,0.18);
  --rl:14px;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{font-family:'DM Sans',sans-serif;background:#FAFAF8;color:var(--tx);font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased;}

nav{position:sticky;top:0;z-index:100;background:rgba(250,250,248,0.93);backdrop-filter:blur(12px);border-bottom:1px solid var(--bd);display:flex;align-items:center;justify-content:space-between;padding:0 40px;height:60px;}
.nav-logo{display:flex;align-items:center;gap:5px;font-size:16px;font-weight:500;color:var(--tx);text-decoration:none;letter-spacing:-.01em;}
.lmk{width:30px;height:30px;background:var(--green);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.nav-links{display:flex;align-items:center;gap:28px;font-size:13px;color:var(--ts);list-style:none;}
.nav-links a{color:inherit;text-decoration:none;transition:color .15s;}
.nav-links a:hover{color:var(--tx);}
.nav-sample-link{
  border:1px solid var(--bdm);
  border-radius:999px;
  padding:5px 10px;
  background:#fff;
}
.nav-sample-link:hover{
  border-color:var(--green);
  color:var(--green);
}
.btn-n{font-size:13px;font-weight:500;padding:7px 18px;border-radius:8px;cursor:pointer;font-family:inherit;border:1px solid var(--bdm);background:transparent;color:var(--ts);transition:all .15s;}
.btn-np{background:var(--green);color:#fff;border-color:var(--green);}
.btn-np:hover{background:var(--gdp);}
.btn-blog{
  background:#fff;
  color:var(--green);
  border-color:var(--green);
  text-decoration:none;
}
.btn-blog:hover{
  background:var(--green);
  color:#fff;
}

/* HERO */
.hero{max-width:1100px;margin:0 auto;padding:72px 40px 64px;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:stretch;}
.hero-left{display:flex;flex-direction:column;}
.hero-empathy{font-size:12px;color:var(--ts);font-style:italic;line-height:1.5;margin-bottom:16px;letter-spacing:.005em;}
.hero-empathy code{font-family:'DM Mono',monospace;font-style:normal;color:var(--tx);font-size:11px;background:var(--g100);padding:1px 6px;border-radius:4px;letter-spacing:0;}
.ey{font-size:11px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--gdp);margin-bottom:14px;}
.h1{font-size:48px;font-weight:300;line-height:1.02;color:var(--tx);margin-bottom:8px;letter-spacing:-.025em;}
.h1 strong{font-weight:500;}
.tagline{font-size:19px;color:var(--green);margin-bottom:18px;font-style:italic;font-weight:300;}
.hero-sub{font-size:14px;color:var(--ts);line-height:1.75;margin-bottom:26px;max-width:420px;}
.cta-row{display:flex;align-items:center;gap:10px;margin-bottom:11px;}
.btn-p{font-family:inherit;font-size:13px;font-weight:500;padding:11px 22px;border-radius:8px;cursor:pointer;background:var(--green);color:#fff;border:none;transition:all .15s;}
.btn-p:hover{background:var(--gdp);}
.btn-g{font-family:inherit;font-size:13px;color:var(--ts);background:none;border:1px solid var(--bdm);padding:11px 22px;border-radius:8px;cursor:pointer;transition:all .15s;}
.btn-g:hover{background:var(--g100);color:var(--tx);}
.hero-note{font-size:11px;color:var(--tt);margin-bottom:20px;}

/* TOOL SELECTOR */
.tool-selector-label{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;}
.tsl-text{font-size:11px;font-weight:500;color:var(--ts);}
.tsl-hint{font-size:11px;color:var(--green);display:flex;align-items:center;gap:4px;}
.tsl-hint svg{animation:nudge 2s ease-in-out 1.5s 3;}
@keyframes nudge{0%,100%{transform:translateX(0)}50%{transform:translateX(3px)}}
.tool-pills{display:flex;flex-direction:column;gap:5px;}
.tool-pill{display:flex;align-items:center;justify-content:space-between;padding:9px 14px;border-radius:10px;border:1px solid var(--bd);cursor:pointer;transition:all .15s;background:#fff;}
.tool-pill:hover{border-color:var(--bdm);background:var(--g50);}
.tool-pill.active{background:var(--gl);border-color:var(--gm);}
.tool-pill.idle{background:#fff;opacity:0.7;}
.pill-left{display:flex;align-items:center;gap:8px;}
.pill-num{font-size:10px;font-weight:500;color:var(--tt);font-family:'DM Mono',monospace;width:18px;}
.pill-name{font-size:13px;font-weight:500;color:var(--tx);}
.tool-pill.active .pill-name{color:var(--gd);}
.tool-pill.active .pill-num{color:var(--gdp);}
.pill-right{display:flex;align-items:center;gap:6px;}
.pill-credit{font-size:10px;font-weight:500;color:var(--tt);font-family:'DM Mono',monospace;}
.tool-pill.active .pill-credit{color:var(--green);}
.pill-status{font-size:9px;padding:2px 7px;border-radius:20px;font-weight:500;font-family:'DM Mono',monospace;}
.pill-status.live{background:var(--gl);color:var(--gdp);}
.pill-status.soon{background:var(--g100);color:var(--tt);}
.pill-arrow{color:var(--green);font-size:12px;transition:transform .15s;}
.tool-pill.active .pill-arrow{transform:none;}

/* TOOL PANEL */
.tool-panel{background:#fff;border-radius:var(--rl);border:1px solid var(--bd);overflow:hidden;box-shadow:0 2px 20px rgba(0,0,0,.05);display:flex;flex-direction:column;}
.panel-hdr{background:var(--g50);border-bottom:1px solid var(--bd);padding:10px 14px;display:flex;align-items:center;justify-content:space-between;}
.panel-hdr-left{display:flex;align-items:center;gap:6px;}
.pdot{width:9px;height:9px;border-radius:50%;background:var(--g200);}
.panel-ttl{font-size:11px;color:var(--tt);margin-left:6px;font-family:'DM Mono',monospace;}
.panel-credit{font-size:10px;font-weight:500;color:var(--green);background:var(--gl);padding:2px 8px;border-radius:20px;font-family:'DM Mono',monospace;}

/* LIVE CALC */
.calc-body{padding:16px;flex:1;display:flex;flex-direction:column;}
.calc-body > .nudge{margin-top:auto;}
.clbl{font-size:10px;color:var(--tt);font-family:'DM Mono',monospace;margin-bottom:5px;display:block;}
.srow{display:flex;align-items:center;gap:10px;margin-bottom:13px;}
.srow input[type=range]{flex:1;accent-color:var(--green);-webkit-appearance:none;appearance:none;height:4px;border-radius:2px;background:var(--g100);outline:none;cursor:pointer;}
.srow input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:var(--green);cursor:pointer;border:2px solid #fff;box-shadow:0 1px 4px rgba(0,0,0,.15);transition:transform .15s;}
.srow input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.2);}
.srow input[type=range]::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:var(--green);cursor:pointer;border:2px solid #fff;}
.srow input[type=range]::-webkit-slider-runnable-track{height:4px;border-radius:2px;}
.sval{font-size:13px;font-weight:500;color:var(--tx);min-width:72px;text-align:right;font-family:'DM Mono',monospace;}
.cdiv{height:1px;background:var(--bd);margin:13px 0;}
.rbox{background:var(--gl);border-radius:10px;padding:12px 16px;margin-bottom:11px;}
.rlbl{font-size:10px;color:var(--gd);font-family:'DM Mono',monospace;margin-bottom:3px;}
.rnum{font-size:30px;font-weight:500;color:var(--green);line-height:1;}
.runit{font-size:12px;color:var(--gdp);margin-left:4px;}
.kpis{display:grid;grid-template-columns:1fr 1fr 1fr;gap:7px;margin-bottom:11px;}
.kpi{background:var(--g50);border-radius:8px;border:1px solid var(--bd);padding:8px 10px;}
.kpi-l{font-size:9px;color:var(--tt);font-family:'DM Mono',monospace;margin-bottom:2px;}
.kpi-v{font-size:14px;font-weight:500;color:var(--tx);}
.kpi-u{font-size:9px;color:var(--tt);}
.nudge{display:flex;align-items:center;justify-content:space-between;background:var(--amber);border-radius:8px;padding:9px 12px;gap:8px;}
.nudge-t{font-size:11px;color:var(--at);line-height:1.4;}
.nudge-b{font-size:11px;font-weight:500;color:var(--at);background:none;border:1px solid var(--ab);border-radius:7px;padding:5px 10px;cursor:pointer;white-space:nowrap;font-family:inherit;}
.itag{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:500;padding:3px 9px;border-radius:20px;background:var(--amber);color:var(--at);margin-bottom:10px;}

/* COMING SOON PANEL */
.cs-panel{padding:22px 20px;display:flex;flex-direction:column;flex:1;}
.cs-badge{font-size:10px;font-weight:500;padding:2px 9px;border-radius:20px;display:inline-block;margin-bottom:14px;font-family:'DM Mono',monospace;}
.cs-name{font-size:20px;font-weight:400;color:var(--tx);margin-bottom:8px;letter-spacing:-.01em;}
.cs-desc{font-size:13px;color:var(--ts);line-height:1.7;margin-bottom:16px;}
.cs-outputs{background:var(--g50);border-radius:10px;border:1px solid var(--bd);padding:12px 14px;margin-bottom:14px;}
.cs-out-lbl{font-size:9px;color:var(--tt);font-family:'DM Mono',monospace;margin-bottom:8px;}
.cs-out-row{display:flex;align-items:center;gap:7px;margin-bottom:5px;}
.cs-out-row:last-child{margin-bottom:0;}
.cs-dot{width:4px;height:4px;border-radius:50%;background:var(--g200);flex-shrink:0;}
.cs-out-val{font-size:11px;color:var(--ts);}
.cs-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:14px;}
.cs-credit{font-size:12px;color:var(--tt);}
.cs-credit strong{color:var(--tx);font-weight:500;}
.cs-notify{font-size:12px;font-weight:500;color:var(--green);background:var(--gl);border:1px solid var(--gm);border-radius:8px;padding:8px 16px;cursor:pointer;font-family:inherit;white-space:nowrap;transition:all .15s;}
.cs-notify:hover{background:var(--gm);}
.cs-status{font-size:10px;color:var(--tt);font-family:'DM Mono',monospace;margin-top:10px;display:flex;align-items:center;gap:5px;}
.cs-dot-sm{width:5px;height:5px;border-radius:50%;flex-shrink:0;}

/* PROBLEM CHIPS */
.problem{border-top:1px solid var(--bd);border-bottom:1px solid var(--bd);background:var(--g50);padding:56px 40px;}
.problem p{max-width:800px;margin:0 auto;text-align:center;font-size:20px;font-weight:300;line-height:1.6;color:var(--ts);letter-spacing:-.01em;}
.problem em{font-style:normal;color:var(--tx);font-weight:400;}
.problem-chips{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;max-width:860px;margin:0 auto;}
.pchip{display:flex;align-items:center;gap:10px;padding:10px 16px;border-radius:10px;border:1px solid;cursor:default;transition:transform .2s ease, box-shadow .2s ease;animation:chipIn .5s ease both;}
.pchip:hover{transform:translateY(-2px);box-shadow:0 6px 18px rgba(0,0,0,.08);}
.pchip:nth-child(1){animation-delay:.05s}
.pchip:nth-child(2){animation-delay:.12s}
.pchip:nth-child(3){animation-delay:.19s}
.pchip:nth-child(4){animation-delay:.26s}
.pchip:nth-child(5){animation-delay:.33s}
@keyframes chipIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
.pchip-red{background:#FFF2F2;border-color:#FFCDD2;color:#B71C1C;}
.pchip-amber{background:var(--amber);border-color:var(--am);color:var(--at);}
.pchip-green{background:var(--gl);border-color:var(--gm);color:var(--gd);}
.pchip-icon{font-size:13px;width:22px;height:22px;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-style:normal;}
.pchip-red .pchip-icon{background:rgba(183,28,28,.1);}
.pchip-amber .pchip-icon{background:rgba(133,79,11,.1);}
.pchip-green .pchip-icon{background:rgba(29,158,117,.15);}
.pchip-label{font-size:12px;font-weight:500;line-height:1.2;}
.pchip-sub{font-size:10px;opacity:.65;font-family:'DM Mono',monospace;margin-left:2px;}

/* FOOTER LOGO ALIGNMENT */

/* SECTIONS */
.sec{max-width:1100px;margin:0 auto;padding:80px 40px;}
.sec-ey{font-size:11px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--gdp);text-align:center;margin-bottom:10px;}
.sec-h{font-size:28px;font-weight:400;color:var(--tx);text-align:center;margin-bottom:6px;letter-spacing:-.01em;}
.sec-s{font-size:14px;color:var(--ts);text-align:center;margin-bottom:48px;}

/* TOOLS GRID */
.tools-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-bottom:14px;}
.tc{background:#fff;border:1px solid var(--bd);border-radius:var(--rl);padding:18px;display:flex;flex-direction:column;}
.tc-num{font-size:11px;font-weight:500;color:var(--tt);font-family:'DM Mono',monospace;margin-bottom:10px;}
.tc-name{font-size:13px;font-weight:500;color:var(--tx);margin-bottom:6px;line-height:1.3;}
.tc-desc{font-size:11px;color:var(--ts);line-height:1.55;margin-bottom:10px;flex:1;}
.tc-out{font-size:10px;color:var(--tt);font-family:'DM Mono',monospace;line-height:1.4;margin-bottom:10px;}
.tc-meta{display:flex;align-items:center;justify-content:space-between;}
.tc-tag{font-size:9px;font-weight:500;padding:2px 8px;border-radius:20px;}
.tc-cr{font-size:11px;font-weight:500;}
.tc-link{font-size:10px;color:var(--green);margin-top:6px;}
.workflow-bar{background:var(--gl);border-radius:10px;border:1px solid var(--gm);padding:12px 18px;display:flex;align-items:center;justify-content:space-between;}

/* STEPS */
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px 0;}
.step{padding:0 24px 0 0;position:relative;}
.step:last-child{padding-right:0;}
.snum{width:32px;height:32px;border-radius:50%;background:var(--green);color:#fff;font-size:13px;font-weight:500;display:flex;align-items:center;justify-content:center;margin-bottom:14px;font-family:'DM Mono',monospace;position:relative;z-index:1;}
.sconn{position:absolute;top:16px;left:32px;right:0;height:1px;background:var(--bdm);z-index:0;}
.step:last-child .sconn{display:none;}
.step:nth-child(3n) .sconn{display:none;}
.stag{font-size:10px;font-weight:500;padding:2px 9px;border-radius:20px;display:inline-block;margin-bottom:8px;}
.stitle{font-size:14px;font-weight:500;color:var(--tx);margin-bottom:6px;line-height:1.3;}
.sbody{font-size:12px;color:var(--ts);line-height:1.65;}

/* FEATURE ROWS */
.frow{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;margin-bottom:80px;}
.frow:last-child{margin-bottom:0;}
.frow.flip{direction:rtl;}
.frow.flip>*{direction:ltr;}
.ftag{display:inline-block;font-size:11px;font-weight:500;padding:3px 11px;border-radius:20px;margin-bottom:14px;}
.fh{font-size:22px;font-weight:400;color:var(--tx);margin-bottom:12px;line-height:1.3;letter-spacing:-.01em;}
.fb{font-size:13px;color:var(--ts);line-height:1.75;margin-bottom:16px;}
.fp{font-size:12px;color:var(--tt);border-left:2px solid var(--bdm);padding-left:12px;line-height:1.6;}
.fui{background:#fff;border-radius:var(--rl);border:1px solid var(--bd);padding:18px;box-shadow:0 2px 12px rgba(0,0,0,.03);}

/* LAB */
.lab-bg{background:#0C1712;border-top:1px solid rgba(255,255,255,.06);}
.lab-sec{max-width:1100px;margin:0 auto;padding:72px 40px;}
.lab-ey{font-size:11px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--gm);text-align:center;margin-bottom:10px;}
.lab-h{font-size:28px;font-weight:400;color:#fff;text-align:center;margin-bottom:8px;letter-spacing:-.01em;}
.lab-s{font-size:14px;color:rgba(255,255,255,.4);text-align:center;margin-bottom:40px;}
.lab-subh{font-size:10px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.35);margin-bottom:12px;}
.lab-divider{height:1px;background:rgba(255,255,255,.06);margin:28px 0;}
.lab-grid5{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;}
.lab-grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;}
.lc{border-radius:var(--rl);border:1px solid rgba(255,255,255,.07);padding:16px;background:rgba(255,255,255,.02);}
.lc.live{border-color:rgba(29,158,117,.4);background:rgba(29,158,117,.06);}
.lc.next{border-color:rgba(255,255,255,.1);background:rgba(255,255,255,.04);}
.lc-name{font-size:13px;font-weight:500;margin-bottom:4px;}
.lc-desc{font-size:11px;color:rgba(255,255,255,.35);line-height:1.5;margin-bottom:10px;}
.lstat{font-size:10px;font-weight:500;padding:2px 8px;border-radius:20px;display:inline-block;font-family:'DM Mono',monospace;}
.lstat.live{background:rgba(29,158,117,.18);color:var(--gm);}
.lstat.next{background:rgba(255,255,255,.06);color:rgba(255,255,255,.35);}
.lstat.lab{background:rgba(250,199,117,.08);color:#FAC775;}

/* PRICING */
.pricing-bg{background:var(--g50);border-top:1px solid var(--bd);border-bottom:1px solid var(--bd);}
.thresh{background:var(--gl);border-radius:var(--rl);border:1px solid var(--gm);padding:14px 20px;margin-bottom:28px;display:flex;align-items:center;justify-content:space-between;gap:16px;}
.thresh-t{font-size:13px;color:var(--gd);line-height:1.5;}
.thresh-t strong{font-weight:500;color:var(--gdp);}
.thresh-pill{font-size:11px;font-weight:500;background:var(--green);color:#fff;padding:5px 14px;border-radius:20px;white-space:nowrap;flex-shrink:0;}
.cr-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:28px;}
.cc{background:#fff;border:1px solid var(--bd);border-radius:var(--rl);padding:22px;}
.cc.hi{border:2px solid var(--green);}
.cc-badge{display:inline-block;font-size:10px;font-weight:500;padding:3px 10px;border-radius:20px;margin-bottom:10px;}
.cc-name{font-size:15px;font-weight:500;color:var(--tx);margin-bottom:2px;}
.cc-price{font-size:30px;font-weight:400;color:var(--tx);margin-bottom:2px;letter-spacing:-.02em;}
.cc-price sub{font-size:12px;font-weight:400;color:var(--tt);vertical-align:baseline;}
.cc-desc{font-size:11px;color:var(--ts);margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid var(--bd);line-height:1.55;}
.cc-cta{width:100%;padding:10px;font-size:13px;font-weight:500;border-radius:8px;cursor:pointer;margin-bottom:16px;border:1px solid var(--bdm);background:var(--g50);color:var(--tx);font-family:inherit;transition:all .15s;}
.cc-cta.p{background:var(--green);color:#fff;border-color:var(--green);}
.fl{display:flex;flex-direction:column;gap:8px;}
.fi{display:flex;align-items:flex-start;gap:7px;font-size:12px;color:var(--ts);line-height:1.4;}
.fi.hi{color:var(--tx);font-weight:500;}
.fi.dim{color:var(--tt);}
.fic{width:14px;height:14px;flex-shrink:0;margin-top:1px;}
.tp{background:#fff;border-radius:var(--rl);border:1px solid var(--bd);overflow:hidden;}
.tp-head{display:grid;grid-template-columns:1fr 80px 70px 90px;background:var(--g50);border-bottom:1px solid var(--bd);padding:10px 16px;gap:8px;}
.tp-hc{font-size:10px;font-weight:500;color:var(--tt);font-family:'DM Mono',monospace;}
.tp-row{display:grid;grid-template-columns:1fr 80px 70px 90px;padding:10px 16px;gap:8px;border-bottom:1px solid var(--bd);align-items:center;}
.tp-row:last-child{border-bottom:none;}
.tp-row:hover{background:var(--g50);}
.tp-name{font-size:12px;font-weight:500;color:var(--tx);}
.tp-stage{font-size:10px;color:var(--ts);}
.tp-cr{font-size:13px;font-weight:500;color:var(--green);font-family:'DM Mono',monospace;}
.tp-live{font-size:10px;font-weight:500;color:var(--green);}
.tp-soon{font-size:10px;color:var(--tt);font-style:italic;}

/* FAQ */
.faq-grid{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--bd);border-radius:var(--rl);overflow:hidden;}
.faq-item{padding:20px 22px;border-bottom:1px solid var(--bd);border-right:1px solid var(--bd);transition:background .15s;cursor:pointer;}
.faq-item:hover{background:var(--g50);}
.faq-item:nth-child(even){border-right:none;}
.faq-item:nth-last-child(1),.faq-item:nth-last-child(2){border-bottom:none;}
.faq-q{font-size:13px;font-weight:500;color:var(--tx);margin-bottom:7px;line-height:1.4;}
.faq-a{font-size:12px;color:var(--ts);line-height:1.65;}

/* FOOTER CTA */
.fcta-bg{background:var(--green);padding:80px 40px;text-align:center;}
.fcta-h{font-size:34px;font-weight:300;color:#fff;margin-bottom:10px;letter-spacing:-.02em;}
.fcta-h strong{font-weight:500;}
.fcta-s{font-size:14px;color:rgba(255,255,255,.75);margin-bottom:30px;}
.fcta-row{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:14px;}
.btn-w{font-family:inherit;font-size:13px;font-weight:500;padding:11px 24px;border-radius:8px;cursor:pointer;background:#fff;color:var(--green);border:none;}
.btn-ow{font-family:inherit;font-size:13px;padding:11px 24px;border-radius:8px;cursor:pointer;background:none;color:#fff;border:1px solid rgba(255,255,255,.4);}
.fcta-note{font-size:11px;color:rgba(255,255,255,.5);}
footer{border-top:1px solid var(--bd);background:#FAFAF8;padding:24px 0;}
footer .wrap{max-width:none;width:100%;padding:0 40px;}
.footer-inner{display:flex;align-items:center;justify-content:space-between;width:100%;gap:24px;}
.flogo{display:flex;align-items:center;gap:9px;font-size:14px;font-weight:500;color:var(--tx);text-decoration:none;}
.flinks{display:flex;gap:20px;font-size:12px;color:var(--tt);}
.flinks a{color:inherit;text-decoration:none;}
.flinks a:hover{color:var(--tx);}
.footer-inner .flinks{flex:1;justify-content:flex-start;}
.footer-inner .fcopy{font-size:11px;color:var(--tt);margin-left:auto;text-align:right;white-space:nowrap;}

@media(max-width:768px){
  .hero{grid-template-columns:1fr;padding:40px 20px 32px;}
  .tool-panel{margin-top:0;}
  .tools-grid{grid-template-columns:1fr 1fr;gap:8px;}
  .steps{grid-template-columns:1fr 1fr;gap:16px;}
  .step{padding:0;}
  .sconn{display:none;}
  .frow,.frow.flip{grid-template-columns:1fr;gap:32px;direction:ltr;}
  .cr-grid{grid-template-columns:1fr;}
  .faq-grid{grid-template-columns:1fr;}
  .faq-item{border-right:none!important;}
  .lab-grid5,.lab-grid4{grid-template-columns:1fr 1fr;}
  .fcta-h{font-size:26px;}
  footer .wrap{padding:0 20px;}
  .footer-inner{align-items:flex-start;}
  footer{flex-direction:column;gap:16px;text-align:center;}
  .flinks{flex-wrap:wrap;justify-content:center;}
  nav{padding:0 20px;}
  .nav-links{display:none;}
  .sec{padding:56px 20px;}
  .problem{padding:40px 20px;}
  .problem-chips{gap:8px;}
  .pchip{padding:8px 12px;}
}
@media(min-width:769px){.cmp-cards{display:none;}}
.fc-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:14px;}
.fc-card:hover{box-shadow:0 4px 20px rgba(0,0,0,.10);transform:translateY(-1px);}
.fc-card:focus-visible{outline:2px solid var(--green);outline-offset:3px;}
@media(max-width:640px){.fc-grid{grid-template-columns:1fr;}}
@keyframes fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}
.hero-left>*{animation:fadeUp .5s ease both;}
.ey{animation-delay:.05s}.hero-empathy{animation-delay:.07s}.h1{animation-delay:.1s}.tagline{animation-delay:.15s}.hero-sub{animation-delay:.2s}.cta-row{animation-delay:.25s}.hero-note{animation-delay:.28s}.tool-selector-label{animation-delay:.3s}.tool-pills{animation-delay:.33s}
.tool-panel{animation:fadeUp .5s ease .2s both;}
