/* =========================================================
   AMPLIFICA — Foundations
   Colors, Type, Spacing, Radius, Shadow, Motion
   ========================================================= */

@font-face {
  font-family: "Geist";
  src: url("/assets/Geist-Regular-ef522b10.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist";
  src: url("/assets/Geist-Medium-6130dfc0.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Geist";
  src: url("/assets/Geist-Semibold-fe000689.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Geist";
  src: url("/assets/Geist-Bold-626e99f5.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Geist";
  src: url("/assets/Geist-Black-8ba8a980.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Geist Mono";
  src: url("/assets/GeistMono-Regular-6e131846.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Geist Mono";
  src: url("/assets/GeistMono-Bold-77a9cc0f.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

:root {
  --amp-red:     #FF2E1F;
  --amp-red-700: #C71810;
  --amp-red-200: #FFD9D5;

  --amp-yellow:  #FFD60A;
  --amp-yellow-700: #C39A00;
  --amp-yellow-200: #FFF1A8;

  --amp-blue:    #1148E5;
  --amp-blue-700: #0A2DA0;
  --amp-blue-200: #C7D2FF;

  --amp-paper:   #F6F2EA;
  --amp-paper-2: #EDE7DA;
  --amp-cream:   #FBF8F2;
  --amp-ink:     #0B0B0C;
  --amp-ink-2:   #1F1F22;
  --amp-graphite: #4A4A50;
  --amp-fog:     #8C8C92;
  --amp-line:    #D8D2C5;
  --amp-line-2:  #2A2A2E;

  --fg-1: var(--amp-ink);
  --fg-2: var(--amp-graphite);
  --fg-3: var(--amp-fog);
  --fg-inv: var(--amp-paper);

  --bg-1: var(--amp-paper);
  --bg-2: var(--amp-paper-2);
  --bg-3: var(--amp-cream);
  --bg-inv: var(--amp-ink);

  --border-1: var(--amp-line);
  --border-2: color-mix(in srgb, var(--amp-ink) 14%, transparent);
  --border-strong: var(--amp-ink);

  --action-primary: var(--amp-red);
  --action-primary-hover: var(--amp-red-700);
  --action-secondary: var(--amp-ink);
  --link: var(--amp-blue);
  --link-hover: var(--amp-blue-700);

  --viral-low:  #FF2E1F;
  --viral-mid:  #FF8A1F;
  --viral-high: #FFD60A;
  --viral-peak: #2BD66B;

  --font-sans:    "Geist", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-display: "Geist", ui-sans-serif, system-ui, -apple-system, sans-serif;
  --font-mono:    "Geist Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;

  --type-hero:     clamp(56px, 9vw, 144px);
  --type-display:  clamp(40px, 5.5vw, 88px);
  --type-h1:       clamp(34px, 3.6vw, 56px);
  --type-h2:       clamp(28px, 2.6vw, 40px);
  --type-h3:       22px;
  --type-h4:       18px;
  --type-body:     16px;
  --type-small:    14px;
  --type-micro:    12px;

  --track-hero:    -0.04em;
  --track-display: -0.03em;
  --track-h:       -0.02em;
  --track-body:    -0.005em;
  --track-mono:    0;
  --track-eyebrow: 0.12em;

  --lh-tight: 0.92;
  --lh-display: 1;
  --lh-h: 1.08;
  --lh-body: 1.5;
  --lh-ui: 1.3;

  --space-0: 0;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --space-20: 80px;
  --space-24: 96px;
  --space-32: 128px;

  --radius-0: 0;
  --radius-1: 4px;
  --radius-2: 8px;
  --radius-3: 12px;
  --radius-4: 20px;
  --radius-pill: 999px;

  --shadow-print-1: 3px 3px 0 var(--amp-ink);
  --shadow-print-2: 6px 6px 0 var(--amp-ink);
  --shadow-print-color: 4px 4px 0 var(--amp-yellow);

  --shadow-soft-1: 0 1px 2px rgba(11,11,12,.06), 0 0 0 1px rgba(11,11,12,.04);
  --shadow-soft-2: 0 4px 12px rgba(11,11,12,.08), 0 0 0 1px rgba(11,11,12,.04);
  --shadow-soft-3: 0 12px 32px rgba(11,11,12,.12), 0 0 0 1px rgba(11,11,12,.06);

  --ring-focus: 0 0 0 3px color-mix(in srgb, var(--amp-blue) 40%, transparent);

  --ease-out:  cubic-bezier(.2, .7, .2, 1);
  --ease-in:   cubic-bezier(.6, .04, .98, .34);
  --ease-snap: cubic-bezier(.5, 1.6, .5, 1);
  --ease-quint: cubic-bezier(.83, 0, .17, 1);

  --dur-fast: 120ms;
  --dur-base: 200ms;
  --dur-slow: 400ms;
  --dur-page: 700ms;
}

/* =========================================================
   MARKETING PAGE STYLES
   ========================================================= */

.amp *, .amp *::before, .amp *::after { box-sizing: border-box; }
html.amp, body.amp { margin: 0; }
body.amp {
  background: var(--bg-1);
  color: var(--fg-1);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  font-size: var(--type-body);
  line-height: var(--lh-body);
}
.amp a { color: inherit; text-decoration: none; }
.amp img, .amp svg { display: block; max-width: 100%; }

.amp .container { max-width: 1320px; margin: 0 auto; padding: 0 32px; }
.amp section { padding: 96px 0; border-bottom: 1px solid var(--border-1); }

/* ---------- NAV ---------- */
.amp .nav {
  position: sticky; top: 0; z-index: 50;
  background: var(--bg-1);
  border-bottom: 1px solid var(--border-1);
}
.amp .nav__inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 64px;
}
.amp .nav__left { display: flex; align-items: center; gap: 40px; }
.amp .brand-link { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; color: inherit; }
.amp .brand-link .mark { width: 26px; height: 26px; flex-shrink: 0; }
.amp .brand-link .word { font-family: var(--font-display); font-weight: 900; font-size: 22px; letter-spacing: -0.03em; color: var(--amp-ink); line-height: 1; }
.amp .brand-link .word .accent { display: inline-block; width: 6px; height: 6px; border-radius: 999px; background: var(--amp-red); vertical-align: 2px; margin-left: 2px; }
.amp .footer__brand .brand-link .word { color: var(--amp-paper); }
.amp .footer__brand .brand-link .mark .ink { stroke: #F6F2EA; }
.amp .nav__menu { display: flex; gap: 28px; font-size: 14px; font-weight: 500; }
.amp .nav__menu a { transition: color .12s var(--ease-out); }
.amp .nav__menu a:hover { color: var(--amp-red); }
.amp .nav__right { display: flex; align-items: center; gap: 12px; }
.amp .lang-toggle {
  font-family: var(--font-mono); font-size: 11px; text-transform: uppercase;
  letter-spacing: .12em; color: var(--fg-2); display: flex; gap: 8px;
}
.amp .lang-toggle .on { color: var(--fg-1); font-weight: 700; }

.amp .btn {
  font-family: var(--font-sans); font-weight: 600; font-size: 14px;
  letter-spacing: -0.01em; padding: 9px 14px;
  border-radius: var(--radius-2); border: 1.5px solid var(--amp-ink);
  background: var(--amp-ink); color: var(--amp-paper);
  cursor: pointer; display: inline-flex; align-items: center; gap: 6px;
  box-shadow: 3px 3px 0 var(--amp-ink);
  transition: transform .12s var(--ease-out), box-shadow .12s var(--ease-out);
}
.amp .btn:hover { transform: translate(-1px,-1px); box-shadow: 4px 4px 0 var(--amp-ink); }
.amp .btn:active { transform: translate(2px,2px); box-shadow: 1px 1px 0 var(--amp-ink); }
.amp .btn.ghost { background: transparent; color: var(--amp-ink); box-shadow: none; border: 1.5px solid transparent; }
.amp .btn.ghost:hover { box-shadow: none; transform: none; color: var(--amp-red); }
.amp .btn.primary { background: var(--amp-red); }
.amp .btn.yellow { background: var(--amp-yellow); color: var(--amp-ink); }
.amp .btn.lg { padding: 14px 22px; font-size: 16px; }

/* ---------- HERO ---------- */
.amp .hero { padding: 64px 0 96px; position: relative; overflow: hidden; }
.amp .hero__eyebrow {
  font-family: var(--font-mono); font-size: 12px; text-transform: uppercase;
  letter-spacing: .12em; color: var(--fg-2);
  display: inline-flex; align-items: center; gap: 10px;
  border: 1.5px solid var(--amp-ink); padding: 6px 12px; border-radius: 999px;
  background: var(--bg-3);
}
.amp .hero__eyebrow .dot { width: 6px; height: 6px; background: var(--amp-red); border-radius: 50%; animation: amp-pulse 2s ease-in-out infinite; }
@keyframes amp-pulse { 0%,100%{opacity:1} 50%{opacity:.3} }

.amp .hero__title {
  font-family: var(--font-display); font-weight: 900;
  font-size: clamp(56px, 9.5vw, 156px);
  line-height: .9; letter-spacing: -0.045em;
  margin: 24px 0 0; text-wrap: balance;
}
.amp .hero__title .red { color: var(--amp-red); }
.amp .hero__title .marker {
  position: relative; display: inline-block; padding: 0 .15em;
}
.amp .hero__title .marker::after {
  content: ""; position: absolute; inset: -8% -4% -8% -4%;
  background: url("/assets/marker-circle-aa345355.svg") no-repeat center / 100% 100%;
  pointer-events: none;
  transform: rotate(-2deg);
}
.amp .hero__period { color: var(--amp-red); }

.amp .hero__sub {
  font-size: 22px; line-height: 1.4; max-width: 640px;
  margin-top: 32px; color: var(--fg-2); text-wrap: pretty;
}
.amp .hero__sub strong { color: var(--fg-1); font-weight: 600; }
.amp .hero__cta { display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap; }

.amp .hero__meta {
  display: flex; gap: 24px; margin-top: 56px; padding-top: 28px;
  border-top: 1px solid var(--border-1);
  font-family: var(--font-mono); font-size: 12px; text-transform: uppercase;
  letter-spacing: .1em; color: var(--fg-2);
  flex-wrap: wrap;
}
.amp .hero__meta strong { color: var(--fg-1); }

.amp .hero__art {
  position: absolute; right: -40px; top: 80px; width: 460px;
  transform: rotate(3deg);
  display: none;
}
@media (min-width: 1100px) { .amp .hero__art { display: block; } }

.amp .score-card {
  background: var(--bg-3); border: 1.5px solid var(--amp-ink);
  border-radius: 16px; padding: 24px; box-shadow: 8px 8px 0 var(--amp-ink);
  display: flex; flex-direction: column; gap: 16px;
}
.amp .score-card__head { display: flex; justify-content: space-between; align-items: center; }
.amp .score-card__eyebrow { font-family: var(--font-mono); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: var(--fg-2); }
.amp .score-card__chip { font-family: var(--font-mono); font-size: 10px; padding: 3px 8px; border: 1.5px solid var(--amp-ink); border-radius: 999px; background: var(--amp-yellow); text-transform: uppercase; letter-spacing: .1em; }
.amp .score-card__num { font-family: var(--font-mono); font-weight: 700; font-size: 96px; letter-spacing: -0.04em; line-height: 1; font-feature-settings: "tnum"; }
.amp .score-card__num .denom { color: var(--fg-3); font-size: 36px; }
.amp .score-card__bar { height: 12px; border: 1.5px solid var(--amp-ink); border-radius: 6px; overflow: hidden; background: var(--amp-paper-2); position: relative; }
.amp .score-card__bar > .fill { height: 100%; width: 87%; background: linear-gradient(90deg,#FF2E1F,#FF8A1F 35%,#FFD60A 65%,#9BE044 85%,#2BD66B 100%); }
.amp .score-card__row { display: flex; justify-content: space-between; align-items: center; }
.amp .score-card__why { font-size: 14px; color: var(--fg-2); padding-top: 12px; border-top: 1px dashed var(--border-1); line-height: 1.5; }
.amp .score-card__why strong { color: var(--fg-1); }
.amp .score-card__draft {
  background: var(--amp-ink); border-radius: 8px; padding: 12px;
  color: var(--fg-inv);
  display: flex; gap: 12px; align-items: center;
}
.amp .draft-thumb {
  width: 56px; height: 56px; border-radius: 4px;
  background: linear-gradient(135deg, #FF2E1F, #FFD60A);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 900; font-size: 24px; color: var(--amp-ink);
  flex-shrink: 0;
}
.amp .draft-meta { font-family: var(--font-mono); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: rgba(246,242,234,.6); }
.amp .draft-title { font-weight: 600; font-size: 15px; margin-top: 2px; }

/* ---------- LOGOS ---------- */
.amp .logos {
  padding: 40px 0; border-bottom: 1px solid var(--border-1);
  display: flex; align-items: center; gap: 48px; flex-wrap: wrap; justify-content: center;
}
.amp .logos__lab {
  font-family: var(--font-mono); font-size: 11px; text-transform: uppercase;
  letter-spacing: .12em; color: var(--fg-2);
}
.amp .logos__items { display: flex; gap: 40px; flex-wrap: wrap; align-items: center; opacity: .8; }
.amp .logos__item {
  font-family: var(--font-display); font-weight: 700; font-size: 18px;
  letter-spacing: -0.02em; color: var(--fg-1);
}

/* ---------- HOW IT WORKS ---------- */
.amp .section-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 56px; gap: 32px; flex-wrap: wrap; }
.amp .section-head__eyebrow {
  font-family: var(--font-mono); font-size: 12px; text-transform: uppercase;
  letter-spacing: .12em; color: var(--fg-2);
  display: flex; align-items: center; gap: 10px;
}
.amp .section-head__eyebrow .num { background: var(--amp-ink); color: var(--amp-paper); padding: 2px 6px; font-weight: 700; }
.amp .section-head__title {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(34px, 4.5vw, 64px); letter-spacing: -0.03em; line-height: 1;
  margin: 12px 0 0; text-wrap: balance; max-width: 800px;
}
.amp .section-head__sub { max-width: 420px; font-size: 17px; color: var(--fg-2); line-height: 1.5; }

.amp .steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 900px) { .amp .steps { grid-template-columns: 1fr; } }
.amp .step {
  background: var(--bg-3); border: 1.5px solid var(--amp-ink);
  border-radius: 16px; padding: 28px;
  display: flex; flex-direction: column; gap: 16px;
  position: relative; overflow: hidden;
  transition: transform .2s var(--ease-out), box-shadow .2s var(--ease-out);
}
.amp .step:hover { transform: translateY(-4px); box-shadow: 6px 6px 0 var(--amp-ink); }
.amp .step__num {
  font-family: var(--font-mono); font-weight: 700; font-size: 14px;
  color: var(--fg-2); letter-spacing: .1em;
}
.amp .step__title {
  font-family: var(--font-display); font-weight: 700; font-size: 28px;
  letter-spacing: -0.02em; line-height: 1.05;
}
.amp .step__body { color: var(--fg-2); font-size: 15px; line-height: 1.5; }
.amp .step__art { height: 110px; margin: 8px 0 0; display: flex; align-items: center; justify-content: center; }
.amp .step__art svg { max-height: 100%; }
.amp .step--accent { background: var(--amp-yellow); }

/* ---------- VIRALITY (TRIBE) ---------- */
.amp .tribe {
  background: var(--amp-ink); color: var(--fg-inv);
  border-radius: 24px; padding: 64px 48px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center;
}
@media (max-width: 900px) { .amp .tribe { grid-template-columns: 1fr; padding: 40px 28px; } }
.amp .tribe__title {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(34px, 4vw, 56px); letter-spacing: -0.03em; line-height: 1.05;
}
.amp .tribe__title em { font-style: normal; color: var(--amp-yellow); }
.amp .tribe__body { font-size: 17px; line-height: 1.55; color: rgba(246,242,234,.78); margin-top: 20px; }
.amp .tribe__list { list-style: none; padding: 0; margin: 28px 0 0; display: flex; flex-direction: column; gap: 12px; }
.amp .tribe__list li {
  font-family: var(--font-mono); font-size: 13px; text-transform: uppercase; letter-spacing: .08em;
  display: flex; gap: 12px; align-items: center;
}
.amp .tribe__list li::before { content: "→"; color: var(--amp-yellow); font-weight: 700; }
.amp .tribe__panel {
  background: var(--bg-1); color: var(--fg-1); border-radius: 16px;
  padding: 32px;
}
.amp .tribe__panel-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.amp .tribe__panel-eyebrow { font-family: var(--font-mono); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: var(--fg-2); }
.amp .tribe__big-num {
  font-family: var(--font-mono); font-weight: 700;
  font-size: 144px; letter-spacing: -0.05em; line-height: .95;
  font-feature-settings: "tnum"; color: var(--amp-ink);
}
.amp .tribe__big-num .pct { color: var(--amp-red); }
.amp .tribe__bar { height: 16px; border: 1.5px solid var(--amp-ink); border-radius: 8px; overflow: hidden; background: var(--amp-paper-2); margin: 20px 0; }
.amp .tribe__bar > div { height: 100%; width: 87%; background: linear-gradient(90deg,#FF2E1F,#FF8A1F 35%,#FFD60A 65%,#9BE044 85%,#2BD66B 100%); }
.amp .tribe__attrs { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding-top: 20px; border-top: 1px solid var(--border-1); }
.amp .tribe__attr-lab { font-family: var(--font-mono); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; color: var(--fg-3); }
.amp .tribe__attr-val { font-weight: 600; font-size: 16px; margin-top: 2px; }

/* ---------- PRICING ---------- */
.amp .pricing { display: grid; grid-template-columns: 1fr 1.3fr; gap: 32px; align-items: stretch; }
@media (max-width: 900px) { .amp .pricing { grid-template-columns: 1fr; } }
.amp .price-card {
  background: var(--bg-3); border: 1.5px solid var(--amp-ink);
  border-radius: 20px; padding: 36px;
  display: flex; flex-direction: column; gap: 20px;
}
.amp .price-card.featured { background: var(--amp-red); color: var(--amp-paper); box-shadow: 8px 8px 0 var(--amp-ink); position: relative; overflow: hidden; }
.amp .price-card__chip {
  align-self: flex-start;
  font-family: var(--font-mono); font-size: 11px; text-transform: uppercase; letter-spacing: .12em;
  background: var(--amp-yellow); color: var(--amp-ink);
  padding: 4px 10px; border-radius: 999px; border: 1.5px solid var(--amp-ink);
}
.amp .price-card__name { font-family: var(--font-display); font-weight: 700; font-size: 32px; letter-spacing: -0.02em; }
.amp .price-card__price {
  display: flex; align-items: baseline; gap: 8px;
  font-family: var(--font-display); font-weight: 900; font-size: 88px; letter-spacing: -0.04em; line-height: .9;
}
.amp .price-card__price .per { font-family: var(--font-mono); font-size: 14px; font-weight: 400; letter-spacing: .05em; text-transform: uppercase; }
.amp .price-card__price .currency { font-size: 32px; font-weight: 600; align-self: flex-start; margin-top: 18px; }
.amp .price-card__list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; font-size: 15px; }
.amp .price-card__list li { display: flex; gap: 10px; align-items: flex-start; }
.amp .price-card__list li::before {
  content: ""; width: 18px; height: 18px; border-radius: 50%;
  background: var(--amp-yellow); border: 1.5px solid var(--amp-ink);
  flex-shrink: 0; margin-top: 1px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M3 8l3 3 7-7' stroke='%230B0B0C' stroke-width='2.2' fill='none' stroke-linecap='round'/></svg>");
  background-repeat: no-repeat; background-position: center; background-size: 12px;
}
.amp .featured .price-card__list li::before { background-color: var(--amp-yellow); }
.amp .price-card__cta { margin-top: auto; padding-top: 8px; }
.amp .price-card .btn.primary { background: var(--amp-yellow); color: var(--amp-ink); }
.amp .featured .btn.primary { background: var(--amp-yellow); color: var(--amp-ink); }

/* ---------- FAQ ---------- */
.amp .faq { display: grid; grid-template-columns: 1fr 1.6fr; gap: 64px; }
@media (max-width: 900px) { .amp .faq { grid-template-columns: 1fr; gap: 32px; } }
.amp .faq__items { display: flex; flex-direction: column; }
.amp .faq__item { border-top: 1px solid var(--border-1); padding: 22px 0; cursor: pointer; transition: background .2s var(--ease-out); list-style: none; }
.amp .faq__item:last-child { border-bottom: 1px solid var(--border-1); }
.amp .faq__item:hover { background: var(--bg-2); margin: 0 -16px; padding: 22px 16px; }
.amp .faq__item summary { list-style: none; cursor: pointer; }
.amp .faq__item summary::-webkit-details-marker { display: none; }
.amp .faq__q { font-weight: 600; font-size: 18px; letter-spacing: -0.01em; display: flex; justify-content: space-between; align-items: center; }
.amp .faq__q::after { content: "+"; font-family: var(--font-mono); font-size: 22px; color: var(--fg-2); transition: transform .2s var(--ease-out); }
.amp .faq__item[open] .faq__q::after { transform: rotate(45deg); }
.amp .faq__a { font-size: 15px; color: var(--fg-2); line-height: 1.6; margin-top: 12px; }

/* ---------- CTA ---------- */
.amp .cta-section {
  background: var(--amp-yellow);
  border-radius: 24px;
  padding: 80px 56px; text-align: center;
  position: relative; overflow: hidden;
}
.amp .cta-section__title {
  font-family: var(--font-display); font-weight: 900;
  font-size: clamp(48px, 7vw, 112px); letter-spacing: -0.045em; line-height: .9;
  margin: 0;
}
.amp .cta-section__sub { font-size: 18px; color: var(--fg-1); max-width: 600px; margin: 24px auto 32px; line-height: 1.5; }
.amp .cta-section__cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.amp .cta-section .btn.primary { background: var(--amp-ink); color: var(--amp-paper); }
.amp .cta-section__deco {
  position: absolute; top: -20%; right: -10%; opacity: .12; transform: rotate(15deg);
  pointer-events: none; width: 60%;
}

/* ---------- FOOTER ---------- */
.amp footer { padding: 64px 0 40px; background: var(--amp-ink); color: var(--fg-inv); }
.amp .footer__top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 32px; padding-bottom: 40px; border-bottom: 1px solid var(--border-2); }
@media (max-width: 700px) { .amp .footer__top { grid-template-columns: 1fr 1fr; } }
.amp .footer__brand { display: flex; flex-direction: column; gap: 16px; }
.amp .footer__tagline { font-size: 14px; color: rgba(246,242,234,.6); max-width: 280px; line-height: 1.5; }
.amp .footer__col-title { font-family: var(--font-mono); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: rgba(246,242,234,.5); margin-bottom: 16px; }
.amp .footer__col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; font-size: 14px; color: rgba(246,242,234,.85); }
.amp .footer__col a:hover { color: var(--amp-yellow); }
.amp .footer__bottom { display: flex; justify-content: space-between; padding-top: 24px; font-family: var(--font-mono); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: rgba(246,242,234,.5); flex-wrap: wrap; gap: 12px; }
