:root {
  --text: #6f2d4f;
  --muted: #8e5c76;
  --rose: #ef6aa3;
  --rose-strong: #dc4a8b;
  --shadow: 0 22px 60px rgba(226, 106, 158, 0.18);
  --glow: 0 0 0 1px rgba(255, 255, 255, 0.34), 0 18px 40px rgba(255, 125, 177, 0.26);
  --max-width: 1160px;
  --radius-xl: 32px;
  --radius-lg: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Nunito", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 186, 215, 0.9), transparent 28%),
    radial-gradient(circle at 85% 15%, rgba(255, 205, 228, 0.8), transparent 20%),
    linear-gradient(180deg, #fff8fc 0%, #fff1f8 50%, #fff8fc 100%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  filter: blur(36px);
  z-index: -1;
  opacity: 0.45;
}

body::before {
  top: 6rem;
  left: -4rem;
  background: rgba(255, 182, 216, 0.9);
}

body::after {
  right: -3rem;
  bottom: 8rem;
  background: rgba(255, 212, 232, 0.95);
}

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

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

.container {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
}

.section-space {
  padding: 2rem 0 0;
}

.page-shell {
  position: relative;
  overflow: clip;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(16px);
  background: rgba(255, 248, 252, 0.72);
  border-bottom: 1px solid rgba(236, 167, 198, 0.3);
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
}

.brand-logo,
.footer-logo {
  width: 52px;
  height: 52px;
  object-fit: cover;
  object-position: center top;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.9);
  box-shadow: var(--glow);
}

.brand-name {
  font-family: "Parisienne", cursive;
  font-size: clamp(1.7rem, 4vw, 2.35rem);
  color: var(--rose-strong);
  white-space: nowrap;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.45rem;
}

.site-nav a,
.footer-links a {
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  color: var(--muted);
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible {
  background: rgba(244, 184, 210, 0.28);
  color: var(--rose-strong);
  transform: translateY(-1px);
}

.hero {
  position: relative;
  padding: 1rem 0 2rem;
}

.hero-backdrop {
  position: absolute;
  inset: 1rem 0 0;
  background:
    linear-gradient(90deg, rgba(118, 26, 66, 0.62) 0%, rgba(171, 69, 114, 0.34) 34%, rgba(243, 174, 207, 0.1) 60%, rgba(255, 230, 241, 0.03) 100%),
    linear-gradient(180deg, rgba(255, 235, 244, 0.08), rgba(255, 255, 255, 0.02)),
    url("assets/hero-banner.jpeg") 72% 18% / cover no-repeat;
  border-radius: 0 0 36px 36px;
}

.hero-backdrop::before,
.hero-backdrop::after {
  content: "\2726";
  position: absolute;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.8);
  animation: floatSparkle 5s ease-in-out infinite;
}

.hero-backdrop::before {
  top: 12%;
  left: 8%;
  font-size: 1.35rem;
}

.hero-backdrop::after {
  right: 10%;
  bottom: 18%;
  font-size: 1.8rem;
  animation-delay: 1.1s;
}

.hero-content {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 78vh;
  padding: 3.4rem 0 2rem;
}

.hero-copy,
.benefit-card,
.notice-card,
.final-cta-panel,
.legal-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 248, 252, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.hero-copy {
  max-width: 31rem;
  padding: 1.8rem;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(229, 130, 171, 0.24), rgba(139, 42, 83, 0.18));
}

.eyebrow,
.section-kicker {
  margin: 0 0 0.65rem;
  color: #fff4fb;
  font-size: 0.84rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero-copy .eyebrow {
  color: #ffe4f1;
}

.hero h1,
.benefits h2,
.final-cta h2,
.legal-card h1,
.legal-card h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 0.98;
}

.hero h1 {
  margin: 0;
  font-family: "Parisienne", cursive;
  font-size: clamp(3.8rem, 12vw, 7rem);
  color: #fff7fb;
  text-shadow: 0 2px 12px rgba(118, 31, 69, 0.28);
}

.hero-subheadline {
  margin: 1rem 0 1.25rem;
  max-width: 24rem;
  font-size: 0.98rem;
  font-weight: 800;
  color: #fff0f7;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-note {
  margin: 1rem 0 0;
  color: #fff1f8;
  max-width: 24rem;
}

.hero h1 span {
  font-size: 0.45em;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.9rem 1.45rem;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0.02em;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px) scale(1.01);
  filter: saturate(1.04);
}

