:root { color: #171713; background: #f5f2e9; font-family: "Manrope", sans-serif; font-synthesis: none; }
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; }
button, input { font: inherit; }
.site-header, main, footer { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.site-header { height: 80px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #d8d4c8; }
.brand { display: flex; gap: 10px; align-items: center; color: inherit; text-decoration: none; font-weight: 800; font-size: 20px; }
.brand-logo { width: 36px; height: 36px; object-fit: contain; }
.header-note { color: #6f6c62; font-size: 14px; text-decoration: none; }
.header-note:hover { color: #171713; }
.header-nav { display: flex; align-items: center; gap: 24px; }
.header-nav a { color: #6f6c62; font-size: 14px; font-weight: 600; text-decoration: none; }
.header-nav a:hover { color: #171713; }
.header-nav .nav-cta { padding: 10px 14px; border-radius: 9px; color: white; background: #171713; }
.hero { max-width: 920px; padding: 110px 0 90px; }
.eyebrow { margin: 0 0 18px; color: #f04c2c; font: 500 12px "DM Mono", monospace; letter-spacing: .12em; text-transform: uppercase; }
h1 { margin: 0; font-size: clamp(48px, 8vw, 92px); line-height: .98; letter-spacing: -.065em; }
h1 span { color: #8a877e; }
.intro { max-width: 650px; margin: 30px 0 50px; color: #5f5c54; font-size: 19px; line-height: 1.65; }
form { max-width: 880px; }
label { display: block; margin-bottom: 10px; font-size: 13px; font-weight: 700; }
.input-row { display: flex; gap: 10px; }
input { min-width: 0; flex: 1; height: 62px; padding: 0 20px; border: 1px solid #cbc7bb; border-radius: 12px; outline: none; background: #fffef9; }
input:focus { border-color: #171713; box-shadow: 0 0 0 3px rgb(23 23 19 / 8%); }
input.invalid { border-color: #c93620; }
button { height: 62px; padding: 0 25px; border: 0; border-radius: 12px; color: white; background: #171713; font-weight: 700; cursor: pointer; }
button:disabled { cursor: wait; opacity: .7; }
.error { min-height: 24px; margin: 10px 0 0; color: #b32f1d; font-size: 14px; }
.result { scroll-margin-top: 30px; padding: 55px; border-radius: 22px; background: #fffef9; box-shadow: 0 18px 55px rgb(38 32 19 / 8%); }
.result-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
h2 { margin: 0; font-size: 34px; letter-spacing: -.04em; }
.actions { display: flex; gap: 8px; }
button.secondary { height: 44px; padding: 0 16px; border: 1px solid #d8d4c8; color: #171713; background: transparent; font-size: 13px; }
.metadata { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 18px; }
.metadata span { padding: 7px 10px; border-radius: 7px; color: #666258; background: #f1eee5; font-size: 12px; }
pre { max-height: 640px; margin: 0; padding: 24px; overflow: auto; border: 1px solid #e0dcd1; border-radius: 12px; background: #f8f6ef; white-space: pre-wrap; overflow-wrap: anywhere; font: 13px/1.75 "DM Mono", monospace; }
.api-cta { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-top: 48px; padding: 28px; border-radius: 14px; color: white; background: #171713; }
.api-copy { display: grid; gap: 6px; }
.api-copy strong { font-size: 18px; }
.api-copy span, .waitlist-success span { color: #c9c6bc; }
.waitlist-form { display: grid; grid-template-columns: minmax(220px, 320px) auto; gap: 8px; width: min(100%, 520px); max-width: none; }
.waitlist-form input { height: 48px; border: 0; border-radius: 9px; background: #fffef9; }
.waitlist-form button { height: 48px; padding-inline: 18px; border-radius: 9px; color: #171713; background: #f04c2c; }
.waitlist-form small { grid-column: 1 / -1; color: #918e85; font-size: 11px; }
.waitlist-error { grid-column: 1 / -1; min-height: 0; margin: 0; color: #ff8f7a; font-size: 12px; }
.waitlist-error:empty { display: none; }
.waitlist-success { display: grid; gap: 4px; min-width: 280px; }
.waitlist-success strong { color: #ff684c; }
.sr-only, .honeypot { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.how-it-works { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 90px 0; overflow: hidden; border: 1px solid #d8d4c8; border-radius: 16px; background: #d8d4c8; }
.how-it-works article { display: flex; gap: 14px; padding: 28px; background: #f5f2e9; }
.how-it-works strong { color: #f04c2c; font-family: "DM Mono", monospace; }
.seo-copy { margin: 90px 0 110px; padding: 55px; border: 1px solid #d8d4c8; border-radius: 20px; background: #fffef9; }
.seo-copy h2 { max-width: 720px; font-size: clamp(32px, 5vw, 52px); }
.seo-copy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; margin-top: 38px; }
.seo-copy-grid p { margin: 0; color: #666258; font-size: 15px; line-height: 1.75; }
#free-extractor, #how-it-works, #api-preview, #developer-waitlist { scroll-margin-top: 24px; }
footer { display: flex; justify-content: space-between; padding: 28px 0 45px; border-top: 1px solid #d8d4c8; color: #77736a; font-size: 13px; }
.cookie-settings { width: auto; height: auto; padding: 0; border: 0; border-radius: 0; color: #77736a; background: transparent; font-size: 13px; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.cookie-settings:hover { color: #171713; }
.consent-banner { position: fixed; z-index: 1000; right: 24px; bottom: 24px; left: 24px; display: flex; align-items: center; justify-content: space-between; gap: 28px; width: min(760px, calc(100% - 48px)); margin-left: auto; padding: 22px; border: 1px solid #383832; border-radius: 16px; color: #f5f2e9; background: #171713; box-shadow: 0 22px 70px rgb(23 23 19 / 28%); }
.consent-banner[hidden] { display: none; }
.consent-copy strong { font-size: 16px; }
.consent-copy p { max-width: 520px; margin: 7px 0 0; color: #c9c6bc; font-size: 13px; line-height: 1.55; }
.consent-actions { display: flex; flex: 0 0 auto; gap: 8px; }
.consent-actions button { height: 44px; padding-inline: 16px; border: 1px solid #5a5952; border-radius: 9px; font-size: 13px; }
.consent-actions .consent-decline { color: #f5f2e9; background: transparent; }
.consent-actions .consent-accept { border-color: #f04c2c; color: #171713; background: #f04c2c; }
.developer-hero { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr); gap: 70px; align-items: center; min-height: 680px; padding: 90px 0; }
.developer-hero-copy h1 { font-size: clamp(50px, 6.4vw, 78px); }
.developer-hero-copy .intro { max-width: 690px; margin-bottom: 38px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.button-link { display: inline-grid; place-items: center; min-height: 54px; padding: 0 20px; border-radius: 11px; font-weight: 700; text-decoration: none; }
.primary-link { color: white; background: #171713; }
.secondary-link { border: 1px solid #cbc7bb; color: #171713; background: #fffef9; }
.availability { display: flex; gap: 9px; align-items: center; margin: 22px 0 0; color: #77736a; font: 12px "DM Mono", monospace; }
.availability span { width: 8px; height: 8px; border-radius: 50%; background: #f04c2c; box-shadow: 0 0 0 4px rgb(240 76 44 / 12%); }
.api-preview { overflow: hidden; border-radius: 18px; color: #f5f2e9; background: #171713; box-shadow: 0 24px 70px rgb(23 23 19 / 18%); }
.code-title { display: flex; justify-content: space-between; padding: 16px 20px; border-bottom: 1px solid #33332e; color: #a7a39a; font: 11px "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.api-preview pre { max-height: none; padding: 28px; border: 0; border-radius: 0; color: #f5f2e9; background: transparent; font-size: 12px; line-height: 1.85; }
.code-muted { color: #918e85; }
.code-key { color: #ff7c63; }
.code-value { color: #dcd8ca; }
.developer-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid #d8d4c8; border-radius: 18px; background: #d8d4c8; }
.developer-benefits article { min-height: 245px; padding: 34px; background: #fffef9; }
.developer-benefits article > span { color: #f04c2c; font: 12px "DM Mono", monospace; }
.developer-benefits h2 { margin: 36px 0 12px; font-size: 24px; }
.developer-benefits p { margin: 0; color: #666258; line-height: 1.65; }
.developer-docs { margin: 90px 0; }
.docs-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; margin-bottom: 34px; }
.docs-heading h2 { max-width: 680px; font-size: clamp(34px, 5vw, 54px); }
.docs-heading > p { margin: 0; color: #666258; line-height: 1.7; }
.code-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.code-grid article { min-width: 0; overflow: hidden; border: 1px solid #d8d4c8; border-radius: 14px; background: #fffef9; }
.code-grid h3 { margin: 0; padding: 15px 18px; border-bottom: 1px solid #d8d4c8; font: 500 12px "DM Mono", monospace; }
.code-grid pre { min-height: 310px; max-height: 430px; padding: 18px; border: 0; border-radius: 0; background: #171713; color: #f5f2e9; font-size: 10px; line-height: 1.7; }
.developer-waitlist { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; margin: 90px 0; padding: 64px; border-radius: 22px; color: white; background: #171713; }
.developer-waitlist h2 { font-size: clamp(38px, 5vw, 58px); }
.developer-waitlist > div > p:last-child { max-width: 460px; margin: 18px 0 0; color: #b8b4aa; line-height: 1.6; }
.developer-waitlist-form { max-width: none; }
.developer-waitlist-form label { color: #e9e5d9; }
.developer-waitlist-form input { height: 54px; border: 0; border-radius: 10px; }
.developer-waitlist-form button { height: 54px; border-radius: 10px; color: #171713; background: #f04c2c; }
.developer-waitlist-form small { display: block; margin-top: 10px; color: #918e85; font-size: 11px; }
.developer-form-error { min-height: 18px; margin: 7px 0 0; color: #ff8f7a; font-size: 12px; }
.developer-success { display: grid; gap: 8px; padding: 28px; border: 1px solid #383832; border-radius: 14px; background: #22221e; }
.developer-success strong { color: #ff684c; font-size: 22px; }
.developer-success span { color: #c9c6bc; }
.developer-faq { margin: 110px 0 90px; }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; overflow: hidden; border: 1px solid #d8d4c8; border-radius: 18px; background: #d8d4c8; }
.faq-grid article { padding: 34px; background: #f5f2e9; }
.faq-grid h2 { font-size: 20px; }
.faq-grid p { margin: 12px 0 0; color: #666258; line-height: 1.65; }
.faq-grid a { color: #171713; font-weight: 700; }
@media (max-width: 700px) {
  .site-header, main, footer { width: min(100% - 24px, 1120px); }
  .hero { padding: 75px 0 60px; }
  .intro { margin: 24px 0 35px; font-size: 16px; }
  .input-row, .result-heading { align-items: stretch; flex-direction: column; }
  .input-row button { width: 100%; }
  .result { padding: 26px 18px; }
  .actions { width: 100%; }
  .actions button { flex: 1; }
  .api-cta { align-items: stretch; flex-direction: column; }
  .waitlist-form { grid-template-columns: 1fr; }
  .waitlist-form small, .waitlist-error { grid-column: 1; }
  .how-it-works { grid-template-columns: 1fr; margin: 55px 0; }
  .seo-copy { margin: 55px 0 70px; padding: 34px 22px; }
  .seo-copy-grid { grid-template-columns: 1fr; gap: 20px; margin-top: 28px; }
  .header-nav { gap: 12px; }
  .header-nav a:first-child { display: none; }
  .developer-hero { grid-template-columns: 1fr; gap: 20px; min-height: 0; padding: 75px 0 60px; }
  .developer-hero-copy h1 { font-size: clamp(44px, 14vw, 64px); }
  .api-preview pre { padding: 20px; font-size: 10px; }
  .developer-benefits, .faq-grid { grid-template-columns: 1fr; }
  .developer-benefits article { min-height: 0; }
  .developer-waitlist { grid-template-columns: 1fr; gap: 36px; margin: 55px 0; padding: 36px 22px; }
  .developer-waitlist-form .input-row { flex-direction: column; }
  .docs-heading, .code-grid { grid-template-columns: 1fr; }
  .docs-heading { gap: 20px; }
  .code-grid pre { min-height: 0; }
  .developer-faq { margin: 70px 0 55px; }
  footer { flex-wrap: wrap; gap: 12px 20px; }
  .consent-banner { right: 12px; bottom: 12px; left: 12px; align-items: stretch; flex-direction: column; gap: 18px; width: calc(100% - 24px); padding: 18px; }
  .consent-actions button { flex: 1; }
}
