.industry-showcase{padding:110px 0;background:#0b1324;color:#fff;overflow:hidden}.industry-showcase-head{display:grid;grid-template-columns:1.15fr .65fr;gap:80px;align-items:end}.industry-showcase-head h2{max-width:720px;margin:18px 0 0;font-size:clamp(45px,5.5vw,73px);line-height:.96;letter-spacing:-.05em}.industry-showcase-head>div:last-child p{margin:0 0 20px;color:#aab5c8;font-size:15px;line-height:1.65}.industry-showcase-head>div:last-child a{color:#69a7ff;font-size:11px;font-weight:900;text-decoration:none;text-transform:uppercase}.industry-showcase-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:58px}.industry-showcase-grid>a{position:relative;display:flex;min-height:205px;flex-direction:column;justify-content:space-between;padding:23px;border:1px solid #253650;border-radius:17px;background:#111d31;color:#fff;text-decoration:none;transition:transform .3s ease,border-color .3s ease,background .3s ease;animation:industryReveal .6s ease both;animation-delay:calc(var(--industry-index) * 60ms)}.industry-showcase-grid>a:hover{transform:translateY(-7px);border-color:#4a82c9;background:#162946}.industry-showcase-grid>a>span{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:#173d78;color:#75adfc;font-size:9px;font-weight:900;letter-spacing:.08em}.industry-showcase-grid h3{margin:0 0 8px;font-size:19px;letter-spacing:-.025em}.industry-showcase-grid p{margin:0;color:#98a6ba;font-size:11px;line-height:1.5}.industry-showcase-grid i{position:absolute;right:20px;top:22px;width:14px;height:10px;transition:transform .25s}.industry-showcase-grid i:before{content:"";position:absolute;left:0;top:4px;width:12px;height:2px;background:#69a7ff}.industry-showcase-grid i:after{content:"";position:absolute;right:0;top:1px;width:6px;height:6px;border-top:2px solid #69a7ff;border-right:2px solid #69a7ff;transform:rotate(45deg)}.industry-showcase-grid>a:hover i{transform:translateX(4px)}.industry-showcase-more{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:22px}.industry-showcase-more span{padding:8px 11px;border:1px solid #253650;border-radius:20px;color:#8493a9;font-size:8px;font-weight:900;letter-spacing:.1em}@keyframes industryReveal{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.industry-showcase{padding:80px 0}.industry-showcase-head{grid-template-columns:1fr;gap:25px}.industry-showcase-grid{grid-template-columns:1fr 1fr;margin-top:42px}.industry-showcase-grid>a{min-height:185px}}@media(max-width:560px){.industry-showcase-grid{grid-template-columns:1fr}.industry-showcase-grid>a{min-height:165px}.industry-showcase-head h2{font-size:13vw}}@media(prefers-reduced-motion:reduce){.industry-showcase-grid>a{animation:none;transition:none}}.feature-grid .feature{display:block;color:inherit;text-decoration:none}.feature-grid .feature h3:after{content:"";display:inline-block;width:8px;height:8px;margin-left:12px;border-top:2px solid #69a7ff;border-right:2px solid #69a7ff;transform:rotate(45deg) translateY(-1px);transition:transform .2s ease}.feature-grid .feature:hover h3:after{transform:rotate(45deg) translate(3px,-4px)}.hero-media.hero-media-simple{overflow:hidden;background:#dce8f4;box-shadow:0 28px 70px rgba(11,19,36,.18)}.hero-media-simple:after{background:linear-gradient(180deg,transparent 50%,rgba(7,16,31,.28))}.hero-media-simple .hero-main-photo{box-shadow:none}.hero-image-rotator{position:absolute;z-index:0;inset:0;overflow:hidden;border-radius:inherit}.hero-image-rotator .hero-rotating-image{position:absolute;inset:0;width:100%;height:100%;opacity:0;object-fit:cover;object-position:center;transform:scale(1.035);animation:none;transition:opacity 1.4s ease,transform 6.5s ease}.hero-image-rotator .hero-rotating-image.is-active{opacity:1;transform:scale(1)}.hero-activity-wrap{position:absolute;z-index:3;right:24px;bottom:24px;width:min(340px,calc(100% - 48px))}.hero-activity-card{--activity-accent:#2477f4;--activity-soft:#eaf2ff;--activity-glow:rgba(36,119,244,.18);display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:center;padding:18px;border:1px solid color-mix(in srgb,var(--activity-accent) 28%,#dce4f0);border-radius:16px;background:linear-gradient(135deg,rgba(255,255,255,.98),color-mix(in srgb,var(--activity-soft) 45%,rgba(255,255,255,.96)));box-shadow:0 18px 45px rgba(11,19,36,.2),0 8px 28px var(--activity-glow);backdrop-filter:blur(12px);animation:heroActivityIn .48s cubic-bezier(.2,.8,.2,1) both,heroActivityWobble 4.8s ease-in-out .55s infinite;transform-origin:50% 100%;transition:background .35s ease,border-color .35s ease,box-shadow .35s ease}.hero-activity-blue{--activity-accent:#2477f4;--activity-soft:#eaf2ff;--activity-glow:rgba(36,119,244,.2)}.hero-activity-violet{--activity-accent:#7c4dff;--activity-soft:#f0ebff;--activity-glow:rgba(124,77,255,.18)}.hero-activity-gold{--activity-accent:#d88a00;--activity-soft:#fff4d9;--activity-glow:rgba(216,138,0,.18)}.hero-activity-green{--activity-accent:#07966b;--activity-soft:#ddf8ef;--activity-glow:rgba(7,150,107,.18)}.hero-activity-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:var(--activity-soft);transition:background .35s ease}.hero-activity-icon i{width:10px;height:10px;border-radius:50%;background:var(--activity-accent);box-shadow:0 0 0 6px var(--activity-glow);transition:background .35s ease,box-shadow .35s ease}.hero-activity-card small,.hero-activity-card span,.hero-activity-card strong{display:block}.hero-activity-card small{color:var(--activity-accent);font-size:8px;font-weight:900;letter-spacing:.12em;transition:color .35s ease}.hero-activity-card strong{margin:6px 0 3px;color:#0b1324;font-size:16px}.hero-activity-card span{color:#667085;font-size:11px}.hero-activity-dots{display:flex;justify-content:flex-end;gap:5px;margin:9px 5px 0}.hero-activity-dots i{width:5px;height:5px;border-radius:50%;background:rgba(255,255,255,.5);transition:width .25s,background .25s}.hero-activity-dots i.active{width:18px;border-radius:4px;background:#fff}@keyframes heroActivityIn{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes heroActivityWobble{0%,to{transform:rotate(0deg) translateY(0)}20%{transform:rotate(-1.15deg) translateY(-2px)}42%{transform:rotate(.85deg) translateY(-5px)}64%{transform:rotate(-.55deg) translateY(-2px)}82%{transform:rotate(.35deg) translateY(-4px)}}@media(max-width:800px){.hero-activity-wrap{right:14px;bottom:14px;width:calc(100% - 28px)}.hero-activity-card{padding:15px}.hero-activity-card strong{font-size:15px}}@media(prefers-reduced-motion:reduce){.hero-activity-card{animation:none}.hero-image-rotator .hero-rotating-image{transition:none}}.founder-actions{display:flex;align-items:center;gap:22px}.founder-link{color:#fff;border-color:#38506f}@media(max-width:600px){.founder-actions{align-items:flex-start;flex-direction:column}}.customer-portfolio{padding:105px 0;background:#08101e;color:#fff}.customer-portfolio-head{display:grid;grid-template-columns:1.2fr .7fr;gap:80px;align-items:end}.customer-portfolio-head h2{margin:18px 0 0;max-width:760px;font-size:clamp(44px,5.3vw,72px);line-height:.96;letter-spacing:-.05em}.customer-portfolio-head>p{margin:0;color:#aab5c8;font-size:16px;line-height:1.7}.customer-portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:55px}.customer-portfolio-grid>a{position:relative;display:grid;grid-template-columns:50px 1fr;gap:17px;min-height:170px;padding:23px;border:1px solid #263650;border-radius:17px;background:#111d31;color:#fff;text-decoration:none;transition:transform .25s ease,border-color .25s ease,background .25s ease}.customer-portfolio-grid>a:hover{transform:translateY(-6px);border-color:#4e86cc;background:#162946}.customer-portfolio-grid>a>span{display:grid;place-items:center;width:48px;height:48px;border-radius:13px;background:#173d78;color:#83b7ff;font-size:12px;font-weight:900;letter-spacing:.05em}.customer-portfolio-grid>a[data-tone=food]>span{background:#45251c;color:#ffb69c}.customer-portfolio-grid>a[data-tone=auto]>span{background:#292c34;color:#d9dfeb}.customer-portfolio-grid>a[data-tone=craft]>span{background:#3c301f;color:#e8c483}.customer-portfolio-grid small{display:block;color:#7daeff;font-size:8px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.customer-portfolio-grid h3{margin:12px 0 6px;font-size:18px;line-height:1.2}.customer-portfolio-grid p{margin:0;color:#8998ae;font-size:11px}.customer-portfolio-grid i{position:absolute;right:20px;bottom:20px;width:14px;height:10px}.customer-portfolio-grid i:before{content:"";position:absolute;left:0;top:4px;width:12px;height:2px;background:#69a7ff}.customer-portfolio-grid i:after{content:"";position:absolute;right:0;top:1px;width:6px;height:6px;border-top:2px solid #69a7ff;border-right:2px solid #69a7ff;transform:rotate(45deg)}.customer-portfolio-bottom{display:flex;align-items:center;justify-content:space-between;gap:40px;margin-top:28px;padding-top:25px;border-top:1px solid #263650}.customer-portfolio-bottom p{margin:0;color:#8998ae;font-size:12px}.customer-portfolio-bottom a{display:inline-flex;align-items:center;gap:12px;color:#fff;font-size:12px;font-weight:850;text-decoration:none;white-space:nowrap}.local-ai-bridge{display:grid;grid-template-columns:1.15fr .65fr;gap:80px;align-items:center;margin-top:110px;margin-bottom:110px;padding:58px;border:1px solid #cbdcf5;border-radius:26px;background:linear-gradient(135deg,#edf5ff,#fff);box-shadow:0 25px 70px rgba(30,62,110,.1)}.local-ai-bridge aside>span,.local-ai-bridge>div>span{color:#2477f4;font-size:10px;font-weight:900;letter-spacing:.14em}.local-ai-bridge h2{margin:18px 0 22px;font-size:clamp(40px,4.6vw,62px);line-height:.98;letter-spacing:-.05em}.local-ai-bridge>div>p{max-width:680px;color:#667085;font-size:16px;line-height:1.7}.local-ai-bridge>div>div{display:flex;align-items:center;gap:24px;margin-top:30px}.local-ai-bridge>div>div>a:not(.button){color:#0b1324;font-size:13px;font-weight:850;text-decoration:none;border-bottom:1px solid #aeb9c8;padding-bottom:4px}.local-ai-bridge aside{padding:30px;border-radius:19px;background:#0b1324;color:#fff}.local-ai-bridge aside strong{display:block;margin:13px 0 9px;font-size:27px;letter-spacing:-.03em}.local-ai-bridge aside p{margin:0;color:#aab5c8;font-size:13px;line-height:1.5}.local-ai-bridge ul{padding:20px 0;margin:20px 0;border-top:1px solid #283750;border-bottom:1px solid #283750;list-style:none}.local-ai-bridge li{margin:10px 0;color:#dce6f5;font-size:12px;font-weight:750}.local-ai-bridge li:before{content:"";display:inline-block;width:7px;height:7px;margin-right:9px;border-radius:50%;background:#2477f4}.local-ai-bridge aside small{display:block;color:#8391a7;font-size:10px;line-height:1.55}@media(max-width:900px){.customer-portfolio-head,.local-ai-bridge{grid-template-columns:1fr;gap:35px}.customer-portfolio-grid{grid-template-columns:1fr 1fr}.local-ai-bridge{padding:38px 28px}}@media(max-width:600px){.customer-portfolio{padding:78px 0}.customer-portfolio-head h2,.local-ai-bridge h2{font-size:13vw}.customer-portfolio-grid{grid-template-columns:1fr}.customer-portfolio-grid>a{min-height:150px}.customer-portfolio-bottom{align-items:flex-start;flex-direction:column}.local-ai-bridge{width:calc(100% - 28px);margin-top:78px;margin-bottom:78px;padding:32px 20px}.local-ai-bridge>div>div{align-items:flex-start;flex-direction:column}.local-ai-bridge .button{width:100%}}@media(prefers-reduced-motion:reduce){.customer-portfolio-grid>a{transition:none}}.home-page{overflow:hidden;background:#fff}.home-page section h2{font-size:clamp(40px,4.45vw,62px)!important;line-height:.98}.home-page .hero-home{padding-top:36px;padding-bottom:54px}.home-page .hero-intro{position:relative;display:block;min-height:650px}.home-page .hero-copy-side{position:absolute;z-index:4;left:58px;top:50%;width:min(570px,52%);transform:translateY(-50%);color:#fff}.home-page .hero-copy-side .eyebrow{color:#a9ccff}.home-page .hero-copy-side .eyebrow i{background:#69a7ff;box-shadow:0 0 0 5px rgba(105,167,255,.2)}.home-page .hero-copy-side h1{max-width:560px;color:#fff;text-shadow:0 3px 25px rgba(0,0,0,.24)}.home-page .hero-copy-side h1 em{color:#79affb}.home-page .hero-copy-side .hero-copy{max-width:540px;color:#e1e8f2;text-shadow:0 2px 18px rgba(0,0,0,.2)}.home-page .hero-copy-side .text-link{color:#fff;border-color:rgba(255,255,255,.5)}.home-page .hero-media{height:650px;min-height:650px;border-radius:30px}.home-page .hero-media:after{z-index:1;background:linear-gradient(90deg,rgba(5,12,24,.9),rgba(5,12,24,.7) 43%,rgba(5,12,24,.18) 74%,rgba(5,12,24,.12))}.home-page .hero-main-photo{height:650px;min-height:650px;border-radius:30px}.home-page .simple-promise{width:min(1160px,calc(100% - 48px));margin:58px auto 72px;padding:50px;border:1px solid #cfe0fb;border-radius:30px;background:linear-gradient(135deg,#edf5ff,#f8fbff 72%);box-shadow:0 24px 65px rgba(30,62,110,.08)}.home-page .growth-choice{padding-top:20px;padding-bottom:88px}.home-page .marquee{border-top:1px solid #0e5ee8;border-bottom:1px solid #0e5ee8}.home-page .customer-spotlight{width:min(1240px,calc(100% - 48px));margin:68px auto;padding:48px;border:1px solid #dce4f0;border-radius:32px;background:#f6f8fc;box-shadow:0 28px 75px rgba(30,62,110,.08)}.home-page .customer-portfolio{padding:88px 0 94px;background:linear-gradient(145deg,#e8f2ff,#f8fbff);color:#0b1324;border-top:1px solid #cfe0fb;border-bottom:1px solid #cfe0fb}.home-page .customer-portfolio-head>p{color:#5d6b80}.home-page .customer-portfolio-grid{grid-template-columns:repeat(5,1fr);gap:12px;margin-top:44px}.home-page .customer-portfolio-grid>a{display:flex;min-width:0;min-height:205px;flex-direction:column;align-items:flex-start;gap:0;border-color:#cfdbeb;background:#fff;color:#0b1324;box-shadow:0 12px 35px rgba(30,62,110,.07)}.home-page .customer-portfolio-grid>a:hover{border-color:#8ab7f4;background:#fff;box-shadow:0 20px 44px rgba(30,62,110,.13)}.home-page .customer-portfolio-grid>a{grid-template-columns:58px 1fr}.home-page .customer-portfolio-grid>a>span{width:58px;height:58px;padding:7px;border:1px solid #dce4f0;background:#fff;overflow:hidden}.home-page .customer-portfolio-grid>a>span img{display:block;width:100%;height:100%;object-fit:contain}.home-page .customer-portfolio-grid>a[data-tone=auto]>span{background:#111827;border-color:#283348}.home-page .customer-portfolio-grid>a>div{min-width:0;margin-top:23px}.home-page .customer-portfolio-grid h3{font-size:16px;overflow-wrap:anywhere}.home-page .customer-portfolio-grid p{color:#667085}.home-page .customer-portfolio-bottom{border-color:#cbd8e9}.home-page .customer-portfolio-bottom p{color:#667085}.home-page .customer-portfolio-bottom a{color:#0b1324}.home-page .industry-showcase{position:relative;padding-top:105px;padding-bottom:105px}.home-page .industry-showcase,.home-page .platform{background:#050505}.home-page .feature,.home-page .industry-showcase-grid>a{border-color:#282828;background:#111}.home-page .feature:hover,.home-page .industry-showcase-grid>a:hover{border-color:#4f83c8;background:#151a22}.home-page .local-ai-bridge{margin-top:92px;margin-bottom:92px}.home-page .walkthrough{border-top:1px solid #dce4f0;border-bottom:1px solid #dce4f0}.home-page .walkthrough-photo{position:relative;height:240px;overflow:hidden;border-radius:14px;background:#dce8f4}.home-page .walkthrough-photo img{display:block;width:100%;height:100%;object-fit:cover}.home-page .walkthrough-photo:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(180deg,transparent,rgba(5,12,24,.78))}.home-page .walkthrough-photo>span{position:absolute;z-index:2;left:18px;bottom:16px;padding:8px 10px;border-radius:999px;background:#fff;color:#0b1324;font-size:8px;font-weight:900;letter-spacing:.12em}.home-page .walkthrough-photo-hub>span{background:#2477f4;color:#fff}.home-page .walkthrough-photo-growth>span{background:#0b1324;color:#fff}.home-page .integrations,.home-page .monthly-work,.home-page .outcome,.home-page .platform,.home-page .problem{padding-top:96px;padding-bottom:96px}.home-page .integrations{border-top:1px solid #dce4f0;border-bottom:1px solid #dce4f0}.home-page .founder-overview{margin-top:20px;margin-bottom:96px;background:#050505}.home-page .growth-explainer{position:relative;min-height:430px;overflow:hidden;border:1px solid #273650;border-radius:22px;background:radial-gradient(circle at 75% 18%,rgba(36,119,244,.22),transparent 30%),linear-gradient(145deg,#0c1728,#07101d);isolation:isolate}.home-page .growth-explainer-grid{position:absolute;inset:0;opacity:.16;background-image:linear-gradient(rgba(122,173,245,.25) 1px,transparent 0),linear-gradient(90deg,rgba(122,173,245,.25) 1px,transparent 0);background-size:34px 34px;mask-image:linear-gradient(180deg,#000,transparent)}.home-page .growth-explainer-path{position:absolute;z-index:0;left:22%;right:20%;top:48%;height:2px;background:linear-gradient(90deg,transparent,#2477f4 12%,#69a7ff 88%,transparent);box-shadow:0 0 20px rgba(36,119,244,.75)}.home-page .growth-explainer-path i{position:absolute;top:-4px;width:10px;height:10px;border-radius:50%;background:#fff;box-shadow:0 0 0 5px rgba(36,119,244,.22),0 0 18px #2477f4;animation:explainerSignal 4.8s linear infinite}.home-page .growth-explainer-path i:nth-child(2){animation-delay:1.6s}.home-page .growth-explainer-path i:nth-child(3){animation-delay:3.2s}.home-page .explainer-card{position:absolute;z-index:2;padding:18px;border:1px solid #2a3b56;border-radius:16px;background:rgba(17,29,49,.94);box-shadow:0 20px 45px rgba(0,0,0,.28);backdrop-filter:blur(10px)}.home-page .explainer-card>span{display:block;margin-bottom:14px;color:#75adfc;font-size:8px;font-weight:900;letter-spacing:.13em}.home-page .explainer-site{left:7%;top:13%;width:43%;animation:explainerFloat 5.2s ease-in-out infinite}.home-page .explainer-browser{position:relative;min-height:175px;padding:34px 22px 18px;border-radius:10px;background:linear-gradient(135deg,#fff,#eaf2ff);color:#0b1324}.home-page .explainer-browser>i{position:relative;top:-22px;display:inline-block;width:6px;height:6px;margin-right:4px;border-radius:50%;background:#a8b6c9}.home-page .explainer-browser>b{position:absolute;right:17px;top:14px;color:#2477f4;font-size:7px;letter-spacing:.12em}.home-page .explainer-browser strong{display:block;margin-top:1px;font-size:24px;line-height:1.02;letter-spacing:-.045em}.home-page .explainer-browser small{display:inline-block;margin-top:18px;padding:8px 10px;border-radius:7px;background:#2477f4;color:#fff;font-size:7px;font-weight:900;letter-spacing:.08em}.home-page .explainer-found{right:6%;top:9%;width:35%;animation:explainerFloat 5.8s ease-in-out .5s infinite reverse}.home-page .explainer-found>div{display:grid;grid-template-columns:34px 1fr;column-gap:11px;align-items:center;padding:12px 0;border-top:1px solid #293950}.home-page .explainer-found b{grid-row:span 2;display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:#fff;color:#2477f4;font-size:10px}.home-page .explainer-found strong{font-size:12px}.home-page .explainer-found small{color:#8f9db2;font-size:8px}.home-page .explainer-lead{right:9%;bottom:12%;width:41%;animation:explainerLead 5.4s ease-in-out 1s infinite}.home-page .explainer-lead>strong{display:block;font-size:20px}.home-page .explainer-lead p{margin:8px 0 16px;color:#9eacc0;font-size:10px}.home-page .explainer-lead>div{display:flex;align-items:center;gap:8px;padding-top:12px;border-top:1px solid #2a3b56}.home-page .explainer-lead>div i{width:8px;height:8px;border-radius:50%;background:#38d996;box-shadow:0 0 0 5px rgba(56,217,150,.12)}.home-page .explainer-lead>div small{color:#74e6b6;font-size:8px;font-weight:900;letter-spacing:.12em}.home-page .explainer-caption{position:absolute;z-index:3;left:7%;bottom:9%;display:grid;grid-template-columns:10px auto;align-items:center;gap:7px}.home-page .explainer-caption i{grid-row:span 2;width:8px;height:8px;border-radius:50%;background:#2477f4;box-shadow:0 0 0 5px rgba(36,119,244,.17)}.home-page .explainer-caption span{color:#8090a6;font-size:7px;font-weight:900;letter-spacing:.12em}.home-page .explainer-caption b{font-size:12px;letter-spacing:.04em}@keyframes explainerSignal{0%{left:0;opacity:0}10%,88%{opacity:1}to{left:100%;opacity:0}}@keyframes explainerFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes explainerLead{0%,62%,to{transform:translateY(0) scale(1);border-color:#2a3b56}72%{transform:translateY(-7px) scale(1.02);border-color:#2477f4}}.home-page .free-tools{margin-top:0;margin-bottom:88px;padding:58px 50px;border:1px solid #dce4f0;border-radius:30px;background:#f8faff;box-shadow:0 24px 65px rgba(30,62,110,.07)}.home-page .roi-banner{margin-bottom:96px}.home-page .pricing{border-top:1px solid #dce4f0;border-bottom:1px solid #dce4f0}.home-page .faq,.home-page .pricing{padding-top:96px;padding-bottom:96px}.home-page .final-cta{background:linear-gradient(135deg,#050505,#101820)}.home-page .hero-rotating-video{object-fit:cover}.home-page .customer-spotlight,.home-page .faq,.home-page .feature-grid,.home-page .founder-overview,.home-page .free-tools,.home-page .growth-choice-grid,.home-page .growth-choice-heading,.home-page .industry-showcase-grid>a,.home-page .integration-flow,.home-page .integration-heading,.home-page .monthly-work,.home-page .outcome,.home-page .plans,.home-page .pricing-head,.home-page .problem,.home-page .section-heading,.home-page .simple-promise,.home-page .walkthrough-grid,.home-page .walkthrough-heading{animation:none!important;opacity:1!important}@media(max-width:900px){.home-page .hero-copy-side{width:min(600px,62%)}.home-page .simple-promise{padding:42px 34px}.home-page .customer-spotlight{padding:38px}.home-page .free-tools{padding:48px 36px}.home-page .customer-portfolio-grid{grid-template-columns:repeat(2,1fr)}.home-page .customer-portfolio-grid>a{min-height:180px}}@media(max-width:800px){.home-page .growth-explainer{min-height:520px}.home-page .explainer-site{left:5%;top:7%;width:90%}.home-page .explainer-found{left:5%;right:auto;top:56%;width:43%}.home-page .explainer-lead{right:5%;bottom:7%;width:44%}.home-page .explainer-caption{display:none}.home-page .growth-explainer-path{left:25%;right:22%;top:68%;transform:rotate(18deg)}.home-page .explainer-browser{min-height:160px}.home-page .explainer-browser strong{font-size:21px}}@media(prefers-reduced-motion:reduce){.home-page .explainer-card,.home-page .growth-explainer-path i{animation:none}}@media(max-width:800px){.home-page .hero-home{padding-top:18px;padding-bottom:46px}.home-page .hero-intro{min-height:720px}.home-page .hero-copy-side{left:26px;right:26px;top:42px;width:auto;transform:none}.home-page .hero-copy-side h1{font-size:clamp(43px,12vw,58px);white-space:normal}.home-page .hero-copy-side h1>span{white-space:normal}.home-page .hero-copy-side .hero-copy{color:#edf3fb}.home-page .hero-copy-side .hero-actions{gap:18px}.home-page .hero-copy-side .button{width:100%}.home-page .hero-main-photo,.home-page .hero-media{height:720px;min-height:720px;border-radius:22px}.home-page .hero-media{margin:0}.home-page .hero-media:after{background:linear-gradient(180deg,rgba(5,12,24,.88),rgba(5,12,24,.7) 55%,rgba(5,12,24,.25) 76%,rgba(5,12,24,.42))}.home-page .simple-promise{width:calc(100% - 28px);margin:46px auto 66px;padding:34px 22px;border-radius:22px}.home-page .growth-choice{padding-top:10px;padding-bottom:82px}.home-page .customer-spotlight{width:calc(100% - 28px);margin:64px auto;padding:24px;border-radius:22px}.home-page .customer-portfolio{padding:78px 0 88px}.home-page .industry-showcase{padding-top:92px;padding-bottom:88px}.home-page .local-ai-bridge{margin-top:78px;margin-bottom:78px}.home-page .faq,.home-page .integrations,.home-page .monthly-work,.home-page .outcome,.home-page .platform,.home-page .pricing,.home-page .problem{padding-top:82px;padding-bottom:82px}.home-page .founder-overview{margin-bottom:82px}.home-page .free-tools{width:calc(100% - 28px);margin-bottom:78px;padding:34px 20px;border-radius:22px}.home-page .roi-banner{margin-bottom:82px}}@media(max-width:560px){.home-page .customer-portfolio-grid{grid-template-columns:1fr}.home-page .customer-portfolio-grid>a{display:grid;grid-template-columns:58px 1fr;min-height:150px;gap:17px}.home-page .customer-portfolio-grid>a>div{margin-top:0}}@media(prefers-reduced-motion:reduce){.home-page *{scroll-behavior:auto}}