/* ===========================================================================
   AsanSat — asansat.info
   Design system: navy #12355B / gold #D8B774, warm cream ground.
   =========================================================================== */

:root {
  --navy: #12355B;
  --navy-900: #011F4B;
  --navy-700: #1c4a7a;
  --gold: #D8B774;
  --gold-600: #c29a4f;
  --gold-050: #f6efdf;
  --cream: #FBF8F2;
  --cream-2: #F4EEE2;
  --ink: #14263f;
  --muted: #5b6b80;
  --line: #e8e1d2;
  --white: #ffffff;
  --ok: #2e9d6b;

  --radius: 16px;
  --radius-lg: 26px;
  --shadow-sm: 0 2px 8px rgba(1, 31, 75, .06);
  --shadow: 0 18px 44px -20px rgba(1, 31, 75, .28);
  --shadow-gold: 0 16px 34px -14px rgba(194, 154, 79, .55);
  --maxw: 1160px;

  --font-display: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.12; color: var(--navy-900); font-weight: 800; letter-spacing: -.02em; margin: 0 0 .5em; }
p { margin: 0 0 1em; }
a { color: var(--navy); text-decoration: none; }
img, svg { max-width: 100%; }
::selection { background: var(--gold); color: var(--navy-900); }

/* ---------- language visibility ---------- */
html[data-lang="az"] .lang.en { display: none !important; }
html[data-lang="en"] .lang.az { display: none !important; }

/* ---------- layout ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.section { padding: 84px 0; }
.section--tight { padding: 60px 0; }
.center { text-align: center; }
.eyebrow {
  display: inline-block; font-family: var(--font-display); font-weight: 700;
  font-size: 13px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--gold-600); margin-bottom: 14px;
}
.section-title { font-size: clamp(28px, 4vw, 42px); margin-bottom: 14px; }
.section-lead { font-size: 18px; color: var(--muted); max-width: 620px; margin: 0 auto 8px; }
.center .section-lead { margin-inline: auto; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px; justify-content: center;
  font-family: var(--font-display); font-weight: 700; font-size: 16px;
  padding: 15px 26px; border-radius: 999px; cursor: pointer; border: 2px solid transparent;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn--gold { background: var(--gold); color: var(--navy-900); box-shadow: var(--shadow-gold); }
.btn--gold:hover { background: #e5c88a; transform: translateY(-2px); }
.btn--navy { background: var(--navy); color: #fff; }
.btn--navy:hover { background: var(--navy-700); transform: translateY(-2px); }
.btn--ghost { background: transparent; color: var(--navy); border-color: rgba(18,53,91,.22); }
.btn--ghost:hover { border-color: var(--navy); }
.btn--lg { font-size: 18px; padding: 18px 34px; }
.btn--block { display: flex; width: 100%; }

/* store badges */
.stores { display: flex; flex-wrap: wrap; gap: 14px; }
.store-badge {
  display: inline-flex; align-items: center; gap: 12px; text-align: left;
  background: var(--navy-900); color: #fff; padding: 11px 20px 11px 18px;
  border-radius: 14px; border: 1px solid rgba(255,255,255,.14);
  transition: transform .15s ease, box-shadow .2s ease; min-width: 172px;
}
.store-badge:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.store-badge svg { width: 26px; height: 26px; flex: none; }
.store-badge .sb-top { display: block; font-size: 11px; opacity: .8; letter-spacing: .02em; }
.store-badge .sb-main { display: block; font-family: var(--font-display); font-weight: 700; font-size: 18px; line-height: 1.1; }
.store-badge--light { background: #fff; color: var(--navy-900); border-color: var(--line); }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(251, 248, 242, .82); backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; gap: 26px; height: 72px; }
.brand { display: flex; align-items: center; gap: 12px; font-family: var(--font-display); font-weight: 800; font-size: 22px; color: var(--navy-900); letter-spacing: -.01em; }
.brand img { width: 50px; height: 50px; filter: drop-shadow(0 3px 8px rgba(1,31,75,.18)); }
.site-header .nav { height: 78px; }
.nav-links { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.nav-links a { font-family: var(--font-display); font-weight: 600; font-size: 15px; color: var(--navy); opacity: .82; }
.nav-links a:hover { opacity: 1; }
.nav-cta { display: flex; align-items: center; gap: 12px; }

/* language switch */
.lang-switch { display: inline-flex; background: var(--cream-2); border: 1px solid var(--line); border-radius: 999px; padding: 3px; }
.lang-switch button {
  border: 0; background: transparent; font-family: var(--font-display); font-weight: 700;
  font-size: 13px; color: var(--muted); padding: 6px 12px; border-radius: 999px; cursor: pointer;
}
.lang-switch button.is-active { background: var(--navy); color: #fff; }

.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 6px; margin-left: auto; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--navy); margin: 5px 0; border-radius: 2px; }

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; padding: 70px 0 40px; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(700px 420px at 88% -10%, rgba(216,183,116,.20), transparent 60%),
    radial-gradient(600px 500px at -5% 110%, rgba(18,53,91,.06), transparent 60%);
}
.hero .wrap { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px; background: var(--gold-050);
  color: var(--gold-600); border: 1px solid rgba(194,154,79,.3); font-weight: 700;
  font-family: var(--font-display); font-size: 13px; padding: 7px 14px; border-radius: 999px; margin-bottom: 22px;
}
.hero h1 { font-size: clamp(34px, 5vw, 56px); margin-bottom: 18px; }
.hero h1 .hl { color: var(--gold-600); }
.hero-sub { font-size: 20px; color: var(--muted); max-width: 540px; margin-bottom: 28px; }
.hero-cta { display: flex; flex-direction: column; gap: 16px; align-items: flex-start; }
.hero-trust { display: flex; align-items: center; gap: 18px; margin-top: 26px; color: var(--muted); font-size: 14px; flex-wrap: wrap; }
.hero-trust .stars { color: var(--gold-600); letter-spacing: 2px; font-size: 16px; }
.hero-trust b { color: var(--navy-900); }

