/* ============================================================
   MG Depot - Wholesale & Retail
   Food • Drinks • Kitchen Supplies
   Design system adapted from KG3N Amalgamation visual language
   ============================================================ */

/* ---------- Self-hosted fonts (no third-party requests) ---------- */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/inter-var-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url("../fonts/sora-var-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  color-scheme: light;
  /* Palette - fresh market green + warm amber */
  --bg: #f7f8f6;
  --bg-grad: radial-gradient(1100px 560px at 8% -12%, #e9f7ee 0%, transparent 52%),
             radial-gradient(900px 520px at 108% 6%, #fff4e2 0%, transparent 55%),
             linear-gradient(180deg, #f7f8f6 0%, #f0f3ee 100%);
  --surface: #ffffff;
  --surface-2: #f2f5f0;
  --surface-3: #e9efe7;
  --text: #15211a;
  --muted: #5d6b61;
  --line: #e2e7e0;
  --line-strong: #cbd4ca;
  --green: #166b3f;
  --green-2: #2f9e5f;
  --green-soft: #d9f2e2;
  --green-deep: #0e4d2c;
  --amber: #d97706;
  --amber-2: #f59e0b;
  --amber-soft: #fdeacc;
  --whatsapp: #25d366;
  --whatsapp-deep: #128c4b;
  --danger: #c0362c;
  --shadow-sm: 0 1px 2px rgba(21, 33, 26, 0.05), 0 1px 1px rgba(21, 33, 26, 0.03);
  --shadow: 0 6px 20px rgba(21, 33, 26, 0.07), 0 2px 6px rgba(21, 33, 26, 0.04);
  --shadow-lg: 0 22px 55px rgba(21, 33, 26, 0.12), 0 8px 18px rgba(21, 33, 26, 0.06);
  --radius: 14px;
  --radius-sm: 9px;
  --radius-lg: 20px;
  --container: 1180px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { min-height: 100%; }
body {
  margin: 0;
  background: var(--bg);
  background-image: var(--bg-grad);
  background-attachment: fixed;
  color: var(--text);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; color: inherit; }
button { cursor: pointer; }
a { color: inherit; }

h1, h2, h3, h4 { font-family: "Sora", Inter, ui-sans-serif, system-ui, sans-serif; line-height: 1.18; letter-spacing: -0.015em; margin: 0 0 12px; }
h1 { font-size: clamp(2.1rem, 4.6vw, 3.4rem); font-weight: 800; }
h2 { font-size: clamp(1.55rem, 3vw, 2.25rem); font-weight: 800; }
h3 { font-size: 1.15rem; font-weight: 700; }
p { margin: 0 0 14px; }

.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--green); color: #fff;
  padding: 10px 14px; border-radius: 0 0 var(--radius-sm) 0;
  z-index: 1000; text-decoration: none; font-weight: 700;
}
.skip-link:focus { left: 0; }

.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav-wrap {
  display: flex; align-items: center; justify-content: space-between;
  gap: 18px; padding: 12px 0;
}
.brand { display: flex; gap: 12px; align-items: center; text-decoration: none; }
.brand-mark {
  width: 44px; height: 44px; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--green-2), var(--green-deep));
  color: #fff; border-radius: 11px;
  font-weight: 800; font-size: 17px; letter-spacing: 0.5px;
  font-family: "Sora", Inter, sans-serif;
  box-shadow: 0 6px 18px rgba(22, 107, 63, 0.35);
}
.brand-text strong { display: block; font-size: 18px; font-weight: 800; letter-spacing: -0.01em; font-family: "Sora", Inter, sans-serif; }
.brand-text span { display: block; color: var(--muted); font-size: 11.5px; margin-top: 1px; letter-spacing: 0.04em; text-transform: uppercase; font-weight: 600; }

.main-nav { display: flex; align-items: center; gap: 4px; }
.main-nav a {
  text-decoration: none; font-weight: 600; font-size: 14.5px;
  color: var(--muted); padding: 9px 14px; border-radius: 999px;
  transition: color 0.15s ease, background-color 0.15s ease;
}
.main-nav a:hover { color: var(--text); background: var(--surface-2); }
.main-nav a.active { color: var(--green-deep); background: var(--green-soft); }

.nav-cta { display: flex; align-items: center; gap: 10px; }

