:root {
  --ink: #151710;
  --muted: #6f7268;
  --surface: #f4f4ee;
  --card: #fffef8;
  --line: #dedfd5;
  --lime: #d8ff72;
  --lime-dark: #a8d439;
  --violet: #c7b9ff;
  --coral: #ff9d7b;
  --blue: #9fc9ff;
  --red: #c94d3f;
  --amber: #a96f08;
  --green: #31754c;
  --shadow: 0 20px 60px rgba(30, 33, 21, .08);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: "DM Sans", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
.hidden { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.topbar {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  width: min(1180px, calc(100% - 48px));
  height: 92px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(21,23,16,.11);
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: Manrope, sans-serif; font-size: 21px; font-weight: 800; letter-spacing: -.7px; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; background: var(--ink); color: var(--lime); border-radius: 10px; font-size: 17px; transform: rotate(-4deg); }
.topnav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 600; }
.topnav a { color: #55594e; transition: color .2s; }
.topnav a:hover { color: var(--ink); }
.language-switch { position: relative; z-index: 40; width: 166px; }
.language-flag { flex: 0 0 auto; width: 22px; height: 15px; border: 1px solid rgba(21,23,16,.16); border-radius: 3px; background: center / cover no-repeat; box-shadow: 0 1px 2px rgba(0,0,0,.08); }
.language-flag[data-flag="en"] { background-image: url("/flags/en.svg"); }
.language-flag[data-flag="et"] { background-image: url("/flags/et.svg"); }
.language-flag[data-flag="ru"] { background-image: url("/flags/ru.svg"); }
.language-flag[data-flag="uk"] { background-image: url("/flags/uk.svg"); }
.language-flag[data-flag="de"] { background-image: url("/flags/de.svg"); }
.language-flag[data-flag="fr"] { background-image: url("/flags/fr.svg"); }
.language-flag[data-flag="es"] { background-image: url("/flags/es.svg"); }
.language-flag[data-flag="pl"] { background-image: url("/flags/pl.svg"); }
.language-trigger { width: 100%; height: 40px; display: flex; align-items: center; gap: 9px; padding: 0 11px; border: 1px solid rgba(21,23,16,.16); border-radius: 12px; background: rgba(255,255,255,.72); box-shadow: 0 3px 12px rgba(25,28,18,.04); color: var(--ink); font-size: 11px; font-weight: 700; cursor: pointer; transition: border-color .18s, background .18s, box-shadow .18s; }
.language-trigger:hover { border-color: rgba(93,111,52,.44); background: #fff; }
.language-current { min-width: 0; overflow: hidden; flex: 1; text-align: left; text-overflow: ellipsis; white-space: nowrap; }
.language-chevron { flex: 0 0 auto; width: 10px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; color: #74786d; transition: transform .18s; }
.language-switch.open .language-trigger { border-color: #a8d439; background: white; box-shadow: 0 0 0 3px rgba(168,212,57,.18), 0 12px 28px rgba(25,28,18,.1); }
.language-switch.open .language-chevron { transform: rotate(180deg); }
.language-options { position: absolute; top: calc(100% + 8px); right: 0; width: 238px; max-height: min(390px, calc(100vh - 110px)); overflow-y: auto; padding: 7px; border: 1px solid rgba(21,23,16,.14); border-radius: 15px; background: rgba(255,255,251,.98); box-shadow: 0 22px 60px rgba(29,32,22,.18); backdrop-filter: blur(18px); }
.language-options[hidden] { display: none; }
.language-option { width: 100%; min-height: 42px; display: grid; grid-template-columns: 24px minmax(0,1fr) auto 18px; align-items: center; gap: 9px; padding: 7px 9px; border: 0; border-radius: 9px; background: transparent; color: #50544a; text-align: left; cursor: pointer; }
.language-option:hover, .language-option:focus-visible { outline: 0; background: #f0f4e7; color: var(--ink); }
.language-option.active { background: #ebf6d4; color: #29420c; }
.language-option span:nth-child(2) { overflow: hidden; font-size: 12px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.language-option small { color: #8a8e83; font-size: 9px; font-weight: 700; letter-spacing: .7px; }
.language-option i { opacity: 0; color: #648b1d; font-size: 13px; font-style: normal; }
.language-option.active i { opacity: 1; }
.language-trigger:focus-visible, .footer-links a:focus-visible, .legal-nav a:focus-visible { outline: 3px solid var(--lime-dark); outline-offset: 3px; }
.history-button { border: 1px solid rgba(21,23,16,.18); background: rgba(255,255,255,.4); padding: 9px 12px; border-radius: 12px; cursor: pointer; font-size: 13px; }
.history-button span { display: inline-grid; place-items: center; min-width: 20px; height: 20px; margin-left: 4px; padding: 0 5px; border-radius: 10px; background: var(--ink); color: white; font-size: 11px; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 740px;
  padding: 174px 24px 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 51% 48%, rgba(216,255,114,.35), transparent 26%),
    linear-gradient(180deg, #f7f7f2 0%, #efefe8 100%);
  border-bottom: 1px solid var(--line);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .48;
  background-image: linear-gradient(rgba(21,23,16,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(21,23,16,.035) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
}
.hero-orbit { position: absolute; border: 1px solid rgba(21,23,16,.08); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 680px; height: 680px; top: 70px; left: calc(50% - 340px); }
.orbit-two { width: 900px; height: 420px; top: 205px; left: calc(50% - 450px); }
.eyebrow { position: relative; z-index: 1; margin: 0 0 20px; text-transform: uppercase; letter-spacing: 1.7px; font-size: 11px; font-weight: 700; color: #62665a; }
.eyebrow span { display: inline-block; width: 6px; height: 6px; margin: 0 8px 1px 0; border-radius: 50%; background: var(--lime-dark); }
.hero h1, .section-heading h2, .how-card h2 { position: relative; z-index: 1; margin: 0; font-family: Manrope, sans-serif; font-size: clamp(48px, 6.1vw, 82px); line-height: .98; letter-spacing: -5px; font-weight: 700; }
.hero h1 em { position: relative; color: transparent; -webkit-text-stroke: 1.8px var(--ink); font-style: normal; }
.hero h1 em::after { content: ""; position: absolute; z-index: -1; left: 1%; right: -1%; bottom: 6%; height: 25%; background: var(--lime); transform: rotate(-1deg); }
.hero-copy { position: relative; z-index: 1; max-width: 660px; margin: 30px auto 34px; color: var(--muted); font-size: 18px; line-height: 1.6; }
.audit-form { position: relative; z-index: 2; width: min(750px, 100%); }
.url-field-wrap { display: flex; align-items: center; min-height: 72px; padding: 8px; border: 1px solid rgba(21,23,16,.14); border-radius: 20px; background: rgba(255,255,251,.96); box-shadow: 0 18px 50px rgba(37,41,25,.12); backdrop-filter: blur(12px); transition: border-color .2s, box-shadow .2s; }
.url-field-wrap:focus-within { border-color: rgba(91,111,48,.55); box-shadow: 0 20px 54px rgba(37,41,25,.15), 0 0 0 3px rgba(216,255,114,.22); }
.url-icon { width: 50px; display: grid; place-items: center; color: #767a6f; }
.url-icon svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.url-field-wrap input { flex: 1; min-width: 0; height: 54px; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 18px; }
.url-field-wrap input::placeholder { color: #989b92; }
.url-field-wrap input:-webkit-autofill,
.url-field-wrap input:-webkit-autofill:hover,
.url-field-wrap input:-webkit-autofill:focus,
.url-field-wrap input:-webkit-autofill:active {
  -webkit-text-fill-color: var(--ink);
  -webkit-box-shadow: 0 0 0 1000px #fffffb inset;
  caret-color: var(--ink);
  transition: background-color 9999s ease-out 0s;
}
.analyze-button, .button-primary, .button-secondary { border: 0; cursor: pointer; border-radius: 14px; font-weight: 700; transition: transform .18s, background .18s, opacity .18s; }
.analyze-button { height: 54px; padding: 0 22px 0 25px; display: inline-flex; gap: 18px; align-items: center; background: var(--ink); color: white; }
.analyze-button:hover, .button-primary:hover { transform: translateY(-1px); background: #292c22; }
.analyze-button:disabled { cursor: wait; opacity: .65; }
.analyze-button svg { width: 19px; fill: none; stroke: var(--lime); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.form-error { min-height: 20px; margin: 10px 0 0; color: #ad4034; font-size: 13px; text-align: left; padding-left: 12px; }
.trust-row { position: relative; z-index: 1; display: flex; flex-wrap: wrap; justify-content: center; gap: 25px; margin-top: 24px; color: #686c61; font-size: 13px; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.trust-row svg { width: 17px; height: 17px; fill: none; stroke: #5e7a25; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.scanner-section, .results-section { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 88px 0; }
.scanner-section { min-height: 570px; display: grid; place-items: center; }
.scanner-card { width: min(760px, 100%); padding: 42px; background: var(--card); border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); }
.scanner-head { display: flex; justify-content: space-between; gap: 20px; align-items: end; }
.scanner-head .eyebrow { margin-bottom: 8px; }
.scanner-head h2 { margin: 0; font-family: Manrope, sans-serif; font-size: 30px; letter-spacing: -1.2px; overflow-wrap: anywhere; }
.scanner-percent { font: 700 28px Manrope, sans-serif; }
.progress-track { overflow: hidden; height: 8px; margin: 30px 0; border-radius: 4px; background: #e7e8df; }
.progress-track span { display: block; width: 0; height: 100%; border-radius: inherit; background: var(--lime-dark); transition: width .5s ease; }
.scanner-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.scan-step { display: grid; grid-template-columns: 12px 1fr auto; align-items: center; gap: 12px; padding: 15px 16px; border: 1px solid var(--line); border-radius: 14px; color: #7a7d74; }
.scan-step i { width: 9px; height: 9px; border-radius: 50%; background: #d0d2c8; }
.scan-step b { font-size: 11px; font-weight: 600; }
.scan-step.active { color: var(--ink); border-color: #b9c988; background: #f7faed; }
.scan-step.active i { background: var(--lime-dark); box-shadow: 0 0 0 5px rgba(168,212,57,.16); animation: pulse 1.4s infinite; }
.scan-step.done i { background: var(--green); }
.scan-step.done { color: #52564c; }
.scanner-note { margin: 20px 0 0; color: var(--muted); text-align: center; font-size: 12px; }
@keyframes pulse { 50% { box-shadow: 0 0 0 8px rgba(168,212,57,0); } }

.results-section { padding-top: 76px; }
.result-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 32px; }
.result-heading > div:first-child { flex: 1 1 auto; min-width: 0; }
.result-heading .eyebrow { margin-bottom: 8px; }
.result-heading h2 { margin: 0; font: 700 clamp(32px, 4vw, 52px) Manrope, sans-serif; letter-spacing: -2.5px; overflow-wrap: anywhere; }
.result-heading p:not(.eyebrow) { margin: 6px 0 0; color: var(--muted); font-size: 13px; }
.result-heading .result-meta-error { color: #ad4034 !important; font-weight: 600; }
.device-switch { display: flex; align-items: center; gap: 6px; margin: -10px 0 18px; padding: 6px; border: 1px solid var(--line); border-radius: 14px; background: #f5f6f0; }
.device-tab { min-height: 38px; padding: 0 14px; border: 0; border-radius: 9px; background: transparent; color: var(--muted); font-size: 10px; font-weight: 700; cursor: pointer; }
.device-tab span { margin-right: 5px; font-size: 16px; vertical-align: -1px; }
.device-tab.active { background: var(--ink); color: white; box-shadow: 0 5px 14px rgba(32,35,29,.14); }
.device-switch small { margin-left: auto; padding: 0 10px; color: #858a7d; font-size: 9px; }
.rendering-warning { display: grid; grid-template-columns: 34px 1fr; align-items: start; gap: 12px; margin: 0 0 16px; padding: 14px 16px; border: 1px solid #e2c36f; border-radius: 14px; background: #fff8df; color: #62501e; }
.rendering-warning[hidden] { display: none; }
.rendering-warning-icon { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; background: #f4d883; color: #6c5000; font-weight: 800; }
.rendering-warning strong { display: block; font: 700 13px Manrope, sans-serif; }
.rendering-warning p { margin: 4px 0 0; color: #77673d; font-size: 11px; line-height: 1.5; }
.result-actions { flex: 0 1 720px; min-width: 0; max-width: 720px; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.result-actions button, .result-actions > a { flex: 0 0 auto; min-height: 48px; white-space: nowrap; line-height: 1.2; }
.result-actions > a { display: inline-flex; align-items: center; text-decoration: none; font-size: 11px; font-weight: 700; }
.button-primary, .button-secondary { padding: 13px 17px; }
.button-primary { background: var(--ink); color: white; }
.button-secondary { border: 1px solid var(--line); background: white; }
.button-secondary:hover { border-color: #a6a99e; }
.fresh-audit-button { border-color: #b7ca87; background: #f7fbe9; }
.fresh-audit-button:hover { border-color: #8faa4c; }
.fresh-audit-button:disabled { cursor: wait; opacity: .55; }
.public-report-button { border-color: #a7c45d; background: #f2f8df; }
.public-report-button:disabled { cursor: wait; opacity: .58; }
.public-report-link { border-color: #1f231b; background: var(--ink); color: white; }
.public-report-action-status { flex: 1 0 100%; max-width: 560px; margin: -2px 0 0 auto; color: #60733a; font-size: 9px; line-height: 1.4; text-align: right; }
.public-report-action-status.error { color: #ad4034; }
.score-opportunity { position: relative; margin: 0 0 12px; padding: 20px 22px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 15px 28px; align-items: center; overflow: hidden; border: 1px solid #b7ce79; border-radius: 18px; background: linear-gradient(115deg, #f8fce9 0%, #eff8d7 58%, #e9f3ce 100%); }
.score-opportunity[hidden] { display: none; }
.score-opportunity::after { content: ""; position: absolute; right: -42px; top: -80px; width: 190px; height: 190px; border-radius: 50%; background: rgba(216,255,114,.48); pointer-events: none; }
.score-opportunity-copy { position: relative; z-index: 1; }
.score-opportunity-copy > span { display: block; margin-bottom: 5px; color: #63723e; font-size: 9px; font-weight: 800; letter-spacing: 1.1px; text-transform: uppercase; }
.score-opportunity-copy p { margin: 0; font: 700 17px/1.4 Manrope, sans-serif; letter-spacing: -.35px; }
.score-opportunity-change { position: relative; z-index: 1; display: flex; align-items: center; gap: 9px; }
.score-opportunity-change strong { min-width: 47px; font: 700 28px/1 Manrope, sans-serif; text-align: center; letter-spacing: -1.3px; }
.score-opportunity-change strong:last-child { color: #527821; }
.score-opportunity-change i { color: #7c8c53; font: 400 20px Manrope, sans-serif; font-style: normal; }
.score-opportunity-track { position: relative; z-index: 1; grid-column: 1 / -1; height: 5px; overflow: hidden; border-radius: 999px; background: rgba(84,105,44,.13); }
.score-opportunity-track i { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #9bc63d, #5d8b24); transition: width .35s ease; }
.summary-grid { display: grid; grid-template-columns: minmax(420px, 2fr) repeat(4, minmax(105px, .56fr)); gap: 12px; }
.overall-card, .issue-card, .category-card, .report-main, .next-steps { background: var(--card); border: 1px solid var(--line); border-radius: 20px; }
.overall-card { display: flex; align-items: center; gap: 26px; padding: 25px; }
.score-ring { --score: 0; --ring-color: var(--lime-dark); position: relative; flex: 0 0 auto; width: 128px; height: 128px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--ring-color) calc(var(--score) * 1%), #e4e6dc 0); }
.score-ring::after { content: ""; position: absolute; inset: 9px; border-radius: 50%; background: var(--card); }
.score-ring div { position: relative; z-index: 1; display: grid; text-align: center; }
.score-ring strong { font: 700 40px Manrope, sans-serif; letter-spacing: -2px; line-height: 1; }
.score-ring span { margin-top: 5px; color: var(--muted); font-size: 11px; }
.result-badge { display: inline-flex; padding: 6px 9px; margin-bottom: 10px; border-radius: 7px; background: #eef8d7; color: #58741f; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .7px; }
.overall-copy h3 { margin: 0 0 7px; font: 700 21px Manrope, sans-serif; letter-spacing: -.7px; }
.overall-copy p { max-width: 360px; margin: 0; color: var(--muted); line-height: 1.5; font-size: 13px; }
.issue-card { position: relative; overflow: hidden; padding: 22px 18px; }
.issue-card::before { content: ""; position: absolute; width: 70px; height: 70px; border-radius: 50%; right: -30px; top: -32px; opacity: .34; }
.critical-card::before { background: var(--coral); }
.important-card::before { background: #ffbd61; }
.recommendation-card::before { background: #f3da70; }
.passed-card::before { background: var(--lime); }
.issue-card span { display: block; color: var(--muted); font-size: 11px; }
.issue-card strong { display: block; margin: 9px 0 2px; font: 700 34px Manrope, sans-serif; }
.issue-card p { margin: 0; color: #8a8d84; font-size: 10px; line-height: 1.4; }
.category-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin: 12px 0 28px; }
.category-card { padding: 17px 18px; }
.category-card-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 13px; }
.category-card-head span { color: var(--muted); font-size: 12px; }
.category-card-head strong { font: 700 19px Manrope, sans-serif; }
.category-card-partial .category-card-head span small, .category-card-partial .category-card-head strong small { display: block; margin-top: 4px; color: #92968c; font: 600 8px Manrope, sans-serif; letter-spacing: .3px; text-transform: uppercase; }
.category-card-partial .category-card-head strong { text-align: right; }
.category-card-partial .category-card-head strong b { font: inherit; }
.category-card-partial { background: #f8f8f4; }
.category-card-partial .category-coverage i { background: #a7aca1; }
.category-bar { overflow: hidden; height: 5px; border-radius: 5px; background: #e8e9e1; }
.category-bar i { display: block; height: 100%; border-radius: inherit; background: var(--lime-dark); }
.report-layout { display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 16px; align-items: start; }
.report-main { overflow: hidden; }
.report-toolbar { min-height: 68px; padding: 12px 16px; display: flex; align-items: center; justify-content: space-between; gap: 15px; border-bottom: 1px solid var(--line); }
.tabs { display: flex; gap: 4px; }
.tab { border: 0; padding: 9px 13px; border-radius: 9px; background: transparent; color: var(--muted); cursor: pointer; font-size: 12px; font-weight: 700; }
.tab.active { background: var(--ink); color: white; }
.report-toolbar select { border: 1px solid var(--line); border-radius: 9px; padding: 8px 28px 8px 10px; background: white; color: #60645b; font-size: 11px; }
.issues-list { padding: 0 18px 18px; }
.issue-item { --priority-color: #899182; --priority-tint: #f8f9f5; margin-top: 10px; overflow: hidden; border: 1px solid #e0e2d8; border-left: 4px solid var(--priority-color); border-radius: 14px; background: var(--priority-tint); }
.issue-item[data-priority="critical"] { --priority-color: #d85d46; --priority-tint: #fff9f7; border-color: #edc8bf; box-shadow: 0 8px 24px rgba(160,63,44,.07); }
.issue-item[data-priority="important"] { --priority-color: #db9229; --priority-tint: #fffaf1; border-color: #ebd3a8; }
.issue-item[data-priority="recommendation"] { --priority-color: #b89a27; --priority-tint: #fffdf4; border-color: #e4dba9; }
.issue-item[data-priority="passed"] { --priority-color: #72a43b; --priority-tint: #fbfdf7; }
.issue-head { width: 100%; min-height: 74px; padding: 13px 12px; display: grid; grid-template-columns: 30px minmax(0, 1fr) auto auto 20px; align-items: center; gap: 9px; border: 0; background: transparent; text-align: left; cursor: pointer; }
.status-icon { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 8px; font-size: 12px; font-weight: 800; }
.issue-item[data-status="error"] .status-icon { background: #ffe1d8; color: var(--red); }
.issue-item[data-status="warning"] .status-icon { background: #fff0ca; color: var(--amber); }
.issue-item[data-status="pass"] .status-icon { background: #e7f4d0; color: var(--green); }
.issue-item[data-status="info"] .status-icon { background: #e5edf7; color: #416785; }
.issue-name { display: grid; gap: 3px; }
.issue-name strong { font-size: 13px; }
.issue-name small { color: var(--muted); font-size: 10px; }
.issue-severity { padding: 5px 8px; border: 1px solid var(--priority-color); border-radius: 999px; background: white; color: var(--priority-color); font-size: 8px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; }
.issue-category { padding: 5px 7px; border-radius: 6px; background: #efefe9; color: #777b70; font-size: 9px; text-transform: uppercase; letter-spacing: .7px; }
.issue-head svg { width: 17px; fill: none; stroke: #777a71; stroke-width: 1.6; transition: transform .2s; }
.issue-item.open .issue-head svg { transform: rotate(180deg); }
.issue-body { display: none; padding: 2px 40px 22px; }
.issue-item.open .issue-body { display: block; }
.issue-impact { margin: 0 0 12px; }
.issue-impact > span, .issue-metrics span { display: block; margin-bottom: 5px; color: #777d6c; font-size: 8px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.issue-summary { max-width: 690px; margin: 0; color: #4e5348; line-height: 1.6; font-size: 12px; }
.issue-metrics { margin: 0 0 12px; display: grid; grid-template-columns: repeat(2, minmax(0, 170px)); gap: 8px; }
.issue-metrics > div { padding: 11px 13px; border: 1px solid #e0e3d7; border-radius: 10px; background: white; }
.issue-metrics strong { color: #34382f; font-size: 11px; }
.issue-stars { color: #d99a25 !important; letter-spacing: 1px; }
.issue-impact-level { display: inline-flex; align-items: center; gap: 5px; }
.issue-impact-level::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--priority-color); }
.issue-fix { padding: 12px 14px; border-radius: 10px; background: #f1f3e9; }
.issue-fix span, .issue-locations-title { display: block; margin-bottom: 4px; color: #78805f; text-transform: uppercase; letter-spacing: .7px; font-size: 8px; font-weight: 700; }
.issue-fix strong { font-size: 11px; line-height: 1.55; font-weight: 500; }
.ai-fix-button { min-height: 39px; margin-top: 10px; padding: 0 14px; display: inline-flex; align-items: center; gap: 7px; border: 1px solid #262a22; border-radius: 10px; background: #20231d; color: white; font: 700 10px Manrope, sans-serif; cursor: pointer; }
.ai-fix-button:hover { background: #353a2f; }
.ai-fix-button span { color: var(--lime); font-size: 14px; }
.ai-fix-panel { position: relative; margin-top: 10px; padding: 14px; border: 1px solid #cbd6ad; border-radius: 12px; background: #f5f9e9; }
.ai-fix-panel[hidden] { display: none; }
.ai-fix-panel > div { padding-right: 90px; }
.ai-fix-panel > div span { display: block; color: #526a2d; font-size: 9px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; }
.ai-fix-panel > div small { display: block; margin-top: 3px; color: #747a6b; font-size: 9px; }
.ai-fix-panel pre { max-height: 210px; margin: 12px 0 0; padding: 13px; overflow: auto; border-radius: 9px; background: #20231d; color: #e7eddb; font: 10px/1.6 Consolas, "SFMono-Regular", monospace; white-space: pre-wrap; overflow-wrap: anywhere; }
.copy-ai-fix { position: absolute; right: 14px; top: 12px; min-height: 30px; padding: 0 9px; border: 1px solid #aebd89; border-radius: 7px; background: white; color: #536236; font: 700 9px Manrope, sans-serif; cursor: pointer; }
.issue-locations { margin: 0 0 12px; padding: 12px 14px; border: 1px solid #e0e3d7; border-radius: 10px; background: #fafbf6; }
.issue-locations[hidden] { display: none; }
.issue-locations ol { margin: 8px 0 0; padding: 0; display: grid; gap: 9px; list-style: none; }
.issue-locations li { min-width: 0; padding-top: 9px; border-top: 1px solid #e7e9df; }
.issue-locations li:first-child { padding-top: 0; border-top: 0; }
.issue-locations li > div { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.issue-locations b { color: #656b5e; font-size: 9px; font-weight: 700; }
.issue-locations a { max-width: 68%; overflow: hidden; color: #4f6924; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.issue-locations code { display: block; width: fit-content; max-width: 100%; margin-top: 6px; padding: 3px 6px; overflow: hidden; border-radius: 5px; background: #ecefe4; color: #32362d; font: 500 10px/1.45 Consolas, monospace; text-overflow: ellipsis; white-space: nowrap; }
.issue-locations small { display: block; margin-top: 5px; color: #85897f; font-size: 9px; }
.issue-locations pre { max-height: 74px; margin: 6px 0 0; padding: 8px 10px; overflow: auto; border-radius: 7px; background: #20231d; color: #e9ecdf; font: 9px/1.5 Consolas, monospace; white-space: pre-wrap; overflow-wrap: anywhere; }
.next-steps { position: sticky; top: 20px; padding: 23px; }
.aside-label { margin: 0 0 5px; color: #777b70; font-size: 10px; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; }
.next-steps h3 { margin: 0 0 22px; font: 700 21px Manrope, sans-serif; }
.trust-assessment { margin: -5px -5px 22px; padding: 17px; border: 1px solid #dfe2d7; border-radius: 14px; background: #f8f9f3; }
.trust-verdict { display: flex; align-items: center; gap: 11px; margin: 11px 0; }
.trust-verdict > i { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 12px; background: #e8ece3; color: #656c60; font: 800 18px Manrope, sans-serif; font-style: normal; }
.trust-verdict div { min-width: 0; display: grid; gap: 2px; }
.trust-verdict strong { font: 700 18px Manrope, sans-serif; }
.trust-verdict span { color: #777c72; font-size: 9px; }
.trust-summary { margin: 0 0 12px; color: #656a61; font-size: 10px; line-height: 1.5; }
.trust-risk { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: #767b71; font-size: 9px; }
.trust-risk strong { color: var(--ink); font-size: 10px; }
.trust-risk-bar { height: 5px; margin: 6px 0 13px; overflow: hidden; border-radius: 5px; background: #e3e6dc; }
.trust-risk-bar i { display: block; width: 0; height: 100%; border-radius: inherit; background: #9ba196; transition: width .25s; }
.trust-signals { margin: 0; padding: 0; display: grid; gap: 7px; list-style: none; }
.trust-signals li { position: relative; padding: 0 0 0 15px; color: #5f655b; font-size: 9px; line-height: 1.4; }
.trust-signals li::before { content: ""; position: absolute; top: 4px; left: 0; width: 7px; height: 7px; border-radius: 50%; background: #a2a79d; }
.trust-signals li[data-level="positive"]::before { background: #7eaa3d; }
.trust-signals li[data-level="warning"]::before { background: #d7a33d; }
.trust-signals li[data-level="danger"]::before { background: #d76750; }
.trust-disclaimer { display: block; margin-top: 13px; color: #8b8f86; font-size: 8px; line-height: 1.4; }
.trust-assessment[data-status="checked"] { border-color: #cbdcad; background: #f2f8e7; }
.trust-assessment[data-status="checked"] .trust-verdict > i { background: #dcecc1; color: #507523; }
.trust-assessment[data-status="checked"] .trust-risk-bar i { background: #78a83c; }
.trust-assessment[data-status="neutral"] { border-color: #e3d8b8; background: #fbf8ed; }
.trust-assessment[data-status="neutral"] .trust-verdict > i { background: #f3e7c5; color: #8b6416; }
.trust-assessment[data-status="neutral"] .trust-risk-bar i { background: #d3a442; }
.trust-assessment[data-status="suspicious"] { border-color: #e6c0b6; background: #fff3ef; }
.trust-assessment[data-status="suspicious"] .trust-verdict > i { background: #f6d8cf; color: #a54534; }
.trust-assessment[data-status="suspicious"] .trust-risk-bar i { background: #d76750; }
.improvement-plan { padding-top: 1px; border-top: 1px solid var(--line); }
.improvement-plan .aside-label { margin-top: 20px; }
.next-steps ol { list-style: none; padding: 0; margin: 0; counter-reset: tasks; }
.improvement-plan li { position: relative; padding: 0 0 18px 34px; display: grid; gap: 4px; counter-increment: tasks; font-size: 12px; line-height: 1.45; }
.improvement-plan li::before { content: counter(tasks); position: absolute; left: 0; top: -2px; width: 23px; height: 23px; display: grid; place-items: center; border: 1px solid #cdd0c3; border-radius: 7px; font-size: 9px; font-weight: 700; }
.improvement-plan li strong { font-size: 11px; }
.improvement-plan li span { color: #656b5f; font-size: 10px; }
.improvement-plan li small { width: fit-content; padding: 3px 6px; border-radius: 6px; background: #eef4df; color: #5b732e; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.privacy-note { display: flex; gap: 10px; padding: 14px; margin-top: 8px; border-radius: 12px; background: #eef2e4; }
.privacy-note svg { flex: 0 0 auto; width: 23px; fill: none; stroke: #678036; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.privacy-note div { display: grid; gap: 3px; }
.privacy-note strong { font-size: 11px; }
.privacy-note span { color: #6f7466; font-size: 9px; line-height: 1.4; }
.table-wrap { overflow-x: auto; padding: 8px 18px 18px; }
table { width: 100%; border-collapse: collapse; font-size: 11px; }
th, td { padding: 13px 10px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .7px; }
td:first-child { max-width: 290px; overflow-wrap: anywhere; }
.status-code { padding: 3px 6px; border-radius: 5px; background: #eaf3da; color: var(--green); font-weight: 700; }
.status-code.bad { background: #ffe1d8; color: var(--red); }
.details-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); }
.detail-item { min-height: 80px; padding: 18px; background: var(--card); }
.detail-item span { display: block; margin-bottom: 7px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .8px; }
.detail-item strong { font-size: 12px; overflow-wrap: anywhere; }
.ip-neighbors { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px 20px; align-items: center; margin: 18px; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: #f7f8f2; }
.ip-neighbors h3 { margin: 3px 0 5px; font: 700 18px Manrope, sans-serif; }
.ip-neighbors > div:first-child > p:last-child { margin: 0; color: var(--muted); font-size: 10px; }
.ip-neighbors > button { grid-column: 2; grid-row: 1; min-height: 42px; padding: 0 15px; border: 0; border-radius: 10px; background: var(--ink); color: white; font-size: 10px; font-weight: 700; white-space: nowrap; cursor: pointer; }
.ip-neighbors > button:disabled { opacity: .55; cursor: wait; }
.ip-location { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: center; gap: 7px 9px; min-height: 40px; padding: 8px 11px; border: 1px solid #dce2cd; border-radius: 11px; background: white; color: #4f5746; font-size: 11px; }
.ip-location-flag { font-size: 21px; line-height: 1; }
.ip-location code { margin-left: auto; padding: 4px 7px; border-radius: 6px; background: #eef1e8; color: #62685b; font-size: 10px; }
.ip-location small { flex: 1 0 100%; padding-left: 30px; color: #888d80; font-size: 9px; }
.ip-neighbors-status { grid-column: 1 / -1; min-height: 14px; margin: 0; color: var(--muted); font-size: 10px; }
.ip-neighbors-status.error { color: var(--red); }
.ip-neighbors-list { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 7px; }
.ip-neighbor { padding: 7px 9px; border: 1px solid #d9ddcf; border-radius: 8px; background: white; color: #4f5746; font-size: 9px; text-decoration: none; }
.ip-neighbor:hover { border-color: #abc270; background: #f3f8e6; }
.ip-neighbors > small { grid-column: 1 / -1; color: #8b8e85; font-size: 9px; line-height: 1.5; }
.compare-wrap { padding: 28px; }
.compare-intro { max-width: 680px; }
.compare-intro .aside-label { margin-bottom: 7px; }
.compare-intro h3 { margin: 0 0 8px; font: 700 24px Manrope, sans-serif; letter-spacing: -1px; }
.compare-intro > p:last-child { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.compare-form { margin-top: 24px; padding: 18px; border-radius: 15px; background: #f0f2e8; }
.compare-form label { display: block; margin-bottom: 8px; color: #6f7465; font-size: 9px; text-transform: uppercase; letter-spacing: .8px; font-weight: 700; }
.compare-form > div { display: flex; gap: 8px; }
.compare-form input { flex: 1; min-width: 0; height: 44px; padding: 0 13px; border: 1px solid #d7dacd; border-radius: 10px; background: white; outline: 0; font-size: 12px; }
.compare-form input:focus { border-color: #9ebc57; box-shadow: 0 0 0 3px rgba(216,255,114,.35); }
.compare-form button { padding: 0 18px; border: 0; border-radius: 10px; background: var(--ink); color: white; font-size: 11px; font-weight: 700; cursor: pointer; }
.compare-form button:disabled { opacity: .55; cursor: wait; }
.compare-error { min-height: 16px; margin: 7px 0 -5px; color: var(--red); font-size: 10px; }
.related-sites { margin-top: 18px; }
.related-sites > span { display: block; margin-bottom: 9px; color: var(--muted); font-size: 10px; }
.related-sites > div { display: flex; flex-wrap: wrap; gap: 7px; }
.related-chip { padding: 7px 10px; border: 1px solid var(--line); border-radius: 9px; background: white; color: #555a4f; font-size: 10px; cursor: pointer; }
.related-chip:hover { border-color: #a8bc76; background: #f5f8ec; }
.compare-loading { min-height: 110px; display: flex; align-items: center; justify-content: center; gap: 12px; color: var(--muted); font-size: 12px; }
.compare-loading i { width: 20px; height: 20px; border: 2px solid #d5d8cc; border-top-color: var(--lime-dark); border-radius: 50%; animation: compareSpin .8s linear infinite; }
@keyframes compareSpin { to { transform: rotate(360deg); } }
.comparison-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 20px; }
.compare-card { padding: 18px; border: 1px solid var(--line); border-radius: 15px; background: white; }
.compare-card.current { border-color: #a9c85c; background: #f8fbea; }
.compare-card.error { border-color: #edb4a5; }
.compare-card-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 16px; }
.compare-card-head div { min-width: 0; }
.compare-card-head span { display: block; margin-bottom: 3px; color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .7px; }
.compare-card-head strong { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 12px; }
.compare-score { flex: 0 0 auto; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: #edf4da; font: 700 16px Manrope, sans-serif; }
.compare-card.error .compare-score { background: #ffe4dc; color: var(--red); font-size: 13px; }
.compare-metrics { display: grid; gap: 8px; }
.compare-metric { display: grid; grid-template-columns: 82px 1fr 28px; align-items: center; gap: 8px; color: var(--muted); font-size: 9px; }
.compare-metric i { overflow: hidden; height: 4px; border-radius: 3px; background: #e6e8df; }
.compare-metric i b { display: block; height: 100%; border-radius: inherit; background: #a8d439; }
.compare-metric strong { color: var(--ink); text-align: right; font-size: 9px; }
.compare-card > p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.compare-note { margin: 16px 0 0; color: #8b8e85; font-size: 9px; line-height: 1.5; }

.capabilities { padding: 120px max(24px, calc((100% - 1180px) / 2)); background: var(--ink); color: white; }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 40px; align-items: end; margin-bottom: 60px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -20px; color: #aaaDA2; }
.section-heading h2 { font-size: clamp(43px, 5vw, 68px); letter-spacing: -3.8px; }
.section-heading > p:last-child { margin: 0; color: #a9aca2; line-height: 1.65; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #3a3c34; border-left: 1px solid #3a3c34; }
.feature-grid article { position: relative; min-height: 330px; padding: 28px; border-right: 1px solid #3a3c34; border-bottom: 1px solid #3a3c34; }
.feature-number { position: absolute; right: 20px; top: 22px; color: #777a72; font: 500 11px Manrope, sans-serif; }
.feature-icon { width: 52px; height: 52px; margin: 40px 0 55px; display: grid; place-items: center; border-radius: 15px; color: var(--ink); font: 700 19px Manrope, sans-serif; transform: rotate(-4deg); }
.feature-icon.lime { background: var(--lime); }.feature-icon.violet { background: var(--violet); }.feature-icon.coral { background: var(--coral); }.feature-icon.blue { background: var(--blue); }
.feature-grid h3 { margin: 0 0 13px; font: 700 24px Manrope, sans-serif; }
.feature-grid p { margin: 0; color: #a9aca2; font-size: 13px; line-height: 1.6; }

.badge-builder { padding: 110px max(24px, calc((100% - 1180px) / 2)); background: #eef0e8; border-bottom: 1px solid var(--line); }
.badge-builder-head { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; margin-bottom: 48px; }
.badge-builder-head .eyebrow { margin: 0 0 16px; }
.badge-builder-head h2 { max-width: 760px; margin: 0; font-size: clamp(42px, 5vw, 66px); line-height: 1.02; letter-spacing: -3.8px; }
.badge-builder-head > p { margin: 0; color: #696e63; font-size: 15px; line-height: 1.7; }
.badge-builder-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); overflow: hidden; border: 1px solid #d4d7cc; border-radius: 30px; background: var(--card); box-shadow: 0 24px 70px rgba(34,38,28,.09); }
.badge-preview { position: relative; min-height: 380px; padding: 70px 42px 42px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 45%, #fff 0, #fafaf6 43%, #eeefe8 100%); transition: background .22s ease, color .22s ease; }
.badge-preview::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(71,77,61,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(71,77,61,.035) 1px, transparent 1px); background-size: 30px 30px; pointer-events: none; }
.badge-preview[data-theme="dark"] { color: white; background: radial-gradient(circle at 50% 45%, #20231c 0, #141612 47%, #0d0f0c 100%); }
.badge-preview[data-theme="dark"]::before { background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); }
.badge-preview > span { position: absolute; z-index: 1; top: 26px; left: 28px; color: #7b8075; font-size: 10px; font-weight: 700; letter-spacing: 1.15px; text-transform: uppercase; }
.badge-preview[data-theme="dark"] > span { color: #9ca095; }
.badge-preview a { position: relative; z-index: 1; display: block; max-width: 100%; border-radius: 999px; }
.badge-preview a:focus-visible { outline: 3px solid var(--lime); outline-offset: 7px; }
.badge-preview img { display: block; width: min(360px, 100%); height: auto; }
.badge-controls { padding: 38px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid #d9dbd2; }
.badge-theme-control > span, .badge-code-head > span { color: #777c70; font-size: 10px; font-weight: 700; letter-spacing: 1.05px; text-transform: uppercase; }
.badge-theme-control > div { margin-top: 10px; padding: 4px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px; border: 1px solid #d9dbd2; border-radius: 14px; background: #f2f3ed; }
.badge-theme-control button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 10px; background: transparent; color: #686d62; font: 700 12px Manrope, sans-serif; cursor: pointer; transition: background .18s ease, color .18s ease, box-shadow .18s ease; }
.badge-theme-control button.active { background: white; color: var(--ink); box-shadow: 0 4px 14px rgba(42,47,35,.09); }
.badge-theme-control button:focus-visible, .badge-code-head button:focus-visible { outline: 3px solid #a4cc3e; outline-offset: 2px; }
.badge-theme-control i { width: 15px; height: 15px; border: 1px solid #cfd2c8; border-radius: 50%; background: white; box-shadow: inset 0 0 0 3px #f4f4f0; }
.badge-theme-control button[data-badge-theme="dark"] i { border-color: #262a21; background: #11140f; box-shadow: inset 0 0 0 3px #11140f; }
.badge-code-head { margin-top: 28px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.badge-code-head button { min-height: 40px; padding: 0 14px; border: 1px solid var(--ink); border-radius: 10px; background: var(--ink); color: white; font: 700 11px Manrope, sans-serif; cursor: pointer; }
.badge-code-head button:hover { background: #2c3027; }
.badge-code { min-height: 145px; margin: 10px 0 12px; padding: 18px; overflow: auto; border-radius: 14px; background: #151812; color: #dce4cb; font: 500 11px/1.65 Consolas, "SFMono-Regular", monospace; }
.badge-code code { white-space: pre-wrap; overflow-wrap: anywhere; }
.badge-controls > small { color: #83877d; font-size: 10px; line-height: 1.55; }

.how-it-works { padding: 100px 24px; }
.how-card { width: min(1180px, 100%); margin: 0 auto; padding: 72px; border-radius: 32px; background: var(--lime); }
.how-card h2 { max-width: 760px; font-size: clamp(42px, 5vw, 66px); letter-spacing: -3.8px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 70px; }
.steps > div { padding-top: 20px; border-top: 1px solid rgba(21,23,16,.28); }
.steps b { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 9px; background: var(--ink); color: var(--lime); font-size: 11px; }
.steps h3 { margin: 27px 0 8px; font: 700 20px Manrope, sans-serif; }
.steps p { margin: 0; color: #5d6842; font-size: 13px; }
footer { width: min(1180px, calc(100% - 48px)); min-height: 120px; margin: auto; display: flex; justify-content: space-between; align-items: center; gap: 25px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
footer .brand { color: var(--ink); }
.footer-links { display: flex; flex-wrap: wrap; gap: 10px 18px; }
.footer-cookie-links { display: inline-flex; flex-wrap: nowrap; gap: 18px; white-space: nowrap; }
.footer-links a, .footer-links button { color: #50544a; text-decoration: underline; text-decoration-color: #bfc1b7; text-underline-offset: 4px; }
.footer-links button { padding: 0; border: 0; background: transparent; font: inherit; cursor: pointer; }
.footer-links a:hover, .footer-links button:hover { color: var(--ink); text-decoration-color: var(--ink); }

.back-to-top { position: fixed; z-index: 90; right: 24px; bottom: 24px; width: 52px; height: 52px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(216,255,114,.58); border-radius: 17px; background: var(--ink); color: var(--lime); box-shadow: 0 14px 35px rgba(21,23,16,.22); opacity: 0; transform: translateY(14px) scale(.92); pointer-events: none; cursor: pointer; transition: opacity .2s ease, transform .2s ease, background .2s ease, color .2s ease; }
.back-to-top.visible { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.back-to-top:hover { background: var(--lime); color: var(--ink); }
.back-to-top:focus-visible { outline: 3px solid var(--lime-dark); outline-offset: 4px; }
.back-to-top svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.cookie-consent.visible ~ .back-to-top { opacity: 0; pointer-events: none; }

.cookie-consent { position: fixed; z-index: 100; right: 24px; bottom: 24px; left: 24px; width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 22px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; align-items: center; border: 1px solid #31352a; border-radius: 20px; background: #171a14; color: white; box-shadow: 0 24px 80px rgba(0,0,0,.28); opacity: 0; transform: translateY(18px); pointer-events: none; transition: opacity .22s, transform .22s; }
.cookie-consent[hidden] { display: none !important; }
.cookie-consent.visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.cookie-consent-copy > span { display: block; margin-bottom: 7px; color: var(--lime); font-size: 9px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; }
.cookie-consent-copy > strong { display: block; font: 700 19px Manrope, sans-serif; }
.cookie-consent-copy p { max-width: 650px; margin: 7px 0 0; color: #c3c7bb; font-size: 13px; line-height: 1.55; }
.cookie-consent-copy a { color: white; text-decoration: underline; text-underline-offset: 3px; }
.cookie-consent-actions { display: grid; grid-template-columns: repeat(3, auto); gap: 9px; }
.cookie-consent-actions button { min-height: 44px; padding: 0 16px; border: 1px solid #5d6255; border-radius: 11px; color: white; font-size: 12px; font-weight: 700; cursor: pointer; }
.cookie-necessary { background: transparent; }
.cookie-preferences { background: #292d24; }
.cookie-analytics { border-color: var(--lime) !important; background: var(--lime); color: var(--ink) !important; }
.cookie-consent-actions button:focus-visible { outline: 3px solid white; outline-offset: 3px; }

.legal-body { background: #f7f7f2; }
.legal-body .topbar { position: relative; left: auto; transform: none; margin: 0 auto; }
.legal-nav { display: flex; align-items: center; gap: 24px; font-size: 13px; font-weight: 600; }
.legal-nav > a { color: #55594e; }
.legal-nav > a:hover { color: var(--ink); }
.legal-main { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 84px 0 100px; }
.legal-intro { margin-bottom: 52px; }
.legal-kicker { margin: 0 0 18px; color: #666a5f; font-size: 11px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; }
.legal-intro h1 { max-width: 980px; margin: 0; font: 700 clamp(46px, 7vw, 78px)/1 Manrope, sans-serif; letter-spacing: -4.5px; }
.legal-intro p { max-width: 860px; margin: 24px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.legal-meta { display: flex; flex-wrap: wrap; gap: 9px 18px; margin-top: 24px; color: #777b70; font-size: 12px; }
.legal-article { padding: 58px 72px; border: 1px solid var(--line); border-radius: 26px; background: var(--card); box-shadow: var(--shadow); }
.legal-article section + section { margin-top: 38px; padding-top: 38px; border-top: 1px solid var(--line); }
.legal-article h2 { margin: 0 0 14px; font: 700 25px/1.25 Manrope, sans-serif; letter-spacing: -.8px; }
.legal-article h3 { margin: 24px 0 10px; font: 700 17px/1.35 Manrope, sans-serif; }
.legal-article p, .legal-article li { color: #5f6359; font-size: 15px; line-height: 1.72; }
.legal-article p { margin: 0 0 13px; }
.legal-article ul { margin: 12px 0 0; padding-left: 22px; }
.legal-article li + li { margin-top: 8px; }
.legal-article a { color: #335b0c; text-decoration: underline; text-underline-offset: 3px; }
.legal-contact { padding: 22px; border-radius: 15px; background: #f1f2e9; }
.legal-contact p:last-child { margin-bottom: 0; }
[data-legal-language][hidden] { display: none !important; }

.support-main { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 92px 0 110px; }
.support-hero { min-height: 430px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: center; border-bottom: 1px solid var(--line); }
.support-hero .eyebrow { margin-bottom: 20px; }
.support-hero h1 { max-width: 760px; margin: 0; font: 700 clamp(50px, 6.2vw, 82px)/.98 Manrope, sans-serif; letter-spacing: -5px; }
.support-hero-copy > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.72; }
.support-benefits { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 8px; }
.support-benefits span { padding: 9px 12px; border: 1px solid #d4d7cc; border-radius: 999px; background: rgba(255,255,255,.6); color: #555b4e; font-size: 11px; font-weight: 700; }
.support-methods { padding: 94px 0 0; }
.support-methods > header { margin-bottom: 40px; display: flex; align-items: end; justify-content: space-between; gap: 35px; }
.support-methods > header .eyebrow { margin-bottom: 10px; }
.support-methods > header h2 { margin: 0; font: 700 clamp(38px, 4vw, 56px)/1 Manrope, sans-serif; letter-spacing: -2.8px; }
.support-method-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.support-method { min-height: 530px; padding: 40px; display: flex; flex-direction: column; border-radius: 28px; overflow: hidden; }
.support-method[hidden] { display: none; }
.support-method-eur { background: var(--lime); color: var(--ink); }
.support-method-crypto { background: var(--ink); color: white; }
.support-method-icon { width: 68px; height: 68px; display: grid; place-items: center; border-radius: 20px; font: 700 30px Manrope, sans-serif; transform: rotate(-3deg); }
.support-method-eur .support-method-icon { background: var(--ink); color: var(--lime); }
.support-method-crypto .support-method-icon { background: var(--violet); color: var(--ink); }
.support-method-copy { margin-top: 72px; }
.support-method-copy > span { display: block; margin-bottom: 10px; color: #66723e; font-size: 10px; font-weight: 700; letter-spacing: 1.15px; text-transform: uppercase; }
.support-method-crypto .support-method-copy > span { color: #aaaeb0; }
.support-method-copy h3 { margin: 0 0 16px; font: 700 35px/1 Manrope, sans-serif; letter-spacing: -1.7px; }
.support-method-copy p { max-width: 470px; margin: 0; color: #5d6842; font-size: 14px; line-height: 1.65; }
.support-method-crypto .support-method-copy p { color: #b6baaf; }
.payment-reference { margin-top: auto; padding: 13px 16px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border: 1px solid rgba(18, 21, 15, .18); border-radius: 13px; background: rgba(255, 255, 255, .32); }
.payment-reference span { color: #566138; font-size: 10px; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; }
.payment-reference strong { font: 800 16px Manrope, sans-serif; letter-spacing: 1.4px; }
.support-payment-form { margin-top: 14px; }
.support-payment-form[hidden], .support-action[hidden] { display: none; }
.support-payment-form > label { display: block; margin-bottom: 8px; color: #566138; font-size: 10px; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; }
.support-amount-field { min-height: 58px; display: grid; grid-template-columns: 48px minmax(0, 1fr); align-items: center; overflow: hidden; border: 1px solid rgba(18, 21, 15, .22); border-radius: 14px; background: rgba(255, 255, 255, .7); }
.support-amount-field > span { display: grid; align-self: stretch; place-items: center; border-right: 1px solid rgba(18, 21, 15, .14); color: #566138; font: 700 18px Manrope, sans-serif; }
.support-amount-field input { width: 100%; min-width: 0; height: 56px; padding: 0 16px; border: 0; outline: 0; background: transparent; color: var(--ink); font: 700 20px Manrope, sans-serif; }
.support-amount-field:focus-within { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(18, 21, 15, .1); }
.support-payment-form > p { margin: 7px 2px 0; color: #65713c; font-size: 9px; line-height: 1.45; }
.support-payment-status { min-height: 13px; }
.support-payment-status.error { color: #8d2d22; }
.support-action { width: 100%; min-height: 56px; margin-top: 14px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; border: 0; border-radius: 14px; background: var(--ink); color: white; font-family: inherit; font-size: 13px; font-weight: 700; cursor: pointer; transition: transform .18s, background .18s, opacity .18s; }
.support-action:hover { background: #292d24; transform: translateY(-2px); }
.support-action:disabled { opacity: .62; transform: none; cursor: wait; }
.support-action:focus-visible, .crypto-address button:focus-visible { outline: 3px solid white; outline-offset: 3px; }
.support-method-eur > small { margin-top: 10px; color: #65713c; font-size: 9px; text-align: center; }
.crypto-address { margin-top: auto; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 9px; }
.crypto-address > span { grid-column: 1 / -1; color: #999e92; font-size: 9px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.crypto-address code { min-width: 0; padding: 14px; display: flex; align-items: center; overflow-wrap: anywhere; border: 1px solid #3c4037; border-radius: 12px; background: #0c0f0b; color: #e3e6dc; font: 500 11px/1.45 Consolas, monospace; }
.crypto-address button { padding: 0 15px; border: 1px solid #565b4f; border-radius: 12px; background: white; color: var(--ink); font-size: 11px; font-weight: 700; cursor: pointer; }
.network-warning { margin-top: 14px; padding: 14px 16px; border: 1px solid #4b4f45; border-radius: 13px; background: #1d2119; }
.network-warning strong { display: block; color: var(--lime); font-size: 10px; text-transform: uppercase; letter-spacing: .9px; }
.network-warning p { margin: 6px 0 0; color: #aeb3a6; font-size: 10px; line-height: 1.55; }
.support-unavailable { padding: 40px; border: 1px dashed #c8cbc0; border-radius: 20px; color: var(--muted); text-align: center; }
.support-voluntary { margin-top: 20px; padding: 48px 54px; display: grid; grid-template-columns: 80px 1fr; gap: 34px; border: 1px solid var(--line); border-radius: 28px; background: var(--card); box-shadow: var(--shadow); }
.support-voluntary-mark { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 22px; background: #edf5d9; color: #648a20; font-size: 32px; }
.support-voluntary .eyebrow { margin-bottom: 12px; }
.support-voluntary h2 { margin: 0 0 18px; font: 700 32px/1.1 Manrope, sans-serif; letter-spacing: -1.4px; }
.support-voluntary div > p:not(.eyebrow) { max-width: 900px; margin: 0; color: #62675c; font-size: 13px; line-height: 1.7; }
.support-voluntary div > p + p { margin-top: 11px; }

.history-drawer { position: fixed; z-index: 50; inset: 0; visibility: hidden; pointer-events: none; }
.history-drawer.open { visibility: visible; pointer-events: auto; }
.drawer-backdrop { position: absolute; inset: 0; background: rgba(16,18,13,.45); opacity: 0; transition: opacity .25s; }
.history-drawer.open .drawer-backdrop { opacity: 1; }
.drawer-panel { position: absolute; right: 0; top: 0; bottom: 0; width: min(430px, 92vw); padding: 28px; display: flex; flex-direction: column; background: var(--card); transform: translateX(100%); transition: transform .28s ease; box-shadow: -20px 0 70px rgba(0,0,0,.16); }
.history-drawer.open .drawer-panel { transform: translateX(0); }
.drawer-head { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.drawer-head span { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: 1px; }
.drawer-head h2 { margin: 5px 0 0; font: 700 25px Manrope, sans-serif; letter-spacing: -1px; }
.drawer-head button { width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 10px; background: transparent; font-size: 24px; cursor: pointer; }
.history-list { flex: 1; overflow-y: auto; padding: 12px 0; }
.history-empty { padding: 50px 15px; text-align: center; color: var(--muted); font-size: 13px; line-height: 1.6; }
.history-item { width: 100%; display: grid; grid-template-columns: 46px 1fr auto; gap: 12px; align-items: center; padding: 13px 4px; border: 0; border-bottom: 1px solid var(--line); background: transparent; text-align: left; cursor: pointer; }
.history-score { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #edf3df; font: 700 13px Manrope, sans-serif; }
.history-item div { min-width: 0; }
.history-item strong { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 12px; }
.history-item span { color: var(--muted); font-size: 9px; }
.history-item > small { color: #8a8d83; font-size: 9px; }
.clear-history { border: 1px solid var(--line); padding: 12px; border-radius: 10px; background: transparent; color: var(--muted); cursor: pointer; }

@media (max-width: 980px) {
  .result-heading { align-items: flex-start; flex-direction: column; }
  .result-actions { width: 100%; max-width: none; flex: 0 0 auto; justify-content: flex-start; }
  .summary-grid { grid-template-columns: repeat(4, 1fr); }
  .overall-card { grid-column: 1 / -1; }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .report-layout { grid-template-columns: 1fr; }
  .next-steps { position: static; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading .eyebrow { margin-bottom: -5px; }
  .badge-builder-head { grid-template-columns: 1fr; gap: 24px; }
  .badge-builder-grid { grid-template-columns: 1fr; }
  .badge-preview { min-height: 310px; }
  .badge-controls { border-top: 1px solid #d9dbd2; border-left: 0; }
  .support-hero { min-height: 0; padding: 70px 0; grid-template-columns: 1fr; gap: 35px; }
  .support-method-grid { grid-template-columns: 1fr; }
  .support-method { min-height: 500px; }
}

@media (max-width: 680px) {
  .back-to-top { right: 14px; bottom: 14px; width: 48px; height: 48px; border-radius: 15px; }
  .topbar { width: calc(100% - 32px); height: 74px; }
  .topnav a { display: none; }
  .topnav { gap: 9px; }
  .language-switch { width: 46px; }
  .language-trigger { width: 46px; padding: 0; justify-content: center; }
  .language-current, .language-trigger .language-chevron { display: none; }
  .language-options { right: 0; width: min(238px, calc(100vw - 32px)); }
  .hero { min-height: 680px; padding: 135px 16px 70px; }
  .hero h1 { font-size: 49px; letter-spacing: -3.5px; }
  .hero-copy { font-size: 15px; }
  .url-field-wrap { align-items: stretch; flex-wrap: wrap; border-radius: 17px; }
  .url-icon { width: 38px; }
  .url-field-wrap input { width: calc(100% - 38px); font-size: 16px; }
  .analyze-button { width: 100%; justify-content: center; }
  .trust-row { gap: 12px 18px; }
  .scanner-section, .results-section { width: calc(100% - 28px); padding: 55px 0; }
  .scanner-card { padding: 24px; }
  .scanner-grid { grid-template-columns: 1fr; }
  .result-heading { align-items: flex-start; flex-direction: column; }
  .device-switch { align-items: stretch; flex-wrap: wrap; }
  .device-tab { flex: 1; }
  .device-switch small { width: 100%; margin: 2px 0 0; padding: 0 5px 3px; text-align: center; }
  .result-actions { width: 100%; flex-wrap: wrap; }
  .result-actions button { flex: 1 1 auto; }
  .result-actions .fresh-audit-button { flex-basis: 100%; }
  .score-opportunity { grid-template-columns: 1fr; gap: 13px; padding: 18px; }
  .score-opportunity-change { justify-content: flex-start; }
  .score-opportunity-track { grid-column: 1; }
  .summary-grid { grid-template-columns: repeat(2, 1fr); }
  .overall-card { align-items: flex-start; flex-direction: column; }
  .issue-card { padding: 16px 10px; }
  .issue-card strong { font-size: 28px; }
  .issue-card p { display: none; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .report-toolbar { align-items: stretch; flex-direction: column; }
  .tabs { display: grid; grid-template-columns: repeat(2, 1fr); }
  .report-toolbar select { width: 100%; }
  .issue-head { grid-template-columns: 30px minmax(0, 1fr) auto 16px; padding: 12px 9px; }
  .issue-category { display: none; }
  .issue-body { padding: 2px 18px 20px; }
  .issue-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .issue-severity { padding: 4px 6px; font-size: 7px; }
  .ai-fix-panel > div { padding-right: 0; }
  .copy-ai-fix { position: static; width: 100%; margin-top: 9px; }
  .details-grid { grid-template-columns: 1fr; }
  .ip-neighbors { grid-template-columns: 1fr; margin: 12px; }
  .ip-neighbors > button { grid-column: 1; grid-row: auto; width: 100%; }
  .ip-location { flex-wrap: wrap; }
  .ip-location code { width: 100%; margin-left: 0; }
  .ip-location small { padding-left: 0; }
  .compare-wrap { padding: 20px 14px; }
  .compare-form > div { flex-direction: column; }
  .compare-form button { min-height: 44px; }
  .comparison-grid { grid-template-columns: 1fr; }
  .capabilities { padding: 80px 16px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article { min-height: 270px; }
  .section-heading h2 { font-size: 46px; }
  .badge-builder { padding: 76px 14px; }
  .badge-builder-head { margin-bottom: 34px; }
  .badge-builder-head h2 { font-size: 43px; letter-spacing: -2.8px; }
  .badge-builder-head > p { font-size: 14px; }
  .badge-builder-grid { border-radius: 23px; }
  .badge-preview { min-height: 250px; padding: 62px 22px 32px; }
  .badge-preview > span { top: 22px; left: 22px; }
  .badge-controls { padding: 24px 20px; }
  .badge-code { font-size: 10px; }
  .how-it-works { padding: 60px 14px; }
  .how-card { padding: 45px 24px; border-radius: 24px; }
  .how-card h2 { font-size: 42px; }
  .steps { grid-template-columns: 1fr; margin-top: 45px; }
  footer { padding: 30px 0; align-items: flex-start; flex-direction: column; }
  .legal-nav { gap: 10px; }
  .legal-nav > a { display: none; }
  .legal-main { width: calc(100% - 28px); padding: 58px 0 70px; }
  .legal-intro h1 { font-size: 48px; letter-spacing: -3px; }
  .legal-intro p { font-size: 15px; }
  .legal-article { padding: 30px 22px; border-radius: 21px; }
  .legal-article h2 { font-size: 22px; }
  .support-main { width: calc(100% - 28px); padding: 55px 0 75px; }
  .support-hero { padding: 50px 0 58px; }
  .support-hero h1 { font-size: 48px; letter-spacing: -3.2px; }
  .support-hero-copy > p { font-size: 15px; }
  .support-methods { padding-top: 64px; }
  .support-methods > header h2 { font-size: 40px; }
  .support-method { min-height: 500px; padding: 28px 22px; border-radius: 22px; }
  .support-method-copy { margin-top: 52px; }
  .support-method-copy h3 { font-size: 31px; }
  .crypto-address { grid-template-columns: 1fr; }
  .crypto-address > span { grid-column: 1; }
  .crypto-address button { min-height: 44px; }
  .support-voluntary { padding: 30px 24px; grid-template-columns: 1fr; gap: 20px; border-radius: 22px; }
  .cookie-consent { right: 14px; bottom: 14px; left: 14px; width: calc(100% - 28px); padding: 18px; grid-template-columns: 1fr; gap: 17px; border-radius: 17px; }
  .cookie-consent-actions { display: grid; grid-template-columns: 1fr; }
  .cookie-consent-actions button { width: 100%; }
}

@media print {
  .topbar, .hero, .scanner-section, .capabilities, .badge-builder, .how-it-works, footer, .result-actions, .history-drawer, .report-toolbar select, .cookie-consent, .back-to-top { display: none !important; }
  body { background: white; }
  .results-section { display: block !important; width: 100%; padding: 0; }
  .summary-grid, .category-grid { break-inside: avoid; }
  .report-layout { grid-template-columns: 1fr; }
  .next-steps { display: none; }
  .issue-body { display: block; }
  .issue-item { break-inside: avoid; }
}

.not-found-body { min-height: 100vh; background: var(--paper); color: var(--ink); }
.not-found-main { width: min(1180px, calc(100% - 48px)); min-height: calc(100vh - 110px); margin: 0 auto; padding: 15vh 0 80px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.not-found-main h1 { max-width: 850px; margin: 24px 0 22px; font: 700 clamp(56px, 8vw, 112px)/.9 Manrope, sans-serif; letter-spacing: clamp(-6px, -.5vw, -2px); }
.not-found-main > p:not(.eyebrow) { max-width: 620px; margin: 0 0 34px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.not-found-main .primary-link { min-width: 230px; min-height: 58px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-radius: 14px; background: var(--ink); color: white; font-weight: 700; }

@media (max-width: 680px) {
  .not-found-main { width: calc(100% - 28px); padding-top: 10vh; }
  .not-found-main h1 { font-size: 58px; }
}
