:root {
  color-scheme: light;
  --ink: #20252b;
  --muted: #626a73;
  --blue: #0963d6;
  --line: #dfe3e8;
  --paper: #ffffff;
  --soft: #f7f8fa;
  --green: #22694e;
  --mint: #eaf3ed;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; letter-spacing: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; font-size: 16px; line-height: 1.65; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
img { display: block; max-width: 100%; height: auto; }
button { cursor: pointer; }
button:disabled { cursor: wait; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
::selection { background: #d7e8fe; color: var(--ink); }
h1, h2, h3, p, figure, blockquote { margin: 0; }
h1, h2, h3 { line-height: 1.12; font-weight: 650; text-wrap: balance; }
h2 { font-size: 44px; }
h3 { font-size: 23px; }
p { text-wrap: pretty; }
.wrap { width: min(1120px, calc(100% - 80px)); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 10; padding: 10px 20px; background: white; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.site-header { background: var(--soft); }
.nav { display: flex; justify-content: space-between; align-items: center; min-height: 88px; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 21px; font-weight: 650; text-decoration: none; white-space: nowrap; }
.brand img, .closing img { border-radius: 22%; }
.nav-links { display: flex; align-items: center; gap: 32px; font-size: 14px; }
.nav-links a { display: inline-flex; min-height: 44px; align-items: center; gap: 7px; text-decoration: none; }
.nav-links a:hover, .nav-links [aria-current], .footer-links a:hover { color: var(--blue); }
.nav-support { font-weight: 600; }
.hero { background: var(--soft); padding-top: 24px; overflow: hidden; }
.hero-copy { text-align: center; position: relative; z-index: 1; }
.eyebrow { font-size: 11px; line-height: 1.5; font-weight: 650; color: var(--muted); }
.hero h1 { font-size: 86px; margin-top: 12px; line-height: 1.05; }
.title-dot { color: var(--blue); }
.hero-tagline { font-size: 28px; line-height: 1.3; margin-top: 14px; font-weight: 500; }
.hero-description { font-size: 16px; color: var(--muted); margin-top: 15px; }
.hero-actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 24px; margin-top: 25px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 10px 20px; border-radius: 7px; font-size: 14px; font-weight: 600; text-decoration: none; transition: background .18s ease, transform .18s ease; }
.primary { color: white; background: var(--blue); }
.primary:hover { background: #074fab; transform: translateY(-2px); }
.availability { font-size: 12px; color: var(--muted); display: inline-flex; align-items: center; gap: 7px; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.product-stage { display: flex; align-items: flex-start; justify-content: center; gap: 44px; padding-top: 25px; padding-bottom: 26px; }
.product-shot { width: 142px; flex-shrink: 0; }
.product-shot img { width: 100%; border-radius: 20px; border: 1px solid #d8dbe0; box-shadow: 0 12px 28px #20252b0d; }
.main-shot { width: 154px; }
.side-shot { margin-top: 20px; }
.product-shot figcaption { text-align: center; font-size: 11px; color: var(--muted); padding-top: 15px; }
.platform-band { border-bottom: 1px solid var(--line); }
.platform-inner { display: flex; justify-content: space-between; align-items: center; gap: 32px; padding-block: 32px; }
.platform-inner p { font-size: 14px; color: var(--muted); }
.platform-inner strong { font-weight: 500; color: var(--ink); }
.platforms { display: flex; align-items: center; gap: 50px; }
.platforms span { display: flex; align-items: center; gap: 12px; font-size: 17px; font-weight: 550; }
.section { padding-block: 90px; }
.section-heading h2 { margin-top: 16px; }
.section-heading > p:last-child:not(.eyebrow) { margin-top: 24px; color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; margin-top: 60px; }
.feature { border-top: 1px solid var(--line); padding-top: 22px; }
.feature-number { color: var(--blue); font-size: 11px; font-weight: 650; }
.feature h3 { margin-top: 24px; }
.feature p { color: var(--muted); font-size: 15px; margin-top: 14px; }
.clean-section { background: #f0f4f9; padding-block: 80px; }
.clean-layout { display: grid; grid-template-columns: 1fr 1.15fr; align-items: center; gap: 80px; }
.clean-copy h2 { font-size: 37px; margin-top: 16px; }
.clean-copy > p:not(.eyebrow) { color: var(--muted); margin-top: 24px; }
.small-note { font-size: 13px; color: var(--muted); }
.text-preview { border: 1px solid #d5deea; border-radius: 8px; background: white; padding: 26px; }
.preview-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.preview-label { font-size: 10px; color: var(--muted); font-weight: 600; }
.segmented { display: inline-flex; background: var(--soft); padding: 3px; border: 1px solid var(--line); border-radius: 7px; }
.segmented button { min-height: 36px; min-width: 70px; border: 0; border-radius: 4px; background: transparent; color: var(--muted); font-size: 12px; }
.segmented [aria-pressed="true"] { background: white; color: var(--ink); box-shadow: 0 1px 4px #20252b18; }
.text-preview blockquote { font-size: 21px; line-height: 1.65; margin-block: 28px; height: 216px; overflow-y: auto; white-space: pre-line; overflow-wrap: anywhere; }
.text-preview.is-original blockquote { font-size: 17px; }
.preview-source { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; font-size: 11px; color: var(--muted); }
.source-check { color: var(--green); }
.preview-footer { border-top: 1px solid var(--line); margin-top: 22px; padding-top: 14px; min-height: 78px; display: flex; align-items: center; gap: 16px; }
.copy-button { border: 0; background: none; color: var(--blue); padding: 8px 0; display: inline-flex; gap: 8px; align-items: center; min-height: 44px; font-size: 13px; white-space: nowrap; }
#copy-status { font-size: 11px; color: var(--green); }
.steps { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 60px; padding: 0; margin: 42px 0 0; counter-reset: steps; }
.step-index { display: inline-grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; color: var(--blue); font-size: 14px; }
.steps h3 { margin-top: 22px; font-size: 21px; }
.steps p { margin-top: 14px; font-size: 15px; color: var(--muted); }
.share-tip { margin-top: 36px; font-size: 13px; color: var(--muted); }
.privacy-band { background: var(--mint); padding-block: 62px; }
.privacy-layout { display: flex; align-items: flex-start; justify-content: center; gap: 30px; }
.privacy-icon { margin-top: 6px; flex-shrink: 0; }
.privacy-band .eyebrow { color: var(--green); }
.privacy-band h2 { margin-top: 15px; font-size: 38px; }
.privacy-band p:not(.eyebrow) { margin-top: 20px; color: #496255; }
.text-link { display: inline-flex; gap: 16px; align-items: center; min-height: 44px; margin-top: 19px; color: var(--blue); font-size: 14px; font-weight: 600; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.privacy-band .text-link { color: var(--green); }
.faq-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; font-size: 16px; font-weight: 550; padding: 22px 30px 22px 0; cursor: pointer; list-style: none; line-height: 1.5; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 2px; top: 20px; color: var(--muted); font-size: 20px; }
details[open] summary::after { content: "−"; }
details p { padding: 0 30px 24px 0; color: var(--muted); font-size: 14px; }
details p a { color: var(--blue); }
.closing { text-align: center; padding: 65px 0 70px; background: var(--soft); }
.closing img { margin: 0 auto 22px; }
.closing h2 { font-size: 42px; }
.closing p { margin-top: 20px; color: var(--muted); font-size: 14px; }
.site-footer { padding-block: 38px; display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 24px; }
.footer-brand { font-size: 17px; }
.site-footer p { color: var(--muted); font-size: 12px; margin-top: 8px; }
.footer-links { display: flex; align-items: center; gap: 26px; padding-top: 4px; }
.footer-links a { font-size: 13px; text-decoration: none; display: inline-flex; align-items: center; min-height: 44px; }
.site-footer .legal { flex-basis: 100%; font-size: 11px; }
.policy { padding-top: 70px; padding-bottom: 90px; }
.policy-heading h1 { font-size: 64px; margin-top: 18px; }
.policy-intro { margin-top: 22px; font-size: 23px; line-height: 1.5; }
.updated { margin-top: 22px; color: var(--muted); font-size: 13px; }
.policy-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 90px; margin-top: 60px; }
.policy-nav { align-self: start; border-top: 1px solid var(--line); padding-top: 16px; display: flex; flex-direction: column; }
.policy-nav a { font-size: 13px; color: var(--muted); padding-block: 12px; text-decoration: none; }
.policy-nav a:hover { color: var(--blue); }
.policy-body { max-width: 730px; }
.policy-body section { border-top: 1px solid var(--line); padding-top: 28px; margin-bottom: 36px; }
.policy-body h2 { font-size: 25px; line-height: 1.3; }
.policy-body h3 { font-size: 18px; margin-top: 22px; }
.policy-body p { margin-top: 16px; color: #505963; font-size: 15px; line-height: 1.85; }
.policy-body a { color: var(--blue); overflow-wrap: anywhere; }
.error-page { text-align: center; padding-block: 120px; }
.error-page h1 { font-size: 52px; margin-top: 20px; }
.error-page p { color: var(--muted); margin-top: 20px; }
.error-page .button { margin-top: 28px; }
@media (min-width: 1500px) {
  .hero { padding-top: 45px; }
  .product-stage { padding-top: 40px; padding-bottom: 30px; }
}
@media (max-width: 900px) {
  .wrap { width: calc(100% - 48px); }
  h2 { font-size: 36px; }
  .clean-layout { gap: 32px; }
  .clean-copy h2 { font-size: 30px; }
  .feature-grid, .steps { gap: 28px; }
  .faq-section { gap: 40px; grid-template-columns: .7fr 1.3fr; }
  .policy-layout { gap: 40px; grid-template-columns: 180px minmax(0, 1fr); }
}
@media (max-width: 640px) {
  .wrap { width: calc(100% - 40px); }
  .nav { min-height: 76px; gap: 12px; }
  .brand { font-size: 17px; gap: 8px; }
  .brand img { width: 30px; height: 30px; }
  .nav-links { gap: 14px; font-size: 12px; }
  .nav-support { display: none !important; }
  .hero { padding-top: 25px; }
  .hero h1 { font-size: 57px; margin-top: 14px; }
  .hero-tagline { font-size: 22px; max-width: 290px; margin-inline: auto; }
  .hero-description { font-size: 14px; max-width: 340px; margin-inline: auto; }
  .hero-actions { gap: 12px; flex-direction: column; margin-top: 23px; }
  .button { min-height: 46px; }
  .availability { font-size: 11px; }
  .product-stage { gap: 15px; padding-top: 26px; padding-bottom: 22px; }
  .main-shot { width: 130px; }
  .side-shot { width: 98px; margin-top: 25px; }
  .product-shot img { border-radius: 13px; }
  .product-shot figcaption { font-size: 9px; line-height: 1.45; padding-top: 12px; }
  .platform-inner { align-items: flex-start; flex-direction: column; gap: 20px; padding-block: 28px; }
  .platforms { gap: 38px; }
  .platforms span { font-size: 16px; }
  .section { padding-block: 60px; }
  h2 { font-size: 32px; }
  .section-heading > p:last-child:not(.eyebrow) { font-size: 14px; }
  .section-heading br { display: none; }
  .feature-grid { grid-template-columns: 1fr; gap: 30px; margin-top: 35px; }
  .feature h3 { margin-top: 12px; }
  .clean-section { padding-block: 55px; }
  .clean-layout { grid-template-columns: 1fr; gap: 32px; }
  .clean-copy h2 { font-size: 32px; }
  .clean-copy > p:not(.eyebrow) { font-size: 14px; }
  .text-preview { padding: 20px; }
  .text-preview blockquote { font-size: 19px; height: 248px; }
  .preview-toolbar { gap: 12px; }
  .preview-label { font-size: 9px; }
  .steps { grid-template-columns: 1fr; gap: 28px; margin-top: 32px; }
  .steps li { display: grid; grid-template-columns: 34px 1fr; column-gap: 18px; }
  .step-index { grid-row: 1 / 3; }
  .steps h3 { margin-top: 5px; font-size: 20px; }
  .steps p { margin-top: 9px; }
  .share-tip { font-size: 12px; }
  .privacy-layout { gap: 18px; }
  .privacy-icon { width: 30px; height: 30px; }
  .privacy-band h2 { font-size: 30px; }
  .privacy-band p:not(.eyebrow) { font-size: 14px; }
  .faq-section { grid-template-columns: 1fr; gap: 30px; }
  .closing h2 { font-size: 32px; }
  .footer-links { gap: 20px; }
  .policy { padding-top: 44px; padding-bottom: 36px; }
  .policy-heading h1 { font-size: 43px; }
  .policy-intro { font-size: 20px; }
  .policy-layout { grid-template-columns: 1fr; gap: 28px; margin-top: 36px; }
  .policy-nav { flex-direction: row; flex-wrap: wrap; column-gap: 24px; }
  .policy-nav a { font-size: 12px; }
  .policy-body h2 { font-size: 23px; }
  .error-page h1 { font-size: 36px; }
}
@media (max-width: 360px) {
  .hero h1 { font-size: 50px; }
  .product-stage { gap: 10px; }
  .main-shot { width: 118px; }
  .side-shot { width: 78px; }
  .nav-links { gap: 10px; }
  .brand { font-size: 16px; }
  .policy-heading h1 { font-size: 38px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media (max-height: 800px) {
  .nav { min-height: 68px; }
  .hero { padding-top: 12px; }
  .hero h1 { font-size: 50px; }
  .hero-tagline { font-size: 20px; margin-top: 8px; }
  .hero-description { font-size: 13px; margin-top: 10px; }
  .hero-actions { margin-top: 16px; gap: 10px; }
  .product-stage { padding-top: 18px; padding-bottom: 18px; }
  .product-shot { width: 82px; }
  .main-shot { width: 104px; }
  .side-shot { margin-top: 12px; }
  .product-shot figcaption { padding-top: 8px; }
}
@media (max-height: 700px) {
  .hero h1 { font-size: 44px; }
  .product-shot { width: 72px; }
  .main-shot { width: 86px; }
}
@media (max-height: 600px) {
  .hero .eyebrow, .product-shot figcaption { display: none; }
  .hero h1 { margin-top: 0; }
  .product-shot { width: 58px; }
  .main-shot { width: 68px; }
}
