:root {
  --navy: #1B1B6F;
  --navy-2: #071a31;
  --ink: #17223a;
  --muted: #4a4a6a;
  --soft: #faf4ee;
  --cream: #fdfaf6;
  --line: #e5ded7;
  --pink: #EC1A8C;
  --pink-2: #ffc0d3;
  --blush: #fff1f6;
  --white: #ffffff;
  --shadow: 0 20px 56px rgba(7, 26, 49, 0.12);
  --heading: Poppins, Inter, Arial, sans-serif;
  --sans: Inter, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.75;
  background: var(--soft);
}

img {
  display: block;
  max-width: 100%;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.icon,
.feature-svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(253, 250, 246, 0.94);
  border-bottom: 1px solid rgba(27, 27, 111, 0.1);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(1180px, calc(100% - 36px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--navy);
  font-family: var(--heading);
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  font-weight: 800;
  white-space: nowrap;
  text-decoration: none;
}

.logo-brand {
  gap: 8px;
}

.logo-heart {
  width: 26px;
  height: 24px;
  flex-shrink: 0;
}

.logo-mark {
  height: 30px;
  width: auto;
  flex-shrink: 0;
  display: block;
}

.logo-wordmark {
  font-family: 'DM Serif Display', Georgia, serif;
  font-weight: 400;
  font-size: 1.65rem;
  line-height: 1;
  letter-spacing: -0.015em;
}

.logo-date {
  color: #1B1B6F;
}

.logo-smarter {
  color: #EC1A8C;
}

/* Footer logo — "Date" becomes white on dark background */
.footer-logo .logo-date {
  color: #ffffff;
}

.brand-mark {
  width: 32px;
  height: 32px;
  color: var(--pink);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 38px);
  color: var(--navy);
  font-size: 0.94rem;
  font-weight: 700;
}

.nav-links a {
  padding: 27px 0 24px;
  border-bottom: 3px solid transparent;
}

.nav-links a[aria-current="page"],
.nav-links a:hover {
  color: var(--pink);
  border-color: var(--pink);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 28px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-family: var(--heading);
  font-weight: 700;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: var(--white);
  background: linear-gradient(135deg, #EC1A8C, #c4006d);
  box-shadow: 0 12px 28px rgba(249, 34, 152, 0.35);
}

.btn-secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.06);
}

.btn-small {
  min-height: 42px;
  padding: 0 24px;
  box-shadow: none;
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 92% 60%, rgba(255, 107, 157, 0.55), transparent 16%),
    radial-gradient(circle at 76% 36%, rgba(121, 183, 255, 0.14), transparent 18%),
    linear-gradient(120deg, #06162c 0%, #09213d 52%, #071a31 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 14px 14px;
  mask-image: linear-gradient(90deg, transparent 0, #000 28%, transparent 82%);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  width: min(1180px, calc(100% - 36px));
  min-height: 610px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.8fr);
  align-items: center;
  gap: 56px;
  padding: 54px 0 0;
}

.eyebrow,
.section-kicker,
.blog-meta {
  color: var(--pink-2);
  font-family: var(--sans);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Eyebrow labels on light backgrounds use brand pink for readability */
.section-kicker,
.blog-meta {
  color: var(--pink);
}

.eyebrow {
  max-width: 650px;
  margin: 0 0 16px;
  color: var(--pink-2);
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  text-transform: none;
}

h1,
h2,
h3 {
  font-family: var(--heading);
  line-height: 1.06;
  letter-spacing: 0;
}

h1 {
  max-width: 780px;
  margin: 0 0 20px;
  font-size: clamp(3.1rem, 6.7vw, 5.7rem);
  font-weight: 800;
}

h2 {
  margin: 8px 0 0;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  font-weight: 800;
}

h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
}

p {
  color: var(--muted);
}

.hero-eyebrow {
  margin: 0 0 14px;
  color: #EC1A8C;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-copy {
  max-width: 640px;
  color: #edf5ff;
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 32px 0 28px;
}

.trust-line {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: start;
  max-width: 520px;
  gap: 12px;
  color: #e6edf7;
  font-size: 0.96rem;
  line-height: 1.45;
}

.trust-icon {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  color: var(--pink-2);
}

.phone-wrap {
  align-self: end;
  justify-self: center;
  width: min(390px, 100%);
  padding-top: 10px;
}

.phone {
  position: relative;
  overflow: hidden;
  aspect-ratio: 9 / 18.7;
  border: 10px solid #101216;
  border-radius: 46px 46px 0 0;
  background: #fff;
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.36);
}

.phone::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 50%;
  width: 112px;
  height: 28px;
  border-radius: 999px;
  background: #101216;
  transform: translateX(-50%);
  z-index: 2;
}

.phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.phone-screen {
  height: 100%;
  padding: 48px 18px 18px;
  color: #263244;
  background: linear-gradient(180deg, #fff, #fff5f8);
  font-size: 0.78rem;
}

.phone-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.phone-top strong,
.phone-top small {
  display: block;
  line-height: 1.25;
}

.phone-top small {
  color: #7d8794;
}

.phone-avatar {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffc0d3, #EC1A8C);
}

.phone-chat {
  display: grid;
  gap: 10px;
}

.phone-bubble {
  max-width: 78%;
  margin: 0;
  padding: 10px 12px;
  border-radius: 12px;
  color: #263244;
  background: #f0f1f4;
  line-height: 1.35;
}

.phone-bubble.mine {
  justify-self: end;
  background: #ffd5e4;
}

.phone-input {
  margin: 18px 0 10px;
  padding: 10px 12px;
  border: 1px solid #e1e3e8;
  border-radius: 999px;
  color: #9aa2ad;
  background: #fff;
}

.p-chips {
  display: flex;
  gap: 6px;
  margin-bottom: 12px;
}

.p-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  color: #333;
  background: #fff;
  font-size: 0.62rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.p-chip .icon {
  width: 12px;
  height: 12px;
}

.p-chip.on {
  color: #fff;
  border-color: #EC1A8C;
  background: #EC1A8C;
}

.phone-suggestion {
  padding: 12px;
  border: 1px solid #ffc0d3;
  border-radius: 10px;
  color: #263244;
  background: #fff1f6;
  font-size: 0.72rem;
  line-height: 1.35;
}

.phone-suggestion span {
  display: block;
  margin-bottom: 6px;
  color: #EC1A8C;
  font-weight: 900;
}

.phone-suggestion button {
  display: block;
  width: 100%;
  min-height: 34px;
  margin-top: 10px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: #EC1A8C;
  font-weight: 800;
}

.announcement {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 48px;
  padding: 8px 18px;
  color: var(--navy);
  background: linear-gradient(90deg, #ffd8e4, #ffb7ce);
  font-weight: 800;
  text-align: center;
}

.section {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: 104px 0;
  border-bottom: 1px solid var(--line);
}

.section:last-of-type {
  border-bottom: 0;
}

.split,
.story-split {
  display: grid;
  grid-template-columns: minmax(240px, 0.76fr) minmax(0, 1.44fr);
  gap: 48px;
  align-items: center;
}

.story-split {
  grid-template-columns: minmax(260px, 0.8fr) minmax(320px, 1.1fr);
}

.section-copy p,
.page-intro p {
  margin: 18px 0 0;
}

.centered {
  max-width: 760px;
  margin: 0 auto 32px;
  text-align: center;
}

.stat-card {
  display: block;
  grid-template-columns: none;
  align-items: center;
  gap: 18px;
  max-width: 520px;
  margin-top: 28px;
  padding: 22px;
  border: 1px solid #f5c9d7;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
}

.stat-card span {
  color: var(--muted);
}

.lifestyle-card,
.trust-photo {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.lifestyle-card img {
  width: 100%;
  height: min(430px, 52vw);
  object-fit: cover;
  filter: saturate(0.92) contrast(0.96);
}

.flow {
  display: grid;
  grid-template-columns: 1fr 42px 1fr 42px 1fr;
  align-items: center;
  gap: 18px;
}

.mini-panel,
.feature-card,
.help-card,
.blog-card,
.faq-item,
.notes-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 32px rgba(7, 26, 49, 0.06);
}

.mini-panel {
  min-height: 144px;
  padding: 20px;
  display: grid;
  place-items: center;
  text-align: center;
}

.blank-panel {
  background: #f1f0ee;
}

.mini-visual {
  width: 100%;
  min-height: 70px;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
}

.match-pill,
.message-input,
.suggestion-box {
  width: min(205px, 100%);
  min-height: 54px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.match-pill {
  gap: 10px;
  color: var(--navy);
  background: #fff;
  box-shadow: var(--shadow);
}

.heart-square {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--white);
  border-radius: 7px;
  background: var(--pink);
}

.message-input {
  justify-content: flex-start;
  padding: 0 16px;
  color: #9aa6b6;
  border: 1px solid #d5d0ca;
  background: #fff;
}

.cursor,
.blink-cursor {
  display: inline-block;
  width: 2px;
  height: 14px;
  margin-left: 2px;
  vertical-align: middle;
  background: #EC1A8C;
  animation: blink 1s step-end infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

.suggestion-box {
  gap: 8px;
  color: var(--pink);
  border: 1px solid #ffc0d3;
  background: var(--blush);
  font-weight: 800;
}

.flow-sub {
  margin: 4px 0 0;
  color: #9090A8;
  font-size: 0.7rem;
  font-style: italic;
  line-height: 1.35;
}

.flow-arrow {
  width: 34px;
  height: 34px;
  color: var(--navy);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  justify-self: center;
}

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

.feature-card {
  position: relative;
  min-height: 220px;
  padding: 24px;
}

.feature-number,
.step-num {
  display: block;
  margin-bottom: 10px;
  color: #9090a8;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.feature-svg {
  width: 36px;
  height: 36px;
  margin-bottom: 18px;
  color: var(--pink);
}

.navy-icon {
  color: var(--pink);
  stroke-width: 1.75;
}

.feature-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-family: var(--heading);
  line-height: 1.25;
}

.feature-card p,
.help-card p,
.blog-card p,
.notes-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

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

.help-card {
  overflow: hidden;
  min-height: 340px;
  display: flex;
  flex-direction: column;
}

.help-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 20px;
  color: var(--navy);
  background: linear-gradient(180deg, #ffd6e9, #fff1f7);
  border-bottom: 1px solid #ffb3d1;
  font-family: var(--heading);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.chat-example {
  padding: 20px;
}

.help-body {
  padding: 22px;
}

.help-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #EC1A8C;
  font-family: var(--heading);
  font-weight: 800;
}

.help-moment,
.why-line {
  color: #9090A8;
  font-size: 0.82rem;
  font-style: italic;
  line-height: 1.55;
}

.help-moment {
  margin: 0 0 16px;
}

.chip {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--muted);
  background: #f0eef2;
  font-size: 0.8rem;
  font-weight: 800;
}

.chip.active {
  color: #fff;
  border-color: #EC1A8C;
  background: #EC1A8C;
}

.ds-bubble {
  margin: 14px 0 12px;
  padding: 14px;
  border: 1px solid #EC1A8C;
  border-radius: 8px;
  color: var(--ink);
  background: var(--blush);
  font-size: 0.88rem;
  line-height: 1.6;
}

.bubble {
  width: fit-content;
  max-width: 86%;
  padding: 12px 14px;
  margin-bottom: 12px;
  border-radius: 8px;
  background: #eef1f5;
  color: #2b3746;
  line-height: 1.45;
}

.bubble-pink {
  margin-left: auto;
  background: var(--blush);
  border: 1px solid #ffc0d3;
}

.suggestion-note {
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 0.92rem;
  text-align: center;
}

.suggestion-note span {
  color: #EC1A8C;
  font-weight: 900;
}

.trust-section {
  border-bottom: 0;
}

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

.notes-grid article {
  padding: 26px;
  font-size: 0.88rem;
  line-height: 1.6;
}

.notes-grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-family: var(--heading);
  font-size: 1.1rem;
}

