:root {
  --bg: #fff8ee;
  --panel: #ffeedb;
  --ink: #3a2a1e;
  --muted: #7a6a5c;
  --peach: #ffb199;
  --coral: #ff6f5e;
  --mint: #b8e6d2;
  --sky: #bfd9ff;
  --lilac: #e2c9ff;
  --yellow: #ffd76b;
  --card: #ffffff;
  --radius: 28px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: 'Quicksand', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3 {
  font-family: 'Fredoka', 'Quicksand', sans-serif;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.container { max-width: 1120px; margin: 0 auto; padding: 0 24px; position: relative; }

/* Floating baby emojis backdrop */
.floaties { position: absolute; inset: 0; pointer-events: none; overflow: hidden; z-index: 0; }
.floaties span {
  position: absolute; font-size: 24px; opacity: 0.32;
  animation: float 8s ease-in-out infinite;
}
.floaties span:nth-child(1) { top: 10%; left: 5%; animation-delay: 0s; }
.floaties span:nth-child(2) { top: 20%; right: 8%; animation-delay: 1.5s; font-size: 34px; }
.floaties span:nth-child(3) { top: 60%; left: 3%; animation-delay: 3s; }
.floaties span:nth-child(4) { top: 75%; right: 6%; animation-delay: 4.5s; font-size: 32px; }
.floaties span:nth-child(5) { top: 40%; left: 50%; animation-delay: 2s; font-size: 24px; }
@keyframes float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-16px) rotate(8deg); }
}

