@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;height:100%;font-family:Space Grotesk,system-ui,sans-serif}body{height:100%;margin:0}h1,h2,h3{text-wrap:balance}p{text-wrap:pretty}input::placeholder,textarea::placeholder,select{font-family:Space Grotesk,sans-serif}@keyframes fadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes floatDown{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(7px)}}@keyframes cursor-blink{0%,49%{opacity:1}50%,to{opacity:0}}nav{z-index:200;-webkit-backdrop-filter:blur(16px);background:#0a0c12f2;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;height:58px;padding:0 40px;display:flex;position:fixed;top:0;left:0;right:0}nav.mobile-open{flex-direction:column;align-items:stretch;height:auto}.nav-header{justify-content:space-between;align-items:center;width:100%;display:flex}.hamburger{color:#f0ede6;cursor:pointer;background:0 0;border:none;margin-right:-8px;padding:8px;font-size:24px;display:none}.hamburger span{background:#f0ede6;width:24px;height:2px;margin:5px 0;transition:all .3s;display:block}.hamburger.active span:first-child{transform:rotate(45deg)translate(8px,8px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg)translate(7px,-7px)}nav button{cursor:pointer;background:0 0;border:none;font-family:Space Grotesk,sans-serif;transition:all .15s}nav .logo{letter-spacing:-.03em;color:#f0ede6;align-items:center;font-size:20px;font-weight:700;display:flex}nav .logo-gold{color:#f0b429}nav .nav-links{align-items:center;gap:4px;display:flex}nav .nav-link{color:#f0ede680;letter-spacing:.01em;border-radius:6px;padding:7px 12px;font-size:13.5px;font-weight:500}nav .nav-link:hover{color:#f0ede6;background:#ffffff0d}nav .cta-button{color:#0a0c12;letter-spacing:.01em;background:#f0b429;border-radius:7px;margin-left:10px;padding:9px 20px;font-size:13px;font-weight:700}nav .cta-button:hover{background:#d9a324}section{min-height:100vh;position:relative;overflow:visible}.hero-section{background:#0a0c12;align-items:center;display:flex}.hero-glow{pointer-events:none;background:radial-gradient(circle,#f0b42912 0%,#0000 68%);border-radius:50%;width:680px;height:680px;position:absolute;top:-60px;right:-100px}.hero-watermark{color:#f0b42907;letter-spacing:-.05em;white-space:nowrap;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:clamp(140px,22vw,280px);font-weight:700;position:absolute;bottom:-80px;right:-20px}.hero-content{width:100%;max-width:1200px;margin:0 auto;padding:58px 48px 0}.hero-badge{background:#f0b42912;border:1px solid #f0b42938;border-radius:999px;align-items:center;gap:8px;margin-bottom:28px;padding:6px 14px;animation:.65s 50ms both fadeUp;display:inline-flex}.hero-badge-dot{background:#f0b429;border-radius:50%;flex-shrink:0;width:6px;height:6px}.hero-badge-text{color:#f0b429e0;letter-spacing:.04em;font-size:12px;font-weight:500}.hero-h1{letter-spacing:-.038em;color:#f0ede6;max-width:860px;margin-top:28px;font-size:clamp(44px,6vw,82px);font-weight:700;line-height:1.01;animation:.7s .15s both fadeUp}.hero-h1-highlight{color:#f0b429}.hero-paragraph{color:#f0ede680;max-width:460px;margin-top:22px;font-size:clamp(15px,1.3vw,18px);font-weight:400;line-height:1.72;animation:.7s .28s both fadeUp}.hero-buttons{flex-wrap:wrap;align-items:center;gap:12px;margin-top:32px;animation:.7s .42s both fadeUp;display:flex}.btn-primary{color:#0a0c12;cursor:pointer;letter-spacing:.01em;background:#f0b429;border:none;border-radius:8px;padding:14px 30px;font-family:Space Grotesk,sans-serif;font-size:15px;font-weight:700;transition:background .15s}.btn-primary:hover{background:#d9a324}.btn-ghost{color:#f0ede6ad;cursor:pointer;letter-spacing:.01em;background:0 0;border:1px solid #ffffff21;border-radius:8px;padding:14px 28px;font-family:Space Grotesk,sans-serif;font-size:15px;font-weight:500;transition:all .15s}.btn-ghost:hover{color:#f0ede6;border-color:#ffffff4d}.hero-industries{border-top:1px solid #ffffff12;flex-wrap:wrap;align-items:center;gap:0;margin-top:56px;padding-top:26px;animation:.7s .56s both fadeUp;display:flex}.industries-label{color:#ffffff3d;letter-spacing:.09em;text-transform:uppercase;white-space:nowrap;margin-right:14px;font-size:11px;font-weight:600}.industry-item{color:#ffffff61;margin-right:12px;font-size:13px}.industry-separator{color:#ffffff26;margin-right:12px;font-size:9px}.typewriter-text{color:#f0b429;white-space:nowrap;min-width:60px;font-size:13px;font-weight:500;display:inline-block;position:relative}.typewriter-cursor{animation:1s infinite cursor-blink;display:inline}.scroll-indicator{animation:2.4s ease-in-out 1.8s infinite floatDown;position:absolute;bottom:28px;left:50%}.scroll-indicator-line{background:linear-gradient(#f0b42980,#0000);width:1px;height:34px;margin:0 auto}.process-section{background:#f7f6f2;justify-content:center;align-items:center;display:flex}.process-grid-bg{pointer-events:none;background-image:radial-gradient(circle,#b48c1e17 1px,#0000 1px);background-size:36px 36px;position:absolute;inset:0}.process-content{z-index:10;width:100%;max-width:1200px;margin:0 auto;padding:0 48px;position:relative}.process-header{margin-bottom:60px}.process-label{letter-spacing:.1em;text-transform:uppercase;color:#c08f1a;margin-bottom:10px;font-size:11px;font-weight:700}.process-h2{letter-spacing:-.03em;color:#0a0c12;font-size:clamp(32px,4.2vw,50px);font-weight:700;line-height:1.05}.process-h2-secondary{color:#0a0c1247}.steps-grid{grid-template-columns:1fr 1fr 1fr;gap:48px;margin-bottom:66px;display:grid}.step{text-align:left}.step-number{color:#c8961421;letter-spacing:-.04em;margin-bottom:6px;font-size:68px;font-weight:700;line-height:1}.step-rule{background:#f0b429;width:26px;height:2px;margin-bottom:18px}.step-h3{color:#0a0c12;letter-spacing:-.01em;margin-bottom:10px;font-size:19px;font-weight:600}.step-description{color:#6b6b6b;font-size:14.5px;line-height:1.7}.stats-strip{border-top:1px solid #0a0c1214;align-items:stretch;gap:36px;padding-top:34px;display:flex}.stat{flex:1;position:relative}.stat-value{color:#c08f1a;letter-spacing:-.03em;font-size:clamp(30px,3vw,40px);font-weight:700;line-height:1}.stat-label{color:#0a0c1261;letter-spacing:.01em;margin-top:4px;font-size:12px}.stat-divider{background:#0a0c1214;width:1px;height:60px;position:absolute;top:0;right:-18px}.stat:last-child .stat-divider{display:none}.contact-section{background:#0a0c12;flex-direction:column;justify-content:center;align-items:center;display:flex;overflow:hidden}.contact-glow{pointer-events:none;background:radial-gradient(circle,#f0b4290d,#0000 70%);border-radius:50%;width:700px;height:360px;position:absolute;bottom:-180px;left:50%;transform:translate(-50%)}.contact-content{text-align:center;z-index:10;flex-direction:column;flex:1;justify-content:center;width:100%;max-width:700px;padding:0 40px;display:flex;position:relative}.contact-label{letter-spacing:.1em;text-transform:uppercase;color:#f0b429;margin-bottom:12px;font-size:11px;font-weight:700}.contact-h2{letter-spacing:-.035em;color:#f0ede6;margin-bottom:14px;font-size:clamp(34px,4.5vw,56px);font-weight:700;line-height:1.05}.contact-description{color:#f0ede675;max-width:440px;margin:0 auto 34px;font-size:16px;line-height:1.7}.contact-form{text-align:left;flex-direction:column;gap:10px;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:10px;display:grid}.form-group{flex-direction:column;display:flex}.form-label{color:#ffffff59;letter-spacing:.07em;text-transform:uppercase;margin-bottom:6px;font-size:10.5px;font-weight:700;display:block}.form-input,.form-select{color:#f0ede6;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;outline:none;width:100%;padding:12px 14px;font-family:Space Grotesk,sans-serif;font-size:14px;transition:border-color .15s}.form-input:focus,.form-select:focus{border-color:#f0b42973}.form-select{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.form-submit{color:#0a0c12;cursor:pointer;letter-spacing:.01em;background:#f0b429;border:none;border-radius:8px;width:100%;margin-top:4px;padding:14px;font-family:Space Grotesk,sans-serif;font-size:15px;font-weight:700;transition:background .15s}.form-submit:hover{background:#d9a324}.form-disclaimer{text-align:center;color:#ffffff38;font-size:12px}.success-state{text-align:center;padding:40px 0}.success-checkmark{background:#f0b42914;border:1px solid #f0b42947;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;margin:0 auto 18px;display:flex}.success-icon{color:#f0b429;font-size:20px;line-height:1}.success-h3{color:#f0ede6;letter-spacing:-.01em;margin-bottom:8px;font-size:22px;font-weight:700}.success-message{color:#f0ede675;font-size:15px;line-height:1.65}.contact-footer{color:#fff3;border-top:1px solid #ffffff0f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:16px 40px;font-size:11.5px;display:flex;position:absolute;bottom:0;left:0;right:0}.footer-logo{letter-spacing:-.03em;color:#f0ede666;font-size:15px;font-weight:700;line-height:1}.footer-logo-underscore{color:#f0b42966}.side-dots{z-index:150;-webkit-backdrop-filter:blur(10px);background:#0a0c128c;border:1px solid #ffffff12;border-radius:99px;flex-direction:column;align-items:center;gap:9px;padding:9px 6px;display:flex;position:fixed;top:50%;right:18px;transform:translateY(-50%)}.side-dot{cursor:pointer;background:#ffffff38;border:none;border-radius:50%;width:7px;height:7px;padding:0;transition:all .2s;transform:scale(1)}.side-dot.active{background:#f0b429;transform:scale(1.4)}@media (width<=1024px){nav,.hero-content,.process-content,.contact-content{padding:0 24px}.steps-grid{grid-template-columns:1fr;gap:32px}.stats-strip{flex-direction:column;gap:24px}.stat-divider{display:none}}@media (width<=768px){nav{height:58px;padding:0 16px}nav.mobile-open{height:auto}.nav-header{justify-content:space-between;align-items:center;display:flex}.hamburger{display:block}nav .logo{text-align:left;flex:1}nav .nav-links{border-top:1px solid #ffffff0f;flex-direction:column;gap:0;width:100%;padding:12px 0;display:none}nav.mobile-open .nav-links{display:flex}nav .nav-link{border-radius:0;padding:12px 0;font-size:14px}nav .cta-button{width:100%;margin-top:12px;margin-left:0;padding:12px 16px}.hero-content,.process-content{padding:70px 16px 0}.contact-content{padding:0 16px}.hero-h1{margin-top:16px}.hero-buttons{flex-direction:column;width:100%}.btn-primary,.btn-ghost{text-align:center;width:100%}.form-row{grid-template-columns:1fr}.contact-footer{text-align:center;flex-direction:column;gap:8px}.side-dots{right:12px}.hero-glow{width:400px;height:400px;top:-200px;right:-200px}.hero-watermark{font-size:clamp(80px,15vw,140px);bottom:-40px}.contact-glow{width:400px;height:250px;bottom:-150px}}@media (width<=480px){nav{padding:8px 12px}.hero-content,.process-content{padding:65px 12px 0}.contact-content{padding:0 12px}nav .logo{font-size:16px}nav .nav-link{padding:4px 8px;font-size:12px}nav .cta-button{padding:6px 12px;font-size:11px}.hero-industries{flex-direction:column;align-items:flex-start;gap:8px}.industries-label{margin-bottom:4px;margin-right:0}.industry-item{margin-right:8px}.industry-separator{display:none}.process-h2{font-size:clamp(24px,5vw,40px)}.hero-h1{font-size:clamp(32px,6vw,56px)}.contact-footer{flex-direction:column;gap:6px;padding:12px 16px;font-size:10px}.side-dots{right:8px}}
