@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";.darkveil-canvas{width:100%;height:100%;display:block;position:fixed;top:0;left:0;z-index:-1}.card-spotlight{position:relative;border-radius:1.5rem;border:1px solid #222;background-color:#111;padding:2rem;overflow:hidden;--mouse-x: 50%;--mouse-y: 50%;--spotlight-color: rgba(255, 255, 255, .05)}.card-spotlight:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at var(--mouse-x) var(--mouse-y),var(--spotlight-color),transparent 80%);opacity:0;transition:opacity .5s ease;pointer-events:none}.card-spotlight:hover:before,.card-spotlight:focus-within:before{opacity:.25}*{margin:0;padding:0;box-sizing:border-box;font-family:Roboto,sans-serif;scroll-behavior:smooth}h1,h2,h3,h4,h5{font-family:Poppins,sans-serif}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:root{--color-gray: #1E293B;--color-gray-rgb: 30, 41, 59;--color-black: #141419;--color-blue: #3B82F6;--color-pink: #E94560;--color-purple: #9038FF;--color-white: #F9FAFB;--color-text1: #D1D5DB;--color-text-high-contrast: #F3F4F6;--border-radius-l: 18px;--blur-radius: 10px}a{text-decoration:none;color:var(--color-white)}a:focus{outline:2px solid var(--color-blue);outline-offset:2px}a:focus-visible{outline:2px solid var(--color-blue);outline-offset:2px}body{background-color:var(--color-black);color:var(--color-white)}.navbar{position:fixed;top:0;left:0;width:100%;z-index:999}.sticky-cta{position:fixed;bottom:20px;right:20px;z-index:1000;display:none}.sticky-cta-btn{padding:1rem 1.5rem!important;font-size:1rem!important;border-radius:50px!important;box-shadow:0 4px 20px #0000004d;animation:pulse-glow 2s ease-in-out infinite alternate}@keyframes pulse-glow{0%{box-shadow:0 4px 20px #0000004d}to{box-shadow:0 4px 25px #3b82f666}}@media (max-width: 768px){.sticky-cta{display:block}.sticky-cta-btn{padding:.8rem 1.2rem!important;font-size:.9rem!important}}.navbar>div{max-width:800px;background:rgba(var(--color-gray-rgb),.2);border:1px solid var(--color-gray);margin:.5rem auto;padding:.3rem 1rem;border-radius:var(--border-radius-l);display:flex;align-items:center;justify-content:space-between;backdrop-filter:blur(var(--blur-radius));-webkit-backdrop-filter:blur(var(--blur-radius))}.navbar-logo>img{max-height:50px}.navbar-links{display:flex;align-items:center}.navbar-links>a{font-size:1.2rem;margin-left:1.2rem}@media (max-width: 768px){.navbar-links{display:none}.navbar>div{justify-content:center}}.container{max-width:1400px;margin:0 auto;overflow:hidden;padding:0 1rem}.hero{min-height:100vh}main section{padding-block:clamp(5rem,10vh,8rem)}@media (max-width: 768px){.container{padding:0 1.5rem}main section{padding-block:clamp(3rem,8vh,5rem)}}.spacer-xxl{padding-top:20vh}.spacer-xl{padding-top:16vh}.spacer-l{padding-top:2rem}.tag-line{font-size:1.4rem;color:var(--color-text1);text-align:center;text-shadow:0 1px 4px rgba(0,0,0,.6)}.center-all{display:flex;flex-direction:column;align-items:center}.btn{border:none;font-size:1rem;padding:1rem 2rem;border-radius:var(--border-radius-l);cursor:pointer;overflow:hidden;transition:all .3s ease;font-weight:500;text-decoration:none;display:inline-block;text-align:center;margin:.5rem}.btn:focus{outline:3px solid var(--color-blue);outline-offset:2px}.btn:focus-visible{outline:3px solid var(--color-blue);outline-offset:2px}.btn-primary{background:var(--color-white);color:var(--color-black);border:2px solid var(--color-white)}.btn-primary:hover{background:var(--color-black);color:var(--color-white);transform:translateY(-2px)}.btn-secondary{background:var(--color-white);color:var(--color-black);border:2px solid var(--color-white)}.btn-secondary:hover{background:var(--color-black);color:var(--color-white);transform:translateY(-2px)}.btn-outline{background:transparent;color:var(--color-white);border:2px solid var(--color-gray)}.btn-outline:hover{background:var(--color-gray);transform:translateY(-2px)}.btn-get-in-touch{border:none;font-size:1rem;padding:1rem;border-radius:var(--border-radius-l);cursor:pointer;overflow:hidden;transition:.2s}.btn-get-in-touch:hover{color:var(--color-white);background-color:var(--color-black)}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.trust-indicators{margin-top:3rem;text-align:center}.trust-text{font-size:1rem;color:var(--color-text1);margin-bottom:1.5rem;font-style:italic}.trust-stats{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.trust-stat{display:flex;flex-direction:column;align-items:center;gap:.3rem}.trust-number{font-size:1.8rem;font-weight:700;color:var(--color-blue);font-family:Poppins,sans-serif}.trust-label{font-size:.9rem;color:var(--color-text1);text-transform:uppercase;letter-spacing:.5px}@media (max-width: 768px){.trust-stats{gap:1.5rem}.trust-number{font-size:1.5rem}.trust-label{font-size:.8rem}}.hide-scrollbar>*::-webkit-scrollbar{display:none}.section-title{font-size:clamp(2.8rem,6vw,5.4rem);font-weight:600;color:var(--color-white);line-height:.96;letter-spacing:-.05em;text-wrap:balance;text-shadow:0 18px 50px rgba(0,0,0,.45)}.section-subtitle{font-size:clamp(1.02rem,1.7vw,1.18rem);color:#d1d5dbd6;text-align:center;margin:1rem auto 0;max-width:720px;line-height:1.7;text-shadow:0 1px 4px rgba(0,0,0,.4)}.container-small{max-width:900px}.section-kicker{display:inline-flex;align-items:center;gap:.6rem;font-size:.82rem;letter-spacing:.22em;text-transform:uppercase;color:#f9fafbad;margin-bottom:1.25rem}.section-kicker:before{content:"";width:2.75rem;height:1px;background:linear-gradient(90deg,#66b3fff2,#66b3ff00)}.section-subtitle-tight{max-width:640px}.section-subtitle-left{text-align:left;margin-left:0}.about-shell{padding:2rem 0 0}.about-intro{display:grid;grid-template-columns:1fr 1.5fr;gap:1rem;align-items:end;place-items:start}.about-text-static{font-size:clamp(1.08rem,1.9vw,1.28rem);color:#d1d5dbe0;line-height:1.85;max-width:42rem;justify-self:end;padding-left:1.5rem;border-left:2px solid rgba(102,179,255,.35)}.positioning-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:2.25rem}.custom-spotlight-card{color:var(--color-white);background:linear-gradient(180deg,#131826c2,#0a0c12e0);border:1px solid rgba(120,133,160,.14);box-shadow:0 22px 60px #00000038}.positioning-card{min-height:240px}.positioning-card h3,.pillar-card h3,.product-card h3{font-size:1.45rem;font-weight:600;line-height:1.2;margin-bottom:.8rem;color:var(--color-white)}.positioning-card p,.pillar-card p,.product-card p{color:#d1d5dbd6;line-height:1.75}.metrics-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1rem}.metric-card{padding:1.35rem 1.5rem;border-radius:1.25rem;border:1px solid rgba(132,148,176,.14);background:#0d0f179e;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.metric-value{display:block;font-family:Poppins,sans-serif;font-size:clamp(2rem,4vw,3.15rem);font-weight:600;color:var(--color-white);letter-spacing:-.06em;margin-bottom:.4rem}.metric-label{color:#d1d5dbc2;line-height:1.5}.pillars-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.pillar-card{min-height:360px}.pillar-accent{width:3.25rem;height:.28rem;border-radius:999px;margin-bottom:1.4rem;box-shadow:0 0 22px currentColor}.pillar-points{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.35rem}.pillar-points span{padding:.55rem .8rem;border-radius:999px;background:#ffffff0b;border:1px solid rgba(148,163,184,.14);color:#f3f4f6e6;font-size:.9rem}.execution-shell{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);gap:1.25rem;align-items:start}.execution-copy{position:sticky;top:6rem}.execution-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.execution-item{display:flex;gap:2rem;align-items:baseline;padding-block:1.75rem;border-top:1px solid rgba(148,163,184,.12)}.execution-item:last-child{border-bottom:1px solid rgba(148,163,184,.12)}.execution-step{flex-shrink:0;font-family:Poppins,sans-serif;font-size:2rem;letter-spacing:.2em;color:#66b3ffb3}.execution-title{font-size:1.2rem;font-weight:500;color:var(--color-white);margin-bottom:.5rem}.execution-text{font-size:clamp(1rem,1.7vw,1.15rem);color:#d1d5dbd6;line-height:1.8;padding-left:1.5rem;border-left:2px solid rgba(102,179,255,.25)}.products-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.product-card{min-height:280px}.product-type{display:inline-flex;margin-bottom:1rem;padding:.45rem .7rem;border-radius:999px;border:1px solid rgba(148,163,184,.16);color:#f9fafbb8;font-size:.84rem;letter-spacing:.04em}.products-cta{text-align:center}.contact-section{border-radius:2rem;padding:3rem 2rem;text-align:center;color:var(--color-white);background:radial-gradient(circle at top,rgba(74,144,255,.18),transparent 36%),linear-gradient(180deg,#141824eb,#090b12db);min-height:62vh;border:1px solid rgba(148,163,184,.14);backdrop-filter:blur(34px);-webkit-backdrop-filter:blur(34px);display:flex;align-items:center;justify-content:center;box-shadow:0 28px 80px #00000047}.contact-title{font-size:clamp(2.2rem,5vw,4.4rem);font-weight:600;line-height:1;letter-spacing:-.05em;max-width:900px;margin:0 auto}.contact-lead{max-width:700px;margin:1.4rem auto 0;font-size:clamp(1.02rem,1.8vw,1.2rem);line-height:1.75;color:#d1d5dbd6}.contact-email-row{margin-top:1.5rem}.contact-email-row a{font-size:1rem;color:#f9fafbe6;border-bottom:1px solid rgba(249,250,251,.25);padding-bottom:.18rem}.contact-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-top:1.75rem}.site-footer{padding:1.8rem 1rem 2.2rem;text-align:center;border-top:1px solid rgba(148,163,184,.12);margin-top:2.5rem}.footer-links{display:flex;justify-content:center;gap:1.25rem;flex-wrap:wrap}.footer-links a{color:#d1d5db9e;font-size:.92rem;transition:color .2s ease}.footer-links a:hover{color:#f9fafbf2}.section-headers-float{color:var(--color-white);font-size:clamp(2.5rem,8vw,5rem);font-weight:700;line-height:1.1;word-wrap:break-word;hyphens:none;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;overflow-wrap:break-word;text-shadow:0 4px 12px rgba(0,0,0,.8)}.sub-section-header-float{color:var(--color-white);font-size:clamp(1.5rem,5vw,2.5rem);font-weight:400;line-height:1.2;word-wrap:break-word;hyphens:none;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;overflow-wrap:break-word;text-shadow:0 2px 8px rgba(0,0,0,.7)}.about-text{color:var(--color-text1);font-size:clamp(1.1rem,3.5vw,2rem);font-weight:300;line-height:1.6;word-wrap:break-word;hyphens:none;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;text-shadow:0 1px 4px rgba(0,0,0,.5)}.offering-description{font-size:1.3rem;color:var(--color-text1);line-height:1.8;margin-bottom:3rem;max-width:800px;text-shadow:0 1px 4px rgba(0,0,0,.5)}.feature-item span:last-child{color:var(--color-white);font-size:1.1rem;word-wrap:break-word;hyphens:none;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;overflow-wrap:break-word;text-shadow:0 1px 2px rgba(0,0,0,.4)}@media (max-width: 768px){.hero-buttons{flex-direction:column;align-items:center}.about-intro,.positioning-grid,.metrics-strip,.pillars-grid,.execution-shell,.products-grid{grid-template-columns:1fr}.about-text-static{justify-self:stretch;padding-left:1.1rem}.execution-copy{position:static}.positioning-card,.pillar-card,.product-card{min-height:auto}.section-title,.contact-title{text-align:left}.section-subtitle,.section-subtitle-left,.contact-lead{text-align:left;margin-left:0}.metric-card,.contact-section{padding:1.4rem}.contact-section{min-height:auto}.contact-buttons{flex-direction:column;align-items:center}.section-title{font-size:clamp(1.5rem,6vw,2rem);line-height:1.3;word-wrap:break-word;hyphens:none;-webkit-hyphens:none}.tag-line{font-size:clamp(1rem,3.5vw,1.4rem);line-height:1.4;padding:0 1rem}.spacer-xxl{padding-top:12vh}.spacer-xl{padding-top:8vh}.spacer-l{padding-top:1.5rem}.btn{padding:.8rem 1.5rem;font-size:.95rem;margin:.3rem}.footer-links{gap:.9rem}}.legal-container{padding:80px;margin:0 auto;background-color:#fff}.legal-backlink{color:#000;text-decoration:none;margin-bottom:1rem;display:inline-block}.legal-content{max-width:800px;margin:0 auto;font-family:Arial,sans-serif;color:#333;line-height:1.6}.legal-content h1,.legal-content h2,.legal-content h3{color:#222;margin-top:1.5rem}.legal-content ul,.legal-content ol{margin-left:2rem}.legal-content a{color:#1a73e8;text-decoration:none;margin:auto 10px}
