:root {
  --ink: #0a0d0b;
  --panel: #111612;
  --paper: #eeeee8;
  --muted: #909890;
  --green: #9dcc6c;
  --line: rgba(238, 238, 232, .14);
  --display: "Barlow Condensed", sans-serif;
  --body: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-height: 100vh; margin: 0; background: var(--ink); color: var(--paper); font-family: var(--body); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
::selection { background: var(--green); color: var(--ink); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.grid-bg { position: fixed; inset: 0; pointer-events: none; opacity: .18; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 64px 64px; mask-image: radial-gradient(circle at 45% 35%, black 0, transparent 72%); }

.site-header, footer { width: min(1320px, calc(100% - 80px)); margin: auto; position: relative; z-index: 2; }
.site-header { height: 96px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: var(--display); font-size: 1.25rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.brand-mark { display: grid; place-items: center; width: 40px; aspect-ratio: 1; border: 1px solid var(--green); color: var(--green); font-size: .85rem; transform: rotate(-4deg); }
.header-actions { display: flex; align-items: center; gap: 26px; }
.header-actions > a, footer a { color: var(--muted); font-size: .68rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; transition: color .2s ease; }
.header-actions > a:hover, footer a:hover { color: var(--green); }
.language-select select { appearance: none; min-width: 62px; height: 38px; padding: 0 24px 0 13px; border: 1px solid var(--line); border-radius: 0; background: var(--panel) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='m1 1 4 4 4-4' fill='none' stroke='%239dcc6c'/%3E%3C/svg%3E") no-repeat right 10px center; color: var(--paper); font-family: var(--body); font-size: .68rem; font-weight: 700; cursor: pointer; }
.language-select select:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, button:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; }

.home-main { width: min(1320px, calc(100% - 80px)); min-height: calc(100vh - 250px); margin: auto; padding: 90px 0 110px; }
.app-hero { min-height: 560px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; border-bottom: 1px solid var(--line); }
.app-icon-wrap { width: min(430px, 74%); aspect-ratio: 1; justify-self: center; position: relative; }
.app-icon-wrap img { width: 100%; height: 100%; border-radius: 21%; position: relative; z-index: 2; box-shadow: 0 45px 100px rgba(0,0,0,.55); }
.orbit { position: absolute; border: 1px solid var(--line); border-radius: 50%; z-index: 1; }
.orbit-one { inset: -17%; animation: rotate 18s linear infinite; }
.orbit-one::before { content: ""; position: absolute; width: 8px; aspect-ratio: 1; top: 13%; left: 17%; background: var(--green); transform: rotate(45deg); }
.orbit-two { inset: -34%; border-style: dashed; opacity: .55; animation: rotate 35s linear infinite reverse; }
@keyframes rotate { to { transform: rotate(360deg); } }
.app-copy { padding-left: 65px; }
.studio-name, .platform { margin: 0; color: var(--muted); font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.app-copy h1 { margin: 7px 0 10px; font-family: var(--display); font-size: clamp(7rem, 12vw, 12rem); line-height: .8; letter-spacing: -.045em; text-transform: uppercase; }
.platform { color: var(--green); }
.store-button { display: inline-flex; align-items: center; gap: 12px; min-height: 58px; margin-top: 38px; padding: 12px 20px; background: var(--green); color: var(--ink); font-size: .82rem; font-weight: 800; letter-spacing: .02em; transition: transform .2s ease, background .2s ease; }
.store-button:hover { transform: translateY(-3px); background: #b0d981; }
.store-button svg { width: 25px; fill: currentColor; }
.store-button span, .store-button small { display: block; }
.store-button small { margin-bottom: 1px; font-size: .52rem; font-weight: 700; text-transform: uppercase; opacity: .65; }
.account-card { display: grid; grid-template-columns: 80px 1fr auto; align-items: center; gap: 25px; min-height: 150px; border-bottom: 1px solid var(--line); }
.account-index { color: var(--green); font-family: var(--display); font-size: 1.1rem; font-weight: 700; }
.account-card h2 { margin: 0; font-family: var(--display); font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1; text-transform: uppercase; }
.account-card a { padding: 13px 0; border-bottom: 1px solid var(--green); color: var(--green); font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

footer { min-height: 130px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: var(--muted); font-size: .68rem; }
.footer-links { display: flex; align-items: center; gap: 28px; }

.delete-main { width: min(1120px, calc(100% - 80px)); min-height: calc(100vh - 226px); margin: auto; padding: 100px 0 120px; }
.delete-heading { display: grid; grid-template-columns: 150px 1fr; align-items: center; gap: 45px; padding-bottom: 70px; border-bottom: 1px solid var(--line); }
.delete-heading img { width: 150px; border-radius: 22%; }
.delete-heading p { margin: 0 0 10px; color: var(--green); font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.delete-heading h1 { max-width: 850px; margin: 0; font-family: var(--display); font-size: clamp(4rem, 8vw, 7.5rem); line-height: .88; letter-spacing: -.035em; text-transform: uppercase; }
.delete-steps ol { list-style: none; margin: 0; padding: 0; }
.delete-steps li { display: grid; grid-template-columns: 110px 1fr; align-items: center; min-height: 140px; border-bottom: 1px solid var(--line); }
.delete-steps li span { color: var(--green); font-family: var(--display); font-size: 1.15rem; font-weight: 700; }
.delete-steps li p { margin: 0; font-family: var(--display); font-size: clamp(1.8rem, 4vw, 3.1rem); font-weight: 600; line-height: 1; text-transform: uppercase; }
.delete-note { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 48px 0 0; }
.delete-note > p { max-width: 520px; margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.7; }
.delete-note .store-button { flex: 0 0 auto; margin-top: 0; }
.delete-request { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(55px, 8vw, 110px); margin-top: 100px; padding: 76px 0 0; border-top: 1px solid var(--line); }
.delete-request-intro { align-self: start; }
.section-label { margin: 0 0 15px; color: var(--green); font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.delete-request h2 { margin: 0; font-family: var(--display); font-size: clamp(3rem, 5vw, 5rem); line-height: .9; letter-spacing: -.025em; text-transform: uppercase; }
.delete-request-intro > p:not(.section-label, .support-address) { max-width: 440px; margin: 28px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.8; }
.support-address { display: grid; gap: 7px; margin: 35px 0 0; }
.support-address span { color: var(--muted); font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.support-address a { width: fit-content; padding-bottom: 4px; border-bottom: 1px solid var(--green); color: var(--green); font-size: .78rem; font-weight: 700; }
.delete-form { display: grid; gap: 27px; padding: clamp(28px, 4vw, 48px); background: var(--panel); border: 1px solid var(--line); box-shadow: 18px 18px 0 rgba(157, 204, 108, .06); }
.form-honeypot { position: absolute; left: -9999px; }
.form-field { display: grid; gap: 10px; color: var(--paper); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.form-field small { color: var(--muted); font-size: .58rem; }
.form-field input, .form-field textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(238, 238, 232, .3); border-radius: 0; padding: 14px 0; background: transparent; color: var(--paper); font: 600 .9rem/1.5 var(--body); text-transform: none; resize: vertical; transition: border-color .2s ease; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #687068; opacity: 1; }
.form-field input:hover, .form-field textarea:hover, .form-field input:focus, .form-field textarea:focus { border-color: var(--green); }
.form-confirmation { display: grid; grid-template-columns: 20px 1fr; gap: 13px; align-items: start; color: var(--muted); font-size: .72rem; line-height: 1.65; cursor: pointer; }
.form-confirmation input { appearance: none; width: 18px; height: 18px; margin: 2px 0 0; border: 1px solid rgba(238, 238, 232, .4); background: transparent; cursor: pointer; }
.form-confirmation input:checked { border-color: var(--green); background: var(--green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m3.5 8 3 3 6-6' fill='none' stroke='%230a0d0b' stroke-width='2'/%3E%3C/svg%3E") center/14px no-repeat; }
.form-submit { display: flex; align-items: center; justify-content: space-between; min-height: 60px; border: 0; padding: 0 20px; background: var(--green); color: var(--ink); font-family: var(--body); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease, opacity .2s ease; }
.form-submit:hover { transform: translateY(-3px); background: #b0d981; }
.form-submit:disabled { transform: none; opacity: .55; cursor: wait; }
.form-submit > span:last-child { font-size: 1.2rem; }
.form-status { display: none; margin: -8px 0 0; padding: 13px 15px; border: 1px solid var(--line); font-size: .75rem; line-height: 1.5; }
.form-status.is-visible { display: block; }
.form-status.is-success { border-color: rgba(157, 204, 108, .5); color: var(--green); }
.form-status.is-error { border-color: rgba(233, 111, 111, .55); color: #f09696; }
.form-privacy { margin: -8px 0 0; color: var(--muted); font-size: .62rem; line-height: 1.65; }

.privacy-main { width: min(1120px, calc(100% - 80px)); margin: auto; padding: 100px 0 120px; }
.privacy-heading { display: grid; grid-template-columns: 150px 1fr; align-items: center; gap: 45px; padding-bottom: 70px; border-bottom: 1px solid var(--line); }
.privacy-index { display: grid; place-items: center; width: 150px; aspect-ratio: 1; border: 1px solid var(--green); color: var(--green); font-family: var(--display); font-size: 3.4rem; font-weight: 700; transform: rotate(-3deg); }
.privacy-heading > div:last-child > p:first-child { margin: 0 0 10px; color: var(--green); font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.privacy-heading h1 { margin: 0; font-family: var(--display); font-size: clamp(4rem, 8vw, 7.5rem); line-height: .88; letter-spacing: -.035em; text-transform: uppercase; }
.privacy-summary { max-width: 620px; margin: 25px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.75; }
.privacy-layout { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 55px; align-items: start; padding-top: 72px; }
.legal-rail { position: sticky; top: 28px; display: grid; gap: 8px; padding-top: 18px; border-top: 1px solid var(--green); }
.legal-rail span { margin-top: 16px; color: var(--muted); font-size: .6rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.legal-rail span:first-child { margin-top: 0; }
.legal-rail strong { font-family: var(--display); font-size: 1.35rem; letter-spacing: .025em; text-transform: uppercase; }
.legal-rail a { width: fit-content; margin-top: 25px; padding-bottom: 4px; border-bottom: 1px solid var(--green); color: var(--green); font-size: .67rem; font-weight: 700; overflow-wrap: anywhere; }
.legal-document { min-width: 0; padding: clamp(34px, 6vw, 78px); background: var(--paper); color: #171a17; box-shadow: 22px 22px 0 rgba(157, 204, 108, .08); }
.legal-copy[hidden] { display: none; }
.legal-download { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin: 0 0 42px; padding: 0 0 24px; border-bottom: 1px solid rgba(23, 26, 23, .17); }
.legal-download > div { display: grid; gap: 5px; }
.legal-download > div span { color: #607057; font-size: .58rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.legal-download > div strong { font-family: var(--display); font-size: 1.25rem; text-transform: uppercase; }
.legal-copy .legal-download > a { display: inline-flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 48px; padding: 0 16px; background: #557b31; color: #fff; font-size: .65rem; font-weight: 800; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.legal-copy .legal-download > a:hover { transform: translateY(-2px); background: #426322; }
.legal-download > a span { font-size: 1.05rem; }
.legal-date { margin: 0; color: #607057; font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.legal-lead { margin: 24px 0 0; font-family: var(--display); font-size: clamp(1.7rem, 3vw, 2.45rem); font-weight: 600; line-height: 1.08; }
.legal-callout { margin: 36px 0 68px; padding: 24px 26px; border-left: 4px solid #557b31; background: #dfe8d6; font-size: .82rem; font-weight: 600; line-height: 1.75; }
.legal-section { padding: 32px 0 8px; border-top: 1px solid rgba(23, 26, 23, .17); }
.legal-section h2, .legal-section h3 { display: grid; grid-template-columns: 58px 1fr; gap: 14px; margin: 0 0 23px; font-family: var(--display); line-height: 1; }
.legal-section h2 { font-size: clamp(2rem, 4vw, 3rem); text-transform: uppercase; }
.legal-section h3 { font-size: clamp(1.55rem, 3vw, 2.1rem); }
.legal-section h2 span, .legal-section h3 span { color: #557b31; font-size: .52em; font-weight: 700; letter-spacing: .05em; }
.legal-section p, .legal-section li { font-size: .79rem; line-height: 1.85; }
.legal-section p { margin: 0 0 25px; }
.legal-section ul { margin: 0 0 27px 58px; padding: 0; }
.legal-section li { padding: 3px 0 3px 8px; }
.legal-section li::marker { color: #557b31; }
.legal-copy a { color: #41671e; font-weight: 800; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; overflow-wrap: anywhere; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease var(--delay, 0ms), transform .7s cubic-bezier(.2,.8,.2,1) var(--delay, 0ms); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 800px) {
  .site-header, footer, .home-main, .delete-main, .privacy-main { width: min(100% - 40px, 1320px); }
  .site-header { height: 78px; }
  .header-actions { gap: 14px; }
  .header-actions > a { display: none; }
  .home-main { padding: 65px 0 80px; }
  .app-hero { min-height: auto; grid-template-columns: 1fr; padding: 35px 0 85px; text-align: center; }
  .app-icon-wrap { width: min(270px, 62vw); }
  .app-copy { padding: 90px 0 0; }
  .app-copy h1 { font-size: clamp(6rem, 29vw, 9rem); }
  .store-button { text-align: left; }
  .account-card { grid-template-columns: 45px 1fr; padding: 35px 0; }
  .account-card a { grid-column: 2; justify-self: start; }
  footer { min-height: 110px; }
  .footer-links { gap: 16px; }
  .delete-main { padding: 65px 0 90px; }
  .delete-heading { grid-template-columns: 90px 1fr; gap: 22px; padding-bottom: 50px; }
  .delete-heading img { width: 90px; }
  .delete-heading h1 { font-size: clamp(3rem, 13vw, 5rem); }
  .delete-steps li { grid-template-columns: 65px 1fr; min-height: 125px; }
  .delete-steps li p { font-size: clamp(1.55rem, 7vw, 2.3rem); }
  .delete-note { align-items: flex-start; flex-direction: column; }
  .delete-request { grid-template-columns: 1fr; gap: 45px; margin-top: 75px; padding-top: 58px; }
  .delete-request-intro > p:not(.section-label, .support-address) { max-width: 580px; }
  .delete-form { padding: 28px 22px; box-shadow: 10px 10px 0 rgba(157, 204, 108, .06); }
  .privacy-main { padding: 65px 0 90px; }
  .privacy-heading { grid-template-columns: 90px 1fr; gap: 22px; padding-bottom: 50px; }
  .privacy-index { width: 90px; font-size: 2.2rem; }
  .privacy-heading h1 { font-size: clamp(3rem, 13vw, 5rem); }
  .privacy-layout { grid-template-columns: 1fr; gap: 35px; padding-top: 50px; }
  .legal-rail { position: static; grid-template-columns: auto 1fr; gap: 7px 20px; }
  .legal-rail span, .legal-rail span:first-child { margin-top: 0; }
  .legal-rail a { grid-column: 1 / -1; margin-top: 15px; }
  .legal-document { padding: 34px 22px; box-shadow: 10px 10px 0 rgba(157, 204, 108, .08); }
  .legal-download { align-items: flex-start; flex-direction: column; }
  .legal-callout { margin-bottom: 50px; padding: 20px; }
  .legal-section h2, .legal-section h3 { grid-template-columns: 42px 1fr; }
  .legal-section ul { margin-left: 42px; }
}

@media (max-width: 520px) {
  footer { align-items: flex-start; flex-direction: column; justify-content: center; gap: 18px; }
  .footer-links { align-items: flex-start; flex-direction: column; gap: 12px; }
  .privacy-heading { grid-template-columns: 1fr; }
  .privacy-index { width: 72px; }
}

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