:root {
  --ink: #17243c;
  --muted: #617087;
  --cream: #f6f2e9;
  --paper: #fffdf8;
  --orange: #f4683a;
  --orange-dark: #d94d23;
  --lime: #c8ed72;
  --line: #d8d7d0;
  --shadow: 0 18px 60px rgba(23, 36, 60, 0.1);
}

* { box-sizing: border-box; }
.hidden { display: none !important; }
.adsbygoogle { min-height: 70px; width: 100%; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.site-header { align-items: center; display: flex; height: 86px; justify-content: space-between; margin: 0 auto; max-width: 1240px; padding: 0 32px; }
.brand { align-items: center; display: inline-flex; font-size: 20px; font-weight: 900; gap: 10px; letter-spacing: -0.6px; }
.brand-mark { align-items: center; background: var(--orange); border-radius: 9px 9px 9px 2px; color: white; display: inline-flex; font-family: var(--font-geist-mono), monospace; font-size: 12px; height: 34px; justify-content: center; letter-spacing: -1px; transform: rotate(-3deg); width: 34px; }
.site-header nav { display: flex; gap: 32px; }
.site-header nav a { color: #47556c; font-size: 14px; font-weight: 700; }
.site-header nav a:hover { color: var(--orange-dark); }
.header-cta { border: 1px solid var(--ink); border-radius: 999px; font-size: 13px; font-weight: 800; padding: 11px 18px; }
.header-cta:hover { background: var(--ink); color: white; }
.hero { align-items: center; background: radial-gradient(circle at 87% 16%, rgba(200, 237, 114, .36), transparent 20%), linear-gradient(135deg, #f7f2e8 0%, #f7f2e8 68%, #efe8db 100%); border-radius: 28px; display: grid; gap: 7%; grid-template-columns: 1.05fr .95fr; margin: 0 auto; max-width: 1240px; min-height: 610px; overflow: hidden; padding: 74px 80px; position: relative; }
.eyebrow { color: var(--orange-dark); font-family: var(--font-geist-mono), monospace; font-size: 12px; font-weight: 800; letter-spacing: 1.4px; margin: 0 0 17px; text-transform: uppercase; }
.hero h1, .section-heading h2, .how-section h2, .plain-page h1 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -3.5px; line-height: .95; margin: 0; }
.hero h1 { font-size: clamp(58px, 6vw, 88px); }
.hero h1 em { color: var(--orange); font-weight: 500; }
.hero-lede { color: #4e5c72; font-size: 18px; line-height: 1.65; margin: 30px 0; max-width: 550px; }
.primary-button { align-items: center; background: var(--ink); border-radius: 999px; color: white; display: inline-flex; font-size: 14px; font-weight: 800; gap: 28px; padding: 15px 21px; }
.primary-button:hover { background: var(--orange-dark); transform: translateY(-1px); }
.primary-button span { font-size: 18px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 34px; }
.trust-row span { color: #6c776f; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.trust-row span::before { color: var(--orange); content: "•"; margin-right: 7px; }
.hero-board { background: var(--ink); border-radius: 24px; box-shadow: 20px 30px 0 rgba(244, 104, 58, .16); color: white; min-height: 410px; padding: 36px; position: relative; transform: rotate(2deg); }
.hero-board > p { color: #9eabc0; font-family: var(--font-geist-mono), monospace; font-size: 11px; font-weight: 800; letter-spacing: 1.7px; margin: 0 0 17px; }
.letter-tiles { display: grid; gap: 7px; grid-template-columns: repeat(6, 1fr); }
.letter-tiles span { align-items: center; background: #fff; border-radius: 7px; color: var(--ink); display: flex; font-family: Georgia, serif; font-size: clamp(24px, 3vw, 39px); height: 62px; justify-content: center; transform: rotate(-1deg); }
.letter-tiles .tile-accent { background: var(--lime); transform: rotate(3deg) translateY(-3px); }
.board-line { border-top: 1px solid #394760; margin: 31px 0 14px; }
.sample-result { align-items: center; border-bottom: 1px solid #303e56; display: flex; justify-content: space-between; padding: 16px 0; }
.sample-result strong { font-family: Georgia, serif; font-size: 23px; letter-spacing: 3px; }
.sample-result span { color: #abb5c5; font-size: 11px; }
.sample-result.muted { opacity: .5; }
.burst { align-items: center; background: var(--orange); border-radius: 50%; bottom: -27px; color: white; display: flex; font-family: var(--font-geist-mono), monospace; font-size: 11px; font-weight: 800; height: 88px; justify-content: center; line-height: 1.35; position: absolute; right: -25px; text-align: center; text-transform: uppercase; transform: rotate(-11deg); width: 88px; }
.ad-shell { align-items: center; background: #f6f6f3; border: 1px dashed #d7d7d2; color: #a1a19b; display: flex; justify-content: center; margin: 30px auto; max-width: 970px; min-height: 110px; position: relative; width: calc(100% - 48px); }
.ad-shell > span { font-family: var(--font-geist-mono), monospace; font-size: 9px; letter-spacing: 1px; position: absolute; text-transform: uppercase; top: 8px; }
.ad-results { margin: 30px 0 0; min-height: 90px; width: 100%; }
.workbench-section, .tools-section, .faq-section { margin: 0 auto; max-width: 1160px; padding: 92px 32px; }
.section-heading { margin: 0 auto 42px; max-width: 680px; text-align: center; }
.section-heading h2, .how-section h2 { font-size: clamp(42px, 5vw, 62px); }
.section-heading > p:last-child { color: var(--muted); line-height: 1.7; margin: 20px auto 0; max-width: 560px; }
.section-heading.compact { margin-bottom: 48px; max-width: 760px; }
.workbench { background: white; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); overflow: hidden; }
.tool-tabs { background: var(--cream); border-bottom: 1px solid var(--line); display: flex; gap: 4px; padding: 9px; }
.tool-tabs button { background: transparent; border: 0; border-radius: 12px; color: #68758a; cursor: pointer; font-size: 13px; font-weight: 800; padding: 13px 22px; }
.tool-tabs button.active { background: white; box-shadow: 0 2px 12px rgba(23, 36, 60, .08); color: var(--ink); }
.tool-panel { padding: 38px; }
.field-group label, .counter-panel > label { display: block; font-size: 12px; font-weight: 900; letter-spacing: .3px; margin-bottom: 10px; text-transform: uppercase; }
.input-with-action { display: grid; gap: 12px; grid-template-columns: 1fr auto; }
.field-group input, .counter-panel textarea { background: #fbfaf7; border: 1px solid #cfd2d4; border-radius: 11px; color: var(--ink); font-family: var(--font-geist-mono), monospace; font-size: 18px; outline: none; padding: 16px 17px; text-transform: uppercase; width: 100%; }
.field-group input:focus, .counter-panel textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(244, 104, 58, .13); }
.input-with-action button, .wide-button { background: var(--orange); border: 0; border-radius: 11px; color: white; cursor: pointer; font-size: 14px; font-weight: 900; min-width: 150px; padding: 0 24px; }
.input-with-action button:hover, .wide-button:hover { background: var(--orange-dark); }
button:disabled { cursor: wait; opacity: .65; }
.field-help { color: #7b8798; font-size: 12px; margin: 8px 0 0; }
.check-control { align-items: center; cursor: pointer; display: inline-flex; font-size: 13px; font-weight: 700; gap: 9px; margin-top: 20px; }
.check-control input { accent-color: var(--orange); height: 17px; width: 17px; }
.field-grid { display: grid; gap: 18px; grid-template-columns: 1.4fr 1fr 1fr; }
.wide-button { margin-top: 24px; min-height: 52px; width: 100%; }
.counter-panel textarea { min-height: 230px; resize: vertical; text-transform: none; }
.stat-grid { display: grid; gap: 1px; grid-template-columns: repeat(6, 1fr); margin-top: 22px; }
.stat-grid div { background: var(--cream); padding: 20px 10px; text-align: center; }
.stat-grid div:first-child { border-radius: 10px 0 0 10px; }
.stat-grid div:last-child { border-radius: 0 10px 10px 0; }
.stat-grid strong, .stat-grid span { display: block; }
.stat-grid strong { font-family: Georgia, serif; font-size: 23px; }
.stat-grid span { color: #748096; font-size: 10px; font-weight: 800; margin-top: 5px; text-transform: uppercase; }
.results-panel { border-top: 1px solid var(--line); padding: 38px; }
.results-heading { align-items: flex-end; display: flex; justify-content: space-between; margin-bottom: 23px; }
.results-heading .eyebrow { margin-bottom: 6px; }
.results-heading h3 { font-family: Georgia, serif; font-size: 30px; font-weight: 500; margin: 0; }
.results-heading > span { color: var(--muted); font-size: 11px; }
.word-results { display: grid; gap: 8px; grid-template-columns: repeat(4, 1fr); }
.word-chip { background: #f5f3ed; border-radius: 9px; padding: 13px 14px; }
.word-chip strong, .word-chip span { display: block; }
.word-chip strong { font-family: var(--font-geist-mono), monospace; font-size: 14px; letter-spacing: .8px; }
.word-chip span { color: #7d8795; font-size: 9px; margin-top: 5px; text-transform: uppercase; }
.error-message, .empty-message { background: #fff1ed; border-left: 3px solid var(--orange); margin: 0; padding: 15px; }
.tools-section { padding-top: 70px; }
.tool-card-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.tool-card { background: var(--cream); border-radius: 16px; min-height: 285px; padding: 28px; transition: .2s ease; }
.tool-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.card-number { color: var(--orange-dark); font-family: var(--font-geist-mono), monospace; font-size: 11px; font-weight: 800; }
.tool-card h3 { font-family: Georgia, serif; font-size: 31px; font-weight: 500; margin: 45px 0 12px; }
.tool-card p { color: var(--muted); font-size: 14px; line-height: 1.65; margin-bottom: 26px; }
.text-link { color: var(--orange-dark); font-size: 13px; font-weight: 900; }
.how-section { align-items: start; background: var(--ink); color: white; display: grid; gap: 90px; grid-template-columns: .85fr 1.15fr; margin: 60px auto; max-width: 1240px; padding: 86px 82px; }
.how-section .eyebrow { color: var(--lime); }
.steps { list-style: none; margin: 0; padding: 0; }
.steps li { border-top: 1px solid #3a465c; display: grid; gap: 20px; grid-template-columns: 46px 1fr; padding: 25px 0; }
.steps li > span { align-items: center; border: 1px solid #5d687a; border-radius: 50%; display: flex; font-family: var(--font-geist-mono), monospace; font-size: 11px; height: 34px; justify-content: center; width: 34px; }
.steps strong { font-family: Georgia, serif; font-size: 21px; font-weight: 500; }
.steps p { color: #abb4c3; font-size: 13px; line-height: 1.6; margin: 7px 0 0; }
.faq-grid { border-top: 1px solid var(--line); }
.faq-grid details { border-bottom: 1px solid var(--line); padding: 22px 0; }
.faq-grid summary { cursor: pointer; font-family: Georgia, serif; font-size: 21px; font-weight: 500; }
.faq-grid p { color: var(--muted); line-height: 1.7; max-width: 760px; }
footer { align-items: end; background: var(--cream); display: grid; gap: 40px; grid-template-columns: 1fr auto; margin-top: 50px; padding: 64px max(32px, calc((100vw - 1160px) / 2)); }
.footer-brand { margin-bottom: 13px; }
footer > div > p { color: var(--muted); font-size: 13px; margin: 0; }
.footer-links { display: flex; gap: 25px; }
.footer-links a { font-size: 13px; font-weight: 800; }
.copyright { color: #8c958f; font-size: 11px; grid-column: 1 / -1; margin: 10px 0 0; }
.plain-page { margin: 0 auto; max-width: 900px; min-height: 100vh; padding: 44px 28px 90px; }
.plain-page article { margin-top: 90px; max-width: 730px; }
.plain-page h1 { font-size: clamp(50px, 7vw, 74px); margin-bottom: 30px; }
.page-lede { color: var(--muted); font-size: 19px; line-height: 1.7; }
.plain-page h2 { font-family: Georgia, serif; font-size: 27px; font-weight: 500; margin: 45px 0 10px; }
.plain-page article > p:not(.eyebrow, .page-lede) { color: #56647a; line-height: 1.8; }
.plain-page .primary-button { margin-top: 25px; }
.policy-note { background: var(--cream); border-radius: 10px; padding: 18px; }
@media (max-width: 900px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding: 60px 42px 75px; }
  .hero-board { margin: 25px auto 0; max-width: 520px; width: 100%; }
  .how-section { gap: 45px; grid-template-columns: 1fr; padding: 70px 45px; }
  .stat-grid { grid-template-columns: repeat(3, 1fr); }
  .word-results { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 650px) {
  .site-header { height: 72px; padding: 0 18px; }
  .header-cta { display: none; }
  .hero { border-radius: 0; min-height: auto; padding: 50px 23px 68px; }
  .hero h1 { font-size: 53px; }
  .hero-lede { font-size: 16px; }
  .trust-row { gap: 9px 16px; }
  .hero-board { min-height: 340px; padding: 25px 20px; }
  .letter-tiles span { font-size: 25px; height: 49px; }
  .sample-result { padding: 13px 0; }
  .burst { right: -6px; }
  .workbench-section, .tools-section, .faq-section { padding: 72px 16px; }
  .section-heading h2, .how-section h2 { font-size: 43px; }
  .tool-tabs { overflow-x: auto; }
  .tool-tabs button { flex: 0 0 auto; padding: 12px 15px; }
  .tool-panel, .results-panel { padding: 25px 18px; }
  .input-with-action { grid-template-columns: 1fr; }
  .input-with-action button { min-height: 52px; }
  .field-grid, .tool-card-grid { grid-template-columns: 1fr; }
  .word-results { grid-template-columns: repeat(2, 1fr); }
  .results-heading { align-items: start; flex-direction: column; gap: 8px; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-grid div:first-child, .stat-grid div:last-child { border-radius: 0; }
  .how-section { margin: 20px 0; padding: 65px 24px; }
  .ad-shell { margin: 22px auto; min-height: 90px; width: calc(100% - 32px); }
  footer { align-items: start; grid-template-columns: 1fr; padding: 50px 24px; }
  .footer-links { flex-wrap: wrap; }
}
