:root {
  color: #111114;
  background: #ffffff;
  color-scheme: light dark;
  font-family:
    -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display",
    "Helvetica Neue", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  --ink: #111114;
  --secondary: #6e6e73;
  --muted: #8c8c92;
  --paper: #ffffff;
  --wash: #f8f7fc;
  --wash-deep: #f1f0f7;
  --violet: #8b5cf6;
  --violet-deep: #6958ee;
  --blue: #3488ff;
  --green: #34c759;
  --surface: #ffffff;
  --surface-elevated: rgba(255, 255, 255, 0.98);
  --header-background: rgba(255, 255, 255, 0.84);
  --nav-text: #4c4c52;
  --body-copy: #4f4f56;
  --list-copy: #47474e;
  --link: #166fd9;
  --violet-tint: #f0ebff;
  --blue-tint: #eaf3ff;
  --hero-start: #ffffff;
  --hero-end: rgba(248, 247, 252, 0.92);
  --halo-core: rgba(255, 255, 255, 0.94);
  --halo-edge: rgba(247, 244, 255, 0.6);
  --screenshot-filter: none;
  --island-overlay-opacity: 0;
  --border: rgba(17, 17, 20, 0.08);
  --border-strong: rgba(17, 17, 20, 0.13);
  --shadow-soft: 0 18px 48px rgba(35, 25, 70, 0.08);
  --shadow-phone: 0 30px 70px rgba(27, 22, 50, 0.18);
  --page-width: 1200px;
  --reading-width: 760px;
}

:root[data-theme="dark"] {
  color: #f4f3f7;
  background: #0d0e12;
  --ink: #f4f3f7;
  --secondary: #b4b2bc;
  --muted: #8f8d98;
  --paper: #0d0e12;
  --wash: #13141a;
  --wash-deep: #1a1b23;
  --violet: #a980ff;
  --violet-deep: #b39aff;
  --blue: #5aa2ff;
  --green: #45d56a;
  --surface: #17181f;
  --surface-elevated: rgba(27, 28, 36, 0.98);
  --header-background: rgba(13, 14, 18, 0.86);
  --nav-text: #bbb9c3;
  --body-copy: #c6c4cd;
  --list-copy: #c6c4cd;
  --link: #70adff;
  --violet-tint: #29233b;
  --blue-tint: #182b43;
  --hero-start: #0d0e12;
  --hero-end: rgba(19, 20, 26, 0.96);
  --halo-core: rgba(45, 38, 68, 0.72);
  --halo-edge: rgba(24, 25, 34, 0.46);
  --screenshot-filter: invert(1) hue-rotate(180deg) saturate(0.9) brightness(0.82) contrast(1.12);
  --island-overlay-opacity: 1;
  --border: rgba(255, 255, 255, 0.09);
  --border-strong: rgba(255, 255, 255, 0.15);
  --shadow-soft: 0 18px 48px rgba(0, 0, 0, 0.24);
  --shadow-phone: 0 30px 70px rgba(0, 0, 0, 0.48);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) {
    color: #f4f3f7;
    background: #0d0e12;
    --ink: #f4f3f7;
    --secondary: #b4b2bc;
    --muted: #8f8d98;
    --paper: #0d0e12;
    --wash: #13141a;
    --wash-deep: #1a1b23;
    --violet: #a980ff;
    --violet-deep: #b39aff;
    --blue: #5aa2ff;
    --green: #45d56a;
    --surface: #17181f;
    --surface-elevated: rgba(27, 28, 36, 0.98);
    --header-background: rgba(13, 14, 18, 0.86);
    --nav-text: #bbb9c3;
    --body-copy: #c6c4cd;
    --list-copy: #c6c4cd;
    --link: #70adff;
    --violet-tint: #29233b;
    --blue-tint: #182b43;
    --hero-start: #0d0e12;
    --hero-end: rgba(19, 20, 26, 0.96);
    --halo-core: rgba(45, 38, 68, 0.72);
    --halo-edge: rgba(24, 25, 34, 0.46);
    --screenshot-filter: invert(1) hue-rotate(180deg) saturate(0.9) brightness(0.82) contrast(1.12);
    --island-overlay-opacity: 1;
    --border: rgba(255, 255, 255, 0.09);
    --border-strong: rgba(255, 255, 255, 0.15);
    --shadow-soft: 0 18px 48px rgba(0, 0, 0, 0.24);
    --shadow-phone: 0 30px 70px rgba(0, 0, 0, 0.48);
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
}

