:root {
  --yellow: #ffd200;
  --black: #070707;
  --ink: #191919;
  --muted: #626262;
  --line: #dfdfdf;
  --soft: #f4f4f0;
  --white: #fff;
  --max: 1120px;
  --radius: 8px;
  --shadow: 0 22px 54px rgba(0,0,0,.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(0,0,0,.025) 1px, transparent 1px) 0 0 / 80px 80px,
    linear-gradient(180deg, #fff 0%, #f7f7f3 100%);
  line-height: 1.5;
}
::selection { background: var(--yellow); color: var(--black); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.wrap { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid var(--line);
  border-top: 4px solid var(--yellow);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}
.nav-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 950;
  text-transform: uppercase;
}
.nav-logo {
  width: 58px;
  height: auto;
  object-fit: contain;
}
.nav-cta { flex: 0 0 auto; }
.menu-toggle { display: none; }
.hamburger { display: none; }
.mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--black);
  color: var(--yellow);
}
.links { display: flex; gap: 14px; font-size: 13px; font-weight: 850; letter-spacing: .01em; }
.links a { padding: 8px 0; }
.links a:hover { box-shadow: inset 0 -3px var(--yellow); }
.nav-item { position: relative; }
.nav-item > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.nav-item > a::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
}
.submenu {
  position: absolute;
  top: calc(100% + 10px);
  left: -12px;
  min-width: 245px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 18px 42px rgba(0,0,0,.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}
.nav-item:hover .submenu,
.nav-item:focus-within .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.submenu a {
  display: block;
  padding: 10px 12px;
  border-radius: 6px;
}
.submenu a:hover {
  background: var(--soft);
  box-shadow: none;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 6px;
  border: 1px solid var(--black);
  background: var(--black);
  color: white;
  font-weight: 900;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  text-transform: uppercase;
  letter-spacing: .02em;
}
.btn.yellow { background: var(--yellow); color: var(--black); border-color: var(--yellow); }
.btn.light { background: var(--white); color: var(--black); border-color: var(--line); }
.btn:hover { transform: translateY(-1px); box-shadow: 0 12px 24px rgba(0,0,0,.12); }
.hero {
  position: relative;
  min-height: 680px;
  display: grid;
  align-items: center;
  padding: 96px 0 74px;
  background: url("https://megagym.rs/wp-content/uploads/2023/09/Zemun-Teretana-Mega-Gym.webp") center / cover;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.70) 48%, rgba(0,0,0,.30) 100%),
    linear-gradient(180deg, rgba(0,0,0,.22), rgba(0,0,0,.70));
}
.hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42%;
  height: 8px;
  background: var(--yellow);
}
.hero .wrap {
  position: relative;
  z-index: 1;
  padding-left: 26px;
  border-left: 8px solid var(--yellow);
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 34px; height: 6px; border-radius: 99px; background: var(--yellow); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 820px; margin-bottom: 20px; font-size: 78px; line-height: .92; font-weight: 950; text-transform: uppercase; color: var(--black); }
h2 { margin-bottom: 18px; font-size: 44px; line-height: 1; font-weight: 950; text-transform: uppercase; color: var(--black); }
h3 { margin-bottom: 8px; font-size: 23px; line-height: 1.15; }
.lead { max-width: 680px; margin-bottom: 24px; font-size: 20px; color: #333; }
.hero h1 { color: white; text-shadow: 0 12px 34px rgba(0,0,0,.32); }
.hero .lead { color: rgba(255,255,255,.88); }
.hero .eyebrow { color: white; }
section { padding: 76px 0; border-bottom: 1px solid var(--line); }
.band {
  background:
    linear-gradient(135deg, rgba(255,210,0,.16) 0%, transparent 34%),
    linear-gradient(90deg, rgba(0,0,0,.035) 1px, transparent 1px) 0 0 / 92px 92px,
    linear-gradient(180deg, rgba(255,255,255,.8), rgba(244,244,240,.95)),
    var(--soft);
}
.dark {
  background:
    linear-gradient(135deg, rgba(255,210,0,.16), transparent 30%),
    linear-gradient(180deg, #060606, #131313),
    var(--black);
  color: white;
}
.dark h1, .dark h2, .dark h3 { color: white; }
.dark p, .dark .small { color: #d5d5d5; }
.head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}
.head h2 { max-width: 760px; }
.head p { max-width: 520px; margin-bottom: 0; color: var(--muted); }
.dark .head p { color: #d5d5d5; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.grid-2 > div:not(.card):not(.media-card),
.grid-2 > article:not(.card) {
  min-width: 0;
}
.grid-2 > div:not(.card):not(.media-card):not(.impact-copy) {
  align-self: center;
}
.grid-2 > div:not(.card):not(.media-card):not(.impact-copy) > p:not(.lead) {
  margin-bottom: 12px;
  padding-left: 16px;
  border-left: 3px solid rgba(255,210,0,.62);
}
.dark .grid-2 > div:not(.card):not(.media-card):not(.impact-copy) > p:not(.lead) {
  border-left-color: var(--yellow);
}
.card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255,255,255,1), rgba(255,255,255,.94)),
    linear-gradient(135deg, rgba(255,210,0,.10), transparent 45%);
  padding: 24px;
  box-shadow: 0 14px 34px rgba(0,0,0,.05);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--yellow);
  opacity: 0;
  transition: opacity .18s ease;
}
.dark .card { background: #151515; border-color: #2c2c2c; }
.card:hover {
  transform: translateY(-3px);
  border-color: rgba(0,0,0,.18);
  box-shadow: var(--shadow);
}
.card:hover::before { opacity: 1; }
.price-card { border-top: 6px solid var(--black); }
.price-card h3,
.price-card h2 { text-transform: none; }
.price-card.featured {
  border-top-color: var(--yellow);
  background:
    linear-gradient(135deg, rgba(255,210,0,.16), transparent 48%),
    linear-gradient(180deg, #090909, #171717);
  color: white;
  box-shadow: 0 20px 45px rgba(0,0,0,.16);
}
.price-card.featured h2,
.price-card.featured h3,
.price-card.featured .price { color: var(--yellow); }
.price-card.featured p,
.price-card.featured .small { color: #e3e3e3; }
.price { margin: 8px 0 14px; font-size: 40px; line-height: 1; font-weight: 950; color: var(--black); }
.dark .price { color: var(--yellow); }
.small { color: var(--muted); font-size: 14px; }
.list { padding: 0; margin: 18px 0 0; list-style: none; }
.list li { display: flex; gap: 10px; margin: 9px 0; }
.list li::before { content: ""; width: 8px; min-width: 8px; height: 8px; margin-top: 8px; border-radius: 50%; background: var(--yellow); }
.kpi { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-radius: var(--radius); overflow: hidden; background: var(--black); color: white; }
.kpi div { padding: 24px; border-left: 1px solid rgba(255,255,255,.14); }
.kpi div:first-child { border-left: 0; }
.kpi strong { display: block; font-size: 30px; color: var(--yellow); line-height: 1; }
.stats-showcase {
  padding: 0 0 44px;
  border-bottom: 0;
  margin-top: -54px;
  position: relative;
  z-index: 2;
  background: transparent;
}
.stats-showcase .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border-radius: 8px;
  background: #050505;
  color: white;
  box-shadow: 0 22px 54px rgba(0,0,0,.22);
}
.stat-block {
  min-height: 172px;
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 34px 42px;
  border-left: 1px solid rgba(255,255,255,.16);
  background: linear-gradient(180deg, rgba(255,255,255,.045), transparent);
}
.stat-block:first-child { border-left: 0; }
.stat-number {
  color: var(--yellow);
  font-size: 54px;
  line-height: .9;
  font-weight: 950;
}
.stat-title {
  color: var(--yellow);
  font-size: 25px;
  line-height: 1;
  font-weight: 950;
}
.stat-copy {
  font-size: 18px;
  font-weight: 750;
}
.tagrow { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 18px; }
.tag { display: inline-flex; padding: 8px 12px; border: 1px solid var(--line); border-radius: 99px; background: white; font-size: 13px; font-weight: 850; }
.dark .tag { background: #1d1d1d; border-color: #333; color: white; }
.mobile-note {
  border-left: 6px solid var(--yellow);
  background: #fff9cf;
  padding: 18px;
  border-radius: var(--radius);
  font-weight: 800;
}
.mock-phone {
  max-width: 360px;
  margin-left: auto;
  border: 10px solid #111;
  border-radius: 28px;
  background: white;
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(0,0,0,.18);
}
.phone-top { padding: 16px; background: var(--black); color: white; font-weight: 900; }
.phone-body { padding: 16px; display: grid; gap: 12px; }
.phone-card { padding: 14px; border: 1px solid var(--line); border-radius: 7px; }
.phone-card strong { display: block; }
.footer { padding: 34px 0; background: #050505; color: white; }
.site-footer {
  padding: 54px 0;
  background: #050505;
  color: white;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 28px;
}
.footer-logo {
  width: 150px;
  height: auto;
  margin-bottom: 18px;
}
.site-footer h3 {
  color: white;
  margin-bottom: 14px;
  font-size: 18px;
}
.site-footer p {
  color: #d7d7d7;
}
.site-footer a {
  display: block;
  color: #d7d7d7;
  margin: 8px 0;
}
.site-footer a:hover { color: var(--yellow); }
.photo {
  width: 100%;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  object-fit: cover;
  box-shadow: var(--shadow);
}
.photo.tall { height: 420px; }
.photo.mid { height: 280px; }
.photo.small { height: 190px; }
.logo-img { max-width: 190px; height: auto; }
.tile-card {
  min-height: 320px;
  display: grid;
  align-content: end;
  padding: 0;
  overflow: hidden;
  color: white;
}
.tile-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .28s ease;
}
.tile-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.88));
}
.tile-card:hover img { transform: scale(1.04); }
.tile-card div {
  position: relative;
  z-index: 1;
  padding: 22px;
  background: transparent;
}
.tile-card h3 { color: white; text-transform: uppercase; font-size: 22px; }
.tile-card p { color: rgba(255,255,255,.84); }
.trainer-card { padding: 0; overflow: hidden; }
.trainer-card img { width: 100%; height: 330px; object-fit: cover; object-position: top center; }
.trainer-card div { padding: 18px; background: linear-gradient(180deg, white, #f7f7f3); }
.article {
  max-width: 840px;
  margin: 0 auto;
  font-size: 18px;
}
.article h3 {
  margin-top: 36px;
  padding-left: 14px;
  border-left: 6px solid var(--yellow);
}
.article p { margin-bottom: 18px; }
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.gallery img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 8px; border: 1px solid var(--line); box-shadow: 0 12px 28px rgba(0,0,0,.08); }
.slider-strip { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 14px; }
.slider-strip img { width: 100%; height: 360px; object-fit: cover; border-radius: var(--radius); border: 1px solid var(--line); }
.location-logo {
  min-height: 210px;
  display: grid;
  place-items: center;
  text-align: center;
  background: linear-gradient(180deg, #fff, #f8f8f4);
}
.location-logo img { width: 100%; max-height: 96px; object-fit: contain; padding: 8px; filter: drop-shadow(0 8px 18px rgba(0,0,0,.08)); }
.location-logo h3 { font-size: 18px; text-transform: uppercase; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.split-list { display: grid; gap: 12px; margin-top: 18px; }
.row-card {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.row-card:last-child { border-bottom: 0; }
.row-card strong { color: var(--black); }
.row-card span:last-child { text-align: right; font-weight: 900; }
.dark .row-card { border-color: #2d2d2d; }
.dark .row-card strong { color: white; }
.image-wide {
  min-height: 340px;
  border-radius: var(--radius);
  background: url("https://megagym.rs/wp-content/uploads/2023/09/Zemun-Teretana-Mega-Gym.webp") center / cover;
  border: 1px solid var(--line);
}
.section-label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  color: var(--muted);
}
.contact-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 14px; }
.contact-actions .btn { min-height: 40px; padding-inline: 14px; }
.mini-nav {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  background: white;
}
.mini-nav a {
  flex: 0 0 auto;
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 99px;
  font-size: 13px;
  font-weight: 850;
}
.feature-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.feature-box {
  min-height: 250px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.90)),
    linear-gradient(135deg, rgba(255,210,0,.22), transparent 44%);
  box-shadow: 0 18px 42px rgba(0,0,0,.075);
}
.feature-box h3 { text-transform: uppercase; }
.feature-icon {
  width: 52px;
  height: 52px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--black);
  font-size: 13px;
  font-weight: 950;
}
.content-stack {
  display: grid;
  align-content: center;
  gap: 12px;
}
.content-stack p { margin-bottom: 0; }
.content-stack p:first-of-type {
  padding-left: 16px;
  border-left: 5px solid var(--yellow);
  color: #303030;
  font-weight: 650;
}
.dark .content-stack p:first-of-type { color: #f0f0f0; }
.media-card {
  min-height: 100%;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}
.media-card img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  border-radius: 6px;
}
.impact-panel {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 20px;
  align-items: stretch;
}
.impact-copy {
  display: grid;
  align-content: center;
  padding: 34px;
  border-radius: 8px;
  background: var(--black);
  color: white;
}
.impact-copy h2 { color: white; }
.impact-copy p { color: #d8d8d8; }
.impact-list {
  display: grid;
  gap: 12px;
}
.impact-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 14px 34px rgba(0,0,0,.045);
}
.impact-item span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--black);
  font-weight: 950;
}
.impact-item h3 {
  margin-bottom: 4px;
  font-size: 20px;
}
.impact-item p { margin-bottom: 0; color: var(--muted); }
.program-rail {
  display: grid;
  grid-template-columns: 1.1fr .9fr .9fr;
  gap: 16px;
}
.program-card {
  min-height: 340px;
  display: grid;
  align-content: end;
  padding: 24px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  color: white;
  background: var(--black) center / cover;
  box-shadow: var(--shadow);
}
.program-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.86));
}
.program-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 62px rgba(0,0,0,.18);
}
.program-card > * {
  position: relative;
  z-index: 1;
}
.program-card h3 {
  color: white;
  text-transform: uppercase;
  font-size: 28px;
}
.program-card p {
  max-width: 360px;
  color: rgba(255,255,255,.84);
}
.article {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  border-top: 6px solid var(--yellow);
  background:
    linear-gradient(180deg, white, #fbfbf8);
  box-shadow: 0 16px 38px rgba(0,0,0,.045);
}
.article h2 {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.article p { max-width: 760px; }
.band .article { background: rgba(255,255,255,.82); }
.article p:first-of-type {
  font-size: 20px;
  color: #333;
}
.sticky-mobile-cta { display: none; }

@media (max-width: 860px) {
  .wrap { width: min(100% - 28px, var(--max)); }
  .nav-inner { min-height: auto; padding: 14px 0; align-items: center; gap: 12px; }
  .hamburger {
    order: 2;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: white;
    cursor: pointer;
  }
  .hamburger span {
    width: 20px;
    height: 2px;
    display: block;
    background: var(--black);
  }
  .links {
    order: 4;
    width: 100%;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 12px 0 2px;
    border-top: 1px solid var(--line);
  }
  .menu-toggle:checked ~ .links { display: flex; }
  .links a {
    width: 100%;
    padding: 12px 0;
  }
  .links a:hover { box-shadow: inset 4px 0 var(--yellow); padding-left: 10px; }
  .nav-item { width: 100%; }
  .nav-item > a { justify-content: space-between; }
  .submenu {
    position: static;
    min-width: 0;
    padding: 0 0 4px 14px;
    margin: 0 0 6px;
    border: 0;
    border-left: 3px solid var(--yellow);
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .submenu a { padding: 9px 0; border-radius: 0; }
  .nav-logo { width: 50px; }
  .nav-cta { display: none; }
  .hero { min-height: 520px; padding: 68px 0 44px; background-position: 58% center; }
  .hero::before {
    background:
      linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.66) 100%),
      linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.78));
  }
  .hero .wrap { padding-left: 18px; border-left-width: 6px; }
  h1 { font-size: 48px; }
  h2 { font-size: 34px; }
  .lead { font-size: 18px; }
  section { padding: 54px 0; }
  .head { display: block; }
  .grid-2, .grid-3, .grid-4, .kpi, .impact-panel, .program-rail { grid-template-columns: 1fr; }
  .feature-strip,
  .stats-showcase .wrap { grid-template-columns: 1fr; }
  .stat-block {
    min-height: 128px;
    padding: 24px;
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.16);
  }
  .stat-block:first-child { border-top: 0; }
  .stat-number { font-size: 42px; }
  .stat-title { font-size: 22px; }
  .stat-copy { font-size: 16px; }
  .feature-box { min-height: auto; padding: 22px; }
  .media-card img { min-height: 280px; }
  .program-card { min-height: 280px; }
  .tile-card { min-height: 280px; }
  .impact-copy { padding: 24px; }
  .impact-item { grid-template-columns: 40px 1fr; padding: 16px; }
  .impact-item span { width: 40px; height: 40px; }
  .footer-grid { grid-template-columns: 1fr; }
  .gallery,
  .slider-strip {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
  }
  .gallery img,
  .slider-strip img {
    flex: 0 0 82%;
    scroll-snap-align: start;
    height: 260px;
    aspect-ratio: auto;
  }
  .photo.tall { height: 360px; }
  .photo.mid { height: 230px; }
  .kpi div { border-left: 0; border-top: 1px solid rgba(255,255,255,.14); }
  .kpi div:first-child { border-top: 0; }
  .mock-phone { margin: 24px auto 0; }
  .btn { width: 100%; }
  .hero-actions, .contact-actions { display: grid; grid-template-columns: 1fr; }
  .row-card { display: grid; gap: 4px; }
  .row-card span:last-child { text-align: left; }
  .sticky-mobile-cta {
    position: sticky;
    bottom: 0;
    z-index: 20;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 10px 14px;
    background: rgba(255,255,255,.96);
    border-top: 1px solid var(--line);
  }
  .sticky-mobile-cta .btn { min-height: 42px; padding: 0 10px; font-size: 14px; }
}

@media (max-width: 420px) {
  h1 { font-size: 40px; }
  h2 { font-size: 30px; }
  .brand { font-size: 19px; }
  .card { padding: 20px; }
}
