svg.ico{display:inline-block;vertical-align:middle;flex-shrink:0;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round}.landing-nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:0 3rem;height:72px;display:flex;align-items:center;justify-content:space-between;background:color-mix(in srgb,var(--background) 88%,transparent);backdrop-filter:blur(20px) saturate(1.4);border-bottom:1px solid transparent;transition:border-color .3s}.landing-nav.scrolled{border-bottom-color:var(--border)}.nav-logo{gap:10px;text-decoration:none}.nav-logo,.nav-logo-mark{display:flex;align-items:center}.nav-logo-mark{width:32px;height:32px;background:var(--primary);border-radius:8px;justify-content:center;color:var(--primary-foreground)}.nav-logo-text{font-family:Cormorant Garamond,serif;font-size:1.35rem;font-weight:600;color:var(--foreground);letter-spacing:.02em}.nav-links{display:flex;gap:2.5rem;list-style:none}.nav-links a{text-decoration:none;color:var(--muted-foreground);font-size:.875rem;letter-spacing:.02em;transition:color .2s}.nav-links a:hover{color:var(--foreground)}.nav-actions{display:flex;align-items:center;gap:1rem}.btn-ghost{background:none;border:none;padding:.6rem 1.25rem;color:var(--muted-foreground);font-family:DM Sans,sans-serif;font-size:.95rem;cursor:pointer;border-radius:var(--radius);transition:all .2s;text-decoration:none}.btn-ghost:hover{color:var(--foreground);background:var(--accent)}.btn-primary-nav{background:var(--primary);color:var(--primary-foreground);border:none;padding:.65rem 1.6rem;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:500;border-radius:var(--radius);cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s;text-decoration:none}.btn-primary-nav:hover{opacity:.88;transform:translateY(-1px);box-shadow:0 4px 16px color-mix(in srgb,var(--primary) 30%,transparent)}.nav-register-group{display:flex;gap:.5rem;align-items:center}.btn-seller-nav{background:transparent;color:var(--primary);border:1.5px solid var(--primary)}.btn-seller-nav:hover{background:color-mix(in srgb,var(--primary) 12%,transparent);opacity:1;box-shadow:0 4px 16px color-mix(in srgb,var(--primary) 20%,transparent)}.hero{min-height:100vh;padding:120px 2.5rem 80px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;text-align:center;overflow:hidden}.hero-bg-ring{position:absolute;border-radius:50%;border:1px solid color-mix(in srgb,var(--primary) 15%,transparent);pointer-events:none;animation:landing-spin 40s linear infinite}.hero-bg-ring:first-child{width:600px;height:600px;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-bg-ring:nth-child(2){width:900px;height:900px;top:50%;left:50%;transform:translate(-50%,-50%);animation-duration:55s;animation-direction:reverse;opacity:.6}.hero-bg-ring:nth-child(3){width:1200px;height:1200px;top:50%;left:50%;transform:translate(-50%,-50%);animation-duration:75s;opacity:.35}@keyframes landing-spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(1turn)}}.hero-bg-glow{position:absolute;width:800px;height:500px;background:radial-gradient(ellipse,color-mix(in srgb,var(--secondary) 35%,transparent) 0,transparent 70%);top:20%;left:50%;transform:translateX(-50%);pointer-events:none;filter:blur(40px)}.hero-split{text-align:left;padding:120px 4rem 60px}.hero-content-wrapper{display:flex;align-items:center;gap:0;width:100%;max-width:1440px;position:relative;z-index:2;margin:0 auto}.hero-left{flex:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start;padding-right:2rem}.hero-right{flex:1.2;min-width:0;height:80vh;min-height:500px;max-height:800px;position:relative;overflow:hidden;border-radius:0;margin-right:-4rem}.hero-right .loader{width:32px;height:32px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:landing-spin-loader 1s linear infinite}@keyframes landing-spin-loader{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.hero-eyebrow{display:inline-flex;align-items:center;gap:.5rem;background:color-mix(in srgb,var(--secondary) 50%,transparent);border:1px solid color-mix(in srgb,var(--secondary-foreground) 20%,transparent);border-radius:100px;padding:.35rem 1rem;font-size:.78rem;font-weight:500;color:var(--secondary-foreground);letter-spacing:.06em;text-transform:uppercase;margin-bottom:2rem;animation:landing-up .6s both}.eyebrow-dot{width:6px;height:6px;border-radius:50%;background:var(--secondary-foreground);animation:landing-pulse 2s infinite;flex-shrink:0}@keyframes landing-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}@keyframes landing-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-title{font-family:Cormorant Garamond,serif;font-size:clamp(3.8rem,8vw,7.5rem);font-weight:400;line-height:1.02;letter-spacing:-.02em;color:var(--foreground);max-width:900px;animation:landing-up .7s .1s both}.hero-title em{font-style:italic;color:var(--primary)}.hero-subtitle{max-width:540px;color:var(--muted-foreground);font-size:1.05rem;font-weight:300;line-height:1.75;margin:1.75rem auto 0;animation:landing-up .7s .2s both}.hero-cta{display:flex;gap:1rem;justify-content:center;margin-top:2.5rem;flex-wrap:wrap;animation:landing-up .7s .3s both}.btn-cta-p{background:var(--primary);color:var(--primary-foreground);border:none;padding:.95rem 2.25rem;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:500;border-radius:var(--radius);cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .25s;text-decoration:none}.btn-cta-p:hover{opacity:.88;transform:translateY(-2px);box-shadow:0 8px 30px color-mix(in srgb,var(--primary) 35%,transparent)}.btn-cta-s{background:transparent;color:var(--foreground);border:1px solid var(--border);padding:.95rem 2.25rem;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:400;border-radius:var(--radius);cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .25s}.btn-cta-s:hover{background:var(--accent);border-color:var(--muted-foreground);transform:translateY(-2px)}.btn-cta-s-link{background:transparent;color:var(--foreground);border:1px solid var(--border);padding:.95rem 2.25rem;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:400;border-radius:var(--radius);cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .25s;text-decoration:none}.btn-cta-s-link:hover{background:var(--accent);border-color:var(--muted-foreground);transform:translateY(-2px)}.hero-stats{display:flex;gap:3rem;justify-content:center;margin-top:4rem;animation:landing-up .7s .4s both}.hero-stat{text-align:center}.hero-stat-value{font-family:Cormorant Garamond,serif;font-size:2.4rem;font-weight:500;color:var(--foreground);display:block;line-height:1}.hero-stat-label{font-size:.75rem;color:var(--muted-foreground);letter-spacing:.06em;text-transform:uppercase;margin-top:.3rem;display:block}.hero-divider{width:1px;height:40px;background:var(--border);align-self:center}.preview-section{padding:0 2.5rem 100px;display:flex;justify-content:center}.preview-wrapper{max-width:1100px;width:100%;position:relative;animation:landing-up .8s .5s both}.preview-glow{position:absolute;inset:-30px;background:radial-gradient(ellipse at center,color-mix(in srgb,var(--secondary) 25%,transparent) 0,transparent 60%);filter:blur(30px);pointer-events:none}.preview-frame{position:relative;z-index:1;background:var(--card);border:1px solid var(--border);border-radius:16px;overflow:hidden;box-shadow:0 2px 8px color-mix(in srgb,var(--foreground) 4%,transparent),0 24px 64px color-mix(in srgb,var(--foreground) 8%,transparent)}.preview-bar{background:var(--sidebar);border-bottom:1px solid var(--border);padding:12px 16px;display:flex;align-items:center;gap:12px}.preview-dots{display:flex;gap:6px}.preview-dot{width:10px;height:10px;border-radius:50%}.preview-dot:first-child{background:#e54d2e}.preview-dot:nth-child(2){background:#f5a623}.preview-dot:nth-child(3){background:#22c55e}.preview-url{flex:1;background:var(--accent);border-radius:6px;padding:5px 12px;font-family:JetBrains Mono,monospace;font-size:.72rem;color:var(--muted-foreground);max-width:300px;display:flex;align-items:center;gap:6px}.preview-body{display:grid;grid-template-columns:200px 1fr;min-height:420px}.preview-sidebar{background:var(--sidebar);border-right:1px solid var(--border);padding:20px 0}.preview-sidebar-logo{padding:0 16px 20px;font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:600;color:var(--foreground);gap:8px;border-bottom:1px solid var(--border);margin-bottom:12px}.preview-sidebar-logo,.pslm{display:flex;align-items:center}.pslm{width:22px;height:22px;background:var(--primary);border-radius:5px;justify-content:center;color:var(--primary-foreground)}.pni{padding:8px 16px;display:flex;align-items:center;gap:8px;font-size:.8rem;color:var(--muted-foreground);cursor:pointer;margin:1px 8px;border-radius:6px;transition:all .15s}.pni.active{background:color-mix(in srgb,var(--primary) 12%,transparent);color:var(--primary);font-weight:500}.preview-main{padding:20px;overflow:hidden}.preview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.preview-heading{font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:500;color:var(--foreground)}.preview-badge{background:color-mix(in srgb,#22c55e 15%,transparent);color:#22c55e;border:1px solid color-mix(in srgb,#22c55e 30%,transparent);font-size:.68rem;font-weight:500;padding:3px 10px;border-radius:100px;letter-spacing:.04em;display:flex;align-items:center;gap:5px}.pbdot{width:5px;height:5px;border-radius:50%;background:#22c55e;animation:landing-pulse 2s infinite}.preview-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:16px}.pc{background:var(--background);border:1px solid var(--border);border-radius:8px;padding:12px}.pc-label{font-size:.68rem;color:var(--muted-foreground);letter-spacing:.04em;text-transform:uppercase;margin-bottom:6px}.pc-value{font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:500;color:var(--foreground);line-height:1}.pc-sub{font-size:.65rem;color:#22c55e;margin-top:3px}.preview-chart-area{display:grid;grid-template-columns:1fr 1fr;gap:10px}.pcbox{background:var(--background);border:1px solid var(--border);border-radius:8px;padding:12px}.pct{font-size:.72rem;font-weight:500;color:var(--foreground);margin-bottom:10px}.pcs{width:100%;height:80px}.ptl{flex-direction:column;gap:6px}.pti,.ptl{display:flex}.pti{align-items:center;gap:8px;font-size:.68rem}.ptd{width:6px;height:6px;border-radius:50%;flex-shrink:0}.ptt{color:var(--muted-foreground);flex:1}.ptp{font-family:JetBrains Mono,monospace;font-size:.65rem;color:var(--foreground)}.landing-section{padding:100px 2.5rem;position:relative}.section-inner{max-width:1100px;margin:0 auto}.section-eyebrow{font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--primary);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.section-eyebrow:before{content:"";width:24px;height:1px;background:var(--primary)}.section-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.4rem,4vw,3.5rem);color:var(--foreground);max-width:600px;margin-bottom:1.5rem;line-height:1.1}.section-body{color:var(--muted-foreground);font-size:1rem;font-weight:300;max-width:480px;line-height:1.8}.how-section{background:var(--card);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:4rem;border:1px solid var(--border);border-radius:12px;overflow:hidden}.step{background:var(--card);padding:2.5rem 2rem;transition:background .2s}.step:not(:last-child){border-right:1px solid var(--border)}.step:hover{background:color-mix(in srgb,var(--secondary) 12%,var(--card))}.step-number{font-family:JetBrains Mono,monospace;font-size:.7rem;color:var(--muted-foreground);letter-spacing:.08em;margin-bottom:1.5rem}.step-icon{width:44px;height:44px;background:color-mix(in srgb,var(--primary) 12%,transparent);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem;border:1px solid color-mix(in srgb,var(--primary) 20%,transparent);color:var(--primary)}.step-title{font-family:Cormorant Garamond,serif;font-size:1.25rem;font-weight:500;color:var(--foreground);margin-bottom:.6rem}.step-desc{font-size:.85rem;color:var(--muted-foreground);line-height:1.7;font-weight:300}.features-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:4rem}.fc{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:2rem;transition:all .25s;position:relative;overflow:hidden}.fc:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--primary),transparent);opacity:0;transition:opacity .3s}.fc:hover:before{opacity:1}.fc:hover{border-color:color-mix(in srgb,var(--primary) 35%,transparent);transform:translateY(-3px);box-shadow:0 8px 30px color-mix(in srgb,var(--foreground) 6%,transparent)}.fc-icon{width:48px;height:48px;background:color-mix(in srgb,var(--secondary) 40%,transparent);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;border:1px solid color-mix(in srgb,var(--secondary-foreground) 15%,transparent);color:var(--secondary-foreground)}.fc-title{font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:500;color:var(--foreground);margin-bottom:.6rem}.fc-desc{font-size:.875rem;color:var(--muted-foreground);line-height:1.75;font-weight:300}.fc-tag{display:inline-block;margin-top:1rem;padding:.25rem .75rem;background:color-mix(in srgb,var(--secondary) 40%,transparent);border-radius:100px;font-size:.72rem;font-weight:500;color:var(--secondary-foreground);letter-spacing:.04em}.trust-section{background:var(--muted);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.companies-row{display:flex;gap:3rem;align-items:center;justify-content:center;flex-wrap:wrap;margin-top:3rem;opacity:.5}.company-name{font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:500;letter-spacing:.05em;color:var(--foreground)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}.tcard{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:2rem}.tquote{font-family:Cormorant Garamond,serif;font-size:1.1rem;font-style:italic;color:var(--foreground);line-height:1.6;margin-bottom:1.5rem}.tauthor{gap:.75rem}.tauthor,.tavatar{display:flex;align-items:center}.tavatar{width:36px;height:36px;border-radius:50%;background:color-mix(in srgb,var(--primary) 20%,transparent);justify-content:center;font-family:Cormorant Garamond,serif;font-size:.9rem;color:var(--primary);font-weight:600;border:1px solid color-mix(in srgb,var(--primary) 30%,transparent);flex-shrink:0}.tname{font-size:.85rem;font-weight:500;color:var(--foreground)}.trole{font-size:.75rem;color:var(--muted-foreground)}.blockchain-section{background:color-mix(in srgb,var(--secondary) 15%,var(--background))}.blockchain-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;margin-top:4rem}.blockchain-visual{height:360px}.bc-center,.blockchain-visual{position:relative;display:flex;align-items:center;justify-content:center}.bc-center{width:80px;height:80px;background:var(--primary);border-radius:20px;z-index:2;box-shadow:0 0 40px color-mix(in srgb,var(--primary) 30%,transparent);color:var(--primary-foreground)}.bc-orbit{position:absolute;border:1px dashed color-mix(in srgb,var(--primary) 25%,transparent);border-radius:50%;animation:landing-spin 25s linear infinite}.bc-orbit:nth-child(2){width:200px;height:200px}.bc-orbit:nth-child(3){width:320px;height:320px;animation-duration:35s;animation-direction:reverse}.bc-node{position:absolute;width:40px;height:40px;background:var(--card);border:1px solid var(--border);border-radius:10px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px color-mix(in srgb,var(--foreground) 6%,transparent);color:var(--primary)}.bc-list{list-style:none;flex-direction:column;padding:0}.bc-item,.bc-list{display:flex;gap:1rem}.bc-item{align-items:flex-start}.bc-icon{width:36px;height:36px;background:color-mix(in srgb,var(--primary) 12%,transparent);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px;border:1px solid color-mix(in srgb,var(--primary) 20%,transparent);color:var(--primary)}.bc-title{font-weight:500;color:var(--foreground);font-size:.9rem;margin-bottom:.2rem}.bc-desc{font-size:.82rem;color:var(--muted-foreground);line-height:1.6;font-weight:300}.cta-section{padding:100px 2.5rem;text-align:center;background:var(--card);position:relative;overflow:hidden}.cta-glow{position:absolute;width:600px;height:400px;background:radial-gradient(ellipse,color-mix(in srgb,var(--secondary) 20%,transparent),transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);filter:blur(60px);pointer-events:none}.cta-section .section-eyebrow{color:var(--secondary);justify-content:center}.cta-section .section-eyebrow:before{background:var(--secondary)}.cta-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.8rem,5vw,4.5rem);font-weight:400;color:var(--foreground);max-width:640px;margin:0 auto 1.5rem;line-height:1.1}.cta-title em{font-style:italic}.cta-sub{color:var(--muted-foreground);font-size:1rem;font-weight:300;max-width:440px;margin:0 auto 2.5rem}.cta-form{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;max-width:480px;margin:0 auto}.cta-input{flex:1;min-width:240px;background:var(--accent);border:1px solid var(--border);color:var(--foreground);padding:.85rem 1.25rem;border-radius:var(--radius);font-family:DM Sans,sans-serif;font-size:.9rem;outline:none;transition:border-color .2s}.cta-input::-moz-placeholder{color:var(--muted-foreground)}.cta-input::placeholder{color:var(--muted-foreground)}.cta-input:focus{border-color:var(--muted-foreground)}.btn-cta-w{background:var(--primary);color:var(--primary-foreground);border:none;padding:.85rem 1.75rem;font-family:DM Sans,sans-serif;font-size:.9rem;font-weight:500;border-radius:var(--radius);cursor:pointer;white-space:nowrap;display:flex;align-items:center;gap:6px;transition:all .2s;text-decoration:none}.btn-cta-w:hover{opacity:.9;transform:translateY(-1px)}.landing-footer{background:var(--card);border-top:1px solid var(--border);padding:3rem 2.5rem}.footer-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem}.footer-brand{display:flex;flex-direction:column;gap:1rem}.footer-logo{gap:8px;font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:600;color:var(--foreground)}.flm,.footer-logo{display:flex;align-items:center}.flm{width:26px;height:26px;background:var(--primary);border-radius:6px;justify-content:center;color:var(--primary-foreground)}.footer-tagline{font-size:.82rem;color:var(--muted-foreground);line-height:1.6;font-weight:300;max-width:220px}.footer-gstin{font-family:JetBrains Mono,monospace;font-size:.65rem;color:var(--muted-foreground);letter-spacing:.04em}.fcol-title{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--foreground);margin-bottom:1rem}.flinks{list-style:none;display:flex;flex-direction:column;gap:.6rem;padding:0}.flinks a{text-decoration:none;font-size:.85rem;color:var(--muted-foreground);transition:color .2s;font-weight:300}.flinks a:hover{color:var(--foreground)}.footer-bottom{max-width:1100px;margin:2rem auto 0;padding-top:1.5rem;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.fcopy{font-size:.78rem;font-weight:300}.fcopy,.fmade{color:var(--muted-foreground)}.fmade{display:flex;align-items:center;gap:6px;font-size:.72rem;font-family:JetBrains Mono,monospace}.reveal{opacity:0;transform:translateY(24px);transition:opacity .65s,transform .65s}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.noise-overlay{position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.025'/%3E%3C/svg%3E");pointer-events:none;z-index:1000;opacity:.4}.nav-hamburger{display:none;background:none;border:none;color:var(--foreground);cursor:pointer;padding:.5rem;border-radius:var(--radius);transition:background .2s}.nav-hamburger:hover{background:var(--accent)}.mobile-menu{display:none;position:fixed;inset:0;z-index:99;background:rgba(0,0,0,.55);backdrop-filter:blur(4px)}.mobile-menu-inner{position:absolute;top:72px;left:0;right:0;background:var(--background);padding:1.5rem 1.25rem 2rem;display:flex;flex-direction:column;gap:1rem;animation:landing-up .2s both}.mobile-menu-inner,.mobile-menu-link{border-bottom:1px solid var(--border)}.mobile-menu-link{color:var(--foreground);text-decoration:none;font-size:1rem;font-family:DM Sans,sans-serif;padding:.5rem .25rem;transition:color .2s}.mobile-menu-link:last-of-type{border-bottom:none}.mobile-menu-link:hover{color:var(--primary)}.mobile-menu-divider{height:1px;background:var(--border);margin:.5rem 0}@media(max-width:900px){.nav-actions,.nav-links{display:none}.nav-hamburger{display:flex;align-items:center;justify-content:center}.mobile-menu{display:block}.landing-nav{padding:0 1.25rem}.preview-body{grid-template-columns:1fr}.preview-sidebar{display:none}.steps-grid{grid-template-columns:1fr 1fr}.step:nth-child(2){border-right:none}.step:first-child,.step:nth-child(2){border-bottom:1px solid var(--border)}.blockchain-grid,.features-grid,.testimonials-grid{grid-template-columns:1fr}.blockchain-visual{display:none}.footer-inner,.preview-cards{grid-template-columns:1fr 1fr}.hero-content-wrapper{flex-direction:column}.hero-right{display:none}.hero-split{text-align:center;padding:100px 1.25rem 60px}.hero-left{align-items:center;padding-right:0}.hero-title{font-size:clamp(2.8rem,10vw,4.5rem)}.hero-subtitle{font-size:.95rem;max-width:100%}.hero-stats{gap:1.5rem;flex-wrap:wrap}.hero-cta{flex-direction:column;align-items:center}}@media(max-width:480px){.steps-grid{grid-template-columns:1fr}.step{border-right:none!important;border-bottom:1px solid var(--border)!important}.footer-inner,.preview-cards{grid-template-columns:1fr}.hero-stats{gap:1rem}.hero-stat-value{font-size:1.9rem}}