:root{--bottle-green-darkest: #0d1f18;--bottle-green-dark: #1a3a2f;--bottle-green: #2d5a47;--bottle-green-light: #3d7a5f;--bottle-green-lighter: #4d9a77;--aquamarine: #7fffd4;--aquamarine-dim: rgba(127, 255, 212, .6);--cream: #f0f5f1;--cream-dim: rgba(240, 245, 241, .8);--surface-dark: #0a1812;--surface-card: rgba(26, 58, 47, .4);--surface-card-hover: rgba(45, 90, 71, .5);--font-display: "Outfit", sans-serif;--font-mono: "JetBrains Mono", monospace;--space-xs: .5rem;--space-sm: 1rem;--space-md: 2rem;--space-lg: 4rem;--space-xl: 8rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-display);background:var(--surface-dark);color:var(--cream);min-height:100vh;line-height:1.6;overflow-x:hidden}body:before{content:"";position:fixed;inset:0;background-image:linear-gradient(rgba(127,255,212,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(127,255,212,.03) 1px,transparent 1px);background-size:60px 60px;pointer-events:none;z-index:0}body:after{content:"";position:fixed;top:-50%;right:-30%;width:80vw;height:80vw;background:radial-gradient(circle,rgba(45,90,71,.4) 0%,transparent 60%);pointer-events:none;z-index:0}#app{position:relative;z-index:1}h1,h2,h3{font-weight:600;line-height:1.2}h1{font-size:clamp(2.5rem,8vw,4.5rem);letter-spacing:-.03em}h2{font-size:clamp(1.5rem,4vw,2.5rem);letter-spacing:-.02em}h3{font-size:1.25rem}p{font-weight:300}.container{max-width:1200px;margin:0 auto;padding:0 var(--space-md)}.header{padding:var(--space-sm) 0;position:fixed;top:0;left:0;right:0;z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a1812cc;border-bottom:1px solid rgba(127,255,212,.1)}.header-inner{display:flex;justify-content:space-between;align-items:center}.logo{text-decoration:none}.logo-text{font-family:var(--font-mono);font-size:1.5rem;font-weight:600;color:var(--aquamarine)}.nav{display:flex;align-items:center;gap:var(--space-md)}.nav a{color:var(--cream-dim);text-decoration:none;font-size:.875rem;font-weight:400;transition:color .2s}.nav a:hover{color:var(--aquamarine)}.lang-switcher-header{display:flex;gap:4px;margin-left:var(--space-sm);padding-left:var(--space-sm);border-left:1px solid rgba(127,255,212,.2)}.lang-btn{padding:4px 8px;background:transparent;border:1px solid rgba(127,255,212,.2);border-radius:4px;color:var(--cream-dim);font-family:var(--font-mono);font-size:.625rem;font-weight:500;cursor:pointer;transition:all .2s}.lang-btn:hover{border-color:var(--aquamarine);color:var(--aquamarine)}.lang-btn.active{background:var(--aquamarine);color:var(--bottle-green-darkest);border-color:var(--aquamarine)}@media(max-width:600px){.container{padding:0 var(--space-sm)}.header{padding:var(--space-xs) 0}.logo-text{font-size:.9rem}.nav{gap:var(--space-xs)}.nav a{font-size:.75rem}.lang-switcher-header{margin-left:var(--space-xs);padding-left:var(--space-xs)}.lang-btn{padding:3px 5px;font-size:.5rem}}.hero{min-height:100vh;display:flex;align-items:center;padding-top:var(--space-xl)}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-lg);align-items:center}@media(max-width:900px){.hero-content{grid-template-columns:1fr;text-align:center}}.hero-text{animation:fadeInUp .8s ease-out}.hero-subtitle{font-family:var(--font-mono);font-size:1rem;color:var(--aquamarine);margin-bottom:var(--space-sm);letter-spacing:.1em}.hero h1{margin-bottom:var(--space-md)}.hero h1 span{color:var(--aquamarine)}.hero-description{font-size:1.125rem;color:var(--cream-dim);margin-bottom:var(--space-lg);max-width:500px}@media(max-width:900px){.hero-description{margin:0 auto var(--space-lg)}}.hero-cta{display:flex;gap:var(--space-sm);flex-wrap:wrap}@media(max-width:900px){.hero-cta{justify-content:center}}.btn{display:inline-flex;align-items:center;gap:var(--space-xs);padding:var(--space-sm) var(--space-md);border-radius:12px;font-family:var(--font-display);font-weight:500;font-size:1rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;border:none}.btn-primary{background:var(--aquamarine);color:var(--bottle-green-darkest)}.btn-primary:hover{background:#9fffde;transform:translateY(-2px);box-shadow:0 10px 40px #7fffd44d}.btn-secondary{background:transparent;color:var(--cream);border:1px solid rgba(127,255,212,.3)}.btn-secondary:hover{background:var(--surface-card);border-color:var(--aquamarine)}.btn svg{width:20px;height:20px}.hero-visual{display:flex;justify-content:center;animation:fadeInUp .8s ease-out .2s backwards}.globe-container{position:relative;width:400px;height:400px;display:flex;align-items:center;justify-content:center}.particles{position:absolute;width:100%;height:100%;overflow:hidden;pointer-events:none}.particles span{position:absolute;width:3px;height:3px;background:var(--aquamarine);border-radius:50%;opacity:0;animation:particleFloat 8s ease-in-out infinite}.particles span:nth-child(1){left:10%;top:20%;animation-delay:0s}.particles span:nth-child(2){left:80%;top:15%;animation-delay:.5s}.particles span:nth-child(3){left:25%;top:70%;animation-delay:1s}.particles span:nth-child(4){left:70%;top:80%;animation-delay:1.5s}.particles span:nth-child(5){left:50%;top:10%;animation-delay:2s}.particles span:nth-child(6){left:15%;top:50%;animation-delay:2.5s}.particles span:nth-child(7){left:85%;top:45%;animation-delay:3s}.particles span:nth-child(8){left:40%;top:85%;animation-delay:3.5s}.particles span:nth-child(9){left:60%;top:25%;animation-delay:4s}.particles span:nth-child(10){left:30%;top:35%;animation-delay:4.5s}.particles span:nth-child(11){left:75%;top:60%;animation-delay:5s}.particles span:nth-child(12){left:20%;top:85%;animation-delay:5.5s}.particles span:nth-child(13){left:90%;top:30%;animation-delay:6s}.particles span:nth-child(14){left:5%;top:65%;animation-delay:6.5s}.particles span:nth-child(15){left:55%;top:55%;animation-delay:7s}.orbit{position:absolute;border:1px solid var(--aquamarine);border-radius:50%;opacity:.15;animation:orbitRotate 20s linear infinite}.orbit-1{width:320px;height:320px;animation-duration:25s}.orbit-2{width:360px;height:200px;transform:rotateX(60deg);animation-duration:20s;animation-direction:reverse}.orbit-3{width:280px;height:280px;animation-duration:30s;opacity:.1}.orbit:before{content:"";position:absolute;width:8px;height:8px;background:var(--aquamarine);border-radius:50%;top:-4px;left:50%;transform:translate(-50%);box-shadow:0 0 10px var(--aquamarine),0 0 20px var(--aquamarine)}.globe{width:75%;height:75%;position:relative;z-index:2}.meridians{transform-origin:center;animation:meridianRotate 25s linear infinite}.city{opacity:.9}.pulse-ring{animation:pulseExpand 2.5s ease-out infinite}.pr-1{animation-delay:0s}.pr-2{animation-delay:.5s}.pr-3{animation-delay:1s}.pr-4{animation-delay:1.5s}.pr-5{animation-delay:2s}.pr-6{animation-delay:2.5s}.packet{opacity:.9}.packet-1{animation-delay:0s}.packet-2{animation-delay:.5s}.packet-3{animation-delay:1s}.packet-4{animation-delay:1.5s}.packet-5{animation-delay:2s}.data-path{stroke-dasharray:200;stroke-dashoffset:200;animation:pathDraw 4s ease-in-out infinite}.path-1{animation-delay:0s}.path-2{animation-delay:.6s}.path-3{animation-delay:1.2s}.path-4{animation-delay:1.8s}.path-5{animation-delay:2.4s}.path-6{animation-delay:.3s}.path-7{animation-delay:.9s}.path-8{animation-delay:1.5s}.path-9{animation-delay:2.1s}.path-10{animation-delay:2.7s}.path-11{animation-delay:3.3s}.path-12{animation-delay:3.9s}.globe-glow{position:absolute;width:250px;height:250px;background:radial-gradient(circle,rgba(127,255,212,.2) 0%,transparent 60%);border-radius:50%;pointer-events:none;z-index:1;animation:glowPulse 4s ease-in-out infinite}.globe-glow-2{position:absolute;width:350px;height:350px;background:radial-gradient(circle,rgba(127,255,212,.08) 0%,transparent 50%);border-radius:50%;pointer-events:none;z-index:0;animation:glowPulse 6s ease-in-out infinite reverse}@keyframes particleFloat{0%,to{opacity:0;transform:translateY(0) scale(.5)}10%{opacity:.6}50%{opacity:.8;transform:translateY(-30px) scale(1)}90%{opacity:.6}}@keyframes orbitRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes meridianRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulseExpand{0%{r:5;opacity:.8}to{r:25;opacity:0}}@keyframes pathDraw{0%{stroke-dashoffset:200;opacity:0}20%{opacity:.6}50%{stroke-dashoffset:0;opacity:.6}80%{opacity:.6}to{stroke-dashoffset:-200;opacity:0}}@keyframes glowPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.7}}.section-title{text-align:center;margin-bottom:var(--space-lg)}.services{padding:var(--space-xl) 0}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:var(--space-md)}.service-card{background:var(--surface-card);border:1px solid rgba(127,255,212,.1);border-radius:20px;padding:var(--space-md);transition:all .3s}.service-card:hover{background:var(--surface-card-hover);border-color:#7fffd44d;transform:translateY(-4px)}.service-icon{width:48px;height:48px;background:linear-gradient(135deg,var(--bottle-green) 0%,var(--bottle-green-light) 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:var(--space-sm)}.service-icon svg{width:24px;height:24px;color:var(--aquamarine)}.service-card h3{margin-bottom:var(--space-xs)}.service-card p{color:var(--cream-dim);font-size:.875rem}.contact{padding:var(--space-xl) 0}.contact-intro{text-align:center;color:var(--cream-dim);font-size:1.125rem;margin-bottom:var(--space-lg);max-width:600px;margin-left:auto;margin-right:auto}.contact-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:var(--space-md);max-width:600px;margin:0 auto}.contact-card{background:var(--surface-card);border:1px solid rgba(127,255,212,.1);border-radius:16px;padding:var(--space-md);text-align:center;text-decoration:none;color:inherit;transition:all .3s}.contact-card:hover{background:var(--surface-card-hover);border-color:#7fffd44d;transform:translateY(-2px)}.contact-icon{width:48px;height:48px;margin:0 auto var(--space-sm);color:var(--aquamarine)}.contact-icon svg{width:100%;height:100%}.contact-card h3{font-size:.875rem;color:var(--cream-dim);margin-bottom:var(--space-xs);font-weight:400}.contact-card p{font-family:var(--font-mono);font-size:1rem;color:var(--cream)}.footer{padding:var(--space-lg) 0 var(--space-md);border-top:1px solid rgba(127,255,212,.1);margin-top:var(--space-xl)}.footer-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:var(--space-md)}.footer-text{font-family:var(--font-mono);font-size:.75rem;color:var(--cream-dim)}.footer-links{display:flex;gap:var(--space-md)}.footer-links a{font-family:var(--font-mono);font-size:.75rem;color:var(--cream-dim);text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--aquamarine)}.legal-page{padding-top:120px;padding-bottom:var(--space-xl);min-height:100vh}.legal-header{margin-bottom:var(--space-lg)}.legal-header h1{font-size:clamp(2rem,5vw,3rem)}.legal-section{background:var(--surface-card);border:1px solid rgba(127,255,212,.1);border-radius:16px;padding:var(--space-md);margin-bottom:var(--space-md)}.legal-section h2{font-size:1.25rem;margin-bottom:var(--space-sm);color:var(--aquamarine)}.legal-section p{color:var(--cream-dim);font-size:.9375rem;margin-bottom:var(--space-xs)}.legal-section a{color:var(--aquamarine);text-decoration:none}.legal-section a:hover{text-decoration:underline}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:.3}50%{opacity:.8}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}
