@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap");
:root{--landing-bg:#f7f8fb;--landing-surface:#fff;--landing-surface-soft:#eef2f7;--landing-text:#172033;--landing-muted:#697589;--landing-primary:#ef7046;--landing-primary-hover:#d95e36;--landing-blue:#3858c8;--landing-border:#e2e7ef;--landing-dark:#151d31;--landing-dark-soft:#202a43;--landing-radius:24px;--landing-radius-small:14px;--landing-shadow:0 24px 70px rgba(24,35,59,.12);--landing-container:1160px}*{box-sizing:border-box}html{scroll-behavior:smooth}body.landing-page{margin:0;background:var(--landing-bg);color:var(--landing-text);font-family:"DM Sans",ui-sans-serif,system-ui,sans-serif;line-height:1.6;overflow-x:hidden}.landing-page h1,.landing-page h2,.landing-page h3,.landing-brand{font-family:Manrope,"DM Sans",sans-serif}.landing-page a{transition:color .2s ease,background-color .2s ease,border-color .2s ease,transform .2s ease}.landing-container{width:min(var(--landing-container),calc(100% - 48px));margin:0 auto}.landing-skip-link{background:var(--landing-primary);color:#fff;left:16px;padding:8px 14px;position:absolute;top:-60px;z-index:20}.landing-skip-link:focus{top:16px}.landing-header{background:rgba(255,255,255,.88);border-bottom:1px solid rgba(226,231,239,.8);position:sticky;top:0;z-index:10;backdrop-filter:blur(18px)}.landing-nav{align-items:center;display:flex;justify-content:space-between;min-height:76px}.landing-brand{color:var(--landing-text);font-size:1.25rem;font-weight:800;letter-spacing:-.06em;text-decoration:none}.landing-brand span{color:var(--landing-primary)}.landing-menu{align-items:center;display:flex;gap:30px}.landing-menu a{color:var(--landing-muted);font-size:.9rem;font-weight:600;text-decoration:none}.landing-menu a:hover,.landing-menu a:focus-visible{color:var(--landing-text)}.landing-nav-cta{background:var(--landing-text);border-radius:999px;color:#fff!important;padding:11px 17px}.landing-nav-cta:hover,.landing-nav-cta:focus-visible{background:var(--landing-primary);transform:translateY(-1px)}.landing-menu-toggle{display:none}.landing-hero{position:relative}.landing-hero-home{background:radial-gradient(circle at 83% 20%,rgba(239,112,70,.11),transparent 28%),linear-gradient(135deg,#fff 0%,#f1f4fa 100%);padding:100px 0 112px}.landing-hero-product{background:linear-gradient(135deg,#fff 0%,#edf2fb 100%);padding:88px 0 100px}.landing-hero-grid{align-items:center;display:grid;gap:72px;grid-template-columns:minmax(0,1fr) minmax(400px,.9fr)}.landing-hero-copy{position:relative;z-index:1}.landing-eyebrow{color:var(--landing-primary);font-size:.73rem;font-weight:800;letter-spacing:.16em;margin:0 0 15px;text-transform:uppercase}.landing-hero h1{font-size:clamp(2.8rem,5.7vw,5.25rem);letter-spacing:-.075em;line-height:1.03;margin:0;max-width:760px}.landing-hero-product h1{font-size:clamp(2.8rem,5.2vw,4.6rem)}.landing-hero h1 em,.landing-section h2 em{color:var(--landing-primary);font-style:normal}.landing-lead{color:var(--landing-muted);font-size:1.12rem;line-height:1.7;margin:24px 0 30px;max-width:620px}.landing-actions{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.landing-button{border:1px solid transparent;border-radius:999px;display:inline-flex;font-size:.92rem;font-weight:700;gap:10px;justify-content:center;padding:14px 21px;text-decoration:none}.landing-button:hover,.landing-button:focus-visible{transform:translateY(-2px)}.landing-button-primary{background:var(--landing-primary);box-shadow:0 12px 24px rgba(239,112,70,.22);color:#fff}.landing-button-primary:hover,.landing-button-primary:focus-visible{background:var(--landing-primary-hover);color:#fff}.landing-button-secondary{background:#fff;border-color:var(--landing-border);color:var(--landing-text)}.landing-button-secondary:hover,.landing-button-secondary:focus-visible{border-color:#c5cddd;color:var(--landing-text)}.landing-button-light{background:#fff;color:var(--landing-dark)}.landing-quiet-link{color:var(--landing-muted);display:inline-block;font-size:.84rem;margin-top:20px;text-decoration:none}.landing-quiet-link:hover{color:var(--landing-primary)}.landing-section{padding:104px 0}.landing-section-tight{padding:30px 0}.landing-section-soft{background:#eef2f7}.landing-section-dark{background:var(--landing-dark);color:#fff;overflow:hidden;position:relative}.landing-section-dark:before{background:radial-gradient(circle,rgba(56,88,200,.3),transparent 68%);content:"";height:550px;position:absolute;right:-120px;top:-220px;width:550px}.landing-section-heading{align-items:end;display:flex;gap:50px;justify-content:space-between;margin-bottom:48px;position:relative;z-index:1}.landing-section-heading h2{font-size:clamp(2.1rem,4vw,3.65rem);letter-spacing:-.07em;line-height:1.06;margin:0}.landing-section-heading>p{color:var(--landing-muted);font-size:1rem;max-width:390px;margin:0 0 5px}.landing-section-heading-light>p{color:#aab5c9}.landing-section-heading-light h2{color:#fff}.landing-section-heading-light .landing-eyebrow{color:#ff9a75}.landing-trust-row{align-items:center;color:#98a3b7;display:flex;gap:28px;justify-content:space-between}.landing-trust-row p{font-size:.86rem;margin:0}.landing-trust-row span{font-size:.65rem;font-weight:800;letter-spacing:.14em}.landing-product-grid{display:grid;gap:20px;grid-template-columns:repeat(2,minmax(0,1fr))}.landing-product-card{border:1px solid var(--landing-border);border-radius:var(--landing-radius);padding:38px;position:relative;overflow:hidden}.landing-product-card:after{border:1px solid currentColor;border-radius:50%;content:"";height:190px;opacity:.1;position:absolute;right:-85px;top:-85px;width:190px}.product-pos{background:var(--landing-dark);color:#fff}.product-catalog{background:#fff;color:var(--landing-text)}.landing-product-card-head{align-items:center;display:flex;gap:12px}.landing-product-mark{align-items:center;background:var(--landing-primary);border-radius:10px;color:#fff;display:inline-flex;font-family:Manrope;font-size:.72rem;font-weight:800;height:36px;justify-content:center;width:36px}.product-catalog .landing-product-mark{background:#5d73d3}.landing-product-label{color:#aab5c9;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.product-catalog .landing-product-label{color:#8b96a9}.landing-product-card h3{font-size:2.1rem;letter-spacing:-.06em;margin:34px 0 9px}.landing-product-card p{color:#aab5c9;margin:0;max-width:440px}.product-catalog p{color:var(--landing-muted)}.landing-chip-row{display:flex;flex-wrap:wrap;gap:8px;margin:28px 0 35px}.landing-chip-row span{border:1px solid rgba(255,255,255,.18);border-radius:999px;color:#dce3ef;font-size:.72rem;padding:6px 10px}.product-catalog .landing-chip-row span{border-color:var(--landing-border);color:var(--landing-muted)}.landing-card-link,.landing-text-link{color:#ff9a75;font-size:.9rem;font-weight:700;text-decoration:none}.product-catalog .landing-card-link{color:var(--landing-blue)}.landing-card-link:hover,.landing-text-link:hover{color:#fff}.product-catalog .landing-card-link:hover{color:var(--landing-primary)}.landing-flow{align-items:stretch;display:flex;gap:12px;justify-content:space-between;position:relative;z-index:1}.landing-flow>div{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);border-radius:var(--landing-radius-small);display:flex;flex:1;flex-direction:column;min-width:0;padding:22px}.landing-flow>div span{color:#ff9a75;font-size:.72rem;font-weight:800;letter-spacing:.1em}.landing-flow strong{font-family:Manrope;font-size:1.1rem;margin-top:12px}.landing-flow small{color:#aab5c9;font-size:.76rem;margin-top:4px}.landing-flow>i{align-self:center;color:#ff9a75;font-size:1.2rem;font-style:normal}.landing-flow-light>div{background:#fff;border-color:var(--landing-border)}.landing-flow-light>div strong{color:var(--landing-text)}.landing-flow-light>div small{color:var(--landing-muted)}.landing-benefit-grid{display:grid;gap:0;grid-template-columns:repeat(4,minmax(0,1fr))}.landing-benefit-grid article{border-left:1px solid var(--landing-border);padding:0 25px}.landing-benefit-grid article:first-child{border-left:0;padding-left:0}.landing-benefit-number{color:var(--landing-primary);font-size:.75rem;font-weight:800;letter-spacing:.1em}.landing-benefit-grid h3{font-size:1.1rem;letter-spacing:-.03em;margin:24px 0 9px}.landing-benefit-grid p{color:var(--landing-muted);font-size:.88rem;margin:0}.landing-cta-section{background:#edf1f7;padding:40px 0}.landing-cta-card{align-items:center;background:var(--landing-dark);border-radius:var(--landing-radius);box-shadow:var(--landing-shadow);color:#fff;display:flex;gap:30px;justify-content:space-between;padding:42px 50px}.landing-cta-card h2{font-size:clamp(1.7rem,3vw,2.6rem);letter-spacing:-.06em;line-height:1.1;margin:0;max-width:600px}.landing-cta-card .landing-eyebrow{color:#ff9a75}.landing-cta-card .landing-button-light{background:#fff;color:var(--landing-dark)}.landing-dashboard{background:#fff;border:1px solid #dfe5ef;border-radius:18px;box-shadow:0 30px 75px rgba(29,43,74,.18);overflow:hidden;transform:rotate(1.5deg);width:100%}.landing-dashboard-top,.landing-pos-top{align-items:center;background:#f7f8fb;border-bottom:1px solid #e4e8ef;color:#7e899d;display:flex;font-size:.68rem;gap:12px;padding:13px 16px}.landing-window-dots{display:flex;gap:4px}.landing-window-dots i{background:#d8deea;border-radius:50%;height:7px;width:7px}.landing-live{margin-left:auto}.landing-live b,.landing-pos-footer b{background:#45b58a;border-radius:50%;display:inline-block;height:6px;margin-right:3px;width:6px}.landing-dashboard-body{display:flex;min-height:355px}.landing-dashboard-sidebar{align-items:center;background:#1c2943;color:#90a0ba;display:flex;flex-direction:column;gap:23px;padding:18px 13px}.landing-dashboard-sidebar strong{color:#fff;font-family:Manrope;margin-bottom:10px}.landing-dashboard-sidebar .is-active{color:#ff9a75}.landing-dashboard-main{flex:1;padding:23px}.landing-dashboard-heading,.landing-pos-title{align-items:center;display:flex;justify-content:space-between}.landing-dashboard-heading small,.landing-pos-title small{color:#94a0b4;font-size:.65rem}.landing-dashboard-heading h2,.landing-pos-title h2{font-size:1.1rem;letter-spacing:-.04em;margin:4px 0 0}.landing-avatar{align-items:center;background:#fce5dc;border-radius:50%;color:var(--landing-primary);display:flex;font-size:.65rem;font-weight:800;height:28px;justify-content:center;width:28px}.landing-metric-row{display:grid;gap:10px;grid-template-columns:repeat(2,1fr);margin:22px 0}.landing-metric-row>div{background:#f7f8fb;border:1px solid #edf0f5;border-radius:10px;padding:13px}.landing-metric-row small,.landing-metric-row span{color:#8b96aa;display:block;font-size:.62rem}.landing-metric-row strong{display:block;font-family:Manrope;font-size:1.35rem;margin:5px 0}.landing-metric-row strong small{display:inline;font-size:.6rem}.landing-positive{color:#4baf88!important}.landing-order-panel{border:1px solid #edf0f5;border-radius:10px;padding:13px}.landing-panel-heading{display:flex;font-size:.72rem;justify-content:space-between;margin-bottom:9px}.landing-panel-heading span{color:#7684be;font-size:.6rem}.landing-order{align-items:center;border-top:1px solid #edf0f5;display:flex;gap:9px;padding:11px 0}.landing-order-icon{align-items:center;background:#edf1ff;border-radius:7px;color:#5169ca;display:flex;font-size:.6rem;font-weight:800;height:25px;justify-content:center;width:25px}.landing-order-icon.order-orange{background:#fff0ea;color:var(--landing-primary)}.landing-order div{display:flex;flex-direction:column;min-width:0}.landing-order strong{font-size:.69rem}.landing-order small{color:#909bad;font-size:.58rem}.landing-status{border-radius:999px;font-size:.53rem;font-weight:700;margin-left:auto;padding:4px 6px}.status-kitchen{background:#fff4dd;color:#b58018}.status-paid{background:#e5f7f0;color:#238564}.landing-pos-mockup{background:#fff;border:1px solid #dfe5ef;border-radius:18px;box-shadow:var(--landing-shadow);overflow:hidden;transform:rotate(-1.5deg)}.landing-pos-top strong{color:var(--landing-text);font-size:.72rem}.landing-pos-user{color:#4eae88;font-size:.62rem;margin-left:auto}.landing-pos-content{padding:25px}.landing-pos-title{align-items:center;display:flex;justify-content:space-between}.landing-date{color:#8d98ab;font-size:.63rem}.landing-tables{display:grid;gap:10px;grid-template-columns:repeat(3,1fr);margin:23px 0}.landing-tables span{align-items:center;border:1px solid #e5eaf1;border-radius:12px;display:flex;flex-direction:column;font-family:Manrope;font-size:1.2rem;justify-content:center;min-height:75px}.landing-tables small{font-family:"DM Sans";font-size:.58rem;margin-top:3px}.table-free{color:#9aa5b6}.table-busy{background:#fff1eb;border-color:#f8cfc0!important;color:var(--landing-primary)}.landing-pos-footer{border-top:1px solid #edf0f5;color:#7b879b;display:flex;font-size:.62rem;justify-content:space-between;padding-top:15px}.landing-pos-footer strong{color:var(--landing-blue)}.landing-quote-card{background:#f2f5f9;border-radius:var(--landing-radius);padding:36px}.landing-quote-mark{color:var(--landing-primary);font-family:Georgia;font-size:4rem;line-height:.6}.landing-quote-card p{font-family:Manrope;font-size:1.4rem;letter-spacing:-.04em;line-height:1.25;margin:22px 0}.landing-quote-line{background:var(--landing-primary);display:block;height:2px;margin-bottom:12px;width:36px}.landing-quote-card small{color:var(--landing-muted)}.landing-split{align-items:center;display:grid;gap:80px;grid-template-columns:1fr 1fr}.landing-catalog-flow{align-items:center;display:flex;justify-content:center}.landing-catalog-flow>div{align-items:center;display:flex;gap:13px}.landing-catalog-flow span{background:#fff;border:1px solid var(--landing-border);border-radius:999px;font-size:.83rem;font-weight:700;padding:12px 18px}.landing-catalog-flow b{color:var(--landing-primary);font-size:1.2rem}.landing-catalog-flow .flow-whatsapp span{background:#e3f6ed;border-color:#c6ead9;color:#19805c}.landing-phone-stage{align-items:center;display:flex;justify-content:center;min-height:390px;position:relative}.landing-phone{background:#162139;border:7px solid #202d48;border-radius:31px;box-shadow:0 30px 60px rgba(27,39,70,.25);padding:8px;transform:rotate(3deg);width:245px}.landing-phone-speaker{background:#43516b;border-radius:999px;height:5px;margin:0 auto 8px;width:50px}.landing-phone-screen{background:#fff;border-radius:20px;overflow:hidden;padding:11px}.landing-phone-brand{display:flex;font-family:Manrope;font-size:.7rem;font-weight:800;justify-content:space-between}.landing-phone-cover{background:linear-gradient(140deg,#324f93,#7a8eda);border-radius:12px;color:#fff;margin:10px 0;padding:18px 13px}.landing-phone-cover small{font-size:.45rem;letter-spacing:.1em}.landing-phone-cover strong{display:block;font-family:Manrope;font-size:1.15rem;line-height:1.1;margin-top:8px}.landing-phone-tabs{display:flex;font-size:.49rem;gap:8px;margin:12px 0}.landing-phone-tabs b{color:var(--landing-primary)}.landing-phone-tabs span{color:#9ca6b5}.landing-phone-item{align-items:center;display:flex;gap:8px;margin:9px 0}.landing-phone-item>div{display:flex;flex:1;flex-direction:column;min-width:0}.landing-phone-item strong{font-size:.54rem;white-space:nowrap}.landing-phone-item small{color:#8e99a8;font-size:.44rem;line-height:1.15}.landing-phone-item b{color:var(--landing-primary);font-size:.53rem;margin-top:3px}.landing-food-placeholder{background:#efb071;border-radius:8px;display:block;height:39px;min-width:39px}.food-green{background:#a8c6a4}.landing-phone-whatsapp{background:#e2f6eb;border-radius:999px;color:#178158;font-size:.49rem;font-weight:700;margin-top:15px;padding:8px;text-align:center}.landing-phone-float{background:#fff;border:1px solid var(--landing-border);border-radius:999px;box-shadow:0 12px 25px rgba(28,42,70,.13);font-size:.64rem;padding:9px 12px;position:absolute}.landing-phone-float b{color:#39a879}.phone-float-top{right:2%;top:12%}.phone-float-bottom{bottom:12%;left:0}.phone-float-bottom b{color:var(--landing-primary)}.landing-split-catalog h2{max-width:570px}.landing-ecosystem-card{background:#202a43;border-radius:var(--landing-radius);padding:25px}.ecosystem-node{align-items:center;background:#fff;border-radius:13px;color:var(--landing-text);display:flex;justify-content:space-between;padding:16px 19px}.ecosystem-node:before{background:var(--landing-primary);border-radius:50%;content:"";height:10px;width:10px}.ecosystem-node span{font-family:Manrope;font-size:.86rem;font-weight:700;margin-right:auto;padding-left:12px}.ecosystem-node small{color:var(--landing-muted);font-size:.65rem}.node-catalog:before{background:#6e82d9}.node-pos:before{background:#54b78d}.ecosystem-line{border-left:1px dashed #7683a1;height:27px;margin-left:24px}.landing-text-link{color:#ff9a75;display:inline-block;margin-top:18px}.landing-feature-grid-rich{display:grid;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}.landing-feature-grid-rich article{align-items:flex-start;background:#fff;border:1px solid var(--landing-border);border-radius:var(--landing-radius-small);display:flex;gap:17px;padding:25px}.landing-feature-icon{align-items:center;background:#fff0ea;border-radius:10px;color:var(--landing-primary);display:flex;font-family:Manrope;font-size:1rem;font-weight:800;height:38px;justify-content:center;min-width:38px}.landing-feature-grid-rich small{color:var(--landing-primary);font-size:.62rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.landing-feature-grid-rich h3{font-size:1rem;letter-spacing:-.04em;margin:6px 0}.landing-feature-grid-rich p{color:var(--landing-muted);font-size:.8rem;margin:0}.landing-footer{background:#10182a;color:#9ca9bd;padding:62px 0 25px}.landing-brand-footer{color:#fff;display:inline-block}.landing-footer-grid{display:flex;gap:80px;justify-content:space-between}.landing-footer p{font-size:.82rem;margin:12px 0 0}.landing-footer nav{display:flex;flex-direction:column;gap:7px;min-width:180px}.landing-footer nav strong{color:#fff;font-size:.75rem;margin-bottom:7px}.landing-footer nav a{color:#9ca9bd;font-size:.82rem;text-decoration:none}.landing-footer nav a:hover{color:#fff}.landing-footer-bottom{border-top:1px solid #29334a;display:flex;font-size:.7rem;justify-content:space-between;margin-top:50px;padding-top:20px}.landing-page :focus-visible{outline:3px solid rgba(239,112,70,.55);outline-offset:3px}@media (max-width:900px){.landing-hero-grid{gap:45px;grid-template-columns:1fr}.landing-dashboard,.landing-pos-mockup{margin:0 auto;max-width:650px}.landing-section-heading{align-items:start;flex-direction:column;gap:18px}.landing-section-heading>p{max-width:570px}.landing-benefit-grid{grid-template-columns:repeat(2,1fr);row-gap:35px}.landing-benefit-grid article:nth-child(3){border-left:0;padding-left:0}.landing-split{gap:40px}.landing-trust-row{flex-wrap:wrap}.landing-trust-row p{width:100%}.landing-feature-grid-rich{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.landing-container{width:calc(100% - 32px)}.landing-menu-toggle{background:#fff;border:1px solid var(--landing-border);border-radius:9px;color:var(--landing-text);display:block;font-size:.73rem;padding:8px 10px}.landing-menu{background:#fff;border:1px solid var(--landing-border);border-radius:0 0 15px 15px;display:none;flex-direction:column;gap:18px;left:0;padding:20px;position:absolute;right:0;top:76px}.landing-menu-open{display:flex}.landing-hero-home,.landing-hero-product{padding:65px 0 75px}.landing-hero h1,.landing-hero-product h1{font-size:clamp(2.45rem,12vw,3.6rem)}.landing-lead{font-size:1rem}.landing-dashboard{transform:none}.landing-dashboard-body{min-height:300px}.landing-dashboard-main{padding:16px}.landing-dashboard-sidebar{gap:16px;padding:14px 10px}.landing-dashboard-heading h2{font-size:.9rem}.landing-status{display:none}.landing-section{padding:75px 0}.landing-section-tight{padding:27px 0}.landing-product-grid,.landing-benefit-grid,.landing-feature-grid-rich{grid-template-columns:1fr}.landing-product-card{padding:28px}.landing-benefit-grid article,.landing-benefit-grid article:nth-child(3){border-left:0;border-top:1px solid var(--landing-border);padding:24px 0 0}.landing-benefit-grid article:first-child{border-top:0;padding-top:0}.landing-flow{align-items:stretch;flex-direction:column;gap:8px}.landing-flow>i{transform:rotate(90deg)}.landing-flow>div{padding:17px}.landing-cta-card{align-items:flex-start;flex-direction:column;padding:30px}.landing-catalog-flow{align-items:center;flex-direction:column}.landing-catalog-flow>div{flex-direction:column;gap:5px}.landing-catalog-flow b{transform:none}.landing-phone-stage{min-height:390px;transform:scale(.92)}.landing-phone-float{font-size:.57rem}.phone-float-top{right:-4%}.phone-float-bottom{left:-4%}.landing-split{grid-template-columns:1fr}.landing-split-catalog{gap:35px}.landing-footer-grid{flex-direction:column;gap:35px}.landing-footer-bottom{flex-direction:column;gap:6px;margin-top:35px}.landing-pos-content{padding:18px}.landing-tables{gap:7px}.landing-tables span{font-size:1rem;min-height:65px}}@media (max-width:390px){.landing-container{width:calc(100% - 24px)}.landing-actions{align-items:stretch;flex-direction:column}.landing-button{width:100%}.landing-dashboard-top{font-size:.59rem}.landing-dashboard-sidebar{display:none}.landing-metric-row{gap:7px}.landing-metric-row>div{padding:10px}.landing-metric-row strong{font-size:1.1rem}.landing-phone-stage{transform:scale(.82);margin:-25px 0}.landing-phone-float{display:none}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.landing-page *, .landing-page *:before,.landing-page *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.landing-dashboard,.landing-pos-mockup,.landing-phone{transform:none}}
/* Superuser editor: hidden unless the toolbar explicitly enables it. */
.landing-editor-toolbar{align-items:center;background:#111a2d;border:1px solid #34415d;border-radius:14px;box-shadow:0 16px 40px rgba(11,18,34,.25);color:#fff;display:flex;gap:12px;left:50%;padding:10px 14px;position:fixed;top:12px;transform:translateX(-50%);z-index:30}.landing-editor-toolbar strong{font-family:Manrope;font-size:.75rem;white-space:nowrap}.landing-editor-toolbar strong span{color:#ff9a75;font-weight:500}.landing-editor-button{background:#ef7046;border:0;border-radius:999px;color:#fff;cursor:pointer;font-size:.7rem;font-weight:700;padding:8px 12px}.landing-editor-button b{font-size:.6rem;margin-left:4px}.landing-editor-button-muted{background:#34415d}.landing-editor-controls{align-items:center;display:flex;gap:9px}.landing-editor-controls label{align-items:center;color:#ccd4e2;display:flex;font-size:.62rem;gap:5px;white-space:nowrap}.landing-editor-controls input{border:0;border-radius:4px;height:22px;padding:0;width:28px}.landing-editor-status{color:#aab8cc;font-size:.65rem;min-width:85px}.landing-editor-mode [data-landing-editable="text"]{outline:1px dashed rgba(239,112,70,.55);outline-offset:4px}.landing-editor-mode [data-landing-editable="section"]{outline:1px dashed rgba(86,120,212,.65);outline-offset:-5px}.landing-editor-mode [data-landing-editable="image"]{position:relative}.landing-editor-image-button{background:#172033;border:1px solid #7080a3;border-radius:999px;color:#fff;cursor:pointer;font-size:.62rem;font-weight:700;padding:7px 10px;position:absolute;right:12px;top:12px;z-index:5}.landing-custom-visual{border-radius:inherit;display:block;height:100%;object-fit:cover;width:100%}.has-custom-image .landing-fallback-visual{display:none}.landing-editor-mode .has-custom-image:after{display:none}@media (max-width:700px){.landing-editor-toolbar{align-items:stretch;border-radius:0;flex-wrap:wrap;gap:7px;justify-content:center;left:0;padding:8px;right:0;top:0;transform:none}.landing-editor-toolbar strong{display:none}.landing-editor-controls{flex-wrap:wrap;justify-content:center}.landing-editor-status{min-width:auto}.landing-editor-image-button{font-size:.58rem;padding:6px 8px;right:7px;top:7px}}
 .landing-editor-selected{outline:2px solid #3858c8!important;outline-offset:5px!important}.landing-editor-drag{background:#34415d;border:0;border-radius:999px;color:#fff;cursor:grab;font-size:.7rem;font-weight:700;padding:8px 11px}.landing-editor-drag:active{cursor:grabbing}
/* Editorial service hero for the landing home. */
.landing-service-hero{background:linear-gradient(135deg,#fff 0%,#f5f7fb 100%);min-height:calc(100vh - 76px);padding:clamp(55px,8vh,105px) 0;position:relative;overflow:hidden}.landing-service-hero-inner{align-items:center;display:grid;gap:clamp(26px,3vw,58px);grid-template-columns:minmax(280px,.88fr) minmax(420px,1.12fr) 108px;min-height:clamp(590px,76vh,760px)}.landing-service-copy{min-width:0}.landing-service-panel[hidden],.landing-service-visual[hidden]{display:none}.landing-service-panel{animation:landing-service-in .23s ease both}.landing-service-panel h1{font-size:clamp(3.15rem,5.5vw,6.2rem);letter-spacing:-.085em;line-height:.96;margin:0;max-width:620px}.landing-service-panel .landing-lead{max-width:460px}.landing-service-feature{border-left:2px solid var(--landing-primary);display:flex;flex-direction:column;font-size:.78rem;gap:2px;margin:34px 0 0;padding-left:14px}.landing-service-feature span{color:var(--landing-muted)}.landing-service-visuals{align-items:center;display:grid;min-width:0;place-items:center}.landing-service-visual{animation:landing-service-visual-in .25s ease both;max-width:680px;position:relative;width:100%}.landing-service-visual .landing-custom-visual{border-radius:18px;box-shadow:0 26px 70px rgba(24,35,59,.16);height:auto;max-height:610px;object-fit:contain;width:100%}.landing-service-fallback{width:100%}.landing-pos-preview{background:#fff;border:1px solid #dfe5ef;border-radius:18px;box-shadow:0 26px 70px rgba(24,35,59,.16);overflow:hidden;transform:rotate(1.2deg)}.landing-preview-bar{align-items:center;background:var(--landing-dark);color:#fff;display:flex;font-size:.78rem;justify-content:space-between;padding:18px 24px}.landing-preview-bar span{color:#9cabc1;font-size:.7rem}.landing-preview-body{display:grid;grid-template-columns:58px 1fr;min-height:390px}.landing-preview-sidebar{align-items:center;background:#202a43;color:#91a0b8;display:flex;flex-direction:column;gap:28px;padding:22px 0}.landing-preview-sidebar b{color:#fff}.landing-preview-body>div:last-child{padding:38px}.landing-preview-body h2{font-size:2.4rem;letter-spacing:-.06em;margin:3px 0 24px}.landing-preview-body small{color:#8c98aa;font-size:.72rem}.landing-preview-tables{display:grid;gap:12px;grid-template-columns:repeat(4,1fr)}.landing-preview-tables b{align-items:center;background:#f5f7fb;border:1px solid #e5eaf1;border-radius:12px;color:#526078;display:flex;flex-direction:column;font-family:Manrope;font-size:1.35rem;justify-content:center;min-height:100px}.landing-preview-tables b.busy{background:#fff1eb;border-color:#f8cfc0;color:var(--landing-primary)}.landing-preview-tables small{font-family:"DM Sans";font-size:.64rem;margin-top:5px}.landing-preview-body p{border-top:1px solid #edf0f5;color:#4eae88;font-size:.72rem;margin:26px 0 0;padding-top:18px}.landing-preview-body p strong{color:var(--landing-blue);float:right}.landing-catalog-preview{background:#162139;border:8px solid #202d48;border-radius:28px;box-shadow:0 26px 70px rgba(24,35,59,.16);margin:auto;max-width:440px;padding:20px;transform:rotate(-1.5deg)}.landing-catalog-brand{color:#fff;display:flex;font-family:Manrope;justify-content:space-between}.landing-catalog-cover{background:linear-gradient(140deg,#3858c8,#7a8eda);border-radius:16px;color:#fff;margin:22px 0;padding:30px 24px}.landing-catalog-cover small{font-size:.58rem;letter-spacing:.12em}.landing-catalog-cover strong{display:block;font-family:Manrope;font-size:2rem;line-height:1.05;margin-top:14px}.landing-catalog-preview nav{display:flex;font-size:.65rem;gap:16px;margin:18px 0}.landing-catalog-preview nav b{color:#ff9a75}.landing-catalog-preview nav span{color:#aab5c9}.landing-catalog-item{align-items:center;color:#fff;display:flex;gap:12px;margin:14px 0}.landing-catalog-item i{background:#efb071;border-radius:9px;height:48px;width:48px}.landing-catalog-item:nth-of-type(2) i{background:#a8c6a4}.landing-catalog-item span{display:flex;flex-direction:column}.landing-catalog-item b{font-size:.72rem}.landing-catalog-item small{color:#aab5c9;font-size:.58rem}.landing-whatsapp{background:#e2f6eb;border-radius:999px;color:#178158;display:block;font-size:.64rem;margin-top:22px;padding:11px;text-align:center}.landing-service-rail{align-items:center;display:flex;flex-direction:column;gap:13px;justify-content:center}.landing-rail-item,.landing-rail-arrow{font:inherit}.landing-rail-item{background:rgba(255,255,255,.65);border:1px solid var(--landing-border);border-radius:16px;color:var(--landing-muted);cursor:pointer;display:flex;flex-direction:column;gap:2px;min-height:104px;padding:16px 10px;text-align:center;transition:background-color .2s,border-color .2s,color .2s,transform .2s;width:108px}.landing-rail-item span{color:var(--landing-primary);font-family:Manrope;font-size:.72rem;font-weight:800}.landing-rail-item b{font-size:.78rem}.landing-rail-item small{font-size:.58rem}.landing-rail-item:hover,.landing-rail-item:focus-visible,.landing-rail-item.is-active{background:#fff;border-color:var(--landing-primary);color:var(--landing-text);transform:translateY(-2px)}.landing-rail-arrow{background:transparent;border:0;color:var(--landing-muted);cursor:pointer;font-size:1.3rem;padding:5px 18px}.landing-rail-arrow:hover,.landing-rail-arrow:focus-visible{color:var(--landing-primary)}@keyframes landing-service-in{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@keyframes landing-service-visual-in{from{opacity:0;transform:scale(.985) translateY(6px)}to{opacity:1;transform:scale(1)}}@media (max-width:1050px){.landing-service-hero-inner{grid-template-columns:minmax(270px,.8fr) minmax(360px,1.2fr) 92px;gap:24px}.landing-rail-item{width:92px}.landing-service-panel h1{font-size:clamp(2.8rem,5.8vw,5rem)}}@media (max-width:800px){.landing-service-hero{min-height:auto;padding:55px 0 70px}.landing-service-hero-inner{display:flex;flex-direction:column;min-height:0}.landing-service-copy{order:1;width:100%}.landing-service-visuals{order:2;width:100%}.landing-service-rail{align-items:stretch;display:grid;flex-direction:row;gap:9px;grid-template-columns:36px 1fr 1fr 36px;order:3;width:100%}.landing-rail-item{min-height:70px;width:auto}.landing-rail-arrow{padding:0}.landing-service-panel h1{font-size:clamp(2.8rem,12vw,4.2rem);max-width:650px}.landing-service-panel .landing-lead{font-size:1rem}.landing-preview-body{min-height:300px}.landing-preview-body>div:last-child{padding:25px}.landing-preview-body h2{font-size:1.8rem}.landing-preview-tables b{font-size:1rem;min-height:72px}.landing-catalog-preview{max-width:370px}}@media (max-width:480px){.landing-service-hero{padding-top:38px}.landing-service-panel h1{font-size:clamp(2.55rem,13vw,3.5rem)}.landing-service-feature{margin-top:25px}.landing-preview-bar{padding:13px 16px}.landing-preview-body{grid-template-columns:42px 1fr}.landing-preview-sidebar{gap:20px;padding:16px 0}.landing-preview-body>div:last-child{padding:20px 14px}.landing-preview-tables{gap:5px}.landing-preview-tables b{font-size:.82rem;min-height:60px}.landing-preview-tables small{font-size:.5rem}.landing-preview-body p{font-size:.6rem}.landing-preview-body p strong{display:block;float:none;margin-top:5px}.landing-catalog-preview{border-width:6px;padding:15px}.landing-catalog-cover{padding:23px 18px}.landing-catalog-cover strong{font-size:1.55rem}.landing-catalog-item i{height:38px;width:38px}}@media (prefers-reduced-motion:reduce){.landing-service-panel,.landing-service-visual{animation:none}}
 .landing-hero-home{display:none}
 .has-custom-image .landing-service-fallback{display:none}
/* Fluid layout system: wide desktop canvas with controlled gutters. */
:root{--landing-container:1760px}
.landing-container{width:min(var(--landing-container),calc(100% - clamp(32px,7vw,160px)))}
.landing-service-hero-inner{gap:clamp(28px,3.4vw,64px);grid-template-columns:minmax(300px,.84fr) minmax(0,1.16fr) minmax(92px,108px)}
.landing-service-visual{max-width:none}
.landing-service-visual .landing-custom-visual{max-height:min(68vh,720px)}
@media (max-width:1050px){.landing-service-hero-inner{gap:clamp(20px,3vw,36px);grid-template-columns:minmax(260px,.82fr) minmax(340px,1.18fr) 92px}}
@media (max-width:800px){.landing-container{width:calc(100% - clamp(32px,8vw,48px))}.landing-service-hero-inner{display:flex;gap:clamp(28px,5vw,44px)}}
/* Hero custom visuals fill their visual slot. */
.landing-service-visual.has-custom-image{height:clamp(420px,68vh,720px)}
.landing-service-visual.has-custom-image .landing-custom-visual{height:100%;max-height:none;object-fit:fill;width:100%}
@media (max-width:800px){.landing-service-visual.has-custom-image{height:clamp(280px,72vw,520px)}}
/* Local gallery inside each service visual. */
.landing-gallery-stage{min-height:clamp(420px,68vh,720px);position:relative;touch-action:pan-y;width:100%}.landing-gallery-slide{height:100%;margin:0;position:relative;width:100%}.landing-gallery-slide[hidden]{display:none}.landing-gallery-slide[data-gallery-direction="next"]{animation:landing-gallery-next .22s ease both}.landing-gallery-slide[data-gallery-direction="prev"]{animation:landing-gallery-prev .22s ease both}.landing-gallery-slide .landing-custom-visual{height:100%;max-height:none;object-fit:fill;width:100%}.landing-gallery-footer{align-items:center;display:flex;gap:14px;justify-content:center;margin-top:13px;min-height:24px}.landing-gallery-dots{align-items:center;display:flex;gap:6px;justify-content:center}.landing-gallery-dot{background:var(--landing-border);border:0;border-radius:999px;cursor:pointer;height:4px;padding:0;transition:background-color .2s,width .2s; width:16px}.landing-gallery-dot.is-active{background:var(--landing-primary);width:30px}.landing-gallery-arrow{align-items:center;background:rgba(255,255,255,.72);border:1px solid var(--landing-border);border-radius:999px;color:var(--landing-muted);cursor:pointer;display:flex;height:34px;justify-content:center;opacity:0;padding:0;position:absolute;top:50%;transform:translateY(-50%);transition:opacity .2s,background-color .2s;width:34px;z-index:2}.landing-service-visual:hover .landing-gallery-arrow,.landing-gallery-arrow:focus-visible{opacity:1}.landing-gallery-arrow:hover{background:#fff;color:var(--landing-primary)}.landing-gallery-arrow.is-prev{left:10px}.landing-gallery-arrow.is-next{right:10px}.landing-gallery-add{background:transparent;border:0;color:var(--landing-primary);cursor:pointer;font-size:.68rem;font-weight:700;padding:3px}.landing-gallery-stage:focus-visible{outline:3px solid rgba(239,112,70,.55);outline-offset:5px}@keyframes landing-gallery-next{from{opacity:0;transform:translateX(12px) scale(.99)}to{opacity:1;transform:none}}@keyframes landing-gallery-prev{from{opacity:0;transform:translateX(-12px) scale(.99)}to{opacity:1;transform:none}}@media (max-width:800px){.landing-gallery-stage{min-height:clamp(280px,72vw,520px)}.landing-gallery-arrow{display:none}.landing-gallery-footer{margin-top:10px}}@media (prefers-reduced-motion:reduce){.landing-gallery-slide[data-gallery-direction="next"],.landing-gallery-slide[data-gallery-direction="prev"]{animation:none}}
 .landing-gallery-stage{height:clamp(420px,68vh,720px);min-height:0}
@media (max-width:800px){.landing-gallery-stage{height:clamp(280px,72vw,520px)}}
.landing-gallery-delete{position:absolute;right:16px;top:16px;z-index:3;border:0;border-radius:999px;background:rgba(23,32,51,.82);color:#fff;cursor:pointer;font-size:.72rem;font-weight:700;padding:7px 10px}
