:root {
  --brand-deep: #1a2d4a;
  --brand-mid: #2b4a72;
  --brand-teal: #0ea5e9;
  --surface-bg: #f8fafc;
  --surface-base: #ffffff;
  --surface-soft: #eef4f8;
  --border: #e2e8f0;
  --border-strong: #cbd5e1;
  --text-primary: #0f172a;
  --text-secondary: #475569;
  --text-muted: #64748b;
  --ok: #047857;
  --font-display: "Sora", system-ui, sans-serif;
  --font-ui: "Manrope", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text-primary); background: var(--surface-bg); font-family: var(--font-ui); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, summary { font: inherit; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid rgba(14, 165, 233, .48); outline-offset: 4px; }
.page-width { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; z-index: 50; top: 12px; left: 14px; padding: 10px 14px; border-radius: 8px; background: var(--brand-deep); color: #fff; font-weight: 800; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.topbar { position: sticky; z-index: 20; top: 0; height: 70px; background: #fff; border-bottom: 1px solid var(--border); }
.topbar > .brand, .topbar > .nav, .topbar > .top-actions { flex: 0 0 auto; }
.topbar { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 0 clamp(20px, 5vw, 72px); }
.brand { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-ui); font-weight: 700; white-space: nowrap; }
.brand-lockup { display: block; width: 86px; height: auto; }
.brand-mark { width: 40px; height: 40px; display: inline-grid; place-items: center; border-radius: 10px; background: var(--brand-deep); color: #fff; font: 800 16px/1 var(--font-ui); letter-spacing: -1.1px; }.brand-mark > span { display: block; transform: translateY(-1px); }.brand-dot { display: inline-block; width: 4px; height: 4px; margin: 0 0 1px 2px; border-radius: 50%; background: var(--brand-teal); vertical-align: baseline; }.brand-word { color: var(--brand-deep); font-family: var(--font-ui); font-size: 17px; font-weight: 800; letter-spacing: -.45px; }
.nav { display: flex; align-items: center; gap: 27px; margin-left: auto; color: var(--text-secondary); font-size: 13px; font-weight: 700; }.nav a:hover, .login-link:hover { color: var(--brand-deep); }.top-actions { display: flex; align-items: center; gap: 17px; }.login-link { color: var(--text-secondary); font-size: 13px; font-weight: 700; }
.btn { min-height: 45px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 17px; border: 1px solid transparent; border-radius: 9px; font-size: 13px; font-weight: 800; transition: transform .16s ease, background .16s ease, border-color .16s ease; }.btn:hover { transform: translateY(-2px); }.btn-small { min-height: 40px; padding: 9px 13px; background: var(--brand-deep); color: #fff; font-size: 12px; }.btn-small:hover, .btn-dark:hover { background: var(--brand-mid); }.btn-primary { background: var(--brand-teal); color: var(--brand-deep); box-shadow: 0 10px 22px rgba(14,165,233,.2); }.btn-primary:hover, .btn-cta:hover { background: #38bdf8; }.btn-ghost { border-color: rgba(255,255,255,.25); color: #fff; background: rgba(255,255,255,.06); }.btn-ghost:hover { background: rgba(255,255,255,.12); }.btn-dark { background: var(--brand-deep); color: #fff; }.btn-cta { background: var(--brand-deep); color: #fff; }.btn-full { width: 100%; margin-top: 24px; }
.mobile-menu { display: none; position: relative; }.mobile-menu summary { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--border-strong); border-radius: 9px; background: #fff; color: var(--brand-deep); cursor: pointer; list-style: none; }.mobile-menu summary::-webkit-details-marker { display: none; }.mobile-menu nav { position: absolute; top: 49px; right: 0; width: 224px; display: grid; gap: 3px; padding: 8px; border: 1px solid var(--border); border-radius: 12px; background: #fff; box-shadow: 0 18px 45px rgba(15,23,42,.14); }.mobile-menu nav a { min-height: 42px; display: flex; align-items: center; padding: 0 12px; border-radius: 7px; color: var(--text-secondary); font-size: 14px; font-weight: 700; }.mobile-menu nav a:hover { background: var(--surface-soft); color: var(--brand-deep); }

.hero { position: relative; overflow: hidden; min-height: 740px; padding: 78px 0 94px; background: var(--brand-deep); color: #fff; }.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(350px,.85fr) minmax(600px,1.15fr); align-items: center; gap: 55px; }.hero-grid-lines { position: absolute; inset: 0; pointer-events: none; opacity: .34; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(90deg, transparent, #000 40%, #000); }.hero::after { content: ""; position: absolute; width: 680px; height: 680px; right: -260px; bottom: -430px; border-radius: 50%; background: rgba(14,165,233,.19); }
.eyebrow { width: fit-content; min-height: 28px; display: inline-flex; align-items: center; gap: 8px; padding: 6px 10px; border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .5px; text-transform: uppercase; }.eyebrow-dark { border: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.82); background: rgba(255,255,255,.06); }.eyebrow-light { border: 1px solid var(--border-strong); color: var(--brand-deep); background: rgba(255,255,255,.75); }.eyebrow-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--brand-teal); box-shadow: 0 0 0 4px rgba(14,165,233,.16); }
.hero h1 { max-width: 590px; margin: 24px 0 19px; font: 700 clamp(48px,6vw,76px)/.98 var(--font-display); letter-spacing: -3.8px; }.hero-lead { max-width: 510px; margin: 0; color: rgba(255,255,255,.69); font-size: 18px; line-height: 1.55; }.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }.hero-note { display: flex; align-items: center; gap: 8px; margin-top: 17px; color: rgba(255,255,255,.64); font-size: 12px; font-weight: 700; }.hero-note svg { color: var(--brand-teal); }.hero-proof { max-width: 420px; display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 48px; }.hero-proof > div { display: grid; grid-template-columns: auto 1fr; gap: 9px; align-items: start; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.2); }.hero-proof strong { color: var(--brand-teal); font: 800 11px var(--font-display); }.hero-proof span { color: rgba(255,255,255,.64); font-size: 11px; line-height: 1.25; }

