:root {
  --ink: #253b4d;
  --ink-soft: #53697a;
  --paper: #f8fbf7;
  --mint: #e7f3ee;
  --mint-deep: #c5e2d7;
  --sky: #dbeef5;
  --sky-deep: #6f9fc1;
  --yellow: #f6c272;
  --coral: #e98c7d;
  --peach: #fbe5d8;
  --blue: #6b83bc;
  --lavender: #e6e4f4;
  --line: rgba(37, 59, 77, .15);
  --white: #fffefa;
  --round: "Nunito", Arial, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font: 16px/1.6 var(--body); }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1160px, calc(100% - 80px)); margin: 0 auto; }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; padding: 28px 0; }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 235px; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; color: var(--blue); }
.brand-mark svg { width: 100%; height: 100%; }
.brand strong { display: block; font: 900 16px/1 var(--round); letter-spacing: -.03em; }
.brand small { display: block; max-width: 175px; margin-top: 4px; color: var(--ink-soft); font-size: 8px; line-height: 1.1; letter-spacing: .09em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 30px; color: var(--ink-soft); font-size: 12px; font-weight: 600; }
.main-nav > a:not(.nav-cta) { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 2px; border-radius: 2px; background: var(--coral); transition: width .25s ease; }
.main-nav > a:not(.nav-cta):hover::after { width: 100%; }
.nav-cta { padding: 11px 17px; border: 1px solid var(--ink); border-radius: 99px; transition: background .2s ease, color .2s ease, transform .2s ease; }
.nav-cta:hover { background: var(--ink); color: var(--white); transform: translateY(-2px); }
.nav-cta span { margin-left: 7px; font-size: 16px; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; }
.menu-toggle span { display: block; width: 16px; height: 2px; margin: 4px auto; border-radius: 3px; background: var(--ink); }

