:root {
  --purple: #5a22f2;
  --purple-dark: #3f13bd;
  --purple-light: #9b5cff;
  --secondary: #5355ea;
  --coral: #ff8d78;
  --ink: #171329;
  --muted: #6f6a80;
  --pale: #f7f5fc;
  --line: #e9e5f1;
  --white: #ffffff;
  --display: "DIN 2014 Rounded", "DIN Round", "Poppins", sans-serif;
  --body: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 30px 80px rgba(30, 10, 85, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--body); font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -0.035em; line-height: 1.08; }
h2 { font-size: clamp(2.5rem, 5vw, 4.7rem); margin-bottom: 24px; }
h3 { font-size: 1.32rem; }
p { color: var(--muted); }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 128px 0; position: relative; }
.sr-only { clip: rect(0, 0, 0, 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 999; background: var(--white); color: var(--purple); padding: 10px 16px; border-radius: 10px; transform: translateY(-180%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }

.hero-shell { min-height: 900px; color: var(--white); background: linear-gradient(120deg, #4b16d8 0%, var(--purple) 44%, var(--purple-light) 100%); position: relative; overflow: hidden; }
.hero-shell::after { content: ""; position: absolute; inset: auto -8% -300px; height: 430px; background: var(--white); border-radius: 50% 50% 0 0 / 30% 30% 0 0; }
.ambient { position: absolute; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; pointer-events: none; }
.ambient-one { width: 780px; height: 780px; right: -260px; top: -280px; }
.ambient-two { width: 460px; height: 460px; left: -300px; bottom: 20px; }
.site-header { position: relative; z-index: 50; color: var(--white); background: linear-gradient(120deg, #4b16d8 0%, var(--purple) 44%, var(--purple-light) 100%); border-bottom: 1px solid rgba(255,255,255,.13); transition: background .25s ease, box-shadow .25s ease; }
.site-header.is-stuck { position: fixed; left: 0; top: 0; width: 100%; background: rgba(70, 22, 207, .87); backdrop-filter: blur(18px); box-shadow: 0 10px 30px rgba(28, 7, 91, .12); }
.site-header.is-stuck + main { padding-top: 88px; }
.header-inner { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { width: 185px; height: 62px; overflow: hidden; display: flex; align-items: center; }
.brand img { width: 176px; }
.primary-nav { display: flex; align-items: center; gap: 32px; font-size: .82rem; font-weight: 500; }
.primary-nav a { color: rgba(255,255,255,.84); transition: color .2s ease; }
.primary-nav a:hover { color: var(--white); }
.nav-signin { padding-left: 8px; }
.primary-nav .nav-store { color: var(--white); border: 1px solid rgba(255,255,255,.4); border-radius: 999px; padding: 9px 15px; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.menu-toggle { display: none; }

.hero { min-height: 800px; display: grid; grid-template-columns: .92fr 1.08fr; gap: 60px; align-items: center; padding-bottom: 110px; position: relative; z-index: 2; }
.hero-copy { padding-top: 24px; position: relative; z-index: 2; }
.eyebrow { color: var(--purple); text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; font-weight: 700; display: flex; align-items: center; gap: 10px; margin-bottom: 24px; }
.eyebrow span { width: 28px; height: 2px; background: var(--coral); border-radius: 10px; }
.eyebrow-light { color: rgba(255,255,255,.7); }
.hero h1 { font-size: clamp(4rem, 7vw, 6.75rem); letter-spacing: -.06em; margin: 0 0 30px; line-height: .92; }
.hero h1 em { color: var(--coral); font-style: normal; }
.hero-lede { color: var(--white); font-size: clamp(1.1rem, 1.6vw, 1.3rem); line-height: 1.55; max-width: 560px; margin-bottom: 16px; }
.hero-detail { color: rgba(255,255,255,.68); font-size: .9rem; line-height: 1.7; max-width: 520px; }
.hero-actions, .closing-actions { display: flex; align-items: center; gap: 28px; margin-top: 35px; }
.store-button { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); background: var(--white); padding: 10px 21px 10px 16px; border-radius: 14px; min-width: 178px; box-shadow: 0 12px 30px rgba(27, 8, 79, .15); line-height: 1.1; }
.nav-store, .store-button { transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.nav-store:hover, .store-button:hover { transform: translateY(-2px); }
.nav-store:hover { border-color: rgba(255,255,255,.8); }
.store-button:hover { box-shadow: 0 16px 36px rgba(27, 8, 79, .22); }
.store-button svg { width: 27px; fill: currentColor; }
.store-button small { display: block; font-size: .61rem; margin-bottom: 3px; }
.store-button span { font-size: 1rem; font-weight: 600; }
.text-link { color: var(--purple); font-weight: 600; display: inline-flex; align-items: center; gap: 10px; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.text-link-light { color: var(--white); }

.hero-visual { min-height: 610px; position: relative; display: grid; place-items: center; }
.hero-orbit { position: absolute; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.orbit-one { width: 590px; height: 590px; }
.orbit-two { width: 450px; height: 450px; }
.app-card { width: min(420px, 80%); min-height: 530px; background: rgba(255,255,255,.97); color: var(--ink); border-radius: 36px; padding: 32px; box-shadow: 0 50px 100px rgba(31, 6, 107, .32); transform: rotate(2deg); position: relative; z-index: 2; }
.app-topbar { display: grid; grid-template-columns: 42px 1fr 38px; gap: 12px; align-items: center; }
.app-topbar img { width: 42px; height: 42px; border-radius: 13px; }
.app-topbar span, .app-topbar strong { display: block; }
.app-kicker { color: #8a8497; font-size: .62rem; text-transform: uppercase; letter-spacing: .09em; }
.app-topbar strong { font-family: var(--display); font-size: .92rem; }
.app-topbar button { width: 38px; height: 38px; border: 0; border-radius: 50%; background: var(--purple); color: white; font-size: 1.3rem; cursor: pointer; }
.memory-summary { margin: 28px 0 26px; background: #f5f2ff; border-radius: 19px; display: grid; grid-template-columns: repeat(3, 1fr); padding: 16px 5px; }
.memory-summary div { text-align: center; border-right: 1px solid #e5ddfb; }
.memory-summary div:last-child { border: 0; }
.memory-summary strong, .memory-summary span { display: block; }
.memory-summary strong { color: var(--purple); font-family: var(--display); font-size: 1.15rem; }
.memory-summary span { color: #8b8497; font-size: .54rem; text-transform: uppercase; letter-spacing: .06em; }
.timeline-label { font-size: .58rem; letter-spacing: .12em; font-weight: 700; color: #aaa3b5; }
.mini-event { display: grid; grid-template-columns: 42px 18px 1fr; gap: 10px; min-height: 108px; }
.date-block { padding-top: 4px; text-align: center; }
.date-block strong { font-family: var(--display); font-size: 1.12rem; display: block; line-height: 1; }
.date-block span { color: #9b94a7; font-size: .52rem; letter-spacing: .08em; }
.event-line { position: relative; display: flex; justify-content: center; }
.event-line::after { content: ""; width: 1px; height: 100%; background: #ddd7e8; position: absolute; }
.event-line i { width: 10px; height: 10px; border: 3px solid #d6c8ff; border-radius: 50%; background: var(--purple); z-index: 1; margin-top: 7px; }
.mini-event h2 { font-size: .9rem; margin: 5px 0 4px; }
.mini-event p { font-size: .59rem; margin: 0; }
.event-type { color: var(--purple); background: #eee8ff; padding: 3px 7px; border-radius: 5px; font-size: .48rem; text-transform: uppercase; font-weight: 600; letter-spacing: .06em; }
.event-type-coral { color: #bd4c3b; background: #ffeae5; }
.remembered-toast { background: var(--ink); color: white; display: flex; align-items: center; gap: 10px; padding: 12px 16px; border-radius: 14px; width: 220px; position: absolute; left: 50%; bottom: 19px; transform: translateX(-50%); box-shadow: 0 15px 35px rgba(24,19,41,.2); }
.toast-check { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--coral); font-weight: 700; }
.remembered-toast strong, .remembered-toast small { display: block; }
.remembered-toast strong { font-size: .7rem; }
.remembered-toast small { color: #b9b4c3; font-size: .52rem; }
.floating-chip { position: absolute; z-index: 4; background: rgba(255,255,255,.96); color: var(--ink); border-radius: 14px; padding: 11px 15px; font-size: .7rem; font-weight: 600; box-shadow: 0 18px 45px rgba(30, 8, 91, .2); }
.floating-chip span { color: var(--coral); margin-right: 6px; }
.chip-left { left: 0; top: 180px; transform: rotate(-5deg); }
.chip-right { right: 0; bottom: 155px; transform: rotate(5deg); }

.concept { overflow: hidden; padding-top: 80px; }
.concept-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 100px; align-items: end; }
.section-intro h2 { max-width: 690px; }
.concept-copy .lead { color: var(--ink); font-size: 1.18rem; font-weight: 500; }
.concept-copy p:last-child { margin-bottom: 0; }
.fog-lines { position: absolute; right: -40px; bottom: 15px; width: 38%; height: 180px; opacity: .7; }
.fog-lines i { display: block; height: 3px; background: linear-gradient(90deg, transparent, #e5ddf6, transparent); border-radius: 10px; margin: 24px 0; }
.fog-lines i:nth-child(2) { width: 74%; margin-left: 22%; }
.fog-lines i:nth-child(3) { width: 55%; }
.fog-lines i:nth-child(4) { width: 40%; margin-left: 45%; }

.how { background: var(--pale); }
.section-heading { max-width: 780px; margin: 0 auto 70px; }
.section-heading.centered { text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading > p:last-child { max-width: 640px; margin: -6px auto 0; }
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); position: relative; }
.steps::before { content: ""; position: absolute; left: 16%; right: 16%; top: 70px; height: 1px; background: #dcd4ed; }
.step { text-align: center; padding: 0 40px; position: relative; }
.step-number { color: #b3aabd; font-size: .62rem; letter-spacing: .12em; margin-bottom: 17px; }
.step-icon { width: 68px; height: 68px; background: var(--white); border: 1px solid #ded7ed; border-radius: 23px; display: grid; place-items: center; margin: 0 auto 28px; box-shadow: 0 10px 30px rgba(62, 42, 94, .05); position: relative; z-index: 1; }
.step-icon svg { width: 28px; fill: none; stroke: var(--purple); stroke-width: 2; stroke-linecap: round; }
.step-icon-coral { background: var(--coral); border-color: var(--coral); }
.step-icon-coral svg { stroke: white; }
.step h3 { font-size: 1.5rem; margin-bottom: 12px; }
.step p { font-size: .9rem; }

.day-section { color: white; background: linear-gradient(120deg, #4215c4 0%, var(--purple) 55%, #8050fa 100%); overflow: hidden; }
.day-section::before { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; right: -150px; top: -200px; }
.split-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 100px; align-items: center; }
.day-card { background: white; color: var(--ink); border-radius: 30px; padding: 34px; box-shadow: 0 35px 80px rgba(27, 8, 76, .25); transform: rotate(-1deg); }
.day-card-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 27px; border-bottom: 1px solid var(--line); }
.day-card-head span, .day-card-head strong { display: block; }
.day-card-head div > span { color: var(--purple); font-size: .58rem; letter-spacing: .13em; font-weight: 700; }
.day-card-head strong { font-family: var(--display); font-size: 2rem; margin-top: 3px; }
.calendar-icon { width: 48px; height: 48px; background: #efe9ff; color: var(--purple); border-radius: 14px; display: grid !important; place-items: center; font-family: var(--display); font-weight: 700; }
.day-events article { display: grid; grid-template-columns: 78px 14px 1fr; gap: 14px; padding: 25px 0 0; position: relative; }
.day-events time { color: var(--purple); font-size: .62rem; font-weight: 700; text-align: right; padding-top: 4px; }
.day-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--coral); margin-top: 6px; position: relative; z-index: 1; }
.day-events article:not(:last-child) .day-dot::after { content: ""; position: absolute; left: 4px; top: 10px; height: 67px; width: 1px; background: var(--line); }
.day-events h3 { font-size: .92rem; margin: 0 0 3px; }
.day-events p { font-size: .67rem; margin: 0; }
.mock-label { font-size: .55rem; text-transform: uppercase; letter-spacing: .12em; text-align: right; margin: 24px 0 0; color: #aaa3b6; }
.split-copy h2 { color: inherit; }
.split-copy > p:not(.eyebrow) { font-size: 1rem; max-width: 530px; }
.day-section .split-copy > p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.detail-point { display: flex; gap: 15px; margin-top: 28px; }
.detail-point > span { flex: 0 0 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--coral); color: white; font-weight: 700; }
.detail-point p { color: rgba(255,255,255,.7); font-size: .82rem; }
.detail-point strong { color: white; }

.timeline-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 65px; }
.timeline-heading h2 { margin-bottom: 0; max-width: 700px; }
.timeline-heading > p { max-width: 320px; margin-bottom: 6px; }
.timeline-demo { background: var(--pale); border: 1px solid var(--line); border-radius: 36px; padding: 52px 60px; display: grid; grid-template-columns: 90px 1fr; }
.year-column strong { font-family: var(--display); font-size: 2.4rem; display: block; }
.year-column span { color: var(--coral); font-size: .6rem; font-weight: 700; letter-spacing: .14em; }
.life-event { display: grid; grid-template-columns: 58px 28px 1fr; gap: 22px; min-height: 190px; }
.life-date { text-align: right; padding-top: 4px; }
.life-date strong { display: block; color: #9991a5; font-size: .57rem; letter-spacing: .09em; }
.life-date span { display: block; font-family: var(--display); font-size: 1.3rem; }
.life-marker { width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; background: var(--purple); color: white; position: relative; z-index: 1; }
.life-marker::after { content: ""; position: absolute; top: 25px; height: 165px; width: 1px; background: #dbd4e7; z-index: -1; }
.life-event:last-child .life-marker::after { display: none; }
.life-marker i { font-style: normal; font-size: .65rem; }
.life-marker.coral { background: var(--coral); }
.life-marker.soft { background: #c171b3; }
.life-card { background: var(--white); border: 1px solid #e7e2ed; border-radius: 22px; padding: 22px 25px; margin-bottom: 28px; box-shadow: 0 8px 25px rgba(53, 38, 82, .04); }
.card-meta { display: flex; justify-content: space-between; align-items: center; color: #9a93a6; font-size: .62rem; }
.pill { color: var(--purple); background: #eee9ff; border-radius: 999px; padding: 4px 9px; font-weight: 600; }
.coral-pill { color: #b64e3c; background: #ffe8e3; }
.soft-pill { color: #8c417f; background: #f8e8f4; }
.life-card h3 { margin: 14px 0 6px; }
.life-card p { margin: 0; font-size: .76rem; }
.people { display: flex; align-items: center; margin-top: 17px; }
.people span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: #ded5ff; color: var(--purple); border: 2px solid white; font-size: .55rem; font-weight: 700; }
.people span + span { margin-left: -7px; background: #ffe4df; color: #bd4f3c; }
.people small { color: #938c9d; font-size: .58rem; margin-left: 8px; }
.route { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; margin-top: 17px; color: #716a7c; font-size: .6rem; }
.route i { height: 1px; background: #d9d2e6; position: relative; }
.route i::after { content: "›"; color: var(--purple); position: absolute; right: -1px; top: -12px; font-size: 1rem; }
.compact-card { padding-block: 16px; }

.search-section { background: #faf9fc; }
.search-layout { grid-template-columns: .8fr 1.2fr; }
.search-section .split-copy h2 { margin-bottom: 25px; }
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.filter-row span { font-size: .65rem; color: var(--purple); border: 1px solid #dcd1ff; padding: 6px 10px; border-radius: 999px; background: white; }
.search-demo { background: var(--white); border: 1px solid var(--line); border-radius: 30px; padding: 28px; box-shadow: var(--shadow); }
.search-bar { border: 2px solid var(--purple); border-radius: 15px; padding: 15px 17px; display: flex; align-items: center; gap: 11px; }
.search-bar svg { width: 21px; fill: none; stroke: var(--purple); stroke-width: 2; stroke-linecap: round; }
.typed-query { font-size: .86rem; color: var(--ink); }
.search-bar i { width: 1px; height: 18px; background: var(--purple); animation: blink 1s steps(2) infinite; }
.search-results > p { color: #9c95a7; font-size: .58rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 600; margin: 24px 0 8px; }
.search-results article { display: grid; grid-template-columns: 82px 1fr 25px; gap: 14px; align-items: center; padding: 18px 4px; border-bottom: 1px solid var(--line); }
.search-results time { font-size: .57rem; color: var(--purple); font-weight: 700; }
.search-results h3 { font-size: .85rem; margin: 0 0 3px; }
.search-results p { font-size: .62rem; margin: 0; }
.search-results article > span { color: var(--purple); }
.suggestions { margin-top: 22px; }
.suggestions p { font-size: .52rem; letter-spacing: .1em; font-weight: 700; color: #aaa3b3; margin-bottom: 10px; }
.suggestions span { display: inline-block; color: #6e6779; background: var(--pale); border-radius: 9px; padding: 6px 10px; margin: 0 4px 6px 0; font-size: .57rem; }

.features-section { overflow: hidden; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { min-height: 250px; border: 1px solid var(--line); border-radius: 24px; padding: 30px; position: relative; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.feature-card:hover { transform: translateY(-5px); border-color: #d9ccff; box-shadow: 0 18px 45px rgba(54,34,89,.07); }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; background: #f0ebff; margin-bottom: 32px; }
.feature-icon svg { width: 26px; fill: none; stroke: var(--purple); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.accent-stroke { stroke: var(--coral); }
.feature-card h3 { margin-bottom: 11px; }
.feature-card p { margin: 0; font-size: .82rem; }
.featured-card { color: white; background: var(--purple); border-color: var(--purple); overflow: hidden; }
.featured-card .feature-icon { background: rgba(255,255,255,.14); }
.featured-card .feature-icon svg { stroke: white; }
.featured-card p { color: rgba(255,255,255,.68); }
.privacy-check { position: absolute; right: -10px; bottom: -35px; font-family: var(--display); font-size: 9rem; color: rgba(255,255,255,.08); transform: rotate(-9deg); }

.privacy-section { background: var(--pale); padding-block: 100px; }
.privacy-inner { display: grid; grid-template-columns: 100px 1fr 1fr; gap: 55px; align-items: center; }
.privacy-mark { width: 82px; height: 82px; background: white; border: 1px solid var(--line); border-radius: 25px; display: grid; place-items: center; }
.privacy-mark svg { width: 45px; fill: none; stroke: var(--purple); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.privacy-copy .eyebrow { margin-bottom: 18px; }
.privacy-copy h2 { font-size: clamp(2rem, 3.8vw, 3.4rem); margin-bottom: 0; }
.privacy-points > p { color: var(--ink); font-weight: 500; }
.privacy-points ul { list-style: none; margin: 22px 0 12px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.privacy-points li { color: #5f5969; font-size: .72rem; }
.privacy-points li span { color: var(--coral); font-weight: 700; margin-right: 5px; }
.privacy-points small { color: #9b94a5; font-size: .61rem; }

.closing-section { padding: 125px 0; color: white; text-align: center; background: linear-gradient(120deg, #3f13bd 0%, var(--purple) 55%, var(--purple-light) 100%); position: relative; overflow: hidden; }
.closing-inner { position: relative; z-index: 2; }
.closing-inner > img { width: 80px; height: 80px; border-radius: 24px; margin: 0 auto 25px; }
.closing-inner .eyebrow { justify-content: center; }
.closing-inner h2 { font-size: clamp(3.2rem, 6vw, 5.5rem); margin-bottom: 22px; }
.closing-inner > p:not(.eyebrow) { color: rgba(255,255,255,.7); font-size: 1.05rem; }
.closing-actions { justify-content: center; }
.closing-fog { position: absolute; inset: 0; opacity: .12; }
.closing-fog i { position: absolute; height: 3px; border-radius: 50%; background: white; width: 42%; }
.closing-fog i:nth-child(1) { top: 25%; left: -10%; }
.closing-fog i:nth-child(2) { top: 45%; right: -14%; width: 55%; }
.closing-fog i:nth-child(3) { bottom: 18%; left: 6%; width: 33%; }

.site-footer { color: rgba(255,255,255,.65); background: #171229; padding: 58px 0 24px; font-size: .72rem; }
.footer-main { display: flex; justify-content: space-between; align-items: center; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand { width: 160px; }
.footer-main nav { display: flex; gap: 28px; }
.footer-main a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; }
.footer-bottom p { color: inherit; margin: 0; font-size: .64rem; }

/* Interior legal pages */
.interior-page { background: #faf9fc; }
.interior-header { background: #4d1bd1; }
.interior-hero { min-height: 410px; color: var(--white); background: linear-gradient(120deg, #4315c6 0%, var(--purple) 58%, var(--purple-light) 100%); position: relative; overflow: hidden; }
.interior-hero-inner { padding-top: 80px; padding-bottom: 86px; position: relative; z-index: 2; }
.interior-hero h1 { font-size: clamp(3.4rem, 7vw, 5.7rem); margin: 10px 0 22px; }
.interior-hero p:not(.eyebrow) { max-width: 660px; color: rgba(255,255,255,.74); }
.interior-hero .eyebrow { margin: 34px 0 0; }
.interior-hero .effective-date { margin: 24px 0 0; color: var(--white); font-size: .72rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.interior-orb { position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; pointer-events: none; }
.interior-orb-one { width: 540px; height: 540px; right: -100px; top: -290px; }
.interior-orb-two { width: 260px; height: 260px; right: 22%; bottom: -210px; }
.back-link { display: inline-flex; align-items: center; gap: 9px; color: rgba(255,255,255,.78); font-size: .74rem; font-weight: 500; }
.back-link span { transition: transform .2s ease; }
.back-link:hover { color: var(--white); }
.back-link:hover span { transform: translateX(-4px); }
.legal-layout { display: grid; grid-template-columns: 210px minmax(0, 760px); gap: 90px; align-items: start; padding-top: 95px; padding-bottom: 130px; }
.legal-nav { position: sticky; top: 120px; padding: 22px 0 22px 22px; border-left: 1px solid var(--line); }
.legal-nav > p { margin: 0 0 15px; color: var(--ink); font-size: .65rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.legal-nav nav { display: grid; gap: 6px; }
.legal-nav a { color: #85808f; font-size: .7rem; padding: 3px 0; transition: color .2s ease, transform .2s ease; }
.legal-nav a:hover { color: var(--purple); transform: translateX(3px); }
.legal-content { min-width: 0; }
.legal-intro { display: grid; grid-template-columns: 64px 1fr; gap: 25px; align-items: center; padding: 26px 28px; margin-bottom: 74px; background: var(--white); border: 1px solid var(--line); border-radius: 22px; }
.legal-intro img { width: 64px; height: 64px; border-radius: 18px; }
.legal-intro p { color: #514b5d; font-size: .87rem; margin: 0; }
.legal-content > section { scroll-margin-top: 125px; padding-bottom: 63px; margin-bottom: 63px; border-bottom: 1px solid var(--line); }
.legal-content > section:last-of-type { margin-bottom: 30px; }
.legal-content .section-number { display: inline-block; margin-bottom: 13px; color: var(--coral); font-size: .66rem; font-weight: 700; letter-spacing: .12em; }
.legal-content h2 { font-size: clamp(1.8rem, 3vw, 2.45rem); margin-bottom: 22px; }
.legal-content p { font-size: .9rem; line-height: 1.9; }
.legal-content p:last-child { margin-bottom: 0; }
.legal-content ul { margin: 25px 0 0; padding: 0; list-style: none; display: grid; gap: 13px; }
.legal-content li { position: relative; padding-left: 25px; color: var(--muted); font-size: .86rem; }
.legal-content li::before { content: ""; position: absolute; left: 2px; top: .72em; width: 7px; height: 7px; border-radius: 50%; background: var(--coral); }
.legal-note { display: grid; grid-template-columns: 30px 1fr; gap: 13px; padding: 20px 22px; margin-top: 26px; background: #f0ebff; border-radius: 17px; }
.legal-note > span { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; color: var(--white); background: var(--purple); font-family: var(--display); font-size: .75rem; font-weight: 700; }
.legal-note p { margin: 0; color: #554d67; font-size: .78rem; line-height: 1.7; }
.contact-card { display: flex; justify-content: space-between; align-items: center; max-width: 480px; margin-top: 27px; padding: 20px 23px; color: var(--white); background: var(--purple); border-radius: 17px; transition: transform .2s ease, box-shadow .2s ease; }
.contact-card:hover { transform: translateY(-3px); box-shadow: 0 16px 35px rgba(90,34,242,.2); }
.contact-card small, .contact-card strong { display: block; }
.contact-card small { color: rgba(255,255,255,.65); font-size: .58rem; letter-spacing: .08em; text-transform: uppercase; }
.contact-card strong { margin-top: 3px; font-size: .85rem; }
.contact-card > span:last-child { font-size: 1.2rem; }
.back-to-top { display: inline-flex; align-items: center; gap: 9px; color: var(--purple); font-size: .75rem; font-weight: 600; }
.back-to-top span { transition: transform .2s ease; }
.back-to-top:hover span { transform: translateY(-3px); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes blink { 50% { opacity: 0; } }

@media (max-width: 1000px) {
  .container { width: min(100% - 40px, 800px); }
  .hero-shell { min-height: auto; }
  .hero-shell::after { bottom: -360px; }
  .hero { grid-template-columns: 1fr; text-align: center; padding-top: 75px; }
  .hero-copy { max-width: 680px; margin: 0 auto; }
  .hero .eyebrow, .hero-actions { justify-content: center; }
  .hero-lede, .hero-detail { margin-inline: auto; }
  .hero-visual { width: min(650px, 100%); margin: -30px auto 60px; }
  .concept-grid, .split-layout, .search-layout { grid-template-columns: 1fr; gap: 65px; }
  .concept-copy { max-width: 620px; }
  .day-card { width: min(630px, 100%); margin: auto; }
  .day-section .split-copy { max-width: 680px; }
  .timeline-heading { display: block; }
  .timeline-heading > p { margin-top: 25px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .privacy-inner { grid-template-columns: 80px 1fr; }
  .privacy-points { grid-column: 2; }
  .legal-layout { grid-template-columns: 170px minmax(0, 1fr); gap: 55px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 32px, 620px); }
  .section { padding: 88px 0; }
  h2 { font-size: clamp(2.25rem, 11vw, 3.35rem); }
  .site-header { position: relative; }
  .site-header.is-stuck { position: fixed; }
  .site-header.is-stuck + main { padding-top: 76px; }
  .header-inner { height: 76px; }
  .brand { width: 158px; }
  .brand img { width: 150px; }
  .menu-toggle { border: 0; background: transparent; width: 44px; height: 44px; display: grid; align-content: center; gap: 5px; padding: 10px; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { display: block; height: 2px; background: white; border-radius: 5px; transition: transform .2s, opacity .2s; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 76px 0 auto; min-height: calc(100vh - 76px); background: rgba(60,17,183,.98); backdrop-filter: blur(20px); display: flex; flex-direction: column; justify-content: center; gap: 28px; font-size: 1.15rem; transform: translateX(100%); visibility: hidden; transition: transform .25s ease, visibility .25s; }
  .primary-nav.is-open { transform: none; visibility: visible; }
  .nav-store { font-size: .7rem; }
  .hero { padding-top: 64px; gap: 32px; }
  .hero h1 { font-size: clamp(3.45rem, 17vw, 5.2rem); }
  .hero-actions, .closing-actions { flex-direction: column; gap: 20px; }
  .hero-visual { min-height: 520px; width: 108%; margin: 8px -4% 60px; transform: scale(.93); transform-origin: top center; }
  .app-card { width: min(385px, 88%); padding: 25px; }
  .floating-chip { font-size: .62rem; }
  .chip-left { left: 0; }
  .chip-right { right: 0; }
  .concept { padding-top: 60px; }
  .concept-grid { gap: 20px; }
  .steps { grid-template-columns: 1fr; gap: 48px; }
  .steps::before { display: none; }
  .step { padding: 0 25px; }
  .section-heading { margin-bottom: 50px; }
  .day-card { padding: 25px 20px; }
  .day-events article { grid-template-columns: 68px 12px 1fr; gap: 10px; }
  .day-events time { font-size: .54rem; }
  .timeline-demo { padding: 32px 18px; grid-template-columns: 1fr; }
  .year-column { margin-bottom: 30px; }
  .life-event { grid-template-columns: 45px 22px 1fr; gap: 10px; }
  .life-card { padding: 18px 16px; }
  .life-card h3 { font-size: 1.05rem; }
  .search-demo { padding: 20px 16px; }
  .search-results article { grid-template-columns: 70px 1fr 18px; gap: 9px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 220px; }
  .privacy-inner { grid-template-columns: 1fr; gap: 30px; }
  .privacy-points { grid-column: 1; }
  .privacy-points ul { grid-template-columns: 1fr; }
  .closing-section { padding: 95px 0; }
  .footer-main, .footer-bottom { display: block; }
  .footer-main nav { flex-wrap: wrap; gap: 16px 24px; margin-top: 30px; }
  .footer-bottom p + p { margin-top: 7px; }
  .interior-hero { min-height: 360px; }
  .interior-hero-inner { padding-top: 58px; padding-bottom: 68px; }
  .interior-hero h1 { font-size: clamp(2.9rem, 14vw, 4rem); }
  .legal-layout { display: block; padding-top: 65px; padding-bottom: 90px; }
  .legal-nav { position: static; padding: 0 0 24px; margin-bottom: 55px; border-left: 0; border-bottom: 1px solid var(--line); }
  .legal-nav nav { display: flex; gap: 8px; overflow-x: auto; padding: 4px 3px 13px; scrollbar-width: thin; }
  .legal-nav a { flex: 0 0 auto; padding: 7px 11px; background: var(--white); border: 1px solid var(--line); border-radius: 999px; }
  .legal-nav a:hover { transform: none; }
  .legal-intro { grid-template-columns: 50px 1fr; gap: 17px; padding: 21px 18px; margin-bottom: 58px; }
  .legal-intro img { width: 50px; height: 50px; border-radius: 14px; }
  .legal-intro p { font-size: .76rem; }
  .legal-content > section { padding-bottom: 48px; margin-bottom: 48px; }
  .legal-content p { font-size: .84rem; }
}

@media (max-width: 420px) {
  .hero-visual { transform: scale(.85); margin-top: 8px; margin-bottom: -40px; }
  .day-card-head strong { font-size: 1.6rem; }
  .day-events h3 { font-size: .8rem; }
  .day-events p { font-size: .58rem; }
  .life-event { grid-template-columns: 38px 18px 1fr; gap: 7px; }
  .life-date span { font-size: 1rem; }
  .life-card { padding: 15px 12px; }
}

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