:root {
  --navy: #10193b;
  --navy-soft: #1a2650;
  --blue: #2563eb;
  --blue-light: #e8efff;
  --amber: #f7a81b;
  --amber-soft: #fff3dd;
  --ink: #10193b;
  --muted: #5b6478;
  --bg: #ffffff;
  --bg-alt: #f6f8fc;
  --border: #e6e9f2;
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 10px;
  --shadow-sm: 0 4px 16px rgba(16, 25, 59, 0.06);
  --shadow-md: 0 12px 32px rgba(16, 25, 59, 0.10);
  --shadow-lg: 0 24px 60px rgba(16, 25, 59, 0.16);
  --container: 1180px;
  font-size: 16px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: 'Poppins', 'Inter', sans-serif;
  line-height: 1.2;
  margin: 0 0 0.5em;
  color: var(--navy);
}

p { margin: 0 0 1em; color: var(--muted); }

a { color: inherit; text-decoration: none; }

img { max-width: 100%; display: block; }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.96rem;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
  white-space: nowrap;
}
.btn-lg { padding: 16px 32px; font-size: 1.02rem; }
.btn-sm { padding: 10px 20px; font-size: 0.88rem; }

.btn-primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.28);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(37, 99, 235, 0.36); }

.btn-outline {
  background: transparent;
  color: var(--navy);
  border-color: var(--border);
}
.btn-outline:hover { border-color: var(--blue); color: var(--blue); transform: translateY(-2px); }

.btn-ghost {
  background: rgba(255,255,255,0.12);
  color: #fff;
  border-color: rgba(255,255,255,0.35);
}
.btn-ghost:hover { background: rgba(255,255,255,0.22); transform: translateY(-2px); }

/* ---------- Announcement bar ---------- */
.announcement {
  background: var(--navy);
  color: #fff;
  text-align: center;
  font-size: 0.88rem;
  padding: 10px 44px 10px 16px;
  position: relative;
}
.announcement p { margin: 0; color: #dfe6ff; }
.announcement a { color: var(--amber); font-weight: 600; text-decoration: underline; }
.announcement-close {
  position: absolute;
  right: 12px; top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #b9c2e6;
  font-size: 1.3rem;
  cursor: pointer;
  line-height: 1;
}
.announcement.is-hidden { display: none; }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.site-header.is-scrolled {
  border-color: var(--border);
  box-shadow: 0 6px 20px rgba(16, 25, 59, 0.05);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 76px;
}

.brand { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand-mark { width: 34px; height: 34px; border-radius: 9px; }
.brand-name { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 1.15rem; color: var(--navy); }
.brand-name-accent { color: var(--blue); }

.nav-panel { display: flex; align-items: center; gap: 24px; flex: 1; justify-content: space-between; }

.main-nav { display: flex; align-items: center; gap: 28px; margin-left: 12px; }
.main-nav a {
  font-size: 0.94rem;
  font-weight: 500;
  color: var(--muted);
  transition: color 0.15s ease;
  position: relative;
}
.main-nav a:hover { color: var(--navy); }

.header-actions { display: flex; align-items: center; gap: 14px; }

.lang-switch {
  display: flex;
  background: var(--bg-alt);
  border-radius: 999px;
  padding: 3px;
  border: 1px solid var(--border);
}
.lang-btn {
  border: none;
  background: none;
  padding: 6px 12px;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--muted);
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}
.lang-btn.is-active { background: var(--navy); color: #fff; }

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
}
.nav-toggle span {
  width: 100%;
  height: 2px;
  background: var(--navy);
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 15% 20%, #eef3ff 0%, #ffffff 45%);
  padding: 72px 0 40px;
}
.hero-glow {
  position: absolute;
  top: -220px;
  right: -160px;
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, rgba(247, 168, 27, 0.22), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 48px;
  position: relative;
}

.eyebrow {
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--blue);
  background: var(--blue-light);
  padding: 8px 16px;
  border-radius: 999px;
  margin-bottom: 20px;
}

