/* ansobo.com — shared stylesheet.
   Transcribed from the design-tool reference build (ansobo.dc.html); values are exact.
   Design system: cream #f7eee3 · indigo #2e3963 · pink #d96f92 / #f2a9c4 · Nunito + Nunito Sans. */

/* ---------- base ---------- */
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #f7eee3;
  color: #3c4368;
  font-family: 'Nunito Sans', system-ui, sans-serif;
  text-wrap: pretty;
}
a { color: #2e3963; }
a:hover { color: #b85578; }
summary { list-style: none; }
summary::-webkit-details-marker { display: none; }

@keyframes chatIn { from { opacity: 0; transform: translateY(12px) scale(0.98); } to { opacity: 1; transform: none; } }
@keyframes ansoboBlink { 0%, 49.3% { opacity: 0; } 50.1%, 58.4% { opacity: 1; } 59.2%, 100% { opacity: 0; } }
@keyframes ansoboGlow { 0%, 90% { opacity: 0; } 94.5%, 97.5% { opacity: 1; } 100% { opacity: 0; } }

/* page skeleton: sticky footer */
.page { min-height: 100vh; display: flex; flex-direction: column; }
.page-main { flex: 1; }

/* ---------- nav ---------- */
.nav-bar {
  position: sticky; top: 0; z-index: 60;
  background: rgba(247,238,227,0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(46,57,99,0.1);
}
.nav {
  max-width: 1140px; margin: 0 auto;
  padding: 12px clamp(20px,5vw,64px);
  display: flex; align-items: center; gap: clamp(14px,2.2vw,28px);
}
.nav-logo {
  display: inline-flex; align-items: center; gap: 10px;
  text-decoration: none; color: #2b3560;
  font-family: 'Nunito', sans-serif; font-weight: 900; font-size: 21px;
  margin-right: auto;
}
.nav-logo:hover { color: #2b3560; }
.nav-logo img {
  width: 32px; height: 32px; border-radius: 50%; object-fit: cover;
  border: 1.5px solid rgba(46,57,99,0.25); background: #fff;
}
.nav-link { font-size: 14.5px; font-weight: 600; text-decoration: none; color: #2e3963; }
.nav-link:hover { color: #b85578; }
.nav-link.is-active { color: #b85578; }
.btn-cta {
  display: inline-block; background: #2e3963; color: #fff7ec; border: 0; border-radius: 999px;
  padding: 10px 20px; font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 14px;
  line-height: normal; cursor: pointer; text-decoration: none; white-space: nowrap;
}
.btn-cta:hover { background: #3c4a80; color: #fff7ec; }

/* mobile menu (no-JS <details> hamburger; hidden on desktop) */
.menu { display: none; position: relative; }
.menu > summary {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 10px; cursor: pointer; color: #2e3963;
}
.menu > summary:hover, .menu[open] > summary { background: rgba(46,57,99,0.08); }
.menu-panel {
  position: absolute; right: 0; top: calc(100% + 10px); min-width: 200px;
  background: #fffdf9; border: 1px solid rgba(46,57,99,0.15); border-radius: 16px;
  box-shadow: 0 18px 40px -18px rgba(46,57,99,0.4);
  padding: 8px; display: flex; flex-direction: column; z-index: 70;
}
.menu-panel a {
  display: block; padding: 11px 14px; border-radius: 10px;
  font-size: 15px; font-weight: 600; text-decoration: none; color: #2e3963;
}
.menu-panel a:hover { background: rgba(46,57,99,0.06); color: #b85578; }
.menu-panel a.is-active { color: #b85578; }

/* Mobile-nav fix (reference bug: links pushed About + CTA off-screen ≤ ~740px) */
@media (max-width: 740px) {
  .nav { gap: 10px; padding: 10px 16px; }
  .nav > .nav-link { display: none; }
  .menu { display: block; }
  .btn-cta { padding: 9px 14px; font-size: 13px; }
}

/* ---------- shared section primitives ---------- */
.section { max-width: 1140px; margin: 0 auto; padding: 64px clamp(20px,5vw,64px) 0; }
.page-hero { max-width: 1140px; margin: 0 auto; padding: clamp(40px,6vw,72px) clamp(20px,5vw,64px) 80px; }
.page-hero.narrow { max-width: 820px; }

.kicker {
  display: block; font-size: 12.5px; font-weight: 800;
  letter-spacing: 0.12em; text-transform: uppercase; color: #b85578; margin: 0 0 10px;
}
.kicker--light { color: #f7b8cd; }

.h1 {
  font-family: 'Nunito', sans-serif; font-weight: 900;
  font-size: clamp(32px,4.2vw,52px); line-height: 1.1; letter-spacing: -0.015em;
  color: #2b3560; margin: 0 0 14px;
}
.h1--prose {
  font-size: clamp(30px,4vw,46px); line-height: 1.12; margin: 0 0 20px;
}
.h2 {
  font-family: 'Nunito', sans-serif; font-weight: 800;
  font-size: clamp(26px,3.2vw,38px); line-height: 1.15; letter-spacing: -0.01em;
  color: #2b3560; margin: 0 0 14px;
}
.accent { color: #d96f92; }

.lead { font-size: 16px; line-height: 1.65; margin: 0; }
.prose { font-size: 16.5px; line-height: 1.7; margin: 0 0 14px; }
.legal-copy { font-size: 15.5px; line-height: 1.7; margin: 0; }
.step-copy { font-size: 15.5px; line-height: 1.65; margin: 0; }
strong { color: #2b3560; }

/* max-width utilities (ch-based, from the reference) */
.mw24 { max-width: 24ch; }
.mw30 { max-width: 30ch; }
.mw56 { max-width: 56ch; }
.mw58 { max-width: 58ch; }
.mw62 { max-width: 62ch; }
.mw64 { max-width: 64ch; }
.mw66 { max-width: 66ch; }
.mw68 { max-width: 68ch; }

/* “to confirm” placeholder chip + working-draft badge */
.chip-todo {
  background: #fbe3ec; border-bottom: 1.5px dashed #d96f92; color: #a04466;
  padding: 0 5px; border-radius: 4px;
}
.badge-draft {
  display: inline-block; background: #fbe3ec; color: #a04466;
  font-size: 12px; font-weight: 700; padding: 4px 12px; border-radius: 999px; margin: 0 0 24px;
}

/* ---------- buttons ---------- */
.btn-primary {
  display: inline-flex; align-items: center; gap: 9px;
  background: #2e3963; color: #fff7ec; border: 0; border-radius: 999px;
  padding: 13px 24px; font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 15px;
  line-height: normal; cursor: pointer; text-decoration: none;
}
.btn-primary:hover { background: #3c4a80; color: #fff7ec; }
.btn-primary--sm { padding: 12px 22px; font-size: 14.5px; }
.btn-primary .dot {
  width: 9px; height: 9px; border-radius: 50%; background: #f7a6c3;
  box-shadow: 0 0 0 4px rgba(247,166,195,0.3);
}
.btn-ghost {
  display: inline-block; background: transparent; color: #2e3963;
  border: 1.5px solid rgba(46,57,99,0.3); border-radius: 999px;
  padding: 13px 24px; font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 15px;
  line-height: normal; cursor: pointer; text-decoration: none;
}
.btn-ghost:hover { background: rgba(46,57,99,0.06); color: #2e3963; }
.btn-ghost--sm { padding: 11px 22px; font-size: 14.5px; }

/* inline text link rendered by a <button> (chat triggers) */
.link-inline {
  background: none; border: 0; padding: 0; font: inherit; font-weight: 700;
  color: #2e3963; text-decoration: underline; cursor: pointer;
}
.link-inline:hover { color: #b85578; }
.link-strong { font-weight: 700; }
.card-link { font-weight: 700; font-size: 14.5px; text-decoration: none; }

/* ---------- home: hero ---------- */
.hero { max-width: 1140px; margin: 0 auto; padding: clamp(44px,6vw,80px) clamp(20px,5vw,64px) 56px; }
.hero-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%,330px), 1fr));
  gap: clamp(32px,5vw,64px); align-items: center;
}
.hero-copy { max-width: 680px; }
.hero-title {
  font-family: 'Nunito', sans-serif; font-weight: 900;
  font-size: clamp(36px,4.8vw,60px); line-height: 1.08; letter-spacing: -0.015em;
  color: #2b3560; margin: 0;
}
.hero-sub { font-size: 17px; line-height: 1.65; max-width: 58ch; margin: 22px 0 0; }
.pill-honest {
  display: inline-block; background: #fbe3ec; border: 1px solid #f2b9cd; color: #a04466;
  font-weight: 700; font-size: 14px; line-height: 1.4;
  padding: 9px 16px; border-radius: 999px; margin: 20px 0 0;
}
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }

.hero-figure { margin: 56px 0 0; justify-self: center; width: min(100%,320px); position: relative; }
.mascot-btn {
  display: block; width: 100%; padding: 0; font: inherit; text-align: inherit; appearance: none;
  position: relative; background: #fffdf9; border: 1px solid rgba(46,57,99,0.12);
  border-radius: 28px; overflow: hidden;
  box-shadow: 0 24px 48px -24px rgba(46,57,99,0.35);
  cursor: pointer; transition: transform 0.15s ease;
}
.mascot-btn:hover { transform: translateY(-3px); }
.mascot-btn img.mascot { width: 100%; display: block; }
.glow-halo {
  position: absolute; left: 38.9%; top: -5.5%; width: 22%; aspect-ratio: 1/1; border-radius: 50%;
  background: radial-gradient(circle, rgba(244,114,182,0.8) 0%, rgba(244,114,182,0.3) 42%, transparent 68%);
  opacity: 0; animation: ansoboGlow 6s linear infinite; pointer-events: none;
}
.glow-core {
  position: absolute; left: 46.85%; top: 2.45%; width: 6.1%; aspect-ratio: 1/1; border-radius: 50%;
  background: #ffa8cb; box-shadow: 0 0 16px 5px rgba(244,114,182,0.85);
  opacity: 0; animation: ansoboGlow 6s linear infinite; pointer-events: none;
}
.eye {
  position: absolute; top: 40.15%; width: 15%; height: 12.5%; border-radius: 50%;
  background: #000; overflow: hidden; pointer-events: none;
}
.eye--l { left: 30.4%; }
.eye--r { left: 54%; }
.pupil {
  position: absolute; left: 30%; top: 16%; width: 40%; height: 68%; border-radius: 50%;
  background: radial-gradient(circle at 50% 38%, #ff9ed0 0%, #f463ac 65%);
  box-shadow: 0 0 14px 5px rgba(244,99,172,0.55);
  transition: transform 0.12s ease-out; will-change: transform;
}
.wink {
  position: absolute; left: 28.6%; top: 32.93%; width: 19%;
  opacity: 0; animation: ansoboBlink 6s linear infinite; pointer-events: none;
}
.bubble {
  position: absolute; left: 50%; top: -14px; transform: translate(-50%,-100%);
  background: #fffdf9; border: 1.5px solid rgba(46,57,99,0.15); border-radius: 999px;
  padding: 12px 22px; font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 17.5px;
  color: #2b3560; white-space: nowrap;
  box-shadow: 0 10px 24px -12px rgba(46,57,99,0.35); pointer-events: none;
}
.bubble-tail {
  position: absolute; bottom: -6.5px; left: 50%; transform: translateX(-50%) rotate(45deg);
  width: 11px; height: 11px; background: #fffdf9;
  border-right: 1.5px solid rgba(46,57,99,0.15); border-bottom: 1.5px solid rgba(46,57,99,0.15);
}
/* Hero-bubble fix (reference bug: nowrap bubble clips off-screen on narrow viewports) */
@media (max-width: 600px) {
  .bubble {
    white-space: normal; width: max-content;
    max-width: min(320px, calc(100vw - 48px));
    text-align: center; border-radius: 22px;
  }
  .hero-figure { margin-top: 68px; width: min(100%, 280px); }
  .hero { padding-top: 28px; }
  .hero-sub { margin-top: 16px; }
  .pill-honest { margin-top: 14px; border-radius: 18px; }
  .hero-ctas { margin-top: 20px; }
}

@media (max-width: 420px) {
  .btn-cta { padding: 8px 11px; font-size: 12.5px; }
}

/* ---------- home: stats band ---------- */
.stats { background: #2e3963; padding: 52px 0; }
.stats-grid {
  max-width: 1140px; margin: 0 auto; padding: 0 clamp(20px,5vw,64px);
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%,190px), 1fr));
  gap: 36px 28px;
}
.stat-num {
  font-family: 'Nunito', sans-serif; font-weight: 900;
  font-size: clamp(36px,3.6vw,50px); line-height: 1; color: #f7b8cd; margin: 0;
}
.stat-label {
  font-size: 12.5px; line-height: 1.4; letter-spacing: 0.08em; text-transform: uppercase;
  font-weight: 700; color: rgba(247,238,227,0.65); margin: 10px 0 0;
}
/* mobile: 2x2 instead of a 4-row tower (must sit AFTER the base rules to win the cascade) */
@media (max-width: 600px) {
  .stats { padding: 40px 0; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 20px; }
  .stat-num { font-size: 32px; }
}

/* ---------- two-column splits ---------- */
.split {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%,330px), 1fr));
  gap: clamp(28px,4vw,56px); align-items: center;
}
.split--start { gap: clamp(24px,4vw,56px); align-items: start; margin-top: 56px; }

/* ---------- home: why-different chat mockup ---------- */
.chatcard {
  background: #fffdf9; border: 1px solid rgba(46,57,99,0.12); border-radius: 22px;
  padding: 22px; display: flex; flex-direction: column; gap: 12px;
  box-shadow: 0 20px 44px -26px rgba(46,57,99,0.4);
}
.chatcard .msg-q {
  align-self: flex-end; max-width: 85%; background: #2e3963; color: #fff7ec;
  padding: 10px 15px; font-size: 14px; line-height: 1.5; border-radius: 16px 16px 4px 16px;
}
.chatcard .msg-a {
  align-self: flex-start; max-width: 90%; background: #f7eee3;
  padding: 11px 15px; font-size: 14px; line-height: 1.5; border-radius: 16px 16px 16px 4px;
}
.src-pill {
  display: inline-block; background: #fbe3ec; color: #a04466;
  font-size: 10.5px; font-weight: 700; padding: 2px 9px; border-radius: 999px; margin-top: 8px;
}

/* ---------- cards ---------- */
.card {
  background: #fffaf2; border: 1px solid rgba(46,57,99,0.1); border-radius: 20px;
  padding: 26px; box-shadow: 0 12px 28px -20px rgba(46,57,99,0.3);
}
.steps-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%,260px), 1fr));
  gap: clamp(20px,2.5vw,28px); margin-top: 28px;
}
.num-badge {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 50%; background: #fbe3ec; color: #a04466;
  font-family: 'Nunito', sans-serif; font-weight: 900; font-size: 16px; margin-bottom: 14px;
}
.card h3.card-title {
  font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 19px; line-height: 1.25;
  color: #2b3560; margin: 0 0 8px;
}
.card-copy { font-size: 15px; line-height: 1.6; margin: 0; }
.step-note { font-size: 15px; line-height: 1.6; color: #5a608a; margin: 24px 0 0; }

/* how-it-works page process cards */
.process-list { display: flex; flex-direction: column; gap: 20px; margin-top: 40px; }
.card--process {
  background: #fffaf2; border: 1px solid rgba(46,57,99,0.1); border-radius: 22px;
  padding: clamp(22px,3vw,32px);
  display: grid; grid-template-columns: minmax(52px,64px) 1fr; gap: clamp(14px,2.5vw,24px);
  box-shadow: 0 12px 28px -20px rgba(46,57,99,0.3);
}
.num-badge--lg {
  display: inline-flex; align-items: center; justify-content: center;
  width: 52px; height: 52px; border-radius: 50%; background: #fbe3ec; color: #a04466;
  font-family: 'Nunito', sans-serif; font-weight: 900; font-size: 22px; margin-bottom: 0;
}
.card--process h3 {
  font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 22px; line-height: 1.25;
  color: #2b3560; margin: 0 0 8px;
}
.h2--sm { font-size: clamp(24px,2.8vw,32px); margin: 0 0 12px; }

/* examples page */
.examples-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%,380px), 1fr));
  gap: clamp(20px,2.5vw,28px); margin-top: 32px;
}
.card--example { display: flex; flex-direction: column; gap: 10px; }
.card--example h3, .card--waiting h3 {
  font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 21px; line-height: 1.25;
  color: #2b3560; margin: 2px 0 0;
}
.card--waiting .card-copy { flex: 1; }
.card--example .card-copy { flex: 1; }
.card--waiting {
  background: transparent; border: 1.5px dashed rgba(46,57,99,0.3); border-radius: 20px;
  padding: 26px; display: flex; flex-direction: column; gap: 10px; box-shadow: none;
}
.tag {
  align-self: flex-start; background: rgba(46,57,99,0.08); color: #2e3963;
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  padding: 4px 12px; border-radius: 999px;
}
.tag--pink { background: #fbe3ec; color: #a04466; }
.anon-note { font-size: 13px; color: #8189ad; margin: 12px 0 0; }

/* ---------- dark cards (demo CTA + never-do) ---------- */
.demo-section { max-width: 1140px; margin: 0 auto; padding: 72px clamp(20px,5vw,64px) 80px; }
#demo { scroll-margin-top: 76px; }
.demo-card {
  background: #2e3963; border-radius: 28px; padding: clamp(30px,5vw,56px);
  box-shadow: 0 30px 60px -30px rgba(46,57,99,0.55);
}
.demo-card h2 {
  font-family: 'Nunito', sans-serif; font-weight: 800;
  font-size: clamp(26px,3.4vw,40px); line-height: 1.12; letter-spacing: -0.01em;
  color: #fff7ec; margin: 0 0 12px;
}
.demo-card .demo-intro { font-size: 16px; line-height: 1.65; color: rgba(247,238,227,0.8); max-width: 56ch; margin: 0; }
.demo-form { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 26px; max-width: 780px; }
.demo-input {
  background: #fffaf2; border: 1.5px solid transparent; border-radius: 12px;
  padding: 13px 16px; font: inherit; font-size: 15px; color: #2b3560;
}
.demo-input:focus { border-color: #f2a9c4; outline: none; }
.demo-input--url { flex: 1 1 230px; }
.demo-input--email { flex: 1 1 210px; }
.demo-submit {
  background: #f2a9c4; color: #2b3560; border: 0; border-radius: 12px;
  padding: 13px 22px; font-family: 'Nunito', sans-serif; font-weight: 900; font-size: 15px;
  cursor: pointer;
}
.demo-submit:hover { background: #f7b8cd; }
.demo-success {
  display: flex; gap: 12px; align-items: flex-start; margin-top: 26px;
  background: rgba(247,238,227,0.12); border: 1px solid rgba(247,184,205,0.4);
  border-radius: 14px; padding: 16px 18px; max-width: 640px;
}
.demo-success svg { flex: none; margin-top: 1px; }
.demo-success p { margin: 0; font-weight: 700; color: #fff7ec; font-size: 15px; line-height: 1.5; }
.demo-fine { font-size: 13px; line-height: 1.55; color: rgba(247,238,227,0.6); margin: 16px 0 0; max-width: 68ch; }
[hidden] { display: none !important; }

.dark-card {
  background: #2e3963; border-radius: 22px; padding: 28px;
  box-shadow: 0 20px 44px -24px rgba(46,57,99,0.55);
}
.dark-card h3 {
  font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 20px; line-height: 1.25;
  color: #fff7ec; margin: 0 0 16px;
}
.no-list { display: flex; flex-direction: column; gap: 14px; }
.no-row { display: flex; gap: 11px; align-items: flex-start; }
.no-row svg { flex: none; margin-top: 3px; }
.no-row p { font-size: 15px; line-height: 1.55; margin: 0; color: rgba(247,238,227,0.85); }
.no-row strong { color: #fff7ec; }

.cta-row { margin-top: 52px; display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.cta-row p { font-size: 15.5px; line-height: 1.6; margin: 0; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 760px; margin-top: 32px; display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: #fffaf2; border: 1px solid rgba(46,57,99,0.1); border-radius: 16px;
  padding: 4px 20px;
}
.faq-item summary {
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  cursor: pointer; padding: 15px 0;
  font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 17px; line-height: 1.3;
  color: #2b3560;
}
.faq-glyph { color: #d96f92; font-size: 24px; line-height: 1; flex: none; transition: transform 0.15s; font-weight: 400; }
details[open] .faq-glyph { transform: rotate(45deg); }
.faq-item p { font-size: 15px; line-height: 1.65; margin: 0 0 18px; max-width: 64ch; }

/* ---------- about / contact ---------- */
.contact-card {
  background: #fffaf2; border: 1px solid rgba(46,57,99,0.1); border-radius: 18px;
  padding: 22px 24px; margin-top: 28px;
  display: flex; gap: 16px; align-items: center; flex-wrap: wrap;
}
.contact-card img {
  width: 52px; height: 52px; border-radius: 50%; object-fit: cover;
  border: 1.5px solid rgba(46,57,99,0.2); background: #fff; flex: none;
}
.contact-card p { margin: 0; font-size: 15.5px; line-height: 1.6; flex: 1; min-width: 220px; }
.legal-box {
  background: #fffaf2; border: 1px solid rgba(46,57,99,0.1); border-radius: 18px;
  padding: 22px 24px; max-width: 480px;
}
.legal-box p { margin: 0 0 6px; font-size: 15px; }
.legal-box p:last-child { margin: 0; }

/* privacy / terms */
.legal-h3 {
  font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 19px;
  color: #2b3560; margin: 18px 0 8px;
}

/* ---------- footer ---------- */
.footer { border-top: 1px solid rgba(46,57,99,0.12); background: rgba(46,57,99,0.03); }
.footer-inner {
  max-width: 1140px; margin: 0 auto; padding: 46px clamp(20px,5vw,64px) 34px;
}
.footer-cols {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 34px 24px;
}
.footer-brand { max-width: 320px; }
.footer-logo {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: 'Nunito', sans-serif; font-weight: 900; font-size: 20px;
  letter-spacing: -0.01em; color: #2e3963; text-decoration: none;
}
.footer-logo img { width: 26px; height: 26px; }
.footer-tag { margin: 11px 0 16px; color: #5a608a; font-size: 14px; line-height: 1.5; }
.footer-valk {
  display: inline-flex; align-items: center; gap: 9px;
  text-decoration: none; color: #5a608a; font-size: 13px;
}
.footer-valk-mark { height: 22px; width: auto; object-fit: contain; }
.footer-valk strong { color: #2e3963; font-weight: 800; }
.footer-valk:hover, .footer-valk:hover strong { color: #b85578; }
.footer-nav { display: flex; flex-direction: column; gap: 10px; }
.footer-h {
  margin: 0 0 3px; font-family: 'Nunito', sans-serif; font-weight: 800;
  font-size: 12px; text-transform: uppercase; letter-spacing: 0.09em; color: #2b3560;
}
.footer-nav a { text-decoration: none; color: #5a608a; font-weight: 600; font-size: 14px; }
.footer-nav a:hover { color: #b85578; }
.footer-bar {
  margin-top: 34px; padding-top: 20px; border-top: 1px solid rgba(46,57,99,0.1);
  display: flex; flex-wrap: wrap; gap: 6px 18px; align-items: baseline;
  justify-content: space-between; font-size: 12.5px; color: #7a7f9e;
}
.footer-bar a { color: #5a608a; font-weight: 600; text-decoration: none; }
.footer-bar a:hover { color: #b85578; }
.footer-copy { margin: 0; }
.footer-meta { margin: 0; font-style: italic; }

@media (max-width: 760px) {
  .footer-cols { grid-template-columns: 1fr 1fr; gap: 30px 20px; }
  .footer-brand { grid-column: 1 / -1; max-width: none; }
  .footer-bar { flex-direction: column; gap: 8px; }
}
@media (max-width: 460px) {
  .footer-cols { grid-template-columns: 1fr; }
}
