:root {
  --ink: var(--bc-ink, #111827);
  --muted: var(--bc-muted, #5b6475);
  --paper: var(--bc-paper-warm, #fff9ed);
  --card: rgba(255, 255, 255, 0.88);
  --line: var(--bc-line, rgba(17, 24, 39, 0.12));
  --brand: var(--bc-brand, #5426d9);
  --brand-2: var(--bc-accent, #15b47e);
  --fire: var(--bc-fire, #ff7a1a);
  --deep: #12152d;
  --shadow: var(--bc-shadow-lg, 0 26px 70px rgba(20, 21, 45, 0.18));
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: var(--bc-font-body, "Manrope", "Segoe UI", sans-serif);
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 122, 26, 0.18), transparent 28rem),
    radial-gradient(circle at 92% 12%, var(--bc-brand-glow, rgba(84, 38, 217, 0.2)), transparent 26rem),
    linear-gradient(180deg, #fff7e8 0%, #f7fbf6 46%, #f7f2ff 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(17, 24, 39, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 24, 39, 0.02) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle at 50% 0%, black, transparent 72%);
}

body > * {
  position: relative;
  z-index: 1;
}

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

.shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(255, 249, 237, 0.82);
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.04);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 74px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Sora", sans-serif;
  font-weight: 800;
  letter-spacing: -0.04em;
  font-size: 1.25rem;
}

.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(84, 38, 217, 0.94), rgba(21, 180, 126, 0.92)),
    radial-gradient(circle at 30% 30%, #fff, transparent 30%);
  box-shadow: 0 14px 30px rgba(84, 38, 217, 0.30);
}

.brand-logo {
  width: auto;
  height: 38px;
  display: block;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-links a,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.nav-links a {
  padding: 11px 14px;
  color: #313a4b;
  font-size: 0.94rem;
}

.btn {
  border: 1px solid transparent;
  padding: 14px 18px;
  cursor: pointer;
}

.btn:hover,
.nav-links a:hover { transform: translateY(-1px); }

.btn-primary {
  background: var(--ink);
  color: white;
  box-shadow: 0 18px 36px rgba(17, 24, 39, 0.22);
}

.btn-accent {
  background: linear-gradient(135deg, var(--brand), #7a4cff);
  color: white;
  box-shadow: 0 18px 36px rgba(84, 38, 217, 0.28);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.68);
  border-color: var(--line);
  color: var(--ink);
}

.hero {
  position: relative;
  padding: 72px 0 54px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.82fr);
  gap: 34px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(84, 38, 217, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: #4422a8;
  font-weight: 900;
  font-size: 0.84rem;
}

h1, h2, h3 {
  font-family: "Sora", sans-serif;
  letter-spacing: -0.055em;
  margin: 0;
}

h1 {
  max-width: 780px;
  margin-top: 18px;
  font-size: clamp(2.6rem, 5.5vw, 5rem);
  line-height: 1.04;
}

.lead {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.64;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 34px;
}

.proof-pill {
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.62);
}

.proof-pill strong {
  display: block;
  font-size: 1.25rem;
  font-family: "Sora", sans-serif;
  letter-spacing: -0.04em;
}

.proof-pill span {
  display: block;
  color: var(--muted);
  margin-top: 4px;
  font-size: 0.9rem;
}

.phone-card {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.78)),
    radial-gradient(circle at top right, rgba(21, 180, 126, 0.20), transparent 18rem);
  box-shadow: var(--shadow);
  padding: 22px;
  transform: rotate(1deg);
}

.phone-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.bot-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
}

.avatar {
  width: 42px;
  height: 42px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1fd39a, #5426d9);
}

.whatsapp-status {
  color: var(--brand-2);
  font-size: 0.84rem;
  font-weight: 900;
}

.chat {
  display: grid;
  gap: 12px;
  padding: 18px 0 4px;
}

.bubble {
  width: fit-content;
  max-width: 92%;
  border-radius: 18px;
  padding: 13px 15px;
  line-height: 1.45;
  font-size: 0.95rem;
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.06);
}

.bubble.in {
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.08);
}

