/* Copeland's Chandler Drug — design system
   Brand: #263A7C (navy, canonical) / #E8AF47 (gold accent)
   Fonts: Bitter (display) + Libre Franklin (body)
   Icons: Lucide inline SVG, 24x24, stroke, currentColor */
*, *::before, *::after { box-sizing: border-box; }
:root {
  --brand: #263A7C;
  --brand-dark: #1C2B5E;
  --gold: #E8AF47;
  --gold-deep: #8A6112; /* AA-safe on white for small text accents */
  --ink: #1F2433;
  --muted: #4B5265;
  --line: #DCE0EA;
  --bg: #FFFFFF;
  --bg-soft: #F5F7FB;
  --bg-warm: #FBF6EC;
  --radius: 10px;
  --shadow: 0 1px 2px rgba(31,36,51,.06), 0 8px 24px rgba(38,58,124,.08);
  --maxw: 72rem;
}
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
body {
  margin: 0; background: var(--bg); color: var(--ink);
  font-family: "Libre Franklin", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 1rem; line-height: 1.65;
}
h1, h2, h3, h4 { font-family: "Bitter", Georgia, serif; line-height: 1.2; color: var(--brand-dark); margin: 0 0 .5em; }
h1 { font-size: clamp(1.9rem, 4.5vw, 2.75rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2rem); }
h3 { font-size: 1.2rem; }
p { margin: 0 0 1em; }
a { color: var(--brand); }
a:hover { color: var(--brand-dark); }
img { max-width: 100%; height: auto; display: block; }
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 1.25rem; }
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--brand); color: #fff; padding: .75rem 1.25rem; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; color: #fff; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
.btn:focus-visible, a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--brand); outline-offset: 2px; }
.topbar a:focus-visible, .site-footer a:focus-visible, .hero a:focus-visible, .btn-primary:focus-visible { outline-color: var(--gold); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  min-height: 44px; padding: .6rem 1.15rem; border-radius: var(--radius);
  font-weight: 600; text-decoration: none; border: 2px solid transparent;
  font-size: 1rem; cursor: pointer; transition: background .15s ease, color .15s ease, border-color .15s ease, transform .1s ease;
}
.btn svg { width: 20px; height: 20px; flex: none; }
.btn-primary { background: var(--brand); color: #fff; }
.btn-primary:hover { background: var(--brand-dark); color: #fff; transform: translateY(-1px); }
.btn-gold { background: var(--gold); color: #1F2433; }
.btn-gold:hover { background: #DDA22F; color: #1F2433; transform: translateY(-1px); }
.btn-outline { border-color: var(--brand); color: var(--brand); background: transparent; }
.btn-outline:hover { background: var(--brand); color: #fff; }
.btn-ghost-light { border-color: rgba(255,255,255,.7); color: #fff; background: transparent; }
.btn-ghost-light:hover { background: rgba(255,255,255,.14); color: #fff; }

/* Top bar */
.topbar { background: var(--brand-dark); color: #fff; font-size: .875rem; }
.topbar .container { display: flex; flex-wrap: wrap; gap: .35rem 1.25rem; align-items: center; min-height: 38px; padding-top: .3rem; padding-bottom: .3rem; }
.topbar a { color: #fff; text-decoration: none; display: inline-flex; align-items: center; gap: .4rem; }
.topbar a:hover { text-decoration: underline; color: #fff; }
.topbar svg { width: 15px; height: 15px; }
.open-now { display: inline-flex; align-items: center; gap: .45rem; margin-left: auto; }
.open-dot { width: 9px; height: 9px; border-radius: 50%; background: #9AA3B8; flex: none; }
.open-now.is-open .open-dot { background: #4ADE80; }
.open-now.is-closed .open-dot { background: #F87171; }
.topbar-hours { display: none; }
@media (min-width: 768px) { .topbar-hours { display: inline-flex; } }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 100; background: #fff;
  border-bottom: 1px solid var(--line); box-shadow: 0 1px 8px rgba(31,36,51,.06);
}
.site-header .container { display: flex; align-items: center; gap: 1rem; min-height: 72px; padding-top: 1.25rem; padding-bottom: 1.25rem; }
.logo-link { display: inline-flex; align-items: center; gap: .6rem; text-decoration: none; flex: none; }
.logo-link img { height: 130px; width: auto; }
.primary-nav { display: none; }
.header-ctas { display: none; }
.header-call { margin-left: auto; display: inline-flex; }
.hamburger {
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; border: 1px solid var(--line); border-radius: var(--radius);
  background: #fff; color: var(--brand); cursor: pointer;
}
.hamburger svg { width: 26px; height: 26px; }
@media (min-width: 1024px) {
  .hamburger, .header-call { display: none; }
  .primary-nav { display: flex; align-items: center; gap: .25rem; }
  .primary-nav > a, .nav-dd > button {
    display: inline-flex; align-items: center; gap: .3rem; padding: .55rem .8rem;
    color: var(--ink); text-decoration: none; font-weight: 600; font-size: .975rem;
    background: none; border: 0; border-radius: 8px; cursor: pointer; font-family: inherit; line-height: 1.4;
  }
  .primary-nav > a:hover, .nav-dd > button:hover { background: var(--bg-soft); color: var(--brand-dark); }
  .nav-dd { position: relative; }
  .nav-dd > button svg { width: 16px; height: 16px; transition: transform .15s; }
  .nav-dd.open > button svg { transform: rotate(180deg); }
  .dd-menu {
    position: absolute; top: calc(100% + 6px); left: 0; min-width: 17rem; background: #fff;
    border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow);
    padding: .5rem; display: none; z-index: 110;
  }
  .nav-dd.open .dd-menu { display: block; }
  .dd-menu a { display: flex; align-items: center; gap: .65rem; padding: .55rem .65rem; border-radius: 8px; text-decoration: none; color: var(--ink); font-weight: 500; }
  .dd-menu a:hover { background: var(--bg-soft); color: var(--brand-dark); }
  .dd-menu svg { width: 20px; height: 20px; color: var(--brand); flex: none; }
  .dd-sep { border-top: 1px solid var(--line); margin: .4rem .25rem; }
  .dd-note { font-size: .8rem; color: var(--muted); padding: .25rem .65rem .35rem; margin: 0; }
  .header-ctas { display: flex; gap: .5rem; margin-left: auto; }
  .header-ctas .btn { min-height: 42px; padding: .45rem .9rem; font-size: .925rem; }
}

/* Mobile drawer */
.drawer-backdrop {
  position: fixed; inset: 0; background: rgba(23,28,44,.5); z-index: 140;
  opacity: 0; pointer-events: none; transition: opacity .15s ease;
}
.drawer-backdrop.show { opacity: 1; pointer-events: auto; }
.drawer {
  position: fixed; top: 0; right: 0; bottom: 0; width: 100%; max-width: 100%;
  background: #fff; z-index: 150; transform: translateX(100%);
  transition: transform .2s ease-out; overflow-y: auto; padding: 1rem 1.25rem 2rem;
  visibility: hidden;
}
@media (min-width: 640px) { .drawer { max-width: 400px; } }
.drawer.open { transform: translateX(0); visibility: visible; }
.drawer-top { display: flex; justify-content: flex-end; }
.drawer-close {
  width: 48px; height: 48px; border: 1px solid var(--line); border-radius: var(--radius);
  background: #fff; color: var(--brand); cursor: pointer; display: inline-flex; align-items: center; justify-content: center;
}
.drawer-close svg { width: 24px; height: 24px; }
.drawer-brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; color: var(--brand-dark); font-family: "Bitter", serif; font-weight: 700; font-size: 1.05rem; margin: .25rem 0 1rem; }
.drawer-brand img { height: 100px; width: auto; }
.drawer-nav a { display: flex; align-items: center; min-height: 48px; padding: .75rem .5rem; border-bottom: 1px solid var(--line); color: var(--ink); text-decoration: none; font-weight: 600; }
.drawer-services > button {
  display: flex; align-items: center; justify-content: space-between; width: 100%;
  min-height: 48px; padding: .75rem .5rem; border: 0; border-bottom: 1px solid var(--line);
  background: none; font: inherit; font-weight: 600; color: var(--ink); cursor: pointer;
}
.drawer-services > button svg { width: 18px; height: 18px; transition: transform .15s; }
.drawer-services.open > button svg { transform: rotate(180deg); }
.drawer-services ul { list-style: none; margin: 0; padding: 0; display: none; }
.drawer-services.open ul { display: block; }
.drawer-services ul a { padding-left: 1.25rem; font-weight: 500; display: flex; align-items: center; gap: .6rem; }
.drawer-services ul a svg { width: 18px; height: 18px; flex: none; color: var(--brand); }
.drawer-ctas { display: flex; flex-direction: column; gap: .6rem; margin: 1.25rem 0; }
.drawer-ctas .btn { width: 100%; }
.drawer-hours { background: var(--bg-soft); border-radius: var(--radius); padding: .9rem 1rem; font-size: .925rem; }
.drawer-hours strong { color: var(--brand-dark); }

/* Sticky bottom CTA bar (mobile) */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 120; display: none;
  grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line);
  border-top: 1px solid var(--line);
  padding-bottom: env(safe-area-inset-bottom);
  transform: translateY(110%); transition: transform .2s ease;
}
.sticky-cta.show { transform: translateY(0); }
.sticky-cta a {
  display: flex; align-items: center; justify-content: center; gap: .5rem;
  min-height: 60px; text-decoration: none; font-weight: 700; font-size: 1rem;
}
.sticky-cta svg { width: 20px; height: 20px; }
.sticky-cta .cta-call { background: #fff; color: var(--brand); }
.sticky-cta .cta-refill { background: var(--brand); color: #fff; }
@media (max-width: 1023.98px) { .sticky-cta { display: grid; } body { padding-bottom: 0; } }

/* Hero */
.hero { position: relative; background: var(--brand-dark); color: #fff; overflow: hidden; }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 18%; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(24,33,68,.92) 0%, rgba(24,33,68,.78) 45%, rgba(24,33,68,.45) 100%); }
.hero-inner { position: relative; padding: 7rem 0 7.5rem; max-width: 60rem; }
.hero h1 { color: #fff; margin-bottom: .35em; }
.hero .tagline { font-size: clamp(1.05rem, 2.2vw, 1.3rem); color: #F1E7CF; margin-bottom: 1.35em; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: .75rem; margin-bottom: 1.1rem; }
.hero-meta { display: flex; flex-wrap: wrap; gap: .4rem 1.4rem; font-size: .95rem; align-items: center; }
.hero-meta a { color: #fff; font-weight: 600; display: inline-flex; align-items: center; gap: .45rem; }
.hero-meta svg { width: 17px; height: 17px; }
.hero-open { display: inline-flex; align-items: center; gap: .45rem; }
@media (max-width: 639.98px) { .hero-inner { padding: 3.5rem 0 3.75rem; } }

/* Page hero band (interior pages) */
.page-hero { position: relative; background: var(--brand-dark); color: #fff; overflow: hidden; }
.page-hero .hero-media::after { background: linear-gradient(100deg, rgba(24,33,68,.9), rgba(24,33,68,.55)); }
.page-hero .hero-inner { padding: 2.75rem 0 3rem; }
.page-hero h1 { color: #fff; }
.page-hero p { color: #EDE9DB; max-width: 40rem; }
.breadcrumbs { font-size: .85rem; margin-bottom: .8rem; }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: .35rem; margin: 0; padding: 0; }
.breadcrumbs a { color: #D9DEF0; }
.breadcrumbs li + li::before { content: "/"; margin-right: .35rem; color: #8E99BE; }
.breadcrumbs [aria-current] { color: #fff; }

/* Sections */
.section { padding: 3.25rem 0; }
.section-soft { background: var(--bg-soft); }
.section-warm { background: var(--bg-warm); }
.section-head { max-width: 46rem; margin-bottom: 1.75rem; }
.eyebrow { display: block; font-size: .85rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: .4rem; }

/* Cards / grids */
.grid { display: grid; gap: 1.25rem; }
@media (min-width: 640px) { .grid-2 { grid-template-columns: 1fr 1fr; } .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .grid-3 { grid-template-columns: repeat(3, 1fr); } .grid-4 { grid-template-columns: repeat(4, 1fr); } }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.4rem; box-shadow: 0 1px 2px rgba(31,36,51,.04);
  display: flex; flex-direction: column; gap: .45rem;
}
a.card { text-decoration: none; color: inherit; transition: border-color .15s, box-shadow .15s, transform .12s; }
a.card:hover { border-color: var(--brand); box-shadow: var(--shadow); transform: translateY(-2px); color: inherit; }
.card-icon {
  width: 48px; height: 48px; border-radius: 12px; background: var(--bg-soft);
  color: var(--brand); display: inline-flex; align-items: center; justify-content: center; margin-bottom: .35rem;
}
.card-icon svg { width: 24px; height: 24px; }
.card h3 { margin-bottom: .15rem; }
.card p { color: var(--muted); font-size: .95rem; margin: 0; }
.card .card-more { color: var(--brand); font-weight: 600; font-size: .9rem; margin-top: auto; padding-top: .5rem; display: inline-flex; align-items: center; gap: .3rem; }
.card .card-more svg { width: 16px; height: 16px; }

/* Hours table */
.hours-table { width: 100%; border-collapse: collapse; max-width: 30rem; }
.hours-table caption { text-align: left; font-weight: 700; font-family: "Bitter", serif; font-size: 1.1rem; color: var(--brand-dark); padding-bottom: .6rem; }
.hours-table th, .hours-table td { text-align: left; padding: .55rem .75rem; border-bottom: 1px solid var(--line); font-size: .975rem; }
.hours-table th { font-weight: 600; color: var(--ink); width: 45%; }
.hours-table td { color: var(--muted); }
.hours-table tr.today th, .hours-table tr.today td { background: var(--bg-warm); color: var(--brand-dark); font-weight: 700; }

/* Trust strip */
.trust { display: grid; gap: 1rem; }
@media (min-width: 768px) { .trust { grid-template-columns: repeat(3, 1fr); } }
.trust-item { display: flex; gap: .8rem; align-items: flex-start; }
.trust-item svg { width: 26px; height: 26px; color: var(--gold-deep); flex: none; margin-top: .15rem; }
.trust-item strong { display: block; color: var(--brand-dark); }
.trust-item span { color: var(--muted); font-size: .95rem; }


/* Split layouts */
.split { display: grid; gap: 2rem; align-items: center; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; } }
.split img { border-radius: var(--radius); box-shadow: var(--shadow); }

/* Contact */
.contact-list { list-style: none; margin: 0 0 1.5rem; padding: 0; display: grid; gap: .8rem; }
.contact-list li { display: flex; gap: .75rem; align-items: flex-start; }
.contact-list svg { width: 22px; height: 22px; color: var(--brand); flex: none; margin-top: .2rem; }
.contact-list a { font-weight: 600; }
.map-wrap { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); }
.map-wrap iframe { display: block; width: 100%; height: 380px; border: 0; }

/* Steps */
.steps { list-style: none; counter-reset: step; margin: 0; padding: 0; display: grid; gap: 1rem; max-width: 44rem; }
.steps li { counter-increment: step; display: flex; gap: 1rem; align-items: flex-start; }
.steps li::before {
  content: counter(step); flex: none; width: 40px; height: 40px; border-radius: 50%;
  background: var(--brand); color: #fff; font-weight: 700; display: inline-flex; align-items: center; justify-content: center;
  font-family: "Bitter", serif;
}
.steps strong { color: var(--brand-dark); }

/* Badges row */
.store-badges { display: flex; flex-wrap: wrap; gap: .9rem; align-items: center; }
.store-badges img { height: 48px; width: auto; }

/* CTA band */
.cta-band { background: var(--brand); color: #fff; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #D9DEF0; }
.cta-band .section-head { margin-bottom: 1.25rem; }

/* Affiliations */
.affil { display: flex; flex-wrap: wrap; gap: .6rem; list-style: none; margin: 0; padding: 0; }
.affil li { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: .4rem .95rem; font-size: .9rem; color: var(--muted); }

/* Footer */
.site-footer { background: var(--brand-dark); color: #C9D0E4; font-size: .95rem; margin-top: 0; }
.footer-grid { display: grid; gap: 2rem; padding: 3rem 0 2rem; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: 1.3fr 1fr 1fr 1.2fr; } }
.site-footer h2 { color: #fff; font-size: 1rem; font-family: "Libre Franklin", sans-serif; text-transform: uppercase; letter-spacing: .06em; margin-bottom: .8rem; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .45rem; }
.site-footer a { color: #E4E8F4; text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.footer-addr { font-style: normal; display: grid; gap: .45rem; }
.footer-addr a { display: inline-flex; gap: .5rem; align-items: flex-start; }
.footer-addr svg { width: 17px; height: 17px; flex: none; margin-top: .25rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.15); padding: 1.1rem 0 1.3rem; font-size: .85rem; display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; align-items: center; }
.footer-bottom a { color: #C9D0E4; }
.footer-social { display: inline-flex; gap: .6rem; margin-left: auto; }
.footer-social a { display: inline-flex; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; align-items: center; justify-content: center; }
.footer-social svg { width: 18px; height: 18px; }

/* Misc */
.check-list { list-style: none; margin: 0 0 1.25rem; padding: 0; display: grid; gap: .5rem; }
.check-list li { display: flex; gap: .6rem; align-items: flex-start; }
.check-list svg { width: 20px; height: 20px; color: var(--gold-deep); flex: none; margin-top: .25rem; }
.notice { background: var(--bg-warm); border-left: 4px solid var(--gold); border-radius: 0 var(--radius) var(--radius) 0; padding: 1rem 1.2rem; max-width: 46rem; }
.prose { max-width: 46rem; }
.prose h2 { margin-top: 1.75em; }
.prose ul { padding-left: 1.25rem; }
.center { text-align: center; }
.center .section-head { margin-left: auto; margin-right: auto; }
.mt-1 { margin-top: 1rem; } .mt-2 { margin-top: 2rem; }

/* On-the-go app band (homepage) */
.app-band {
  background: linear-gradient(115deg, var(--brand-dark) 0%, #2F4694 55%, #3A55AE 100%);
  color: #fff; position: relative; overflow: hidden;
}
.app-band::before, .app-band::after {
  content: ""; position: absolute; border-radius: 50%; pointer-events: none;
  background: radial-gradient(circle, rgba(232,175,71,.28), rgba(232,175,71,0) 70%);
}
.app-band::before { width: 420px; height: 420px; top: -160px; right: -120px; }
.app-band::after { width: 320px; height: 320px; bottom: -140px; left: -100px; }
.app-band .container { position: relative; }
.app-band h2 { color: #fff; }
.app-band p { color: #E8ECF9; }
.eyebrow-gold { color: var(--gold); }
.app-band .store-badges { margin-top: 1.35rem; }
.app-band .store-badges a { display: inline-flex; border-radius: 10px; transition: transform .15s ease, box-shadow .15s ease; }
.app-band .store-badges a:hover { transform: translateY(-3px); box-shadow: 0 10px 22px rgba(0,0,0,.35); }
.app-perks { list-style: none; padding: 0; margin: 0; display: grid; gap: .8rem; }
.app-perks li {
  display: flex; align-items: center; gap: .85rem; font-weight: 600;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px; padding: .95rem 1.1rem; backdrop-filter: blur(2px);
}
.app-perks li svg { width: 22px; height: 22px; flex: none; color: var(--gold); }

/* Hero heading polish */
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  background: rgba(232,175,71,.16); border: 1px solid rgba(232,175,71,.45);
  color: var(--gold); font-weight: 700; font-size: .85rem; letter-spacing: .09em; text-transform: uppercase;
  padding: .45rem .95rem; border-radius: 999px; margin-bottom: 1.15rem;
  animation: hero-rise .6s ease both;
}
.hero-eyebrow svg { width: 16px; height: 16px; }
.hero h1 {
  font-size: clamp(2.5rem, 5.5vw, 4rem); line-height: 1.06; letter-spacing: -.01em;
  text-shadow: 0 3px 24px rgba(10,16,40,.45);
  animation: hero-rise .6s ease .08s both;
}
.hero h1::after {
  content: ""; display: block; width: 84px; height: 5px; border-radius: 3px;
  background: linear-gradient(90deg, var(--gold), rgba(232,175,71,.25));
  margin-top: .45em;
}
.hero .tagline {
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  animation: hero-rise .6s ease .16s both;
}
.hero .tagline em { font-style: normal; color: var(--gold); font-weight: 600; }
.hero-ctas, .hero-meta { animation: hero-rise .6s ease .24s both; }
@keyframes hero-rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
  .hero-eyebrow, .hero h1, .hero .tagline, .hero-ctas, .hero-meta { animation: none; }
}

/* Dynamic hero image: slow Ken Burns drift + livelier overlay */
.hero .hero-media img {
  animation: hero-kenburns 22s ease-in-out infinite alternate;
  will-change: transform;
}
@keyframes hero-kenburns {
  from { transform: scale(1.02) translate(0, 0); }
  to { transform: scale(1.12) translate(-1.8%, -2.2%); }
}
.hero-media::after {
  background:
    radial-gradient(60% 90% at 85% 20%, rgba(232,175,71,.14), rgba(232,175,71,0) 65%),
    linear-gradient(100deg, rgba(24,33,68,.93) 0%, rgba(24,33,68,.78) 45%, rgba(24,33,68,.42) 100%);
}
@media (prefers-reduced-motion: reduce) {
  .hero .hero-media img { animation: none; }
}

/* Trust strip overlapping hero */
.trust-strip { position: relative; z-index: 5; margin-top: -3.25rem; }
.trust-strip-grid {
  display: grid; gap: 1rem; grid-template-columns: 1fr;
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  box-shadow: 0 18px 44px rgba(31,36,51,.14);
  padding: 1.4rem 1.5rem;
}
@media (min-width: 768px) { .trust-strip-grid { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; } }
.trust-strip .trust-item { display: flex; gap: .85rem; align-items: flex-start; }
.trust-strip .trust-item > svg { width: 26px; height: 26px; flex: none; color: var(--gold); margin-top: .15rem; }
.trust-strip .trust-item strong { display: block; color: var(--brand-dark); margin-bottom: .2rem; }
.trust-strip .trust-item span span { color: var(--muted); font-size: .95rem; }
/* extra room at hero bottom for the overlap */
.hero .hero-inner { padding-bottom: 9.5rem; }

/* Keep hero title on one line on larger screens */
.hero h1 { font-size: clamp(2.2rem, 4.6vw, 3.6rem); }
@media (min-width: 900px) { .hero h1 { white-space: nowrap; } }

/* Vendor transfer form embed */
.transfer-embed { max-width: 46rem; margin: 0 auto; }
.transfer-embed iframe { width: 100%; border: 0; min-height: 620px; }
.transferApp > div { min-height: 620px; }


/* Legal pages */
.legal-prose { max-width: 50rem; }
.legal-prose h2 { margin-top: 2rem; }

/* App download card on /app/ */
.app-download-card {
  display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap;
  background: #fff; border: 1px solid var(--line); border-radius: 18px;
  box-shadow: 0 14px 34px rgba(31,36,51,.12); padding: 1.75rem 2rem;
}
.app-download-card > img { width: 92px; height: 92px; border-radius: 22px; border: 1px solid var(--line); box-shadow: 0 8px 22px rgba(31,36,51,.14); }
.app-download-copy { flex: 1 1 18rem; }
.app-download-copy h2 { margin: 0 0 .35rem; }
.app-download-copy p { margin: 0; color: var(--muted); }
.app-download-card .store-badges { margin: 0; }
.steps-heading { margin-top: 0; }
