/* =========================================================
   iplplaynow.com — global stylesheet (v1)
   Factory modules:
     - Layout 007 (mobile-app promo)
     - Homepage 101 (authority-first)
     - Menu 008 (category rail)
     - Color 002 (Mint Scorecard)
     - Typography 040 (System UI + Noto Sans Devanagari)
     - CTA 044 (rewards / Get Started + Compare)
   ========================================================= */

/* ---------- Tokens ---------- */
:root {
  --primary: #087A5B;
  --primary-ink: #06604a;
  --accent: #E28222;
  --accent-ink: #b46716;
  --background: #F2FAF6;
  --background-2: #DCF3E8;
  --surface: #FFFFFF;
  --surface-2: #F7FBF9;
  --ink: #12322B;
  --ink-2: #2c4a42;
  --muted: #55716A;
  --line: #BFE2D4;
  --line-2: #d6ece1;
  --warn: #B23A48;
  --good: #2f8f5a;
  --radius-s: 8px;
  --radius: 14px;
  --radius-l: 22px;
  --shadow-1: 0 1px 2px rgba(18,50,43,.05);
  --shadow-2: 0 6px 24px -8px rgba(18,50,43,.12);
  --maxw: 1240px;
  --gutter: 24px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 72px;
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans",
    "Noto Sans Devanagari", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--background);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--primary); text-decoration: none; }
a:hover { text-decoration: underline; }
button { font: inherit; cursor: pointer; }
hr { border: 0; border-top: 1px solid var(--line-2); margin: var(--space-6) 0; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; border-radius: 3px; }

/* ---------- Layout primitives ---------- */
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); }
.stack > * + * { margin-top: var(--space-5); }
.section { padding: var(--space-7) 0; }
.section--tight { padding: var(--space-6) 0; }
.section--wide { padding: var(--space-8) 0; }
.band { background: var(--surface); border-top: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2); }
.band--mint { background: var(--background-2); border: 0; }
.grid { display: grid; gap: var(--space-5); }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 960px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } }

/* ---------- Typography ---------- */
h1, h2, h3, h4 { color: var(--ink); line-height: 1.2; margin: 0 0 var(--space-3); }
h1 { font-size: clamp(32px, 5vw, 56px); letter-spacing: -.02em; font-weight: 700; }
h2 { font-size: clamp(26px, 3.4vw, 38px); letter-spacing: -.01em; font-weight: 700; }
h3 { font-size: clamp(20px, 2vw, 24px); font-weight: 700; }
h4 { font-size: 18px; font-weight: 700; }
p { margin: 0 0 var(--space-4); }
small, .small { font-size: 14px; }
.muted { color: var(--muted); }
.lead { font-size: 19px; line-height: 1.6; color: var(--ink-2); }
.eyebrow {
  font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--primary); font-weight: 700; margin-bottom: var(--space-3);
}
.kicker {
  display: inline-block; padding: 4px 10px; border-radius: 999px;
  background: var(--background-2); color: var(--primary-ink);
  font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
}

/* ---------- Header / nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 250;
  background: rgba(242, 250, 246, .96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.nav-bar {
  display: flex; align-items: center; gap: var(--space-5);
  padding: 14px 0;
}
.brand { display: flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 800; font-size: 18px; text-decoration: none; }
.brand-mark {
  width: 36px; height: 36px; border-radius: 10px;
  background: linear-gradient(135deg, var(--primary), var(--primary-ink));
  color: #fff; display: grid; place-items: center; font-weight: 800; font-size: 14px;
  letter-spacing: -.02em;
}
.brand-name { line-height: 1; }
.brand-tag { display: block; font-size: 11px; font-weight: 600; color: var(--muted); letter-spacing: .12em; text-transform: uppercase; margin-top: 2px; }

.main-nav { display: flex; gap: 4px; margin-left: auto; align-items: center; }
.main-nav a {
  color: var(--ink-2); font-weight: 600; font-size: 15px;
  padding: 10px 12px; border-radius: 8px;
}
.main-nav a:hover { background: var(--surface-2); text-decoration: none; color: var(--primary-ink); }
.main-nav a.cta {
  background: var(--accent); color: #fff; padding: 10px 16px; border-radius: 999px;
  font-weight: 700;
}
.main-nav a.cta:hover { background: var(--accent-ink); text-decoration: none; }

.header-right { display: flex; align-items: center; gap: 10px; }
.header-cta-ghost {
  display: inline-flex; align-items: center; gap: 6px;
  border: 1px solid var(--line); background: var(--surface);
  padding: 8px 14px; border-radius: 999px; font-weight: 700; font-size: 14px;
  color: var(--ink-2);
}
.header-cta-ghost:hover { border-color: var(--primary); color: var(--primary-ink); text-decoration: none; }

/* category rail (under header) */
.cat-rail {
  border-top: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2);
  background: var(--surface);
  overflow-x: auto; -webkit-overflow-scrolling: touch;
}
.cat-rail-inner {
  display: flex; gap: 4px; padding: 8px 0;
  white-space: nowrap;
}
.cat-rail-inner a {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 14px; border-radius: 999px; font-weight: 600; font-size: 14px;
  color: var(--ink-2);
}
.cat-rail-inner a:hover { background: var(--background); color: var(--primary-ink); text-decoration: none; }
.cat-rail-inner a.is-active { background: var(--background-2); color: var(--primary-ink); }

