@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

:root {
  --bg: #0d0b1a;
  --bg-card: #16132a;
  --bg-card-hover: #1e1a38;
  --surface: #1e1a38;
  --ink: #f0eeff;
  --ink-soft: #a8a3c7;
  --ink-muted: #6e6894;
  --purple: #7c3aed;
  --purple-light: #a78bfa;
  --purple-deep: #6d28d9;
  --purple-glow: rgba(124, 58, 237, 0.35);
  --violet-soft: rgba(139, 92, 246, 0.12);
  --green: #22c55e;
  --green-deep: #16a34a;
  --gold: #facc15;
  --line: rgba(139, 92, 246, 0.18);
  --line-strong: rgba(139, 92, 246, 0.3);
  --shadow-sm: 0 4px 20px rgba(0, 0, 0, 0.25);
  --shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.4);
  --shadow-glow: 0 0 80px rgba(124, 58, 237, 0.2);
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --container: 1140px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

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

a { color: var(--purple-light); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }

.container {
  width: min(var(--container), calc(100% - 2rem));
  margin-inline: auto;
}

/* Skip link */
.skip-link {
  position: absolute; left: -9999px; top: 12px; z-index: 1001;
  background: var(--purple); color: #fff;
  padding: 0.5rem 0.8rem; border-radius: 8px;
}
.skip-link:focus { left: 12px; }