.nav-toggle {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm); padding: 11px 10px;
}
.nav-toggle span { width: 20px; height: 2px; background: var(--text); border-radius: 2px; transition: transform 0.2s ease, opacity 0.2s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 12px 22px; border-radius: 999px;
  font-weight: 700; font-size: 15px; text-decoration: none;
  border: 1px solid transparent;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn-primary {
  background: linear-gradient(135deg, var(--green-2), var(--green));
  color: #fff; box-shadow: 0 8px 20px rgba(22, 107, 63, 0.3);
}
.btn-primary:hover { box-shadow: 0 12px 26px rgba(22, 107, 63, 0.38); }
.btn-whatsapp {
  background: linear-gradient(135deg, var(--whatsapp), var(--whatsapp-deep));
  color: #fff; box-shadow: 0 8px 20px rgba(18, 140, 75, 0.3);
}
.btn-whatsapp:hover { box-shadow: 0 12px 26px rgba(18, 140, 75, 0.38); }
.btn-ghost {
  background: var(--surface); color: var(--text);
  border-color: var(--line-strong); box-shadow: var(--shadow-sm);
}
.btn-ghost:hover { border-color: var(--green-2); color: var(--green-deep); }
.btn-lg { padding: 15px 30px; font-size: 16px; }
.btn svg { flex-shrink: 0; }

/* ---------- Hero ---------- */
.hero { padding: 64px 0 56px; }
.hero-grid {
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 48px; align-items: center;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--amber-soft); color: var(--amber);
  font-weight: 700; font-size: 12.5px; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 7px 14px; border-radius: 999px; margin-bottom: 18px;
}
.eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--amber-2); }
.hero p.lead { font-size: 18.5px; color: var(--muted); max-width: 54ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.hero-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.chip {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--surface); border: 1px solid var(--line);
  padding: 8px 15px; border-radius: 999px;
  font-size: 13.5px; font-weight: 600; color: var(--muted);
  box-shadow: var(--shadow-sm);
}
.chip svg { color: var(--green-2); }

.hero-media { position: relative; }
.hero-media .photo {
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-lg); aspect-ratio: 4 / 3.4;
}
.hero-media .photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-card {
  position: absolute; left: -22px; bottom: 26px;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 14px 18px;
  box-shadow: var(--shadow-lg);
  display: flex; align-items: center; gap: 13px;
}
.hero-card .ic {
  width: 42px; height: 42px; border-radius: 11px;
  display: grid; place-items: center;
  background: var(--green-soft); color: var(--green-deep);
}
.hero-card strong { display: block; font-size: 14.5px; }
.hero-card span { font-size: 12.5px; color: var(--muted); }

/* ---------- Sections ---------- */
.section { padding: 64px 0; }
.section-head { max-width: 640px; margin-bottom: 40px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head p { color: var(--muted); font-size: 16.5px; }
.kicker {
  display: inline-block; color: var(--green); font-weight: 800;
  font-size: 12.5px; letter-spacing: 0.1em; text-transform: uppercase;
  margin-bottom: 10px;
}

/* ---------- Stats strip ---------- */
.stats-strip {
  background: linear-gradient(135deg, var(--green-deep) 0%, var(--green) 60%, #1d7c4a 100%);
  border-radius: var(--radius-lg); color: #eef7f0;
  padding: 34px 38px; box-shadow: var(--shadow-lg);
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px;
}
.stat strong { display: block; font-size: clamp(1.6rem, 2.6vw, 2.2rem); font-weight: 800; font-family: "Sora", Inter, sans-serif; }
.stat span { font-size: 13.5px; color: #e2f1e7; font-weight: 600; }

/* ---------- Cards ---------- */
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card-grid.four { grid-template-columns: repeat(4, 1fr); }
.cat-card {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow); text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex; flex-direction: column;
}
.cat-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.cat-card .media { aspect-ratio: 16 / 10; overflow: hidden; }
.cat-card .media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s ease; }
.cat-card:hover .media img { transform: scale(1.05); }
.cat-card .body { padding: 22px 24px 24px; flex: 1; display: flex; flex-direction: column; }
.cat-card .body p { color: var(--muted); font-size: 14.5px; flex: 1; }
.cat-card .link {
  color: var(--green); font-weight: 700; font-size: 14.5px;
  display: inline-flex; align-items: center; gap: 6px; margin-top: 6px;
}

.feature {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 26px 24px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.feature:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--green-2); }
.feature .ic {
  width: 48px; height: 48px; border-radius: 13px;
  display: grid; place-items: center; margin-bottom: 16px;
  background: var(--green-soft); color: var(--green-deep);
}
.feature.amber .ic { background: var(--amber-soft); color: var(--amber); }
.feature p { color: var(--muted); font-size: 14.5px; margin: 0; }

