.container{width:100%;margin-right:auto;margin-left:auto;padding-right:1rem;padding-left:1rem}@media(min-width:992px){.container{max-width:960px}}@media(min-width:1200px){.container{max-width:1200px}}:root{--bg: #050a14;--bg2: #0c1524;--card: #0f1e32;--accent: #00e5ff;--accent2: #0066ff;--accent3: #00ff9d;--text: #e8f0fe;--muted: #7a93b8;--border: rgba(0,229,255,.12);--glow: 0 0 40px rgba(0,229,255,.15);--font-display: "Syne", sans-serif;--font-body: "DM Sans", sans-serif}*{box-sizing:border-box;margin:0;padding:0}*:before{box-sizing:border-box;margin:0;padding:0}*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-body);font-weight:300;line-height:1.7;overflow-x:hidden}body:before{content:"";position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");pointer-events:none;z-index:0;opacity:.4}section{position:relative}.section-label{font-size:.8rem;font-weight:500;color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin-bottom:1rem}h1{font-family:var(--font-display);font-size:clamp(2.8rem,6vw,5rem);font-weight:800;line-height:1.05;letter-spacing:-.03em;max-width:780px;animation:fadeUp .7s .1s ease both}h1>span.accent-line,h1>span{color:var(--accent);display:block}h2{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.1;letter-spacing:-.02em}h2 span{color:var(--accent)}h3{font-family:var(--font-display);font-size:1.2rem;font-weight:700;margin-bottom:.6rem}.section-intro{color:var(--muted);font-size:1.05rem;max-width:560px;margin-top:1rem}.btn-primary{background:var(--accent);color:var(--bg);font-family:var(--font-body);font-weight:500;font-size:1rem;padding:.85rem 2rem;border-radius:8px;text-decoration:none;transition:transform .2s,box-shadow .2s;box-shadow:0 0 30px #00e5ff4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 0 50px #00e5ff80}.btn-secondary{background:transparent;color:var(--text);font-family:var(--font-body);font-weight:400;font-size:1rem;padding:.85rem 2rem;border-radius:8px;text-decoration:none;border:1px solid var(--border);transition:border-color .2s,color .2s}.btn-secondary:hover{border-color:var(--accent);color:var(--accent)}.reveal{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}header{position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#050a14e0;border-bottom:1px solid var(--border)}header nav{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}header nav .logo{font-family:var(--font-display);font-weight:800;font-size:1.5rem;color:var(--text);text-decoration:none;letter-spacing:-.02em}header nav .logo span{color:var(--accent)}header nav .nav-toggle{display:block;background:none;border:1px solid var(--border);border-radius:6px;padding:.4rem .6rem;cursor:pointer;color:var(--text);font-size:1.2rem}header nav ul{list-style:none;display:none;gap:2rem}header nav ul.open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:#050a14fa;padding:1.5rem 2rem;border-bottom:1px solid var(--border);gap:1.2rem}header nav ul a{color:var(--muted);text-decoration:none;font-size:.9rem;font-weight:400;transition:color .2s}header nav ul a:hover,header nav ul a.active{color:var(--accent)}header nav ul a.nav-cta{background:var(--accent);color:var(--bg)!important;font-weight:500!important;padding:.45rem 1.2rem;border-radius:6px;transition:opacity .2s!important}header nav ul a.nav-cta:hover{opacity:.85}@media(min-width:768px){header nav .nav-toggle{display:none}header nav ul{display:flex}}section.contact-card{position:relative;background:var(--bg2)}section.contact-card>div.container{padding:6rem 2rem}section.contact-card>div.container>div.cta-box{background:linear-gradient(135deg,#0c1e40,#071428);border:1px solid rgba(0,229,255,.2);border-radius:24px;padding:2.5rem 1.5rem;text-align:center;position:relative;overflow:hidden;box-shadow:0 0 80px #0066ff1a}section.contact-card>div.container>div.cta-box:before{content:"";position:absolute;top:-80px;left:50%;transform:translate(-50%);width:400px;height:200px;background:var(--accent2);filter:blur(100px);opacity:.15}section.contact-card>div.container>div.cta-box h2{font-size:clamp(1.8rem,3.5vw,2.8rem)}section.contact-card>div.container>div.cta-box p{color:var(--muted);font-size:1.05rem;margin:1rem auto 2.5rem;max-width:500px;display:flex;justify-content:center}section.contact-card>div.container>div.cta-box>div.cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media(min-width:768px){section.contact-card>div.container>div.cta-box{padding:4rem}}footer{background:var(--bg);border-top:1px solid var(--border);padding:3rem 2rem 2rem}footer .footer-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:2rem}footer .footer-inner .footer-brand .logo{font-family:var(--font-display);font-weight:800;font-size:1.3rem;color:var(--text);text-decoration:none;letter-spacing:-.02em}footer .footer-inner .footer-brand .logo span{color:var(--accent)}footer .footer-inner .footer-brand p{color:var(--muted);font-size:.88rem;margin-top:.5rem;max-width:280px}footer .footer-inner .footer-links{display:flex;align-items:start;flex-direction:column;justify-content:start}footer .footer-inner .footer-links h5{font-family:var(--font-display);font-size:.85rem;font-weight:700;color:var(--text);letter-spacing:.06em;text-transform:uppercase;margin-bottom:1rem}footer .footer-inner .footer-links ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}footer .footer-inner .footer-links ul a{color:var(--muted);text-decoration:none;font-size:.88rem;transition:color .2s}footer .footer-inner .footer-links ul a:hover{color:var(--accent)}@media(max-width:768px){footer .footer-inner{flex-direction:column}}footer .footer-bottom{max-width:1200px;margin:2rem auto 0;padding-top:1.5rem;border-top:1px solid var(--border);text-align:center;color:var(--muted);font-size:.82rem}@keyframes float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-30px) scale(1.05)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}section.hero{position:relative;min-height:92vh;display:flex;align-items:center;overflow:hidden}section.hero>div.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(0,229,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(0,229,255,.04) 1px,transparent 1px);background-size:60px 60px;-webkit-mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 30%,transparent 100%);mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 30%,transparent 100%)}section.hero>div.hero-blob{position:absolute;border-radius:50%;filter:blur(120px);opacity:.25;pointer-events:none}section.hero>div.hero-blob.blob1{width:600px;height:600px;background:var(--accent2);top:-200px;right:-100px;animation:float 8s ease-in-out infinite}section.hero>div.hero-blob.blob2{width:400px;height:400px;background:var(--accent);bottom:-100px;left:-50px;animation:float 10s ease-in-out infinite reverse}section.hero>div.hero-content{position:relative;padding-top:2rem;padding-bottom:2rem}section.hero>div.hero-content>div.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#00e5ff14;border:1px solid rgba(0,229,255,.2);border-radius:100px;padding:.35rem 1rem;font-size:.8rem;color:var(--accent);font-weight:500;margin-bottom:1.5rem;letter-spacing:.05em;text-transform:uppercase;animation:fadeUp .6s ease both}section.hero>div.hero-content>div.hero-badge:before{content:"";width:6px;height:6px;background:var(--accent);border-radius:50%;animation:pulse 2s ease infinite}section.hero>div.hero-content .hero-sub{margin-top:1.5rem;font-size:1.15rem;color:var(--muted);max-width:560px;font-weight:300;animation:fadeUp .7s .2s ease both}section.hero>div.hero-content .hero-actions{margin-top:2.5rem;display:flex;gap:1rem;flex-wrap:wrap;animation:fadeUp .7s .3s ease both}section.hero>div.hero-content>div.hero-stats{display:flex;gap:1.5rem;margin-top:4rem;padding-top:2rem;border-top:1px solid var(--border);flex-wrap:wrap;animation:fadeUp .7s .4s ease both}section.hero>div.hero-content>div.hero-stats div.stat-num{font-family:var(--font-display);font-size:2rem;font-weight:800;color:var(--accent)}section.hero>div.hero-content>div.hero-stats div.stat-label{font-size:.85rem;color:var(--muted);margin-top:.1rem}@media(min-width:768px){section.hero>div.hero-content>div.hero-stats{gap:3rem}}@media(min-width:768px){section.hero>div.hero-content{padding:4rem 2rem}}section.services{position:relative;background:var(--bg)}section.services>div.container{padding:6rem 2rem}section.services>div.container>div.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:3.5rem}section.services>div.container>div.services-grid .service-card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:2rem;position:relative;overflow:hidden;transition:transform .3s,border-color .3s,box-shadow .3s;text-decoration:none}section.services>div.container>div.services-grid .service-card:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,229,255,.04),transparent 60%);opacity:0;transition:opacity .3s}section.services>div.container>div.services-grid .service-card:hover{transform:translateY(-6px);border-color:#00e5ff4d;box-shadow:var(--glow)}section.services>div.container>div.services-grid .service-card:hover:after{opacity:1}section.services>div.container>div.services-grid .service-card>div.service-icon{width:52px;height:52px;background:#00e5ff14;border:1px solid rgba(0,229,255,.2);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.25rem}section.services>div.container>div.services-grid .service-card h3{color:var(--text)}section.services>div.container>div.services-grid .service-card p{color:var(--muted);font-size:.95rem;line-height:1.65}section.services>div.container>div.services-grid .service-card>div.service-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:1.2rem}section.services>div.container>div.services-grid .service-card>div.service-tags .tag{background:#00e5ff12;color:var(--accent);font-size:.75rem;padding:.25rem .65rem;border-radius:4px;border:1px solid rgba(0,229,255,.15)}section.about{position:relative;background:var(--bg2)}section.about>div.container{padding:6rem 2rem}section.about>div.container>div.why-grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center;margin-top:3rem}section.about>div.container>div.why-grid ul.why-list{list-style:none;display:flex;flex-direction:column;gap:1.4rem;margin-top:2rem}section.about>div.container>div.why-grid ul.why-list li.why-item{display:flex;gap:1rem;align-items:flex-start}section.about>div.container>div.why-grid ul.why-list li.why-item>div.why-check{width:28px;height:28px;min-width:28px;background:#00e5ff1a;border:1px solid rgba(0,229,255,.3);border-radius:6px;display:flex;align-items:center;justify-content:center;color:var(--accent);font-size:.85rem;margin-top:.2rem}section.about>div.container>div.why-grid ul.why-list li.why-item h4{font-family:var(--font-display);font-size:1rem;font-weight:600;margin-bottom:.2rem}section.about>div.container>div.why-grid ul.why-list li.why-item p{color:var(--muted);font-size:.9rem}section.about>div.container>div.why-grid>div.why-visual{background:var(--card);border:1px solid var(--border);border-radius:20px;padding:2.5rem;position:relative;overflow:hidden}section.about>div.container>div.why-grid>div.why-visual:before{content:"";position:absolute;top:-60px;right:-60px;width:200px;height:200px;background:var(--accent2);border-radius:50%;filter:blur(80px);opacity:.2}section.about>div.container>div.why-grid>div.why-visual>div.metric-list{display:flex;flex-direction:column;gap:1.5rem}section.about>div.container>div.why-grid>div.why-visual>div.metric-list div.metric-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.5rem}section.about>div.container>div.why-grid>div.why-visual>div.metric-list div.metric-header .metric-name{font-size:.9rem;color:var(--muted)}section.about>div.container>div.why-grid>div.why-visual>div.metric-list div.metric-header .metric-val{font-family:var(--font-display);font-weight:700;color:var(--accent)}section.about>div.container>div.why-grid>div.why-visual>div.metric-list div.metric-bar{height:6px;background:#ffffff0f;border-radius:3px;overflow:hidden}section.about>div.container>div.why-grid>div.why-visual>div.metric-list div.metric-bar .metric-fill{height:100%;background:linear-gradient(90deg,var(--accent2),var(--accent));border-radius:3px;transition:width 1s ease}@media(min-width:768px){section.about>div.container>div.why-grid{grid-template-columns:1fr 1fr}}section.process{position:relative;background:var(--bg)}section.process>div.container{padding:6rem 2rem}section.process>div.container>div.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:0;margin-top:3.5rem;position:relative}section.process>div.container>div.process-steps>div.step{padding:2rem 1.5rem;text-align:center;position:relative}section.process>div.container>div.process-steps>div.step h4{font-family:var(--font-display);font-size:1rem;font-weight:700;margin-bottom:.5rem}section.process>div.container>div.process-steps>div.step p{color:var(--muted);font-size:.88rem}section.process>div.container>div.process-steps>div.step>div.step-num{width:64px;height:64px;background:var(--card);border:1px solid rgba(0,229,255,.25);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:1.2rem;font-weight:800;color:var(--accent);margin:0 auto 1.25rem;position:relative;z-index:1}@media(min-width:768px){section.process>div.container>div.process-steps:before{content:"";position:absolute;top:32px;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,var(--accent),transparent);opacity:.3}}
