:root{--bg-color:#fff;--bg-light:#f6f5fa;--bg-tint:#faf9fd;--text-main:#1a1523;--text-muted:#625d70;--primary:#6d28d9;--primary-hover:#5b21b6;--primary-soft:#f3eefc;--primary-border:#e2d6f8;--secondary:#4f46e5;--accent:#db2777;--success:#0f9d58;--glass-bg:#fff;--glass-border:#e9e7f0;--shadow-sm:0 1px 2px #1a15230d;--shadow-md:0 1px 2px #1a15230a, 0 8px 24px -8px #1a15231a;--shadow-lg:0 2px 4px #1a15230a, 0 24px 48px -16px #4a219629;--font-main:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-heading:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:90px}body{font-family:var(--font-main);background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;line-height:1.6;overflow-x:hidden}::selection{color:var(--text-main);background:#e9d8fd}a{color:inherit;text-decoration:none;transition:color .2s}:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:4px}h1,h2,h3,h4{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--text-main);font-weight:700}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.justify-center{justify-content:center}.text-gradient{background:linear-gradient(110deg, var(--primary) 20%, var(--secondary) 55%, var(--accent) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.glass-card{background:var(--glass-bg);border:1px solid var(--glass-border);box-shadow:var(--shadow-md);border-radius:16px}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--primary);margin-bottom:.75rem;font-size:.8rem;font-weight:700;display:block}.btn{cursor:pointer;font-size:.95rem;font-weight:600;font-family:var(--font-main);white-space:nowrap;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.4rem;padding:.6rem 1.2rem;transition:all .18s;display:inline-flex}.btn-large{border-radius:12px;padding:.85rem 1.7rem;font-size:1.05rem}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 1px 2px #1a15231f,inset 0 1px #ffffff2e}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 4px 14px #6d28d959}.btn-secondary{color:var(--text-main);box-shadow:var(--shadow-sm);background:#fff;border:1px solid #dcd9e4}.btn-secondary:hover{background:var(--bg-tint);border-color:#c3bdd2;transform:translateY(-1px)}.btn-ghost{color:var(--text-muted);background:0 0}.btn-ghost:hover{color:var(--text-main);background:var(--bg-light)}.site-header{z-index:100;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--glass-border);background:#ffffffd9;width:100%;padding:.8rem 0;position:fixed;top:0}.nav-container{justify-content:space-between;align-items:center;display:flex}.logo{font-family:var(--font-heading);letter-spacing:-.02em;font-size:1.35rem;font-weight:800}.logo a{color:inherit;align-items:center;gap:9px;display:flex}.logo img{width:auto;height:28px}.main-nav{gap:.25rem;display:flex}.main-nav a{color:var(--text-muted);border-radius:8px;padding:.45rem .85rem;font-size:.95rem;font-weight:500}.main-nav a:hover{color:var(--text-main);background:var(--bg-light)}.nav-actions{align-items:center;gap:.6rem;display:flex}.hero-section{background:radial-gradient(1000px 500px at 15% -5%, #7c3aed12, transparent 60%), radial-gradient(900px 450px at 90% 10%, #4f46e50f, transparent 60%), var(--bg-color);padding:9.5rem 0 5rem;position:relative;overflow:hidden}.hero-glow{display:none}.hero-container{grid-template-columns:1.05fr .95fr;align-items:center;gap:4rem;display:grid}.badge{background:var(--primary-soft);border:1px solid var(--primary-border);color:var(--primary);border-radius:999px;align-items:center;gap:.45rem;margin-bottom:1.5rem;padding:.35rem .9rem;font-size:.83rem;font-weight:600;display:inline-flex}.hero-title{letter-spacing:-.035em;margin-bottom:1.4rem;font-size:3.7rem;font-weight:800;line-height:1.06}.hero-subtitle{color:var(--text-muted);max-width:34rem;margin-bottom:2.25rem;font-size:1.2rem;line-height:1.65}.hero-actions{align-items:center;gap:.9rem;display:flex}.hero-note{color:var(--text-muted);margin-top:1.1rem;font-size:.88rem}.visual-mockup{box-shadow:var(--shadow-lg);flex-direction:column;padding:0;display:flex;overflow:hidden}.mockup-header{border-bottom:1px solid var(--glass-border);background:var(--bg-tint);justify-content:space-between;align-items:center;padding:.9rem 1.25rem;display:flex}.mockup-dots{gap:6px;display:flex}.mockup-dots span{border-radius:50%;width:10px;height:10px}.mockup-dots span:first-child{background:#f87171}.mockup-dots span:nth-child(2){background:#fbbf24}.mockup-dots span:nth-child(3){background:#34d399}.mockup-agent{color:var(--text-main);align-items:center;gap:8px;font-size:.88rem;font-weight:600;display:flex}.status-indicator{background:#10b981;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 3px #10b9812e}.mockup-body{flex-direction:column;gap:.9rem;max-height:340px;padding:1.25rem;display:flex;overflow-y:hidden}.chat-bubble{border-radius:14px;max-width:85%;padding:.8rem 1rem;font-size:.92rem;line-height:1.5}.chat-bubble.user{background:var(--bg-light);color:var(--text-main);border-bottom-right-radius:4px;align-self:flex-end}.chat-bubble.bot{color:#3b2a5d;background:#f6f2fe;border:1px solid #e9defb;border-bottom-left-radius:4px;align-self:flex-start}.bot-context{flex-wrap:wrap;gap:.4rem;margin-bottom:.5rem;display:flex}.tag{color:#4338ca;background:#e0e7ff;border-radius:5px;padding:.18rem .5rem;font-size:.68rem;font-weight:600}.tag.kb{color:#067a4b;background:#d8f3e6}.tag.action{color:#be185d;background:#fce7f3}.tag.sql{color:#6d28d9;background:#ede9fe}.typing{color:var(--text-muted);letter-spacing:2px}section{padding:5.5rem 0}.section-heading{text-align:center;margin-bottom:3.5rem}.section-heading h2{letter-spacing:-.03em;margin-bottom:1rem;font-size:2.6rem;line-height:1.15}.section-heading p{color:var(--text-muted);max-width:640px;margin:0 auto;font-size:1.1rem}.video-section{padding:1rem 0 4rem}.video-card{max-width:900px;box-shadow:var(--shadow-lg);border-radius:20px;margin:0 auto;padding:.75rem}.video-frame{background:var(--bg-light);border-radius:12px;height:0;padding-bottom:56.25%;position:relative;overflow:hidden}.video-frame iframe{border:0;width:100%;height:100%;position:absolute;top:0;left:0}.features-section{background:var(--bg-tint);border-top:1px solid var(--glass-border);border-bottom:1px solid var(--glass-border)}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.feature-card{padding:1.9rem;transition:transform .25s,box-shadow .25s,border-color .25s}.feature-card:hover{box-shadow:var(--shadow-lg);border-color:var(--primary-border);transform:translateY(-4px)}.feature-icon{background:var(--primary-soft);border:1px solid var(--primary-border);width:44px;height:44px;color:var(--primary);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.2rem;font-size:1.3rem;display:inline-flex}.feature-icon svg{width:22px;height:22px}.feature-card h3{letter-spacing:-.01em;margin-bottom:.6rem;font-size:1.15rem}.feature-card p{color:var(--text-muted);font-size:.95rem}.integrations-container{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.integrations-content h2{letter-spacing:-.03em;margin-bottom:1.25rem;font-size:2.6rem;line-height:1.15}.integrations-content>p{color:var(--text-muted);margin-bottom:2.25rem;font-size:1.1rem}.integration-list{flex-direction:column;gap:1.4rem;list-style:none;display:flex}.integration-list li{align-items:flex-start;gap:1.1rem;display:flex}.list-icon{border:1px solid var(--glass-border);box-shadow:var(--shadow-sm);color:var(--primary);background:#fff;border-radius:12px;flex-shrink:0;padding:.7rem}.platform-icons{align-items:center;gap:8px;display:flex}.platform-icons img{object-fit:contain;border-radius:4px;width:22px;height:22px}.platform-icons svg{width:22px;height:22px}.fallback-icon{font-size:1.3rem;line-height:1}.list-text strong{margin-bottom:.2rem;font-size:1.02rem;font-weight:650;display:block}.list-text span{color:var(--text-muted);font-size:.93rem}.integrations-visual{background:radial-gradient(circle,#7c3aed0f,#0000 65%);justify-content:center;align-items:center;height:420px;display:flex;position:relative;overflow:hidden}.integration-orbits{border:1.5px dashed #d8d3e6;border-radius:50%;width:320px;height:320px;animation:40s linear infinite spin;position:relative}@keyframes spin{to{transform:rotate(360deg)}}.center-orb{color:#fff;text-align:center;background:linear-gradient(135deg,#7c3aed,#5b21b6);border-radius:50%;justify-content:center;align-items:center;width:104px;height:104px;font-size:.95rem;font-weight:700;animation:40s linear infinite counter-spin;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 12px 30px #6d28d959}@keyframes counter-spin{to{transform:translate(-50%,-50%)rotate(-360deg)}}.orbit-item{border:1px solid var(--glass-border);box-shadow:var(--shadow-md);background:#fff;border-radius:50%;justify-content:center;align-items:center;padding:.55rem;animation:40s linear infinite counter-spin2;display:flex;position:absolute}.orbit-item img{object-fit:contain;border-radius:50%;width:30px;height:30px}@keyframes counter-spin2{to{transform:rotate(-360deg)}}.item-1{margin-left:-24px;top:-24px;left:50%}.item-2{top:20px;right:20px}.item-3{margin-top:-24px;top:50%;right:-24px}.item-4{bottom:20px;right:20px}.item-5{margin-left:-24px;bottom:-24px;left:50%}.item-6{bottom:20px;left:20px}.item-7{margin-top:-24px;top:50%;left:-24px}.item-8{top:20px;left:20px}.reporting-section{background:var(--bg-tint);border-top:1px solid var(--glass-border);border-bottom:1px solid var(--glass-border)}.reporting-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.report-card{padding:1.9rem;transition:transform .25s,box-shadow .25s}.report-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.report-header h4{color:var(--text-main);margin-bottom:.75rem;font-size:1.15rem}.report-body p{color:var(--text-muted);font-size:.95rem}.inbox-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.inbox-text h3{letter-spacing:-.02em;margin-bottom:.75rem;font-size:1.5rem}.inbox-text p{color:var(--text-muted)}.inbox-visual{min-height:350px;position:relative}.cta-section{text-align:center;padding:5.5rem 0 7rem;position:relative}.cta-glow{display:none}.cta-container{background:radial-gradient(600px 300px at 50% -20%,#7c3aed17,#0000 70%),#fff;max-width:820px;padding:4.5rem 3rem}.cta-container h2{letter-spacing:-.03em;margin-bottom:1rem;font-size:2.4rem}.cta-container p{color:var(--text-muted);margin-bottom:2rem;font-size:1.08rem}.site-footer{border-top:1px solid var(--glass-border);background:var(--bg-tint);padding:4rem 0 0}.footer-container{grid-template-columns:1fr 3fr;gap:4rem;margin-bottom:3rem;display:grid}.footer-brand .logo{align-items:center;gap:8px;margin-bottom:1rem;display:flex}.footer-brand p{color:var(--text-muted);max-width:250px;font-size:.95rem}.footer-links{grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem;display:grid}.footer-col h4{text-transform:uppercase;letter-spacing:.06em;color:var(--text-main);margin-bottom:1.2rem;font-size:.85rem;font-weight:700}.footer-col a{color:var(--text-muted);margin-bottom:.7rem;font-size:.92rem;display:block}.footer-col a:hover{color:var(--primary)}.footer-bottom{border-top:1px solid var(--glass-border);text-align:center;color:var(--text-muted);padding:1.5rem 0;font-size:.88rem}.mobile-menu-toggle{color:var(--text-main);cursor:pointer;background:0 0;border:none;padding:.5rem;display:none}.mobile-menu{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--glass-border);width:100%;box-shadow:var(--shadow-lg);z-index:90;background:#fffffffa;flex-direction:column;gap:1.25rem;padding:1.5rem 2rem;display:none;position:absolute;top:100%;left:0}.mobile-link{color:var(--text-main);font-size:1.1rem;font-weight:500;text-decoration:none;display:block}.mobile-actions{border-top:1px solid var(--glass-border);flex-direction:column;gap:.8rem;margin-top:.5rem;padding-top:1.25rem;display:flex}.mobile-btn{text-align:center;width:100%}.page-hero{text-align:center;margin-bottom:4rem;padding-top:2rem}.page-hero h1{letter-spacing:-.03em;margin-bottom:1rem;font-size:3rem;line-height:1.1}.page-hero p{color:var(--text-muted);max-width:700px;margin:0 auto;font-size:1.15rem}.content-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;margin-bottom:4rem;display:grid}@media (width<=760px){.content-grid{grid-template-columns:1fr}}.info-card{padding:2rem}.info-card h3{letter-spacing:-.01em;color:var(--text-main);margin-bottom:.75rem;font-size:1.2rem}.info-card p{color:var(--text-muted);margin-bottom:1rem;font-size:.97rem}.info-card ul{color:var(--text-muted);margin-bottom:1rem;margin-left:1.5rem}.info-card li{margin-bottom:.5rem}.code-block{color:#c7bcf4;white-space:pre;background:#1b1730;border:1px solid #2c2547;border-radius:12px;padding:1.1rem 1.25rem;font-family:SF Mono,ui-monospace,Cascadia Code,Menlo,monospace;font-size:.85rem;line-height:1.6;overflow-x:auto}.legal-content h2{margin-top:2rem;margin-bottom:1rem;font-size:1.5rem}.legal-content p{color:var(--text-muted);margin-bottom:1rem}.legal-content ul{color:var(--text-muted);margin:0 0 1rem 1.5rem}.page-main{min-height:70vh;padding-top:110px;padding-bottom:4rem}.page-title{letter-spacing:-.03em;margin-bottom:1rem;font-size:2.8rem}.pricing-intro{color:var(--text-muted);max-width:620px;margin-bottom:3rem;font-size:1.15rem}.billing-switch{align-items:center;gap:1rem;margin-bottom:3rem;display:flex}.billing-switch .switch-label{color:var(--text-muted);cursor:pointer;font-size:.95rem;font-weight:600}.billing-switch .switch-label.active{color:var(--text-main)}.billing-toggle-track{cursor:pointer;background:#ded9ea;border-radius:999px;width:50px;height:28px;transition:background .25s;position:relative}.billing-toggle-track.annual{background:var(--primary)}.billing-toggle-knob{width:22px;height:22px;box-shadow:var(--shadow-sm);background:#fff;border-radius:50%;transition:transform .25s;position:absolute;top:3px;left:3px}.save-pill{color:#067a4b;vertical-align:middle;background:#d8f3e6;border-radius:999px;margin-left:.4rem;padding:.12rem .55rem;font-size:.72rem;font-weight:700;display:inline-block}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));align-items:stretch;gap:1.5rem;margin-bottom:6rem;display:grid}.pricing-loading{text-align:center;color:var(--text-muted);grid-column:1/-1;padding:4rem}.pricing-card{flex-direction:column;padding:2.25rem;display:flex;position:relative}.pricing-card.popular{border-color:var(--primary-border);box-shadow:0 0 0 1px var(--primary-border), var(--shadow-lg)}.popular-badge{background:var(--primary);color:#fff;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;border-radius:999px;padding:.28rem .9rem;font-size:.72rem;font-weight:700;position:absolute;top:-13px;left:50%;transform:translate(-50%)}.pricing-card h3{margin-bottom:.35rem;font-size:1.25rem}.pricing-card .plan-subtitle{color:var(--text-muted);min-height:2.8em;margin-bottom:1.75rem;font-size:.92rem}.plan-price{letter-spacing:-.03em;white-space:nowrap;margin-bottom:.6rem;font-size:2.7rem;font-weight:800;line-height:1;position:relative}.plan-price .price-suffix{color:var(--text-muted);letter-spacing:0;font-size:1rem;font-weight:500}.plan-price .price-from{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:700;position:absolute;top:-1.1rem;left:.1rem}.plan-billing-note{color:#067a4b;min-height:1.3em;margin-bottom:1.75rem;font-size:.85rem;font-weight:600}.plan-features{color:var(--text-main);flex-direction:column;flex-grow:1;gap:.8rem;margin-bottom:2rem;font-size:.93rem;list-style:none;display:flex}.plan-features li{align-items:flex-start;gap:.6rem;line-height:1.45;display:flex}.plan-check{color:var(--success);flex-shrink:0;margin-top:.15rem}.roi-calculator{flex-wrap:wrap;gap:3rem;margin-bottom:6rem;padding:3rem;display:flex}.roi-inputs{flex:1;min-width:300px}.roi-calculator h2{letter-spacing:-.03em;margin-bottom:1rem;font-size:2.2rem}.roi-calculator .roi-lead{color:var(--text-muted);margin-bottom:2rem}.roi-field{margin-bottom:1.5rem}.roi-field label{margin-bottom:.5rem;font-size:.92rem;font-weight:600;display:block}.roi-field input{width:100%;color:var(--text-main);font-family:var(--font-main);background:#fff;border:1px solid #dcd9e4;border-radius:10px;outline:none;padding:.75rem .9rem;font-size:1.05rem;transition:border-color .15s,box-shadow .15s}.roi-field input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #6d28d91f}.roi-results{background:var(--bg-tint);border:1px solid var(--glass-border);border-radius:14px;flex-direction:column;flex:1;justify-content:center;min-width:300px;padding:2rem;display:flex}.roi-row{border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.roi-row:last-of-type{border-bottom:none;margin-bottom:2rem;padding-bottom:0}.roi-row span{color:var(--text-muted);font-size:.93rem}.roi-row strong{font-size:1.15rem}.roi-savings{text-align:center}.roi-savings-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.4rem;font-size:.8rem;font-weight:700}.roi-savings-value{font-family:var(--font-heading);letter-spacing:-.03em;font-size:3.2rem;font-weight:800}.billing-section{padding:5.5rem 0}.billing-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=768px){.billing-grid{grid-template-columns:1fr 1fr}}.billing-card{text-align:center;flex-direction:column;justify-content:center;padding:2.25rem;display:flex}.billing-card h3{justify-content:center;align-items:center;gap:.6rem;margin-bottom:.9rem;font-size:1.35rem;display:flex}.billing-card>p{color:var(--text-muted);margin:0;font-size:1rem;line-height:1.6}.provider-pills{flex-wrap:wrap;justify-content:center;align-items:center;gap:.7rem;margin-top:1.5rem;display:flex}.provider-pill{border:1px solid var(--glass-border);color:var(--text-main);box-shadow:var(--shadow-sm);background:#fff;border-radius:999px;align-items:center;gap:.5rem;padding:.4rem .95rem;font-size:.88rem;font-weight:600;display:inline-flex}.provider-pill img{border-radius:4px;width:16px;height:16px}.mockup-container{height:400px;box-shadow:var(--shadow-lg);background:#fff;flex-direction:column;padding:0;display:flex;overflow:hidden}.mockup-title{color:var(--text-main);font-size:.88rem;font-weight:600}.mockup-container .mockup-header{justify-content:flex-start}.mockup-container .mockup-dots{margin-right:1rem}.mockup-container .mockup-body{flex:1;gap:.9rem;max-height:none;padding:1.5rem;overflow-y:auto}.msg{opacity:0;border-radius:14px;max-width:85%;padding:.75rem 1.1rem;font-size:.92rem;line-height:1.45;animation-duration:14s;animation-iteration-count:infinite;animation-fill-mode:forwards}.msg-user{background:var(--bg-light);color:var(--text-main);border-bottom-right-radius:3px;align-self:flex-end}.msg-ai{color:#3730a3;background:#eef2ff;border:1px solid #dfe5fd;border-bottom-left-radius:3px;align-self:flex-start}.msg-system{color:var(--text-muted);background:0 0;align-self:center;max-width:100%;padding:.4rem;font-size:.82rem;font-style:italic}.msg-human{color:#6d28d9;background:#f6f2fe;border:1px solid #e9defb;border-bottom-left-radius:3px;align-self:flex-start}.msg-1{animation-name:msg1}.msg-2{animation-name:msg2}.msg-3{animation-name:msg3}.msg-4{animation-name:msg4}.msg-5{animation-name:msg5}@keyframes msg1{0%,2%{opacity:0;transform:translateY(10px)}8%,95%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@keyframes msg2{0%,15%{opacity:0;transform:translateY(10px)}21%,95%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@keyframes msg3{0%,35%{opacity:0;transform:translateY(10px)}41%,95%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@keyframes msg4{0%,50%{opacity:0;transform:translateY(10px)}56%,95%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@keyframes msg5{0%,65%{opacity:0;transform:translateY(10px)}71%,95%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.cookie-banner{z-index:1000;width:100%;padding:0 1rem;transition:bottom .5s ease-in-out;position:fixed;bottom:-100%;left:0}.cookie-banner.show{bottom:0}.cookie-container{text-align:center;max-width:820px;box-shadow:var(--shadow-lg);flex-direction:column;align-items:center;gap:1rem;margin:1rem auto;padding:1.25rem 1.5rem;display:flex}@media (width>=768px){.cookie-container{text-align:left;flex-direction:row;justify-content:space-between}}.cookie-text{color:var(--text-muted);flex:1;font-size:.88rem}.cookie-text a{color:var(--primary);text-decoration:underline}.cookie-actions{flex-wrap:wrap;justify-content:center;gap:.8rem;display:flex}.cookie-actions .btn{padding:.5rem 1rem;font-size:.85rem}@media (width<=900px){.hero-container,.integrations-container,.inbox-grid,.footer-container{grid-template-columns:1fr}.footer-links{grid-template-columns:repeat(2,1fr)}.hero-section{padding-top:7.5rem}.hero-title{font-size:2.6rem}.section-heading h2,.integrations-content h2{font-size:2rem}.page-hero h1{font-size:2.3rem}.features-grid{grid-template-columns:1fr}.main-nav,.nav-actions{display:none}.mobile-menu-toggle{display:block}.mobile-menu.open{display:flex}.roi-calculator{padding:2rem}}@media (width<=480px){.integration-orbits{width:240px;height:240px}.center-orb{width:88px;height:88px;font-size:.85rem}.hero-actions{flex-wrap:wrap}}