/* ---------- Split sections ---------- */
.split {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 52px; align-items: center;
}
.split .photo {
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-lg); aspect-ratio: 4 / 3;
}
.split .photo img { width: 100%; height: 100%; object-fit: cover; }
.split p { color: var(--muted); }
.check-list { list-style: none; padding: 0; margin: 20px 0 28px; display: grid; gap: 13px; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; font-weight: 500; }
.check-list .tick {
  flex-shrink: 0; width: 24px; height: 24px; border-radius: 50%;
  background: var(--green-soft); color: var(--green-deep);
  display: grid; place-items: center; margin-top: 2px;
}

/* ---------- Product cards ---------- */
.product-card {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex; flex-direction: column;
}
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-card .media { aspect-ratio: 4 / 3; overflow: hidden; }
.product-card .media img { width: 100%; height: 100%; object-fit: cover; }
.product-card .body { padding: 16px 18px 18px; flex: 1; display: flex; flex-direction: column; gap: 6px; }
.product-card h3 { font-size: 1rem; margin: 0; }
.product-card p { color: var(--muted); font-size: 13.5px; margin: 0; flex: 1; }
.tag-row { display: flex; gap: 7px; flex-wrap: wrap; margin-top: 10px; }
.tag {
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.04em;
  padding: 4px 10px; border-radius: 999px;
  background: var(--surface-2); color: var(--muted); border: 1px solid var(--line);
}
.tag.green { background: var(--green-soft); color: var(--green-deep); border-color: transparent; }
.tag.amber { background: var(--amber-soft); color: var(--amber); border-color: transparent; }

.cat-anchor { scroll-margin-top: 90px; }
.cat-head { display: flex; align-items: center; gap: 14px; margin: 56px 0 26px; }
.cat-head:first-of-type { margin-top: 0; }
.cat-head .ic {
  width: 46px; height: 46px; border-radius: 12px; flex-shrink: 0;
  display: grid; place-items: center;
  background: var(--green-soft); color: var(--green-deep);
}
.cat-head h2 { margin: 0; font-size: 1.5rem; }
.cat-head p { margin: 2px 0 0; color: var(--muted); font-size: 14.5px; }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; counter-reset: step; }
.step {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 28px 26px;
  box-shadow: var(--shadow-sm); position: relative;
}
.step .num {
  width: 44px; height: 44px; border-radius: 50%;
  display: grid; place-items: center; margin-bottom: 18px;
  background: linear-gradient(135deg, var(--green-2), var(--green-deep));
  color: #fff; font-weight: 800; font-size: 17px;
  font-family: "Sora", Inter, sans-serif;
  box-shadow: 0 6px 16px rgba(22, 107, 63, 0.3);
}
.step p { color: var(--muted); font-size: 14.5px; margin: 0; }

