:root{--bg-dark:#050507;--bg-card:#ffffff08;--bg-card-hover:#ffffff12;--text-primary:#fff;--text-secondary:#a0a0a0;--text-accent:#00f0ff;--accent-primary:#00f0ff;--accent-primary-rgb:0,240,255;--accent-secondary:#7000ff;--accent-secondary-rgb:112,0,255;--accent-glow:#00f0ff80;--font-heading:"Outfit",sans-serif;--font-body:"Inter",sans-serif;--spacing-xs:.5rem;--spacing-sm:1rem;--spacing-md:2rem;--spacing-lg:4rem;--spacing-xl:8rem;--border-radius-sm:8px;--border-radius-md:16px;--border-radius-lg:24px;--border-color:#ffffff1a}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-dark);color:var(--text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;background-image:radial-gradient(circle at 10% 20%,#00f0ff08 0%,#0000 20%),radial-gradient(circle at 90% 80%,#7000ff08 0%,#0000 20%);background-attachment:fixed;line-height:1.6;animation:10s ease-in-out infinite alternate bgPulse;overflow-x:hidden}@keyframes bgPulse{0%{background-size:100% 100%}to{background-size:120% 120%}}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}button{font-family:var(--font-heading);cursor:pointer;border:none;outline:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-primary)}.gradient-text{background:linear-gradient(90deg,var(--accent-primary),var(--accent-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.navbar{z-index:1000;background:0 0;justify-content:center;width:100%;padding:1.2rem 4rem;transition:all .8s cubic-bezier(.22,1,.36,1);display:flex;position:fixed;top:0;left:0}.navbar.scrolled{-webkit-backdrop-filter:blur(16px);white-space:nowrap;background:#050507b3;border:1px solid #ffffff14;border-radius:50px;width:max-content;min-width:0;max-width:95vw;margin-left:auto;margin-right:auto;padding:.8rem 2.5rem;top:1rem;left:0;right:0;box-shadow:0 4px 30px #0003,inset 0 0 0 1px #ffffff0d}.navbar-container{justify-content:space-between;align-items:center;gap:3rem;width:100%;max-width:1400px;display:flex}.navbar-brand{color:var(--text-primary);font-size:1.25rem;font-weight:700;font-family:var(--font-heading);letter-spacing:-.02em;text-shadow:0 0 20px #00f0ff4d;align-items:center;gap:.75rem;line-height:1;display:flex}.brand-icon{color:var(--accent-primary);filter:drop-shadow(0 0 8px var(--accent-glow))}.brand-text{color:#fff}.navbar-desktop{align-items:center;gap:2.5rem;display:flex}.nav-link{color:#fff9;font-family:var(--font-body);letter-spacing:.01em;align-items:center;font-size:.95rem;font-weight:500;line-height:1;transition:all .3s;display:flex;position:relative}.nav-link:hover,.nav-link.active{color:#fff;text-shadow:0 0 12px #fff9}.nav-link:after{content:"";background:var(--accent-primary);width:4px;height:4px;box-shadow:0 0 8px var(--accent-primary);border-radius:50%;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);position:absolute;bottom:-6px;left:50%;transform:translate(-50%)scale(0)}.nav-link:hover:after,.nav-link.active:after{transform:translate(-50%)scale(1)}.lang-switcher-container{border-left:1px solid #ffffff1a;align-items:center;height:100%;margin-left:1rem;padding-left:1.5rem;display:flex;position:relative}.lang-btn{color:var(--text-secondary);background:0 0;border:1px solid #0000;border-radius:20px;align-items:center;gap:.5rem;padding:.4rem .8rem;font-size:.85rem;transition:all .3s;display:flex}.lang-btn:hover{color:var(--accent-primary);border-color:#00f0ff33;box-shadow:0 0 15px #00f0ff1a}.lang-menu{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a0a0fe6;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;min-width:130px;padding:.5rem;display:flex;position:absolute;top:140%;right:0;overflow:hidden;box-shadow:0 10px 40px -10px #00000080}.lang-menu button{color:var(--text-secondary);text-align:left;background:0 0;border-radius:8px;padding:.6rem 1rem;font-size:.9rem;transition:all .2s}.lang-menu button:hover{color:#fff;background:#ffffff0d}.mobile-toggle{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:.5rem;display:none}.mobile-menu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:999;background:#050507f2;border-bottom:1px solid #ffffff1a;flex-direction:column;width:100%;display:none;position:fixed;top:70px;left:0}.mobile-link{color:var(--text-secondary);border-bottom:1px solid #ffffff08;padding:1.25rem 2rem;font-size:1.2rem;font-weight:500}.mobile-link:active{color:var(--accent-primary);background:#ffffff0d}.mobile-lang{justify-content:center;gap:1rem;padding:2rem;display:flex}.mobile-lang button{color:var(--text-secondary);background:0 0;border:1px solid #ffffff1a;border-radius:20px;padding:.5rem 1.5rem}.mobile-lang button.active{background:var(--accent-primary);color:#000;border-color:var(--accent-primary);box-shadow:0 0 15px var(--accent-glow);font-weight:700}@media (max-width:1300px){.navbar-container{gap:2rem}.navbar-desktop{gap:1.5rem}}@media (max-width:1150px){.navbar{justify-content:space-between;padding:1.5rem}.navbar-container{gap:1rem}.navbar.scrolled{white-space:normal;justify-content:space-between;width:90%;max-width:600px;margin-left:auto;margin-right:auto;padding:.75rem 1.5rem;display:flex;left:0;right:0}.navbar-desktop{display:none}.mobile-toggle{justify-content:center;align-items:center;display:flex}.mobile-menu{display:flex}}.footer{background:linear-gradient(180deg,var(--bg-dark)0%,#0a0a0a 100%);border-top:1px solid #ffffff0d;margin-top:6rem;padding:4rem 0 2rem}.footer-container{max-width:1400px;margin:0 auto;padding:0 2rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}@media (max-width:992px){.footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (max-width:576px){.footer-grid{grid-template-columns:1fr;gap:2rem}}.footer-brand{flex-direction:column;gap:1.5rem;display:flex}.footer-logo{align-items:center;gap:.75rem;width:fit-content;text-decoration:none;transition:opacity .3s;display:flex}.footer-logo:hover{opacity:.8}.footer-icon{color:var(--accent-blue);width:28px;height:28px}.footer-brand-text{background:linear-gradient(135deg,var(--accent-blue),var(--accent-purple));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.35rem;font-weight:700}.footer-tagline{color:#fff9;max-width:300px;font-size:.95rem;line-height:1.6}.footer-socials{gap:1rem;display:flex}.social-link{color:#fff9;background:#ffffff08;border:1px solid #ffffff0d;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:all .3s;display:flex}.social-link:hover{border-color:var(--accent-blue);color:var(--accent-blue);background:#ffffff14;transform:translateY(-2px)}.footer-column{flex-direction:column;gap:1rem;display:flex}.footer-title{color:#ffffffe6;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:.9rem;font-weight:600}.footer-links{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.footer-links li a{color:#ffffff80;font-size:.95rem;text-decoration:none;transition:color .3s;display:inline-block}.footer-links li a:hover{color:var(--accent-blue)}.footer-bottom{text-align:center;border-top:1px solid #ffffff0d;padding-top:2rem}.footer-copyright{color:#fff6;margin:0;font-size:.85rem}@media (prefers-color-scheme:dark){.footer{background:linear-gradient(#0f0f0f 0%,#050505 100%)}}.hero-container{background-color:var(--bg-dark);justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.hero-video-wrapper{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.hero-video{object-fit:cover;object-position:center 30%;opacity:.6;width:100%;height:100%}.hero-overlay{background:linear-gradient(to bottom,#0505071a 0%,#050507b3 60%,var(--bg-dark)100%);z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.hero-grid-overlay{z-index:2;pointer-events:none;background-image:linear-gradient(#12101000 50%,#00000040 50%),linear-gradient(90deg,#ff00000f,#00ff0005,#0000ff0f);background-size:100% 2px,3px 100%;width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:10;justify-content:center;width:100%;max-width:1200px;padding:0 2rem;display:flex;position:relative}.glass-card{-webkit-backdrop-filter:blur(12px);border-radius:var(--border-radius-lg);text-align:center;background:#ffffff08;border:1px solid #ffffff14;max-width:900px;padding:4rem 3rem;position:relative;overflow:hidden;box-shadow:0 8px 32px #0000004d}.glass-card:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:200%;height:1px;animation:8s linear infinite shine;position:absolute;top:0;left:-50%}@keyframes shine{0%{transform:translate(0)}to{transform:translate(50%)}}.hero-badge{background:#00f0ff1a;border:1px solid #00f0ff33;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;display:inline-flex}.badge-glow{background-color:var(--accent-primary);width:6px;height:6px;box-shadow:0 0 10px var(--accent-primary);border-radius:50%}.badge-text{font-family:var(--font-body);color:var(--accent-primary);letter-spacing:.5px;text-transform:uppercase;font-size:.875rem;font-weight:500}.hero-title{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:700;line-height:1.25}.text-highlight{color:#0000;-webkit-text-stroke:1px #ffffff4d;display:inline-block;position:relative}.text-highlight:after{content:attr(data-text);width:100%;height:100%;color:var(--text-primary);opacity:.1;position:absolute;top:0;left:0}.hero-subtitle{font-family:var(--font-body);color:var(--text-secondary);max-width:600px;margin:0 auto 3rem;font-size:1.125rem;font-weight:400}.hero-actions{justify-content:center;align-items:center;gap:1.5rem;display:flex}.btn-primary{background:var(--accent-primary);color:#000;border-radius:var(--border-radius-sm);align-items:center;gap:.5rem;padding:1rem 2rem;font-weight:700;transition:all .3s;display:flex;position:relative;overflow:hidden}.btn-glow{pointer-events:none;background:radial-gradient(circle,#fffc 0%,#0000 60%);width:150%;height:150%;transition:transform .4s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)}.btn-primary:hover{box-shadow:0 0 20px var(--accent-glow);transform:translateY(-2px)}.btn-primary:hover .btn-glow{opacity:.3;transform:translate(-50%,-50%)scale(1)}.btn-secondary{color:var(--text-primary);border-radius:var(--border-radius-sm);background:0 0;border:1px solid #fff3;padding:1rem 2rem;font-weight:500;transition:all .3s}.btn-secondary:hover{border-color:var(--text-primary);background:#ffffff0d}.scroll-indicator{z-index:10;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.mouse{border:2px solid #ffffff4d;border-radius:20px;width:26px;height:42px;position:relative}.wheel{background:var(--accent-primary);border-radius:2px;width:4px;height:8px;animation:1.5s infinite scroll;position:absolute;top:6px;left:50%;transform:translate(-50%)}@keyframes scroll{0%{opacity:1;top:6px}to{opacity:0;top:24px}}@media (max-width:768px){.glass-card{padding:2.5rem 1.5rem}.hero-title{font-size:2.5rem}.hero-actions{flex-direction:column;width:100%}.btn-primary,.btn-secondary{justify-content:center;width:100%}}.home-container{padding-top:4rem}.section{border-top:1px solid var(--border-color);max-width:80rem;margin:0 auto;padding:5rem 1.5rem}@media (max-width:767px){.home-container{padding-top:6rem}.section{padding:3rem 1rem}.section-title{margin-bottom:2rem;font-size:1.75rem}.audience-card,.pillar-card{-webkit-backdrop-filter:blur(10px);background:#ffffff05;border:1px solid #ffffff14;border-radius:16px;box-shadow:0 4px 20px #0000001a}}.section-title{color:#ffffffe6;margin-bottom:3rem;font-size:2.25rem;font-weight:300}@media (min-width:768px){.section-title{font-size:3rem}}.positioning-section{flex-direction:column;justify-content:center;min-height:100vh;display:flex;position:relative;overflow:hidden;padding:2rem!important}@media (min-width:968px){.positioning-grid{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1400px;margin:0 auto;display:grid;position:relative}.holo-visual{z-index:1;pointer-events:none;opacity:.8;width:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}}@media (max-width:967px){.positioning-grid{flex-direction:column;gap:3rem;display:flex}.holo-visual{max-width:300px;margin:2rem auto;position:relative}}.positioning-content{z-index:2;position:relative}.positioning-content h3{color:#0000;background:linear-gradient(135deg,#fff 0%,#ffffffb3 100%);letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;margin-bottom:2rem;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:700;line-height:1.1}.positioning-content p{color:var(--text-secondary);text-shadow:0 2px 4px #00000080;max-width:90%;margin-bottom:1.5rem;font-size:1.125rem;line-height:1.8}.holo-img{object-fit:contain;mix-blend-mode:screen;filter:drop-shadow(0 0 50px #00f0ff26);width:100%;height:auto}.holo-shadow{display:none}.audience-card{-webkit-backdrop-filter:blur(25px);z-index:2;background:#0a0a0f4d;border:1px solid #ffffff14;border-radius:24px;width:100%;max-width:500px;margin-left:auto;padding:3rem;position:relative;box-shadow:0 20px 60px -10px #0000001a,inset 0 0 0 1px #ffffff0d}.card-glass-glow{background:linear-gradient(90deg,#0000,#00f0ff80,#0000);width:100%;height:1px;position:absolute;top:0;left:0}.audience-title{text-transform:uppercase;letter-spacing:.1em;color:#ffffff80;margin-bottom:1.5rem;font-size:.85rem;font-weight:600}.list-group{flex-direction:column;gap:1.25rem;margin-bottom:2rem;list-style:none;display:flex}.list-item{color:#fff;align-items:flex-start;gap:1rem;font-size:1.05rem;font-weight:500;line-height:1.4;display:flex}.icon-box{border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.icon-box.cyan{color:var(--accent-primary);background:#00f0ff1a;box-shadow:0 0 10px #00f0ff1a}.icon-box.red{background:#ef44441a}.not-for-opacity .list-item{color:#ffffff80}.red-dot{background:#ef4444;border-radius:50%;width:8px;height:8px;box-shadow:0 0 8px #ef444480}.pillars-section{padding:8rem 2rem;position:relative;overflow:hidden}.pillars-bg-grid{z-index:0;pointer-events:none;background-image:linear-gradient(#00f0ff0d 1px,#0000 1px),linear-gradient(90deg,#00f0ff0d 1px,#0000 1px);background-size:50px 50px;width:200%;height:200%;animation:20s linear infinite grid-move;position:absolute;top:-50%;left:-50%;transform:perspective(500px)rotateX(60deg);-webkit-mask-image:radial-gradient(circle,#000 0%,#0000 70%);mask-image:radial-gradient(circle,#000 0%,#0000 70%)}@keyframes grid-move{0%{transform:perspective(500px)rotateX(60deg)translateY(0)}to{transform:perspective(500px)rotateX(60deg)translateY(50px)}}.pillars-bg-glow{z-index:0;pointer-events:none;background:radial-gradient(circle,#00f0ff0d 0%,#0000 60%);width:80%;height:80%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pillars-section .section-title{text-align:center;z-index:1;background:linear-gradient(#fff 0%,#fff9 100%);color:#0000;text-shadow:0 0 30px #ffffff1a;-webkit-background-clip:text;background-clip:text;width:100%;max-width:900px;margin:0 auto 5rem;font-size:clamp(2.5rem,5vw,4rem);position:relative}.pillars-grid{z-index:1;grid-template-columns:1fr;gap:2rem;display:grid;position:relative}@media (min-width:768px){.pillars-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}}.pillar-card{-webkit-backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff0d;border-radius:20px;height:100%;padding:2.5rem 2rem;transition:all .4s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden}.pillar-card:hover{background:#ffffff0d;transform:translateY(-5px)}.pillar-glow{background:radial-gradient(800px circle at var(--mouse-x,50%)var(--mouse-y,50%),#ffffff0f,transparent 40%);opacity:0;pointer-events:none;width:100%;height:100%;transition:opacity .5s;position:absolute;top:0;left:0}.pillar-card:hover .pillar-glow{opacity:1}.card-identity:hover{border-color:#60a5fa4d;box-shadow:0 10px 40px -10px #60a5fa26}.card-performance:hover{border-color:#facc154d;box-shadow:0 10px 40px -10px #facc1526}.card-security:hover{border-color:#4ade804d;box-shadow:0 10px 40px -10px #4ade8026}.icon-wrapper{background:#ffffff0d;border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:2rem;transition:all .4s;display:flex}.pillar-card:hover .icon-wrapper{transform:scale(1.1)}.card-identity:hover .icon-wrapper{background:#60a5fa26}.card-performance:hover .icon-wrapper{background:#facc1526}.card-security:hover .icon-wrapper{background:#4ade8026}.pillar-icon{width:24px;height:24px;transition:all .3s}.pi-blue{color:#60a5fa}.pi-yellow{color:#facc15}.pi-green{color:#4ade80}.pillar-card h3{color:var(--text-primary);font-size:1.5rem;font-weight:600;font-family:var(--font-heading);margin-bottom:1rem}.pillar-card p{color:var(--text-secondary);font-size:1rem;line-height:1.6}.capabilities-page{min-height:100vh;padding-top:8rem;padding-bottom:6rem;position:relative;overflow:hidden}.capabilities-bg-grid{z-index:0;pointer-events:none;background-image:linear-gradient(#00f0ff08 1px,#0000 1px),linear-gradient(90deg,#00f0ff08 1px,#0000 1px);background-size:60px 60px;width:100%;height:100%;position:fixed;top:0;left:0;-webkit-mask-image:radial-gradient(circle,#000 40%,#0000 90%);mask-image:radial-gradient(circle,#000 40%,#0000 90%)}.capabilities-hero{text-align:center;z-index:2;margin-bottom:6rem;padding:0 1.5rem;position:relative}.capabilities-hero .hero-title{color:#0000;background:linear-gradient(#fff 0%,#ffffff80 100%);letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:clamp(3rem,6vw,5rem);font-weight:700}.capabilities-hero .hero-subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.25rem;line-height:1.6}.capabilities-grid{z-index:2;grid-template-columns:1fr;gap:2rem;max-width:1400px;margin:0 auto;padding:0 1.5rem;display:grid;position:relative}@media (min-width:768px){.capabilities-grid{grid-template-columns:repeat(2,1fr);gap:3rem}}.capability-card{background:#0a0a0f66;border:1px solid #ffffff0d;border-radius:20px;padding:3rem;transition:all .4s cubic-bezier(.25,.8,.25,1);position:relative;overflow:hidden}.capability-card:hover{background:#0f0f1499;transform:translateY(-5px)}.card-glass-layer{-webkit-backdrop-filter:blur(20px);z-index:-1;position:absolute;inset:0}.card-border-glow{-webkit-mask-composite:xor;pointer-events:none;opacity:.5;background:linear-gradient(45deg,#0000,#00f0ff4d,#0000);border-radius:20px;padding:1px;transition:opacity .4s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.capability-card:hover .card-border-glow{opacity:1;background:linear-gradient(45deg,#0000,#00f0ffcc,#0000)}.icon-container{width:70px;height:70px;color:var(--accent-primary);background:#00f0ff0d;border-radius:16px;justify-content:center;align-items:center;margin-bottom:2rem;transition:all .4s;display:flex;position:relative}.icon-glow{border-radius:16px;transition:box-shadow .4s;position:absolute;inset:0;box-shadow:0 0 20px #00f0ff00}.capability-card:hover .icon-container{background:#00f0ff1a;transform:scale(1.05)}.capability-card:hover .icon-glow{box-shadow:0 0 30px #00f0ff33}.card-title{color:#fff;font-size:1.75rem;font-weight:600;font-family:var(--font-heading);margin-bottom:1rem}.card-desc{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.1rem;line-height:1.7}.tech-specs{border-top:1px solid #ffffff1a;padding-top:1.5rem}.specs-label{color:#00f0ffb3;letter-spacing:1px;margin-bottom:1rem;font-family:JetBrains Mono,monospace;font-size:.75rem}.specs-grid{flex-wrap:wrap;gap:.8rem;display:flex}.spec-tag{color:#ffffffb3;background:#ffffff0d;border-radius:4px;padding:.4rem .8rem;font-family:JetBrains Mono,monospace;font-size:.8rem;transition:all .3s}.capability-card:hover .spec-tag{color:#fff;background:#00f0ff1a}.process-container{max-width:64rem;margin:0 auto;padding:8rem 1.5rem 6rem}.process-header{text-align:center;margin-bottom:5rem}.process-header h1{color:var(--text-primary);margin-bottom:1.5rem;font-size:2.25rem;font-weight:300}@media (min-width:768px){.process-header h1{font-size:3.75rem}}.process-steps-wrapper{position:relative}.mobile-line{background:#ffffff1a;width:1px;position:absolute;top:0;bottom:0;left:0}@media (min-width:768px){.mobile-line{display:none}}.process-step{border-left:1px solid #ffffff1a;padding-top:3rem;padding-bottom:3rem;padding-left:3rem;position:relative}.process-step:last-child{border-left:none}@media (min-width:768px){.process-step{padding-left:6rem}}.step-number{width:3rem;height:3rem;color:var(--text-primary);z-index:10;background:#000;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;font-family:monospace;font-size:1.125rem;display:flex;position:absolute;top:3rem;left:0;transform:translate(-50%)}.step-phase{color:var(--accent-primary);letter-spacing:.05em;text-transform:uppercase;opacity:.8;margin-bottom:.5rem;font-family:monospace;font-size:.875rem}.process-step h3{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.875rem;font-weight:300}.step-content{color:#ffffffe6;max-width:48rem;font-size:1.125rem;line-height:1.6}.step-duration{background:rgba(var(--accent-primary-rgb),.1);border:1px solid rgba(var(--accent-primary-rgb),.3);color:var(--accent-primary);border-radius:4px;margin-bottom:1rem;padding:.25rem .75rem;font-family:monospace;font-size:.875rem;display:inline-block}.step-goal{color:#fffffff2;margin-bottom:1.5rem;font-size:1.125rem;font-weight:400;line-height:1.5}.step-actions{margin-bottom:1.5rem;padding-left:0;list-style:none}.step-actions li{color:#ffffffd9;margin-bottom:.75rem;padding-left:1.5rem;font-size:1rem;line-height:1.5;position:relative}.step-actions li:before{content:"→";color:var(--accent-primary);font-weight:600;position:absolute;left:0}.step-output{border-left:3px solid var(--accent-primary);color:#ffffffe6;background:#ffffff08;border-radius:4px;padding:1rem 1.25rem;font-size:.95rem;line-height:1.5}.step-output strong{color:var(--accent-primary);letter-spacing:.05em;text-transform:uppercase;font-family:monospace;font-size:.875rem}.process-cta{text-align:center;background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;margin-top:5rem;padding:3rem 2rem}.process-cta h2{color:var(--text-primary);margin-bottom:1rem;font-size:2rem;font-weight:300}.process-cta p{color:#fffc;max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.125rem}.cta-button{background:var(--accent-primary);color:#000;border-radius:4px;padding:1rem 2.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.cta-button:hover{background:rgba(var(--accent-primary-rgb),.9);box-shadow:0 8px 24px rgba(var(--accent-primary-rgb),.3);transform:translateY(-2px)}.step-content p{margin-bottom:1rem}.step-content ul{color:#fffc;padding-left:1.25rem;font-size:.875rem;list-style-type:disc}.step-content li{margin-bottom:.5rem}.white-text-80{color:#ffffffe6}@media (max-width:767px){.process-container{padding:6rem 1rem 4rem}.process-header{margin-bottom:3rem}.process-header h1{margin-bottom:1rem;font-size:2rem}.mobile-line,.process-step{border-left:none}.process-step{-webkit-backdrop-filter:blur(12px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;margin-bottom:1.5rem;padding:2rem 1.5rem;box-shadow:0 4px 20px #0003}.step-number{background:rgba(var(--accent-primary-rgb),.1);border-color:rgba(var(--accent-primary-rgb),.3);width:2.5rem;height:2.5rem;color:var(--accent-primary);margin-bottom:1rem;font-size:1rem;position:static;transform:none}.process-step h3{margin-bottom:1rem;font-size:1.5rem}.step-goal{font-size:1rem}.step-actions li{font-size:.95rem}.step-output{padding:.875rem 1rem;font-size:.9rem}.process-cta{margin-top:3rem;padding:2rem 1.5rem}.process-cta h2{font-size:1.5rem}.process-cta p{font-size:1rem}.cta-button{padding:.875rem 2rem;font-size:.95rem}}.work-container{max-width:1400px;margin:0 auto;padding:8rem 2rem 6rem}.work-header h1{color:var(--text-primary);margin-bottom:1.5rem;font-size:2.5rem;font-weight:300}.work-header p{color:var(--text-secondary);max-width:42rem;font-size:1.25rem;font-weight:300}@media (min-width:768px){.work-header h1{font-size:4rem}}.work-display-container{flex-direction:column;gap:8rem;margin-top:4rem;display:flex}.project-row{flex-direction:column;align-items:center;gap:3rem;display:flex}.project-content-col{width:100%}.project-header{border-bottom:1px solid #ffffff1a;margin-bottom:2rem;padding-bottom:1.5rem}.project-category-tag{color:var(--accent-primary,#64ffda);margin-bottom:.5rem;font-family:monospace;font-size:.875rem;display:inline-block}.project-header h2{color:#fff;white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin:.5rem 0 1rem;font-size:2rem;font-weight:300;overflow:hidden}.project-link{color:#ffffffb3;align-items:center;gap:.5rem;font-size:.9rem;text-decoration:none;transition:color .3s;display:inline-flex}.project-link:hover{color:var(--accent-primary)}.project-details-grid{grid-template-columns:1fr;gap:2rem;display:grid}.detail-block h4{text-transform:uppercase;letter-spacing:1px;color:#ffffff80;margin-bottom:.5rem;font-size:.75rem}.detail-block p{color:#fffc;font-size:.95rem;line-height:1.6}.result-block{background:rgba(var(--accent-primary-rgb),.05);border:1px solid rgba(var(--accent-primary-rgb),.1);border-radius:8px;padding:1rem}@media (min-width:1024px){.project-row{flex-direction:row;align-items:flex-start;gap:6rem}.project-row-reverse{flex-direction:row-reverse}.project-visual-col{perspective:1000px;flex:0 0 45%;justify-content:center;display:flex}.project-content-col{flex:1;padding-top:2rem}.project-details-grid{grid-template-columns:1fr 1fr}.detail-block.wide{grid-column:span 2}}:root{--card-height:500px;--card-width:340px}.project-3d-card{width:min(var(--card-width),90vw);height:var(--card-height);perspective:2500px;justify-content:center;align-items:flex-end;margin:0 auto;transition:all .4s;display:flex;position:relative}.cover-image{object-fit:cover;filter:brightness(.85)contrast(1.1);will-change:transform,filter;border-radius:16px;width:100%;height:100%;transition:all .5s}.project-3d-wrapper{z-index:1;will-change:transform,box-shadow;border-radius:16px;width:100%;height:100%;transition:all .5s cubic-bezier(.25,.46,.45,.94);position:absolute;overflow:hidden;box-shadow:0 10px 20px #0000004d}.project-3d-card:hover .project-3d-wrapper{filter:brightness();transform:perspective(900px)translateY(-5%)rotateX(25deg)translateZ(0);box-shadow:2px 35px 32px -8px #000000bf}.project-3d-card:hover .cover-image{filter:brightness();transform:scale(1.05)}.project-3d-wrapper:before,.project-3d-wrapper:after{content:"";opacity:0;z-index:2;pointer-events:none;width:100%;height:100%;transition:all .5s;position:absolute;left:0}.project-3d-wrapper:before{background:linear-gradient(#ffffff1a 0%,#0000 40%);top:0}.project-3d-wrapper:after{opacity:1;background:linear-gradient(#0000 0%,#0a0a0a99 60%,#000000f2 100%);height:100%;bottom:0}.project-3d-card:hover .project-3d-wrapper:before,.project-3d-card:hover .project-3d-wrapper:after{opacity:1}.project-3d-title-group{text-align:center;z-index:10;width:100%;padding:0 20px;transition:transform .6s cubic-bezier(.2,.8,.2,1);position:absolute;bottom:30px;left:0;transform:translateZ(0)}.project-3d-card:hover .project-3d-title-group{transform:translate3d(0%,-40px,80px)}.project-title-text{color:#fff;text-transform:uppercase;letter-spacing:1px;text-shadow:0 4px 12px #00000080;white-space:nowrap;text-overflow:ellipsis;background:linear-gradient(#fff 40%,#ccc 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 2px 4px #00000080);-webkit-background-clip:text;background-clip:text;max-width:100%;margin:0;font-size:1.5rem;font-weight:800;line-height:1;overflow:hidden}.project-category-badge{color:var(--accent-primary,#64ffda);text-transform:uppercase;letter-spacing:2px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000004d;border:1px solid #64ffda4d;border-radius:50px;margin-bottom:.5rem;padding:4px 12px;font-size:.75rem;font-weight:600;display:inline-block;box-shadow:0 4px 10px #0003}.project-3d-character-layer{opacity:0;z-index:20;pointer-events:none;justify-content:center;align-items:center;width:100%;height:100%;transition:all .6s cubic-bezier(.2,.8,.2,1);display:flex;position:absolute;top:0;left:0;transform:translateY(20px)}.character-image{object-fit:contain;mix-blend-mode:screen;filter:drop-shadow(0 0 10px #ffffff4d);max-width:90%;max-height:200px}.project-3d-card:hover .project-3d-character-layer{opacity:1;transform:translate3d(0%,-50px,150px)}@media (max-width:768px){:root{--card-height:420px}.project-3d-card{perspective:1000px;margin-bottom:2rem}}.hosting-container{max-width:80rem;margin:0 auto;padding:8rem 1.5rem 6rem}.hosting-grid{gap:4rem;display:grid}@media (min-width:1024px){.hosting-grid{grid-template-columns:1fr 1fr;gap:6rem}}.hosting-section-title{color:var(--text-primary);margin-bottom:2rem;font-size:2.25rem;font-weight:300;line-height:1.2}@media (min-width:768px){.hosting-section-title{font-size:3rem}}.hosting-intro{color:#fffc;margin-bottom:3rem;font-size:1.25rem;font-weight:300;line-height:1.6}.hosting-scope{background:#0000004d;border:1px solid #ffffff1a;border-radius:.75rem;gap:2rem;margin-bottom:3rem;padding:2rem;display:grid}@media (min-width:768px){.hosting-scope{grid-template-columns:1fr 1fr;gap:3rem}}.scope-column{flex-direction:column;display:flex}.scope-title{letter-spacing:.05em;text-transform:uppercase;margin-bottom:1rem;font-family:monospace;font-size:.875rem;font-weight:600}.scope-is{color:#4ade80}.scope-not{color:#f87171}.scope-list{flex-direction:column;gap:.75rem;list-style:none;display:flex}.scope-list li{color:#ffffffe6;padding-left:1.5rem;line-height:1.5;position:relative}.scope-list li:before{content:"•";color:inherit;position:absolute;left:0}.scope-is+.scope-list li:before{color:#4ade80}.scope-not+.scope-list li:before{color:#f87171}.hosting-features{flex-direction:column;gap:2rem;margin-top:3rem;display:flex}.hosting-feature-item{gap:1.5rem;display:flex}.feature-icon-box{background:#3b82f61a;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.fib-blue{color:#60a5fa;background:#3b82f61a}.fib-green{color:#4ade80;background:#4ade801a}.fib-red{color:#f87171;background:#f871711a}.feature-content h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.feature-content p{color:var(--text-secondary);line-height:1.5}.hosting-card{border:1px solid var(--border-color);background:#ffffff0d;border-radius:1rem;padding:2rem}@media (min-width:768px){.hosting-card{padding:3rem}}.card-title{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.5rem}.card-text{color:var(--text-secondary);margin-bottom:2.5rem;line-height:1.6}.fit-list{flex-direction:column;gap:.75rem;margin-bottom:2.5rem;padding-left:0;list-style:none;display:flex}.fit-list li{color:#ffffffd9;padding-left:1.5rem;line-height:1.5;position:relative}.fit-list li:before{content:"→";color:var(--accent-primary);position:absolute;left:0}.subscription-box{background:#0006;border:1px solid #ffffff0d;border-radius:.75rem;padding:1.5rem}.subscription-title{color:var(--text-primary);letter-spacing:.05em;text-transform:uppercase;margin-bottom:1rem;font-family:monospace;font-size:.875rem;display:block}.subscription-list{flex-direction:column;gap:1rem;list-style:none;display:flex}.sub-item{color:#ffffffe6;align-items:center;gap:.75rem;display:flex}.sub-item svg{color:var(--accent-primary)}@media (max-width:767px){.hosting-container{padding:6rem 1rem 4rem}.hosting-section-title{margin-bottom:1.5rem;font-size:2rem}.hosting-intro{margin-bottom:2rem;font-size:1.125rem}.hosting-grid{gap:3rem}.hosting-features{gap:1.5rem}.hosting-feature-item{-webkit-backdrop-filter:blur(10px);background:#ffffff05;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;align-items:flex-start;gap:1rem;padding:1.5rem;box-shadow:0 4px 20px #0000001a}.feature-icon-box{width:3.5rem;height:3.5rem}.feature-content h3{margin-bottom:.5rem;font-size:1.25rem}.hosting-card{-webkit-backdrop-filter:blur(10px);background:#ffffff05;border:1px solid #ffffff14;padding:2rem 1.5rem;box-shadow:0 4px 20px #0000001a}}.philosophy-section{perspective:2000px;padding:8rem 0;position:relative;overflow:visible}.philosophy-bg-glow{filter:blur(100px);z-index:0;pointer-events:none;background:radial-gradient(circle,#64ffda08 0%,#0000 70%);width:90vw;height:90vh;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.philosophy-container{z-index:1;max-width:1400px;margin:0 auto;padding:0 2rem;position:relative}.section-header{text-align:center;margin-bottom:2rem}.section-badge{color:var(--accent-primary,#64ffda);text-transform:uppercase;letter-spacing:.05em;background:#64ffda0d;border:1px solid #64ffda4d;border-radius:9999px;margin-bottom:1.5rem;padding:.25rem .75rem;font-family:monospace;font-size:.875rem;display:inline-block}.philosophy-title{color:var(--text-primary);text-shadow:0 0 30px #64ffda1a;margin-bottom:0;font-size:3rem;font-weight:300}.philosophy-manifesto{text-align:center;max-width:800px;margin:0 auto 6rem}.manifesto-text{color:var(--text-secondary);font-size:1.25rem;font-weight:300;line-height:1.6}.philosophy-3d-grid{grid-template-columns:repeat(1,1fr);gap:4rem;padding:2rem 0;display:grid}@media (min-width:768px){.philosophy-3d-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1200px){.philosophy-3d-grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.monolith-wrapper{perspective:1500px;height:500px;position:relative}.monolith-card{width:100%;height:100%;transform-style:preserve-3d;cursor:pointer;position:relative}.monolith-content{width:100%;height:100%;transform-style:preserve-3d;background:0 0;border-radius:20px;transition:transform .6s cubic-bezier(.23,1,.32,1);position:absolute}.monolith-card:hover .monolith-content{transform:rotateX(10deg)rotateY(-5deg)translateZ(20px)}.monolith-bg{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(145deg,#ffffff08 0%,#ffffff03 100%);border:1px solid #ffffff14;border-radius:20px;transition:all .4s;position:absolute;inset:0;transform:translateZ(0);box-shadow:0 10px 40px #0003}.monolith-card:hover .monolith-bg{border-color:#64ffda66;box-shadow:0 20px 50px #64ffda1a,inset 0 0 20px #64ffda0d}.monolith-text-layer{z-index:2;pointer-events:none;width:100%;padding:2.5rem;position:absolute;bottom:0;left:0;transform:translateZ(40px)}.monolith-title{color:#fff;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.monolith-desc{color:#ffffffb3;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.monolith-separator{background:var(--accent-primary);opacity:.5;width:40px;height:2px;margin-bottom:1.5rem}.monolith-implication{color:var(--accent-primary);opacity:.8;font-size:.85rem;font-style:italic}.monolith-icon-layer{color:var(--accent-primary);filter:drop-shadow(0 0 15px #64ffda4d);z-index:3;transition:transform .4s,filter .4s;position:absolute;top:3rem;left:2.5rem;transform:translateZ(80px)}.monolith-card:hover .monolith-icon-layer{filter:drop-shadow(0 0 25px #64ffda99);color:#fff;transform:translateZ(120px)scale(1.1)}.philosophy-context{text-align:center;background:#ffffff03;border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;max-width:900px;margin:4rem auto 0;padding:3rem}.philosophy-context p{color:var(--text-primary);font-size:1.125rem;line-height:1.8}@media (max-width:768px){.philosophy-section{padding:5rem 0;overflow:hidden}.monolith-wrapper{perspective:none;height:400px}.monolith-card:hover .monolith-content{transform:none}.monolith-bg{box-shadow:none}.monolith-content{transform:none!important}.monolith-icon-layer,.monolith-text-layer{transform:translateZ(0)!important}}.about-container{max-width:80rem;margin:0 auto;padding:8rem 1.5rem 6rem}.about-hero{max-width:56rem}.about-title{color:var(--text-primary);margin-bottom:2rem;font-size:2.25rem;font-weight:300}@media (min-width:768px){.about-title{font-size:3.75rem}}.about-text-column{color:var(--text-secondary);flex-direction:column;gap:2rem;font-size:1.25rem;font-weight:300;line-height:1.6;display:flex}.about-grid{gap:3rem;margin-top:6rem;display:grid}@media (min-width:768px){.about-grid{grid-template-columns:1fr 1fr}}.about-card{border:1px solid var(--border-color);background:#ffffff05;padding:2rem}@media (min-width:768px){.about-card{padding:3rem}}.about-icon{color:var(--accent-primary);width:2rem;height:2rem;margin-bottom:1.5rem}.about-card h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem}.about-card p{color:var(--text-secondary);line-height:1.6}@media (max-width:767px){.about-container{padding:6rem 1rem 4rem}.about-title{margin-bottom:1.5rem;font-size:2rem}.about-grid{gap:1.5rem;margin-top:3rem}.about-card{-webkit-backdrop-filter:blur(10px);background:#ffffff05;border:1px solid #ffffff14;border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px #0000001a}.about-card h3{font-size:1.35rem}}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;display:flex;position:fixed;top:0;left:0}.modal-content{background:#141414f2;border:1px solid #ffffff1a;border-radius:20px;width:100%;max-width:500px;padding:2.5rem;position:relative;box-shadow:0 25px 50px -12px #00000080}.modal-close-btn{color:#ffffff80;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:color .3s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.modal-close-btn:hover{color:#fff}.modal-header{text-align:center;margin-bottom:2rem}.modal-title{color:#fff;margin-bottom:.5rem;font-size:1.75rem;font-weight:300}.modal-desc{color:#fff9;font-size:.95rem}.contact-form{flex-direction:column;gap:1.25rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-label{color:#fffc;margin-left:.25rem;font-size:.85rem}.form-input,.form-textarea{color:#fff;background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;padding:1rem;font-family:inherit;font-size:1rem;transition:all .3s}.form-input:focus,.form-textarea:focus{border-color:var(--accent-primary,#64ffda);background:#ffffff0d;outline:none}.form-textarea{resize:vertical;min-height:120px}.submit-btn{color:#000;cursor:pointer;background:#fff;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;padding:1rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px -10px #ffffff4d}.submit-btn:disabled{opacity:.7;cursor:wait}.modal-success{text-align:center;padding:2rem 0}.success-icon{color:#64ffda;margin-bottom:1.5rem}.contact-container{flex-direction:column;justify-content:center;max-width:1400px;min-height:100vh;margin:0 auto;padding:8rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.contact-bg-glow{filter:blur(80px);z-index:0;pointer-events:none;background:radial-gradient(circle,#64ffda14 0%,#0000 70%);width:800px;height:800px;animation:10s infinite alternate pulse;position:absolute;top:-20%;right:-10%}@keyframes pulse{0%{opacity:.5;transform:scale(1)}to{opacity:.8;transform:scale(1.1)}}.contact-grid-layout{z-index:1;grid-template-columns:1fr;gap:4rem;display:grid;position:relative}.contact-hero{text-align:center;flex-direction:column;align-items:center;max-width:800px;margin:0 auto 5rem;display:flex}.contact-hero .contact-badge{align-self:center;margin-bottom:2rem}.contact-hero .contact-title{margin-bottom:1.5rem}.contact-hero .contact-desc{text-align:center;margin:0 auto}@media (min-width:1024px){.contact-grid-layout{grid-template-columns:1fr 1fr;align-items:start;gap:6rem}}.contact-details-col{flex-direction:column;display:flex}.details-section-title{text-transform:uppercase;letter-spacing:1px;color:var(--accent-primary);opacity:.8;margin-bottom:2rem;font-size:.9rem}.contact-actions-col{flex-direction:column;display:flex}.section-subtitle{color:var(--text-secondary);margin-top:.5rem;font-size:1rem;font-weight:300}.contact-left-col{flex-direction:column;display:flex}.contact-badge{color:var(--accent-primary,#64ffda);text-transform:uppercase;letter-spacing:.05em;background:#64ffda0d;border:1px solid #64ffda4d;border-radius:9999px;align-self:flex-start;margin-bottom:2rem;padding:.25rem .75rem;font-family:monospace;font-size:.875rem;display:inline-block}.contact-title{color:var(--text-primary);margin-bottom:2rem;font-size:3rem;font-weight:300;line-height:1.1}.contact-subtitle{color:var(--text-secondary);margin-top:.5rem;font-size:1.5rem;font-weight:300;display:block}@media (min-width:768px){.contact-title{font-size:4rem}.contact-subtitle{font-size:2rem}}.contact-desc{color:var(--text-secondary);max-width:38rem;margin-bottom:3rem;font-size:1.125rem;font-weight:300;line-height:1.7}.contact-info-grid{grid-template-columns:1fr;gap:1.5rem;max-width:400px;margin-bottom:4rem;display:grid}.info-card{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:1.25rem;padding:1.5rem;transition:all .3s;display:flex}.info-card:hover{background:#ffffff0f;border-color:#64ffda4d;transform:translate(5px)}.info-icon{color:var(--accent-primary);flex-shrink:0}.info-content h3{color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px;margin:0 0 .25rem;font-size:.75rem;font-weight:600}.info-content p{color:var(--text-primary);margin:0;font-size:1rem}.contact-right-col{flex-direction:column;display:flex}.contact-section-header{margin-bottom:2rem}.section-title{color:var(--text-primary);font-size:1.5rem;font-weight:500}.contact-actions-stack{flex-direction:column;gap:1rem;margin-bottom:3rem;display:flex}.contact-action-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-family:inherit;font-size:inherit;line-height:inherit;appearance:none;background:#ffffff03;border:1px solid #ffffff0d;border-radius:16px;align-items:center;padding:1.5rem;text-decoration:none;transition:all .3s cubic-bezier(.2,.8,.2,1);display:flex;position:relative;overflow:hidden}button.contact-action-card{text-align:left;width:100%}.contact-action-card.primary{color:#000;background:#fff;border-color:#fff}.contact-action-card.primary .action-icon-box{color:#000}.contact-action-card.primary .btn-label{color:#0009}.contact-action-card.primary .btn-text,.contact-action-card.primary .action-arrow{color:#000}.contact-action-card.outline{color:#fff}.action-icon-box{flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;margin-right:1.5rem;display:flex}.btn-content{flex-direction:column;flex:1;gap:4px;display:flex}.btn-label{text-transform:uppercase;letter-spacing:1px;opacity:.7;font-size:.75rem;font-weight:600}.btn-text{font-size:1.1rem;font-weight:600}.action-arrow{opacity:0;font-size:1.5rem;transition:all .3s;transform:translate(-10px)}.contact-action-card:hover .action-arrow{opacity:1;transform:translate(0)}.contact-tips-wrapper{background:0 0;border:none;margin-top:2rem;padding:0}.tips-title{text-transform:uppercase;letter-spacing:1px;color:var(--accent-primary);margin-bottom:1.5rem;font-size:.9rem}.tips-list{flex-direction:column;gap:1rem;display:flex}.tip-item{color:#ffffffb3;align-items:flex-start;gap:.75rem;font-size:.9rem;line-height:1.5;display:flex}.tip-icon{color:var(--accent-primary);flex-shrink:0;margin-top:2px}.contact-footer{color:#fff6;border-top:1px solid #ffffff1a;margin-top:6rem;padding-top:2rem;font-family:monospace;font-size:.8rem}.footer-mt{margin-top:.5rem}.desktop-only{display:none}.mobile-only{display:block}@media (min-width:1024px){.desktop-only{display:block}.mobile-only{display:none}}@media (max-width:768px){.info-content p{font-size:.9rem}.contact-action-card{padding:1.25rem}.btn-text{font-size:1rem}}.preloader-container{z-index:9999;color:#fff;background-color:#050507;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0;overflow:hidden}.preloader-content{z-index:10;flex-direction:column;justify-content:center;align-items:center;width:300px;display:flex}.preloader-logo{letter-spacing:-2px;filter:drop-shadow(0 0 20px #00f0ff80);margin-bottom:2rem;font-family:JetBrains Mono,monospace;font-size:4rem;font-weight:700}.bracket{color:#fff}.slash{color:var(--accent-primary,#00f0ff)}.loader-status{color:#ffffffb3;justify-content:space-between;align-items:center;width:100%;margin-bottom:.5rem;font-family:JetBrains Mono,monospace;font-size:.85rem;display:flex}.progress-number{color:var(--accent-primary,#00f0ff);font-weight:700}.decrypt-text{letter-spacing:1px;text-transform:uppercase}.progress-track{background:#ffffff1a;border-radius:2px;width:100%;height:2px;position:relative;overflow:hidden}.progress-bar{background:var(--accent-primary,#00f0ff);height:100%;box-shadow:0 0 10px var(--accent-primary,#00f0ff);transition:width .1s linear}.preloader-grid{z-index:1;pointer-events:none;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:40px 40px;width:100%;height:100%;position:absolute;top:0;left:0;-webkit-mask-image:radial-gradient(circle,#000 0%,#0000 80%);mask-image:radial-gradient(circle,#000 0%,#0000 80%)}