body,
button,
input,
textarea {
  font: inherit;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

p,
h1,
h2,
h3 {
  margin-top: 0;
}

p {
  color: var(--secondary);
}

::selection {
  color: #31216a;
  background: #e5dcff;
}

:focus-visible {
  outline: 3px solid rgba(52, 136, 255, 0.55);
  outline-offset: 4px;
  border-radius: 6px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 12px;
  color: var(--paper);
  background: var(--ink);
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.icon {
  width: 1.5rem;
  height: 1.5rem;
}

.site-header {
  position: sticky;
  z-index: 40;
  top: 0;
  height: 72px;
  border-bottom: 1px solid var(--border);
  background: var(--header-background);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  backdrop-filter: blur(20px) saturate(150%);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nav-shell {
  display: flex;
  width: min(var(--page-width), calc(100% - 48px));
  height: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.025em;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  overflow: hidden;
  place-items: center;
  border: 1px solid rgba(139, 92, 246, 0.14);
  border-radius: 11px;
  background:
    radial-gradient(circle at 20% 15%, rgba(184, 244, 255, 0.22), transparent 52%),
    radial-gradient(circle at 85% 85%, rgba(199, 170, 255, 0.22), transparent 50%),
    var(--surface);
  box-shadow: 0 4px 15px rgba(105, 88, 238, 0.09);
}

.brand-mark img {
  width: 17px;
  height: 24px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.desktop-nav a {
  color: var(--nav-text);
  font-size: 14px;
  font-weight: 560;
  text-decoration: none;
  transition: color 180ms ease;
}

.desktop-nav a:hover,
.desktop-nav a[aria-current="page"] {
  color: var(--ink);
}

.desktop-nav .nav-download {
  padding: 9px 14px;
  border-radius: 999px;
  color: var(--paper);
  background: var(--ink);
}

.theme-toggle {
  display: grid;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 13px;
  color: var(--ink);
  background: var(--surface);
  box-shadow: 0 4px 14px rgba(35, 25, 70, 0.05);
  transition:
    color 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.theme-toggle:hover {
  border-color: var(--border-strong);
  background: var(--wash);
  transform: translateY(-1px);
}

.theme-icon {
  grid-area: 1 / 1;
  font-size: 20px;
  line-height: 1;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.theme-icon-sun {
  opacity: 0;
  transform: rotate(-25deg) scale(0.78);
}

:root[data-theme="dark"] .theme-icon-moon {
  opacity: 0;
  transform: rotate(25deg) scale(0.78);
}

:root[data-theme="dark"] .theme-icon-sun {
  opacity: 1;
  transform: rotate(0) scale(1);
}

.mobile-nav {
  display: none;
  position: relative;
}

.mobile-nav summary {
  display: grid;
  width: 42px;
  height: 42px;
  cursor: pointer;
  list-style: none;
  place-content: center;
  gap: 6px;
  border-radius: 14px;
  background: var(--wash);
}

.mobile-nav summary::-webkit-details-marker {
  display: none;
}

.mobile-nav summary span {
  width: 18px;
  height: 1.5px;
  border-radius: 2px;
  background: var(--ink);
}

.mobile-nav nav {
  position: absolute;
  top: 50px;
  right: 0;
  display: grid;
  min-width: 190px;
  padding: 10px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--surface-elevated);
  box-shadow: var(--shadow-soft);
}

.mobile-nav nav a {
  padding: 12px 14px;
  border-radius: 10px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.mobile-nav nav a:hover {
  background: var(--wash);
}

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
  background:
    linear-gradient(180deg, var(--hero-start) 0%, var(--hero-end) 100%);
}

.ambient {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(2px);
}

.ambient-one {
  top: -240px;
  right: -220px;
  width: 760px;
  height: 760px;
  background: radial-gradient(circle, rgba(176, 143, 255, 0.15), transparent 68%);
}

.ambient-two {
  bottom: -340px;
  left: -240px;
  width: 680px;
  height: 680px;
  background: radial-gradient(circle, rgba(129, 225, 247, 0.12), transparent 67%);
}

.hero-shell {
  position: relative;
  display: grid;
  width: min(var(--page-width), calc(100% - 48px));
  min-height: 790px;
  margin: 0 auto;
  grid-template-columns: minmax(0, 0.92fr) minmax(500px, 1.08fr);
  align-items: center;
  gap: 44px;
}

.hero-copy {
  position: relative;
  z-index: 5;
  padding: 92px 0 110px;
  animation: reveal-up 220ms ease both;
}

.eyebrow {
  margin-bottom: 16px;
  color: var(--violet-deep);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 630px;
  margin-bottom: 28px;
  font-size: clamp(54px, 6vw, 82px);
  font-weight: 740;
  line-height: 0.98;
  letter-spacing: -0.058em;
}

.hero-description {
  max-width: 600px;
  margin-bottom: 34px;
  font-size: clamp(19px, 1.8vw, 23px);
  line-height: 1.48;
  letter-spacing: -0.018em;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.primary-button {
  display: inline-flex;
  min-height: 50px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #ffffff;
  background: var(--blue);
  box-shadow: 0 10px 22px rgba(52, 136, 255, 0.22);
  font-size: 16px;
  font-weight: 680;
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.primary-button:hover {
  background: #1979f5;
  box-shadow: 0 13px 28px rgba(52, 136, 255, 0.28);
  transform: translateY(-1px);
}

.secondary-link {
  color: var(--ink);
  font-size: 15px;
  font-weight: 650;
  text-decoration: none;
}

.secondary-link span {
  display: inline-block;
  margin-left: 3px;
  transition: transform 180ms ease;
}

.secondary-link:hover span {
  transform: translateX(3px);
}

.hero-footnote {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.hero-visual {
  position: relative;
  height: 680px;
  animation: reveal-up 220ms 70ms ease both;
}

.device-halo {
  position: absolute;
  top: 96px;
  right: 4%;
  width: 88%;
  height: 520px;
  border: 1px solid rgba(139, 92, 246, 0.09);
  border-radius: 50%;
  background:
    radial-gradient(circle at 48% 48%, var(--halo-core), var(--halo-edge) 45%, transparent 71%);
  filter: blur(1px);
}

.phone-frame {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 7px solid #161619;
  border-radius: 42px;
  background: #0d0e12;
  box-shadow: var(--shadow-phone);
}

.phone-frame img {
  width: 100%;
  height: auto;
  filter: var(--screenshot-filter);
  transition: filter 200ms ease;
}

.phone-frame::after {
  position: absolute;
  z-index: 2;
  top: 0.9%;
  left: 50%;
  width: 29%;
  height: 3.9%;
  pointer-events: none;
  border-radius: 999px;
  background: #000000;
  content: "";
  opacity: var(--island-overlay-opacity);
  transform: translateX(-50%);
  transition: opacity 200ms ease;
}

.hero-phone {
  position: absolute;
  width: 250px;
  transform-origin: 50% 100%;
}

.hero-phone-center {
  z-index: 3;
  top: 45px;
  left: 50%;
  width: 270px;
  transform: translateX(-50%);
}

.hero-phone-left {
  z-index: 2;
  top: 144px;
  left: 1%;
  transform: rotate(-6deg);
}

.hero-phone-right {
  z-index: 1;
  top: 125px;
  right: 0;
  transform: rotate(6deg);
}

.section {
  padding: 120px 0;
}

.section-shell,
.information-shell {
  width: min(var(--page-width), calc(100% - 48px));
  margin: 0 auto;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 58px;
}

.section-heading h2,
.page-hero h1,
.legal-hero h1 {
  margin-bottom: 20px;
  font-size: clamp(40px, 5vw, 62px);
  font-weight: 720;
  line-height: 1.04;
  letter-spacing: -0.048em;
}

.section-heading > p:last-child {
  max-width: 650px;
  font-size: 19px;
  line-height: 1.55;
}

.centered-heading {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.compact-heading {
  max-width: 680px;
}

.how-section {
  background: var(--paper);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.step-card,
.trust-card,
.support-card,
.safety-principles article,
.safety-actions article {
  border: 1px solid var(--border);
  border-radius: 26px;
  background: var(--surface);
  box-shadow: 0 12px 36px rgba(35, 25, 70, 0.045);
}

.step-card {
  min-height: 300px;
  padding: 30px;
}

.step-topline {
  display: flex;
  margin-bottom: 58px;
  align-items: center;
  justify-content: space-between;
}

.step-icon,
.trust-icon,
.support-icon,
.information-icon,
.timeline-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 15px;
  color: var(--violet-deep);
  background: var(--violet-tint);
}

.step-number {
  color: #aaa7b2;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.step-card h3,
.trust-card h3 {
  margin-bottom: 13px;
  font-size: 23px;
  letter-spacing: -0.025em;
}

.step-card p,
.trust-card p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.58;
}

.showcase-section {
  background: var(--wash);
}

.showcase-heading {
  margin-bottom: 42px;
}

.showcase-list {
  display: grid;
  gap: 32px;
}

.showcase-item {
  display: grid;
  min-height: 680px;
  overflow: hidden;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  border: 1px solid var(--border);
  border-radius: 34px;
  background:
    radial-gradient(circle at 82% 28%, rgba(139, 92, 246, 0.13), transparent 36%),
    var(--surface);
}

.showcase-reverse {
  grid-template-columns: 1.1fr 0.9fr;
  background:
    radial-gradient(circle at 18% 30%, rgba(94, 207, 235, 0.12), transparent 36%),
    var(--surface);
}

.showcase-copy {
  padding: 60px;
}

.showcase-copy h3 {
  max-width: 510px;
  margin-bottom: 20px;
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.05;
  letter-spacing: -0.044em;
}

.showcase-copy > p:last-child {
  max-width: 500px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.58;
}

.showcase-device {
  display: grid;
  height: 100%;
  min-height: 680px;
  place-items: end center;
  overflow: hidden;
  padding-top: 54px;
}

.showcase-device .phone-frame {
  width: min(320px, 72%);
  transform: translateY(62px);
}

.showcase-reverse .showcase-copy {
  order: 2;
}

.showcase-reverse .showcase-device {
  order: 1;
}

.trust-section {
  background: var(--paper);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.trust-card {
  padding: 30px;
}

.trust-icon {
  margin-bottom: 42px;
  color: var(--blue);
  background: var(--blue-tint);
}

.trust-detail {
  display: grid;
  margin-top: 28px;
  padding: 42px 46px;
  grid-template-columns: 1.2fr 1fr auto;
  align-items: center;
  gap: 40px;
  border-radius: 28px;
  color: #ffffff;
  background:
    radial-gradient(circle at 85% 10%, rgba(178, 137, 255, 0.28), transparent 38%),
    linear-gradient(135deg, #14121d, #242039);
}

.trust-detail h3 {
  max-width: 430px;
  margin: 0;
  font-size: 29px;
  line-height: 1.13;
  letter-spacing: -0.03em;
}

.trust-detail p {
  margin: 0;
  color: rgba(255, 255, 255, 0.69);
  font-size: 15px;
  line-height: 1.55;
}

.trust-detail .eyebrow {
  margin-bottom: 10px;
  color: #b99aff;
}

.trust-detail a {
  white-space: nowrap;
  color: #ffffff;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.site-footer {
  padding: 74px 0 26px;
  border-top: 1px solid var(--border);
  background: var(--wash);
}

.footer-shell,
.footer-bottom {
  width: min(var(--page-width), calc(100% - 48px));
  margin: 0 auto;
}

.footer-shell {
  display: grid;
  padding-bottom: 58px;
  grid-template-columns: 1fr 1.4fr;
  gap: 90px;
}

.footer-brand > p {
  max-width: 370px;
  margin: 18px 0 0;
  line-height: 1.5;
}

.footer-links {
  display: grid;
  grid-template-columns: 0.7fr 1fr 1.3fr;
  gap: 34px;
}

.footer-links div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.footer-links .footer-heading {
  margin-bottom: 6px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
}

.footer-links a {
  color: var(--secondary);
  font-size: 14px;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--ink);
}

.footer-bottom {
  display: flex;
  padding-top: 22px;
  justify-content: space-between;
  border-top: 1px solid var(--border);
}

.footer-bottom p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.legal-main,
.information-main {
  background: var(--paper);
}

.reading-shell {
  width: min(var(--reading-width), calc(100% - 48px));
  margin: 0 auto;
}

.legal-hero,
.page-hero {
  padding: 104px 0 78px;
  border-bottom: 1px solid var(--border);
  background:
    radial-gradient(circle at 76% 18%, rgba(139, 92, 246, 0.09), transparent 32%),
    var(--wash);
}

.legal-hero h1,
.page-hero h1 {
  max-width: 760px;
}

.legal-updated {
  margin: 0 0 34px;
  color: var(--muted);
  font-size: 14px;
}

.legal-introduction p,
.page-hero .reading-shell > p:last-child {
  max-width: 710px;
  margin: 0;
  font-size: 20px;
  line-height: 1.58;
}

.legal-layout {
  display: grid;
  width: min(1100px, calc(100% - 48px));
  margin: 0 auto;
  padding: 78px 0 120px;
  grid-template-columns: 220px minmax(0, 760px);
  align-items: start;
  justify-content: space-between;
  gap: 80px;
}

.legal-toc {
  position: sticky;
  top: 104px;
}

.legal-toc > p {
  margin-bottom: 14px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
}

.legal-toc nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.legal-toc a {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
  text-decoration: none;
}

.legal-toc a:hover {
  color: var(--violet-deep);
}

.legal-document section {
  scroll-margin-top: 104px;
  padding: 0 0 52px;
}

.legal-document section + section {
  padding-top: 50px;
  border-top: 1px solid var(--border);
}

.legal-document h2 {
  margin-bottom: 22px;
  font-size: 30px;
  line-height: 1.16;
  letter-spacing: -0.032em;
}

.legal-document h3 {
  margin: 28px 0 10px;
  font-size: 18px;
  letter-spacing: -0.015em;
}

.legal-document p,
.legal-document li {
  color: var(--body-copy);
  font-size: 16px;
  line-height: 1.74;
}

.legal-document p {
  margin-bottom: 18px;
}

.legal-document ul {
  margin: 16px 0 22px;
  padding-left: 24px;
}

.legal-document li + li {
  margin-top: 9px;
}

.legal-document a,
.information-main a {
  color: var(--link);
  font-weight: 590;
}

.page-hero {
  padding-bottom: 92px;
}

.information-shell {
  padding-top: 72px;
  padding-bottom: 120px;
}

.contact-card {
  display: grid;
  padding: 42px;
  grid-template-columns: auto 1fr;
  gap: 28px;
  border: 1px solid rgba(139, 92, 246, 0.13);
  border-radius: 30px;
  background:
    radial-gradient(circle at 90% 10%, rgba(139, 92, 246, 0.1), transparent 34%),
    var(--surface);
  box-shadow: var(--shadow-soft);
}

.information-icon {
  width: 54px;
  height: 54px;
  border-radius: 17px;
}

.contact-card h2,
.deletion-callout h2,
.meeting-card h2 {
  margin-bottom: 14px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.contact-card p {
  max-width: 710px;
  margin-bottom: 14px;
  font-size: 17px;
  line-height: 1.62;
}

.contact-card .response-note {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  font-weight: 650;
}

.support-grid {
  display: grid;
  margin-top: 28px;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.support-card {
  padding: 32px;
}

.support-icon {
  margin-bottom: 32px;
  color: var(--blue);
  background: var(--blue-tint);
}

.support-card h2,
.safety-principles h2,
.safety-actions h2 {
  margin-bottom: 12px;
  font-size: 23px;
  letter-spacing: -0.025em;
}

.support-card p,
.safety-principles p,
.safety-actions p {
  margin-bottom: 20px;
  line-height: 1.62;
}

.support-card a {
  font-size: 14px;
  text-decoration: none;
}

.plain-note,
.support-after-deletion {
  margin-top: 28px;
  padding: 30px 34px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: var(--wash);
}

.plain-note h2,
.support-after-deletion h2 {
  margin-bottom: 10px;
  font-size: 21px;
}

.plain-note p,
.support-after-deletion p {
  max-width: 850px;
  margin: 0;
  line-height: 1.6;
}

.support-after-deletion p + p {
  margin-top: 14px;
}

.deletion-layout {
  max-width: 980px;
}

.deletion-callout {
  display: flex;
  padding: 44px;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  border-radius: 30px;
  color: #ffffff;
  background:
    radial-gradient(circle at 85% 10%, rgba(181, 136, 255, 0.32), transparent 36%),
    linear-gradient(135deg, #15121f, #29243f);
}

.deletion-callout p {
  max-width: 640px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1.6;
}

.deletion-callout .eyebrow {
  margin-bottom: 12px;
  color: #c3aaff;
}

.large-symbol {
  display: grid;
  flex: 0 0 auto;
  width: 92px;
  height: 92px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 28px;
  color: #d4c3ff;
  background: rgba(255, 255, 255, 0.07);
}

.large-symbol .icon {
  width: 40px;
  height: 40px;
}

.deletion-timeline {
  position: relative;
  display: grid;
  margin-top: 54px;
  gap: 0;
}

.deletion-timeline::before {
  position: absolute;
  top: 26px;
  bottom: 30px;
  left: 24px;
  width: 1px;
  background: #d9d5e6;
  content: "";
}

.timeline-item {
  position: relative;
  display: grid;
  padding-bottom: 46px;
  grid-template-columns: 50px 1fr;
  gap: 28px;
}

.timeline-marker {
  position: relative;
  z-index: 2;
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid rgba(139, 92, 246, 0.18);
  border-radius: 50%;
  color: var(--violet-deep);
  background: var(--surface);
  box-shadow: 0 5px 16px rgba(58, 39, 110, 0.08);
  font-size: 13px;
  font-weight: 750;
}

.timeline-content {
  position: relative;
  min-height: 160px;
  padding: 30px 34px;
  border: 1px solid var(--border);
  border-radius: 25px;
  background: var(--surface);
}

.timeline-icon {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 42px;
  height: 42px;
  border-radius: 13px;
}

.timeline-icon .icon {
  width: 20px;
  height: 20px;
}

.timeline-content .eyebrow {
  margin-bottom: 8px;
}

.timeline-content h2 {
  max-width: 660px;
  margin-bottom: 11px;
  padding-right: 55px;
  font-size: 24px;
  letter-spacing: -0.026em;
}

.timeline-content > p:last-child {
  max-width: 710px;
  margin: 0;
  line-height: 1.62;
}

.safety-principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.safety-principles article,
.safety-actions article {
  padding: 30px;
}

.safety-principles .information-icon {
  margin-bottom: 36px;
}

.safety-split {
  display: grid;
  margin-top: 28px;
  padding: 48px;
  grid-template-columns: 1fr 1.15fr;
  gap: 68px;
  border-radius: 30px;
  background: var(--wash);
}

.safety-split h2 {
  margin-bottom: 0;
  font-size: clamp(30px, 4vw, 43px);
  line-height: 1.08;
  letter-spacing: -0.038em;
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 14px 0 14px 34px;
  color: var(--list-copy);
  line-height: 1.5;
}

.check-list li + li {
  border-top: 1px solid var(--border);
}

.check-list li::before {
  position: absolute;
  top: 17px;
  left: 1px;
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--violet);
  content: "×";
  font-size: 13px;
  font-weight: 700;
}

.safety-actions {
  display: grid;
  margin-top: 28px;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.meeting-card {
  display: grid;
  margin-top: 28px;
  padding: 48px;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: start;
  gap: 70px;
  border-radius: 30px;
  color: #ffffff;
  background:
    radial-gradient(circle at 85% 12%, rgba(77, 153, 255, 0.28), transparent 36%),
    linear-gradient(140deg, #131820, #202b3c);
}

.meeting-card .eyebrow {
  color: #8fbcff;
}

.meeting-card ul {
  margin: 0;
  padding-left: 22px;
}

.meeting-card li {
  padding: 8px 0;
  color: rgba(255, 255, 255, 0.73);
  line-height: 1.5;
}

.not-found-main {
  display: grid;
  min-height: 68vh;
  padding: 90px 24px;
  place-items: center;
  background: var(--wash);
}

.not-found-card {
  max-width: 580px;
  padding: 58px;
  border: 1px solid var(--border);
  border-radius: 30px;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
  text-align: center;
}

.not-found-card > img {
  width: 42px;
  height: 58px;
  margin: 0 auto 24px;
}

.not-found-card h1 {
  margin-bottom: 16px;
  font-size: 42px;
  letter-spacing: -0.04em;
}

.not-found-card > p:not(.eyebrow) {
  margin-bottom: 28px;
  line-height: 1.55;
}

@keyframes reveal-up {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1080px) {
  .hero-shell {
    min-height: 730px;
    grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
    gap: 16px;
  }

  .hero-phone {
    width: 205px;
  }

  .hero-phone-center {
    width: 230px;
  }

  .showcase-item {
    min-height: 610px;
  }

  .showcase-device {
    min-height: 610px;
  }

  .showcase-copy {
    padding: 44px;
  }

  .trust-detail {
    grid-template-columns: 1fr 1fr;
  }

  .trust-detail a {
    grid-column: 2;
  }

  .legal-layout {
    grid-template-columns: 190px minmax(0, 700px);
    gap: 50px;
  }
}

@media (max-width: 840px) {
  .desktop-nav {
    display: none;
  }

  .mobile-nav {
    display: block;
  }

  .hero-shell {
    display: block;
    min-height: auto;
    padding-top: 72px;
  }

  .hero-copy {
    max-width: 660px;
    margin: 0 auto;
    padding: 56px 0 20px;
    text-align: center;
  }

  .hero h1 {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-description {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-visual {
    width: min(620px, 100%);
    height: 610px;
    margin: 0 auto;
  }

  .device-halo {
    right: 7%;
    width: 86%;
  }

  .steps-grid,
  .trust-grid,
  .safety-principles,
  .safety-actions {
    grid-template-columns: 1fr;
  }

  .step-card {
    min-height: 0;
  }

  .step-topline {
    margin-bottom: 40px;
  }

  .showcase-item,
  .showcase-reverse {
    grid-template-columns: 1fr 1fr;
  }

  .showcase-copy {
    padding: 36px;
  }

  .showcase-device .phone-frame {
    width: min(265px, 78%);
  }

  .trust-detail {
    grid-template-columns: 1fr;
  }

  .trust-detail a {
    grid-column: auto;
  }

  .footer-shell {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .legal-layout {
    display: block;
    width: min(var(--reading-width), calc(100% - 48px));
  }

  .legal-toc {
    position: static;
    margin-bottom: 60px;
    padding: 24px;
    border-radius: 18px;
    background: var(--wash);
  }

  .legal-toc nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .safety-split,
  .meeting-card {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 620px) {
  .nav-shell,
  .hero-shell,
  .section-shell,
  .information-shell,
  .footer-shell,
  .footer-bottom,
  .reading-shell,
  .legal-layout {
    width: min(100% - 32px, var(--page-width));
  }

  .site-header {
    height: 64px;
  }

  .brand-mark {
    width: 32px;
    height: 32px;
  }

  .hero-shell {
    padding-top: 44px;
  }

  .hero-copy {
    padding-top: 38px;
  }

  .hero h1 {
    font-size: clamp(45px, 14vw, 62px);
  }

  .hero-description {
    font-size: 18px;
  }

  .hero-actions {
    flex-direction: column;
    gap: 18px;
  }

  .hero-footnote {
    line-height: 1.5;
  }

  .hero-visual {
    height: 475px;
    margin-top: 12px;
  }

  .device-halo {
    top: 58px;
    height: 360px;
  }

  .hero-phone {
    width: 140px;
    border-width: 5px;
    border-radius: 29px;
  }

  .hero-phone-center {
    top: 30px;
    width: 172px;
  }

  .hero-phone-left {
    top: 98px;
    left: -3%;
  }

  .hero-phone-right {
    top: 86px;
    right: -3%;
  }

  .section {
    padding: 82px 0;
  }

  .section-heading {
    margin-bottom: 40px;
  }

  .section-heading h2,
  .page-hero h1,
  .legal-hero h1 {
    font-size: 40px;
  }

  .step-card,
  .trust-card,
  .support-card,
  .safety-principles article,
  .safety-actions article {
    padding: 25px;
    border-radius: 22px;
  }

  .showcase-item,
  .showcase-reverse {
    display: flex;
    min-height: 690px;
    flex-direction: column;
  }

  .showcase-reverse .showcase-copy,
  .showcase-reverse .showcase-device {
    order: initial;
  }

  .showcase-copy {
    padding: 34px 28px 8px;
  }

  .showcase-copy h3 {
    font-size: 36px;
  }

  .showcase-device {
    width: 100%;
    min-height: 470px;
    flex: 1;
    padding-top: 24px;
  }

  .showcase-device .phone-frame {
    width: 225px;
    border-width: 6px;
    border-radius: 34px;
    transform: translateY(50px);
  }

  .trust-detail {
    padding: 32px 28px;
    gap: 24px;
  }

  .footer-links {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
  }

  .footer-links > div:last-child {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }

  .legal-hero,
  .page-hero {
    padding: 72px 0 58px;
  }

  .legal-introduction p,
  .page-hero .reading-shell > p:last-child {
    font-size: 17px;
  }

  .legal-layout {
    padding: 52px 0 88px;
  }

  .legal-toc {
    margin-bottom: 44px;
  }

  .legal-toc nav {
    grid-template-columns: 1fr;
  }

  .legal-document h2 {
    font-size: 27px;
  }

  .information-shell {
    padding-top: 48px;
    padding-bottom: 88px;
  }

  .contact-card {
    padding: 28px;
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .support-grid {
    grid-template-columns: 1fr;
  }

  .deletion-callout {
    padding: 30px 28px;
  }

  .large-symbol {
    display: none;
  }

  .deletion-timeline::before {
    display: none;
  }

  .timeline-item {
    display: block;
    padding-bottom: 18px;
  }

  .timeline-marker {
    width: 38px;
    height: 38px;
    margin: 0 0 -12px 18px;
  }

  .timeline-content {
    padding: 34px 25px 26px;
    border-radius: 22px;
  }

  .timeline-icon {
    top: 24px;
    right: 22px;
  }

  .safety-split,
  .meeting-card {
    padding: 32px 27px;
    border-radius: 24px;
  }

  .not-found-card {
    padding: 42px 26px;
  }

  .not-found-card h1 {
    font-size: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .site-header,
  .site-footer,
  .legal-toc,
  .skip-link {
    display: none;
  }

  .legal-hero {
    padding: 24px 0;
    background: #ffffff;
  }

  .legal-layout {
    display: block;
    width: 100%;
    padding: 30px 0;
  }

  .legal-document section {
    break-inside: avoid;
  }
}
