@font-face { font-family: "Plus Jakarta Sans"; src: url("/fonts/plus-jakarta-sans-regular.ttf") format("truetype"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Plus Jakarta Sans"; src: url("/fonts/plus-jakarta-sans-medium.ttf") format("truetype"); font-weight: 500; font-display: swap; }
@font-face { font-family: "Plus Jakarta Sans"; src: url("/fonts/plus-jakarta-sans-semibold.ttf") format("truetype"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Plus Jakarta Sans"; src: url("/fonts/plus-jakarta-sans-bold.ttf") format("truetype"); font-weight: 700; font-display: swap; }
@font-face { font-family: "Plus Jakarta Sans"; src: url("/fonts/plus-jakarta-sans-extrabold.ttf") format("truetype"); font-weight: 800; font-display: swap; }

:root {
  --purple: #6b5b95;
  --purple-deep: #6c3e98;
  --purple-main: #8e6eb1;
  --lavender: #d8cde4;
  --mist: #eae2f0;
  --peach: #f7e3d6;
  --pink: #ec92ac;
  --peach-bright: #fcab98;
  --ink: #27202d;
  --muted: #766f7a;
  --radius: 28px;
  --shadow: 0 12px 0 rgb(83 53 99 / 9%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: #fff; font-family: "Plus Jakarta Sans", sans-serif; font-synthesis: none; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
:focus-visible { outline: 3px solid #211927; outline-offset: 2px; box-shadow: 0 0 0 7px #fff; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.serenity-canvas { background: linear-gradient(155deg, var(--lavender), var(--mist) 55%, var(--peach)); }
.site-nav { position: sticky; top: 0; z-index: 50; min-height: 76px; display: flex; align-items: center; border-bottom: 1px solid rgb(107 91 149 / 10%); background: rgb(255 255 255 / 77%); backdrop-filter: blur(18px); }
.site-nav__inner { display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--purple); font-weight: 800; }
.brand img { width: 36px; height: 36px; object-fit: contain; border-radius: 11px; }
.site-nav__links { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 700; }
.section { padding: 112px 0; }
.section-title { margin: 12px 0 17px; color: #392f40; font-size: clamp(38px, 4.6vw, 60px); line-height: 1.07; letter-spacing: -.055em; }
.eyebrow { color: var(--purple); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.card { border: 1px solid #eee7f1; border-radius: var(--radius); background: #faf8fb; box-shadow: var(--shadow); }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 0 20px; border-radius: 999px; color: #fff; background: linear-gradient(135deg, var(--purple-deep), var(--purple-main)); font-weight: 800; }
.step-screen { width: 210px; height: 455px; margin: 28px auto 0; overflow: hidden; border: 4px solid #fff; border-radius: 33px; background: var(--mist); box-shadow: 0 24px 46px rgb(74 46 91 / 18%); }
.step-screen img { width: 100%; height: 100%; object-fit: contain; }
.legal-copy { max-width: 880px; margin-inline: auto; font-size: 1rem; line-height: 1.75; }
.site-footer { padding: 55px 0 30px; color: rgb(255 255 255 / 68%); background: #211927; }
.site-footer .brand { color: #f3eafa; }
.two-column { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 70px; align-items: center; }
.three-column { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.hero { min-height: 690px; display: grid; align-items: center; padding: 96px 0 105px; }
.hero h1 { max-width: 680px; margin: 14px 0 20px; color: #34283b; font-size: clamp(58px, 7vw, 96px); line-height: .96; letter-spacing: -.045em; }
.hero p:not(.eyebrow) { max-width: 590px; color: #5f5664; font-size: 19px; line-height: 1.7; }
.hero-devices, .values-devices { position: relative; min-height: 570px; }
.hero-devices img, .values-devices img { position: absolute; width: 270px; border: 5px solid #fff; border-radius: 42px; box-shadow: 0 32px 70px rgb(74 46 91 / 22%); }
.hero-devices img:first-child, .values-devices img:first-child { left: 6%; top: 8%; transform: rotate(-5deg); }
.hero-devices img:last-child, .values-devices img:last-child { right: 2%; bottom: 0; transform: rotate(4deg); }
.empathy-cards .card, .step-card { padding: 30px; }
.card h3 { margin: 0 0 12px; font-size: 20px; }
.card p { margin: 0; color: var(--muted); line-height: 1.65; }
.step-card { display: flex; flex-direction: column; text-align: center; }
.step-card > p { margin-bottom: 28px; }
.step-card .step-screen { margin-top: auto; }
.step-number { display: grid; width: 38px; height: 38px; margin: 0 auto 18px; place-items: center; border-radius: 50%; color: #fff; background: var(--purple); font-weight: 800; }
.values-copy > p { color: var(--muted); line-height: 1.7; }
.value-pills { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0; }
.value-pills span { padding: 9px 13px; border-radius: 999px; color: var(--purple-deep); background: #eee5f4; font-size: 13px; font-weight: 800; }
.method-note { padding: 18px; border-left: 4px solid var(--purple); border-radius: 0 16px 16px 0; background: #faf7fc; }
.privacy-section { color: #fff; background: #211927; }
.privacy-section .section-title { color: #fff; }
.privacy-section .eyebrow { color: #d9bee8; }
.privacy-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.privacy-cards .card { padding: 24px; color: var(--ink); }
.faq-preview { display: grid; gap: 13px; }
.faq-preview details { padding: 20px 22px; border: 1px solid #eee7f1; border-radius: 18px; background: #faf8fb; }
.faq-preview summary { cursor: pointer; font-weight: 800; }
.faq-preview p { color: var(--muted); line-height: 1.65; }
.faq-preview > a { color: var(--purple-deep); font-weight: 800; }
.download { max-width: 780px; text-align: center; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 42px; }
.footer-grid > div:not(:first-child) { display: grid; align-content: start; gap: 12px; }
.footer-grid h2 { margin: 0; color: #fff; font-size: 14px; }

.legal-copy .section-title { max-width: 760px; margin-bottom: 20px; }
.page-intro { max-width: 760px; margin: 0 0 42px; color: #5f5664; font-size: 18px; line-height: 1.75; }
.info-card { position: relative; margin-top: 18px; padding: 34px 38px; overflow: hidden; background: rgb(255 255 255 / 78%); }
.info-card::before { position: absolute; inset: 0 auto 0 0; width: 5px; content: ""; background: linear-gradient(var(--purple-main), var(--peach-bright)); }
.info-card h2, .faq-group h2, .legal-section h2, .policy-summary h2 { margin: 0 0 12px; color: #392f40; font-size: 23px; line-height: 1.3; letter-spacing: -.025em; }
.info-card p, .info-card ul, .legal-section p, .legal-section ul { color: var(--muted); }
.info-card p, .legal-section p { margin: 0; }
.info-card ul, .legal-section ul { margin: 15px 0 0; padding-left: 22px; }
.info-card li + li, .legal-section li + li { margin-top: 8px; }
.info-callout { margin-top: 20px; padding: 17px 19px; border-radius: 16px; background: #f1eaf5; }
.info-callout a { color: var(--purple-deep); font-weight: 800; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.info-screens { max-width: 650px; margin: 76px auto 54px; gap: 38px; justify-items: center; }
.info-screens img { width: min(100%, 250px); border: 5px solid #fff; border-radius: 39px; box-shadow: 0 28px 58px rgb(74 46 91 / 20%); }
.info-screens img:first-child { transform: rotate(-3deg); }
.info-screens img:last-child { transform: rotate(3deg) translateY(28px); }
.legal-copy .method-note { margin: 0; color: #5f5664; }

.faq-groups { display: grid; gap: 20px; }
.faq-group { padding: 12px 30px; background: rgb(255 255 255 / 80%); }
.faq-group h2 { margin: 16px 0 6px; padding: 0 4px 16px; border-bottom: 1px solid #e6dce9; }
.faq-group details { border-bottom: 1px solid #e6dce9; }
.faq-group details:last-child { border-bottom: 0; }
.faq-group summary { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; list-style: none; color: #392f40; font-weight: 800; }
.faq-group summary::-webkit-details-marker { display: none; }
.faq-group summary span { position: relative; width: 30px; height: 30px; flex: 0 0 auto; border-radius: 50%; color: var(--purple-deep); background: #eee5f4; font-size: 0; line-height: 0; transition: transform .2s ease, background-color .2s ease; }
.faq-group summary span::before, .faq-group summary span::after { position: absolute; top: 50%; left: 50%; width: 12px; height: 2px; border-radius: 999px; content: ""; background: currentColor; transform: translate(-50%, -50%); }
.faq-group summary span::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-group details[open] summary span { color: #fff; background: var(--purple); transform: rotate(45deg); }
.faq-answer { padding: 0 48px 24px 0; color: var(--muted); line-height: 1.75; }

.legal-card { padding: 48px 54px; background: rgb(255 255 255 / 88%); }
.policy-date { margin: -26px 0 38px; color: var(--purple); font-size: 13px; font-weight: 800; letter-spacing: .04em; }
.policy-summary { margin: 0 0 46px; padding: 28px 30px; border: 1px solid #dfd2e6; border-radius: 22px; background: linear-gradient(135deg, #f3edf6, #fff7f2); }
.policy-summary p { margin: 0 0 15px; color: #5f5664; }
.policy-summary a { display: inline-flex; color: var(--purple-deep); font-weight: 800; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.legal-section { padding: 31px 2px; border-top: 1px solid #e6dce9; }
.legal-section:first-of-type { border-top: 0; }
.legal-section .info-callout { border-left: 4px solid var(--purple); border-radius: 0 16px 16px 0; }

.deletion-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 28px; align-items: start; }
.warning-card, .deletion-form-card, .success-message { padding: 30px; }
.warning-card { border-color: #f0c9bc; background: #fff8f5; }
.warning-card h2, .deletion-form-card h2, .success-message h2 { margin: 0 0 12px; color: #392f40; font-size: 23px; line-height: 1.3; letter-spacing: -.025em; }
.warning-card > ul { margin: 18px 0 24px; padding-left: 22px; color: var(--muted); }
.warning-card li + li { margin-top: 8px; }
.deletion-notice, .deletion-app-note { margin-top: 16px; padding: 16px 18px; border-radius: 16px; color: #5f5664; background: #f3edf6; }
.deletion-notice--critical { color: #7b2634; background: #fde9ed; }
.deletion-notice p, .deletion-app-note p, .deletion-form-card > p, .success-message > p:last-child { margin: 0; }
.deletion-form-card > p, .success-message > p:last-child { color: var(--muted); }
.deletion-form-card form { margin-top: 24px; }
.form-group { display: grid; gap: 8px; margin-bottom: 20px; }
.form-group label, .checkbox-group label { font-weight: 700; }
.form-group input, .form-group textarea { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid #d8cde4; border-radius: 14px; color: var(--ink); background: #fff; font: inherit; }
.form-group textarea { min-height: 126px; resize: vertical; }
.checkbox-group { display: grid; grid-template-columns: 24px 1fr; gap: 10px; align-items: start; margin: 24px 0; }
.checkbox-group input { width: 22px; height: 22px; }
.checkbox-group label { min-height: 44px; color: #5f5664; line-height: 1.5; }
.form-error { margin: 16px 0; padding: 14px 16px; border-radius: 12px; color: #7b2634; background: #fde9ed; font-weight: 700; }
.success-message { text-align: center; }
.success-message .eyebrow { margin: 0 0 10px; }
.deletion-form-card .button { width: 100%; min-height: 48px; border: 0; font: inherit; cursor: pointer; }
.deletion-form-card .button:disabled { cursor: not-allowed; opacity: .5; }

@media (max-width: 1000px) {
  .site-nav__links > a:not(.button) { display: none; }
  .three-column, .two-column { grid-template-columns: 1fr; }
  .two-column { gap: 32px; }
  .hero { min-height: auto; }
  .hero-devices, .values-devices { min-height: 540px; }
  .privacy-cards { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .deletion-layout { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 30px, 1180px); }
  .section { padding: 78px 0; }
  .section-title { font-size: 39px; letter-spacing: -.015em; }
  .site-nav { min-height: 66px; }
  .hero { padding: 70px 0 75px; }
  .hero h1 { font-size: 54px; }
  .hero-devices, .values-devices { min-height: 440px; }
  .hero-devices img, .values-devices img { width: 210px; border-radius: 34px; }
  .footer-grid { grid-template-columns: 1fr; }
  .page-intro { margin-bottom: 32px; font-size: 16px; }
  .info-card { padding: 27px 25px; }
  .info-screens { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 55px auto 45px; }
  .info-screens img { width: 100%; border-width: 3px; border-radius: 27px; }
  .info-screens img:last-child { transform: rotate(3deg) translateY(16px); }
  .faq-group { padding-inline: 20px; }
  .faq-group summary { min-height: 68px; gap: 16px; }
  .faq-answer { padding-right: 0; }
  .legal-card { padding: 32px 25px; }
  .policy-date { margin-top: -20px; }
  .policy-summary { padding: 23px 22px; }
}

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