:root {
  --bg: #f4f6f8;
  --panel: #ffffff;
  --text: #17212b;
  --muted: #65727f;
  --line: #d8e0e7;
  --brand: #12665c;
  --brand-dark: #0b4d46;
  --accent: #f0b429;
  --soft: #eef4f3;
  --warning: #fff8e6;
  --ok: #e7f5ec;
  --shadow: 0 1px 2px rgba(23, 33, 43, 0.05);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
}

.container {
  margin: 0 auto;
  max-width: 1060px;
  padding: 0 20px;
}

.hero {
  background: #fff;
  border-bottom: 1px solid var(--line);
  padding: 20px 0 30px;
}

.hero-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
}

.service-strip {
  align-items: center;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  font-size: 13px;
  gap: 14px;
  justify-content: space-between;
  margin-bottom: 28px;
  padding-bottom: 14px;
}

.service-name {
  align-items: center;
  color: var(--text);
  display: inline-flex;
  font-size: 18px;
  font-weight: 800;
  gap: 9px;
  text-decoration: none;
}

.service-mark {
  align-items: center;
  background: #153f39;
  border-radius: 5px;
  color: #fff;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.eyebrow {
  color: var(--brand);
  font-size: 13px;
  font-weight: 750;
  margin: 0 0 10px;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  line-height: 1.12;
  margin: 0;
}

h1 {
  font-size: clamp(30px, 5vw, 46px);
  max-width: 820px;
}

h2 {
  font-size: clamp(21px, 3vw, 28px);
}

h3 {
  font-size: 20px;
}

p {
  margin: 0;
}