/* ─── Legacy classes (guide pages) ─── */
.brand-mark {
  width: 34px; height: 34px; border-radius: 10px;
  display: grid; place-items: center; font-weight: 800;
  font-size: 0.92rem; color: #fff;
  background: linear-gradient(138deg, #7c3aed 0%, #6d28d9 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.25);
}
.download-sticky-bar {
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(30,26,56,0.98), rgba(22,19,42,0.98));
}
.download-sticky-inner {
  min-height: 52px; display: flex; align-items: center;
  justify-content: space-between; gap: 0.8rem; padding: 0.4rem 0;
}
.download-sticky-copy { margin: 0; color: var(--ink-soft); font-size: 0.85rem; font-weight: 600; }
.download-sticky-copy strong { color: var(--ink); }
.download-sticky-actions { display: flex; align-items: center; gap: 0.5rem; }
.download-sticky-actions .btn { font-size: 0.82rem; padding: 0.6rem 0.9rem; }
.btn-store.btn-store-ios {
  background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
  border-color: rgba(109,40,217,0.3);
  box-shadow: 0 8px 20px rgba(124,58,237,0.25);
}
.btn-store.btn-store-ios:hover { box-shadow: 0 10px 28px rgba(124,58,237,0.35); }
.proof-grid { margin-top: 1.2rem; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.9rem; }
.proof-card { background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--radius-md); padding: 1rem; box-shadow: var(--shadow-sm); }
.proof-card h2, .proof-card h3 { margin: 0; font-size: 1.05rem; }
.proof-card p { margin: 0.4rem 0 0; color: var(--ink-soft); font-size: 0.9rem; }
.proof-card-rating { grid-column: span 2; border-color: var(--line-strong); background: var(--bg-card); }
.proof-card-rating h2, .proof-card-rating h3 { font-size: clamp(1.1rem, 2.2vw, 1.35rem); font-weight: 700; }
.proof-card-rating strong { color: var(--purple-light); }
.proof-kicker { display: inline-flex; margin: 0 0 0.4rem; border-radius: 999px; background: var(--violet-soft); color: var(--purple-light); font-size: 0.7rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; padding: 0.25rem 0.5rem; }
.card-grid { margin-top: 1.2rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.card { background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--radius-md); padding: 1rem; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 0.4rem; }
.card h3 { margin: 0; font-size: 1.02rem; }
.card p { margin-bottom: 0; color: var(--ink-soft); }
.card-icon { width: 40px; height: 40px; border-radius: 12px; background: var(--violet-soft); border: 1px solid var(--line); display: grid; place-items: center; font-weight: 800; color: var(--purple-light); margin-bottom: 0.6rem; }
.visual-tile, .guide-thumb { margin: 0 0 0.35rem; border-radius: 14px; border: 1px solid var(--line); overflow: hidden; background: var(--bg-card); }
.visual-tile img { width: 100%; height: 136px; object-fit: cover; }
.guide-thumb img { width: 100%; height: 156px; object-fit: cover; }
.guide-highlight { display: flex; flex-direction: column; gap: 0.5rem; }
.guide-meta { color: var(--ink-muted); font-size: 0.82rem; }
.workflow { margin-top: 1.2rem; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.9rem; }
.step { background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--radius-md); padding: 1rem; }
.step b { display: inline-flex; width: 30px; height: 30px; border-radius: 999px; align-items: center; justify-content: center; background: var(--violet-soft); color: var(--purple-light); font-size: 0.82rem; margin-bottom: 0.5rem; }
.step h3 { margin: 0; font-size: 1rem; }
.step p { margin-bottom: 0; color: var(--ink-soft); font-size: 0.92rem; }
.section-intro { max-width: 68ch; margin-top: 0.7rem; color: var(--ink-soft); }
.eyebrow { display: inline-flex; align-items: center; padding: 0.3rem 0.55rem; border-radius: 999px; font-weight: 700; font-size: 0.72rem; letter-spacing: 0.07em; text-transform: uppercase; color: var(--purple-light); background: var(--violet-soft); }
.hero-notes { margin-top: 1rem; color: var(--ink-soft); font-size: 0.88rem; }
.hero-panel { position: relative; grid-column: 1 / -1; background: linear-gradient(152deg, #2a1f50 0%, #3b2d6e 60%, #4c3d8a 100%); color: #fff; border-radius: 18px; padding: 1.2rem; box-shadow: var(--shadow-lg); }
.hero-panel h2 { margin-top: 0; margin-bottom: 0.5rem; font-size: 1.4rem; font-weight: 700; }
.hero-panel p { margin: 0; opacity: 0.9; }
.kpi-list { margin-top: 1rem; display: grid; grid-template-columns: 1fr 1fr; gap: 0.6rem; }
.kpi { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); border-radius: 14px; padding: 0.6rem; }
.kpi strong { display: block; font-size: 1.2rem; line-height: 1.2; }
.kpi span { font-size: 0.84rem; opacity: 0.9; }
.store-cta-block { padding: 1.2rem 0 0.4rem; }

@media (max-width: 1020px) {
  .proof-grid, .card-grid, .workflow { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .download-sticky-inner { flex-wrap: wrap; justify-content: center; text-align: center; min-height: 0; padding: 0.5rem 0; }
  .download-sticky-actions { width: 100%; justify-content: center; flex-wrap: wrap; }
}

/* ─── Header ─── */
.site-header {
  position: sticky; top: 0; z-index: 999;
  background: rgba(13, 11, 26, 0.8);
  backdrop-filter: blur(20px) saturate(1.4);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.site-header.is-scrolled {
  border-color: var(--line);
  box-shadow: 0 4px 30px rgba(0,0,0,0.3);
}
.topbar {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; min-height: 68px;
}
.brand {
  text-decoration: none; color: inherit;
  display: inline-flex; align-items: center; gap: 0.6rem;
}
.brand-logo { width: 38px; height: 38px; border-radius: 10px; }
.brand-text { font-size: 1.2rem; font-weight: 800; letter-spacing: -0.01em; }

.nav-toggle {
  display: none; border: 1px solid var(--line-strong);
  background: var(--surface); color: var(--ink);
  border-radius: 10px; font: inherit; font-weight: 600;
  padding: 0.45rem 0.7rem; cursor: pointer;
}
.nav-links {
  display: flex; align-items: center; gap: 0.2rem;
  list-style: none; margin: 0; padding: 0;
}
.nav-links a {
  text-decoration: none; color: var(--ink-soft);
  font-weight: 600; font-size: 0.9rem;
  padding: 0.5rem 0.65rem; border-radius: 10px;
  transition: background 0.2s, color 0.2s;
}
.nav-links a:hover, .nav-links a[aria-current='page'] {
  background: var(--violet-soft); color: var(--purple-light);
}
.nav-actions { display: flex; align-items: center; gap: 0.6rem; }

/* ─── Buttons ─── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  border: none; border-radius: 14px; text-decoration: none;
  font-weight: 700; font-size: 0.95rem; line-height: 1;
  padding: 0.85rem 1.4rem; cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}
.btn:hover { transform: translateY(-2px); text-decoration: none; }

.btn-primary {
  background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
  color: #fff;
  box-shadow: 0 8px 30px rgba(124, 58, 237, 0.4);
}
.btn-primary:hover { box-shadow: 0 12px 40px rgba(124, 58, 237, 0.55); }

.btn-secondary {
  background: var(--surface); color: var(--ink);
  border: 1px solid var(--line-strong);
}
.btn-secondary:hover { background: var(--bg-card-hover); }

.btn-store {
  background: #000; color: #fff; border-radius: 12px;
  padding: 0 1rem; height: 52px; gap: 0.6rem;
  border: 1px solid rgba(255,255,255,0.12);
  font-size: 0.82rem; font-weight: 400;
}
.btn-store:hover {
  background: #1a1a1a;
  box-shadow: 0 8px 30px rgba(0,0,0,0.4);
}
.btn-store .store-icon { width: 28px; height: 28px; flex-shrink: 0; }
.btn-store .store-label { text-align: left; line-height: 1.2; }
.btn-store .store-label small { display: block; font-size: 0.68rem; opacity: 0.7; }
.btn-store .store-label strong { display: block; font-size: 1rem; font-weight: 700; }

.store-row {
  display: flex; flex-wrap: wrap; gap: 0.75rem;
  margin-top: 1.2rem;
}

/* ─── Hero ─── */
.hero {
  padding: 4rem 0 3rem;
  position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% -10%, rgba(124, 58, 237, 0.25) 0%, transparent 70%),
    radial-gradient(ellipse 50% 40% at 80% 20%, rgba(139, 92, 246, 0.12) 0%, transparent 60%);
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem; align-items: center;
  position: relative;
}
.hero-content { max-width: 540px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 0.4rem;
  padding: 0.35rem 0.75rem; border-radius: 999px;
  background: var(--violet-soft); border: 1px solid var(--line);
  color: var(--purple-light); font-size: 0.78rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.06em;
}
.hero-badge .badge-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--green); animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}
.hero h1 {
  margin: 1rem 0 0; font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 900; line-height: 1.08; letter-spacing: -0.03em;
}
.hero h1 .gradient-text {
  background: linear-gradient(135deg, #a78bfa 0%, #7c3aed 50%, #c084fc 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-sub {
  margin: 1rem 0 0; font-size: 1.1rem; color: var(--ink-soft);
  max-width: 460px;
}
.hero-stats {
  display: flex; gap: 1.5rem; margin-top: 1.5rem;
}
.hero-stat { text-align: left; }
.hero-stat-value {
  font-size: 1.4rem; font-weight: 800; color: var(--ink);
  display: flex; align-items: center; gap: 0.3rem;
}
.hero-stat-value .stars { color: var(--gold); font-size: 0.9rem; }
.hero-stat-label { font-size: 0.8rem; color: var(--ink-muted); font-weight: 500; }

/* Hero phone mockup */
.hero-visual {
  position: relative; display: flex;
  justify-content: center; align-items: center;
}
.phone-showcase {
  position: relative; width: 300px;
}
.phone-showcase img {
  width: 100%; border-radius: 28px;
  box-shadow: 0 30px 80px rgba(124, 58, 237, 0.3), 0 0 0 1px rgba(255,255,255,0.08);
}
.phone-showcase::after {
  content: ''; position: absolute; inset: -40px;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.15) 0%, transparent 70%);
  pointer-events: none; z-index: -1;
}
.phone-float {
  position: absolute; width: 200px;
  border-radius: 20px; box-shadow: var(--shadow-lg);
}
.phone-float img { width: 100%; border-radius: 20px; }
.phone-float-left { left: -80px; top: 60px; transform: rotate(-6deg); }
.phone-float-right { right: -80px; bottom: 40px; transform: rotate(5deg); }

