/* Shared commercial identity. Existing utility styles remain available to legacy pages. */
:root{--cm-ink:#172a27;--cm-muted:#596964;--cm-paper:#faf9f5;--cm-line:#dce2db;--cm-accent:#186047;--cm-tint:#eaf0e5;--cm-round:24px}
.commercial-page{background:var(--cm-paper);color:var(--cm-ink);font-family:Manrope,Arial,sans-serif}
.commercial-page *, .commercial-header *, .commercial-footer *{box-sizing:border-box}
.commercial-gotienda{--cm-accent:#186047;--cm-tint:#eaf0e5}
.commercial-next{--cm-accent:#354daa;--cm-tint:#edf0fb}
.commercial-gastro{--cm-accent:#ac431d;--cm-tint:#fff0e4}
.commercial-shell{width:min(1216px,calc(100% - 64px));margin-inline:auto}
.commercial-header{position:sticky;top:0;z-index:50;background:#faf9f5f5;border-bottom:1px solid var(--cm-line);backdrop-filter:blur(16px);color:var(--cm-ink);font-family:Manrope,Arial,sans-serif}
.commercial-nav{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:84px}
.commercial-logo{display:inline-flex;align-items:center;flex-shrink:0}
.commercial-logo img{width:147px;height:auto}
.commercial-nav-links{display:flex;align-items:center;gap:27px;font-size:13px;font-weight:700}
.commercial-nav-links a{padding:29px 0;border-bottom:2px solid transparent}
.commercial-nav-links a:hover,.commercial-nav-links a[aria-current=page]{color:var(--cm-accent);border-color:var(--cm-accent)}
.commercial-nav-actions{display:flex;align-items:center;gap:10px}
.commercial-button{display:inline-flex;justify-content:center;align-items:center;gap:12px;min-height:50px;padding:13px 22px;border:1px solid var(--cm-line);border-radius:9px;font-weight:700;font-size:14px;line-height:1.5;text-decoration:none;cursor:pointer;transition:background .16s,border-color .16s,transform .16s;color:var(--cm-ink);background:transparent}
.commercial-button svg{width:19px;height:19px;flex-shrink:0}
.commercial-button:hover{background:#edf0ea;border-color:#a9b7ac;transform:translateY(-1px)}
.commercial-button-primary{background:var(--cm-accent);border-color:var(--cm-accent);color:#fff}
.commercial-button-primary:hover{background:color-mix(in srgb,var(--cm-accent) 85%,#000);border-color:var(--cm-accent)}
.commercial-button:disabled{opacity:.6;cursor:wait;transform:none}
.commercial-button-small{min-height:43px;padding:10px 17px;font-size:12px}
.commercial-text-link{font-weight:700;text-decoration:underline;text-underline-offset:5px;color:var(--cm-accent)}
.commercial-header #menu-toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid var(--cm-line);border-radius:8px;background:transparent}
.commercial-header #menu-toggle svg{width:23px;height:23px}
#mobile-menu.commercial-mobile{position:fixed;inset:0;z-index:80;transform:none;background:var(--cm-paper);overflow-y:auto;padding:24px;color:var(--cm-ink);transition:none}
#mobile-menu.commercial-mobile[hidden],[hidden]{display:none!important}
.commercial-mobile-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:36px}
#menu-close{display:flex;align-items:center;gap:10px;padding:12px;border:1px solid var(--cm-line);border-radius:8px;font-size:14px;font-weight:600}
.commercial-mobile-links{display:flex;flex-direction:column;gap:0}
.commercial-mobile-links a{padding:18px 0;border-bottom:1px solid var(--cm-line);font-size:25px;font-weight:600}
.commercial-mobile .commercial-button{margin-top:28px;width:100%}
.commercial-page h1,.commercial-page h2,.commercial-page h3{font-family:Sora,Arial,sans-serif;letter-spacing:-.045em;font-weight:600;margin:0}
.commercial-page p{margin:0}
.commercial-eyebrow{display:block;color:var(--cm-accent);font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;line-height:1.6}
.commercial-eyebrow::before{content:'';display:inline-block;width:6px;height:6px;margin-right:9px;margin-bottom:1px;border-radius:50%;background:currentColor}
.commercial-home-hero{display:grid;grid-template-columns:1.04fr 1fr;gap:64px;align-items:center;padding-block:72px 64px}
.commercial-home-hero h1{font-size:clamp(42px,4.6vw,67px);line-height:1.075;margin-top:23px;max-width:650px}
.commercial-home-hero h1 em,.commercial-product-hero h1 em{font-style:normal;color:var(--cm-accent)}
.commercial-home-hero .commercial-lead{max-width:490px}
.commercial-lead{font-size:17px;line-height:1.8;color:var(--cm-muted);margin-top:25px!important;max-width:620px}
.commercial-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:29px}
.commercial-fine{font-size:12px!important;line-height:1.7!important;color:var(--cm-muted);margin-top:16px!important}
.commercial-fine a{text-decoration:underline;text-underline-offset:3px}
.commercial-hero-collage{position:relative;min-height:494px;display:grid;grid-template-columns:1.08fr .92fr;grid-template-rows:1fr 1fr;gap:13px;padding:14px;border-radius:30px;background:#e7ede3}
.commercial-hero-tile{position:relative;border-radius:18px;overflow:hidden;background:#ccd9c6;min-height:0}
.commercial-hero-tile:first-child{grid-row:1/3;margin-block:32px}
.commercial-hero-tile img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover}
.commercial-hero-tile::after{content:'';position:absolute;inset:35% 0 0;background:linear-gradient(transparent,#102018d9)}
.commercial-hero-tile span{position:absolute;z-index:1;bottom:20px;left:18px;right:12px;color:#fff;font-size:15px;font-weight:700;line-height:1.5}
.commercial-hero-tile small{display:block;font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:#fff;opacity:.85;font-weight:500}
.commercial-caption{display:flex;justify-content:center;gap:7px;align-items:center;margin-top:15px!important;font-size:11px;color:var(--cm-muted)}
.commercial-rail{border-block:1px solid var(--cm-line);background:#fff}
.commercial-rail .commercial-shell{display:flex;align-items:center;justify-content:space-between;gap:25px;padding-block:24px;flex-wrap:wrap;font-size:12px;font-weight:600;color:var(--cm-muted)}
.commercial-rail strong{font-weight:800;color:var(--cm-ink)}
.commercial-section{padding-block:80px}
.commercial-section-white{background:#fff}
.commercial-section-tint{background:var(--cm-tint)}
.commercial-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:35px}
.commercial-section-head h2,.commercial-section h2{font-size:clamp(28px,3vw,40px);line-height:1.2;margin-top:12px;max-width:760px}
.commercial-section-head>p{font-size:14px;line-height:1.8;color:var(--cm-muted);max-width:340px}
.commercial-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:23px}
.commercial-product-card{border:1px solid var(--cm-line);border-radius:var(--cm-round);overflow:hidden;background:#fff;transition:box-shadow .2s}
.commercial-product-card:hover{box-shadow:0 12px 30px #172a2709}
.commercial-card-photo{display:block;height:208px;overflow:hidden}
.commercial-card-photo img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.commercial-product-card:hover img{transform:scale(1.025)}
.commercial-card-body{padding:28px}
.commercial-card-body h3{font-size:25px;margin-top:15px;letter-spacing:-.04em}
.commercial-card-body h3 a{display:flex;align-items:center;justify-content:space-between;gap:12px}
.commercial-card-body h3 svg{width:23px;height:23px;color:var(--cm-accent)}
.commercial-card-body p{font-size:14px;line-height:1.8;color:var(--cm-muted);margin-top:15px;min-height:76px}
.commercial-checks{display:grid;gap:11px;padding:0;margin:23px 0 0;list-style:none;font-size:12px;line-height:1.65}
.commercial-checks li{position:relative;padding-left:23px}
.commercial-checks li::before{content:'✓';position:absolute;left:0;color:var(--cm-accent);font-weight:800}
.commercial-chooser{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}
.commercial-choices{display:grid;gap:10px;margin-top:27px}
.commercial-choices button{text-align:left;display:flex;justify-content:space-between;align-items:center;width:100%;border:1px solid var(--cm-line);border-radius:10px;padding:17px 20px;background:#fff;font-size:14px;font-weight:600}
.commercial-choices button[aria-pressed=true]{border-color:var(--cm-accent);background:var(--cm-tint);color:var(--cm-accent)}
.commercial-choices button svg{width:18px;height:18px}
.commercial-recommendation{border-radius:24px;background:var(--cm-tint);padding:40px;min-height:338px;border:1px solid var(--cm-line)}
.commercial-recommendation h3{font-size:29px;line-height:1.25;margin-top:14px}
.commercial-recommendation p{margin-top:19px;font-size:15px;line-height:1.8;color:var(--cm-muted)}
.commercial-recommendation .commercial-button{margin-top:25px}
.commercial-split{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.commercial-split-image{width:100%;aspect-ratio:1.3;object-fit:cover;border-radius:24px}
.commercial-split h2{margin-top:16px}
.commercial-split p{font-size:15px;line-height:1.85;color:var(--cm-muted);margin-top:20px}
.commercial-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:40px;counter-reset:step;list-style:none;padding:0}
.commercial-steps li{border-top:1px solid var(--cm-line);padding-top:23px;counter-increment:step}
.commercial-steps li::before{content:'0' counter(step);display:block;font-size:13px;color:var(--cm-accent);font-weight:800;margin-bottom:22px}
.commercial-steps h3{font-size:20px;letter-spacing:-.03em}
.commercial-steps p{font-size:14px;line-height:1.85;color:var(--cm-muted);margin-top:13px}
.commercial-faq{margin-top:32px;border-top:1px solid var(--cm-line)}
.commercial-faq details{border-bottom:1px solid var(--cm-line)}
.commercial-faq summary{display:flex;justify-content:space-between;gap:24px;align-items:center;cursor:pointer;font-size:16px;font-weight:700;list-style:none;padding:24px 0}
.commercial-faq summary::-webkit-details-marker{display:none}
.commercial-faq summary span{font-size:24px;font-weight:400;color:var(--cm-accent);transition:transform .2s}
.commercial-faq details[open] summary span{transform:rotate(45deg)}
.commercial-faq p{max-width:880px;color:var(--cm-muted);font-size:14px;line-height:1.9;padding-bottom:24px}
.commercial-cta-band{background:var(--cm-ink);border-radius:26px;padding:48px 50px;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:40px}
.commercial-cta-band h2{font-size:32px;max-width:600px;margin:0}
.commercial-cta-band p{font-size:14px;color:#d8e2dd;margin-top:14px;max-width:600px;line-height:1.8}
.commercial-cta-band .commercial-button{background:#e1edba;border-color:#e1edba;color:#193429;flex-shrink:0}
.commercial-footer{background:#f1f3ed;border-top:1px solid var(--cm-line);padding:60px 0 25px;color:var(--cm-ink);font-family:Manrope,Arial,sans-serif}
.commercial-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:38px}
.commercial-footer p{font-size:13px;color:var(--cm-muted);line-height:1.85;margin-top:20px;max-width:280px}
.commercial-footer h2{font-size:11px;text-transform:uppercase;letter-spacing:.1em;font-weight:800;margin-bottom:20px}
.commercial-footer ul{padding:0;margin:0;list-style:none;display:grid;gap:13px;font-size:13px}
.commercial-footer a:hover{color:var(--cm-accent);text-decoration:underline;text-underline-offset:4px}
.commercial-footer-bottom{border-top:1px solid var(--cm-line);display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap;padding-top:22px;margin-top:45px;font-size:11px;color:var(--cm-muted)}
.commercial-product-hero{display:grid;grid-template-columns:1.07fr 1fr;gap:64px;align-items:center;padding-block:65px 74px}
.commercial-product-hero h1{font-size:clamp(39px,4.4vw,62px);line-height:1.1;margin-top:22px}
.commercial-product-hero h1 span{display:block}
.commercial-product-hero .commercial-lead{font-size:16px}
.commercial-product-visual{position:relative;padding:0 0 35px 24px}
.commercial-product-visual>img{width:100%;height:480px;border-radius:26px;object-fit:cover}
.commercial-product-note{position:absolute;left:0;bottom:0;right:30px;border:1px solid var(--cm-line);border-radius:14px;background:#fff;padding:23px;box-shadow:0 10px 30px #172a2709}
.commercial-product-note span{display:block;font-size:10px;color:var(--cm-accent);text-transform:uppercase;font-weight:800;letter-spacing:.1em}
.commercial-product-note strong{display:block;font-size:17px;margin-top:9px;line-height:1.5}
.commercial-proof{display:flex;flex-wrap:wrap;gap:10px 22px;font-size:11px;line-height:1.8;color:var(--cm-muted);margin-top:25px}
.commercial-proof span::before{content:'✓';color:var(--cm-accent);margin-right:6px;font-weight:800}
.commercial-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 64px;margin-top:40px}
.commercial-detail{border-top:1px solid var(--cm-line);padding:27px 0}
.commercial-detail h3{font-size:21px;letter-spacing:-.03em}
.commercial-detail p{color:var(--cm-muted);font-size:14px;line-height:1.9;margin-top:13px}
.commercial-intro{text-align:center;max-width:850px;margin:auto;padding-block:65px 50px}
.commercial-intro h1{font-size:clamp(36px,4.2vw,57px);line-height:1.14;margin-top:21px}
.commercial-intro .commercial-lead{margin-inline:auto}
.commercial-form{background:#fff;border:1px solid var(--cm-line);padding:32px;border-radius:22px;display:grid;gap:21px}
.commercial-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.commercial-form label{display:block;font-size:12px;font-weight:700;color:var(--cm-ink)}
.commercial-form label span{font-size:10px;color:var(--cm-muted);font-weight:400}
.commercial-form input:not([type=hidden]),.commercial-form textarea,.commercial-form select{display:block;width:100%;padding:13px 12px;border:1px solid #bac7c0;border-radius:7px;font:400 14px/1.6 Manrope,Arial,sans-serif;background:#fff;color:var(--cm-ink);margin-top:8px;min-height:48px}
.commercial-form textarea{resize:vertical;min-height:100px}
.commercial-form input::placeholder,.commercial-form textarea::placeholder{color:#6d7873}
.commercial-form-status{font-size:13px;line-height:1.7;min-height:0}
.commercial-form-status:empty{display:none}
.commercial-form-status.is-error{color:#a0271f;background:#fff0ed;padding:12px;border-radius:7px}
.commercial-form-status.is-success{color:#186047;background:#edf7e9;padding:12px;border-radius:7px}
.commercial-form .commercial-fine{margin-top:0!important}
.commercial-honeypot{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}
.commercial-contact{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:start}
.commercial-contact-copy p{margin-top:20px;font-size:15px;line-height:1.85;color:var(--cm-muted)}
.commercial-contact-copy h2{font-size:35px;line-height:1.2;margin-top:20px}
.commercial-contact-links{display:grid;gap:15px;margin-top:32px;font-size:14px;font-weight:600}
.commercial-comparison-wrap{overflow:auto;border:1px solid var(--cm-line);border-radius:18px;background:#fff;margin-top:35px}
.commercial-comparison{width:100%;min-width:730px;border-collapse:collapse;text-align:left;font-size:13px;line-height:1.7}
.commercial-comparison caption{text-align:left;padding:22px;font-weight:700}
.commercial-comparison th,.commercial-comparison td{padding:20px 24px;border-bottom:1px solid var(--cm-line);vertical-align:top}
.commercial-comparison thead th{background:#edf1e9;font-size:16px;font-family:Sora,sans-serif}
.commercial-comparison tbody th{font-size:12px;font-weight:700;width:22%}
.commercial-comparison tbody td{width:26%;color:var(--cm-muted)}
.commercial-comparison tr:last-child>*{border-bottom:0}
.commercial-plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:32px}
.commercial-plan{padding:30px;border:1px solid var(--cm-line);border-radius:22px;background:#fff;display:flex;flex-direction:column}
.commercial-plan.is-featured{border:2px solid var(--cm-accent);background:var(--cm-tint)}
.commercial-plan h2{font-size:26px;margin-top:16px}
.commercial-plan p{font-size:14px;line-height:1.8;color:var(--cm-muted);margin-top:18px}
.commercial-plan .commercial-price{font-size:31px;font-weight:700;color:var(--cm-ink);letter-spacing:-.03em;margin-block:20px 0;line-height:1.3}
.commercial-price small{font-size:12px;font-weight:400;letter-spacing:0}
.commercial-plan .commercial-checks{font-size:13px;margin-bottom:28px;flex-grow:1}
.commercial-plan .commercial-button{width:100%;margin-top:auto}
.commercial-inline-products{display:flex;gap:9px;justify-content:center;flex-wrap:wrap;margin-top:28px}
.commercial-inline-products a{border:1px solid var(--cm-line);border-radius:99px;padding:10px 18px;font-size:13px;font-weight:700}
.commercial-inline-products a[aria-current=page]{background:var(--cm-accent);color:#fff;border-color:var(--cm-accent)}
.commercial-callout{padding:24px 28px;border-left:3px solid var(--cm-accent);background:var(--cm-tint);border-radius:0 12px 12px 0;font-size:14px;line-height:1.85;color:var(--cm-muted);margin-top:30px}
.commercial-callout strong{color:var(--cm-ink)}
.commercial-catalog-preview{border-radius:20px;border:1px solid var(--cm-line);overflow:hidden;box-shadow:0 15px 40px #172a270a;background:#fff}
.commercial-catalog-preview img{width:100%;height:auto;display:block}
.commercial-catalog-top{padding:13px 20px;border-bottom:1px solid var(--cm-line);font-size:11px;color:var(--cm-muted);display:flex;justify-content:space-between}
.commercial-store-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
.commercial-store-card{display:block;min-width:0;overflow:hidden;border:1px solid var(--cm-line);border-radius:20px;background:#fff;box-shadow:0 15px 40px #172a270a;color:var(--cm-ink);transition:border-color .2s,box-shadow .2s}
.commercial-store-card:hover{border-color:var(--cm-accent);box-shadow:0 18px 42px #172a2714}
.commercial-store-card:focus-visible{outline:3px solid var(--cm-accent);outline-offset:5px}
.commercial-store-card .commercial-catalog-top{align-items:center;gap:12px;background:var(--cm-paper)}
.commercial-store-card svg{width:18px;height:18px;flex:none}
.commercial-store-card>img{display:block;width:100%;height:auto;aspect-ratio:1.44;border-bottom:1px solid var(--cm-line)}
.commercial-store-caption{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:24px}
.commercial-store-caption h3{font-family:'Sora',sans-serif;font-size:21px;line-height:1.4;margin-top:7px}
.commercial-store-link{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:700;white-space:nowrap}
@media(max-width:800px){.commercial-store-grid{grid-template-columns:1fr;gap:24px}}
@media(max-width:480px){.commercial-store-caption{padding:20px;align-items:flex-start;flex-direction:column;gap:14px}.commercial-store-caption h3{font-size:20px}.commercial-store-card .commercial-catalog-top{padding:12px 16px;font-size:10px}}
.commercial-integration-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.commercial-integration-card{min-width:0;display:flex;flex-direction:column;padding:32px;border:1px solid var(--cm-line);border-radius:20px;background:var(--cm-paper)}
.commercial-capability-label{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}
.commercial-capability-label>span:last-child{font-size:12px;color:var(--cm-muted);font-variant-numeric:tabular-nums}
.commercial-integration-card h3,.commercial-growth-card h3,.commercial-analytics-card h3{font-family:Sora,Arial,sans-serif;font-size:22px;font-weight:600;letter-spacing:-.6px;line-height:1.35}
.commercial-integration-card>p,.commercial-growth-card p,.commercial-analytics-card>p{font-size:14px;line-height:1.8;color:var(--cm-muted);margin-top:14px}
.commercial-integration-brands{display:flex;flex-wrap:wrap;gap:12px;list-style:none;padding:0;margin:24px 0 8px}
.commercial-integration-brands li{display:flex;max-width:100%}
.commercial-integration-brand{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;width:148px;max-width:100%;min-height:94px;padding:16px;border:1px solid var(--cm-line);border-radius:10px;background:#fff;text-decoration:none;transition:border-color .2s,box-shadow .2s}
.commercial-integration-brand:hover{border-color:var(--cm-accent);box-shadow:0 4px 16px #172a270a}
.commercial-integration-brand img{display:block;width:116px;height:42px;object-fit:contain}
.commercial-integration-brand>span{font-size:11px;line-height:1.4;color:var(--cm-ink);font-weight:600}
.commercial-brand-cianbox{width:218px}.commercial-brand-cianbox img{width:184px;height:48px}
.commercial-brand-mercadopago img{width:38px;height:38px}
.commercial-brand-andreani{width:184px}.commercial-brand-andreani img{width:152px;height:52px}
.commercial-brand-correo{width:176px}.commercial-brand-correo img{width:144px;height:44px}
.commercial-brand-ga4{width:224px}.commercial-brand-ga4 img{width:190px;height:51px}
.commercial-brand-meta{width:180px}.commercial-brand-meta img{width:142px;height:29px}
.commercial-integration-details .commercial-integration-brand{align-items:flex-start;width:fit-content;min-height:70px;padding:8px 0;border:0;background:transparent}
.commercial-integration-details .commercial-integration-brand:hover{box-shadow:none}
.commercial-integration-card>.commercial-fine{padding-top:16px;margin-top:auto}
.commercial-integration-details{display:grid;gap:17px;margin:24px 0 12px}
.commercial-integration-details>div{border-top:1px solid var(--cm-line);padding-top:15px}
.commercial-integration-details dt{font-size:15px;font-weight:800;color:var(--cm-accent)}
.commercial-integration-details dd{margin:6px 0 0;font-size:13px;line-height:1.8;color:var(--cm-muted)}
.commercial-integration-grid.is-detailed>.commercial-integration-card:first-child,.commercial-integration-grid.is-detailed>.commercial-integration-card:last-child{grid-column:1/-1}
.commercial-integration-grid.is-detailed>.commercial-integration-card:last-child .commercial-integration-details{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px}
.commercial-growth-section{background:var(--cm-tint)}
.commercial-growth-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.commercial-growth-card{padding:28px;min-width:0;border:1px solid #354daa25;border-radius:18px;background:#ffffffc9}
.commercial-growth-number{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:50%;font-size:11px;font-weight:700;color:var(--cm-accent);background:var(--cm-tint);margin-bottom:25px}
.commercial-growth-card h3{font-size:19px;letter-spacing:-.4px}
.commercial-growth-bottom{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:30px}
.commercial-growth-bottom p{max-width:510px;font-size:12px;line-height:1.8;color:var(--cm-muted)}
.commercial-analytics-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
.commercial-analytics-card{padding:34px;border:1px solid var(--cm-line);border-radius:20px}
.commercial-analytics-card h3{margin-top:20px}
.commercial-metric-list{list-style:none;margin:24px 0 0;padding:0}
.commercial-metric-list li{padding:16px 0;border-top:1px solid var(--cm-line)}
.commercial-metric-list strong,.commercial-metric-list span{display:block;font-size:14px;line-height:1.7}
.commercial-metric-list span{font-size:13px;color:var(--cm-muted);margin-top:4px}
.commercial-measurement{background:var(--cm-paper)}
.commercial-measurement-steps{list-style:none;padding:0;margin:25px 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.commercial-measurement-steps li{background:#fff;border:1px solid var(--cm-line);border-radius:10px;padding:16px;font-size:12px;font-weight:700;line-height:1.6}
.commercial-measurement-steps span{display:block;color:var(--cm-accent);font-size:11px;margin-bottom:7px}
.commercial-measurement>.commercial-text-link{display:inline-flex;align-items:center;gap:10px;margin-top:22px;font-size:13px}
.commercial-measurement>.commercial-text-link svg{width:18px;height:18px}
@media(max-width:1000px){.commercial-growth-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.commercial-integration-card,.commercial-analytics-card{padding:26px}}
@media(max-width:800px){.commercial-integration-grid,.commercial-analytics-grid{grid-template-columns:1fr}.commercial-integration-grid.is-detailed>.commercial-integration-card:last-child .commercial-integration-details{grid-template-columns:1fr;gap:17px}.commercial-growth-bottom{align-items:flex-start;flex-direction:column;gap:18px}}
@media(max-width:480px){.commercial-growth-grid{grid-template-columns:1fr}.commercial-integration-card,.commercial-growth-card,.commercial-analytics-card{padding:24px}.commercial-integration-card h3,.commercial-analytics-card h3{font-size:21px}.commercial-growth-bottom .commercial-button{width:100%;font-size:13px}.commercial-integration-brands{gap:10px}.commercial-integration-brand{width:134px;padding:12px;min-height:86px}.commercial-integration-brand img{max-width:100%}.commercial-brand-cianbox{width:210px}.commercial-brand-andreani,.commercial-brand-correo{width:176px}.commercial-brand-ga4{width:216px;min-height:100px}.commercial-brand-meta{width:176px}.commercial-measurement-steps li{padding:12px}}
.commercial-page :is(a,button,input,select,textarea,summary):focus-visible,.commercial-header :is(a,button):focus-visible,.commercial-mobile :is(a,button):focus-visible,.commercial-footer a:focus-visible{outline:3px solid #946309;outline-offset:4px}
.commercial-page [id]{scroll-margin-top:110px}
@media(min-width:1600px){.commercial-home-hero{padding-block:88px}.commercial-hero-collage{min-height:530px}}
@media(max-width:1099px){.commercial-nav-links{display:none}.commercial-header #menu-toggle{display:flex}.commercial-nav{min-height:74px}.commercial-home-hero,.commercial-product-hero{gap:30px}.commercial-home-hero h1{font-size:49px}.commercial-hero-collage{min-height:450px}.commercial-card-body{padding:22px}.commercial-contact{gap:40px}.commercial-product-hero h1{font-size:45px}.commercial-product-visual>img{height:430px}}
@media(max-width:800px){.commercial-shell{width:calc(100% - 40px)}.commercial-home-hero,.commercial-product-hero{grid-template-columns:1fr;gap:35px;padding-block:43px}.commercial-home-hero h1{font-size:48px;max-width:600px}.commercial-lead{font-size:16px}.commercial-hero-collage{min-height:390px}.commercial-rail .commercial-shell{justify-content:flex-start;gap:12px 28px;padding-block:20px}.commercial-section{padding-block:54px}.commercial-section-head{display:block}.commercial-section-head>p{margin-top:18px;max-width:550px}.commercial-product-grid{grid-template-columns:1fr;gap:20px}.commercial-product-card{display:grid;grid-template-columns:.85fr 1.15fr}.commercial-card-photo{height:auto;min-height:280px}.commercial-card-body p{min-height:0}.commercial-chooser,.commercial-split,.commercial-contact{grid-template-columns:1fr;gap:32px}.commercial-recommendation{min-height:0;padding:30px}.commercial-steps{gap:24px}.commercial-steps h3{font-size:18px}.commercial-cta-band{padding:30px;display:block}.commercial-cta-band .commercial-button{margin-top:24px}.commercial-footer-grid{grid-template-columns:1fr 1fr;gap:35px}.commercial-detail-grid{gap:0 32px}.commercial-product-visual{max-width:650px;padding-left:15px}.commercial-product-visual>img{height:390px}.commercial-intro{padding-block:45px 30px}.commercial-plan-grid{grid-template-columns:1fr}.commercial-plan{padding:28px}.commercial-contact-copy h2{font-size:31px}}
@media(max-width:480px){.commercial-shell{width:calc(100% - 36px)}.commercial-nav{gap:10px;min-height:70px}.commercial-logo img{width:118px}.commercial-nav-actions .commercial-button{font-size:11px;padding:9px 11px;min-height:42px}.commercial-home-hero{padding-top:36px}.commercial-home-hero h1{font-size:42px}.commercial-home-hero .commercial-lead{font-size:15px;margin-top:22px!important}.commercial-eyebrow{font-size:10px}.commercial-actions{gap:11px;margin-top:24px}.commercial-actions .commercial-button{width:100%}.commercial-hero-collage{min-height:350px;gap:9px;padding:10px;border-radius:21px}.commercial-hero-tile{border-radius:12px}.commercial-hero-tile:first-child{margin-block:22px}.commercial-hero-tile span{font-size:12px;left:12px;bottom:13px}.commercial-hero-tile small{font-size:8px}.commercial-caption{font-size:10px}.commercial-rail .commercial-shell{font-size:11px}.commercial-product-card{display:block}.commercial-card-photo{height:210px;min-height:0}.commercial-card-body{padding:25px}.commercial-card-body p{font-size:14px}.commercial-steps{grid-template-columns:1fr;gap:26px}.commercial-steps li{padding-top:17px}.commercial-steps li::before{margin-bottom:13px}.commercial-detail-grid{grid-template-columns:1fr}.commercial-section h2{font-size:29px}.commercial-cta-band h2{font-size:28px}.commercial-cta-band{padding:28px 24px}.commercial-footer-grid{gap:30px 24px}.commercial-footer-grid>div:first-child,.commercial-footer-grid>div:last-child{grid-column:1/-1}.commercial-footer{padding-top:40px}.commercial-product-hero h1{font-size:41px}.commercial-product-visual>img{height:330px}.commercial-proof{font-size:10px;gap:7px 14px}.commercial-product-note{padding:18px;right:15px}.commercial-product-note strong{font-size:15px}.commercial-form{padding:23px}.commercial-form-grid{grid-template-columns:1fr;gap:20px}.commercial-intro h1{font-size:37px}.commercial-faq summary{font-size:14px;line-height:1.7}.commercial-fine{font-size:11px!important}}
@media(prefers-reduced-motion:reduce){.commercial-page *,#mobile-menu.commercial-mobile,.commercial-header *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
