@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Inter:wght@400;500;600&display=swap";.navbar{z-index:1000;width:100%;padding:1.5rem 0;padding-top:calc(1.5rem + env(safe-area-inset-top,0px));transition:all .4s;position:fixed;top:0;left:0}.navbar-scrolled{padding:1rem 0;padding-top:calc(1rem + env(safe-area-inset-top,0px));-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--glass-border);background:#0a0a0ad9;box-shadow:0 4px 30px #0000001a}.navbar-container{justify-content:space-between;align-items:center;display:flex}.navbar-logo{align-items:center;gap:.75rem;display:flex}.logo-img{object-fit:contain;width:auto;height:40px}.logo-text{font-family:var(--font-heading);letter-spacing:2px;color:var(--color-text);font-size:1.5rem;font-weight:800}.navbar-links{align-items:center;gap:2rem;display:flex}.desktop-only{display:none}@media (width>=1024px){.desktop-only{display:flex}}.nav-link{color:var(--color-text-secondary);font-size:.95rem;font-weight:500;transition:color .3s;position:relative}.nav-link:hover,.nav-link.active{color:var(--color-text)}.nav-link:after{content:"";background-color:var(--color-primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-link.active:after,.nav-link:hover:after{width:100%}.mobile-toggle{color:var(--color-text);z-index:1001;background:0 0;justify-content:center;align-items:center;display:flex}@media (width>=768px){.mobile-toggle{display:none}}@media (width>=1024px){.mobile-toggle{display:none}}@media (width<=1023px){.mobile-toggle{display:flex}}.mobile-menu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:0;pointer-events:none;z-index:999;background:#050505fa;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;transition:all .4s;display:flex;position:fixed;top:0;left:0}.mobile-menu.open{opacity:1;pointer-events:all}.mobile-nav-links{flex-direction:column;align-items:center;gap:2rem;display:flex}.mobile-nav-link{font-family:var(--font-heading);color:var(--color-text-secondary);font-size:2rem;font-weight:600;transition:color .3s}.mobile-nav-link:hover,.mobile-nav-link.active{color:var(--color-primary)}.mobile-cta{margin-top:1rem}@media (width<=1023px){.navbar{padding:.875rem 0;padding-top:calc(.875rem + env(safe-area-inset-top,0px))}.navbar-scrolled{padding:.65rem 0;padding-top:calc(.65rem + env(safe-area-inset-top,0px))}.logo-img{height:34px}.logo-text{letter-spacing:1px;font-size:1.15rem}}.footer{background-color:var(--color-bg-secondary);border-top:1px solid var(--glass-border);margin-top:auto;padding:5rem 0 2rem}.footer-grid{grid-template-columns:1fr;gap:3rem;margin-bottom:4rem;display:grid}@media (width>=640px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}.footer-logo{font-family:var(--font-heading);letter-spacing:1px;color:var(--color-text);align-items:center;gap:.75rem;margin-bottom:1rem;font-size:1.5rem;font-weight:800;display:flex}.footer-logo-img{object-fit:contain;width:auto;height:32px}.footer-desc{color:var(--color-text-secondary);max-width:300px;margin-bottom:1.5rem;font-size:.95rem}.footer-socials{gap:1rem;display:flex}.footer-socials a{width:40px;height:40px;color:var(--color-text);background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.footer-socials a:hover{background:var(--color-primary);transform:translateY(-3px)}.footer-heading{color:var(--color-text);margin-bottom:1.5rem;font-size:1.1rem}.footer-links{flex-direction:column;gap:.75rem;list-style:none;display:flex}.footer-links a{color:var(--color-text-secondary);font-size:.95rem;transition:color .3s}.footer-links a:hover{color:var(--color-primary)}.footer-contact{flex-direction:column;gap:1rem;list-style:none;display:flex}.footer-contact li{color:var(--color-text-secondary);align-items:center;gap:.75rem;font-size:.95rem;display:flex}.contact-icon{color:var(--color-primary)}.footer-contact a{color:var(--color-text-secondary);transition:color .3s}.footer-contact a:hover{color:var(--color-primary)}.footer-bottom{text-align:center;color:var(--color-text-secondary);border-top:1px solid #ffffff0d;padding-top:2rem;font-size:.85rem}.scroll-showcase{padding:6rem 0 7rem;position:relative;overflow:hidden}.scroll-showcase-bg{pointer-events:none;background:radial-gradient(80% 50% at 70% 40%,#ff5d001f,#0000 55%),radial-gradient(60% 40% at 20% 80%,#e52e7114,#0000 50%);position:absolute;inset:0}.scroll-showcase-grid{z-index:1;align-items:center;gap:3.5rem;display:grid;position:relative}@media (width>=1024px){.scroll-showcase-grid{grid-template-columns:1fr 1.1fr;gap:4rem}}.scroll-showcase-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--color-primary);margin-bottom:.75rem;font-size:.8rem;font-weight:700}.scroll-showcase-title{font-family:var(--font-heading);letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;line-height:1.15}.scroll-showcase-desc{color:var(--color-text-secondary);max-width:32rem;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.65}.scroll-showcase-bullets{color:var(--color-text-secondary);flex-direction:column;gap:.65rem;font-size:.95rem;list-style:none;display:flex}.scroll-showcase-bullets li{padding-left:1.35rem;position:relative}.scroll-showcase-bullets li:before{content:"";background:var(--color-primary);width:6px;height:6px;box-shadow:0 0 12px var(--color-primary-glow);border-radius:50%;position:absolute;top:.55em;left:0}.scroll-showcase-stage{perspective:1100px;justify-content:center;display:flex}.scroll-showcase-perspective{width:100%;max-width:440px;position:relative}.scroll-showcase-tilt{border:1px solid var(--glass-border);will-change:transform;background:linear-gradient(145deg,#1c1c1cf2,#080808fa);border-radius:14px;overflow:hidden;box-shadow:0 24px 60px #0000008c,inset 0 0 0 1px #ffffff0a,0 -20px 50px #ff5d000f}.browser-chrome{border-bottom:1px solid var(--glass-border);background:#0000008c;align-items:center;gap:.75rem;padding:.65rem .85rem;display:flex}.browser-dots{flex-shrink:0;gap:6px;display:flex}.browser-dots span{background:#333;border-radius:50%;width:10px;height:10px}.browser-dots span:first-child{background:#ff5f56}.browser-dots span:nth-child(2){background:#ffbd2e}.browser-dots span:nth-child(3){background:#27c93f}.browser-url{background:#ffffff0f;border-radius:6px;flex:1;min-width:0;padding:.35rem .65rem}.browser-url-text{color:var(--color-text-secondary);white-space:nowrap;text-overflow:ellipsis;font-family:ui-monospace,monospace;font-size:.7rem;display:block;overflow:hidden}.browser-viewport{aspect-ratio:4/3;padding:1rem 1.1rem 1.25rem;position:relative}.mock-site{flex-direction:column;gap:.75rem;height:100%;display:flex}.mock-site-hero{background:linear-gradient(120deg,#ff5d0059,#e52e7126);border:1px solid #ffffff14;border-radius:10px;height:38%}.mock-site-row{flex:1;grid-template-columns:1fr 1fr;gap:.6rem;min-height:0;display:grid}.mock-site-block{background:#ffffff0d;border:1px solid #ffffff0f;border-radius:8px}.mock-site-cta-wrap{justify-content:flex-end;padding-top:.15rem;display:flex}.mock-site-cta{background:var(--color-primary);color:#fff;box-shadow:0 4px 18px var(--color-primary-glow);border-radius:999px;padding:.45rem 1rem;font-size:.72rem;font-weight:700;display:inline-block}.mock-cursor-wrap{pointer-events:none;border-radius:0 0 12px 12px;position:absolute;inset:0;overflow:hidden}.mock-cursor{filter:drop-shadow(0 4px 8px #00000080);flex-direction:column;align-items:flex-start;display:flex;position:absolute;top:22%;left:18%}.mock-cursor-icon{color:#fff;width:28px;height:28px}.mock-cursor-click{opacity:0;border:2px solid #ff5d00b3;border-radius:50%;width:28px;height:28px;animation:4.2s ease-in-out infinite mock-cursor-ripple;position:absolute;top:22px;left:2px;transform:scale(.5)}@keyframes mock-cursor-ripple{0%,30%{opacity:0;transform:scale(.3)}38%{opacity:1;transform:scale(1.15)}48%,to{opacity:0;transform:scale(1.6)}}.scroll-showcase-float{z-index:2;border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--color-text-secondary);background:#121212eb;border-radius:12px;padding:.5rem .85rem;font-size:.78rem;font-weight:600;position:absolute;box-shadow:0 12px 30px #00000059}.scroll-showcase-float span{color:var(--color-primary);margin-right:.25rem}.scroll-showcase-float-a{animation:7s ease-in-out infinite float-drift-a;top:8%;right:-4%}.scroll-showcase-float-b{animation:8s ease-in-out infinite float-drift-b;bottom:14%;left:-6%}@keyframes float-drift-a{0%,to{transform:translate(0)}50%{transform:translate(-6px,8px)}}@keyframes float-drift-b{0%,to{transform:translate(0)}50%{transform:translate(8px,-6px)}}@media (width<=640px){.scroll-showcase{padding:4rem 0 5rem}.scroll-showcase-float-a{font-size:.7rem;top:2%;right:0}.scroll-showcase-float-b{font-size:.7rem;bottom:6%;left:0}}@media (prefers-reduced-motion:reduce){.scroll-showcase-float-a,.scroll-showcase-float-b,.mock-cursor-click{animation:none}}.page-container{min-height:100vh;padding-top:calc(80px + env(safe-area-inset-top,0px));flex-direction:column;display:flex}.text-center{text-align:center}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-24{margin-bottom:6rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-12{margin-top:3rem}.mt-24{margin-top:6rem}.pt-32{padding-top:8rem}.pb-24{padding-bottom:6rem}.p-8{padding:2rem}.w-full{width:100%}.max-w-2xl{max-width:42rem}.mx-auto{margin-left:auto;margin-right:auto}.ml-2{margin-left:.5rem}.text-5xl{font-size:3rem;line-height:1.1}.text-4xl{font-size:2.25rem;line-height:1.2}.text-3xl{font-size:1.875rem;line-height:1.2}.text-2xl{font-size:1.5rem;line-height:1.3}.text-xl{font-size:1.25rem;line-height:1.4}.text-lg{font-size:1.125rem;line-height:1.5}.font-bold{font-weight:700}.text-gray-400{color:#9ca3af}.text-gray-300{color:#d4d4d8}.text-primary{color:var(--color-primary)}.font-semibold{font-weight:600}.leading-relaxed{line-height:1.625}@media (width<=640px){.text-5xl{font-size:2.35rem}.text-4xl{font-size:1.9rem}.text-3xl{font-size:1.6rem}.text-2xl{font-size:1.35rem}.text-xl{font-size:1.1rem}}@media (width>=768px){.text-5xl{font-size:4rem}.text-4xl{font-size:3rem}}.hero-section{min-height:calc(100vh - 80px - env(safe-area-inset-top,0px));align-items:center;padding:4rem 0;display:flex;position:relative;overflow:hidden}.hero-content{z-index:10;text-align:center;max-width:800px;margin:0 auto;position:relative}.badge{color:var(--color-primary);background:#ff5d001a;border:1px solid #ff5d0033;border-radius:9999px;margin-bottom:1.25rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.hero-title{letter-spacing:-1px;text-wrap:balance;margin-bottom:1.05rem;font-size:clamp(2.35rem,5.3vw,5rem);line-height:1.08}.hero-subtitle{color:var(--color-text-secondary);max-width:600px;margin-bottom:.9rem;margin-left:auto;margin-right:auto;font-size:1.25rem}.hero-deal-callout{max-width:38rem;color:var(--color-text-secondary);text-align:center;background:linear-gradient(135deg,#ff5d001a,#ffffff05);border:1px solid #ff5d0038;border-radius:16px;margin:0 auto 1.35rem;padding:1rem 1.25rem;font-size:.98rem;line-height:1.6}.hero-deal-callout strong{color:var(--color-text);font-weight:700}.hero-deal-link{color:var(--color-primary);text-underline-offset:3px;font-weight:600;-webkit-text-decoration:underline #ff5d0073;text-decoration:underline #ff5d0073}.hero-deal-link:hover{color:var(--color-primary-hover);-webkit-text-decoration-color:var(--color-primary);text-decoration-color:var(--color-primary)}.hero-actions{flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}@media (width>=640px){.hero-actions{flex-direction:row}}@media (width<=1100px){.hero-section{padding:3.25rem 0}.hero-subtitle{font-size:1.15rem}}@media (height<=760px){.hero-section{align-items:flex-start;padding:2.5rem 0 3rem}.badge{margin-bottom:1rem}.hero-title{margin-bottom:.85rem;font-size:clamp(2.05rem,4.9vw,3.1rem);line-height:1.06}.hero-subtitle{margin-bottom:.75rem;font-size:1rem}.hero-deal-callout{margin-bottom:1rem;padding:.85rem 1.05rem;font-size:.9rem}.hero-actions{gap:.65rem}}.hero-glow{filter:blur(40px);z-index:1;pointer-events:none;background:radial-gradient(circle,#ff5d0026 0%,#0000 70%);width:400px;height:400px;position:absolute;top:20%;left:20%}.hero-glow-2{background:radial-gradient(circle,#ffffff0d 0%,#0000 70%);width:600px;height:600px;top:50%;left:60%}.features-section{background-color:var(--color-bg-secondary);padding:8rem 0}.section-header{margin-bottom:4rem}.section-title{margin-bottom:1rem;font-size:2.5rem}.section-desc{color:var(--color-text-secondary);max-width:600px;margin:0 auto;font-size:1.125rem}.features-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{padding:2.5rem;transition:transform .3s,box-shadow .3s}.feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0006}.feature-icon{width:64px;height:64px;color:var(--color-primary);background:#ff5d001a;border-radius:16px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.feature-card h3{margin-bottom:1rem;font-size:1.5rem}.feature-card p{color:var(--color-text-secondary)}.industries-section{padding:8rem 0}.industries-layout{grid-template-columns:1fr;align-items:center;gap:4rem;display:grid}@media (width>=1024px){.industries-layout{grid-template-columns:1fr 1fr}}.industry-list{flex-direction:column;gap:1rem;margin:2rem 0;list-style:none;display:flex}.industry-list li{color:var(--color-text);align-items:center;gap:1rem;font-size:1.125rem;display:flex}.mockup-container{aspect-ratio:16/10;flex-direction:column;width:100%;display:flex;overflow:hidden}.mockup-header{border-bottom:1px solid var(--glass-border);background:#00000080;gap:.5rem;padding:1rem;display:flex}.dot{background:#333;border-radius:50%;width:12px;height:12px}.dot:first-child{background:#ff5f56}.dot:nth-child(2){background:#ffbd2e}.dot:nth-child(3){background:#27c93f}.mockup-body{flex-direction:column;flex:1;gap:1.5rem;padding:1.5rem;display:flex}.mockup-hero{background:linear-gradient(135deg,#ff5d0033,#ffffff0d);border-radius:12px;height:40%}.mockup-grid{flex:1;grid-template-columns:1fr 1fr;gap:1rem;display:grid}.mockup-grid div{background:#ffffff0d;border-radius:12px}.cta-section{padding:4rem 0 8rem}.cta-box{text-align:center;background:linear-gradient(135deg,#141414cc,#0a0a0ae6);padding:4rem 2rem}.cta-box h2{margin-bottom:1rem;font-size:2.5rem}.cta-box p{color:var(--color-text-secondary);margin-bottom:2.5rem;font-size:1.25rem}.btn-large{padding:1rem 2.5rem;font-size:1.125rem}@media (width<=640px){.pt-32{padding-top:6.5rem}.pb-24{padding-bottom:4.5rem}.hero-section{align-items:flex-start;min-height:0;padding:1.75rem 0 2.5rem}.hero-content{padding-top:.25rem}.hero-title{letter-spacing:-.5px;margin-bottom:.875rem;font-size:1.85rem;line-height:1.15}.badge{margin-bottom:.875rem;padding:.35rem .75rem;font-size:.75rem}.hero-subtitle{margin-bottom:.85rem;font-size:.95rem;line-height:1.5}.hero-deal-callout{text-align:left;margin-bottom:1.35rem;padding:.85rem 1rem;font-size:.86rem;line-height:1.55}.hero-actions{gap:.65rem;width:100%}.hero-actions .btn{width:100%;max-width:320px;padding:.65rem 1.25rem;font-size:.9rem}.hero-actions .btn svg{width:18px;height:18px}.features-section,.industries-section{padding:5.5rem 0}.cta-section{padding:3.5rem 0 5.5rem}.section-title{font-size:2.05rem}.section-desc{font-size:1.05rem}.feature-card{padding:2rem}.industry-list li{font-size:1rem}.cta-box{padding:3rem 1.5rem}.cta-box h2{font-size:2rem}.cta-box p{font-size:1.1rem}.service-card{padding:2.25rem}.process-section,.pricing-card{padding:2.25rem 1.75rem}.monthly-fee .amount{font-size:3.25rem}.setup-fee .amount{font-size:2.15rem}.faq-item{padding:1.5rem}}@media (width<=420px){.hero-title{font-size:1.65rem}.service-card,.process-section,.pricing-card{padding:2rem 1.5rem}}.services-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.services-grid{grid-template-columns:repeat(2,1fr)}}.service-card{padding:3rem}.process-section{padding:4rem}.process-steps{grid-template-columns:1fr;gap:2rem;display:grid;position:relative}@media (width>=768px){.process-steps{grid-template-columns:repeat(4,1fr)}}.process-step{text-align:center;position:relative}.step-number{background:var(--color-primary);color:#fff;z-index:2;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 1.5rem;font-size:1.5rem;font-weight:700;display:flex;position:relative}.process-step h4{margin-bottom:.5rem;font-size:1.25rem}.process-step p{color:var(--color-text-secondary);font-size:.95rem}@media (width>=768px){.process-step:not(:last-child):after{content:"";background:var(--glass-border);z-index:1;width:100%;height:2px;position:absolute;top:24px;left:50%}}.pricing-lead-value{text-wrap:balance}.pricing-value-banner{text-align:center;background:linear-gradient(135deg,#ff5d001f,#12121299);border-radius:18px;max-width:720px;margin:0 auto 2.5rem;padding:1.25rem 1.75rem}.pricing-value-banner-text{color:var(--color-text-secondary);margin:0;font-size:1.05rem;line-height:1.6}.pricing-value-banner-text strong{color:var(--color-text);font-weight:700}@media (width<=640px){.pricing-value-banner{margin-bottom:2rem;padding:1rem 1.15rem}.pricing-value-banner-text{font-size:.95rem}}.pricing-wrapper{justify-content:center;display:flex}.pricing-card{width:100%;max-width:500px;padding:3rem;position:relative;overflow:hidden}.popular-badge{background:var(--color-primary);color:#fff;text-align:center;transform-origin:50%;width:220px;padding:.6rem 0;font-size:.875rem;font-weight:700;position:absolute;top:1.1rem;right:-4.25rem;transform:rotate(45deg);box-shadow:0 4px 10px #0000004d}@media (width<=420px){.popular-badge{width:200px;font-size:.8rem;right:-4.75rem}}.pricing-header{text-align:center;margin-bottom:2rem}.pricing-header h2{margin-bottom:.5rem;font-size:1.75rem}.pricing-header p{color:var(--color-text-secondary)}.pricing-cost{border-top:1px solid var(--glass-border);border-bottom:1px solid var(--glass-border);flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem;padding:2rem 0;display:flex}.setup-fee,.monthly-fee{flex-direction:column;align-items:center;display:flex}.setup-fee .amount{font-size:2.5rem;font-weight:800}.monthly-fee .amount{color:var(--color-primary);font-size:4rem;font-weight:800}.period{color:var(--color-text-secondary);font-size:.95rem}.plus-icon{color:var(--color-text-secondary);font-size:1.5rem;font-weight:700}.pricing-features ul{flex-direction:column;gap:1rem;margin-bottom:2.5rem;list-style:none;display:flex}.pricing-features li{align-items:center;gap:1rem;display:flex}.faq-grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=768px){.faq-grid{grid-template-columns:repeat(2,1fr)}.faq-grid .faq-item:last-child:nth-child(odd){grid-column:1/-1;width:100%;max-width:720px;margin-left:auto;margin-right:auto}}.faq-item{border:1px solid var(--glass-border);background:#ffffff05;border-radius:16px;padding:2rem}.pricing-page{padding-bottom:6.5rem}.faq-section{margin-bottom:3.5rem;padding-bottom:2.5rem}@media (width<=640px){.pricing-page{padding-bottom:5.5rem}.faq-section{margin-bottom:4rem;padding-bottom:3rem}}.contact-layout{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=1024px){.contact-layout{grid-template-columns:1fr 2fr}}.info-items{flex-direction:column;gap:2rem;display:flex}.info-item{align-items:flex-start;gap:1rem;display:flex}.info-icon{background:#ff5d001a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{font-size:.95rem;font-weight:500}.form-control{border:1px solid var(--glass-border);color:#fff;font-family:var(--font-body);background:#0000004d;border-radius:8px;padding:1rem;transition:all .3s}.form-control:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 2px #ff5d0033}.success-icon{font-size:4rem}.legal-overlay{z-index:2000;-webkit-backdrop-filter:blur(14px);background:#0000009e;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.legal-card{background:linear-gradient(145deg,#121212eb,#080808f5);border:1px solid #ff5d0042;border-radius:22px;width:100%;max-width:920px;max-height:min(86vh,820px);overflow:hidden;box-shadow:0 24px 80px #000000a6,inset 0 0 0 1px #ffffff0a,0 0 0 6px #ff5d000d}.legal-header{border-bottom:1px solid var(--glass-border);background:#00000059;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem;display:flex}.legal-title-wrap{min-width:0}.legal-title{font-family:var(--font-heading);letter-spacing:-.02em;margin:0;font-size:1.35rem;font-weight:800}.legal-updated{color:var(--color-text-secondary);margin:.25rem 0 0;font-size:.9rem}.legal-close{border:1px solid var(--glass-border);color:var(--color-text);background:#ffffff0f;border-radius:999px;flex-shrink:0;align-items:center;gap:.5rem;padding:.65rem .95rem;transition:transform .2s,background .2s;display:inline-flex}.legal-close:hover{background:#ffffff1a;transform:translateY(-1px)}.legal-body{max-height:calc(min(86vh,820px) - 74px);padding:1.25rem 1.25rem 1.5rem;overflow:auto}.legal-body h2{font-family:var(--font-heading);margin:1.25rem 0 .5rem;font-size:1.15rem}.legal-body p{color:var(--color-text-secondary);margin:.5rem 0;line-height:1.7}.legal-body ul{color:var(--color-text-secondary);margin:.5rem 0 .75rem;padding-left:1.25rem;line-height:1.7}.legal-body li{margin:.25rem 0}.legal-body a{color:var(--color-primary);text-underline-offset:3px;-webkit-text-decoration:underline #ff5d0073;text-decoration:underline #ff5d0073}.legal-body a:hover{-webkit-text-decoration-color:var(--color-primary);text-decoration-color:var(--color-primary)}@media (width<=640px){.legal-overlay{padding:1rem}.legal-card{border-radius:18px;max-height:88vh}.legal-header{padding:1rem}.legal-title{font-size:1.2rem}.legal-close{padding:.6rem .85rem}.legal-body{padding:1rem 1rem 1.25rem}}:root{--color-bg:#050505;--color-bg-secondary:#121212;--color-bg-tertiary:#1a1a1a;--color-text:#fff;--color-text-secondary:#a1a1aa;--color-primary:#ff5d00;--color-primary-hover:#e05200;--color-primary-glow:#ff5d004d;--font-heading:"Outfit", sans-serif;--font-body:"Inter", sans-serif;--glass-bg:#19191966;--glass-border:#ffffff14}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}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{cursor:pointer;font-family:var(--font-heading);border:none;outline:none}.text-gradient{background:linear-gradient(135deg,#fff 0%,#a1a1aa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-gradient-primary{background:linear-gradient(135deg,#ff8a00 0%,#e52e71 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 2rem}@media (width<=640px){.container{padding:0 1.25rem}}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:24px}.btn{border-radius:9999px;justify-content:center;align-items:center;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.btn-primary{background:var(--color-primary);color:#fff;box-shadow:0 4px 20px var(--color-primary-glow)}.btn-primary:hover{background:var(--color-primary-hover);box-shadow:0 6px 25px var(--color-primary-glow);transform:translateY(-2px)}.btn-secondary{color:var(--color-text);border:1px solid var(--glass-border);background:#ffffff0d}.btn-secondary:hover{background:#ffffff1a;transform:translateY(-2px)}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.animate-float{animation:6s ease-in-out infinite float}@keyframes pulse-glow{0%{box-shadow:0 0 0 0 var(--color-primary-glow)}70%{box-shadow:0 0 0 20px #ff5d0000}to{box-shadow:0 0 #ff5d0000}}.animate-pulse-glow{animation:2s infinite pulse-glow}