/* ─── Section base ─── */
.section { padding: 4rem 0; position: relative; }
.section-header { text-align: center; max-width: 640px; margin: 0 auto 2.5rem; }
.section-badge {
  display: inline-flex; padding: 0.3rem 0.7rem; border-radius: 999px;
  background: var(--violet-soft); border: 1px solid var(--line);
  color: var(--purple-light); font-size: 0.75rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.06em;
}
.section h2 {
  margin: 0.8rem 0 0; font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 800; line-height: 1.15; letter-spacing: -0.02em;
}
.section-sub {
  margin: 0.6rem 0 0; color: var(--ink-soft); font-size: 1.05rem;
}

/* ─── Features grid ─── */
.features-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}
.feature-card {
  background: var(--bg-card); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 1.5rem;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.feature-card:hover {
  border-color: var(--line-strong); transform: translateY(-4px);
  box-shadow: var(--shadow-glow);
}
.feature-icon {
  width: 48px; height: 48px; border-radius: 14px;
  background: var(--violet-soft); border: 1px solid var(--line);
  display: grid; place-items: center; font-size: 1.4rem;
  margin-bottom: 1rem;
}
.feature-card h3 {
  margin: 0 0 0.4rem; font-size: 1.1rem; font-weight: 700;
}
.feature-card p {
  margin: 0; color: var(--ink-soft); font-size: 0.92rem;
}

/* ─── App showcase (screenshots) ─── */
.showcase { padding: 4rem 0; overflow: hidden; }
.showcase-scroll {
  display: flex; gap: 1.2rem; padding: 1rem 0;
  overflow-x: auto; scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.showcase-scroll::-webkit-scrollbar { display: none; }
.showcase-item {
  flex: 0 0 260px; scroll-snap-align: center;
  border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s, box-shadow 0.3s;
}
.showcase-item:hover {
  transform: scale(1.03);
  box-shadow: var(--shadow-lg);
}
.showcase-item img {
  width: 100%; height: auto; display: block;
}

/* ─── How it works ─── */
.steps-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1rem; counter-reset: step;
}
.step-card {
  background: var(--bg-card); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 1.5rem;
  position: relative; text-align: center;
}
.step-number {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, var(--purple), var(--purple-deep));
  color: #fff; font-weight: 800; font-size: 1.1rem;
  display: inline-grid; place-items: center;
  margin-bottom: 0.8rem;
  box-shadow: 0 4px 20px rgba(124,58,237,0.3);
}
.step-card h3 { margin: 0 0 0.4rem; font-size: 1.05rem; font-weight: 700; }
.step-card p { margin: 0; color: var(--ink-soft); font-size: 0.9rem; }

