*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{color:#f5f5f5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0a0a0a;margin:0;padding:0;font-family:Space Grotesk,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:400;line-height:1.6}.container{max-width:1100px;margin:0 auto;padding:0 24px}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes heroMarkFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@keyframes shimmer{0%{left:-100%}to{left:150%}}.animate-fade-up{animation:.7s cubic-bezier(.22,1,.36,1) both fadeUp}.animate-fade-in{animation:.9s both fadeIn}.hero-mark{animation:.7s both fadeIn,7s ease-in-out .9s infinite heroMarkFloat}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.24s}.delay-3{animation-delay:.4s}.delay-4{animation-delay:.56s}.delay-5{animation-delay:.72s}.delay-c1{animation-delay:60ms}.delay-c2{animation-delay:.16s}.delay-c3{animation-delay:.28s}.delay-c4{animation-delay:.4s}.btn-primary{color:#fff;cursor:pointer;white-space:nowrap;letter-spacing:.01em;background:linear-gradient(135deg,#3b82f6 0%,#1d6fdb 100%);border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-family:inherit;font-size:15px;font-weight:600;text-decoration:none;transition:transform .18s,box-shadow .18s;display:inline-flex;position:relative;overflow:hidden}.btn-primary:after{content:"";background:linear-gradient(90deg,#0000,#ffffff29,#0000);width:55%;height:100%;position:absolute;top:0;left:-100%;transform:skew(-15deg)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 32px #3b82f652}.btn-primary:hover:after{animation:.75s shimmer}.btn-secondary{color:#ffffffd9;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #ffffff26;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-family:inherit;font-size:15px;font-weight:500;text-decoration:none;transition:background .18s,border-color .18s,transform .18s;display:inline-flex}.btn-secondary:hover{background:#ffffff0f;border-color:#ffffff4d;transform:translateY(-2px)}.nav-link{color:#fff6;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;font-size:12px;font-weight:500;text-decoration:none;transition:color .15s}.nav-link:hover{color:#ffffffe6}.nav-talk{color:#3b82f6;white-space:nowrap;font-size:14px;font-weight:600;text-decoration:none;transition:color .15s}.nav-talk:hover{color:#60a5fa}.service-card{background:#111;border:1px solid #ffffff12;border-radius:16px;flex-direction:column;padding:32px;transition:border-color .25s,transform .25s,box-shadow .25s;display:flex}.service-card:hover{border-color:#3b82f647;transform:translateY(-4px);box-shadow:0 32px 72px #0009}.stage-card{border-left:2px solid #3b82f62e;margin-left:8px;padding:28px 32px;transition:border-color .2s;position:relative}.stage-card:hover{border-color:#3b82f68c}.stage-card:before{content:"";background:#3b82f6;border-radius:50%;width:8px;height:8px;position:absolute;top:34px;left:-5px;box-shadow:0 0 14px #3b82f68c}.section-panel{background:#111;border:1px solid #ffffff12;border-radius:20px;padding:60px;box-shadow:inset 0 1px #ffffff0a,0 40px 100px #00000073}@media (max-width:640px){.section-panel{border-radius:14px;padding:36px 24px}}.form-input{color:#f5f5f5;box-sizing:border-box;background:#0000004d;border:1px solid #ffffff1a;border-radius:8px;outline:none;width:100%;padding:12px 14px;font-family:inherit;font-size:15px;font-weight:400;transition:border-color .15s,box-shadow .15s}.form-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}.form-input::placeholder{color:#fff3}select.form-input{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236B7280' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:36px}select.form-input option{color:#f5f5f5;background:#1a1a1a}textarea.form-input{resize:vertical;min-height:110px;line-height:1.6}.form-row{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px;display:grid}.contact-grid{grid-template-columns:1fr 1fr;align-items:start;gap:72px;display:grid}.section-divider{background:#3b82f652;width:28px;height:1px;margin-bottom:18px}.show-on-mobile{display:none}@media (max-width:768px){.container{padding:0 20px}.hero-buttons{flex-direction:column;align-items:stretch;width:100%;max-width:320px;margin:0 auto}.contact-grid{grid-template-columns:1fr;gap:48px}}@media (max-width:640px){.form-row{grid-template-columns:1fr}.hide-on-mobile{display:none!important}.show-on-mobile{display:block!important}.hero{background:linear-gradient(#050505 0%,#0a0a0a 100%)!important;align-items:stretch!important;min-height:calc(100svh - 56px)!important;padding:40px 0 16px!important;display:flex!important}.hero:before{content:"";pointer-events:none;z-index:0;background-image:radial-gradient(#ffffff0a 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0}.hero .container{width:100%;flex-direction:column!important;flex:1!important;justify-content:center!important;align-items:center!important;gap:22px!important;display:flex!important}.hero .container>:not(:last-child){margin-top:0!important;margin-bottom:0!important}.hero .hero-mark{padding:0 10px!important}.hero .hero-mark img:first-child{height:52px!important}.hero .hero-mark div img{height:22px!important}.hero-badge{padding:6px 14px!important}.hero-badge span:last-child{font-size:10px!important;line-height:1.5!important}.hero h1{max-width:21ch;font-size:38px!important;line-height:1.14!important}.hero p{max-width:42ch;font-size:16px!important;line-height:1.65!important}.hero-buttons{margin-top:4px!important}.hero-trust{letter-spacing:.16em!important;white-space:normal!important;color:#ffffff3d!important;margin-top:auto!important;padding:16px 12px 4px!important;font-size:9px!important;line-height:1.8!important}.stats{padding:24px 0 8px!important}.stats-grid{grid-template-columns:1fr!important}.stat-cell{padding:28px 20px!important}.stat-cell+.stat-cell{border-top:1px solid #ffffff0f}.stat-number{margin-bottom:8px!important;font-size:48px!important}.stat-label{margin:0 auto 8px!important;font-size:13px!important}.stat-src{font-size:9px!important}.who,.engagement,.not-instead{padding:56px 0!important}.partner{padding:40px 0 64px!important}.calculator{padding:48px 0 56px!important}.security{padding:48px 0!important}.contact{padding:56px 0 72px!important}.section-intro{margin-bottom:36px!important}.who-card{padding:26px 22px!important}.partner-grid{gap:8px!important}.partner .service-card{padding:24px 0!important}.calc-header{margin-bottom:28px!important}.calc-header h2{font-size:25px!important}.calc-header p{font-size:14px!important}.calc-grid{grid-template-columns:1fr!important;gap:20px!important}.calc-card{padding:24px 20px!important}.calc-results{border-top:3px solid #3b82f6!important;border-left:1px solid #ffffff12!important}.calc-number{font-size:32px!important}.calc-result-label{margin-bottom:2px;font-size:12px!important}.range-labels{font-size:12px!important}.calc-footnote{margin-top:20px!important;font-size:12px!important}.engagement-grid{grid-template-columns:1fr!important;gap:36px!important}.engagement-grid>div:first-child{position:static!important}.connection-line{display:none}.stage-card{margin-left:4px;padding:22px 0 22px 22px!important}.stage-card:before{top:28px}.stage-row{flex-direction:column!important;gap:6px!important}.stage-num{min-width:0!important;padding-top:0!important}.not-instead .section-intro{margin-bottom:28px!important}.security-panel{background:0 0!important;border:none!important;border-radius:0!important;max-width:none!important;margin:0!important;padding:0!important}.security-grid{grid-template-columns:1fr!important;gap:18px!important}.security h2{font-size:25px!important}.security-grid>div{border-bottom:none!important;padding-bottom:0!important}.contact-grid{gap:36px!important}.contact-form-card{padding:24px 18px!important}.footer{padding:24px 0!important}.footer .container p{margin-bottom:16px!important;padding-bottom:12px!important}.footer-row{text-align:center;flex-direction:column;justify-content:center;gap:10px!important}.nav .container{height:56px!important}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (min-width:641px){.hero{padding:70px 0 25px!important}.hero .container>div:first-child{margin-bottom:8px!important}.hero h1{margin-bottom:18px!important}.hero p{margin-bottom:28px!important}.hero .animate-fade-up.delay-4{margin-top:20px!important}}.data-node{pointer-events:none;background:#3b82f659;border-radius:50%;width:4px;height:4px;animation:4s ease-in-out infinite pulseNode}.data-node.delay-1{animation-delay:1.2s}.data-node.delay-2{animation-delay:2.4s}.hero-glow{animation:14s ease-in-out infinite gentlePulse}@keyframes pulseNode{0%,to{opacity:.35;transform:scale(1)}50%{opacity:.7;transform:scale(1.8)}}@keyframes gentlePulse{0%,to{opacity:.92}50%{opacity:1}}@keyframes sectionGlowPulse{0%,to{opacity:.8}50%{opacity:1}}.connection-line{background:linear-gradient(90deg,#0000,#3b82f640,#0000);height:1px;position:relative;overflow:hidden}.connection-line:after{content:"";background:#3b82f699;border-radius:50%;width:20px;height:3px;animation:6s linear infinite travelDot;position:absolute;top:-1px;left:-20px}@keyframes travelDot{0%{left:-20px}to{left:100%}}.service-card:hover{box-shadow:0 32px 72px #0009,0 0 0 1px #3b82f61f}.service-card svg{transition:transform .3s}.service-card:hover svg{transform:scale(1.08)}.stage-card:before{transition:transform .3s,box-shadow .3s}.stage-card:hover:before{transform:scale(1.3);box-shadow:0 0 20px #3b82f6b3}.subtle-fade{animation:12s ease-in-out infinite subtleFade}@keyframes subtleFade{0%,to{opacity:.3}50%{opacity:.7}}@keyframes waterFlow{0%{background-position:200% 0}to{background-position:-200% 0}}.glow-blue{box-shadow:0 0 40px #3b82f626}.flow-text{background:linear-gradient(90deg,#f5f5f5,#60a5fa,#f5f5f5) 0 0/200% 100%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;animation:6s linear infinite textFlow}@keyframes textFlow{0%{background-position:200% 0}to{background-position:-200% 0}}.section-bg,.section-bg-alt{background:#0a0a0a;position:relative;overflow:hidden}section{position:relative}.section-bg>.container,.section-bg-alt>.container,.stats>.container,.partner>.container,.calculator>.container{z-index:1;position:relative}.stats:before,.stats+section:before{content:"";pointer-events:none;z-index:0;background-color:#0000;background-image:linear-gradient(90deg,#0000,#3b82f62e,#0000),radial-gradient(75% 32% at 50% 0,#3b82f617 0%,#0000 72%);background-position:top,top;background-repeat:no-repeat;background-size:100% 1.5px,100% 100%;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;height:65px;animation:10s ease-in-out infinite sectionGlowPulse;position:absolute;top:0;left:0;right:0}.partner:after,.engagement:after,.security:after{content:"";pointer-events:none;z-index:0;background:radial-gradient(82% 126% at 0 48%,#3b82f62b 0%,#0000 68%);width:72%;animation:17s ease-in-out infinite gentlePulse;position:absolute;top:7%;bottom:7%;left:-25%}.who:after,.calculator:after,.not-instead:after,.contact:after{content:"";pointer-events:none;z-index:0;background:radial-gradient(88% 121% at 100% 52%,#3b82f625 0%,#0000 65%);width:72%;animation:19s ease-in-out 5s infinite gentlePulse;position:absolute;top:11.5%;bottom:11.5%;right:-25%}