.bubble.out {
  justify-self: end;
  background: #dbffe9;
  border: 1px solid rgba(21, 180, 126, 0.20);
}

.bubble b { font-weight: 900; }

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 16px;
}

.tag {
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(84, 38, 217, 0.10);
  color: #43209d;
  font-weight: 900;
  font-size: 0.82rem;
}

section {
  padding: 56px 0;
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 22px;
}

h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  line-height: 1.06;
  max-width: 760px;
}

.section-head p {
  max-width: 420px;
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.card {
  border: 1px solid var(--bc-line-strong, var(--line));
  border-radius: var(--bc-radius-lg, 24px);
  background: var(--card);
  padding: clamp(22px, 2.4vw, 28px);
  box-shadow: var(--bc-shadow-sm, 0 10px 28px rgba(17, 24, 39, 0.06));
  transition: transform 180ms var(--bc-ease, ease), box-shadow 180ms var(--bc-ease, ease), border-color 180ms var(--bc-ease, ease);
}

.card:hover {
  transform: translateY(-2px);
  box-shadow: var(--bc-shadow-md);
  border-color: rgba(84, 38, 217, 0.18);
}

.card h3 {
  font-size: 1.24rem;
  margin-bottom: 10px;
}

.card p {
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}

.step-number {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  margin-bottom: 18px;
  background: linear-gradient(135deg, var(--brand), #7a4cff);
  color: white;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(84, 38, 217, 0.22);
}

.pricing {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.pricing-bling {
  gap: 18px;
}

.price-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.82);
  padding: 26px;
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.10);
}

.price-card-bling {
  display: flex;
  flex-direction: column;
  padding: 0;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(17, 24, 39, 0.08);
}

.price-limit-head {
  padding: 22px 22px 18px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  text-align: center;
  background: linear-gradient(180deg, rgba(255, 249, 237, 0.92), rgba(255, 255, 255, 0.96));
}

.price-limit-label {
  display: block;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.price-limit-value {
  display: block;
  margin-top: 4px;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.35rem);
  letter-spacing: -0.05em;
  line-height: 1;
}

.price-limit-sub {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.4;
}

.price-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 22px;
}

.price-card-bling h3 {
  margin: 8px 0 0;
  font-size: 1.35rem;
}

.price-cta {
  width: 100%;
  margin-top: 16px;
  padding: 15px 18px;
}

.price-resources {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 18px;
  padding: 12px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 16px;
  background: rgba(247, 251, 246, 0.88);
}

.price-resource {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.35;
}

.price-resource strong {
  color: var(--ink);
  font-size: 1rem;
}

.price-resource-icon {
  font-size: 1.1rem;
  line-height: 1;
}

.price-includes {
  margin: 16px 0 0;
  color: var(--ink);
  font-weight: 800;
  font-size: 0.92rem;
}

.price-highlight {
  margin-top: auto;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(21, 180, 126, 0.12);
  color: #087a55;
  font-weight: 800;
  font-size: 0.92rem;
  line-height: 1.45;
  text-align: center;
}

.price-compare-link {
  display: inline-flex;
  justify-content: center;
  margin-top: 14px;
  color: #4422a8;
  font-weight: 800;
  font-size: 0.92rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.price-card-bling.featured {
  border-color: rgba(84, 38, 217, 0.35);
  box-shadow: 0 24px 56px rgba(84, 38, 217, 0.18);
  transform: translateY(-8px);
}

.price-card-bling.featured .price-limit-head {
  background: linear-gradient(180deg, rgba(84, 38, 217, 0.10), rgba(255, 255, 255, 0.98));
}

.price-card-bling.featured .price-highlight {
  background: rgba(255, 255, 255, 0.14);
  color: #d8ffe9;
}

.price-card-bling.featured .price-compare-link {
  color: #d8c9ff;
}

.pricing-compare-section {
  padding-top: 24px;
}

.pricing-compare-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 44px rgba(17, 24, 39, 0.08);
}

.pricing-compare {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
}

.pricing-compare th,
.pricing-compare td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  text-align: center;
  font-size: 0.94rem;
}

.pricing-compare thead th {
  background: rgba(247, 251, 246, 0.95);
  font-family: "Sora", sans-serif;
  font-weight: 800;
}