/* ─── Social proof / ratings ─── */
.proof-section {
  padding: 4rem 0;
}
.proof-banner {
  background: linear-gradient(135deg, #1e1a38 0%, #2a1f50 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl); padding: 2.5rem;
  display: grid; grid-template-columns: 1fr 1fr; gap: 2rem;
  align-items: center; box-shadow: var(--shadow-glow);
  position: relative; overflow: hidden;
}
.proof-banner::before {
  content: ''; position: absolute;
  width: 400px; height: 400px; border-radius: 50%;
  background: radial-gradient(circle, rgba(124,58,237,0.15), transparent 70%);
  right: -100px; top: -100px; pointer-events: none;
}
.proof-content h2 {
  margin: 0; font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800; line-height: 1.2;
}
.proof-content p { margin: 0.6rem 0 0; color: var(--ink-soft); }
.proof-ratings {
  display: flex; gap: 1.5rem; justify-content: center;
}
.rating-card {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-md); padding: 1.2rem 1.5rem; text-align: center;
  flex: 1;
}
.rating-card .rating-stars { color: var(--gold); font-size: 1.1rem; letter-spacing: 2px; }
.rating-card .rating-score {
  font-size: 2rem; font-weight: 900; margin: 0.3rem 0 0.1rem;
}
.rating-card .rating-store { color: var(--ink-soft); font-size: 0.82rem; font-weight: 600; }

