:root{--black:#151515;--white:#ffffff;--gray-900:#1f2328;--gray-700:#4b5563;--gray-600:#687280;--gray-500:#7b8491;--gray-300:#d9dee6;--gray-200:#e8ebf0;--gray-100:#f5f6f8;--gray-50:#fafbfc;--blue:#2364e8;--blue-dark:#1747ad;--blue-light:#e8f0ff;--green:#1f8f55;--green-light:#e7f6ee;--amber:#a66500;--amber-light:#fff3d9;--red:#c73535;--red-light:#ffe9e9;--shadow:0 14px 42px rgba(15, 23, 42, 0.08)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:82px}body{margin:0;color:var(--gray-900);background:var(--white);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,segoe ui,Arial,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}.skip-link{position:absolute;top:-100px;left:12px;z-index:100;padding:10px 14px;border-radius:8px;background:var(--black);color:var(--white);font-weight:800}.skip-link:focus{top:12px}.container{width:min(1180px,calc(100% - 40px));margin:0 auto}.narrow{width:min(820px,calc(100% - 40px));margin:0 auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);border-bottom:1px solid var(--gray-200);backdrop-filter:blur(12px)}.nav{height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:10px;color:var(--black);font-size:21px;font-weight:800}.brand-mark{width:34px;height:34px;border-radius:8px;background:var(--black);color:var(--white);display:grid;place-items:center;font-size:18px;line-height:1}.nav-links{display:flex;align-items:center;gap:28px;color:var(--gray-700);font-size:15px;font-weight:600}.nav-links a:hover{color:var(--blue)}.nav-actions{display:flex;align-items:center;gap:12px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border:1px solid var(--gray-300);border-radius:8px;font-size:15px;font-weight:800;transition:transform 160ms ease,box-shadow 160ms ease,background 160ms ease,color 160ms ease}.button:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(15,23,42,.12)}.button-dark{background:var(--black);border-color:var(--black);color:var(--white)}.button-dark:hover{background:#333}.button-light{background:var(--white);color:var(--black)}.button-blue{background:var(--blue);border-color:var(--blue);color:var(--white)}.button-blue:hover{background:var(--blue-dark)}.mobile-menu-button{display:none;width:44px;height:44px;border:1px solid var(--gray-300);border-radius:8px;background:var(--white);color:var(--black);font-size:22px;font-weight:850}.hero{position:relative;overflow:hidden;color:var(--white);background:var(--black)}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.46}.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,15,15,.94) 0%,rgba(15,15,15,.74) 48%,rgba(15,15,15,.3) 100%),linear-gradient(0deg,rgba(15,15,15,.46),rgba(15,15,15,.16))}.hero-content{position:relative;z-index:2;max-width:770px;padding:76px 0 58px}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:8px;background:rgba(255,255,255,.14);color:rgba(255,255,255,.88);font-size:13px;font-weight:800}h1{margin-bottom:22px;color:var(--white);font-size:62px;line-height:1.05;font-weight:850}h1 span{color:#9cc0ff}.lede{max-width:690px;margin-bottom:32px;color:rgba(255,255,255,.82);font-size:21px;line-height:1.55}.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:24px}.hero-actions.centered{justify-content:center;margin-bottom:0}.hero-note{max-width:640px;margin:0;color:rgba(255,255,255,.68);font-size:14px}.proof-strip{background:var(--gray-100);border-bottom:1px solid var(--gray-200)}.proof-grid{display:grid;grid-template-columns:repeat(4,1fr)}.proof-item{padding:28px;border-right:1px solid var(--gray-200);text-align:center}.proof-item:last-child{border-right:0}.proof-value{margin:0;color:var(--black);font-size:31px;line-height:1.1;font-weight:850}.proof-label{max-width:220px;margin:8px auto 0;color:var(--gray-600);font-size:14px;line-height:1.45}section{padding:86px 0}.section-alt{background:var(--gray-50);border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200)}.section-dark{background:var(--black);color:var(--white)}.section-head{margin-bottom:42px}.section-kicker{display:inline-flex;margin-bottom:14px;padding:5px 9px;border-radius:8px;background:var(--blue-light);color:var(--blue-dark);font-size:12px;font-weight:850}.section-kicker.green{background:var(--green-light);color:var(--green)}.section-kicker.amber{background:var(--amber-light);color:var(--amber)}h2{margin-bottom:14px;color:var(--black);font-size:44px;line-height:1.12;font-weight:850}.section-dark h2,.section-dark h3{color:var(--white)}.section-subtitle{margin-bottom:0;color:var(--gray-600);font-size:19px;line-height:1.6}.section-dark .section-subtitle{color:rgba(255,255,255,.7)}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.card{min-height:100%;padding:28px;border:1px solid var(--gray-200);border-radius:8px;background:var(--white);box-shadow:var(--shadow)}.card.plain{box-shadow:none}.card h3{margin-bottom:10px;color:var(--black);font-size:21px;line-height:1.25}.card p{margin-bottom:0;color:var(--gray-600)}.card-tag{display:inline-flex;margin-bottom:16px;padding:5px 9px;border-radius:8px;font-size:12px;font-weight:850}.tag-red{color:var(--red);background:var(--red-light)}.tag-green{color:var(--green);background:var(--green-light)}.tag-blue{color:var(--blue-dark);background:var(--blue-light)}.tag-amber{color:var(--amber);background:var(--amber-light)}.feature-list{display:grid;gap:12px;margin:22px 0 0;padding:0;list-style:none}.feature-list li{display:grid;grid-template-columns:22px 1fr;gap:10px;color:var(--gray-700);font-size:15px}.check{position:relative;width:22px;height:22px;border-radius:8px;background:var(--green-light);color:var(--green);display:inline-grid;place-items:center}.check::after{content:"";width:9px;height:5px;margin-top:-2px;border-left:2px solid var(--green);border-bottom:2px solid var(--green);transform:rotate(-45deg)}.split-layout{display:grid;grid-template-columns:.92fr 1.08fr;gap:56px;align-items:center}.image-panel{overflow:hidden;border:1px solid var(--gray-200);border-radius:8px;background:var(--white);box-shadow:var(--shadow)}.image-panel img{width:100%;height:430px;object-fit:cover}.caption{margin:0;padding:16px 18px;color:var(--gray-600);border-top:1px solid var(--gray-200);font-size:14px}.metric-list{display:grid;gap:14px;margin:0;padding:0;list-style:none}.metric-list li{display:grid;grid-template-columns:92px 1fr;gap:18px;align-items:start;padding:18px 0;border-bottom:1px solid var(--gray-200)}.metric-list li:last-child{border-bottom:0}.metric-number{color:var(--blue);font-size:24px;line-height:1.1;font-weight:850}.metric-copy strong{display:block;margin-bottom:4px;color:var(--black);font-size:18px}.metric-copy span{color:var(--gray-600)}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.step{padding-top:24px;border-top:3px solid var(--blue)}.step-number{margin-bottom:14px;color:var(--blue);font-size:16px;font-weight:850}.step h3{margin-bottom:8px;color:var(--black);font-size:20px}.step p{color:var(--gray-600)}.table-wrap{overflow-x:auto;border:1px solid var(--gray-200);border-radius:8px;background:var(--white);box-shadow:var(--shadow)}table{width:100%;min-width:760px;border-collapse:collapse;text-align:left}th,td{padding:18px 20px;border-bottom:1px solid var(--gray-200);vertical-align:top}tr:last-child td{border-bottom:0}th{color:var(--gray-600);background:var(--gray-50);font-size:13px;font-weight:850}td{color:var(--gray-700)}td strong{color:var(--black)}.highlight-cell{color:var(--green);font-weight:850}.roi-card{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:stretch}.roi-summary{padding:32px;border-radius:8px;background:var(--black);color:var(--white)}.roi-summary h3{margin-bottom:16px;color:var(--white);font-size:25px}.roi-summary p{color:rgba(255,255,255,.74)}.roi-summary .big{margin:24px 0 10px;color:#97ffbe;font-size:44px;line-height:1;font-weight:850}.comparison-note{margin:24px 0 0;color:var(--gray-600);font-size:14px}.faq-list{border-top:1px solid var(--gray-200)}details{padding:22px 0;border-bottom:1px solid var(--gray-200)}summary{display:flex;align-items:center;justify-content:space-between;gap:18px;color:var(--black);cursor:pointer;list-style:none;font-size:18px;font-weight:850}summary::-webkit-details-marker{display:none}summary::after{content:"+";width:26px;height:26px;border-radius:8px;display:grid;place-items:center;background:var(--gray-100);color:var(--gray-700);flex:none}details[open] summary::after{content:"-";background:var(--blue-light);color:var(--blue-dark)}details p{margin:14px 42px 0 0;color:var(--gray-600)}.cta-panel{width:min(780px,calc(100% - 40px));margin:0 auto;text-align:center}.cta-panel h2{color:var(--white)}.cta-panel p{color:rgba(255,255,255,.72);font-size:19px}.footer{padding:42px 0;background:#0f0f0f;color:rgba(255,255,255,.72)}.footer-grid{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap}.footer strong{color:var(--white)}.footer a{color:rgba(255,255,255,.82)}.simple-page{min-height:72vh}.simple-page h1{color:var(--black)}.simple-page .button{margin-top:24px}@media(max-width:980px){h1{font-size:48px}h2{font-size:36px}.nav-links{display:none}.mobile-menu-button{display:inline-grid;place-items:center}.nav.is-open .nav-links{position:absolute;top:72px;left:0;right:0;display:grid;gap:0;padding:12px 20px 20px;background:var(--white);border-bottom:1px solid var(--gray-200);box-shadow:var(--shadow)}.nav.is-open .nav-links a{padding:13px 0;border-bottom:1px solid var(--gray-100)}.proof-grid,.grid-3,.grid-2,.steps,.split-layout,.roi-card{grid-template-columns:1fr}.proof-item{border-right:0;border-bottom:1px solid var(--gray-200)}.proof-item:last-child{border-bottom:0}.image-panel img{height:340px}}@media(max-width:640px){.container,.narrow{width:min(100% - 28px,1180px)}.nav{height:64px}.brand{font-size:19px}.nav-actions .button{display:none}.nav.is-open .nav-links{top:64px}.hero-content{padding:36px 0 30px}h1{margin-bottom:16px;font-size:34px;line-height:1.08}.lede,.section-subtitle,.cta-panel p{font-size:17px}.lede{margin-bottom:24px}.hero-actions{margin-bottom:0}.hero-note{display:none}h2{font-size:30px;line-height:1.18}section{padding:64px 0}.card{padding:22px}.metric-list li{grid-template-columns:1fr;gap:6px}.image-panel img{height:260px}.button{width:100%}}