.pricing-compare tbody th {
  text-align: left;
  color: var(--ink);
  font-weight: 700;
  background: rgba(255, 255, 255, 0.72);
}

.pricing-compare tbody td {
  color: var(--muted);
}

.pricing-compare tbody tr:last-child th,
.pricing-compare tbody tr:last-child td {
  border-bottom: none;
}

.pricing-compare thead th:nth-child(3),
.pricing-compare tbody td:nth-child(3) {
  background: rgba(84, 38, 217, 0.06);
  color: #43209d;
  font-weight: 800;
}

.pricing-note a {
  color: #4422a8;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.price-card.featured {
  background:
    linear-gradient(180deg, rgba(18, 21, 45, 0.98), rgba(37, 31, 83, 0.98)),
    radial-gradient(circle at top right, rgba(21, 180, 126, 0.28), transparent 15rem);
  color: white;
  box-shadow: 0 28px 70px rgba(18, 21, 45, 0.32);
}

.price-card-bling.featured {
  background:
    linear-gradient(180deg, rgba(18, 21, 45, 0.98), rgba(37, 31, 83, 0.98)),
    radial-gradient(circle at top right, rgba(21, 180, 126, 0.28), transparent 15rem);
  color: white;
}

.price-card.featured p,
.price-card.featured li,
.price-card-bling.featured p,
.price-card-bling.featured li,
.price-card-bling.featured .price-limit-label,
.price-card-bling.featured .price-limit-sub,
.price-card-bling.featured .price-resource,
.price-card-bling.featured .price-includes {
  color: rgba(255, 255, 255, 0.78);
}

.price-card-bling.featured .price-limit-value,
.price-card-bling.featured .price-resource strong {
  color: #fff;
}

.price-card-bling.featured .price-resources {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

.price-card-bling.featured .price-limit-head {
  border-bottom-color: rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.badge {
  display: inline-flex;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(21, 180, 126, 0.14);
  color: #087a55;
  font-weight: 900;
  font-size: 0.78rem;
  margin-bottom: 16px;
}

.featured .badge {
  background: rgba(255, 255, 255, 0.14);
  color: #bfffe7;
}

.price {
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin: 16px 0;
  font-family: "Sora", sans-serif;
  letter-spacing: -0.05em;
}

.price strong { font-size: 2.8rem; }
.price span { color: var(--muted); font-weight: 900; }
.featured .price span { color: rgba(255, 255, 255, 0.72); }

.price-setup {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.45;
}

.featured .price-setup {
  color: rgba(255, 255, 255, 0.78);
}

.pricing-note {
  margin: 18px 4px 0;
  color: var(--muted);
  line-height: 1.55;
  font-size: 0.95rem;
}

.faq-grid {
  display: grid;
  gap: 12px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  padding: 0 18px;
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.06);
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-family: "Sora", sans-serif;
  font-weight: 800;
  padding: 18px 0;
  letter-spacing: -0.03em;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.6;
}

.faq-item code {
  background: rgba(84, 38, 217, 0.08);
  color: #43209d;
  padding: 2px 6px;
  border-radius: 8px;
  font-size: 0.92em;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}

.cta .cta-whatsapp {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
}

ul.feature-list {
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

ul.feature-list li {
  color: var(--muted);
  line-height: 1.45;
}

ul.feature-list li::before {
  content: "✓";
  color: var(--brand-2);
  font-weight: 900;
  margin-right: 8px;
}

.cta {
  border-radius: 38px;
  padding: 34px;
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 122, 26, 0.32), transparent 20rem),
    linear-gradient(135deg, #12152d, #2b166b 55%, #0b7d5b);
  color: white;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
}

.cta p {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.58;
  margin: 12px 0 0;
  max-width: 720px;
}

footer {
  padding: 34px 0 46px;
  color: var(--muted);
}

footer .shell {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  border-top: 1px solid var(--line);
  padding-top: 24px;
  font-size: 0.94rem;
}

footer .brand {
  font-size: 1.05rem;
}

.legal-page {
  padding: 48px 0 56px;
}

.legal-card {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--card);
  padding: clamp(24px, 4vw, 36px);
  box-shadow: 0 16px 44px rgba(17, 24, 39, 0.08);
}

