/* =========================================================================
   Halfy — marketing site styles
   Tokens mirror lib/design/halfy_theme.dart / design/halfy-overhaul/halfy.css
   ========================================================================= */

:root {
  /* Ink */
  --ink:    #0E1511;
  --ink-2:  #3A413D;
  --ink-3:  #6B6B66;
  --ink-4:  #9A9A93;

  /* Surface */
  --paper:  #FAF7F2;
  --card:   #FFFFFF;
  --tint:   #F2EEE6;
  --hair:   #E8E3DA;

  /* Brand */
  --green:       #00C48C;
  --green-ink:   #006E4F;
  --green-tint:  #E0F7EE;
  --red:         #FF4D3D;
  --red-ink:     #9E1A0C;
  --red-tint:    #FFE7E2;
  --gold:        #F2B544;
  --gold-tint:   #FFF2D3;
  --gold-ink:    #8A5A0B;

  /* Grocers */
  --coles:    #E01A22;
  --woolies:  #178943;
  --chemist:  #0051A3;
  --harris:   #F0A500;

  /* Scale */
  --r-sm: 8px;
  --r-md: 12px;
  --r-lg: 18px;
  --r-xl: 24px;
  --r-pill: 999px;

  --sh-1: 0 1px 0 rgba(14,21,17,0.04), 0 1px 2px rgba(14,21,17,0.06);
  --sh-2: 0 1px 0 rgba(14,21,17,0.05), 0 8px 24px -8px rgba(14,21,17,0.18);
  --sh-3: 0 18px 48px -20px rgba(14,21,17,0.35);

  --ease: cubic-bezier(.22,.61,.36,1);

  /* Typography */
  --f-sans: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --f-serif: 'Instrument Serif', 'Iowan Old Style', Georgia, serif;
  --f-mono: 'IBM Plex Mono', ui-monospace, SFMono-Regular, Menlo, monospace;

  --wrap: 1140px;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--f-sans);
  font-size: 15px;
  line-height: 1.5;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

::selection { background: var(--green); color: #fff; }

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

/* ---------- Navigation ---------- */

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250,247,242,0.82);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s var(--ease), background .2s var(--ease);
}
.nav.scrolled { border-bottom-color: var(--hair); }

.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 68px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.brand-mark {
  width: 36px; height: 36px;
  border-radius: 10px;
  box-shadow: var(--sh-1);
}
.brand-name {
  font-family: var(--f-serif);
  font-size: 26px;
  letter-spacing: -0.02em;
}

.nav-links {
  display: flex;
  gap: 26px;
  font-size: 14px;
  color: var(--ink-2);
}
.nav-links a {
  position: relative;
  padding: 6px 2px;
  transition: color .15s var(--ease);
}
.nav-links a:hover { color: var(--ink); }

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--f-sans);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.01em;
  padding: 12px 20px;
  border-radius: var(--r-pill);
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .15s var(--ease), box-shadow .15s var(--ease), background .15s var(--ease), color .15s var(--ease);
  white-space: nowrap;
}
.btn-sm { padding: 9px 16px; font-size: 14px; }
.btn-block { display: flex; width: 100%; padding: 14px 20px; font-size: 16px; }
.btn-primary {
  background: var(--ink);
  color: var(--paper);
  box-shadow: var(--sh-1);
}
.btn-primary:hover { transform: translateY(-1px); box-shadow: var(--sh-2); }
.btn-ghost {
  background: var(--card);
  color: var(--ink);
  border-color: var(--hair);
}
.btn-ghost:hover { border-color: var(--ink); }

.store-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 20px 11px 16px;
  border-radius: var(--r-pill);
  background: var(--ink);
  color: var(--paper);
  box-shadow: var(--sh-1);
  transition: transform .15s var(--ease), box-shadow .15s var(--ease);
}
.store-btn:hover { transform: translateY(-1px); box-shadow: var(--sh-2); }
.store-btn span { display: flex; flex-direction: column; line-height: 1.15; }
.store-btn .store-sub { font-size: 10px; letter-spacing: 0.06em; opacity: 0.75; text-transform: uppercase; }
.store-btn strong { font-weight: 600; font-size: 15px; letter-spacing: -0.01em; }

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.cta-row.center { justify-content: center; }

/* ---------- Typography helpers ---------- */

.display {
  font-family: var(--f-serif);
  font-size: clamp(46px, 7vw, 76px);
  line-height: 1.0;
  letter-spacing: -0.025em;
  margin: 18px 0 20px;
  font-weight: 400;
}
.display em {
  font-style: italic;
}
.display .accent {
  color: var(--green-ink);
  font-style: italic;
}

