@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

:root {
  --purple: #352153;
  --purple-dark: #24143b;
  --orange: #f7a400;
  --orange-dark: #c78100;
  --mint: #dfeee4;
  --mint-strong: #c8e2ca;
  --cream: #fffaf0;
  --paper: #ffffff;
  --ink: #3c3850;
  --muted: #706b7e;
  --line: #e9e4ee;
  --shadow: 0 18px 50px rgba(53, 33, 83, .12);
  --radius: 24px;
  --radius-sm: 14px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: var(--purple); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--orange-dark); }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.skip-link {
  position: fixed; left: 1rem; top: -6rem; z-index: 9999;
  background: var(--purple); color: #fff; padding: .8rem 1rem; border-radius: 8px;
}
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.container { width: min(var(--container), calc(100% - 2rem)); margin-inline: auto; }
.narrow { width: min(780px, calc(100% - 2rem)); margin-inline: auto; }
.section { padding: 5.5rem 0; }
.section--soft { background: var(--cream); }
.section--mint { background: var(--mint); }
.section--purple { background: var(--purple); color: #fff; }
.section--purple h2, .section--purple h3, .section--purple a { color: #fff; }
.eyebrow { margin: 0 0 .75rem; color: var(--orange-dark); font-size: .82rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.lead { font-size: clamp(1.08rem, 2vw, 1.3rem); color: var(--muted); }
.section-heading { max-width: 760px; margin: 0 0 2.4rem; }
.section-heading.center { text-align: center; margin-inline: auto; }
.section-heading h2 { margin: 0 0 .8rem; color: var(--purple); font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.12; }
.section-heading p { margin: 0; color: var(--muted); }

.site-header {
  position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.94);
  backdrop-filter: blur(14px); border-bottom: 1px solid rgba(53,33,83,.08);
}
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; color: var(--purple); text-decoration: none; font-weight: 800; line-height: 1; }
.brand-mark { position: relative; width: 48px; height: 42px; flex: 0 0 auto; }
.brand-mark::before, .brand-mark::after {
  content: ''; position: absolute; bottom: 0; width: 31px; height: 35px; border-radius: 46% 46% 50% 50%; background: var(--orange);
}
.brand-mark::before { left: 2px; transform: rotate(-9deg); }
.brand-mark::after { right: 2px; transform: rotate(9deg); }
.brand-mark span { position: absolute; z-index: 2; left: 21px; bottom: 1px; width: 6px; height: 33px; border-radius: 6px; background: #e08e00; }
.brand-mark i { position: absolute; z-index: 3; top: -6px; left: 23px; color: #5f985d; font-size: 1.2rem; transform: rotate(-35deg); }
.brand-copy { display: grid; gap: .14rem; }
.brand-copy strong { font-size: 1.16rem; letter-spacing: -.02em; }
.brand-copy small { color: var(--muted); font-size: .66rem; font-weight: 600; letter-spacing: .04em; }
.site-nav { display: flex; align-items: center; gap: .2rem; }
.site-nav a { padding: .65rem .78rem; border-radius: 999px; text-decoration: none; color: var(--purple); font-weight: 600; font-size: .93rem; }
.site-nav a:hover, .site-nav a[aria-current='page'] { background: var(--mint); }
.nav-cta { background: var(--orange) !important; color: var(--purple-dark) !important; margin-left: .35rem; }
.nav-cta:hover { background: #ffb629 !important; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--mint); color: var(--purple); font-size: 1.15rem; }

.hero { position: relative; overflow: hidden; padding: 6.6rem 0 5.5rem; background: linear-gradient(135deg, var(--mint) 0%, #eef7f0 50%, var(--cream) 100%); }
.hero::before { content: ''; position: absolute; width: 460px; height: 460px; border-radius: 50%; right: -170px; top: -220px; background: rgba(247,164,0,.15); }
.hero::after { content: ''; position: absolute; width: 220px; height: 220px; border-radius: 50%; left: -100px; bottom: -120px; background: rgba(53,33,83,.08); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 4rem; }
.hero h1 { margin: 0 0 1.25rem; color: var(--purple); font-size: clamp(3rem, 6vw, 5.7rem); line-height: .98; letter-spacing: -.055em; }
.hero h1 span { color: var(--orange-dark); }
.hero p { max-width: 650px; margin: 0 0 2rem; font-size: 1.16rem; color: #5f596c; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; min-height: 50px; padding: .76rem 1.35rem; border: 2px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 700; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--orange); color: var(--purple-dark); }
.button--primary:hover { background: #ffb629; color: var(--purple-dark); }
.button--secondary { background: var(--purple); color: #fff; }
.button--secondary:hover { background: var(--purple-dark); color: #fff; }
.button--ghost { border-color: var(--purple); color: var(--purple); background: transparent; }
.button--ghost:hover { background: var(--purple); color: #fff; }
.button--light { background: #fff; color: var(--purple); }
.button--small { min-height: 42px; padding: .55rem 1rem; font-size: .9rem; }

.hero-art { position: relative; min-height: 480px; display: grid; place-items: center; }
.hero-card { width: min(440px, 100%); padding: 2rem; border-radius: 42% 58% 56% 44% / 42% 38% 62% 58%; background: var(--purple); box-shadow: var(--shadow); color: #fff; transform: rotate(2deg); }
.hero-card-inner { min-height: 370px; display: grid; place-items: center; text-align: center; border: 2px dashed rgba(255,255,255,.35); border-radius: inherit; padding: 2rem; transform: rotate(-2deg); }
.hero-card i { font-size: 6.5rem; color: var(--orange); }
.hero-card strong { display: block; margin-top: 1.1rem; font-size: 1.55rem; }
.floating-note { position: absolute; display: flex; align-items: center; gap: .55rem; max-width: 190px; padding: .72rem .9rem; border-radius: 14px; background: #fff; color: var(--purple); font-size: .82rem; font-weight: 700; box-shadow: 0 12px 35px rgba(53,33,83,.15); }
.floating-note i { color: var(--orange-dark); }
.floating-note--one { top: 36px; left: 0; }
.floating-note--two { right: -10px; bottom: 58px; }

.feature-grid, .steps-grid, .cards-grid, .blog-grid, .testimonial-grid { display: grid; gap: 1.35rem; }
.feature-grid { grid-template-columns: repeat(4, 1fr); }
.feature-card, .step-card, .card, .blog-card, .testimonial, .box-card, .legal-card {
  border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 10px 30px rgba(53,33,83,.07);
}
.feature-card { padding: 1.5rem; }
.icon-bubble { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 18px; background: var(--mint); color: var(--purple); font-size: 1.35rem; }
.feature-card h3 { margin: 1rem 0 .45rem; color: var(--purple); font-size: 1.05rem; }
.feature-card p { margin: 0; color: var(--muted); font-size: .93rem; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.split--reverse > :first-child { order: 2; }
.split h2 { margin-top: 0; color: var(--purple); font-size: clamp(2.2rem, 4vw, 3.8rem); line-height: 1.12; }
.check-list { list-style: none; padding: 0; margin: 1.5rem 0; display: grid; gap: .7rem; }
.check-list li { display: flex; gap: .7rem; align-items: flex-start; }
.check-list i { margin-top: .35rem; color: #4d8d55; }
.image-placeholder { min-height: 250px; display: grid; place-items: center; align-content: center; gap: .8rem; padding: 2rem; border: 2px dashed rgba(53,33,83,.24); border-radius: var(--radius); background: linear-gradient(145deg, var(--mint), var(--cream)); color: var(--purple); text-align: center; overflow: hidden; }
.image-placeholder i { font-size: 3rem; color: var(--orange-dark); }
.image-placeholder span { max-width: 420px; font-weight: 700; }
.placeholder--wide { aspect-ratio: 16 / 9; }
.placeholder--square { aspect-ratio: 1 / 1; }

.image-frame {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(53, 33, 83, .09);
  border-radius: var(--radius);
  background: var(--cream);
  box-shadow: var(--shadow);
}
.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-frame--square { aspect-ratio: 1 / 1; }
.image-frame--gift {
  aspect-ratio: 3 / 2;
  padding: .35rem;
  background: #fffaf7;
}
.image-frame--gift img {
  object-fit: contain;
  border-radius: calc(var(--radius) - .35rem);
}
.steps-grid { grid-template-columns: repeat(4, 1fr); counter-reset: steps; }
.step-card { padding: 1.5rem; position: relative; overflow: hidden; counter-increment: steps; }
.step-card::after { content: counter(steps); position: absolute; right: 1rem; top: .2rem; font-size: 4.5rem; line-height: 1; font-weight: 800; color: rgba(53,33,83,.07); }
.step-card h3 { color: var(--purple); }
.step-card p { color: var(--muted); margin-bottom: 0; }
.testimonial-grid { grid-template-columns: repeat(3, 1fr); }
.testimonial { padding: 1.7rem; }
.testimonial blockquote { margin: 0 0 1.3rem; font-size: 1.03rem; }
.testimonial footer { color: var(--purple); font-weight: 700; }


.partners-section { position: relative; overflow: hidden; }
.partners-section::before {
  content: ''; position: absolute; width: 260px; height: 260px; border-radius: 50%;
  right: -120px; top: 35px; background: rgba(200,226,202,.42); pointer-events: none;
}
.partners-intro { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.partners-intro .section-heading { margin-bottom: 2rem; }
.partners-decoration {
  width: 84px; height: 84px; flex: 0 0 auto; display: grid; place-items: center;
  border-radius: 28px; background: var(--mint); color: var(--purple); font-size: 2rem;
  transform: rotate(5deg);
}
.partner-grid { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
.partner-card {
  display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 1rem 1.1rem; align-items: start;
  padding: 1.45rem; border: 1px solid var(--line); border-radius: var(--radius);
  background: #fff; box-shadow: 0 10px 30px rgba(53,33,83,.07); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.partner-card:hover { transform: translateY(-3px); border-color: rgba(53,33,83,.2); box-shadow: var(--shadow); }
.partner-icon {
  grid-row: 1 / span 2; width: 54px; height: 54px; display: grid; place-items: center;
  border-radius: 18px; background: var(--cream); color: var(--orange-dark); font-size: 1.25rem;
}
.partner-content h3 { margin: .05rem 0 .35rem; color: var(--purple); font-size: 1.12rem; }
.partner-content h3 a { color: inherit; text-decoration: none; }
.partner-content h3 a:hover { color: var(--orange-dark); }
.partner-content p { margin: 0; color: var(--muted); font-size: .92rem; }
.partner-link {
  grid-column: 2; display: inline-flex; align-items: center; gap: .45rem; width: fit-content;
  color: var(--purple); text-decoration: none; font-size: .84rem; font-weight: 800;
}
.partner-link i { font-size: .72rem; transition: transform .2s ease; }
.partner-link:hover i { transform: translate(2px, -2px); }

.page-hero { padding: 5rem 0 4.2rem; background: linear-gradient(135deg, var(--purple), #4b2d6e); color: #fff; }
.page-hero .eyebrow { color: #ffd37b; }
.page-hero h1 { margin: 0 0 1rem; max-width: 900px; font-size: clamp(2.7rem, 5.5vw, 5.2rem); line-height: 1.04; letter-spacing: -.045em; }
.page-hero p { max-width: 760px; margin: 0; color: rgba(255,255,255,.8); font-size: 1.14rem; }
.breadcrumbs { margin-bottom: 1rem; font-size: .86rem; color: rgba(255,255,255,.7); }
.breadcrumbs a { color: #fff; }

.age-tabs { display: flex; flex-wrap: wrap; gap: .75rem; margin-bottom: 2rem; }
.age-tab { border: 2px solid var(--purple); border-radius: 999px; padding: .7rem 1.15rem; background: #fff; color: var(--purple); font-weight: 700; }
.age-tab[aria-selected='true'] { background: var(--purple); color: #fff; }
.age-panel[hidden] { display: none; }
.box-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.box-card { overflow: hidden; }
.box-card .image-placeholder { border: 0; border-radius: 0; box-shadow: none; }
.box-card-body { padding: 1.6rem; }
.box-card h3 { margin: 0; color: var(--purple); font-size: 1.65rem; }
.price { display: inline-block; margin: .45rem 0 1rem; color: var(--orange-dark); font-weight: 800; }
.tag-row { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1rem; }
.tag { display: inline-flex; align-items: center; gap: .4rem; padding: .35rem .65rem; border-radius: 999px; background: var(--mint); color: var(--purple); font-size: .78rem; font-weight: 700; }
.selection-summary { margin-top: 2rem; padding: 1.3rem 1.5rem; border-left: 5px solid var(--orange); border-radius: var(--radius-sm); background: var(--cream); }

.blog-grid { grid-template-columns: repeat(3, 1fr); }
.blog-card { overflow: hidden; display: flex; flex-direction: column; }
.blog-card .image-placeholder { border: 0; border-radius: 0; min-height: 190px; box-shadow: none; }
.blog-card-body { display: flex; flex-direction: column; flex: 1; padding: 1.45rem; }
.blog-meta { display: flex; flex-wrap: wrap; gap: .65rem; color: var(--muted); font-size: .78rem; font-weight: 600; }
.blog-card h2, .blog-card h3 { margin: .7rem 0; color: var(--purple); font-size: 1.28rem; line-height: 1.28; }
.blog-card p { margin: 0 0 1.2rem; color: var(--muted); }
.blog-card .button { margin-top: auto; align-self: flex-start; }

.article-shell { display: grid; grid-template-columns: minmax(0, 780px) 280px; gap: 3.5rem; align-items: start; }
.article-content { font-size: 1.02rem; }
.article-content > *:first-child { margin-top: 0; }
.article-content h2, .article-content h3, .article-content h4 { color: var(--purple); line-height: 1.25; margin-top: 2.2rem; }
.article-content h2 { font-size: 2rem; }
.article-content h3 { font-size: 1.35rem; }
.article-content p { margin: 0 0 1.25rem; }
.article-content ul, .article-content ol { padding-left: 1.4rem; margin: 0 0 1.5rem; }
.article-content li { margin-bottom: .65rem; }
.article-content blockquote { margin: 2rem 0; padding: 1.5rem 1.7rem; border-left: 5px solid var(--orange); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; background: var(--cream); color: var(--purple); font-size: 1.1rem; }
.article-content .image-placeholder { margin: 2rem 0; }
.article-sidebar { position: sticky; top: 112px; }
.sidebar-card { padding: 1.35rem; border-radius: var(--radius); background: var(--mint); }
.sidebar-card + .sidebar-card { margin-top: 1rem; }
.sidebar-card h3 { margin-top: 0; color: var(--purple); }
.sidebar-card ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .75rem; }
.sidebar-card a { font-weight: 600; }

.form-card { padding: clamp(1.4rem, 4vw, 2.4rem); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { display: grid; gap: .42rem; }
.field--full { grid-column: 1 / -1; }
.field label, fieldset legend { color: var(--purple); font-weight: 700; }
.field input, .field select, .field textarea {
  width: 100%; border: 1px solid #d8d1df; border-radius: 12px; padding: .8rem .9rem; background: #fff; color: var(--ink);
}
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid rgba(247,164,0,.25); border-color: var(--orange); }
.field textarea { min-height: 150px; resize: vertical; }
.radio-row, .check-row { display: flex; flex-wrap: wrap; gap: .75rem; }
.choice { display: flex; align-items: center; gap: .48rem; padding: .55rem .75rem; border: 1px solid var(--line); border-radius: 12px; }
.choice input { width: auto; }
.form-status { display: none; margin-top: 1rem; padding: .9rem 1rem; border-radius: 12px; background: var(--mint); color: var(--purple); font-weight: 600; }
.form-status.is-visible { display: block; }
.notice { padding: 1rem 1.15rem; border-radius: var(--radius-sm); background: #fff4d8; border-left: 5px solid var(--orange); }

.faq-list { display: grid; gap: .8rem; }
.faq-item { border: 1px solid var(--line); border-radius: 16px; background: #fff; overflow: hidden; }
.faq-question { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1rem 1.15rem; border: 0; background: #fff; color: var(--purple); text-align: left; font-weight: 700; }
.faq-answer { padding: 0 1.15rem 1.1rem; color: var(--muted); }
.faq-answer[hidden] { display: none; }

.legal-layout { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 3rem; }
.legal-nav { position: sticky; top: 112px; align-self: start; padding: 1.15rem; border-radius: var(--radius-sm); background: var(--mint); }
.legal-nav a { display: block; padding: .35rem 0; font-size: .9rem; font-weight: 600; }
.legal-content h2 { margin-top: 2.4rem; color: var(--purple); scroll-margin-top: 120px; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content .notice { margin-bottom: 2rem; }

.newsletter { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 2rem; }
.newsletter h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.2rem); }
.newsletter-form { display: flex; gap: .7rem; }
.newsletter-form input { flex: 1; min-width: 0; border: 0; border-radius: 999px; padding: .9rem 1rem; }

.site-footer { background: var(--purple-dark); color: rgba(255,255,255,.78); padding: 4rem 0 1.4rem; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 3rem; }
.site-footer .brand { color: #fff; }
.site-footer h2, .site-footer h3 { color: #fff; font-size: 1rem; }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: .45rem; }
.site-footer a { color: rgba(255,255,255,.82); }
.social-links { display: flex; gap: .65rem; }
.social-links a { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.09); text-decoration: none; }
.footer-bottom { margin-top: 3rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 1rem; font-size: .82rem; }

.not-found { min-height: 65vh; display: grid; place-items: center; text-align: center; padding: 5rem 1rem; }
.not-found i { font-size: 5rem; color: var(--orange); }
.not-found h1 { color: var(--purple); font-size: clamp(3rem, 10vw, 7rem); margin: .5rem 0; }

@media (max-width: 1020px) {
  .menu-toggle { display: grid; place-items: center; }
  .site-nav { position: fixed; inset: 89px 0 auto 0; display: none; flex-direction: column; align-items: stretch; padding: 1rem; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: .85rem 1rem; }
  .nav-cta { margin-left: 0; text-align: center; }
  .hero-grid, .split, .newsletter { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero-art { min-height: 390px; }
  .floating-note--one { left: 4%; }
  .floating-note--two { right: 4%; }
  .feature-grid, .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .partner-grid { grid-template-columns: 1fr; }
  .article-shell { grid-template-columns: 1fr; }
  .article-sidebar { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
  .sidebar-card + .sidebar-card { margin-top: 0; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-nav { position: static; }
}

@media (max-width: 720px) {
  .header-inner { min-height: 76px; }
  .site-nav { inset: 77px 0 auto 0; }
  .brand-copy small { display: none; }
  .hero { padding-top: 4.5rem; }
  .hero h1 { font-size: clamp(2.75rem, 15vw, 4.2rem); }
  .hero-art { min-height: 330px; }
  .hero-card { padding: 1.2rem; }
  .hero-card-inner { min-height: 285px; }
  .floating-note { max-width: 155px; font-size: .72rem; }
  .feature-grid, .steps-grid, .testimonial-grid, .blog-grid, .box-grid, .footer-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .article-sidebar { grid-template-columns: 1fr; }
  .newsletter-form { flex-direction: column; }
  .partners-decoration { display: none; }
  .partner-card { grid-template-columns: auto minmax(0, 1fr); }
  .footer-bottom { flex-direction: column; }
  .section { padding: 4rem 0; }
  .page-hero { padding: 4rem 0 3.4rem; }
}