.hero-copy h1 {
  font-size: clamp(2.1rem, 4vw, 3.1rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.hero-sub {
  font-size: 1.08rem;
  max-width: 520px;
  margin-bottom: 28px;
}

.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 36px; }

.hero-trust {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
.hero-trust-item { display: flex; flex-direction: column; }
.hero-trust-item strong { font-size: 1.15rem; color: var(--navy); font-family: 'Poppins', sans-serif; }
.hero-trust-item span { font-size: 0.82rem; color: var(--muted); }
.hero-trust-divider { width: 1px; height: 34px; background: var(--border); }

/* Phone mock */
.hero-visual { position: relative; display: flex; justify-content: center; }
.phone-mock {
  width: 300px;
  background: var(--navy);
  border-radius: 40px;
  padding: 14px;
  box-shadow: var(--shadow-lg);
  position: relative;
  z-index: 2;
}
.phone-notch {
  width: 90px;
  height: 20px;
  background: var(--navy);
  border-radius: 0 0 14px 14px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.phone-screen {
  background: #fff;
  border-radius: 28px;
  padding: 18px 16px 22px;
  margin-top: -20px;
}

.mock-topbar { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.mock-avatar { width: 34px; height: 34px; border-radius: 50%; background: linear-gradient(135deg, var(--blue), #6ea1ff); flex-shrink: 0; }
.mock-avatar.sm { width: 40px; height: 40px; }
.mock-avatar.alt { background: linear-gradient(135deg, var(--amber), #ffd27a); }
.mock-lines { flex: 1; display: flex; flex-direction: column; gap: 6px; }
.mock-line { display: block; height: 8px; border-radius: 4px; background: #d7deef; }
.mock-line.dim { background: #e8ecf6; }
.mock-line.w40 { width: 40%; }
.mock-line.w60 { width: 60%; }
.mock-line.w70 { width: 70%; }
.mock-bell { font-size: 1.1rem; }

.mock-search {
  display: flex; align-items: center; gap: 6px;
  background: var(--bg-alt);
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 0.78rem;
  color: var(--muted);
  margin-bottom: 12px;
}

.mock-chip-row { display: flex; gap: 8px; margin-bottom: 14px; flex-wrap: wrap; }
.mock-chip {
  font-size: 0.72rem;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--bg-alt);
  color: var(--muted);
  font-weight: 600;
}
.mock-chip.is-on { background: var(--blue); color: #fff; }

.mock-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 14px;
  background: var(--bg-alt);
  margin-bottom: 10px;
  position: relative;
}
.mock-card-body { flex: 1; display: flex; flex-direction: column; gap: 5px; }
.mock-stars { font-size: 0.7rem; color: var(--amber); font-weight: 700; }
.mock-stars em { color: var(--muted); font-style: normal; margin-left: 4px; }
.mock-badge {
  font-size: 0.62rem;
  font-weight: 700;
  color: #1a9c5c;
  background: #e3f8ec;
  padding: 4px 8px;
  border-radius: 999px;
  align-self: flex-start;
}

.mock-cta {
  margin-top: 6px;
  background: var(--blue);
  color: #fff;
  text-align: center;
  padding: 12px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.85rem;
}

.floating-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  padding: 12px 16px;
  border-radius: 16px;
  box-shadow: var(--shadow-md);
  z-index: 3;
  animation: float 5s ease-in-out infinite;
}
.floating-card strong { display: block; font-size: 0.82rem; color: var(--navy); }
.floating-card span { font-size: 0.72rem; color: var(--muted); }
.floating-icon { font-size: 1.3rem; }
.floating-card-1 { top: 10%; left: -8%; }
.floating-card-2 { bottom: 8%; right: -10%; animation-delay: 1.2s; }

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* ---------- Value strip ---------- */
.value-strip {
  background: var(--navy);
  padding: 26px 0;
}
.value-strip-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
}
.value-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #dfe6ff;
  font-size: 0.9rem;
  font-weight: 600;
}
.value-icon { font-size: 1.2rem; }

/* ---------- Sections ---------- */
.section { padding: 96px 0; }
.section-alt { background: var(--bg-alt); }

.section-head { max-width: 640px; margin: 0 auto 56px; text-align: center; }
.section-head h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); }
.section-sub { font-size: 1.02rem; }

.tag {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--blue);
  background: var(--blue-light);
  padding: 7px 15px;
  border-radius: 999px;
  margin-bottom: 16px;
}
.tag-amber { color: #93600a; background: var(--amber-soft); }

/* Tabs (how it works) */
.tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
.tab-btn {
  padding: 12px 24px;
  border-radius: 999px;
  border: 2px solid var(--border);
  background: #fff;
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--muted);
  cursor: pointer;
  transition: all 0.18s ease;
}
.tab-btn.is-active { background: var(--navy); border-color: var(--navy); color: #fff; }

.tab-panel { display: none; }
.tab-panel.is-active { display: block; animation: fadeIn 0.35s ease; }

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.step {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 28px 22px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.step:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.step-num {
  width: 38px; height: 38px;
  border-radius: 12px;
  background: var(--blue-light);
  color: var(--blue);
  font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
  font-family: 'Poppins', sans-serif;
}
.step h3 { font-size: 1.05rem; margin-bottom: 8px; }
.step p { font-size: 0.92rem; margin: 0; }

/* Split sections (customers / providers) */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.split-copy h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); }

.feature-list { list-style: none; margin: 28px 0; padding: 0; display: flex; flex-direction: column; gap: 20px; }
.feature-list li { display: flex; gap: 14px; align-items: flex-start; }
.feature-check {
  flex-shrink: 0;
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  margin-top: 2px;
}
.feature-check-amber { background: var(--amber); }
.feature-list strong { display: block; color: var(--navy); margin-bottom: 4px; font-size: 1rem; }
.feature-list p { margin: 0; font-size: 0.92rem; }

.feature-card-stack { display: flex; flex-direction: column; gap: 18px; }
.mini-card {
  display: flex;
  gap: 14px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 20px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease;
}
.mini-card:hover { transform: translateY(-3px); }
.mini-icon {
  width: 42px; height: 42px;
  background: var(--blue-light);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}
.mini-card strong { display: block; color: var(--navy); margin-bottom: 4px; }
.mini-card p { margin: 0; font-size: 0.88rem; }

/* Earnings card (providers section) */
.earnings-card {
  background: linear-gradient(160deg, var(--navy), #1e2a5a);
  border-radius: var(--radius-lg);
  padding: 32px;
  color: #fff;
  box-shadow: var(--shadow-lg);
}
.earnings-head { display: flex; justify-content: space-between; align-items: center; font-size: 0.9rem; color: #b9c2e6; margin-bottom: 8px; }
.earnings-pill {
  background: rgba(247, 168, 27, 0.18);
  color: var(--amber);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
}
.earnings-amount { font-family: 'Poppins', sans-serif; font-size: 2.2rem; font-weight: 700; margin-bottom: 16px; }
.earnings-amount small { font-size: 1rem; color: #b9c2e6; font-weight: 500; }
.earnings-bar { height: 8px; background: rgba(255,255,255,0.12); border-radius: 999px; overflow: hidden; margin-bottom: 24px; }
.earnings-bar span { display: block; height: 100%; background: var(--amber); border-radius: 999px; }
.earnings-rows { display: flex; flex-direction: column; gap: 12px; }
.earnings-row { display: flex; justify-content: space-between; font-size: 0.88rem; color: #b9c2e6; }
.earnings-row strong { color: #fff; font-weight: 600; }
.earnings-row-total { border-top: 1px solid rgba(255,255,255,0.14); padding-top: 12px; font-size: 0.95rem; }
.earnings-row-total span, .earnings-row-total strong { color: #fff; }

/* Categories */
.category-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.category-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 26px 16px;
  text-align: center;
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--navy);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.category-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); border-color: var(--blue); }
.category-icon { display: block; font-size: 1.9rem; margin-bottom: 10px; }

/* Coverage */
.coverage-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 48px;
}
.coverage-stats { display: flex; gap: 36px; margin-top: 28px; flex-wrap: wrap; }
.coverage-stat { display: flex; flex-direction: column; }
.coverage-stat strong { font-family: 'Poppins', sans-serif; font-size: 1.5rem; color: var(--navy); }
.coverage-stat span { font-size: 0.85rem; color: var(--muted); }
.coverage-visual { display: flex; justify-content: center; }
.coverage-orb {
  width: 260px; height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #fff, var(--blue-light) 60%, #dbe6ff 100%);
  display: flex; align-items: center; justify-content: center;
  font-size: 5rem;
  box-shadow: var(--shadow-lg);
}

/* Download */
.download { background: var(--bg-alt); }
.download-inner { max-width: 560px; margin: 0 auto; text-align: center; }
.download-icon { width: 64px; height: 64px; border-radius: 16px; margin: 0 auto 20px; }
.download h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); }

.download-form { display: flex; gap: 10px; margin: 28px 0 12px; }
.download-form input {
  flex: 1;
  padding: 14px 18px;
  border-radius: 999px;
  border: 2px solid var(--border);
  font-size: 0.95rem;
  font-family: inherit;
  outline: none;
  transition: border-color 0.15s ease;
}
.download-form input:focus { border-color: var(--blue); }

.download-note { font-size: 0.8rem; color: var(--muted); }

.store-badges { display: flex; justify-content: center; gap: 14px; margin-top: 28px; flex-wrap: wrap; }
.store-badge {
  display: flex; align-items: center; gap: 10px;
  background: var(--navy);
  color: #fff;
  padding: 10px 18px;
  border-radius: 12px;
  font-size: 0.8rem;
}
.store-badge small { display: block; color: #b9c2e6; font-size: 0.68rem; }
.store-badge strong { font-family: 'Poppins', sans-serif; font-size: 0.95rem; }
.store-badge-icon { display: flex; align-items: center; }
.store-badge-icon svg { height: 26px; width: auto; display: block; }

/* FAQ */
.faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: #fff;
  overflow: hidden;
}
.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 20px 22px;
  background: none;
  border: none;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  color: var(--navy);
  cursor: pointer;
  font-family: inherit;
}
.faq-icon {
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--blue-light);
  color: var(--blue);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  transition: transform 0.2s ease;
}
.faq-item.is-open .faq-icon { transform: rotate(45deg); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease, padding 0.28s ease;
  padding: 0 22px;
}
.faq-item.is-open .faq-answer { padding: 0 22px 20px; }
.faq-answer p { margin: 0; font-size: 0.94rem; }

/* Closing CTA */
.closing-cta {
  background: linear-gradient(135deg, var(--navy), #1e2a5a 60%, #24306b);
  padding: 90px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.closing-cta::before {
  content: "";
  position: absolute;
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(247,168,27,0.16), transparent 70%);
  top: -180px; left: 50%;
  transform: translateX(-50%);
}
.closing-cta-inner { position: relative; max-width: 560px; margin: 0 auto; }
.closing-cta h2 { color: #fff; font-size: clamp(1.7rem, 3vw, 2.3rem); }
.closing-cta p { color: #b9c2e6; font-size: 1.02rem; }
.closing-ctas { justify-content: center; margin-top: 24px; margin-bottom: 0; }

/* Footer */
.site-footer { background: var(--navy); color: #b9c2e6; padding: 64px 0 0; }
.footer-inner {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-brand p { color: #8b96c2; font-size: 0.88rem; max-width: 240px; margin-top: 12px; }
.footer-col h4 { color: #fff; font-size: 0.92rem; margin-bottom: 16px; }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col a, .footer-note { font-size: 0.88rem; color: #b9c2e6; transition: color 0.15s ease; }
.footer-col a:hover { color: #fff; }
.footer-bottom {
  padding: 22px 24px;
  font-size: 0.82rem;
  color: #8b96c2;
  display: flex;
  justify-content: center;
}

/* Back to top */
.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  box-shadow: var(--shadow-md);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 90;
}
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }

/* Reveal animation */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .steps { grid-template-columns: repeat(2, 1fr); }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .split { grid-template-columns: 1fr; gap: 40px; }
  .order-2-desktop { order: 2; }
  .coverage-inner { grid-template-columns: 1fr; text-align: center; }
  .coverage-stats { justify-content: center; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy p { margin-left: auto; margin-right: auto; }
  .hero-ctas, .hero-trust { justify-content: center; }
  .hero-visual { margin-top: 40px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .nav-panel { display: none; }
  .nav-toggle { display: flex; }

  .nav-panel.is-open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: absolute;
    top: 76px;
    left: 0; right: 0;
    background: #fff;
    padding: 20px 24px 28px;
    border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow-md);
    gap: 20px;
  }
  .nav-panel.is-open .main-nav {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    gap: 16px;
  }
  .nav-panel.is-open .header-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .nav-panel.is-open .lang-switch { align-self: flex-start; }

  .steps { grid-template-columns: 1fr; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr; gap: 28px; }
  .value-strip-inner { justify-content: center; text-align: center; }
  .download-form { flex-direction: column; }
  .floating-card { display: none; }
  .section { padding: 64px 0; }
}
