/* Landing page: hierarchy, readable content and responsive layouts. */
:focus-visible{outline:3px solid #f42535;outline-offset:5px}
html:not(.reveal-ready) [data-reveal]{opacity:1;transform:none}
.desktop-nav a{position:relative;padding-block:12px}
.desktop-nav a[aria-current="location"]{color:var(--red)}
.desktop-nav a[aria-current="location"]:after{content:"";position:absolute;bottom:3px;left:0;right:0;height:2px;border-radius:2px;background:var(--red)}
.plan-guide{display:flex;flex-direction:column;align-items:center;gap:14px;margin:-10px 0 38px;text-align:center}
.plan-guide>span{color:var(--muted);font-size:13px;font-weight:700}
.plan-guide>div{display:flex;justify-content:center;flex-wrap:wrap;gap:10px}
.plan-guide a{display:flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:10px 16px;border:1px solid var(--line);border-radius:12px;font-size:12px;font-weight:700;background:var(--white);transition:border-color .2s,color .2s}
.plan-guide a:hover{border-color:var(--red);color:var(--red)}.plan-guide svg{width:14px;height:14px}
.price-card{scroll-margin-top:104px;transition:box-shadow .3s,border-color .3s}
.price-card:target{outline:3px solid var(--red);outline-offset:6px}
.faq-item button{font-family:Manrope,system-ui,sans-serif}
.mobile-conversion{display:none}
@media(max-width:800px){
 .mobile-conversion:not([hidden]){position:fixed;bottom:0;left:0;right:0;z-index:90;display:grid;grid-template-columns:1fr 1.5fr;align-items:center;gap:14px;padding:12px 20px max(12px,env(safe-area-inset-bottom));border-top:1px solid var(--line);background:var(--white);box-shadow:0 -8px 32px #00000014}
 .mobile-conversion .button{min-height:46px;font-size:13px;border-radius:12px}
 .conversion-contact{display:flex;align-items:center;justify-content:center;gap:7px;min-height:44px;font-size:12px;font-weight:800;color:var(--ink)}
 .conversion-contact svg{width:20px;height:20px;color:#16a66a}
 body.conversion-visible .whatsapp,body.menu-open .mobile-conversion{display:none}
 html{scroll-padding-bottom:90px}.plan-guide{margin-bottom:34px}.plan-guide>div{width:100%;gap:8px}.plan-guide a{flex:1 1 180px}
}
.brand{flex-shrink:0}
html:not([data-theme="dark"]) body.menu-open .header .logo-light{display:block;filter:none}
html:not([data-theme="dark"]) body.menu-open .header .logo-dark{display:none}
.skip:not(:focus){clip-path:inset(50%);width:1px;height:1px;overflow:hidden;padding:0}
.hero{min-height:740px;padding:146px 0 86px}
.hero-grid{gap:48px}
.hero .eyebrow{margin-bottom:24px;font-size:10px;letter-spacing:.09em}
.hero h1{font-size:clamp(46px,4.5vw,66px);line-height:1.08;letter-spacing:-.05em}
.hero-lead{font-size:17px;max-width:540px}
.hero-trust{list-style:none;padding:0;gap:12px 18px;color:#bbc5d4;font-size:11px;line-height:1.6}
.hero-trust li{display:flex;align-items:center;gap:6px}
.hero-trust svg{width:14px;height:14px;color:#42d695;flex-shrink:0}
.hero-visual{isolation:isolate}
.hero-frame{transform:none;aspect-ratio:3/2;border:1px solid rgba(255,255,255,.14);border-radius:30px;background:#0b1220;box-shadow:0 44px 100px rgba(0,0,0,.48),0 0 0 1px rgba(244,37,53,.08);overflow:hidden}
.hero-frame:before,.hero-frame:after{display:none}
.hero-frame picture{display:block;width:100%;height:100%}
.hero-frame img{display:block;width:100%;height:100%;aspect-ratio:auto;object-fit:cover;object-position:center;filter:none;transform:scale(1.015);transform-origin:center;transition:transform .7s ease}
.hero-visual:hover .hero-frame img{transform:scale(1.035)}
.hero-product-label{position:absolute;z-index:3;left:24px;bottom:-18px;display:flex;align-items:center;gap:8px;padding:11px 14px;border:1px solid rgba(255,255,255,.13);border-radius:12px;background:rgba(14,23,38,.9);box-shadow:0 15px 34px rgba(0,0,0,.32);backdrop-filter:blur(14px);color:#e9eef6;font-size:10px;font-weight:800;letter-spacing:.02em}
.hero-product-label svg{width:15px;height:15px;color:#4adea2}
.value-section{padding:64px 0 72px;background:var(--white);border-bottom:1px solid var(--line)}
.value-heading{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:32px}
.value-heading h2{margin:0;font-size:30px;line-height:1.25;letter-spacing:-.04em}
.value-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.value-card{display:flex;flex-direction:column;align-items:flex-start;padding:28px;border:1px solid var(--line);border-radius:22px;background:var(--white);transition:transform .2s,border-color .2s}
.value-card:hover{transform:translateY(-4px);border-color:var(--red)}
.value-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:var(--red-soft);color:var(--red);margin-bottom:24px}
.value-icon svg{width:23px;height:23px}
.value-card h3{font-size:19px;line-height:1.4;letter-spacing:-.025em;margin-bottom:12px}
.value-card p{font-size:14px;line-height:1.8;color:var(--muted);margin-bottom:24px}
.value-link{display:flex;align-items:center;gap:8px;margin-top:auto;font-size:12px;font-weight:800;color:var(--red)}
.value-link svg{width:16px}
.section-heading{margin-bottom:40px}
.resource-card p,.feature-list p,.journey p,.app-grid p,.price-card p,.price-card li,.faq-item p{font-size:14px;line-height:1.75}
.resource-card h3,.feature-list h3,.app-grid h3{font-size:19px;line-height:1.4}
.resource-card .card-tag{font-size:10px}
.segment-note,.communication-copy>small,.maturity-note{font-size:12px;line-height:1.7}
.communication-copy li,.app-grid li,.delivery-steps p{font-size:13px;line-height:1.7}
.real-phone-head span,.real-phone-head b{font-size:10px}
.enterprise-copy p,.footer-brand p,.footer a,.footer span{font-size:13px;line-height:1.7}
.enterprise-label{font-size:10px}.enterprise-copy h3{font-size:20px}
.faq-item button{font-size:16px;line-height:1.5;text-align:left}
.footer h3{font-size:14px}
.hero .float-card small{color:#bbc5d4}
.delivery-steps p{color:#b8c3d3}
.mobile-menu-link strong{font-size:15px!important}.mobile-menu-link small{font-size:12px!important}
.mobile-menu-heading small{font-size:13px}.mobile-menu-actions a{font-size:14px}
@media(min-width:801px) and (max-width:1050px){.desktop-nav{gap:12px}.nav-wrap{gap:16px}.brand img{width:150px}.nav-actions{gap:12px}.hero-grid{gap:28px}}
@media(max-width:800px){
 .hero{padding:120px 0 64px;min-height:0}.hero-copy{max-width:620px;margin:auto}
 .hero-lead{margin-inline:auto}.hero-grid{gap:38px}.hero-visual{max-width:600px;margin:auto;width:100%}
 .value-heading{display:block}.value-heading h2{margin-top:16px}.value-grid{grid-template-columns:1fr}
 .value-card{padding:24px}.value-icon{margin-bottom:18px}
 .journey{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.journey-arrow{display:none}
 .resource-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.resource-card{grid-column:auto;min-width:0}.resource-full{grid-column:1/-1}
 .app-grid,.pricing-grid{display:grid;grid-template-columns:1fr;gap:24px}.app-grid article,.price-card{width:100%;max-width:none}
 .price-card.popular{margin-top:12px;transform:none}.app-grid article{min-height:0}
 .section-heading h2,.section-copy h2,.faq-copy h2{font-size:36px}
 .mobile-menu{min-height:0}.menu-button,.theme-button{min-width:44px;min-height:44px}
}
@media(max-width:560px){
 .shell,.hero .shell{width:calc(100% - 40px)}.nav-wrap{width:calc(100% - 32px)}
 .brand img{width:148px;height:44px}.hero{padding-top:110px}.hero .eyebrow{font-size:9px;margin-bottom:20px}
 .hero h1{font-size:clamp(34px,9vw,48px);line-height:1.09;margin-bottom:20px}
 .hero-lead{font-size:16px;line-height:1.75}.hero-actions{margin:26px 0 20px}
 .hero-trust{font-size:11px;gap:8px 14px}.hero-grid{gap:32px}
 .hero-visual{padding:0 0 18px}.hero-frame{width:100%;aspect-ratio:4/3;padding:0;border-radius:22px}
 .hero-frame img{height:100%;width:100%;object-position:center 24%;border-radius:0;transform:scale(1.12)}
 .hero-visual:hover .hero-frame img{transform:scale(1.12)}
 .hero-product-label{left:50%;bottom:0;transform:translateX(-50%);width:max-content;max-width:90%;justify-content:center;font-size:9px}
 .float-card{display:none}.value-section{padding:48px 0}.value-heading h2{font-size:28px}
 .section{padding:60px 0}.section-heading h2,.section-copy h2,.faq-copy h2{font-size:32px;line-height:1.18}
 .section-heading>p,.section-copy>p,.faq-copy>p{font-size:15px;line-height:1.8}
 .resource-grid{grid-template-columns:1fr}.resource-card,.resource-full{grid-column:1;padding:25px;min-height:0}
 .journey article{padding:0}.journey h3{font-size:16px}.journey p{font-size:13px}
 .delivery-steps h3{font-size:16px}.delivery-steps p{font-size:13px}
 .real-phone-head{display:block;min-height:48px}.real-phone-head span,.real-phone-head b{display:block;font-size:8px;line-height:1.5}
 .delivery-sync strong{font-size:12px}.delivery-sync small,.privacy-chip{font-size:10px}
 .loyalty-levels span{font-size:10px}.communication-copy li{font-size:13px}
 .bubble{font-size:12px!important}.chat-head{font-size:11px}.call-window strong{font-size:11px}
 .enterprise-copy p{font-size:13px}.enterprise-action{font-size:13px}.enterprise-label{font-size:9px}
 .price-card{padding:28px}.price-card p,.price-card li{font-size:14px}.plan-label{font-size:12px}
 .whatsapp{right:14px;bottom:14px;width:48px;height:48px}.footer{padding-bottom:80px}
}
/* Compact, touch-controlled exploration on smaller screens. */
@media(max-width:800px){
 .section{padding:44px 0}.value-section{padding:40px 0}.section-heading{margin-bottom:26px}
 .mobile-carousel[data-manual-carousel]{display:flex!important;position:relative;align-items:flex-start;gap:14px;margin-inline:0;padding:8px 0 18px;scroll-padding-inline:0;scroll-snap-type:x mandatory;overflow-x:auto;overflow-y:hidden;transition:height .25s ease}
 .mobile-carousel[data-manual-carousel]>article,.mobile-carousel[data-manual-carousel]>a.value-card,.mobile-carousel[data-manual-carousel]>li{flex:0 0 92%;width:92%;max-width:none;min-width:0;scroll-snap-align:start;scroll-snap-stop:always;transform:none;opacity:1}
 .mobile-carousel[data-manual-carousel]>[data-reveal]{opacity:1;transform:none}
 .pricing-grid.mobile-carousel>article{flex-basis:100%;width:100%;margin-top:12px;scroll-margin-top:104px}
 .pricing-grid.mobile-carousel{padding-inline:6px;scroll-padding-inline:6px;padding-top:14px}
 .resource-grid.mobile-carousel>.resource-card{min-height:0;padding:24px;display:flex;flex-direction:column;align-items:flex-start}
 .resource-grid.mobile-carousel .communication-demo{display:none}
 .resource-grid.mobile-carousel .communication-copy h3{font-size:20px}
 .resource-grid.mobile-carousel .communication-copy li{font-size:12px}
 .resource-grid.mobile-carousel .communication-copy>small{font-size:11px}
 .resource-grid.mobile-carousel .resource-icon{flex-shrink:0}
 .resource-grid.mobile-carousel .card-tag{position:static;display:inline-block;margin:0 0 12px}
 .resource-grid.mobile-carousel .loyalty-levels{width:100%}
 .journey.mobile-carousel>article{min-height:210px;padding:16px;border:1px solid var(--line);border-radius:20px}
 .delivery-steps.mobile-carousel>li{padding:22px;border:1px solid #344058;border-radius:20px;min-height:230px}
 .delivery-steps.mobile-carousel>li:after{display:none}
 .mobile-carousel[data-manual-carousel]+.carousel-controls{display:flex;gap:10px;margin:0;min-height:48px}
 .carousel-instruction{font-size:11px;color:var(--muted);text-transform:none;letter-spacing:0}
 .delivery-journey .carousel-instruction{color:#aab8cc}
 .carousel-buttons button{width:44px;height:44px;min-width:44px;font-size:20px}
 .carousel-dots{gap:5px}.carousel-dots i{width:5px;height:5px}
 .plan-guide>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
 .plan-guide a{min-width:0;padding:10px 6px;font-size:11px;line-height:1.5;flex-direction:column}
 .plan-guide{margin-bottom:14px}
 .journey-security{margin-top:24px}
 .app-grid.mobile-carousel>article{padding:26px;min-height:0}
}
/* Product demonstration uses the current application screens without alteration. */
.delivery-grid{gap:64px;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr)}
.delivery-demo{min-width:0;overflow:hidden;border:1px solid #2b374a;border-radius:30px;background:#0d1523;color:#f4f7fb;box-shadow:0 30px 65px #06102226;isolation:isolate}
.demo-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:24px 24px 18px}
.demo-heading>span:first-child{display:flex;align-items:center;gap:8px;font-size:10px;font-weight:800;letter-spacing:.1em}
.demo-heading svg{width:15px;height:15px;color:#ff6571}.demo-label{font-size:10px;color:#9baac1}
.demo-tabs{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin:0 22px;padding:5px;border:1px solid #2b3548;border-radius:14px;background:#080f1b}
.demo-tab{display:flex;align-items:center;justify-content:center;gap:9px;min-height:44px;border:0;border-radius:9px;background:transparent;color:#9eacc0;font:700 12px Manrope,system-ui,sans-serif;cursor:pointer;transition:background .3s,color .3s}
.demo-tab>span{font-size:10px;opacity:.65}.demo-tab[aria-pressed="true"]{color:#fff;background:#263247;box-shadow:0 3px 10px #0003}
.demo-tab[aria-pressed="true"]>span{color:#ff6874;opacity:1}
.demo-stage{position:relative;display:grid;place-items:center;padding:28px 0 48px;background:radial-gradient(ellipse at 50% 35%,#f425351b,transparent 65%);overflow:hidden}
.demo-grid{position:absolute;inset:0;background-image:linear-gradient(#ffffff05 1px,transparent 1px),linear-gradient(90deg,#ffffff05 1px,transparent 1px);background-size:32px 32px;mask-image:radial-gradient(ellipse,#000,transparent 75%)}
.demo-device{position:relative;width:244px;padding:7px;border:1px solid #526079;border-radius:31px;background:linear-gradient(150deg,#4a566b,#151f30 35%,#334057);box-shadow:0 25px 45px #0006,0 0 0 4px #ffffff03;z-index:2}
.demo-device:after{content:"";position:absolute;right:-3px;top:90px;width:3px;height:44px;border-radius:2px;background:#65738a}
.demo-device-screen{position:relative;aspect-ratio:840/1866;overflow:hidden;border-radius:24px;background:#0b1320}
.demo-screen{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;opacity:0;transform:translateX(12px);transition:opacity .65s ease,transform .65s ease}
.demo-screen.is-active{opacity:1;transform:translateX(0)}
.demo-route{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}
.route-track{stroke:#2d3a4f;stroke-width:2;stroke-dasharray:5 7}.route-travel{stroke:#ff4557;stroke-width:3;stroke-dasharray:70 650;stroke-linecap:round;opacity:.8}
.is-playing .route-travel{animation:deliveryRoute 6.5s linear infinite}
@keyframes deliveryRoute{from{stroke-dashoffset:70}to{stroke-dashoffset:-650}}
.demo-node{position:absolute;z-index:1;display:flex;flex-direction:column;align-items:center;gap:9px;color:#8fa0b8;font-size:10px;font-weight:700}
.demo-node svg{width:38px;height:38px;padding:10px;box-sizing:content-box;border:1px solid #354258;border-radius:18px;background:#182336;transition:color .6s,border-color .6s}
.node-store{left:4%;top:21%}.node-home{right:4%;bottom:19%}
.delivery-demo[data-stage="0"] .node-store svg{color:#ffb34e;border-color:#92652c}
.delivery-demo[data-stage="1"] .node-home svg{color:#55dfad;border-color:#2b8569}
.demo-status{position:absolute;z-index:3;bottom:26px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:9px;width:max-content;max-width:92%;padding:12px 15px;background:#1b293def;border:1px solid #3a4b63;border-radius:12px;box-shadow:0 12px 25px #0004;font-size:10px;font-weight:700;backdrop-filter:blur(12px)}
.demo-status>svg{width:15px;height:15px;color:#5ee5b1}.demo-status-dot{width:6px;height:6px;flex-shrink:0;background:#5ee5b1;border-radius:50%}
.demo-caption{padding:0 26px 22px;min-height:128px}.demo-caption span{color:#ff7b85;font-size:9px;font-weight:800;letter-spacing:.12em}.demo-caption h3{font-size:23px;letter-spacing:-.04em;margin:8px 0;line-height:1.25}.demo-caption p{color:#a7b5c9;font-size:13px;line-height:1.7;margin:0;max-width:380px}
.demo-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 22px;border-top:1px solid #253247;color:#8fa0b8;font-size:10px}
.demo-footer button{display:flex;align-items:center;gap:6px;min-height:44px;border:0;background:transparent;color:#dce5f2;font:700 11px Manrope,system-ui,sans-serif;cursor:pointer;order:-1}.demo-footer svg{width:14px;height:14px}
@media(max-width:1050px) and (min-width:801px){.delivery-grid{gap:32px}.demo-device{width:220px}.demo-node svg{width:22px;height:22px}.demo-heading{padding-inline:18px}.demo-label{display:none}}
@media(max-width:800px){.delivery-grid{grid-template-columns:1fr;gap:42px}.delivery-demo{width:100%;max-width:560px;margin-inline:auto}.demo-device{width:260px}}
@media(max-width:560px){.delivery-demo{border-radius:24px}.demo-heading{padding:20px 16px 16px}.demo-label{font-size:9px}.demo-heading>span:first-child{font-size:9px}.demo-tabs{margin-inline:14px}.demo-tab{font-size:11px;gap:6px}.demo-stage{padding-top:24px}.demo-device{width:min(236px,70%)}.demo-node svg{width:18px;height:18px;padding:9px;border-radius:12px}.node-store{left:3%;top:19%}.node-home{right:3%;bottom:20%}.demo-node span{font-size:8px}.demo-caption{padding-inline:20px;min-height:142px}.demo-caption h3{font-size:22px}.demo-footer{padding-inline:16px;font-size:9px}.demo-status{font-size:9px;padding:11px 12px;gap:7px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}

/* Animated brand opening: a compact, interactive product story. */
.hero-motion{position:relative;width:100%;color:#f6f8fc;border:1px solid #ffffff12;border-radius:28px;background:radial-gradient(ellipse at 50% 42%,#44132233,transparent 65%),linear-gradient(145deg,#111723b3,#080e19d9);box-shadow:0 35px 90px #0003;overflow:hidden}
.motion-top{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;font-size:9px;letter-spacing:.17em;color:#a8b3c4}.motion-top>span{display:flex;align-items:center;gap:8px}.motion-top b{width:5px;height:5px;border-radius:50%;background:#49dda2;box-shadow:0 0 12px #49dda2}
.motion-pause{display:grid;place-items:center;width:32px;height:32px;border:1px solid #ffffff20;border-radius:50%;background:#ffffff06;color:#dce3ef;cursor:pointer;font-size:12px}
.motion-universe{position:relative;height:330px;margin-inline:18px;border:1px solid #ffffff0d;border-radius:21px;background:linear-gradient(140deg,#ffffff05,#ffffff00),repeating-linear-gradient(90deg,#ffffff05 0 1px,transparent 1px 62px),repeating-linear-gradient(0deg,#ffffff04 0 1px,transparent 1px 62px);overflow:hidden}
.operation-line{position:absolute;left:10%;right:10%;top:50%;height:1px;background:linear-gradient(90deg,#ff405800,#ff4058aa 20%,#ff4058aa 80%,#ff405800)}.operation-line:after{content:"";position:absolute;inset:-2px 75% -2px 0;background:linear-gradient(90deg,transparent,#ff8b9b,transparent);filter:drop-shadow(0 0 5px #ff4058);animation:operationSignal 4.2s ease-in-out infinite}.operation-line span{position:absolute;top:-4px;width:9px;height:9px;border:2px solid #ff6275;border-radius:50%;background:#121b29}.operation-line span:nth-child(1){left:4%}.operation-line span:nth-child(2){left:35%}.operation-line span:nth-child(3){left:66%}.operation-line span:nth-child(4){right:4%}
.operation-card{position:absolute;z-index:2;display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:10px;width:192px;padding:13px;border:1px solid #ffffff16;border-radius:15px;background:#111b2df2;box-shadow:0 18px 38px #0005;opacity:.35;transform:translateY(8px) scale(.96);transition:opacity .65s,transform .65s,border-color .65s,box-shadow .65s}.operation-card>div:nth-child(2){min-width:0}.operation-card small,.operation-card strong,.operation-card span{display:block}.operation-card small{font-size:7px;letter-spacing:.13em;color:#8e9cb0}.operation-card strong{margin:3px 0;font-size:11px}.operation-card span{font-size:8px;color:#7f8da1}.operation-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;background:#ff405817;color:#ff6477}.operation-icon svg{width:16px;height:16px}.order-card{left:3%;top:20px}.kitchen-card{right:3%;top:20px}.client-card{right:3%;bottom:20px}.order-pulse{width:7px;height:7px;border-radius:50%;background:#4be0a5;box-shadow:0 0 0 5px #4be0a514}.kitchen-progress{grid-column:2/-1;height:3px!important;margin-top:3px;border-radius:4px;background:#ffffff10;overflow:hidden}.kitchen-progress i{display:block;width:68%;height:100%;border-radius:inherit;background:#ff6b3d}
.operation-center{position:absolute;z-index:3;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;width:210px;padding:20px 18px 15px;border:1px solid #ffffff30;border-radius:20px;background:linear-gradient(155deg,#fbfcfe,#e8edf4);box-shadow:0 24px 55px #0009,0 0 45px #ff405823;color:#141c29}.operation-center>img{width:150px;height:auto}.operation-center>span{margin:9px 0 11px;color:#697588;font-size:6px;font-weight:800;letter-spacing:.16em}.center-metrics{display:flex;align-items:center;justify-content:center;gap:15px;width:100%;padding-top:10px;border-top:1px solid #dbe0e8}.center-metrics b{font-size:13px}.center-metrics small{display:block;margin-top:1px;color:#8792a2;font-size:6px;font-weight:700}.center-metrics i{width:1px;height:24px;background:#dbe0e8}
.route-card{position:absolute;z-index:2;left:3%;bottom:17px;width:205px;padding:12px 13px 8px;border:1px solid #ffffff16;border-radius:15px;background:#111b2df2;box-shadow:0 18px 38px #0005;opacity:.32;transform:translateY(8px) scale(.96);transition:opacity .65s,transform .65s,border-color .65s,box-shadow .65s}.route-head{display:flex;align-items:center;justify-content:space-between;color:#8f9db0;font-size:7px;font-weight:800}.route-head span{display:flex;align-items:center;gap:5px}.route-head svg{width:10px;height:10px}.route-head b{color:#4be0a5;font-size:8px}.route-card svg{display:block;width:100%;height:62px;overflow:visible}.route-card path{fill:none;stroke-linecap:round}.route-base{stroke:#344359;stroke-width:2;stroke-dasharray:4 5}.route-live{stroke:#ff4058;stroke-width:3;stroke-dasharray:0 270;transition:stroke-dasharray 1.2s ease}.route-start{fill:#ff4058}.route-end{fill:#42d69b}.route-rider{transform:translate(18px,70px);transition:transform 1.2s cubic-bezier(.4,0,.2,1)}.route-rider circle{fill:#ff4058}.route-rider path{stroke:#fff;stroke-width:1.5}.route-labels{display:flex;justify-content:space-between;margin-top:-10px;color:#7f8da1;font-size:7px}
.hero-motion[data-stage="0"] .order-card,.hero-motion[data-stage="1"] .kitchen-card,.hero-motion[data-stage="2"] .route-card,.hero-motion[data-stage="3"] .client-card{opacity:1;transform:none;border-color:#ff5b7068;box-shadow:0 18px 42px #0006,0 0 28px #ff40581d}.hero-motion[data-stage="1"] .kitchen-progress i{animation:kitchenFill 2s ease both}.hero-motion[data-stage="2"] .route-live{stroke-dasharray:270 0}.hero-motion[data-stage="2"] .route-rider{transform:translate(178px,28px)}.hero-motion[data-stage="3"] .client-card .operation-icon{background:#42d69b1b;color:#42d69b}
@keyframes operationSignal{0%{transform:translateX(0);opacity:0}15%,80%{opacity:1}100%{transform:translateX(400%);opacity:0}}@keyframes kitchenFill{from{width:8%}to{width:68%}}
.motion-story{display:flex;align-items:flex-start;gap:16px;margin:8px 26px 22px;min-height:67px}.motion-count{font-size:10px;letter-spacing:.06em;color:#ff6276;padding-top:5px;white-space:nowrap}.motion-story strong{display:block;font-size:17px;letter-spacing:-.03em;line-height:1.4}.motion-story p{font-size:12px;line-height:1.6;color:#a8b6ca;margin:7px 0 0}
.motion-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;padding:0 24px 24px}.motion-tabs button{position:relative;min-width:0;padding:15px 0 4px;border:0;border-top:2px solid #ffffff17;background:none;color:#8897ae;font:600 10px Manrope,system-ui;cursor:pointer;transition:color .3s,border-color .3s}.motion-tabs button[aria-pressed=true]{border-color:#ff4058;color:#fff}.motion-tabs button:hover{color:#fff}
@media(max-width:560px){.hero-visual{padding:0;margin-top:0}.hero-motion{border-radius:22px}.motion-top{padding:14px 16px;font-size:7px;letter-spacing:.12em}.motion-universe{height:268px;margin-inline:10px}.operation-center{width:156px;padding:16px 12px 12px}.operation-center>img{width:118px}.operation-card{width:145px;grid-template-columns:29px 1fr auto;gap:7px;padding:9px}.operation-icon{width:28px;height:28px}.operation-icon svg{width:13px}.operation-card strong{font-size:9px}.operation-card small,.operation-card span{font-size:6px}.order-card{left:7px;top:11px}.kitchen-card{right:7px;top:66px}.client-card{right:7px;bottom:9px}.route-card{left:7px;bottom:8px;width:150px;padding:9px}.route-card svg{height:49px}.route-rider{display:none}.motion-story{margin:16px 17px 12px;gap:11px;min-height:82px}.motion-story strong{font-size:15px}.motion-story p{font-size:11px}.motion-count{font-size:8px}.motion-tabs{padding:0 16px 19px;gap:8px}.motion-tabs button{font-size:8px;min-height:44px}}
@media(prefers-reduced-motion:reduce){.operation-line:after,.kitchen-progress i{animation:none!important}.operation-card,.route-card,.route-live,.route-rider,.motion-tabs button{transition:none}}

/* Motion system used throughout the landing page. */
.site-progress{position:absolute;left:0;right:0;bottom:-1px;height:2px;overflow:hidden;pointer-events:none}.site-progress span{display:block;width:100%;height:100%;transform:scaleX(0);transform-origin:left;background:linear-gradient(90deg,#f42535,#ff6b4a,#35d99a);box-shadow:0 0 10px #f4253580;will-change:transform}
.reveal-ready [data-reveal]{filter:blur(5px);transform:translateY(28px) scale(.985);transition:opacity .75s cubic-bezier(.2,.7,.2,1),transform .75s cubic-bezier(.2,.7,.2,1),filter .75s ease;transition-delay:var(--reveal-delay,0ms)}.reveal-ready [data-reveal].revealed{filter:none;transform:none}
.section-heading .kicker,.section-copy .kicker,.journey-heading .kicker,.faq-copy .kicker{position:relative}.section-heading .kicker:after,.section-copy .kicker:after,.journey-heading .kicker:after,.faq-copy .kicker:after{content:"";position:absolute;left:0;bottom:-7px;width:34px;height:2px;border-radius:3px;background:var(--red);transform:scaleX(0);transform-origin:left;transition:transform .8s .2s ease}.is-inview .section-heading .kicker:after,.is-inview .section-copy .kicker:after,.is-inview .journey-heading .kicker:after,.is-inview .faq-copy .kicker:after{transform:scaleX(1)}
.intro.is-inview .journey article{animation:journeyArrive .65s cubic-bezier(.2,.75,.25,1) both;animation-delay:calc(var(--motion-index,0) * 100ms)}.intro.is-inview .journey-arrow svg{animation:arrowTravel 1.8s ease-in-out infinite}.intro.is-inview .journey-arrow:nth-of-type(2) svg{animation-delay:.25s}.intro.is-inview .journey-arrow:nth-of-type(3) svg{animation-delay:.5s}
.delivery-journey.is-inview .delivery-steps li>span{animation:deliveryStepGlow 6s ease-in-out infinite;animation-delay:calc(var(--motion-index,0) * .7s)}.delivery-journey.is-inview .delivery-steps:before{background-size:200% 100%;animation:flowGradient 5s linear infinite}
.resource-card{transition:transform .35s cubic-bezier(.2,.7,.2,1),border-color .35s,box-shadow .35s}.resource-card:hover{transform:translateY(-7px);box-shadow:0 25px 55px #11182716}.resources.is-inview .metric-preview svg{animation:metricRise 2.8s ease-in-out infinite}.resources.is-inview .resource-flow svg{animation:flowArrow 1.8s ease-in-out infinite}.resources.is-inview .loyalty-levels span{animation:levelGlow 5s ease-in-out infinite}.resources.is-inview .loyalty-levels span:nth-child(2){animation-delay:.4s}.resources.is-inview .loyalty-levels span:nth-child(3){animation-delay:.8s}.resources.is-inview .loyalty-levels span:nth-child(4){animation-delay:1.2s}
.internet-callout{position:relative;display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:14px;margin:23px 0 26px;padding:17px 18px;border:1px solid #334159;border-radius:18px;background:linear-gradient(135deg,#172238,#111a2b);box-shadow:0 18px 42px #0002;overflow:hidden}.internet-callout:after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,transparent 25%,#ffffff0a 45%,transparent 65%);transform:translateX(-110%)}.delivery-section.is-inview .internet-callout:after{animation:calloutSweep 5s 1s ease-in-out infinite}.internet-callout>span{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:#43d9a418;color:#4ce0aa}.internet-callout>span svg{width:20px}.internet-callout small,.internet-callout strong{display:block}.internet-callout small{margin-bottom:5px;color:#4ce0aa;font-size:7px;font-weight:800;letter-spacing:.13em}.internet-callout strong{color:#fff;font-size:12px;line-height:1.4}.internet-callout p{margin:5px 0 0!important;color:#9caabd!important;font-size:10px!important;line-height:1.55!important}.internet-callout>svg{width:25px;color:#ff6475}
.communication-demo .bubble{opacity:.45;transform:translateY(7px)}.resources.is-inview .communication-demo .bubble{animation:bubbleArrive 6s ease-in-out infinite}.resources.is-inview .communication-demo .driver{animation-delay:.55s}.resources.is-inview .communication-demo .support{animation-delay:1.1s}.call-window:before,.call-window:after{content:"";position:absolute;left:31px;top:50%;width:40px;height:40px;border:1px solid #ff526880;border-radius:50%;transform:translate(-50%,-50%) scale(.65);opacity:0}.resources.is-inview .call-window:before{animation:callRing 2.4s ease-out infinite}.resources.is-inview .call-window:after{animation:callRing 2.4s .8s ease-out infinite}
.apps-section.is-inview .app-icon{animation:appFloat 4.6s ease-in-out infinite}.apps-section.is-inview .app-grid article:nth-child(2) .app-icon{animation-delay:.5s}.apps-section.is-inview .app-grid article:nth-child(3) .app-icon{animation-delay:1s}.no-commission.is-inview .coin{animation:coinFloat 4s ease-in-out infinite}.no-commission.is-inview .c2{animation-delay:.8s}.no-commission.is-inview .revenue-card{animation:revenueBreathe 5s ease-in-out infinite}.faq-item button span{transition:transform .25s,color .25s}.faq-item button:hover span{transform:translateX(5px);color:var(--red)}.faq-item.active{border-color:#f4253538}.final-cta.is-inview .orb-one{animation:orbDrift 9s ease-in-out infinite}.final-cta.is-inview .orb-two{animation:orbDrift 11s 1s ease-in-out infinite reverse}.final-cta.is-inview .final-card>img{animation:appFloat 4s ease-in-out infinite}.whatsapp{animation:whatsappBreath 4.2s ease-in-out infinite}
@keyframes journeyArrive{from{opacity:.2;transform:translateY(16px)}to{opacity:1;transform:none}}@keyframes arrowTravel{0%,100%{transform:translateX(0);opacity:.45}50%{transform:translateX(5px);opacity:1}}@keyframes deliveryStepGlow{0%,16%,100%{transform:none;box-shadow:none}8%{transform:translateY(-4px);border-color:#f42535;box-shadow:0 0 0 7px #f4253510}}@keyframes flowGradient{to{background-position:-200% 0}}@keyframes metricRise{50%{transform:translateY(-4px);color:#3ad59c}}@keyframes flowArrow{50%{transform:translateX(4px);color:var(--red)}}@keyframes levelGlow{50%{transform:translateY(-3px);filter:brightness(1.08)}}@keyframes calloutSweep{0%,55%{transform:translateX(-110%)}85%,100%{transform:translateX(110%)}}@keyframes bubbleArrive{0%,100%{opacity:.45;transform:translateY(7px)}15%,75%{opacity:1;transform:none}}@keyframes callRing{0%{transform:translate(-50%,-50%) scale(.65);opacity:.75}80%,100%{transform:translate(-50%,-50%) scale(1.8);opacity:0}}@keyframes appFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes coinFloat{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-8px) rotate(5deg)}}@keyframes revenueBreathe{50%{transform:translateY(-4px);box-shadow:0 22px 50px #0002}}@keyframes orbDrift{50%{transform:translate(24px,18px) scale(1.06)}}@keyframes whatsappBreath{0%,100%{box-shadow:0 12px 32px #20bd6b4d}50%{box-shadow:0 12px 38px #20bd6b82}}
@media(max-width:800px){.reveal-ready [data-reveal]{filter:none;transform:translateY(18px);transition-delay:0ms}.resource-card:hover{transform:none}.internet-callout{grid-template-columns:40px 1fr;padding:15px}.internet-callout>svg{display:none}.internet-callout p{font-size:9px!important}.intro.is-inview .journey article{animation:none}}
@media(prefers-reduced-motion:reduce){.site-progress span{transition:none}.reveal-ready [data-reveal]{filter:none!important}.section-heading .kicker:after,.section-copy .kicker:after,.journey-heading .kicker:after,.faq-copy .kicker:after{transition:none;transform:scaleX(1)}.whatsapp{animation:none}}

/* Lightweight opening: the current Cardápio Tech mark assembles from its own colors. */
.brand-intro{display:none;position:fixed;inset:0;z-index:30000;place-items:center;overflow:hidden;background:radial-gradient(circle at 45% 46%,#3b101b 0,transparent 34%),radial-gradient(circle at 58% 58%,#07342655 0,transparent 28%),linear-gradient(145deg,#0a101b,#101827 58%,#070c14);color:#fff;opacity:1;transition:opacity .6s ease}.brand-intro:before{content:"";position:absolute;inset:-30%;background:repeating-linear-gradient(90deg,#ffffff05 0 1px,transparent 1px 70px),repeating-linear-gradient(0deg,#ffffff04 0 1px,transparent 1px 70px);mask-image:radial-gradient(circle,#000 0,transparent 67%);transform:rotate(-8deg)}html.intro-candidate .brand-intro{display:grid}body.intro-running{overflow:hidden}.brand-intro.is-leaving{opacity:0;pointer-events:none}.brand-intro-canvas{position:absolute;inset:0;width:100%;height:100%}.brand-intro-focus{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:19px;width:min(68vw,560px);opacity:0;filter:blur(9px);transform:scale(.94);transition:opacity .75s ease,filter .75s ease,transform .9s cubic-bezier(.2,.8,.2,1)}.brand-intro-focus.is-formed{opacity:1;filter:none;transform:none}.brand-intro-focus img{width:100%;height:auto;filter:drop-shadow(0 24px 40px #0009)}.brand-intro-focus span{font-size:9px;font-weight:800;letter-spacing:.28em;color:#c5cfde;opacity:0;transform:translateY(7px);transition:opacity .55s .35s,transform .55s .35s}.brand-intro-focus.is-formed span{opacity:1;transform:none}.brand-intro-status{position:absolute;z-index:3;left:50%;bottom:9%;display:flex;align-items:center;gap:9px;transform:translateX(-50%);color:#9caabd;font-size:10px;font-weight:700;letter-spacing:.06em;white-space:nowrap}.brand-intro-status i{width:7px;height:7px;border-radius:50%;background:#45dda5;box-shadow:0 0 15px #45dda5;animation:introStatus 1.2s ease-in-out infinite}.brand-intro-skip{position:absolute;z-index:4;right:28px;top:25px;min-height:42px;padding:0 16px;border:1px solid #ffffff20;border-radius:999px;background:#ffffff09;color:#c8d1de;font:700 10px Manrope,system-ui;cursor:pointer;transition:color .2s,border-color .2s,background .2s}.brand-intro-skip:hover,.brand-intro-skip:focus-visible{color:#fff;border-color:#ffffff55;background:#ffffff10}.brand-intro:after{content:"";position:absolute;left:50%;top:50%;width:min(78vw,720px);aspect-ratio:1;border:1px solid #ffffff08;border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 0 90px #f4253510}
@keyframes introStatus{50%{opacity:.4;transform:scale(.75)}}
@media(max-width:600px){.brand-intro-focus{width:80vw;gap:15px}.brand-intro-focus span{font-size:7px;letter-spacing:.2em}.brand-intro-status{bottom:12%;font-size:9px}.brand-intro-skip{top:18px;right:16px;min-height:40px;padding-inline:13px;font-size:9px}}
@media(prefers-reduced-motion:reduce){html.intro-candidate .brand-intro{display:none!important}body.intro-running{overflow:auto}.brand-intro-status i{animation:none}}
.brand-intro{transition-duration:.42s}.brand-intro-canvas{transition:opacity .45s ease,filter .45s ease}.brand-intro.is-crisp .brand-intro-canvas{opacity:0;filter:blur(2px)}.brand-intro-focus{transition-duration:.4s,.4s,.55s}
