.seo-hero {
  padding: 4.5rem 0 3rem;
}

.seo-hero .lead {
  max-width: 52rem;
}

.seo-section {
  padding: 3.5rem 0;
}

.seo-section h2,
.seo-links h2 {
  margin: 0 0 1rem;
  color: var(--text);
  font-size: clamp(1.55rem, 2.6vw, 2.15rem);
  font-weight: 800;
  line-height: 1.16;
}

.seo-section p,
.seo-links p {
  max-width: 52rem;
  color: var(--soft, var(--muted));
}

.seo-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.seo-card,
.seo-visual,
.seo-links {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
}

.seo-card {
  padding: 1.25rem;
}

.seo-card h3 {
  margin: 0 0 0.55rem;
  color: var(--text);
  font-size: 1.08rem;
  font-weight: 800;
}

.seo-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.seo-feature-list,
.seo-link-list {
  display: grid;
  gap: 0.7rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.seo-feature-list li,
.seo-link-list li {
  position: relative;
  padding-left: 1.25rem;
  color: var(--soft, var(--text));
}

.seo-feature-list li::before,
.seo-link-list li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 999px;
  background: var(--accent);
  content: "";
}

.seo-visual {
  overflow: hidden;
  margin: 2rem auto;
  padding: 1rem;
}

.seo-screenshot {
  width: 100%;
  height: auto;
  border-radius: 14px;
  background: #0f141a;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35), 0 4px 12px rgba(0, 0, 0, 0.25);
}

.seo-links {
  margin: 4.75rem auto 4rem;
  padding: clamp(1.35rem, 3vw, 2rem);
}

.solution-strip {
  margin: 4rem auto;
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
}

.solution-strip h2 {
  margin: 0 0 0.6rem;
  color: var(--text);
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  font-weight: 800;
}

.solution-strip p {
  max-width: 46rem;
  margin-bottom: 1rem;
  color: var(--muted);
}

.seo-link-grid {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.25rem;
}

.seo-link-grid a,
.seo-link-list a {
  color: var(--accent);
  font-weight: 700;
}

.seo-cta {
  margin-top: 2rem;
}

.faq-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.faq-item {
  padding: 1.15rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
}

.faq-item h3 {
  margin: 0 0 0.45rem;
  color: var(--text);
  font-size: 1rem;
  font-weight: 800;
}

.faq-item p {
  margin: 0;
  color: var(--muted);
}

@media (min-width: 760px) {
  .seo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .seo-link-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .seo-hero {
    padding: 3rem 0 2rem;
  }

  .seo-section {
    padding: 2.6rem 0;
  }

  .seo-links {
    margin-top: 3.5rem;
  }
}

.seo-table-wrap {
  overflow-x: auto;
  margin-top: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.18);
}

.seo-evidence-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  color: var(--soft, var(--text));
}

.seo-evidence-table th,
.seo-evidence-table td {
  padding: 1rem 1.1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
  vertical-align: top;
}

.seo-evidence-table thead th {
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.seo-evidence-table tbody th {
  width: 21%;
  color: var(--text);
  font-size: 0.98rem;
  font-weight: 800;
}

.seo-evidence-table td {
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.5;
}

.seo-evidence-table tr:last-child th,
.seo-evidence-table tr:last-child td {
  border-bottom: 0;
}


.packet-builder {
  display: grid;
  gap: clamp(1.4rem, 3vw, 2rem);
  padding: clamp(1.35rem, 3vw, 2.2rem);
  border: 1px solid rgba(99, 161, 255, 0.18);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(99, 161, 255, 0.10), rgba(142, 230, 181, 0.06)),
    rgba(255, 255, 255, 0.03);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
}

.packet-builder-copy h2 {
  max-width: 46rem;
}

.packet-builder-copy p:not(.eyebrow) {
  max-width: 54rem;
  margin-bottom: 0;
}

.packet-builder-flow {
  display: grid;
  gap: 1rem;
  align-items: center;
}