.display-sm {
  font-family: var(--f-serif);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
  font-weight: 400;
}

.lede {
  font-size: 18px;
  line-height: 1.55;
  color: var(--ink-2);
  max-width: 48ch;
  margin: 0;
}

.sub {
  font-size: 16px;
  color: var(--ink-2);
  max-width: 58ch;
  margin: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: var(--r-pill);
  background: var(--card);
  border: 1px solid var(--hair);
  font-size: 13px;
  color: var(--ink-2);
  box-shadow: var(--sh-1);
}
.eyebrow .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(0,196,140,0.15);
}

.overline {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.overline.center { display: block; text-align: center; margin-bottom: 24px; }

.fineprint {
  margin-top: 18px;
  font-size: 13px;
  color: var(--ink-3);
}

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

.section { padding: 120px 0; }
.section-tight { padding: 56px 0; }

.section-head {
  max-width: 640px;
  margin: 0 auto 56px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

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

.hero {
  position: relative;
  padding: 40px 0 90px;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: -10% -10% auto auto;
  height: 520px;
  width: 520px;
  background: radial-gradient(closest-side, rgba(0,196,140,0.18), transparent 70%);
  filter: blur(10px);
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto auto -20% -10%;
  height: 460px;
  width: 460px;
  background: radial-gradient(closest-side, rgba(255,77,61,0.08), transparent 70%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 56px;
  align-items: center;
}

.hero-copy { max-width: 620px; }

/* ---------- Phone mockups ---------- */

.hero-visual {
  position: relative;
  height: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.phone {
  position: relative;
  width: 300px;
  aspect-ratio: 9 / 19.5;
  border-radius: 42px;
  background: var(--ink);
  padding: 10px;
  box-shadow: var(--sh-3);
}
.phone::before {
  content: "";
  position: absolute;
  top: 14px; left: 50%;
  transform: translateX(-50%);
  width: 108px; height: 28px;
  background: var(--ink);
  border-radius: 999px;
  z-index: 3;
}
.phone img {
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: 32px;
  background: var(--paper);
}

.phone-front {
  position: relative;
  z-index: 2;
  transform: rotate(-3deg);
}
.phone-back {
  position: absolute;
  z-index: 1;
  transform: translate(90px, 20px) rotate(6deg);
  opacity: 0.92;
}
.phone-standalone {
  transform: rotate(-2deg);
}

.float-chip {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: var(--r-pill);
  background: var(--card);
  box-shadow: var(--sh-2);
  font-weight: 600;
  font-size: 14px;
  border: 1px solid var(--hair);
}
.chip-green {
  left: -20px;
  top: 70px;
  color: var(--green-ink);
  background: var(--green-tint);
  border-color: rgba(0,196,140,0.25);
  font-family: var(--f-serif);
  font-size: 18px;
  padding: 10px 18px;
}
.chip-green .chip-label {
  font-family: var(--f-sans);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--green-ink);
  opacity: 0.8;
}
.chip-green .chip-value {
  font-size: 22px;
  letter-spacing: -0.02em;
}
.chip-red {
  right: -10px;
  bottom: 110px;
  color: var(--red-ink);
  background: var(--red-tint);
  border-color: rgba(255,77,61,0.25);
}
.chip-red .chip-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--red);
  animation: pulseDot 1.4s var(--ease) infinite;
}
@keyframes pulseDot {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,77,61,0.5); }
  60%       { box-shadow: 0 0 0 8px rgba(255,77,61,0); }
}

/* ---------- Ticker ---------- */

.ticker {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: var(--paper);
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,0.04);
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.ticker-track {
  display: flex;
  gap: 56px;
  width: max-content;
  animation: tickerScroll 42s linear infinite;
  will-change: transform;
}
.ticker-group {
  display: flex;
  gap: 56px;
  padding-right: 56px;
  align-items: center;
}
.ticker-group span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: rgba(250,247,242,0.75);
  white-space: nowrap;
}
.ticker-group strong {
  color: var(--paper);
  font-weight: 600;
  font-family: var(--f-serif);
  font-size: 18px;
  letter-spacing: -0.01em;
  font-style: italic;
}
@keyframes tickerScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ---------- Features ---------- */

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.feature {
  background: var(--card);
  border: 1px solid var(--hair);
  border-radius: var(--r-xl);
  padding: 28px 24px 26px;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), border-color .2s var(--ease);
}
.feature:hover {
  transform: translateY(-3px);
  box-shadow: var(--sh-2);
  border-color: transparent;
}
.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  border-radius: 14px;
  margin-bottom: 18px;
}
.icon-green { background: var(--green-tint); color: var(--green-ink); }
.icon-red   { background: var(--red-tint);   color: var(--red-ink); }
.icon-gold  { background: var(--gold-tint);  color: var(--gold-ink); }
.icon-ink   { background: var(--tint);       color: var(--ink); }