.hero-section { position: relative; min-height: 750px; padding: 160px 0 35px; overflow: hidden; background: linear-gradient(112deg, #f7fbf8 0%, #f7fbf8 50%, #e9f5f3 100%); }
.hero-section::after { content: ""; position: absolute; right: -170px; bottom: -220px; width: 500px; height: 500px; border: 1px solid rgba(107,131,188,.17); border-radius: 50%; pointer-events: none; }
.hero-grid { display: grid; min-height: 525px; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 54px; }
.eyebrow { display: flex; align-items: center; gap: 8px; margin: 0 0 22px; color: var(--ink-soft); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow-symbol { display: grid; width: 18px; height: 18px; place-items: center; border: 1px solid currentColor; border-radius: 50%; color: var(--coral); font-size: 13px; line-height: 1; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 650px; margin-bottom: 24px; font: 900 clamp(47px, 5.3vw, 76px)/.98 var(--round); letter-spacing: -.065em; }
h1 em, h2 em { color: var(--coral); font-style: normal; }
.hero-lead { max-width: 510px; margin-bottom: 31px; color: var(--ink-soft); font-size: 15px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 23px; }
.button { display: inline-flex; min-height: 51px; align-items: center; justify-content: center; gap: 19px; padding: 13px 20px; border: 1px solid transparent; border-radius: 99px; font-size: 12px; font-weight: 800; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-3px); box-shadow: 0 9px 20px rgba(37,59,77,.12); }
.button-primary { background: var(--ink); color: var(--white); }
.button-primary:hover { background: var(--blue); }
.button span { font-size: 17px; line-height: 1; }
.text-link { padding-bottom: 4px; border-bottom: 1px solid var(--ink-soft); color: var(--ink-soft); font-size: 12px; font-weight: 700; }
.text-link span { padding-left: 4px; font-size: 16px; }
.hero-note { display: flex; align-items: center; gap: 9px; margin-top: 44px; color: var(--ink-soft); font-size: 11px; }
.note-mark { width: 8px; height: 8px; border: 2px solid var(--coral); border-radius: 50%; box-shadow: 0 0 0 4px rgba(233,140,125,.15); }

.hero-art { position: relative; width: min(100%, 490px); aspect-ratio: .9; margin-left: auto; overflow: hidden; border-radius: 34px 34px 110px 34px; background: #cce6e4; }
.hero-art::before { content: ""; position: absolute; left: -40px; bottom: 35px; width: 580px; height: 160px; border-radius: 50%; background: rgba(255,254,250,.45); transform: rotate(-6deg); }
.sun { position: absolute; z-index: 1; top: 53px; right: 58px; width: 96px; height: 96px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 14px rgba(246,194,114,.14); }
.cloud { position: absolute; z-index: 2; width: 112px; height: 29px; border-radius: 99px; background: rgba(255,254,250,.84); }
.cloud::before, .cloud::after { content: ""; position: absolute; bottom: 0; border-radius: 50%; background: inherit; }
.cloud::before { left: 21px; width: 48px; height: 48px; }.cloud::after { left: 58px; width: 34px; height: 34px; }
.cloud-one { top: 155px; left: 37px; transform: scale(.88); }.cloud-two { top: 70px; left: 212px; transform: scale(.55); opacity: .78; }
.spark { position: absolute; z-index: 3; width: 9px; height: 9px; border-radius: 50%; background: var(--white); }.spark-one { left: 205px; top: 76px; }.spark-two { left: 328px; top: 214px; width: 6px; height: 6px; }.spark-three { left: 71px; top: 250px; width: 6px; height: 6px; }
.rainbow { position: absolute; z-index: 2; bottom: -47px; left: -20px; width: 340px; height: 245px; transform: rotate(-6deg); }
.kite { position: absolute; z-index: 5; top: 82px; left: 184px; width: 117px; height: 138px; transform: rotate(8deg); filter: drop-shadow(0 8px 4px rgba(37,59,77,.09)); }
.art-card { position: absolute; z-index: 7; border: 1px solid rgba(37,59,77,.1); border-radius: 15px; background: rgba(255,254,250,.9); box-shadow: 0 10px 20px rgba(37,59,77,.08); }
.card-family { right: 24px; bottom: 34px; display: flex; align-items: center; gap: 10px; padding: 14px 16px; color: var(--ink); font: 800 13px/1.25 var(--round); }
.card-icon { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid var(--coral); border-radius: 50%; color: var(--coral); font-size: 21px; }
.card-name { top: 27px; left: 26px; padding: 11px 15px; transform: rotate(-3deg); }.card-name span { display: block; color: var(--ink-soft); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }.card-name strong { display: block; color: var(--blue); font: 900 22px/1 var(--round); }
.ground-dots { position: absolute; right: 105px; bottom: 43px; z-index: 6; width: 36px; height: 16px; background: radial-gradient(circle, var(--coral) 2px, transparent 3px) 0 0/12px 12px; }
.hero-bottom { position: relative; z-index: 3; display: flex; justify-content: space-between; margin-top: 28px; color: var(--ink-soft); font-size: 9px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }

.intro-section { padding: 126px 0 125px; border-bottom: 1px solid var(--line); background: var(--white); }
.intro-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; }
.section-label { display: flex; align-items: center; gap: 9px; color: var(--ink-soft); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; }.section-label i { width: 32px; height: 2px; border-radius: 2px; background: var(--coral); }
.intro-copy h2, .section-heading h2, .process-copy h2, .faq-heading h2, .contact-copy h2 { margin-bottom: 25px; font: 900 clamp(37px, 4vw, 58px)/1.05 var(--round); letter-spacing: -.06em; }
.intro-copy { max-width: 700px; }.intro-copy p { max-width: 630px; margin-bottom: 16px; color: var(--ink-soft); font-size: 15px; line-height: 1.8; }

.support-section { padding: 112px 0 126px; background: var(--mint); }
.section-heading { max-width: 590px; }.section-heading h2 { margin-bottom: 48px; }.section-heading .eyebrow { margin-bottom: 18px; }
.support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.support-card { display: flex; min-height: 342px; flex-direction: column; padding: 27px 28px; border-radius: 18px; background: var(--white); transition: transform .25s ease, box-shadow .25s ease; }.support-card:hover { transform: translateY(-6px); box-shadow: 0 17px 30px rgba(37,59,77,.08); }
.card-blue { background: var(--sky); }.card-peach { background: var(--peach); }
.card-top { display: flex; align-items: flex-start; justify-content: space-between; color: var(--ink-soft); font: 800 21px/1 var(--round); }.card-figure { display: block; position: relative; width: 40px; height: 40px; }
.figure-sun { border: 3px solid var(--yellow); border-radius: 50%; box-shadow: 0 0 0 7px rgba(246,194,114,.18); }.figure-sun::after { content: ""; position: absolute; left: 15px; top: -11px; width: 3px; height: 57px; border-radius: 2px; background: repeating-linear-gradient(to bottom, var(--yellow) 0 6px, transparent 6px 13px); transform: rotate(45deg); }
.figure-cloud { margin-top: 10px; height: 25px; border-radius: 99px; background: var(--sky-deep); }.figure-cloud::before, .figure-cloud::after { content: ""; position: absolute; bottom: 0; border-radius: 50%; background: var(--sky-deep); }.figure-cloud::before { left: 5px; width: 32px; height: 32px; }.figure-cloud::after { left: 22px; width: 25px; height: 25px; }
.figure-star { transform: rotate(45deg); }.figure-star::before { content: ""; position: absolute; inset: 5px; background: var(--coral); clip-path: polygon(50% 0, 62% 37%, 100% 38%, 69% 60%, 80% 100%, 50% 75%, 20% 100%, 31% 60%, 0 38%, 38% 37%); }
.support-card h3 { margin: auto 0 9px; font: 900 26px/1.1 var(--round); letter-spacing: -.04em; }.support-card p { max-width: 280px; margin-bottom: 22px; color: var(--ink-soft); font-size: 13px; line-height: 1.65; }.support-card a { align-self: flex-start; padding-bottom: 4px; border-bottom: 2px solid currentColor; font-size: 11px; font-weight: 800; }.support-card a span { margin-left: 22px; font-size: 16px; }

.process-section { padding: 128px 0; background: var(--white); }.process-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 106px; }
.process-illustration { position: relative; min-height: 500px; overflow: hidden; border-radius: 35px 35px 35px 120px; background: var(--lavender); }.process-illustration::before { content: ""; position: absolute; right: -80px; top: -135px; width: 420px; height: 420px; border: 1px solid rgba(107,131,188,.24); border-radius: 50%; }.process-illustration::after { content: ""; position: absolute; left: -145px; bottom: -220px; width: 500px; height: 500px; border: 1px solid rgba(233,140,125,.22); border-radius: 50%; }
.path { position: absolute; z-index: 1; left: 19%; bottom: -13%; width: 410px; height: 450px; border: 3px solid var(--sky-deep); border-bottom: 0; border-radius: 50% 50% 0 0; transform: rotate(-20deg); }.path-two { left: 42%; bottom: -17%; width: 250px; height: 430px; border-color: var(--coral); transform: rotate(28deg); }.flower { position: absolute; z-index: 2; width: 21px; height: 21px; border-radius: 50% 50% 50% 0; background: var(--yellow); transform: rotate(-45deg); }.flower-one { left: 30%; bottom: 25%; }.flower-two { right: 28%; bottom: 42%; background: var(--coral); }.flower-three { left: 52%; bottom: 21%; background: var(--blue); }
.process-message { position: absolute; z-index: 3; top: 50%; left: 50%; display: grid; width: 220px; height: 220px; place-items: center; border-radius: 50%; background: var(--white); color: var(--ink); font: 900 28px/1.08 var(--round); letter-spacing: -.05em; text-align: center; transform: translate(-50%, -50%); }.process-message em { color: var(--coral); font-style: normal; }
.process-copy h2 { margin-top: 24px; }.process-copy > p { max-width: 510px; margin-bottom: 35px; color: var(--ink-soft); font-size: 14px; line-height: 1.75; }.steps { border-top: 1px solid var(--line); }.step { display: grid; grid-template-columns: 52px 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line); }.step > span { color: var(--coral); font: 900 21px/1 var(--round); }.step h3 { margin-bottom: 3px; font: 800 14px/1.25 var(--round); }.step p { margin-bottom: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.55; }