.trust-section {
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) minmax(260px, 1fr) minmax(260px, 0.9fr);
  gap: 32px;
  align-items: center;
}

.trust-photo img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.suggestion-card {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  padding: 16px;
  border: 1px solid #ffc0d3;
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 241, 246, 0.94);
  box-shadow: var(--shadow);
  font-size: 0.88rem;
  line-height: 1.6;
}

.suggestion-card span {
  display: block;
  margin-bottom: 6px;
  color: var(--pink);
  font-weight: 900;
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 10px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.6;
}

.check-list .icon {
  color: var(--pink);
}

.waitlist {
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1.45fr);
  gap: 32px;
  align-items: start;
  padding-top: 86px;
}

.waitlist-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px 16px;
  align-items: end;
  max-width: 980px;
  margin: 0 auto;
}

.waitlist-form .field-wide {
  grid-column: 1 / -1;
}

.waitlist-form button[type="submit"] {
  grid-column: 1 / -1;
  justify-self: stretch;
  min-height: 52px;
}

.field label {
  display: block;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 46px;
  padding: 0 12px;
  border: 1px solid #d5d0ca;
  border-radius: 7px;
  background: var(--cream);
  color: var(--ink);
}

.field textarea {
  min-height: 46px;
  padding-top: 12px;
  resize: vertical;
}

.privacy-note,
.form-message,
.privacy-micro {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 0.82rem;
}

.privacy-micro {
  margin: 2px 0 0;
  color: #9090A8;
  font-size: 0.72rem;
  text-align: center;
}

.form-message {
  display: none;
  padding: 10px 12px;
  border-radius: 7px;
  color: #164336;
  background: #e3f8f1;
}

.form-message.is-visible {
  display: block;
}

.home-faq {
  display: grid;
  grid-template-columns: minmax(220px, 0.52fr) minmax(0, 1.48fr);
  gap: 32px;
}

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

.faq-item {
  padding: 0;
  border: 0;
  border-bottom: 1px solid #ebebf0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.faq-item summary {
  min-height: 0;
  padding: 18px 0;
  cursor: pointer;
  color: #1B1B6F;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--heading);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.35;
  list-style: none;
}

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

.faq-item summary::after {
  content: "+";
  color: #EC1A8C;
  font-size: 1.3rem;
  font-weight: 400;
}

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

.faq-item p,
.faq-a {
  max-width: 600px;
  margin: 0;
  padding: 0 0 18px;
  color: #6b6b8a;
  font-size: 0.87rem;
  line-height: 1.7;
}

.testimonial-pull {
  max-width: 600px;
  margin: 0 auto;
  padding: 48px 5% 0;
  text-align: center;
}

.testimonial-pull blockquote {
  position: relative;
  margin: 0 0 12px;
  color: #1B1B6F;
  font-family: var(--heading);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 600;
  line-height: 1.5;
}

.testimonial-pull blockquote::before {
  content: "\201C";
  color: #EC1A8C;
  font-size: 4rem;
  line-height: 0;
  vertical-align: -0.5em;
  margin-right: 4px;
}

.testimonial-pull cite {
  color: #9090A8;
  font-size: 0.82rem;
  font-style: normal;
}