/* ─── CTA mid-page ─── */
.cta-section { padding: 3rem 0; }
.cta-card {
  background: linear-gradient(135deg, #7c3aed 0%, #5b21b6 100%);
  border-radius: var(--radius-xl); padding: 3rem;
  text-align: center; position: relative; overflow: hidden;
}
.cta-card::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(255,255,255,0.08), transparent 50%),
    radial-gradient(circle at 80% 30%, rgba(255,255,255,0.06), transparent 40%);
  pointer-events: none;
}
.cta-card h2 {
  margin: 0; font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 800; position: relative;
}
.cta-card p {
  margin: 0.6rem 0 0; opacity: 0.9; font-size: 1.05rem;
  position: relative;
}
.cta-card .store-row { justify-content: center; position: relative; }

/* ─── Guides preview ─── */
.guides-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}
.guide-card {
  background: var(--bg-card); border: 1px solid var(--line);
  border-radius: var(--radius-lg); overflow: hidden;
  transition: border-color 0.3s, transform 0.3s;
}
.guide-card:hover {
  border-color: var(--line-strong); transform: translateY(-3px);
}
.guide-card-thumb {
  height: 160px; overflow: hidden;
  background: linear-gradient(135deg, #1e1a38, #2a1f50);
}
.guide-card-thumb img { width: 100%; height: 100%; object-fit: cover; }
.guide-card-body { padding: 1.1rem; }
.guide-card-body h3 { margin: 0 0 0.35rem; font-size: 1.02rem; font-weight: 700; }
.guide-card-body h3 a { color: var(--ink); }
.guide-card-body h3 a:hover { color: var(--purple-light); text-decoration: none; }
.guide-card-body p { margin: 0; color: var(--ink-soft); font-size: 0.88rem; }
.guide-tag {
  display: inline-flex; margin-top: 0.6rem;
  padding: 0.2rem 0.5rem; border-radius: 999px;
  background: var(--violet-soft); color: var(--purple-light);
  font-size: 0.72rem; font-weight: 700;
}

/* ─── FAQ ─── */
.faq-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 1rem; max-width: 900px; margin: 0 auto;
}
.faq-card {
  background: var(--bg-card); border: 1px solid var(--line);
  border-radius: var(--radius-md); padding: 1.3rem;
}
.faq-card h3 { margin: 0 0 0.5rem; font-size: 1rem; font-weight: 700; }
.faq-card p { margin: 0; color: var(--ink-soft); font-size: 0.9rem; }

/* ─── Footer ─── */
.site-footer {
  margin-top: 2rem; border-top: 1px solid var(--line);
  background: rgba(13, 11, 26, 0.95); padding: 3rem 0 0;
}
.footer-grid {
  display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: 1.5rem;
}
.footer-brand { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.6rem; }
.footer-brand img { width: 32px; height: 32px; border-radius: 8px; }
.footer-brand span { font-weight: 800; font-size: 1.1rem; }
.footer-text { color: var(--ink-muted); font-size: 0.88rem; max-width: 300px; }
.footer-title { margin: 0 0 0.6rem; font-size: 0.85rem; font-weight: 700; color: var(--ink-soft); text-transform: uppercase; letter-spacing: 0.06em; }
.footer-links {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 0.4rem;
}
.footer-links a { color: var(--ink-muted); font-size: 0.88rem; transition: color 0.2s; }
.footer-links a:hover { color: var(--purple-light); text-decoration: none; }
.footer-bottom {
  border-top: 1px solid var(--line); margin-top: 2rem;
  padding: 1rem 0; color: var(--ink-muted); font-size: 0.82rem;
  display: flex; justify-content: space-between; align-items: center;
}
.footer-legal-links { display: flex; gap: 1rem; }
.footer-legal-links a { color: var(--ink-muted); font-size: 0.82rem; }

