:root {
  --bg: #07111f;
  --bg-2: #0b1728;
  --ink: #0b1220;
  --text: #eaf1ff;
  --muted: #708097;
  --muted-light: #aebbd0;
  --panel: #ffffff;
  --panel-soft: #f6f8fb;
  --line: rgba(148, 163, 184, .24);
  --blue: #2563eb;
  --blue-2: #0ea5e9;
  --green: #16a34a;
  --orange: #f59e0b;
  --red: #ef4444;
  --purple: #7c3aed;
  --shadow: 0 28px 80px rgba(0, 0, 0, .28);
  --radius: 28px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 12% -10%, rgba(37, 99, 235, .42), transparent 34rem),
    radial-gradient(circle at 88% 8%, rgba(14, 165, 233, .28), transparent 30rem),
    linear-gradient(180deg, var(--bg) 0%, #0a1424 41%, #eef3f8 41%, #eef3f8 100%);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
.skip-link {
  background: var(--panel);
  border-radius: 999px;
  left: 16px;
  padding: 10px 14px;
  position: fixed;
  top: -80px;
  z-index: 100;
}
.skip-link:focus { top: 16px; }
.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(7, 17, 31, .78);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  display: flex;
  gap: 22px;
  justify-content: space-between;
  left: 0;
  padding: 14px max(20px, calc((100vw - var(--max)) / 2));
  position: sticky;
  right: 0;
  top: 0;
  z-index: 50;
}
.brand {
  align-items: center;
  color: var(--text);
  display: inline-flex;
  gap: 12px;
  min-width: max-content;
  text-decoration: none;
}
.brand-mark {
  align-items: center;
  background: linear-gradient(135deg, var(--blue), var(--blue-2));
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 15px;
  box-shadow: 0 14px 30px rgba(37, 99, 235, .28);
  display: inline-flex;
  font-weight: 950;
  height: 42px;
  justify-content: center;
  letter-spacing: -.04em;
  width: 42px;
}
.brand-text { display: grid; line-height: 1.08; }
.brand-text strong { font-size: 18px; letter-spacing: -.03em; }
.brand-text small { color: var(--muted-light); font-size: 12px; font-weight: 700; margin-top: 3px; }
.nav { align-items: center; display: flex; gap: 4px; }
.nav a, .header-cta, .footer-links a {
  border-radius: 999px;
  color: rgba(234, 241, 255, .86);
  font-size: 14px;
  font-weight: 800;
  padding: 10px 13px;
  text-decoration: none;
}
.nav a:hover { background: rgba(255,255,255,.08); color: #fff; }
.header-cta { background: #fff; color: #0b1220; box-shadow: 0 14px 34px rgba(0,0,0,.18); }
.menu-toggle {
  align-items: center;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  display: none;
  height: 44px;
  justify-content: center;
  padding: 0;
  width: 44px;
}
.menu-toggle span { background: #fff; border-radius: 99px; display: block; height: 2px; margin: 3px 0; width: 18px; }
.section { margin: 0 auto; max-width: calc(var(--max) + 40px); padding: 88px 20px; }
.hero { align-items: center; color: var(--text); display: grid; gap: 48px; grid-template-columns: minmax(0, 1fr) minmax(430px, .95fr); min-height: calc(100svh - 72px); padding-top: 68px; }
.eyebrow { color: #7dd3fc; font-size: 13px; font-weight: 950; letter-spacing: .12em; margin: 0 0 14px; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(40px, 6.4vw, 78px); letter-spacing: -.07em; line-height: .9; margin-bottom: 24px; max-width: 860px; }
h2 { color: var(--ink); font-size: clamp(30px, 4vw, 54px); letter-spacing: -.055em; line-height: 1; margin-bottom: 16px; }
h3 { color: var(--ink); font-size: 21px; letter-spacing: -.03em; margin-bottom: 10px; }
p { color: var(--muted); font-size: 16px; line-height: 1.7; }
.hero-lead { color: rgba(234, 241, 255, .78); font-size: 19px; max-width: 720px; }
.hero-actions, .hero-proof { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-actions { margin: 30px 0 22px; }
.btn { align-items: center; border: 0; border-radius: 999px; cursor: pointer; display: inline-flex; font-size: 15px; font-weight: 950; justify-content: center; min-height: 50px; padding: 14px 21px; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn.primary { background: linear-gradient(135deg, #38bdf8, #2563eb); color: #fff; box-shadow: 0 18px 40px rgba(37, 99, 235, .32); }
.btn.secondary { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); color: #fff; }
.btn.full { width: 100%; }
.hero-proof span { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); border-radius: 999px; color: rgba(234,241,255,.78); font-size: 13px; font-weight: 800; padding: 10px 12px; }
.hero-proof b { color: #fff; }
.product-stage { position: relative; }
.browser-shell { background: rgba(255,255,255,.92); border: 1px solid rgba(255,255,255,.28); border-radius: 30px; box-shadow: var(--shadow); overflow: hidden; position: relative; }
.browser-shell::before { background: linear-gradient(135deg, rgba(37,99,235,.16), rgba(14,165,233,.04)); content: ""; inset: 0; pointer-events: none; position: absolute; }
.browser-bar { align-items: center; background: rgba(248,250,252,.9); border-bottom: 1px solid #dbe3ef; display: flex; gap: 12px; min-height: 54px; padding: 12px 14px; position: relative; z-index: 1; }
.window-dots { display: flex; gap: 6px; }
.window-dots span { background: #cbd5e1; border-radius: 50%; height: 10px; width: 10px; }
.url-pill, .secure-pill { background: #eef2f7; border: 1px solid #dbe3ef; border-radius: 999px; color: #64748b; font-size: 12px; font-weight: 900; padding: 8px 12px; }
.url-pill { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.secure-pill { color: #0f766e; }
.app-preview { display: grid; grid-template-columns: 150px 1fr; min-height: 520px; position: relative; z-index: 1; }
.preview-sidebar { background: #0f172a; color: #fff; display: flex; flex-direction: column; gap: 8px; padding: 18px 12px; }
.preview-sidebar b { display: block; font-size: 16px; letter-spacing: -.03em; margin-bottom: 10px; padding: 8px 10px; }
.preview-sidebar button { background: transparent; border: 0; border-radius: 12px; color: rgba(255,255,255,.68); cursor: pointer; font: inherit; font-size: 13px; font-weight: 850; padding: 11px 10px; text-align: left; transition: background .2s ease, color .2s ease; }
.preview-sidebar button:hover, .preview-sidebar button.active { background: rgba(56,189,248,.16); color: #fff; }
.preview-main { background: #f8fafc; color: var(--ink); overflow: hidden; padding: 18px; position: relative; }
.preview-slide { display: none; min-height: 484px; }
.preview-slide.is-active { animation: slideIn .34s ease; display: block; }
@keyframes slideIn { from { opacity: 0; transform: translateY(10px) scale(.99); } to { opacity: 1; transform: translateY(0) scale(1); } }
.preview-head { align-items: center; display: flex; justify-content: space-between; gap: 16px; margin-bottom: 16px; }
.preview-head small, .metric-grid small, .special-grid small, .report-grid small { color: #64748b; display: block; font-size: 12px; font-weight: 850; margin-bottom: 5px; }
.preview-head strong { display: block; font-size: clamp(24px, 3vw, 34px); letter-spacing: -.05em; line-height: 1; }
.status-pill { border-radius: 999px; font-size: 12px; font-weight: 950; padding: 8px 10px; white-space: nowrap; }
.status-pill.live { background: #dcfce7; color: #166534; }
.status-pill.neutral { background: #e2e8f0; color: #334155; }
.status-pill.purple { background: #ede9fe; color: #5b21b6; }
.status-pill.amber { background: #fef3c7; color: #92400e; }
.status-pill.danger { background: #fee2e2; color: #991b1b; }
.metric-grid, .special-grid, .report-grid { display: grid; gap: 10px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-bottom: 12px; }
.special-grid { grid-template-columns: 1fr 1fr; }
.report-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.metric-grid article, .special-grid article, .report-grid article, .shipment-card, .toolbar-row, .record-table, .summary-strip, .diff-card, .form-preview, .timeline-mini, .check-table, .role-grid article, .driver-list article { background: #fff; border: 1px solid #e2e8f0; border-radius: 18px; padding: 15px; }
.metric-grid b, .special-grid b, .report-grid b { display: block; font-size: 24px; letter-spacing: -.04em; }
.shipment-card { margin-bottom: 12px; }
.shipment-card .tag { background: #eff6ff; border-radius: 999px; color: #1d4ed8; display: inline-flex; font-size: 11px; font-weight: 950; letter-spacing: .06em; margin-bottom: 12px; padding: 7px 9px; text-transform: uppercase; }
.shipment-card b { display: block; font-size: 20px; letter-spacing: -.035em; margin-bottom: 7px; }
.shipment-card p { margin: 0; }
.shipment-card.urgent { border-color: rgba(37,99,235,.18); box-shadow: 0 18px 35px rgba(37,99,235,.08); }
.shipment-card.red-card { border-color: rgba(239,68,68,.22); box-shadow: 0 18px 35px rgba(239,68,68,.08); }
.shipment-card.special { border-color: rgba(124,58,237,.22); box-shadow: 0 18px 35px rgba(124,58,237,.08); }
.blue-tag { background: #e0f2fe !important; color: #0369a1 !important; }
.compact-list { display: grid; gap: 9px; }
.compact-list div { align-items: center; display: grid; grid-template-columns: 18px 1fr auto; gap: 8px; }
.compact-list small { color: #64748b; font-weight: 800; }
.dot { border-radius: 50%; display: inline-block; height: 10px; width: 10px; }
.dot.green { background: var(--green); }
.dot.orange { background: var(--orange); }
.dot.blue { background: var(--blue); }
.toolbar-row { align-items: center; color: #64748b; display: flex; font-size: 13px; justify-content: space-between; margin-bottom: 10px; }
.toolbar-row b { background: #0f172a; border-radius: 999px; color: #fff; padding: 8px 10px; }
.record-table { display: grid; gap: 7px; margin-bottom: 12px; overflow: hidden; }
.record-row { align-items: center; border-radius: 12px; display: grid; grid-template-columns: 96px minmax(0, 1fr) 92px; gap: 10px; min-width: 0; padding: 7px 8px; }
.record-row:not(.head) { background: #f8fafc; }
.record-row.head { color: #64748b; font-size: 11px; font-weight: 950; letter-spacing: .04em; text-transform: uppercase; }
.record-row span { color: #475569; font-size: 12px; font-weight: 850; white-space: nowrap; }
.record-row b { font-size: 13px; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.record-row .badge { justify-self: end; text-align: center; width: max-content; }
.badge { border-radius: 999px; font-size: 10.5px; font-style: normal; font-weight: 950; padding: 7px 8px; white-space: nowrap; }
.badge.ready { background: #dbeafe; color: #1d4ed8; }
.badge.sent { background: #dcfce7; color: #166534; }
.badge.warn { background: #fef3c7; color: #92400e; }
.badge.wait { background: #fee2e2; color: #991b1b; }
.summary-strip { align-items: center; display: flex; gap: 10px; justify-content: space-between; }
.summary-strip b { letter-spacing: -.03em; }
.summary-strip span { color: #64748b; font-size: 13px; font-weight: 800; }
.form-preview, .timeline-mini, .check-table, .role-grid { display: grid; gap: 10px; }
.form-preview label { align-items: center; display: flex; color: #64748b; font-size: 13px; font-weight: 900; justify-content: space-between; }
.form-preview span { color: #0f172a; }
.timeline-mini div, .check-table div { align-items: center; background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; display: flex; gap: 10px; padding: 12px; }
.timeline-mini b { color: #2563eb; }
.timeline-mini span, .check-table small { color: #64748b; font-weight: 800; }
.check { align-items: center; border-radius: 10px; color: #fff; display: inline-flex; font-weight: 950; height: 28px; justify-content: center; width: 28px; }
.check.ok { background: #16a34a; }
.check.wait { background: #f59e0b; }
.diff-card { display: grid; gap: 10px; margin-bottom: 12px; }
.diff-card div { align-items: center; border-bottom: 1px solid #edf2f7; display: flex; justify-content: space-between; padding-bottom: 8px; }
.diff-card span, .diff-card small { color: #64748b; font-weight: 850; }
.diff-card div b { color: #0f172a; font-size: 18px; }
.diff-card strong { background: #ecfdf5; border: 1px solid #bbf7d0; border-radius: 14px; color: #166534; display: block; padding: 12px; text-align: center; }
.mini-chart { align-items: end; background: #fff; border: 1px solid #e2e8f0; border-radius: 18px; display: flex; gap: 9px; height: 152px; margin-bottom: 12px; padding: 16px; }
.mini-chart span { background: linear-gradient(180deg, #38bdf8, #2563eb); border-radius: 999px 999px 8px 8px; flex: 1; height: var(--h); min-height: 22px; }
.report-line { align-items: center; background: #fff; border: 1px solid #e2e8f0; border-radius: 18px; display: flex; justify-content: space-between; padding: 15px; }
.report-line span { color: #64748b; font-weight: 800; }
.role-grid { grid-template-columns: 1fr; }
.role-grid article b, .driver-list article b { display: block; margin-bottom: 4px; }
.role-grid article span, .driver-list span, .driver-list small { color: #64748b; display: block; font-weight: 800; }
.driver-list { display: grid; gap: 10px; margin-bottom: 12px; }
.screen-dots { align-items: center; background: rgba(255,255,255,.9); display: flex; gap: 8px; justify-content: center; padding: 12px; position: relative; z-index: 1; }
.screen-dots button { background: #cbd5e1; border: 0; border-radius: 999px; cursor: pointer; height: 8px; padding: 0; transition: width .2s ease, background .2s ease; width: 8px; }
.screen-dots button.active { background: #2563eb; width: 26px; }
.slide-progress { background: #e2e8f0; height: 3px; position: relative; z-index: 1; }
.slide-progress span { background: linear-gradient(90deg, #38bdf8, #2563eb); display: block; height: 100%; transform-origin: left; transform: scaleX(0); }
.slide-progress span.running { animation: progress 5200ms linear forwards; }
@keyframes progress { to { transform: scaleX(1); } }
.floating-card { background: rgba(255,255,255,.92); border: 1px solid rgba(255,255,255,.5); border-radius: 16px; box-shadow: 0 18px 40px rgba(0,0,0,.18); color: #0f172a; font-size: 13px; font-weight: 950; padding: 12px 14px; position: absolute; transition: opacity .18s ease, transform .18s ease; z-index: 4; }
.floating-card.is-changing { opacity: .3; transform: translateY(4px); }
.card-left { left: -18px; top: 74px; }
.card-right { bottom: 70px; right: -16px; }
.section-head { max-width: 850px; margin-bottom: 30px; }
.section-head p { max-width: 760px; }
.trust-strip { padding-bottom: 24px; padding-top: 24px; }
.trust-strip > div { align-items: center; background: #fff; border: 1px solid #dbe3ef; border-radius: 24px; box-shadow: 0 18px 45px rgba(15,23,42,.06); display: flex; gap: 18px; justify-content: space-between; padding: 18px 20px; }
.trust-strip b { display: block; font-size: 18px; letter-spacing: -.03em; }
.trust-strip span { color: #64748b; font-weight: 750; }
.trust-strip a { background: #0f172a; border-radius: 999px; color: #fff; font-weight: 950; padding: 11px 14px; text-decoration: none; white-space: nowrap; }
.module-grid, .pain-grid, .feature-grid, .audience-grid, .compare-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.compare-grid { grid-template-columns: 1fr 1fr; }
.module-card, .pain-card, .feature-card, .audience-grid article, .compare-card, details, .demo-form { background: rgba(255,255,255,.9); border: 1px solid #dbe3ef; border-radius: 24px; box-shadow: 0 18px 45px rgba(15,23,42,.05); padding: 24px; }
.module-card b, .pain-card span { color: #2563eb; display: block; font-size: 13px; font-weight: 950; margin-bottom: 20px; }
.module-card h3, .pain-card h3, .feature-card h3, .audience-grid h3, .compare-card h3 { margin-bottom: 9px; }
.module-card p, .pain-card p, .feature-card p, .audience-grid p { margin-bottom: 0; }
.solution-section { max-width: none; padding-left: 20px; padding-right: 20px; }
.solution-card { background: #0f172a; border: 1px solid rgba(255,255,255,.08); border-radius: 34px; color: #fff; display: grid; gap: 36px; grid-template-columns: .86fr 1fr; margin: 0 auto; max-width: var(--max); padding: 36px; }
.solution-card h2 { color: #fff; }
.solution-card p { color: rgba(234,241,255,.75); }
.steps { display: grid; gap: 12px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.steps div { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); border-radius: 20px; min-height: 120px; padding: 18px; }
.steps b { align-items: center; background: rgba(56,189,248,.18); border-radius: 13px; color: #7dd3fc; display: inline-flex; height: 34px; justify-content: center; margin-bottom: 18px; width: 34px; }
.steps span { display: block; font-weight: 900; line-height: 1.3; }
.compare-card ul { color: #475569; display: grid; gap: 12px; list-style: none; margin: 0; padding: 0; }
.compare-card li { line-height: 1.45; padding-left: 26px; position: relative; }
.compare-card li::before { border-radius: 50%; content: ""; height: 10px; left: 2px; position: absolute; top: 7px; width: 10px; }
.compare-card.before li::before { background: #ef4444; }
.compare-card.after li::before { background: #16a34a; }
.feature-icon { align-items: center; background: #eff6ff; border-radius: 17px; color: #2563eb; display: inline-flex; font-size: 23px; height: 52px; justify-content: center; margin-bottom: 24px; width: 52px; }
.stats-section { display: grid; gap: 14px; grid-template-columns: repeat(4, minmax(0, 1fr)); padding-top: 24px; }
.stat { background: #fff; border: 1px solid #dbe3ef; border-radius: 22px; padding: 22px; }
.stat b { display: block; font-size: 22px; letter-spacing: -.04em; margin-bottom: 5px; }
.stat span { color: #64748b; font-weight: 800; }
.install-section, .demo-section { align-items: start; display: grid; gap: 34px; grid-template-columns: .9fr 1fr; }
.install-list { background: #fff; border: 1px solid #dbe3ef; border-radius: 26px; box-shadow: 0 18px 45px rgba(15,23,42,.05); display: grid; gap: 12px; padding: 20px; }
.install-list div { align-items: start; display: grid; gap: 14px; grid-template-columns: 44px 1fr; padding: 12px; }
.install-list b { align-items: center; background: #eff6ff; border-radius: 14px; color: #2563eb; display: inline-flex; font-weight: 950; height: 38px; justify-content: center; }
.install-list span { color: #334155; font-weight: 850; line-height: 1.45; }
.quote-section { padding-bottom: 40px; padding-top: 40px; }
blockquote { background: linear-gradient(135deg, #fff, #f8fafc); border: 1px solid #dbe3ef; border-radius: 34px; box-shadow: 0 18px 45px rgba(15,23,42,.05); margin: 0; padding: 38px; }
blockquote p { color: #0f172a; font-size: clamp(24px, 3vw, 38px); letter-spacing: -.045em; line-height: 1.1; }
blockquote footer { color: #64748b; font-weight: 900; }
.form-row { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; }
.demo-form { display: grid; gap: 14px; }
.demo-form label { color: #334155; display: grid; font-size: 13px; font-weight: 950; gap: 8px; }
input, select, textarea { background: #fff; border: 1px solid #cbd5e1; border-radius: 14px; color: #0f172a; font: inherit; padding: 13px 14px; width: 100%; }
input:focus, select:focus, textarea:focus { border-color: #2563eb; box-shadow: 0 0 0 4px rgba(37,99,235,.12); outline: none; }
textarea { resize: vertical; }
.form-note { font-size: 13px; margin: 0; }
.form-note.success { color: #166534; }
.form-note.error { color: #991b1b; }
.form-note a { color: #1d4ed8; font-weight: 950; }
.check-list { display: grid; gap: 11px; list-style: none; margin: 24px 0 0; padding: 0; }
.check-list li { color: #334155; font-weight: 850; }
.check-list li::before { color: #16a34a; content: "✓"; font-weight: 950; margin-right: 10px; }
.faq-list { display: grid; gap: 12px; }
details summary { cursor: pointer; font-weight: 950; }
details p { margin: 12px 0 0; }
.footer { align-items: center; background: #07111f; display: flex; gap: 20px; justify-content: space-between; padding: 30px max(20px, calc((100vw - var(--max)) / 2)); }
.footer-links { display: flex; flex-wrap: wrap; gap: 4px; }
.footer .brand { color: #fff; }
.mobile-sticky-cta { display: none; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (max-width: 1060px) {
  .hero { grid-template-columns: 1fr; padding-top: 48px; }
  .product-stage { max-width: 760px; width: 100%; }
  .solution-card, .install-section, .demo-section { grid-template-columns: 1fr; }
  .stats-section { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .menu-toggle { display: inline-grid; }
  .nav { background: rgba(7,17,31,.96); border-top: 1px solid rgba(255,255,255,.08); display: none; flex-direction: column; inset: 72px 0 auto 0; padding: 16px 20px 24px; position: fixed; }
  body.menu-open .nav { display: flex; }
  .nav a { text-align: center; width: 100%; }
  .header-cta { display: none; }
  .module-grid, .pain-grid, .feature-grid, .audience-grid, .compare-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .app-preview { grid-template-columns: 1fr; }
  .preview-sidebar { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); overflow-x: auto; }
  .preview-sidebar b { display: none; }
  .preview-sidebar button { text-align: center; white-space: nowrap; }
  .secure-pill { display: none; }
}
@media (max-width: 640px) {
  body { background: linear-gradient(180deg, var(--bg) 0%, #0a1424 30%, #eef3f8 30%, #eef3f8 100%); }
  .section { padding: 58px 16px; }
  .site-header { padding-left: 16px; padding-right: 16px; }
  .brand-text small { display: none; }
  .hero { gap: 32px; min-height: auto; padding-bottom: 42px; }
  h1 { font-size: 40px; }
  .hero-lead { font-size: 17px; }
  .hero-actions .btn { width: 100%; }
  .browser-shell { border-radius: 22px; }
  .browser-bar { min-height: 48px; }
  .url-pill { font-size: 11px; }
  .preview-main { padding: 12px; }
  .preview-slide { min-height: 500px; }
  .metric-grid, .report-grid, .special-grid { grid-template-columns: 1fr 1fr; }
  .record-row { grid-template-columns: 86px minmax(0, 1fr) auto; align-items: center; }
  .record-row.head { display: none; }
  .floating-card { display: none; }
  .module-grid, .pain-grid, .feature-grid, .audience-grid, .compare-grid, .stats-section, .steps, .form-row { grid-template-columns: 1fr; }
  .solution-card, blockquote { border-radius: 24px; padding: 24px; }
  .trust-strip > div { align-items: flex-start; flex-direction: column; }
  .trust-strip a { width: 100%; text-align: center; }
  .summary-strip, .report-line { align-items: flex-start; flex-direction: column; }
  .footer { align-items: flex-start; flex-direction: column; padding-bottom: 82px; }
  .mobile-sticky-cta { background: linear-gradient(135deg, #38bdf8, #2563eb); border-radius: 999px; bottom: 14px; box-shadow: 0 18px 40px rgba(37,99,235,.34); color: #fff; display: block; font-weight: 950; left: 16px; padding: 15px 18px; position: fixed; right: 16px; text-align: center; text-decoration: none; z-index: 40; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

@media (max-width: 420px) {
  .record-row { grid-template-columns: 1fr; align-items: start; }
  .record-row .badge { justify-self: start; }
}

.btn.whatsapp { background: #16a34a; color: #fff; box-shadow: 0 14px 32px rgba(22,163,74,.24); }
.contact-section { padding-top: 40px; }
.contact-card { align-items: center; background: linear-gradient(135deg, #07111f, #0f2746); border: 1px solid rgba(255,255,255,.12); border-radius: 34px; box-shadow: 0 24px 70px rgba(7,17,31,.22); display: grid; gap: 28px; grid-template-columns: minmax(0, 1fr) minmax(280px, .75fr); padding: clamp(24px, 4vw, 44px); }
.contact-card h2, .contact-card p { color: #fff; }
.contact-card p { color: rgba(255,255,255,.74); }
.contact-actions { display: grid; gap: 12px; }
.contact-link { align-items: center; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 18px; color: #fff; display: flex; justify-content: space-between; padding: 16px; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.contact-link:hover { background: rgba(255,255,255,.13); transform: translateY(-2px); }
.contact-link span { color: rgba(255,255,255,.72); font-weight: 850; }
.primary-contact { background: linear-gradient(135deg, rgba(22,163,74,.96), rgba(21,128,61,.96)); border-color: rgba(187,247,208,.36); }
.footer { align-items: flex-start; }
.footer-contact { display: grid; gap: 6px; text-align: right; }
.footer-contact a { color: rgba(255,255,255,.78); font-size: 13px; font-weight: 850; text-decoration: none; }
.legal-page { background: #f4f7fb; color: #0f172a; }
.legal-main { margin: 0 auto; max-width: 920px; padding: 70px 20px; }
.legal-card { background: #fff; border: 1px solid #dbe3ef; border-radius: 28px; box-shadow: 0 18px 50px rgba(15,23,42,.06); padding: clamp(24px, 5vw, 48px); }
.legal-card h1 { font-size: clamp(34px, 5vw, 56px); }
.legal-card h2 { font-size: 24px; margin-top: 28px; }
.legal-card p, .legal-card li { color: #475569; line-height: 1.7; }
.legal-card a { color: #1d4ed8; font-weight: 900; }
.mobile-sticky-actions { display: none; }
@media (max-width: 1060px) { .contact-card { grid-template-columns: 1fr; } }
@media (max-width: 640px) {
  .footer-contact { text-align: left; }
  .mobile-sticky-cta { position: static; display: block; flex: 1; }
  .mobile-sticky-actions { bottom: 14px; display: flex; gap: 8px; left: 16px; position: fixed; right: 16px; z-index: 40; }
  .mobile-whatsapp-cta { background: #16a34a; border-radius: 999px; box-shadow: 0 18px 40px rgba(22,163,74,.28); color: #fff; display: block; font-weight: 950; padding: 15px 14px; text-align: center; text-decoration: none; }
}
