/* ==========================================================
   SBDB — Rural and Urban Connecting Private Limited
   Light theme. Purple (#7B1FA2) used as an ACCENT, not a flood.
   Only two areas of the page are filled dark: the download
   band and the footer. Everything else breathes on white.
   ========================================================== */

:root {
  --brand:      #7B1FA2;   /* your app colour */
  --brand-deep: #4A148C;
  --brand-tint: #F4EEF9;   /* barely-there purple wash */
  --plum:       #1F1226;   /* footer — near-black plum */

  --amber:      #FFB300;
  --amber-soft: #FFD166;
  --amber-tint: #FFF6E3;

  --ink:   #241A2B;
  --muted: #61566B;
  --paper: #FFFFFF;
  --soft:  #FAF8FB;
  --cream: #FFFBF3;
  --line:  #E9E4EE;

  --shell: 1180px;
  --r: 16px;

  --display: "Tiro Devanagari Marathi", Georgia, serif;
  --body: "Archivo", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 84px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--brand); outline-offset: 3px; border-radius: 4px; }

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

.skip {
  position: absolute; left: -9999px;
  background: var(--brand-deep); color: #fff;
  padding: 12px 18px; z-index: 999; border-radius: 0 0 8px 0;
}
.skip:focus { left: 0; top: 0; }

/* ---------- Type ---------- */

h1, h2, h3 {
  font-family: var(--display);
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: -0.01em;
  margin: 0 0 .5em;
}
h1 { font-size: clamp(2.3rem, 5.6vw, 4rem); }
h2 { font-size: clamp(1.8rem, 3.8vw, 2.75rem); }
h3 { font-size: clamp(1.12rem, 2vw, 1.32rem); }

p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

.lede { font-size: clamp(1.04rem, 1.7vw, 1.22rem); color: var(--muted); max-width: 62ch; }

/* Milestone marker — shaped after the roadside kilometre stones
   that mark the way between villages. */