.packet-inputs {
  display: grid;
  gap: 0.85rem;
}

.packet-input-card,
.packet-output-card {
  display: grid;
  gap: 0.25rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  background: rgba(10, 16, 22, 0.56);
}

.packet-input-card strong,
.packet-output-card strong {
  color: var(--text);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
}

.packet-input-card span:last-child,
.packet-output-card span:last-child {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.35;
}

.packet-input-kicker,
.packet-output-badge {
  width: fit-content;
  color: var(--success, #8ee6b5);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.packet-builder-arrow {
  position: relative;
  justify-self: center;
  width: 2px;
  height: 2.25rem;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(99, 161, 255, 0.15), rgba(99, 161, 255, 0.88));
}

.packet-builder-arrow::after {
  position: absolute;
  left: 50%;
  bottom: -0.32rem;
  width: 0.7rem;
  height: 0.7rem;
  border-right: 2px solid rgba(99, 161, 255, 0.9);
  border-bottom: 2px solid rgba(99, 161, 255, 0.9);
  content: "";
  transform: translateX(-50%) rotate(45deg);
}

.packet-output-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  border-color: rgba(99, 161, 255, 0.32);
  background:
    linear-gradient(135deg, rgba(99, 161, 255, 0.24), rgba(142, 230, 181, 0.10)),
    rgba(18, 27, 37, 0.95);
}

.packet-output-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  width: auto;
  max-width: 100%;
  min-width: 0;
  padding: 0.32rem 0.58rem;
  line-height: 1.15;
  overflow-wrap: anywhere;
  text-align: center;
  white-space: normal;
  border: 1px solid rgba(142, 230, 181, 0.22);
  border-radius: 999px;
  background: rgba(142, 230, 181, 0.1);
}

@media (min-width: 860px) {
  .packet-builder-flow {
    grid-template-columns: minmax(0, 1.5fr) 3.5rem minmax(15rem, 0.8fr);
  }

  .packet-inputs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .packet-builder-arrow {
    width: 3rem;
    height: 2px;
    background: linear-gradient(90deg, rgba(99, 161, 255, 0.15), rgba(99, 161, 255, 0.88));
  }

  .packet-builder-arrow::after {
    top: 50%;
    right: -0.12rem;
    bottom: auto;
    left: auto;
    transform: translateY(-50%) rotate(-45deg);
  }
}

.linked-system-graphic {
  display: grid;
  gap: clamp(1.4rem, 3vw, 2rem);
  padding: clamp(1.35rem, 3vw, 2.2rem);
  border: 1px solid rgba(142, 230, 181, 0.18);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(142, 230, 181, 0.08), rgba(99, 161, 255, 0.08)),
    rgba(255, 255, 255, 0.03);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24);
}

.linked-system-copy h2 {
  max-width: 48rem;
}

.linked-system-copy p:not(.eyebrow) {
  max-width: 54rem;
  margin-bottom: 0;
}

.linked-system-map {
  display: grid;
  gap: 1rem;
  align-items: stretch;
}

.unit-node,
.linked-system-output {
  display: grid;
  gap: 0.35rem;
  padding: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  background: rgba(10, 16, 22, 0.58);
}

.unit-node strong {
  color: var(--text);
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  font-weight: 800;
  line-height: 1.15;
}

.unit-node span:last-child {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.35;
}

.unit-node-kicker {
  width: fit-content;
  color: var(--success, #8ee6b5);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.system-link {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.55rem;
  min-height: 2.75rem;
}

.system-link-dot {
  width: 1rem;
  height: 1rem;
  border: 3px solid rgba(142, 230, 181, 0.85);
  border-radius: 999px;
  background: rgba(142, 230, 181, 0.22);
  box-shadow: 0 0 0 0.45rem rgba(142, 230, 181, 0.08);
}

.system-link-line {
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(142, 230, 181, 0.9), rgba(99, 161, 255, 0.9));
}

