:root {
  --burgundy: #600c1e;
  --burgundy-dark: #3e0714;
  --burgundy-deep: #29040d;
  --rose: #99626d;
  --rose-soft: #ead9dc;
  --ivory: #f5f3f1;
  --cream: #fbf9f7;
  --paper: #fffdfb;
  --ink: #23191c;
  --muted: #766a6d;
  --border: rgba(96, 12, 30, .16);
  --shadow: 0 24px 70px rgba(55, 20, 28, .12);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html:not([data-i18n-ready]) body { visibility: hidden; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; }

.site-header {
  position: fixed;
  z-index: 100;
  top: 18px;
  left: 50%;
  width: min(1180px, calc(100% - 40px));
  height: 68px;
  padding: 8px 10px 8px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(96, 12, 30, .1);
  border-radius: 22px;
  background: rgba(251, 249, 247, .78);
  box-shadow: 0 10px 40px rgba(55, 20, 28, .08);
  backdrop-filter: blur(20px) saturate(150%);
  transform: translateX(-50%);
  transition: top .3s, background .3s, box-shadow .3s;
}
.site-header.scrolled { top: 8px; background: rgba(251, 249, 247, .94); box-shadow: 0 12px 44px rgba(55, 20, 28, .13); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 21px; font-weight: 700; letter-spacing: -.04em; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; overflow: hidden; border-radius: 10px; background: var(--burgundy); box-shadow: inset 0 0 0 1px rgba(96,12,30,.08); }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.desktop-nav { display: flex; gap: 34px; margin-left: auto; margin-right: 18px; }
.desktop-nav a { position: relative; font-size: 13px; font-weight: 600; color: #55494c; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--burgundy); transition: right .25s; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { right: 0; }
.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  margin-right: 12px;
  padding: 3px;
  border: 1px solid rgba(96, 12, 30, .14);
  border-radius: 12px;
  background: rgba(255, 253, 251, .7);
}
.lang-switch button {
  min-width: 36px;
  height: 32px;
  padding: 0 10px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: #6d6164;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  transition: background .2s, color .2s;
}
.lang-switch button.is-active,
.lang-switch button[aria-pressed="true"] {
  background: var(--burgundy);
  color: white;
}
.header-cta { padding: 14px 18px; border-radius: 14px; background: var(--burgundy); color: white; font-size: 12px; font-weight: 700; }
.menu-toggle, .mobile-menu { display: none; }

.hero {
  position: relative;
  min-height: 860px;
  padding: 180px max(6vw, 40px) 90px;
  display: grid;
  grid-template-columns: minmax(420px, .9fr) minmax(480px, 1.1fr);
  align-items: center;
  gap: 3vw;
  isolation: isolate;
  background:
    radial-gradient(circle at 75% 45%, rgba(153, 98, 109, .17), transparent 31%),
    linear-gradient(135deg, #fbfaf8 0%, #f6f1ef 50%, #f2e9e8 100%);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute; z-index: -1; inset: 0;
  opacity: .35;
  background-image: radial-gradient(rgba(96,12,30,.16) .55px, transparent .55px);
  background-size: 13px 13px;
  mask-image: linear-gradient(to right, black, transparent 50%);
}
.ambient { position: absolute; z-index: -1; border-radius: 50%; filter: blur(3px); opacity: .5; }
.ambient-one { width: 520px; height: 520px; top: 140px; right: -200px; background: rgba(96,12,30,.08); }
.ambient-two { width: 280px; height: 280px; bottom: -130px; left: 30%; background: rgba(153,98,109,.13); }
.hero-copy { max-width: 650px; margin-left: auto; }
.eyebrow, .section-kicker {
  display: flex; align-items: center; gap: 10px;
  color: var(--burgundy); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
}
.eyebrow-rule { flex: 0 0 28px; width: 28px; height: 1px; background: currentColor; }
.eyebrow > [data-i18n] { flex: 1 1 auto; min-width: 0; white-space: nowrap; }
.hero h1, .statement h2, .feature-story h2, .journey h2, .privacy-panel h2, .final-cta h2, .inner-hero h1, .policy-hero h1 {
  margin: 24px 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .96;
}
.hero h1 { font-size: clamp(70px, 7.2vw, 118px); }
em { color: var(--burgundy); font-weight: 400; }
.hero-lead { max-width: 590px; margin: 0; color: #5f5356; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.7; }
.hero-actions { margin-top: 40px; display: flex; align-items: center; gap: 27px; }
.button {
  min-height: 54px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 18px;
  border: 0; border-radius: 15px; cursor: pointer; font-size: 13px; font-weight: 700; transition: transform .25s, box-shadow .25s, background .25s;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--burgundy); box-shadow: 0 12px 28px rgba(96,12,30,.2); }
.button-primary:hover { background: #74132a; box-shadow: 0 15px 34px rgba(96,12,30,.28); }
.text-link { font-size: 13px; font-weight: 650; border-bottom: 1px solid var(--border); padding-bottom: 6px; }
.text-link span { color: var(--burgundy); margin-left: 6px; }
.trust-row { margin-top: 50px; display: flex; flex-wrap: wrap; align-items: center; gap: 10px 28px; color: #796e70; font-size: 10px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.status-dot { display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: #38865f; box-shadow: 0 0 0 4px rgba(56,134,95,.12); }

.hero-visual { position: relative; height: 640px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(96,12,30,.08); border-radius: 50%; }
.orbit-one { width: 590px; height: 590px; }
.orbit-two { width: 430px; height: 430px; border-style: dashed; animation: spin 40s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.phone { position: relative; z-index: 2; width: 310px; padding: 8px; border-radius: 49px; background: #191518; box-shadow: 0 48px 90px rgba(55,20,28,.28), inset 0 0 0 1px rgba(255,255,255,.2); }
.phone::before { content: ""; position: absolute; top: 105px; left: -3px; width: 3px; height: 68px; border-radius: 2px 0 0 2px; background: #373036; }
.app-screenshot { width: 100%; aspect-ratio: 1320 / 2868; object-fit: cover; border-radius: 42px; background: #f7f2f1; }
.phone-screen { position: relative; min-height: 620px; overflow: hidden; border-radius: 42px; padding: 22px 17px; background: #f7f2f1; }
.dynamic-island { position: absolute; z-index: 3; top: 12px; left: 50%; width: 90px; height: 25px; border-radius: 20px; background: #0c0b0c; transform: translateX(-50%); }
.phone-status { display: flex; justify-content: space-between; padding: 1px 5px 0; font-size: 9px; font-weight: 700; }
.phone-status span:last-child { letter-spacing: 2px; }
.app-top { margin-top: 34px; display: flex; align-items: flex-end; justify-content: space-between; }
.app-top small { color: #8f8185; font-size: 10px; }
.app-top h3 { margin: 2px 0 0; font-size: 23px; letter-spacing: -.04em; }
.app-top button { width: 35px; height: 35px; border: none; border-radius: 50%; color: white; background: var(--burgundy); font-size: 22px; }
.search-pill { margin: 20px 0 15px; padding: 10px 12px; border-radius: 11px; color: #9c9093; background: rgba(96,12,30,.055); font-size: 10px; }
.document-card { position: relative; margin: 9px 0; padding: 9px; display: flex; align-items: center; border: 1px solid rgba(96,12,30,.075); border-radius: 15px; background: rgba(255,255,255,.85); box-shadow: 0 5px 15px rgba(60,30,36,.04); }
.doc-preview { flex: 0 0 51px; height: 64px; border-radius: 7px; display: grid; place-items: center; overflow: hidden; background: #ddd2cc; }
.id-preview { position: relative; padding: 8px; align-items: start; color: var(--burgundy); font-size: 4px; letter-spacing: .03em; }
.id-preview i { display: block; width: 20px; height: 26px; margin-top: 3px; border-radius: 2px 2px 8px 8px; background: #bd9c91; }
.permit-preview { color: #fff; background: linear-gradient(145deg, #d3b8b1, #8e575e); font: 700 22px var(--serif); }
.health-preview { color: white; background: linear-gradient(145deg, #89b7a1, #39785d); font-size: 19px; }
.doc-meta { display: grid; gap: 5px; padding: 0 10px; }
.doc-meta b { font-size: 10px; }
.doc-meta small { color: #95898c; font-size: 7px; }
.chevron { margin-left: auto; color: #a89da0; }
.phone-tabbar { position: absolute; left: 0; right: 0; bottom: 0; height: 70px; padding: 12px 30px; display: flex; justify-content: space-between; background: rgba(255,253,251,.94); border-top: 1px solid rgba(96,12,30,.08); }
.phone-tabbar span { display: grid; justify-items: center; gap: 3px; color: #aa9ea1; font-size: 13px; }
.phone-tabbar span.active { color: var(--burgundy); }
.phone-tabbar small { font-size: 6px; }
.float-card { position: absolute; z-index: 4; padding: 13px 15px; display: flex; align-items: center; gap: 11px; border: 1px solid rgba(255,255,255,.75); border-radius: 16px; background: rgba(255,253,251,.83); box-shadow: 0 18px 40px rgba(55,20,28,.12); backdrop-filter: blur(12px); animation: float 5s ease-in-out infinite; }
.float-card-lock { top: 130px; right: 4%; }
.float-card-local { bottom: 120px; left: 3%; animation-delay: -2.5s; }
.float-card span:nth-child(2) { display: grid; gap: 3px; }
.float-card b { font-size: 10px; }
.float-card small { color: #877a7d; font-size: 7px; }
.float-card i { width: 6px; height: 6px; border-radius: 50%; background: #3d8b64; }
.mini-icon { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 9px; color: var(--burgundy); background: var(--rose-soft); font-weight: 700; }
@keyframes float { 50% { transform: translateY(-10px); } }
.scroll-cue { position: absolute; left: 50%; bottom: 30px; width: 26px; height: 42px; border: 1px solid rgba(96,12,30,.25); border-radius: 20px; }
.scroll-cue span { position: absolute; top: 9px; left: 50%; width: 3px; height: 7px; border-radius: 2px; background: var(--burgundy); transform: translateX(-50%); animation: scroll 1.8s ease infinite; }
@keyframes scroll { 70% { transform: translate(-50%, 12px); opacity: 0; } }

.statement { padding: 130px max(6vw, 40px); background: var(--cream); text-align: center; }
.statement > .section-kicker, .journey-heading .section-kicker, .final-cta .section-kicker { justify-content: center; }
.statement h2, .journey h2, .final-cta h2 { font-size: clamp(45px, 5.2vw, 78px); }
.statement > p { max-width: 680px; margin: 0 auto 90px; color: var(--muted); line-height: 1.8; font-size: 16px; }
.principles { max-width: 1180px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); text-align: left; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.principle { position: relative; min-height: 330px; padding: 40px 45px; }
.principle + .principle { border-left: 1px solid var(--border); }
.principle-number { position: absolute; top: 24px; right: 28px; color: #b6aaad; font: italic 13px var(--serif); }
.line-icon { width: 55px; height: 55px; margin: 20px 0 38px; display: grid; place-items: center; color: var(--burgundy); border: 1px solid rgba(96,12,30,.2); border-radius: 50%; font: 25px var(--serif); }
.lock-icon i { width: 17px; height: 15px; border: 2px solid var(--burgundy); border-radius: 3px; }
.lock-icon i::before { content: ""; display: block; width: 9px; height: 10px; margin: -10px auto 0; border: 2px solid var(--burgundy); border-bottom: 0; border-radius: 8px 8px 0 0; }
.principle h3 { font: 400 24px var(--serif); }
.principle p { color: var(--muted); font-size: 13px; line-height: 1.8; }

.feature-story { min-height: 780px; padding: 110px max(7vw, 50px); display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 8vw; overflow: hidden; }
.watermark-story { color: white; background: linear-gradient(145deg, var(--burgundy-deep), var(--burgundy) 65%, #75142a); }
.section-kicker.light { color: #d4aeb6; }
.feature-story h2 { font-size: clamp(49px, 5vw, 76px); }
.feature-story h2 em, .privacy-panel h2 em { color: #e7c8ce; }
.story-copy > p, .privacy-copy > p { color: #dbcbd0; line-height: 1.8; font-size: 15px; }
.check-list { list-style: none; margin: 40px 0 0; padding: 0; }
.check-list li { padding: 18px 0; display: flex; gap: 15px; border-top: 1px solid rgba(255,255,255,.12); }
.check-list li > span { width: 24px; height: 24px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; font-size: 10px; }
.check-list li div { display: grid; gap: 6px; }
.check-list b { font-size: 13px; }
.check-list small { color: #bd9ea5; font-size: 11px; }
.watermark-demo { position: relative; min-height: 520px; display: grid; place-items: center; }
.paper-stack { position: absolute; width: min(500px, 90%); aspect-ratio: 1.42; border-radius: 9px; }
.paper-back { background: #d9c6c6; transform: rotate(7deg) translate(30px, -5px); opacity: .4; }
.paper-front { padding: 40px; overflow: hidden; color: var(--ink); background: #fdfaf5; box-shadow: 0 38px 65px rgba(15,0,4,.32); transform: rotate(-4deg); }
.fake-doc-header { display: flex; gap: 25px; align-items: center; }
.fake-portrait { width: 70px; height: 85px; background: linear-gradient(#b5a49c, #7b6663); border-radius: 25px 25px 7px 7px; }
.fake-doc-header div:last-child { flex: 1; display: grid; gap: 10px; font-size: 10px; color: #57484b; letter-spacing: .08em; }
.fake-doc-header span { display: block; width: 80%; height: 4px; background: #dfd5d1; }
.fake-doc-lines { margin-top: 30px; display: grid; gap: 12px; }
.fake-doc-lines i { display: block; height: 5px; background: #e0d6d2; }
.fake-doc-lines i:nth-child(2) { width: 75%; }
.fake-doc-lines i:nth-child(3) { width: 90%; }
.watermark-pattern { position: absolute; left: 50%; top: 50%; width: 220%; height: 220%; display: flex; flex-direction: column; justify-content: space-evenly; color: rgba(96,12,30,.3); font-weight: 700; font-size: 15px; line-height: 1; transform: translate(-50%, -50%) rotate(-21deg); white-space: nowrap; pointer-events: none; }
.watermark-pattern span { display: block; letter-spacing: .04em; }
.watermark-pattern span:nth-child(even) { transform: translateX(90px); }
.watermark-badge { position: absolute; z-index: 4; bottom: 35px; right: 2%; padding: 13px 18px; border-radius: 13px; color: var(--ink); background: rgba(255,253,251,.92); box-shadow: 0 14px 35px rgba(15,0,4,.25); font-size: 10px; font-weight: 700; }
.watermark-badge span { margin-right: 8px; color: #39825e; }

.screenshots-section { padding: 130px max(5vw, 30px); background: #f0e7e6; overflow: hidden; }
.screenshots-heading { max-width: 760px; margin: 0 auto 75px; text-align: center; }
.screenshots-heading .section-kicker { justify-content: center; }
.screenshots-heading h2 { margin: 22px 0; font: 400 clamp(45px, 5.2vw, 76px)/.98 var(--serif); letter-spacing: -.05em; }
.screenshots-heading p { max-width: 640px; margin: 0 auto; color: var(--muted); font-size: 14px; line-height: 1.8; }
.screenshot-gallery { max-width: 1120px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; align-items: start; }
.screenshot-card { margin: 0; }
.screenshot-card.featured { margin-top: -24px; }
.screenshot-device { max-width: 310px; margin: auto; padding: 7px; border-radius: 48px; background: #171316; box-shadow: 0 28px 65px rgba(55,20,28,.19); }
.screenshot-device img { width: 100%; border-radius: 41px; }
.screenshot-card figcaption { max-width: 300px; margin: 25px auto 0; display: grid; gap: 8px; text-align: center; }
.screenshot-card figcaption b { font: 400 22px var(--serif); }
.screenshot-card figcaption span { color: var(--muted); font-size: 11px; line-height: 1.7; }

.journey { padding: 130px max(6vw, 40px); background: var(--cream); }
.journey-heading { text-align: center; }
.journey-track { max-width: 1050px; margin: 90px auto 0; }
.journey-step { min-height: 420px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; border-top: 1px solid var(--border); }
.journey-step.reverse .step-copy { order: 2; }
.step-copy > span { color: var(--rose); font: italic 17px var(--serif); }
.step-copy h3 { margin: 20px 0 15px; font: 400 38px var(--serif); }
.step-copy p { color: var(--muted); line-height: 1.8; font-size: 14px; }
.step-visual { position: relative; height: 300px; display: grid; place-items: center; border: 1px solid rgba(96,12,30,.08); border-radius: 30px; background: #f2e9e8; overflow: hidden; }
.step-visual::before { content: ""; position: absolute; width: 240px; height: 240px; border-radius: 50%; background: rgba(153,98,109,.09); }
.scan-frame { position: relative; z-index: 1; width: 135px; height: 175px; display: grid; place-items: center; color: #77696b; background: #fffdfa; box-shadow: 0 20px 35px rgba(55,20,28,.12); font: 600 9px var(--sans); text-align: center; }
.scan-frame i { position: absolute; width: 22px; height: 22px; border-color: var(--burgundy); border-style: solid; }
.scan-frame i:nth-child(1) { top: -7px; left: -7px; border-width: 2px 0 0 2px; }
.scan-frame i:nth-child(2) { top: -7px; right: -7px; border-width: 2px 2px 0 0; }
.scan-frame i:nth-child(3) { bottom: -7px; left: -7px; border-width: 0 0 2px 2px; }
.scan-frame i:nth-child(4) { bottom: -7px; right: -7px; border-width: 0 2px 2px 0; }
.step-visual > b { position: absolute; bottom: 22px; font-size: 10px; }
.protect-visual img { position: relative; z-index: 2; width: 78px; border-radius: 19px; box-shadow: 0 14px 30px rgba(96,12,30,.2); }
.pulse-ring { position: absolute; width: 130px; height: 130px; border: 1px solid rgba(96,12,30,.15); border-radius: 50%; animation: pulse 2.4s infinite; }
@keyframes pulse { 70% { transform: scale(1.35); opacity: 0; } }
.protect-visual small { position: absolute; bottom: 12px; color: var(--muted); font-size: 8px; }
.share-doc { position: relative; z-index: 2; width: 145px; height: 180px; padding-top: 35px; color: var(--burgundy); background: white; box-shadow: 0 18px 35px rgba(55,20,28,.12); text-align: center; font-weight: 800; }
.share-doc div { margin-top: 26px; padding: 10px 0; color: rgba(96,12,30,.45); border-top: 1px solid #eadcdf; border-bottom: 1px solid #eadcdf; font-size: 8px; transform: rotate(-15deg); }
.share-arrow { position: absolute; z-index: 3; margin: -120px 0 0 150px; width: 40px; height: 40px; display: grid; place-items: center; color: white; border-radius: 50%; background: var(--burgundy); }

.privacy-panel { padding: 120px max(7vw, 50px); display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; align-items: center; color: white; background: #1f1719; }
.privacy-panel h2 { font-size: clamp(48px, 5vw, 74px); }
.button-ivory { margin-top: 25px; color: var(--burgundy); background: var(--ivory); }
.privacy-data { padding: 40px; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; background: rgba(255,255,255,.035); }
.data-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
.data-heading span { color: #c6b8bc; font-size: 12px; }
.data-heading b { font: 400 38px var(--serif); color: #e7c8ce; }
.data-line { height: 42px; display: flex; align-items: center; }
.data-line::before { content: ""; width: 100%; height: 1px; background: rgba(255,255,255,.12); }
.data-line i { width: 7px; height: 7px; margin-left: -1px; border-radius: 50%; background: #4b9f75; box-shadow: 0 0 0 6px rgba(75,159,117,.12); }
.data-grid { display: grid; grid-template-columns: 1fr 1fr; }
.data-grid div { padding: 22px 8px 22px 0; display: grid; gap: 7px; border-bottom: 1px solid rgba(255,255,255,.1); }
.data-grid div:nth-child(even) { padding-left: 25px; border-left: 1px solid rgba(255,255,255,.1); }
.data-grid span { color: #9f9195; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.data-grid b { font-size: 13px; }
.privacy-data > small { display: block; margin-top: 22px; color: #84777b; line-height: 1.6; font-size: 8px; }

.final-cta { position: relative; min-height: 650px; padding: 120px 30px; display: grid; place-items: center; align-content: center; text-align: center; overflow: hidden; background: var(--cream); }
.final-glow { position: absolute; width: 700px; height: 700px; border-radius: 50%; background: radial-gradient(circle, rgba(153,98,109,.13), transparent 65%); }
.final-logo { position: relative; width: 78px; border-radius: 19px; margin-bottom: 26px; box-shadow: 0 18px 35px rgba(96,12,30,.2); }
.final-cta h2 { position: relative; margin: 25px 0 12px; }
.final-cta p { position: relative; color: var(--muted); }
.final-cta .button { position: relative; margin-top: 25px; }
.app-store-badge { position: relative; width: 190px; margin-top: 25px; display: inline-block; transition: transform .2s, filter .2s; }
.app-store-badge:hover { transform: translateY(-2px); filter: drop-shadow(0 10px 12px rgba(0,0,0,.17)); }
.app-store-badge img { width: 100%; height: auto; }

footer { padding: 70px max(6vw, 40px) 25px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; background: #eae4e2; }
.footer-brand p { margin: 18px 0; color: var(--muted); font: italic 17px var(--serif); }
.footer-links { display: flex; justify-content: flex-end; gap: 80px; }
.footer-links div { display: flex; flex-direction: column; gap: 12px; }
.footer-links b { margin-bottom: 6px; color: var(--burgundy); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.footer-links a { color: #716669; font-size: 12px; }
.footer-links a:hover { color: var(--burgundy); }
.footer-bottom { grid-column: 1 / -1; padding-top: 24px; display: flex; justify-content: space-between; color: #978b8e; border-top: 1px solid var(--border); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.75,.25,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .16s; }

/* Inner pages */
.inner-page { background: var(--cream); }
.inner-hero, .policy-hero {
  position: relative; min-height: 560px; padding: 180px max(8vw, 40px) 90px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center;
  overflow: hidden; background: linear-gradient(145deg, #fbfaf8, #f0e6e6);
}
.inner-hero::before, .policy-hero::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(96,12,30,.14) .5px, transparent .5px); background-size: 14px 14px; mask-image: linear-gradient(to bottom, black, transparent 80%); opacity: .4; }
.inner-orb { position: absolute; width: 500px; height: 500px; border-radius: 50%; border: 1px solid rgba(96,12,30,.06); box-shadow: inset 0 0 90px rgba(153,98,109,.07); }
.inner-hero > *, .policy-hero > * { position: relative; }
.inner-hero h1, .policy-hero h1 { font-size: clamp(58px, 7vw, 94px); margin-bottom: 20px; }
.inner-hero > p, .policy-hero > p { max-width: 650px; margin: 0; color: var(--muted); line-height: 1.75; }
.support-layout { max-width: 1160px; margin: 0 auto; padding: 120px 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.faq-column h2, .contact-card h2, .policy-content h2 { font: 400 40px/1.1 var(--serif); letter-spacing: -.035em; }
.faq-list { margin-top: 45px; border-top: 1px solid var(--border); }
.faq-list details { border-bottom: 1px solid var(--border); }
.faq-list summary { padding: 23px 5px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-size: 13px; font-weight: 650; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--burgundy); font-size: 18px; transition: transform .25s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -4px 38px 25px 5px; color: var(--muted); font-size: 12px; line-height: 1.75; }
.contact-card { padding: 45px; border: 1px solid var(--border); border-radius: 28px; background: white; box-shadow: var(--shadow); }
.contact-icon { float: right; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--burgundy); }
.contact-card > p { color: var(--muted); font-size: 12px; line-height: 1.7; }
.contact-card form { margin-top: 30px; display: grid; gap: 17px; }
.contact-card label { display: grid; gap: 8px; color: #5d5053; font-size: 10px; font-weight: 700; }
.contact-card input, .contact-card select, .contact-card textarea { width: 100%; padding: 14px 15px; border: 1px solid rgba(96,12,30,.13); border-radius: 11px; outline: none; color: var(--ink); background: #fbf8f7; font-size: 12px; transition: border .2s, box-shadow .2s; }
.contact-card textarea { resize: vertical; min-height: 120px; }
.contact-card input:focus, .contact-card select:focus, .contact-card textarea:focus { border-color: var(--rose); box-shadow: 0 0 0 3px rgba(153,98,109,.12); }
.contact-card .button { width: 100%; margin-top: 5px; }
.contact-email { margin-top: 30px !important; width: 100%; }

.contact-reveal-link--inline,
.contact-reveal-trigger--inline {
  display: inline;
  padding: 0;
  border: 0;
  background: none;
  color: var(--rose);
  font: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.contact-reveal-trigger--inline:hover,
.contact-reveal-link--inline:hover { color: var(--ink); }
.contact-card .contact-reveal-link { width: 100%; margin-top: 5px; }
.form-note { margin: 0; color: #95898c; font-size: 9px; line-height: 1.5; text-align: center; }
.form-feedback { display: none; padding: 12px; border-radius: 9px; color: var(--burgundy); background: var(--rose-soft); font-size: 10px; line-height: 1.5; }
.form-feedback.visible { display: block; }
.support-safety { max-width: 850px; margin: 0 auto 120px; padding: 27px 32px; display: flex; align-items: center; gap: 24px; border: 1px solid var(--border); border-radius: 20px; background: #f2e9e8; }
.support-safety img { width: 38px; border-radius: 10px; }
.support-safety h3 { margin: 0 0 6px; font: 400 20px var(--serif); }
.support-safety p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.compact-footer { padding-top: 55px; }

.policy-hero { min-height: 610px; }
.policy-date { margin-top: 30px; padding: 9px 15px; border: 1px solid var(--border); border-radius: 30px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.policy-layout { max-width: 1160px; margin: 0 auto; padding: 100px 30px 140px; display: grid; grid-template-columns: 220px 1fr; gap: 100px; align-items: start; }
.policy-nav { position: sticky; top: 120px; padding-left: 18px; display: flex; flex-direction: column; gap: 15px; border-left: 1px solid var(--border); }
.policy-nav b { margin-bottom: 8px; color: var(--burgundy); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.policy-nav a { color: #827679; font-size: 10px; }
.policy-nav a:hover { color: var(--burgundy); }
.policy-content { max-width: 720px; }
.policy-highlight { margin-bottom: 70px; padding: 35px 40px; display: flex; align-items: center; gap: 28px; border: 1px solid var(--border); border-radius: 24px; background: #f2e9e8; }
.highlight-zero { color: var(--burgundy); font: 400 72px/1 var(--serif); }
.policy-highlight b { font: 400 23px var(--serif); }
.policy-highlight p { margin: 7px 0 0; }
.policy-content section { position: relative; padding: 5px 0 60px; scroll-margin-top: 110px; }
.policy-content section + section { padding-top: 55px; border-top: 1px solid var(--border); }
.policy-number { color: var(--rose); font: italic 12px var(--serif); }
.policy-content h2 { margin: 12px 0 25px; }
.policy-content p, .policy-content li { color: #6f6366; font-size: 13px; line-height: 1.85; }
.policy-content ul { padding-left: 20px; }
.policy-content li { padding-left: 8px; margin: 7px 0; }
.policy-contact { padding-bottom: 0 !important; }
.policy-contact .button { margin-top: 15px; }

@media (max-width: 980px) {
  .desktop-nav, .header-cta { display: none; }
  .lang-switch { margin-right: 8px; margin-left: auto; }
  .lang-switch button { min-width: 32px; height: 30px; font-size: 10px; }
  .menu-toggle { width: 42px; height: 42px; display: grid; place-content: center; gap: 6px; border: 0; border-radius: 12px; background: var(--burgundy); }
  .menu-toggle span { width: 18px; height: 1px; background: white; transition: transform .25s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-menu { position: absolute; top: 76px; left: 0; right: 0; padding: 18px; flex-direction: column; gap: 6px; border: 1px solid var(--border); border-radius: 18px; background: rgba(251,249,247,.98); box-shadow: var(--shadow); }
  .mobile-menu.open { display: flex; }
  .mobile-menu a { padding: 12px; font-size: 13px; }
  .hero { min-height: auto; padding-top: 150px; grid-template-columns: 1fr; text-align: center; }
  .hero-copy { margin: auto; }
  .hero-lead { margin: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-visual { height: 680px; }
  .feature-story { grid-template-columns: 1fr; }
  .story-copy { max-width: 620px; }
  .watermark-demo { min-height: 570px; }
  .screenshot-gallery { gap: 20px; }
  .privacy-panel { grid-template-columns: 1fr; }
  .support-layout { grid-template-columns: 1fr; }
  .policy-layout { grid-template-columns: 1fr; }
  .policy-nav { display: none; }
  .policy-content { margin: auto; }
}

@media (max-width: 680px) {
  .site-header { top: 10px; width: calc(100% - 20px); height: 60px; border-radius: 18px; }
  .brand { font-size: 19px; }
  .brand-mark { width: 32px; height: 32px; }
  .hero { padding: 130px 20px 75px; }
  .hero h1 { font-size: 58px; }
  .hero-lead { font-size: 15px; }
  .hero-actions { flex-direction: column; }
  .trust-row { gap: 12px 18px; }
  .hero-visual { height: 590px; transform: scale(.9); margin: -20px -30px; }
  .orbit-one { width: 520px; height: 520px; }
  .orbit-two { width: 390px; height: 390px; }
  .phone { width: 285px; }
  .phone-screen { min-height: 570px; }
  .float-card-lock { right: -4%; }
  .float-card-local { left: -3%; }
  .statement, .journey { padding: 95px 20px; }
  .statement h2, .journey h2, .final-cta h2 { font-size: 44px; }
  .statement > p { margin-bottom: 60px; }
  .principles { grid-template-columns: 1fr; }
  .principle { min-height: auto; padding: 35px 25px; }
  .principle + .principle { border-left: 0; border-top: 1px solid var(--border); }
  .feature-story, .privacy-panel { padding: 90px 22px; }
  .feature-story h2, .privacy-panel h2 { font-size: 46px; }
  .watermark-demo { min-height: 430px; }
  .paper-front { padding: 28px; }
  .watermark-pattern { font-size: 11px; }
  .screenshots-section { padding: 95px 20px; }
  .screenshots-heading { margin-bottom: 55px; }
  .screenshots-heading h2 { font-size: 44px; }
  .screenshot-gallery { grid-template-columns: 1fr; gap: 55px; }
  .screenshot-card.featured { margin-top: 0; }
  .screenshot-device { max-width: 285px; }
  .journey-track { margin-top: 55px; }
  .journey-step, .journey-step.reverse { padding: 50px 0; grid-template-columns: 1fr; gap: 30px; }
  .journey-step.reverse .step-copy { order: initial; }
  .step-visual { height: 270px; }
  .privacy-data { padding: 27px 22px; }
  .data-heading b { font-size: 29px; }
  .data-grid { grid-template-columns: 1fr; }
  .data-grid div:nth-child(even) { padding-left: 0; border-left: 0; }
  .final-cta { padding: 100px 20px; }
  footer { padding: 55px 25px 22px; grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; flex-wrap: wrap; gap: 50px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .inner-hero, .policy-hero { min-height: 510px; padding: 140px 22px 70px; }
  .inner-hero h1, .policy-hero h1 { font-size: 50px; }
  .support-layout, .policy-layout { padding: 80px 20px 100px; }
  .contact-card { padding: 30px 22px; }
  .support-safety { margin: 0 20px 90px; padding: 22px; align-items: flex-start; }
  .policy-highlight { padding: 25px; gap: 18px; }
  .highlight-zero { font-size: 58px; }
  .policy-highlight b { font-size: 18px; }
}

@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; }
}