.site-footer {
  color: var(--white);
  background: linear-gradient(120deg, #06162c, #09213d);
}

.footer-inner {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(0, 2.1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 34px 0 38px;
}

.footer-brand p,
.copyright {
  margin: 6px 0 0;
  color: #d7e3f3;
}

.footer-brand-line {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.72rem;
  font-style: italic;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  color: #e6edf7;
  font-size: 0.92rem;
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 14px;
}

.footer-social a {
  display: inline-grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.5);
}

.footer-social a:hover {
  color: #EC1A8C;
}

.site-footer .brand {
  color: var(--white);
}

.footer-social .icon {
  width: 18px;
  height: 18px;
}

.store-buttons {
  display: flex;
  gap: 10px;
}

.store {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 7px;
  color: var(--white);
  font-weight: 800;
  font-size: 0.82rem;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.15s ease, background-color 0.15s ease;
}

a.store:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.page-hero {
  color: var(--white);
  background:
    radial-gradient(circle at 86% 44%, rgba(255, 107, 157, 0.3), transparent 18%),
    linear-gradient(120deg, #06162c, #09213d);
}

.page-hero-inner {
  width: min(1120px, calc(100% - 36px));
  min-height: 330px;
  margin: 0 auto;
  display: grid;
  align-items: center;
  padding: 54px 0;
}

.page-intro {
  max-width: 760px;
}

.page-intro p {
  color: #dce8f7;
  font-size: 1.1rem;
}

.deep-section {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: 76px 0;
}

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

.process-step,
.blog-card {
  min-height: 230px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 32px rgba(7, 26, 49, 0.06);
}

.step-number {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 18px;
  border-radius: 999px;
  color: var(--navy);
  background: var(--pink-2);
  font-weight: 900;
}

.wide-band {
  background: #eef7ff;
}

.wide-band .deep-section {
  border: 0;
}

.blog-card {
  display: grid;
  align-content: start;
  gap: 14px;
}

.blog-card h2 {
  font-size: clamp(1.55rem, 2.5vw, 2.2rem);
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .cursor,
  .blink-cursor {
    animation: none;
  }
}

@media (max-width: 940px) {
  .nav {
    min-height: auto;
    padding: 16px 0;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: space-between;
    gap: 12px;
    overflow-x: auto;
  }

  .nav-links a {
    padding: 8px 0;
  }

  .hero-inner,
  .split,
  .story-split,
  .trust-section,
  .waitlist,
  .home-faq,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    gap: 34px;
    padding-top: 44px;
  }

  .phone-wrap {
    width: min(330px, 86vw);
  }

  .feature-grid,
  .help-grid,
  .process-grid,
  .blog-grid,
  .notes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flow {
    grid-template-columns: 1fr;
  }

  .flow-arrow {
    transform: rotate(90deg);
  }

  .waitlist-form {
    grid-template-columns: 1fr 1fr;
  }

  .footer-links,
  .store-buttons {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .nav {
    width: min(100% - 28px, 1120px);
  }

  .brand {
    font-size: 1.3rem;
  }

  .btn-small {
    padding: 0 16px;
  }

  .hero-inner,
  .section,
  .deep-section,
  .page-hero-inner,
  .footer-inner {
    width: min(100% - 28px, 1120px);
  }

  .section {
    padding: 76px 0;
  }

  h1 {
    font-size: clamp(2.55rem, 13vw, 4rem);
  }

  .hero-actions,
  .store-buttons {
    flex-direction: column;
  }

  .btn,
  .store {
    width: 100%;
  }

  .feature-grid,
  .help-grid,
  .process-grid,
  .blog-grid,
  .waitlist-form,
  .notes-grid {
    grid-template-columns: 1fr;
  }

  .lifestyle-card img,
  .trust-photo img {
    height: 330px;
  }

  .stat-card {
    grid-template-columns: 1fr;
  }
}

/* ═══════════════════════════════════════════
   PREMIUM UI OVERHAUL — June 2026
═══════════════════════════════════════════ */

/* ── PHONE: flex column + overlay ── */
.phone-screen {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.phone-chat {
  flex: 1;
  overflow: hidden;
}

.phone-input-wrap {
  margin: 8px 0 0;
  flex-shrink: 0;
}

/* ── DS BOTTOM-SHEET OVERLAY ── */
.ds-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  border-radius: 18px 18px 0 0;
  box-shadow: 0 -8px 32px rgba(27, 27, 111, 0.14);
  padding: 0 14px 12px;
  z-index: 10;
  transition: opacity 0.2s;
}

.ds-overlay-handle {
  width: 34px;
  height: 4px;
  background: #e0ddd8;
  border-radius: 2px;
  margin: 8px auto 10px;
}

.ds-overlay-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.ds-overlay-title {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 0.75rem;
  color: var(--navy);
}

.ds-overlay-close {
  background: none;
  border: none;
  color: #bbb;
  font-size: 0.75rem;
  cursor: pointer;
  line-height: 1;
  padding: 0;
}

.ds-tab-row {
  display: flex;
  gap: 5px;
  margin-bottom: 8px;
}

.ds-tab {
  flex: 1;
  padding: 5px 2px;
  border: 1.5px solid #e5e0db;
  border-radius: 20px;
  background: #fff;
  color: #777;
  font-family: var(--sans);
  font-size: 0.58rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  transition: all 0.18s ease;
  white-space: nowrap;
}

.ds-tab:hover {
  border-color: var(--pink);
  color: var(--pink);
}

.ds-tab.active {
  background: var(--pink);
  border-color: var(--pink);
  color: #fff;
}

.ds-tab .icon {
  width: 10px;
  height: 10px;
}

.ds-sub-tag {
  display: inline-block;
  padding: 3px 8px;
  background: #f4f2ef;
  border-radius: 6px;
  font-size: 0.56rem;
  font-weight: 600;
  color: #888;
  margin-bottom: 6px;
}

.ds-suggestion-text {
  font-size: 0.7rem;
  line-height: 1.5;
  color: #263244;
  margin-bottom: 5px;
  min-height: 2.2em;
  transition: opacity 0.2s;
}

.ds-why-text {
  font-size: 0.58rem;
  color: #aaa;
  font-style: italic;
  margin-bottom: 8px;
  min-height: 1.4em;
  transition: opacity 0.2s;
}

.ds-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-bottom: 7px;
}

.ds-btn-use {
  background: var(--pink);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 9px 0;
  font-family: var(--heading);
  font-size: 0.65rem;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.15s;
}

.ds-btn-use:hover { background: #d4167e; }

.ds-btn-try {
  background: #fff;
  color: var(--navy);
  border: 1.5px solid #e0ddd8;
  border-radius: 8px;
  padding: 9px 0;
  font-family: var(--sans);
  font-size: 0.65rem;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.15s;
}

.ds-btn-try:hover { border-color: var(--navy); }

.ds-helpful {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.56rem;
  color: #bbb;
}

.ds-helpful span { cursor: pointer; font-size: 0.85rem; }

/* ── PREMIUM STAT CARD ── */
.stat-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #fff 0%, #fff6fb 100%);
  border: 1.5px solid #ffc0d3;
  border-radius: 16px;
  padding: 28px 28px 22px 32px;
  margin-top: 28px;
  max-width: 520px;
}

.stat-quote-mark {
  position: absolute;
  top: -8px;
  left: 14px;
  font-family: Georgia, serif;
  font-size: 7rem;
  color: var(--pink);
  opacity: 0.12;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.stat-statement {
  font-family: var(--heading);
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.55;
  margin: 0 0 14px;
  position: relative;
}

.stat-bar {
  width: 48px;
  height: 3px;
  background: var(--pink);
  border-radius: 2px;
}

/* ── HELP CARDS: CHAT SIMULATION ── */
.help-chat-sim {
  padding: 14px 16px 10px;
  background: #f8f6f3;
  border-bottom: 1px solid #ece9e4;
}

.chat-row {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin-bottom: 7px;
}

.chat-row.outgoing {
  flex-direction: row-reverse;
}

.chat-face {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffc0d3, var(--pink));
  color: #fff;
  font-size: 0.6rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.chat-face.match {
  background: linear-gradient(135deg, #6ea8e8, #1b1b6f);
}

.chat-text-sm {
  max-width: 78%;
  padding: 6px 10px;
  border-radius: 12px;
  font-size: 0.68rem;
  line-height: 1.4;
  color: #263244;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.07);
}

.chat-row.outgoing .chat-text-sm {
  background: #e6ebff;
  color: #1b1b6f;
}

.chat-blank-input {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 5px 10px;
  border: 1.5px dashed var(--pink);
  border-radius: 18px;
  color: #bbb;
  font-size: 0.62rem;
  background: #fff;
}

/* ── TESTIMONIALS CAROUSEL ── */
.testimonial-carousel {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  padding: 56px 0 0;
  overflow: hidden;
}

.testimonial-track {
  display: flex;
  transition: transform 0.45s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.testimonial-slide {
  min-width: 100%;
  text-align: center;
  padding: 0 16px;
}

.testimonial-slide blockquote {
  font-family: var(--heading);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 600;
  color: var(--navy);
  line-height: 1.55;
  margin: 0 0 14px;
  position: relative;
}

.testimonial-slide blockquote::before {
  content: '\201C';
  color: var(--pink);
  font-size: 4rem;
  line-height: 0;
  vertical-align: -0.5em;
  margin-right: 4px;
}

.testimonial-slide cite {
  font-size: 0.82rem;
  color: #9090a8;
  font-style: normal;
}

.testimonial-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 28px;
}

.testimonial-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid var(--line);
  background: #fff;
  cursor: pointer;
  font-size: 0.9rem;
  color: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.15s, color 0.15s, transform 0.1s;
}

.testimonial-btn:hover {
  border-color: var(--pink);
  color: var(--pink);
  transform: scale(1.05);
}

.testimonial-dots {
  display: flex;
  gap: 8px;
  align-items: center;
}

.testimonial-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e0ddd8;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  border: none;
  padding: 0;
}

.testimonial-dot.active {
  background: var(--pink);
  transform: scale(1.3);
}

/* ── WAITLIST: field-wide spans full row ── */
.field-wide {
  grid-column: 1 / -1;
}

.field-wide textarea {
  min-height: 54px;
  max-height: 100px;
}

/* ── HOW IT FEELS: center card text ── */
.mini-panel strong,
.mini-panel .flow-sub {
  text-align: center;
  display: block;
}

/* ── SECTION KICKER: fix very light colour ── */
.section-kicker {
  color: var(--pink);
  opacity: 0.85;
}

/* ── H1 WORD-BY-WORD ANIMATION (Hinge-style) ── */
.hero h1 .h1-word {
  display: inline-block;
  opacity: 0;
  transform: translateY(36px);
  animation: wordUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes wordUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Eyebrow fades in after H1 finishes */
.hero-eyebrow {
  animation: fadeUp 0.5s ease 1.3s both;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Hero copy + buttons stagger in */
.hero-copy {
  animation: fadeUp 0.5s ease 1.5s both;
}
.hero-actions {
  animation: fadeUp 0.5s ease 1.7s both;
}
.trust-line {
  animation: fadeUp 0.5s ease 1.9s both;
}

/* ── HELP CARD: photo avatar ── */
.chat-face img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

/* ── ANIMATION TIMING FIX ── */
/* Eyebrow has typewriter — no CSS fade needed, that would conflict */
.hero-eyebrow {
  animation: none;
  opacity: 1;
}

/* Faster, punchier H1 word reveal */
.hero h1 .h1-word {
  animation-duration: 0.55s;
}
/* Reduce stagger delay so headline finishes in ~0.8s total */
.hero h1 .h1-word:nth-child(n) { animation-delay: 0s; }
.hero h1 .h1-word:nth-child(1) { animation-delay: 0.05s; }
.hero h1 .h1-word:nth-child(2) { animation-delay: 0.12s; }
.hero h1 .h1-word:nth-child(3) { animation-delay: 0.19s; }
.hero h1 .h1-word:nth-child(4) { animation-delay: 0.26s; }
.hero h1 .h1-word:nth-child(5) { animation-delay: 0.33s; }
.hero h1 .h1-word:nth-child(6) { animation-delay: 0.40s; }
.hero h1 .h1-word:nth-child(7) { animation-delay: 0.47s; }
.hero h1 .h1-word:nth-child(8) { animation-delay: 0.54s; }

/* Hero content stagger — quicker */
.hero-copy    { animation: fadeUp 0.45s ease 0.6s both; }
.hero-actions { animation: fadeUp 0.45s ease 0.75s both; }
.trust-line   { animation: fadeUp 0.45s ease 0.88s both; }

/* ── FINAL FIX: Remove all hero child CSS animations that caused opacity:0 stuck ── */
/* These were causing hero-copy, hero-actions, trust-line to be permanently hidden */
.hero-copy,
.hero-actions,
.trust-line,
.hero-eyebrow {
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
}

/* Keep only the H1 word animation */
.hero h1 .h1-word {
  animation: wordUp 0.55s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  opacity: 0;
  transform: translateY(36px);
}

/* ═══════════════════════════════════════════
   SECONDARY PAGES — June 2026 (How It Works / FAQ / Blog)
═══════════════════════════════════════════ */

.page-eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  color: var(--pink-2);
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.deep-section .section-head { max-width: 720px; margin: 0 auto 40px; text-align: center; }
.deep-section .section-head p { margin-top: 14px; font-size: 1.04rem; }

.process-step { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; }
.process-step .step-head { display: flex; align-items: center; gap: 14px; margin-bottom: 6px; }
.process-step .process-svg { width: 30px; height: 30px; color: var(--pink); fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.process-step h2 { margin: 0; font-size: 1.25rem; }
.process-step p { margin: 0; color: var(--muted); font-size: 0.95rem; }

.compare-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: stretch; gap: 20px; margin-top: 8px; }
.compare-card { border-radius: 16px; padding: 22px; border: 1px solid var(--line); background: rgba(255,255,255,0.9); box-shadow: 0 12px 32px rgba(7,26,49,0.06); display: flex; flex-direction: column; }
.compare-card.before { background: #f3f1ef; border-color: #e4e0db; }
.compare-card.after { background: linear-gradient(160deg, #fff 0%, #fff4fa 100%); border-color: #ffc0d3; }
.compare-tag { display: inline-flex; align-items: center; gap: 6px; align-self: flex-start; margin-bottom: 14px; padding: 4px 12px; border-radius: 999px; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; }
.compare-card.before .compare-tag { color: #8a8aa0; background: #e7e4e0; }
.compare-card.after .compare-tag { color: #fff; background: var(--pink); }
.compare-card .why-line { margin-top: 12px; }
.compare-arrow { align-self: center; width: 34px; height: 34px; color: var(--pink); fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.faq-category { display: flex; align-items: center; gap: 10px; margin: 48px 0 6px; color: var(--navy); font-family: var(--heading); font-size: 1.3rem; font-weight: 800; }
.faq-category:first-of-type { margin-top: 0; }
.faq-category .icon { color: var(--pink); }
.faq-wrap { max-width: 820px; margin: 0 auto; }

.privacy-highlight { display: grid; grid-template-columns: 54px 1fr; gap: 18px; align-items: start; max-width: 820px; margin: 0 auto 8px; padding: 26px 28px; border-radius: 16px; border: 1.5px solid #ffc0d3; background: linear-gradient(135deg, #fff 0%, #fff4fa 100%); box-shadow: 0 12px 32px rgba(236,26,140,0.08); }
.privacy-highlight .shield { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 14px; color: #fff; background: linear-gradient(135deg, #EC1A8C, #c4006d); }
.privacy-highlight .shield .icon { width: 26px; height: 26px; }
.privacy-highlight h3 { margin: 0 0 6px; color: var(--navy); font-size: 1.15rem; }
.privacy-highlight p { margin: 0; font-size: 0.92rem; }

.blog-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 0 auto 36px; }
.blog-tag { padding: 7px 16px; border-radius: 999px; border: 1.5px solid var(--line); background: #fff; color: var(--muted); font-size: 0.82rem; font-weight: 700; transition: border-color 0.15s, color 0.15s, background 0.15s; }
.blog-tag:hover, .blog-tag.active { color: #fff; border-color: var(--pink); background: var(--pink); }

.blog-featured { display: grid; grid-template-columns: 1.15fr 1fr; gap: 0; margin-bottom: 40px; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: #fff; box-shadow: var(--shadow); }
.blog-featured-media { position: relative; min-height: 320px; background: linear-gradient(135deg, #06162c, #09213d); }
.blog-featured-media img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.blog-featured-body { padding: 38px 40px; display: flex; flex-direction: column; justify-content: center; }
.blog-featured-body .blog-meta { margin-bottom: 14px; }
.blog-featured-body h2 { font-size: clamp(1.6rem, 2.6vw, 2.3rem); margin: 0 0 14px; }
.blog-featured-body p { margin: 0 0 22px; font-size: 0.98rem; }
.featured-flag { display: inline-flex; align-items: center; gap: 6px; align-self: flex-start; margin-bottom: 16px; padding: 5px 12px; border-radius: 999px; color: #fff; background: var(--pink); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }

.blog-byline { display: flex; align-items: center; gap: 8px; margin-top: 2px; color: #9090a8; font-size: 0.78rem; font-weight: 600; }
.blog-byline .dot { width: 3px; height: 3px; border-radius: 50%; background: #c8c8d6; }
.blog-card .blog-byline { margin-top: auto; }
.blog-card a.card-link { color: var(--pink); font-weight: 800; font-size: 0.9rem; display: inline-flex; align-items: center; gap: 6px; }
.blog-card a.card-link .icon { width: 16px; height: 16px; }

.cta-band { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 88% 30%, rgba(236,26,140,0.4), transparent 40%), linear-gradient(120deg, #06162c, #09213d); }
.cta-band-inner { width: min(900px, calc(100% - 36px)); margin: 0 auto; padding: 64px 0; text-align: center; }
.cta-band h2 { color: #fff; }
.cta-band p { max-width: 560px; margin: 16px auto 28px; color: #dce8f7; font-size: 1.05rem; }
.cta-band .btn-secondary { color: #fff; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; }

@media (max-width: 940px) {
  .compare-grid { grid-template-columns: 1fr; }
  .compare-arrow { transform: rotate(90deg); justify-self: center; }
  .blog-featured { grid-template-columns: 1fr; }
  .blog-featured-media { min-height: 220px; }
}
@media (max-width: 640px) {
  .blog-featured-body { padding: 26px 22px; }
  .privacy-highlight { grid-template-columns: 1fr; }
  .cta-actions { flex-direction: column; }
  .cta-actions .btn { width: 100%; }
}

/* ── HERO INTERACTIVE PHONE (rebuilt in HTML, June 2026) ── */
.hp{width:min(360px,100%);margin:0 auto;background:#FFF9F4;border-radius:44px;border:8px solid #0e0f13;box-shadow:0 26px 60px rgba(0,0,0,.4);overflow:hidden;font-family:var(--sans);}
.hp-bar{display:flex;justify-content:space-between;align-items:center;padding:10px 22px 4px;font-size:.72rem;font-weight:700;color:#0e0f13;}
.hp-head{display:flex;align-items:center;gap:10px;padding:6px 16px 12px;border-bottom:1px solid #f0e8e0;}
.hp-back{color:#EC1A8C;font-size:1.2rem;font-weight:800;}
.hp-ava{width:34px;height:34px;border-radius:50%;overflow:hidden;flex-shrink:0;}
.hp-ava img{width:100%;height:100%;object-fit:cover;}
.hp-id strong{display:block;color:#16203a;font-size:.9rem;font-family:var(--heading);}
.hp-id small{color:#94a0b0;font-size:.7rem;}
.hp-chat{padding:14px 14px 10px;display:flex;flex-direction:column;gap:10px;}
.hp-day{align-self:center;color:#9098a8;font-size:.7rem;}
.hp-msg{display:flex;align-items:flex-end;gap:7px;max-width:88%;}
.hp-msg.in{align-self:flex-start;}
.hp-msg.out{align-self:flex-end;flex-direction:row-reverse;}
.hp-mava{width:26px;height:26px;border-radius:50%;object-fit:cover;flex-shrink:0;}
.hp-msg p{margin:0;padding:9px 13px;border-radius:16px;font-size:.78rem;line-height:1.35;color:#fff;}
.hp-msg.in p{background:#EC1A8C;border-bottom-left-radius:5px;}
.hp-msg.out p{background:#1B1B6F;border-bottom-right-radius:5px;}
.hp-sheet{background:#fff;border-radius:20px 20px 0 0;box-shadow:0 -6px 24px rgba(27,27,111,.12);padding:0 16px 16px;margin-top:6px;}
.hp-handle{width:36px;height:4px;background:#e3ded8;border-radius:2px;margin:9px auto 11px;}
.hp-sheet-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;}
.hp-sheet-title{display:flex;align-items:center;gap:6px;font-family:var(--heading);font-weight:800;color:#1B1B6F;font-size:.92rem;}
.hp-ds{height:16px;width:auto;display:block;}
.hp-ds-sm{height:13px;width:auto;display:inline-block;vertical-align:-2px;margin-right:5px;}
.hp-x{background:none;border:0;color:#c4c4cc;font-size:.9rem;cursor:pointer;line-height:1;}
.hp-tabs{display:flex;gap:6px;margin-bottom:10px;}
.hp-tabs .ds-tab{flex:1;padding:7px 4px;border:1.5px solid #e7e1db;border-radius:20px;background:#fff;color:#7a7a8a;font-family:var(--sans);font-size:.72rem;font-weight:700;cursor:pointer;transition:all .15s;}
.hp-tabs .ds-tab.active{background:#EC1A8C;border-color:#EC1A8C;color:#fff;}
.hp-subtag{display:inline-block;padding:3px 10px;background:#f3f0ec;border-radius:7px;font-size:.66rem;font-weight:600;color:#8a8a96;margin-bottom:8px;}
.hp-sugg{margin:0 0 7px;font-size:.86rem;line-height:1.5;color:#26324a;min-height:2.4em;transition:opacity .2s;}
.hp-why{margin:0 0 12px;font-size:.72rem;font-style:italic;color:#9aa0ac;line-height:1.4;}
.hp-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:9px;}
.hp-use{background:#EC1A8C;color:#fff;border:0;border-radius:9px;padding:11px 0;font-family:var(--heading);font-weight:800;font-size:.8rem;cursor:pointer;}
.hp-try{background:#fff;color:#1B1B6F;border:1.5px solid #e0dad3;border-radius:9px;padding:11px 0;font-weight:600;font-size:.8rem;cursor:pointer;}
.hp-help{display:flex;align-items:center;justify-content:center;gap:8px;font-size:.66rem;color:#b6b6c0;}
.hp-help span{cursor:pointer;font-size:.85rem;}


/* ── LEGAL / SIMPLE CONTENT PAGES (June 2026) ── */
.legal{max-width:760px;margin:0 auto;}
.legal h2{font-size:1.4rem;margin:34px 0 10px;}
.legal h3{font-size:1.05rem;margin:20px 0 6px;color:var(--navy);}
.legal p,.legal li{color:var(--muted);font-size:.95rem;line-height:1.7;}
.legal ul{padding-left:20px;margin:8px 0 12px;}
.legal .legal-meta{color:#9098a8;font-size:.82rem;margin:0 0 4px;}
.legal .legal-note{margin-top:30px;padding:14px 16px;border:1px solid #ffc0d3;border-radius:10px;background:#fff4fa;font-size:.85rem;color:var(--muted);}
.legal .btn{margin-top:6px;}

/* legal/faq accordion body */
.legal .faq-item .legal-body{padding:2px 0 16px;}
.legal .faq-item summary{font-size:1rem;}
.legal .faq-item .legal-body p{margin:0 0 10px;}
.legal .faq-item .legal-body ul{margin:6px 0 12px;}

/* ═══════════════════════════════════════════
   FOOTER — GROUPED NAV (v13, additive)
   New classes only; existing footer rules untouched.
═══════════════════════════════════════════ */
.footer-nav{display:flex;flex-wrap:wrap;gap:24px 40px;}
.footer-col{display:flex;flex-direction:column;gap:9px;align-items:flex-start;}
.footer-col-label{color:var(--pink-2);font-size:.68rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;margin-bottom:3px;}
.footer-col a{color:#e6edf7;font-size:.9rem;}
.footer-col a:hover{color:#EC1A8C;}
.footer-social-wrap{display:flex;flex-direction:column;align-items:flex-start;gap:14px;}
.footer-social-wrap .footer-social{margin-top:0;justify-content:flex-start;}
.footer-social-wrap .copyright{margin:0;}
.footer-social-wrap .store-buttons{margin-top:2px;}
@media (max-width:640px){.footer-nav{gap:22px 32px;}}

/* ---- Blog article pages ---- */
.article-byline{color:var(--muted);font-weight:600;font-size:.9rem;margin-top:10px;}
.article{max-width:720px;margin:0 auto;}
.article p{font-size:1.05rem;line-height:1.85;color:var(--muted);margin:0 0 20px;}
.article p.lead{font-size:1.18rem;color:var(--ink);font-weight:500;}
.article h2{font-family:var(--heading);font-weight:800;color:var(--navy);font-size:clamp(1.3rem,2.4vw,1.7rem);line-height:1.25;margin:40px 0 14px;letter-spacing:-.01em;}
.article h3{font-family:var(--heading);font-weight:700;color:var(--ink);font-size:1.12rem;margin:26px 0 8px;}
.article ul{margin:0 0 22px;padding:0;list-style:none;display:grid;gap:11px;}
.article ul li{position:relative;padding-left:26px;color:var(--muted);line-height:1.7;font-size:1.02rem;}
.article ul li::before{content:"";position:absolute;left:6px;top:11px;width:7px;height:7px;border-radius:50%;background:var(--pink);}
.article blockquote{margin:28px 0;padding:18px 26px;border-left:3px solid var(--pink);background:#faf4ee;border-radius:0 12px 12px 0;font-family:var(--heading);font-weight:600;color:var(--navy);font-size:1.12rem;line-height:1.5;}
.article .example{margin:0 0 18px;padding:16px 20px;border:1px solid var(--line);border-radius:12px;background:#fff;font-size:1.0rem;line-height:1.7;color:var(--ink);}
.article .example b{color:var(--navy);}
.series-nav{display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;max-width:720px;margin:44px auto 0;padding-top:24px;border-top:1px solid var(--line);}

/* ---- Cookie consent banner ---- */
.ds-consent{position:fixed;left:16px;right:16px;bottom:16px;z-index:60;max-width:760px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;gap:14px;justify-content:space-between;background:#0b1f38;color:#eaf1fb;border:1px solid rgba(255,255,255,.14);border-radius:14px;padding:16px 20px;box-shadow:0 18px 50px rgba(7,26,49,.4);}
.ds-consent p{margin:0;font-size:.9rem;line-height:1.5;color:#dce8f7;flex:1 1 320px;}
.ds-consent a{color:#ffc0d3;font-weight:700;}
.ds-consent-btns{display:flex;gap:10px;flex:0 0 auto;}
.ds-consent button{cursor:pointer;border-radius:8px;font-family:var(--heading);font-weight:700;font-size:.85rem;padding:9px 18px;border:1px solid rgba(255,255,255,.4);background:transparent;color:#fff;}
.ds-consent button.primary{background:linear-gradient(135deg,#EC1A8C,#c4006d);border-color:transparent;}
@media (max-width:560px){.ds-consent{flex-direction:column;align-items:stretch;text-align:center;}.ds-consent-btns{justify-content:center;}}