.linked-system-output {
  border-color: rgba(99, 161, 255, 0.28);
  background:
    linear-gradient(135deg, rgba(99, 161, 255, 0.18), rgba(142, 230, 181, 0.08)),
    rgba(18, 27, 37, 0.95);
}

.linked-system-badge {
  width: fit-content;
  padding: 0.32rem 0.65rem;
  border: 1px solid rgba(99, 161, 255, 0.28);
  border-radius: 999px;
  background: rgba(99, 161, 255, 0.13);
  color: var(--text);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.linked-system-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.25rem;
}

.linked-system-pills span {
  padding: 0.45rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 860px) {
  .linked-system-map {
    grid-template-columns: minmax(13rem, 1fr) minmax(7rem, 0.55fr) minmax(13rem, 1fr);
  }

  .linked-system-output {
    grid-column: 1 / -1;
  }
}

.evidence-flow-graphic {
  display: grid;
  gap: clamp(1.4rem, 3vw, 2rem);
  padding: clamp(1.35rem, 3vw, 2.2rem);
  border: 1px solid rgba(99, 161, 255, 0.18);
  border-radius: 18px;
  background:
    radial-gradient(circle at 18% 18%, rgba(99, 161, 255, 0.16), transparent 24rem),
    rgba(255, 255, 255, 0.03);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24);
}

.evidence-flow-copy h2 {
  max-width: 46rem;
}

.evidence-flow-copy p:not(.eyebrow) {
  max-width: 54rem;
  margin-bottom: 0;
}

.evidence-flow-board {
  display: grid;
  gap: 1rem;
  align-items: center;
}

.evidence-phone-card,
.evidence-proof-card {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  background: rgba(10, 16, 22, 0.6);
}

.evidence-phone-card {
  display: grid;
  gap: 0.9rem;
  padding: 1.15rem;
}

.evidence-phone-kicker,
.evidence-proof-card span {
  color: var(--success, #8ee6b5);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.evidence-phone-card strong {
  color: var(--text);
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  font-weight: 800;
  line-height: 1.15;
}

.evidence-checklist-items {
  display: grid;
  gap: 0.6rem;
}

.evidence-checklist-items span {
  position: relative;
  padding: 0.65rem 0.75rem 0.65rem 2.1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--soft, var(--text));
  font-size: 0.92rem;
  font-weight: 700;
}

.evidence-checklist-items span::before {
  position: absolute;
  top: 50%;
  left: 0.75rem;
  width: 0.72rem;
  height: 0.72rem;
  border: 2px solid rgba(142, 230, 181, 0.9);
  border-radius: 999px;
  content: "";
  transform: translateY(-50%);
}

.evidence-capture-rail {
  display: grid;
  justify-items: center;
  gap: 0.45rem;
}

.evidence-capture-rail span {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 999px;
  background: rgba(99, 161, 255, 0.8);
  box-shadow: 0 0 0 0.35rem rgba(99, 161, 255, 0.1);
}

.evidence-proof-grid {
  display: grid;
  gap: 0.85rem;
}

.evidence-proof-card {
  display: grid;
  gap: 0.25rem;
  padding: 1rem;
}

.evidence-proof-card strong {
  color: var(--text);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
}

.evidence-proof-primary {
  border-color: rgba(99, 161, 255, 0.34);
  background:
    linear-gradient(135deg, rgba(99, 161, 255, 0.22), rgba(142, 230, 181, 0.08)),
    rgba(18, 27, 37, 0.95);
}

@media (min-width: 860px) {
  .evidence-flow-board {
    grid-template-columns: minmax(16rem, 0.85fr) 3.5rem minmax(0, 1.3fr);
  }

  .evidence-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .evidence-capture-rail {
    align-self: stretch;
    align-content: center;
  }

  .evidence-capture-rail::before,
  .evidence-capture-rail::after {
    width: 2px;
    height: 2.2rem;
    border-radius: 999px;
    background: rgba(99, 161, 255, 0.34);
    content: "";
  }
}