/* ─── Country guide links ─── */
.country-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0.8rem;
}
.country-link {
  display: flex; align-items: center; gap: 0.5rem;
  background: var(--bg-card); border: 1px solid var(--line);
  border-radius: var(--radius-sm); padding: 0.7rem 0.9rem;
  color: var(--ink); font-weight: 600; font-size: 0.9rem;
  transition: border-color 0.2s, background 0.2s;
}
.country-link:hover {
  border-color: var(--line-strong); background: var(--bg-card-hover);
  text-decoration: none;
}

/* ─── Responsive ─── */
@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: 1fr; text-align: center; gap: 2rem; }
  .hero-content { max-width: 100%; margin: 0 auto; }
  .hero-sub { margin-inline: auto; }
  .hero-stats { justify-content: center; }
  .store-row { justify-content: center; }
  .phone-showcase { width: 260px; }
  .phone-float-left { left: -40px; width: 160px; }
  .phone-float-right { right: -40px; width: 160px; }
  .features-grid, .guides-grid { grid-template-columns: 1fr 1fr; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .proof-banner { grid-template-columns: 1fr; text-align: center; }
  .proof-ratings { justify-content: center; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .nav-toggle { display: inline-flex; }
  .nav-links {
    display: none; width: 100%; flex-direction: column;
    align-items: flex-start; padding-top: 0.5rem;
    border-top: 1px solid var(--line);
  }
  .nav-links.open { display: flex; }
  .nav-actions { display: none; }
  .topbar { flex-wrap: wrap; min-height: 60px; }
  .hero { padding: 2.5rem 0 2rem; }
  .hero h1 { font-size: clamp(1.8rem, 6vw, 2.6rem); }
  .features-grid, .faq-grid, .guides-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .proof-banner { padding: 1.5rem; }
  .proof-ratings { flex-direction: column; gap: 0.8rem; }
  .cta-card { padding: 2rem 1.2rem; }
  .phone-float { display: none; }
  .phone-showcase { width: 240px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 0.5rem; text-align: center; }
}

@media (max-width: 480px) {
  .store-row { flex-direction: column; }
  .store-row .btn-store { width: 100%; }
  .showcase-item { flex: 0 0 220px; }
  .country-grid { grid-template-columns: 1fr; }
  .hero-stats { flex-direction: column; gap: 0.6rem; align-items: center; }
}

/* ─── Article pages (keep existing functionality) ─── */
.page-hero { padding: 4rem 0 2rem; }
.page-hero .container {
  border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 1.5rem; background: var(--bg-card);
}
.article-wrap { padding: 2rem 0 3rem; }
.article-layout {
  display: grid; grid-template-columns: minmax(0, 1fr) 280px;
  gap: 1.25rem; align-items: start;
}
.article {
  background: var(--bg-card); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 1.5rem;
  box-shadow: var(--shadow-sm);
}
.article h1, .article h2, .article h3 { line-height: 1.25; scroll-margin-top: 96px; }
.article h1 { margin-top: 0; font-size: clamp(1.7rem, 3.5vw, 2.4rem); font-weight: 800; }
.article h2 { margin-top: 1.5rem; margin-bottom: 0.5rem; font-size: clamp(1.2rem, 2.8vw, 1.6rem); font-weight: 700; }
.article h3 { margin-top: 1rem; margin-bottom: 0.3rem; font-size: 1.1rem; font-weight: 700; }
.article p, .article li { color: var(--ink-soft); }
.article ul, .article ol { padding-left: 1.1rem; }
.article .lede { font-size: 1.05rem; color: var(--ink-soft); }

.aside-card {
  position: sticky; top: 80px;
  background: var(--bg-card); border: 1px solid var(--line);
  border-radius: var(--radius-md); padding: 1rem;
}
.aside-card h2 { margin-top: 0; margin-bottom: 0.6rem; font-size: 1rem; font-weight: 700; }
.aside-card ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.4rem; }
.aside-card a { color: var(--ink-soft); font-size: 0.88rem; }
.aside-card a:hover { color: var(--purple-light); }

