@import"https://api.fontshare.com/v2/css?f[]=satoshi@400,500,700,900&display=swap";:root{--primary: #2E3192;--primary-light: #4548B0;--primary-dark: #232578;--primary-10: #ECEDF7;--primary-20: #C9CBE5;--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;--header-height: 156px}*{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}a{color:inherit;text-decoration:none}.site-header{position:fixed;top:0;left:0;right:0;z-index:100}.announcement-bar{background:var(--primary);color:var(--white)}.announcement-bar-inner{max-width:1400px;margin:0 auto;padding:.65rem 5%;display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;text-align:center;font-size:.85rem;font-weight:500}.announcement-bar-inner a{font-weight:700;text-decoration:underline;text-underline-offset:3px;color:var(--white)}nav{position:relative;padding:1rem 5%;display:flex;justify-content:space-between;align-items:center;-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 .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;border-radius:10px;object-fit:contain;display:block}.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:calc(var(--header-height) + 24px) 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)}.btn-large{padding:1rem 2rem;font-size:1rem;border-radius:14px}.section-header{text-align:center;max-width:600px;margin:0 auto 4rem}.section-header--left{text-align:left;margin:0 0 2rem;max-width:620px}.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}.check-list{display:grid;gap:1rem}.check-item{display:flex;align-items:flex-start;gap:.85rem}.check-item-icon{width:22px;height:22px;border-radius:50%;background:var(--accent);color:var(--black);font-size:.8rem;font-weight:900;display:flex;align-items:center;justify-content:center;flex:none;margin-top:.15rem}.check-item-text{font-size:1.05rem;color:var(--black);font-weight:600}.media-frame{position:relative;border-radius:18px;overflow:hidden;aspect-ratio:4 / 3;background:linear-gradient(145deg,var(--primary-10) 0%,var(--green-light) 100%)}.media-frame img{width:100%;height:100%;object-fit:cover;display:block}.hero-tool{position:relative;padding:calc(var(--header-height) + 24px) 5% 5rem;background:var(--primary);border-bottom:1px solid var(--gray-200);overflow:hidden}.hero-tool-ring{position:absolute;border-radius:50%;border:2px solid rgba(255,255,255,.12);pointer-events:none}.hero-tool-ring--tr{top:-160px;right:-120px;width:520px;height:520px}.hero-tool-ring--bl{bottom:-220px;left:-140px;width:460px;height:460px;border-color:#ffffff1a}.hero-tool-grid{position:relative;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(420px,100%),1fr));gap:4rem;align-items:start}.hero-tool h1{font-size:clamp(2.15rem,5.4vw,4.6rem);font-weight:900;line-height:.98;letter-spacing:-.04em;color:var(--white);margin-bottom:1.5rem}.hero-tool h1 .highlight{color:var(--accent)}.hero-tool-description{font-size:1.25rem;color:#e5e7eb;max-width:480px;margin-bottom:2.25rem;line-height:1.6}.tool-card{border:1px solid var(--gray-200);border-radius:20px;background:var(--white);overflow:hidden;box-shadow:0 18px 50px #11182729}.tool-tabs{display:flex;background:var(--off-white);border-bottom:1px solid var(--gray-200)}.tool-tab{flex:1;padding:1.1rem .75rem;border:none;border-left:1px solid var(--gray-200);background:none;cursor:pointer;font-family:inherit;font-weight:700;font-size:.975rem;color:var(--gray-600);position:relative}.tool-tab:first-child{border-left:none}.tool-tab.active{background:var(--white);color:var(--black);font-weight:800}.tool-tab.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--primary)}.tool-panel{padding:1.5rem}.field-box{display:grid;grid-template-columns:34px 1fr 52px;border:1px solid var(--gray-200);border-radius:16px;background:var(--white);margin-bottom:1.5rem;overflow:hidden}.field-route{display:flex;flex-direction:column;align-items:center;padding:1.15rem 0;background:var(--off-white);border-right:1px solid var(--gray-100)}.field-route-dot{width:11px;height:11px;border-radius:50%;background:var(--accent);flex:none}.field-route-line{flex:1;width:0;border-left:2px dotted var(--primary-20);margin:.45rem 0}.field-route-square{width:10px;height:10px;border-radius:2px;background:var(--primary);flex:none}.field-cells{display:grid;min-width:0}.field-cell{display:block;padding:.7rem 1rem .75rem;border-bottom:1px solid var(--gray-100);cursor:text}.field-cell:last-child{border-bottom:none}.field-cell-label{display:block;font-size:.7rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--gray-600);margin-bottom:.15rem}.field-cell input{border:none;outline:none;width:100%;font-size:1.05rem;font-weight:600;color:var(--black);background:none;min-width:0;padding:0}.field-swap{border:none;border-left:1px solid var(--gray-100);background:var(--off-white);cursor:pointer;font-family:inherit;font-size:1.15rem;color:var(--primary);display:flex;align-items:center;justify-content:center;transition:background .2s ease}.field-swap:hover{background:var(--primary-10)}.address-suggestions{list-style:none;margin:-1rem 0 1.5rem;border:1px solid var(--gray-200);border-radius:12px;background:var(--white);overflow:hidden}.address-suggestions li{display:flex;flex-direction:column;gap:.1rem;padding:.65rem 1rem;cursor:pointer;border-bottom:1px solid var(--gray-100)}.address-suggestions li:last-child{border-bottom:none}.address-suggestions li:hover{background:var(--off-white)}.address-suggestion-main{font-weight:600;font-size:.9rem;color:var(--black)}.address-suggestion-secondary{font-size:.8rem;color:var(--gray-600)}.tool-estimate{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:1.5rem;padding:.85rem 1rem;border-radius:12px;background:var(--primary-10)}.tool-estimate--loading{color:var(--gray-600);font-size:.9rem}.tool-estimate-label{font-size:.85rem;font-weight:600;color:var(--primary-dark)}.tool-estimate-value{font-size:1.05rem;font-weight:800;color:var(--primary-dark);font-variant-numeric:tabular-nums}.tool-note--error{color:#dc2626}.tool-caption{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-400);margin-bottom:.75rem}.vehicle-options{display:grid;gap:.6rem}.vehicle-option{position:relative;display:flex;align-items:center;gap:1rem;width:100%;text-align:left;padding:.95rem 1rem;border:1px solid var(--gray-200);border-radius:12px;background:var(--white);cursor:pointer;font-family:inherit;flex-wrap:wrap}.vehicle-option.selected{border-color:var(--primary);background:var(--primary-10)}.vehicle-option-info{flex:1;min-width:130px}.vehicle-option-name{display:block;font-weight:700;font-size:1rem;color:var(--black)}.vehicle-option-meta{display:block;font-size:.85rem;color:var(--gray-600)}.vehicle-option-price{font-weight:600;font-size:.95rem;color:var(--gray-600);flex:none;font-variant-numeric:tabular-nums;letter-spacing:-.01em}.tool-submit{display:flex;align-items:center;justify-content:center;width:100%;margin-top:1.5rem;padding:1.05rem;border:none;border-radius:12px;background:var(--accent);color:var(--black);font-weight:800;font-size:1.05rem;font-family:inherit;cursor:pointer;transition:background .2s ease}.tool-submit:hover{background:var(--accent-dark);color:var(--white)}.tool-note{margin-top:1rem;font-size:.8rem;color:var(--gray-400);line-height:1.5}.tool-simple-field{display:flex;gap:.6rem;flex-wrap:wrap;margin-bottom:1rem}.tool-simple-field input{flex:1;min-width:200px;border:1px solid var(--gray-200);border-radius:12px;padding:.95rem 1rem;font-size:1rem;color:var(--black)}.tool-simple-field button{padding:.95rem 1.9rem;border:none;border-radius:12px;background:var(--black);color:var(--white);font-family:inherit;font-weight:700;font-size:1rem;cursor:pointer}.quicklinks{padding:3.5rem 5%;border-bottom:1px solid var(--gray-200)}.quicklinks-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(250px,100%),1fr));gap:1.5rem}.quicklink-card{border:1px solid var(--gray-200);border-radius:16px;padding:1.75rem;display:flex;flex-direction:column;height:100%;transition:border-color .2s ease}.quicklink-card:hover{border-color:var(--primary)}.quicklink-title{font-size:1.15rem;font-weight:800;color:var(--black);margin-bottom:.5rem}.quicklink-description{font-size:.95rem;color:var(--gray-600);line-height:1.6}.quicklink-cta{font-size:.95rem;font-weight:700;color:var(--primary);margin-top:auto;padding-top:1rem}.prices-section{padding:5.5rem 5%;background:var(--off-white);border-bottom:1px solid var(--gray-200)}.price-table{max-width:1100px;margin:0 auto;background:var(--white);border:1px solid var(--gray-200);border-radius:20px;overflow:hidden}.price-table-header,.price-row{display:grid;grid-template-columns:2fr 1fr 1.3fr;gap:1.5rem;padding:1.4rem 1.75rem;align-items:baseline}.price-table-header{padding:1rem 1.75rem;background:var(--black);font-size:.75rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--gray-400)}.price-row{border-bottom:1px solid var(--gray-100)}.price-row:last-child{border-bottom:none}.price-row-name{font-weight:800;font-size:1.1rem;color:var(--black)}.price-row-detail{font-size:.9rem;color:var(--gray-600)}.price-row-pickup{font-size:1rem;color:var(--gray-600)}.price-row-value{text-align:right;font-weight:800;font-size:1.1rem;color:var(--black)}.price-note{max-width:820px;margin:1.25rem auto 0;font-size:.85rem;color:var(--gray-400);line-height:1.6}.split-section{padding:5.5rem 5%;border-bottom:1px solid var(--gray-200)}.split-section-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(420px,100%),1fr));gap:4rem;align-items:center}.split-section-grid--start{align-items:start}.phone-mock{display:flex;justify-content:center}.phone-mock-frame{width:280px;max-width:100%;background:var(--black);border-radius:36px;padding:9px;box-shadow:0 24px 60px #11182738}.phone-mock-screen{background:var(--white);border-radius:28px;overflow:hidden;aspect-ratio:9 / 19.5}.phone-mock-screen img{width:100%;height:100%;object-fit:cover;object-position:top;display:block}.network-section{padding:5.5rem 5%;border-bottom:1px solid var(--gray-200)}.network-rows{max-width:1200px;margin:0 auto;display:grid;gap:1.75rem}.network-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(340px,100%),1fr));gap:3rem;align-items:center;border:1px solid var(--gray-200);border-radius:22px;padding:1.75rem}.network-row-copy{padding:1rem 1.5rem 1rem 0}.network-row-tag{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--accent-dark);margin-bottom:.9rem}.network-row-title{font-size:clamp(1.5rem,2.2vw,1.9rem);font-weight:800;letter-spacing:-.02em;color:var(--black);margin-bottom:1rem;line-height:1.15}.network-row-description{font-size:1.05rem;color:var(--gray-600);line-height:1.7}.sending-steps{padding:5.5rem 5%;background:var(--black);color:var(--white)}.sending-steps .section-tag{background:#ffffff1a;color:var(--accent)}.sending-steps .section-title{color:var(--white)}.sending-steps .section-description{color:var(--gray-400)}.sending-steps-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(250px,100%),1fr));gap:1.5rem}.sending-step{border-top:2px solid rgba(255,255,255,.15);padding-top:1.5rem}.sending-step.is-first{border-top-color:var(--accent)}.sending-step-index{font-size:.75rem;font-weight:700;letter-spacing:.08em;color:var(--accent);margin-bottom:1rem}.sending-step-title{font-size:1.4rem;font-weight:800;color:var(--white);margin-bottom:.75rem;letter-spacing:-.02em}.sending-step-description{color:var(--gray-400);font-size:1rem;line-height:1.65}.locator-search{display:flex;gap:.6rem;flex-wrap:wrap;max-width:520px}.locator-search input{flex:1;min-width:220px;border:1px solid var(--gray-200);border-radius:12px;padding:1rem;font-size:1rem;color:var(--black);background:var(--white)}.locator-search button{padding:1rem 1.9rem;border:none;border-radius:12px;background:var(--accent);color:var(--black);font-family:inherit;font-weight:800;font-size:1rem;cursor:pointer}.locator-stats{display:flex;gap:2rem;margin-top:2rem;flex-wrap:wrap}.locator-stat-label{font-size:.8rem;color:var(--gray-600);font-weight:600}.locator-stat-value{font-size:1.05rem;color:var(--black);font-weight:700}.trust-list{display:grid}.trust-item{padding:1.5rem 0;border-top:1px solid var(--gray-200)}.trust-item:last-child{border-bottom:1px solid var(--gray-200)}.trust-item-title{font-size:1.15rem;font-weight:800;color:var(--black);margin-bottom:.5rem}.trust-item-description{color:var(--gray-600);font-size:1rem;line-height:1.65}.earn-section{padding:5.5rem 5%;background:var(--off-white);border-bottom:1px solid var(--gray-200)}.earn-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(300px,100%),1fr));gap:1.5rem}.earn-card{background:var(--white);border:1px solid var(--gray-200);border-radius:18px;padding:2rem}.earn-card-title{font-size:1.3rem;font-weight:800;color:var(--black);margin-bottom:.75rem}.earn-card-description{color:var(--gray-600);font-size:1rem;line-height:1.65;margin-bottom:1.5rem}.earn-card-link{font-weight:700;color:var(--primary);font-size:1rem}.get-app-section{padding:5rem 5%;border-bottom:1px solid var(--gray-200)}.help-section{padding:4.5rem 5%;background:var(--off-white)}.help-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(270px,100%),1fr));gap:1.5rem}.help-title{font-size:1.5rem;font-weight:800;letter-spacing:-.02em;color:var(--black);margin-bottom:.75rem}.help-description{font-size:1rem;color:var(--gray-600);line-height:1.65}.help-links-label{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-400);margin-bottom:1rem}.help-links{display:grid;gap:.7rem}.help-links a{font-size:.975rem;font-weight:600;color:var(--black)}.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:4rem 5% 2.5rem;background:var(--black);border-top:1px solid rgba(255,255,255,.08)}.footer-content{max-width:1200px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(190px,100%),1fr));gap:2.5rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-logo{font-weight:800;font-size:1.35rem;color:var(--white);display:flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1rem}.footer-tagline{color:var(--gray-400);font-size:.95rem;line-height:1.6;max-width:240px}.footer-col-title{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--white);margin-bottom:1rem}.footer-links{display:grid;gap:.7rem}.footer-links a{color:var(--gray-400);text-decoration:none;font-size:.95rem;transition:color .2s ease}.footer-links a:hover{color:var(--white)}.footer-legal{padding-top:2rem;display:grid;gap:.6rem}.footer-copyright{color:var(--gray-400);font-size:.85rem;line-height:1.6}@media(max-width:1024px){.nav-links,.nav-cta{display:none}.mobile-menu-btn{display:flex}.mobile-menu{display:block}.hero-tool{padding-bottom:3.5rem}.section-title{font-size:1.75rem}.section-description{font-size:1rem}.split-section,.network-section,.prices-section,.sending-steps,.earn-section{padding:60px 5%}.sending-steps-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(max-width:640px){.announcement-bar-inner{padding:.55rem 5%;font-size:.75rem;gap:.5rem}nav{padding:.875rem 5%}.logo{font-size:1.4rem}.logo-icon{width:32px;height:32px}.btn{padding:.625rem 1.25rem;font-size:.875rem}.btn-large{padding:.875rem 1.5rem;font-size:.95rem;width:100%;justify-content:center}.hero-tool{padding-bottom:2.5rem}.hero-tool h1{font-size:1.875rem;margin-bottom:1rem}.hero-tool-description{font-size:.95rem;margin-bottom:1.5rem;line-height:1.6}.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}.quicklinks,.split-section,.network-section,.prices-section,.sending-steps,.earn-section,.help-section{padding:50px 5%}.sending-steps-grid{grid-template-columns:1fr;gap:1.5rem}.sending-step-title{font-size:1.15rem}.price-table-header,.price-row{grid-template-columns:1fr;gap:.35rem}.price-row-value{text-align:left}.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:2.5rem 5% 2rem}.footer-grid{gap:2rem}.footer-logo{font-size:1.25rem}.footer-logo .logo-icon{width:32px;height:32px}.footer-links a{font-size:.85rem}.footer-copyright{font-size:.75rem}}@media(max-width:380px){.hero-tool h1{font-size:1.625rem}.hero-tool-description{font-size:.875rem}.section-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:calc(var(--header-height) + 24px) 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:calc(var(--header-height) + 24px) 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-bottom: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}}