.legal-card h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
  margin-bottom: 18px;
}

.legal-card p,
.legal-card li {
  color: var(--muted);
  line-height: 1.65;
}

.legal-card p + p {
  margin-top: 14px;
}

.legal-back {
  display: inline-flex;
  margin-bottom: 18px;
  color: #4422a8;
  font-weight: 800;
}

@media (max-width: 920px) {
  .hero-grid,
  .cards,
  .pricing,
  .cta {
    grid-template-columns: 1fr;
  }

  .cta-actions {
    justify-content: flex-start;
  }

  .price-card.featured,
  .price-card-bling.featured {
    transform: none;
  }

  .section-head {
    display: block;
  }

  .section-head p {
    margin-top: 14px;
  }
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 800;
  cursor: pointer;
}

.mobile-cta-bar {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: rgba(255, 249, 237, 0.92);
  border-top: 1px solid rgba(17, 24, 39, 0.08);
  backdrop-filter: blur(16px);
}

.mobile-cta-bar .btn {
  width: 100%;
}

body.marketing-nav-open {
  overflow: hidden;
}

@media (max-width: 640px) {
  .nav-inner {
    align-items: center;
    padding: 14px 0;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .nav-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .nav-links {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding-top: 10px;
  }

  body.marketing-nav-open .nav-links {
    display: flex;
  }

  .nav-links a[href="#como"],
  .nav-links a[href="#precos"],
  .nav-links a[href="#faq"],
  .nav-links a[href="/#como"],
  .nav-links a[href="/#precos"],
  .nav-links a[href="/#faq"] {
    display: inline-flex;
  }

  .hero {
    padding-top: 40px;
    padding-bottom: 88px;
  }

  .hero-proof {
    grid-template-columns: 1fr;
  }

  .phone-card {
    transform: none;
  }

  .price-resources {
    grid-template-columns: 1fr;
  }

  .mobile-cta-bar {
    display: block;
  }
}

@media (prefers-reduced-motion: reduce) {
  .btn:hover,
  .nav-links a:hover,
  .card:hover {
    transform: none;
  }
}

/* --- Site polish v2 --- */

.section-band {
  padding: 64px 0;
}

.section-band-alt {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.18)),
    rgba(255, 249, 237, 0.55);
  border-block: 1px solid rgba(17, 24, 39, 0.06);
}

.proof-pill {
  transition: transform 180ms var(--bc-ease, ease), box-shadow 180ms var(--bc-ease, ease);
}

.proof-pill:hover {
  transform: translateY(-2px);
  box-shadow: var(--bc-shadow-sm);
}

.faq-item[open] {
  border-color: rgba(84, 38, 217, 0.18);
  box-shadow: var(--bc-shadow-sm);
}

.faq-item summary::after {
  content: "+";
  float: right;
  color: var(--brand);
  font-weight: 900;
}

.faq-item[open] summary::after {
  content: "−";
}

.site-footer {
  padding: 0 0 46px;
  color: var(--muted);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(120px, 1fr));
  gap: 28px;
  padding: 34px 0 24px;
  border-top: 1px solid var(--line);
}

.footer-brand-block p {
  margin: 12px 0 0;
  max-width: 34ch;
  line-height: 1.6;
  color: var(--muted);
}

.footer-links {
  display: grid;
  gap: 10px;
  align-content: start;
}

.footer-links strong {
  font-family: "Sora", sans-serif;
  color: var(--ink);
  font-size: 0.92rem;
  letter-spacing: -0.02em;
}

.footer-links a {
  color: var(--muted);
  font-weight: 700;
  font-size: 0.92rem;
  transition: color 160ms ease;
}

.footer-links a:hover {
  color: var(--brand);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 0.88rem;
  color: var(--muted);
}

.legal-card {
  max-width: 820px;
  margin: 0 auto;
}

.legal-meta {
  margin: 0 0 10px;
  color: var(--brand);
  font-weight: 800;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.legal-card h1 {
  margin-bottom: 22px;
}

@media (max-width: 920px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
  }
}