.family-section { padding: 117px 0; background: var(--ink); color: var(--white); }.family-wrap { text-align: center; }.family-badge { display: grid; width: 55px; height: 55px; margin: 0 auto 20px; place-items: center; color: var(--yellow); }.family-badge svg { width: 100%; height: 100%; }.family-wrap blockquote { max-width: 780px; margin: 0 auto 22px; font: 900 clamp(32px, 4.2vw, 57px)/1.08 var(--round); letter-spacing: -.06em; }.family-wrap p { margin: 0; color: rgba(255,254,250,.65); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }

.faq-section { padding: 127px 0 135px; background: var(--paper); }.faq-grid { display: grid; grid-template-columns: .7fr 1.1fr; gap: 120px; }.faq-heading h2 { margin-top: 23px; }.faq-heading p { max-width: 340px; color: var(--ink-soft); font-size: 14px; line-height: 1.7; }.faq-list { border-top: 1px solid var(--line); }details { padding: 22px 0; border-bottom: 1px solid var(--line); }summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; cursor: pointer; font: 800 18px/1.25 var(--round); }summary::-webkit-details-marker { display: none; }summary span { color: var(--coral); font: 400 27px/1 var(--body); transition: transform .2s ease; }details[open] summary span { transform: rotate(45deg); }details p { max-width: 620px; margin: 14px 40px 3px 0; color: var(--ink-soft); font-size: 13px; line-height: 1.7; }

