/* GTrak — public site. Clean & light, red brand accent. Scoped under .cm-site. */

.cm-site {
    --bg: #ffffff;
    --bg-2: #faf6f6;
    --surface: #ffffff;
    --surface-2: #f7eded;
    --line: #ece3e3;
    --line-2: #ddcfcf;
    --ink: #0e1116;
    --ink-2: #3b2e2e;
    --muted: #6b7280;
    --muted-2: #9aa1ac;
    --signal: #dc2626;
    --signal-deep: #b91c1c;
    --signal-soft: #fef2f2;
    --coral: #ef4444;
    --ok: #16a34a;
    --radius: 16px;
    --shadow: 0 1px 2px rgba(16,17,22,.04), 0 8px 24px rgba(16,17,22,.06);
    --shadow-lift: 0 6px 16px rgba(16,17,22,.08), 0 18px 40px rgba(16,17,22,.10);

    --font-display: "Poppins", system-ui, sans-serif;
    --font-body: "Inter", system-ui, sans-serif;
    --font-mono: "JetBrains Mono", ui-monospace, monospace;

    background: var(--bg);
    color: var(--ink-2);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.6;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
}

.cm-site * { box-sizing: border-box; }
.cm-site h1, .cm-site h2, .cm-site h3, .cm-site h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.12; letter-spacing: -0.02em; margin: 0; color: var(--ink); }
.cm-site p { margin: 0; }
.cm-site a { color: inherit; text-decoration: none; }
.cm-site .mono { font-family: var(--font-mono); }
.cm-site .signal { color: var(--signal); }