.milestone {
  display: inline-block;
  background: var(--brand-tint);
  color: var(--brand-deep);
  border: 1px solid #E3D6EF;
  border-radius: 15px 15px 3px 3px;
  padding: .45rem .9rem .4rem;
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 1.4rem;
}
.milestone.on-dark {
  background: rgba(255,255,255,.13);
  border-color: rgba(255,255,255,.22);
  color: var(--amber-soft);
}
.milestone.on-amber { background: #fff; border-color: #F0DCAE; color: #7A4E00; }

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex; align-items: center; gap: .6rem;
  padding: .9rem 1.5rem;
  border-radius: 999px;
  font-weight: 600; font-size: .95rem;
  text-decoration: none;
  border: 1.5px solid transparent;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease, border-color .18s ease, color .18s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn svg { flex: none; }

.btn-gold { background: var(--amber); color: #3B2400; box-shadow: 0 10px 24px -14px rgba(255,179,0,1); }
.btn-gold:hover { background: var(--amber-soft); }

.btn-dark { background: var(--brand); color: #fff; box-shadow: 0 10px 24px -14px rgba(123,31,162,.9); }
.btn-dark:hover { background: var(--brand-deep); }

.btn-ghost { border-color: var(--line); color: var(--ink); background: #fff; }
.btn-ghost:hover { border-color: var(--brand); color: var(--brand); }

.btn-ghost-light { border-color: rgba(255,255,255,.42); color: #fff; }
.btn-ghost-light:hover { border-color: #fff; background: rgba(255,255,255,.12); }

/* ---------- Header ---------- */

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.header-row { display: flex; align-items: center; gap: 1.5rem; min-height: 74px; }

.brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; margin-right: auto; }
.brand img { height: 44px; width: auto; max-width: 120px; object-fit: contain; }
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-name { font-family: var(--body); font-weight: 800; font-size: 1.4rem; letter-spacing: -.01em; color: var(--brand-deep); }
.brand-tag {
  font-size: .72rem; font-weight: 700; letter-spacing: .04em;
  color: var(--brand); margin-top: .1rem;
}
.brand-sub {
  font-size: .58rem; letter-spacing: .1em; text-transform: uppercase;
  color: #7A4E00; font-weight: 700; margin-top: .15rem;
}
@media (max-width: 560px) {
  .brand img { height: 36px; }
  .brand-name { font-size: 1.1rem; }
  .brand-sub { display: none; }
}

#primary-nav { display: flex; align-items: center; gap: 1.7rem; }
#primary-nav a { text-decoration: none; font-size: .93rem; font-weight: 500; color: var(--ink); padding: .25rem 0; position: relative; }
#primary-nav a:hover { color: var(--brand); }
#primary-nav a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -2px;
  height: 2px; background: var(--amber); transform: scaleX(0);
  transform-origin: left; transition: transform .2s ease;
}
#primary-nav a:hover::after { transform: scaleX(1); }
/* The in-menu CTA exists only for the mobile drawer. On desktop the
   header CTA is the single call to action — never show both. */
#primary-nav .btn { display: none; color: #fff; }
#primary-nav .btn::after { display: none; }

.header-cta { padding: .66rem 1.2rem; font-size: .88rem; }

.nav-toggle {
  display: none; background: none; border: 1.5px solid var(--line);
  border-radius: 10px; width: 44px; height: 44px; cursor: pointer;
  align-items: center; justify-content: center;
}
.nav-toggle span { display: block; width: 19px; height: 1.5px; background: var(--ink); position: relative; }
.nav-toggle span::before, .nav-toggle span::after {
  content: ""; position: absolute; left: 0; width: 19px; height: 1.5px; background: var(--ink);
}
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after { top: 6px; }

@media (max-width: 940px) {
  .nav-toggle { display: flex; }
  .header-cta { display: none; }
  #primary-nav {
    display: none; position: absolute; left: 0; right: 0; top: 100%;
    flex-direction: column; align-items: stretch; gap: 0;
    background: #fff; border-bottom: 1px solid var(--line);
    padding: .5rem 24px 1.5rem;
    box-shadow: 0 18px 30px -22px rgba(36,26,43,.4);
  }
  #primary-nav.is-open { display: flex; }
  #primary-nav a { padding: .95rem 0; border-bottom: 1px solid var(--line); }
  #primary-nav a::after { display: none; }
  #primary-nav .btn { display: inline-flex; margin-top: 1.1rem; justify-content: center; border-bottom: 0; }
}

/* ---------- Sections ---------- */

.section { padding: clamp(60px, 8vw, 108px) 0; }
.section-soft  { background: var(--soft); }
.section-cream { background: var(--cream); }
.section-dark {
  background:
    radial-gradient(720px 340px at 12% 0%, rgba(255,179,0,.22), transparent 62%),
    linear-gradient(150deg, var(--plum), var(--brand-deep) 72%, var(--brand));
  color: #fff;
}
.section-dark h2, .section-dark h3 { color: #fff; }
.section-dark .lede { color: rgba(255,255,255,.8); }

.section-head { max-width: 66ch; margin-bottom: clamp(2.3rem, 4.5vw, 3.6rem); }

[data-reveal] {
  opacity: 0; transform: translateY(20px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.3,1);
}
[data-reveal].is-in { opacity: 1; transform: none; }

/* ---------- Hero ---------- */

.hero {
  position: relative;
  padding: clamp(52px, 7vw, 92px) 0 clamp(44px, 6vw, 72px);
  overflow: hidden;
  background:
    radial-gradient(640px 400px at 88% -6%, rgba(255,179,0,.20), transparent 62%),
    radial-gradient(560px 420px at -4% 100%, rgba(123,31,162,.13), transparent 64%),
    #fff;
}
/* Field furrows — the ploughed rows this company grew out of */
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(100deg, transparent 0 46px, rgba(123,31,162,.045) 46px 47px);
  pointer-events: none;
}
.hero .shell { position: relative; }

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  gap: clamp(2rem, 5vw, 4.2rem);
  align-items: center;
}
@media (max-width: 940px) { .hero-grid { grid-template-columns: 1fr; gap: 2.4rem; } }

.hero h1 { max-width: 16ch; margin-bottom: 1rem; }
.hero h1 em { font-style: italic; color: var(--brand); }
.hero .lede { font-size: clamp(1.04rem, 1.8vw, 1.2rem); color: #4A4053; max-width: 52ch; }

.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.8rem; }

/* Small factual trust row — no invented numbers */
.trust {
  display: flex; flex-wrap: wrap; gap: .5rem 1.6rem;
  margin-top: 1.9rem; padding-top: 1.4rem;
  border-top: 1px solid var(--line);
  font-size: .78rem; font-weight: 600; letter-spacing: .04em; color: var(--muted);
}
.trust span { display: inline-flex; align-items: center; gap: .5rem; }
.trust svg { color: var(--brand); flex: none; }

/* ---------- Hero illustration ---------- */

.hero-art { width: 100%; height: auto; }
@media (max-width: 940px) { .hero-art { max-width: 520px; margin-inline: auto; } }

.hero-art .sky      { fill: var(--brand-tint); }
.hero-art .ground   { fill: #EFE7F5; }
.hero-art .field    { fill: #E3F0E4; }
.hero-art .roof     { fill: var(--brand); }
.hero-art .wall     { fill: #fff; stroke: #D9CCE6; stroke-width: 2; }
.hero-art .tower    { fill: var(--brand-deep); }
.hero-art .tower-2  { fill: var(--brand); }
.hero-art .win      { fill: var(--amber); }
.hero-art .leaf     { fill: #5EA36B; }
.hero-art .trunk    { fill: #8A6A4F; }
.hero-art .wire     { fill: none; stroke: #CDBBDE; stroke-width: 2.5; stroke-dasharray: 7 7; }
.hero-art .label    { fill: var(--muted); font: 700 13px var(--body); letter-spacing: .14em; }

.parcel-a, .parcel-b { offset-rotate: 0deg; }
.parcel-a {
  offset-path: path("M150 214 C 235 128, 330 128, 415 206");
  animation: travel-a 5.2s cubic-bezier(.5,0,.5,1) infinite;
}
.parcel-b {
  offset-path: path("M415 246 C 330 320, 235 320, 150 250");
  animation: travel-b 5.2s cubic-bezier(.5,0,.5,1) infinite;
  animation-delay: 1.1s;
}
@keyframes travel-a {
  0%   { offset-distance: 0%;   opacity: 0; }
  12%  { opacity: 1; }
  88%  { opacity: 1; }
  100% { offset-distance: 100%; opacity: 0; }
}
@keyframes travel-b {
  0%   { offset-distance: 0%;   opacity: 0; }
  12%  { opacity: 1; }
  88%  { opacity: 1; }
  100% { offset-distance: 100%; opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .parcel-a, .parcel-b { display: none; }
}
@supports not (offset-path: path("M0 0 L1 1")) {
  .parcel-a, .parcel-b { display: none; }
}

/* ---------- Two-way exchange (the signature block) ---------- */

.exchange {
  margin-top: clamp(2.6rem, 5vw, 4rem);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: clamp(1rem, 2.5vw, 1.8rem);
  align-items: stretch;
}
@media (max-width: 860px) { .exchange { grid-template-columns: 1fr; } }

.flow {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 1.7rem 1.6rem;
  position: relative;
  overflow: hidden;
}
.flow::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px;
}
.flow-up::before   { background: linear-gradient(var(--brand), var(--amber)); }
.flow-down::before { background: linear-gradient(var(--amber), var(--brand)); }

.flow-dir {
  display: inline-flex; align-items: center; gap: .45rem;
  font-size: .68rem; letter-spacing: .14em; text-transform: uppercase;
  font-weight: 700; color: var(--brand); margin-bottom: .8rem;
}
.flow-dir svg { flex: none; }
.flow-down .flow-dir { color: #A06A00; }

.flow h3 { margin-bottom: .55rem; }
.flow p { font-size: .96rem; color: var(--muted); margin: 0; }
.flow ul { margin: .9rem 0 0; padding-left: 1.05rem; font-size: .92rem; color: var(--muted); }
.flow li { margin-bottom: .3rem; }
.flow-up li::marker { color: var(--brand); }
.flow-down li::marker { color: var(--amber); }

/* Centre swap badge */
.swap {
  align-self: center;
  display: grid; place-items: center;
  width: 58px; height: 58px; border-radius: 50%;
  background: var(--brand); color: #fff;
  box-shadow: 0 10px 26px -14px rgba(123,31,162,1);
  flex: none;
}
@media (max-width: 860px) {
  .swap { justify-self: center; transform: rotate(90deg); }
}

/* ---------- Amber strip ---------- */

.strip { background: var(--amber); color: #3B2400; padding: 1.05rem 0; }
.strip-inner {
  display: flex; flex-wrap: wrap; gap: .5rem 2.1rem;
  justify-content: center; align-items: center;
  font-size: .73rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 700;
}
.strip-inner span { display: inline-flex; align-items: center; gap: .65rem; }
.strip-inner span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--brand); }

/* ---------- Ad scroller ---------- */

.ads { padding: clamp(48px, 6vw, 76px) 0; background: var(--soft); overflow: hidden; }
.ads-head {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 1rem; flex-wrap: wrap; margin-bottom: 1.8rem;
}
.ads-head h2 { margin: 0; font-size: clamp(1.5rem, 3vw, 2.1rem); }
.ads-head p { margin: 0; font-size: .93rem; color: var(--muted); }

.ads-viewport {
  position: relative;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}
.ads-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: ad-marquee 52s linear infinite;
}
.ads-viewport:hover .ads-track,
.ads-viewport:focus-within .ads-track { animation-play-state: paused; }

@keyframes ad-marquee {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(calc(-50% - 10px), 0, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .ads-viewport { overflow-x: auto; scroll-snap-type: x mandatory; -webkit-mask-image: none; mask-image: none; }
  .ads-track { animation: none; }
  .ad { scroll-snap-align: center; }
}

.ad {
  flex: none;
  width: clamp(260px, 42vw, 430px);
  border-radius: var(--r);
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 14px 32px -26px rgba(36,26,43,.7);
  transition: transform .25s ease, box-shadow .25s ease;
}
.ad:hover { transform: translateY(-4px); box-shadow: 0 22px 42px -26px rgba(36,26,43,.8); }
.ad img { width: 100%; height: auto; aspect-ratio: 900 / 560; object-fit: cover; }

/* ---------- Split layout ---------- */

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 5.5vw, 4.6rem);
  align-items: start;
}
@media (max-width: 880px) { .split { grid-template-columns: 1fr; } }

.about-body p { font-size: 1.03rem; }
.about-body p + p { margin-top: 1.1em; }

.pull {
  border-left: 4px solid var(--amber);
  padding: .2rem 0 .2rem 1.45rem;
  font-family: var(--display);
  font-size: clamp(1.22rem, 2.5vw, 1.65rem);
  line-height: 1.35;
  color: var(--brand-deep);
  margin: 1.9rem 0;
}

/* ---------- Cards ---------- */

.grid { display: grid; gap: 1.15rem; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 980px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } }

.card {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 1.85rem 1.55rem;
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.card::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px;
  background: linear-gradient(90deg, var(--brand), var(--amber));
  transform: scaleX(0); transform-origin: left;
  transition: transform .28s cubic-bezier(.2,.7,.3,1);
}
.card:hover::before { transform: scaleX(1); }
.card:hover {
  transform: translateY(-5px);
  border-color: #DCCBEA;
  box-shadow: 0 20px 40px -28px rgba(74,20,140,.6);
}
.card h3 { margin-bottom: .48rem; color: var(--brand-deep); }
.card p { font-size: .95rem; color: var(--muted); margin: 0; }

.card-icon {
  width: 44px; height: 44px; border-radius: 12px;
  background: linear-gradient(140deg, var(--brand-tint), var(--amber-tint));
  color: var(--brand);
  display: grid; place-items: center; margin-bottom: 1.1rem;
}

/* Mission / vision panels — light, on cream */
.panel {
  border-radius: var(--r);
  padding: clamp(1.8rem, 3.4vw, 2.5rem);
  background: #fff;
  border: 1px solid #F0E6D4;
}
.panel h3 { font-size: clamp(1.3rem, 2.3vw, 1.6rem); color: var(--brand-deep); margin-bottom: .65rem; }
.panel h3 span {
  display: block; font-size: .66rem; letter-spacing: .16em; text-transform: uppercase;
  font-family: var(--body); font-weight: 700; color: #A06A00; margin-bottom: .5rem;
}
.panel p { color: var(--muted); font-size: 1rem; margin: 0; }
.panel p + p { margin-top: .85rem; }

/* Chips */
.chips { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.7rem; }
.chip {
  border: 1px solid var(--line); border-radius: 999px;
  padding: .5rem 1rem; font-size: .87rem; font-weight: 600;
  background: #fff; color: var(--brand-deep);
}
.section-dark .chip { border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.1); color: #fff; }

/* ---------- News, events & posts ---------- */

.post {
  display: flex; flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.post:hover { transform: translateY(-5px); border-color: #DCCBEA; box-shadow: 0 20px 40px -28px rgba(74,20,140,.6); }
.post-media { aspect-ratio: 16 / 9; background: var(--brand-tint); overflow: hidden; }
.post-media img { width: 100%; height: 100%; object-fit: cover; }
.post-body { padding: 1.4rem 1.4rem 1.6rem; display: flex; flex-direction: column; flex: 1; }

.post-meta {
  display: flex; flex-wrap: wrap; align-items: center; gap: .55rem;
  font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 700;
  margin-bottom: .7rem;
}
.tag { border-radius: 999px; padding: .28rem .65rem; background: var(--brand-tint); color: var(--brand-deep); }
.tag-event { background: var(--amber-tint); color: #7A4E00; }
.tag-post  { background: #E6F2E8; color: #24603A; }
.post-date { color: var(--muted); font-weight: 600; letter-spacing: .06em; }

.post h3 { font-size: 1.15rem; margin-bottom: .45rem; color: var(--ink); }
.post p { font-size: .93rem; color: var(--muted); margin: 0 0 1rem; }
.post-more {
  margin-top: auto; font-size: .84rem; font-weight: 700; color: var(--brand);
  display: inline-flex; align-items: center; gap: .4rem;
}
.post:hover .post-more { gap: .65rem; }
.post-more svg { transition: transform .2s ease; }

.section-actions { margin-top: 2.4rem; display: flex; justify-content: center; }

/* Full list on news.html */
.post-list { display: grid; gap: 1.15rem; }
.post-row {
  display: grid; grid-template-columns: 190px minmax(0, 1fr);
  gap: 1.6rem; align-items: center;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  padding: 1.2rem; text-decoration: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.post-row:hover { border-color: #DCCBEA; transform: translateY(-3px); box-shadow: 0 18px 36px -28px rgba(74,20,140,.6); }
.post-row .post-media { border-radius: 10px; aspect-ratio: 16/10; }
@media (max-width: 680px) { .post-row { grid-template-columns: 1fr; } }

/* ---------- Founder ---------- */

.founder {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: end;
}
@media (max-width: 780px) { .founder { grid-template-columns: 1fr; align-items: start; } }

.quote {
  font-family: var(--display);
  font-size: clamp(1.35rem, 3vw, 2.05rem);
  line-height: 1.4;
  margin: 0 0 1.7rem;
  color: var(--ink);
  text-wrap: balance;
}
.quote::before { content: "\201C"; color: var(--amber); }
.quote::after  { content: "\201D"; color: var(--amber); }

.sig { border-top: 2px solid var(--amber); padding-top: .95rem; }
.sig strong { display: block; font-size: 1.05rem; }
.sig span { font-size: .81rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }

/* ---------- Download band ---------- */

.download { text-align: center; }
.download h2 { max-width: 21ch; margin-inline: auto; }
.download .lede { margin-inline: auto; text-align: center; }
.download .hero-actions { justify-content: center; }
.store-note { margin-top: 1.5rem; font-size: .8rem; letter-spacing: .06em; color: rgba(255,255,255,.6); }

/* ---------- Contact ---------- */

.info-list { list-style: none; margin: 0; padding: 0; }
.info-list li { padding: 1.15rem 0; border-bottom: 1px solid var(--line); }
.info-list li:first-child { padding-top: 0; }
.info-list b {
  display: block; font-size: .69rem; letter-spacing: .15em;
  text-transform: uppercase; color: var(--brand); margin-bottom: .32rem; font-weight: 700;
}
.info-list a { text-decoration: none; border-bottom: 2px solid var(--amber); }
.info-list a:hover { color: var(--brand); }

/* ---------- FAQ ---------- */

.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  cursor: pointer; list-style: none; padding: 1.3rem 2.5rem 1.3rem 0;
  font-weight: 600; font-size: 1.01rem; position: relative; transition: color .18s ease;
}
.faq summary:hover { color: var(--brand); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: .3rem; top: 50%; transform: translateY(-50%);
  font-size: 1.5rem; font-weight: 400; color: var(--brand); line-height: 1;
}
.faq details[open] summary { color: var(--brand); }
.faq details[open] summary::after { content: "\2013"; }
.faq .answer { padding: 0 2.5rem 1.45rem 0; color: var(--muted); font-size: .96rem; }
.faq .answer a { color: var(--brand); }

/* ---------- Legal / inner pages ---------- */

.legal { max-width: 76ch; }
.legal h2 { font-size: clamp(1.35rem, 2.5vw, 1.8rem); margin-top: 2.5rem; color: var(--brand-deep); }
.legal h2:first-of-type { margin-top: 0; }
.legal ul { padding-left: 1.1rem; color: var(--muted); }
.legal li { margin-bottom: .48rem; }
.legal li::marker { color: var(--amber); }
.legal a { color: var(--brand); }
.legal .updated { font-size: .77rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); font-weight: 700; }

.page-hero {
  padding: clamp(48px, 6.5vw, 80px) 0 clamp(30px, 4vw, 46px);
  background:
    radial-gradient(560px 260px at 90% 0%, rgba(255,179,0,.16), transparent 62%),
    var(--soft);
  border-bottom: 1px solid var(--line);
}
.page-hero h1 { font-size: clamp(1.95rem, 4.6vw, 3.05rem); margin-bottom: .4rem; }

/* ---------- Footer ---------- */

.site-footer {
  background: var(--plum);
  color: rgba(255,255,255,.72);
  padding: clamp(54px, 6.5vw, 80px) 0 2rem;
  border-top: 4px solid var(--amber);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.3fr;
  gap: 2.4rem;
  padding-bottom: 2.8rem;
  border-bottom: 1px solid rgba(255,255,255,.14);
}
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.1rem; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }

.footer-brand img { height: 44px; margin-bottom: 1.05rem; }
.footer-brand p { font-size: .92rem; max-width: 34ch; }
.footer-legalname { color: #fff; font-weight: 700; font-size: .95rem; margin-bottom: .5rem !important; }

.footer-col h4 {
  color: var(--amber-soft); font-size: .71rem; letter-spacing: .16em; text-transform: uppercase;
  margin: 0 0 1.05rem; font-weight: 700;
}
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin-bottom: .68rem; }
.footer-col a { text-decoration: none; font-size: .93rem; transition: color .18s ease; }
.footer-col a:hover { color: var(--amber); }

.footer-address { font-size: .92rem; font-style: normal; line-height: 1.7; }

.socials { display: flex; gap: .55rem; margin-top: 1.25rem; }
.socials a {
  width: 38px; height: 38px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.24);
  display: grid; place-items: center;
  transition: background .18s ease, border-color .18s ease, transform .18s ease, color .18s ease;
}
.socials a:hover { background: var(--amber); border-color: var(--amber); color: #3B2400; transform: translateY(-2px); }

.footer-bottom {
  display: flex; flex-wrap: wrap; gap: .8rem 2rem;
  justify-content: space-between; align-items: center;
  padding-top: 1.7rem; font-size: .81rem; color: rgba(255,255,255,.55);
}
.footer-bottom a { text-decoration: none; }
.footer-bottom a:hover { color: var(--amber); }

/* ---------- App download band: badges, phone & QR ---------- */

.appcta {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
  text-align: left;
}
@media (max-width: 900px) {
  .appcta { grid-template-columns: 1fr; text-align: center; justify-items: center; }
}

.download { text-align: left; }
.appcta-copy h2 { max-width: 16ch; margin-inline: 0; }
.appcta-copy .lede { margin-inline: 0; text-align: left; max-width: 46ch; }
@media (max-width: 900px) {
  .appcta-copy h2, .appcta-copy .lede { margin-inline: auto; text-align: center; }
}

/* Store badges */
.store-badges { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
@media (max-width: 900px) { .store-badges { justify-content: center; } }

.store-badge {
  position: relative;
  display: inline-flex; align-items: center; gap: .7rem;
  padding: .7rem 1.25rem;
  border-radius: 12px;
  background: #fff; color: #1F1226;
  border: 1.5px solid #fff;
  text-decoration: none; font-family: inherit; cursor: pointer;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.store-badge:hover { transform: translateY(-2px); }
.store-badge svg { width: 24px; height: 24px; flex: none; }
.store-badge-text { display: flex; flex-direction: column; line-height: 1.15; text-align: left; }
.store-badge-text small { font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 700; opacity: .7; }
.store-badge-text strong { font-size: 1.02rem; font-weight: 700; }

/* Coming-soon variant — clearly secondary, never looks broken */
.store-badge-soon {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.28);
  color: rgba(255,255,255,.82);
}
.store-badge-soon:hover { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.5); }
.soon-pill {
  position: absolute; top: -9px; right: -8px;
  background: var(--amber); color: #3B2400;
  font-size: .58rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
  padding: .2rem .5rem; border-radius: 999px;
}
.soon-msg {
  margin: 1rem 0 0; max-width: 44ch;
  font-size: .88rem; color: rgba(255,255,255,.78);
  border-left: 2px solid var(--amber); padding-left: .9rem;
}
@media (max-width: 900px) { .soon-msg { margin-inline: auto; text-align: left; } }

.download .store-note { margin-top: 1.4rem; text-align: left; }
@media (max-width: 900px) { .download .store-note { text-align: center; } }

/* Phone mockup */
.appcta-device { display: flex; justify-content: center; }
.phone {
  position: relative;
  width: clamp(232px, 62vw, 286px);
  aspect-ratio: 9 / 18;
  background: #150C1C;
  border-radius: 42px;
  padding: 12px;
  box-shadow:
    0 0 0 2px rgba(255,255,255,.16),
    0 40px 70px -30px rgba(0,0,0,.9);
}
.phone-notch {
  position: absolute; top: 20px; left: 50%; transform: translateX(-50%);
  width: 92px; height: 20px; border-radius: 12px; background: #150C1C; z-index: 2;
}
.phone-screen {
  height: 100%;
  background: #fff;
  border-radius: 32px;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 1rem; padding: 2.6rem 1.3rem 1.6rem;
  text-align: center;
}
.qr-title {
  margin: 0; font-size: .88rem; font-weight: 600; line-height: 1.4;
  color: var(--ink); max-width: 20ch;
}
.qr {
  padding: 10px; border-radius: 12px;
  border: 1px solid var(--line); background: #fff;
  display: grid; place-items: center; min-height: 60px;
}
.qr img, .qr canvas { display: block; }
.qr-fallback { font-size: .82rem; font-weight: 600; color: var(--brand); }
.qr-sub { margin: 0; font-size: .74rem; color: var(--muted); }