:root {
  --bg: #fff6fb;
  --paper: #ffffff;
  --ink: #2f2532;
  --muted: #6f6272;
  --pink: #d74688;
  --berry: #9d2f68;
  --peach: #ffb17a;
  --mint: #8bdcc8;
  --sky: #dff5ff;
  --line: rgba(157, 47, 104, 0.16);
  --shadow: 0 20px 54px rgba(116, 54, 94, 0.14);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.72;
  background:
    linear-gradient(180deg, #fff6fb 0%, #fffdf8 46%, #f4fffb 100%);
}
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
h1, h2, p { margin-top: 0; }
h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(1.9rem, 2.5vw, 2.55rem);
  line-height: 1.08;
  letter-spacing: 0;
  overflow-wrap: break-word;
}
h2 {
  margin-bottom: 16px;
  font-size: clamp(1.7rem, 2.7vw, 2.55rem);
  line-height: 1.1;
  letter-spacing: 0;
}
p {
  color: var(--muted);
  font-size: 1.02rem;
}
.container {
  width: min(100% - 40px, var(--max));
  margin-inline: auto;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 246, 251, 0.94);
  backdrop-filter: blur(16px);
}
.header-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 950;
  white-space: nowrap;
}
.brand-mark {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--berry), var(--pink));
  font-size: 0.78rem;
}
.brand-text {
  color: var(--berry);
  font-size: 1.08rem;
}
.nav {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #5e5361;
  font-size: 0.92rem;
  font-weight: 850;
}
.header-cta,
.primary-btn,
.mobile-cta a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 0 20px;
  color: #fff;
  font-weight: 950;
  text-align: center;
  background: linear-gradient(135deg, var(--berry), var(--pink));
  box-shadow: 0 14px 30px rgba(157, 47, 104, 0.24);
}
.secondary-btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0 20px;
  color: var(--berry);
  font-weight: 950;
  background: #fff;
}
.mobile-cta {
  display: none;
  padding: 12px 18px;
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.mobile-cta a { width: 100%; }
.hero {
  padding: 58px 0 30px;
  background:
    linear-gradient(135deg, rgba(255, 177, 122, 0.22), transparent 36%),
    linear-gradient(225deg, rgba(139, 220, 200, 0.25), transparent 34%);
}
.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.86fr);
  gap: 42px;
  align-items: center;
}
.eyebrow,
.section-label {
  margin-bottom: 12px;
  color: var(--pink);
  font-size: 0.8rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.hero-media,
.image-panel,
.phone-panel {
  margin: 0;
  overflow: hidden;
  border: 8px solid #fff;
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow);
}
.hero-media img,
.image-panel img,
.phone-panel img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.fact-strip {
  padding: 20px 0 42px;
}
.fact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.fact-grid article {
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.86);
}
.fact-grid span {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}
.fact-grid strong {
  display: block;
  margin-top: 2px;
  color: var(--berry);
  font-size: 1.08rem;
}
.section {
  padding: 72px 0;
}
.section-light {
  background: rgba(255, 255, 255, 0.55);
}
.split-layout,
.feature-layout,
.symbol-layout,
.two-column,
.reading-grid {
  display: grid;
  gap: 44px;
  align-items: center;
}
.split-layout,
.symbol-layout {
  grid-template-columns: minmax(350px, 0.82fr) minmax(0, 1fr);
}
.feature-layout,
.two-column {
  grid-template-columns: minmax(0, 1fr) minmax(350px, 0.82fr);
}
.copy-block {
  max-width: 820px;
}
.feature-band {
  border-block: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(139, 220, 200, 0.18), rgba(255, 255, 255, 0.74));
}
.raised {
  transform: translateY(-10px);
}
.symbol-section {
  background: linear-gradient(180deg, #fffdf8, #fff6fb);
}
.slim img {
  aspect-ratio: 4 / 3;
}
.variation-section {
  border-block: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(255, 177, 122, 0.18), rgba(223, 245, 255, 0.55));
}
.phone-panel img {
  aspect-ratio: 4 / 3;
}
.reading-section {
  background: #fff;
}
.reading-grid {
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  align-items: start;
}
.reading-title {
  padding-top: 4px;
}
.faq {
  background:
    linear-gradient(180deg, #fff6fb, #fffdf8);
}
.faq-wrap {
  max-width: 920px;
}
.faq details {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(116, 54, 94, 0.08);
}
.faq details + details {
  margin-top: 12px;
}
.faq summary {
  cursor: pointer;
  padding: 18px 20px;
  font-weight: 900;
}
.faq details p {
  padding: 0 20px 20px;
}
.footer {
  padding: 32px 0;
  border-top: 1px solid var(--line);
  background: #fff;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
}
.footer strong {
  color: var(--berry);
}
@media (max-width: 980px) {
  .nav,
  .site-header .header-cta {
    display: none;
  }
  .mobile-cta {
    position: sticky;
    top: 72px;
    z-index: 45;
    display: block;
  }
  .hero-layout,
  .split-layout,
  .feature-layout,
  .symbol-layout,
  .two-column,
  .reading-grid {
    grid-template-columns: 1fr;
  }
  .fact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .raised {
    transform: none;
  }
}
@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, var(--max));
  }
  .header-inner {
    min-height: 66px;
  }
  .mobile-cta {
    top: 66px;
  }
  h1 {
    font-size: clamp(1.68rem, 6.5vw, 2.02rem);
  }
  h2 {
    font-size: clamp(1.48rem, 6vw, 1.9rem);
  }
  .brand-text {
    font-size: 0.98rem;
  }
  .hero {
    padding: 40px 0 24px;
  }
  .hero-actions,
  .hero-actions a {
    width: 100%;
  }
  .fact-grid {
    grid-template-columns: 1fr;
  }
  .section {
    padding: 54px 0;
  }
  .hero-media,
  .image-panel,
  .phone-panel {
    border-width: 6px;
    border-radius: 12px;
  }
  .footer-inner {
    display: block;
  }
}