.cm-site .wrap { width: min(1140px, 92vw); margin: 0 auto; }
.cm-site .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.cm-skip { position: absolute; left: -9999px; }
.cm-skip:focus { left: 12px; top: 12px; z-index: 100; background: var(--signal); color: #fff; padding: 8px 12px; border-radius: 8px; }

/* ===== Buttons ===== */
.cm-site .btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 22px; border-radius: 10px; font-weight: 600; font-size: 15px; border: 1px solid transparent; cursor: pointer; transition: transform .15s, background .15s, border-color .15s, box-shadow .15s; }
.cm-site .btn-signal { background: var(--signal); color: #fff; box-shadow: 0 6px 16px rgba(220,38,38,.28); }
.cm-site .btn-signal:hover { background: var(--signal-deep); transform: translateY(-2px); }
.cm-site .btn-ghost { border-color: var(--line-2); color: var(--ink); background: #fff; }
.cm-site .btn-ghost:hover { border-color: var(--signal); color: var(--signal); transform: translateY(-2px); }

/* ===== Nav ===== */
.site-nav { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.86); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.nav-inner { width: min(1140px, 92vw); margin: 0 auto; display: flex; align-items: center; gap: 22px; height: 66px; }
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 700; font-size: 18px; color: var(--ink); }
.brand { gap: 0; }
.brand-logo { height: 28px; width: auto; display: block; }
.brand-mark { display:none; }
.brand-word { display: none; }
.nav-links { display: flex; gap: 22px; margin-left: 10px; font-size: 15px; font-weight: 500; color: var(--ink-2); }
.nav-links a:hover { color: var(--signal); }
.nav-actions { margin-left: auto; display: flex; align-items: center; gap: 12px; }
.country-form select { background: #fff; color: var(--ink); border: 1px solid var(--line-2); border-radius: 8px; padding: 8px 10px; font-family: var(--font-mono); font-size: 13px; cursor: pointer; }
.basket-btn { position: relative; width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line-2); border-radius: 10px; color: var(--ink-2); background: #fff; }
.basket-btn:hover { border-color: var(--signal); color: var(--signal); }
.basket-count { position: absolute; top: -6px; right: -6px; background: var(--signal); color: #fff; font-size: 11px; font-weight: 700; min-width: 18px; height: 18px; border-radius: 9px; display: grid; place-items: center; padding: 0 4px; }
.nav-cta { padding: 9px 18px; font-size: 14px; }
.nav-phone { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: var(--ink); padding: 7px 12px; border: 1px solid var(--line-2); border-radius: 10px; }
.nav-phone:hover { color: var(--signal); border-color: var(--signal); }
.nav-phone .phone-num { font-family: var(--font-mono); font-size: 13px; }
@media (max-width: 980px) { .nav-phone .phone-num { display: none; } }
.foot-logo-img { height: 32px; width: auto; display: block; filter: brightness(0) invert(1); margin-bottom: 12px; }

/* ===== Hero ===== */
.hero { position: relative; overflow: hidden; background:
    radial-gradient(1000px 460px at 86% -8%, var(--signal-soft), transparent 60%),
    linear-gradient(180deg, #fdf9f9, #ffffff); border-bottom: 1px solid var(--line); }
.hero-inner { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; padding: 92px 0 84px; }
.eyebrow { color: var(--signal); font-weight: 600; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 18px; }
.hero h1 { font-size: clamp(36px, 5.4vw, 60px); color: var(--ink); }
.hero .lede { color: var(--ink-2); font-size: 18px; max-width: 48ch; margin-top: 20px; }
.hero-cta { display: flex; gap: 12px; margin-top: 30px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 34px; margin: 40px 0 0; padding: 0; }
.hero-stats div { display: flex; flex-direction: column; }
.hero-stats dt { font-family: var(--font-display); font-size: 28px; font-weight: 700; color: var(--ink); }
.hero-stats dd { margin: 0; color: var(--muted); font-size: 13px; }
.about-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin: 0; }
.about-stats div { display: flex; flex-direction: column; gap: 6px; }
.about-stats dt { font-family: var(--font-display); font-size: clamp(28px, 4vw, 40px); font-weight: 700; color: var(--signal); line-height: 1; }
.about-stats dd { margin: 0; color: var(--ink-2); font-size: 14px; }
@media (max-width: 760px) { .about-stats { grid-template-columns: repeat(2, 1fr); } }

/* Hero panel (clean tracking card) */
.hero-panel { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; box-shadow: var(--shadow-lift); }
.panel-map { position: relative; aspect-ratio: 16/11; border-radius: 12px; background:
    linear-gradient(180deg, #f3f6fc, #eef2f9);
    border: 1px solid var(--line); overflow: hidden; }
.panel-map svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.panel-route { fill: none; stroke: var(--signal); stroke-width: 2.5; stroke-linecap: round; stroke-dasharray: 6 7; animation: dash 14s linear infinite; }
.panel-pin { fill: var(--signal); }
.panel-pin.start { fill: #9aa1ac; }
@keyframes dash { to { stroke-dashoffset: -260; } }
.panel-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 14px; }
.pstat { background: var(--surface-2); border: 1px solid var(--line); border-radius: 10px; padding: 10px 12px; }
.pstat span { display: block; color: var(--muted); font-size: 11px; }
.pstat strong { font-family: var(--font-display); font-size: 18px; color: var(--ink); }

/* ===== Bands ===== */
.band { padding: 72px 0; }
.band-alt { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head { max-width: 62ch; margin-bottom: 38px; }
.section-head h2 { font-size: clamp(26px, 3.4vw, 38px); }
.section-head p { color: var(--ink-2); margin-top: 12px; font-size: 17px; }

.brands { padding: 34px 0; border-bottom: 1px solid var(--line); }
.band-label { color: var(--muted); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 16px; }
.brand-row { display: flex; flex-wrap: wrap; gap: 14px 36px; list-style: none; padding: 0; margin: 0; align-items: center; }
.brand-row li { font-family: var(--font-display); font-weight: 600; color: var(--muted); font-size: 19px; }

/* Cards */
.card-grid { display: grid; gap: 20px; }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; transition: transform .18s, box-shadow .18s, border-color .18s; box-shadow: var(--shadow); }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); border-color: var(--line-2); }
.card h3 { font-size: 21px; }
.card p { color: var(--ink-2); margin-top: 10px; font-size: 15px; }
.card-link { display: inline-block; margin-top: 18px; color: var(--signal); font-weight: 600; font-size: 14px; }

/* FAQ */
.faq { display: grid; gap: 12px; max-width: 82ch; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 4px 20px; box-shadow: var(--shadow); }
.faq-item summary { cursor: pointer; padding: 16px 0; font-family: var(--font-display); font-weight: 600; font-size: 17px; color: var(--ink); list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--signal); font-size: 22px; font-weight: 400; }
.faq-item[open] summary::after { content: "\2013"; }
.faq-item p { color: var(--ink-2); padding: 0 0 18px; font-size: 15px; }

/* CTA band (dark for contrast) */
.cta-band { background: linear-gradient(120deg, #0e1116, #161c2b); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.cta-inner h2 { color: #fff; font-size: clamp(24px, 3.4vw, 36px); max-width: 24ch; }

/* ===== Footer (dark) ===== */
.site-foot { background: #0e1116; color: #aab2bf; }
.foot-inner { width: min(1140px, 92vw); margin: 0 auto; display: grid; grid-template-columns: 1.4fr 2fr; gap: 44px; padding: 60px 0 34px; }
.foot-brand .brand-word { font-family: var(--font-display); font-weight: 700; font-size: 22px; color: #fff; }
.foot-logo { height: 58px; width: auto; display: block; filter: brightness(0) invert(1); opacity: .92; }
.foot-brand p { color: #8b93a1; margin-top: 16px; font-size: 14px; max-width: 42ch; }
.foot-coord { color: #6b7280; font-size: 12px; margin-top: 12px; }
.foot-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.foot-cols h4 { font-size: 13px; text-transform: uppercase; letter-spacing: .08em; color: #fff; margin-bottom: 12px; }
.foot-cols a { display: block; color: #aab2bf; font-size: 14px; padding: 4px 0; }
.foot-cols a:hover { color: #fff; }
.foot-base { width: min(1140px, 92vw); margin: 0 auto; padding: 18px 0 32px; border-top: 1px solid rgba(255,255,255,.08); color: #6b7280; font-size: 12px; display: flex; flex-wrap: wrap; gap: 6px 18px; }
.foot-legal { color: #565d6a; }

/* ===== Responsive ===== */
@media (max-width: 980px) {
    .hero-inner { grid-template-columns: 1fr; }
    .hero-panel { max-width: 460px; }
    .card-grid.three { grid-template-columns: 1fr; }
    .foot-inner { grid-template-columns: 1fr; }
    .nav-links { display: none; }
}
@media (max-width: 560px) {
    .hero-stats { gap: 22px; flex-wrap: wrap; }
    .foot-cols { grid-template-columns: 1fr 1fr; }
    .nav-cta { display: none; }
}

/* ===== Inner content pages (3b) ===== */
.page-hero { padding: 56px 0 40px; background: radial-gradient(900px 360px at 88% -20%, var(--signal-soft), transparent 60%), linear-gradient(180deg,#fbfcfe,#fff); border-bottom: 1px solid var(--line); }
.page-hero .lede { color: var(--ink-2); font-size: 18px; max-width: 62ch; margin-top: 14px; }
.breadcrumb { font-size: 13px; color: var(--muted); margin-bottom: 16px; }
.breadcrumb a:hover { color: var(--signal); }
.lead-2 { color: var(--ink-2); font-size: 17px; max-width: 70ch; }

/* Middleware grid */
.mw-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.mw-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); transition: transform .18s, box-shadow .18s, border-color .18s; }
.mw-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); border-color: var(--line-2); }
.mw-num { font-family: var(--font-mono); font-size: 12px; color: var(--muted-2); }
.mw-card h3 { font-size: 19px; margin-top: 6px; }
.mw-card h3 a:hover { color: var(--signal); }
.mw-card > p { color: var(--ink-2); font-size: 14px; margin-top: 8px; flex: 1; }
.mw-badges { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 16px; }
.mw-badge { font-family: var(--font-mono); font-size: 11px; font-weight: 600; background: var(--signal-soft); color: var(--signal); padding: 2px 8px; border-radius: 6px; }
.mw-endpoint { font-family: var(--font-mono); font-size: 12px; color: var(--muted); margin-top: 12px; }
.mw-tags { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 12px; }
.mw-tag { font-size: 11px; color: var(--muted); background: var(--surface-2); border: 1px solid var(--line); padding: 2px 9px; border-radius: 999px; }
.mw-flag { display: inline-block; font-size: 10px; font-weight: 700; color: #fff; background: var(--signal); padding: 1px 7px; border-radius: 6px; margin-left: 8px; vertical-align: middle; }
.mw-flag.free { background: var(--ok); }
.mw-card.roadmap { border-style: dashed; background: var(--bg-2); justify-content: center; align-items: flex-start; }

/* Platform features + dashboard mock */
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feature { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); }
.feature h3 { font-size: 18px; }
.feature p { color: var(--ink-2); font-size: 14px; margin-top: 8px; }
.tag-new { font-size: 10px; font-weight: 700; color: #fff; background: var(--ok); padding: 1px 7px; border-radius: 6px; margin-left: 8px; vertical-align: middle; }
.dash { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-lift); overflow: hidden; margin-top: 14px; }
.dash-bar { display: flex; gap: 6px; padding: 12px 14px; border-bottom: 1px solid var(--line); background: var(--surface-2); }
.dash-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--line-2); }
.dash-body { display: grid; grid-template-columns: 1.5fr 1fr; }
.dash-map { aspect-ratio: 16/9; background: linear-gradient(180deg,#f3f6fc,#eef2f9); position: relative; }
.dash-map svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.dash-side { padding: 16px; border-left: 1px solid var(--line); }
.dash-row { display: flex; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid var(--line); font-size: 13px; color: var(--ink-2); }
.dash-row strong { color: var(--ink); font-family: var(--font-display); }

/* Code tabs (CSS-only, radio-driven) */
.code-tabs { position: relative; }
.code-tabs > input { position: absolute; opacity: 0; pointer-events: none; }
.code-tablabels { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 12px; }
.code-tablabel { font-size: 13px; font-weight: 600; padding: 8px 15px; border: 1px solid var(--line-2); border-radius: 8px; cursor: pointer; background: #fff; color: var(--ink-2); }
.code-pane { display: none; }
.code-block { background: #0e1116; color: #e6edf3; border-radius: 12px; padding: 18px 20px; overflow: auto; font-family: var(--font-mono); font-size: 13px; line-height: 1.7; margin: 0; }
.code-block .c-key { color: #7aa2ff; } .code-block .c-str { color: #9ece6a; } .code-block .c-mut { color: #8b949e; }
#tab-geo:checked ~ .code-tablabels label[for="tab-geo"],
#tab-ddd:checked ~ .code-tablabels label[for="tab-ddd"],
#tab-hook:checked ~ .code-tablabels label[for="tab-hook"] { background: var(--signal); color: #fff; border-color: var(--signal); }
#tab-geo:checked ~ #pane-geo,
#tab-ddd:checked ~ #pane-ddd,
#tab-hook:checked ~ #pane-hook { display: block; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 32px; align-items: start; }
.contact-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); }
.flourish { width: 46px; height: 46px; border-radius: 12px; background: linear-gradient(135deg, var(--signal), #f87171); box-shadow: 0 6px 16px rgba(220,38,38,.32); margin-bottom: 16px; }
.contact-line { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.contact-line span { color: var(--muted); }

/* Prose (legal) */
.prose { max-width: 74ch; }
.prose h2 { font-size: 22px; margin: 30px 0 10px; }
.prose p { margin: 10px 0; color: var(--ink-2); font-size: 15px; }
.prose ul { margin: 10px 0; padding-left: 20px; color: var(--ink-2); }
.prose li { margin: 6px 0; }
.prose .updated { color: var(--muted); font-size: 13px; }

@media (max-width: 980px) {
    .mw-grid { grid-template-columns: 1fr; }
    .feature-grid { grid-template-columns: 1fr; }
    .dash-body { grid-template-columns: 1fr; }
    .contact-grid { grid-template-columns: 1fr; }
}

/* ===== Hardware shop (3c) ===== */
.shop-controls { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 28px; }
.chip { padding: 8px 16px; border: 1px solid var(--line-2); border-radius: 999px; background: #fff; color: var(--ink-2); font-size: 14px; font-weight: 500; cursor: pointer; font-family: inherit; }
.chip:hover { border-color: var(--signal); color: var(--signal); }
.chip.active { background: var(--signal); color: #fff; border-color: var(--signal); }

.prod-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.prod-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); transition: transform .18s, box-shadow .18s, border-color .18s; }
.prod-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); border-color: var(--line-2); }
.prod-card.is-hidden { display: none; }
.prod-vendor { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; color: var(--signal); }
.prod-icon { height: 76px; display: grid; place-items: center; color: var(--muted); margin: 12px 0; }
.prod-icon svg { width: 56px; height: 56px; }
.prod-card h3 { font-size: 18px; }
.prod-card h3 a:hover { color: var(--signal); }
.prod-card > p { color: var(--ink-2); font-size: 14px; margin-top: 6px; flex: 1; }
.prod-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 16px; }
.prod-price { font-family: var(--font-display); font-weight: 700; font-size: 20px; color: var(--ink); }
.btn-sm { padding: 8px 14px; font-size: 14px; }
.btn-block { width: 100%; }
.shop-empty { padding: 48px; text-align: center; color: var(--muted); border: 1px dashed var(--line-2); border-radius: var(--radius); }

/* Product detail */
.pd-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.pd-media { background: linear-gradient(180deg,#fff,#f7f9fc); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); aspect-ratio: 4/3; display: grid; place-items: center; color: var(--signal); }
.pd-media svg { width: 130px; height: 130px; }
.pd-vendor { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; color: var(--signal); }
.pd-price { font-family: var(--font-display); font-weight: 700; font-size: 32px; color: var(--ink); margin: 14px 0; }
.pd-desc { color: var(--ink-2); font-size: 16px; }
.pd-meta { margin-top: 22px; border-top: 1px solid var(--line); padding-top: 16px; }
.pd-meta .dash-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid var(--line); font-size: 14px; color: var(--ink-2); }

/* Basket drawer */
.cm-drawer { position: fixed; inset: 0; z-index: 200; visibility: hidden; }
.cm-drawer.open { visibility: visible; }
.drawer-backdrop { position: absolute; inset: 0; background: rgba(16,17,22,.45); opacity: 0; transition: opacity .25s; }
.cm-drawer.open .drawer-backdrop { opacity: 1; }
.drawer-panel { position: absolute; top: 0; right: 0; height: 100%; width: min(404px, 92vw); background: #fff; box-shadow: -10px 0 40px rgba(16,17,22,.18); display: flex; flex-direction: column; transform: translateX(100%); transition: transform .25s; }
.cm-drawer.open .drawer-panel { transform: translateX(0); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; border-bottom: 1px solid var(--line); }
.drawer-head h3 { font-size: 18px; }
.drawer-head button, .di-remove { background: none; border: none; cursor: pointer; color: var(--muted); font-size: 16px; }
.drawer-head button:hover, .di-remove:hover { color: var(--ink); }
.drawer-items { flex: 1; overflow-y: auto; padding: 8px 20px; }
.drawer-empty { color: var(--muted); padding: 36px 0; text-align: center; }
.drawer-item { display: flex; align-items: center; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.di-info { flex: 1; display: flex; flex-direction: column; }
.di-info strong { font-size: 14px; color: var(--ink); font-weight: 600; }
.di-info span { font-size: 13px; color: var(--muted); }
.di-qty { display: flex; align-items: center; gap: 8px; }
.di-qty button { width: 26px; height: 26px; border: 1px solid var(--line-2); background: #fff; border-radius: 6px; cursor: pointer; color: var(--ink); font-size: 14px; }
.di-qty button:hover { border-color: var(--signal); color: var(--signal); }
.drawer-foot { padding: 18px 20px; border-top: 1px solid var(--line); }
.drawer-total-row { display: flex; justify-content: space-between; font-weight: 700; font-family: var(--font-display); font-size: 18px; color: var(--ink); }
.drawer-note { color: var(--muted); font-size: 12px; margin: 6px 0 14px; }
.cm-no-scroll { overflow: hidden; }

/* Toast */
#cm-toast { position: fixed; bottom: 20px; right: 20px; z-index: 300; display: flex; flex-direction: column; gap: 10px; }
.cm-toast-item { background: #0e1116; color: #fff; padding: 12px 18px; border-radius: 10px; box-shadow: 0 8px 24px rgba(0,0,0,.25); font-size: 14px; animation: toastin .3s; }
.cm-toast-item.hide { opacity: 0; transition: opacity .3s; }
@keyframes toastin { from { transform: translateY(10px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }

@media (max-width: 980px) { .prod-grid { grid-template-columns: repeat(2, 1fr); } .pd-grid { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .prod-grid { grid-template-columns: 1fr; } }

/* Promo input in drawer */
.drawer-promo { margin-bottom: 12px; }
.drawer-promo input { width: 100%; padding: 10px 12px; border: 1px solid var(--line-2); border-radius: 8px; font-family: var(--font-mono); font-size: 13px; text-transform: uppercase; }
.drawer-promo input:focus { outline: none; border-color: var(--signal); }

/* ===== Public invoice page (phase 5) ===== */
.inv-wrap { max-width: 600px; margin: 0 auto; }
.inv-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 32px; }
.inv-head { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 20px; }
.inv-head .brand-word { font-family: var(--font-display); font-weight: 700; font-size: 22px; }
.inv-sub { color: var(--muted); margin-top: 4px; }
.inv-badge { font-size: 12px; font-weight: 600; padding: 4px 12px; border-radius: 999px; }
.inv-badge.paid { background: color-mix(in srgb, var(--ok), transparent 85%); color: var(--ok); }
.inv-badge.due { background: var(--signal-soft); color: var(--signal); }
.inv-thanks { background: color-mix(in srgb, var(--ok), transparent 88%); color: var(--ok); padding: 10px 14px; border-radius: 10px; margin-bottom: 16px; font-size: 14px; }
.inv-error { background: #fff4f2; color: var(--coral); padding: 10px 14px; border-radius: 10px; margin-bottom: 16px; font-size: 14px; }
.inv-table { width: 100%; border-collapse: collapse; margin: 8px 0; }
.inv-table td { padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.inv-amt { text-align: right; font-variant-numeric: tabular-nums; }
.inv-q { color: var(--muted); font-size: 13px; }
.inv-totals { margin-top: 14px; }
.inv-row { display: flex; justify-content: space-between; padding: 6px 0; font-size: 15px; }
.inv-muted { color: var(--muted); font-size: 13px; }
.inv-total { font-family: var(--font-display); font-weight: 700; font-size: 20px; color: var(--ink); border-top: 1px solid var(--line); margin-top: 6px; padding-top: 12px; }
.inv-pay { margin-top: 20px; }
.inv-foot { color: var(--muted); font-size: 12px; text-align: center; margin-top: 20px; }

/* ===== Products hub + detail (software catalogue) ===== */
.status-tag { display: inline-block; margin-top: 10px; font-size: 11px; font-weight: 600; color: var(--ok); background: color-mix(in srgb, var(--ok), transparent 88%); border: 1px solid color-mix(in srgb, var(--ok), transparent 70%); padding: 2px 9px; border-radius: 999px; }
.status-tag.inline { margin-top: 0; vertical-align: middle; }

.pdx-grid { display: grid; grid-template-columns: 1.7fr 1fr; gap: 40px; align-items: start; }
.pdx-main .lead-2 { color: var(--ink-2); font-size: 17px; }
.pdx-h { font-size: 22px; margin: 26px 0 14px; }
.feature-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.feature-list li { position: relative; padding-left: 28px; color: var(--ink-2); font-size: 15px; line-height: 1.5; }
.feature-list li::before { content: ""; position: absolute; left: 0; top: 5px; width: 16px; height: 16px; border-radius: 50%; background: var(--signal-soft);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 8.5l2.5 2.5L12 5.5' stroke='%232563eb' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; }
.feature-list.roadmap li::before { background: var(--surface-2); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='2.5' fill='%239aa1ac'/%3E%3C/svg%3E"); }
.feature-list.roadmap li { color: var(--muted); }

.pdx-side .spec-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 18px 20px; position: sticky; top: 84px; }
.spec-row { padding: 10px 0; border-bottom: 1px solid var(--line); }
.spec-row:last-child { border-bottom: none; }
.spec-k { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); margin-bottom: 3px; }
.spec-v { display: block; font-size: 14px; color: var(--ink-2); }

@media (max-width: 980px) { .pdx-grid { grid-template-columns: 1fr; } .pdx-side .spec-card { position: static; } }

/* ===== Hero live-stats panel ===== */
.panel-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 12px; }
.panel-k { display: block; color: var(--muted); font-size: 12px; }
.panel-live { font-family: var(--font-display); font-weight: 700; font-size: 30px; color: var(--ink); line-height: 1.1; font-variant-numeric: tabular-nums; }
.panel-live-dot { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 600; color: var(--ok); background: color-mix(in srgb, var(--ok), transparent 88%); padding: 3px 10px; border-radius: 999px; }
.panel-live-dot::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--ok); animation: pulse-dot 1.8s infinite; }
@keyframes pulse-dot { 0% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--ok), transparent 35%); } 70% { box-shadow: 0 0 0 7px transparent; } 100% { box-shadow: 0 0 0 0 transparent; } }
.panel-graph { position: relative; background: linear-gradient(180deg, #f7f9fc, #fff); border: 1px solid var(--line); border-radius: 12px; padding: 8px 8px 4px; }
.panel-graph svg { display: block; width: 100%; height: 112px; }
.lg-line { fill: none; stroke: var(--signal); stroke-width: 2; stroke-linejoin: round; stroke-linecap: round; }
.lg-area { stroke: none; }
.panel-cap { display: block; color: var(--muted); font-size: 11px; margin-top: 2px; text-align: right; }

/* ===== Partners strip ===== */
.partners-band { padding: 32px 0; border-bottom: 1px solid var(--line); background: var(--bg-2); }
.partner-strip { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 28px 56px; margin-top: 18px; }
.marquee { overflow: hidden; margin-top: 16px; -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.marquee-track { display: flex; align-items: center; gap: 64px; width: max-content; animation: marquee 32s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.marquee-item { display: flex; align-items: center; justify-content: center; height: 40px; }
.partner-logo { height: 34px; width: auto; max-width: 160px; object-fit: contain; filter: grayscale(1); opacity: .6; transition: filter .2s, opacity .2s; }
.partner-word { font-family: var(--font-display); font-weight: 700; font-size: 22px; letter-spacing: -0.01em; color: var(--muted); white-space: nowrap; opacity: .85; transition: color .2s, opacity .2s; }
.marquee-item:hover .partner-logo { filter: none; opacity: 1; }
.marquee-item:hover .partner-word { color: var(--ink); opacity: 1; }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } .marquee { -webkit-mask-image: none; mask-image: none; } .marquee-track { gap: 48px; flex-wrap: wrap; justify-content: center; width: 100%; } }

/* Product icons */
.prod-ico { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; background: var(--signal-soft); color: var(--signal); margin-bottom: 16px; }
.prod-ico svg { width: 26px; height: 26px; }
.hero-ico { width: 56px; height: 56px; border-radius: 14px; display: grid; place-items: center; background: var(--signal-soft); color: var(--signal); margin-bottom: 18px; }
.hero-ico svg { width: 32px; height: 32px; }

/* ===== Reseller coverage map ===== */
.cover-wrap { display: grid; grid-template-columns: 1.7fr 1fr; gap: 36px; align-items: center; }
.cover-map { position: relative; width: 100%; }
.cover-img { width: 100%; height: auto; display: block; opacity: .16; }
.cover-marker { position: absolute; transform: translate(-50%, -50%); z-index: 2; }
.cm-dot { display: block; width: 13px; height: 13px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 12px color-mix(in srgb, var(--signal), transparent 35%); position: relative; cursor: default; }
.cm-dot::after { content: ""; position: absolute; inset: -4px; border-radius: 50%; border: 2px solid var(--signal); animation: cm-pulse 2.2s ease-out infinite; }
@keyframes cm-pulse { 0% { transform: scale(.55); opacity: .7; } 100% { transform: scale(2.6); opacity: 0; } }
.cm-flag { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); white-space: nowrap; font-size: 11px; font-weight: 600; color: var(--ink); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); padding: 2px 8px; border-radius: 6px; opacity: 0; transition: opacity .15s; pointer-events: none; }
.cover-marker:hover .cm-flag { opacity: 1; }
.cover-legend { display: grid; gap: 18px; }
.cover-region h4 { font-size: 15px; color: var(--ink); }
.cm-city { color: var(--muted); font-weight: 400; font-size: 13px; }
.cover-region ul { list-style: none; padding: 0; margin: 8px 0 0; display: flex; flex-wrap: wrap; gap: 6px; }
.cover-region li { font-size: 13px; color: var(--ink-2); background: #fff; border: 1px solid var(--line); padding: 3px 11px; border-radius: 999px; }
@media (max-width: 900px) { .cover-wrap { grid-template-columns: 1fr; } }

/* Offices (contact) + data-centre presence */
.office-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; }
.office { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 16px 18px; box-shadow: var(--shadow); }
.office h4 { font-size: 15px; color: var(--ink); }
.office span { font-size: 12px; color: var(--muted); }
.always-labels .cm-flag { opacity: 1; }
.dc-list { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 28px; }
.dc-pill { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 7px 14px; font-size: 14px; color: var(--ink); box-shadow: var(--shadow); }
.dc-pill small { color: var(--muted); margin-left: 4px; }

/* ===== Hardware & security showcase ===== */
.hw-brand { font-size: 12px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--signal); margin-bottom: 4px; }
.hw-points { list-style: none; margin: 14px 0 0; padding: 0; display: grid; gap: 7px; }
.hw-points li { position: relative; padding-left: 20px; color: var(--ink-2); font-size: 14px; line-height: 1.45; }
.hw-points li::before { content: ""; position: absolute; left: 4px; top: 8px; width: 6px; height: 6px; border-radius: 50%; background: var(--signal); }
.hw-actions { display: flex; align-items: center; gap: 16px; margin-top: 18px; flex-wrap: wrap; }
.hw-ext { font-size: 13px; color: var(--muted); text-decoration: none; }
.hw-ext:hover { color: var(--ink); }

/* Hardware card product photo (used when a HardwareSolution has an Image) */
.hw-shot { width: 100%; aspect-ratio: 4/3; background: #fff; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; display: grid; place-items: center; margin-bottom: 14px; }
.hw-shot img { width: 100%; height: 100%; object-fit: contain; }

/* Anchor offset so a deep-linked section clears the sticky nav */
.hw-section { scroll-margin-top: 84px; }

/* ===== Product screenshot deck (compact, overlapping) ===== */
.shot-deck { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; row-gap: 26px; padding: 14px 0 6px; }
.shot { flex: 0 0 auto; margin: 0 0 0 -58px; transition: transform .22s ease, box-shadow .22s ease; }
.shot:first-child { margin-left: 0; }
.shot:nth-child(odd)  { transform: rotate(-2deg); }
.shot:nth-child(even) { transform: rotate(1.6deg); }
.shot:hover { transform: translateY(-16px) rotate(0deg) scale(1.05); z-index: 5; position: relative; }
.shot-frame { display: block; width: 300px; padding: 0; border: 1px solid var(--line-2); border-radius: 12px; overflow: hidden; background: #fff; box-shadow: var(--shadow-lift); cursor: zoom-in; }
.shot-bar { display: flex; align-items: center; gap: 6px; height: 26px; padding: 0 11px; background: var(--surface-2); border-bottom: 1px solid var(--line); }
.shot-bar i { width: 8px; height: 8px; border-radius: 50%; background: #d6dbe4; }
.shot-bar i:nth-child(1) { background: #ff5f57; }
.shot-bar i:nth-child(2) { background: #febc2e; }
.shot-bar i:nth-child(3) { background: #28c840; }
.shot-frame img { display: block; width: 300px; height: 188px; object-fit: cover; object-position: top left; }
@media (max-width: 620px) { .shot { margin-left: -28px; } .shot-frame, .shot-frame img { width: 240px; } .shot-frame img { height: 150px; } }

/* Lightbox */
.cm-lightbox { position: fixed; inset: 0; z-index: 1000; background: rgba(10,13,20,.9); display: grid; place-items: center; padding: 24px; cursor: zoom-out; animation: lbfade .15s ease; }
.cm-lightbox img { max-width: 96vw; max-height: 92vh; border-radius: 10px; box-shadow: 0 30px 80px rgba(0,0,0,.55); }
@keyframes lbfade { from { opacity: 0; } to { opacity: 1; } }

/* ===== Cart flyout — modern restyle ===== */
.ex-vat { font-size: 11px; font-weight: 500; color: var(--muted-2); text-transform: uppercase; letter-spacing: .03em; }

.drawer-panel { width: min(440px, 96vw); border-radius: 20px 0 0 20px; }
.drawer-head { padding: 20px 22px; }
.drawer-head h3 { font-size: 19px; display: inline-flex; align-items: baseline; gap: 8px; }
.drawer-qty { font-size: 13px; color: var(--muted); font-weight: 500; }
.drawer-close { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; border: 1px solid var(--line); background: #fff; color: var(--muted); cursor: pointer; transition: border-color .15s, color .15s; }
.drawer-close:hover { border-color: var(--signal); color: var(--signal); }

.drawer-items { padding: 6px 22px; }
.drawer-item { gap: 14px; }
.di-info span small { color: var(--muted-2); }
.di-qty { background: var(--bg-2); border-radius: 10px; padding: 3px; gap: 2px; }
.di-qty button { border: none !important; background: transparent; width: 26px; height: 26px; border-radius: 7px; }
.di-qty button:hover { background: #fff; color: var(--signal); }
.di-qty span { min-width: 18px; text-align: center; font-weight: 600; font-size: 14px; color: var(--ink); }

.drawer-foot { padding: 16px 22px 22px; background: var(--bg-2); border-top: 1px solid var(--line); }
.drawer-field { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 12px; }
.drawer-field > span { font-size: 13px; color: var(--muted); font-weight: 500; white-space: nowrap; }
.drawer-field select { flex: 1; max-width: 250px; padding: 9px 11px; border: 1px solid var(--line-2); border-radius: 10px; background: #fff; color: var(--ink); font-size: 14px; cursor: pointer; }
.drawer-field select:focus { outline: none; border-color: var(--signal); }
.drawer-promo-input { width: 100%; padding: 10px 12px; border: 1px solid var(--line-2); border-radius: 10px; font-family: var(--font-mono); font-size: 13px; text-transform: uppercase; margin-bottom: 14px; background: #fff; }
.drawer-promo-input:focus { outline: none; border-color: var(--signal); }

.drawer-summary { margin: 0 0 12px; display: flex; flex-direction: column; gap: 7px; }
.drawer-summary > div { display: flex; align-items: baseline; justify-content: space-between; }
.drawer-summary dt { margin: 0; color: var(--ink-2); font-size: 14px; }
.drawer-summary dt small { color: var(--muted-2); font-size: 11px; text-transform: uppercase; letter-spacing: .04em; margin-left: 5px; }
.drawer-summary dd { margin: 0; font-size: 14px; color: var(--ink); font-weight: 500; }
.drawer-summary dd.is-discount { color: var(--ok); }
.drawer-summary .drawer-total { padding-top: 9px; margin-top: 2px; border-top: 1px solid var(--line-2); }
.drawer-summary .drawer-total dt { font-family: var(--font-display); font-weight: 700; font-size: 18px; color: var(--ink); }
.drawer-summary .drawer-total dd { font-family: var(--font-display); font-weight: 700; font-size: 21px; color: var(--ink); }
.drawer-note { color: var(--muted); font-size: 12px; margin: 0 0 12px; min-height: 14px; }

/* ===== Product photos (shop) ===== */
.prod-shot { aspect-ratio: 4/3; border-radius: 12px; overflow: hidden; background: #fff; border: 1px solid var(--line); display: grid; place-items: center; margin-bottom: 4px; }
.prod-shot img { width: 100%; height: 100%; object-fit: contain; }
.pd-gallery { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: thin; padding-bottom: 8px; }
.pd-gallery .pd-shot { flex: 0 0 100%; scroll-snap-align: center; aspect-ratio: 4/3; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; padding: 0; cursor: zoom-in; box-shadow: var(--shadow); }
.pd-gallery .pd-shot img { width: 100%; height: 100%; object-fit: contain; display: block; }

/* ===== Cart flyout — premium restyle (overrides) ===== */
.cm-drawer .drawer-backdrop { background: rgba(13,16,24,.5); backdrop-filter: blur(3px); }
.drawer-panel { width: min(440px, 96vw); background: #fff; border-radius: 22px 0 0 22px; box-shadow: -24px 0 60px rgba(13,16,24,.22); overflow: hidden; }

.drawer-head { padding: 22px 24px 16px; border-bottom: 1px solid var(--line); }
.drawer-head h3 { font-size: 20px; letter-spacing: -.02em; gap: 9px; }
.drawer-qty { background: var(--signal-soft); color: var(--signal); font-size: 12px; font-weight: 700; padding: 2px 10px; border-radius: 999px; }
.drawer-close { width: 36px; height: 36px; border-radius: 11px; border: 1px solid var(--line); background: #fff; color: var(--muted); font-size: 15px; }
.drawer-close:hover { background: var(--bg-2); border-color: var(--line-2); color: var(--ink); }

.drawer-items { flex: 1; overflow-y: auto; padding: 16px 20px; display: flex; flex-direction: column; gap: 10px; }
.drawer-empty { color: var(--muted); padding: 48px 0; text-align: center; }
.drawer-item { display: flex; align-items: center; gap: 13px; padding: 11px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 1px 2px rgba(16,17,22,.03); transition: box-shadow .15s, border-color .15s; }
.drawer-item:hover { box-shadow: var(--shadow); border-color: var(--line-2); }
.di-thumb { width: 54px; height: 54px; border-radius: 12px; background: var(--bg-2); display: grid; place-items: center; overflow: hidden; flex: 0 0 auto; color: var(--muted-2); }
.di-thumb img { width: 100%; height: 100%; object-fit: cover; }
.di-thumb svg { width: 26px; height: 26px; }
.di-info { flex: 1; min-width: 0; gap: 3px; }
.di-info strong { font-size: 14px; font-weight: 600; color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.di-info span { font-size: 12.5px; color: var(--muted); }
.di-info span small { color: var(--muted-2); }
.di-qty { background: var(--bg-2); border: 1px solid var(--line); border-radius: 999px; padding: 3px; gap: 0; }
.di-qty button { width: 26px; height: 26px; border-radius: 999px !important; color: var(--ink-2); }
.di-qty button:hover { background: #fff; color: var(--signal); box-shadow: 0 1px 3px rgba(16,17,22,.12); }
.di-qty span { min-width: 22px; }
.di-remove { width: 26px; height: 26px; border-radius: 8px; color: var(--muted-2); }
.di-remove:hover { background: #fff7f7; color: var(--coral); }

.drawer-foot { padding: 18px 22px 22px; background: linear-gradient(180deg, var(--bg-2), #f0f3f9); border-top: 1px solid var(--line); }
.drawer-field { margin-bottom: 12px; }
.drawer-field > span { font-size: 13px; color: var(--ink-2); font-weight: 600; }
.drawer-field select { max-width: 250px; padding: 10px 12px; border: 1px solid var(--line-2); border-radius: 11px; background: #fff; font-size: 14px; box-shadow: 0 1px 2px rgba(16,17,22,.04); }
.drawer-promo-wrap { margin-bottom: 14px; }
.drawer-promo-row { display: flex; gap: 8px; align-items: stretch; }
.drawer-promo-input { flex: 1; min-width: 0; margin: 0; padding: 11px 13px; border: 1px solid var(--line-2); border-radius: 11px; font-family: var(--font-mono); font-size: 12.5px; letter-spacing: .04em; text-transform: uppercase; background: #fff; box-shadow: 0 1px 2px rgba(16,17,22,.04); }
.drawer-promo-input::placeholder { color: var(--muted-2); letter-spacing: .06em; }
.drawer-promo-input:focus { outline: none; border-color: var(--signal); box-shadow: 0 0 0 3px var(--signal-soft); }
.drawer-promo-input:disabled { background: var(--bg-2); color: var(--ink-2); }
.drawer-promo-btn { flex: 0 0 auto; padding: 0 16px; border: 1px solid var(--line-2); border-radius: 11px; background: #fff; color: var(--ink); font-weight: 600; font-size: 13.5px; cursor: pointer; box-shadow: 0 1px 2px rgba(16,17,22,.04); transition: border-color .15s, color .15s, background .15s; }
.drawer-promo-btn:hover { border-color: var(--signal); color: var(--signal); }
.drawer-promo-btn:disabled { opacity: .6; cursor: default; }
.drawer-promo-msg { font-size: 12px; margin: 6px 2px 0; min-height: 14px; }
.drawer-promo-msg.is-ok { color: var(--ok); }
.drawer-promo-msg.is-bad { color: var(--coral); }
.drawer-promo-msg[hidden] { display: none; }

.drawer-summary { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 15px 17px; margin: 0 0 14px; gap: 9px; box-shadow: 0 1px 2px rgba(16,17,22,.04); }
.drawer-summary dt { color: var(--ink-2); font-size: 13.5px; }
.drawer-summary dd { font-size: 13.5px; color: var(--ink); font-weight: 600; }
.drawer-summary dt small { color: var(--muted-2); }
.drawer-summary .drawer-total { padding-top: 12px; margin-top: 4px; border-top: 1px dashed var(--line-2); }
.drawer-summary .drawer-total dt { font-size: 16px; }
.drawer-summary .drawer-total dd { font-size: 23px; letter-spacing: -.02em; }
.drawer-note { color: var(--muted); font-size: 12px; margin: 0 0 13px; }
.drawer-foot .btn-block { height: 50px; font-size: 16px; border-radius: 13px; box-shadow: 0 10px 24px rgba(220,38,38,.32); }
.drawer-foot .btn-block:disabled { opacity: .55; box-shadow: none; }