/* ---------- Hamburger / drawer ---------- */
.hamburger {
  display: none;
  position: relative; z-index: 300;
  width: 44px; height: 44px;
  background: transparent; border: 1px solid var(--line); border-radius: 10px;
  padding: 0; margin-left: 8px;
}
.hamburger span {
  display: block; width: 22px; height: 2px; background: var(--ink);
  margin: 4px auto; transition: transform .2s, opacity .2s;
}
.hamburger[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.hamburger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.hamburger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.mobile-drawer {
  position: fixed; inset: 0 0 0 auto;
  width: min(360px, 88vw); height: 100dvh;
  background: var(--surface); border-left: 1px solid var(--line-2);
  box-shadow: -12px 0 40px rgba(18,50,43,.12);
  padding: 80px 24px 100px;
  transform: translateX(100%); transition: transform .25s ease;
  z-index: 290; overflow-y: auto;
}
.mobile-drawer[data-open="true"] { transform: translateX(0); }
.mobile-drawer nav { display: flex; flex-direction: column; gap: 4px; }
.mobile-drawer nav a {
  padding: 12px 8px; border-bottom: 1px solid var(--line-2);
  font-weight: 600; color: var(--ink-2);
}
.mobile-drawer nav a:hover { color: var(--primary-ink); text-decoration: none; }
.mobile-drawer .drawer-foot {
  margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--line-2);
  font-size: 14px;
}
.scrim {
  position: fixed; inset: 0; background: rgba(18,50,43,.4);
  opacity: 0; pointer-events: none; transition: opacity .2s; z-index: 280;
}
.scrim[data-open="true"] { opacity: 1; pointer-events: auto; }

@media (max-width: 880px) {
  .main-nav, .header-cta-ghost { display: none; }
  .hamburger { display: block; }
}

/* ---------- Hero (sidebar-led) ---------- */
.hero {
  position: relative; overflow: hidden;
  background: linear-gradient(180deg, var(--background) 0%, var(--background-2) 100%);
  border-bottom: 1px solid var(--line);
}
.hero-grid {
  display: grid; gap: var(--space-6);
  grid-template-columns: 1.4fr 1fr;
  padding: var(--space-7) 0;
}
.hero-copy h1 { margin-bottom: var(--space-4); }
.hero-lede { font-size: 19px; color: var(--ink-2); margin-bottom: var(--space-5); max-width: 56ch; }
.hero-cta { display: flex; flex-wrap: wrap; gap: var(--space-3); }
.hero-meta {
  display: flex; flex-wrap: wrap; gap: 12px 18px; margin-top: var(--space-5);
  font-size: 14px; color: var(--muted);
}
.hero-meta strong { color: var(--ink); }

.hero-side {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: var(--space-5);
  box-shadow: var(--shadow-1);
}
.hero-side h2 {
  font-size: 18px; letter-spacing: .04em; text-transform: uppercase;
  color: var(--primary); margin-bottom: var(--space-4);
}
.fixture { display: grid; grid-template-columns: 1fr auto; gap: 8px; padding: 14px 0; border-top: 1px dashed var(--line-2); }
.fixture:first-of-type { border-top: 0; padding-top: 0; }
.fixture .who { font-weight: 700; color: var(--ink); }
.fixture .meta { font-size: 13px; color: var(--muted); }
.fixture .time { font-weight: 700; color: var(--accent-ink); white-space: nowrap; }

