:root {
  color-scheme: light;
  --ink: #172d34;
  --ink-soft: #45606a;
  --night: #103e4a;
  --aqua: #57c9cc;
  --aqua-deep: #168e9a;
  --foam: #e4f7f4;
  --sea-glass: #bee9e4;
  --coral: #ec7971;
  --coral-soft: #ffe7e2;
  --cream: #fffaf3;
  --paper: #fffefd;
  --line: #d7e9e6;
  --shadow: 0 24px 70px rgba(20, 92, 103, .14);
  --rounded: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--cream); }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at -2% 8%, rgba(147, 228, 222, .45) 0, transparent 30rem),
    radial-gradient(circle at 102% 34%, rgba(255, 192, 181, .28) 0, transparent 34rem),
    var(--cream);
  font-family: ui-rounded, "Avenir Next", Avenir, "Nunito Sans", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.62;
}

button, a { -webkit-tap-highlight-color: transparent; }
a { color: var(--aqua-deep); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: #bf514b; }
.shell { width: min(100% - 48px, 1160px); margin-inline: auto; }

.site-header, body > header.shell { position: relative; z-index: 20; padding: 22px 0 6px; }
.topbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--night); font-size: 1.2rem; font-weight: 900; letter-spacing: -.045em; text-decoration: none; }
.mark {
  position: relative;
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  overflow: hidden;
  border-radius: 15px 15px 15px 5px;
  color: white;
  background: linear-gradient(145deg, var(--aqua), #258896 65%, #19707e);
  box-shadow: 0 9px 18px rgba(28, 131, 144, .25);
  font-family: Georgia, serif;
  font-size: 1.35rem;
  font-style: italic;
}
.mark::after { position: absolute; right: -7px; bottom: -8px; width: 22px; height: 22px; border-radius: 50%; background: rgba(255,255,255,.33); content: ""; }
nav { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 4px; }
nav a { padding: 9px 11px; border-radius: 12px; color: var(--ink-soft); font-size: .91rem; font-weight: 700; text-decoration: none; }
nav a:hover, nav a[aria-current="page"] { color: var(--night); background: rgba(255,255,255,.67); }

main { padding: 28px 0 68px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 14px; color: #b65450; font-size: .76rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { width: 20px; height: 1px; background: currentColor; content: ""; }
h1, h2, h3 { color: var(--night); line-height: 1.08; letter-spacing: -.055em; }
h1 { margin: 0; font-size: clamp(3rem, 6.3vw, 5.75rem); }
h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.1rem); }
h3 { margin: 0; font-size: 1.18rem; }
.lead { max-width: 620px; margin: 22px 0 0; color: var(--ink-soft); font-size: clamp(1.04rem, 1.7vw, 1.2rem); }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, .82fr); align-items: center; min-height: 450px; padding: 30px 0 18px; }
.hero-copy { position: relative; z-index: 2; padding: 36px 0; }
.hero-title-accent { position: relative; display: inline-block; color: var(--aqua-deep); }
.hero-title-accent::after { position: absolute; right: 2%; bottom: -.12em; left: 0; z-index: -1; height: .28em; border-radius: 100%; background: var(--coral-soft); content: ""; transform: rotate(-2deg); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 49px; padding: 0 20px; border: 1px solid transparent; border-radius: 17px; background: var(--night); color: white; box-shadow: 0 12px 24px rgba(16,62,74,.18); font-size: .93rem; font-weight: 850; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { color: white; background: #175869; transform: translateY(-2px); box-shadow: 0 16px 28px rgba(16,62,74,.23); }
.button.ghost { border-color: #b8dcd7; background: rgba(255,255,255,.62); color: var(--night); box-shadow: none; }
.button.ghost:hover { background: white; color: var(--night); }
.quiet-note { display: flex; align-items: center; gap: 8px; margin: 24px 0 0; color: var(--ink-soft); font-size: .84rem; font-weight: 650; }
.quiet-note svg { width: 18px; color: var(--aqua-deep); }

.neri-stage { position: relative; z-index: 1; display: grid; min-height: 330px; place-items: center; }
.neri-orb { position: absolute; width: min(23vw, 300px); aspect-ratio: 1; border-radius: 44% 56% 52% 48% / 42% 43% 57% 58%; background: radial-gradient(circle at 44% 35%, #efffff 0, #a5e8e3 42%, #55bdc7 100%); box-shadow: inset 0 0 0 2px rgba(255,255,255,.48), 0 28px 65px rgba(24,145,154,.22); transform: rotate(-9deg); }
.neri-orb::before, .neri-orb::after { position: absolute; border-radius: 50%; background: rgba(255,255,255,.7); content: ""; filter: blur(1px); }
.neri-orb::before { width: 28px; height: 28px; top: 17%; left: 15%; box-shadow: 58px 306px 0 -8px rgba(255,255,255,.66), 290px 45px 0 -7px rgba(255,255,255,.7); }
.neri-orb::after { width: 14px; height: 14px; right: 11%; bottom: 21%; box-shadow: -316px -66px 0 -2px rgba(255,255,255,.7), -140px 277px 0 -3px rgba(255,255,255,.75); }
.neri-image { position: relative; z-index: 2; width: auto; height: min(25vw, 300px); max-width: 100%; margin: 0; mix-blend-mode: multiply; filter: drop-shadow(0 20px 16px rgba(36, 125, 136, .15)); animation: neri-float 6s ease-in-out infinite; }
.mini-card { position: absolute; z-index: 3; padding: 13px 15px; border: 1px solid rgba(255,255,255,.9); border-radius: 18px; background: rgba(255,255,255,.82); box-shadow: 0 15px 32px rgba(20,86,96,.16); backdrop-filter: blur(10px); color: var(--night); font-size: .78rem; font-weight: 800; line-height: 1.25; }
.mini-card small { display: block; margin-top: 4px; color: var(--ink-soft); font-size: .7rem; font-weight: 700; }
.mini-card .dot { display: inline-block; width: 8px; height: 8px; margin-right: 6px; border-radius: 50%; background: var(--coral); }
.card-cycle { top: 14%; left: -2%; animation: card-drift 7s ease-in-out infinite; }
.card-private { right: -3%; bottom: 16%; animation: card-drift 8s ease-in-out -2s infinite; }

.trust-strip { position: relative; z-index: 4; margin-top: -4px; padding: 17px 20px; border: 1px solid rgba(198,230,225,.92); border-radius: 22px; background: rgba(255,255,255,.68); box-shadow: 0 12px 34px rgba(44,113,119,.08); }
.trust-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; }
.trust-list li { display: flex; align-items: center; gap: 11px; min-width: 0; color: var(--ink-soft); font-size: .84rem; font-weight: 700; }
.trust-icon { display: grid; flex: 0 0 auto; width: 35px; height: 35px; place-items: center; border-radius: 13px; background: var(--foam); color: var(--aqua-deep); }
.trust-icon.coral { background: var(--coral-soft); color: #ce5a53; }

.section { padding: 112px 0 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 28px; max-width: 880px; margin-bottom: 34px; }
.section-head .lead { max-width: 410px; margin: 0; font-size: 1rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature { min-height: 255px; padding: 26px; border: 1px solid rgba(214,234,230,.95); border-radius: 25px; background: rgba(255,255,255,.7); transition: transform .2s ease, box-shadow .2s ease; }
.feature:hover { box-shadow: var(--shadow); transform: translateY(-5px); }
.feature:nth-child(2) { background: linear-gradient(145deg, #f1fbfa, #dbf2ef); }
.feature:nth-child(3) { background: linear-gradient(145deg, #fff7f3, #ffebe6); }
.feature-icon { display: grid; width: 46px; height: 46px; place-items: center; margin-bottom: 28px; border-radius: 17px; background: var(--night); color: white; }
.feature:nth-child(2) .feature-icon { background: var(--aqua-deep); }
.feature:nth-child(3) .feature-icon { background: var(--coral); }
.feature p { margin: 11px 0 0; color: var(--ink-soft); font-size: .93rem; }

.story-panel { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(30px, 7vw, 90px); align-items: center; padding: clamp(28px, 5vw, 60px); border-radius: 38px; background: var(--night); color: #effdfe; overflow: hidden; }
.story-panel h2 { color: white; }
.story-panel .eyebrow { color: #93dfdc; }
.story-panel .lead { color: #c6e7e7; }
.story-points { display: grid; gap: 13px; margin: 27px 0 0; padding: 0; list-style: none; }
.story-points li { display: flex; gap: 11px; align-items: flex-start; font-size: .91rem; font-weight: 700; }
.story-points span { display: grid; flex: 0 0 auto; width: 22px; height: 22px; place-items: center; border-radius: 8px; background: rgba(113,212,210,.24); color: #9ce8e3; }
.cycle-spark { position: relative; min-height: 280px; }
.cycle-spark::before { position: absolute; inset: 5% 0 auto auto; width: 260px; aspect-ratio: 1; border: 1px solid rgba(143,229,223,.34); border-radius: 50%; box-shadow: 0 0 0 32px rgba(143,229,223,.08), 0 0 0 64px rgba(143,229,223,.05); content: ""; }
.cycle-spark::after { position: absolute; top: 40%; right: 25%; width: 90px; height: 90px; border-radius: 38% 62% 65% 35%; background: linear-gradient(135deg, #91e2dc, #35aab4); box-shadow: 34px -48px 0 -25px #f49a8f, -85px 80px 0 -37px #f8c7bb; content: ""; transform: rotate(27deg); }

.legal-invite { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; padding: 30px 34px; border: 1px solid #d4eae7; border-radius: 27px; background: linear-gradient(110deg, rgba(255,255,255,.8), rgba(230,247,244,.86)); }
.legal-invite p { margin: 7px 0 0; color: var(--ink-soft); }

/* Legal and support pages */
.hero:not(.home-hero) { min-height: auto; display: block; padding: 36px 0 26px; }
.card { max-width: 900px; padding: clamp(24px, 5vw, 54px); border: 1px solid rgba(216,234,231,.95); border-radius: var(--rounded); background: rgba(255,254,253,.9); box-shadow: var(--shadow); }
.card > :first-child { margin-top: 0; }
.card > :last-child { margin-bottom: 0; }
.card h2 { margin: 2.4rem 0 .82rem; font-size: clamp(1.38rem, 3vw, 1.9rem); }
.card h3 { margin: 1.6rem 0 .45rem; letter-spacing: -.025em; }
.notice { margin: 1.35rem 0; padding: 17px 19px; border: 1px solid #b9e2dc; border-radius: 17px; background: #effbf8; color: #225958; }
.warning { border-color: #fac9c2; background: #fff4f1; color: #783d3b; }
.meta { color: var(--ink-soft); font-size: .9rem; }
ul, ol { padding-left: 1.25rem; }
li + li { margin-top: .48rem; }
.steps { counter-reset: step; padding: 0; list-style: none; }
.steps li { position: relative; margin: 0 0 14px; padding: 17px 18px 17px 64px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.steps li::before { position: absolute; top: 16px; left: 18px; display: grid; width: 29px; height: 29px; place-items: center; border-radius: 50%; background: var(--foam); color: var(--aqua-deep); content: counter(step); counter-increment: step; font-weight: 900; }
.email { display: inline-flex; align-items: center; margin-top: 8px; padding: 13px 17px; border-radius: 15px; background: var(--night); color: white; box-shadow: 0 10px 20px rgba(16,62,74,.16); font-weight: 850; text-decoration: none; }
.email:hover { color: white; background: #175869; }

footer { padding: 34px 0 42px; color: var(--ink-soft); font-size: .86rem; }
.footer-row { display: flex; justify-content: space-between; gap: 18px; padding-top: 22px; border-top: 1px solid var(--line); }

@keyframes neri-float { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-13px) rotate(1deg); } }
@keyframes card-drift { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

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

@media (max-width: 820px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 25px; }
  .hero-copy { padding-top: 20px; }
  .neri-stage { min-height: 260px; margin-top: -10px; }
  .neri-orb { width: min(55vw, 260px); }
  .neri-image { width: auto; height: min(50vw, 260px); }
  .card-cycle { left: 1%; }
  .card-private { right: 1%; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature { min-height: auto; }
  .story-panel { grid-template-columns: 1fr; }
  .cycle-spark { min-height: 190px; }
  .cycle-spark::before { width: 190px; }
  .section { padding-top: 78px; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 30px, 1160px); }
  .site-header { padding-top: 16px; }
  .topbar { align-items: flex-start; flex-direction: column; gap: 12px; }
  nav { justify-content: flex-start; gap: 0; margin-left: -8px; }
  nav a { padding-inline: 8px; font-size: .84rem; }
  main { padding-bottom: 46px; }
  .hero { padding-top: 8px; }
  h1 { font-size: clamp(2.85rem, 14vw, 4.35rem); }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .neri-stage { min-height: 210px; margin-top: -4px; }
  .neri-orb { width: min(52vw, 210px); }
  .neri-image { width: auto; height: min(54vw, 210px); margin-right: 0; }
  .mini-card { padding: 10px 11px; border-radius: 14px; font-size: .69rem; }
  .card-cycle { top: 12%; }
  .card-private { bottom: 7%; }
  .trust-list { grid-template-columns: 1fr; gap: 12px; }
  .section-head { display: block; }
  .section-head .lead { margin-top: 16px; }
  .legal-invite { grid-template-columns: 1fr; padding: 25px; }
  .footer-row { flex-direction: column; }
  .card { border-radius: 23px; }
}