/* ---------- CTA banner ---------- */
.cta-banner {
  background: linear-gradient(135deg, var(--green-deep) 0%, var(--green) 55%, #1d7c4a 100%);
  border-radius: var(--radius-lg); color: #fff;
  padding: clamp(36px, 5vw, 60px); text-align: center;
  box-shadow: var(--shadow-lg); position: relative; overflow: hidden;
}
.cta-banner::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(600px 300px at 85% 15%, rgba(245, 158, 11, 0.25) 0%, transparent 60%),
              radial-gradient(500px 280px at 10% 90%, rgba(47, 158, 95, 0.4) 0%, transparent 55%);
  pointer-events: none;
}
.cta-banner > * { position: relative; }
.cta-banner h2 { color: #fff; }
.cta-banner p { color: #f0f8f3; max-width: 56ch; margin: 0 auto 28px; font-size: 17px; }
.cta-banner .hero-actions { justify-content: center; margin-top: 0; }

/* ---------- Forms ---------- */
.form-card {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: clamp(26px, 4vw, 40px);
  box-shadow: var(--shadow);
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 13px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: 0.05em; }
.field input, .field textarea, .field select {
  border: 1px solid var(--line-strong); border-radius: var(--radius-sm);
  padding: 12px 14px; background: var(--surface);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none; border-color: var(--green-2);
  box-shadow: 0 0 0 3px rgba(47, 158, 95, 0.18);
}
.field textarea { resize: vertical; min-height: 110px; }
.form-note { font-size: 13px; color: var(--muted); margin-top: 14px; }
.form-actions { margin-top: 22px; display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 32px; align-items: start; }
.info-card {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 20px 22px;
  box-shadow: var(--shadow-sm); display: flex; gap: 16px; align-items: flex-start;
  margin-bottom: 16px;
}
.info-card .ic {
  width: 44px; height: 44px; border-radius: 12px; flex-shrink: 0;
  display: grid; place-items: center;
  background: var(--green-soft); color: var(--green-deep);
}
.info-card strong { display: block; font-size: 15px; margin-bottom: 2px; }
.info-card p, .info-card a { color: var(--muted); font-size: 14.5px; margin: 0; text-decoration: none; }
.info-card a:hover { color: var(--green-deep); }
.hours-table { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.hours-table td { padding: 9px 0; border-bottom: 1px solid var(--line); }
.hours-table td:last-child { text-align: right; font-weight: 600; }
.hours-table tr:last-child td { border-bottom: none; }

.placeholder-note {
  background: var(--amber-soft); border: 1px dashed var(--amber-2);
  border-radius: var(--radius-sm); color: var(--amber);
  font-size: 13px; font-weight: 600; padding: 10px 14px; margin-top: 8px;
}

/* ---------- Footer ---------- */
.site-footer {
  background: linear-gradient(180deg, #0f1d15 0%, #142519 100%);
  color: #cfe0d4; margin-top: 80px;
  padding: 56px 0 0;
}
.footer-grid {
  display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.2fr;
  gap: 40px; padding-bottom: 44px;
}
.site-footer h4 {
  color: #fff; font-size: 14px; text-transform: uppercase;
  letter-spacing: 0.08em; margin-bottom: 16px;
}
.site-footer p { color: #9db8a6; font-size: 14px; }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer-links a { color: #9db8a6; text-decoration: none; font-size: 14.5px; transition: color 0.15s ease; }
.footer-links a:hover { color: #fff; }
.footer-brand { display: flex; gap: 12px; align-items: center; margin-bottom: 16px; }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 20px 0; font-size: 13px; color: #7e9888;
  display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap;
}
.footer-bottom a { color: #9db8a6; text-decoration: none; }

/* ---------- Floating WhatsApp ---------- */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 200;
  width: 58px; height: 58px; border-radius: 50%;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--whatsapp), var(--whatsapp-deep));
  color: #fff; box-shadow: 0 10px 28px rgba(18, 140, 75, 0.45);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.wa-float:hover { transform: scale(1.08); box-shadow: 0 14px 34px rgba(18, 140, 75, 0.55); }

/* ---------- Page hero (inner pages) ---------- */
.page-hero {
  padding: 56px 0 48px; text-align: center;
}
.page-hero p { color: var(--muted); font-size: 17.5px; max-width: 58ch; margin: 0 auto; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------- Utilities (replace inline styles -> strict CSP, no 'unsafe-inline') ---------- */
.section.pt-8 { padding-top: 8px; }
.section.pt-16 { padding-top: 16px; }
.hero-chips.mt-22 { margin-top: 22px; }
.btn.btn-on-dark { background: rgba(255, 255, 255, 0.95); }
.form-card.form-card-narrow { max-width: 760px; margin: 0 auto; }
.form-card .h-md { font-size: 1.5rem; }
.form-card .form-intro { color: var(--muted); font-size: 15px; }
.info-card.block { display: block; }
.info-card .mb-10 { margin-bottom: 10px; }
.footer-brand .brand-text strong { color: #fff; }
.footer-brand .brand-text span { color: #9db8a6; }
.footer-muted { color: #9db8a6; font-size: 14.5px; }

/* ---------- Responsive ---------- */
@media (max-width: 1020px) {
  .card-grid, .card-grid.four { grid-template-columns: repeat(2, 1fr); }
  .stats-strip { grid-template-columns: repeat(2, 1fr); }
  .hero-grid, .split { grid-template-columns: 1fr; gap: 36px; }
  .split.flip .photo { order: -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .main-nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 4px;
    background: var(--surface); border-bottom: 1px solid var(--line);
    padding: 14px 20px 18px; box-shadow: var(--shadow-lg);
  }
  .main-nav.open { display: flex; }
  .main-nav a { border-radius: var(--radius-sm); padding: 12px 14px; }
  .nav-toggle { display: flex; }
  .nav-cta .btn { display: none; }
  .hero { padding: 44px 0 40px; }
  .hero-card { left: 12px; bottom: 14px; padding: 11px 14px; }
  .section { padding: 48px 0; }
  .steps { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .card-grid, .card-grid.four { grid-template-columns: 1fr; }
  .stats-strip { grid-template-columns: 1fr 1fr; padding: 26px 24px; }
  .footer-grid { grid-template-columns: 1fr; }
}
