/* Blakes Domain: editable static rebuild. No external fonts or dependencies. */
:root {
  --ink: #142c29;
  --muted: #596661;
  --paper: #f8f8f2;
  --white: #ffffff;
  --line: #d9dfd5;
  --accent: #d6f27c;
  --soft: #eef1e7;
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; line-height: 1.55; }
a { color: inherit; text-underline-offset: 4px; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid #557925; outline-offset: 5px; }
.wrap { width: min(1184px, calc(100% - 80px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 20; background: var(--white); padding: 12px 20px; border: 2px solid var(--ink); }
.skip-link:focus { top: 12px; }
.x-unused-preview { background: var(--soft); color: #3c4e43; padding: 8px 18px; text-align: center; font-size: 12px; }
.x-unused-preview span { margin-inline: 5px; }
.x-unused-preview a { font-weight: 700; margin-left: 5px; }
.site-header { display: flex; align-items: center; justify-content: space-between; min-height: 112px; gap: 20px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 20px; font-weight: 700; letter-spacing: -0.65px; text-decoration: none; white-space: nowrap; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--ink); color: var(--accent); font-size: 14px; letter-spacing: -1px; }
nav { display: flex; align-items: center; gap: 34px; font-size: 14px; }
nav a { text-decoration: none; }
nav a:hover { text-decoration: underline; }
.owner-link { display: flex; align-items: center; gap: 18px; border: 1px solid var(--line); border-radius: 999px; padding: 11px 18px; font-weight: 700; }
.hero { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 76px; align-items: center; padding-block: 84px 96px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 24px; font-size: 11px; letter-spacing: 1.8px; font-weight: 700; text-transform: uppercase; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #668a38; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(48px, 5.7vw, 79px); line-height: 1.03; letter-spacing: -4.2px; font-weight: 600; margin-bottom: 28px; max-width: 620px; }
h1 span { position: relative; display: inline; background: linear-gradient(transparent 70%, var(--accent) 70%, var(--accent) 92%, transparent 92%); }
.hero-description { font-size: 17px; color: var(--muted); max-width: 470px; line-height: 1.8; margin-bottom: 31px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 19px; }
.button { min-height: 54px; border-radius: 8px; border: 0; display: inline-flex; align-items: center; justify-content: space-between; gap: 22px; padding: 15px 20px; text-decoration: none; font-size: 14px; font-weight: 700; transition: transform 160ms ease, box-shadow 160ms ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 5px 14px #142c2914; }
.button-dark { background: var(--ink); color: var(--white); }
.button-light { background: var(--accent); color: var(--ink); }
.button span { font-size: 20px; line-height: 1; font-weight: 400; }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 700; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.owner-note { display: flex; align-items: center; gap: 8px; margin: 19px 0 0; color: var(--muted); font-size: 12px; }
.check-small { display: grid; place-items: center; width: 17px; height: 17px; color: var(--ink); background: #e7ecd9; border-radius: 50%; font-size: 11px; }
.package-card { background: var(--ink); color: var(--white); border-radius: var(--radius); padding: 33px; box-shadow: 0 22px 42px #142c2910; }
.card-top { display: flex; align-items: center; gap: 15px; padding-bottom: 30px; }
.card-symbol { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid #71857a; border-radius: 50%; font-size: 23px; color: var(--accent); flex-shrink: 0; }
.card-label { max-width: 200px; color: #b9c8bd; font-size: 9px; font-weight: 700; letter-spacing: 1.7px; }
.package-card h2 { font-size: 21px; font-weight: 500; letter-spacing: -0.4px; margin-bottom: 9px; }
.price { display: flex; align-items: baseline; gap: 13px; padding-bottom: 25px; border-bottom: 1px solid #435b4e; }
.price-amount { font-size: 84px; font-weight: 500; letter-spacing: -5px; line-height: 1.1; }
.price-unit { font-size: 13px; color: #b9c8bd; }
.features { padding: 25px 0 0; margin: 0; list-style: none; }
.features li { display: flex; gap: 12px; font-size: 14px; line-height: 1.65; margin-bottom: 15px; }
.features li > span { color: var(--accent); font-size: 17px; line-height: 1.4; flex-shrink: 0; }
.fee-note { color: #b9c8bd; font-size: 11px; line-height: 1.8; margin: 24px 0; }
.package-card .button { width: 100%; }
.process-section { background: var(--soft); padding-block: 74px 82px; border-block: 1px solid var(--line); }
.section-heading .eyebrow { margin-bottom: 16px; }
.section-heading h2 { font-size: clamp(32px, 3.5vw, 45px); letter-spacing: -1.7px; font-weight: 500; line-height: 1.14; margin-bottom: 45px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.step { padding-top: 20px; border-top: 1px solid #bcc8b3; }
.step-number { color: #5d7259; display: block; margin-bottom: 28px; font-size: 12px; font-weight: 700; }
.step h3 { font-size: 20px; font-weight: 500; letter-spacing: -0.6px; margin-bottom: 10px; }
.step p { max-width: 265px; margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.file-details { padding-block: 55px; }
.file-details .eyebrow { margin-bottom: 14px; }
.file-details h2 { font-size: 23px; letter-spacing: -0.7px; margin-bottom: 12px; }
.file-details > p:not(.eyebrow) { color: var(--muted); font-size: 13px; max-width: 860px; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 22px; border-top: 1px solid var(--line); padding-block: 28px; }
.site-footer .brand { font-size: 16px; }
.site-footer .brand-mark { width: 32px; height: 32px; font-size: 11px; }
.site-footer p { margin: 0; font-size: 11px; color: var(--muted); }
.request-dialog { border: 0; border-radius: 20px; background: var(--paper); color: var(--ink); width: min(540px, calc(100% - 32px)); max-height: calc(100dvh - 32px); padding: 30px; box-shadow: 0 30px 80px #0003; }
.request-dialog::backdrop { background: #142c29a8; backdrop-filter: blur(4px); }
.dialog-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.dialog-heading .eyebrow { margin: 0; }
.close-button { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line); background: transparent; font-size: 25px; }
.request-dialog h2 { font-size: 30px; font-weight: 500; line-height: 1.15; letter-spacing: -1px; margin: 20px 0 14px; }
.request-dialog > p { font-size: 13px; color: var(--muted); }
form label { display: block; font-size: 13px; font-weight: 700; margin: 20px 0 7px; }
input, textarea { width: 100%; padding: 13px; background: var(--white); color: var(--ink); border: 1px solid #b7c3b5; border-radius: 7px; font-size: 16px; }
textarea { resize: vertical; min-height: 110px; }
.field-hint { color: var(--muted); font-size: 11px; margin: 5px 0 0; }
form .button { width: 100%; margin-top: 20px; }
.form-status { font-size: 12px; margin: 13px 0 0; }
.form-status:empty { display: none; }
.noscript-notice { background: var(--soft); padding: 20px; text-align: center; }
@media (min-width: 1450px) { .hero { gap: 100px; } }
@media (max-width: 1050px) { .hero { gap: 38px; } h1 { letter-spacing: -3px; } .package-card { padding: 27px; } .card-label { font-size: 8px; } }
@media (max-width: 780px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { min-height: 90px; }
  .brand { font-size: 18px; }
  .brand-mark { width: 36px; height: 36px; font-size: 12px; }
  nav { gap: 20px; font-size: 12px; }
  .owner-link { padding: 10px 12px; gap: 10px; }
  .hero { grid-template-columns: 1fr; gap: 40px; padding-block: 56px; }
  h1 { font-size: clamp(48px, 8.5vw, 68px); max-width: 590px; }
  .hero-description { max-width: 520px; }
  .package-card { width: 100%; padding: 30px; }
  .card-label { font-size: 9px; max-width: none; }
  .steps { gap: 25px; }
  .process-section { padding-block: 55px; }
}
@media (max-width: 520px) {
  .x-unused-preview { font-size: 10px; padding: 8px 16px; }
  .how-link { display: none; }
  .brand { gap: 8px; font-size: 16px; }
  .owner-link { font-size: 11px; }
  h1 { font-size: 51px; letter-spacing: -2.7px; }
  .eyebrow { font-size: 9px; letter-spacing: 1.3px; }
  .hero-description { font-size: 16px; }
  .hero-actions { gap: 18px; }
  .hero-actions .button { width: 100%; }
  .package-card { padding: 26px; }
  .package-card h2 { font-size: 20px; }
  .steps { grid-template-columns: 1fr; gap: 28px; }
  .step-number { margin-bottom: 17px; }
  .step p { max-width: none; }
  .section-heading h2 { margin-bottom: 34px; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: 15px; }
  .request-dialog { padding: 23px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }

/* ---- Store additions ---- */
.search-box { display: flex; gap: 10px; margin: 0 0 18px; max-width: 560px; }
.search-box input { flex: 1; min-height: 56px; font-size: 17px; }
.search-box .button, form.search-box .button { flex-shrink: 0; width: auto; margin-top: 0; min-height: 56px; }
.results { padding-block: 0 60px; }
.results:empty { display: none; }
.result { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 20px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; margin-bottom: 10px; }
.result.first { border: 2px solid var(--ink); }
.result-name { font-size: 18px; font-weight: 700; word-break: break-all; }
.result-meta { font-size: 12px; color: var(--muted); }
.result-right { display: flex; align-items: center; gap: 16px; flex-shrink: 0; }
.result-price { font-size: 20px; font-weight: 700; text-align: right; }
.result .button { min-height: 44px; padding: 10px 16px; }
.taken { color: #9a3b2c; font-weight: 700; font-size: 13px; }
.tag { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: 1px; padding: 2px 8px; border-radius: 99px; background: var(--accent); margin-left: 6px; vertical-align: middle; }
.plans { padding-block: 74px; }
.plan-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.plan { background: var(--white); border: 1px solid var(--line); border-radius: 20px; padding: 26px; display: flex; flex-direction: column; }
.plan.featured { background: var(--ink); color: var(--white); border-color: var(--ink); }
.plan.featured .plan-sub, .plan.featured li { color: #cfdad2; }
.plan h3 { font-size: 20px; margin-bottom: 6px; }
.plan-price { font-size: 40px; font-weight: 600; letter-spacing: -2px; }
.plan-price small { font-size: 13px; letter-spacing: 0; font-weight: 400; }
.plan-sub { color: var(--muted); font-size: 13px; min-height: 40px; }
.plan ul { padding-left: 18px; margin: 12px 0 20px; font-size: 14px; flex: 1; }
.plan .button { width: 100%; justify-content: center; }
.compare { margin-top: 26px; font-size: 13px; color: var(--muted); }
.compare table { border-collapse: collapse; width: 100%; max-width: 700px; margin-top: 10px; background: var(--white); }
.compare th, .compare td { text-align: left; padding: 8px 12px; border-bottom: 1px solid var(--line); }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 12px; }
.row2 label { margin-top: 14px; }
.muted { color: var(--muted); font-size: 13px; }
.error { color: #9a3b2c; }
.ok { color: #3d6b1f; }
.panel { background: var(--white); border: 1px solid var(--line); border-radius: 18px; padding: 24px; margin-bottom: 20px; }
.panel h2 { font-size: 22px; margin-bottom: 10px; }
table.data { width: 100%; border-collapse: collapse; font-size: 14px; }
table.data th, table.data td { text-align: left; padding: 9px 8px; border-bottom: 1px solid var(--line); vertical-align: top; word-break: break-word; }
.small-btn { border: 1px solid var(--line); background: var(--paper); border-radius: 7px; padding: 6px 12px; font-size: 13px; font-weight: 700; }
.small-btn.primary { background: var(--ink); color: var(--white); border-color: var(--ink); }
.dns-form { display: grid; grid-template-columns: 110px 1fr 2fr 90px 80px auto; gap: 8px; align-items: end; margin-top: 14px; }
.dns-form label { margin: 0 0 4px; font-size: 11px; }
.dns-form select, .dns-form input { padding: 10px; font-size: 14px; }
select { width: 100%; padding: 13px; border: 1px solid #b7c3b5; border-radius: 7px; background: var(--white); font: inherit; }
.stats { display: flex; gap: 24px; flex-wrap: wrap; }
.stat b { display: block; font-size: 26px; }
@media (max-width: 900px) { .plan-grid { grid-template-columns: 1fr 1fr; } .dns-form { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .plan-grid, .row2 { grid-template-columns: 1fr; } .search-box { flex-direction: column; } .search-box .button, form.search-box .button { width: 100%; } .result { flex-direction: column; align-items: flex-start; } .result-right { width: 100%; justify-content: space-between; } .dns-form { grid-template-columns: 1fr; } .table-scroll { overflow-x: auto; } }
