@import"https://api.fontshare.com/v2/css?f[]=satoshi@400,500,700,900&display=swap";:root{--primary: #255CFF;--primary-light: #4977FF;--primary-dark: #1F4DD5;--primary-10: #EEF2FF;--primary-20: #D3DEFF;--accent: #04BC7C;--accent-dark: #037D53;--green: #04BC7C;--green-light: #E6F9F3;--white: #FFFFFF;--off-white: #F7F8FA;--gray-100: #F1F3F5;--gray-200: #E5E7EB;--gray-400: #9CA3AF;--gray-600: #4B5563;--gray-800: #1F2937;--black: #111827}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Satoshi,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--white);color:var(--black);overflow-x:hidden;line-height:1.6}nav{position:fixed;top:0;left:0;right:0;padding:1rem 5%;display:flex;justify-content:space-between;align-items:center;z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:box-shadow .3s ease}nav.scrolled{box-shadow:0 1px 20px #00000014;background:#fffffffa}nav.nav-solid{background:#fffffffa}nav.nav-transparent{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}nav.nav-transparent .logo{color:var(--white)}nav.nav-transparent .logo-icon{background:var(--white);color:var(--primary)}nav.nav-transparent .nav-links a{color:#ffffffd9}nav.nav-transparent .nav-links a:hover{color:var(--white)}nav.nav-transparent .btn-primary{background:var(--white);color:var(--black)}nav.nav-transparent .btn-primary:hover{background:var(--gray-100)}nav.nav-transparent .mobile-menu-btn span{background:var(--white)}.logo{font-weight:800;font-size:1.6rem;color:var(--primary);display:flex;align-items:center;gap:.5rem;text-decoration:none}.logo-icon{width:38px;height:38px;background:var(--primary);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff}.logo-icon svg{width:20px;height:20px}.nav-links{display:flex;gap:2.5rem;list-style:none}.nav-links a{color:var(--gray-600);text-decoration:none;font-weight:500;font-size:.95rem;transition:color .2s ease}.nav-links a:hover{color:var(--black)}.nav-cta{display:flex;gap:.75rem;align-items:center}.mobile-menu-btn{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;background:none;border:none;cursor:pointer;padding:6px;z-index:110}.mobile-menu-btn span{display:block;width:100%;height:2px;background:var(--black);border-radius:2px;transition:all .3s ease}.mobile-menu-btn.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-btn.active span:nth-child(2){opacity:0}.mobile-menu-btn.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-menu{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:var(--white);z-index:99;padding:100px 5% 2rem;opacity:0;transition:opacity .3s ease;pointer-events:none}.mobile-menu.open{opacity:1;pointer-events:auto}.mobile-menu ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.mobile-menu ul li a{display:block;padding:1rem 0;font-size:1.2rem;font-weight:600;color:var(--black);text-decoration:none;border-bottom:1px solid var(--gray-100);transition:color .2s ease}.mobile-menu ul li a:hover{color:var(--primary)}.mobile-menu ul li a.mobile-menu-cta{margin-top:1rem;border-bottom:none;color:#fff;text-align:center;padding:1rem 1.5rem;background:var(--black);border-radius:12px;font-size:1rem}.btn{padding:.75rem 1.5rem;border-radius:12px;font-weight:600;font-size:.95rem;text-decoration:none;transition:all .25s ease;cursor:pointer;border:none;font-family:inherit;display:inline-flex;align-items:center;gap:.5rem}.btn-ghost{background:transparent;color:var(--gray-800)}.btn-ghost:hover{background:var(--gray-100)}.btn-primary{background:var(--black);color:#fff}.btn-primary:hover{background:var(--gray-800);transform:translateY(-1px)}.btn-accent{background:var(--accent);color:var(--black)}.btn-accent:hover{background:var(--accent-dark);transform:translateY(-1px)}.btn-blue{background:var(--primary);color:#fff}.btn-blue:hover{background:var(--primary-dark);transform:translateY(-1px)}.hero{padding:100px 5% 80px;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;min-height:100vh;background:linear-gradient(135deg,var(--off-white) 0%,var(--white) 100%);position:relative;overflow:hidden}.hero-blob{position:absolute;width:600px;height:600px;background:var(--accent);opacity:.15;border-radius:50%;top:-200px;right:-150px;filter:blur(80px)}.hero-content{position:relative;z-index:10}.hero-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem .5rem .5rem;background:var(--accent);border-radius:100px;font-size:.85rem;font-weight:600;color:var(--black);margin-bottom:1.5rem}.hero-tag-icon{width:24px;height:24px;background:var(--black);border-radius:50%;display:flex;align-items:center;justify-content:center}.hero-tag-icon svg{width:12px;height:12px;color:var(--accent)}.hero h1{font-size:clamp(2.75rem,5vw,4.25rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:var(--black);letter-spacing:-.03em}.hero h1 .highlight{color:var(--primary)}.hero-description{font-size:1.2rem;color:var(--gray-600);margin-bottom:2rem;max-width:480px;line-height:1.7}.hero-cta{display:flex;gap:1rem;margin-bottom:3rem}.btn-large{padding:1rem 2rem;font-size:1rem;border-radius:14px}.hero-stats{display:flex;gap:2.5rem}.stat{display:flex;align-items:center;gap:.75rem}.stat-icon{width:48px;height:48px;background:var(--primary-10);border-radius:12px;display:flex;align-items:center;justify-content:center}.stat-icon svg{width:24px;height:24px;color:var(--primary)}.stat-content{display:flex;flex-direction:column}.stat-value{font-size:1.5rem;font-weight:800;color:var(--black);line-height:1.2}.stat-label{font-size:.85rem;color:var(--gray-600)}.hero-visual{position:relative;z-index:10;display:flex;justify-content:center;align-items:center}.hero-image-container{position:relative;width:100%;max-width:550px}.hero-illustration{width:100%;aspect-ratio:1;background:linear-gradient(145deg,var(--primary-10) 0%,var(--green-light) 100%);border-radius:30px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero-illustration svg{width:80%;height:80%}.floating-phone{position:absolute;bottom:-40px;right:-40px;width:200px;height:410px;background:var(--black);border-radius:30px;padding:8px;box-shadow:0 30px 60px #0003;transform:rotate(5deg);z-index:20}.floating-phone-screen{width:100%;height:100%;background:var(--white);border-radius:24px;overflow:hidden}.floating-phone-screen img{width:100%;height:100%;object-fit:cover;object-position:top}.hero-badge-float{position:absolute;top:20px;left:-30px;background:var(--white);padding:1rem 1.25rem;border-radius:16px;box-shadow:0 10px 40px #0000001a;display:flex;align-items:center;gap:.75rem;z-index:30;animation:floatBadge 4s ease-in-out infinite}@keyframes floatBadge{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-badge-float-icon{width:40px;height:40px;background:var(--green-light);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.25rem}.hero-badge-float-text{display:flex;flex-direction:column}.hero-badge-float-label{font-size:.75rem;color:var(--gray-600)}.hero-badge-float-value{font-size:1rem;font-weight:700;color:var(--green)}.features{padding:100px 5%;background:var(--white)}.section-header{text-align:center;max-width:600px;margin:0 auto 4rem}.section-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--primary-10);color:var(--primary);border-radius:100px;font-size:.85rem;font-weight:600;margin-bottom:1rem}.section-title{font-size:clamp(2rem,4vw,2.75rem);font-weight:800;color:var(--black);margin-bottom:1rem;letter-spacing:-.02em}.section-description{font-size:1.1rem;color:var(--gray-600);line-height:1.7}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.feature-card{background:var(--off-white);border-radius:24px;padding:2rem;transition:all .3s ease;text-align:center}.feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #00000014;background:var(--white)}.feature-illustration{width:100%;height:160px;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center}.feature-illustration svg{width:140px;height:140px}.feature-title{font-size:1.2rem;font-weight:700;color:var(--black);margin-bottom:.5rem}.feature-description{color:var(--gray-600);font-size:.95rem;line-height:1.6}.how-it-works{padding:100px 5%;background:var(--black);color:var(--white)}.how-it-works .section-tag{background:#ffffff1a;color:var(--accent)}.how-it-works .section-title{color:var(--white)}.how-it-works .section-description{color:var(--gray-400)}.steps-container{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1100px;margin:0 auto}.step{text-align:center;position:relative}.step-illustration{width:120px;height:120px;margin:0 auto 1.5rem;background:#ffffff0d;border-radius:24px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.step:hover .step-illustration{background:var(--accent);transform:scale(1.05)}.step-illustration svg{width:60px;height:60px;color:var(--accent);transition:color .3s ease}.step:hover .step-illustration svg{color:var(--black)}.step-number{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--accent);color:var(--black);border-radius:50%;font-weight:700;font-size:.9rem;margin-bottom:.75rem}.step-title{font-size:1.15rem;font-weight:700;color:var(--white);margin-bottom:.5rem}.step-description{color:var(--gray-400);font-size:.9rem;line-height:1.6}.cta-section{padding:100px 5%;background:var(--white);position:relative;overflow:hidden}.cta-pattern{position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle,rgba(37,92,255,.05) 1px,transparent 1px);background-size:20px 20px}.cta-content{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:10}.cta-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:var(--black);margin-bottom:1rem;letter-spacing:-.02em}.cta-description{font-size:1.15rem;color:var(--gray-600);margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1rem;justify-content:center}.app-buttons{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.app-btn{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.5rem;background:var(--black);color:var(--white);border-radius:14px;text-decoration:none;transition:all .25s ease}.app-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0003}.app-btn svg{width:24px;height:24px}.app-btn-text{display:flex;flex-direction:column;align-items:flex-start}.app-btn-label{font-size:.7rem;opacity:.8}.app-btn-store{font-size:1rem;font-weight:600}footer{padding:3rem 5%;background:var(--black);border-top:1px solid rgba(255,255,255,.08)}.footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.footer-logo{font-weight:800;font-size:1.5rem;color:var(--white);display:flex;align-items:center;gap:.5rem;text-decoration:none}.footer-logo .logo-icon{background:var(--primary)}.footer-links{display:flex;gap:2rem}.footer-links a{color:var(--gray-400);text-decoration:none;font-size:.9rem;transition:color .2s ease}.footer-links a:hover{color:var(--white)}.footer-copyright{color:var(--gray-600);font-size:.85rem}@media(max-width:1024px){.nav-links,.nav-cta{display:none}.mobile-menu-btn{display:flex}.mobile-menu{display:block}.hero{grid-template-columns:1fr;text-align:center;padding:100px 5% 60px;min-height:auto}.hero h1{font-size:2.5rem}.hero-description{margin-left:auto;margin-right:auto;font-size:1.1rem}.hero-cta{justify-content:center}.hero-stats{justify-content:center;flex-wrap:wrap}.hero-visual{order:-1;margin-bottom:2rem}.hero-image-container{max-width:400px}.floating-phone{width:150px;height:310px;bottom:-20px;right:-20px}.hero-badge-float{left:0}.features{padding:60px 5%}.features-grid{grid-template-columns:1fr;max-width:400px}.section-title{font-size:1.75rem}.section-description{font-size:1rem}.how-it-works{padding:60px 5%}.steps-container{grid-template-columns:repeat(2,1fr);gap:2rem}.cta-section{padding:60px 5%}.cta-title{font-size:1.75rem}.cta-description{font-size:1rem}}@media(max-width:640px){nav{padding:.875rem 5%}.logo{font-size:1.4rem}.logo-icon{width:32px;height:32px}.logo-icon svg{width:16px;height:16px}.btn{padding:.625rem 1.25rem;font-size:.875rem}.hero{padding:80px 5% 40px}.hero-tag{font-size:.75rem;padding:.375rem .75rem .375rem .375rem;margin-bottom:1rem}.hero-tag-icon{width:20px;height:20px}.hero-tag-icon svg{width:10px;height:10px}.hero h1{font-size:1.875rem;margin-bottom:1rem}.hero-description{font-size:.95rem;margin-bottom:1.5rem;line-height:1.6}.hero-cta{flex-direction:column;gap:.75rem;margin-bottom:2rem}.btn-large{padding:.875rem 1.5rem;font-size:.95rem;width:100%;justify-content:center}.hero-stats{flex-direction:column;gap:1rem;align-items:center}.stat{width:100%;max-width:280px;background:var(--gray-100);padding:1rem;border-radius:12px}.stat-icon{width:40px;height:40px}.stat-icon svg{width:20px;height:20px}.stat-value{font-size:1.25rem}.stat-label{font-size:.8rem}.hero-image-container{max-width:300px}.hero-illustration{border-radius:20px}.floating-phone{width:120px;height:250px;bottom:-15px;right:-10px;border-radius:20px;padding:6px}.floating-phone-screen{border-radius:16px}.hero-badge-float{padding:.75rem 1rem;border-radius:12px;top:10px;left:10px}.hero-badge-float-icon{width:32px;height:32px;font-size:1rem}.hero-badge-float-label{font-size:.65rem}.hero-badge-float-value{font-size:.875rem}.features{padding:50px 5%}.section-header{margin-bottom:2.5rem}.section-tag{font-size:.75rem;padding:.375rem .75rem}.section-title{font-size:1.5rem;margin-bottom:.75rem}.section-description{font-size:.9rem}.feature-card{padding:1.5rem;border-radius:16px}.feature-illustration{height:120px;margin-bottom:1rem}.feature-illustration svg{width:100px;height:100px}.feature-title{font-size:1.05rem}.feature-description{font-size:.875rem}.how-it-works{padding:50px 5%}.steps-container{grid-template-columns:1fr;gap:1.5rem}.step-illustration{width:80px;height:80px;border-radius:16px;margin-bottom:1rem}.step-illustration svg{width:40px;height:40px}.step-number{width:28px;height:28px;font-size:.8rem;margin-bottom:.5rem}.step-title{font-size:1rem}.step-description{font-size:.8rem}.cta-section{padding:50px 5%}.cta-title{font-size:1.5rem}.cta-description{font-size:.9rem;margin-bottom:1.5rem}.cta-buttons{flex-direction:column;align-items:center;gap:.75rem}.cta-buttons .btn{width:100%;max-width:280px;justify-content:center}.app-buttons{flex-direction:column;align-items:center;margin-top:1.5rem;gap:.75rem}.app-btn{padding:.75rem 1.25rem;border-radius:12px;width:100%;max-width:280px;justify-content:center}.app-btn svg{width:20px;height:20px}.app-btn-label{font-size:.6rem}.app-btn-store{font-size:.9rem}footer{padding:2rem 5%}.footer-content{flex-direction:column;gap:1.5rem;text-align:center}.footer-logo{font-size:1.25rem}.footer-logo .logo-icon{width:32px;height:32px}.footer-links{flex-wrap:wrap;justify-content:center;gap:1rem 1.5rem}.footer-links a{font-size:.85rem}.footer-copyright{font-size:.75rem}}@media(max-width:380px){.hero h1{font-size:1.625rem}.hero-description{font-size:.875rem}.section-title,.cta-title{font-size:1.35rem}}.reveal{opacity:0;transform:translateY(20px);transition:opacity .4s ease-out,transform .4s ease-out}.reveal.active{opacity:1;transform:translateY(0)}.terms-page{max-width:800px;margin:0 auto;padding:120px 5% 80px}.terms-page h1{font-size:clamp(2rem,4vw,2.75rem);font-weight:800;color:var(--black);margin-bottom:.5rem;letter-spacing:-.02em}.terms-effective{font-size:.95rem;color:var(--gray-600);margin-bottom:3rem}.terms-section{margin-bottom:2rem}.terms-section h2{font-size:1.25rem;font-weight:700;color:var(--black);margin-bottom:.75rem}.terms-section p{font-size:1rem;color:var(--gray-600);line-height:1.8;margin-bottom:.75rem}.terms-section ul{list-style:disc;padding-left:1.5rem;margin-bottom:.75rem}.terms-section li{font-size:1rem;color:var(--gray-600);line-height:1.8;margin-bottom:.25rem}.landing-hero{padding:140px 5% 60px;text-align:center;position:relative}.landing-hero--accent{background:linear-gradient(#1f2937b3,#1f2937c7),url(/agent-background.png) center/cover no-repeat;color:var(--white)}.landing-hero--blue{background:linear-gradient(#1f2937bf,#1f2937d1),url(/terminal-background.png) center/cover no-repeat;color:var(--white)}.landing-hero-inner{max-width:700px;margin:0 auto}.landing-badge{display:inline-block;padding:.4rem 1rem;border-radius:100px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem}.landing-hero--accent .landing-badge,.landing-hero--blue .landing-badge{background:#ffffff26;color:var(--white)}.landing-hero h1{font-size:clamp(2.5rem,5vw,3.75rem);font-weight:800;line-height:1.1;margin-bottom:1.25rem;letter-spacing:-.03em}.landing-hero--accent h1,.landing-hero--blue h1{color:var(--white)}.landing-hero-inner>p{font-size:1.15rem;line-height:1.7;margin-bottom:2rem;max-width:560px;margin-left:auto;margin-right:auto}.landing-hero--accent .landing-hero-inner>p{color:#fffc}.landing-hero--blue .landing-hero-inner>p{color:#fffc}.landing-hero-actions{display:flex;gap:1rem;justify-content:center}.landing-hero-btn-outline{background:transparent;border:2px solid currentColor}.landing-hero--accent .landing-hero-btn-outline{color:var(--white);border-color:#ffffff4d}.landing-hero--accent .landing-hero-btn-outline:hover{background:#ffffff1a}.landing-hero--blue .landing-hero-btn-outline{color:var(--white);border-color:#ffffff4d}.landing-hero--blue .landing-hero-btn-outline:hover{background:#ffffff1a}.landing-hero-metrics{display:flex;justify-content:center;align-items:center;gap:2.5rem;margin-top:4rem;padding-top:2.5rem}.landing-hero--accent .landing-hero-metrics,.landing-hero--blue .landing-hero-metrics{border-top:1px solid rgba(255,255,255,.15)}.landing-metric{display:flex;flex-direction:column;align-items:center}.landing-metric-value{font-size:1.75rem;font-weight:800;line-height:1.2}.landing-hero--accent .landing-metric-label,.landing-hero--blue .landing-metric-label{color:#ffffffa6}.landing-metric-label{font-size:.85rem;margin-top:.2rem}.landing-metric-divider{width:1px;height:40px}.landing-hero--accent .landing-metric-divider,.landing-hero--blue .landing-metric-divider{background:#ffffff26}.landing-benefits{padding:100px 5%;background:var(--white)}.landing-benefits-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem 3rem;max-width:900px;margin:0 auto}.landing-benefit{display:flex;gap:1rem;align-items:flex-start;padding:1.5rem;border-radius:16px;transition:background .2s ease}.landing-benefit:hover{background:var(--off-white)}.landing-benefit-icon{width:48px;height:48px;min-width:48px;background:var(--primary-10);border-radius:12px;display:flex;align-items:center;justify-content:center}.landing-benefit-icon svg{width:22px;height:22px;color:var(--primary)}.landing-benefit-icon--green{background:var(--green-light)}.landing-benefit-icon--green svg{color:var(--green)}.landing-benefit-icon--orange{background:#fff3e0}.landing-benefit-icon--orange svg{color:#e65100}.landing-benefit-text h3{font-size:1.05rem;font-weight:700;color:var(--black);margin-bottom:.25rem}.landing-benefit-text p{font-size:.9rem;color:var(--gray-600);line-height:1.6}.landing-steps-section{padding:100px 5%;background:var(--off-white)}.landing-steps{display:flex;justify-content:center;align-items:flex-start;gap:1rem;max-width:1000px;margin:0 auto}.landing-step{flex:1;text-align:center;max-width:280px}.landing-step-num{width:52px;height:52px;margin:0 auto 1rem;background:var(--primary);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.2rem}.landing-step h3{font-size:1.1rem;font-weight:700;color:var(--black);margin-bottom:.4rem}.landing-step p{font-size:.9rem;color:var(--gray-600);line-height:1.6}.landing-step-arrow{display:flex;align-items:center;padding-top:1rem}.landing-step-arrow svg{width:24px;height:24px;color:var(--gray-400)}.landing-requirements{padding:100px 5%;background:var(--white)}.landing-req-inner{max-width:900px;margin:0 auto}.landing-req-header{text-align:center;margin-bottom:3rem}.landing-req-items{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.landing-req-item{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:var(--off-white);border-radius:14px;font-weight:600;font-size:.95rem;color:var(--black)}.landing-req-item svg{width:22px;height:22px;color:var(--primary)}.landing-faq{padding:100px 5%;background:var(--off-white)}.landing-faq .agent-faq-list{max-width:750px;margin:0 auto}.landing-final-cta{padding:100px 5%}.landing-final-cta--accent{background:var(--black)}.landing-final-cta--blue{background:var(--primary)}.landing-final-cta-inner{max-width:600px;margin:0 auto;text-align:center}.landing-final-cta-inner h2{font-size:clamp(2rem,4vw,2.75rem);font-weight:800;margin-bottom:1rem;letter-spacing:-.02em}.landing-final-cta--accent h2,.landing-final-cta--blue h2{color:var(--white)}.landing-final-cta-inner p{font-size:1.1rem;line-height:1.7;margin-bottom:2rem}.landing-final-cta--accent p,.landing-final-cta--blue p{color:#ffffffbf}.landing-final-cta-actions{display:flex;gap:1rem;justify-content:center}.agent-faq-list{max-width:750px;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}.agent-faq-item{background:var(--white);border-radius:16px;overflow:hidden}.agent-faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:none;border:none;font-family:inherit;font-size:1rem;font-weight:600;color:var(--black);cursor:pointer;text-align:left;gap:1rem}.agent-faq-question svg{width:20px;height:20px;min-width:20px;color:var(--gray-400);transition:transform .3s ease}.agent-faq-item.open .agent-faq-question svg{transform:rotate(180deg)}.agent-faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.agent-faq-item.open .agent-faq-answer{max-height:200px}.agent-faq-answer p{padding:0 1.5rem 1.25rem;font-size:.95rem;color:var(--gray-600);line-height:1.7}@media(max-width:1024px){.landing-benefits-list{grid-template-columns:1fr;max-width:500px}.landing-steps{flex-direction:column;align-items:center}.landing-step{max-width:400px}.landing-step-arrow{transform:rotate(90deg)}}@media(max-width:640px){.landing-hero{padding:110px 5% 50px}.landing-hero h1{font-size:2rem}.landing-hero-inner>p{font-size:1rem}.landing-hero-actions{flex-direction:column;align-items:center;gap:.75rem}.landing-hero-actions .btn{width:100%;max-width:300px;justify-content:center}.landing-hero-metrics{flex-direction:column;gap:1.5rem;margin-top:2.5rem;padding-top:2rem}.landing-metric-divider{width:60px;height:1px}.landing-benefits{padding:50px 5%}.landing-benefit{padding:1rem}.landing-steps-section,.landing-requirements{padding:50px 5%}.landing-req-items{flex-direction:column;align-items:center}.landing-req-item{width:100%;max-width:300px}.landing-faq{padding:50px 5%}.agent-faq-question{font-size:.95rem;padding:1rem 1.25rem}.agent-faq-answer p{padding:0 1.25rem 1rem;font-size:.9rem}.landing-final-cta{padding:60px 5%}.landing-final-cta-actions{flex-direction:column;align-items:center}.landing-final-cta-actions .btn{width:100%;max-width:300px;justify-content:center}}
