:root {
  --paper: #f6f0e2;
  --paper-deep: #e9ddc5;
  --ink: #171717;
  --muted: #6f685d;
  --red: #f04438;
  --red-dark: #c93228;
  --blue: #1e43c5;
  --yellow: #f5bd22;
  --green: #1d7148;
  --white: #fffdf8;
  --line: rgba(23, 23, 23, .22);
  --shadow: 8px 8px 0 var(--ink);
  color-scheme: light;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper) url("assets/paper-texture.png"); background-size: 256px; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; color: white; background: var(--blue); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; min-height: 78px; padding: 10px max(20px, calc((100vw - 1180px) / 2)); background: rgba(246, 240, 226, .94); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.wordmark { display: flex; align-items: center; gap: 9px; text-decoration: none; }
.wordmark img { width: 52px; height: 52px; object-fit: contain; }
.wordmark span { display: grid; line-height: .78; }
.wordmark b, .wordmark i { font-family: Didot, "Bodoni 72", Georgia, serif; font-size: 25px; letter-spacing: -.04em; }
.wordmark i { margin-left: 13px; color: var(--red); font-weight: 600; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 800; }
.site-nav a { text-decoration-thickness: 2px; text-underline-offset: 5px; }
.site-nav a:not(.nav-cta) { text-decoration: none; }
.site-nav a:hover:not(.nav-cta), .site-nav a[aria-current="page"] { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.nav-cta { padding: 10px 14px; color: var(--paper); background: var(--ink); border: 2px solid var(--ink); text-decoration: none; box-shadow: 3px 3px 0 var(--red); }

.hero { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(45px, 7vw, 100px); align-items: center; min-height: 710px; padding-block: 80px 95px; }
.eyebrow { margin: 0 0 18px; font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.status-dot { display: inline-block; width: 9px; height: 9px; margin-right: 7px; background: var(--green); border: 1px solid var(--ink); border-radius: 50%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Didot, "Bodoni 72", Georgia, serif; }
h1 { max-width: 780px; margin-bottom: 26px; font-size: clamp(58px, 7.3vw, 106px); font-weight: 700; letter-spacing: -.065em; line-height: .82; }
h1 em { color: var(--red); font-weight: 600; }
.lede { max-width: 590px; margin-bottom: 30px; color: var(--muted); font-family: Georgia, serif; font-size: 19px; line-height: 1.58; }
.hero-actions, .cta-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 13px; align-items: center; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 18px; padding: 12px 18px; border: 2px solid var(--ink); border-radius: 3px; font-size: 13px; font-weight: 900; text-decoration: none; transition: transform 140ms ease, box-shadow 140ms ease; }
.button:hover { transform: translate(-2px, -2px); }
.button-primary { color: var(--paper); background: var(--blue); box-shadow: 5px 5px 0 var(--ink); }
.button-primary:hover { box-shadow: 8px 8px 0 var(--ink); }
.button-secondary { color: var(--ink); background: transparent; box-shadow: 5px 5px 0 var(--red); }
.button-secondary:hover { box-shadow: 8px 8px 0 var(--red); }
.button-light { color: var(--ink); background: var(--paper); box-shadow: 5px 5px 0 var(--red); }
.trust-list { display: flex; flex-wrap: wrap; gap: 16px 24px; margin: 31px 0 0; padding: 0; color: var(--muted); font-size: 11px; font-weight: 800; list-style: none; text-transform: uppercase; }
.trust-list li::before { content: "✓"; margin-right: 7px; color: var(--green); font-weight: 900; }

.hero-demo { position: relative; max-width: 495px; justify-self: end; }
.demo-sticker { position: absolute; top: -24px; right: -20px; z-index: 2; display: grid; width: 94px; height: 94px; place-items: center; padding: 15px; color: var(--ink); background: var(--yellow); border: 2px solid var(--ink); border-radius: 50%; font-family: Georgia, serif; font-size: 16px; font-style: italic; font-weight: 700; text-align: center; transform: rotate(9deg); }
.demo-card { padding: 26px; background: rgba(246, 240, 226, .97); border: 2px solid var(--ink); border-radius: 8px; box-shadow: 14px 14px 0 var(--red); transform: rotate(1.2deg); }
.demo-brand { display: flex; align-items: center; margin-bottom: 20px; }
.demo-brand img { width: 66px; height: 66px; }
.demo-brand div { display: grid; line-height: .8; }
.demo-brand strong, .demo-brand em { font-family: Didot, Georgia, serif; font-size: 34px; letter-spacing: -.045em; }
.demo-brand em { margin-left: 22px; color: var(--red); font-weight: 600; }
.demo-brand small { margin-top: 10px; margin-left: 5px; font-size: 9px; font-style: normal; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.demo-chat { display: grid; grid-template-columns: 45px 1fr auto; gap: 10px; align-items: center; padding: 11px; border: 2px solid var(--ink); border-radius: 6px; box-shadow: 4px 4px 0 rgba(23, 23, 23, .12); }
.avatar { display: grid; width: 44px; height: 44px; place-items: center; color: white; background: var(--blue); border-radius: 50%; font-family: Georgia, serif; font-weight: 700; }
.demo-chat > span:nth-child(2) { display: grid; min-width: 0; }
.demo-chat small { color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.demo-chat strong { margin-block: 3px; font-family: Georgia, serif; }
.demo-chat i { color: var(--muted); font-size: 11px; font-style: normal; }
.demo-chat b { padding-left: 11px; border-left: 1px solid var(--line); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.demo-count { display: flex; align-items: center; justify-content: center; gap: 15px; padding: 27px 0 18px; }
.demo-count > strong { font-family: Didot, Georgia, serif; font-size: 76px; letter-spacing: -.06em; line-height: .8; }
.demo-count span { display: grid; font-family: Georgia, serif; font-size: 18px; font-weight: 700; }
.demo-count em { color: var(--red); font-size: 23px; font-weight: 600; }
.demo-notice { padding: 10px 11px; background: rgba(30, 67, 197, .07); border: 1px solid var(--line); border-left: 5px solid var(--blue); font-size: 10px; line-height: 1.45; }
.demo-confirm { margin: 17px 0; font-size: 11px; }
.demo-confirm span { display: inline-grid; width: 18px; height: 18px; margin-right: 7px; place-items: center; background: var(--yellow); border: 1px solid var(--ink); font-weight: 900; }
.demo-action { padding: 15px; color: var(--paper); background: var(--ink); border: 2px solid var(--ink); border-radius: 4px; box-shadow: 5px 5px 0 var(--red); font-size: 13px; font-weight: 900; text-align: center; text-transform: uppercase; }

.marquee { overflow: hidden; padding: 15px 0; color: var(--paper); background: var(--ink); border-block: 2px solid var(--ink); white-space: nowrap; }
.marquee div { min-width: max-content; font-family: Georgia, serif; font-size: 18px; font-style: italic; }
.marquee span { margin-inline: 24px; color: var(--yellow); font-style: normal; }
.section { padding-block: 120px; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 25px 70px; align-items: end; margin-bottom: 55px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -10px; }
.section-heading h2, .product-copy h2, .privacy-grid h2, .cta h2, .support-aside h2, .contact-panel h2 { margin-bottom: 0; font-size: clamp(44px, 5.5vw, 74px); letter-spacing: -.055em; line-height: .9; }
.section-heading > p:last-child, .product-copy > p { margin-bottom: 0; color: var(--muted); font-family: Georgia, serif; font-size: 17px; line-height: 1.6; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 23px; }
.step-card { position: relative; min-height: 350px; padding: 28px; border: 2px solid var(--ink); border-radius: 5px; box-shadow: 7px 7px 0 var(--ink); }
.step-blue { color: white; background: var(--blue); }
.step-yellow { background: var(--yellow); transform: translateY(20px); }
.step-red { color: white; background: var(--red); }
.step-number { display: inline-block; margin-bottom: 90px; font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.step-card h3 { margin-bottom: 14px; font-size: 35px; letter-spacing: -.04em; }
.step-card p { margin: 0; font-family: Georgia, serif; font-size: 15px; line-height: 1.55; }

.product-section { display: grid; grid-template-columns: 1.35fr .65fr; gap: 65px; align-items: center; padding-block: 65px 130px; }
.browser-frame { overflow: hidden; background: #101216; border: 2px solid var(--ink); border-radius: 8px; box-shadow: 12px 12px 0 var(--yellow); }
.browser-frame img { width: 100%; height: auto; }
.browser-bar { display: flex; gap: 7px; align-items: center; height: 36px; padding: 0 12px; color: #ccc; background: #262830; }
.browser-bar span { width: 9px; height: 9px; background: var(--red); border-radius: 50%; }
.browser-bar span:nth-child(2) { background: var(--yellow); }
.browser-bar span:nth-child(3) { background: #36bd65; }
.browser-bar small { margin-left: 10px; opacity: .72; }
.product-copy h2 { margin-bottom: 23px; }
.text-link { display: inline-block; margin-top: 20px; color: var(--blue); font-size: 13px; font-weight: 900; text-decoration-thickness: 2px; text-underline-offset: 5px; }

.privacy-band { color: white; background: var(--blue); border-block: 2px solid var(--ink); }
.privacy-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px 80px; padding-block: 90px; }
.privacy-grid .eyebrow { color: var(--yellow); }
.privacy-grid h2 { max-width: 520px; }
.privacy-points { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.privacy-points article { padding-top: 14px; border-top: 2px solid rgba(255,255,255,.5); }
.privacy-points strong { font-family: Georgia, serif; font-size: 18px; }
.privacy-points p { margin: 8px 0 0; color: rgba(255,255,255,.76); font-size: 13px; line-height: 1.5; }
.privacy-grid .button { width: max-content; }
.compact { display: block; max-width: 720px; }
.compact .eyebrow { margin-bottom: 18px; }
.faq-list { border-top: 2px solid var(--ink); }
.faq-list details { border-bottom: 2px solid var(--ink); }
.faq-list summary { display: flex; justify-content: space-between; gap: 30px; padding: 24px 2px; font-family: Georgia, serif; font-size: 20px; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::after { content: "+"; color: var(--red); font-family: Arial, sans-serif; font-size: 27px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 770px; margin: -5px 0 25px; color: var(--muted); line-height: 1.65; }
.cta { display: flex; gap: 45px; align-items: end; justify-content: space-between; margin-bottom: 110px; padding: 50px; background: var(--yellow); border: 2px solid var(--ink); box-shadow: 10px 10px 0 var(--ink); }
.cta h2 { max-width: 700px; }
.developer-band { display: grid; grid-template-columns: 130px 1fr auto; gap: 34px; align-items: center; margin-bottom: 90px; padding: 34px; border-block: 2px solid var(--ink); }
.developer-monogram, .developer-portrait { display: grid; place-items: center; color: white; background: var(--red); border: 2px solid var(--ink); border-radius: 50%; box-shadow: 6px 6px 0 var(--yellow); font-family: Didot, Georgia, serif; font-weight: 700; letter-spacing: -.05em; }
.developer-monogram { width: 112px; height: 112px; font-size: 42px; }
.developer-intro h2 { margin: 0 0 8px; font-size: 48px; letter-spacing: -.045em; }
.developer-intro p:last-child { max-width: 620px; margin: 0; color: var(--muted); line-height: 1.6; }
.developer-actions { display: grid; justify-items: start; }

.site-footer { padding-block: 42px; color: white; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 50px; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 56px; height: 56px; }
.footer-brand p { display: grid; margin: 0; }
.footer-brand strong { font-family: Georgia, serif; }
.footer-brand span { color: var(--red); font-family: Georgia, serif; font-style: italic; }
.site-footer nav { display: flex; gap: 24px; font-size: 12px; font-weight: 800; }
.site-footer a { text-underline-offset: 4px; }
.disclaimer { margin: 0; color: rgba(255,255,255,.55); font-size: 10px; line-height: 1.5; text-align: right; }

.page-hero, .legal-hero { padding-block: 95px 85px; border-bottom: 2px solid var(--ink); }
.page-hero h1, .legal-hero h1 { max-width: 950px; }
.page-hero > p:not(.eyebrow) { max-width: 700px; margin-bottom: 28px; color: var(--muted); font-family: Georgia, serif; font-size: 18px; line-height: 1.6; }
.support-layout { display: grid; grid-template-columns: .38fr .62fr; gap: 80px; padding-block: 90px 130px; }
.support-aside { align-self: start; padding: 28px; background: var(--yellow); border: 2px solid var(--ink); box-shadow: 7px 7px 0 var(--ink); }
.support-aside h2 { margin-bottom: 24px; font-size: 42px; }
.support-aside ol { margin: 0; padding-left: 20px; font-family: Georgia, serif; line-height: 1.6; }
.support-aside li + li { margin-top: 12px; }
.support-content { display: grid; }
.support-card { display: grid; grid-template-columns: 54px 1fr; gap: 25px; padding: 30px 0; border-top: 2px solid var(--ink); }
.support-card:last-child { border-bottom: 2px solid var(--ink); }
.support-card > span { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.support-card h2 { margin-bottom: 10px; font-size: 30px; letter-spacing: -.03em; }
.support-card p { margin: 0; color: var(--muted); line-height: 1.65; }
code { padding: 2px 5px; background: var(--paper-deep); border-radius: 3px; font-size: .92em; }
.contact-panel { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 110px; padding: 44px; color: white; background: var(--blue); border: 2px solid var(--ink); box-shadow: 9px 9px 0 var(--red); }
.contact-panel h2 { max-width: 630px; margin-bottom: 17px; }
.contact-panel p:not(.eyebrow) { max-width: 690px; margin-bottom: 0; color: rgba(255,255,255,.76); line-height: 1.6; }
.contact-panel .text-link { color: white; }

.legal-hero > p:last-child { margin: 0; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.legal-layout { display: grid; grid-template-columns: .32fr .68fr; gap: 80px; padding-block: 80px 130px; }
.legal-summary { position: sticky; top: 105px; align-self: start; padding: 28px; background: var(--blue); border: 2px solid var(--ink); box-shadow: 7px 7px 0 var(--red); color: white; }
.legal-summary strong { font-family: Georgia, serif; font-size: 26px; }
.legal-summary p { margin: 15px 0 0; color: rgba(255,255,255,.78); line-height: 1.6; }
.legal-summary .text-link { color: white; }
.warning-summary { color: var(--ink); background: var(--yellow); box-shadow-color: var(--red); }
.warning-summary p { color: var(--ink); }
.legal-copy { max-width: 780px; }
.legal-copy > p:first-child { font-family: Georgia, serif; font-size: 19px; line-height: 1.7; }
.legal-copy h2 { margin: 52px 0 14px; padding-top: 18px; border-top: 2px solid var(--ink); font-size: 34px; letter-spacing: -.03em; }
.legal-copy p, .legal-copy li { color: #4f4a43; line-height: 1.75; }
.legal-copy li + li { margin-top: 8px; }
.legal-copy a { color: var(--blue); font-weight: 800; }
.developer-hero { display: grid; grid-template-columns: .42fr .58fr; gap: 80px; align-items: center; min-height: 650px; padding-block: 80px; border-bottom: 2px solid var(--ink); }
.developer-portrait { width: min(100%, 390px); aspect-ratio: 1; justify-self: center; font-size: clamp(90px, 12vw, 170px); box-shadow: 14px 14px 0 var(--yellow); }
.developer-hero h1 { margin-bottom: 28px; }
.developer-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; padding-block: 90px 110px; }
.developer-details article { display: grid; grid-template-rows: auto auto 1fr; min-height: 320px; padding: 28px; border: 2px solid var(--ink); }
.developer-details article + article { border-left: 0; }
.developer-details article:nth-child(2) { background: var(--yellow); }
.developer-details article:nth-child(3) { color: white; background: var(--blue); }
.developer-details span { display: block; margin-bottom: 75px; color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.developer-details article:nth-child(3) span { color: var(--yellow); }
.developer-details h2 { margin-bottom: 13px; font-size: 31px; letter-spacing: -.035em; }
.developer-details p { margin: 0; line-height: 1.65; }
.developer-details a { font-weight: 900; text-underline-offset: 4px; }
.developer-contact { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; }
.developer-contact .contact-actions { justify-content: flex-end; }

.error-page { display: grid; min-height: 100vh; place-items: center; padding: 30px; }
.error-page main { max-width: 740px; text-align: center; }
.error-page img { margin: 0 auto 20px; }
.error-page h1 { font-size: clamp(60px, 10vw, 110px); }
.error-page > main > p:not(.eyebrow) { margin-bottom: 28px; color: var(--muted); font-family: Georgia, serif; font-size: 18px; }

@media (max-width: 900px) {
  .site-header { position: static; flex-direction: column; gap: 12px; padding-block: 12px; }
  .site-nav { width: 100%; justify-content: center; gap: 16px; }
  .site-nav a:first-child { display: none; }
  .hero { grid-template-columns: 1fr; padding-block: 65px 90px; }
  .hero-demo { width: min(100%, 520px); justify-self: center; }
  .section-heading, .product-section, .privacy-grid, .support-layout, .legal-layout { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .step-card { min-height: 270px; }
  .step-number { margin-bottom: 50px; }
  .step-yellow { transform: none; }
  .product-section { gap: 55px; }
  .privacy-grid { gap: 45px; }
  .legal-summary { position: static; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-brand, .site-footer nav { justify-content: center; }
  .disclaimer { max-width: 480px; margin-inline: auto; text-align: center; }
  .contact-panel, .cta { align-items: start; flex-direction: column; }
  .developer-band { grid-template-columns: 120px 1fr; }
  .developer-actions { grid-column: 2; }
  .developer-hero { grid-template-columns: 1fr; gap: 48px; min-height: auto; padding-block: 64px 72px; text-align: center; }
  .developer-hero > div:last-child { display: grid; justify-items: center; }
  .developer-portrait { width: min(75vw, 360px); }
  .developer-hero h1 { max-width: none; }
  .developer-hero .lede { margin-inline: auto; }
  .developer-hero .hero-actions { justify-content: center; }
  .developer-details { grid-template-columns: 1fr; padding-block: 70px 85px; }
  .developer-details article { min-height: 280px; }
  .developer-details article + article { border-top: 0; border-left: 2px solid var(--ink); }
  .developer-details span { margin-bottom: 48px; }
  .developer-contact { grid-template-columns: 1fr; }
  .developer-contact .contact-actions { justify-content: flex-start; }
}

@media (max-width: 600px) {
  .shell { width: min(100% - 28px, 1180px); }
  .site-nav { gap: 12px; font-size: 12px; }
  .nav-cta { padding: 8px 10px; }
  h1 { font-size: clamp(54px, 18vw, 80px); }
  .hero { min-height: auto; gap: 60px; padding-top: 52px; }
  .demo-card { padding: 18px; box-shadow: 9px 9px 0 var(--red); }
  .demo-sticker { right: -4px; }
  .demo-brand strong, .demo-brand em { font-size: 29px; }
  .demo-chat { grid-template-columns: 42px 1fr; }
  .demo-chat > b { display: none; }
  .section { padding-block: 82px; }
  .section-heading { display: block; }
  .section-heading h2 { margin-bottom: 25px; }
  .privacy-points { grid-template-columns: 1fr; }
  .privacy-grid { padding-block: 70px; }
  .cta, .contact-panel { margin-bottom: 75px; padding: 28px; }
  .support-layout, .legal-layout { gap: 45px; padding-block: 65px 90px; }
  .page-hero, .legal-hero { padding-block: 65px; }
  .support-card { grid-template-columns: 35px 1fr; gap: 12px; }
  .developer-band { grid-template-columns: 1fr; padding-inline: 10px; }
  .developer-actions { grid-column: 1; }
  .developer-hero { gap: 40px; padding-block: 52px 64px; }
  .developer-portrait { width: min(74vw, 300px); }
  .developer-details { padding-block: 58px 72px; }
  .developer-details article { min-height: 250px; padding: 24px; }
  .developer-details span { margin-bottom: 38px; }
  .developer-contact .contact-actions { width: 100%; }
}

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