:root{--bg-dark: var(--theme-bg, #000000);--bg-darker: var(--theme-bg-secondary, #000000);--bg-card: var(--theme-card-bg, var(--theme-overlay-subtle));--text-white: var(--theme-text-heading, #FFFFFF);--text-muted: var(--theme-text-secondary, #C0C0C0);--accent-primary: #4ADE80;--accent-secondary: #4ADE80;--lavender: #4ADE80;--coral: #4ADE80;--mint: #4ADE80;--peach: #4ADE80}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:color-mix(in srgb,var(--theme-header-bg) 85%,transparent);backdrop-filter:blur(20px);border-bottom:1px solid var(--theme-border)}.site-nav{display:flex;align-items:center;justify-content:space-between;max-width:1400px;margin:0 auto;padding:1rem 2rem}.nav-logo img{height:22px;filter:var(--theme-logo-filter)}.nav-links{display:none;align-items:center;gap:.25rem}@media(min-width:1024px){.nav-links{display:flex}}.nav-dropdown{position:relative}.nav-link{display:flex;align-items:center;gap:4px;padding:.5rem .875rem;color:var(--text-white);font-size:.875rem;font-weight:400;background:none;border:none;cursor:pointer;transition:opacity .2s}.nav-link:hover{opacity:.7}.dropdown-arrow{width:12px;height:12px;transition:transform .2s}.nav-dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;min-width:200px;background:color-mix(in srgb,var(--theme-dropdown-bg) 98%,transparent);backdrop-filter:blur(10px);border-radius:8px;padding:.5rem;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .2s ease;box-shadow:0 10px 40px #0000004d}.nav-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-item{display:block;padding:.75rem 1rem;color:var(--text-muted);font-size:.875rem;border-radius:4px;transition:all .15s}.dropdown-item:hover{background:var(--theme-overlay-medium);color:var(--accent-primary)}.nav-actions{display:flex;align-items:center;gap:1rem}.nav-login{display:none;color:var(--text-white);font-size:.875rem;text-decoration:underline;text-underline-offset:4px}@media(min-width:1024px){.nav-login{display:block}}.nav-cta{display:none;padding:.625rem 1.25rem;background:var(--theme-text-heading);color:var(--theme-bg);font-size:.875rem;font-weight:500;border-radius:6px;transition:transform .2s,box-shadow .2s}.nav-cta:hover{transform:translateY(-1px);box-shadow:0 4px 12px var(--theme-overlay-medium)}@media(min-width:768px){.nav-cta{display:block}}.nav-mobile-toggle{display:flex;flex-direction:column;gap:6px;background:none;border:none;cursor:pointer;padding:8px}.nav-mobile-toggle span{display:block;width:24px;height:2px;background:var(--theme-text-heading)}@media(min-width:1024px){.nav-mobile-toggle{display:none}}.hero-split{display:grid;grid-template-columns:1fr;min-height:100vh;background:var(--bg-dark);padding-top:80px}@media(min-width:1024px){.hero-split{grid-template-columns:1fr 1fr}}.hero-content-side{display:flex;flex-direction:column;justify-content:center;padding:3rem 2rem}@media(min-width:1024px){.hero-content-side{padding:4rem 4rem 4rem 6rem}}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#4ade801a;border:1px solid rgba(74,222,128,.3);border-radius:100px;color:var(--accent-primary);font-size:.875rem;font-weight:500;width:fit-content;margin-bottom:1.5rem}.badge-dot{width:8px;height:8px;background:var(--accent-primary);border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.hero-headline{font-family:BT Brik,Space Grotesk,system-ui,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:500;line-height:1.1;color:var(--text-white);letter-spacing:-.03em;margin-bottom:1.5rem}.headline-accent{color:var(--accent-primary)}.hero-description{font-size:1.125rem;color:var(--text-muted);line-height:1.7;max-width:520px;margin-bottom:2rem}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:var(--accent-primary);color:#000;font-size:1rem;font-weight:600;border-radius:8px;transition:transform .2s,box-shadow .2s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #4ade804d}.btn-ghost{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;color:var(--text-white);font-size:1rem;font-weight:500;transition:opacity .2s}.btn-ghost:hover{opacity:.7}.btn-ghost svg{transition:transform .2s}.btn-ghost:hover svg{transform:translate(4px,-4px)}.hero-stats{display:flex;align-items:center;flex-wrap:wrap;gap:1rem;padding:2rem;background:#4ade8014;border:1px solid rgba(74,222,128,.2);border-radius:1rem;width:fit-content}@media(min-width:768px){.hero-stats{gap:2rem;padding:1.5rem 2rem}}@media(max-width:480px){.hero-stats{flex-direction:column;align-items:flex-start;width:100%}.stat-divider{width:100%;height:1px}}.stat-item{display:flex;flex-direction:column}.hero-stats-heading{font-family:var(--font-headline);font-size:1.5rem;font-weight:700;color:var(--green);margin-bottom:1.5rem;margin-top:2rem;text-transform:uppercase;letter-spacing:.05em}.stat-number{font-size:clamp(2rem,5vw,3rem);font-weight:700;color:var(--green, #4ADE80);line-height:1.1}.stat-label{font-size:1rem;color:var(--text-muted);margin-top:.5rem;font-weight:500}.stat-divider{width:1px;height:50px;background:#4ade804d}.hero-visual-side{position:relative;display:none;align-items:center;justify-content:center;padding:2rem}@media(min-width:1024px){.hero-visual-side{display:flex}}.visual-stack{position:relative;width:100%;max-width:600px}.visual-card{border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #0006}.visual-card img{width:100%;display:block}.visual-card-main{position:relative;z-index:2}.visual-card-float{position:absolute;bottom:-100px;right:-60px;width:60%;z-index:3}.visual-accent{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4}.visual-accent-1{width:300px;height:300px;background:var(--accent-primary);top:-100px;right:-100px;z-index:1}.visual-accent-2{width:200px;height:200px;background:var(--coral);bottom:0;left:-50px;z-index:1}.global-section{position:relative;min-height:80vh;display:flex;align-items:center;background:var(--bg-darker);overflow:hidden}.global-content{position:relative;z-index:10;padding:4rem 2rem;max-width:600px}@media(min-width:1024px){.global-content{padding:4rem 6rem}}.global-text{display:flex;flex-direction:column;gap:1rem}.section-overline{font-size:.875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-primary)}.global-headline{font-family:BT Brik,Space Grotesk,system-ui,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:500;line-height:1.1;color:var(--text-white);letter-spacing:-.03em}.global-description{font-size:1.125rem;color:var(--text-muted);line-height:1.7;margin-bottom:1rem}.btn-outline-light{display:inline-flex;align-items:center;padding:1rem 2rem;border:1px solid var(--theme-overlay-strong);border-radius:8px;color:var(--text-white);font-weight:500;transition:all .2s;width:fit-content}.btn-outline-light:hover{background:var(--theme-overlay-medium);border-color:var(--theme-overlay-strong)}.global-map{position:absolute;right:0;top:0;bottom:0;width:70%;display:flex;align-items:center;justify-content:flex-end}.global-map img{width:100%;max-width:900px;opacity:.6}.map-overlay{position:absolute;inset:0;background:linear-gradient(to right,var(--bg-darker) 20%,transparent 60%)}.process-section{background:var(--bg-dark);padding:6rem 0;overflow:hidden}.container{max-width:1200px;margin:0 auto;padding:0 1.25rem}@media(min-width:768px){.container{padding:0 2rem}}@media(min-width:1024px){.container{padding:0 4rem}}.process-header{text-align:center;margin-bottom:4rem}.process-headline{font-family:BT Brik,Space Grotesk,system-ui,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:500;line-height:1.15;color:var(--text-white);letter-spacing:-.02em;margin:.5rem 0 1rem}.process-intro{font-size:1.125rem;color:var(--text-muted);max-width:600px;margin:0 auto}.spine-flow{max-width:1000px;margin:0 auto;position:relative}.track-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:1rem;text-align:center}.spine-track-seller .track-label{margin-bottom:0;margin-top:1rem}.spine-steps{display:flex;justify-content:space-between;gap:.5rem}.spine-step{flex:1;padding:1rem;background:#1a1a1af2;border-radius:8px;text-align:center;position:relative;transition:all .3s ease;opacity:0;transform:translateY(10px)}.spine-flow.visible .spine-step{opacity:1;transform:translateY(0)}.spine-track-buyer .spine-step:nth-child(1){transition-delay:.1s}.spine-track-buyer .spine-step:nth-child(2){transition-delay:.15s}.spine-track-buyer .spine-step:nth-child(3){transition-delay:.2s}.spine-track-buyer .spine-step:nth-child(4){transition-delay:.25s}.spine-track-buyer .spine-step:nth-child(5){transition-delay:.3s}.spine-track-buyer .spine-step:nth-child(6){transition-delay:.35s}.spine-track-seller .spine-step:nth-child(1){transition-delay:.5s}.spine-track-seller .spine-step:nth-child(2){transition-delay:.55s}.spine-track-seller .spine-step:nth-child(3){transition-delay:.6s}.spine-step span{font-size:.8rem;color:var(--text-white);line-height:1.4}.spine-step:hover{background:#282828f2;transform:translateY(-2px)}.spine-step-success{background:#4ade8026;border:1px solid rgba(74,222,128,.3)}.spine-step-success span{color:var(--accent-primary);font-weight:500}.connector{position:absolute;left:50%;width:2px;height:20px;background:linear-gradient(to bottom,#4ade8033,#4ade8080);transform:translate(-50%);opacity:0;transition:opacity .3s ease,height .3s ease}.spine-flow.visible .connector{opacity:1}.connector-down{bottom:-20px}.connector-up{top:-20px;background:linear-gradient(to top,#4ade8033,#4ade8080)}.the-spine{margin:1.5rem 0;position:relative;opacity:0;transform:scaleX(.8);transition:all .5s ease;transition-delay:.4s}.spine-flow.visible .the-spine{opacity:1;transform:scaleX(1)}.spine-bar{background:var(--accent-primary);border-radius:12px;padding:1.25rem 2rem;position:relative;overflow:hidden}.spine-glow{position:absolute;inset:-10px;background:radial-gradient(ellipse at center,rgba(74,222,128,.3) 0%,transparent 70%);pointer-events:none;animation:spineGlow 3s ease-in-out infinite}@keyframes spineGlow{0%,to{opacity:.5}50%{opacity:1}}.spine-pulse{position:absolute;inset:0;border-radius:12px;background:linear-gradient(90deg,transparent,var(--theme-overlay-medium),transparent);animation:spinePulse 2s ease-in-out infinite}@keyframes spinePulse{0%{transform:translate(-100%)}to{transform:translate(100%)}}.spine-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:.5rem}.spine-label{font-family:BT Brik,Space Grotesk,system-ui,sans-serif;font-size:1rem;font-weight:600;color:#000;text-transform:uppercase;letter-spacing:.05em}.spine-actions{display:flex;align-items:center;gap:1rem;color:#000;font-size:.85rem;opacity:.9}.spine-dot{opacity:.5}.spine-track-seller .spine-steps{justify-content:center;gap:1rem}.spine-track-seller .spine-step{flex:0 1 200px;border:1px solid rgba(74,222,128,.2)}@media(max-width:900px){.spine-steps{flex-wrap:wrap;justify-content:center}.spine-step{flex:0 1 calc(33% - .5rem);min-width:140px}.spine-track-seller .spine-step{flex:0 1 calc(33% - .5rem)}.connector{display:none}}@media(max-width:600px){.spine-step{flex:0 1 calc(50% - .5rem)}.spine-track-seller .spine-step{flex:0 1 100%}.spine-actions{flex-direction:column;gap:.25rem}.spine-dot{display:none}}.flow-step-success .step-text{color:var(--accent-primary)}.feature-section{background:var(--bg-dark);padding:6rem 0}.feature-section-alt{background:var(--bg-darker)}.feature-asymmetric{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media(min-width:1024px){.feature-asymmetric{grid-template-columns:1.1fr .9fr}.feature-reverse{grid-template-columns:.9fr 1.1fr}.feature-reverse .feature-content{order:-1}}.feature-media{position:relative}.media-frame{border-radius:20px;overflow:hidden}.media-frame-lavender,.media-frame-coral{background:transparent}.media-frame img{width:100%;border-radius:12px;box-shadow:0 20px 60px #0000004d}.media-float{position:absolute;bottom:-20px;left:-20px}.media-float-right{left:auto;right:-20px}.float-card{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:var(--bg-dark);border-radius:12px;box-shadow:0 10px 30px #0000004d;color:var(--text-white);font-weight:500;font-size:.9rem}.float-icon{width:24px;height:24px;color:var(--accent-primary)}.float-card-coral .float-icon{color:var(--coral)}.feature-content{display:flex;flex-direction:column;gap:1rem}.feature-headline{font-family:BT Brik,Space Grotesk,system-ui,sans-serif;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:500;line-height:1.2;color:var(--text-white);letter-spacing:-.02em}.feature-text{font-size:1.0625rem;color:var(--text-muted);line-height:1.7}.feature-list{list-style:none;padding:0;margin:1rem 0;display:flex;flex-direction:column;gap:1rem}.feature-list li{display:flex;gap:1rem;color:var(--text-muted);line-height:1.6}.list-icon{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#4ade801a;border-radius:50%;color:var(--accent-primary)}.list-icon svg{width:14px;height:14px}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;border:1px solid var(--accent-primary);border-radius:8px;color:var(--accent-primary);font-weight:500;transition:all .2s;width:fit-content;margin-top:.5rem}.btn-secondary:hover{background:#4ade801a}.bento-section{background:var(--bg-dark);padding:6rem 0}.bento-header{text-align:center;margin-bottom:3rem}.bento-headline{font-family:BT Brik,Space Grotesk,system-ui,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:500;line-height:1.15;color:var(--text-white);letter-spacing:-.02em;margin:.5rem 0 1rem}.bento-intro{font-size:1.125rem;color:var(--text-muted);max-width:600px;margin:0 auto}.dashboard-showcase{position:relative;margin-bottom:3rem}.dashboard-frame{border-radius:16px;overflow:hidden;box-shadow:0 30px 80px #00000080}.dashboard-frame img{display:block}.chrome-dot{width:12px;height:12px;border-radius:50%;background:#3a3a3a}.chrome-dot:first-child{background:#ff5f57}.chrome-dot:nth-child(2){background:#febc2e}.chrome-dot:nth-child(3){background:#28c840}.dashboard-frame img{width:100%;display:block}.dashboard-glow{position:absolute;inset:-20px;background:radial-gradient(ellipse at center,rgba(74,222,128,.15) 0%,transparent 70%);z-index:-1}.bento-tabs{display:flex;justify-content:center;gap:.5rem;margin-bottom:2rem;flex-wrap:wrap}.bento-tab{padding:.75rem 1.5rem;border-radius:100px;font-size:.9rem;font-weight:500;border:none;cursor:pointer;transition:all .2s;background:var(--bg-card);color:var(--text-muted)}.bento-tab.active{background:var(--accent-primary);color:#000}.bento-tab:hover:not(.active){background:var(--theme-overlay-medium)}.bento-grid.bento-tab-content{display:none}.bento-grid.bento-tab-content.active{display:grid}.bento-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.bento-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.bento-grid{grid-template-columns:repeat(3,1fr)}}.bento-card{background:var(--bg-card);border-radius:20px;padding:2rem;transition:transform .2s,box-shadow .2s;border:1px solid var(--theme-overlay-light)}.bento-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0003}.bento-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#4ade801a;border-radius:12px;margin-bottom:1.5rem}.bento-icon svg{width:24px;height:24px;color:var(--accent-primary)}.bento-title{font-size:1.25rem;font-weight:600;color:var(--text-white);margin-bottom:.75rem}.bento-text{font-size:.95rem;color:var(--text-muted);line-height:1.7}.unlock-section{background:var(--bg-darker);padding:6rem 0}.unlock-grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media(min-width:1024px){.unlock-grid{grid-template-columns:1fr 1fr}}.unlock-content{display:flex;flex-direction:column;gap:1rem}.unlock-headline{font-family:BT Brik,Space Grotesk,system-ui,sans-serif;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:500;line-height:1.2;color:var(--text-white);letter-spacing:-.02em}.unlock-text{font-size:1.0625rem;color:var(--text-muted);line-height:1.7;margin-bottom:.5rem}.benefits-card{background:var(--mint);border-radius:20px;padding:2.5rem;color:#000}.benefits-title{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.benefits-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.875rem}.benefits-list li{display:flex;align-items:flex-start;gap:.75rem;font-size:.95rem}.benefits-list svg{flex-shrink:0;width:20px;height:20px;color:#000;margin-top:2px}.benefits-note{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.1);font-size:.875rem;opacity:.8}.trust-section{background:var(--bg-dark);padding:4rem 0;overflow:hidden}.trust-headline{font-size:1.25rem;font-weight:400;color:var(--text-white);text-align:center;margin-bottom:2rem}.logo-marquee{position:relative;overflow:hidden;padding:2rem 0}.marquee-track{display:flex;gap:4rem;animation:marquee 30s linear infinite}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.brand-logo{font-size:1.5rem;font-weight:700;color:var(--text-white);opacity:.4;white-space:nowrap;transition:opacity .2s}.brand-logo:hover{opacity:.8}.integrations-section{background:var(--bg-darker);padding:6rem 0}.integrations-header{text-align:center;margin-bottom:3rem}.integrations-headline{font-family:BT Brik,Space Grotesk,system-ui,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:500;line-height:1.15;color:var(--text-white);letter-spacing:-.02em;margin:.5rem 0 1rem}.integrations-intro{font-size:1.0625rem;color:var(--text-muted);max-width:650px;margin:0 auto;line-height:1.7}.integrations-grid{background:var(--bg-card);border-radius:20px;padding:3rem}.integration-row{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;padding:1.5rem 0}.integration-row:not(:last-child){border-bottom:1px solid var(--theme-overlay-light)}.integration-row img{height:28px;opacity:.6;transition:opacity .2s}.integration-row img:hover{opacity:1}.testimonial-section{background:var(--bg-dark);padding:6rem 0}.testimonial-card{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;background:linear-gradient(135deg,#4ade800d,#4ade8005);border:1px solid rgba(74,222,128,.1);border-radius:24px;padding:3rem}@media(min-width:768px){.testimonial-card{grid-template-columns:280px 1fr;padding:4rem}}.testimonial-visual img{width:100%;max-width:280px;border-radius:16px}.testimonial-content{position:relative}.quote-mark{width:48px;height:48px;color:var(--accent-primary);opacity:.3;margin-bottom:1rem}.testimonial-quote{font-size:clamp(1.25rem,2.5vw,1.5rem);color:var(--text-white);line-height:1.5;margin:0 0 1.5rem;font-style:normal}.testimonial-author{font-size:1.25rem;font-weight:700;color:#e4002b;font-style:normal}.cta-section{background:linear-gradient(135deg,var(--accent-primary) 0%,#3ECF72 50%,#35B863 100%);padding:6rem 0}.cta-grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:start}@media(min-width:1024px){.cta-grid{grid-template-columns:1fr 1fr}}.cta-content{color:#000}.cta-headline{font-family:BT Brik,Space Grotesk,system-ui,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:500;line-height:1.15;letter-spacing:-.02em;margin-bottom:1rem}.cta-description{font-size:1.0625rem;line-height:1.7;opacity:.85;margin-bottom:2rem}.cta-features{display:flex;flex-wrap:wrap;gap:1.5rem}.cta-feature{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500}.cta-feature svg{width:20px;height:20px}.cta-form-wrapper{background:var(--bg-dark);border-radius:20px;padding:2rem}.cta-form{display:flex;flex-direction:column;gap:1rem}.form-row{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){.form-row{grid-template-columns:1fr 1fr}}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;color:var(--text-white)}.required{color:#ff6b6b}.form-group input,.form-group select{padding:.875rem 1rem;border-radius:8px;border:1px solid var(--theme-overlay-medium);background:var(--theme-overlay-light);color:var(--text-white);font-size:.95rem;transition:border-color .2s,box-shadow .2s}.form-group input::placeholder{color:var(--text-muted)}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--accent-primary);box-shadow:0 0 0 3px #4ade8033}.form-group select{cursor:pointer}.form-group select option{background:var(--bg-dark);color:var(--text-white)}.btn-submit{padding:1rem 2rem;background:var(--accent-primary);color:#000;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:.5rem}.btn-submit:hover{transform:translateY(-2px);box-shadow:0 8px 24px #4ade804d}.trusted-section{padding:3rem 0;overflow:hidden}.trusted-label{text-align:center;color:var(--text-muted);font-size:.9rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:2rem}.logo-carousel-wrapper{width:100%;overflow:hidden;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.logo-carousel{width:100%;overflow:hidden}.logo-track{display:flex;align-items:center;gap:4rem;animation:scroll-logos 30s linear infinite;width:max-content}.logo-track img{height:28px;width:auto;opacity:.5;filter:var(--theme-logo-filter);transition:opacity .3s ease,filter .3s ease}.logo-track img:hover{opacity:.8}@keyframes scroll-logos{0%{transform:translate(0)}to{transform:translate(-50%)}}.nav-mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;background:color-mix(in srgb,var(--theme-header-bg) 98%,transparent);backdrop-filter:blur(20px);border-bottom:1px solid var(--theme-border);padding:1rem;max-height:calc(100vh - 4rem);overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:999}.nav-mobile-menu.active{display:flex;flex-direction:column;gap:.25rem}.nav-mobile-menu a{display:block;padding:.75rem 1rem;color:var(--text-muted);font-size:.9rem;border-radius:6px;transition:background .15s,color .15s;min-height:44px;display:flex;align-items:center}.nav-mobile-menu a:hover{background:var(--theme-overlay-light);color:var(--accent-primary)}.integrations-grid{background:var(--bg-card);border-radius:20px;padding:1.5rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:640px){.integrations-grid{grid-template-columns:repeat(3,1fr);padding:2rem;gap:1.25rem}}@media(min-width:1024px){.integrations-grid{grid-template-columns:repeat(3,1fr);padding:3rem;gap:1.5rem}}.integration-card{display:flex;align-items:center;justify-content:center;padding:1.25rem;background:var(--theme-overlay-subtle);border-radius:12px;border:1px solid var(--theme-overlay-light);transition:border-color .2s}.integration-card:hover{border-color:#4ade804d}.integration-card img{max-width:100%;height:28px;object-fit:contain;opacity:.6;transition:opacity .2s}.integration-card img:hover{opacity:1}.integration-card span{font-size:.875rem;color:var(--text-muted);text-align:center}img.brand-logo{height:24px;width:auto;object-fit:contain}@media(min-width:768px){img.brand-logo{height:28px}}.quote-icon{width:40px;height:40px;color:var(--accent-primary);opacity:.3;margin-bottom:1rem}@media(min-width:768px){.quote-icon{width:48px;height:48px}}.unlock-benefits{display:flex;flex-direction:column;gap:.875rem;margin-top:1rem}.benefit-item{display:flex;align-items:flex-start;gap:.75rem;color:var(--text-muted);font-size:1rem;line-height:1.6}.benefit-item svg{flex-shrink:0;width:22px;height:22px;color:var(--accent-primary);margin-top:3px}@media(max-width:768px){.process-section,.feature-section,.feature-section-alt,.bento-section,.unlock-section,.integrations-section,.testimonial-section,.cta-section{padding:3rem 0}.process-header{margin-bottom:2rem}.feature-asymmetric,.unlock-grid,.cta-grid{gap:2rem}.testimonial-card{padding:1.5rem;gap:1.5rem}.cta-form-wrapper{padding:1.5rem}.btn-submit{width:100%}.media-float,.media-float-right{position:relative;bottom:auto;left:auto;right:auto;margin-top:1rem}.global-section{min-height:auto}.global-content{padding:3rem 1.25rem;max-width:100%}.global-map{position:relative;width:100%;height:200px}.map-overlay{background:linear-gradient(to bottom,var(--bg-darker) 10%,transparent 40%)}.logo-track{gap:2rem}.integration-row{gap:1.5rem;padding:1rem 0}.bento-card,.benefits-card{padding:1.5rem}}@media(hover:none){.bento-card:hover,.resource-card:hover{transform:none;box-shadow:none}}