.lead {
  color: var(--muted);
  font-size: 17px;
  margin-top: 18px;
  max-width: 730px;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.search-panel,
.score-card,
.card,
.review,
.faq-item,
.data-table,
.notice {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.search-panel {
  margin-top: 24px;
  padding: 14px;
}

.search-form {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.search-form input {
  background: #fff;
  border: 1px solid #cbd9d5;
  border-radius: 7px;
  color: var(--text);
  font-size: 16px;
  min-height: 48px;
  padding: 0 14px;
  width: 100%;
}

.search-form input:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(17, 107, 92, 0.14);
  outline: none;
}

.button,
button {
  align-items: center;
  background: var(--brand);
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
  font-weight: 750;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  text-decoration: none;
  white-space: nowrap;
}

.button:hover,
button:hover {
  background: var(--brand-dark);
}

.button.secondary {
  background: #fff;
  border: 1px solid var(--line);
  color: var(--brand);
}

.search-message {
  color: var(--muted);
  font-size: 14px;
  margin-top: 10px;
  min-height: 22px;
}

.score-card {
  padding: 18px;
}

.compact-score {
  border-top: 4px solid var(--brand);
  text-align: center;
}

.score-value {
  color: var(--brand);
  font-size: 54px;
  font-weight: 850;
  line-height: 1;
}

.score-value.small {
  color: var(--text);
  font-size: 24px;
  margin-top: 10px;
}

.score-ring {
  align-items: center;
  background:
    radial-gradient(circle at center, #fff 0 55%, transparent 56%),
    conic-gradient(var(--brand) 0 92%, #e7edf1 92% 100%);
  border-radius: 50%;
  color: var(--brand);
  display: inline-flex;
  font-size: 42px;
  font-weight: 850;
  height: 132px;
  justify-content: center;
  line-height: 1;
  margin: 18px auto 10px;
  width: 132px;
}

.score-label {
  color: var(--muted);
  margin-top: 8px;
}

.badge {
  background: var(--ok);
  border: 1px solid #bfe2cb;
  border-radius: 999px;
  color: #205f36;
  display: inline-flex;
  font-size: 13px;
  font-weight: 750;
  padding: 6px 10px;
}

.result-line {
  align-items: center;
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 10px;
  margin-top: 18px;
}

.section {
  padding: 22px 0;
}

.section-head {
  margin-bottom: 18px;
}

.grid-3 {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-2 {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card,
.review,
.notice {
  padding: 18px;
}

.card p,
.review p,
.notice p,
.faq-item p {
  color: var(--muted);
  margin-top: 8px;
}

.data-table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  width: 100%;
}

.data-table th,
.data-table td {
  border-bottom: 1px solid var(--line);
  padding: 12px 15px;
  text-align: left;
}

.data-table th {
  color: var(--muted);
  font-weight: 650;
  width: 38%;
}

.data-table tr:last-child th,
.data-table tr:last-child td {
  border-bottom: 0;
}

.list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.list li {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 13px 14px;
}

.list.positive li::before {
  color: var(--brand);
  content: "+ ";
  font-weight: 850;
}

.list.watch li::before {
  color: #9a6a11;
  content: "! ";
  font-weight: 850;
}

.rating-row {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 10px;
}

.stars {
  color: #bb8500;
  font-weight: 850;
}

.faq {
  display: grid;
  gap: 10px;
}

.faq-item {
  box-shadow: none;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 750;
  padding: 16px 18px;
}

.faq-item p {
  padding: 0 18px 16px;
}

.cta-band {
  background: #fff;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  margin-top: 32px;
  padding: 34px 0;
}

.cta-inner {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
  padding: 26px 0;
}

.footer-inner {
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.footer a {
  color: var(--muted);
  margin-left: 12px;
  text-decoration: none;
}

.simple-page {
  max-width: 780px;
  padding: 48px 20px 70px;
}

.simple-page p {
  color: var(--muted);
  margin-top: 14px;
}

@media (max-width: 760px) {
  .hero-grid,
  .grid-2,
  .grid-3 {
    grid-template-columns: 1fr;
  }

  .search-form {
    grid-template-columns: 1fr;
  }

  .button,
  button {
    width: 100%;
  }

  .cta-inner,
  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer a {
    margin-left: 0;
    margin-right: 12px;
  }
}

/* Neutral review report template */
.report-body {
  background: #f1f1f1;
  color: #102636;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.report-shell {
  display: grid;
  gap: 18px;
  grid-template-columns: 360px minmax(0, 1fr);
  margin: 0 auto;
  max-width: 1230px;
  padding: 18px 16px 32px;
}

.report-sidebar {
  display: grid;
  gap: 16px;
  align-content: start;
}

.side-panel,
.report-card {
  background: #fff;
  border-radius: 4px;
  box-shadow: none;
}

.side-panel {
  padding: 20px;
}

.logo-panel {
  text-align: center;
}

.audit-logo {
  align-items: center;
  color: #152c3b;
  display: inline-flex;
  font-size: 34px;
  font-weight: 800;
  gap: 12px;
  line-height: 1;
  text-decoration: none;
}

.audit-mark {
  align-items: center;
  background: #1f7db7;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 20px;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.logo-panel p {
  color: #5f6f7c;
  font-size: 14px;
  margin: 14px 0 0;
}

.side-action {
  background: #2383bf;
  border-radius: 4px;
  color: #fff;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  padding: 14px 22px;
  text-decoration: none;
}

.side-panel h2 {
  color: #65717b;
  font-size: 18px;
  margin-bottom: 14px;
}

.compact-report {
  border-left: 4px solid #49a75f;
  background: #f7f9fa;
  padding: 12px;
}

.compact-report strong,
.compact-report span {
  display: block;
}

.compact-report span {
  color: #49a75f;
  font-size: 22px;
  font-weight: 800;
  margin: 4px 0;
}

.compact-report p,
.side-note {
  color: #5f6f7c;
  font-size: 13px;
}

.side-score {
  background: #f7f9fa;
  border: 1px solid #d7dce0;
  border-radius: 4px;
  padding: 16px;
  text-align: center;
}

.side-score strong {
  color: #49a75f;
  display: block;
  font-size: 34px;
}

.side-score span {
  color: #20384c;
  font-weight: 700;
}

.side-checks {
  list-style: none;
  margin: 0;
  padding: 0;
}

.side-checks li {
  border-bottom: 1px solid #dde2e6;
  padding: 10px 0;
}

.side-checks li::before {
  color: #49a75f;
  content: "✓ ";
  font-weight: 800;
}

.report-main {
  display: grid;
  gap: 16px;
}

.report-card {
  padding: 34px;
}

.analysis-card {
  text-align: center;
}

.report-meta {
  align-items: center;
  color: #647380;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  margin-bottom: 26px;
  text-align: left;
}

.report-meta a {
  color: #1677b8;
  text-decoration: none;
}

.analysis-card h1 {
  color: #68737d;
  font-size: 31px;
  font-weight: 800;
  margin: 0 auto 32px;
  max-width: none;
}

.analysis-card h1 span {
  color: #56626d;
}

.analysis-row {
  align-items: center;
  display: grid;
  gap: 30px;
  grid-template-columns: 150px minmax(230px, 1fr);
  justify-content: center;
  margin: 0 auto 42px;
  max-width: 560px;
}

.score-circle {
  align-items: center;
  background:
    radial-gradient(circle at center, #fff 0 62%, transparent 63%),
    conic-gradient(#51b954 0 92%, #e5e5e5 92% 100%);
  border-radius: 50%;
  color: #4caf50;
  display: flex;
  font-size: 24px;
  font-weight: 800;
  height: 120px;
  justify-content: center;
  width: 120px;
}

.trust-box {
  background: #f4f4f4;
  border-radius: 4px;
  padding: 24px 28px;
  text-align: center;
}

.trust-box div {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: center;
}

.trust-box span {
  color: #66727d;
  font-weight: 700;
}

.trust-box strong {
  background: #26a85b;
  border-radius: 3px;
  color: #fff;
  padding: 10px 18px;
}

.trust-box p {
  border-top: 1px solid #e1e1e1;
  color: #66727d;
  font-size: 13px;
  margin-top: 24px;
  padding-top: 18px;
}

.domain-link {
  color: #5f6f7c;
  font-size: 15px;
  margin: -18px 0 28px;
  text-align: center;
}

.domain-link a,
.report-table a {
  color: #1677b8;
  font-weight: 700;
}

.good-box {
  border: 1px solid #596a78;
  border-radius: 4px;
  margin: 0 auto 28px;
  max-width: 530px;
  overflow: hidden;
  text-align: left;
}

.good-head {
  align-items: center;
  background: #62717d;
  color: #fff;
  display: flex;
  gap: 14px;
  padding: 16px 20px;
}

.good-head span {
  align-items: center;
  background: #26a85b;
  border-radius: 50%;
  display: inline-flex;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.good-box p {
  border-top: 1px solid #d8dfe4;
  color: #102636;
  font-size: 13px;
  margin: 0;
  padding: 18px 20px;
}

.algorithm-note {
  color: #173248;
  font-size: 13px;
  font-style: italic;
  line-height: 1.45;
  margin: 0 auto 20px;
  max-width: 580px;
}

.outline-button {
  border: 1px solid #102636;
  border-radius: 3px;
  color: #102636;
  display: inline-flex;
  font-size: 13px;
  padding: 8px 14px;
  text-decoration: none;
}

.details-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}

.details-head h2 {
  color: #65717b;
  font-size: 22px;
}

.details-head h2 span {
  color: #4b5e70;
}

.details-head > span {
  background: #eef0f2;
  border-radius: 4px;
  color: #20384c;
  font-size: 13px;
  padding: 12px;
}

.report-table {
  border-collapse: collapse;
  margin: 0 auto;
  max-width: 650px;
  width: 100%;
}

.report-table th,
.report-table td {
  border: 1px solid #d5dbe0;
  font-size: 13px;
  padding: 18px;
  text-align: left;
  vertical-align: middle;
}

.report-table th {
  width: 38%;
}

.report-table td:last-child {
  background: #f1f3f4;
  color: #66727d;
  font-weight: 800;
  text-align: center;
  width: 48px;
}

.text-report h2,
.columns-report h2,
.faq-report h2,
.verdict-card h2 {
  color: #102636;
  font-size: 24px;
  margin: 0 0 14px;
}

.text-report p {
  color: #20384c;
  margin: 0 0 24px;
}

.columns-report {
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr 1fr;
}

.columns-report ul {
  margin: 0;
  padding-left: 20px;
}

.columns-report li {
  margin-bottom: 10px;
}

.faq-report details {
  border-top: 1px solid #d8dfe4;
  padding: 14px 0;
}

.faq-report summary {
  cursor: pointer;
  font-weight: 700;
}

.faq-report p,
.verdict-card p {
  color: #20384c;
  margin-top: 10px;
}

.verdict-card .side-action {
  margin-top: 20px;
}

.report-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  padding: 10px 0 20px;
}

.report-footer-links a {
  color: #5f6f7c;
  font-size: 13px;
  text-decoration: none;
}

.home-search-card {
  padding: 48px;
}

.home-search-card h1 {
  color: #5c6873;
  font-size: 34px;
  margin: 0 0 16px;
  max-width: 760px;
}

.home-search-card > p {
  color: #233b4f;
  font-size: 16px;
  margin-bottom: 26px;
  max-width: 760px;
}

.home-method-card {
  max-width: none;
}

.home-method-card h2 {
  color: #102636;
  font-size: 24px;
  margin-bottom: 14px;
}

.home-method-card ul {
  margin: 0;
  padding-left: 20px;
}

.report-search {
  background: #f4f4f4;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 16px;
}

.report-search input {
  border-radius: 3px;
  min-height: 42px;
}

.report-search button {
  background: #2383bf;
  border-radius: 3px;
  min-height: 42px;
}

@media (max-width: 980px) {
  .report-shell {
    grid-template-columns: 1fr;
  }

  .report-sidebar {
    order: 2;
  }

  .analysis-row,
  .columns-report {
    grid-template-columns: 1fr;
  }

  .score-circle {
    margin: 0 auto;
  }

}

@media (max-width: 640px) {
  .report-card,
  .side-panel {
    padding: 18px;
  }

  .audit-logo {
    font-size: 28px;
  }

  .analysis-card h1 {
    font-size: 25px;
  }

  .details-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}