.contact-section { padding: 91px 0; background: var(--blue); color: var(--white); }.contact-wrap { display: grid; grid-template-columns: 1fr .88fr; align-items: start; gap: 103px; }.eyebrow-light { color: rgba(255,254,250,.75); }.eyebrow-light .eyebrow-symbol { color: var(--yellow); }.contact-copy h2 { margin-top: 24px; color: var(--white); }.contact-copy h2 em { color: var(--yellow); }.contact-copy > p:not(.eyebrow) { max-width: 500px; color: rgba(255,254,250,.78); font-size: 14px; line-height: 1.75; }.contact-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 33px; }.contact-tags span { padding: 8px 12px; border: 1px solid rgba(255,254,250,.35); border-radius: 99px; color: rgba(255,254,250,.82); font-size: 10px; font-weight: 700; }
.contact-form { display: grid; gap: 16px; padding: 31px; border: 1px solid rgba(255,254,250,.25); border-radius: 20px; background: rgba(255,254,250,.1); }.contact-form label { display: grid; gap: 7px; color: rgba(255,254,250,.8); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.contact-form input, .contact-form textarea { width: 100%; padding: 8px 0 10px; border: 0; border-bottom: 1px solid rgba(255,254,250,.46); outline: none; border-radius: 0; background: transparent; color: var(--white); font-size: 14px; font-weight: 400; letter-spacing: 0; text-transform: none; }.contact-form textarea { min-height: 90px; resize: vertical; }.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,254,250,.53); }.contact-form input:focus, .contact-form textarea:focus { border-color: var(--yellow); }.button-light { margin-top: 7px; background: var(--white); color: var(--ink); }.button-light:hover { background: var(--yellow); }.form-note { margin: -4px 0 0; color: rgba(255,254,250,.63); font-size: 10px; line-height: 1.5; }.form-status { min-height: 0; margin: 0; color: #fff3b9; font-size: 12px; }.honeypot { position: absolute; left: -99999px; opacity: 0; pointer-events: none; }
.site-footer { padding: 27px 0; background: #1e3142; color: var(--white); }.footer-wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; }.footer-brand .brand-mark { color: var(--yellow); }.footer-brand small, .footer-wrap p, .footer-wrap > span:last-child { color: rgba(255,254,250,.56); }.footer-wrap p, .footer-wrap > span:last-child { margin: 0; font-size: 10px; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }.reveal.visible { opacity: 1; transform: translateY(0); }.reveal-delay { transition-delay: .14s; }.reveal-delay-2 { transition-delay: .24s; }

@media (max-width: 900px) {
  .container { width: min(100% - 48px, 680px); }.site-header { padding: 20px 0; }.menu-toggle { display: block; z-index: 21; }.main-nav { position: fixed; inset: 0; z-index: 20; display: flex; visibility: hidden; flex-direction: column; justify-content: center; gap: 28px; background: var(--paper); color: var(--ink); font: 800 26px/1.1 var(--round); opacity: 0; transition: opacity .25s ease, visibility .25s ease; }.main-nav.open { visibility: visible; opacity: 1; }.nav-cta { margin-top: 7px; font: 700 12px var(--body); }.hero-section { min-height: auto; padding: 130px 0 37px; }.hero-grid { grid-template-columns: 1fr; gap: 48px; }.hero-art { width: min(100%, 490px); margin: 0; }.intro-grid, .faq-grid { grid-template-columns: 1fr; gap: 29px; }.support-grid { grid-template-columns: repeat(3, 1fr); }.process-grid, .contact-wrap { grid-template-columns: 1fr; gap: 56px; }.process-illustration { min-height: 430px; }.intro-section, .support-section, .process-section, .faq-section { padding: 88px 0; }.contact-section { padding: 72px 0; }.faq-heading p { max-width: 480px; }
}
@media (max-width: 650px) {
  .container { width: calc(100% - 38px); }.brand { min-width: 0; }.brand small { font-size: 7px; max-width: 135px; }.hero-section { padding-top: 123px; }.hero-grid { gap: 37px; }h1 { font-size: 47px; }.hero-lead { font-size: 14px; }.hero-note { margin-top: 35px; }.hero-art { aspect-ratio: .85; border-radius: 25px 25px 80px 25px; }.sun { top: 42px; right: 36px; width: 72px; height: 72px; }.kite { left: 38%; top: 94px; width: 90px; }.card-name { left: 16px; top: 19px; }.card-family { right: 14px; bottom: 23px; font-size: 11px; }.rainbow { left: -62px; bottom: -50px; }.hero-bottom { font-size: 8px; }.intro-copy h2, .section-heading h2, .process-copy h2, .faq-heading h2, .contact-copy h2 { font-size: 39px; }.intro-copy p { font-size: 14px; }.support-grid { grid-template-columns: 1fr; }.support-card { min-height: 282px; }.process-illustration { min-height: 378px; border-radius: 25px 25px 25px 80px; }.process-message { width: 190px; height: 190px; font-size: 25px; }.family-section { padding: 84px 0; }.family-wrap blockquote { font-size: 35px; }.faq-grid { gap: 22px; }summary { font-size: 17px; }details p { margin-right: 0; }.contact-tags { margin-top: 25px; }.contact-form { padding: 24px 20px; }.footer-wrap { align-items: flex-start; flex-direction: column; }.footer-wrap p { display: none; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }.reveal { opacity: 1; transform: none; } }