.breadcrumb { margin-bottom: 0.8rem; color: var(--ink-soft); font-size: 0.85rem; }
.breadcrumb ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 0.4rem; }
.breadcrumb li::after { content: '/'; margin-left: 0.4rem; color: var(--ink-muted); }
.breadcrumb li:last-child::after { content: ''; }
.breadcrumb a { color: var(--ink-soft); }

.meta-row { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 0.7rem; }
.meta-chip {
  background: var(--violet-soft); border: 1px solid var(--line);
  border-radius: 999px; font-size: 0.75rem; font-weight: 700;
  color: var(--purple-light); padding: 0.25rem 0.5rem;
}

.checklist { margin: 1rem 0; padding: 0.9rem; border-radius: var(--radius-sm); border: 1px solid rgba(34,197,94,0.3); background: rgba(34,197,94,0.06); }
.callout { margin: 1rem 0; padding: 0.9rem; border-radius: var(--radius-sm); border: 1px solid var(--line-strong); background: var(--bg-card); }

.value-table { width: 100%; border-collapse: collapse; margin-top: 0.9rem; font-size: 0.92rem; }
.value-table th, .value-table td { border: 1px solid var(--line-strong); padding: 0.55rem; text-align: left; }
.value-table th { background: var(--surface); }

.media-card { margin: 1rem 0; border: 1px solid var(--line); border-radius: var(--radius-md); overflow: hidden; background: var(--bg-card); }
.media-card img { width: 100%; max-height: 360px; object-fit: cover; }
.media-caption { padding: 0.8rem; font-size: 0.88rem; }
.media-caption p { margin: 0.2rem 0; }

.article-hero { margin: 1rem 0 1.2rem; padding: 1rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--bg-card); display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem; align-items: stretch; }
.article-hero-body { padding: 0.1rem 0.2rem; }
.article-hero-eyebrow { margin: 0; display: inline-flex; border-radius: 999px; background: var(--violet-soft); color: var(--purple-light); font-size: 0.72rem; letter-spacing: 0.07em; text-transform: uppercase; font-weight: 800; padding: 0.25rem 0.5rem; }
.article-hero-title { margin: 0.5rem 0 0; font-size: clamp(1.1rem, 2.2vw, 1.4rem); line-height: 1.25; font-weight: 700; }
.article-hero-copy { margin: 0.5rem 0 0; color: var(--ink-soft); font-size: 0.92rem; }
.article-hero-media { margin: 0; border-radius: 14px; overflow: hidden; background: var(--surface); border: 1px solid var(--line); }
.article-hero-media img { width: 100%; height: 100%; min-height: 200px; max-height: 380px; object-fit: cover; }

.article-hero-standalone { margin: 1.5rem 0; border-radius: 14px; overflow: hidden; background: var(--bg-card); border: 1px solid var(--line); }
.article-hero-standalone img { width: 100%; height: auto; max-height: 400px; object-fit: cover; display: block; }
.article-hero-standalone .media-caption { padding: 0.5rem 1rem; font-size: 0.78rem; color: var(--ink-muted); }

.inline-figure { margin: 1rem 0; width: min(340px, 45%); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: var(--bg-card); }
.inline-figure--left { float: left; margin-right: 1rem; }
.inline-figure--right { float: right; margin-left: 1rem; }
.inline-figure img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.article::after { content: ''; display: table; clear: both; }

.related-guides { margin-top: 1rem; border-top: 1px solid var(--line); padding-top: 0.8rem; }
.related-guides h3 { margin-top: 0; }
.note { font-size: 0.88rem; color: var(--ink-soft); }
.tag-row { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 0.5rem; }
.tag { display: inline-flex; border-radius: 999px; border: 1px solid var(--line); background: var(--violet-soft); color: var(--purple-light); font-size: 0.72rem; font-weight: 700; padding: 0.25rem 0.45rem; }

