:root {
  --navy: #0f172a;
  --teal: #0f766e;
  --green: #16a34a;
  --bg: #f8fafc;
  --line: #e2e8f0;
  --muted: #64748b;
  --text: #172033;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.55;
}
a { color: inherit; }
.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}
.header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(15, 23, 42, 0.96);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.header-inner {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #fff;
  font-weight: 800;
}
.mark {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: var(--teal);
  display: grid;
  place-items: center;
  font-size: 16px;
}
.nav {
  display: flex;
  gap: 16px;
  color: rgba(255,255,255,0.72);
  font-size: 14px;
}
.nav a { text-decoration: none; }
.nav a:hover { color: #fff; }
.page-summary {
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.summary-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.summary-inner a {
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
  padding: 6px 10px;
  text-decoration: none;
}
.summary-inner a:hover {
  border-color: rgba(15,118,110,0.4);
  color: var(--teal);
}
.summary-inner .summary-marketplace {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
}
.summary-inner .summary-marketplace:hover {
  border-color: var(--green);
  color: #fff;
  filter: brightness(0.96);
}
.hero {
  --hero-overlay: rgba(15, 23, 42, 0.88);
  --hero-theme: #0f766e;
  --hero-bg-image: none;
  background:
    linear-gradient(0deg, var(--hero-overlay), var(--hero-overlay)),
    var(--hero-bg-image),
    radial-gradient(circle at 80% 5%, rgba(15, 118, 110, 0.26), transparent 34rem),
    var(--navy);
  background-size: cover, cover, auto, auto;
  background-position: center, center, center, center;
  color: #fff;
  padding: 76px 0 64px;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 44px;
  align-items: start;
}
.eyebrow {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  border: 1px solid rgba(15,118,110,0.36);
  background: rgba(15,118,110,0.13);
  color: #5eead4;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 22px;
}
h1 {
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.05;
  margin: 0 0 20px;
  letter-spacing: 0;
}
.subheading {
  color: rgba(255,255,255,0.66);
  font-size: 18px;
  max-width: 760px;
  margin: 0 0 28px;
}
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  border-radius: 9px;
  padding: 0 18px;
  text-decoration: none;
  font-weight: 800;
  border: 1px solid transparent;
  cursor: pointer;
}
.btn-primary { background: var(--green); color: white; }
.btn-outline { border-color: rgba(255,255,255,0.22); color: white; background: transparent; }
.btn-secondary { background: var(--teal); color: white; }
.marketplace-hero-primary,
.btn-marketplace-6090,
.btn-marketplace-1390 {
  box-shadow: 0 14px 30px rgba(22, 163, 74, 0.28);
}
.btn-marketplace-6040 {
  background: var(--teal);
  color: #fff;
}
.btn-marketplace-6090 {
  background: var(--green);
  color: #fff;
}
.btn-marketplace-1390 {
  background: var(--navy);
  color: #fff;
}
.quick-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 20px;
  padding: 22px;
}
.quick-card h2 {
  color: white;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0 0 14px;
}
table {
  width: 100%;
  border-collapse: collapse;
}
th, td {
  text-align: left;
  padding: 13px 14px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  font-size: 14px;
}
.cell-stack {
  display: grid;
  gap: 3px;
  min-width: 0;
}
.cell-main,
.cell-note {
  display: block;
}
.cell-main {
  color: var(--navy);
  font-weight: 800;
}
.cell-note {
  color: var(--muted);
  font-size: 12px;
  margin-top: 3px;
}
.quick-card th, .quick-card td { border-color: rgba(255,255,255,0.08); }
.quick-card th { color: rgba(255,255,255,0.42); }
.quick-card td { color: rgba(255,255,255,0.72); }
.choice {
  display: inline-block;
  border-radius: 9px;
  padding: 4px 10px;
  background: rgba(15,118,110,0.18);
  color: #5eead4;
  font-weight: 900;
}
.preview-list {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 10px 14px;
  margin: 18px 0 0;
  font-size: 13px;
}
.preview-list dt { color: rgba(255,255,255,0.42); }
.preview-list dd {
  margin: 0;
  color: rgba(255,255,255,0.72);
  font-weight: 700;
}
.comparison-preview-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 16px;
}
.comparison-preview-pair div {
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  background: rgba(255,255,255,0.06);
  padding: 14px;
}
.comparison-preview-pair strong {
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 8px;
}
.comparison-preview-pair span {
  display: block;
  color: rgba(255,255,255,0.58);
  font-size: 12px;
  line-height: 1.35;
}
.image-card img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.12);
  background: #e2e8f0;
}
.image-card {
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  background: white;
  box-shadow: 0 10px 28px rgba(15,23,42,0.04);
}
.image-card img {
  border: 0;
  border-radius: 0;
}
.image-card div { padding: 18px; }
.image-card h3 {
  margin: 0 0 6px;
  color: var(--navy);
}
.image-card p {
  margin: 0;
  color: var(--muted);
}
section { padding: 70px 0; }
.white { background: #fff; }
.section-title {
  text-align: center;
  margin: 0 auto 34px;
  max-width: 760px;
}
.section-title h2 {
  color: var(--navy);
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.15;
  margin: 0 0 10px;
}
.section-title p { color: var(--muted); margin: 0; }
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 10px 28px rgba(15,23,42,0.04);
}
.card.soft { background: var(--bg); }
.card.teal { background: #ecfdf5; border-color: rgba(15,118,110,0.18); }
.card h2, .card h3 { margin: 0 0 14px; color: var(--navy); }
.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.check-list li {
  display: flex;
  gap: 9px;
  color: rgba(23,32,51,0.78);
  font-size: 14px;
}
.check-list li::before {
  content: "";
  flex: 0 0 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--teal);
  margin-top: 8px;
}
.table-wrap {
  overflow-x: auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 10px 28px rgba(15,23,42,0.04);
}
.table-wrap table { min-width: 760px; }
.quote-matrix table {
  min-width: 980px;
  table-layout: fixed;
}
.quote-matrix th,
.quote-matrix td {
  border-right: 1px solid var(--line);
  min-width: 140px;
  white-space: normal;
  overflow-wrap: anywhere;
}
.quote-matrix th:last-child,
.quote-matrix td:last-child {
  border-right: 0;
  min-width: 230px;
}
.quote-matrix th:first-child,
.quote-matrix td:first-child {
  min-width: 170px;
}
.table-dark thead { background: var(--navy); color: white; }
.table-wrap p {
  margin: 0;
}
.cost-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: start;
}
.pill-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.pill {
  border: 1px solid var(--line);
  background: var(--bg);
  border-radius: 14px;
  padding: 16px;
  font-weight: 800;
  color: var(--navy);
}
.question-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.question {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px;
  font-weight: 700;
  color: rgba(23,32,51,0.78);
}
.question strong {
  display: block;
  color: var(--navy);
  margin-bottom: 12px;
  font-size: 15px;
}
.question span,
.question em {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  margin-bottom: 12px;
}
.question em {
  color: #92400e;
  margin-bottom: 0;
}
.question-label {
  margin: 0 0 4px;
  color: var(--teal);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
.question-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(15,118,110,0.18);
  border-radius: 16px;
  background: #ecfdf5;
  padding: 14px 16px;
  margin-bottom: 16px;
}
.question-tools p {
  margin: 0;
  color: var(--navy);
  font-weight: 800;
}
.copy-btn {
  border: 1px solid rgba(15,118,110,0.24);
  border-radius: 999px;
  background: #fff;
  color: var(--teal);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  padding: 8px 12px;
}
.copy-btn:hover {
  border-color: rgba(15,118,110,0.48);
  color: var(--green);
}
.question-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.question-category-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 10px 28px rgba(15,23,42,0.04);
}
.question-category-card h3 {
  margin: 0;
  color: var(--navy);
  font-size: 18px;
}
.question-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.secondary-copy {
  flex: 0 0 auto;
  font-size: 12px;
  padding: 6px 10px;
}
.question-category-card ol {
  margin: 0;
  padding-left: 22px;
  color: rgba(23,32,51,0.76);
}
.question-category-card li {
  padding: 6px 0;
  line-height: 1.5;
}
.question-note {
  margin: 6px 0 0;
  color: rgba(23,32,51,0.62);
  font-size: 13px;
}
.form-card {
  max-width: 820px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 14px 34px rgba(15,23,42,0.06);
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
label {
  display: block;
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
}
.field-card {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
}
.field-label {
  display: block;
  margin-bottom: 8px;
}
.field-card input,
.field-card select {
  background: #fff;
}
input, select {
  margin-top: 6px;
  width: 100%;
  min-height: 44px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 0 12px;
  font: inherit;
}
.full { grid-column: 1 / -1; }
.consent {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px;
  display: grid;
  gap: 10px;
}
.consent label {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-weight: 500;
  color: rgba(23,32,51,0.78);
}
.consent input {
  width: auto;
  min-height: auto;
  margin-top: 5px;
}
.consent strong { color: var(--navy); }
.checkbox {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-weight: 600;
  color: rgba(23,32,51,0.78);
}
.checkbox-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px;
}
.checkbox input {
  width: auto;
  min-height: auto;
  margin-top: 5px;
}
.status {
  margin-top: 12px;
  color: var(--teal);
  font-weight: 700;
}
.error {
  margin-top: 12px;
  color: #dc2626;
  font-weight: 700;
}
.faq {
  display: grid;
  gap: 12px;
}
.faq article {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 20px;
}
.faq h3 { margin: 0 0 8px; color: var(--navy); }
.faq p { margin: 0; color: rgba(23,32,51,0.72); }
.faq details {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px 20px;
}
.faq summary {
  color: var(--navy);
  cursor: pointer;
  font-weight: 800;
}
.faq details p {
  margin-top: 10px;
}
.method {
  max-width: 900px;
  margin: 0 auto;
}
.methodology {
  max-width: 900px;
  margin: 0 auto;
  background: white;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 10px 28px rgba(15,23,42,0.04);
}
.methodology h2 {
  margin-top: 0;
  color: var(--navy);
}
.methodology p {
  color: var(--muted);
}
.reviewed {
  font-size: 13px;
  font-weight: 800;
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.related-card {
  display: grid;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: white;
  padding: 18px;
  color: var(--navy);
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(15,23,42,0.04);
}
.related-card span {
  color: var(--muted);
  font-size: 13px;
}
.related-card em {
  color: var(--teal);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}
.related-card.muted { background: var(--bg); }
.related-card.muted {
  box-shadow: none;
  color: rgba(23,32,51,0.78);
}
.related-card.muted em {
  color: #64748b;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.category-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 10px 28px rgba(15,23,42,0.04);
}
.category-card h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 18px;
}
.red-flag-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.warning-card {
  background: #fff;
  border: 1px solid rgba(185, 28, 28, 0.18);
  border-left: 4px solid #dc2626;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 10px 28px rgba(15,23,42,0.04);
}
.warning-card span {
  display: inline-flex;
  margin-bottom: 8px;
  color: #b91c1c;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.warning-card h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 17px;
}
.warning-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}
.warning-copy {
  border-top: 1px solid rgba(185, 28, 28, 0.12);
  padding-top: 12px;
}
.warning-copy strong {
  display: block;
  color: #7f1d1d;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.warning-copy p {
  margin: 0;
}
.wide-card {
  max-width: 960px;
}
.email-template {
  margin: 0;
  overflow-x: auto;
  white-space: pre-wrap;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #0f172a;
  color: rgba(255,255,255,0.84);
  padding: 18px;
  font: 13px/1.65 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}
