/* Daily Dove shared styles */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=Fraunces:ital,wght@0,400;0,500;0,600;1,400&display=swap');

:root {
  --cream: #FDFBF8;
  --cream-2: #F8F4EE;
  --cream-3: #F3EFE8;
  --ink: #231f1a;
  --ink-soft: #5a524a;
  --ink-mute: #8c837a;
  --rose: #C4627A;
  --rose-2: #E8788E;
  --rose-3: #F8A4B8;
  --rose-shadow: rgba(232,120,142,0.3);
  --rose-tint: rgba(232,120,142,0.08);
  --gold: #FDC261;
  --gold-2: #E8A640;
  --espresso: #5D382F;
  --line: rgba(0,0,0,0.06);
  --line-2: rgba(0,0,0,0.10);
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.03), 0 4px 8px rgba(0,0,0,0.05);
  --shadow-md: 0 8px 24px rgba(0,0,0,0.06), 0 24px 60px rgba(0,0,0,0.08);
  --shadow-phone: 0 8px 24px rgba(0,0,0,0.08), 0 40px 80px rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.06);
  --shadow-rose: 0 12px 32px rgba(196,98,122,0.22), 0 2px 6px rgba(196,98,122,0.2);
  --shadow-gold: 0 0 46px rgba(253,194,97,0.55), 0 0 80px rgba(253,194,97,0.35);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: 'DM Sans', -apple-system, system-ui, sans-serif;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  font-feature-settings: 'ss01' on, 'cv11' on;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
img { display: block; max-width: 100%; }

.serif { font-family: 'Fraunces', Georgia, serif; font-optical-sizing: auto; }
.mono { font-family: ui-monospace, 'SF Mono', Menlo, monospace; }
.eyebrow {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--rose);
}
.tag-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.6);
  border: 1px solid var(--line);
  font-size: 13px;
  font-weight: 600;
  backdrop-filter: blur(8px);
}
.tag-pill .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--rose-2); }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.1px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .2s;
}
.btn-primary {
  background: linear-gradient(180deg, var(--rose-2) 0%, var(--rose) 100%);
  color: #fff;
  box-shadow: var(--shadow-rose);
}
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 16px 40px rgba(196,98,122,0.28); }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--line-2);
}
.btn-ghost:hover { border-color: var(--ink); }
.btn-dark {
  background: var(--ink);
  color: #fff;
}
.btn-dark:hover { background: #000; }

.app-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #000;
  color: #fff;
  padding: 11px 18px 11px 14px;
  border-radius: 12px;
  text-decoration: none;
  font-family: 'DM Sans', sans-serif;
}
.app-badge svg { flex-shrink: 0; }
.app-badge .sm { font-size: 10px; opacity: .8; line-height: 1; margin-bottom: 2px; }
.app-badge .lg { font-size: 18px; font-weight: 600; line-height: 1; letter-spacing: -0.2px; }

.glass {
  background: rgba(255,255,255,0.5);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.6);
}

/* Phone frame */
.phone {
  position: relative;
  width: 393px;
  height: 852px;
  border-radius: 48px;
  background: var(--cream);
  box-shadow: var(--shadow-phone);
  overflow: hidden;
}
.phone .island {
  position: absolute;
  left: 50%; top: 14px;
  transform: translateX(-50%);
  width: 126px; height: 36px;
  border-radius: 20px;
  background: #1a1a1a;
  z-index: 20;
}
.phone .home-ind {
  position: absolute;
  left: 50%; bottom: 8px;
  transform: translateX(-50%);
  width: 139px; height: 5px;
  border-radius: 100px;
  background: rgba(0,0,0,0.25);
  z-index: 25;
}

/* section wrapper */
.sect { padding: 120px 32px; }
.sect-inner { max-width: 1200px; margin: 0 auto; }
.h-display {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: clamp(42px, 6vw, 88px);
  line-height: 0.98;
  letter-spacing: -0.035em;
  color: var(--ink);
}
.h-display em {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 400;
  color: var(--rose);
}
.h-section {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 4.5vw, 60px);
  line-height: 1.02;
  letter-spacing: -0.03em;
}
.lede {
  font-size: 19px;
  line-height: 1.5;
  color: var(--ink-soft);
  max-width: 540px;
}

/* footer */
.legal-page {
  max-width: 780px;
  margin: 0 auto;
  padding: 60px 32px 120px;
}
.legal-page h1 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 48px;
  letter-spacing: -0.03em;
  margin: 0 0 8px;
}
.legal-page .meta {
  color: var(--ink-mute);
  font-size: 14px;
  margin-bottom: 48px;
}
.legal-page h2 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.01em;
  margin: 48px 0 16px;
  color: var(--rose);
}
.legal-page h3 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin: 24px 0 8px;
}
.legal-page p, .legal-page li {
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink-soft);
}
.legal-page ul { padding-left: 22px; }
.legal-page li { margin-bottom: 6px; }
.legal-page strong { color: var(--ink); font-weight: 600; }
.legal-page a { color: var(--rose); text-decoration: underline; text-underline-offset: 3px; }

.top-nav {
  padding: 24px 32px;
  display: flex; align-items: center; justify-content: space-between;
  max-width: 1280px; margin: 0 auto;
}
.top-nav .logo {
  display: flex; align-items: center; gap: 10px;
  font-weight: 700; font-size: 18px; letter-spacing: -0.02em;
  text-decoration: none; color: var(--ink);
}
.top-nav .logo .mark {
  width: 32px; height: 32px;
  border-radius: 10px;
  background: linear-gradient(180deg, var(--rose-2), var(--rose));
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 800;
}
.top-nav nav { display: flex; gap: 28px; }
.top-nav nav a {
  font-size: 14px; font-weight: 500; color: var(--ink-soft);
  text-decoration: none;
}
.top-nav nav a:hover { color: var(--ink); }