@media (max-width: 880px) {
  .hero-grid { grid-template-columns: 1fr; padding: var(--space-6) 0; }
}

/* mobile hero cap */
@media (max-width: 600px) {
  .hero { max-height: 920px; }
  .hero h1 { font-size: 32px; }
  .hero-lede { font-size: 16px; }
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 20px; border-radius: 999px; font-weight: 700;
  border: 1px solid transparent; transition: background .15s, border-color .15s, color .15s;
  font-size: 15px;
}
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-ink); text-decoration: none; }
.btn-ghost { background: transparent; color: var(--primary-ink); border-color: var(--line); }
.btn-ghost:hover { background: var(--background-2); text-decoration: none; }
.btn-link { color: var(--primary-ink); font-weight: 700; padding: 6px 0; }

/* ---------- Cards ---------- */
.card {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: var(--space-5); box-shadow: var(--shadow-1);
}
.card-tight { padding: var(--space-4); }
.card h3 { font-size: 18px; margin-bottom: 8px; }
.card p:last-child { margin-bottom: 0; }
.card-link { display: block; color: inherit; }
.card-link:hover { text-decoration: none; border-color: var(--primary); }
.card-link:hover h3 { color: var(--primary-ink); }
.card-thumb {
  width: 100%; aspect-ratio: 16/9; background: var(--background-2);
  border-radius: 10px; overflow: hidden; margin-bottom: var(--space-4);
}
.card-thumb img { width: 100%; height: 100%; object-fit: cover; }
.card-row { display: flex; gap: var(--space-4); align-items: flex-start; }
.card-row .card-thumb { width: 120px; min-width: 120px; aspect-ratio: 4/3; margin: 0; }

/* Bento */
.bento {
  display: grid; gap: var(--space-4);
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: auto auto;
}
.bento .card { padding: var(--space-5); }
.bento .bento-lead { grid-row: span 2; }
@media (max-width: 880px) { .bento { grid-template-columns: 1fr 1fr; } .bento .bento-lead { grid-row: auto; grid-column: span 2; } }
@media (max-width: 540px) { .bento { grid-template-columns: 1fr; } .bento .bento-lead { grid-column: auto; } }

/* ---------- Tables ---------- */
.tbl-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
table.data { width: 100%; border-collapse: collapse; font-size: 15px; min-width: 560px; }
table.data th, table.data td { padding: 12px 14px; text-align: left; border-bottom: 1px solid var(--line-2); }
table.data th { background: var(--background-2); color: var(--primary-ink); font-weight: 700; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; }
table.data tbody tr:last-child td { border-bottom: 0; }
table.data tbody tr:hover { background: var(--surface-2); }

/* ---------- Hero / story photos ---------- */
.media-band {
  position: relative; aspect-ratio: 16/9; border-radius: var(--radius);
  overflow: hidden; background: var(--background-2);
}
.media-band img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Inline news list ---------- */
.news-feed { display: flex; flex-direction: column; gap: var(--space-4); }
.news-item { display: grid; grid-template-columns: 100px 1fr; gap: var(--space-4); padding: var(--space-4) 0; border-top: 1px solid var(--line-2); }
.news-item:first-child { border-top: 0; padding-top: 0; }
.news-thumb {
  width: 100px; aspect-ratio: 1/1; background: var(--background-2); border-radius: 10px; overflow: hidden;
}
.news-thumb img { width: 100%; height: 100%; object-fit: cover; }
.news-meta { font-size: 13px; color: var(--muted); display: flex; gap: 10px; align-items: center; margin-bottom: 6px; }
.news-meta .tag { background: var(--background-2); color: var(--primary-ink); padding: 3px 8px; border-radius: 999px; font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: .04em; }
.news-title { font-size: 16px; font-weight: 700; color: var(--ink); line-height: 1.35; margin: 0; }
.news-title a { color: inherit; }
.news-title a:hover { color: var(--primary-ink); text-decoration: underline; }
@media (max-width: 540px) {
  .news-item { grid-template-columns: 80px 1fr; }
  .news-thumb { width: 80px; }
}

