:root {
  --ink: #102b2b;
  --ink-soft: #496363;
  --ink-faint: #758a89;
  --mint: #08cdb2;
  --mint-deep: #00a98f;
  --mint-dark: #057d70;
  --aqua: #2b92ff;
  --yellow: #ffe563;
  --paper: #f7fffd;
  --white: #ffffff;
  --line: rgba(20, 79, 75, 0.12);
  --shadow-sm: 0 14px 35px rgba(10, 76, 71, 0.09);
  --shadow-md: 0 24px 70px rgba(6, 80, 74, 0.16);
  --shadow-lg: 0 40px 100px rgba(4, 74, 70, 0.24);
  --radius-sm: 18px;
  --radius-md: 28px;
  --radius-lg: 42px;
  --container: 1180px;
  --ease: cubic-bezier(.2, .8, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.nav-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { background: rgba(8, 205, 178, 0.24); }

h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { line-height: 1.08; letter-spacing: -0.035em; }
h1 { font-size: clamp(3.25rem, 7.2vw, 6.7rem); }
h2 { font-size: clamp(2.35rem, 4.4vw, 4.8rem); }
h3 { font-size: 1.28rem; }
p { color: var(--ink-soft); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section-pad { padding: 118px 0; }
.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;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  transform: translateY(-150%);
  background: var(--ink);
  color: white;
  padding: 11px 16px;
  border-radius: 10px;
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid transparent;
  transition: background .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.site-header.is-scrolled,
.legal-header {
  background: rgba(247, 255, 253, 0.9);
  border-color: var(--line);
  box-shadow: 0 8px 30px rgba(4, 78, 70, 0.06);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.nav-wrap {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 850;
  letter-spacing: -0.025em;
  white-space: nowrap;
}
.brand img { border-radius: 13px; box-shadow: 0 8px 20px rgba(0, 172, 147, .18); }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav > a {
  color: #335856;
  font-size: .94rem;
  font-weight: 700;
  transition: color .2s ease;
}
.site-nav > a:hover,
.site-nav > a.active { color: var(--mint-deep); }
.nav-pill {
  padding: 10px 17px;
  border: 1px solid rgba(0, 169, 143, .23);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
}
.nav-pill:hover { background: white; }
.nav-toggle { display: none; border: 0; background: transparent; padding: 9px; }
.nav-toggle span:not(.sr-only) { width: 24px; height: 2px; background: var(--ink); display: block; margin: 5px 0; border-radius: 99px; }

.hero {
  min-height: 870px;
  padding-top: 168px;
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(circle at 78% 22%, rgba(106, 255, 182, .34), transparent 28%),
    radial-gradient(circle at 9% 76%, rgba(41, 148, 255, .18), transparent 28%),
    linear-gradient(145deg, #f9fffe 0%, #edfffa 58%, #f8ffec 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .24;
  pointer-events: none;
  background-image: radial-gradient(rgba(5, 125, 112, .4) .65px, transparent .65px);
  background-size: 19px 19px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.65), transparent 80%);
}
.hero-orb { position: absolute; border-radius: 50%; filter: blur(4px); opacity: .46; }
.hero-orb-one { width: 290px; height: 290px; background: #dfff62; right: 3%; top: 8%; }
.hero-orb-two { width: 210px; height: 210px; background: #35dfff; left: -90px; bottom: 9%; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.15fr; gap: 58px; align-items: center; }
.hero-copy h1 { margin-bottom: 28px; max-width: 760px; }
.hero-lead { font-size: clamp(1.05rem, 1.6vw, 1.28rem); max-width: 690px; margin-bottom: 32px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: .76rem;
  font-weight: 850;
  color: var(--mint-dark);
  margin-bottom: 22px;
}
.eyebrow > span { width: 26px; height: 3px; border-radius: 99px; background: linear-gradient(90deg, var(--mint), var(--aqua)); }
.eyebrow-light { color: #d8fff8; }
.eyebrow-light > span { background: var(--yellow); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }
.button {
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  border: 1px solid transparent;
  transition: transform .2s var(--ease), box-shadow .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary {
  background: linear-gradient(135deg, #09d6b9, #00af95);
  color: white;
  box-shadow: 0 15px 35px rgba(0, 169, 143, .24);
}
.button-primary:hover { box-shadow: 0 18px 42px rgba(0, 169, 143, .32); }
.button-ghost { background: rgba(255,255,255,.76); border-color: rgba(5, 125, 112, .16); color: var(--ink); }
.button-light { background: white; color: #0a7469; box-shadow: 0 14px 34px rgba(0,0,0,.12); }
.hero-notes { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: #3d6764; font-size: .9rem; font-weight: 700; }
.hero-notes span { display: inline-flex; align-items: center; gap: 8px; }
.check-icon { width: 18px; height: 18px; border-radius: 50%; background: rgba(8, 205, 178, .15); position: relative; }
.check-icon::after { content: ""; position: absolute; width: 7px; height: 4px; border-left: 2px solid var(--mint-deep); border-bottom: 2px solid var(--mint-deep); transform: rotate(-45deg); top: 5px; left: 5px; }

.hero-visual { position: relative; min-width: 0; }
.hero-card {
  border-radius: 36px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 8px solid rgba(255,255,255,.8);
  transform: rotate(1.2deg);
  background: white;
}
.hero-card img { width: 100%; }
.floating-chip {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 16px 13px 12px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(0, 81, 77, .16);
  backdrop-filter: blur(15px);
  animation: float 5.2s ease-in-out infinite;
}
.floating-chip strong, .floating-chip small { display: block; }
.floating-chip strong { font-size: .89rem; }
.floating-chip small { color: var(--ink-faint); }
.chip-icon { width: 42px; height: 42px; border-radius: 12px; color: white; display: grid; place-items: center; font-size: .72rem; font-weight: 900; background: linear-gradient(135deg, var(--mint), var(--aqua)); }
.chip-one { left: -8%; bottom: -7%; }
.chip-two { right: -5%; top: -8%; animation-delay: -2.5s; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

.trust-strip { background: white; border-block: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { padding: 28px 28px; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { border-left: 1px solid var(--line); }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { font-size: 1rem; }
.trust-grid span { font-size: .86rem; color: var(--ink-faint); margin-top: 3px; }

.section-heading { max-width: 800px; margin-bottom: 55px; }
.section-heading h2 { margin-bottom: 22px; }
.section-heading p { font-size: 1.08rem; max-width: 690px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card {
  position: relative;
  min-height: 330px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255,255,255,.8);
  box-shadow: var(--shadow-sm);
  transition: transform .35s var(--ease), box-shadow .35s ease, border-color .35s ease;
}
.feature-card::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  right: -75px;
  bottom: -75px;
  background: radial-gradient(circle, rgba(8,205,178,.18), transparent 70%);
}
.feature-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); border-color: rgba(8,205,178,.28); }
.feature-card h3 { margin: 26px 0 12px; }
.feature-card p { font-size: .96rem; }
.feature-icon { width: 68px; height: 68px; border-radius: 20px; position: relative; display: grid; place-items: center; background: linear-gradient(145deg, #eafffa, #d8fff5); color: var(--mint-dark); box-shadow: inset 0 0 0 1px rgba(8,205,178,.15); }
.icon-text span, .icon-create span { font-size: 1.7rem; font-weight: 900; }
.icon-scan span::before, .icon-scan span::after { content: ""; position: absolute; inset: 17px; border: 4px solid currentColor; border-radius: 9px; }
.icon-scan span::after { inset: 28px; border-radius: 3px; }
.icon-bars span { width: 36px; height: 31px; background: repeating-linear-gradient(90deg, currentColor 0 3px, transparent 3px 6px); }
.icon-doc span { width: 30px; height: 38px; border: 3px solid currentColor; border-radius: 5px; position: relative; }
.icon-doc span::after { content: ""; position: absolute; left: 5px; right: 5px; top: 10px; height: 3px; background: currentColor; box-shadow: 0 8px 0 currentColor, 0 16px 0 currentColor; }
.icon-home span { width: 34px; height: 28px; border: 3px solid currentColor; border-radius: 5px; position: relative; margin-top: 10px; }
.icon-home span::before { content: ""; position: absolute; width: 24px; height: 24px; border-left: 3px solid currentColor; border-top: 3px solid currentColor; transform: rotate(45deg); top: -14px; left: 2px; border-radius: 3px; }

.showcase { background: linear-gradient(180deg, #effefa 0%, #fbfffe 100%); border-block: 1px solid var(--line); overflow: hidden; }
.showcase-row { display: grid; grid-template-columns: .88fr 1.12fr; gap: 90px; align-items: center; margin-bottom: 140px; }
.showcase-row:last-child { margin-bottom: 0; }
.showcase-row-reverse { grid-template-columns: 1.18fr .82fr; }
.showcase-row-reverse .showcase-copy { order: 2; }
.showcase-row-reverse .dual-phone { order: 1; }
.showcase-copy h2 { margin-bottom: 24px; }
.showcase-copy p { font-size: 1.08rem; }
.clean-list { list-style: none; padding: 0; margin: 30px 0 0; }
.clean-list li { padding: 12px 0 12px 32px; position: relative; border-bottom: 1px solid var(--line); color: #315b58; font-weight: 700; }
.clean-list li::before { content: "✓"; position: absolute; left: 0; color: var(--mint-deep); font-weight: 900; }
.phone-stage { min-height: 720px; position: relative; display: grid; place-items: center; }
.phone-stage::before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; background: linear-gradient(135deg, #d8fff5, #edff99); }
.phone-stage img { width: min(440px, 82%); max-height: 730px; object-fit: cover; object-position: top; border-radius: 48px; box-shadow: var(--shadow-lg); position: relative; z-index: 1; border: 8px solid white; }
.phone-glow { position: absolute; width: 180px; height: 180px; background: #58eaff; border-radius: 50%; filter: blur(55px); left: 4%; bottom: 10%; }
.dual-phone { min-height: 710px; position: relative; display: flex; align-items: center; justify-content: center; }
.dual-phone::before { content: ""; position: absolute; width: 480px; height: 480px; border-radius: 50%; background: linear-gradient(135deg, #c8fff5, #b5ecff); }
.dual-phone img { width: 310px; height: 600px; object-fit: cover; object-position: top; border-radius: 40px; border: 7px solid white; box-shadow: var(--shadow-md); position: relative; }
.dual-phone img:first-child { transform: rotate(-6deg) translateX(34px); z-index: 1; }
.dual-phone img:last-child { transform: rotate(7deg) translateX(-34px) translateY(38px); z-index: 2; }
.mini-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 30px; }
.mini-cards div { padding: 18px 14px; border-radius: 16px; background: white; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.mini-cards strong, .mini-cards span { display: block; }
.mini-cards span { color: var(--ink-faint); font-size: .8rem; margin-top: 2px; }

.gallery-section { background: #102d2b; color: white; overflow: hidden; }
.gallery-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 48px; }
.gallery-head h2 { max-width: 780px; margin: 0; }
.gallery-head .eyebrow { color: #bbfff3; }
.gallery-controls { display: flex; gap: 10px; }
.gallery-controls button { width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.08); color: white; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.gallery-controls button:hover { background: rgba(255,255,255,.18); transform: translateY(-2px); }
.screenshot-rail { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 48px) / 3); gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 6px 2px 14px; align-items: stretch; }
.screenshot-rail::-webkit-scrollbar { display: none; }
.screenshot-rail figure { margin: 0; scroll-snap-align: start; }
.preview-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 18px;
  border-radius: 32px;
  border: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.05));
  box-shadow: 0 22px 56px rgba(0,0,0,.22);
  backdrop-filter: blur(10px);
  transition: transform .28s var(--ease), box-shadow .28s ease, border-color .28s ease;
}
.preview-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,255,255,.24);
  box-shadow: 0 28px 72px rgba(0,0,0,.28);
}
.preview-card__image-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 640px;
  padding: 18px 14px 54px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  border: 1px solid rgba(255,255,255,.10);
  overflow: hidden;
  cursor: zoom-in;
  outline: none;
}
.preview-card__image-wrap:focus-visible {
  box-shadow: 0 0 0 3px rgba(146, 243, 223, .55);
}
.preview-card__image-wrap::after {
  content: "Click to enlarge";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(8, 26, 25, .62);
  color: white;
  text-align: center;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  opacity: .92;
}
.preview-card img { width: auto; max-width: 100%; max-height: 100%; height: auto; object-fit: contain; object-position: center top; border-radius: 26px; box-shadow: 0 24px 54px rgba(0,0,0,.24); background: rgba(255,255,255,.03); }
.preview-card__body { padding: 18px 6px 8px; }
.preview-card__eyebrow { display: inline-block; font-size: .72rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 850; color: #92f3df; margin-bottom: 10px; }
.preview-card__body h3 { margin: 0 0 10px; font-size: 1.36rem; color: white; }
.preview-card__body p { margin: 0; color: #c6dedb; font-size: .95rem; line-height: 1.6; }

.lightbox[hidden] { display: none; }
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 250;
  display: grid;
  place-items: center;
  padding: 24px;
}
.lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 13, 13, .82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.lightbox__dialog {
  position: relative;
  z-index: 1;
  width: min(94vw, 980px);
  max-height: min(92vh, 1100px);
  padding: 20px 20px 16px;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,.14);
  background: linear-gradient(180deg, rgba(14, 42, 40, .96), rgba(8, 28, 27, .94));
  box-shadow: 0 34px 100px rgba(0,0,0,.45);
}
.lightbox__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.10);
  color: white;
  font-size: 1.9rem;
  line-height: 1;
  cursor: pointer;
}
.lightbox__content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  max-height: calc(92vh - 120px);
  overflow: auto;
  padding: 10px;
}
.lightbox__content img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: calc(92vh - 150px);
  height: auto;
  border-radius: 24px;
  box-shadow: 0 24px 64px rgba(0,0,0,.38);
  background: rgba(255,255,255,.04);
}
.lightbox__meta { padding: 8px 6px 0; }
.lightbox__caption {
  margin: 0;
  color: #dbefec;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
}

.privacy-section {
  color: white;
  background:
    radial-gradient(circle at 10% 100%, rgba(36, 170, 255, .26), transparent 34%),
    radial-gradient(circle at 90% 0%, rgba(255, 231, 99, .16), transparent 26%),
    linear-gradient(135deg, #00a88f 0%, #007f74 56%, #0b5b57 100%);
}
.privacy-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.privacy-copy p { color: #d7f7f1; font-size: 1.08rem; margin-bottom: 30px; }
.privacy-points { display: grid; gap: 15px; }
.privacy-points article { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 25px; border-radius: 22px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.13); backdrop-filter: blur(10px); }
.privacy-points article > span { width: 48px; height: 48px; border-radius: 15px; background: rgba(255,255,255,.13); display: grid; place-items: center; color: var(--yellow); font-weight: 900; }
.privacy-points h3 { margin: 3px 0 7px; }
.privacy-points p { color: #d6f4ef; margin: 0; font-size: .93rem; }

.contact-section { background: #f8fffd; }
.contact-card { display: flex; align-items: center; justify-content: space-between; gap: 45px; padding: 48px 52px; background: white; border: 1px solid var(--line); border-radius: 34px; box-shadow: var(--shadow-md); }
.contact-card h2 { font-size: clamp(2.1rem, 3.7vw, 3.7rem); margin-bottom: 12px; }
.contact-card p { margin-bottom: 0; }
.contact-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; min-width: max-content; }
.text-link { color: var(--mint-dark); font-weight: 800; border-bottom: 1px solid rgba(5,125,112,.3); }

.site-footer { background: #0b2423; color: white; padding: 75px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr .7fr 1fr; gap: 55px; }
.footer-grid h2 { font-size: .95rem; letter-spacing: 0; margin-bottom: 18px; color: #b7d8d4; }
.footer-grid a { display: block; color: #d9ebe8; margin: 9px 0; }
.footer-grid p { color: #9dbab6; font-size: .9rem; margin-bottom: 8px; }
.footer-brand p { max-width: 310px; margin-top: 20px; }
.brand-light { color: white; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 55px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; color: #8eaaa7; font-size: .85rem; }
.footer-bottom a { color: #d3e6e3; }
.compact-footer { padding-top: 18px; }
.compact-footer .footer-bottom { margin-top: 0; }
.compact-footer .footer-bottom div { display: flex; gap: 20px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .22s; }

/* Legal pages */
.legal-page, .support-page { background: #f5fffc; }
.legal-hero { padding: 155px 0 72px; background: linear-gradient(135deg, #effffb, #effffd 65%, #f9ffe9); border-bottom: 1px solid var(--line); }
.legal-hero-grid { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.legal-hero h1 { margin-bottom: 18px; }
.legal-hero p { max-width: 700px; font-size: 1.12rem; }
.legal-hero img { border-radius: 40px; box-shadow: var(--shadow-md); }
.legal-layout { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 58px; padding-top: 70px; padding-bottom: 110px; align-items: start; }
.legal-toc { position: sticky; top: 110px; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.85); box-shadow: var(--shadow-sm); }
.legal-toc strong { display: block; margin-bottom: 13px; }
.legal-toc a { display: block; padding: 7px 0; color: #55716f; font-size: .82rem; line-height: 1.35; }
.legal-toc a:hover { color: var(--mint-deep); }
.legal-article { background: white; border: 1px solid var(--line); border-radius: 30px; padding: clamp(28px, 5vw, 66px); box-shadow: var(--shadow-sm); }
.legal-article section { padding-top: 30px; }
.legal-article section + section { margin-top: 20px; border-top: 1px solid var(--line); }
.legal-article h2 { font-size: clamp(1.85rem, 3vw, 2.7rem); margin: 20px 0 22px; }
.legal-article h3 { font-size: 1.3rem; margin: 32px 0 12px; letter-spacing: -.02em; }
.legal-article h4 { font-size: 1.05rem; margin: 24px 0 10px; letter-spacing: -.01em; }
.legal-article p, .legal-article li { color: #476462; }
.legal-article li { margin: 8px 0; }
.legal-article a { color: #007f72; text-decoration: underline; text-underline-offset: 3px; }
.legal-article code { background: #eff9f6; border: 1px solid rgba(5,125,112,.1); padding: 2px 6px; border-radius: 6px; color: #14645e; overflow-wrap: anywhere; }
.policy-meta { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 36px; }
.policy-meta > div { padding: 17px 18px; border-radius: 16px; background: #f2fbf8; border: 1px solid var(--line); }
.policy-meta span, .policy-meta strong { display: block; }
.policy-meta span { color: #6c8582; font-size: .76rem; text-transform: uppercase; letter-spacing: .09em; margin-bottom: 4px; }
.policy-meta strong { font-size: .94rem; overflow-wrap: anywhere; }
.notice-box { padding: 20px 22px; margin: 26px 0; border-radius: 16px; border-left: 4px solid var(--mint); background: #effcf8; color: #315d59; }
.provider-list { columns: 2; column-gap: 34px; }
.provider-list li { break-inside: avoid; }
.contact-email { font-size: 1.25rem; font-weight: 850; }

/* Support */
.support-hero { padding-top: 170px; background: radial-gradient(circle at 80% 25%, rgba(122,255,178,.38), transparent 26%), linear-gradient(135deg, #f6fffd, #ecfff9); }
.support-hero-grid { display: grid; grid-template-columns: 1fr .72fr; gap: 70px; align-items: center; }
.support-hero h1 { max-width: 730px; }
.support-hero p { font-size: 1.15rem; max-width: 650px; margin-bottom: 28px; }
.support-visual { min-height: 410px; display: grid; place-items: center; position: relative; }
.support-visual::before { content: ""; width: 360px; height: 360px; border-radius: 50%; background: linear-gradient(145deg, #c9fff4, #edff9b); position: absolute; }
.support-visual img { position: relative; z-index: 1; border-radius: 56px; box-shadow: var(--shadow-lg); transform: rotate(4deg); }
.support-content { background: white; }
.faq-list { display: grid; gap: 14px; max-width: 900px; }
.faq-list details { border: 1px solid var(--line); border-radius: 18px; background: #fbfffe; overflow: hidden; }
.faq-list summary { cursor: pointer; list-style: none; padding: 22px 58px 22px 24px; font-weight: 850; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 23px; top: 50%; transform: translateY(-50%); width: 28px; height: 28px; border-radius: 50%; background: #e9faf6; display: grid; place-items: center; color: var(--mint-dark); font-size: 1.2rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 24px 22px; margin: 0; }
.permission-section { background: linear-gradient(180deg, #effcf9, #f8fffd); border-block: 1px solid var(--line); }
.permission-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.permission-grid article { padding: 28px; border-radius: 22px; background: white; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.permission-grid article > span { display: inline-block; color: var(--mint-dark); background: #eafff9; padding: 6px 10px; border-radius: 999px; text-transform: uppercase; letter-spacing: .08em; font-size: .67rem; font-weight: 900; }
.permission-grid h3 { margin: 20px 0 10px; }
.permission-grid p { margin: 0; font-size: .91rem; }

.not-found-page { min-height: 100vh; display: grid; place-items: center; padding: 35px; background: radial-gradient(circle at 75% 20%, rgba(100,255,170,.45), transparent 30%), linear-gradient(135deg, #f4fffc, #ecfff7); }
.not-found-wrap { text-align: center; max-width: 700px; }
.not-found-wrap img { margin: 0 auto 28px; border-radius: 34px; box-shadow: var(--shadow-md); }
.not-found-wrap h1 { font-size: clamp(2.8rem, 7vw, 5.4rem); }
.not-found-wrap .hero-actions { justify-content: center; margin-top: 28px; }

@media (max-width: 1050px) {
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 70px; }
  .hero-copy { max-width: 780px; }
  .hero-visual { max-width: 850px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .showcase-row, .showcase-row-reverse { grid-template-columns: 1fr; gap: 45px; }
  .showcase-row-reverse .showcase-copy, .showcase-row-reverse .dual-phone { order: initial; }
  .showcase-copy { max-width: 760px; }
  .phone-stage { min-height: 650px; }
  .privacy-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / span 2; }
  .permission-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 840px) {
  .section-pad { padding: 88px 0; }
  .nav-toggle { display: block; position: relative; z-index: 102; }
  .site-nav {
    position: fixed;
    inset: 0;
    background: rgba(247,255,253,.98);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    transform: translateX(100%);
    transition: transform .35s var(--ease);
  }
  .site-nav.is-open { transform: translateX(0); }
  .site-nav > a { font-size: 1.25rem; }
  .nav-toggle[aria-expanded="true"] span:not(.sr-only):nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:not(.sr-only):nth-of-type(3) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:not(.sr-only):nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .nav-toggle span:not(.sr-only) { transition: transform .25s ease, opacity .2s ease; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .screenshot-rail { grid-auto-columns: calc((100% - 24px) / 2); }
  .preview-card__image-wrap { height: 600px; }
  .contact-card { flex-direction: column; align-items: flex-start; padding: 36px; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-toc { position: static; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 20px; }
  .legal-toc strong { grid-column: 1 / -1; }
  .support-hero-grid { grid-template-columns: 1fr; }
  .support-visual { min-height: 350px; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 26px), var(--container)); }
  h1 { font-size: clamp(2.85rem, 14vw, 4.4rem); }
  h2 { font-size: clamp(2rem, 10vw, 3.3rem); }
  .hero { padding-top: 132px; }
  .hero-grid { gap: 52px; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-notes { flex-direction: column; gap: 10px; }
  .hero-card { border-width: 5px; border-radius: 24px; }
  .floating-chip { display: none; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div, .trust-grid > div:first-child { border-left: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .showcase-row { margin-bottom: 90px; }
  .phone-stage { min-height: 560px; }
  .phone-stage::before { width: 350px; height: 350px; }
  .phone-stage img { width: min(340px, 88%); max-height: 590px; border-radius: 37px; }
  .dual-phone { min-height: 580px; }
  .dual-phone::before { width: 330px; height: 330px; }
  .dual-phone img { width: 230px; height: 470px; border-radius: 30px; }
  .dual-phone img:first-child { transform: rotate(-5deg) translateX(38px); }
  .dual-phone img:last-child { transform: rotate(6deg) translateX(-38px) translateY(28px); }
  .mini-cards { grid-template-columns: 1fr; }
  .gallery-head { align-items: flex-start; flex-direction: column; }
  .screenshot-rail { grid-auto-columns: 92%; }
  .preview-card { padding: 14px; border-radius: 24px; }
  .preview-card__image-wrap { height: 520px; padding: 12px 10px 50px; }
  .preview-card img { border-radius: 22px; }
  .preview-card__body { padding: 16px 4px 4px; }
  .preview-card__body h3 { font-size: 1.2rem; }
  .preview-card__body p { font-size: .9rem; }
  .lightbox { padding: 12px; }
  .lightbox__dialog { width: 100%; padding: 14px 14px 12px; border-radius: 22px; }
  .lightbox__close { top: 10px; right: 10px; width: 42px; height: 42px; }
  .lightbox__content img { border-radius: 18px; }
  .privacy-points article { grid-template-columns: 1fr; }
  .contact-card { padding: 30px 24px; }
  .contact-actions { width: 100%; min-width: 0; }
  .contact-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .legal-hero-grid { align-items: flex-start; flex-direction: column-reverse; }
  .legal-hero img { width: 110px; border-radius: 26px; }
  .legal-layout { padding-top: 28px; gap: 28px; }
  .legal-toc { grid-template-columns: 1fr; }
  .legal-article { border-radius: 22px; }
  .policy-meta { grid-template-columns: 1fr; }
  .provider-list { columns: 1; }
  .permission-grid { grid-template-columns: 1fr; }
  .support-visual::before { width: 280px; height: 280px; }
  .support-visual img { width: 190px; border-radius: 43px; }
}

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

@media print {
  .site-header, .site-footer, .legal-toc { display: none !important; }
  body { background: white; color: black; }
  .legal-hero { padding: 20px 0; background: white; }
  .legal-layout { display: block; padding: 0; }
  .legal-article { box-shadow: none; border: 0; padding: 0; }
  .legal-article p, .legal-article li { color: #222; }
  a { color: black !important; text-decoration: none !important; }
}
