@keyframes hub-pulse{0%,to{box-shadow:0 0 60px rgba(201,169,98,.4),0 0 100px rgba(201,169,98,.2)}50%{box-shadow:0 0 80px rgba(201,169,98,.5),0 0 120px rgba(201,169,98,.3)}}@keyframes orbit-rotate{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes node-counter-rotate{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(-360deg)}}@keyframes line-dash{0%{stroke-dashoffset:0}to{stroke-dashoffset:100}}@keyframes pulse-expand{0%{width:80px;height:80px;opacity:.5}to{width:400px;height:400px;opacity:0}}@keyframes float-scroll{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(8px)}}:root{--navy-950:#0a0f1a;--navy-900:#0d1526;--navy-800:#1a2744;--navy-700:#243356;--navy-600:#334d7a;--copper-500:#c9a962;--copper-400:#d4b978;--copper-300:#e0ca94;--slate-300:#cbd5e1;--slate-400:#94a3b8;--slate-500:#64748b;--white:#ffffff}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--navy-950);color:var(--slate-300);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-weight:600;line-height:1.2}a{text-decoration:none;color:inherit;transition:color .2s ease}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.nav{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(13,21,38,.95);backdrop-filter:blur(12px);border-bottom:1px solid rgba(201,169,98,.15)}.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1rem}@media (min-width:768px){.nav-inner{padding:1.25rem 0}}.nav-logo{font-size:1.375rem;font-weight:700;color:var(--white);letter-spacing:-.02em;padding-left:.75rem;display:flex;align-items:center;overflow:visible}.footer-logo span,.nav-logo span{color:var(--copper-500)}.nav-logo-img{height:24px!important;width:auto!important;max-width:180px!important;display:block!important;visibility:visible!important;opacity:1!important;margin:0!important}@media (min-width:768px){.nav-logo{padding-left:1rem}.nav-logo-img{height:28px!important;max-width:220px!important}}@media (max-width:480px){.nav-logo{padding-left:.75rem}.nav-logo-img{height:20px!important;max-width:140px!important}}@media (min-width:900px){.nav-logo{padding-left:.5rem}}.nav-desktop{display:none;align-items:center;gap:2.5rem}@media (min-width:900px){.nav-desktop{display:flex}}.nav-cta,.nav-link{font-size:.9rem;font-weight:500;color:var(--slate-400);transition:color .2s ease}.nav-link:hover,h1,h2,h3,h4{color:var(--white)}.nav-cta{padding:.625rem 1.25rem;background:var(--copper-500);color:var(--navy-950);font-weight:600;border-radius:6px;transition:background .2s ease,transform .2s ease;white-space:nowrap;flex-shrink:0}.nav-cta:hover{background:var(--copper-400);transform:translateY(-1px)}.nav-mobile-toggle{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:0 0;border:1px solid rgba(201,169,98,.25);border-radius:8px;color:var(--white);font-size:1.25rem;cursor:pointer;transition:all .2s ease}.nav-mobile-toggle:hover{border-color:var(--copper-500);color:var(--copper-500)}@media (min-width:900px){.nav-mobile-toggle{display:none}}.nav-mobile{display:flex;flex-direction:column;gap:0;max-height:0;overflow:hidden;background:var(--navy-900);border-top:1px solid rgba(201,169,98,.1);transition:max-height .3s ease,padding .3s ease}.nav-mobile-open{max-height:400px;padding:1rem 0}.nav-mobile-cta,.nav-mobile-link{display:block;padding:1rem 1.5rem;font-size:1rem;font-weight:500;color:var(--slate-300);transition:all .2s ease}.nav-mobile-link:hover{background:rgba(201,169,98,.08);color:var(--white)}.nav-mobile-cta{margin:1rem 1.5rem .5rem;padding:.875rem 1.5rem;background:var(--copper-500);color:var(--navy-950);font-weight:600;border-radius:8px;text-align:center;transition:background .2s ease}.nav-mobile-cta:hover{background:var(--copper-400)}@media (min-width:900px){.nav-mobile{display:none}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:8rem 0 4rem;overflow:hidden;background:linear-gradient(135deg,var(--navy-900) 0%,var(--navy-800) 50%,var(--navy-900) 100%)}.hero-bg,.hero-grid{position:absolute;inset:0}.hero-bg{overflow:hidden}.hero-grid{background-image:linear-gradient(rgba(201,169,98,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(201,169,98,.06) 1px,transparent 1px);background-size:60px 60px}.hero-split{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center;position:relative;z-index:10}@media (min-width:1024px){.hero-split{grid-template-columns:1fr 1fr;gap:6rem}}.hero-content{max-width:600px}.hero-title{font-size:clamp(2rem,5vw,3.25rem);font-weight:700;letter-spacing:-.03em;line-height:1.15;margin-bottom:1.5rem}.hero-title-static{display:block;margin-bottom:.25rem}.hero-rotating-wrapper{display:block;height:1.2em;overflow:hidden}.hero-title-accent{background:linear-gradient(135deg,var(--copper-400),var(--copper-500));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.rotating-text{display:inline-block;transition:opacity .4s ease,transform .4s ease}.rotating-text.fade-out{opacity:0;transform:translateY(-10px)}.hero-description{font-size:1.2rem;color:var(--slate-300);margin-bottom:2.5rem;line-height:1.7}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem}.hero-btn-equal{min-width:200px;text-align:center;justify-content:center}@media (max-width:480px){.hero-btn-equal{min-width:100%}}.hero-cta,.hero-cta-secondary{display:inline-flex;align-items:center;padding:1rem 2rem;font-size:1rem;border-radius:8px;transition:all .3s ease}.hero-cta{gap:.75rem;background:var(--copper-500);color:var(--navy-950);font-weight:600}.hero-cta:hover{background:var(--copper-400);transform:translateY(-2px);box-shadow:0 20px 40px rgba(201,169,98,.25)}.form-submit svg,.hero-cta i{transition:transform .2s ease}.hero-cta:hover i{transform:translateX(4px)}.hero-cta-secondary{background:0 0;border:1px solid rgba(201,169,98,.4);color:var(--copper-400);font-weight:500}.hero-cta-secondary:hover{border-color:var(--copper-500);background:rgba(201,169,98,.08)}.hero-visual{display:none}@media (min-width:1024px){.hero-visual{display:flex;align-items:center;justify-content:center;position:relative}}.network-container{position:relative;width:350px;height:350px}@media (min-width:1024px){.network-container{width:400px;height:400px}}.network-hub,.network-orbit{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%}.network-hub{width:80px;height:80px;background:linear-gradient(135deg,var(--copper-500),var(--copper-400));display:flex;align-items:center;justify-content:center;font-size:2rem;color:var(--navy-950);box-shadow:0 0 60px rgba(201,169,98,.4),0 0 100px rgba(201,169,98,.2);z-index:10;animation:hub-pulse 3s ease-in-out infinite}.network-orbit{border:1px dashed rgba(201,169,98,.2)}.orbit-1{width:200px;height:200px;animation:orbit-rotate 30s linear infinite}.orbit-2{width:300px;height:300px;animation:orbit-rotate 45s linear infinite reverse}@media (min-width:1024px){.orbit-1{width:220px;height:220px}.orbit-2{width:340px;height:340px}}.network-node{position:absolute;width:48px;height:48px;background:var(--navy-800);border:2px solid var(--copper-500);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--copper-400);animation:node-counter-rotate 30s linear infinite}.orbit-2 .network-node{animation:node-counter-rotate 45s linear infinite reverse}.node-1{top:0;left:50%}.node-2{top:75%;left:93%}.node-3{top:75%;left:7%}.node-4{top:0;left:50%}.node-5{top:75%;left:93%}.node-6{top:75%;left:7%}.network-lines{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.connection-line{stroke:var(--copper-500);stroke-width:1;stroke-dasharray:8,4;opacity:.3;animation:line-dash 20s linear infinite}.line-1{animation-delay:0s}.line-2{animation-delay:-3s}.line-3{animation-delay:-6s}.line-4{animation-delay:-9s}.line-5{animation-delay:-12s}.line-6{animation-delay:-15s}.pulse-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;border:1px solid var(--copper-500);opacity:0;animation:pulse-expand 4s ease-out infinite}.ring-1{animation-delay:0s}.ring-2{animation-delay:1.3s}.ring-3{animation-delay:2.6s}@media (max-width:767px){.hero{padding:7rem 0 4rem;min-height:auto}.hero-content{text-align:center}.hero-actions{justify-content:center}.hero-description{font-size:1.05rem}}.section{padding:6rem 0}.section-header{text-align:center;max-width:700px;margin:0 auto 4rem}.section-label{display:inline-block;font-size:.85rem;font-weight:600;color:var(--copper-500);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.about-text h2,.section-title{font-size:clamp(2rem,4vw,2.75rem);margin-bottom:1rem;letter-spacing:-.02em}.about-text p,.section-description{color:var(--slate-400);line-height:1.7}.section-description{font-size:1.1rem}.services{background:var(--navy-950)}.services-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media (min-width:768px){.services-grid{grid-template-columns:repeat(3,1fr)}}.service-card{padding:2rem;background:var(--navy-900);border:1px solid rgba(201,169,98,.12);border-radius:12px;transition:all .3s ease}.service-card:hover{border-color:rgba(201,169,98,.35);transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.3)}.service-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:rgba(201,169,98,.12);border-radius:10px;margin-bottom:1.25rem;color:var(--copper-500);font-size:1.25rem}.service-title{font-size:1.25rem;margin-bottom:.75rem}.service-description{font-size:.95rem;color:var(--slate-400);line-height:1.6}.process{background:var(--navy-800)}.process-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem}@media (min-width:768px){.process-grid{grid-template-columns:repeat(4,1fr)}}.process-step{text-align:center;padding:1.5rem}.process-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;background:linear-gradient(135deg,var(--copper-500),var(--copper-400));color:var(--navy-950);font-size:1.5rem;border-radius:50%}.process-number{display:block;font-weight:600;color:var(--white)}.process-number,.process-title{font-size:1.125rem;margin-bottom:.5rem}.process-description{font-size:.9rem;color:var(--slate-300)}.about{background:var(--navy-950)}.about-content{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media (min-width:768px){.about-content{grid-template-columns:1fr 1fr}}.about-text h2{font-size:clamp(1.75rem,3vw,2.25rem);margin-bottom:1.5rem}.about-text p{margin-bottom:1rem}.about-values{display:flex;flex-direction:column;gap:1rem}.value-card,.value-icon{display:flex;align-items:center;border-radius:10px}.value-card{gap:1rem;padding:1.25rem 1.5rem;background:var(--navy-900);border:1px solid rgba(201,169,98,.12);transition:all .3s ease}.value-card:hover{border-color:rgba(201,169,98,.3);transform:translateX(8px)}.value-icon{width:48px;height:48px;justify-content:center;background:rgba(201,169,98,.12);color:var(--copper-500);font-size:1.25rem;flex-shrink:0}.value-content{flex:1}.value-title{font-size:1.1rem;font-weight:600;color:var(--white);margin-bottom:.25rem}.value-desc{font-size:.9rem;color:var(--slate-400)}.cta{background:var(--navy-800);border-top:1px solid rgba(201,169,98,.12)}.cta-content{max-width:600px;margin:0 auto}.cta-header{text-align:center;margin-bottom:2.5rem}.cta-title{font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:1rem}.cta-description{font-size:1.1rem;color:var(--slate-400)}.form-success{text-align:center;padding:3rem 2rem;background:var(--navy-900);border:1px solid rgba(201,169,98,.2);border-radius:12px}.form-success-icon{font-size:3rem;color:var(--copper-500);margin-bottom:1.5rem}.form-success-title{font-size:1.5rem;color:var(--white);margin-bottom:.75rem}.form-success-text{color:var(--slate-400);margin-bottom:2rem}.form-success-btn{padding:.75rem 1.5rem;background:0 0;border:1px solid var(--copper-500);color:var(--copper-500);font-size:.9rem;font-weight:500;border-radius:6px;cursor:pointer;transition:all .2s ease}.form-success-btn:hover{background:var(--copper-500);color:var(--navy-950)}.form-error{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:rgba(220,38,38,.1);border:1px solid rgba(220,38,38,.3);border-radius:8px;color:#fca5a5;font-size:.9rem}.form-error i{color:#f87171}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.form-row{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width:640px){.form-row{grid-template-columns:1fr 1fr}}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.9rem;font-weight:500;color:var(--slate-300)}.form-label .optional{font-weight:400;color:var(--slate-500)}.form-input,.form-textarea{padding:.875rem 1rem;background:var(--navy-900);border:1px solid rgba(201,169,98,.15);border-radius:8px;color:var(--white);font-family:inherit;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease}.form-input::placeholder,.form-textarea::placeholder{color:var(--slate-500)}.form-input:focus,.form-textarea:focus{outline:0;border-color:var(--copper-500);box-shadow:0 0 0 3px rgba(201,169,98,.15)}.form-textarea{min-height:120px;resize:vertical}.form-submit{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;background:var(--copper-500);color:var(--navy-950);font-size:1rem;font-weight:600;border:0;border-radius:8px;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.form-submit:hover{background:var(--copper-400);transform:translateY(-2px);box-shadow:0 12px 30px rgba(201,169,98,.25)}.form-submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.form-submit:hover:not(:disabled) svg{transform:translateX(4px)}.footer{padding:2.5rem 0;background:var(--navy-950);border-top:1px solid rgba(201,169,98,.12)}.footer-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}@media (min-width:768px){.footer-content{flex-direction:row;justify-content:space-between;text-align:left}}.footer-logo{font-size:1.25rem;font-weight:700;color:var(--white);letter-spacing:-.02em;display:flex;align-items:center}.footer-logo-img{height:24px!important;width:auto!important;max-width:180px!important;display:block!important;margin:0!important}@media (min-width:768px){.footer-logo{padding-left:.5rem}.footer-logo-img{height:28px!important;max-width:220px!important}}@media (max-width:480px){.footer-logo{padding-left:.75rem}.footer-logo-img{height:20px!important;max-width:140px!important}}.footer-copy{font-size:.875rem;color:var(--slate-500);order:3}@media (min-width:768px){.footer-copy{order:2}}.footer-social{display:flex;gap:1rem;order:2}@media (min-width:768px){.footer-social{order:3}}.footer-social-link{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--navy-800);border:1px solid rgba(201,169,98,.15);border-radius:8px;color:var(--slate-400);font-size:1rem;transition:all .2s ease}.footer-social-link:hover{border-color:var(--copper-500);color:var(--copper-500);transform:translateY(-2px)}