/* Nav */
.nav {
  position: sticky; top: 0; z-index: 20;
  backdrop-filter: blur(14px);
  background: rgba(255, 248, 238, 0.85);
  border-bottom: 2px solid rgba(58, 42, 30, 0.06);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 24px;
}
.logo-img { height: 36px; }
.nav nav { display: flex; gap: 24px; }
.nav nav a { font-weight: 600; font-size: 14px; color: var(--ink); opacity: 0.75; }
.nav nav a:hover { opacity: 1; color: var(--coral); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 26px;
  border-radius: 999px; font-family: 'Fredoka', sans-serif;
  font-weight: 600; font-size: 15px;
  transition: transform .18s ease, box-shadow .18s ease;
  box-shadow: 0 4px 0 rgba(58, 42, 30, 0.12);
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 6px 0 rgba(58, 42, 30, 0.15); }
.btn-sm { padding: 9px 18px; font-size: 13px; background: var(--ink); color: #fff; }
.btn-dark { background: var(--ink); color: #fff; }
.btn-coral { background: var(--coral); color: #fff; }
.btn-ghost { background: #fff; color: var(--ink); border: 2px solid var(--ink); box-shadow: 0 4px 0 var(--ink); }
.btn-lg { padding: 18px 34px; font-size: 17px; }

/* Apple download badge */
.app-badge {
  display: inline-flex; align-items: center; gap: 12px;
  background: var(--ink); color: #fff;
  padding: 12px 24px; border-radius: 16px;
  box-shadow: 0 6px 0 rgba(58, 42, 30, 0.18);
  transition: transform .18s ease;
}
.app-badge:hover { transform: translateY(-2px); }
.app-badge svg { width: 28px; height: 28px; }
.app-badge .labels { display: flex; flex-direction: column; line-height: 1.1; }
.app-badge .small { font-size: 11px; opacity: 0.8; }
.app-badge .big { font-family: 'Fredoka', sans-serif; font-size: 19px; font-weight: 600; }

/* Hero */
.hero { padding: 70px 0 40px; text-align: center; position: relative; }
.hero h1 {
  font-size: clamp(44px, 7vw, 84px);
  line-height: 1.0;
  margin: 0 auto 20px;
  max-width: 900px;
  position: relative; z-index: 1;
}
.hero h1 .wave { display: inline-block; animation: wave 2.5s ease-in-out infinite; transform-origin: 70% 70%; }
@keyframes wave { 0%, 100% { transform: rotate(0deg); } 25% { transform: rotate(14deg); } 75% { transform: rotate(-8deg); } }
.hero h1 .hl {
  background: var(--yellow);
  padding: 0 12px; border-radius: 12px;
  display: inline-block; transform: rotate(-2deg);
}
.hero .lead {
  font-size: 19px; color: var(--muted);
  max-width: 640px; margin: 0 auto 32px;
  position: relative; z-index: 1;
}
.cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 56px; position: relative; z-index: 1; }
.hero-image { max-width: 680px; margin: 0 auto; position: relative; z-index: 1; }
.hero-image img { filter: drop-shadow(0 30px 40px rgba(58, 42, 30, 0.18)); }

/* Hero phone trio — Record → Log → Analytics */
.phone-trio {
  position: relative; z-index: 1;
  margin: 120px auto 0;
  max-width: 920px;
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: end;
  padding: 0;
}
.phone-step {
  display: flex; flex-direction: column; align-items: center;
  position: relative;
}
.phone-step .step-label {
  font-family: 'Fredoka', sans-serif;
  font-size: 13px; font-weight: 600;
  color: var(--muted);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 18px;
}
.phone-step .step-label .num {
  color: var(--coral);
  margin-right: 6px;
}
.phone-step.is-center { transform: translateY(-24px); z-index: 2; }
.phone-step.is-left  { transform: rotate(-4deg); z-index: 1; }
.phone-step.is-right { transform: rotate(4deg); z-index: 1; }

/* iPhone frame */
.iphone-frame {
  position: relative;
  width: 100%; max-width: 260px;
  aspect-ratio: 9 / 19.5;
  background: #1a1310;
  border-radius: 42px;
  padding: 5px;
  box-shadow:
    0 0 0 1px rgba(58, 42, 30, 0.4),
    0 24px 50px rgba(58, 42, 30, 0.22);
}
.iphone-frame::before {
  /* Dynamic Island */
  content: "";
  position: absolute;
  top: 12px; left: 50%; transform: translateX(-50%);
  width: 78px; height: 22px;
  background: #000;
  border-radius: 999px;
  z-index: 2;
}
.iphone-screen {
  position: relative;
  width: 100%; height: 100%;
  border-radius: 38px;
  overflow: hidden;
  background: #fff;
}
.iphone-screen img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

@media (max-width: 800px) {
  .phone-trio {
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 320px;
  }
  .phone-step.is-center,
  .phone-step.is-left,
  .phone-step.is-right { transform: none; }
  .phone-step .arrow-flow { display: none; }
  .iphone-frame { max-width: 240px; }
}
.feature-image { display: flex; justify-content: center; align-items: center; }
.feature-image img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 30px rgba(58, 42, 30, 0.2));
}
.feature-d .feature-image img {
  max-width: 200px;
  border-radius: 32px;
}
.feature-e .feature-image img { max-width: 200px; }

/* Stats */
.quick-stats { padding: 36px 0; background: var(--panel); }
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.stats-grid div {
  background: #fff; border-radius: 20px; padding: 20px;
  text-align: center;
  box-shadow: 0 4px 0 rgba(58, 42, 30, 0.08);
}
.stats-grid .emoji { font-size: 32px; margin-bottom: 6px; }
.stats-grid strong { font-family: 'Fredoka', sans-serif; font-size: 17px; display: block; }
.stats-grid span { font-size: 13px; color: var(--muted); }

/* Features */
.features { padding: 110px 0 80px; }
.features h2 {
  font-size: clamp(34px, 5vw, 54px);
  text-align: center;
  margin: 0 0 12px;
}
.features .subtitle {
  text-align: center; color: var(--muted); font-size: 17px;
  margin: 0 auto 70px; max-width: 520px;
}
.feature {
  display: grid; grid-template-columns: 1fr 1.4fr;
  gap: 50px; align-items: center;
  margin-bottom: 32px;
  background: var(--card);
  border-radius: var(--radius);
  padding: 56px;
  box-shadow: 0 8px 0 rgba(58, 42, 30, 0.06);
  position: relative;
  overflow: hidden;
}
.feature-b, .feature-d { grid-template-columns: 1.4fr 1fr; }
.feature-a { background: #fff4e4; }
.feature-b { background: #ffe4d6; }
.feature-c { background: #e4f3ec; }
.feature-d { background: #2d201a; color: #fff6ea; }
.feature-e { background: #f5e6ff; }
.feature-d .eyebrow { color: var(--yellow) !important; }
.feature-d p { color: rgba(255, 246, 234, 0.78); }
.feature-text .eyebrow {
  font-family: 'Fredoka', sans-serif;
  font-size: 13px; font-weight: 600;
  color: var(--coral);
  display: inline-block; margin-bottom: 16px;
  background: #fff; padding: 6px 14px; border-radius: 999px;
}
.feature-text h3 {
  font-size: 38px;
  line-height: 1.05;
  margin: 0 0 16px;
}
.feature-text p { color: var(--muted); font-size: 16px; margin: 0 0 20px; }
.feature-d .feature-text p { color: rgba(255, 246, 234, 0.78); }
.feature-text ul { padding-left: 0; list-style: none; font-size: 15px; }
.feature-text ul li { margin-bottom: 8px; padding-left: 28px; position: relative; }
.feature-text ul li::before { content: "✨"; position: absolute; left: 0; }

/* Reviews */
.reviews { padding: 100px 0; background: var(--panel); position: relative; }
.rating { text-align: center; margin-bottom: 50px; }
.stars { color: #ffb84d; font-size: 32px; letter-spacing: 6px; }
.score { font-family: 'Fredoka', sans-serif; font-size: 76px; line-height: 1; margin-top: 8px; font-weight: 600; }
.score-sub { color: var(--muted); font-size: 14px; }
.review-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.review-grid blockquote {
  background: #fff; border-radius: 24px;
  padding: 28px; margin: 0;
  box-shadow: 0 6px 0 rgba(58, 42, 30, 0.08);
  position: relative;
}
.review-grid blockquote .rv-stars { color: #ffb84d; margin-bottom: 10px; font-size: 15px; letter-spacing: 2px; }
.review-grid p { margin: 0 0 16px; font-size: 15px; line-height: 1.5; }
.review-grid cite {
  font-style: normal; font-size: 13px; color: var(--muted);
  display: flex; align-items: center; gap: 8px;
}
.review-grid cite .avatar {
  width: 32px; height: 32px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 18px;
}
.av-1 { background: var(--peach); }
.av-2 { background: var(--sky); }
.av-3 { background: var(--mint); }
.av-4 { background: var(--lilac); }
.av-5 { background: var(--yellow); }
.av-6 { background: #ffc7d9; }

/* About */
.about { padding: 100px 0; text-align: center; }
.about h2 { font-size: 46px; margin: 0 0 20px; }
.about p { max-width: 640px; margin: 0 auto; color: var(--muted); font-size: 17px; }

/* CTA */
.cta { padding: 110px 0; text-align: center; position: relative; background: var(--bg); }
.cta h2 { font-size: clamp(34px, 5vw, 54px); margin: 0 0 16px; }
.cta p { color: var(--muted); margin-bottom: 32px; font-size: 17px; }
.cta-badges { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* SEO resource grid */
.resources { padding: 100px 0; background: #fff; }
.resources h2 { font-size: clamp(32px, 4.5vw, 48px); text-align: center; margin: 0 0 12px; }
.resources .subtitle { text-align: center; color: var(--muted); max-width: 540px; margin: 0 auto 50px; }
.res-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.res-card {
  background: var(--bg); border-radius: 22px; padding: 28px;
  transition: transform .2s ease, box-shadow .2s ease;
  box-shadow: 0 4px 0 rgba(58, 42, 30, 0.06);
  display: block; color: var(--ink);
}
.res-card:hover { transform: translateY(-4px); box-shadow: 0 8px 0 rgba(58, 42, 30, 0.1); }
.res-card .tag {
  display: inline-block; background: #fff; padding: 4px 12px;
  border-radius: 999px; font-size: 12px; font-weight: 600;
  color: var(--coral); margin-bottom: 14px;
  font-family: 'Fredoka', sans-serif;
}
.res-card h3 { font-size: 22px; margin: 0 0 8px; }
.res-card p { color: var(--muted); font-size: 14px; margin: 0 0 14px; line-height: 1.5; }
.res-card .arrow { color: var(--coral); font-weight: 600; font-family: 'Fredoka', sans-serif; }

/* Footer */
footer {
  padding: 70px 0 30px;
  border-top: 2px solid rgba(58, 42, 30, 0.08);
  background: var(--panel);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 50px;
}
.footer-brand .logo-img { height: 40px; margin-bottom: 14px; }
.footer-brand p { color: var(--muted); font-size: 14px; margin: 0 0 16px; max-width: 260px; line-height: 1.5; }
.footer-brand .footer-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--ink); color: #fff;
  padding: 8px 16px; border-radius: 12px;
  font-family: 'Fredoka', sans-serif; font-size: 13px; font-weight: 600;
  width: auto; max-width: max-content;
}
.footer-brand .footer-badge svg {
  width: 18px; height: 18px;
  flex-shrink: 0;
  display: block;
}
.footer-col h4 {
  font-family: 'Fredoka', sans-serif;
  font-size: 14px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.06em;
  color: var(--ink); margin: 0 0 16px;
}
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 10px; }
.footer-col a {
  font-size: 14px; color: var(--muted);
  transition: color .15s ease;
}
.footer-col a:hover { color: var(--coral); }
.footer-bottom {
  border-top: 2px solid rgba(58, 42, 30, 0.08);
  padding-top: 24px;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 12px;
  font-size: 13px; color: var(--muted);
}
.footer-bottom .legal { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-bottom .legal a:hover { color: var(--coral); }

/* Legacy footer-inner kept for safety */
.footer-inner {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 14px; color: var(--muted);
  flex-wrap: wrap; gap: 16px;
}
.footer-inner nav { display: flex; gap: 22px; flex-wrap: wrap; }
.footer-inner nav a:hover { color: var(--coral); }

@media (max-width: 800px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .footer-brand { grid-column: 1 / -1; }
}

/* Alternatives hub */
.alt-hero {
  padding: 80px 0 40px;
  text-align: center;
}
.alt-hero h1 { font-size: clamp(38px, 5.5vw, 60px); margin: 0 auto 16px; max-width: 820px; line-height: 1.05; }
.alt-hero p { color: var(--muted); font-size: 18px; max-width: 620px; margin: 0 auto 24px; }
.alt-hero .pill {
  display: inline-block; background: var(--yellow);
  padding: 6px 16px; border-radius: 999px;
  font-family: 'Fredoka', sans-serif; font-size: 13px; font-weight: 600;
  margin-bottom: 18px;
}

.alt-grid {
  padding: 30px 0 100px;
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.alt-card {
  background: #fff; border-radius: 24px;
  padding: 32px;
  box-shadow: 0 6px 0 rgba(58, 42, 30, 0.07);
  transition: transform .18s ease, box-shadow .18s ease;
  display: flex; flex-direction: column;
}
.alt-card:hover { transform: translateY(-4px); box-shadow: 0 10px 0 rgba(58, 42, 30, 0.1); }
.alt-card .vs {
  font-family: 'Fredoka', sans-serif;
  font-size: 13px; font-weight: 600;
  color: var(--coral); text-transform: uppercase; letter-spacing: 0.08em;
  margin-bottom: 8px;
}
.alt-card h2 { font-size: 26px; margin: 0 0 10px; }
.alt-card .summary { color: var(--muted); font-size: 15px; margin: 0 0 18px; line-height: 1.55; }
.alt-card ul { list-style: none; padding: 0; margin: 0 0 22px; }
.alt-card ul li {
  font-size: 14px; padding-left: 24px; position: relative;
  margin-bottom: 6px; color: var(--ink);
}
.alt-card ul li::before { content: "✓"; position: absolute; left: 0; color: var(--coral); font-weight: 700; }
.alt-card .read-more {
  margin-top: auto;
  color: var(--coral); font-weight: 600; font-family: 'Fredoka', sans-serif;
  font-size: 15px;
}

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

/* Comparison page */
.compare-hero {
  padding: 70px 0 30px;
  text-align: center;
}
.compare-hero .crumb { color: var(--muted); font-size: 14px; margin-bottom: 16px; }
.compare-hero .crumb a { color: var(--coral); font-weight: 600; }
.compare-hero h1 {
  font-size: clamp(34px, 5vw, 54px);
  margin: 0 auto 18px; max-width: 820px; line-height: 1.05;
}
.compare-hero .lead { color: var(--muted); font-size: 18px; max-width: 640px; margin: 0 auto 28px; }

.compare-table-wrap { padding: 20px 0 60px; }
.compare-table {
  width: 100%; border-collapse: separate; border-spacing: 0;
  background: #fff; border-radius: 24px; overflow: hidden;
  box-shadow: 0 6px 0 rgba(58, 42, 30, 0.07);
  font-size: 15px;
}
.compare-table th, .compare-table td {
  padding: 16px 20px; text-align: left;
  border-bottom: 1px solid rgba(58, 42, 30, 0.08);
}
.compare-table thead th {
  background: var(--panel);
  font-family: 'Fredoka', sans-serif; font-weight: 600; font-size: 16px;
}
.compare-table thead th.col-us { background: #fff4e4; color: var(--coral); }
.compare-table tbody tr:last-child td { border-bottom: none; }
.compare-table .yes { color: #2a8c5a; font-weight: 700; }
.compare-table .no  { color: #c25; font-weight: 700; }
.compare-table td.feat { font-weight: 600; }

.compare-section { padding: 30px 0; }
.compare-section h2 { font-size: 28px; margin: 0 0 12px; }
.compare-section p { color: var(--ink); font-size: 16.5px; line-height: 1.7; }
.compare-section .bottom-line {
  background: var(--panel); border-left: 6px solid var(--coral);
  border-radius: 16px; padding: 16px 22px; margin-top: 14px;
  font-size: 15.5px;
}
.compare-section .bottom-line strong { font-family: 'Fredoka', sans-serif; }

/* Blog */
.blog-hero { padding: 70px 0 30px; text-align: center; }
.blog-hero h1 { font-size: clamp(38px, 5.5vw, 60px); margin: 0 auto 14px; max-width: 760px; }
.blog-hero p { color: var(--muted); font-size: 18px; max-width: 560px; margin: 0 auto; }

.blog-grid {
  padding: 40px 0 100px;
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.blog-card {
  background: #fff; border-radius: 22px; padding: 28px;
  box-shadow: 0 4px 0 rgba(58, 42, 30, 0.06);
  transition: transform .18s ease, box-shadow .18s ease;
  display: flex; flex-direction: column;
}
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 8px 0 rgba(58, 42, 30, 0.1); }
.blog-card .blog-tag {
  display: inline-block; background: var(--bg);
  padding: 4px 12px; border-radius: 999px;
  font-size: 12px; font-weight: 600; color: var(--coral);
  font-family: 'Fredoka', sans-serif; margin-bottom: 14px;
  align-self: flex-start;
}
.blog-card h2 { font-size: 22px; margin: 0 0 8px; line-height: 1.2; }
.blog-card .excerpt { color: var(--muted); font-size: 14px; margin: 0 0 16px; line-height: 1.55; }
.blog-card .blog-meta {
  font-size: 13px; color: var(--muted);
  margin-top: auto;
  display: flex; gap: 10px; align-items: center;
}
.blog-card .blog-meta .dot { opacity: 0.5; }

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

/* Blog post (uses .article + extras) */
.post-header {
  padding: 60px 0 20px; max-width: 760px;
  margin: 0 auto;
}
.post-header .crumb { color: var(--muted); font-size: 14px; margin-bottom: 16px; }
.post-header .crumb a { color: var(--coral); font-weight: 600; }
.post-header .post-tag {
  display: inline-block; background: var(--yellow);
  padding: 4px 14px; border-radius: 999px;
  font-family: 'Fredoka', sans-serif; font-size: 13px; font-weight: 600;
  margin-bottom: 14px;
}
.post-header h1 {
  font-family: 'Fredoka', sans-serif; font-weight: 600;
  font-size: clamp(34px, 5vw, 52px); line-height: 1.05;
  margin: 0 0 16px;
}
.post-header .byline {
  display: flex; align-items: center; gap: 12px;
  color: var(--muted); font-size: 14px;
  margin-top: 20px;
}
.post-header .byline .avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--peach); display: inline-flex;
  align-items: center; justify-content: center; font-size: 20px;
}
.post-header .byline strong { color: var(--ink); display: block; font-family: 'Fredoka', sans-serif; }

/* Responsive */
@media (max-width: 800px) {
  .feature { grid-template-columns: 1fr; padding: 36px; gap: 32px; }
  .feature-b .feature-image, .feature-d .feature-image { order: -1; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .review-grid { grid-template-columns: 1fr; }
  .res-grid { grid-template-columns: 1fr; }
  .nav nav { display: none; }
  .hero { padding: 40px 0 20px; }
  .features { padding: 60px 0; }
  .feature-text h3 { font-size: 28px; }
}

/* Article / legal pages */
.article { padding: 60px 0 80px; max-width: 760px; }
.article .crumb { color: var(--muted); font-size: 14px; margin-bottom: 16px; }
.article .crumb a { color: var(--coral); font-weight: 600; }
.article h1 {
  font-size: clamp(36px, 5vw, 56px);
  margin: 0 0 14px; line-height: 1.05;
}
.article .meta { color: var(--muted); margin-bottom: 40px; font-size: 14px; }
.article h2 { font-size: 28px; margin: 40px 0 14px; }
.article h3 { font-size: 20px; margin: 28px 0 10px; }
.article p, .article li { color: #3a2a1e; font-size: 16.5px; line-height: 1.7; }
.article ul, .article ol { padding-left: 22px; }
.article li { margin-bottom: 8px; }
.article .callout {
  background: var(--panel); border-radius: 20px;
  padding: 22px 26px; margin: 28px 0;
  border-left: 6px solid var(--coral);
}
.article .callout strong { font-family: 'Fredoka', sans-serif; }
.article table {
  width: 100%; border-collapse: collapse; margin: 20px 0;
  background: #fff; border-radius: 16px; overflow: hidden;
  box-shadow: 0 4px 0 rgba(58, 42, 30, 0.06);
}
.article th, .article td {
  padding: 14px 18px; text-align: left; border-bottom: 1px solid rgba(58, 42, 30, 0.08);
  font-size: 15px;
}
.article th { background: var(--panel); font-family: 'Fredoka', sans-serif; font-weight: 600; }
.article a { color: var(--coral); font-weight: 600; }
.article a.btn { color: #fff; }
.article a.btn-ghost { color: var(--ink); }
.article .cta-inline {
  background: linear-gradient(135deg, var(--peach), var(--yellow));
  border-radius: 24px; padding: 30px; margin: 40px 0;
  text-align: center;
}
.article .cta-inline h3 { font-size: 24px; margin: 0 0 8px; }
.article .cta-inline p { margin: 0 0 16px; color: var(--ink); }
