:root{--font-sans:"Manrope", ui-sans-serif, system-ui, sans-serif;--background:oklch(.988 .003 270);--foreground:oklch(.145 .005 270);--card:oklch(1 0 0);--card-foreground:oklch(.145 .005 270);--popover:oklch(1 0 0);--popover-foreground:oklch(.145 .005 270);--primary:oklch(.15 .005 270);--primary-foreground:oklch(.99 0 0);--secondary:oklch(.96 .005 270);--secondary-foreground:oklch(.2 .006 270);--muted:oklch(.965 .004 270);--muted-foreground:oklch(.56 .01 270);--accent:oklch(.95 .008 270);--accent-foreground:oklch(.18 .006 270);--border:oklch(.91 .007 270);--input:oklch(.9 .008 270);--ring:oklch(.57 .18 260);--surface:oklch(1 0 0 / 88%);--soft:oklch(.965 .004 270);--brand-blue:#dc0839;--success:oklch(.67 .19 151);--radius:1rem;--color-background:var(--background);--color-foreground:var(--foreground);--color-card:var(--card);--color-card-foreground:var(--card-foreground);--color-popover:var(--popover);--color-popover-foreground:var(--popover-foreground);--color-primary:var(--primary);--color-primary-foreground:var(--primary-foreground);--color-secondary:var(--secondary);--color-secondary-foreground:var(--secondary-foreground);--color-muted:var(--muted);--color-muted-foreground:var(--muted-foreground);--color-accent:var(--accent);--color-accent-foreground:var(--accent-foreground);--color-destructive:var(--destructive);--color-destructive-foreground:var(--destructive-foreground);--color-border:var(--border);--color-input:var(--input);--color-ring:var(--ring);--color-surface:var(--surface);--color-soft:var(--soft);--color-brand-blue:var(--brand-blue);--color-success:var(--success)}*{box-sizing:border-box;border-color:var(--color-border)}html{scroll-behavior:smooth}body{margin:0;overflow-x:hidden;font-family:var(--font-sans);letter-spacing:0}button,input{font:inherit;letter-spacing:0}button:disabled{cursor:not-allowed;opacity:.55}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:12px;background:var(--color-primary);color:var(--color-primary-foreground);text-decoration:none;cursor:pointer;transition:border-color .18s,background-color .18s,box-shadow .18s,transform .18s}.btn-ghost{border-color:transparent;background:transparent}.btn-ghost,.btn-outline{color:var(--color-foreground)}.btn-outline{border-color:var(--color-border);background:var(--color-surface)}.btn-lg{height:58px;padding:0 22px}.btn svg{width:18px;height:18px;flex:0 0 auto}.page-texture{position:relative;isolation:isolate;background-color:var(--color-background);background-image:radial-gradient(circle,oklch(.72 .018 270/.28) .65px,transparent .75px);background-size:18px 18px}.page-texture:before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(ellipse 55% 38% at 12% 24%,oklch(.87 .07 274/.26),transparent 70%),radial-gradient(ellipse 44% 34% at 88% 78%,oklch(.86 .09 307/.24),transparent 72%)}.brand-mark{width:56px;height:56px;display:grid;place-items:center;border-radius:14px;background:var(--color-primary);color:var(--color-primary-foreground);font-size:25px;font-weight:800;box-shadow:0 8px 24px #03030324}.brand-mark-compact{width:34px;height:34px;border-radius:9px;font-size:15px}.landing-shell{min-height:100vh;padding-bottom:140px}.landing-hero{position:relative;min-height:100svh;padding:100px 24px 130px;text-align:center;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center}.availability{display:inline-flex;align-items:center;gap:9px;padding:10px 15px;border:1px solid var(--color-border);border-radius:999px;background:var(--color-surface);box-shadow:0 5px 20px #0303030d;font-size:12px;font-weight:700}.availability span,.online-copy span{width:8px;height:8px;border-radius:50%;background:var(--color-brand-blue);box-shadow:0 0 0 4px #dc083921}.landing-hero h1{margin:28px auto 18px;max-width:min(1000px,86vw);font-size:clamp(34px,4.8vw + 10px,70px);line-height:.98;font-weight:800;letter-spacing:0}.landing-hero h1 em{color:var(--color-brand-blue);font-style:normal}.landing-hero>p{max-width:min(500px,76vw);margin:0 auto;color:var(--color-muted-foreground);font-size:clamp(13px,.45vw + 10.5px,15px);line-height:clamp(1.48,1.2vw + 1.2,1.7)}.landing-hero>.availability,.landing-hero>h1,.landing-hero>p{position:relative;z-index:1;animation:hero-text-layer 1ms linear 3.05s both}.showcase{position:absolute;inset:0;z-index:3;width:100%;height:100%;margin:0;pointer-events:none;animation:showcase-layer 1ms linear 3.05s both}.show-card{position:absolute;overflow:hidden;border-radius:9px;background:var(--color-card);box-shadow:0 18px 40px #080b1429;text-align:left}.hero-title-mask{position:absolute;left:50%;top:41%;z-index:0;width:min(880px,72vw);height:205px;border-radius:28px;background:var(--color-background);transform:translate(-50%,-50%);animation:title-mask-out 3.55s cubic-bezier(.22,1,.36,1) .25s both;pointer-events:none}@keyframes title-mask-out{0%,24%{opacity:1}44%,to{opacity:0}}@keyframes showcase-layer{0%{z-index:3}to{z-index:0}}@keyframes hero-text-layer{0%{z-index:1}to{z-index:4}}.chat-card{left:5%;top:32%;z-index:1;width:175px;height:245px;background:#ede7db;transform:rotate(-4deg);font-size:10px}.chat-head{display:flex;align-items:center;gap:8px;padding:10px;background:#00654f;background:oklch(.45 .12 172);color:var(--color-primary-foreground);line-height:1.1}.chat-head small{opacity:.7}.chat-card p{margin:120px 10px 5px;background:var(--color-card);padding:7px;border-radius:4px}.chat-reply{margin-left:10px;background:#abf3ad;padding:6px;border-radius:4px}.site-card{margin-left:-95px;top:4%;z-index:4;width:190px;height:280px;padding:20px;color:var(--color-primary-foreground);background:var(--color-primary);transform:rotate(-1deg)}.site-card small{color:var(--color-brand-blue);font-weight:800}.site-card strong{display:block;margin-top:25px;font-size:23px;line-height:1.1}.site-card span{position:absolute;bottom:24px;padding:7px 12px;border-radius:999px;background:var(--color-card);color:var(--color-foreground);font-size:10px}.visual-card{right:7%;top:6%;width:175px;height:250px;transform:rotate(19deg);background:linear-gradient(155deg,var(--color-primary) 30%,var(--color-brand-blue))}.visual-building{position:absolute;inset:70px -20px -30px;background:linear-gradient(135deg,#f68aa0,var(--color-brand-blue));clip-path:polygon(50% 0,100% 30%,80% 100%,10% 86%,0 30%)}.result-card{right:6%;top:44%;z-index:5;width:160px;height:136px;padding:24px 20px 30px;transform:rotate(8deg)}.result-card small{color:var(--color-muted-foreground)}.result-card strong{display:block;margin-top:14px;font-size:20px;line-height:1.1}.search-card{left:16%;bottom:7%;z-index:6;width:180px;padding:18px 18px 30px;transform:rotate(6deg)}.search-card span{display:flex;align-items:center;gap:5px;color:var(--color-brand-blue);font-weight:700}.search-card svg{width:15px}.search-card small{margin:13px 0 42px;padding:7px}.search-card strong{font-size:9px}.search-card p{margin:3px 0;font-size:11px;color:var(--color-brand-blue);font-weight:700}.performance-ring,.show-card{transform-origin:center;animation:card-cluster 3.55s cubic-bezier(.22,1,.36,1) .25s both;will-change:transform}.chat-card{--cluster:translate(42vw, 5vh) rotate(-3deg) scale(1.58)}.site-card{--home:rotate(-1deg);--cluster:translate(0, 27vh) rotate(-1deg) scale(1.62)}.visual-card{--home:rotate(19deg);--cluster:translate(-37vw, 29vh) rotate(5deg) scale(1.56)}.result-card{--home:rotate(8deg);--cluster:translate(-41vw, -8vh) rotate(3deg) scale(1.62)}.search-card{--home:rotate(6deg);--cluster:translate(28vw, -35vh) rotate(-2deg) scale(1.64)}.price-card{--home:rotate(4deg);--cluster:translate(-3vw, -28vh) rotate(2deg) scale(1.58)}.delivery-card{--home:rotate(-7deg);--cluster:translate(-45vw, -28vh) rotate(-3deg) scale(1.62)}.performance-ring{--home:none;--cluster:translate(40vw, 27vh) rotate(0deg) scale(1.3)}@keyframes card-cluster{0%,24%{opacity:1;transform:var(--cluster)}72%,to{opacity:1;transform:var(--home)}}.price-card{margin-left:-80px;bottom:3%;z-index:5;width:160px;height:170px;padding:20px;color:var(--color-primary-foreground);background:var(--color-primary);transform:rotate(4deg)}.price-card small{font-size:8px}.price-card strong{display:block;margin-top:78px;font-size:24px}.price-card span{font-size:8px;opacity:.6}.delivery-card{bottom:6%;z-index:3;width:135px;height:205px;padding:18px 16px 30px;background:var(--color-brand-blue);color:var(--color-primary-foreground);transform:rotate(-7deg)}.delivery-card small{font-size:8px}.delivery-card strong{display:block;margin-top:100px;font-size:40px}.performance-ring{position:absolute;left:23%;top:8%;z-index:2;width:92px;height:92px;border:6px solid var(--color-success);border-radius:50%;display:grid;place-content:center;background:var(--color-card)}.performance-ring strong{font-size:20px}.performance-ring span{font-size:6px;color:var(--color-muted-foreground)}.offer-section,.team-section{width:min(100% - 40px,560px);margin:0 auto}.price-panel{border:1px solid var(--color-border);border-radius:24px;background:var(--color-surface);box-shadow:0 18px 36px #14161b17;text-align:center;overflow:hidden}.price-panel>span{display:block;padding-top:27px;color:var(--color-muted-foreground);font-size:12px}.price-panel>strong{display:block;padding:4px 0 24px;font-size:54px;line-height:1}.price-panel>div{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--color-border)}.price-panel p{margin:0;padding:16px 8px;color:var(--color-muted-foreground);font-size:11px}.price-panel p+p{border-left:1px solid var(--color-border)}.price-panel b{display:block;color:var(--color-foreground)}.device-mockup{position:relative;margin:58px auto 78px;width:520px;height:310px;border:8px solid oklch(.73 .01 270);border-radius:18px 18px 4px 4px;background:var(--color-primary);box-shadow:0 28px 50px #14161b29}.device-screen{position:absolute;inset:5px;background:linear-gradient(145deg,#06070b,#0a111f);color:var(--color-primary-foreground);padding:50px;text-align:left}.device-screen span{font-size:10px;font-weight:800}.device-screen strong{display:block;margin-top:48px;font-size:26px;line-height:1.2}.device-screen i{display:block;margin-top:20px;width:70px;height:8px;border-radius:999px;background:var(--color-brand-blue)}.device-camera{position:absolute;z-index:2;left:45%;top:0;width:60px;height:8px;border-radius:0 0 9px 9px;background:#030303}.device-base{position:absolute;left:-24px;right:-24px;bottom:-17px;height:17px;border-radius:0 0 40% 40%;background:#b2b4bb}.section-label,.team-copy>span{font-size:11px;font-weight:700;letter-spacing:.24em;color:var(--color-muted-foreground)}.benefit-grid{display:grid;grid-template-columns:1fr 1fr;margin-top:18px;border:1px solid var(--color-border);border-radius:20px;background:var(--color-surface);overflow:hidden}.benefit-grid article{padding:24px;min-height:150px}.benefit-grid article:nth-child(2n){border-left:1px solid var(--color-border)}.benefit-grid article:nth-child(n+3){border-top:1px solid var(--color-border)}.benefit-grid article>span{display:grid;place-items:center;width:34px;height:34px;border:1px solid var(--color-border);border-radius:10px}.benefit-grid svg{width:16px}.benefit-grid h2{margin:15px 0 5px;font-size:14px}.benefit-grid p{margin:0;color:var(--color-muted-foreground);font-size:12px;line-height:1.45}.team-section{margin-top:76px;border-radius:24px;overflow:visible;filter:drop-shadow(0 18px 34px oklch(.2 .01 270/.12));padding-bottom:4rem}.team-visual{height:374px;overflow:hidden;border-radius:24px;background:var(--color-primary)}.team-visual img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.team-copy{position:relative;z-index:1;margin:-42px auto 0;width:calc(100% - 40px);padding:30px 26px 22px;border-radius:22px;background:var(--color-card);box-shadow:0 1px #14161b0a}.team-copy h2{margin:12px 0 15px;font-size:23px}.team-copy p{margin:0;color:var(--color-muted-foreground);font-size:14px;line-height:1.65}.team-copy p+p{margin-top:16px}.team-underline{position:relative;display:inline-block}.team-underline:after{content:"";position:absolute;left:0;right:0;bottom:-3px;height:2px;border-radius:999px;background:var(--color-brand-blue);transform:rotate(-1.5deg)}.team-status{display:flex;align-items:center;gap:10px;margin-top:24px;padding-top:18px;border-top:1px solid var(--color-border);color:var(--color-muted-foreground);font-size:13px}.team-status span{width:8px;height:8px;border-radius:999px;background:var(--color-success);flex:0 0 auto}.sticky-cta-wrap{position:fixed;z-index:20;left:50%;bottom:max(18px,env(safe-area-inset-bottom));transform:translate(-50%);width:min(calc(100% - 40px),460px);padding:14px 16px 12px;text-align:center;border:1px solid color-mix(in oklab,var(--color-card) 65%,transparent);border-radius:28px;background:color-mix(in oklab,var(--color-card) 82%,transparent);-webkit-backdrop-filter:blur(16px) saturate(150%);backdrop-filter:blur(16px) saturate(150%);box-shadow:0 20px 48px #090b0f33,0 -12px 30px #090b0f0d}.online-copy{display:flex;justify-content:center;align-items:center;gap:8px;margin-bottom:10px;font-size:11px;font-weight:600}.online-copy span{background:var(--color-success);box-shadow:0 0 0 4px #00b35524;box-shadow:0 0 0 4px oklch(.67 .19 151/.14)}.landing-cta{width:100%;height:64px;justify-content:space-between;padding:5px 6px 5px 26px;border-radius:17px;font-size:15px;font-weight:700;box-shadow:0 15px 35px #03030330}.landing-cta>span{display:grid;place-items:center;width:52px;height:52px;border-radius:13px;background:#27292e}.sticky-cta-wrap>small{display:block;margin-top:9px;color:var(--color-muted-foreground)}.whatsapp-orb{display:none}.form-page{min-height:100svh;padding:max(28px,env(safe-area-inset-top)) 20px max(32px,env(safe-area-inset-bottom))}.form-shell{width:min(100%,640px);margin:0 auto}.form-header-card{width:-moz-max-content;width:max-content;max-width:100%;margin:0 auto 42px;display:flex;align-items:center;gap:12px;padding:9px 15px 9px 10px;border:1px solid var(--color-border);border-radius:16px;background:var(--color-surface);box-shadow:0 10px 30px #12161f14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.avatar-wrap{position:relative}.online-dot{position:absolute;right:-1px;bottom:0;width:9px;height:9px;border:2px solid var(--color-card);border-radius:50%;background:var(--color-success)}.form-header-card strong{display:block;font-size:10px;letter-spacing:.12em}.form-header-card p{margin:3px 0 0;color:var(--color-muted-foreground);font-size:10px}.form-navigation{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.form-navigation button{padding:0;height:auto;background:transparent;font-size:13px}.form-navigation span{font-size:10px;font-weight:700;letter-spacing:.14em;color:var(--color-muted-foreground)}.progress-track{height:3px;border-radius:99px;background:var(--color-border)}.progress-fill{position:relative;display:block;height:100%;border-radius:99px;background:var(--color-primary);transition:width .24s ease}.progress-dot{position:absolute;right:-3px;top:50%;width:7px;height:7px;border:2px solid var(--color-background);border-radius:50%;background:var(--color-brand-blue);transform:translateY(-50%);box-sizing:content-box}.question-layout{padding:70px 0 30px}.question-eyebrow{margin:0 0 17px;color:var(--color-brand-blue);font-size:11px;font-weight:800;letter-spacing:.16em}.question-layout h1{margin:0;max-width:620px;font-size:clamp(34px,5vw,50px);line-height:1.1;font-weight:800}.question-description{margin:16px 0 0;color:var(--color-muted-foreground);font-size:14px}.question-control{margin-top:36px}.text-question-form input{width:100%;height:72px;padding:0 22px;border:1px solid var(--color-input);border-radius:16px;outline:none;background:var(--color-surface);font-size:17px;box-shadow:0 8px 25px #14161b0a;transition:border-color .18s,box-shadow .18s}.phone-input-shell:focus-within,.text-question-form input:focus{border-color:var(--color-ring);box-shadow:0 0 0 4px #dc08391a}.phone-input-shell input::-moz-placeholder,.text-question-form input::-moz-placeholder{color:#93959c}.phone-input-shell input::placeholder,.text-question-form input::placeholder{color:#93959c}.continue-button{height:58px;margin-top:18px;padding:0 22px;border-radius:14px;font-size:14px}.continue-button svg{margin-left:5px}.choice-list{display:grid;gap:10px}.choice-card{width:100%;min-height:66px;height:auto;justify-content:flex-start;padding:10px 14px;border-radius:15px;background:var(--color-surface);box-shadow:0 6px 22px #14161b09;white-space:normal;text-align:left}.choice-card:hover{background:var(--color-card);border-color:#9fa4b2;transform:translateY(-1px)}.choice-card-selected{border-color:var(--color-primary);box-shadow:0 0 0 1px var(--color-primary)}.checkbox-visual,.choice-icon{display:grid;place-items:center;flex:0 0 auto;width:38px;height:38px;border:1px solid var(--color-border);border-radius:10px;background:var(--color-card)}.choice-icon svg{width:18px}.choice-text{flex:1;padding:0 5px;font-size:13px;line-height:1.35}.choice-shortcut{display:grid;place-items:center;width:24px;height:24px;border:1px solid var(--color-border);border-radius:7px;font-size:10px}.choice-arrow,.choice-shortcut{color:var(--color-muted-foreground)}.checkbox-visual{width:25px;height:25px;border-radius:7px}.checkbox-visual svg{width:14px}.choice-card-selected .checkbox-visual{background:var(--color-primary);color:var(--color-primary-foreground)}.multi-continue{width:100%}.phone-input-shell{display:flex;align-items:stretch;height:74px;border:1px solid var(--color-input);border-radius:16px;background:var(--color-surface);overflow:hidden;transition:border-color .18s,box-shadow .18s}.country-code{width:91px;display:flex;align-items:center;justify-content:center;gap:7px;border-right:1px solid var(--color-border)}.country-code small{font-size:10px;color:var(--color-muted-foreground)}.country-code strong{font-size:15px}.phone-input-shell input{min-width:0;flex:1;border:0;outline:0;background:transparent;padding:0 20px;font-size:17px}.privacy-note{margin:12px 2px 0;color:var(--color-muted-foreground);font-size:11px}.whatsapp-button{width:100%}.trust-badge{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:16px;color:var(--color-muted-foreground);font-size:11px}.trust-badge svg{width:15px}.question-transition{animation:question-in .24s ease both}.question-transition-back{animation-name:question-back}@keyframes question-in{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:none}}@keyframes question-back{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:none}}@media(max-width:640px){.landing-hero{min-height:100svh;padding:68px 16px 110px}.landing-hero h1{margin-top:22px;font-size:42px}.landing-hero>p{font-size:13px}.chat-card{left:-9%;top:14%;transform:rotate(-4deg) scale(.7)}.site-card{margin-left:-95px;top:2%;transform:rotate(-1deg) scale(.7)}.visual-card{right:-12%;top:9%;transform:rotate(19deg) scale(.7)}.result-card{right:-5%;top:auto;bottom:27%;transform:rotate(8deg) scale(.7)}.search-card{left:-4%;bottom:13%;transform:rotate(6deg) scale(.7)}.price-card{bottom:4%;transform:rotate(4deg) scale(.7)}.delivery-card{right:-1%;bottom:9%;transform:rotate(-7deg) scale(.7)}.performance-ring{display:none}.offer-section,.team-section{width:calc(100% - 32px)}.device-mockup{width:calc(100% - 20px);height:220px}.device-screen{padding:34px}.device-screen strong{margin-top:28px;font-size:19px}.price-panel>strong{font-size:46px}.benefit-grid article{padding:18px;min-height:155px}.team-visual{height:310px}.team-copy{width:calc(100% - 28px);margin-top:-36px;padding:26px 22px 20px}.sticky-cta-wrap{width:calc(100% - 48px)}.online-copy{display:none}.landing-cta{height:62px;padding-left:18px}.form-page{padding-left:18px;padding-right:18px}.form-header-card{margin-bottom:34px}.form-navigation{margin-bottom:12px}.question-layout{padding-top:48px}.question-layout h1{font-size:34px}.question-control{margin-top:30px}.choice-card{min-height:64px}.desktop-break{display:none}.chat-card{--home:rotate(-4deg) scale(.7);--cluster:translate(36vw, 28vh) rotate(-3deg) scale(1.22)}.site-card{--home:rotate(-1deg) scale(.7);--cluster:translate(0, 32vh) rotate(-1deg) scale(1.28)}.visual-card{--home:rotate(19deg) scale(.7);--cluster:translate(-41vw, 33vh) rotate(5deg) scale(1.22)}.result-card{--home:rotate(8deg) scale(.7);--cluster:translate(-39vw, -10vh) rotate(3deg) scale(1.22)}.search-card{--home:rotate(6deg) scale(.7);--cluster:translate(34vw, -27vh) rotate(-2deg) scale(1.24)}.price-card{--home:rotate(4deg) scale(.7);--cluster:translate(-2vw, -24vh) rotate(2deg) scale(1.26)}.delivery-card{--home:rotate(-7deg) scale(.7);--cluster:translate(-42vw, -24vh) rotate(-3deg) scale(1.22)}}@media(max-height:720px){.form-header-card{margin-bottom:24px}.question-layout{padding-top:34px}.question-layout h1{font-size:31px}.question-control{margin-top:24px}.choice-list{gap:7px}.choice-card{min-height:57px}.form-page{padding-top:18px}}.performance-ring{left:24%;top:7%;width:240px;height:170px;border:0;border-radius:9px;box-shadow:0 18px 40px #080b141a;transform:rotate(-4deg);gap:8px;--home:rotate(-4deg);--cluster:translate(16vw, 25vh) rotate(0deg) scale(1.05)}.performance-ring:before{content:"";position:absolute;inset:44px auto auto 86px;width:68px;height:68px;border:7px solid var(--color-success);border-radius:50%}.performance-ring strong{position:relative;font-size:24px}.performance-ring span{position:relative;margin-top:9px;font-size:12px}.chat-card{left:6%;top:37%;width:300px;height:270px;border-radius:9px;font-size:17px;--home:rotate(-4deg);--cluster:translate(32vw, 4vh) rotate(-3deg) scale(1.22)}.chat-head{height:76px;padding:18px 22px;gap:14px}.chat-avatar{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#d7e9e5;color:#004937;color:oklch(.36 .1 170);font-weight:800}.chat-card p{margin:78px 26px 0;padding:14px 16px;line-height:1.25}.chat-card p,.chat-reply{border-radius:8px;font-size:17px}.chat-reply{display:block;width:-moz-max-content;width:max-content;margin:16px 20px 0 auto;padding:13px 17px}.site-card{left:50%;top:7%;margin-left:-205px;width:410px;height:220px;padding:23px;border-radius:9px;--home:rotate(0deg);--cluster:translate(-1vw, 23vh) rotate(-1deg) scale(1.12)}.site-window-dots{display:flex;gap:8px}.site-window-dots i{width:8px;height:8px;border-radius:50%;background:#ff5f57}.site-window-dots i:nth-child(2){background:#ffbd2e}.site-window-dots i:nth-child(3){background:#28c840}.site-card .site-pill{position:static;display:inline-flex;margin-top:22px;padding:7px 12px;border-radius:11px;background:color-mix(in oklab,var(--color-brand-blue) 72%,#fff);color:#fff;font-size:12px;font-weight:800}.site-card strong{margin-top:13px;font-size:26px;line-height:1.04}.site-card .site-action{position:absolute;left:23px;bottom:28px;z-index:2;padding:10px 17px;border-radius:999px;background:#fff;color:var(--color-foreground);font-size:12px;font-weight:800}.site-card .site-line{position:absolute;left:126px;bottom:42px;z-index:1;width:50px;height:7px;border-radius:999px;background:#313338}.visual-card{right:10%;top:7%;width:310px;height:285px;border-radius:10px;transform:rotate(6deg);--home:rotate(6deg);--cluster:translate(-23vw, 23vh) rotate(4deg) scale(1.18)}.visual-building{inset:75px -20px -32px;clip-path:polygon(22% 28%,56% 22%,76% 0,100% 28%,88% 100%,6% 86%)}.visual-card span{position:absolute;left:16px;bottom:22px;color:#fff;font-size:18px;font-weight:800}.visual-card span i{display:inline-block;width:10px;height:10px;margin-right:6px;border-radius:50%;background:var(--color-success)}.result-card{right:5%;top:46%;width:300px;height:220px;padding:25px 28px 30px;border-radius:9px;transform:rotate(3deg);--home:rotate(3deg);--cluster:translate(-27vw, -12vh) rotate(2deg) scale(1.18)}.result-card small{font-size:13px}.result-card strong{margin-top:18px;font-size:39px;line-height:1}.result-card svg{position:absolute;left:20px;right:20px;bottom:24px;width:calc(100% - 40px);height:76px}.result-card path{fill:none;stroke:var(--color-brand-blue);stroke-width:3}.search-card{left:17%;bottom:5%;width:360px;height:205px;padding:24px 22px 22px;border-radius:12px;transform:rotate(2deg);--home:rotate(2deg);--cluster:translate(17vw, -31vh) rotate(-2deg) scale(1.12)}.delivery-card:after,.price-card:after,.search-card:after{content:none}.search-card .google-logo{display:inline-flex;gap:0;font-size:19px;font-weight:800;letter-spacing:-.02em}.google-logo b:first-child,.google-logo b:nth-child(4){color:#4285f4}.google-logo b:nth-child(2),.google-logo b:nth-child(6){color:#db4437}.google-logo b:nth-child(3){color:#f4b400}.google-logo b:nth-child(5){color:#0f9d58}.search-card small{margin:18px 0 50px;padding:7px 12px;border:1px solid var(--color-border);border-radius:999px}.search-card small,.search-card strong{display:block;color:var(--color-muted-foreground);font-size:10px}.search-card strong{font-weight:500}.search-card p{margin:4px 0;color:#0000b8;font-size:15px;font-weight:800;line-height:1.15;opacity:1}.search-card em{display:block;color:#ff8a00;font-size:10px;font-style:normal;letter-spacing:.04em}.search-card em i{color:var(--color-muted-foreground);font-style:normal;letter-spacing:0}.price-card{left:50%;bottom:-2%;margin-left:-130px;width:260px;height:210px;padding:24px;border-radius:9px;transform:rotate(-2deg);--home:rotate(-2deg);--cluster:translate(-1vw, -31vh) rotate(1deg) scale(1.24)}.price-card small{font-size:10px}.price-card strong{margin-top:105px;font-size:33px}.price-card span{font-size:10px}.delivery-card{right:14%;bottom:7%;width:210px;height:150px;padding:21px;border-radius:9px;transform:rotate(3deg);--home:rotate(3deg);--cluster:translate(-42vw, -30vh) rotate(-2deg) scale(1.2)}.delivery-card small{font-size:10px}.delivery-card strong{margin-top:56px;font-size:52px}.performance-ring{display:flex;align-items:center;justify-content:center;flex-direction:column}.performance-ring:before{content:none}.performance-ring strong{display:grid;place-items:center;width:68px;height:68px;border:7px solid var(--color-success);border-radius:50%;font-size:22px;line-height:1}.performance-ring span{margin-top:10px;line-height:1}.chat-card{height:286px}.chat-card p{margin:68px 24px 0;font-size:16px}.chat-reply{margin-top:14px;font-size:16px}.search-card:after{height:42%}.delivery-card small,.delivery-card strong,.price-card small,.price-card span,.price-card strong,.search-card p,.search-card small,.search-card span,.search-card strong{position:relative;z-index:1}.delivery-card strong{margin-top:44px}@media(min-width:641px)and (max-width:1024px){.landing-hero{min-height:860px;padding:290px 24px 170px;justify-content:flex-start}.landing-hero h1{max-width:min(560px,74vw);margin-top:18px;font-size:clamp(39px,2.55vw + 21px,49px);line-height:1}.landing-hero>p{max-width:min(430px,58vw);font-size:clamp(13px,.45vw + 10px,14.5px);line-height:clamp(1.48,.4vw + 1.25,1.56)}.hero-title-mask{top:48%;width:min(620px,76vw);height:190px}.performance-ring{left:clamp(84px,17vw,150px);top:8%;width:132px;height:150px;transform:rotate(-4deg);--home:rotate(-4deg);--cluster:translate(28vw, 244px) rotate(0deg) scale(1.16)}.performance-ring strong{width:48px;height:48px;border-width:5px;font-size:16px}.performance-ring span{font-size:8px}.site-card{left:50%;top:7%;width:210px;height:230px;margin-left:-105px;padding:16px;transform:rotate(0);--home:rotate(0deg);--cluster:translate(0, 230px) rotate(-1deg) scale(1.2)}.site-window-dots{gap:5px}.site-window-dots i{width:6px;height:6px}.site-card .site-pill{margin-top:16px;padding:5px 8px;border-radius:8px;font-size:8px}.site-card strong{margin-top:9px;font-size:19px}.site-card .site-action{left:16px;bottom:20px;padding:7px 12px;font-size:8px}.site-card .site-line{left:84px;bottom:29px;width:36px;height:5px}.visual-card{right:clamp(30px,7vw,82px);top:7%;width:170px;height:260px;transform:rotate(9deg);--home:rotate(9deg);--cluster:translate(-28vw, 218px) rotate(5deg) scale(1.2)}.visual-building{inset:66px -16px -24px}.visual-card span{left:12px;bottom:20px;font-size:11px}.visual-card span i{width:7px;height:7px;margin-right:4px}.chat-card{left:clamp(-240px,-24vw,-166px);top:355px;width:285px;height:258px;font-size:14px;transform:rotate(-4deg);--home:rotate(-4deg);--cluster:translate(42vw, -30px) rotate(-4deg) scale(1.14)}.chat-head{height:64px;padding:14px 18px;gap:11px}.chat-avatar{width:31px;height:31px}.chat-card p{margin:70px 20px 0;padding:12px 14px;font-size:14px}.chat-reply{margin:13px 18px 0 auto;padding:10px 13px;font-size:13px}.result-card{right:clamp(-210px,-21vw,-142px);top:382px;width:270px;height:210px;padding:24px 24px 28px;transform:rotate(3deg);--home:rotate(3deg);--cluster:translate(-42vw, -62px) rotate(3deg) scale(1.14)}.result-card small{font-size:11px}.result-card strong{margin-top:16px;font-size:32px}.result-card svg{left:18px;right:18px;bottom:22px;width:calc(100% - 36px);height:66px}.search-card{left:clamp(72px,16vw,170px);bottom:6%;width:270px;height:152px;padding:18px 17px;transform:rotate(2deg);--home:rotate(2deg);--cluster:translate(21vw, -270px) rotate(-2deg) scale(1.16)}.search-card .google-logo{font-size:14px}.search-card small{margin:13px 0 36px;padding:5px 10px;font-size:8px}.search-card strong{font-size:8px}.search-card p{font-size:11px}.search-card em{font-size:8px}.price-card{left:50%;bottom:-3%;width:198px;height:182px;margin-left:-99px;padding:18px;transform:rotate(-2deg);--home:rotate(-2deg);--cluster:translate(0, -270px) rotate(1deg) scale(1.18)}.price-card small,.price-card span{font-size:8px}.price-card strong{margin-top:92px;font-size:25px}.delivery-card{right:clamp(74px,15vw,150px);bottom:6%;width:144px;height:128px;padding:16px;transform:rotate(4deg);--home:rotate(4deg);--cluster:translate(-34vw, -268px) rotate(-2deg) scale(1.16)}.delivery-card small{font-size:8px}.delivery-card strong{margin-top:43px;font-size:34px}}@media(min-width:641px)and (max-width:780px){.landing-hero h1{max-width:min(500px,72vw);font-size:clamp(37px,2.4vw + 21px,40px)}.landing-hero>p{max-width:min(390px,58vw)}.chat-card{left:-245px}.result-card{right:-245px}}@media(max-width:640px){.landing-hero{min-height:760px;padding:252px 18px 156px;justify-content:flex-start}.landing-hero h1{max-width:min(360px,88vw);margin-top:18px;font-size:clamp(29px,5vw + 12px,36px);line-height:1.02}.landing-hero>p{max-width:min(305px,76vw);font-size:clamp(12.5px,1.1vw + 9px,14px);line-height:clamp(1.42,.6vw + 1.25,1.52)}.hero-title-mask{display:block;top:49%;width:min(390px,92vw);height:180px;border-radius:20px}.performance-ring,.show-card{animation:card-cluster 3.55s cubic-bezier(.22,1,.36,1) .25s both;will-change:transform}.performance-ring{display:flex;left:22%;top:6%;width:96px;height:132px;gap:7px;transform:rotate(-3deg);--home:rotate(-3deg);--cluster:translate(23vw, 250px) rotate(0deg) scale(1.18)}.performance-ring strong{width:31px;height:31px;border-width:4px;font-size:12px}.performance-ring span{margin-top:2px;font-size:6px}.site-card{left:50%;top:7%;width:108px;height:172px;margin-left:-54px;padding:10px;transform:rotate(0);--home:rotate(0deg);--cluster:translate(0, 228px) rotate(-1deg) scale(1.36)}.site-window-dots{gap:4px}.site-window-dots i{width:4px;height:4px}.site-card .site-pill{margin-top:10px;padding:3px 5px;border-radius:5px;font-size:5px}.site-card strong{margin-top:6px;font-size:14px}.site-card .site-action{left:10px;bottom:14px;padding:4px 8px;font-size:5px}.site-card .site-line{left:59px;bottom:20px;width:22px;height:4px}.visual-card{right:8%;top:7%;width:112px;height:205px;transform:rotate(8deg);--home:rotate(8deg);--cluster:translate(-32vw, 210px) rotate(5deg) scale(1.25)}.visual-building{inset:58px -12px -20px}.visual-card span{left:9px;bottom:16px;font-size:7px}.visual-card span i{width:5px;height:5px;margin-right:3px}.chat-card{left:clamp(-96px,-22vw,-58px);top:clamp(360px,50svh,410px);width:112px;height:220px;font-size:6px;transform:rotate(-3deg);--home:rotate(-3deg);--cluster:translate(30vw, -22px) rotate(-4deg) scale(1.22)}.chat-head{height:31px;padding:6px 7px;gap:5px}.chat-avatar{width:14px;height:14px;font-size:7px}.chat-card p{margin:101px 8px 0;padding:5px;border-radius:4px;font-size:6px;line-height:1.18}.chat-reply{margin:7px 8px 0 auto;padding:4px 5px;border-radius:4px;font-size:5px}.result-card{right:-1%;top:48%;width:94px;height:176px;padding:20px 13px 18px;transform:rotate(3deg);--home:rotate(3deg);--cluster:translate(-32vw, -86px) rotate(3deg) scale(1.2)}.result-card small{font-size:6px}.result-card strong{margin-top:9px;font-size:13px}.result-card svg{left:10px;right:10px;bottom:16px;width:calc(100% - 20px);height:54px}.search-card{left:17%;bottom:11%;width:112px;height:86px;padding:10px 9px;transform:rotate(1deg);--home:rotate(1deg);--cluster:translate(22vw, -242px) rotate(-1deg) scale(1.28)}.search-card .google-logo{font-size:8px}.search-card small{margin:8px 0 26px;padding:4px 7px;font-size:4px}.search-card strong{font-size:4px}.search-card p{margin-top:2px;font-size:6px}.search-card em{font-size:4px}.price-card{left:50%;bottom:-2%;width:102px;height:156px;margin-left:-51px;padding:13px;transform:rotate(-2deg);--home:rotate(-2deg);--cluster:translate(0, -244px) rotate(1deg) scale(1.22)}.price-card small,.price-card span{font-size:4px}.price-card strong{margin-top:78px;font-size:14px}.delivery-card{right:17%;bottom:9%;width:74px;height:128px;padding:10px;transform:rotate(3deg);--home:rotate(3deg);--cluster:translate(-28vw, -236px) rotate(-2deg) scale(1.2)}.delivery-card small{font-size:4px}.delivery-card strong{margin-top:67px;font-size:18px}.sticky-cta-wrap{width:calc(100% - 48px);padding:14px 12px 12px}}@media(max-width:380px){.chat-card{left:-92px;width:106px}}@media(min-width:1025px)and (max-height:840px),(min-width:1025px)and (max-width:1440px){.landing-hero{padding-top:clamp(84px,10vh,116px);padding-bottom:clamp(118px,16vh,150px)}.landing-hero h1{max-width:min(820px,68vw);font-size:clamp(46px,4.2vw,60px)}.landing-hero>p{max-width:min(480px,42vw)}.hero-title-mask{width:min(760px,66vw);height:185px}.performance-ring{left:clamp(120px,18vw,245px);top:5%;width:190px;height:140px;--home:rotate(-4deg) scale(.82);--cluster:translate(18vw, 24vh) rotate(0deg) scale(.98)}.site-card{top:3%;width:330px;height:190px;margin-left:-165px;--home:rotate(0deg) scale(.86);--cluster:translate(-1vw, 24vh) rotate(-1deg) scale(1)}.visual-card{right:clamp(-42px,-2vw,-20px);top:4%;width:260px;height:245px;--home:rotate(7deg) scale(.88);--cluster:translate(-25vw, 23vh) rotate(4deg) scale(1)}.chat-card{left:clamp(-122px,-7vw,-72px);top:34%;width:250px;height:238px;--home:rotate(-4deg) scale(.86);--cluster:translate(38vw, 3vh) rotate(-3deg) scale(1)}.chat-head{height:66px;padding:15px 18px}.chat-card p{margin:58px 20px 0}.chat-card p,.chat-reply{font-size:14px}.result-card{right:clamp(-128px,-7vw,-74px);top:40%;width:250px;height:190px;--home:rotate(3deg) scale(.86);--cluster:translate(-38vw, -10vh) rotate(2deg) scale(1)}.result-card strong{font-size:32px}.search-card{left:clamp(70px,11vw,160px);bottom:2%;width:300px;height:172px;--home:rotate(2deg) scale(.86);--cluster:translate(20vw, -30vh) rotate(-2deg) scale(1)}.search-card small{margin-bottom:38px}.price-card{bottom:-6%;width:220px;height:185px;margin-left:-110px;--home:rotate(-2deg) scale(.88);--cluster:translate(-1vw, -29vh) rotate(1deg) scale(1)}.price-card strong{margin-top:88px;font-size:28px}.delivery-card{right:clamp(72px,10vw,150px);bottom:4%;width:170px;height:128px;--home:rotate(3deg) scale(.86);--cluster:translate(-38vw, -28vh) rotate(-2deg) scale(1)}.delivery-card strong{margin-top:35px;font-size:42px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}
