/* Greenstreet MMO — SEO for e-commerce brands.
   Palette: sign green, reflective white, asphalt, lane yellow. Type: Archivo. */

@font-face {
  font-family: 'Archivo';
  src: url('/assets/archivo.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #ffffff;
  --kerb: #edf0eb;
  --asphalt: #141917;
  --asphalt-2: #3b433f;
  --asphalt-3: #69726d;
  --line: rgba(20, 25, 23, .13);
  --sign: #0a5c36;
  --sign-deep: #06442a;
  --sign-soft: #e1efe6;
  --lane: #f2c230;
  --lane-soft: #fff3c4;
  --lane-text: #6d5100;
  --serp-link: #1a0dab;
  --serp-text: #4d5156;
  --serp-dark: #202124;
  --mono: ui-monospace, 'SF Mono', 'Cascadia Mono', Menlo, Consolas, monospace;
  --wrap: 1180px;
  --pad: 24px;
  --nav-h: 72px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 12px); }
body { margin: 0; background: var(--white); color: var(--asphalt); font-family: 'Archivo', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif; font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
h1, h2, h3, h4, p, ul, ol, dl, dd, figure { margin: 0; }
ul, ol { padding: 0; list-style: none; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
svg { flex-shrink: 0; }
button, input, select, textarea { font: inherit; color: inherit; }
code { font-family: var(--mono); }
::selection { background: var(--lane); color: var(--asphalt); }
:focus-visible { outline: 3px solid var(--lane); outline-offset: 2px; border-radius: 4px; }

.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip { position: absolute; left: 16px; top: -64px; z-index: 100; padding: 10px 14px; border-radius: 8px; background: var(--asphalt); color: var(--white); font-weight: 700; text-decoration: none; }
.skip:focus { top: 12px; }
.wrap { width: 100%; max-width: calc(var(--wrap) + var(--pad) * 2); margin: 0 auto; padding: 0 var(--pad); }

/* ---------- Logo: a street-name sign ---------- */
.logo { display: inline-flex; text-decoration: none; }
.plate { display: inline-flex; align-items: center; gap: 9px; height: 40px; padding: 0 12px 0 9px; border-radius: 8px; background: var(--sign); color: var(--white); box-shadow: inset 0 0 0 2.5px var(--sign), inset 0 0 0 4.5px var(--white); white-space: nowrap; }
.plate-no { align-self: stretch; margin: 6px 0; display: grid; place-items: center; padding: 0 8px 0 3px; border-right: 1.5px solid rgba(255, 255, 255, .55); font-size: 10.5px; font-weight: 750; letter-spacing: .08em; }
.plate-name { font-size: 19px; font-weight: 750; letter-spacing: -.01em; line-height: 1; }
.plate-arrow { width: 15px; height: 15px; fill: none; stroke: var(--white); stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- Buttons and labels ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 52px; padding: 0 24px; border-radius: 10px; border: 2px solid transparent; font-size: 16.5px; font-weight: 700; letter-spacing: -.005em; text-decoration: none; white-space: nowrap; cursor: pointer; transition: background-color .18s, border-color .18s, transform .18s; }
.btn svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; transition: transform .18s; }
.btn:hover svg { transform: translateX(3px); }
.btn:active { transform: translateY(1px); }
.btn-small { height: 42px; padding: 0 18px; font-size: 15px; }
.btn-sign { background: var(--sign); color: var(--white); }
.btn-sign:hover { background: var(--sign-deep); }
.btn-quiet { border-color: var(--asphalt); color: var(--asphalt); background: transparent; }
.btn-quiet:hover { background: var(--asphalt); color: var(--white); }
.btn[disabled] { opacity: .5; cursor: not-allowed; }

/* Section labels are small sign plates. */
.label { display: inline-flex; align-items: center; height: 30px; padding: 0 12px; border-radius: 6px; background: var(--sign); color: var(--white); box-shadow: inset 0 0 0 2px var(--sign), inset 0 0 0 3.5px rgba(255, 255, 255, .9); font-size: 13.5px; font-weight: 700; letter-spacing: .01em; }
.label-dark { background: var(--lane); color: var(--asphalt); box-shadow: inset 0 0 0 2px var(--lane), inset 0 0 0 3.5px var(--asphalt); }
.label-light { background: var(--white); color: var(--sign); box-shadow: inset 0 0 0 2px var(--white), inset 0 0 0 3.5px var(--sign); }

h1 { font-size: clamp(44px, 6.2vw, 80px); line-height: 1; font-weight: 800; letter-spacing: -.028em; word-spacing: .02em; text-wrap: balance; }
h2 { font-size: clamp(34px, 4.2vw, 54px); line-height: 1.04; font-weight: 780; letter-spacing: -.026em; text-wrap: balance; }
h3 { font-size: 20px; line-height: 1.3; font-weight: 720; letter-spacing: -.02em; }
.intro { font-size: 18.5px; line-height: 1.6; color: var(--asphalt-2); max-width: 600px; }

/* ---------- Navigation ---------- */
.nav { position: sticky; top: 0; z-index: 40; height: var(--nav-h); background: rgba(255, 255, 255, .92); backdrop-filter: saturate(1.5) blur(12px); -webkit-backdrop-filter: saturate(1.5) blur(12px); border-bottom: 1px solid transparent; transition: border-color .2s; }
.nav.is-scrolled { border-bottom-color: var(--line); }
.nav-row { display: flex; align-items: center; gap: 32px; height: 100%; }
.nav-links { display: flex; gap: 26px; font-size: 15.5px; font-weight: 550; }
.nav-links a { text-decoration: none; color: var(--asphalt-2); white-space: nowrap; }
.nav-links a:hover { color: var(--sign); }
.nav-links .nav-cta-mobile { display: none; }
.nav-end { margin-left: auto; display: flex; align-items: center; gap: 14px; }
.nav-x { display: inline-flex; align-items: center; gap: 9px; height: 42px; padding: 0 14px; border-radius: 10px; border: 1.5px solid var(--line); font-size: 15px; font-weight: 650; text-decoration: none; white-space: nowrap; }
.nav-x svg { width: 15px; height: 15px; fill: currentColor; }
.nav-x:hover { border-color: var(--asphalt); }
.nav-toggle { display: none; position: relative; width: 44px; height: 44px; margin-right: -8px; border: 0; background: none; cursor: pointer; }
.nav-toggle i { position: absolute; left: 12px; right: 12px; height: 2px; border-radius: 1px; background: var(--asphalt); transition: transform .2s, opacity .2s; }
.nav-toggle i:nth-of-type(1) { top: 15px; } .nav-toggle i:nth-of-type(2) { top: 21px; } .nav-toggle i:nth-of-type(3) { top: 27px; }
.nav-toggle[aria-expanded="true"] i:nth-of-type(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] i:nth-of-type(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] i:nth-of-type(3) { transform: translateY(-6px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 72px 0 0; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: 48px; align-items: center; padding-bottom: 80px; }
.hero-copy h1 { margin-top: 24px; }
.hero-lede { margin-top: 26px; font-size: clamp(18px, 1.5vw, 20px); line-height: 1.55; color: var(--asphalt-2); max-width: 580px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.registry { display: inline-flex; align-items: center; gap: 16px; margin-top: 34px; padding: 11px 16px 11px 13px; border-radius: 12px; border: 1.5px solid var(--line); background: var(--white); text-decoration: none; color: var(--asphalt); max-width: 100%; transition: border-color .18s; }
.registry:hover { border-color: var(--asphalt-3); }
.registry img { width: 100px; height: auto; flex: none; }
.registry span { display: grid; gap: 1px; padding-left: 16px; border-left: 1.5px solid var(--line); font-size: 13.5px; color: var(--asphalt-3); line-height: 1.4; }
.registry b { font-size: 14.5px; font-weight: 700; color: var(--asphalt); }

/* The signpost: each blade is a search, the yellow tag is its position. */
.signpost { position: relative; justify-self: center; width: 100%; max-width: 480px; min-height: 520px; }
.post { position: absolute; left: 44px; top: 0; bottom: 56px; width: 16px; }
.post .pole { position: absolute; left: 0; right: 0; top: 14px; bottom: 0; border-radius: 3px; background: linear-gradient(90deg, #8f9893, #d9ddd9 45%, #9ba39e 70%, #7d857f); }
.post .cap { position: absolute; left: -3px; right: -3px; top: 0; height: 18px; border-radius: 9px 9px 3px 3px; background: linear-gradient(90deg, #7d857f, #c3c8c4 50%, #7d857f); }
.post .foot { position: absolute; left: -26px; right: -26px; bottom: -10px; height: 18px; border-radius: 50%; background: radial-gradient(closest-side, rgba(20, 25, 23, .22), transparent); }
.blades { position: relative; padding-top: 34px; display: grid; gap: 22px; }
.blade { position: relative; display: flex; align-items: center; gap: 16px; width: fit-content; min-width: 290px; max-width: calc(100% - 20px); height: 74px; margin-left: 30px; padding: 0 16px 0 48px; border-radius: 10px; background: var(--sign); color: var(--white); box-shadow: inset 0 0 0 3px var(--sign), inset 0 0 0 5.5px var(--white), 0 18px 30px -18px rgba(6, 68, 42, .55); transform-origin: 22px 50%; }
.blade:nth-child(even) { margin-left: 30px; }
.blade .q { font-size: 21px; font-weight: 720; letter-spacing: -.01em; white-space: nowrap; }
.blade .pos { flex: none; display: grid; place-items: center; width: 44px; height: 44px; margin-left: auto; border-radius: 9px; background: var(--lane); color: var(--asphalt); font-size: 22px; font-weight: 820; box-shadow: inset 0 0 0 2px var(--lane), inset 0 0 0 3.5px var(--asphalt); }
.blade .pos::before { content: '#'; font-size: 13px; font-weight: 750; margin-right: 1px; align-self: center; }
.blade .pos { display: flex; align-items: center; justify-content: center; }
.clamp { position: absolute; left: 6px; top: 50%; width: 30px; height: 26px; margin-top: -13px; border-radius: 4px; background: linear-gradient(180deg, #c3c8c4, #858d88); box-shadow: 0 1px 0 rgba(0, 0, 0, .2); }
.clamp::before, .clamp::after { content: ''; position: absolute; left: 50%; width: 5px; height: 5px; margin-left: -2.5px; border-radius: 50%; background: #5a625d; }
.clamp::before { top: 4px; } .clamp::after { bottom: 4px; }
.signpost figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding-left: 16px; font-family: var(--mono); font-size: 13px; line-height: 1.5; color: var(--asphalt-3); max-width: 380px; }

.js .blade { opacity: 0; transform: rotate(-11deg); }
.js .signpost.is-in .blade { animation: swing .9s cubic-bezier(.2, 1.35, .45, 1) forwards; animation-delay: calc(.12s + var(--i) * .13s); }
.js .signpost.is-in .blade .pos { animation: tag .45s cubic-bezier(.2, 1.6, .5, 1) backwards; animation-delay: calc(.55s + var(--i) * .13s); }
@keyframes swing { from { opacity: 0; transform: rotate(-11deg); } 30% { opacity: 1; } to { opacity: 1; transform: rotate(0); } }
@keyframes tag { from { transform: scale(.4); opacity: 0; } }

/* A kerb with a dashed lane line closes the hero. */
.road { height: 26px; background: var(--asphalt); position: relative; }
.road::after { content: ''; position: absolute; left: 0; right: 0; top: 50%; height: 4px; margin-top: -2px; background: repeating-linear-gradient(90deg, var(--lane) 0 44px, transparent 44px 80px); }

/* ---------- Sections ---------- */
.section { padding: 112px 0; }
.head { max-width: 760px; margin-bottom: 52px; }
.head h2 { margin-top: 20px; }
.head .intro { margin-top: 18px; }

/* Where traffic leaks */
.problems { background: var(--kerb); }
.leaks { border-top: 2px solid var(--asphalt); }
.leak { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 48px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.leak-head { padding: 14px 0; font-size: 13.5px; font-weight: 700; color: var(--asphalt-3); letter-spacing: .02em; text-transform: uppercase; }
.leak h3 { font-size: 21px; }
.leak code { display: block; width: fit-content; max-width: 100%; margin-top: 10px; padding: 5px 9px; border-radius: 6px; background: var(--white); border: 1px solid var(--line); font-size: 13px; line-height: 1.5; color: var(--asphalt-2); overflow-wrap: anywhere; }
.leak p { color: var(--asphalt-2); font-size: 16.5px; line-height: 1.6; align-self: center; }

/* Services */
.svc-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; border-top: 2px solid var(--asphalt); }
.svc { padding: 34px 36px 38px 0; border-bottom: 1px solid var(--line); }
.svc:nth-child(odd) { border-right: 1px solid var(--line); }
.svc:nth-child(even) { padding-left: 36px; padding-right: 0; }
.svc h3 { font-size: 24px; }
.tab { display: inline-block; padding-bottom: 6px; background: linear-gradient(var(--lane), var(--lane)) left bottom / 44px 4px no-repeat; }
.svc > p { margin-top: 12px; color: var(--asphalt-2); max-width: 460px; }
.svc ul { margin-top: 20px; display: grid; gap: 10px; }
.svc li { display: flex; gap: 12px; font-size: 16px; font-weight: 550; }
.svc li::before { content: ''; flex: none; width: 16px; height: 16px; margin-top: 4px; border-radius: 4px; background: var(--sign) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 8.3l2.5 2.4L12 5.3' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/100% no-repeat; }

/* How we work: a road with four stops */
.process { background: var(--asphalt); color: var(--white); }
.process .head h2 { color: var(--white); }
.route { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; counter-reset: stop; }
.route::before { content: ''; position: absolute; left: 22px; right: 22px; top: 22px; height: 4px; margin-top: -2px; background: repeating-linear-gradient(90deg, var(--lane) 0 26px, transparent 26px 46px); }
.route li { position: relative; }
.stop { position: relative; z-index: 1; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--asphalt); border: 3px solid var(--lane); color: var(--lane); font-weight: 820; font-size: 18px; }
.route h3 { margin-top: 22px; font-size: 22px; }
.route p { margin-top: 10px; color: rgba(255, 255, 255, .72); font-size: 16px; }
.report { margin-top: 72px; padding-top: 32px; border-top: 1px solid rgba(255, 255, 255, .16); }
.report-title { font-size: 14px; font-weight: 700; letter-spacing: .02em; text-transform: uppercase; color: var(--lane); }
.report dl { margin-top: 20px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; }
.report dt { font-size: 19px; font-weight: 720; letter-spacing: -.015em; }
.report dd { margin-top: 6px; font-size: 15.5px; color: rgba(255, 255, 255, .7); }

/* Free tool */
.tool-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 64px; align-items: center; }
.tool-copy h2 { margin-top: 20px; }
.tool-copy .intro { margin-top: 18px; }
.tool-copy .btn { margin-top: 28px; }

.serp-tool { border-radius: 16px; border: 1.5px solid var(--line); background: var(--white); box-shadow: 0 30px 60px -40px rgba(20, 25, 23, .45); overflow: hidden; }
.serp-tool .fields { padding: 24px 26px 8px; background: var(--kerb); border-bottom: 1.5px solid var(--line); }
.serp-tool label { display: block; font-size: 14px; font-weight: 700; }
.serp-tool input, .serp-tool textarea, .serp-tool select { display: block; width: 100%; margin-top: 6px; padding: 10px 12px; border-radius: 9px; border: 1.5px solid rgba(20, 25, 23, .2); background: var(--white); font-size: 15.5px; font-weight: 450; line-height: 1.45; resize: vertical; }
.serp-tool input:focus, .serp-tool textarea:focus, .serp-tool select:focus { outline: none; border-color: var(--sign); box-shadow: 0 0 0 3px rgba(10, 92, 54, .18); }
.meter { display: flex; align-items: center; gap: 12px; margin: 8px 0 18px; font-size: 13px; font-weight: 600; color: var(--asphalt-3); font-variant-numeric: tabular-nums; }
.meter i { position: relative; flex: 1; height: 6px; border-radius: 3px; background: rgba(20, 25, 23, .1); overflow: hidden; }
.meter i::after { content: ''; position: absolute; inset: 0 auto 0 0; width: var(--w, 0%); border-radius: 3px; background: var(--c, var(--sign)); transition: width .2s, background-color .2s; }
.meter span { flex: none; min-width: 190px; text-align: right; }
.meter[data-state="near"] { --c: var(--lane); }
.meter[data-state="over"] { --c: #c5402b; }
.meter[data-state="over"] span { color: #a3321f; }
.serp { padding: 22px 26px 26px; }
.serp-kicker { font-size: 12.5px; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; color: var(--asphalt-3); }
.serp-result { margin-top: 14px; max-width: 600px; font-family: Arial, 'Liberation Sans', Arimo, Helvetica, sans-serif; }
.serp-site { display: flex; align-items: center; gap: 12px; }
.serp-fav { flex: none; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: #f1f3f4; border: 1px solid #dadce0; font-size: 13px; font-weight: 700; color: var(--serp-dark); }
.serp-site > span:last-child { display: grid; line-height: 1.3; min-width: 0; }
.serp-site b { font-size: 14px; font-weight: 400; color: var(--serp-dark); }
.serp-site small { font-size: 12px; color: var(--serp-text); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.serp-title { margin-top: 8px; font-size: 20px; line-height: 1.3; color: var(--serp-link); overflow-wrap: anywhere; }
.serp-rich { margin-top: 4px; font-size: 14px; color: #70757a; }
.serp-rich[hidden] { display: none; }
.serp-desc { margin-top: 4px; font-size: 14px; line-height: 1.58; color: var(--serp-text); overflow-wrap: anywhere; }

/* FAQ */
.faq { background: var(--kerb); }
.faq-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 64px; }
.faq .head { margin-bottom: 0; }
.faq-list { border-top: 2px solid var(--asphalt); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 22px 0; font-size: 19px; font-weight: 720; letter-spacing: -.015em; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: ''; flex: none; width: 26px; height: 26px; border-radius: 6px; background: var(--white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M10 4v12M4 10h12' stroke='%23141917' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center/14px no-repeat; border: 1.5px solid var(--line); transition: transform .2s; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { padding: 0 52px 24px 0; color: var(--asphalt-2); font-size: 17px; }

/* Contact */
.contact { background: var(--sign); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 64px; align-items: start; }
.contact-copy h2 { margin-top: 20px; }
.contact-copy .intro { margin-top: 18px; color: rgba(255, 255, 255, .82); }
.reach { margin-top: 34px; display: grid; gap: 10px; max-width: 420px; }
.reach-row { display: flex; align-items: center; gap: 14px; padding: 13px 14px; border-radius: 12px; border: 1.5px solid rgba(255, 255, 255, .28); text-decoration: none; font-weight: 650; font-size: 16px; min-width: 0; transition: border-color .18s, background-color .18s; }
.reach-row:hover { border-color: var(--white); background: rgba(255, 255, 255, .06); }
.reach-row > span:last-child { display: grid; min-width: 0; overflow-wrap: anywhere; line-height: 1.35; }
.reach-row small { font-size: 12.5px; font-weight: 550; color: rgba(255, 255, 255, .7); }
.reach-ico { flex: none; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 10px; background: var(--white); color: var(--sign); }
.reach-ico svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linejoin: round; }
.reach-x svg { width: 16px; height: 16px; fill: var(--asphalt); stroke: none; }

.form { padding: 32px; border-radius: 16px; background: var(--white); color: var(--asphalt); box-shadow: 0 40px 80px -40px rgba(0, 0, 0, .45); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 16px; }
.form label { display: block; font-size: 14px; font-weight: 700; }
.form label.full { margin-top: 16px; }
.optional { margin-left: 6px; font-weight: 500; color: var(--asphalt-3); font-size: 13px; }
.form input, .form select, .form textarea { display: block; width: 100%; min-width: 0; height: 48px; margin-top: 6px; padding: 0 13px; border-radius: 9px; border: 1.5px solid rgba(20, 25, 23, .22); background: var(--white); font-size: 16px; font-weight: 450; transition: border-color .18s, box-shadow .18s; }
.form textarea { height: auto; min-height: 104px; padding: 11px 13px; line-height: 1.5; resize: vertical; }
.form select { -webkit-appearance: none; appearance: none; padding-right: 40px; background: var(--white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 6l4 4 4-4' fill='none' stroke='%2369726d' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") right 13px center/16px no-repeat; }
.form input::placeholder, .form textarea::placeholder { color: #98a09b; }
.form input:focus, .form select:focus, .form textarea:focus { outline: none; border-color: var(--sign); box-shadow: 0 0 0 3px rgba(10, 92, 54, .18); }
.form [aria-invalid="true"] { border-color: #c5402b; }
.field-error { display: block; margin-top: 6px; font-size: 13px; font-weight: 600; color: #a3321f; }
.honey { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.turnstile { margin-top: 16px; }
.turnstile:empty { margin-top: 0; }
.form-foot { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 22px; }
.form-status { flex: 1; min-width: 200px; font-size: 14.5px; color: var(--asphalt-3); }
.form-status.error { color: #a3321f; }
.form-status.success { color: var(--sign); font-weight: 700; }
.form-note { margin-top: 16px; font-size: 13px; color: var(--asphalt-3); }
.form-note a { color: var(--asphalt-2); }

/* Footer */
.footer { background: var(--asphalt); color: rgba(255, 255, 255, .78); padding: 72px 0 40px; }
.foot-top { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 48px; padding-bottom: 44px; border-bottom: 1px solid rgba(255, 255, 255, .14); }
.foot-brand p { margin-top: 14px; font-size: 15px; }
.foot-x { display: inline-flex; align-items: center; gap: 10px; margin-top: 20px; height: 42px; padding: 0 16px; border-radius: 10px; background: var(--white); color: var(--asphalt); font-size: 15px; font-weight: 700; text-decoration: none; }
.foot-x svg { width: 15px; height: 15px; fill: currentColor; }
.foot-nav { display: grid; grid-template-columns: repeat(3, auto); gap: 64px; }
.foot-nav h4 { margin: 0 0 12px; font-size: 13px; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; color: var(--lane); }
.foot-nav a { display: block; padding: 4px 0; font-size: 15px; text-decoration: none; color: rgba(255, 255, 255, .78); }
.foot-nav a:hover { color: var(--white); }
.foot-legal { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 28px; padding-top: 28px; font-size: 13.5px; line-height: 1.5; }
.foot-legal p { flex: 1; min-width: 260px; }
.foot-legal .copy { flex: none; min-width: 0; }
.registry-light { margin-top: 0; border-color: transparent; }

/* ---------- Tool page and legal pages ---------- */
.page-head { padding: 72px 0 40px; }
.page-head h1 { margin-top: 20px; font-size: clamp(38px, 5vw, 64px); }
.page-head .intro { margin-top: 18px; }
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; font-size: 14px; color: var(--asphalt-3); }
.crumbs a { color: var(--asphalt-2); }
.tool-page .serp-tool { max-width: 860px; }
.tool-page .serp-tool .fields { padding-bottom: 26px; }
.tool-page .options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-bottom: 18px; }
.tool-page .options .span-2 { grid-column: 1 / -1; }
.tool-page .check { display: flex; align-items: center; gap: 10px; margin: 2px 0 18px; font-weight: 600; font-size: 14.5px; }
.tool-page .check input { width: 18px; height: 18px; margin: 0; accent-color: var(--sign); }
.guide { padding: 72px 0 104px; }
.guide-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 48px 72px; max-width: 1040px; }
.guide h2 { font-size: clamp(26px, 2.6vw, 32px); }
.guide p, .guide li { margin-top: 12px; color: var(--asphalt-2); }
.guide ul { padding-left: 20px; list-style: disc; }
.guide code { font-size: 14px; background: var(--kerb); padding: 2px 6px; border-radius: 5px; }
.cta-band { background: var(--sign); color: var(--white); padding: 64px 0; }
.cta-band .wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; }
.cta-band h2 { font-size: clamp(28px, 3.2vw, 40px); max-width: 640px; }
.cta-band .btn { background: var(--white); color: var(--sign); }
.cta-band .btn:hover { background: var(--lane); color: var(--asphalt); }

.doc { padding: 72px 0 104px; }
.doc-inner { max-width: 720px; }
.doc .meta { font-size: 14px; color: var(--asphalt-3); }
.doc h1 { margin-top: 12px; font-size: clamp(38px, 5vw, 58px); }
.doc h2 { margin-top: 40px; font-size: 23px; letter-spacing: -.02em; }
.doc p { margin-top: 14px; color: var(--asphalt-2); }
.doc a { color: var(--sign); }
.back { display: inline-block; margin-top: 44px; font-weight: 700; color: var(--asphalt) !important; }

@media (min-width: 1001px) {
  .tool-page .serp-tool { max-width: none; display: grid; grid-template-columns: minmax(0, 1fr) 690px; align-items: stretch; }
  .tool-page .serp-tool .fields { border-bottom: 0; border-right: 1.5px solid var(--line); }
  .tool-page .serp { padding: 28px 40px; }
  .tool-page .serp-result { position: sticky; top: calc(var(--nav-h) + 24px); }
}

/* ---------- Responsive ---------- */
@media (max-width: 1140px) {
  .nav-x span { display: none; }
  .nav-x { width: 42px; padding: 0; justify-content: center; }
  .nav-links { gap: 20px; }
}

/* Collapse the main navigation before it can overflow. */
@media (max-width: 1240px) {
  .nav-links { position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; gap: 0; padding: 8px var(--pad) 22px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 24px 40px -26px rgba(20, 25, 23, .3); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity .2s, transform .2s, visibility 0s .2s; }
  .nav-links a { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 17px; color: var(--asphalt); }
  .nav-links .nav-cta-mobile { display: flex; justify-content: center; margin-top: 16px; padding: 14px; border: 0; border-radius: 10px; background: var(--sign); color: var(--white); font-weight: 700; }
  .nav.is-open .nav-links { opacity: 1; visibility: visible; transform: none; transition: opacity .2s, transform .2s; }
  .nav.is-open { background: var(--white); border-bottom-color: var(--line); }
  .nav-toggle { display: block; }
}

@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: 1fr; gap: 56px; padding-bottom: 72px; }
  .signpost { justify-self: start; }
  .tool-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 44px; }
  .route { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 44px; }
  .route::before { display: none; }
  .report dl { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .foot-top { grid-template-columns: 1fr; }
  .guide-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  :root { --pad: 18px; --nav-h: 64px; }
  body { font-size: 16px; }
  .nav-end .btn { display: none; }
  .plate { height: 36px; }
  .plate-name { font-size: 17px; }
  .section { padding: 84px 0; }
  .hero { padding-top: 48px; }
  .hero-actions .btn { flex: 1 1 auto; }
  .registry { flex-wrap: wrap; gap: 10px; }
  .registry span { border-left: 0; padding-left: 0; flex: 1 1 200px; }
  .signpost { min-height: 460px; }
  .blade { min-width: 0; height: 64px; padding: 0 12px 0 44px; margin-left: 24px; }
  .blade .q { font-size: 17px; }
  .blade .pos { width: 38px; height: 38px; font-size: 19px; }
  .post { left: 36px; }
  .leak { grid-template-columns: 1fr; gap: 12px; padding: 22px 0; }
  .leak-head { display: none; }
  .svc-grid { grid-template-columns: 1fr; }
  .svc, .svc:nth-child(even) { padding: 28px 0 30px; border-right: 0; }
  .svc:nth-child(odd) { border-right: 0; }
  .route { grid-template-columns: 1fr; }
  .report dl { grid-template-columns: 1fr; gap: 20px; }
  .serp-tool .fields, .serp { padding-left: 16px; padding-right: 16px; }
  .meter { flex-wrap: wrap; gap: 6px; }
  .meter i { flex-basis: 100%; }
  .meter span { min-width: 0; text-align: left; }
  .form { padding: 22px 16px; }
  .form-grid { grid-template-columns: 1fr; }
  .faq-list details p { padding-right: 0; }
  .foot-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
  .tool-page .options { grid-template-columns: 1fr; }
}

@media (max-width: 400px) {
  .nav-row { gap: 10px; }
  .nav-end { gap: 6px; }
  .plate { gap: 7px; padding: 0 9px 0 7px; }
  .plate-name { font-size: 15.5px; }
  .nav-x { width: 38px; height: 38px; }
  .post { left: 28px; }
  .blade { gap: 8px; margin-left: 16px; padding: 0 9px 0 40px; height: 58px; }
  .blade .q { font-size: 14.5px; }
  .blade .pos { width: 34px; height: 34px; font-size: 17px; }
  .clamp { width: 26px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-delay: 0s !important; transition-duration: .01ms !important; }
  .js .blade { opacity: 1; transform: none; }
}

/* ---------- Sign in ---------- */
.auth { min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; background: var(--kerb); }
.auth-main { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 56px 16px 44px; }
.auth-logo { margin-bottom: 30px; }
.auth-card { width: 100%; max-width: 420px; padding: 36px; border-radius: 18px; background: var(--white); border: 1.5px solid var(--line); box-shadow: 0 34px 64px -42px rgba(20, 25, 23, .38); }
.auth-head h1 { font-size: 30px; line-height: 1.15; font-weight: 800; letter-spacing: -.025em; }
.auth-head p { margin-top: 8px; font-size: 15.5px; line-height: 1.5; color: var(--asphalt-3); }
.auth-field { margin-top: 20px; }
.auth-head + .auth-field { margin-top: 28px; }
.auth-field label { display: block; font-size: 14px; font-weight: 700; }
.auth-label-row { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.auth-link { font-size: 14px; font-weight: 650; color: var(--sign); text-decoration: none; }
.auth-link:hover { text-decoration: underline; text-underline-offset: 3px; }
.auth-field input { display: block; width: 100%; min-width: 0; height: 48px; margin-top: 6px; padding: 0 13px; border-radius: 9px; border: 1.5px solid rgba(20, 25, 23, .22); background: var(--white); font-size: 16px; font-weight: 450; transition: border-color .18s, box-shadow .18s; }
.auth-field input:focus { outline: none; border-color: var(--sign); box-shadow: 0 0 0 3px rgba(10, 92, 54, .18); }
.auth-field input[aria-invalid="true"] { border-color: #c5402b; }
.auth-password { position: relative; }
.auth-password input { padding-right: 52px; }
.auth-password input::-ms-reveal { display: none; }
.auth-reveal { position: absolute; right: 5px; top: 5px; display: grid; place-items: center; width: 38px; height: 38px; border: 0; border-radius: 7px; background: transparent; color: var(--asphalt-3); cursor: pointer; }
.auth-reveal:hover { background: var(--kerb); color: var(--asphalt); }
.auth-reveal svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.auth-reveal .i-hide, .auth-reveal[aria-pressed="true"] .i-show { display: none; }
.auth-reveal[aria-pressed="true"] .i-hide { display: block; }
.auth-check { margin-top: 22px; min-height: 65px; }
.auth-check[hidden] { display: none; }
.auth-check.is-compact { display: flex; justify-content: center; }
.auth-submit { width: 100%; height: 50px; margin-top: 18px; }
.auth-status { margin-top: 12px; font-size: 14.5px; line-height: 1.45; text-align: center; color: var(--asphalt-3); }
.auth-status:empty { display: none; }
.auth-status.error { color: #a3321f; font-weight: 600; }
.auth-back { display: block; width: fit-content; margin: 18px auto 0; font-size: 14.5px; font-weight: 650; color: var(--asphalt-2); text-decoration: none; }
.auth-back:hover { color: var(--asphalt); text-decoration: underline; text-underline-offset: 3px; }
.auth-back[hidden], .auth-field[hidden], .auth-form[hidden], .auth-sent[hidden] { display: none; }
.auth-sent { text-align: center; }
.auth-sent-icon { display: grid; place-items: center; width: 56px; height: 56px; margin: 4px auto 0; border-radius: 14px; background: var(--sign-soft); }
.auth-sent-icon svg { width: 28px; height: 28px; fill: none; stroke: var(--sign); stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.auth-sent h2 { margin-top: 18px; font-size: 26px; line-height: 1.2; font-weight: 800; letter-spacing: -.02em; }
.auth-sent h2:focus { outline: none; }
.auth-sent p { margin-top: 10px; font-size: 15.5px; line-height: 1.55; color: var(--asphalt-3); overflow-wrap: anywhere; }
.auth-sent b { color: var(--asphalt); }
.auth-sent .auth-submit { margin-top: 24px; }
.auth-help { margin-top: 22px; font-size: 14.5px; text-align: center; color: var(--asphalt-3); overflow-wrap: anywhere; }
.auth-help a { color: var(--asphalt); font-weight: 650; }
.auth-foot { display: flex; flex-direction: column; align-items: center; gap: 16px; margin-top: 44px; }
.auth-foot .registry { margin-top: 0; }
.auth-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 22px; font-size: 14px; }
.auth-links a { color: var(--asphalt-3); text-decoration: none; }
.auth-links a:hover { color: var(--asphalt); }
.auth .road { flex: none; }
@media (max-width: 480px) {
  .auth-main { padding: 36px 16px 32px; }
  .auth-logo { margin-bottom: 24px; }
  .auth-card { padding: 28px 20px; }
  .auth-head h1 { font-size: 27px; }
  .auth-foot .registry { flex-direction: column; gap: 10px; padding: 14px 18px; text-align: center; }
  .auth-foot .registry span { flex: none; padding-left: 0; border-left: 0; }
}
