@charset "UTF-8";
@font-face {
  font-family: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("/assets/fonts/bricolage-grotesque-latin-ext-opsz-normal.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("/assets/fonts/bricolage-grotesque-latin-opsz-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  color-scheme: dark;
  --night: #0b1023;
  --ivory: #f7efdf;
  --muted: #b6b8c9;
  --quiet: #979eb5;
  --gold: #e5c78e;
  --line: rgba(214, 220, 246, 0.13);
  --mint: #a8d4c1;
  --pink: #dda6c0;
  --ease: cubic-bezier(0.23, 1, 0.32, 1);
  font-family: "Bricolage Grotesque", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-optical-sizing: auto;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
* {
  box-sizing: border-box;
}
html {
  scroll-padding-top: 2rem;
}
body {
  margin: 0;
  overflow-x: clip;
  background: var(--night);
  color: var(--ivory);
  font-size: 16px;
  line-height: 1.65;
  isolation: isolate;
}
body::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1800px;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 45% 28% at 50% 4%, #81635024, transparent),
    radial-gradient(ellipse 50% 36% at 0% 42%, #05586536, transparent),
    radial-gradient(ellipse 45% 35% at 100% 48%, #73316433, transparent),
    url("/assets/stars.svg") top center/1440px 1000px repeat-y;
}
a {
  color: inherit;
  text-decoration: none;
}
p {
  margin: 0 0 1.2rem;
  color: var(--muted);
}
h1,
h2,
h3 {
  margin: 0;
  color: var(--ivory);
  font-weight: 600;
  line-height: 1.12;
  text-wrap: balance;
  overflow-wrap: anywhere;
}
h1 {
  font-size: clamp(2.6rem, 5.6vw, 4.7rem);
  letter-spacing: -0.055em;
}
h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
  letter-spacing: -0.045em;
}
h3 {
  font-size: 1.12rem;
  letter-spacing: -0.025em;
}
img {
  max-width: 100%;
  display: block;
}
svg {
  display: block;
  flex-shrink: 0;
}
figure {
  margin: 0;
}
button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 6px;
  border-radius: 4px;
}
::selection {
  background: #d6c094;
  color: #0b1023;
}
.wrap {
  width: min(1120px, calc(100% - 96px));
  margin-inline: auto;
}
.section {
  padding-block: 110px;
}
.small {
  font-size: 0.8125rem;
  line-height: 1.7;
  color: var(--quiet);
}
.lead {
  font-size: 1.18rem;
  line-height: 1.6;
  letter-spacing: -0.012em;
}
.eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 24px;
}
.icon {
  width: 22px;
  height: 22px;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 50;
  padding: 12px 20px;
  background: var(--ivory);
  color: var(--night);
  transform: translateY(-150%);
}
.skip-link:focus {
  transform: translateY(0);
}
.site-header {
  position: relative;
  z-index: 10;
}
.nav {
  min-height: 94px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  gap: 24px;
}
.brand {
  display: inline-flex;
  gap: 11px;
  align-items: center;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  white-space: nowrap;
  min-height: 44px;
}
.brand img {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  box-shadow: 0 2px 10px #0005;
}
.brand > .icon {
  color: var(--gold);
}
.desktop-nav {
  display: flex;
  gap: 32px;
  align-items: center;
  font-size: 0.84rem;
}
.desktop-nav a {
  display: flex;
  align-items: center;
  min-height: 44px;
  color: var(--muted);
}
.desktop-nav [aria-current] {
  color: var(--ivory);
}
.nav-status {
  font-size: 0.72rem;
  color: var(--gold);
  padding: 7px 12px;
  background: #e1c59412;
  border-radius: 7px;
}
.mobile-menu {
  display: none;
}
.signature-star {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  color: #ffebc3;
  margin: 0 auto 28px;
  animation: glimmer 4.4s ease-in-out 1;
}
.signature-star svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
  filter: drop-shadow(0 0 5px #f1cb82a0);
}
.signature-star::before {
  content: "";
  position: absolute;
  inset: -24px;
  border-radius: 50%;
  background: radial-gradient(#d9a65528, transparent 66%);
  pointer-events: none;
}
@keyframes glimmer {
  0%,
  100% {
    opacity: 0.85;
    transform: scale(1);
  }
  45% {
    opacity: 1;
    transform: scale(1.1);
  }
  70% {
    opacity: 0.72;
    transform: scale(0.96);
  }
}
.availability-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-size: 0.79rem;
  letter-spacing: 0.01em;
}
.availability-badge .icon {
  width: 15px;
  height: 18px;
}
.home-hero {
  padding-top: 65px;
}
.hero-heading {
  text-align: center;
  position: relative;
}
.hero-heading .signature-star {
  position: absolute;
  left: calc(50% + 290px);
  top: 83px;
  width: 27px;
  height: 27px;
}
.hero-heading h1 {
  font-size: clamp(3.4rem, 6.5vw, 5.5rem);
  line-height: 1.04;
  margin: 28px 0 24px;
  letter-spacing: -0.06em;
}
.hero-heading h1 span {
  color: #dac6a5;
}
.hero-heading .lead {
  margin-bottom: 27px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 50px;
  padding: 13px 23px;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
  transition:
    transform 150ms var(--ease),
    background-color 160ms ease;
}
.button .icon {
  width: 18px;
  height: 18px;
}
.button.primary {
  background: var(--ivory);
  color: #131a2a;
  box-shadow:
    inset 0 1px 0 #fff9,
    0 4px 16px #0002;
}
.button:active {
  transform: scale(0.97);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--ivory);
}
.text-link .icon {
  width: 17px;
  height: 17px;
}
.hero-note {
  font-size: 0.78rem;
  color: var(--quiet);
  margin: 18px 0 0;
}
.hero-showcase {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  padding-top: 70px;
  margin-bottom: 38px;
}
.hero-showcase::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 85%;
  top: 10%;
  left: 0;
  z-index: -1;
  mask-image: radial-gradient(ellipse, #000 35%, transparent 72%);
  background:
    radial-gradient(ellipse at 34% 46%, #0a5e5425, transparent 58%),
    radial-gradient(ellipse at 73% 35%, #9b43752a, transparent 60%);
}
.phone {
  padding: 6px;
  border-radius: 42px;
  background: #05070d;
  box-shadow:
    0 0 0 1px #ffffff24,
    inset 0 0 0 3px #9a9fb52a,
    0 24px 70px -20px #000b;
  overflow: hidden;
  line-height: 0;
}
.phone img {
  width: 100%;
  height: auto;
  border-radius: 36px;
}
.showcase-main {
  width: 250px;
  flex-shrink: 0;
}
.showcase-side {
  width: 217px;
  margin-top: 54px;
  flex-shrink: 0;
}
.showcase-left {
  transform: rotate(-5deg);
}
.showcase-right {
  transform: rotate(5deg);
}
figcaption {
  text-align: center;
  font-size: 0.73rem;
  letter-spacing: 0.01em;
  color: var(--quiet);
  padding-top: 23px;
  line-height: 1.5;
}
.showcase-star {
  position: absolute;
  right: 7%;
  bottom: 31%;
  font-size: 2.6rem;
  color: var(--gold);
  opacity: 0.7;
}
.product-notes {
  display: flex;
  gap: 35px;
  justify-content: center;
  align-items: center;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.79rem;
  color: var(--muted);
}
.product-notes > span {
  display: flex;
  gap: 10px;
  align-items: center;
}
.product-notes .icon {
  width: 17px;
  height: 17px;
  color: var(--gold);
}
.story-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 100px;
  align-items: center;
}
.story-copy {
  max-width: 520px;
}
.story-copy h2 {
  margin-bottom: 25px;
}
.story-copy > p:not(.eyebrow) {
  max-width: 465px;
}
.detail-list {
  list-style: none;
  padding: 0;
  margin: 33px 0 24px;
  display: grid;
  gap: 24px;
}
.detail-list li {
  display: flex;
  gap: 18px;
  align-items: center;
}
.detail-list h3 {
  font-size: 0.95rem;
  margin-bottom: 5px;
}
.detail-list p {
  margin: 0;
  font-size: 0.87rem;
}
.icon-tile {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.pink {
  color: var(--pink);
  background: #e4a6c012;
}
.gold {
  color: var(--gold);
  background: #e5c78e12;
}
.mint {
  color: var(--mint);
  background: #a8d4c112;
}
.single-showcase {
  position: relative;
  padding: 40px 30px;
}
.single-showcase::before {
  position: absolute;
  content: "";
  inset: 10% -20%;
  background: radial-gradient(ellipse, #4b3c713d, transparent 65%);
  z-index: -1;
}
.single-showcase .phone {
  max-width: 282px;
  margin: auto;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 50px;
  margin-bottom: 42px;
}
.section-head > p {
  max-width: 340px;
  margin-bottom: 5px;
  font-size: 0.95rem;
}
.pricing {
  border-top: 1px solid var(--line);
}
.price-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.price-card {
  min-width: 0;
  overflow-wrap: anywhere;
  padding: 36px 38px 28px;
  border-radius: 24px;
  background: linear-gradient(155deg, #ffffff07, #ffffff02);
  box-shadow: inset 0 0 0 1px var(--line);
}
.price-card.pack {
  background: linear-gradient(135deg, #9b795a19, #563c691a);
  box-shadow: inset 0 0 0 1px #d9bf8b3b;
}
.price-label {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  color: var(--ivory);
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 25px;
}
.pack-count {
  font-size: 0.69rem;
  padding: 3px 9px;
  border-radius: 6px;
  background: #d5bb8920;
  color: var(--gold);
  white-space: nowrap;
}
.price {
  font-size: 3.5rem;
  letter-spacing: -0.055em;
  line-height: 1.1;
  color: var(--ivory);
  margin: 0 0 21px;
}
.price > span {
  margin-left: 13px;
  color: var(--quiet);
  font-size: 0.8rem;
  letter-spacing: 0;
}
.price-card > p:not(.price):not(.price-label) {
  font-size: 0.95rem;
  line-height: 1.65;
}
.price-bottom {
  display: flex;
  align-items: center;
  gap: 16px;
  border-top: 1px solid var(--line);
  margin-top: 26px;
  padding-top: 24px;
  color: var(--muted);
  font-size: 0.86rem;
}
.price-bottom .icon {
  color: var(--gold);
  width: 21px;
}
.price-bottom strong {
  font-weight: 500;
  color: var(--ivory);
}
.price-bottom > span {
  min-width: 0;
}
.pricing-foot {
  text-align: center;
  margin: 27px auto 0;
  max-width: 720px;
}
.pricing-foot p {
  font-size: 0.84rem;
  margin-bottom: 7px;
}
.pricing-foot p:first-child {
  color: var(--ivory);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
}
.pricing-foot .icon {
  color: var(--mint);
  width: 17px;
}
.pricing-foot .small {
  font-size: 0.72rem;
  color: var(--quiet);
  margin-top: 14px;
}
.parent-feature {
  border-block: 1px solid var(--line);
  display: grid;
  grid-template-columns: 60px 1.5fr 1fr;
  gap: 36px;
  align-items: start;
}
.parent-feature .lead {
  font-size: 1rem;
  max-width: 430px;
  margin-top: 24px;
}
.parent-mark {
  width: 60px;
  height: 60px;
  border-radius: 20px;
  color: var(--gold);
  background: linear-gradient(135deg, #d2b06c15, #b6bbde05);
  display: grid;
  place-items: center;
  box-shadow: inset 0 0 0 1px #d3b98b1b;
}
.parent-mark .icon {
  width: 28px;
  height: 28px;
}
.parent-points {
  padding-top: 53px;
}
.parent-points > p {
  font-size: 0.9rem;
  margin-bottom: 22px;
  color: var(--ivory);
}
.parent-points a {
  font-size: 0.78rem;
  text-decoration: underline;
  text-underline-offset: 5px;
  color: var(--muted);
}
.faq-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
}
.faq-section h2 {
  margin-bottom: 25px;
}
.faq details {
  border-bottom: 1px solid var(--line);
}
.faq details:first-child {
  border-top: 1px solid var(--line);
}
.faq summary {
  min-height: 72px;
  padding: 22px 0;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  font-size: 0.96rem;
  font-weight: 500;
  line-height: 1.5;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq-plus {
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  position: relative;
  color: var(--gold);
}
.faq-plus::before,
.faq-plus::after {
  content: "";
  position: absolute;
  inset: 6px 0 auto;
  height: 1px;
  background: currentColor;
}
.faq-plus::after {
  transform: rotate(90deg);
}
details[open] .faq-plus::after {
  display: none;
}
.faq-answer {
  padding: 0 34px 21px 0;
  font-size: 0.93rem;
  line-height: 1.75;
}
.faq-answer p:last-child {
  margin: 0;
}
.faq-answer a,
.legal a {
  color: var(--ivory);
  text-decoration: underline;
  text-decoration-color: #e5c78e80;
  text-underline-offset: 4px;
}
.closing {
  text-align: center;
  position: relative;
  padding: 60px 0 120px;
}
.closing::before {
  content: "";
  position: absolute;
  inset: 0 -10%;
  z-index: -1;
  background: radial-gradient(ellipse at 50% 50%, #62603c12, transparent 65%);
}
.closing .signature-star {
  width: 26px;
  height: 26px;
  margin-bottom: 28px;
}
.closing .eyebrow {
  margin-bottom: 19px;
}
.closing h2 {
  font-size: clamp(2.4rem, 4.5vw, 3.7rem);
  margin-bottom: 30px;
}
.closing > .small {
  margin: 13px 0 0;
  font-size: 0.75rem;
}
.site-footer {
  padding-top: 50px;
  border-top: 1px solid var(--line);
}
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 60px;
  padding-bottom: 48px;
}
.footer-top > div > p {
  margin-top: 17px;
  font-size: 0.8rem;
  line-height: 1.8;
  color: var(--quiet);
}
.footer-top nav {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px;
}
.footer-top nav a {
  font-size: 0.8rem;
  color: var(--muted);
  min-height: 32px;
  display: flex;
  align-items: center;
}
.footer-label {
  color: var(--ivory);
  font-size: 0.78rem;
  font-weight: 500;
  margin-bottom: 9px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 30px;
  border-top: 1px solid var(--line);
  padding: 26px 0 34px;
}
.footer-bottom p,
.footer-bottom a {
  font-size: 0.7rem;
  color: var(--quiet);
  margin: 0;
  line-height: 1.7;
}
.footer-bottom p:nth-child(2) {
  margin-left: auto;
}
.footer-bottom a {
  min-height: 32px;
  white-space: nowrap;
}
.page-intro {
  text-align: center;
  padding-top: 66px;
  padding-bottom: 58px;
  max-width: 900px;
}
.page-intro .signature-star {
  width: 26px;
  height: 26px;
  margin-bottom: 30px;
}
.page-intro h1 {
  margin-bottom: 25px;
}
.page-intro .lead {
  max-width: 610px;
  margin: 0 auto;
  font-size: 1.1rem;
}
.page-intro .eyebrow {
  margin-bottom: 22px;
}
.page-intro > .button {
  margin-top: 30px;
}
.journey-step {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
  align-items: center;
  padding: 75px 50px 90px;
  border-bottom: 1px solid var(--line);
}
.journey-copy {
  max-width: 410px;
}
.step-number {
  display: block;
  color: var(--gold);
  font-size: 0.74rem;
  letter-spacing: 0.04em;
  margin-bottom: 28px;
}
.journey-copy h2 {
  margin-bottom: 25px;
}
.journey-copy .lead {
  font-size: 1.08rem;
}
.journey-copy > p:not(.lead) {
  font-size: 0.93rem;
}
.journey-image .phone {
  width: 260px;
  margin: auto;
}
.journey-step.reverse .journey-copy {
  order: 2;
}
.journey-step.reverse .journey-image {
  order: 1;
}
.journey-step:last-child {
  border: 0;
}
.parent-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 90px;
  padding-top: 45px;
}
.parent-aside .parent-mark {
  margin-bottom: 26px;
}
.parent-aside h2 {
  margin-bottom: 25px;
}
.parent-aside p {
  font-size: 0.95rem;
}
.principles article {
  display: flex;
  gap: 24px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}
.principles article:first-child {
  padding-top: 0;
}
.principles article > span {
  font-size: 0.73rem;
  color: var(--gold);
  padding-top: 4px;
}
.principles h3 {
  font-size: 1.16rem;
  margin-bottom: 12px;
}
.principles p {
  font-size: 0.94rem;
  margin: 0;
}
.data-section {
  border-top: 1px solid var(--line);
}
.data-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  margin: 50px 0 24px;
}
.flow-number {
  display: block;
  font-size: 0.77rem;
  color: var(--gold);
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 22px;
}
.data-flow h3 {
  font-size: 1rem;
  margin-bottom: 13px;
}
.data-flow p {
  font-size: 0.91rem;
}
.launch-note {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 50px;
  padding: 40px;
  border-radius: 24px;
  background: linear-gradient(135deg, #dab16d0c, #6f74940a);
  box-shadow: inset 0 0 0 1px var(--line);
}
.launch-label {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--gold);
  font-size: 0.84rem;
}
.launch-note h2 {
  font-size: 1.6rem;
  margin: 0 0 20px;
  letter-spacing: -0.03em;
}
.launch-note p {
  font-size: 0.94rem;
}
.simple-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.simple-cta h2 {
  font-size: 1.8rem;
  max-width: 530px;
}
.simple-cta .button {
  flex-shrink: 0;
}
.support-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 100px;
  padding-top: 32px;
}
.contact-panel {
  position: sticky;
  top: 40px;
  align-self: start;
  max-width: 325px;
}
.contact-panel h2 {
  font-size: 1.75rem;
  margin: 24px 0 17px;
}
.contact-panel p {
  font-size: 0.92rem;
}
.contact-panel .small {
  font-size: 0.8rem;
  line-height: 1.8;
  margin-top: 25px;
}
.email-link {
  font-size: 0.9rem;
  color: var(--gold);
  overflow-wrap: anywhere;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}
.support-questions > h2 {
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  margin: 0 0 24px;
}
.support-questions > .faq {
  margin-bottom: 55px;
}
.legal-page::before {
  opacity: 0.65;
}
.legal-page .page-intro {
  padding-bottom: 72px;
}
.legal-page .page-intro h1 {
  font-size: clamp(2.7rem, 5vw, 4rem);
}
.legal-layout {
  display: grid;
  grid-template-columns: 245px minmax(0, 1fr);
  gap: 80px;
  padding-bottom: 100px;
  align-items: start;
}
.mobile-contents {
  display: none;
}
.legal-index {
  position: sticky;
  top: 30px;
  max-height: calc(100vh - 60px);
  overflow-y: auto;
  padding-right: 16px;
  scrollbar-width: thin;
}
.legal-index .eyebrow {
  font-size: 0.66rem;
  margin: 0 0 16px;
}
.legal-index nav {
  display: grid;
  gap: 3px;
}
.legal-index a {
  display: flex;
  gap: 13px;
  font-size: 0.77rem;
  line-height: 1.5;
  padding: 8px 0;
  color: var(--muted);
}
.legal-index a span {
  color: var(--quiet);
  font-size: 0.67rem;
  padding-top: 2px;
  min-width: 16px;
}
.legal-index > .small {
  border-top: 1px solid var(--line);
  padding-top: 20px;
  margin-top: 24px;
  font-size: 0.71rem;
}
.legal {
  max-width: 720px;
  min-width: 0;
  overflow-wrap: anywhere;
}
.document-summary {
  border-top: 1px solid #d2b9865c;
  border-bottom: 1px solid var(--line);
  padding: 25px 0 26px;
  margin-bottom: 15px;
}
.document-status {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 500;
}
.document-summary p {
  font-size: 1.04rem;
  line-height: 1.7;
  color: var(--ivory);
  margin: 12px 0 0;
}
.legal section {
  padding: 39px 0;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 24px;
}
.legal h2 {
  display: flex;
  gap: 16px;
  font-size: 1.45rem;
  line-height: 1.35;
  letter-spacing: -0.035em;
  margin-bottom: 22px;
  align-items: baseline;
}
.legal h2 > span {
  font-size: 0.7rem;
  font-weight: 400;
  color: var(--gold);
  letter-spacing: 0;
  min-width: 18px;
}
.legal h3 {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  margin: 25px 0 9px;
}
.legal p,
.legal li,
.legal dd {
  font-size: 0.94rem;
  line-height: 1.9;
  color: #c0c3d1;
}
.legal p:last-child {
  margin-bottom: 0;
}
.legal strong {
  font-weight: 600;
  color: var(--ivory);
}
.legal ul {
  padding-left: 21px;
  margin: 14px 0 22px;
}
.legal li {
  padding-left: 4px;
  margin-bottom: 12px;
}
.legal li::marker {
  color: var(--gold);
}
.legal-note {
  border-left: 2px solid #d2b9868c;
  padding: 5px 0 5px 23px;
  margin-bottom: 24px;
}
.legal-note h3 {
  margin-top: 0;
}
.provider-list {
  margin: 0;
}
.provider-list > div {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 20px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}
.provider-list > div:first-child {
  padding-top: 0;
}
.provider-list > div:last-child {
  border-bottom: 0;
}
.provider-list dt {
  font-size: 0.89rem;
  color: var(--ivory);
  font-weight: 500;
}
.provider-list dd {
  margin: 0;
  font-size: 0.9rem;
}
.document-end {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 30px;
}
.document-end p,
.document-end a {
  font-size: 0.73rem;
  color: var(--quiet);
}
.not-found .page-intro {
  min-height: 60vh;
}
@media (hover: hover) and (pointer: fine) {
  .desktop-nav a:hover,
  .footer-top a:hover,
  .legal-index a:hover {
    color: var(--ivory);
  }
  .button.primary:hover {
    background: #fff6e6;
  }
  .text-link:hover,
  .faq summary:hover {
    color: var(--gold);
  }
  a:hover {
    text-decoration-color: var(--gold);
  }
}
@media (min-width: 1440px) {
  .home-hero {
    padding-top: 78px;
  }
  .hero-showcase {
    padding-top: 80px;
  }
}
@media (max-width: 1000px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .story-grid {
    gap: 48px;
  }
  .section {
    padding-block: 82px;
  }
  .faq-section {
    gap: 50px;
  }
  .parent-feature {
    grid-template-columns: 50px 1fr;
    gap: 25px;
  }
  .parent-feature .parent-points {
    grid-column: 2;
    padding-top: 5px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
  }
  .parent-points > p {
    margin-bottom: 10px;
  }
  .parent-points > a {
    width: 100%;
    margin-top: 8px;
  }
  .journey-step {
    gap: 55px;
    padding-inline: 15px;
  }
  .parent-layout,
  .support-layout {
    gap: 55px;
  }
  .legal-layout {
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 40px;
  }
  .hero-showcase {
    gap: 28px;
  }
  .showcase-side {
    width: 190px;
  }
  .showcase-main {
    width: 235px;
  }
  .showcase-star {
    right: 0;
  }
  .hero-heading .signature-star {
    left: calc(50% + 250px);
  }
  .launch-note {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .data-flow {
    gap: 30px;
  }
}
@media (max-width: 760px) {
  .desktop-contents {
    display: none;
  }
  .mobile-contents {
    display: block;
  }
  .mobile-contents summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 44px;
    cursor: pointer;
    list-style: none;
    font-size: 0.875rem;
  }
  .mobile-contents summary::-webkit-details-marker {
    display: none;
  }
  .mobile-contents summary span {
    color: var(--gold);
  }
  .mobile-contents[open] summary span {
    transform: rotate(45deg);
  }
  .mobile-contents nav {
    margin-top: 14px;
  }
  .wrap {
    width: calc(100% - 40px);
  }
  .nav {
    min-height: 78px;
  }
  .desktop-nav {
    display: none;
  }
  .brand {
    font-size: 1rem;
  }
  .brand img {
    width: 32px;
    height: 32px;
  }
  .mobile-menu {
    display: block;
    font-size: 0.83rem;
  }
  .mobile-menu summary {
    display: flex;
    white-space: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    cursor: pointer;
    min-width: 65px;
    min-height: 44px;
    list-style: none;
  }
  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }
  .mobile-menu[open] summary > span {
    transform: rotate(45deg);
  }
  .menu-panel {
    position: absolute;
    top: calc(100% - 4px);
    left: 20px;
    right: 20px;
    display: grid;
    padding: 12px 20px 16px;
    background: #12172c;
    border-radius: 16px;
    box-shadow:
      0 14px 50px #0009,
      inset 0 0 0 1px #ffffff17;
  }
  .menu-panel > a {
    padding: 12px 0;
    min-height: 44px;
    border-bottom: 1px solid var(--line);
  }
  .menu-panel > span {
    padding: 13px 0 0;
    color: var(--gold);
    font-size: 0.72rem;
  }
  .home-hero {
    padding-top: 47px;
  }
  .hero-heading h1 {
    font-size: clamp(2.85rem, 9.6vw, 4.4rem);
    margin-top: 23px;
    margin-bottom: 20px;
  }
  .hero-heading .signature-star {
    left: auto;
    right: 5%;
    top: 83px;
    width: 20px;
    height: 20px;
  }
  .hero-heading .lead {
    font-size: 1rem;
    max-width: 360px;
    margin-inline: auto;
  }
  .hero-actions {
    gap: 23px;
  }
  .button {
    font-size: 0.8rem;
    min-height: 48px;
    padding: 13px 19px;
    gap: 13px;
  }
  .text-link {
    font-size: 0.82rem;
  }
  .hero-note {
    font-size: 0.71rem;
    margin-top: 18px;
  }
  .hero-showcase {
    gap: 15px;
    padding-top: 48px;
    align-items: center;
    margin-bottom: 20px;
  }
  .showcase-main {
    width: 36%;
    max-width: 245px;
    position: relative;
    z-index: 1;
  }
  .showcase-side {
    width: 28%;
    margin-top: 25px;
    max-width: 195px;
  }
  .phone {
    padding: 4px;
    border-radius: 34px;
  }
  .phone img {
    border-radius: 30px;
  }
  .showcase-side .phone {
    border-radius: 29px;
  }
  .showcase-side .phone img {
    border-radius: 25px;
  }
  .hero-showcase figcaption {
    font-size: 0.62rem;
    padding-top: 18px;
  }
  .showcase-star {
    right: 0;
    bottom: 7%;
    font-size: 1.6rem;
  }
  .product-notes {
    gap: 13px;
    padding: 27px 0;
    font-size: 0.68rem;
    justify-content: space-between;
  }
  .product-notes > span {
    gap: 6px;
  }
  .product-notes .icon {
    width: 14px;
    height: 14px;
  }
  .section {
    padding-block: 64px;
  }
  .story-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .story-copy {
    max-width: 540px;
  }
  .eyebrow {
    font-size: 0.65rem;
    margin-bottom: 19px;
  }
  .story-copy h2 {
    font-size: 2.25rem;
    margin-bottom: 21px;
  }
  .lead {
    font-size: 1.08rem;
  }
  .story-copy > p:not(.eyebrow) {
    font-size: 0.98rem;
  }
  .single-showcase {
    padding: 25px 0 0;
  }
  .single-showcase .phone {
    max-width: 260px;
  }
  .section-head {
    display: block;
    margin-bottom: 28px;
  }
  .section-head > p {
    margin-top: 23px;
  }
  .price-grid {
    gap: 15px;
  }
  .price-card {
    padding: 25px 22px;
    border-radius: 20px;
  }
  .price-label {
    font-size: 0.87rem;
    flex-wrap: wrap;
    align-items: start;
    min-height: 40px;
    margin-bottom: 15px;
  }
  .price {
    font-size: 2.8rem;
  }
  .price > span {
    font-size: 0.68rem;
    display: block;
    margin: 8px 0 0;
  }
  .price-card > p:not(.price):not(.price-label) {
    font-size: 0.82rem;
  }
  .price-bottom {
    font-size: 0.76rem;
    gap: 10px;
    align-items: start;
  }
  .price-bottom .icon {
    width: 18px;
  }
  .pack-count {
    font-size: 0.61rem;
  }
  .pricing-foot p {
    font-size: 0.76rem;
  }
  .pricing-foot .small {
    font-size: 0.68rem;
  }
  .parent-feature {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .parent-feature .parent-points {
    grid-column: 1;
  }
  .parent-feature h2 {
    font-size: 2.2rem;
  }
  .parent-mark {
    width: 49px;
    height: 49px;
    border-radius: 16px;
  }
  .parent-mark .icon {
    width: 25px;
    height: 25px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .faq-section h2 br {
    display: none;
  }
  .faq-section h2 {
    margin-bottom: 15px;
  }
  .faq summary {
    font-size: 0.92rem;
    min-height: 69px;
  }
  .faq-answer {
    font-size: 0.89rem;
  }
  .closing {
    padding: 35px 0 80px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .footer-top > div {
    grid-column: 1/-1;
  }
  .footer-top > div > p {
    margin-bottom: 0;
  }
  .footer-top nav a {
    min-height: 38px;
  }
  .footer-bottom {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px;
  }
  .footer-bottom p:nth-child(2) {
    grid-column: 1;
    margin: 0;
    grid-row: 2;
  }
  .footer-bottom a {
    grid-column: 2;
    grid-row: 1;
  }
  .page-intro {
    padding-top: 42px;
    padding-bottom: 38px;
  }
  .page-intro h1 {
    font-size: clamp(2.3rem, 7.4vw, 3.4rem);
  }
  .page-intro .lead {
    font-size: 1rem;
    max-width: 470px;
  }
  .journey-step {
    grid-template-columns: 1fr;
    padding: 35px 0 58px;
    gap: 28px;
  }
  .journey-copy {
    max-width: 510px;
  }
  .journey-step.reverse .journey-copy,
  .journey-step.reverse .journey-image {
    order: initial;
  }
  .journey-copy h2 {
    font-size: 2.3rem;
  }
  .journey-image .phone {
    width: 250px;
    margin: auto;
  }
  .step-number {
    margin-bottom: 20px;
  }
  .parent-layout {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-top: 25px;
  }
  .parent-aside > p {
    margin-bottom: 0;
  }
  .principles article {
    gap: 18px;
  }
  .data-flow {
    grid-template-columns: 1fr;
    gap: 15px;
    margin: 30px 0 18px;
  }
  .flow-number {
    margin-bottom: 14px;
    padding-bottom: 12px;
  }
  .data-flow article {
    max-width: 500px;
  }
  .launch-note {
    padding: 29px 24px;
    border-radius: 20px;
  }
  .launch-note p {
    font-size: 0.9rem;
  }
  .simple-cta {
    align-items: start;
    flex-direction: column;
    gap: 25px;
  }
  .simple-cta h2 {
    font-size: 1.7rem;
  }
  .support-layout {
    grid-template-columns: 1fr;
    gap: 45px;
    padding-top: 20px;
  }
  .contact-panel {
    position: static;
    max-width: 470px;
    border-bottom: 1px solid var(--line);
    padding-bottom: 30px;
  }
  .contact-panel h2 {
    margin-top: 18px;
  }
  .contact-panel .small {
    margin-top: 15px;
    max-width: 365px;
  }
  .legal-page .page-intro {
    padding-bottom: 38px;
  }
  .legal-layout {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-bottom: 60px;
  }
  .legal-index {
    position: static;
    max-height: none;
    border-block: 1px solid var(--line);
    padding: 22px 0;
  }
  .legal-index nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px 22px;
  }
  .legal-index a {
    font-size: 0.75rem;
    gap: 8px;
    min-height: 44px;
  }
  .legal-index > .small {
    border: 0;
    padding: 0;
    margin: 15px 0 0;
  }
  .legal h2 {
    font-size: 1.28rem;
    gap: 12px;
  }
  .legal p,
  .legal li {
    font-size: 0.93rem;
  }
  .legal section {
    padding: 30px 0;
  }
  .document-summary {
    border-top: 0;
    padding-top: 6px;
  }
  .document-summary p {
    font-size: 1rem;
  }
  .provider-list > div {
    grid-template-columns: 75px 1fr;
    gap: 15px;
  }
  .provider-list dd {
    font-size: 0.88rem;
  }
  .document-end {
    display: block;
  }
  .document-end p {
    margin-bottom: 14px;
  }
}
@media (max-width: 420px) {
  .hero-heading .signature-star {
    right: 1%;
    width: 17px;
    height: 17px;
    top: 52px;
  }
  .hero-actions {
    gap: 19px;
  }
  .hero-actions > .text-link {
    font-size: 0.75rem;
    gap: 7px;
  }
  .hero-showcase {
    gap: 10px;
  }
  .showcase-main {
    width: 46%;
  }
  .showcase-side {
    width: 24%;
  }
  .hero-showcase .phone {
    border-radius: 26px;
    padding: 3px;
  }
  .hero-showcase .phone img {
    border-radius: 23px;
  }
  .showcase-side .phone {
    border-radius: 17px;
  }
  .showcase-side .phone img {
    border-radius: 14px;
  }
  .hero-showcase figcaption {
    display: none;
  }
  .product-notes {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 13px;
    font-size: 0.73rem;
    padding: 26px 0;
  }
  .product-notes .icon {
    width: 15px;
    height: 15px;
  }
  .hero-showcase {
    margin-bottom: 7px;
  }
  .price-grid {
    grid-template-columns: 1fr;
    gap: 17px;
  }
  .price-card {
    padding: 27px;
  }
  .price-label {
    min-height: 0;
    margin-bottom: 23px;
    align-items: center;
  }
  .price > span {
    display: block;
    margin: 9px 0 0;
    white-space: normal;
  }
  .price {
    font-size: 2.4rem;
    white-space: nowrap;
  }
  .price-card > p:not(.price):not(.price-label) {
    font-size: 0.9rem;
  }
  .price-bottom {
    font-size: 0.83rem;
  }
  .pricing-foot p:first-child {
    align-items: start;
  }
  .pricing-foot p:first-child .icon {
    margin-top: 3px;
    flex-shrink: 0;
  }
  .legal-index nav {
    grid-template-columns: 1fr;
  }
  .legal-index a {
    min-height: 44px;
  }
  .document-end {
    overflow-wrap: anywhere;
  }
  .desktop-break {
    display: none;
  }
  .footer-bottom {
    column-gap: 10px;
  }
  .story-copy h2 {
    font-size: 2rem;
  }
  .detail-list {
    gap: 22px;
  }
  .detail-list li {
    gap: 14px;
  }
  .detail-list p {
    font-size: 0.82rem;
  }
}
.single-showcase::before {
  inset: 10% 0;
}
.closing::before {
  inset: 0;
}
.hero-showcase {
  isolation: isolate;
}
@media (max-width: 420px) {
  .hero-showcase {
    padding-top: 40px;
  }
  .showcase-side {
    display: none;
  }
  .showcase-main {
    width: 245px;
    max-width: 85%;
  }
  .hero-showcase .showcase-main .phone {
    border-radius: 36px;
    padding: 5px;
  }
  .hero-showcase .showcase-main .phone img {
    border-radius: 31px;
  }
  .showcase-star {
    right: 2%;
    bottom: 24%;
    font-size: 1.8rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .button:active {
    transform: none;
  }
}
@media print {
  body {
    background: #fff;
    color: #111;
  }
  body::before,
  .site-header,
  .site-footer,
  .signature-star,
  .legal-index,
  .skip-link {
    display: none;
  }
  h1,
  h2,
  h3,
  p,
  a,
  .legal p,
  .legal li,
  .legal dd,
  .legal strong {
    color: #111 !important;
  }
  .wrap {
    width: 100%;
    max-width: none;
  }
  .page-intro {
    padding: 20px 0;
  }
  .legal-layout {
    display: block;
  }
  .legal {
    max-width: none;
  }
  .legal a {
    text-decoration: underline;
  }
  .legal section {
    break-inside: avoid;
  }
  .document-summary {
    border-color: #bbb;
  }
}