.guide-list { margin-top: 1.2rem; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.guide-controls { margin-top: 1.2rem; display: grid; grid-template-columns: 1.6fr 1fr; gap: 0.8rem; align-items: center; }
.search-input { width: 100%; border: 1px solid var(--line-strong); border-radius: 999px; background: var(--bg-card); font: inherit; color: var(--ink); padding: 0.7rem 1rem; }
.filter-row { display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: flex-end; }
.filter-btn { border: 1px solid var(--line-strong); background: var(--bg-card); color: var(--ink-soft); border-radius: 999px; padding: 0.44rem 0.7rem; font: inherit; font-size: 0.8rem; font-weight: 700; cursor: pointer; }
.filter-btn.active { border-color: var(--purple); background: var(--violet-soft); color: var(--purple-light); }
.read-time { color: var(--ink-muted); font-size: 0.8rem; font-weight: 600; }
.empty-state { margin-top: 1rem; padding: 0.9rem; border: 1px dashed var(--line-strong); border-radius: 14px; background: var(--bg-card); color: var(--ink-soft); display: none; }

.store-cta-strip { padding: 0.25rem 0; }
.store-cta-strip-inner { border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--bg-card); padding: 0.8rem 1rem; display: flex; align-items: center; justify-content: space-between; gap: 0.9rem; flex-wrap: wrap; }
.store-cta-strip-inner p { margin: 0; color: var(--ink-soft); font-size: 0.9rem; }

.download-cta-card { margin-top: 1.2rem; border: 1px solid var(--line); border-radius: var(--radius-md); padding: 1rem; background: var(--bg-card); }
.download-cta-card h2, .download-cta-card h3 { margin: 0.3rem 0 0; font-size: clamp(1.2rem, 2.5vw, 1.6rem); line-height: 1.25; font-weight: 700; }
.download-cta-eyebrow { margin: 0; display: inline-flex; border-radius: 999px; background: var(--violet-soft); color: var(--purple-light); font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 800; padding: 0.25rem 0.5rem; }
.download-cta-copy { margin: 0.5rem 0 0; color: var(--ink-soft); font-size: 0.92rem; }
.download-cta-proof { margin: 0.6rem 0 0; color: var(--green); font-size: 0.84rem; font-weight: 700; }
.download-cta-card .store-cta-row { margin-top: 0.8rem; }
.store-cta-row { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 0.7rem; }
.download-cta-inline { margin-top: 1.2rem; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--bg-card); padding: 1rem; }
.download-cta-inline h2, .download-cta-inline h3 { margin: 0; font-size: clamp(1.1rem, 2.3vw, 1.3rem); line-height: 1.25; font-weight: 700; }
.download-cta-inline p { margin: 0.4rem 0 0; color: var(--ink-soft); }
.download-cta-inline .store-cta-row { margin-top: 0.7rem; }

.guide-list .download-cta-card { margin-top: 0; }
.guide-list .download-cta-card h3 { font-size: 1.2rem; }

.banner { margin-top: 1.4rem; border-radius: var(--radius-lg); padding: 1.2rem; background: linear-gradient(128deg, var(--purple-deep), var(--purple)); color: #fff; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.banner h3 { margin: 0; font-size: 1.2rem; font-weight: 700; }
.banner p { margin: 0.3rem 0 0; opacity: 0.9; }
.banner .btn-secondary { border-color: rgba(255,255,255,0.5); background: rgba(255,255,255,0.12); color: #fff; }

.store-cta-label { margin: 0.8rem 0 0; color: var(--ink-soft); font-size: 0.88rem; font-weight: 600; }

.image-placeholder { min-height: 160px; border: 1px dashed var(--line-strong); border-radius: var(--radius-sm); background: var(--bg-card); }

@media (max-width: 1020px) {
  .article-layout, .guide-controls { grid-template-columns: 1fr; }
  .aside-card { position: static; }
  .article-hero { grid-template-columns: 1fr; }
  .guide-list { grid-template-columns: 1fr; }
  .filter-row { justify-content: flex-start; }
}
@media (max-width: 860px) {
  .store-cta-strip-inner { justify-content: flex-start; }
  .inline-figure { width: 100%; float: none; margin: 1rem 0; }
  .banner { flex-direction: column; align-items: flex-start; }
}