.audience-grid {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.35rem;
}

.audience-card {
  padding: 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.audience-card h3 {
  margin-bottom: 0.4rem;
  color: var(--success, #8ee6b5);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.audience-card p {
  margin-bottom: 0;
  color: var(--soft, var(--text));
  font-size: 0.98rem;
  line-height: 1.45;
}

@media (min-width: 760px) {
  .audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.warranty-compare-grid {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.35rem;
}

.warranty-compare-card {
  padding: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.warranty-compare-card h3 {
  margin-bottom: 0.85rem;
  color: var(--text);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
}

.warranty-compare-card ul {
  display: grid;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.warranty-compare-card li {
  position: relative;
  padding-left: 1.25rem;
  color: var(--soft, var(--text));
  font-size: 0.96rem;
  line-height: 1.35;
}

.warranty-compare-card li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: rgba(99, 161, 255, 0.9);
  content: "";
}

.warranty-compare-card a {
  color: var(--accent, #63a1ff);
}

.warranty-compare-pain h3 {
  color: var(--muted);
}

.warranty-compare-pain li::before {
  background: rgba(255, 255, 255, 0.3);
}

.warranty-compare-fix {
  border-color: rgba(99, 161, 255, 0.22);
  background:
    linear-gradient(135deg, rgba(99, 161, 255, 0.14), rgba(142, 230, 181, 0.06)),
    rgba(255, 255, 255, 0.035);
}

.warranty-compare-result {
  max-width: none;
  width: 100%;
  margin-top: 1.15rem;
  margin-bottom: 0;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(142, 230, 181, 0.18);
  border-radius: 14px;
  background: rgba(142, 230, 181, 0.06);
  color: var(--soft, var(--text));
}

.warranty-compare-result strong {
  color: var(--success, #8ee6b5);
}
.seo-section p.warranty-compare-result {
  max-width: none;
  width: 100%;
}

@media (min-width: 760px) {
  .warranty-compare-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.claim-protection-card {
  margin-top: 1.25rem;
  padding: 1.15rem;
  border: 1px solid rgba(142, 230, 181, 0.2);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(142, 230, 181, 0.09), rgba(99, 161, 255, 0.06)),
    rgba(255, 255, 255, 0.035);
}

.claim-protection-card strong {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--text);
  font-size: clamp(1.08rem, 2vw, 1.32rem);
  font-weight: 800;
  line-height: 1.2;
}

.claim-protection-card p {
  margin-bottom: 0;
  color: var(--soft, var(--text));
}

.claim-protection-grid {
  display: grid;
  gap: 0.9rem;
  margin-top: 1rem;
}

.claim-protection-item {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.claim-protection-item h3 {
  margin-bottom: 0.4rem;
  color: var(--success, #8ee6b5);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.claim-protection-item p {
  margin-bottom: 0;
  color: var(--soft, var(--text));
  font-size: 0.96rem;
  line-height: 1.4;
}

@media (min-width: 860px) {
  .claim-protection-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.packet-contents-card {
  margin-top: 1.25rem;
  padding: 1.15rem;
  border: 1px solid rgba(99, 161, 255, 0.22);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(99, 161, 255, 0.14), rgba(142, 230, 181, 0.06)),
    rgba(255, 255, 255, 0.035);
}

.packet-contents-card strong {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--text);
  font-size: clamp(1.08rem, 2vw, 1.3rem);
  font-weight: 800;
  line-height: 1.2;
}

.packet-contents-card p {
  margin-bottom: 0;
  color: var(--soft, var(--text));
}

.packet-contents-grid {
  display: grid;
  gap: 0.9rem;
  margin-top: 1rem;
}

.packet-contents-item {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.packet-contents-item h3 {
  margin-bottom: 0.4rem;
  color: var(--success, #8ee6b5);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.packet-contents-item p {
  margin-bottom: 0;
  color: var(--soft, var(--text));
  font-size: 0.96rem;
  line-height: 1.4;
}

@media (min-width: 760px) {
  .packet-contents-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.warranty-pain-grid,
.warranty-field-grid {
  grid-template-columns: 1fr;
}

.evidence-why-card {
  margin-top: 1.2rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(142, 230, 181, 0.18);
  border-radius: 14px;
  background: rgba(142, 230, 181, 0.055);
}

.evidence-why-card strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--success, #8ee6b5);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.evidence-why-card p {
  margin-bottom: 0;
  color: var(--soft, var(--text));
  font-size: 0.98rem;
  line-height: 1.45;
}

.qr-compare-grid,
.qr-benefit-grid,
.qr-outcome-grid {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.35rem;
}

.qr-compare-card,
.qr-benefit-card,
.qr-outcome-card,
.qr-outcome-item,
.qr-work-card,
.qr-note-card {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.qr-compare-card,
.qr-benefit-card,
.qr-outcome-item {
  padding: 1.1rem;
}

.qr-compare-card h3,
.qr-benefit-card h3,
.qr-outcome-item h3 {
  margin-bottom: 0.55rem;
  color: var(--text);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
}

.qr-compare-card ul {
  display: grid;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.qr-compare-card li {
  position: relative;
  padding-left: 1.25rem;
  color: var(--soft, var(--text));
  font-size: 0.96rem;
  line-height: 1.35;
}

.qr-compare-card li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: rgba(99, 161, 255, 0.9);
  content: "";
}

.qr-compare-pain h3 {
  color: var(--muted);
}

.qr-compare-pain li::before {
  background: rgba(255, 255, 255, 0.3);
}

.qr-compare-fix,
.qr-benefit-primary,
.qr-outcome-card,
.qr-work-card {
  border-color: rgba(99, 161, 255, 0.22);
  background:
    linear-gradient(135deg, rgba(99, 161, 255, 0.14), rgba(142, 230, 181, 0.06)),
    rgba(255, 255, 255, 0.035);
}

.qr-result-card,
.qr-note-card {
  max-width: none;
  width: 100%;
  margin-top: 1.15rem;
  margin-bottom: 0;
  padding: 0.95rem 1rem;
  color: var(--soft, var(--text));
}

.qr-result-card {
  border: 1px solid rgba(142, 230, 181, 0.18);
  border-radius: 14px;
  background: rgba(142, 230, 181, 0.06);
}

.qr-result-card strong {
  color: var(--success, #8ee6b5);
}

.seo-section p.qr-result-card,
.seo-section p.qr-note-card {
  max-width: none;
}

.qr-flow-panel {
  display: grid;
  gap: clamp(1.35rem, 3vw, 2rem);
  padding: clamp(1.35rem, 3vw, 2.2rem);
  border: 1px solid rgba(99, 161, 255, 0.18);
  border-radius: 18px;
  background:
    radial-gradient(circle at 20% 15%, rgba(99, 161, 255, 0.15), transparent 24rem),
    linear-gradient(135deg, rgba(99, 161, 255, 0.10), rgba(142, 230, 181, 0.06)),
    rgba(255, 255, 255, 0.03);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.26);
}

.qr-flow-copy h2 {
  max-width: 48rem;
}

.qr-flow-copy p:not(.eyebrow) {
  max-width: 54rem;
  margin-bottom: 0;
}

.qr-flow-steps {
  display: grid;
  gap: 0.9rem;
}

.qr-flow-step {
  position: relative;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  background: rgba(10, 16, 22, 0.56);
}

.qr-flow-step span {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.85rem;
  border: 1px solid rgba(99, 161, 255, 0.34);
  border-radius: 10px;
  background: rgba(99, 161, 255, 0.14);
  color: var(--text);
  font-weight: 800;
}

.qr-flow-step h3 {
  margin-bottom: 0.4rem;
  color: var(--success, #8ee6b5);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.qr-flow-step p,
.qr-benefit-card p,
.qr-outcome-item p,
.qr-outcome-card p,
.qr-work-card p {
  margin-bottom: 0;
  color: var(--soft, var(--text));
  font-size: 0.96rem;
  line-height: 1.4;
}

.qr-flow-step-strong {
  border-color: rgba(142, 230, 181, 0.22);
  background:
    linear-gradient(135deg, rgba(142, 230, 181, 0.10), rgba(99, 161, 255, 0.08)),
    rgba(10, 16, 22, 0.56);
}

.qr-outcome-card,
.qr-work-card {
  margin-top: 1.25rem;
  padding: 1.15rem;
}

.qr-outcome-card strong,
.qr-work-card strong {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--text);
  font-size: clamp(1.08rem, 2vw, 1.3rem);
  font-weight: 800;
  line-height: 1.2;
}

.qr-comparison-table-wrap {
  overflow-x: auto;
  margin-top: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.18);
}

.qr-comparison-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  color: var(--soft, var(--text));
}

.qr-comparison-table th,
.qr-comparison-table td {
  padding: 1rem 1.1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
  vertical-align: top;
}

.qr-comparison-table thead th {
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.qr-comparison-table tbody th {
  width: 22%;
  color: var(--text);
  font-size: 0.98rem;
  font-weight: 800;
}

.qr-comparison-table td {
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.5;
}

.qr-comparison-table tr:last-child th,
.qr-comparison-table tr:last-child td {
  border-bottom: 0;
}

@media (min-width: 760px) {
  .qr-compare-grid,
  .qr-benefit-grid,
  .qr-outcome-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .qr-compare-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .qr-flow-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.seo-breadcrumb {
  padding: 0.85rem 0 0;
  background: rgba(12, 17, 23, 0.72);
}

.seo-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  list-style: none;
}

.seo-breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.35;
}

.seo-breadcrumb li + li::before {
  color: rgba(255, 255, 255, 0.34);
  content: "/";
}

.seo-breadcrumb a {
  color: var(--muted);
  text-decoration: none;
}

.seo-breadcrumb a[aria-current="page"] {
  color: var(--soft, var(--text));
  font-weight: 700;
}

.qr-proof-grid {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.35rem;
}

.qr-proof-card {
  padding: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.qr-proof-card strong {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--text);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
}

.qr-proof-card p {
  margin-bottom: 0;
  color: var(--soft, var(--text));
  font-size: 0.96rem;
  line-height: 1.4;
}


.qr-proof-fields {
  display: grid;
  gap: 0.55rem;
  margin: 0;
}

.qr-proof-fields div,
.qr-before-after div {
  padding: 0.7rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: rgba(10, 16, 22, 0.42);
}

.qr-proof-fields dt,
.qr-before-after span {
  margin-bottom: 0.2rem;
  color: var(--success, #8ee6b5);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.qr-proof-fields dd {
  margin: 0;
  color: var(--soft, var(--text));
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.25;
}

.qr-before-after {
  display: grid;
  gap: 0.65rem;
}

.qr-before-after p {
  margin: 0;
}

.qr-proof-list {
  display: grid;
  gap: 0.45rem;
  margin: 0.9rem 0 0;
  padding: 0;
  list-style: none;
}

.qr-proof-list li {
  position: relative;
  padding-left: 1.15rem;
  color: var(--soft, var(--text));
  font-size: 0.94rem;
  line-height: 1.35;
}

.qr-proof-list li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 999px;
  background: rgba(142, 230, 181, 0.9);
  content: "";
}
.qr-proof-primary {
  border-color: rgba(142, 230, 181, 0.22);
  background:
    linear-gradient(135deg, rgba(142, 230, 181, 0.10), rgba(99, 161, 255, 0.08)),
    rgba(255, 255, 255, 0.035);
}

@media (min-width: 760px) {
  .qr-proof-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
