@import "https://fonts.googleapis.com/css2?family=Clash+Display:wght@400;500;600;700&family=Cabinet+Grotesk:wght@400;500;700;800;900&family=Instrument+Serif:ital@0;1&family=JetBrains+Mono:wght@300;400;500&display=swap";@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;900&family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;1,9..144,300;1,9..144,400&display=swap";:root{--orange:#f45d00;--orange-light:#ff7a2f;--orange-pale:#f45d0014;--black:#0c0c0c;--dark:#141414;--dark2:#1c1c1c;--dark3:#242424;--surface:#f8f6f3;--surface2:#f0ede8;--white:#fff;--ink:#0c0c0c;--ink2:#2a2a2a;--muted:#6b6b6b;--muted2:#9a9a9a;--border-dark:#ffffff14;--border-light:#00000014;--font-display:"Outfit", sans-serif;--font-serif:"Fraunces", serif;--font-body:"Outfit", sans-serif;--font-mono:"JetBrains Mono", monospace;--ease-out:cubic-bezier(.16, 1, .3, 1);--ease-in-out:cubic-bezier(.45, 0, .55, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background:var(--black);color:var(--white);font-family:var(--font-body);-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}::selection{background:var(--orange);color:#fff}::-webkit-scrollbar{width:3px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--orange);border-radius:2px}.reveal{opacity:0;transition:opacity .9s var(--ease-out), transform .9s var(--ease-out);transform:translateY(40px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-left{opacity:0;transition:opacity .9s var(--ease-out), transform .9s var(--ease-out);transform:translate(-40px)}.reveal-left.visible{opacity:1;transform:translate(0)}.reveal-right{opacity:0;transition:opacity .9s var(--ease-out), transform .9s var(--ease-out);transform:translate(40px)}.reveal-right.visible{opacity:1;transform:translate(0)}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}.delay-3{transition-delay:.3s}.delay-4{transition-delay:.4s}.delay-5{transition-delay:.5s}.delay-6{transition-delay:.6s}.orange{color:var(--orange)}.app{background:var(--black);min-height:100vh}.navbar{z-index:1000;justify-content:space-between;align-items:center;padding:1.5rem 3rem;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0;right:0}.navbar.scrolled{-webkit-backdrop-filter:blur(24px)saturate(1.8);border-bottom:1px solid var(--border-dark);background:#0c0c0cd9;padding:1rem 3rem}.nav-logo{font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:.7rem;font-size:1.1rem;font-weight:700;display:flex}.nav-logo img{border-radius:50%;width:34px;height:34px}.nav-links{gap:2.5rem;list-style:none;display:flex}.nav-links a{letter-spacing:.06em;color:#fff9;font-size:.8rem;font-weight:500;transition:color .2s;position:relative}.nav-links a:after{content:"";background:var(--orange);width:0;height:1px;transition:width .3s var(--ease-out);position:absolute;bottom:-3px;left:0}.nav-links a:hover{color:#fff}.nav-links a:hover:after{width:100%}.nav-cta{letter-spacing:.08em;color:#fff;background:var(--orange);border-radius:100px;padding:.6rem 1.4rem;font-size:.78rem;font-weight:600;transition:all .25s}.nav-cta:hover{background:var(--orange-light);transform:translateY(-1px);box-shadow:0 8px 24px #f45d0059}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.hamburger span{transform-origin:50%;background:#fff;width:22px;height:1.5px;transition:all .3s;display:block}.hamburger.open span:first-child{transform:translateY(6.5px)rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}@media (width<=900px){.navbar{padding:1.2rem 1.5rem}.navbar.scrolled{padding:.9rem 1.5rem}.nav-links{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border-dark);background:#0c0c0cf7;flex-direction:column;gap:1.5rem;padding:2rem 1.5rem;display:none;position:absolute;top:100%;left:0;right:0}.nav-links.open{display:flex}.nav-links a{font-size:1rem}.hamburger{display:flex}.nav-cta{display:none}}.hero{background:var(--black);flex-direction:column;justify-content:center;min-height:100vh;padding:8rem 3rem 5rem;display:flex;position:relative;overflow:hidden}.hero-canvas{pointer-events:none;opacity:.6;width:100%;height:100%;position:absolute;inset:0}.hero-inner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1200px;margin:0 auto;display:grid}.hero-left{flex-direction:column;gap:0;display:flex}.hero-eyebrow{font-family:var(--font-mono);letter-spacing:.2em;text-transform:uppercase;color:var(--orange);opacity:0;animation:fadeUp .8s var(--ease-out) .2s forwards;align-items:center;gap:.5rem;margin-bottom:1.75rem;font-size:.7rem;display:inline-flex;transform:translateY(20px)}.eyebrow-dot{background:var(--orange);width:7px;height:7px;box-shadow:0 0 10px var(--orange);border-radius:50%;animation:2s infinite glow-pulse}@keyframes glow-pulse{0%,to{box-shadow:0 0 6px var(--orange)}50%{box-shadow:0 0 18px var(--orange), 0 0 30px #f45d0066}}.hero-title{font-family:var(--font-display);letter-spacing:-.02em;text-transform:uppercase;flex-direction:column;margin-bottom:1.75rem;font-size:clamp(3.2rem,6vw,6.5rem);font-weight:900;line-height:.95;display:flex}.ht-line{opacity:0;animation:fadeUp .9s var(--ease-out) forwards;display:block;transform:translateY(30px)}.ht-line:first-child{animation-delay:.35s}.ht-line:nth-child(2){animation-delay:.45s}.ht-line:nth-child(3){animation-delay:.55s}.ht-line--accent{color:var(--orange)}.hero-desc{color:#ffffff8c;opacity:0;max-width:460px;animation:fadeUp .9s var(--ease-out) .65s forwards;margin-bottom:2.5rem;font-size:1rem;font-weight:300;line-height:1.75;transform:translateY(20px)}.hero-ctas{opacity:0;animation:fadeUp .9s var(--ease-out) .75s forwards;flex-wrap:wrap;align-items:center;gap:1.5rem;margin-bottom:3rem;display:flex;transform:translateY(20px)}.hcta-primary{letter-spacing:.03em;color:#fff;background:var(--orange);transition:all .3s var(--ease-out);border-radius:100px;align-items:center;gap:.6rem;padding:.85rem 1.75rem;font-size:.85rem;font-weight:600;display:inline-flex}.hcta-primary:hover{background:var(--orange-light);transform:translateY(-2px);box-shadow:0 12px 32px #f45d0066}.hcta-primary svg{transition:transform .3s}.hcta-primary:hover svg{transform:translate(4px)}.hcta-ghost{color:#ffffff80;border-bottom:1px solid #ffffff26;padding-bottom:2px;font-size:.85rem;font-weight:500;transition:all .2s}.hcta-ghost:hover{color:#fff;border-color:var(--orange)}.hero-stats{opacity:0;animation:fadeUp .9s var(--ease-out) .85s forwards;align-items:center;gap:2rem;display:flex;transform:translateY(20px)}.hstat{flex-direction:column;gap:.2rem;display:flex}.hstat-n{font-family:var(--font-display);letter-spacing:-.02em;color:#fff;font-size:1.5rem;font-weight:900}.hstat-n em{color:var(--orange);font-size:.9rem;font-style:normal}.hstat-l{font-family:var(--font-mono);letter-spacing:.15em;text-transform:uppercase;color:#ffffff59;font-size:.6rem}.hstat-sep{background:#ffffff14;width:1px;height:36px}.hero-right{opacity:0;animation:fadeIn 1.2s var(--ease-out) .4s forwards;justify-content:center;align-items:center;display:flex}.hero-orb{justify-content:center;align-items:center;width:380px;height:380px;display:flex;position:relative}.orb-ring{border:1px solid #f45d0033;border-radius:50%;position:absolute}.r1{border-color:#f45d0040;animation:12s linear infinite spin;inset:0}.r2{border-color:#f45d001f;animation:20s linear infinite reverse spin;inset:-40px}.r3{border-color:#f45d000f;animation:32s linear infinite spin;inset:-80px}@keyframes spin{to{transform:rotate(360deg)}}.orb-core{z-index:2;background:radial-gradient(circle at 35% 35%,#f45d004d,#f45d000d);border:1px solid #f45d004d;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;display:flex;box-shadow:0 0 60px #f45d0026,inset 0 0 30px #f45d000d}.orb-core img{border-radius:50%;width:90px;height:90px}.orb-tag{font-family:var(--font-mono);letter-spacing:.12em;color:#ffffffb3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);white-space:nowrap;background:#141414d9;border:1px solid #f45d0033;border-radius:100px;align-items:center;gap:.4rem;padding:.4rem .8rem;font-size:.62rem;animation:4s ease-in-out infinite float;display:flex;position:absolute}.ot-dot{background:#22c55e;border-radius:50%;flex-shrink:0;width:5px;height:5px}.ot1{animation-delay:0s;top:30px;left:-20px}.ot2{animation-delay:1s;top:80px;right:-30px}.ot3{animation-delay:2s;bottom:80px;right:-20px}.ot4{animation-delay:1.5s;bottom:30px;left:-10px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.hero-scroll-hint{opacity:0;z-index:1;flex-direction:column;align-items:center;gap:.6rem;animation:1s 1.5s forwards fadeIn;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.scroll-mouse{border:1.5px solid #fff3;border-radius:12px;justify-content:center;width:22px;height:34px;padding-top:6px;display:flex}.scroll-wheel{background:var(--orange);border-radius:2px;width:3px;height:6px;animation:2s infinite scroll-down}@keyframes scroll-down{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}.hero-scroll-hint span{font-family:var(--font-mono);letter-spacing:.2em;text-transform:uppercase;color:#ffffff4d;font-size:.55rem}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{to{opacity:1}}@media (width<=900px){.hero{padding:7rem 1.5rem 5rem}.hero-inner{grid-template-columns:1fr;gap:3rem}.hero-right{order:-1}.hero-orb{width:280px;height:280px}.orb-core{width:90px;height:90px}.orb-core img{width:70px;height:70px}.ot1,.ot2,.ot3,.ot4{padding:.3rem .6rem;font-size:.55rem}.ot1{left:0}.ot2,.ot3{right:0}.ot4{left:0}}.footer{background:var(--dark);border-top:1px solid #ffffff0f;padding:3rem 3rem 1.75rem}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;max-width:1200px;margin:0 auto 2.5rem;display:flex}.footer-brand{align-items:center;gap:.75rem;display:flex}.footer-brand img{border-radius:50%;width:36px;height:36px}.fb-name{font-family:var(--font-display);letter-spacing:.1em;font-size:1.2rem;font-weight:900}.fb-tag{font-family:var(--font-mono);letter-spacing:.15em;color:#ffffff4d;text-transform:uppercase;margin-top:1px;font-size:.58rem}.footer-nav{flex-wrap:wrap;gap:2rem;display:flex}.footer-nav a{color:#fff6;font-size:.8rem;font-weight:500;transition:color .2s}.footer-nav a:hover{color:var(--orange)}.footer-email{font-family:var(--font-mono);color:#ffffff59;letter-spacing:.05em;font-size:.72rem;transition:color .2s}.footer-email:hover{color:var(--orange)}.footer-bottom{border-top:1px solid #ffffff0f;flex-wrap:wrap;justify-content:space-between;gap:.5rem;max-width:1200px;margin:0 auto;padding-top:1.5rem;display:flex}.footer-bottom span{font-family:var(--font-mono);letter-spacing:.15em;color:#fff3;font-size:.62rem}@media (width<=700px){.footer{padding:2.5rem 1.5rem 1.5rem}.footer-inner{flex-direction:column;align-items:flex-start}.footer-nav{gap:1.25rem}}.footer-links{align-items:center;gap:.75rem;display:flex}.footer-social{color:#ffffff59;border:1px solid #ffffff14;border-radius:2px;justify-content:center;align-items:center;width:36px;height:36px;transition:color .2s,border-color .2s;display:flex}.footer-social:hover{color:var(--orange);border-color:#f45d0059}.hiw{background:var(--black);padding:8rem 3rem;position:relative;overflow:hidden}.hiw:before{content:"";pointer-events:none;background:radial-gradient(circle,#f45d000d 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;bottom:-200px;left:-200px}.hiw-inner{max-width:1200px;margin:0 auto}.hiw-header{max-width:680px;margin-bottom:5rem}.eyebrow{font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;color:#0000;background:linear-gradient(90deg, var(--orange) 0%, #ffffff73 100%);-webkit-background-clip:text;background-clip:text;align-items:center;gap:.6rem;margin-bottom:1.4rem;font-size:.65rem;font-weight:500;display:inline-flex}.eyebrow:before{content:"";background:var(--orange);opacity:.7;flex-shrink:0;width:18px;height:1px;display:inline-block}.section-title{font-family:var(--font-display);letter-spacing:-.03em;color:#fff;margin-bottom:1.4rem;font-size:clamp(2.4rem,5vw,3.6rem);font-weight:800;line-height:1.08}.section-title em{color:#0000;background:linear-gradient(135deg,#fff 30%,#f45d00bf 100%);-webkit-background-clip:text;background-clip:text;font-style:italic;font-weight:700}.section-sub{color:#ffffff73;letter-spacing:.01em;max-width:520px;font-size:.95rem;font-weight:300;line-height:1.75}.hiw-steps{border:1px solid #ffffff12;border-radius:2px;grid-template-columns:repeat(4,1fr);gap:0;margin-bottom:4rem;display:grid;overflow:hidden}.hiw-step{border-bottom:1px solid #ffffff0f;border-right:1px solid #ffffff0f;padding:2rem 1.75rem;transition:background .3s;position:relative}.hiw-step:hover{background:#f45d0008}.hiw-step:nth-child(4n){border-right:none}.hiw-step:nth-last-child(-n+4){border-bottom:none}.hiw-step-num{font-family:var(--font-display);color:#f45d0073;letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:900;line-height:1}.hiw-step-body h3{color:#fff;margin-bottom:.5rem;font-size:.88rem;font-weight:700}.hiw-step-body p{color:#ffffff8c;font-size:.78rem;font-weight:300;line-height:1.7}.hiw-flow{background:#ffffff05;border:1px solid #ffffff12;border-radius:2px;flex-wrap:wrap;justify-content:center;align-items:center;gap:0;padding:1.5rem 2rem;display:flex}.flow-node{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:#ffffff8c;white-space:nowrap;background:var(--dark2);border:1px solid #ffffff1a;border-radius:2px;padding:.5rem 1rem;font-size:.68rem;transition:all .3s}.flow-node:hover{color:var(--orange);border-color:#f45d0059}.flow-node--center{border-color:var(--orange);color:var(--orange);background:#f45d0014;box-shadow:0 0 20px #f45d001a}.flow-connector{font-family:var(--font-mono);color:#f45d004d;padding:0 .4rem;font-size:1rem}@media (width<=1024px){.hiw-steps{grid-template-columns:repeat(2,1fr)}.hiw-step:nth-child(4n){border-right:1px solid #ffffff0f}.hiw-step:nth-last-child(-n+4){border-bottom:1px solid #ffffff0f}.hiw-step:nth-child(2n){border-right:none}.hiw-step:nth-last-child(-n+2){border-bottom:none}}@media (width<=900px){.hiw{padding:5rem 1.5rem}}@media (width<=600px){.hiw-steps{grid-template-columns:1fr}.hiw-step{border-bottom:1px solid #ffffff0f!important;border-right:none!important}.hiw-step:last-child{border-bottom:none!important}}.tech{background:var(--dark);padding:8rem 3rem}.tech-inner{max-width:1200px;margin:0 auto}.tech-header{margin-bottom:4rem}.tech-grid{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:4px;grid-template-columns:repeat(4,1fr);gap:1px;display:grid;overflow:hidden}.tech-layer{background:var(--dark);flex-direction:column;gap:0;padding:2rem 1.75rem;transition:background .3s;display:flex}.tech-layer:hover{background:var(--dark2)}.tl-top{align-items:flex-start;gap:.75rem;margin-bottom:1.25rem;display:flex}.tl-icon{color:var(--layer-color);flex-shrink:0;margin-top:2px;font-size:1.4rem;line-height:1}.tl-name{font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;color:var(--layer-color);margin-bottom:.2rem;font-size:.65rem}.tl-desc{color:#ffffff59;font-size:.75rem;font-weight:300}.tl-divider{background:#ffffff0f;height:1px;margin-bottom:1.25rem}.tl-items{flex-direction:column;gap:.85rem;display:flex}.tl-item{cursor:default;flex-direction:column;gap:.2rem;transition:transform .2s;display:flex}.tl-item:hover{transform:translate(4px)}.tl-item-row{align-items:center;gap:.5rem;display:flex}.tl-item-dot{background:var(--layer-color);opacity:.7;border-radius:50%;flex-shrink:0;width:5px;height:5px;transition:opacity .2s}.tl-item:hover .tl-item-dot{opacity:1}.tl-item-name{color:#ffffffd9;font-size:.85rem;font-weight:600;transition:color .2s}.tl-item:hover .tl-item-name{color:#fff}.tl-item-note{color:#ffffff59;padding-left:.95rem;font-size:.72rem;font-weight:300;line-height:1.4}@media (width<=1000px){.tech-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.tech{padding:5rem 1.5rem}.tech-grid{grid-template-columns:1fr}}.team{background:var(--dark);padding:8rem 3rem;position:relative;inset:0}.team:after{content:"";pointer-events:none;background:radial-gradient(circle,#f45d000a 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-100px;right:-100px}.team-inner{max-width:1200px;margin:0 auto}.team-header{margin-bottom:4rem}.team-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2.5rem;display:grid}.team-card{background:var(--dark2);transition:all .4s var(--ease-out);cursor:default;border:1px solid #ffffff0f;border-radius:4px;position:relative;overflow:hidden}.team-card:hover{border-color:#f45d0040;transform:translateY(-6px);box-shadow:0 24px 48px #0006,0 0 0 1px #f45d001a}.tc-photo{background:var(--dark3);width:100%;padding-bottom:100%;position:relative;overflow:hidden}.tc-photo img{object-fit:cover;width:100%;height:100%;transition:transform .5s var(--ease-out);position:absolute;inset:0}.team-card:hover .tc-photo img{transform:scale(1.05)}.tc-photo-overlay{pointer-events:none;background:linear-gradient(#0000 50%,#00000080 100%);position:absolute;inset:0}.tc-placeholder{background:linear-gradient(135deg, var(--dark3) 0%, #f45d0014 100%);border-bottom:1px solid #ffffff0f;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;display:flex;position:absolute;inset:0}.tc-initials{font-family:var(--font-display);color:#f45d0066;letter-spacing:-.02em;font-size:3rem;font-weight:900}.tc-placeholder-label{font-family:var(--font-mono);letter-spacing:.2em;text-transform:uppercase;color:#fff3;border:1px dashed #ffffff26;border-radius:2px;padding:.25rem .6rem;font-size:.6rem}.tc-info{padding:1.25rem 1.25rem 1.5rem}.tc-name{color:#fff;letter-spacing:-.01em;margin-bottom:.25rem;font-size:.95rem;font-weight:700}.tc-role{font-family:var(--font-mono);letter-spacing:.15em;text-transform:uppercase;color:var(--orange);margin-bottom:.75rem;font-size:.6rem;display:block}.tc-bio{color:#ffffff59;font-size:.78rem;font-weight:300;line-height:1.6}.tc-number{font-family:var(--font-display);color:#ffffff08;pointer-events:none;z-index:0;font-size:4rem;font-weight:900;line-height:1;transition:color .3s;position:absolute;top:.75rem;right:1rem}.team-card:hover .tc-number{color:#f45d000f}.team-note{font-family:var(--font-mono);letter-spacing:.1em;color:#fff3;text-align:center;border:1px dashed #ffffff14;border-radius:2px;padding:1rem;font-size:.68rem}.team-note code{color:var(--orange);background:#f45d0014;border-radius:2px;padding:.1rem .4rem}@media (width<=900px){.team{padding:5rem 1.5rem}.team-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=500px){.team-grid{grid-template-columns:1fr}}.about{background:var(--black);padding:8rem 3rem}.about-inner{grid-template-columns:1.1fr .9fr;align-items:center;gap:6rem;max-width:1200px;margin:0 auto;display:grid}.about-line{background:var(--orange);width:48px;height:2px;margin:1.75rem 0;box-shadow:0 0 12px #f45d0080}.about-text{color:#ffffff80;margin-bottom:1rem;font-size:.95rem;font-weight:300;line-height:1.85}.about-text em{color:#fffc;font-style:italic}.about-stats{border-top:1px solid #ffffff0f;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2.5rem;padding-top:2.5rem;display:grid}.as-item{flex-direction:column;gap:.2rem;display:flex}.as-val{font-family:var(--font-display);color:var(--orange);letter-spacing:-.02em;font-size:2rem;font-weight:900}.as-label{font-family:var(--font-mono);letter-spacing:.15em;text-transform:uppercase;color:#ffffff4d;font-size:.6rem}.about-right{flex-direction:column;gap:2rem;display:flex}.about-quote-card{background:var(--dark);border:1px solid #ffffff0f;border-left:3px solid var(--orange);border-radius:2px;padding:2.5rem;position:relative}.aq-mark{font-family:var(--font-serif);color:var(--orange);opacity:.3;margin-bottom:1rem;font-size:5rem;line-height:.7}.aq-text{font-family:var(--font-serif);color:#ffffffbf;margin-bottom:1.5rem;font-size:1.1rem;font-style:italic;font-weight:300;line-height:1.7}.aq-line{background:var(--orange);width:32px;height:1px;margin-bottom:.75rem}.aq-attr{font-family:var(--font-mono);letter-spacing:.15em;color:#ffffff59;text-transform:uppercase;font-size:.65rem}.about-pills{flex-wrap:wrap;gap:.6rem;display:flex}.about-pill{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:#ffffff80;cursor:default;border:1px solid #ffffff1a;border-radius:100px;padding:.45rem 1rem;font-size:.65rem;transition:all .2s}.about-pill:hover{border-color:var(--orange);color:var(--orange)}@media (width<=900px){.about{padding:5rem 1.5rem}.about-inner{grid-template-columns:1fr;gap:3rem}.about-stats{grid-template-columns:repeat(4,1fr)}}@media (width<=500px){.about-stats{grid-template-columns:repeat(2,1fr)}}.contact{background:var(--black);padding:8rem 3rem}.contact-inner{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;max-width:1200px;margin:0 auto;display:grid}.contact-line{background:var(--orange);width:48px;height:2px;margin:1.75rem 0;box-shadow:0 0 12px #f45d0080}.contact-desc{color:#ffffff73;margin-bottom:2rem;font-size:.95rem;font-weight:300;line-height:1.85}.contact-email-link{color:var(--orange);border-bottom:1px solid #f45d004d;align-items:center;gap:.75rem;padding-bottom:3px;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex}.contact-email-link:hover{border-color:var(--orange);opacity:.8}.contact-card{background:var(--dark);border:1px solid #ffffff0f;border-radius:4px;padding:3rem;transition:border-color .3s;position:relative;overflow:hidden}.contact-card:hover{border-color:#f45d0033}.contact-card:before{content:"";background:linear-gradient(90deg, var(--orange), var(--orange-light), transparent);height:2px;position:absolute;top:0;left:0;right:0}.cc-eyebrow{font-family:var(--font-mono);letter-spacing:.25em;text-transform:uppercase;color:var(--orange);margin-bottom:1rem;font-size:.6rem}.contact-card h3{letter-spacing:-.02em;color:var(--white);margin-bottom:.75rem;font-size:1.4rem;font-weight:700}.contact-card p{color:#fff6;margin-bottom:2rem;font-size:.88rem;font-weight:300;line-height:1.75}.cc-btn{color:#fff;background:var(--orange);border-radius:100px;align-items:center;gap:.6rem;padding:.8rem 1.75rem;font-size:.85rem;font-weight:600;transition:all .3s;display:inline-flex}.cc-btn:hover{background:var(--orange-light);transform:translateY(-2px);box-shadow:0 12px 32px #f45d0059}.cc-btn svg{transition:transform .3s}.cc-btn:hover svg{transform:translate(4px)}@media (width<=900px){.contact{padding:5rem 1.5rem}.contact-inner{grid-template-columns:1fr;gap:3rem}}.chatbot-trigger{z-index:9999;background:var(--orange);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;transition:transform .25s,box-shadow .25s,background .25s;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 24px #f45d0073}.chatbot-trigger:hover{transform:scale(1.08);box-shadow:0 6px 32px #f45d00a6}.chatbot-trigger.active{background:var(--dark3);box-shadow:0 4px 20px #00000080}.trigger-logo{border-radius:50%;width:38px;height:38px}.trigger-close{color:var(--white);font-size:1.1rem;font-weight:600}.trigger-ping{background:var(--white);border-radius:50%;width:14px;height:14px;animation:1.8s infinite ping;position:absolute;top:-3px;right:-3px}@keyframes ping{0%{opacity:.9;transform:scale(1)}70%{opacity:0;transform:scale(2.2)}to{opacity:0;transform:scale(1)}}.chatbot-window{z-index:9998;background:var(--dark2);width:360px;max-height:520px;box-shadow:0 16px 60px #000000b3, 0 0 0 1px var(--border);opacity:0;pointer-events:none;border:1px solid #f45d0040;border-radius:2px;flex-direction:column;transition:opacity .3s,transform .3s;display:flex;position:fixed;bottom:6.5rem;right:2rem;transform:translateY(16px)scale(.97)}.chatbot-window.open{opacity:1;pointer-events:all;transform:translateY(0)scale(1)}.chatbot-window:before,.chatbot-window:after{content:"";pointer-events:none;width:14px;height:14px;position:absolute}.chatbot-window:before{border-top:1px solid #f45d0080;border-left:1px solid #f45d0080;top:6px;left:6px}.chatbot-window:after{border-bottom:1px solid #f45d0080;border-right:1px solid #f45d0080;bottom:6px;right:6px}.cb-header{border-bottom:1px solid var(--border);background:var(--dark3);flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.cb-header-left{align-items:center;gap:.75rem;display:flex}.cb-logo{border-radius:50%;width:34px;height:34px}.cb-title{font-family:var(--font-body);color:var(--white);font-size:.9rem;font-weight:700}.cb-status{font-family:var(--font-mono);letter-spacing:.15em;color:var(--gray);text-transform:uppercase;align-items:center;gap:.35rem;font-size:.6rem;display:flex}.status-dot{background:#22c55e;border-radius:50%;width:6px;height:6px;animation:2s infinite pulse;box-shadow:0 0 6px #22c55e}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.cb-close{color:var(--gray);cursor:pointer;background:0 0;border:none;padding:4px;font-size:.85rem;line-height:1;transition:color .2s}.cb-close:hover{color:var(--white)}.cb-messages{scrollbar-width:thin;scrollbar-color:#f45d004d transparent;flex-direction:column;flex:1;gap:.85rem;padding:1.25rem 1rem;display:flex;overflow-y:auto}.cb-msg{align-items:flex-end;gap:.5rem;display:flex}.cb-msg.user{flex-direction:row-reverse}.msg-avatar{border-radius:50%;flex-shrink:0;width:24px;height:24px}.msg-bubble{border-radius:2px;max-width:82%;padding:.65rem .9rem;font-size:.82rem;line-height:1.6}.cb-msg.assistant .msg-bubble{background:var(--dark3);color:var(--gray-light);border:1px solid var(--border);border-bottom-left-radius:0}.cb-msg.user .msg-bubble{background:var(--orange);color:var(--black);border-bottom-right-radius:0;font-weight:600}.msg-bubble.typing{align-items:center;gap:4px;padding:.75rem 1rem;display:flex}.msg-bubble.typing span{background:var(--orange);border-radius:50%;width:6px;height:6px;animation:1.2s infinite dot-bounce;display:inline-block}.msg-bubble.typing span:nth-child(2){animation-delay:.2s}.msg-bubble.typing span:nth-child(3){animation-delay:.4s}@keyframes dot-bounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-6px)}}.suggested{flex-direction:column;gap:.4rem;margin-top:.5rem;display:flex}.suggested-label{font-family:var(--font-mono);letter-spacing:.2em;text-transform:uppercase;color:var(--gray);margin-bottom:.25rem;font-size:.58rem}.suggested-btn{border:1px solid var(--border);color:var(--gray-light);font-family:var(--font-mono);text-align:left;cursor:pointer;background:0 0;padding:.5rem .75rem;font-size:.72rem;transition:all .2s}.suggested-btn:hover{color:var(--orange);background:var(--orange-dim);border-color:#f45d0066}.cb-input-wrap{border-top:1px solid var(--border);background:var(--dark3);flex-shrink:0;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.cb-input{background:var(--dark2);border:1px solid var(--border);color:var(--white);font-family:var(--font-body);border-radius:2px;outline:none;flex:1;padding:.55rem .85rem;font-size:.82rem;transition:border-color .2s}.cb-input::placeholder{color:var(--gray)}.cb-input:focus{border-color:#f45d0066}.cb-input:disabled{opacity:.5}.cb-send{background:var(--orange);width:34px;height:34px;color:var(--black);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:700;transition:background .2s,transform .15s;display:flex}.cb-send:hover:not(:disabled){background:var(--orange-light);transform:scale(1.08)}.cb-send:disabled{opacity:.4;cursor:not-allowed}.cb-footer-note{font-family:var(--font-mono);letter-spacing:.1em;color:var(--gray);text-align:center;background:var(--dark3);border-top:1px solid var(--border);flex-shrink:0;padding:.5rem 1rem .75rem;font-size:.58rem}.cb-footer-note a{color:var(--orange);transition:opacity .2s}.cb-footer-note a:hover{opacity:.75}@media (width<=480px){.chatbot-window{width:auto;bottom:5.5rem;left:1rem;right:1rem}.chatbot-trigger{bottom:1rem;right:1rem}}
