@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--white:#fff;--gray-50:#fafafa;--gray-100:#f4f4f5;--gray-200:#e4e4e7;--gray-300:#d4d4d8;--gray-400:#a1a1aa;--gray-500:#71717a;--gray-600:#52525b;--gray-700:#3f3f46;--gray-800:#27272a;--gray-900:#18181b;--black:#09090b;--emerald-50:#ecfdf5;--emerald-100:#d1fae5;--emerald-300:#6ee7b7;--emerald-400:#34d399;--emerald-500:#22c55e;--emerald-600:#10b981;--emerald-700:#059669;--violet-50:#f5f3ff;--violet-100:#ede9fe;--violet-300:#c4b5fd;--violet-500:#8b5cf6;--violet-600:#7c3aed;--violet-700:#6d28d9;--blue-50:#eff6ff;--blue-100:#dbeafe;--blue-300:#93c5fd;--blue-400:#60a5fa;--blue-500:#3b82f6;--blue-600:#2563eb;--blue-700:#1d4ed8}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--white);color:var(--gray-900);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6}.nav{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--gray-200);background:#fffffff2;position:fixed;top:0;left:0;right:0}.nav-inner{justify-content:space-between;align-items:center;max-width:1300px;margin:0 auto;padding:1.25rem 2rem;display:flex}.logo{color:var(--gray-900);letter-spacing:-.03em;font-size:1.35rem;font-weight:700;text-decoration:none}.nav-links{align-items:center;gap:2.5rem;list-style:none;display:flex}.nav-links a{color:var(--gray-600);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .15s}.nav-links a:hover,.nav-links a.active{color:var(--gray-900)}.nav-cta{cursor:pointer;border:none;border-radius:6px;padding:.7rem 1.5rem;font-size:.9rem;font-weight:600;transition:background .15s,transform .15s;background:var(--gray-900)!important;color:var(--white)!important}.nav-cta:hover{transform:translateY(-1px);background:var(--black)!important}.nav-phone{flex-direction:column;align-items:flex-end;text-decoration:none;display:flex}.nav-phone-number{color:var(--violet-600);font-size:1.1rem;font-weight:700}.nav-phone-label{color:var(--violet-500);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:600}.nav-mobile-ctas{align-items:center;gap:.5rem;display:none}.nav-mobile-phone{background:var(--violet-100);width:40px;height:40px;color:var(--violet-600);border-radius:8px;justify-content:center;align-items:center;text-decoration:none;display:flex}.nav-mobile-phone svg{width:20px;height:20px}.nav-mobile-cta{background:var(--gray-900);color:var(--white);cursor:pointer;border:none;border-radius:6px;padding:.5rem .85rem;font-size:.8rem;font-weight:600}.mobile-nav-cta{background:var(--gray-900);width:100%;color:var(--white);cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.6rem;margin-bottom:.5rem;padding:1rem;font-size:1rem;font-weight:700;display:flex}.mobile-nav-cta svg{width:20px;height:20px}.mobile-nav-phone{background:var(--violet-50);color:var(--violet-700);border-radius:8px;align-items:center;gap:.6rem;margin-bottom:.5rem;padding:.85rem 1rem;font-size:.95rem;font-weight:600;text-decoration:none;display:flex}.mobile-nav-phone svg{width:18px;height:18px}.mobile-nav-divider{background:var(--gray-200);height:1px;margin:.5rem 0}.mobile-menu-btn{color:var(--gray-900);cursor:pointer;background:0 0;border:none;display:none}.mobile-nav{background:var(--white);z-index:999;flex-direction:column;padding:5rem 2rem 2rem;display:none;position:fixed;inset:0}.mobile-nav.open{display:flex}.mobile-nav a{color:var(--gray-900);border-bottom:1px solid var(--gray-200);padding:1rem 0;font-size:1.5rem;font-weight:600;text-decoration:none}.hero{background:linear-gradient(180deg, var(--gray-50) 0%, var(--white) 100%);align-items:flex-start;padding-top:100px;display:flex}.hero-inner{grid-template-columns:1.1fr .9fr;align-items:center;gap:4rem;max-width:1300px;margin:0 auto;padding:2rem 2rem 4rem;display:grid}.hero h1{letter-spacing:-.035em;color:var(--gray-900);margin-bottom:1.5rem;font-size:3.25rem;font-weight:700;line-height:1.12}.hero-eyebrow{text-transform:uppercase;letter-spacing:.1em;color:var(--gray-500);margin-bottom:1.25rem;font-size:.8rem;font-weight:700}.hero-solution{color:var(--gray-900);margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.hero-trust-nudge{color:var(--gray-500);letter-spacing:.02em;margin-top:1.5rem;font-size:.85rem}.hero-text>p{color:var(--gray-600);max-width:520px;margin-bottom:2.5rem;font-size:1.15rem;line-height:1.7}.hero-ctas{gap:1rem;margin-bottom:3rem;display:flex}.btn-primary{background:var(--gray-900);color:var(--white);cursor:pointer;border:none;border-radius:6px;align-items:center;gap:.5rem;padding:1rem 1.75rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .15s;display:inline-flex}.btn-primary:hover{background:var(--black);transform:translateY(-1px)}.btn-secondary{background:var(--white);color:var(--gray-700);border:1px solid var(--gray-300);cursor:pointer;border-radius:6px;align-items:center;gap:.5rem;padding:1rem 1.75rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .15s;display:inline-flex}.btn-secondary:hover{border-color:var(--gray-400)}.hero-proof{border-top:1px solid var(--gray-200);align-items:center;gap:2rem;padding-top:1rem;display:flex}.hero-proof-item{color:var(--gray-500);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.hero-proof-item svg{color:var(--gray-600);width:18px;height:18px}.hero-visual{width:100%;position:relative}.hero-convo-card{background:var(--white);border-left:4px solid var(--gray-300);border-radius:16px;overflow:hidden;box-shadow:0 10px 40px #00000014}.hero-convo-card.violet{border-left-color:#7c3aed}.hero-convo-card.blue{border-left-color:#2563eb}.hero-convo-card.emerald{border-left-color:#10b981}.hero-convo-header{background:var(--gray-50);border-bottom:1px solid var(--gray-100);grid-template-columns:1fr auto;align-items:start;gap:1rem;padding:1.25rem 1.5rem;display:grid}.hero-convo-left{flex-direction:column;gap:.5rem;display:flex}.hero-convo-tabs{gap:.5rem;display:flex}.hero-convo-tab{border:2px solid var(--gray-200);background:var(--white);color:var(--gray-500);cursor:pointer;border-radius:8px;padding:.65rem 1.25rem;font-size:1rem;font-weight:600;transition:all .15s}.hero-convo-tab:hover{border-color:var(--gray-300);color:var(--gray-700)}.hero-convo-tab.active.violet{color:var(--white);background:#7c3aed;border-color:#7c3aed}.hero-convo-tab.active.blue{color:var(--white);background:#2563eb;border-color:#2563eb}.hero-convo-tab.active.emerald{color:var(--white);background:#10b981;border-color:#10b981}.hero-convo-title{color:var(--gray-900);font-size:1rem;font-weight:600}.hero-convo-subtitle{color:var(--gray-500);white-space:nowrap;margin-top:.25rem;font-size:.75rem;font-weight:500}.hero-convo-stats{gap:1.5rem;display:flex}.hero-convo-stat{text-align:right}.hero-convo-stat-val{color:var(--gray-900);white-space:nowrap;font-size:1.25rem;font-weight:700;line-height:1.2;display:block}.hero-convo-card.violet .hero-convo-stat-val{color:#7c3aed}.hero-convo-card.blue .hero-convo-stat-val{color:#2563eb}.hero-convo-card.emerald .hero-convo-stat-val{color:#10b981}.hero-convo-stat-label{color:var(--gray-900);white-space:nowrap;font-size:.85rem;font-weight:600;display:block}.hero-chat{flex-direction:column;gap:.75rem;min-height:380px;padding:2.5rem 1.5rem 3rem;display:flex}.hero-msg{border-radius:12px;max-width:88%;padding:.75rem 1rem;font-size:.9rem;line-height:1.5}.hero-msg.ai{align-self:flex-start}.hero-msg.ai.violet{color:var(--gray-800);background:#f5f3ff}.hero-msg.ai.blue{color:var(--gray-800);background:#eff6ff}.hero-msg.ai.emerald{color:var(--gray-800);background:#ecfdf5}.hero-msg.lead{background:var(--gray-100);color:var(--gray-700);align-self:flex-end}.section{padding:6rem 2rem}.section.alt{background:var(--gray-50)}.section.dark{background:var(--gray-900)}.section-inner{max-width:1300px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-eyebrow{color:var(--gray-500);text-transform:uppercase;letter-spacing:.12em;margin-bottom:1rem;font-size:.8rem;font-weight:600;display:block}.section-eyebrow.violet{color:#a78bfa}.section-eyebrow.blue{color:#3b82f6}.section-eyebrow.emerald{color:#34d399}.section-title{color:var(--gray-900);letter-spacing:-.03em;margin-bottom:1rem;font-size:2.5rem;font-weight:700;line-height:1.15}.section.dark .section-title{color:var(--white)}.section-subtitle{color:var(--gray-600);max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.7}.section.dark .section-subtitle{color:var(--gray-400)}.explainer-section{background:var(--black);padding:5rem 2rem}.explainer-inner{text-align:center;max-width:800px;margin:0 auto}.explainer-inner h2{color:var(--white);margin-bottom:1.5rem;font-size:1.75rem;font-weight:700;line-height:1.3}.explainer-inner p{color:var(--gray-400);margin-bottom:1rem;font-size:1.1rem;line-height:1.8}.explainer-inner p strong{color:var(--gray-900);font-weight:600}.problems-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.problem-card{background:var(--white);border:1px solid var(--gray-200);border-radius:12px;padding:2.5rem;transition:all .2s}.problem-card:hover{border-color:var(--emerald-200);box-shadow:0 12px 32px #0000000f}.problem-card-icon{background:var(--gray-100);width:56px;height:56px;color:var(--gray-600);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.problem-card h3{color:var(--gray-900);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.problem-card>p{color:var(--gray-600);margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.problem-card-solution{background:var(--emerald-50);border-radius:8px;padding:1rem}.problem-card-solution p{color:var(--emerald-700);margin:0;font-size:.9rem;font-weight:500}.process-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.process-grid-v2{grid-template-columns:1fr auto 1fr auto 1fr auto 1fr auto 1fr;align-items:start;gap:.5rem;display:grid}.process-connector{color:var(--gray-300);justify-content:center;align-items:center;padding-top:2.5rem;display:flex}.process-connector svg{width:20px;height:20px}.process-step{text-align:center;background:var(--white);border:1px solid var(--gray-200);border-radius:12px;padding:2rem 1.25rem}.process-num{background:var(--gray-900);width:48px;height:48px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.25rem;font-size:1.1rem;font-weight:700;display:flex}.process-step h3{color:var(--gray-900);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.process-step p{color:var(--gray-500);font-size:.9rem;line-height:1.5}.placements-featured{background:var(--gray-800);border-left:4px solid #7c3aed;border-radius:16px;grid-template-columns:1fr 1fr;display:grid;overflow:hidden}.placements-featured.violet-border{border-left-color:var(--violet-500)}.placements-featured.blue-border{border-left-color:var(--blue-500)}.placements-featured.emerald-border{border-left-color:var(--emerald-500)}.placements-content{padding:3rem}.placements-eyebrow{text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-size:.8rem;font-weight:700}.placements-eyebrow.violet{color:#c4b5fd}.placements-eyebrow.blue{color:#93c5fd}.placements-eyebrow.emerald{color:#6ee7b7}.placements-content h3{color:var(--white);margin-bottom:1rem;font-size:1.75rem;font-weight:700;line-height:1.3}.placements-content>p{color:var(--gray-400);margin-bottom:1rem;font-size:1.05rem;line-height:1.75}.placements-content>p:last-of-type{margin-bottom:2rem}.placements-metrics{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.placements-metric{text-align:center;background:#ffffff0d;border:1px solid #ffffff14;border-radius:10px;padding:1.25rem}.placements-metric-val{color:var(--white);font-size:1.75rem;font-weight:700}.placements-metric-val.violet{color:#a78bfa}.placements-metric-val.blue{color:#60a5fa}.placements-metric-val.emerald{color:#6ee7b7}.placements-metric-label{color:var(--gray-400);margin-top:.25rem;font-size:.8rem}.placements-source{color:var(--gray-400);text-underline-offset:3px;margin-bottom:1.5rem;font-size:.9rem;text-decoration:underline;display:block}.placements-source:hover{color:var(--gray-300)}.placements-image{background:linear-gradient(135deg, var(--gray-700), var(--gray-900));justify-content:center;align-items:center;min-height:400px;display:flex}.placements-image span{color:var(--gray-600);font-size:1.5rem;font-weight:700}.case-study-header{justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:1.5rem;display:flex}.case-study-header-left{flex:1}.case-study-header-left .section-eyebrow,.case-study-header-left .section-title{margin-bottom:.5rem}.case-study-header-left .section-subtitle{margin:0}.case-study-tabs{flex-shrink:0;gap:.5rem;display:flex}.case-study-tab{color:var(--gray-400);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff14;border-radius:8px;align-items:center;gap:.4rem;padding:.5rem .85rem;font-size:.85rem;font-weight:600;transition:all .15s;display:flex}.case-study-tab:hover{color:var(--white);background:#ffffff1a}.case-study-tab.active{color:var(--white);background:#ffffff1f;border-color:#ffffff26}.case-study-tab-icon{width:22px;height:22px;color:var(--white);border-radius:6px;place-items:center;font-size:.75rem;font-weight:800;display:grid}.case-study-tab-icon.violet{background:var(--violet-500)}.case-study-tab-icon.blue{background:var(--blue-500)}.case-study-tab-icon.emerald{background:var(--emerald-500)}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.testimonial-card{background:var(--white);border:1px solid var(--gray-200);border-radius:12px;padding:2rem;position:relative}.testimonial-card .quote-icon{color:var(--gray-300);position:absolute;top:1.5rem;right:1.5rem}.testimonial-card p{color:var(--gray-700);margin-bottom:1.5rem;font-size:1rem;line-height:1.75}.testimonial-card strong{color:var(--gray-900)}.testimonial-author{border-top:1px solid var(--gray-100);align-items:center;gap:.75rem;padding-top:1.25rem;display:flex}.testimonial-avatar{background:var(--gray-900);width:44px;height:44px;color:var(--white);border-radius:10px;justify-content:center;align-items:center;font-weight:600;display:flex}.testimonial-info h4{color:var(--gray-900);font-size:.95rem;font-weight:600}.testimonial-info p{color:var(--gray-500);margin:0;font-size:.85rem}.faq-grid{grid-template-columns:1fr 1fr;gap:0 3rem;max-width:1100px;margin:0 auto;display:grid}.faq-item{border-bottom:1px solid var(--gray-200)}.faq-q{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 0;display:flex}.faq-q h3{color:var(--gray-900);padding-right:1rem;font-size:1rem;font-weight:600}.faq-q svg{color:var(--gray-400);flex-shrink:0;transition:transform .2s}.faq-item.open .faq-q svg{transform:rotate(180deg)}.faq-a{max-height:0;transition:max-height .25s;overflow:hidden}.faq-item.open .faq-a{max-height:400px}.faq-a p{color:var(--gray-600);padding-bottom:1.5rem;font-size:.95rem;line-height:1.7}@media (width<=768px){.faq-grid{grid-template-columns:1fr}}.trust-bar{background:var(--gray-900);padding:1.5rem 2rem}.trust-bar-inner{justify-content:center;gap:4rem;max-width:1300px;margin:0 auto;display:flex}.trust-stat{text-align:center}.trust-num{color:var(--white);font-size:1.75rem;font-weight:700;display:block}.trust-label{color:var(--gray-400);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem}.cost-section{background:var(--gray-100)}.cost-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:2rem;margin-bottom:3rem;display:grid}.cost-card{background:var(--white);text-align:left;border:1px solid var(--gray-200);border-radius:16px;flex-direction:column;padding:2.5rem;transition:all .2s;display:flex}.cost-card:hover{border-color:var(--gray-300);box-shadow:0 12px 28px #0000000f}.cost-kickers{justify-content:space-between;gap:1rem;margin-bottom:1.25rem;display:flex}.cost-kicker{text-transform:uppercase;letter-spacing:.08em;color:var(--gray-500);font-size:.72rem;font-weight:800}.cost-kicker.right{text-align:right}.cost-metric{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.cost-icon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.cost-icon.violet{background:var(--violet-600)}.cost-icon.violet svg{color:var(--white)}.cost-icon.blue{background:var(--blue-600)}.cost-icon.blue svg{color:var(--white)}.cost-icon.emerald{background:var(--emerald-600)}.cost-icon.emerald svg{color:var(--white)}.cost-icon svg{width:24px;height:24px}.cost-number{color:var(--gray-900);font-size:3rem;font-weight:800;line-height:1}.cost-desc{color:var(--gray-600);max-width:420px;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.cost-math{background:var(--gray-900);color:var(--white);border-radius:10px;margin-top:auto;padding:1rem;font-size:.92rem;font-weight:600}.cost-math strong{text-underline-offset:3px;text-decoration:underline}.cost-math.violet strong{color:var(--violet-300)}.cost-math.blue strong{color:var(--blue-300)}.cost-math.emerald strong{color:var(--emerald-300)}.cost-assumptions-toggle{color:var(--gray-500);cursor:pointer;background:0 0;border:none;align-items:center;gap:.35rem;margin-top:.75rem;padding:.5rem 0 0;font-size:.75rem;font-weight:600;display:flex}.cost-assumptions-toggle:hover{color:var(--gray-700)}.cost-assumptions-toggle svg{width:14px;height:14px}.cost-assumptions{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:10px;margin-top:.75rem;padding:1rem}.cost-assumption-row{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem;display:flex}.cost-assumption-row:last-of-type{margin-bottom:0}.cost-assumption-row label{color:var(--gray-600);font-size:.8rem;font-weight:500}.cost-assumption-row input{border:1px solid var(--gray-300);text-align:right;border-radius:6px;width:100px;padding:.4rem .6rem;font-size:.85rem;font-weight:600}.cost-assumption-row input:focus{border-color:var(--gray-900);outline:none}.cost-assumption-fixed{color:var(--gray-500);background:var(--gray-100);border-radius:6px;padding:.4rem .6rem;font-size:.85rem;font-weight:600}.cost-assumption-formula{background:var(--white);border:1px solid var(--gray-200);color:var(--gray-600);border-radius:8px;margin-top:.75rem;padding:.75rem;font-size:.8rem;line-height:1.5}.cost-assumption-formula strong{color:var(--gray-900)}.cost-bottom{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;max-width:720px;margin:0 auto;display:flex}.cost-bottom p{color:var(--gray-900);letter-spacing:-.01em;margin:0;font-size:1.25rem;font-weight:700}.candidates-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:2rem;display:grid}.candidate-card{background:var(--white);border:2px solid var(--gray-200);border-radius:16px;flex-direction:column;padding:2rem;transition:all .2s;display:flex}.candidate-card.violet-border:hover{border-color:var(--violet-300)}.candidate-card.blue-border:hover{border-color:var(--blue-300)}.candidate-card.emerald-border:hover{border-color:var(--emerald-300)}.candidate-card-header{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.candidate-avatar{width:48px;height:48px;color:var(--white);border-radius:12px;justify-content:center;align-items:center;font-size:1.25rem;font-weight:700;display:flex}.candidate-avatar.violet-bg{background:var(--violet-600)}.candidate-avatar.blue-bg{background:var(--blue-600)}.candidate-avatar.emerald-bg{background:var(--emerald-600)}.candidate-card-header h3{color:var(--gray-900);margin-bottom:.15rem;font-size:1.35rem;font-weight:700}.candidate-card-header span{color:var(--gray-500);font-size:.8rem}.candidate-managed{color:var(--gray-400);white-space:nowrap;margin-top:.25rem;font-size:.7rem;font-weight:500}.candidate-card-problem{background:var(--gray-100);color:var(--gray-700);border-radius:8px;margin-bottom:1rem;padding:1rem;font-size:.9rem;font-weight:500}.candidate-card-solution{color:var(--gray-600);flex:1;margin-bottom:1.5rem;font-size:.95rem;line-height:1.7}.candidate-card .btn-outline{margin-top:auto}.btn-outline{cursor:pointer;background:0 0;border-radius:6px;width:100%;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .15s}.btn-outline.violet{border:2px solid var(--violet-600);color:var(--violet-600)}.btn-outline.violet:hover{background:var(--violet-600);color:var(--white)}.btn-outline.blue{border:2px solid var(--blue-600);color:var(--blue-600)}.btn-outline.blue:hover{background:var(--blue-600);color:var(--white)}.btn-outline.emerald{border:2px solid var(--emerald-600);color:var(--emerald-600)}.btn-outline.emerald:hover{background:var(--emerald-600);color:var(--white)}.demo-tabs{justify-content:center;gap:1rem;margin-bottom:2rem;display:flex}.demo-tab{background:var(--gray-100);color:var(--gray-600);cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;transition:all .15s}.demo-tab:hover{background:var(--gray-200)}.demo-tab.active{color:var(--white)}.demo-tab.active.violet{background:var(--violet-600)}.demo-tab.active.blue{background:var(--blue-600)}.demo-tab.active.emerald{background:var(--emerald-600)}.conversion-section{background:var(--gray-100);padding:4rem 2rem}.conversion-section .section-inner{background:var(--white);border:1px solid var(--gray-200);border-left:4px solid var(--gray-300);border-radius:20px;max-width:1100px;padding:3rem;box-shadow:0 10px 25px #00000014}.conversion-section .section-inner.violet{border-left-color:#7c3aed}.conversion-section .section-inner.blue{border-left-color:#2563eb}.conversion-section .section-inner.emerald{border-left-color:#10b981}.conv-tabs{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2.5rem;display:flex}.conv-tab{border:2px solid var(--gray-200);background:var(--white);color:var(--gray-500);cursor:pointer;border-radius:50px;align-items:center;gap:.75rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.conv-tab:hover{background:var(--gray-50);border-color:var(--gray-300)}.conv-tab.active{background:var(--gray-900);color:var(--white);border-color:var(--gray-900);box-shadow:0 4px 12px #00000026}.conv-tab-icon{color:#fff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.8rem;font-weight:700;display:flex}.conv-tab-icon.violet{background:#7c3aed}.conv-tab-icon.blue{background:#2563eb}.conv-tab-icon.emerald{background:#10b981}.conv-tab.active .conv-tab-icon{box-shadow:0 0 0 2px #ffffff4d}.conv-header{text-align:center;margin-bottom:2.5rem}.conv-header h2{color:var(--gray-900);margin:0 0 .5rem;font-size:1.75rem;font-weight:700}.conv-header p{color:var(--gray-500);margin:0;font-size:1.05rem}.conv-grid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}.conv-demo{background:var(--gray-50);border:2px solid var(--gray-200);border-radius:16px;flex-direction:column;min-height:380px;padding:1.5rem;display:flex;position:relative}.conv-demo-label{text-transform:uppercase;letter-spacing:.05em;color:var(--gray-400);margin-bottom:1rem;font-size:.7rem;font-weight:600}.embed-placeholder{background:var(--white);border:2px dashed var(--gray-300);border-radius:12px;flex:1;justify-content:center;align-items:center;min-height:300px;display:flex}.embed-instructions{text-align:center;color:var(--gray-400)}.embed-icon{opacity:.5;margin-bottom:1rem;font-size:3rem}.embed-instructions p{color:var(--gray-500);margin:0 0 .25rem;font-weight:600}.embed-instructions span{font-size:.8rem}.rex-demo-video{background:var(--gray-900);color:var(--white);cursor:pointer;border-radius:12px;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.rex-demo-video .conv-play-btn{margin-bottom:1rem}.rex-demo-video h3{margin:0 0 .25rem;font-size:1rem}.rex-demo-video span{opacity:.6;font-size:.8rem}.rex-results{flex-direction:column;justify-content:center;height:100%;padding:2rem;display:flex}.rex-results-header{text-transform:uppercase;letter-spacing:.08em;color:var(--emerald-400);margin-bottom:1.5rem;font-size:.7rem;font-weight:600}.rex-stat-row{justify-content:space-between;margin-bottom:2rem;display:flex}.rex-stat{text-align:center}.rex-stat-val{color:var(--white);font-size:2rem;font-weight:800;display:block}.rex-stat-label{color:var(--gray-400);font-size:.75rem}.rex-quote{color:var(--gray-300);margin-bottom:1rem;font-size:.95rem;font-style:italic;line-height:1.6}.rex-author{color:var(--gray-500);font-size:.8rem}.conv-video{background:var(--gray-900);cursor:pointer;border-radius:16px;justify-content:center;align-items:center;min-height:380px;transition:all .2s;display:flex}.conv-video:hover{background:var(--black)}.conv-video-inner{text-align:center;color:var(--white)}.conv-play-btn{border:2px solid var(--white);background:#ffffff26;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 1rem;font-size:1.5rem;transition:all .2s;display:flex}.conv-video:hover .conv-play-btn{background:#ffffff40;transform:scale(1.05)}.conv-video-inner h3{margin:0 0 .25rem;font-size:1.1rem;font-weight:600}.conv-video-inner span{opacity:.6;font-size:.8rem}.roi-widget-wrapper{border:1px solid var(--gray-200);border-left:4px solid var(--gray-300);background:#fff;border-radius:16px;flex-direction:column;width:100%;margin-bottom:2rem;display:flex;overflow:hidden;box-shadow:0 20px 50px -10px #00000014}.roi-widget-wrapper.violet{border-left-color:#7c3aed}.roi-widget-wrapper.blue{border-left-color:#2563eb}.roi-widget-wrapper.emerald{border-left-color:#10b981}.roi-calc-content{position:relative}.roi-agent-panel{animation:.3s roiFadeIn;display:none}.roi-agent-panel.active{display:block}@keyframes roiFadeIn{0%{opacity:0}to{opacity:1}}.roi-dash-grid{grid-template-columns:2.8fr 1.2fr;display:grid}.roi-dash-inputs{flex-direction:column;gap:28px;padding:32px;display:flex}.roi-input-block-title{color:var(--gray-500);text-transform:uppercase;letter-spacing:1px;border-bottom:1px solid var(--gray-200);justify-content:space-between;margin-bottom:16px;padding-bottom:6px;font-size:11px;font-weight:700;display:flex}.roi-input-row{grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:8px;display:grid}.roi-input-group label{color:var(--gray-600);justify-content:space-between;align-items:center;margin-bottom:8px;font-size:12px;font-weight:600;display:flex}.roi-input-group label span{color:var(--gray-900);font-size:13px;font-weight:800}.roi-helper{color:var(--gray-500);margin-top:6px;font-size:11px;font-style:italic;line-height:1.3}.roi-input-group input[type=range]{-webkit-appearance:none;background:0 0;width:100%}.roi-input-group input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;border:2px solid var(--gray-900);cursor:pointer;background:#fff;border-radius:50%;width:18px;height:18px;margin-top:-7px;box-shadow:0 2px 4px #0000001a}.roi-input-group input[type=range]::-webkit-slider-runnable-track{background:var(--gray-200);border-radius:2px;width:100%;height:4px}.roi-pills-container{flex-wrap:wrap;gap:10px;display:flex}.roi-radio-pill{position:relative}.roi-radio-pill input{opacity:0;position:absolute}.roi-pill-content{border:1px solid var(--gray-200);color:var(--gray-600);cursor:pointer;background:#fff;border-radius:50px;padding:8px 16px;font-size:12px;font-weight:600;transition:all .1s;display:block}.roi-radio-pill input:checked+.roi-pill-content{background:var(--gray-900);color:#fff;border-color:var(--gray-900)}.roi-dash-results{background:var(--gray-900);color:#fff;border-left:1px solid var(--gray-200);flex-direction:column;justify-content:center;padding:32px;display:flex;position:relative}.roi-res-label{text-transform:uppercase;letter-spacing:1px;color:#fff9;margin-bottom:12px;font-size:11px}.roi-res-big{letter-spacing:-1px;margin-bottom:32px;font-size:42px;font-weight:800;line-height:1}.roi-pain-box{background:#ffffff14;border-left:3px solid #fff;border-radius:0 8px 8px 0;flex-grow:1;max-height:160px;margin-bottom:32px;padding:20px;overflow-y:auto}.roi-pain-text{color:#ffffffe6;font-size:13px;line-height:1.6}.roi-dash-cta{cursor:pointer;text-transform:uppercase;letter-spacing:.05em;color:#fff;border:none;border-radius:8px;width:100%;padding:16px;font-size:13px;font-weight:700;transition:transform .2s}.roi-dash-cta:hover{transform:translateY(-2px)}.panel-luna input[type=range]::-webkit-slider-thumb{border-color:#7c3aed!important}.panel-luna .roi-pain-box{border-left-color:#7c3aed}.panel-luna .roi-dash-cta{background:#7c3aed}.panel-iris input[type=range]::-webkit-slider-thumb{border-color:#2563eb!important}.panel-iris .roi-pain-box{border-left-color:#2563eb}.panel-iris .roi-dash-cta{background:#2563eb}.panel-rex input[type=range]::-webkit-slider-thumb{border-color:#10b981!important}.panel-rex .roi-pain-box{border-left-color:#10b981}.panel-rex .roi-dash-cta{background:#10b981}.roi-decay-visual{background:var(--gray-100);border-radius:4px;height:32px;margin-top:12px;display:flex;overflow:hidden}.roi-decay-seg{color:#fff;justify-content:center;align-items:center;font-size:10px;font-weight:700;transition:width .3s;display:flex}.roi-decay-you{background:var(--gray-700);margin-left:auto}.roi-sunk-box{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:8px;justify-content:space-between;align-items:center;padding:16px;display:flex}.roi-sunk-label{color:var(--gray-600);font-size:12px;font-weight:700}.roi-sunk-val{color:var(--gray-900);font-size:20px;font-weight:800}.humans-cant{background:var(--gray-50);border:none;border-radius:16px;margin-bottom:0;padding:2rem}.humans-cant h3{text-align:center;color:var(--gray-900);margin:0 0 1.5rem;font-size:1.25rem;font-weight:700}.humans-cant-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.cant-card{text-align:center;padding:1rem}.cant-icon{background:var(--gray-100);width:48px;height:48px;color:var(--gray-600);border-radius:12px;justify-content:center;align-items:center;margin:0 auto .75rem;display:flex}.cant-icon svg{width:22px;height:22px}.cant-card h4{color:var(--gray-900);margin:0 0 .4rem;font-size:.95rem;font-weight:700}.cant-card p{color:var(--gray-600);margin:0;font-size:.85rem;line-height:1.5}.conv-cta{text-align:center}.conv-cta .btn-primary{padding:1rem 2.5rem;font-size:1rem}.results-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.result-card{background:var(--gray-50);border-radius:16px;padding:2rem}.result-eyebrow{text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.75rem;font-weight:600}.result-eyebrow.violet{color:var(--violet-600)}.result-eyebrow.blue{color:var(--blue-600)}.result-eyebrow.emerald{color:var(--emerald-600)}.result-card h3{color:var(--gray-900);margin-bottom:.75rem;font-size:1.15rem;font-weight:700}.result-card>p{color:var(--gray-600);margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.result-metrics{flex-direction:column;gap:.5rem;display:flex}.result-metrics div{color:var(--gray-700);font-size:.9rem}.result-metrics strong{color:var(--gray-900)}.result-context,.result-inputs,.result-change{color:var(--gray-600);margin-bottom:.5rem;font-size:.85rem;line-height:1.5}.result-label{color:var(--gray-700);font-weight:600}.result-link{color:var(--gray-900);margin-top:1rem;font-size:.85rem;font-weight:600;text-decoration:none;display:inline-block}.result-link:hover{color:var(--violet-600)}.testimonial-context{color:var(--gray-500);align-items:center;gap:.5rem;margin-bottom:1rem;padding-top:.5rem;font-size:.8rem;display:flex}.testimonial-context span:nth-child(2){color:var(--gray-300)}.cta-section{background:var(--black);text-align:center;padding:6rem 2rem}.cta-section h2{color:var(--white);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.cta-section>p{color:var(--gray-400);max-width:550px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:1.1rem}.cta-bullets{grid-template-columns:repeat(2,auto);justify-content:center;gap:.5rem 2.5rem;margin:0 auto 2rem;padding:0;list-style:none;display:grid}.cta-bullets li{color:var(--gray-300);align-items:center;gap:.5rem;font-size:.95rem;display:flex}.cta-bullets li:before{content:"✓";color:var(--emerald-400);font-weight:600}.cta-btns{justify-content:center;gap:1rem;display:flex}.cta-btns .btn-primary{background:var(--white);color:var(--black)}.cta-btns .btn-primary:hover{background:var(--gray-200)}.cta-btns .btn-secondary{border-color:var(--gray-700);color:var(--gray-300)}.cta-btns .btn-secondary:hover{border-color:var(--gray-500);color:var(--white)}.btn-luna{background:var(--violet-600)!important;color:var(--white)!important}.btn-luna:hover{background:var(--violet-700)!important}.btn-iris{background:var(--blue-600)!important;color:var(--white)!important}.btn-iris:hover{background:var(--blue-700)!important}.btn-rex{background:var(--emerald-600)!important;color:var(--white)!important}.btn-rex:hover{background:var(--emerald-700)!important}.footer{background:var(--black);border-top:1px solid var(--gray-800);padding:3rem 2rem}.footer-inner{max-width:1300px;margin:0 auto}.footer-grid{grid-template-columns:1.2fr 1fr;align-items:start;gap:4rem;display:grid}.footer-cta{max-width:520px}.footer-cta-eyebrow{text-transform:uppercase;letter-spacing:.1em;color:var(--gray-400);margin-bottom:.75rem;font-size:.75rem;font-weight:700}.footer-cta h2{color:var(--white);letter-spacing:-.02em;margin:0 0 .75rem;font-size:1.75rem;font-weight:700;line-height:1.25}.footer-cta>p{color:var(--gray-400);margin:0 0 1.5rem;font-size:.95rem;line-height:1.6}.footer-cta-btns{flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem;display:flex}.footer-cta-btns .btn-primary{background:var(--white);color:var(--black)}.footer-cta-btns .btn-primary:hover{background:var(--gray-200)}.footer-cta-btns .btn-secondary{border-color:var(--gray-700);color:var(--gray-300)}.footer-cta-btns .btn-secondary:hover{border-color:var(--gray-500);color:var(--white)}.footer-cta-tags{flex-wrap:wrap;gap:1.25rem;margin-bottom:1rem;display:flex}.footer-cta-tag{color:var(--gray-400);align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;display:flex}.footer-cta-dot{border-radius:50%;width:8px;height:8px}.footer-cta-dot.violet{background:var(--violet-500)}.footer-cta-dot.blue{background:var(--blue-500)}.footer-cta-dot.emerald{background:var(--emerald-500)}.footer-legal{color:var(--gray-600);gap:1.5rem;font-size:.8rem;display:flex}.footer-legal a{color:var(--gray-600);text-decoration:none}.footer-legal a:hover{color:var(--gray-400)}.footer-cols{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.footer-col h4{color:var(--gray-300);margin-bottom:1.25rem;font-size:.9rem;font-weight:600}.footer-col ul{list-style:none}.footer-col li{margin-bottom:.6rem}.footer-col a{color:var(--gray-500);font-size:.95rem;text-decoration:none}.footer-col a:hover{color:var(--emerald-500)}.footer-social{gap:.5rem;margin-top:1rem;display:flex}.footer-social a{background:var(--gray-800);width:32px;height:32px;color:var(--gray-500);border-radius:6px;justify-content:center;align-items:center;transition:all .15s;display:flex}.footer-social a:hover{background:var(--emerald-600);color:var(--white)}@media (width<=900px){.footer-grid{grid-template-columns:1fr;gap:3rem}.footer-cols{grid-template-columns:repeat(3,1fr)}}@media (width<=640px){.footer-cta h2{font-size:1.4rem}.footer-cta-btns{flex-direction:column}.footer-cols{grid-template-columns:1fr 1fr;gap:1.5rem}}.comparison-section{background:var(--gray-900)}.comparison-section .section-header{color:var(--white)}.comparison-section .section-eyebrow{color:#ffffffb3}.comparison-section .section-title{color:var(--white)}.s10-card{background:var(--white);color:var(--gray-900);border:1px solid #00000014;border-radius:12px;padding:2.25rem;overflow:hidden;box-shadow:0 18px 50px #00000038}.s10-objection{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:10px;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;padding:1.1rem;display:flex}.s10-ob-badge{text-transform:uppercase;letter-spacing:.1em;color:var(--gray-500);background:var(--white);border:1px solid var(--gray-200);white-space:nowrap;border-radius:999px;flex-shrink:0;padding:.35rem .6rem;font-size:.72rem;font-weight:950}.s10-ob-title{letter-spacing:-.02em;color:var(--gray-900);font-size:1.15rem;font-weight:950;line-height:1.25}.s10-ob-title em{font-style:italic}.s10-ob-sub{color:var(--gray-600);max-width:980px;margin-top:.35rem;font-size:.95rem;line-height:1.65}.s10-emph{color:var(--gray-900);font-weight:950}.s10-lanes{grid-template-columns:1fr 1fr;align-items:start;gap:1.1rem;display:grid}.s10-lane{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:12px;padding:1.25rem}.s10-lane-kicker{text-transform:uppercase;letter-spacing:.1em;color:var(--gray-500);align-items:center;gap:.55rem;margin-bottom:.75rem;font-size:.72rem;font-weight:950;display:flex}.s10-lane-kicker svg{stroke:currentColor;fill:none;stroke-width:2px;width:16px;height:16px}.s10-lane-title{letter-spacing:-.02em;color:var(--gray-900);margin-bottom:.35rem;font-size:1.05rem;font-weight:950;line-height:1.25}.s10-lane-desc{color:var(--gray-600);margin-bottom:.9rem;font-size:.95rem;line-height:1.65}.s10-lane-footer{color:var(--gray-600);margin-top:.9rem;font-size:.92rem;line-height:1.6}.s10-lane-footer strong{color:var(--gray-900);font-weight:1000}.s10-timeline{background:var(--white);border:1px solid var(--gray-200);border-radius:10px;overflow:hidden}.s10-tl-row{border-top:1px solid var(--gray-200);grid-template-columns:70px 1fr;align-items:start;gap:.85rem;padding:.85rem .9rem;display:grid}.s10-tl-row:first-child{border-top:none}.s10-tl-time{color:var(--gray-700);white-space:nowrap;font-size:.85rem;font-weight:950}.s10-tl-body{color:var(--gray-700);align-items:flex-start;gap:.7rem;font-size:.95rem;line-height:1.5;display:flex}.s10-tl-body strong{color:var(--gray-900);font-weight:950}.s10-tl-icon{width:34px;height:34px;color:var(--white);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.s10-tl-icon svg{stroke:currentColor;fill:none;stroke-width:2px;width:18px;height:18px}.s10-tl-icon.violet{background:var(--violet-600)}.s10-tl-icon.blue{background:var(--blue-600)}.s10-tl-icon.emerald{background:var(--emerald-600)}.s10-dow{grid-template-columns:repeat(7,1fr);gap:6px;margin-bottom:.35rem;padding-left:2px;display:grid}.s10-dow div{text-align:center;letter-spacing:.1em;color:var(--gray-500);text-transform:uppercase;font-size:.72rem;font-weight:950}.s10-shift-grid{grid-template-columns:repeat(7,1fr);gap:6px;margin-bottom:1rem;display:grid}.s10-cell{background:var(--gray-200);border-radius:999px;height:10px}.s10-cell.covered{background:var(--gray-900)}.s10-stats{grid-template-columns:repeat(3,1fr);gap:.75rem;margin-top:.25rem;display:grid}.s10-stat{background:var(--white);border:1px solid var(--gray-200);border-radius:10px;padding:.85rem .95rem}.s10-stat-num{color:var(--gray-900);letter-spacing:-.03em;font-size:1.45rem;font-weight:1000;line-height:1.05}.s10-stat-label{color:var(--gray-500);margin-top:.25rem;font-size:.85rem;font-weight:900}.s10-note{color:var(--gray-600);margin-top:.9rem;font-size:.92rem;line-height:1.6}.s10-punch{background:var(--gray-900);color:var(--white);border-radius:10px;grid-template-columns:auto 1fr;align-items:center;gap:1.25rem;margin-top:1.35rem;padding:1.25rem;display:grid}.s10-punch-price{letter-spacing:-.05em;white-space:nowrap;font-size:2.55rem;font-weight:1000;line-height:1}.s10-punch-price span{opacity:.72;margin-left:.35rem;font-size:.95rem;font-weight:900}.s10-punch-line{color:#ffffffeb;max-width:980px;font-size:.98rem;font-weight:820;line-height:1.65}.s10-punch-line strong{color:var(--white);text-underline-offset:3px;font-weight:1000;text-decoration:underline}.s10-punch-fine{color:#ffffffa6;margin-top:.35rem;font-size:.85rem;line-height:1.55}.s10-resolve{border-top:1px solid var(--gray-200);margin-top:1.6rem;padding-top:1.6rem}.s10-resolve-top{grid-template-columns:1fr auto;align-items:start;gap:18px;margin-bottom:14px;display:grid}.s10-resolve-headline{letter-spacing:-.02em;color:var(--gray-900);margin-bottom:6px;font-size:1.15rem;font-weight:950;line-height:1.25}.s10-resolve-subcopy{color:var(--gray-600);max-width:860px;font-size:.95rem;line-height:1.7}.s10-chips{flex-wrap:wrap;gap:10px;max-width:100%;padding-bottom:2px;display:flex}.s10-chip{border:1px solid var(--gray-200);background:var(--gray-50);color:var(--gray-700);white-space:nowrap;border-radius:999px;flex:none;align-items:center;gap:10px;padding:10px 12px;font-size:.9rem;font-weight:900;display:inline-flex}.s10-dot{border-radius:999px;width:10px;height:10px;display:inline-block}.s10-dot.violet{background:var(--violet-600)}.s10-dot.blue{background:var(--blue-600)}.s10-dot.emerald{background:var(--emerald-600)}.s10-chip .label{color:var(--gray-900);font-weight:1000}.s10-chip .desc{color:var(--gray-600);font-weight:800}.s10-cta{flex-direction:column;flex:none;align-items:flex-end;gap:10px;padding-top:2px;display:flex}.s10-trust{color:var(--gray-500);letter-spacing:.02em;text-align:right;white-space:nowrap;font-size:.85rem;font-weight:850}@media (width<=900px){.s10-lanes,.s10-stats,.s10-punch{grid-template-columns:1fr}.s10-punch-price{text-align:left}.s10-resolve-top{grid-template-columns:1fr}.s10-cta{align-items:flex-start}.s10-trust{text-align:left;white-space:normal}}.chat-widget{z-index:1000;position:fixed;bottom:24px;right:24px}.chat-widget-btn{background:var(--gray-900);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .2s;display:flex;box-shadow:0 4px 12px #00000026}.chat-widget-btn:hover{transform:scale(1.05);box-shadow:0 6px 20px #0003}.chat-widget-btn svg{color:var(--white);width:28px;height:28px}.chat-widget-label{background:var(--white);color:var(--gray-900);white-space:nowrap;opacity:0;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:opacity .2s;position:absolute;top:50%;right:70px;transform:translateY(-50%);box-shadow:0 2px 8px #0000001a}.chat-widget:hover .chat-widget-label{opacity:1}.page-hero{background:linear-gradient(180deg, var(--gray-50) 0%, var(--white) 100%);text-align:center;padding:6rem 2rem 3rem}.page-hero h1{color:var(--gray-900);letter-spacing:-.02em;margin-bottom:1rem;font-size:2.75rem;font-weight:700}.page-hero p{color:var(--gray-600);max-width:580px;margin:0 auto;font-size:1.15rem;line-height:1.7}.cs-page{background:var(--gray-900);min-height:100vh}.cs-wrap{max-width:1100px;margin:0 auto;padding:0 1.5rem}.cs-header{padding:2.5rem 0 0}.cs-crumbs{color:var(--gray-400);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.85rem;font-weight:600;display:flex}.cs-crumbs a{color:var(--gray-400);cursor:pointer;text-decoration:none}.cs-crumbs a:hover{color:var(--gray-200)}.cs-crumbs .sep{opacity:.4}.cs-title{color:var(--white);letter-spacing:-.02em;margin:0 0 .5rem;font-size:2rem;font-weight:700}.cs-subtitle{color:var(--gray-300);max-width:70ch;margin:0;font-size:1.05rem;line-height:1.6}.cs-featured{background:var(--gray-800);border-left:4px solid var(--violet-600);border-radius:16px;grid-template-columns:1.2fr 1fr;margin-top:2rem;display:grid;overflow:hidden}.cs-featured.iris{border-left-color:var(--blue-600)}.cs-featured.rex{border-left-color:var(--emerald-600)}.cs-featured-content{padding:2.5rem}.cs-eyebrow{text-transform:uppercase;letter-spacing:.1em;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.8rem;font-weight:700;display:flex}.cs-eyebrow.luna{color:var(--violet-400)}.cs-eyebrow.iris{color:var(--blue-400)}.cs-eyebrow.rex{color:var(--emerald-400)}.cs-hire-pill{color:var(--white);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:.5rem;padding:.25rem .65rem;font-size:.78rem;display:inline-flex}.cs-hire-dot{border-radius:50%;width:8px;height:8px}.cs-hire-dot.luna{background:var(--violet-400)}.cs-hire-dot.iris{background:var(--blue-400)}.cs-hire-dot.rex{background:var(--emerald-400)}.cs-featured h2{color:var(--white);margin:0 0 1rem;font-size:1.5rem;font-weight:700;line-height:1.3}.cs-featured-content>p{color:var(--gray-300);margin:0 0 1.5rem;line-height:1.7}.cs-metrics{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.cs-metric{text-align:center;background:#ffffff0a;border-radius:10px;padding:1rem}.cs-metric-val{color:var(--white);font-size:1.75rem;font-weight:800}.cs-metric-label{color:var(--gray-400);margin-top:.25rem;font-size:.8rem}.cs-source{color:var(--gray-400);margin-bottom:1.5rem;font-size:.85rem;display:inline-block}.cs-source:hover{color:var(--gray-200)}.cs-btn-row{flex-wrap:wrap;gap:.75rem;display:flex}.cs-btn{cursor:pointer;color:var(--gray-200);background:0 0;border:1px solid #ffffff26;border-radius:10px;align-items:center;gap:.5rem;padding:.7rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.cs-btn:hover{background:#ffffff0d}.cs-btn-primary{background:var(--violet-600);border-color:var(--violet-600);color:var(--white)}.cs-btn-primary:hover{background:var(--violet-700)}.cs-btn-primary.iris{background:var(--blue-600);border-color:var(--blue-600)}.cs-btn-primary.iris:hover{background:var(--blue-700)}.cs-btn-primary.rex{background:var(--emerald-600);border-color:var(--emerald-600)}.cs-btn-primary.rex:hover{background:var(--emerald-700)}.cs-featured-img{background:linear-gradient(135deg, var(--gray-700) 0%, var(--gray-800) 100%);justify-content:center;align-items:center;padding:2rem;display:flex}.cs-company-badge{text-align:center}.cs-company{color:var(--white);margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.cs-role{color:var(--gray-400);font-size:.85rem}.cs-content-grid{gap:1.5rem;margin-top:2rem;padding-bottom:3rem;display:grid}.cs-section{background:var(--gray-800);border-radius:14px;padding:2rem}.cs-section h3{color:var(--white);margin:0 0 1rem;font-size:1.25rem;font-weight:700}.cs-section p{color:var(--gray-300);margin:0 0 1rem;line-height:1.75}.cs-section ul{color:var(--gray-300);margin:0;padding-left:1.25rem;line-height:1.75}.cs-section li{margin-bottom:.5rem}.cs-section strong{color:var(--white)}.cs-split{grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem;display:grid}.cs-mini{background:#ffffff08;border-radius:10px;padding:1.25rem}.cs-mini h4{color:var(--white);margin:0 0 .5rem;font-size:1rem;font-weight:600}.cs-mini p{margin:0;font-size:.95rem}.cs-related{margin-top:2rem;padding-bottom:3rem}.cs-related h3{color:var(--white);margin:0 0 1rem;font-size:1.25rem;font-weight:700}.cs-related-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.cs-related-card{cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;justify-content:space-between;align-items:center;padding:1rem 1.25rem;text-decoration:none;display:flex}.cs-related-card:hover{background:#ffffff0f}.cs-related-label{color:var(--gray-200);font-size:.9rem;font-weight:600}.cs-related-arrow{color:var(--gray-500)}.cs-footer{color:var(--gray-400);border-top:1px solid #ffffff14;padding:2rem 0;font-size:.85rem;line-height:1.7}.cs-footer strong{color:var(--gray-200)}.cs-footer a{color:var(--gray-300)}.cs-footer a:hover{color:var(--white)}@media (width<=900px){.cs-featured{grid-template-columns:1fr}.cs-featured-img{min-height:160px}.cs-metrics,.cs-split,.cs-related-grid{grid-template-columns:1fr}}@media (width<=640px){.cs-title{font-size:1.5rem}.cs-featured-content,.cs-section{padding:1.5rem}}.contact-grid{grid-template-columns:1fr 1.3fr;gap:5rem;display:grid}.contact-section{padding-top:3rem}.contact-info h2{color:var(--gray-900);letter-spacing:-.02em;margin-bottom:1rem;font-size:2rem;font-weight:700}.contact-info>p{color:var(--gray-600);margin-bottom:.75rem;font-size:1.05rem;line-height:1.75}.contact-features{flex-direction:column;gap:1.25rem;margin-top:2rem;display:flex}.contact-feature{align-items:flex-start;gap:1rem;display:flex}.contact-feature-icon{background:var(--gray-900);width:48px;height:48px;color:var(--emerald-500);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-feature h3{color:var(--gray-900);margin-bottom:.15rem;font-size:1rem;font-weight:600}.contact-feature p{color:var(--gray-500);margin:0;font-size:.9rem}.contact-chat-wrap{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:16px;padding:2rem}.contact-chat-header{border-bottom:1px solid var(--gray-200);align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.contact-chat-avatar{width:48px;height:48px;color:var(--white);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;font-weight:700;display:flex}.contact-chat-header h3{color:var(--gray-900);margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.contact-chat-header p{color:var(--gray-500);margin:0;font-size:.9rem}.contact-chat-embed{background:var(--white);border:1px solid var(--gray-200);border-radius:12px;min-height:400px;overflow:hidden}.chat-embed-placeholder{height:400px;color:var(--gray-400);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;display:flex}.chat-embed-placeholder svg{opacity:.5;width:48px;height:48px}.chat-embed-placeholder p{margin:0;font-size:1rem;font-weight:600}.chat-embed-placeholder span{font-size:.85rem}.contact-chat-note{text-align:center;color:var(--gray-500);margin-top:1rem;font-size:.85rem}.placement-list{padding:4rem 2rem}.placement-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:16px;grid-template-columns:380px 1fr;max-width:1200px;margin:0 auto 2.5rem;display:grid;overflow:hidden}.placement-card-img{background:var(--gray-900);justify-content:center;align-items:center;min-height:320px;display:flex}.placement-card-img span{color:var(--gray-700);font-size:1.35rem;font-weight:700}.placement-card-content{padding:2.5rem}.placement-card-eyebrow{color:var(--emerald-600);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem;font-size:.8rem;font-weight:600}.placement-card-content h3{color:var(--gray-900);margin-bottom:.75rem;font-size:1.5rem;font-weight:700;line-height:1.35}.placement-card-content>p{color:var(--gray-600);margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.placement-card-metrics{gap:2rem;margin-bottom:1.5rem;display:flex}.placement-card-metric-val{color:var(--emerald-600);font-size:1.5rem;font-weight:700}.placement-card-metric-label{color:var(--gray-500);font-size:.75rem}.candidate-detail{background:var(--gray-50);border-radius:16px;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto 3rem;padding:3rem;display:grid}.candidate-detail:nth-child(2n){direction:rtl}.candidate-detail:nth-child(2n)>*{direction:ltr}.candidate-detail h2{color:var(--gray-900);margin-bottom:.5rem;font-size:2rem;font-weight:700}.candidate-role{color:var(--gray-600);margin-bottom:.25rem;font-size:.85rem;font-weight:600}.candidate-detail .candidate-managed{color:var(--gray-400);white-space:nowrap;margin-bottom:1rem;font-size:.75rem;font-weight:500}.candidate-detail>div>p{color:var(--gray-600);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.8}.candidate-detail ul{margin-bottom:2rem;list-style:none}.candidate-detail li{color:var(--gray-700);align-items:flex-start;gap:.6rem;margin-bottom:.6rem;font-size:.95rem;display:flex}.candidate-detail li svg{color:var(--emerald-600);flex-shrink:0;margin-top:3px}.candidate-detail-visual{background:var(--gray-900);border-radius:12px;justify-content:center;align-items:center;height:320px;display:flex}.candidate-detail-visual svg{opacity:.5;width:64px;height:64px}.candidate-detail-visual.violet{background:var(--violet-100)}.candidate-detail-visual.violet svg{color:var(--violet-600)}.candidate-detail-visual.blue{background:var(--blue-100)}.candidate-detail-visual.blue svg{color:var(--blue-600)}.candidate-detail-visual.emerald{background:var(--emerald-100)}.candidate-detail-visual.emerald svg{color:var(--emerald-600)}.handoff-box{background:var(--white);border:1px solid var(--gray-200);border-radius:12px;margin:1.5rem 0;padding:1.25rem}.handoff-box h4{color:var(--gray-900);margin:0 0 1rem;font-size:.9rem;font-weight:700}.handoff-split{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.handoff-col ul{color:var(--gray-600);margin:0;padding-left:1rem;font-size:.8rem;line-height:1.7}.handoff-col li{margin:.25rem 0}.handoff-label{text-transform:uppercase;letter-spacing:.08em;border-radius:4px;margin-bottom:.5rem;padding:.3rem .6rem;font-size:.7rem;font-weight:700;display:inline-block}.handoff-label.green{background:var(--emerald-100);color:var(--emerald-700)}.handoff-label.red{color:#b91c1c;background:#fee2e2}.handoff-method{border-top:1px solid var(--gray-200);color:var(--gray-600);margin-top:1rem;padding-top:1rem;font-size:.8rem;line-height:1.6}.handoff-method strong{color:var(--gray-900)}.handoff-accordion{margin-top:2rem;margin-bottom:1.5rem}.handoff-accordion-toggle{background:var(--white);border:1px solid var(--gray-200);cursor:pointer;width:100%;color:var(--gray-700);border-radius:10px;justify-content:space-between;align-items:center;padding:1rem 1.25rem;font-size:.95rem;font-weight:600;transition:all .15s;display:flex;box-shadow:0 2px 8px #0000000a}.handoff-accordion-toggle:hover{background:var(--gray-50);border-color:var(--gray-300)}.handoff-accordion-toggle svg{width:18px;height:18px;color:var(--gray-500)}.handoff-accordion-content{margin-top:1rem}.handoff-rules-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.handoff-rules-card{background:var(--white);border:1px solid var(--gray-200);border-radius:12px;padding:1rem}.handoff-rules-card.violet{border-top:3px solid var(--violet-500)}.handoff-rules-card.blue{border-top:3px solid var(--blue-500)}.handoff-rules-card.emerald{border-top:3px solid var(--emerald-500)}.handoff-rules-header{align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.95rem;display:flex}.handoff-rules-badge{color:#fff;border-radius:8px;place-items:center;width:28px;height:28px;font-size:.8rem;font-weight:800;display:grid}.handoff-rules-badge.violet{background:var(--violet-500)}.handoff-rules-badge.blue{background:var(--blue-500)}.handoff-rules-badge.emerald{background:var(--emerald-500)}.handoff-rules-section{margin-bottom:.75rem}.handoff-rules-section ul{color:var(--gray-600);margin:.25rem 0 0;padding-left:1rem;font-size:.75rem;line-height:1.6}.handoff-rules-section li{margin:.2rem 0}.handoff-rules-method{color:var(--gray-500);border-top:1px solid var(--gray-100);padding-top:.5rem;font-size:.7rem;line-height:1.5}.handoff-rules-method strong{color:var(--gray-700)}@media (width<=768px){.handoff-rules-grid,.handoff-split{grid-template-columns:1fr}}.firm-hero{background:linear-gradient(180deg, var(--gray-50) 0%, #fff 55%);border-bottom:1px solid var(--gray-200);padding:120px 0 34px}.firm-hero-grid{grid-template-columns:1.12fr .88fr;align-items:start;gap:22px;display:grid}.firm-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--gray-500);margin-bottom:12px;font-size:12px;font-weight:800}.firm-h1{letter-spacing:-.04em;margin:0 0 14px;font-size:44px;line-height:1.06}.firm-lead{color:var(--gray-500);max-width:52ch;margin:0 0 22px;font-size:18px;line-height:1.7}.firm-actions{flex-wrap:wrap;gap:10px;margin:10px 0 18px;display:flex}.firm-trust-row{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}.firm-pill{border:1px solid var(--gray-200);background:var(--gray-50);letter-spacing:.04em;text-transform:uppercase;color:var(--gray-500);white-space:nowrap;border-radius:999px;align-items:center;gap:10px;padding:10px 12px;font-size:12px;font-weight:700;display:inline-flex}.firm-dot{border-radius:999px;width:10px;height:10px;display:inline-block}.firm-dot.violet{background:var(--violet-600)}.firm-dot.blue{background:var(--blue-600)}.firm-dot.emerald{background:var(--emerald-600)}.firm-card{border:1px solid var(--gray-200);background:#fff;border-radius:16px;box-shadow:0 18px 60px #0a0a0e14}.firm-card-title{justify-content:space-between;align-items:center;gap:12px;padding:18px 18px 0;display:flex}.firm-card-title h3{letter-spacing:.08em;text-transform:uppercase;color:var(--gray-500);margin:0;font-size:14px;font-weight:850}.firm-card-body{padding:14px 18px 18px}.firm-checklist{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.firm-checklist li{color:var(--gray-900);align-items:flex-start;gap:10px;font-size:14px;font-weight:650;line-height:1.5;display:flex}.firm-checklist li svg{flex:0 0 18px;width:18px;height:18px;margin-top:2px}.firm-subnote{color:var(--gray-500);border-top:1px solid var(--gray-200);margin-top:14px;padding-top:14px;font-size:13px;line-height:1.6}.firm-hint{color:var(--gray-500);margin-top:14px;font-size:13px;line-height:1.7}.firm-section{padding:56px 0}.firm-section.alt{background:var(--gray-50);border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200)}.firm-split{grid-template-columns:1fr 1fr;gap:22px;display:grid}.firm-split-card{border:1px solid var(--gray-200);background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 18px 60px #0a0a0e14}.firm-split-head{border-bottom:1px solid var(--gray-200);background:var(--gray-50);justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;display:flex}.firm-split-head strong{text-transform:uppercase;letter-spacing:.12em;font-size:13px}.firm-tag{border:1px solid var(--gray-200);background:#fff;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800}.firm-split-content{padding:16px 18px}.firm-timeline{grid-template-columns:1fr 1fr;align-items:start;gap:22px;display:grid}.firm-steps{flex-direction:column;gap:12px;display:flex}.firm-step{border:1px solid var(--gray-200);background:#fff;border-radius:14px;gap:12px;padding:14px;display:flex;box-shadow:0 10px 30px #0a0a0e14}.firm-step-num{background:var(--gray-900);color:#fff;border-radius:12px;flex:0 0 34px;place-items:center;width:34px;height:34px;font-weight:900;display:grid}.firm-step h3{letter-spacing:-.01em;margin:0 0 4px;font-size:15px}.firm-step p{color:var(--gray-500);margin:0;font-size:14px;line-height:1.6}.firm-deliverables{border:1px solid var(--gray-200);background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 18px 60px #0a0a0e14}.firm-deliv-top{background:var(--gray-50);border-bottom:1px solid var(--gray-200);justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;display:flex}.firm-deliv-top strong{text-transform:uppercase;letter-spacing:.12em;color:var(--gray-500);font-size:13px}.firm-deliv-body{padding:16px 18px}.firm-deliv-body ul{color:var(--gray-500);margin:0;padding-left:18px;line-height:1.75}.firm-deliv-body li{margin:8px 0}.firm-caps-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.firm-cap{border:1px solid var(--gray-200);background:#fff;border-radius:16px;padding:18px;box-shadow:0 18px 60px #0a0a0e14}.firm-cap-top{align-items:center;gap:10px;margin-bottom:10px;display:flex}.firm-cap-ic{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:14px;place-items:center;width:44px;height:44px;display:grid}.firm-cap-ic svg{width:22px;height:22px}.firm-cap h3{letter-spacing:-.015em;margin:0;font-size:16px}.firm-cap p{color:var(--gray-500);margin:8px 0 0;font-size:14px;line-height:1.7}.firm-candidates-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.firm-candidate{border:1px solid var(--gray-200);background:#fff;border-radius:16px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 18px 60px #0a0a0e14}.firm-cand-top{border-bottom:1px solid var(--gray-200);background:var(--gray-50);justify-content:space-between;align-items:center;gap:12px;padding:18px;display:flex}.firm-cand-name{letter-spacing:-.02em;align-items:center;gap:12px;font-size:18px;font-weight:900;display:flex}.firm-badge{color:#fff;border-radius:14px;place-items:center;width:42px;height:42px;font-weight:900;display:grid}.firm-badge.violet{background:var(--violet-600)}.firm-badge.blue{background:var(--blue-600)}.firm-badge.emerald{background:var(--emerald-600)}.firm-cand-role{color:var(--gray-500);margin-top:2px;font-size:13px;font-weight:750}.firm-cand-body{flex-direction:column;flex:1;gap:12px;padding:18px;display:flex}.firm-bullets{color:var(--gray-500);margin:0;padding-left:18px;font-size:14px;line-height:1.75}.firm-bullets li{margin:6px 0}.firm-cand-foot{border-top:1px solid var(--gray-200);gap:10px;padding:18px;display:flex}.firm-table-wrap{border:1px solid var(--gray-200);background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 18px 60px #0a0a0e14}.firm-table{border-collapse:collapse;width:100%;font-size:14px}.firm-table th,.firm-table td{border-bottom:1px solid var(--gray-200);vertical-align:top;text-align:left;padding:14px}.firm-table th{background:var(--gray-50);letter-spacing:.12em;text-transform:uppercase;color:var(--gray-500);font-size:12px;font-weight:850}.firm-table tr:last-child td{border-bottom:none}.firm-table td strong{color:var(--gray-900)}.firm-faq{border:1px solid var(--gray-200);background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 18px 60px #0a0a0e14}.firm-faq .faq-item{border-top:1px solid var(--gray-200)}.firm-faq .faq-item:first-child{border-top:none}.firm-faq .faq-q{text-align:left;cursor:pointer;background:#fff;border:none;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:16px 18px;font-size:15px;font-weight:800;display:flex}.firm-faq .faq-q:hover{background:var(--gray-50)}.firm-faq .faq-q h3{margin:0;font-size:15px}.values-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.value-card{background:var(--white);border:1px solid var(--gray-200);text-align:center;border-radius:12px;padding:2rem}.value-icon{background:var(--gray-900);width:60px;height:60px;color:var(--emerald-500);border-radius:14px;justify-content:center;align-items:center;margin:0 auto 1.25rem;display:flex}.value-card h3{color:var(--gray-900);margin-bottom:.6rem;font-size:1.15rem;font-weight:700}.value-card p{color:var(--gray-600);font-size:.95rem;line-height:1.65}.resources-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.resource-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:12px;transition:all .2s;overflow:hidden}.resource-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0000000f}.resource-img{background:var(--gray-200);height:180px;position:relative}.resource-tag{background:var(--gray-900);color:var(--white);text-transform:uppercase;border-radius:4px;padding:.2rem .6rem;font-size:.7rem;font-weight:600;position:absolute;top:1rem;left:1rem}.resource-content{padding:1.5rem}.resource-content h3{color:var(--gray-900);margin-bottom:.5rem;font-size:1.1rem;font-weight:600;line-height:1.4}.resource-content p{color:var(--gray-600);margin-bottom:1rem;font-size:.9rem;line-height:1.6}.resource-meta{color:var(--gray-500);justify-content:space-between;font-size:.8rem;display:flex}@media (width<=1024px){.hero-inner,.about-grid,.contact-grid,.placements-featured,.firm-hero-grid,.firm-split,.firm-timeline,.firm-caps-grid,.firm-candidates-grid{grid-template-columns:1fr}.hero{text-align:center}.hero h1{font-size:2.5rem}.hero-text>p{margin:0 auto 2.5rem}.hero-ctas,.hero-proof{justify-content:center}.hero-visual{max-width:480px;margin:3rem auto 0}.hero-convo-tabs{flex-wrap:wrap;justify-content:center}.hero-convo-header{grid-template-columns:1fr;gap:1rem}.hero-convo-stats{justify-content:flex-start}.problems-grid,.testimonials-grid,.resources-grid,.values-grid,.process-grid{grid-template-columns:repeat(2,1fr)}.process-grid-v2{grid-template-columns:repeat(3,1fr);gap:1rem}.process-grid-v2 .process-connector{display:none}.trust-bar-inner{flex-wrap:wrap;gap:2rem}.cost-grid{grid-template-columns:1fr;max-width:500px;margin:0 auto 3rem}.cost-kickers{flex-direction:column;gap:.35rem}.cost-kicker.right{text-align:left}.cost-card{padding:2rem}.candidates-grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}.conv-grid,.roi-dash-grid,.roi-input-row{grid-template-columns:1fr}.roi-dash-results{border-left:none;border-top:1px solid var(--gray-200)}.humans-cant-grid{grid-template-columns:1fr}.case-study-header{flex-direction:column;gap:1rem}.case-study-tabs{width:100%}.case-study-tab{flex:1;justify-content:center;padding:.5rem .6rem;font-size:.8rem}.placements-metrics{grid-template-columns:1fr}.results-grid{grid-template-columns:repeat(2,1fr)}.candidate-detail{grid-template-columns:1fr}.candidate-detail:nth-child(2n){direction:ltr}.placement-card{grid-template-columns:1fr}.placement-card-img{min-height:240px}.placements-image{min-height:300px}}@media (width<=768px){.nav-links{display:none}.nav-mobile-ctas{display:flex}.mobile-menu-btn{display:block}.hero h1{font-size:2rem}.hero-solution{font-size:1.25rem}.hero-proof{flex-direction:column;gap:.75rem}.hero-convo-tabs{gap:.35rem}.hero-convo-tab{padding:.5rem .85rem;font-size:.9rem}.hero-convo-title{font-size:.9rem}.hero-convo-stat-val{font-size:1.1rem}.hero-convo-stat-label{font-size:.75rem}.hero-chat{min-height:320px;padding:1.5rem 1rem 2rem}.problems-grid,.testimonials-grid,.process-grid,.values-grid,.resources-grid{grid-template-columns:1fr}.process-grid-v2{grid-template-columns:1fr 1fr}.section-title{font-size:2rem}.page-hero h1{font-size:2.25rem}.cta-section h2{font-size:2rem}.cta-btns{flex-direction:column;align-items:center}.cta-bullets{grid-template-columns:1fr;justify-items:start;gap:.5rem;width:fit-content}.contact-chat-embed{min-height:350px}.chat-embed-placeholder{height:350px}.placements-metrics{grid-template-columns:1fr}.placement-card-metrics{flex-direction:column;gap:.75rem}.trust-bar-inner{flex-direction:column;gap:1.5rem}.trust-stat{align-items:baseline;gap:.5rem;display:flex}.cost-number{font-size:2.25rem}.conv-tabs{flex-direction:column}.conv-tab{justify-content:center;width:100%}.conv-header h2{font-size:1.35rem}.roi-input-row{grid-template-columns:1fr;gap:16px}.results-grid{grid-template-columns:1fr}}.llm-guide-toggle{background:var(--gray-100);border-top:1px solid var(--gray-200);text-align:center;padding:1rem 2rem}.llm-guide-toggle button{background:var(--gray-200);border:1px solid var(--gray-300);color:var(--gray-600);cursor:pointer;border-radius:6px;padding:.5rem 1.5rem;font-size:.85rem;font-weight:600}.llm-guide-toggle button:hover{background:var(--gray-300)}.llm-guide{background:var(--gray-50);border-top:1px solid var(--gray-200);padding:3rem 2rem;display:none}.llm-guide.open{display:block}.llm-guide-inner{max-width:900px;margin:0 auto}.llm-guide-warning{background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;margin-bottom:2rem;padding:1rem 1.5rem}.llm-guide-warning p{color:#92400e;margin:0;font-size:.95rem;font-weight:600}.llm-guide h2{color:var(--gray-900);border-bottom:2px solid var(--gray-300);margin:2rem 0 1rem;padding-bottom:.5rem;font-size:1.5rem;font-weight:700}.llm-guide h3{color:var(--gray-800);margin:1.5rem 0 .75rem;font-size:1.15rem;font-weight:700}.llm-guide h4{color:var(--gray-700);margin:1rem 0 .5rem;font-size:1rem;font-weight:600}.llm-guide p{color:var(--gray-600);margin-bottom:1rem;font-size:.95rem;line-height:1.7}.llm-guide ul,.llm-guide ol{color:var(--gray-600);margin-bottom:1rem;padding-left:1.5rem;font-size:.95rem;line-height:1.7}.llm-guide li{margin-bottom:.5rem}.llm-guide strong{color:var(--gray-900)}.llm-guide code{background:var(--gray-200);border-radius:4px;padding:.15rem .4rem;font-size:.85rem}.llm-guide pre{background:var(--gray-900);color:var(--gray-100);border-radius:8px;margin-bottom:1rem;padding:1rem;font-size:.85rem;line-height:1.5;overflow-x:auto}.llm-guide table{border-collapse:collapse;width:100%;margin-bottom:1rem;font-size:.9rem}.llm-guide th,.llm-guide td{border:1px solid var(--gray-300);text-align:left;padding:.5rem .75rem}.llm-guide th{background:var(--gray-200);color:var(--gray-800);font-weight:600}.llm-guide td{color:var(--gray-600)}.internal-pricing{background:var(--gray-50);border-top:1px solid var(--gray-200);padding:3rem 2rem;display:none}.internal-pricing.open{display:block}.internal-pricing-inner{max-width:900px;margin:0 auto}.internal-pricing h2{color:var(--gray-900);border-bottom:2px solid var(--gray-300);margin:2rem 0 1rem;padding-bottom:.5rem;font-size:1.5rem;font-weight:700}.internal-pricing h2:first-child{margin-top:0}.internal-pricing h3{color:var(--gray-800);margin:1.5rem 0 .75rem;font-size:1.15rem;font-weight:700}.internal-pricing p{color:var(--gray-600);margin-bottom:1rem;font-size:.95rem;line-height:1.7}.internal-pricing table{border-collapse:collapse;width:100%;margin-bottom:1.5rem;font-size:.9rem}.internal-pricing th,.internal-pricing td{border:1px solid var(--gray-300);text-align:left;padding:.6rem .75rem}.internal-pricing th{background:var(--gray-200);color:var(--gray-800);font-weight:600}.internal-pricing td{color:var(--gray-600);background:#fff}.internal-pricing ul{color:var(--gray-600);margin-bottom:1rem;padding-left:1.5rem;font-size:.95rem;line-height:1.7}.internal-pricing li{margin-bottom:.5rem}.internal-pricing strong{color:var(--gray-900)}.internal-sales-process{background:var(--gray-50);border-top:1px solid var(--gray-200);padding:3rem 2rem;display:none}.internal-sales-process.open{display:block}.internal-sales-process-inner{max-width:900px;margin:0 auto}.internal-sales-process h2{color:var(--gray-900);border-bottom:2px solid var(--gray-300);margin:2rem 0 1rem;padding-bottom:.5rem;font-size:1.5rem;font-weight:700}.internal-sales-process h2:first-child{margin-top:0}.internal-sales-process h3{color:var(--gray-800);margin:1.5rem 0 .75rem;font-size:1.15rem;font-weight:700}.internal-sales-process p{color:var(--gray-600);margin-bottom:1rem;font-size:.95rem;line-height:1.7}.internal-sales-process pre{background:var(--gray-900);color:var(--gray-100);white-space:pre-wrap;border-radius:8px;margin-bottom:1rem;padding:1.5rem;font-size:.85rem;line-height:1.7;overflow-x:auto}.internal-sales-process ul{color:var(--gray-600);margin-bottom:1rem;padding-left:1.5rem;font-size:.95rem;line-height:1.7}.internal-sales-process li{margin-bottom:.5rem}.internal-sales-process strong{color:var(--gray-900)}.internal-confirm-form{background:var(--gray-50);border-top:1px solid var(--gray-200);padding:3rem 2rem;display:none}.internal-confirm-form.open{display:block}.internal-confirm-form-inner{max-width:1000px;margin:0 auto}.internal-confirm-form h2{color:var(--gray-900);border-bottom:2px solid var(--gray-300);margin:2rem 0 1rem;padding-bottom:.5rem;font-size:1.5rem;font-weight:700}.internal-confirm-form h2:first-child{margin-top:0}.internal-confirm-form h3{color:var(--gray-800);margin:1.5rem 0 .75rem;font-size:1.15rem;font-weight:700}.internal-confirm-form h4{color:var(--gray-700);margin:1rem 0 .5rem;font-size:1rem;font-weight:600}.internal-confirm-form p{color:var(--gray-600);margin-bottom:1rem;font-size:.95rem;line-height:1.7}.internal-confirm-form table{border-collapse:collapse;width:100%;margin-bottom:1.5rem;font-size:.9rem}.internal-confirm-form th,.internal-confirm-form td{border:1px solid var(--gray-300);text-align:left;padding:.6rem .75rem}.internal-confirm-form th{background:var(--gray-200);color:var(--gray-800);font-weight:600}.internal-confirm-form td{color:var(--gray-600);background:#fff}.internal-confirm-form ul,.internal-confirm-form ol{color:var(--gray-600);margin-bottom:1rem;padding-left:1.5rem;font-size:.95rem;line-height:1.7}.internal-confirm-form li{margin-bottom:.5rem}.internal-confirm-form strong{color:var(--gray-900)}.internal-confirm-form code{background:var(--gray-200);color:var(--gray-800);border-radius:4px;padding:.15rem .4rem;font-size:.85rem}.internal-confirm-form pre{background:var(--gray-900);color:var(--gray-100);border-radius:8px;margin-bottom:1rem;padding:1rem;font-size:.85rem;line-height:1.5;overflow-x:auto}.internal-confirm-form blockquote{background:var(--gray-100);border-left:4px solid var(--gray-400);border-radius:0 8px 8px 0;margin:1rem 0;padding:1rem 1.25rem}.internal-confirm-form blockquote p{color:var(--gray-700);margin:0;font-style:italic}.internal-confirm-form .psych-note{background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;margin:.75rem 0;padding:.75rem 1rem}.internal-confirm-form .psych-note p{color:#92400e;margin:0;font-size:.9rem}.internal-confirm-form .warning-box{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin:1rem 0;padding:1rem}.internal-confirm-form .warning-box p{color:#991b1b;margin:0}.activity-ticker{z-index:900;pointer-events:none;max-width:340px;position:fixed;bottom:20px;left:20px}.activity-card{background:var(--white);border:1px solid var(--gray-200);opacity:0;pointer-events:auto;border-radius:10px;align-items:center;gap:.75rem;padding:.85rem 1rem;animation:.4s forwards tickerIn;display:flex;transform:translateY(10px);box-shadow:0 4px 20px #0000001a}.activity-card.out{animation:.4s forwards tickerOut}@keyframes tickerIn{to{opacity:1;transform:translateY(0)}}@keyframes tickerOut{to{opacity:0;transform:translateY(-10px)}}.activity-card.luna{border-left:4px solid var(--violet-600)}.activity-card.iris{border-left:4px solid var(--blue-600)}.activity-card.rex{border-left:4px solid var(--emerald-600)}.activity-badge{width:32px;height:32px;color:var(--white);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.activity-badge.luna{background:var(--violet-600)}.activity-badge.iris{background:var(--blue-600)}.activity-badge.rex{background:var(--emerald-600)}.activity-content{flex:1;min-width:0}.activity-text{color:var(--gray-700);font-size:.8rem;font-weight:500;line-height:1.4}.activity-text strong{color:var(--gray-900);font-weight:600}.activity-text .luna-name{color:var(--violet-600);font-weight:700}.activity-text .iris-name{color:var(--blue-600);font-weight:700}.activity-text .rex-name{color:var(--emerald-600);font-weight:700}.activity-time{color:var(--gray-400);margin-top:.2rem;font-size:.7rem}.activity-close{background:var(--gray-100);border:1px solid var(--gray-200);cursor:pointer;color:var(--gray-500);border-radius:6px;flex-shrink:0;margin-left:.5rem;padding:.25rem .5rem;font-family:inherit;font-size:11px;font-weight:700;transition:all .15s}.activity-close:hover{background:var(--gray-200);color:var(--gray-700)}.activity-close svg{width:14px;height:14px}@media (width<=768px){.activity-ticker{max-width:none;bottom:12px;left:12px;right:12px}.activity-card{padding:.75rem}.activity-text{font-size:.75rem}}.process-grid-v2{margin-top:1.5rem}.process-meta{text-transform:uppercase;letter-spacing:.08em;color:var(--gray-400);margin-top:.85rem;font-size:.75rem;font-weight:700}.process-assurances{flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:2rem;display:flex}.process-assurance{color:var(--gray-600);align-items:center;gap:.6rem;font-size:.9rem;display:flex}.process-assurance svg{color:var(--emerald-600);flex-shrink:0}.process-cta{text-align:center;margin-top:2.25rem}@media (width<=768px){.process-assurances{gap:1rem}}.appt-wrap{background:radial-gradient(900px 460px at 16% -8%, #2563eb0f, transparent 60%), radial-gradient(820px 420px at 110% 0%, #2563eb0a, transparent 60%), var(--gray-50);justify-content:center;align-items:flex-start;min-height:100vh;padding:180px 14px 200px;display:flex}.appt-shell{gap:12px;width:min(640px,100%);display:grid}.appt-topbar{z-index:50;background:var(--white);border:1px solid var(--gray-200);border-radius:18px;width:min(640px,100% - 28px);padding:16px;position:fixed;bottom:12px;left:50%;transform:translate(-50%);box-shadow:0 18px 50px #1118251a}.appt-toprow{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.appt-brand{align-items:flex-start;gap:12px;display:flex}.appt-dot{background:linear-gradient(135deg, var(--blue-500), var(--blue-700));border-radius:999px;width:10px;height:10px;margin-top:5px;box-shadow:0 0 0 6px #2563eb1a}.appt-brand h1{letter-spacing:-.2px;margin:0;font-size:14px;font-weight:800}.appt-brand p{color:var(--gray-500);max-width:52ch;margin:3px 0 0;font-size:13px}.appt-pills{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.appt-pill{border:1px solid var(--gray-200);color:var(--gray-500);background:var(--gray-100);border-radius:999px;padding:8px 10px;font-size:12px}.appt-pill strong{color:var(--gray-900);margin-right:6px;font-weight:800}.appt-meta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:12px;display:flex}.appt-progress{width:320px;max-width:100%}.appt-bar{border:1px solid var(--gray-200);background:var(--gray-100);border-radius:999px;width:100%;height:8px;overflow:hidden}.appt-bar>div{background:linear-gradient(90deg, var(--blue-500), var(--blue-700));border-radius:999px;width:0%;height:100%;transition:width .28s}.appt-meta small{color:var(--gray-500);margin-top:4px;font-size:12px;display:block}.appt-actions{gap:8px;display:flex}.appt-card{background:var(--white);border:1px solid var(--gray-200);border-radius:18px;overflow:hidden;box-shadow:0 18px 50px #1118251a}.appt-card-inner{padding:22px 18px 18px}.appt-step-title{letter-spacing:-.6px;margin:0;font-size:24px;font-weight:850;line-height:1.15}.appt-sub{color:var(--gray-600);max-width:70ch;margin:8px 0 0;font-size:14px}.appt-grid{grid-template-columns:1fr;gap:12px;margin-top:16px;display:grid}.appt-grid label{color:var(--gray-600);letter-spacing:.1px;margin:0 0 6px;font-size:12px;font-weight:650;display:block}.appt-grid input[type=text],.appt-grid input[type=email],.appt-grid input[type=tel],.appt-grid input[type=url],.appt-grid input[type=number],.appt-grid textarea,.appt-grid select{border:1px solid var(--gray-200);background:var(--white);width:100%;color:var(--gray-900);border-radius:12px;outline:none;padding:11px;font-family:inherit;font-size:16px}.appt-grid textarea{resize:vertical;min-height:110px}.appt-grid input:focus,.appt-grid textarea:focus,.appt-grid select:focus{border-color:#2563eb73;box-shadow:0 0 0 3px #2563eb2e}.appt-help{color:var(--gray-500);margin-top:6px;font-size:12px}.appt-notice{background:#2563eb0f;border:1px solid #2563eb33;border-radius:16px;margin-top:14px;padding:12px 14px;font-size:13px}.appt-inline2{grid-template-columns:1fr 1fr;gap:12px;display:grid}@media (width<=560px){.appt-inline2{grid-template-columns:1fr}}.appt-severity-wrap{border:1px solid var(--gray-200);background:var(--gray-100);border-radius:14px;margin-top:12px;padding:12px}.appt-severity-top{justify-content:space-between;margin-bottom:8px;display:flex}.appt-severity-top span{color:var(--gray-500);font-size:12px}.appt-severity-top strong{font-weight:700}.appt-grid input[type=range]{width:100%}.appt-btn{border:1px solid var(--gray-200);background:var(--white);color:var(--gray-900);cursor:pointer;border-radius:14px;align-items:center;gap:8px;padding:10px 14px;font-family:inherit;font-size:14px;font-weight:800;display:inline-flex;box-shadow:0 10px 26px #11182514}.appt-btn:hover{background:var(--gray-100)}.appt-btn:active{transform:translateY(1px)}.appt-btn-primary{border-color:var(--gray-900);background:var(--gray-900);color:var(--white)}.appt-btn-primary:hover{background:var(--black)}.appt-step{display:none}.appt-step.active{display:block}.appt-checkbox-grid{grid-template-columns:repeat(2,1fr);gap:10px;margin-top:8px;display:grid}.appt-checkbox-grid label{cursor:pointer;align-items:center;gap:8px;font-size:14px;font-weight:400;display:flex}.appt-checkbox-grid input[type=checkbox]{width:16px;height:16px}.appt-dev-banner{color:#92400e;z-index:100;background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;padding:8px 16px;font-size:12px;font-weight:600;position:fixed;top:70px;left:50%;transform:translate(-50%)}.footer-dev-btn{color:#92400e;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;background:#fef3c7;border:1px solid #f59e0b;border-radius:6px;align-items:center;gap:6px;margin-top:12px;padding:6px 12px;font-size:11px;font-weight:700;display:inline-flex}.footer-dev-btn:hover{background:#fde68a}.footer-dev-btn+.footer-dev-btn{margin-left:8px}.appt-radios,.appt-checkboxes{gap:10px;margin-top:12px;display:grid}.appt-opt{border:1px solid var(--gray-200);background:var(--gray-100);cursor:pointer;border-radius:14px;align-items:flex-start;gap:12px;padding:10px 12px;display:flex}.appt-opt input{width:18px;height:18px;accent-color:var(--blue-500);flex:none;margin-top:3px}.appt-opt strong{font-size:13px;font-weight:850;display:block}.appt-opt span{color:var(--gray-500);margin-top:2px;font-size:12px;display:block}.appt-range-wrap{border:1px solid var(--gray-200);background:var(--gray-100);border-radius:14px;margin-top:12px;padding:10px 12px}.appt-range-top{justify-content:space-between;align-items:center;gap:10px;display:flex}.appt-range-top strong{font-size:13px;font-weight:850}.appt-range-top span{color:var(--gray-500);font-size:12px}.appt-leak-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:16px;display:grid}@media (width<=768px){.appt-leak-cards{grid-template-columns:1fr}}.appt-leak{border:1px solid var(--gray-200);background:var(--gray-100);border-radius:16px;padding:14px}.appt-leak h3{letter-spacing:-.1px;margin:0;font-size:14px;font-weight:900}.appt-leak p{color:var(--gray-500);min-height:44px;margin:6px 0 0;font-size:12px}.appt-calc-shell{border:1px solid var(--gray-200);background:var(--gray-100);border-radius:16px;margin-top:14px;overflow:hidden}.appt-tabs{border-bottom:1px solid var(--gray-200);background:var(--white);gap:8px;padding:10px;display:flex;overflow:auto}.appt-tab{white-space:nowrap;border:1px solid var(--gray-200);background:var(--gray-100);color:var(--gray-900);cursor:pointer;border-radius:999px;padding:8px 10px;font-family:inherit;font-size:13px;font-weight:850}.appt-tab.active{background:#2563eb14;border-color:#2563eb73}.appt-calc-body{padding:14px}.appt-calc-grid{grid-template-columns:1.1fr .9fr;align-items:start;gap:14px;display:grid}@media (width<=768px){.appt-calc-grid{grid-template-columns:1fr}}.appt-panel{border:1px solid var(--gray-200);background:var(--white);border-radius:16px;padding:14px}.appt-panel h4{color:var(--gray-500);letter-spacing:.14px;text-transform:uppercase;margin:0 0 10px;font-size:12px;font-weight:900}.appt-kv{grid-template-columns:1fr auto;gap:8px 10px;margin-top:10px;font-size:13px;display:grid}.appt-kv div{color:var(--gray-500)}.appt-kv b{color:var(--gray-900);font-feature-settings:"tnum" 1, "lnum" 1;letter-spacing:-.1px;font-weight:900}.appt-big-money{border-top:1px dashed var(--gray-200);margin-top:12px;padding-top:12px}.appt-tag{border:1px solid var(--gray-200);color:var(--gray-500);background:var(--gray-100);border-radius:999px;margin-top:10px;padding:5px 8px;font-size:11px;display:inline-block}.appt-danger{background:#b91c1c0f;border:1px solid #b91c1c38;border-radius:16px;margin-top:14px;padding:12px 14px}.appt-danger strong{font-size:13px;font-weight:900;display:block}.appt-danger p{color:var(--gray-600);margin:6px 0 0;font-size:13px}.appt-success{background:#16a34a0f;border:1px solid #16a34a33;border-radius:16px;margin-top:14px;padding:12px 14px}.appt-success strong{font-size:13px;font-weight:900;display:block}.appt-success p{color:var(--gray-600);margin:6px 0 0;font-size:13px}.appt-bullets{color:var(--gray-900);margin:10px 0 0 18px;font-size:13px}.appt-bullets li{color:var(--gray-600);margin:6px 0}.appt-footnote{color:var(--gray-400);margin-top:10px;font-size:12px}.appt-demo-sticky{z-index:60;background:#fef3c7;border:1px solid #f59e0b;border-radius:12px;width:min(640px,100% - 28px);padding:10px 14px;position:fixed;top:80px;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #00000026}.appt-demo-label{color:#92400e;text-transform:uppercase;letter-spacing:.05em;justify-content:space-between;align-items:center;margin-bottom:6px;font-size:11px;font-weight:800;display:flex}.appt-demo-dismiss{cursor:pointer;color:#92400e;background:0 0;border:1px solid #f59e0b;border-radius:4px;padding:2px 8px;font-family:inherit;font-size:10px;font-weight:700}.appt-demo-dismiss:hover{background:#fde68a}.appt-demo-chips{flex-wrap:wrap;gap:6px;display:flex}.appt-demo-chip{cursor:pointer;color:#92400e;background:#fde68a;border:1px solid #f59e0b;border-radius:6px;padding:4px 8px;font-family:inherit;font-size:11px;font-weight:700}.appt-demo-chip:hover{background:#fcd34d}.appt-demo-chip.active{color:#fef3c7;background:#92400e}.dept-hero{background:linear-gradient(180deg, var(--gray-900) 0%, #1a1a1f 100%);color:#fff;padding:100px 0 60px}.dept-hero-inner{grid-template-columns:1.1fr .9fr;align-items:center;gap:3rem;max-width:1200px;margin:0 auto;padding:0 2rem;display:grid}.dept-eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--emerald-400);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:700;display:flex}.dept-eyebrow:before{content:"";background:var(--emerald-400);border-radius:50%;width:8px;height:8px}.dept-hero h1{letter-spacing:-.03em;margin-bottom:1rem;font-size:2.75rem;font-weight:700;line-height:1.1}.dept-hero h1 .bad{color:#ef4444}.dept-hero h1 .good{color:var(--emerald-400)}.dept-hero-sub{color:var(--gray-400);margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.dept-stats{flex-wrap:wrap;gap:2rem;margin-bottom:2rem;display:flex}.dept-stat{text-align:center}.dept-stat-val{font-size:2.5rem;font-weight:800;line-height:1}.dept-stat-val.bad{color:#ef4444}.dept-stat-val.good{color:var(--emerald-400)}.dept-stat-label{color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em;margin-top:.5rem;font-size:.75rem}.dept-hero-card{background:var(--gray-800);border:1px solid var(--gray-700);border-radius:16px;padding:1.5rem}.dept-hero-card h3{color:#fff;margin-bottom:1rem;font-size:1rem;font-weight:700}.dept-hero-card ul{margin:0;padding:0;list-style:none}.dept-hero-card li{color:var(--gray-300);align-items:flex-start;gap:.75rem;margin-bottom:.75rem;font-size:.9rem;line-height:1.5;display:flex}.dept-hero-card li svg{color:var(--emerald-400);flex-shrink:0;width:16px;height:16px;margin-top:2px}.dept-core-promise{border-top:1px solid var(--gray-700);color:var(--gray-400);margin-top:1rem;padding-top:1rem;font-size:.85rem}.dept-core-promise strong{color:#fff;margin-bottom:.25rem;display:block}.dept-section{max-width:1200px;margin:0 auto;padding:4rem 2rem}.dept-section.dark{background:var(--gray-900);max-width:100%}.dept-section.dark .dept-section-inner{max-width:1200px;margin:0 auto}.dept-section.alt{background:var(--gray-50);border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);max-width:100%}.dept-section.alt .dept-section-inner{max-width:1200px;margin:0 auto;padding:0 2rem}.dept-section-header{text-align:center;margin-bottom:3rem}.dept-section-eyebrow{text-transform:uppercase;letter-spacing:.15em;color:var(--gray-500);margin-bottom:.75rem;font-size:.7rem;font-weight:700}.dept-section-title{letter-spacing:-.02em;color:var(--gray-900);margin-bottom:.75rem;font-size:2rem;font-weight:700}.dept-section.dark .dept-section-title{color:#fff}.dept-section-sub{color:var(--gray-600);max-width:600px;margin:0 auto;font-size:1rem}.dept-section.dark .dept-section-sub{color:var(--gray-400)}.dept-tracking-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.dept-tracking-card{border:1px solid var(--gray-200);background:#fff;border-radius:12px;padding:1.5rem}.dept-tracking-card-top{justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;display:flex}.dept-tracking-label{text-transform:uppercase;letter-spacing:.1em;color:var(--gray-500);font-size:.65rem;font-weight:700}.dept-tracking-badge{text-transform:uppercase;letter-spacing:.08em;color:var(--emerald-600);background:var(--emerald-50);border-radius:4px;padding:.25rem .5rem;font-size:.6rem;font-weight:700}.dept-tracking-card h3{color:var(--gray-900);letter-spacing:-.02em;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.dept-tracking-card p{color:var(--gray-600);font-size:.85rem;line-height:1.6}.dept-dashboard{background:var(--gray-900);border-radius:16px;padding:1.5rem;box-shadow:0 20px 60px #0000004d}.dept-dashboard-header{border-bottom:1px solid var(--gray-700);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.dept-dashboard-title{color:#fff;font-size:1rem;font-weight:700}.dept-dashboard-tabs{gap:.5rem;display:flex}.dept-dashboard-tab{background:var(--gray-800);color:var(--gray-400);cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-family:inherit;font-size:.8rem;font-weight:600}.dept-dashboard-tab.active{background:var(--emerald-600);color:#fff}.dept-dashboard-grid{grid-template-columns:1fr 1.2fr;gap:1.5rem;display:grid}.dept-metrics-panel{background:var(--gray-800);border-radius:12px;padding:1.25rem}.dept-metrics-panel h4{text-transform:uppercase;letter-spacing:.1em;color:var(--gray-500);margin-bottom:1rem;font-size:.7rem;font-weight:700}.dept-metric-row{border-bottom:1px solid var(--gray-700);justify-content:space-between;align-items:center;padding:.6rem 0;display:flex}.dept-metric-row:last-child{border-bottom:none}.dept-metric-label{color:var(--gray-400);font-size:.85rem}.dept-metric-val{color:#fff;font-size:.9rem;font-weight:700}.dept-metric-val.good{color:var(--emerald-400)}.dept-scoreboard{background:var(--gray-800);border-radius:12px;overflow:hidden}.dept-scoreboard-header{background:var(--gray-700);text-transform:uppercase;letter-spacing:.08em;color:var(--gray-400);grid-template-columns:1.5fr repeat(4,1fr);padding:.75rem 1rem;font-size:.65rem;font-weight:700;display:grid}.dept-scoreboard-row{border-bottom:1px solid var(--gray-700);color:var(--gray-300);grid-template-columns:1.5fr repeat(4,1fr);align-items:center;padding:.75rem 1rem;font-size:.85rem;display:grid}.dept-scoreboard-row:last-child{border-bottom:none}.dept-scoreboard-name{color:#fff;align-items:center;gap:.5rem;font-weight:600;display:flex}.dept-scoreboard-badge{border-radius:4px;padding:.15rem .4rem;font-size:.6rem;font-weight:700}.dept-scoreboard-badge.ai{color:#60a5fa;background:#3b82f633}.dept-scoreboard-val{text-align:center}.dept-scoreboard-val.bad{color:#ef4444}.dept-scoreboard-val.good{color:var(--emerald-400)}.dept-calc{background:var(--gray-800);border-radius:12px;margin-top:1.5rem;padding:1.25rem}.dept-calc h4{text-transform:uppercase;letter-spacing:.1em;color:var(--gray-500);margin-bottom:.5rem;font-size:.7rem;font-weight:700}.dept-calc p{color:var(--gray-400);margin-bottom:1rem;font-size:.8rem}.dept-calc-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.dept-calc-input{flex-direction:column;gap:.25rem;display:flex}.dept-calc-input label{color:var(--gray-400);font-size:.75rem}.dept-calc-input input{background:var(--gray-900);border:1px solid var(--gray-700);color:#fff;border-radius:6px;padding:.5rem .75rem;font-family:inherit;font-size:.9rem}.dept-calc-result{border-top:1px solid var(--gray-700);justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;display:flex}.dept-calc-result-label{color:var(--gray-400);font-size:.85rem}.dept-calc-result-val{color:var(--emerald-400);font-size:1.5rem;font-weight:800}.dept-test-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.dept-test-card{border:1px solid var(--gray-200);background:#fff;border-radius:12px;padding:1.5rem}.dept-test-top{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.dept-test-type{text-transform:uppercase;letter-spacing:.1em;color:var(--gray-500);font-size:.65rem;font-weight:700}.dept-test-cat{text-transform:uppercase;letter-spacing:.1em;color:var(--gray-400);font-size:.65rem;font-weight:700}.dept-test-card h3{color:var(--gray-900);letter-spacing:-.01em;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.dept-test-card p{color:var(--gray-600);font-size:.85rem;line-height:1.6}.dept-test-icon{background:var(--gray-100);border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:1rem;display:flex}.dept-test-icon svg{width:20px;height:20px;color:var(--gray-600)}.dept-table-wrap{border:1px solid var(--gray-200);background:#fff;border-radius:12px;overflow:hidden}.dept-table{border-collapse:collapse;width:100%;font-size:.9rem}.dept-table th{background:var(--gray-50);text-align:left;text-transform:uppercase;letter-spacing:.1em;color:var(--gray-500);border-bottom:1px solid var(--gray-200);padding:1rem 1.25rem;font-size:.7rem;font-weight:700}.dept-table td{border-bottom:1px solid var(--gray-100);vertical-align:top;padding:1rem 1.25rem}.dept-table tr:last-child td{border-bottom:none}.dept-table td:first-child{color:var(--gray-900);white-space:nowrap;font-weight:600}.dept-table td:last-child{color:var(--gray-600);line-height:1.6}.dept-results-table{margin-top:2rem}.dept-results-table th:nth-child(2){color:#b91c1c;background:#fef2f2}.dept-results-table th:nth-child(3){background:var(--emerald-50);color:var(--emerald-700)}.dept-results-table td:nth-child(2){color:#b91c1c;font-weight:600}.dept-results-table td:nth-child(3){color:var(--emerald-600);font-weight:700}.dept-quote-card{background:var(--gray-900);color:#fff;border-radius:12px;padding:1.5rem 2rem}.dept-quote-text{margin-bottom:1rem;font-size:1.1rem;font-style:italic;line-height:1.6}.dept-quote-attr{color:var(--gray-400);font-size:.8rem}.dept-split{grid-template-columns:1.2fr .8fr;align-items:start;gap:2rem;display:grid}.dept-checklist{border:1px solid var(--gray-200);background:#fff;border-radius:12px;padding:1.25rem}.dept-checklist h4{margin-bottom:1rem;font-size:.9rem;font-weight:700}.dept-checklist ul{margin:0;padding:0;list-style:none}.dept-checklist li{color:var(--gray-600);align-items:flex-start;gap:.5rem;margin-bottom:.6rem;font-size:.85rem;line-height:1.5;display:flex}.dept-checklist li:before{content:"•";color:var(--gray-400)}@media (width<=1024px){.dept-hero-inner,.dept-tracking-grid,.dept-dashboard-grid,.dept-test-grid,.dept-split,.dept-calc-grid{grid-template-columns:1fr}}.nav-dropdown{position:relative}.nav-dropdown-trigger{color:var(--gray-600);cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;padding:0;font-family:inherit;font-size:.9rem;font-weight:500;transition:color .15s;display:inline-flex}.nav-dropdown-trigger svg{width:14px;height:14px}.nav-dropdown-trigger:hover,.nav-dropdown-trigger.active{color:var(--gray-900)}.nav-dropdown-menu{background:var(--white);border:1px solid var(--gray-200);z-index:1100;border-radius:8px;flex-direction:column;min-width:180px;padding:.4rem;display:flex;position:absolute;top:calc(100% + .5rem);left:50%;transform:translate(-50%);box-shadow:0 10px 30px #00000014}.nav-dropdown-menu a{color:var(--gray-700);border-radius:6px;padding:.55rem .75rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:background .12s,color .12s;display:block}.nav-dropdown-menu a:hover,.nav-dropdown-menu a.active{background:var(--gray-100);color:var(--gray-900)}