/* ---------- Call-out boxes ---------- */
.callout {
  display: flex; gap: var(--space-4); padding: var(--space-5); border-radius: var(--radius);
  background: var(--background-2); border: 1px solid var(--line);
}
.callout-icon {
  flex: 0 0 44px; height: 44px; border-radius: 12px; background: var(--surface);
  display: grid; place-items: center; color: var(--primary); border: 1px solid var(--line);
}
.callout h3 { font-size: 18px; margin: 0 0 6px; }
.callout p { margin: 0; color: var(--ink-2); }

.callout-warn { background: #fff5ed; border-color: #f3d4b1; }
.callout-warn .callout-icon { color: var(--accent-ink); border-color: #f3d4b1; }

/* ---------- FAQ ---------- */
.faq details { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 0 var(--space-5); margin-bottom: var(--space-3); }
.faq summary { padding: 16px 0; font-weight: 700; cursor: pointer; list-style: none; position: relative; padding-right: 32px; color: var(--ink); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 0; top: 12px; font-size: 22px; color: var(--primary); }
.faq details[open] summary::after { content: "−"; }
.faq .answer { padding: 0 0 16px; color: var(--ink-2); }

/* ---------- Footer ---------- */
.site-footer {
  background: #0e2b25; color: #cfe1da;
  padding: var(--space-8) 0 var(--space-6); margin-top: var(--space-8);
}
.footer-grid {
  display: grid; gap: var(--space-6);
  grid-template-columns: 1.4fr repeat(4, 1fr);
}
@media (max-width: 880px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-grid h4 { color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: .12em; margin-bottom: var(--space-4); }
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.footer-grid a { color: #cfe1da; font-size: 14px; }
.footer-grid a:hover { color: #fff; text-decoration: underline; }
.footer-meta {
  margin-top: var(--space-7); padding-top: var(--space-5); border-top: 1px solid #1c4138;
  display: flex; justify-content: space-between; gap: var(--space-4); flex-wrap: wrap;
  font-size: 13px; color: #88a39c;
}
.brand-about p { color: #b6ccc4; font-size: 14px; }
.brand-about .brand { color: #fff; margin-bottom: 12px; }

/* ---------- Mobile sticky CTA ---------- */
.sticky-cta {
  display: none;
  position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 260;
  background: var(--ink); color: #fff; border-radius: 14px;
  padding: 10px 14px; box-shadow: 0 10px 30px rgba(0,0,0,.25);
  align-items: center; gap: 12px;
}
.sticky-cta .label { flex: 1; font-size: 14px; }
.sticky-cta .label strong { display: block; font-size: 15px; }
.sticky-cta .label small { color: #b6ccc4; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.sticky-cta .go {
  background: var(--accent); color: #fff; font-weight: 700;
  padding: 10px 16px; border-radius: 999px; font-size: 14px;
}
@media (max-width: 880px) {
  body.has-sticky-cta { padding-bottom: 84px; }
  .sticky-cta { display: flex; }
  .hide-sticky .sticky-cta { display: none; }
  body.hide-sticky.has-sticky-cta { padding-bottom: 0; }
}

/* ---------- Article / content page ---------- */
.article-shell { display: grid; gap: var(--space-7); grid-template-columns: minmax(0, 1fr); }
.article-hero {
  aspect-ratio: 16/8; border-radius: var(--radius); overflow: hidden; background: var(--background-2);
  margin-bottom: var(--space-5);
}
.article-hero img { width: 100%; height: 100%; object-fit: cover; }
.prose { max-width: 70ch; }
.prose h2 { font-size: clamp(22px, 2.6vw, 28px); margin-top: var(--space-7); }
.prose h3 { font-size: clamp(18px, 2vw, 22px); margin-top: var(--space-6); }
.prose p { font-size: 17px; line-height: 1.75; }
.prose ul, .prose ol { padding-left: 1.4em; }
.prose li { margin-bottom: 6px; }
.prose a { text-decoration: underline; text-underline-offset: 2px; }
.prose blockquote { border-left: 4px solid var(--primary); padding: 8px 16px; background: var(--background-2); border-radius: 8px; margin: var(--space-5) 0; color: var(--ink-2); }

.breadcrumbs { font-size: 13px; color: var(--muted); margin-bottom: var(--space-4); }
.breadcrumbs a { color: var(--muted); }
.breadcrumbs a:hover { color: var(--primary-ink); }

.tag-row { display: flex; flex-wrap: wrap; gap: 6px; margin: var(--space-4) 0; }
.tag-row .tag { background: var(--background-2); color: var(--primary-ink); padding: 4px 10px; border-radius: 999px; font-size: 13px; font-weight: 600; }

.toc {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: var(--space-5); margin: var(--space-5) 0;
}
.toc h2 { font-size: 16px; text-transform: uppercase; letter-spacing: .08em; color: var(--primary); margin-bottom: var(--space-3); }
.toc ol { padding-left: 1.4em; margin: 0; }
.toc a { color: var(--ink-2); }
.toc a:hover { color: var(--primary-ink); }

/* section scroll offset for sticky nav */
section[id], h2[id], h3[id] { scroll-margin-top: 96px; }

/* ---------- Misc ---------- */
hr { border-top: 1px solid var(--line-2); }
.divider-dot { display: inline-block; width: 4px; height: 4px; background: var(--muted); border-radius: 50%; margin: 0 8px; vertical-align: middle; }
.live-dot {
  display: inline-block; width: 8px; height: 8px; border-radius: 50%;
  background: var(--accent); margin-right: 6px; box-shadow: 0 0 0 0 rgba(226,130,34,.55);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(226,130,34,.6); }
  70%  { box-shadow: 0 0 0 8px rgba(226,130,34,0); }
  100% { box-shadow: 0 0 0 0 rgba(226,130,34,0); }
}
.confidence {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 12px; font-weight: 700; padding: 2px 8px; border-radius: 999px;
  background: var(--background-2); color: var(--primary-ink);
}
.confidence--ok { background: #e2f3e9; color: #1b6e3e; }
.confidence--mid { background: #fff3df; color: #94640e; }
.confidence--low { background: #fce6e8; color: var(--warn); }
.skip-link {
  position: absolute; left: -9999px; top: 0; background: var(--ink); color: #fff; padding: 8px 12px; z-index: 999;
  border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

/* Trust strip */
.trust-strip {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: var(--space-4) var(--space-5);
  display: flex; align-items: center; gap: var(--space-4); flex-wrap: wrap;
  font-size: 14px; color: var(--ink-2);
}
.trust-strip strong { color: var(--ink); }
.trust-strip .dot { width: 6px; height: 6px; background: var(--good); border-radius: 50%; display: inline-block; }

/* Inline 2-up image row */
.inline-image-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-5); margin: var(--space-6) 0;
}
.inline-image-row figure { margin: 0; }
.inline-image-row img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 10px; background: var(--background-2); }
.inline-image-row figcaption { font-size: 13px; color: var(--muted); margin-top: 8px; }
@media (max-width: 700px) { .inline-image-row { grid-template-columns: 1fr; } }

/* Comparison rail */
.compare {
  display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-5);
}
.compare .col { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: var(--space-5); }
.compare .col h3 { font-size: 17px; margin-bottom: 12px; }
.compare .col--safe h3 { color: #1b6e3e; }
.compare .col--risky h3 { color: var(--accent-ink); }
.compare ul { padding-left: 1.2em; margin: 0; }
.compare li { margin-bottom: 6px; }
@media (max-width: 700px) { .compare { grid-template-columns: 1fr; } }

/* Reduce motion */
@media (prefers-reduced-motion: reduce) {
  .live-dot { animation: none; }
  html { scroll-behavior: auto; }
}

/* utilities */
.flex { display: flex; gap: var(--space-3); flex-wrap: wrap; align-items: center; }
.between { justify-content: space-between; }
.mt-3 { margin-top: var(--space-3); } .mt-5 { margin-top: var(--space-5); } .mt-7 { margin-top: var(--space-7); }
.mb-3 { margin-bottom: var(--space-3); } .mb-5 { margin-bottom: var(--space-5); } .mb-7 { margin-bottom: var(--space-7); }
.text-right { text-align: right; }
.hidden-mobile { }
@media (max-width: 700px) { .hidden-mobile { display: none !important; } }