.hero-product { position: relative; min-width: 0; padding: 15px; }.product-window { position: relative; z-index: 1; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 16px; background: #f6f8fc; box-shadow: 0 28px 80px rgba(0,0,0,.3); transform: perspective(1600px) rotateY(-4deg) rotateX(1deg); }.window-bar { height: 38px; display: flex; align-items: center; gap: 13px; padding: 0 15px; border-bottom: 1px solid #e0e5ed; background: #fff; color: #8b94a5; font-size: 9px; }.window-dots { display: flex; gap: 5px; }.window-dots span { width: 7px; height: 7px; border-radius: 50%; background: #cbd5e1; }.window-dots span:first-child { background: var(--brand-teal); }.window-url { display: inline-flex; align-items: center; gap: 4px; margin-left: 6px; }.window-live { display: inline-flex; align-items: center; gap: 5px; margin-left: auto; color: var(--ok); font-weight: 800; text-transform: uppercase; }.window-live span, .live-pill span { width: 6px; height: 6px; border-radius: 50%; background: var(--ok); }
.app-shell { display: grid; grid-template-columns: 137px 1fr; min-height: 490px; }.app-sidebar { position: relative; display: flex; flex-direction: column; gap: 3px; padding: 18px 10px 12px; border-right: 1px solid #e3e8f0; background: #fff; color: #7a8494; }.mini-brand { margin: 0 8px 24px; color: var(--brand-deep); font: 800 15px var(--font-ui); letter-spacing: -.6px; }.mini-brand b { display: inline-block; width: 3px; height: 3px; margin: 0 0 1px 1px; border-radius: 50%; background: var(--brand-teal); font-size: 0; vertical-align: baseline; }.side-label { margin: 0 9px 7px; color: #a6aeb9; font-size: 8px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }.side-label.spaced { margin-top: 20px; }.side-link { min-height: 29px; display: flex; align-items: center; gap: 8px; padding: 0 9px; border-radius: 7px; font-size: 9px; font-weight: 800; }.side-link.active { background: rgba(14,165,233,.1); color: var(--brand-mid); }.side-count { margin-left: auto; padding: 2px 4px; border-radius: 4px; background: var(--brand-teal); color: #fff; font-size: 8px; }.sidebar-store { display: grid; grid-template-columns: 22px 1fr 12px; gap: 6px; align-items: center; margin-top: auto; padding: 9px 5px 0; border-top: 1px solid #e8ecf2; color: #677183; }.sidebar-store b, .sidebar-store small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.sidebar-store b { font-size: 7px; }.sidebar-store small { margin-top: 2px; color: #a0a8b3; font-size: 7px; }.store-avatar, .top-avatar { display: grid; place-items: center; border-radius: 7px; background: #dff4fc; color: var(--brand-mid); font-size: 7px; font-weight: 800; }.store-avatar { width: 22px; height: 22px; }
.app-main { min-width: 0; background: #f6f8fc; }.app-topbar { display: flex; align-items: center; justify-content: space-between; padding: 19px 20px 15px; background: #fff; border-bottom: 1px solid #e3e8f0; }.app-kicker { display: block; color: #929baa; font-size: 8px; font-weight: 800; letter-spacing: .2px; }.app-topbar h2 { margin: 4px 0 0; color: #273146; font: 800 17px var(--font-display); letter-spacing: -.7px; }.top-user { display: flex; align-items: center; gap: 12px; }.top-icon { position: relative; color: #7b8696; }.top-icon b { position: absolute; top: -2px; right: -1px; width: 4px; height: 4px; border: 1px solid #fff; border-radius: 50%; background: var(--brand-teal); }.top-avatar { width: 26px; height: 26px; border-radius: 50%; background: #e0eafa; color: var(--brand-mid); font-size: 8px; }.app-content { padding: 15px 20px 22px; }.kpi-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; }.kpi-card { padding: 11px 12px; border: 1px solid #e5e9f0; border-radius: 9px; background: #fff; }.kpi-card > span { display: block; color: #909aaa; font-size: 8px; font-weight: 800; }.kpi-card strong { display: block; margin: 5px 0 3px; color: #273146; font: 800 18px var(--font-display); letter-spacing: -.7px; }.kpi-card small { display: flex; align-items: center; gap: 3px; color: #a0a8b3; font-size: 7px; }.kpi-card .positive { color: var(--ok); }
.app-panels { display: grid; grid-template-columns: 1.58fr .82fr; gap: 10px; margin-top: 10px; }.panel-card { padding: 14px; border: 1px solid #e5e9f0; border-radius: 10px; background: #fff; }.panel-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; }.panel-heading h3 { margin: 3px 0 0; color: #273146; font: 800 12px var(--font-display); }.live-pill { display: inline-flex; align-items: center; gap: 4px; color: #93a0ad; font-size: 7px; font-weight: 800; }.kanban { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; margin-top: 14px; }.kanban-col { min-width: 0; padding: 7px; border-radius: 7px; background: #f6f8fc; }.col-title { display: flex; justify-content: space-between; margin-bottom: 7px; color: #768193; font-size: 8px; font-weight: 800; }.col-title b { display: grid; place-items: center; min-width: 15px; height: 15px; border-radius: 4px; background: #e5eaf1; color: #788394; font-size: 7px; }.order-card { margin-top: 6px; padding: 8px; border: 1px solid #e3e8ef; border-radius: 6px; background: #fff; box-shadow: 0 2px 5px rgba(11,19,36,.03); }.order-card.blue-edge { border-left: 2px solid var(--brand-mid); }.order-card.cyan-edge { border-left: 2px solid var(--brand-teal); }.order-card.green-edge { border-left: 2px solid var(--ok); }.order-head, .order-foot { display: flex; align-items: center; justify-content: space-between; gap: 4px; }.order-head strong { color: #3c4658; font-size: 8px; }.order-head span { color: #adb4bf; font-size: 7px; }.order-card p { min-height: 19px; margin: 6px 0; color: #7d8797; font-size: 7px; line-height: 1.35; }.order-foot b { color: #3c4658; font-size: 8px; }.channel-badge { padding: 2px 4px; border-radius: 3px; background: #e5f4fb; color: var(--brand-mid); font-size: 6px; font-weight: 800; text-transform: uppercase; }
.side-panel { min-width: 0; }.mini-chart { position: relative; height: 100px; display: flex; align-items: flex-end; gap: 7px; margin-top: 16px; padding: 10px 2px 0; border-bottom: 1px solid #e3e8ef; background: repeating-linear-gradient(to bottom, transparent 0, transparent 30px, #e7ecf3 31px); }.mini-chart span { flex: 1; min-width: 5px; border-radius: 3px 3px 0 0; background: linear-gradient(to top, var(--brand-mid), var(--brand-teal)); }.mini-chart span:nth-child(even) { opacity: .4; }.chart-labels { display: flex; justify-content: space-between; margin-top: 6px; color: #adb4bf; font-size: 7px; }.channel-list { display: grid; gap: 8px; margin-top: 20px; }.channel-list > div { display: grid; grid-template-columns: 8px 1fr auto; gap: 5px; align-items: center; color: #7f8998; font-size: 8px; }.channel-list b { color: #3c4658; font-size: 8px; }.channel-list b small { color: #a8b0bc; font-size: 6px; font-weight: 500; }.channel-dot { width: 7px; height: 7px; border-radius: 50%; }.channel-dot.blue { background: var(--brand-teal); }.channel-dot.mid { background: var(--brand-mid); }.channel-dot.green { background: var(--ok); }
.floating-note { position: absolute; z-index: 2; display: flex; align-items: center; gap: 8px; padding: 9px 12px 9px 9px; border: 1px solid var(--border); border-radius: 10px; background: #fff; color: var(--brand-deep); box-shadow: 0 15px 35px rgba(0,0,0,.22); }.floating-note b, .floating-note small { display: block; }.floating-note b { font-size: 10px; }.floating-note small { margin-top: 2px; color: #8d95a1; font-size: 8px; }.note-one { top: 20px; right: -10px; }.note-two { right: -35px; bottom: 25px; }.float-icon { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 7px; }.blue-bg { background: #e3f5fc; color: var(--brand-mid); }.green-bg { background: #e5f7ee; color: var(--ok); }

.trust-strip { border-bottom: 1px solid var(--border); background: #fff; }.trust-inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }.trust-inner > span { color: #8994a3; font-size: 11px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; }.trust-tags { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }.trust-tags span { padding: 8px 12px; border: 1px solid var(--border); border-radius: 999px; color: var(--text-secondary); font-size: 11px; font-weight: 700; }
.section { padding: 108px 0; }.section-light { background: #fff; }.section-soft { background: var(--surface-soft); }.section-intro, .pricing-heading { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(270px,.8fr); align-items: end; gap: 60px; margin-bottom: 44px; }.section-intro h2, .pricing-heading h2, .faq-heading h2, .whatsapp-copy h2 { margin: 18px 0 0; color: var(--brand-deep); font: 700 clamp(34px,4.3vw,55px)/1.02 var(--font-display); letter-spacing: -2.6px; }.section-intro > p, .pricing-heading > p { margin: 0 0 4px; color: var(--text-secondary); font-size: 16px; line-height: 1.6; }.feature-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 13px; }.feature-card { position: relative; overflow: hidden; min-height: 300px; padding: 25px; border: 1px solid var(--border); border-radius: 15px; background: var(--surface-bg); }.feature-card h3 { max-width: 300px; margin: 20px 0 9px; color: var(--brand-deep); font: 700 23px/1.07 var(--font-display); letter-spacing: -1px; }.feature-card p { max-width: 420px; margin: 0; color: var(--text-secondary); font-size: 14px; line-height: 1.55; }.feature-large { grid-row: span 2; min-height: 613px; }.feature-wide { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; min-height: 248px; }.feature-number { position: absolute; top: 25px; right: 26px; color: #94a3b8; font: 700 11px var(--font-display); }.feature-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; }.blue-icon { background: #e3f5fc; color: var(--brand-mid); }.cyan-icon { background: #e0f2fe; color: var(--brand-teal); }.green-icon { background: #e3f7ed; color: var(--ok); }.purple-icon { background: #e9eafd; color: var(--violet); }.storefront-preview { position: absolute; right: 25px; bottom: 25px; left: 25px; padding: 17px; border: 1px solid var(--border-strong); border-radius: 12px; background: #fff; box-shadow: 0 17px 28px rgba(15,23,42,.07); }.storefront-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }.store-logo { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 8px; background: var(--brand-deep); color: #fff; font-size: 8px; font-weight: 800; }.store-rating { display: inline-flex; align-items: center; gap: 4px; color: #5279a0; font-size: 9px; font-weight: 800; }.storefront-preview > strong { display: block; color: var(--brand-deep); font: 700 18px var(--font-display); }.storefront-preview > small { display: block; margin-top: 4px; color: #8a96a6; font-size: 10px; }.store-category { display: flex; gap: 13px; margin-top: 19px; padding-bottom: 9px; border-bottom: 1px solid var(--border); color: #8a96a6; font-size: 9px; font-weight: 800; }.store-category .active { color: var(--brand-mid); }.store-item { display: grid; grid-template-columns: 39px 1fr auto; gap: 10px; align-items: center; margin-top: 13px; }.food-thumb { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 9px; background: #e3f5fc; font-size: 20px; }.store-item b, .store-item small { display: block; }.store-item b { color: var(--brand-deep); font-size: 11px; }.store-item small { max-width: 200px; margin-top: 3px; color: #8a96a6; font-size: 8px; }.store-item > strong { color: var(--brand-mid); font: 700 12px var(--font-display); }.feature-visual { position: absolute; right: 24px; bottom: 25px; left: 24px; }.flow-visual { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; color: #8e96a2; }.flow-visual span { padding: 8px 9px; border: 1px solid var(--border-strong); border-radius: 7px; background: #fff; font-size: 9px; font-weight: 800; }.flow-visual span:first-child { color: var(--brand-mid); border-color: #b8dcec; }.flow-visual span:last-child { color: var(--ok); border-color: #bce5cf; }.flow-visual i { color: #94a3b8; }.metric-visual { display: flex; align-items: center; gap: 10px; padding-top: 14px; border-top: 1px solid var(--border); }.metric-big { color: var(--brand-deep); font: 700 28px var(--font-display); letter-spacing: -1px; }.metric-label { color: #8a96a6; font-size: 9px; }.metric-trend { display: inline-flex; align-items: center; gap: 3px; margin-left: auto; color: var(--ok); font-size: 10px; font-weight: 800; }.wide-copy h3 { margin-top: 17px; }.channel-pills { align-self: end; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }.channel-pills span { display: inline-flex; align-items: center; gap: 5px; padding: 8px 10px; border: 1px solid var(--border-strong); border-radius: 7px; color: var(--text-secondary); background: #fff; font-size: 10px; font-weight: 800; }

.benefit-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; margin-top: 13px; }.benefit-card { min-height: 190px; padding: 22px 23px; border: 1px solid var(--border); border-radius: 15px; background: var(--surface-soft); }.benefit-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; background: #e3f5fc; color: var(--brand-mid); }.benefit-card h3 { margin: 18px 0 8px; color: var(--brand-deep); font: 700 19px/1.08 var(--font-display); letter-spacing: -.7px; }.benefit-card p { max-width: 310px; margin: 0; color: var(--text-secondary); font-size: 13px; line-height: 1.5; }
.narrow { max-width: 950px; }.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }.step-card { position: relative; min-height: 245px; padding: 32px 29px 29px 0; border-right: 1px solid var(--border); }.step-card + .step-card { padding-left: 29px; }.step-card:last-child { border-right: 0; }.step-number { display: block; margin-bottom: 45px; color: var(--brand-teal); font: 800 12px var(--font-display); }.step-card > svg { position: absolute; top: 33px; right: 29px; color: #8da0b4; }.step-card h3 { margin: 0 0 10px; color: var(--brand-deep); font: 700 22px var(--font-display); letter-spacing: -1px; }.step-card p { max-width: 265px; margin: 0; color: var(--text-secondary); font-size: 14px; line-height: 1.55; }

.pricing-section { padding: 108px 0 76px; background: var(--brand-deep); color: #fff; }.pricing-heading h2 { color: #fff; }.pricing-heading > p { color: rgba(255,255,255,.64); }.pricing-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 14px; align-items: stretch; }.price-card { padding: 30px; border-radius: 15px; }.price-main { background: #fff; color: var(--brand-deep); }.price-addon { display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.18); background: #233b60; }.price-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }.plan-label { display: block; color: #7c8da3; font-size: 10px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; }.price-addon .plan-label { color: rgba(255,255,255,.55); }.price-card h3 { margin: 8px 0 0; font: 700 27px var(--font-display); letter-spacing: -1.3px; }.price-addon h3 { color: #fff; }.popular-tag { padding: 6px 8px; border-radius: 5px; background: #e3f5fc; color: var(--brand-mid); font-size: 9px; font-weight: 800; text-transform: uppercase; }.price-was { display: flex; align-items: baseline; gap: 4px; margin-top: 28px; color: #97a1b0; font-size: 13px; font-weight: 700; }.price-was s { color: #97a1b0; text-decoration: line-through; }.price { display: flex; align-items: baseline; gap: 5px; margin-top: 4px; }.price > span { color: #7c8491; font-size: 16px; font-weight: 800; }.price strong { font: 700 67px/.9 var(--font-display); letter-spacing: -4px; }.price small { color: #7c8491; font-size: 13px; }.price-description { min-height: 44px; max-width: 430px; margin: 15px 0 22px; color: #737b89; font-size: 14px; line-height: 1.5; }.price-addon .price-description { color: rgba(255,255,255,.67); }.included-title { padding-top: 18px; border-top: 1px solid var(--border); color: #7c8da3; font-size: 10px; font-weight: 800; letter-spacing: .5px; text-transform: uppercase; }.check-list { display: grid; gap: 12px; margin: 14px 0 0; padding: 0; list-style: none; }.check-list li { display: flex; align-items: flex-start; gap: 9px; color: #5f6b7b; font-size: 13px; line-height: 1.35; }.check-list svg { flex: 0 0 auto; margin-top: 1px; color: var(--ok); }.price-addon .check-list li { color: rgba(255,255,255,.75); }.price-addon .check-list svg { color: var(--brand-teal); }.addon-icon { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 28px; border-radius: 12px; background: rgba(14,165,233,.15); color: #7dd3fc; }.addon-price { display: flex; align-items: baseline; gap: 6px; margin-top: 24px; }.addon-price strong { color: #fff; font: 700 43px var(--font-display); letter-spacing: -2px; }.addon-price span { color: rgba(255,255,255,.54); font-size: 13px; }.price-addon .text-link { margin-top: auto; padding-top: 26px; }.text-link { display: inline-flex; align-items: center; gap: 6px; color: var(--brand-teal); font-size: 13px; font-weight: 800; }.pricing-footnote { display: flex; align-items: center; gap: 7px; margin: 22px 0 0; color: rgba(255,255,255,.46); font-size: 11px; }.pricing-footnote svg { flex: 0 0 auto; }

.whatsapp-section { padding-top: 96px; padding-bottom: 96px; }.whatsapp-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 86px; align-items: center; }.whatsapp-copy h2 em { color: var(--brand-teal); font-style: normal; }.whatsapp-copy p { max-width: 470px; margin: 20px 0 26px; color: var(--text-secondary); font-size: 16px; line-height: 1.6; }.whatsapp-card { width: min(100%,420px); justify-self: end; overflow: hidden; border: 1px solid #c9e4ef; border-radius: 15px; background: #edf8fc; box-shadow: 0 20px 40px rgba(27,78,102,.1); }.chat-header { display: grid; grid-template-columns: 35px 1fr auto; gap: 10px; align-items: center; padding: 15px 17px; background: #fff; border-bottom: 1px solid #dcecf3; }.wa-brand { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; background: var(--brand-mid); color: #fff; }.chat-header b, .chat-header small { display: block; }.chat-header b { color: var(--brand-deep); font-size: 12px; }.chat-header small { margin-top: 3px; color: #8795a4; font-size: 9px; }.chat-header > svg { color: #8795a4; }.chat-body { display: grid; gap: 9px; padding: 19px 17px 23px; background: #edf8fc; }.chat-time { margin: 0 auto 3px; color: #8da0ae; font-size: 8px; font-weight: 800; letter-spacing: .6px; }.chat-bubble { position: relative; width: fit-content; max-width: 78%; padding: 10px 11px 17px; border-radius: 10px; color: #344659; font-size: 11px; line-height: 1.4; box-shadow: 0 2px 4px rgba(31,76,49,.05); }.chat-bubble span { position: absolute; right: 8px; bottom: 5px; color: #94a5b1; font-size: 7px; }.chat-bubble.customer { justify-self: end; border-top-right-radius: 3px; background: #fff; }.chat-bubble.bot { border-top-left-radius: 3px; background: #d8eff8; }.chat-bubble.short { padding-right: 10px; }.chat-suggestion { display: flex; align-items: center; justify-content: space-between; padding: 11px 16px; background: #fff; color: #738797; font-size: 9px; }.chat-suggestion span { display: inline-flex; align-items: center; gap: 5px; }.chat-suggestion svg:last-child { color: var(--ok); }
.faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }.faq-heading h2 { font-size: clamp(36px,4vw,51px); }.faq-heading p { max-width: 280px; margin: 18px 0 22px; color: var(--text-secondary); font-size: 15px; line-height: 1.6; }.faq-list { display: grid; gap: 0; border-top: 1px solid var(--border); }.faq-list details { border-bottom: 1px solid var(--border); }.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 68px; padding: 10px 0; color: var(--brand-deep); font: 700 16px var(--font-display); cursor: pointer; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary::after { content: "+"; color: var(--brand-teal); font: 400 24px var(--font-ui); }.faq-list details[open] summary::after { content: "−"; }.faq-list p { max-width: 620px; margin: -2px 0 20px; color: var(--text-secondary); font-size: 14px; line-height: 1.6; }
.final-cta { padding: 83px 0; background: var(--surface-soft); }.final-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; }.final-cta h2 { max-width: 640px; margin: 17px 0 10px; color: var(--brand-deep); font: 700 clamp(37px,4.6vw,60px)/.98 var(--font-display); letter-spacing: -2.8px; }.final-cta p { margin: 0; color: rgba(26,45,74,.7); font-size: 16px; }.final-cta .eyebrow-dark { border-color: rgba(26,45,74,.22); color: rgba(26,45,74,.76); background: rgba(255,255,255,.62); }.final-cta .eyebrow-dot { background: var(--brand-deep); box-shadow: 0 0 0 4px rgba(26,45,74,.1); }
.site-footer { padding: 28px 0 22px; border-top: 1px solid var(--border); background: #fff; }.footer-top { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; }.footer-top p { margin: 0; color: #8491a0; text-align: center; font-size: 12px; }.footer-top nav { display: flex; justify-content: flex-end; gap: 18px; color: var(--text-secondary); font-size: 11px; font-weight: 800; }.footer-top nav a:hover, .footer-bottom a:hover { color: var(--brand-mid); }.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 22px; padding-top: 16px; border-top: 1px solid var(--border); color: #94a3b8; font-size: 11px; }.footer-bottom span:last-child { display: flex; gap: 16px; }.footer-bottom a { color: var(--text-secondary); font-weight: 800; }

@media (max-width: 1100px) { .hero-grid { grid-template-columns: minmax(330px,.75fr) minmax(550px,1.25fr); gap: 22px; }.hero-product { margin-right: -24px; }.note-two { right: -18px; }.hero h1 { font-size: clamp(47px,5.7vw,67px); }.nav { gap: 18px; } }
@media (max-width: 900px) { .nav, .top-actions > .login-link { display: none; }.mobile-menu { display: block; }.hero { padding-top: 65px; }.hero-grid { grid-template-columns: 1fr; }.hero-copy { max-width: 620px; }.hero-product { width: min(720px,100%); margin: 22px auto 0; }.product-window { transform: none; }.note-one { right: -3px; }.note-two { right: 4px; bottom: -11px; }.section-intro, .pricing-heading { grid-template-columns: 1fr; gap: 18px; }.section-intro > p, .pricing-heading > p { max-width: 600px; }.whatsapp-grid { gap: 45px; }.faq-layout { gap: 45px; } }
@media (max-width: 700px) { .page-width { width: min(100% - 32px,560px); }.topbar { height: 68px; padding: 0 16px; }.topbar .brand-word { font-size: 15px; }.hero { min-height: 0; padding: 54px 0 66px; }.hero h1 { margin-top: 20px; font-size: clamp(45px,14vw,64px); letter-spacing: -2.6px; }.hero-lead { font-size: 17px; }.hero-actions { display: grid; }.hero-actions .btn { width: 100%; }.hero-proof { margin-top: 37px; }.hero-product { margin-top: 27px; padding: 0; }.app-shell { grid-template-columns: 86px 1fr; min-height: 392px; }.app-sidebar { padding: 13px 6px 8px; }.mini-brand { margin: 0 6px 19px; font-size: 12px; }.side-link { gap: 5px; padding: 0 6px; font-size: 7px; }.side-label { margin-left: 6px; font-size: 6px; }.side-label.spaced { margin-top: 12px; }.sidebar-store { display: none; }.app-topbar { padding: 13px 12px 11px; }.app-topbar h2 { font-size: 13px; }.app-content { padding: 10px 12px 15px; }.kpi-card { padding: 8px; }.kpi-card strong { font-size: 14px; }.kpi-card small { font-size: 6px; }.app-panels { grid-template-columns: 1fr; }.side-panel { display: none; }.panel-card { padding: 10px; }.kanban { gap: 4px; margin-top: 10px; }.kanban-col { padding: 5px; }.order-card { padding: 6px; }.order-card p { font-size: 6px; }.floating-note { transform: scale(.87); transform-origin: right center; }.note-one { top: -14px; right: -2px; }.note-two { right: -3px; bottom: -18px; }.trust-inner { display: block; padding-top: 22px; padding-bottom: 22px; }.trust-inner > span { display: block; margin-bottom: 13px; }.trust-tags { justify-content: flex-start; }.trust-tags span { font-size: 10px; }.section, .pricing-section { padding: 76px 0; }.feature-grid, .pricing-grid, .whatsapp-grid, .faq-layout { grid-template-columns: 1fr; }.feature-large { grid-row: auto; min-height: 570px; }.feature-wide { display: block; min-height: 335px; }.channel-pills { justify-content: flex-start; margin-top: 28px; }.steps-grid { grid-template-columns: 1fr; border-bottom: 0; }.step-card, .step-card + .step-card { min-height: 0; padding: 25px 0 27px; border-right: 0; border-bottom: 1px solid var(--border); }.step-card:last-child { border-bottom: 1px solid var(--border); }.step-number { margin-bottom: 25px; }.step-card > svg { top: 27px; right: 4px; }.pricing-heading h2 br { display: none; }.price-card { padding: 24px; }.price strong { font-size: 60px; }.price-addon { min-height: 370px; }.pricing-footnote { align-items: flex-start; line-height: 1.4; }.whatsapp-card { justify-self: start; }.faq-heading { margin-bottom: 8px; }.final-cta { padding: 62px 0; }.final-inner { display: grid; gap: 25px; }.final-cta .btn { width: 100%; }.footer-top { grid-template-columns: 1fr; gap: 17px; }.footer-top p { text-align: left; }.footer-top nav { justify-content: flex-start; flex-wrap: wrap; }.footer-bottom { display: grid; line-height: 1.45; }.footer-bottom span:last-child { gap: 12px; } }
@media (max-width: 420px) { .hero-proof { gap: 5px; }.hero-proof > div { grid-template-columns: 1fr; gap: 5px; }.window-bar { padding: 0 9px; }.window-url { margin-left: 0; font-size: 8px; }.window-live { display: none; }.kpi-row { gap: 4px; }.kpi-card strong { font-size: 12px; }.kpi-card > span { font-size: 7px; }.feature-card { padding: 21px; }.feature-large { min-height: 545px; }.storefront-preview { right: 21px; bottom: 21px; left: 21px; padding: 14px; }.store-item { grid-template-columns: 33px 1fr; }.store-item > strong { grid-column: 2; }.store-item small { max-width: 160px; }.feature-wide { min-height: 345px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; } }

.storefront-preview { padding: 0; background: #f7fafc; }
.editor-chrome { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 0 11px; border-bottom: 1px solid #e4ebf2; background: #fff; color: #8190a0; font-size: 8px; font-weight: 800; }
.editor-status, .editor-tools, .editor-item, .editor-add, .canvas-label span { display: inline-flex; align-items: center; gap: 5px; }
.editor-status { color: var(--brand-mid); }.editor-status svg { color: var(--brand-teal); }.editor-tools { gap: 8px; }.editor-tools svg { color: #a5b0bd; }.editor-tools b { padding: 5px 7px; border-radius: 5px; background: var(--brand-teal); color: var(--brand-deep); font-size: 7px; }
.editor-body { display: grid; grid-template-columns: 86px minmax(0,1fr); gap: 10px; padding: 10px; background: #f7fafc; }.editor-sidebar { display: grid; align-content: start; gap: 5px; padding: 8px 6px; border: 1px solid #e1e9f0; border-radius: 8px; background: #fff; }.editor-sidebar > small { margin: 1px 4px 3px; color: #a1adba; font-size: 7px; font-weight: 800; letter-spacing: .6px; text-transform: uppercase; }.editor-item { min-width: 0; padding: 6px 5px; border-radius: 5px; color: #8290a0; font-size: 7px; font-weight: 800; }.editor-item svg { flex: 0 0 auto; }.editor-item.active { background: rgba(14,165,233,.11); color: var(--brand-mid); }.editor-add { margin: 8px 4px 2px; color: var(--brand-teal); font-size: 7px; font-weight: 800; }.editor-canvas { min-width: 0; }.canvas-label { display: flex; align-items: center; justify-content: space-between; gap: 6px; margin: 1px 3px 6px; color: #8c99a8; font-size: 7px; font-weight: 800; }.canvas-label span:last-child { color: var(--ok); }.canvas-label svg { fill: currentColor; }.storefront-frame { position: relative; min-width: 0; overflow: hidden; padding: 11px; border: 1px solid #b9ddeb; border-radius: 9px; background: #fff; box-shadow: 0 7px 14px rgba(30,76,103,.07); }.storefront-frame > strong { display: block; color: var(--brand-deep); font: 700 18px var(--font-display); }.storefront-frame > small { display: block; margin-top: 4px; color: #8a96a6; font-size: 10px; }.edit-selection { position: absolute; inset: 5px; border: 1px dashed rgba(14,165,233,.68); border-radius: 6px; color: var(--brand-teal); font-size: 7px; font-weight: 800; pointer-events: none; animation: selection-breathe 2.8s ease-in-out infinite; }.edit-selection::before, .edit-selection::after { content: ""; position: absolute; width: 5px; height: 5px; border: 1px solid #fff; border-radius: 2px; background: var(--brand-teal); box-shadow: 0 0 0 1px var(--brand-teal); }.edit-selection::before { top: -3px; left: -3px; }.edit-selection::after { right: -3px; bottom: -3px; }.edit-selection { text-align: right; }.edit-selection::marker { display: none; }.editor-cursor { position: absolute; z-index: 3; right: 31%; bottom: 18px; color: var(--brand-deep); filter: drop-shadow(1px 2px 2px rgba(15,23,42,.2)); animation: editor-cursor-move 3.8s ease-in-out infinite; }.editor-toast { position: absolute; z-index: 3; right: 10px; bottom: 10px; display: inline-flex; align-items: center; gap: 5px; padding: 6px 8px; border: 1px solid #cfe9dc; border-radius: 6px; background: #f2fbf6; color: var(--ok); font-size: 7px; font-weight: 800; animation: editor-toast-in 3.8s ease-in-out infinite; }
@keyframes selection-breathe { 0%,100% { border-color: rgba(14,165,233,.4); } 50% { border-color: rgba(14,165,233,.95); } }@keyframes editor-cursor-move { 0%,100% { transform: translate(8px, 6px); } 45% { transform: translate(-8px, -4px); } 70% { transform: translate(2px, 4px); } }@keyframes editor-toast-in { 0%,18%,100% { opacity: .35; transform: translateY(4px); } 30%,82% { opacity: 1; transform: translateY(0); } }
.purple-icon { background: #e3f5fc; color: var(--brand-mid); }
@media (max-width: 700px) { .benefit-grid { grid-template-columns: 1fr; } }
@media (max-width: 700px) { .editor-chrome { padding: 0 8px; font-size: 7px; }.editor-tools { gap: 5px; }.editor-tools b { padding: 4px 5px; }.editor-body { grid-template-columns: 70px minmax(0,1fr); gap: 7px; padding: 8px; }.editor-sidebar { padding: 7px 4px; }.editor-item { gap: 3px; padding: 5px 4px; font-size: 6px; }.editor-add { margin-left: 3px; font-size: 6px; }.canvas-label { font-size: 6px; }.storefront-frame { padding: 8px; }.storefront-frame > strong { font-size: 13px; }.storefront-frame > small { font-size: 8px; }.store-category { gap: 7px; font-size: 7px; }.store-item { grid-template-columns: 28px 1fr auto; gap: 5px; margin-top: 8px; }.food-thumb { width: 28px; height: 28px; font-size: 14px; }.store-item b { font-size: 9px; }.store-item small { max-width: 125px; font-size: 7px; }.store-item > strong { font-size: 9px; }.editor-toast { right: 7px; bottom: 7px; }.editor-cursor { right: 29%; bottom: 14px; transform: scale(.8); } }
@media (prefers-reduced-motion: reduce) { .edit-selection, .editor-cursor, .editor-toast { animation: none; } }
.final-cta { background: #f6f8fb; }
.channel-flow-visual { min-width: 0; display: grid; grid-template-columns: 96px 74px minmax(92px,1fr); align-items: center; gap: 8px; min-height: 126px; padding-top: 8px; }.flow-sources { display: grid; gap: 8px; }.flow-source { position: relative; min-width: 0; display: flex; align-items: center; gap: 5px; padding: 7px 6px; border: 1px solid #c9d8e5; border-radius: 7px; background: #fff; color: var(--text-secondary); font-size: 7px; font-weight: 800; box-shadow: 0 4px 9px rgba(35,66,95,.05); animation: flow-source-in 3.6s ease-in-out infinite; }.flow-source svg { flex: 0 0 auto; color: var(--brand-mid); }.flow-source strong { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.flow-source b { margin-left: auto; padding: 2px 3px; border-radius: 4px; background: #e3f5fc; color: var(--brand-mid); font-size: 7px; animation: flow-badge-pop 3.6s ease-in-out infinite; }.flow-source::after { content: ""; position: absolute; z-index: 0; right: -18px; width: 18px; border-top: 1px dashed #b9cfdf; }.flow-source::before { content: ""; position: absolute; z-index: 1; right: -18px; width: 5px; height: 5px; border-radius: 50%; background: var(--brand-teal); box-shadow: 0 0 0 3px rgba(14,165,233,.12); animation: flow-dot-forward 3.6s ease-in-out infinite; }.source-delivery, .source-delivery b, .source-delivery::before { animation-delay: .35s; }.source-whatsapp, .source-whatsapp b, .source-whatsapp::before { animation-delay: .7s; }.flow-hub { position: relative; z-index: 2; display: grid; justify-items: center; gap: 5px; text-align: center; }.flow-hub-logo { display: inline-flex; align-items: center; justify-content: center; width: 72px; height: 42px; border: 1px solid #b9dced; border-radius: 9px; background: #fff; box-shadow: 0 6px 15px rgba(35,85,111,.09); animation: hub-breathe 3.6s ease-in-out infinite; }.flow-hub-logo img { display: block; width: 68px; height: auto; }.flow-hub small { color: #8193a5; font-size: 6px; font-weight: 800; white-space: nowrap; }.flow-totalizer { position: relative; min-width: 0; padding: 10px 9px 9px; border: 1px solid #c9d8e5; border-radius: 9px; background: #fff; box-shadow: 0 6px 14px rgba(35,66,95,.06); }.flow-totalizer > small { display: block; color: #8c9aaa; font-size: 7px; font-weight: 800; text-transform: uppercase; }.flow-totalizer > strong { display: block; margin: 4px 0 3px; color: var(--brand-deep); font: 700 18px var(--font-display); letter-spacing: -1px; animation: totalizer-lift 3.6s ease-in-out infinite; }.flow-totalizer > span { display: flex; align-items: center; justify-content: space-between; gap: 4px; color: #8997a6; font-size: 7px; }.flow-totalizer > span b { color: var(--brand-mid); }.flow-totalizer > span em { color: var(--ok); font-style: normal; font-weight: 800; }.totalizer-bar { display: block; height: 4px; margin-top: 9px; overflow: hidden; border-radius: 999px; background: #e8eef3; }.totalizer-bar b { display: block; width: 38%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--brand-mid), var(--brand-teal)); animation: totalizer-grow 3.6s ease-in-out infinite; }
@keyframes flow-source-in { 0%,100% { opacity: .7; transform: translateX(-3px); } 18%,72% { opacity: 1; transform: translateX(0); } }@keyframes flow-badge-pop { 0%,100% { transform: scale(.88); opacity: .65; } 20%,70% { transform: scale(1); opacity: 1; } }@keyframes flow-dot-forward { 0%,12% { opacity: 0; transform: translateX(-12px); } 28%,72% { opacity: 1; transform: translateX(0); } 88%,100% { opacity: 0; transform: translateX(12px); } }@keyframes hub-breathe { 0%,100% { border-color: #b9dced; box-shadow: 0 6px 15px rgba(35,85,111,.09); } 46%,62% { border-color: var(--brand-teal); box-shadow: 0 7px 18px rgba(14,165,233,.18); } }@keyframes totalizer-lift { 0%,100% { transform: translateY(2px); } 35%,75% { transform: translateY(0); } }@keyframes totalizer-grow { 0%,12% { width: 22%; } 48%,82% { width: 86%; } 100% { width: 22%; } }
@media (max-width: 700px) { .channel-flow-visual { grid-template-columns: 86px 72px minmax(92px,1fr); gap: 7px; min-height: 132px; }.flow-source { padding: 6px 5px; font-size: 6px; }.flow-source b { font-size: 6px; }.flow-hub-logo { width: 70px; }.flow-hub-logo img { width: 66px; }.flow-totalizer { padding: 9px 8px; }.flow-totalizer > strong { font-size: 16px; }.flow-totalizer > span { font-size: 6px; } }
@media (max-width: 420px) { .channel-flow-visual { grid-template-columns: 80px 68px minmax(86px,1fr); gap: 5px; }.flow-source { gap: 3px; padding: 6px 4px; }.flow-source::after, .flow-source::before { right: -12px; }.flow-source::after { width: 12px; }.flow-hub-logo { width: 64px; }.flow-hub-logo img { width: 60px; }.flow-totalizer > strong { font-size: 14px; letter-spacing: -.8px; } }
@media (prefers-reduced-motion: reduce) { .flow-source, .flow-source::before, .flow-source b, .flow-hub-logo, .flow-totalizer > strong, .totalizer-bar b { animation: none; } }
@media (min-width: 1101px) { .feature-grid { grid-template-columns: repeat(4, 1fr); }.feature-large { grid-column: span 2; grid-row: span 2; }.feature-wide { grid-column: span 2; } }
@media (min-width: 701px) and (max-width: 1100px) { .feature-grid { grid-template-columns: repeat(2, 1fr); }.feature-large { grid-column: auto; grid-row: span 2; }.feature-wide { grid-column: auto; } }
@media (max-width: 700px) { .feature-large, .feature-wide { grid-column: auto; }.feature-large { grid-row: auto; } }
@media (min-width: 1101px) { .benefit-grid { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 701px) and (max-width: 1100px) { .benefit-grid { grid-template-columns: repeat(2, 1fr); } }

#bip-clarity-consent { position: fixed; left: 50%; bottom: 16px; z-index: 1000000; display: none; width: min(650px, calc(100vw - 32px)); box-sizing: border-box; padding: 12px 14px; border: 1px solid #dbe3ef; border-radius: 11px; background: rgba(255,255,255,.97); color: var(--brand-deep); box-shadow: 0 8px 24px rgba(26,45,74,.13); transform: translateX(-50%); font: 12px/1.35 var(--font-ui); }
#bip-clarity-consent.is-open { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 14px; }
#bip-clarity-consent.is-minimized { display: block; left: auto; right: 14px; width: auto; padding: 0; border: 0; background: transparent; box-shadow: none; transform: none; }
#bip-clarity-consent.is-hidden { display: none; }
.bip-clarity-consent__copy { display: block; }
.bip-clarity-consent__copy strong { display: inline; margin-right: 7px; font-size: 13px; }
.bip-clarity-consent__copy p { display: inline; margin: 0; color: var(--text-secondary); }
.bip-clarity-consent__copy a { color: var(--brand-deep); font-weight: 800; text-decoration: underline; }
.bip-clarity-consent__actions { display: flex; gap: 7px; }
.bip-clarity-consent__actions button, .bip-clarity-consent__preferences { border: 0; border-radius: 9px; cursor: pointer; font: 800 13px var(--font-ui); }
.bip-clarity-consent__actions button { padding: 7px 10px; font-size: 11px; }
.bip-clarity-consent__actions button[data-clarity-action="deny"] { border: 1px solid var(--border-strong); background: #fff; color: var(--brand-deep); }
.bip-clarity-consent__actions button[data-clarity-action="grant"] { background: var(--brand-deep); color: #fff; }
.bip-clarity-consent__preferences { display: none; padding: 7px 10px; background: #fff; color: var(--brand-deep); box-shadow: 0 5px 18px rgba(26,45,74,.16); font-size: 11px !important; }
#bip-clarity-consent.is-minimized .bip-clarity-consent__copy, #bip-clarity-consent.is-minimized .bip-clarity-consent__actions { display: none; }
#bip-clarity-consent.is-minimized .bip-clarity-consent__preferences { display: block; }
@media (max-width: 560px) { #bip-clarity-consent { left: 12px; right: 12px; bottom: 12px; width: auto; transform: none; }#bip-clarity-consent.is-open { display: block; }.bip-clarity-consent__actions { justify-content: flex-end; margin: 9px 0 0; }.bip-clarity-consent__actions button { flex: 1; } }