.feature h3 {
  margin: 0 0 8px;
  font-family: var(--f-serif);
  font-size: 22px;
  letter-spacing: -0.01em;
  font-weight: 400;
}
.feature p {
  margin: 0;
  color: var(--ink-2);
  font-size: 14.5px;
}

/* ---------- Retailers ---------- */

.retailer-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.retailer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 76px;
  border-radius: var(--r-lg);
  font-family: var(--f-serif);
  font-size: 26px;
  letter-spacing: -0.02em;
  background: var(--card);
  border: 1px solid var(--hair);
  transition: transform .2s var(--ease);
}
.retailer:hover { transform: translateY(-2px); }
.retailer-coles   { color: var(--coles); }
.retailer-woolies { color: var(--woolies); }
.retailer-chemist { color: var(--chemist); }
.retailer-harris  { color: var(--harris); }

/* ---------- How it works ---------- */

.howto-grid {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 72px;
  align-items: center;
}

.steps {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
  counter-reset: step;
}
.steps li {
  display: flex;
  gap: 22px;
  align-items: flex-start;
}
.step-num {
  flex-shrink: 0;
  font-family: var(--f-serif);
  font-size: 34px;
  line-height: 1;
  color: var(--ink-4);
  letter-spacing: -0.02em;
  min-width: 54px;
  padding-top: 2px;
}
.steps h4 {
  margin: 0 0 6px;
  font-family: var(--f-serif);
  font-weight: 400;
  font-size: 22px;
  letter-spacing: -0.01em;
}
.steps p {
  margin: 0;
  color: var(--ink-2);
  font-size: 15px;
}

.howto-visual {
  display: flex;
  justify-content: center;
}

/* ---------- Stats ---------- */

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  border-top: 1px solid var(--hair);
  border-bottom: 1px solid var(--hair);
  padding: 40px 0;
}
.stat { text-align: center; }
.stat-value {
  font-family: var(--f-serif);
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1;
  letter-spacing: -0.025em;
  color: var(--ink);
}
.stat-label {
  margin-top: 10px;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--ink-3);
}

/* ---------- Pricing ---------- */

.plans {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 880px;
  margin: 0 auto;
}
.plan {
  position: relative;
  background: var(--card);
  border: 1px solid var(--hair);
  border-radius: var(--r-xl);
  padding: 34px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.plan-featured {
  background: var(--ink);
  color: var(--paper);
  border-color: transparent;
  box-shadow: var(--sh-2);
}
.plan-featured .checks li { color: rgba(250,247,242,0.78); }
.plan-featured .checks li::before { color: var(--green); }
.plan-featured .plan-blurb { color: rgba(250,247,242,0.72); }

.plan-badge {
  position: absolute;
  top: -12px;
  left: 30px;
  background: var(--green);
  color: var(--ink);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: var(--r-pill);
}

.plan h3 {
  margin: 0 0 8px;
  font-family: var(--f-serif);
  font-weight: 400;
  font-size: 24px;
  letter-spacing: -0.01em;
}
.price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 8px;
}
.price span {
  font-family: var(--f-serif);
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.03em;
}
.price small {
  font-size: 14px;
  color: var(--ink-3);
}
.plan-featured .price small { color: rgba(250,247,242,0.6); }

.price-alt {
  margin: 0 0 14px;
  font-size: 14px;
  color: var(--ink-2);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.price-alt strong {
  font-weight: 600;
  color: var(--ink);
}
.plan-featured .price-alt { color: rgba(250,247,242,0.72); }
.plan-featured .price-alt strong { color: var(--paper); }
.price-save {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--green-ink);
  background: var(--green-tint);
  padding: 4px 10px;
  border-radius: var(--r-pill);
}
.plan-featured .price-save {
  color: var(--ink);
  background: var(--green);
}

.plan-blurb {
  margin: 0;
  color: var(--ink-2);
  font-size: 14px;
}
.checks {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 14.5px;
  color: var(--ink-2);
}
.checks li {
  position: relative;
  padding-left: 26px;
}
.checks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--green-ink);
  font-weight: 700;
}

.plan .btn-ghost { margin-top: auto; }
.plan-featured .btn-primary {
  background: var(--green);
  color: var(--ink);
}
.plan-featured .btn-primary:hover { box-shadow: 0 10px 24px -10px rgba(0,196,140,0.6); }

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

