:root {
  --ink: #19343a;
  --ink-soft: #38555a;
  --muted: #718589;
  --rose: #df6f94;
  --rose-dark: #c9577e;
  --rose-soft: #fff0f5;
  --coral: #f08b7f;
  --blue: #5da7c4;
  --blue-dark: #347f9d;
  --blue-soft: #eaf7fb;
  --mint: #76b9a0;
  --mint-dark: #438d75;
  --mint-soft: #edf8f4;
  --sun: #f4c94f;
  --sun-soft: #fff7d9;
  --sand: #fffaf3;
  --cream: #fffdf9;
  --line: rgba(37, 76, 88, .12);
  --shadow-sm: 0 12px 32px rgba(39, 72, 75, .08);
  --shadow-md: 0 24px 60px rgba(38, 73, 76, .13);
  --shadow-lg: 0 38px 90px rgba(33, 64, 68, .18);
  --radius-lg: 36px;
  --radius-md: 26px;
  --section: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Nunito", sans-serif; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; z-index: -1; inset: 0; pointer-events: none; background: radial-gradient(circle at 8% 2%, rgba(244,201,79,.1), transparent 25%), radial-gradient(circle at 92% 4%, rgba(223,111,148,.08), transparent 24%); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; border: 0; cursor: pointer; }
h1, h2, h3, p, blockquote, figure { margin-top: 0; }
h1, h2, h3, .brand { font-family: "Poppins", sans-serif; }
h1, h2 { letter-spacing: -.055em; }
em { color: var(--rose); font-style: normal; }
.section-shell { width: var(--section); margin-inline: auto; }
.section-pad { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 200; left: 18px; top: -80px; padding: 12px 16px; border-radius: 12px; color: #fff; background: var(--ink); transition: top .2s; }
.skip-link:focus { top: 18px; }
:focus-visible { outline: 3px solid rgba(93,167,196,.45); outline-offset: 4px; }

/* Header */
.site-header { position: sticky; z-index: 100; top: 0; padding: 12px 0; background: rgba(255,253,249,.86); border-bottom: 1px solid rgba(37,76,88,.07); backdrop-filter: blur(18px) saturate(1.15); }
.header-inner { width: var(--section); min-height: 56px; margin-inline: auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 1.28rem; font-weight: 800; letter-spacing: -.05em; }
.brand-mark { position: relative; display: inline-block; width: 35px; height: 35px; flex: 0 0 auto; transform: rotate(-8deg); }
.brand-mark i, .brand-mark b, .brand-mark em { position: absolute; display: block; border-radius: 70% 45% 62% 44%; }
.brand-mark i { inset: 2px 3px 7px 6px; background: var(--rose); transform: rotate(20deg); }
.brand-mark b { width: 21px; height: 22px; left: 2px; top: 11px; background: var(--sun); transform: rotate(-17deg); }
.brand-mark em { width: 7px; height: 7px; right: 7px; top: 7px; background: #fff; }
.site-nav { display: flex; justify-content: center; gap: clamp(18px, 3vw, 38px); }
.site-nav a { position: relative; color: var(--ink-soft); font-size: .76rem; font-weight: 800; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; border-radius: 99px; background: var(--rose); transition: right .2s; }
.site-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 9px; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 11px; border-radius: 13px; background: #fff; box-shadow: var(--shadow-sm); }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 4px 0; border-radius: 99px; background: var(--ink); transition: .2s; }

/* Buttons */
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 18px; border: 1px solid transparent; border-radius: 15px; font-size: .76rem; font-weight: 900; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--rose), var(--coral)); box-shadow: 0 13px 30px rgba(215,91,130,.22); }
.button-primary:hover { box-shadow: 0 17px 38px rgba(215,91,130,.3); }
.button-primary > span:not(.material-symbols-rounded), .text-link span { font-size: 1.05em; transition: transform .2s; }
.button-primary:hover > span:not(.material-symbols-rounded), .text-link:hover span { transform: translateX(4px); }
.material-symbols-rounded { display: inline-block; flex: 0 0 auto; font-family: "Material Symbols Rounded"; font-size: 1.15rem; font-style: normal; font-weight: 400; line-height: 1; letter-spacing: normal; text-transform: none; white-space: nowrap; word-wrap: normal; direction: ltr; -webkit-font-feature-settings: "liga"; -webkit-font-smoothing: antialiased; font-feature-settings: "liga"; font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24; }
.header-actions .material-symbols-rounded { font-size: 1.05rem; }
.button-ghost { min-height: 42px; padding-inline: 13px; color: var(--ink-soft); background: transparent; }
.button-small { min-height: 43px; padding-inline: 16px; }
.button-large { min-height: 57px; padding-inline: 24px; border-radius: 18px; font-size: .82rem; }
.button-play { min-height: 57px; padding: 0 4px; color: var(--ink-soft); background: transparent; }
.play-icon { display: grid; place-items: center; width: 43px; height: 43px; padding-left: 2px; border: 1px solid rgba(93,167,196,.25); border-radius: 50%; color: var(--blue-dark); background: #fff; box-shadow: var(--shadow-sm); font-size: .68rem; }
.button-light { color: var(--ink); background: #fff; box-shadow: 0 18px 40px rgba(95,57,34,.13); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue-dark); font-size: .78rem; font-weight: 900; }

/* Hero */
.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(470px, .96fr); align-items: center; gap: clamp(30px, 4vw, 58px); min-height: 690px; padding-top: 28px; padding-bottom: 58px; }
.hero-copy { position: relative; z-index: 2; padding-top: 15px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; color: var(--blue-dark); font-size: .68rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { color: var(--sun); }
.eyebrow-mint { color: var(--mint-dark); }
.hero h1 { max-width: 690px; margin-bottom: 22px; font-size: clamp(3.45rem, 5.5vw, 5.15rem); line-height: .98; }
.hero-lead { max-width: 600px; margin-bottom: 29px; color: var(--ink-soft); font-size: 1.08rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 17px; }
.hero-reassurance { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 28px; color: var(--muted); font-size: .68rem; font-weight: 700; }
.hero-reassurance span { display: flex; align-items: center; gap: 6px; }
.hero-reassurance i { display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; color: var(--mint-dark); background: var(--mint-soft); font-style: normal; font-size: .58rem; }
.hero-visual { position: relative; min-height: 620px; }
.hero-visual::before { content: ""; position: absolute; inset: 45px 8px 5px 35px; border-radius: 48% 52% 42% 58% / 45% 42% 58% 55%; background: linear-gradient(145deg, #fff0f5, #f6fbf9 56%, #fff6d6); transform: rotate(-3deg); }
.hero-photo { position: absolute; overflow: hidden; margin: 0; background: var(--blue-soft); box-shadow: var(--shadow-lg); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo-main { right: 7%; top: 20px; width: 64%; height: 535px; border: 8px solid #fff; border-radius: 46% 46% 36px 36px; transform: rotate(2.2deg); }
.hero-photo-main img { object-position: 50% 47%; }
.hero-photo-small { left: 2%; bottom: 22px; width: 34%; height: 275px; border: 7px solid #fff; border-radius: 35px 35px 45% 45%; transform: rotate(-5deg); }
.hero-photo-small img { object-position: 50% 44%; }
.hero-orbit { position: absolute; border: 1px dashed rgba(93,167,196,.25); border-radius: 50%; }
.hero-orbit-one { right: -16px; top: 70px; width: 165px; height: 165px; }
.hero-orbit-two { left: 12%; top: 18px; width: 90px; height: 90px; }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; padding: 12px; border: 1px solid rgba(255,255,255,.88); border-radius: 18px; background: rgba(255,255,255,.9); box-shadow: var(--shadow-md); backdrop-filter: blur(14px); }
.floating-weather { left: 5%; top: 89px; gap: 10px; transform: rotate(-2deg); }
.weather-sun { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 13px; background: var(--sun-soft); }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: .7rem; }
.floating-card small { margin-top: 2px; color: var(--muted); font-size: .53rem; }
.floating-idea { right: -2%; bottom: 40px; width: 305px; gap: 10px; padding: 14px; }
.idea-icon { display: grid; place-items: center; flex: 0 0 auto; width: 42px; height: 42px; border-radius: 14px; background: var(--mint-soft); }
.floating-idea > span:nth-child(2) { min-width: 0; flex: 1; }
.floating-idea strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.floating-idea b { color: var(--blue-dark); font-size: .54rem; }
.idea-score { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 50%; color: #fff; background: var(--rose); font-size: .64rem; font-weight: 900; }
.floating-wish { position: absolute; z-index: 3; right: -1%; top: 131px; display: grid; justify-items: center; gap: 5px; color: var(--ink-soft); font-size: 1.7rem; transform: rotate(5deg); }
.floating-wish span { padding: 7px 10px; border-radius: 11px 11px 3px 11px; color: var(--ink-soft); background: var(--sun-soft); box-shadow: var(--shadow-sm); font-size: .57rem; font-weight: 900; }

/* Trust */
.trust-strip { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 19px 27px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow-sm); }
.trust-strip p { margin: 0; color: var(--ink-soft); font-size: .72rem; font-weight: 900; }
.trust-strip > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 24px; }
.trust-strip span { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: .66rem; font-weight: 800; }
.trust-strip b { font-size: 1rem; }

/* Shared headings */
.section-heading { margin-bottom: 50px; }
.section-heading h2, .story-copy h2, .promise-copy h2, .faq-intro h2 { margin-bottom: 18px; font-size: clamp(2.5rem, 5vw, 4.25rem); line-height: 1.05; }
.section-heading > p, .story-copy > p, .promise-copy > p, .faq-intro > p { color: var(--muted); font-size: .94rem; line-height: 1.7; }
.section-heading-center { max-width: 780px; margin-inline: auto; text-align: center; }
.section-heading-center > p { max-width: 650px; margin: 0 auto; }

/* Benefits */
.problem-section { position: relative; overflow: hidden; }
.problem-section::before { content: ""; position: absolute; z-index: -1; left: -160px; top: 130px; width: 330px; height: 330px; border-radius: 50%; background: var(--blue-soft); filter: blur(2px); opacity: .6; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.benefit-card { position: relative; min-height: 405px; overflow: hidden; padding: 30px; border: 1px solid rgba(255,255,255,.7); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); transition: transform .25s, box-shadow .25s; }
.benefit-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.benefit-card::after { content: ""; position: absolute; right: -70px; bottom: -80px; width: 200px; height: 200px; border-radius: 50%; background: rgba(255,255,255,.5); }
.benefit-card-blue { background: linear-gradient(145deg, #eff9fc, #e7f5fa); }
.benefit-card-pink { background: linear-gradient(145deg, #fff1f6, #ffedf3); }
.benefit-card-sun { background: linear-gradient(145deg, #fff9e4, #fff5d2); }
.benefit-number { position: absolute; right: 25px; top: 20px; color: rgba(25,52,58,.08); font-family: "Poppins", sans-serif; font-size: 3rem; font-weight: 800; }
.benefit-icon { display: grid; place-items: center; width: 57px; height: 57px; margin-bottom: 28px; border-radius: 18px; background: rgba(255,255,255,.8); box-shadow: 0 9px 22px rgba(46,76,79,.08); font-size: 1.45rem; }
.benefit-card h3 { max-width: 300px; margin-bottom: 13px; font-size: 1.28rem; line-height: 1.25; }
.benefit-card > p { max-width: 310px; margin-bottom: 24px; color: var(--ink-soft); font-size: .78rem; line-height: 1.6; }
.wish-pills { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 7px; }
.wish-pills span { padding: 7px 10px; border-radius: 999px; background: rgba(255,255,255,.85); color: var(--blue-dark); font-size: .59rem; font-weight: 900; }
.mini-match-card { position: relative; z-index: 1; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; padding: 11px; border-radius: 16px; background: rgba(255,255,255,.87); box-shadow: var(--shadow-sm); transform: rotate(-1deg); }
.mini-match-card > span { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 12px; background: var(--rose-soft); }
.mini-match-card small, .mini-match-card strong { display: block; }
.mini-match-card small { color: var(--muted); font-size: .49rem; }.mini-match-card strong { font-size: .64rem; }
.mini-match-card b { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: #fff; background: var(--rose); font-size: .56rem; }
.mini-plan { position: relative; z-index: 1; display: grid; gap: 7px; }
.mini-plan span { display: grid; grid-template-columns: auto auto 1fr; gap: 8px; align-items: center; padding: 10px 12px; border-radius: 13px; background: rgba(255,255,255,.82); color: var(--ink-soft); font-size: .62rem; font-weight: 800; }
.mini-plan i { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px var(--mint-soft); }
.mini-plan span:last-child i { background: var(--rose); box-shadow: 0 0 0 4px var(--rose-soft); }

/* Story */
.story-section { background: linear-gradient(180deg, #fff, var(--sand)); }
.story-grid { display: grid; grid-template-columns: minmax(390px, .92fr) minmax(0, 1.08fr); align-items: center; gap: clamp(70px, 10vw, 145px); }
.story-visual { position: relative; min-height: 650px; }
.story-visual::before { content: ""; position: absolute; inset: 35px 30px 5px 5px; border-radius: 42% 58% 30px 30px; background: var(--mint-soft); transform: rotate(-5deg); }
.story-photo { position: absolute; inset: 20px 15% 20px 6%; overflow: hidden; margin: 0; border: 8px solid #fff; border-radius: 42% 42% 35px 35px; background: var(--mint-soft); box-shadow: var(--shadow-lg); transform: rotate(2deg); }
.story-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; }
.story-sticker { position: absolute; z-index: 2; display: flex; align-items: center; gap: 8px; padding: 11px 14px; border-radius: 15px; background: rgba(255,255,255,.93); box-shadow: var(--shadow-md); backdrop-filter: blur(12px); font-size: .64rem; font-weight: 900; }
.story-sticker-top { right: 1%; top: 110px; color: var(--rose-dark); transform: rotate(3deg); }
.story-sticker-top span { font-size: 1.3rem; }
.story-sticker-bottom { left: 0; bottom: 68px; display: grid; grid-template-columns: auto 1fr; column-gap: 9px; transform: rotate(-3deg); }
.story-sticker-bottom > span { grid-row: 1 / 3; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 13px; background: var(--blue-soft); }
.story-sticker-bottom b, .story-sticker-bottom small { display: block; }.story-sticker-bottom small { color: var(--muted); font-size: .5rem; }
.story-sun { position: absolute; right: 6%; bottom: 5px; color: var(--sun); font-size: 4rem; transform: rotate(12deg); }
.story-copy { max-width: 575px; }
.story-copy > p { max-width: 520px; }
.steps-list { display: grid; gap: 20px; margin: 33px 0; padding: 0; list-style: none; }
.steps-list li { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 17px; }
.steps-list li > span { display: grid; place-items: center; width: 43px; height: 43px; border: 1px solid rgba(93,167,196,.2); border-radius: 14px; color: var(--blue-dark); background: var(--blue-soft); font-family: "Poppins", sans-serif; font-weight: 800; }
.steps-list li:nth-child(2) > span { color: var(--rose-dark); background: var(--rose-soft); border-color: rgba(223,111,148,.2); }
.steps-list li:nth-child(3) > span { color: #9d7a18; background: var(--sun-soft); border-color: rgba(244,201,79,.25); }
.steps-list h3 { margin-bottom: 3px; font-size: .88rem; }.steps-list p { margin: 0; color: var(--muted); font-size: .72rem; }

/* Features bento */
.features-section { background: #f2f8f6; }
.features-heading { display: grid; grid-template-columns: 1.15fr .65fr; align-items: end; gap: 50px; }
.features-heading h2 { max-width: 700px; margin-bottom: 0; }.features-heading > p { margin-bottom: 4px; }
.bento-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 17px; }
.bento-card { position: relative; min-height: 390px; overflow: hidden; padding: 34px; border: 1px solid rgba(255,255,255,.72); border-radius: 29px; background: #fff; box-shadow: var(--shadow-sm); }
.bento-copy { position: relative; z-index: 3; max-width: 390px; }
.card-kicker { display: inline-block; margin-bottom: 10px; color: var(--blue-dark); font-size: .6rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.bento-card h3 { margin-bottom: 10px; font-size: 1.5rem; line-height: 1.2; }.bento-card p { color: var(--muted); font-size: .76rem; line-height: 1.6; }
.bento-map { min-height: 470px; background: linear-gradient(145deg, #eaf7fb, #edf8f4); }
.map-ui { position: absolute; left: 30px; right: 30px; bottom: -45px; height: 290px; overflow: hidden; border: 7px solid #fff; border-radius: 28px 28px 0 0; background: #dcefe9; box-shadow: var(--shadow-md); transform: rotate(-1deg); }
.map-ui::before { content: ""; position: absolute; inset: 0; opacity: .65; background-image: linear-gradient(28deg, transparent 48%, rgba(255,255,255,.95) 49% 52%, transparent 53%), linear-gradient(-32deg, transparent 43%, rgba(255,255,255,.78) 44% 48%, transparent 49%); background-size: 130px 115px, 170px 140px; }
.map-road { position: absolute; width: 360px; height: 10px; border: 4px solid #fff; border-width: 4px 0; background: #f6d7c1; transform-origin: center; }
.map-road-one { left: -40px; top: 138px; transform: rotate(13deg); }.map-road-two { right: -80px; top: 80px; transform: rotate(-30deg); }
.map-river { position: absolute; right: 80px; top: -40px; width: 70px; height: 370px; border-radius: 50%; border-left: 20px solid rgba(93,167,196,.4); transform: rotate(28deg); }
.map-pin { position: absolute; z-index: 2; display: grid; place-items: center; width: 48px; height: 48px; border: 4px solid #fff; border-radius: 50% 50% 50% 12px; background: var(--rose); box-shadow: var(--shadow-sm); font-style: normal; transform: rotate(-45deg); }
.map-pin::first-letter { transform: rotate(45deg); }.pin-one { left: 18%; top: 45%; }.pin-two { right: 15%; top: 28%; background: var(--sun); }.pin-three { left: 56%; bottom: 13%; background: var(--mint); }
.map-search { position: absolute; z-index: 3; left: 15px; top: 15px; padding: 9px 13px; border-radius: 999px; background: rgba(255,255,255,.92); box-shadow: var(--shadow-sm); color: var(--ink-soft); font-size: .58rem; font-weight: 900; }
.bento-planning { min-height: 470px; background: linear-gradient(145deg, #fff, #fff7dd); }
.calendar-ui { position: absolute; left: 28px; right: 28px; bottom: 28px; padding: 18px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.86); box-shadow: var(--shadow-sm); }
.calendar-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; margin-bottom: 15px; color: var(--muted); font-size: .54rem; font-weight: 900; text-align: center; }
.calendar-days span { display: grid; place-items: center; gap: 3px; min-height: 38px; border-radius: 10px; }.calendar-days b { font-size: .65rem; }.calendar-days .active { color: #fff; background: var(--rose); box-shadow: 0 8px 18px rgba(223,111,148,.22); }
.calendar-event { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 10px; margin-top: 7px; padding: 10px; border-radius: 13px; background: var(--mint-soft); }
.calendar-event i { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: #fff; font-style: normal; }.calendar-event span { display: grid; }.calendar-event small { color: var(--mint-dark); font-size: .5rem; font-weight: 900; }.calendar-event strong { font-size: .64rem; }.calendar-event-pink { background: var(--rose-soft); }.calendar-event-pink small { color: var(--rose-dark); }
.bento-route { background: linear-gradient(145deg, #fff4f7, #fff); }
.route-illustration { position: absolute; left: 0; top: 0; width: 48%; height: 100%; background: radial-gradient(circle at 42% 25%, rgba(244,201,79,.22), transparent 18%), linear-gradient(145deg, rgba(223,111,148,.09), rgba(93,167,196,.08)); }
.route-line { position: absolute; left: 49%; top: 14%; bottom: 14%; width: 3px; border-left: 3px dashed rgba(93,167,196,.45); }
.route-illustration i { position: absolute; left: calc(49% - 18px); display: grid; place-items: center; width: 38px; height: 38px; border: 4px solid #fff; border-radius: 50%; color: #fff; background: var(--blue); box-shadow: var(--shadow-sm); font-style: normal; font-size: .64rem; font-weight: 900; }
.route-a { top: 10%; }.route-stop { top: 44%; background: var(--sun) !important; }.route-b { bottom: 10%; background: var(--rose) !important; }
.bento-route .bento-copy { width: 48%; margin-left: auto; }
.bento-memory { background: linear-gradient(145deg, #eef8f4, #fff); }
.memory-polaroids { position: absolute; right: 18px; top: 22px; width: 49%; height: 78%; }
.memory-polaroids span { position: absolute; display: grid; place-items: center; width: 135px; height: 160px; padding-bottom: 23px; border: 8px solid #fff; border-bottom-width: 30px; border-radius: 8px; background: var(--blue-soft); box-shadow: var(--shadow-md); font-size: 3rem; }
.memory-polaroids span:nth-child(1) { left: 0; top: 30px; transform: rotate(-10deg); }.memory-polaroids span:nth-child(2) { left: 84px; top: 0; background: var(--rose-soft); transform: rotate(6deg); }.memory-polaroids span:nth-child(3) { right: 0; bottom: 0; background: var(--mint-soft); transform: rotate(13deg); }
.bento-memory .bento-copy { width: 48%; }

/* Testimonial */
.testimonial-section { background: #fff; }
.testimonial-card { display: grid; grid-template-columns: .88fr 1.12fr; min-height: 550px; overflow: hidden; border-radius: var(--radius-lg); background: var(--ink); box-shadow: var(--shadow-lg); }
.testimonial-photo { height: 100%; min-height: 550px; margin: 0; overflow: hidden; }
.testimonial-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.testimonial-copy { position: relative; display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: 54px 58px 45px; color: #fff; background: radial-gradient(circle at 90% 15%, rgba(244,201,79,.16), transparent 24%), radial-gradient(circle at 10% 90%, rgba(223,111,148,.16), transparent 30%); }
.quote-mark { position: absolute; right: 45px; top: 20px; color: rgba(255,255,255,.08); font-family: Georgia, serif; font-size: 11rem; line-height: 1; }
.stars { margin-bottom: 21px; color: var(--sun); font-size: .9rem; letter-spacing: .18em; }
.testimonial-slides { position: relative; z-index: 1; min-height: 355px; }
.testimonial-slide { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; opacity: 0; pointer-events: none; transform: translateX(24px); transition: opacity .42s ease, transform .42s ease; }
.testimonial-slide.is-active { opacity: 1; pointer-events: auto; transform: translateX(0); }
.testimonial-copy blockquote { position: relative; z-index: 1; margin-bottom: 28px; font-family: "Poppins", sans-serif; font-size: clamp(1.28rem, 2vw, 1.78rem); font-weight: 600; letter-spacing: -.035em; line-height: 1.42; }
.family-signature { display: flex; align-items: center; gap: 12px; }
.family-signature > span { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 15px; color: #fff; background: linear-gradient(145deg, var(--rose), var(--blue)); font-size: .66rem; font-weight: 900; }
.family-signature strong, .family-signature small { display: block; }.family-signature strong { font-size: .75rem; }.family-signature small { margin-top: 3px; color: rgba(255,255,255,.62); font-size: .6rem; }
.testimonial-controls { position: relative; z-index: 2; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); }
.testimonial-arrows { display: flex; gap: 7px; }
.testimonial-arrows button { display: grid; place-items: center; width: 35px; height: 35px; padding: 0; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; color: #fff; background: rgba(255,255,255,.07); transition: background .2s, border-color .2s, transform .2s; }
.testimonial-arrows button:hover { border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.14); transform: translateY(-2px); }
.testimonial-arrows .material-symbols-rounded { font-size: 1rem; }
.testimonial-dots { display: flex; align-items: center; justify-content: center; gap: 7px; }
.testimonial-dots button { width: 7px; height: 7px; padding: 0; border-radius: 99px; background: rgba(255,255,255,.25); transition: width .25s, background .25s; }
.testimonial-dots button[aria-selected="true"] { width: 24px; background: var(--sun); }
.testimonial-counter { color: rgba(255,255,255,.45); font-size: .64rem; font-weight: 800; letter-spacing: .08em; }
.testimonial-counter b { color: #fff; font-size: .78rem; }

/* Promise */
.promise-section { background: var(--sand); }
.promise-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(55px, 9vw, 125px); }
.promise-copy > p { max-width: 520px; margin-bottom: 28px; }
.promise-points { display: grid; gap: 11px; }
.promise-points article { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 15px; padding: 18px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow-sm); }
.promise-points article > span { display: grid; place-items: center; width: 47px; height: 47px; border-radius: 15px; background: var(--mint-soft); font-size: 1.2rem; }
.promise-points h3 { margin-bottom: 3px; font-size: .9rem; }.promise-points article p { margin: 0; color: var(--muted); font-size: .66rem; }.promise-points article > b { padding: 6px 9px; border-radius: 999px; color: var(--mint-dark); background: var(--mint-soft); font-size: .57rem; }
.promise-points .promise-plus { color: #fff; border: 0; background: linear-gradient(135deg, var(--blue-dark), var(--blue)); box-shadow: 0 20px 45px rgba(52,127,157,.2); }
.promise-plus > span { background: rgba(255,255,255,.13) !important; }.promise-plus article p, .promise-plus p { color: rgba(255,255,255,.7) !important; }.promise-plus > a { display: grid; place-items: center; width: 37px; height: 37px; border-radius: 50%; color: var(--blue-dark); background: #fff; font-weight: 900; }
.promise-note { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 10px 0 0; color: var(--muted); font-size: .62rem; font-weight: 700; }

/* FAQ */
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: clamp(55px, 9vw, 125px); }
.faq-intro { position: sticky; top: 115px; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { padding: 0 21px; border: 1px solid var(--line); border-radius: 18px; background: #fff; transition: box-shadow .2s; }
.faq-list details[open] { box-shadow: var(--shadow-sm); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; font-family: "Poppins", sans-serif; font-size: .82rem; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; place-items: center; width: 28px; height: 28px; flex: 0 0 auto; border-radius: 9px; color: var(--blue-dark); background: var(--blue-soft); font-family: "Nunito", sans-serif; font-size: 1rem; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -3px 45px 20px 0; color: var(--muted); font-size: .72rem; line-height: 1.65; }

/* Final CTA */
.final-cta { position: relative; display: grid; place-items: center; min-height: 445px; overflow: hidden; margin-bottom: 110px; padding: 65px; border-radius: 43px; color: #fff; background: linear-gradient(135deg, #db6b91, #ec8a80 55%, #e7a068); box-shadow: 0 35px 80px rgba(194,83,113,.25); text-align: center; }
.final-cta::before { content: ""; position: absolute; left: -100px; bottom: -170px; width: 390px; height: 310px; border-radius: 50%; background: rgba(255,255,255,.1); }
.final-cta::after { content: ""; position: absolute; right: -90px; top: -170px; width: 330px; height: 330px; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; }
.final-cta > div:not(.cta-sun) { position: relative; z-index: 2; max-width: 760px; }
.final-cta .eyebrow { color: rgba(255,255,255,.75); }.final-cta h2 { margin-bottom: 16px; font-size: clamp(2.8rem, 5.2vw, 4.7rem); line-height: 1.04; }.final-cta h2 em { color: var(--sun-soft); }.final-cta p { margin-bottom: 27px; color: rgba(255,255,255,.8); font-size: .92rem; }
.cta-cloud { position: absolute; color: rgba(255,255,255,.25); font-size: 6rem; }.cta-cloud-one { left: 7%; top: 14%; }.cta-cloud-two { right: 8%; bottom: 9%; font-size: 4.5rem; }.cta-sun { position: absolute; right: 17%; top: 15%; font-size: 2.8rem; animation: sun-float 4s ease-in-out infinite; }
@keyframes sun-float { 50% { transform: translateY(-8px) rotate(8deg); } }

/* Footer */
.site-footer { color: rgba(255,255,255,.72); background: #142c31; }
.footer-top { display: grid; grid-template-columns: .82fr 2.25fr .95fr; gap: 55px; padding-top: 70px; padding-bottom: 52px; }
.brand-footer { color: #fff; }.footer-brand > p { margin: 19px 0 22px; font-size: .75rem; line-height: 1.6; }
.social-links { display: flex; gap: 7px; }.social-links a { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.13); border-radius: 11px; color: #fff; font-size: .57rem; font-weight: 900; transition: background .2s; }.social-links a:hover { background: rgba(255,255,255,.1); }
.footer-links { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; }
.footer-links h3, .footer-newsletter h3 { margin-bottom: 16px; color: #fff; font-size: .7rem; }.footer-links div { display: flex; flex-direction: column; gap: 10px; }.footer-links a { font-size: .65rem; transition: color .2s; }.footer-links a:hover { color: #fff; }
.footer-newsletter { align-self: start; padding: 20px; border: 1px solid rgba(255,255,255,.11); border-radius: 19px; background: rgba(255,255,255,.05); }
.newsletter-icon { display: block; margin-bottom: 10px; font-size: 1.4rem; }.footer-newsletter h3 { margin-bottom: 7px; }.footer-newsletter p { margin-bottom: 13px; font-size: .65rem; line-height: 1.5; }
.footer-newsletter form { display: grid; grid-template-columns: 1fr auto; padding: 4px; border-radius: 12px; background: #fff; }.footer-newsletter input { min-width: 0; height: 38px; padding: 0 9px; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: .63rem; }.footer-newsletter button { width: 38px; border-radius: 9px; color: #fff; background: var(--rose); font-weight: 900; }.footer-newsletter small { display: block; margin-top: 9px; color: rgba(255,255,255,.4); font-size: .48rem; line-height: 1.4; }
.footer-credits { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; padding-top: 22px; padding-bottom: 25px; border-top: 1px solid rgba(255,255,255,.1); }.footer-credits p { margin: 0; font-size: .54rem; }.footer-credits p span { color: var(--rose); }.photo-credits { color: rgba(255,255,255,.38); text-align: center; }.photo-credits a:hover { color: #fff; }.status-pill { display: flex; align-items: center; gap: 7px; font-size: .52rem; }.status-pill i { width: 7px; height: 7px; border-radius: 50%; background: #6fd7a5; box-shadow: 0 0 0 4px rgba(111,215,165,.09); }
.toast { position: fixed; z-index: 300; left: 50%; bottom: 24px; max-width: calc(100% - 30px); padding: 12px 17px; border-radius: 999px; color: #fff; background: var(--ink); box-shadow: var(--shadow-lg); font-size: .7rem; font-weight: 800; opacity: 0; pointer-events: none; transform: translate(-50%, 15px); transition: .25s; }.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

/* Responsive */
@media (max-width: 1080px) {
  :root { --section: min(100% - 38px, 940px); }
  .site-nav { gap: 18px; }.site-nav a { font-size: .69rem; }
  .hero { grid-template-columns: 1fr 1fr; min-height: 680px; gap: 25px; }.hero h1 { font-size: clamp(3.1rem, 6.1vw, 4.6rem); }.hero-visual { min-height: 560px; }.hero-photo-main { height: 470px; }.hero-photo-small { height: 235px; }.floating-idea { right: -1%; width: 265px; }
  .benefit-card { padding: 25px; }.story-grid { gap: 65px; }.story-visual { min-height: 580px; }
  .memory-polaroids span { width: 105px; height: 135px; }.memory-polaroids span:nth-child(2) { left: 62px; }
  .footer-top { grid-template-columns: .7fr 2fr; }.footer-newsletter { grid-column: 1 / -1; display: grid; grid-template-columns: auto 1fr 1.4fr; align-items: center; gap: 13px; }.footer-newsletter > * { margin: 0 !important; }.footer-newsletter small { grid-column: 3; }
}

@media (max-width: 820px) {
  :root { --section: min(100% - 30px, 680px); }
  .section-pad { padding: 82px 0; }
  .header-inner { grid-template-columns: auto 1fr auto; gap: 12px; }.menu-toggle { display: block; grid-column: 3; }.header-actions { grid-column: 2; grid-row: 1; justify-self: end; }.header-actions .button-primary { display: none; }.site-nav { position: absolute; left: 15px; right: 15px; top: calc(100% + 7px); display: grid; gap: 3px; padding: 13px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow-md); opacity: 0; pointer-events: none; transform: translateY(-8px); transition: .2s; }.site-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }.site-nav a { padding: 11px 12px; border-radius: 10px; }.site-nav a:hover { background: var(--blue-soft); }.site-nav a::after { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 68px; }.hero-copy { max-width: 650px; text-align: center; }.hero h1, .hero-lead { margin-inline: auto; }.hero-actions, .hero-reassurance { justify-content: center; }.hero-visual { width: min(100%, 600px); margin: 5px auto 0; }
  .trust-strip { align-items: flex-start; flex-direction: column; }.trust-strip > div { justify-content: flex-start; }
  .benefit-grid { grid-template-columns: 1fr; }.benefit-card { min-height: 300px; }.benefit-card > p, .benefit-card h3 { max-width: 520px; }.wish-pills, .mini-match-card, .mini-plan { max-width: 400px; }
  .story-grid { grid-template-columns: 1fr; }.story-visual { width: min(100%, 540px); margin-inline: auto; }.story-copy { max-width: 650px; }
  .features-heading { grid-template-columns: 1fr; gap: 15px; }.features-heading > p { max-width: 600px; }
  .bento-grid { grid-template-columns: 1fr; }.bento-card { min-height: 430px; }.bento-route, .bento-memory { min-height: 370px; }
  .testimonial-card { grid-template-columns: 1fr; }.testimonial-photo { min-height: 370px; max-height: 440px; }.testimonial-copy { padding: 50px 40px 42px; }.testimonial-slides { min-height: 330px; }
  .promise-grid, .faq-grid { grid-template-columns: 1fr; gap: 50px; }.faq-intro { position: static; max-width: 600px; }
  .final-cta { min-height: 410px; margin-bottom: 80px; padding: 45px 25px; }
  .footer-top { grid-template-columns: 1fr; }.footer-links { grid-template-columns: repeat(4, 1fr); }.footer-newsletter { grid-column: auto; grid-template-columns: auto 1fr; }.footer-newsletter form { grid-column: 1 / -1; }.footer-newsletter small { grid-column: 1 / -1; }.footer-credits { grid-template-columns: 1fr; text-align: center; }.status-pill { justify-content: center; }
}

@media (max-width: 560px) {
  :root { --section: calc(100% - 24px); --radius-lg: 28px; }
  .site-header { padding: 8px 0; }.header-inner { min-height: 50px; }.brand { font-size: 1.08rem; }.brand-mark { width: 31px; height: 31px; }.header-actions .button-ghost { min-height: 38px; padding: 0 5px; font-size: .67rem; }.menu-toggle { width: 38px; height: 38px; }
  .hero { min-height: 0; padding-top: 55px; padding-bottom: 52px; }.hero h1 { font-size: clamp(2.75rem, 13vw, 3.65rem); }.hero-lead { font-size: .92rem; }.hero-actions { flex-direction: column; }.hero-actions .button { width: 100%; }.hero-actions .button-play { width: auto; }.hero-reassurance { display: grid; justify-content: start; max-width: 265px; margin-inline: auto; text-align: left; }
  .hero-visual { min-height: 480px; }.hero-visual::before { inset: 40px 4px 0 20px; }.hero-orbit-one { right: 0; }.hero-photo-main { right: 5%; width: 72%; height: 395px; border-width: 6px; }.hero-photo-small { left: 0; bottom: 8px; width: 38%; height: 190px; border-width: 5px; }.floating-weather { left: 0; top: 72px; padding: 9px; }.floating-weather small { display: none; }.floating-idea { right: 0; bottom: 7px; width: 245px; padding: 10px; }.floating-idea b { display: none; }.floating-wish { display: none; }
  .trust-strip { padding: 17px; }.trust-strip > div { display: grid; grid-template-columns: repeat(2, 1fr); width: 100%; gap: 12px; }
  .section-heading h2, .story-copy h2, .promise-copy h2, .faq-intro h2 { font-size: 2.35rem; }.section-heading { margin-bottom: 35px; }
  .benefit-card { min-height: 340px; padding: 23px; }.story-visual { min-height: 500px; }.story-photo { right: 8%; }.story-sticker-top { right: 0; }.story-sticker-bottom { bottom: 40px; }.story-sun { display: none; }
  .bento-card { min-height: 410px; padding: 25px; }.map-ui { left: 17px; right: 17px; }.bento-planning { min-height: 450px; }.calendar-ui { left: 16px; right: 16px; bottom: 16px; }.bento-route { min-height: 455px; }.route-illustration { width: 100%; height: 50%; }.bento-route .bento-copy { width: 100%; margin-top: 225px; }.route-line { left: 50%; }.route-illustration i { left: calc(50% - 18px); }.bento-memory { min-height: 470px; }.bento-memory .bento-copy { width: 100%; }.memory-polaroids { left: 15px; right: 15px; top: auto; bottom: 15px; width: auto; height: 220px; }.memory-polaroids span { width: 108px; height: 140px; }.memory-polaroids span:nth-child(1) { left: 3%; }.memory-polaroids span:nth-child(2) { left: 35%; }.memory-polaroids span:nth-child(3) { right: 2%; }
  .testimonial-photo { min-height: 285px; }.testimonial-copy { padding: 38px 24px 32px; }.testimonial-slides { min-height: 390px; }.testimonial-copy blockquote { font-size: 1.18rem; }.family-signature { align-items: flex-start; }.family-signature small { line-height: 1.4; }.testimonial-controls { grid-template-columns: auto 1fr; gap: 13px; padding-top: 20px; }.testimonial-dots { justify-content: flex-end; gap: 6px; }.testimonial-counter { display: none; }.testimonial-arrows button { width: 33px; height: 33px; }
  .promise-points article { grid-template-columns: auto 1fr; }.promise-points article > b, .promise-plus > a { grid-column: 2; justify-self: start; }.faq-list details { padding-inline: 16px; }.faq-list summary { font-size: .75rem; }.faq-list details p { margin-right: 0; }
  .final-cta h2 { font-size: 2.55rem; }.cta-cloud { display: none; }
  .footer-links { grid-template-columns: repeat(2, 1fr); row-gap: 34px; }.footer-top { padding-top: 55px; gap: 42px; }.footer-newsletter { display: block; }.footer-newsletter > * { margin-bottom: 10px !important; }.footer-newsletter small { margin-bottom: 0 !important; }
}

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