.form-secondary {
  margin-left: 8px;
}
.cta-band {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(15,118,110,0.18);
  border-radius: 22px;
  background: #ecfdf5;
  padding: 26px;
  box-shadow: 0 10px 28px rgba(15,23,42,0.04);
}
.cta-band h2 {
  margin: 0 0 8px;
  color: var(--navy);
}
.cta-band p {
  margin: 0;
  color: var(--muted);
}
.marketplace-section {
  padding-top: 38px;
  padding-bottom: 38px;
}
.marketplace-cta,
.marketplace-inline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  border: 1px solid rgba(22, 163, 74, 0.22);
  border-radius: 20px;
  background: #f0fdf4;
  padding: 24px;
  box-shadow: 0 10px 28px rgba(15,23,42,0.04);
}
.marketplace-cta h2 {
  margin: 4px 0 8px;
  color: var(--navy);
  font-size: clamp(22px, 2.5vw, 30px);
  line-height: 1.16;
}
.marketplace-cta p,
.marketplace-inline p {
  margin: 0;
  color: var(--muted);
}
.marketplace-kicker {
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
.affiliate-disclosure {
  margin-top: 10px !important;
  font-size: 12px;
}
.marketplace-actions,
.marketplace-sticky-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}
.marketplace-button,
.marketplace-sticky-actions .btn {
  white-space: nowrap;
}
.marketplace-inline {
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 18px;
  background: #fff;
}
.marketplace-inline strong {
  display: block;
  color: var(--navy);
  margin-bottom: 4px;
}
.marketplace-sticky {
  position: fixed;
  left: 50%;
  bottom: 16px;
  z-index: 40;
  width: min(980px, calc(100% - 32px));
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  border: 1px solid rgba(22, 163, 74, 0.28);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 48px rgba(15,23,42,0.18);
  padding: 12px 14px 12px 18px;
  backdrop-filter: blur(12px);
}
.marketplace-sticky strong,
.marketplace-sticky span {
  display: block;
}
.marketplace-sticky strong {
  color: var(--navy);
  font-size: 14px;
}
.marketplace-sticky span {
  color: var(--muted);
  font-size: 12px;
}
.marketplace-sticky-button,
.marketplace-sticky-actions .btn {
  min-height: 42px;
}
.warning {
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
}
.footer,
footer {
  background: var(--navy);
  color: rgba(255,255,255,0.7);
  padding: 40px 0;
}
footer p { margin: 0; font-size: 13px; }
.footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
.footer-inner strong {
  color: white;
  margin-right: auto;
}
.footer-inner a {
  color: rgba(255,255,255,0.62);
  text-decoration: none;
  font-size: 13px;
}
@media (max-width: 860px) {
  .hero-grid,
  .two-col,
  .cost-grid,
  .form-grid,
  .related-grid,
  .category-grid,
  .question-category-grid,
  .red-flag-grid {
    grid-template-columns: 1fr;
  }
  .cta-band {
    align-items: stretch;
    flex-direction: column;
  }
  .marketplace-cta,
  .marketplace-inline {
    grid-template-columns: 1fr;
  }
  .marketplace-actions,
  .marketplace-sticky-actions {
    justify-content: stretch;
  }
  .marketplace-button,
  .marketplace-sticky-actions .btn {
    width: 100%;
    white-space: normal;
  }
  .marketplace-sticky {
    grid-template-columns: 1fr;
    gap: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
    padding: 12px;
  }
  .marketplace-sticky-button,
  .marketplace-sticky-actions .btn {
    width: 100%;
  }
  .form-secondary {
    margin-left: 0;
    margin-top: 8px;
  }
  .question-tools,
  .question-card-head {
    align-items: stretch;
    flex-direction: column;
  }
  .secondary-copy {
    align-self: flex-start;
  }
  .pill-grid,
  .question-grid {
    grid-template-columns: 1fr;
  }
  .nav { display: none; }
  section { padding: 52px 0; }
}