.button-primary {
  color: white;
  background: linear-gradient(135deg, #ff7bb8, #ea5f9a);
  box-shadow: 0 18px 36px rgba(233, 102, 155, 0.32);
}

.button-secondary {
  color: var(--rose-strong);
  background: white;
  box-shadow: 0 16px 34px rgba(255, 255, 255, 0.32);
}

.section-heading {
  text-align: center;
  margin-bottom: 1.4rem;
}

.section-heading .section-kicker,
.final-cta .section-kicker,
.legal-card .section-kicker {
  color: var(--rose);
}

.benefits h2,
.final-cta h2,
.legal-card h1 {
  margin: 0;
  font-size: clamp(2.2rem, 6vw, 3.3rem);
  color: var(--rose-strong);
}

.benefits h2 {
  font-family: "Parisienne", cursive;
  font-size: clamp(2.9rem, 8vw, 4.1rem);
}

.benefit-grid {
  display: grid;
  gap: 1rem;
}

.benefit-card {
  position: relative;
  padding: 1.4rem;
  border-radius: var(--radius-lg);
  overflow: hidden;
  text-align: center;
}

.benefit-card::after {
  content: "";
  position: absolute;
  inset: auto -1rem -1rem auto;
  width: 88px;
  height: 88px;
  background: radial-gradient(circle, rgba(255, 205, 228, 0.7), rgba(255, 205, 228, 0));
}

.benefit-icon {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 1rem;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 240, 247, 0.98), rgba(255, 220, 235, 0.98));
  font-size: 1.65rem;
  box-shadow: inset 0 0 0 1px rgba(245, 147, 187, 0.2);
}

.benefit-card h3 {
  margin: 0 0 0.45rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.8rem;
  color: var(--rose-strong);
}

.benefit-card p,
.notice-card p,
.final-cta-panel p,
.footer-copy,
.legal-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.notice-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  padding: 1.2rem 1.3rem;
  border-radius: 24px;
}

.notice-badge {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 22px;
  color: var(--rose-strong);
  font-weight: 800;
  background: linear-gradient(180deg, rgba(255, 236, 246, 0.98), rgba(255, 216, 233, 0.98));
  box-shadow: inset 0 0 0 1px rgba(244, 150, 188, 0.26);
}

.notice-heart {
  color: var(--rose);
  font-size: 1.3rem;
  opacity: 0.8;
}

.final-cta-panel {
  display: grid;
  gap: 1.25rem;
  align-items: center;
  padding: 1.8rem;
  border-radius: 30px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.28), transparent 26%),
    linear-gradient(135deg, rgba(255, 150, 194, 0.94), rgba(244, 105, 165, 0.95));
}

.final-cta-panel h2,
.final-cta-panel p,
.final-cta-panel .section-kicker {
  color: white;
}

.site-footer {
  padding: 2rem 0 1.6rem;
}

.footer-grid {
  display: grid;
  gap: 1.2rem;
  padding: 1.4rem;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 245, 250, 0.88));
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.44);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-title {
  margin: 0 0 0.2rem;
  font-family: "Parisienne", cursive;
  font-size: 2rem;
  color: var(--rose-strong);
}

.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
}

.footer-meta {
  padding-top: 0.9rem;
  text-align: center;
  color: var(--muted);
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 0.6rem;
}

.footer-heading {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.6rem;
  color: var(--rose-strong);
}

.footer-heading-subtle {
  font-size: 1.05rem;
  color: rgba(111, 45, 79, 0.62);
}

.footer-column-legal {
  align-self: end;
}

.footer-links-legal a {
  padding: 0.12rem 0;
  color: rgba(111, 45, 79, 0.66);
  font-size: 0.88rem;
}

.footer-links-legal a:hover,
.footer-links-legal a:focus-visible {
  background: transparent;
  color: var(--rose-strong);
  transform: none;
}

.legal-shell {
  min-height: 100vh;
}

.legal-card {
  padding: 2rem;
  border-radius: 30px;
}

.legal-card h2 {
  margin: 1.4rem 0 0.45rem;
  font-size: 1.85rem;
}

@keyframes floatSparkle {
  0%, 100% {
    transform: translateY(0) scale(1);
    opacity: 0.75;
  }
  50% {
    transform: translateY(-8px) scale(1.08);
    opacity: 1;
  }
}

@media (min-width: 700px) {
  .hero-content {
    min-height: 82vh;
    padding: 4rem 0 2.4rem;
  }

  .benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .final-cta-panel {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 2.2rem;
  }

  .footer-grid {
    grid-template-columns: minmax(0, 1.3fr) auto auto;
    align-items: center;
  }
}

@media (min-width: 980px) {
  .section-space {
    padding-top: 3rem;
  }

  .benefit-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 699px) {
  .header-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brand,
  .site-nav {
    justify-content: center;
  }

  .hero {
    padding-top: 0.7rem;
  }

  .hero-backdrop {
    inset: 0.5rem 0 0;
    border-radius: 0 0 28px 28px;
    background:
      linear-gradient(180deg, rgba(129, 35, 75, 0.3) 0%, rgba(173, 81, 124, 0.26) 42%, rgba(255, 227, 239, 0.06) 100%),
      url("assets/hero-banner.jpeg") 66% 16% / cover no-repeat;
  }

  .hero-content {
    min-height: 72vh;
    padding: 2.2rem 0 1.3rem;
  }

  .hero-copy {
    max-width: 20rem;
    padding: 1.25rem;
  }

  .notice-card {
    flex-direction: column;
    text-align: center;
  }

  .footer-brand {
    flex-direction: column;
    text-align: center;
  }

  .footer-links,
  .footer-column {
    align-items: center;
    justify-items: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