.faq-list {
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-list details {
  background: var(--card);
  border: 1px solid var(--hair);
  border-radius: var(--r-lg);
  padding: 18px 22px;
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.faq-list details[open] {
  border-color: transparent;
  box-shadow: var(--sh-2);
}
.faq-list summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-weight: 500;
  font-size: 16px;
  color: var(--ink);
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+";
  font-family: var(--f-serif);
  font-size: 28px;
  color: var(--ink-3);
  line-height: 1;
  transition: transform .2s var(--ease);
}
.faq-list details[open] summary::after { transform: rotate(45deg); color: var(--ink); }
.faq-list p {
  margin: 12px 0 0;
  color: var(--ink-2);
  font-size: 15px;
}

/* ---------- Final CTA ---------- */

.cta-card {
  background: linear-gradient(135deg, var(--ink) 0%, #1a2320 100%);
  color: var(--paper);
  border-radius: var(--r-xl);
  padding: 72px 32px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: var(--sh-3);
}
.cta-card::before {
  content: "";
  position: absolute;
  inset: -40% -40% auto auto;
  width: 520px; height: 520px;
  background: radial-gradient(closest-side, rgba(0,196,140,0.28), transparent 70%);
  pointer-events: none;
}
.cta-card h2 { color: var(--paper); }
.cta-card p { color: rgba(250,247,242,0.72); max-width: 520px; margin: 0 auto; position: relative; }
.cta-card .cta-row { position: relative; }
.cta-card .store-btn {
  background: var(--green);
  color: var(--ink);
}
.cta-card .store-btn .store-sub { opacity: 0.7; }
.cta-card .store-btn:hover { transform: translateY(-1px); box-shadow: 0 10px 24px -10px rgba(0,196,140,0.6); }

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

.footer {
  background: var(--paper);
  border-top: 1px solid var(--hair);
  padding: 64px 0 32px;
  margin-top: 40px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 40px;
  align-items: start;
}
.foot-brand .brand-mark { width: 28px; height: 28px; border-radius: 8px; }
.foot-brand .brand-name { font-size: 20px; }
.foot-tag {
  margin-top: 10px;
  color: var(--ink-3);
  font-size: 14px;
  font-family: var(--f-serif);
  font-style: italic;
}
.foot-col { display: flex; flex-direction: column; gap: 10px; }
.foot-col h5 {
  margin: 0 0 8px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink-3);
  font-weight: 600;
}
.foot-col a {
  color: var(--ink-2);
  font-size: 14.5px;
  transition: color .15s var(--ease);
}
.foot-col a:hover { color: var(--ink); }

.foot-base {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid var(--hair);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-size: 12px;
  color: var(--ink-3);
  flex-wrap: wrap;
}
.foot-disclaimer { max-width: 560px; text-align: right; }

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

.legal {
  max-width: 740px;
  margin: 0 auto;
  padding: 80px 24px 120px;
}
.legal h1 {
  font-family: var(--f-serif);
  font-weight: 400;
  font-size: clamp(36px, 5vw, 54px);
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: 0 0 8px;
}
.legal .legal-date {
  display: block;
  color: var(--ink-3);
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.legal h2 {
  font-family: var(--f-serif);
  font-weight: 400;
  font-size: 24px;
  letter-spacing: -0.01em;
  margin: 40px 0 10px;
}
.legal p, .legal li {
  color: var(--ink-2);
  font-size: 15.5px;
  line-height: 1.65;
}
.legal ul { padding-left: 22px; }
.legal li { margin-bottom: 6px; }
.legal a { color: var(--green-ink); text-decoration: underline; text-underline-offset: 3px; }

/* ---------- Responsive ---------- */

@media (max-width: 960px) {
  .section { padding: 88px 0; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { height: 560px; margin: 0 auto; }
  .howto-grid { grid-template-columns: 1fr; gap: 48px; }
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .retailer-row { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 32px 16px; }
  .plans { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .foot-disclaimer { text-align: left; }
  .nav-links { display: none; }
}

@media (max-width: 560px) {
  .wrap { padding: 0 20px; }
  .section { padding: 72px 0; }
  .hero { padding: 24px 0 60px; }
  .hero-visual { height: 520px; }
  .phone { width: 260px; }
  .phone-back { transform: translate(70px, 20px) rotate(6deg); }
  .chip-green { left: -10px; top: 40px; }
  .chip-red { right: -4px; bottom: 90px; }
  .grid-4 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .section-head { margin-bottom: 40px; }
  .cta-card { padding: 56px 22px; }
  .foot-base { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
}