/* phone mockup */
.phone-wrap { display: flex; justify-content: center; position: relative; }
.phone-wrap::after {
  content: ""; position: absolute; width: 340px; height: 340px; border-radius: 50%;
  background: radial-gradient(circle, rgba(216,183,116,.34), transparent 68%); z-index: 0;
}
.phone {
  position: relative; z-index: 1; width: 288px; height: 590px; background: #0d2846;
  border-radius: 44px; padding: 12px; box-shadow: 0 40px 80px -30px rgba(1,31,75,.6), 0 0 0 2px rgba(255,255,255,.06) inset;
}
.phone-screen { position: relative; width: 100%; height: 100%; background: var(--cream); border-radius: 34px; overflow: hidden; display: flex; flex-direction: column; }
.phone-notch { position: absolute; top: 10px; left: 50%; transform: translateX(-50%); width: 118px; height: 26px; background: #0d2846; border-radius: 0 0 16px 16px; z-index: 5; }
.ps-top { background: var(--navy); color: #fff; padding: 34px 16px 16px; }
.ps-top .ps-hi { font-size: 12px; opacity: .8; }
.ps-search { margin-top: 12px; background: rgba(255,255,255,.14); border-radius: 12px; padding: 10px 14px; font-size: 13px; color: rgba(255,255,255,.85); display: flex; align-items: center; gap: 8px; }
.ps-chips { display: flex; gap: 8px; padding: 12px 16px 4px; flex-wrap: wrap; }
.ps-chip { font-size: 11px; background: var(--gold-050); color: var(--gold-600); font-weight: 700; padding: 5px 10px; border-radius: 999px; }
.ps-card { margin: 10px 16px; background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-sm); }
.ps-card .ps-img { height: 92px; background: linear-gradient(120deg, #dfeaf5, #cddcec); position: relative; }
.ps-card .ps-tag { position: absolute; top: 8px; left: 8px; background: var(--ok); color: #fff; font-size: 10px; font-weight: 700; padding: 3px 8px; border-radius: 999px; display: flex; align-items: center; gap: 4px; }
.ps-card .ps-body { padding: 10px 12px 12px; }
.ps-card .ps-price { font-family: var(--font-display); font-weight: 800; color: var(--navy-900); font-size: 16px; }
.ps-card .ps-meta { font-size: 11px; color: var(--muted); }
.ps-card .ps-row { display: flex; gap: 10px; font-size: 10px; color: var(--muted); margin-top: 6px; }

/* ---------- logo strip / stats ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.stat { text-align: center; padding: 8px; }
.stat .num { font-family: var(--font-display); font-weight: 800; font-size: clamp(28px, 4vw, 40px); color: var(--navy-900); }
.stat .num span { color: var(--gold-600); }
.stat .lbl { color: var(--muted); font-size: 14px; }

/* ---------- section: navy band ---------- */
.band { background: var(--navy-900); color: #eaf1f8; position: relative; overflow: hidden; }
.band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(600px 300px at 90% 0%, rgba(216,183,116,.16), transparent 60%); }
.band .wrap { position: relative; }
.band h2, .band h3 { color: #fff; }
.band .eyebrow { color: var(--gold); }
.band .section-lead { color: #b9cbe0; }

/* ---------- problem cards ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.pain-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); padding: 26px; }
.pain-card .ic { width: 46px; height: 46px; border-radius: 12px; background: rgba(216,183,116,.16); display: grid; place-items: center; margin-bottom: 14px; color: var(--gold); }
.pain-card h3 { font-size: 19px; }
.pain-card p { color: #b9cbe0; margin: 0; font-size: 15px; }

/* ---------- steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; counter-reset: step; }
.step { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 34px 26px 28px; box-shadow: var(--shadow-sm); }
.step .step-n { position: absolute; top: -22px; left: 26px; width: 46px; height: 46px; border-radius: 50%; background: var(--gold); color: var(--navy-900); font-family: var(--font-display); font-weight: 800; font-size: 20px; display: grid; place-items: center; box-shadow: var(--shadow-gold); }
.step h3 { font-size: 20px; margin-top: 10px; }
.step p { color: var(--muted); margin: 0; }

/* ---------- video ---------- */
.video-card { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); background: #0d2846; aspect-ratio: 16 / 9; max-width: 900px; margin: 0 auto; }
.video-card video, .video-card iframe { width: 100%; height: 100%; display: block; border: 0; object-fit: cover; }
.video-poster { position: absolute; inset: 0; display: grid; place-items: center; cursor: pointer; background: linear-gradient(135deg, #12355B, #011F4B); }
.video-poster::after { content: ""; position: absolute; inset: 0; background: radial-gradient(500px 300px at 70% 30%, rgba(216,183,116,.22), transparent 60%); }
.video-poster .play { position: relative; z-index: 2; width: 84px; height: 84px; border-radius: 50%; background: var(--gold); display: grid; place-items: center; box-shadow: var(--shadow-gold); transition: transform .2s ease; }
.video-poster:hover .play { transform: scale(1.06); }
.video-poster .play svg { width: 30px; height: 30px; margin-left: 4px; color: var(--navy-900); }
.video-poster .vp-label { position: absolute; z-index: 2; bottom: 22px; left: 24px; color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 18px; }
.video-poster .vp-brand { position: absolute; z-index: 2; top: 22px; left: 24px; opacity: .9; }
.video-poster .vp-brand img { width: 42px; height: 42px; }

/* ---------- features ---------- */
.feature { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); transition: transform .18s ease, box-shadow .2s ease; }
.feature:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.feature .ic { width: 48px; height: 48px; border-radius: 13px; background: var(--gold-050); color: var(--gold-600); display: grid; place-items: center; margin-bottom: 16px; }
.feature .ic svg { width: 24px; height: 24px; }
.feature h3 { font-size: 19px; }
.feature p { color: var(--muted); margin: 0; font-size: 15px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

/* ---------- articles ---------- */
.article-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .18s ease, box-shadow .2s ease; }
.article-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.article-thumb { height: 168px; position: relative; overflow: hidden; }
.article-thumb .tag { position: absolute; top: 14px; left: 14px; z-index: 2; background: rgba(255,255,255,.92); color: var(--navy-900); font-family: var(--font-display); font-weight: 700; font-size: 12px; padding: 5px 12px; border-radius: 999px; }
.a-t1 { background: linear-gradient(135deg, #12355B, #1c4a7a); }
.a-t2 { background: linear-gradient(135deg, #7a5c22, #D8B774); }
.a-t3 { background: linear-gradient(135deg, #143b2e, #2e9d6b); }
.a-t4 { background: linear-gradient(135deg, #0d3b4a, #1f8fa8); }
.article-thumb .art { position: absolute; right: -10px; bottom: -10px; opacity: .22; color: #fff; }
.article-thumb .art svg { width: 150px; height: 150px; }
.article-body { padding: 22px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.article-body h3 { font-size: 20px; margin-bottom: 8px; }
.article-body p { color: var(--muted); font-size: 15px; flex: 1; }
.article-more { font-family: var(--font-display); font-weight: 700; color: var(--gold-600); font-size: 15px; display: inline-flex; align-items: center; gap: 6px; }

/* ---------- testimonials ---------- */
.tcard { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); }
.tcard .stars { color: var(--gold); letter-spacing: 2px; margin-bottom: 10px; }
.tcard p { font-size: 16px; color: var(--ink); }
.tcard .who { display: flex; align-items: center; gap: 12px; margin-top: 16px; }
.tcard .av { width: 42px; height: 42px; border-radius: 50%; background: var(--navy); color: var(--gold); display: grid; place-items: center; font-family: var(--font-display); font-weight: 800; }
.tcard .who b { color: var(--navy-900); font-family: var(--font-display); }
.tcard .who span { display: block; font-size: 13px; color: var(--muted); }

/* ---------- FAQ ---------- */
.faq { max-width: 780px; margin: 0 auto; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 4px 22px; margin-bottom: 12px; box-shadow: var(--shadow-sm); }
.faq summary { cursor: pointer; list-style: none; font-family: var(--font-display); font-weight: 700; font-size: 17px; color: var(--navy-900); padding: 16px 0; display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 24px; color: var(--gold-600); font-weight: 400; transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { color: var(--muted); margin: 0 0 16px; }

/* ---------- final CTA ---------- */
.cta-band { background: linear-gradient(135deg, var(--navy), var(--navy-900)); color: #fff; border-radius: 30px; padding: 60px 40px; text-align: center; position: relative; overflow: hidden; box-shadow: var(--shadow); }
.cta-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(500px 300px at 20% 120%, rgba(216,183,116,.22), transparent 60%), radial-gradient(500px 300px at 90% -20%, rgba(216,183,116,.16), transparent 60%); }
.cta-band > * { position: relative; }
.cta-band h2 { color: #fff; font-size: clamp(28px, 4vw, 44px); }
.cta-band p { color: #cdddee; font-size: 19px; max-width: 560px; margin: 0 auto 26px; }
.cta-band .stores { justify-content: center; }

/* ---------- footer ---------- */
.site-footer { background: var(--navy-900); color: #9fb4cc; padding: 60px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 34px; }
.footer-brand .brand { color: #fff; }
.footer-brand p { color: #8ba3bf; font-size: 14px; max-width: 280px; margin-top: 14px; }
.footer-col h4 { color: #fff; font-size: 14px; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 14px; }
.footer-col a { display: block; color: #9fb4cc; font-size: 15px; padding: 5px 0; }
.footer-col a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 40px; padding-top: 22px; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; font-size: 13px; color: #7f97b4; }
.footer-bottom .lang-switch { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.12); }
.footer-bottom .lang-switch button { color: #9fb4cc; }
.footer-bottom .lang-switch button.is-active { background: var(--gold); color: var(--navy-900); }

/* ---------- toast ---------- */
.toast { position: fixed; left: 50%; bottom: 28px; transform: translateX(-50%) translateY(24px); background: var(--navy-900); color: #fff; padding: 14px 22px; border-radius: 999px; box-shadow: var(--shadow); font-family: var(--font-display); font-weight: 600; font-size: 15px; opacity: 0; pointer-events: none; transition: opacity .25s, transform .25s; z-index: 200; }
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ---------- legal / article documents ---------- */
.doc-head { background: var(--navy-900); color: #fff; padding: 54px 0 44px; position: relative; overflow: hidden; }
.doc-head::before { content: ""; position: absolute; inset: 0; background: radial-gradient(500px 260px at 88% -10%, rgba(216,183,116,.18), transparent 60%); }
.doc-head .wrap { position: relative; }
.doc-head h1 { color: #fff; font-size: clamp(30px, 4vw, 44px); }
.doc-head .meta { color: #a9c0da; font-size: 14px; }
.doc-back { color: var(--gold); font-family: var(--font-display); font-weight: 600; font-size: 14px; display: inline-flex; align-items: center; gap: 6px; margin-bottom: 18px; }
.doc { max-width: 800px; margin: 0 auto; padding: 56px 22px 90px; }
.doc h2 { font-size: 22px; margin-top: 40px; color: var(--navy-900); }
.doc h2:first-child { margin-top: 0; }
.doc h3 { font-size: 18px; margin-top: 26px; }
.doc p, .doc li { color: #33445c; font-size: 16px; }
.doc ul { padding-left: 22px; }
.doc li { margin-bottom: 8px; }
.doc .lead { font-size: 18px; color: var(--muted); }
.legal-note { background: var(--gold-050); border: 1px solid rgba(194,154,79,.3); border-radius: 14px; padding: 16px 20px; font-size: 14px; color: #6b5a30; margin: 26px 0; }
.doc-toc { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 20px 24px; margin-bottom: 34px; box-shadow: var(--shadow-sm); }
.doc-toc b { font-family: var(--font-display); color: var(--navy-900); display: block; margin-bottom: 8px; }
.doc-toc a { color: var(--navy); display: inline-block; margin-right: 8px; font-size: 14px; }

.prose p { font-size: 17px; color: #33445c; }
.prose h2 { font-size: 26px; margin-top: 42px; }
.prose blockquote { border-left: 4px solid var(--gold); background: var(--gold-050); margin: 24px 0; padding: 14px 22px; border-radius: 0 12px 12px 0; font-size: 18px; color: #5a4b26; }
.prose .lead { font-size: 20px; line-height: 1.6; color: var(--muted); }
.inline-cta { background: var(--cream-2); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px; text-align: center; margin: 40px 0; }
.inline-cta h3 { font-size: 22px; }
.inline-cta p { color: var(--muted); margin-bottom: 18px; }

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .phone-wrap { order: -1; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
}
@media (max-width: 760px) {
  .section { padding: 60px 0; }
  .nav-links { display: none; }
  .nav-links.open { display: flex; position: absolute; top: 78px; left: 0; right: 0; flex-direction: column; align-items: flex-start; background: var(--cream); border-bottom: 1px solid var(--line); padding: 18px 22px; gap: 16px; box-shadow: var(--shadow); }
  .nav-toggle { display: block; }
  .nav-cta .btn { display: none; }
  .grid-3, .steps, .grid-2 { grid-template-columns: 1fr; }
  .stats { grid-template-columns: repeat(2, 1fr); gap: 26px; }
  .cta-band { padding: 44px 22px; }
}
@media (max-width: 480px) {
  .grid-4 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-cta .stores { width: 100%; }
  .store-badge { flex: 1; }
}

/* ===========================================================================
   Advertorial landing-page components (article pages used as ad destinations)
   =========================================================================== */

/* byline under the doc-head title */
.byline { display: flex; align-items: center; gap: 12px; margin-top: 16px; color: #a9c0da; font-size: 14px; }
.byline .av { width: 38px; height: 38px; border-radius: 50%; background: var(--gold); color: var(--navy-900); display: grid; place-items: center; font-family: var(--font-display); font-weight: 800; font-size: 15px; flex: none; }
.byline b { color: #fff; font-family: var(--font-display); font-weight: 700; }
.byline .dot { opacity: .5; }

/* value props in the closing app-sell block */
.cta-values { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 26px; margin: 0 auto 26px; max-width: 640px; }
.cta-values li { list-style: none; display: flex; align-items: center; gap: 9px; color: #dbe8f6; font-size: 16px; font-family: var(--font-display); font-weight: 600; }
.cta-values svg { width: 22px; height: 22px; color: var(--gold); flex: none; }
.cta-band .rating { margin-top: 20px; color: #cddeef; font-size: 14px; }
.cta-band .rating .stars { color: var(--gold); letter-spacing: 2px; margin-right: 6px; }

/* sticky "get the app" bar — slides up as the reader scrolls */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  background: rgba(255,255,255,.92); backdrop-filter: saturate(160%) blur(12px);
  border-top: 1px solid var(--line); box-shadow: 0 -10px 30px -14px rgba(1,31,75,.28);
  transform: translateY(120%); transition: transform .35s cubic-bezier(.2,.8,.2,1);
}
.sticky-cta.show { transform: translateY(0); }
.sticky-cta-inner { display: flex; align-items: center; gap: 16px; padding: 12px 22px; }
.sticky-cta-text { display: flex; align-items: center; gap: 12px; min-width: 0; }
.sticky-cta-text img { width: 42px; height: 42px; flex: none; }
.sticky-cta-text b { display: block; font-family: var(--font-display); color: var(--navy-900); font-size: 15px; line-height: 1.2; }
.sticky-cta-text span { display: block; font-size: 13px; color: var(--muted); }
.sticky-cta .btn { margin-left: auto; flex: none; }
.sticky-cta .sticky-close { background: none; border: 0; color: var(--muted); font-size: 22px; line-height: 1; cursor: pointer; padding: 4px 6px; flex: none; }
@media (max-width: 560px) {
  .sticky-cta-text span { display: none; }
  .sticky-cta-inner { padding: 10px 14px; gap: 10px; }
  .sticky-cta .btn { padding: 12px 18px; font-size: 15px; }
  .sticky-cta .sticky-close { display: none; }
}

/* ---------- article section photos ---------- */
/* section photo sits directly under its heading (heading -> photo -> text) */
.doc .prose h2 + .fig { margin-top: 2px; }
.doc .fig { width: 100%; aspect-ratio: 2 / 1; object-fit: cover; border-radius: 16px; display: block; margin: 18px 0 20px; box-shadow: var(--shadow-sm); background: var(--cream-2); }
.doc .fig-hero { aspect-ratio: 16 / 8; margin: 0 0 30px; }
.doc .prose h2 { scroll-margin-top: 90px; }
@media (max-width: 600px) { .doc .fig { aspect-ratio: 16 / 10; border-radius: 12px; margin-bottom: 18px; } }

/* ---------- comparison table (AsanSat vs broker) ---------- */
.compare { max-width: 860px; margin: 44px auto 0; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; background: #fff; box-shadow: var(--shadow); }
.compare-row { display: grid; grid-template-columns: 1.5fr 1fr 1fr; align-items: stretch; }
.compare-row + .compare-row { border-top: 1px solid var(--line); }
.compare-feature, .compare-us, .compare-them { padding: 16px 20px; font-size: 15.5px; display: flex; align-items: center; }
.compare-feature { font-family: var(--font-display); font-weight: 700; color: var(--navy-900); }
.compare-us { background: var(--gold-050); justify-content: center; text-align: center; font-weight: 700; color: var(--navy-900); border-left: 1px solid var(--line); border-right: 1px solid var(--line); }
.compare-them { justify-content: center; text-align: center; color: var(--muted); }
.compare-us .cico { color: var(--ok); font-weight: 800; margin-right: 6px; }
.compare-them .cico { color: #c05a5a; font-weight: 800; margin-right: 6px; }
.compare-head .compare-feature { background: transparent; }
.compare-head .compare-us { background: var(--navy); color: #fff; font-family: var(--font-display); font-size: 18px; border-color: var(--navy); }
.compare-head .compare-them { font-family: var(--font-display); font-weight: 700; color: var(--muted); font-size: 16px; }
@media (max-width: 560px) {
  .compare-feature, .compare-us, .compare-them { padding: 12px 12px; font-size: 13px; }
  .compare-row { grid-template-columns: 1.3fr 1fr 1fr; }
  .compare-head .compare-us { font-size: 15px; }
  .compare-head .compare-them { font-size: 13px; }
}
