/* Generated from style.css. Module: review. */
.directory-pagination{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:32px}
.directory-pagination a{display:grid;min-width:40px;height:40px;place-items:center;border:1px solid var(--line);border-radius:7px;background:var(--surface);font-weight:800}
.directory-pagination a:hover,.directory-pagination a[aria-current="page"]{border-color:var(--brand);background:var(--brand);color:#fff}
.category-card,
.review-card,
.alternative-card,
.criteria-card {
border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.035);
}

.category-card h3,
.review-card h3,
.alternative-card h3,
.criteria-card h3 {
margin: 0;
  font-size: 16px;
  line-height: 1.25;
}

.category-card p,
.review-card p,
.alternative-card p,
.criteria-card p {
margin: 7px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.snapshot-heading h3 {
margin: 0;
  color: #0f172a;
  font-size: 21px;
  line-height: 1.25;
}

.snapshot-heading p {
max-width: 760px;
  margin: 8px 0 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.65;
}

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

.snapshot-card {
position: relative;
  min-height: 128px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 15px 15px 15px 46px;
  background: #f8fafc;
}

.snapshot-dot {
position: absolute;
  top: 15px;
  left: 15px;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 999px;
  background: #fff1f4;
  color: var(--brand);
  font-size: 12px;
  font-weight: 900;
}

.snapshot-card h4 {
margin: 0;
  color: #0f172a;
  font-size: 15px;
  line-height: 1.25;
}

.snapshot-card p {
margin: 7px 0 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.55;
}

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

.review-card {
display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
}

.review-meta {
display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.alternative-card {
display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
}

.alternative-card > div {
min-width: 0;
}

.fit-card {
padding: 20px;
}

.fit-title {
display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 17px;
  font-weight: 900;
}

.pros-cons {
display: grid;
  gap: 14px;
}

.review-hero-inner {
grid-template-columns: minmax(0, 1fr) 220px;
}

.review-byline,
.review-meta-line {
margin: 14px 0 0;
  color: #647084;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
}

.review-meta-line {
margin: -4px 0 14px;
}

.review-overview-card {
margin: 0 0 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px 22px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.035);
}

.review-overview-card h3 {
margin: 0 0 10px;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.25;
}

.review-overview-card p,
.review-overview-card li {
color: #4b596d;
  font-size: 15px;
  line-height: 1.75;
}

.review-overview-card p {
margin: 0 0 12px;
}

.review-overview-card p:last-child,
.review-overview-card ul:last-child,
.review-overview-card ol:last-child {
margin-bottom: 0;
}

.review-decision-section {
padding-top: 28px;
}

.review-decision-card {
display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.78fr);
  gap: 18px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 14px;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(248, 251, 255, 0.96)),
    #fff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.review-decision-main {
display: grid;
  gap: 14px;
  min-width: 0;
}

.review-verdict-box,
.review-fit-card,
.review-signal-panel {
border: 1px solid #dbe4ef;
  border-radius: 12px;
}

.review-verdict-box {
padding: 20px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
}

.review-verdict-box h2 {
margin: 4px 0 10px;
  color: var(--navy);
  font-size: 24px;
  line-height: 1.16;
}

.review-verdict-box p:last-child {
margin-bottom: 0;
}

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

.review-fit-card {
padding: 17px 18px;
  background: #fff;
}

.review-fit-card-positive {
border-color: #bbf7d0;
  background: #f7fef9;
}

.review-fit-card-neutral {
border-color: #fed7aa;
  background: #fffaf3;
}

.review-fit-card h3 {
margin: 0 0 12px;
  color: #142033;
  font-size: 16px;
  line-height: 1.25;
}

.review-fit-card ul {
display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.review-fit-card li {
position: relative;
  padding-left: 20px;
  color: #314056;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.review-fit-card li::before {
position: absolute;
  top: 0.52em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--brand);
  content: "";
}

.review-fit-card-positive li::before {
background: var(--green);
}

.review-signal-panel {
align-self: stretch;
  padding: 18px;
  background: #071321;
  color: #fff;
}

.review-signal-panel h3 {
margin: 0 0 14px;
  color: #fff;
  font-size: 17px;
  line-height: 1.25;
}

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

.review-signal-chip {
min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  padding: 10px 11px;
  background: rgba(255, 255, 255, 0.06);
}

.review-signal-chip dt {
overflow: hidden;
  color: #9fb0c7;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.25;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.review-signal-chip dd {
margin: 5px 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
}

.review-decision-actions {
display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 16px;
}

.review-decision-actions .small-btn {
min-height: 40px;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.review-decision-actions .small-btn.fill {
border-color: var(--brand);
  background: var(--brand);
}

.review-decision-actions .external-site-btn {
border-color: rgba(255, 255, 255, 0.32);
}

.external-site-note {
flex-basis: 100%;
  margin: -1px 0 0;
  color: #aebed4;
  font-size: 12px;
  font-weight: 700;
}

.review-decision-links {
display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.review-decision-links a {
display: inline-flex;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 6px 9px;
  color: #d9e7f7;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
}

.review-decision-links a:hover {
border-color: rgba(255, 255, 255, 0.34);
  color: #fff;
}

.evidence-grid {
display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

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

.evidence-card {
display: flex;
  min-width: 0;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.03);
}

.evidence-card-label {
display: block;
  color: #647084;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.evidence-card-value {
display: block;
  margin-top: 7px;
  color: var(--navy);
  font-size: 15px;
  line-height: 1.25;
}

.evidence-card--long {
padding: 18px 18px 17px;
}

.evidence-card--long .evidence-card-value {
display: inline-flex;
  align-self: flex-start;
  margin-top: 9px;
  padding: 6px 10px;
  border: 1px solid #dbe4ef;
  border-radius: 999px;
  background: #f8fafc;
  color: #142033;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
}

.evidence-card-detail {
margin: 11px 0 0;
  color: #334155;
  font-size: 15px;
  line-height: 1.72;
  font-weight: 400;
  text-wrap: pretty;
}

.review-status-strip {
display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0;
}

.review-status-badge {
min-width: 0;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 11px 12px;
  background: #fff;
}

.review-status-badge span {
display: block;
  overflow: hidden;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.review-status-badge strong {
display: block;
  margin-top: 4px;
  color: #0f172a;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
}

.ratings-table {
overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.035);
}

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

.pro-card,
.info-card {
border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.035);
}

.pro-card {
padding: 20px;
}

.pro-card h3 {
display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  font-size: 18px;
}

.info-card {
padding: 22px;
}

.info-card h2 {
margin: 0;
  font-size: 24px;
  line-height: 1.2;
}

.info-card h3 {
margin: 12px 0 8px;
  color: #142033;
  font-size: 15px;
}

.info-card p {
margin: 10px 0 0;
  color: #4b596d;
  font-size: 14px;
}

.score-basis {
margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line-soft);
}

.score-basis h4 {
margin: 0 0 12px;
  color: #0f172a;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
}

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

.review-criteria-box {
margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line-soft);
}

.review-criteria-box h4 {
margin: 0 0 14px;
  color: #0f172a;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
}

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

.mobile-snapshot-card {
display: flex;
  min-height: 360px;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  background:
    radial-gradient(circle at 78% 14%, rgba(244, 37, 71, 0.12), transparent 23%),
    linear-gradient(135deg, #fff 0%, #fff8fa 100%);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.035);
}

.mobile-experience-layout {
display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 22px;
  align-items: stretch;
}

.mobile-summary-panel {
min-width: 0;
}

.mobile-metric-grid {
display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 0;
}

.mobile-metric-grid div {
border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 12px 14px;
  background: #f8fafc;
}

.mobile-metric-grid span {
display: block;
  color: #64748b;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
}

.mobile-metric-grid strong {
display: block;
  margin-top: 5px;
  color: #0f172a;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
}

.mobile-phone-panel {
min-height: 0;
  justify-content: flex-start;
  padding: 22px;
}

.mobile-phone-panel h3 {
margin: 0;
  color: #0f172a;
  font-size: 17px;
  line-height: 1.25;
}

.mobile-illustration {
display: flex;
  justify-content: center;
}

.mobile-screenshot-frame {
display: grid;
  width: min(220px, 100%);
  max-width: 220px;
  max-height: 300px;
  margin: 0 auto;
  place-items: center;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 35px rgba(15, 23, 42, 0.16);
}

.mobile-screenshot-frame img {
display: block;
  width: 100%;
  max-height: 300px;
  object-fit: contain;
}

.mobile-tips-box {
margin-top: 24px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 18px 20px;
  background: #f8fafc;
}

.mobile-tips-box h4 {
margin: 0 0 12px;
  color: #0f172a;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
}

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

.mobile-tips-box li {
position: relative;
  padding-left: 20px;
  color: #334155;
  font-size: 14px;
  line-height: 1.55;
}

.mobile-tips-box li::before {
position: absolute;
  top: 0.7em;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #16a34a;
  content: "";
}

.mobile-snapshot-content h3 {
margin: 0 0 14px;
  color: #0f172a;
  font-size: 18px;
  line-height: 1.25;
}

.mobile-check-list {
display: grid;
  gap: 10px;
}

.mobile-check-list div {
display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 10px 12px;
  background: #fff;
}

.mobile-check-list span {
color: #64748b;
  font-size: 13px;
  font-weight: 800;
}

.mobile-check-list strong {
color: #0f172a;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
  text-align: right;
}

.mobile-verdict {
margin: 14px 0 0;
  border-radius: 8px;
  padding: 12px;
  background: #f8fafc;
  color: #334155;
  font-size: 13px;
  line-height: 1.6;
}

.mobile-verdict strong {
color: #0f172a;
}

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

.review-alt-card {
display: flex;
  min-height: 246px;
  flex-direction: column;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
  background: var(--surface);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.035);
}

.review-alt-top {
display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.review-alt-top h3 {
margin: 0;
  font-size: 17px;
  line-height: 1.25;
}

.review-alt-top p,
.review-alt-desc {
margin: 7px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.review-alt-desc {
margin-top: 0;
}

.review-alt-meta {
display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

.review-alt-meta div {
min-width: 0;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 8px;
  background: #f8fafc;
}

.review-alt-meta dt {
margin: 0 0 3px;
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
}

.review-alt-meta dd {
margin: 0;
  color: #0f172a;
  font-size: 12px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.review-alt-actions {
display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.alternative-table {
overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.035);
}

.alternative-detail-list .detail-top {
align-items: center;
}

.alt-hero-inner {
align-items: center;
}

.alt-original-logo-card {
display: grid;
  justify-self: end;
  width: min(100%, 320px);
  min-height: 150px;
  place-items: center;
  gap: 10px;
  border: 1px solid #ffd1d9;
  border-radius: var(--radius);
  padding: 24px;
  background: linear-gradient(135deg, #07111f 0%, #111827 100%);
  color: #fff;
  box-shadow: var(--shadow);
  text-align: center;
}

.alt-original-logo-card img {
max-width: 132px;
  max-height: 62px;
  object-fit: contain;
}

.alt-original-logo-text {
display: grid;
  min-width: 74px;
  min-height: 54px;
  place-items: center;
  border-radius: 8px;
  background: #020817;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
}

.alt-original-logo-card strong {
font-size: 13px;
  text-transform: uppercase;
}

.alt-on-page-card {
align-content: center;
  justify-items: stretch;
  gap: 14px;
  place-items: stretch;
  text-align: left;
}

.alt-on-page-card strong {
color: #fff;
  font-size: 15px;
  text-transform: none;
}

.alt-on-page-links {
display: grid;
  gap: 8px;
}

.alt-on-page-links a {
display: block;
  border: 1px solid rgba(226, 232, 240, 0.16);
  border-radius: 8px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.06);
  color: #f8fafc;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.alt-on-page-links a:hover,
.alt-on-page-links a:focus {
background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.alt-site-type {
border-radius: 999px;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.08);
  color: #e2e8f0;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.alt-original-metrics {
display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 4px 0 0;
}

.alt-original-metrics div {
border: 1px solid rgba(226, 232, 240, 0.16);
  border-radius: 8px;
  padding: 8px;
  background: rgba(15, 23, 42, 0.46);
  text-align: left;
}

.alt-original-metrics dt,
.alt-original-metrics dd {
margin: 0;
}

.alt-original-metrics dt {
color: #94a3b8;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.alt-original-metrics dd {
color: #fff;
  font-size: 12px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.alt-quick-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.alt-pick-card {
display: flex;
  min-height: 100%;
  flex-direction: column;
}

.alt-pick-meta {
display: grid;
  gap: 8px;
  margin: 14px 0 0;
}

.alt-pick-meta div {
display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px 10px;
  background: #f8fafc;
}

.alt-pick-meta dt,
.alt-pick-meta dd {
margin: 0;
  font-size: 12px;
}

.alt-pick-meta dt {
color: #64748b;
  font-weight: 800;
}

.alt-pick-meta dd {
color: #0f172a;
  font-weight: 900;
  text-align: right;
}

.alt-fit-note {
margin: 12px 0 16px;
  border-left: 3px solid #0c7c45;
  padding-left: 10px;
  color: #4b596d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

.alt-reason-stack,
.alt-reason-grid {
display: grid;
  gap: 10px;
  margin: 12px 0 16px;
}

.alt-reason-stack div,
.alt-reason-grid div,
.review-alt-reason {
border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 10px;
  background: #f8fafc;
}

.alt-reason-stack span,
.alt-reason-grid span,
.review-alt-reason span {
display: block;
  margin-bottom: 4px;
  color: #475569;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.alt-reason-stack p,
.alt-reason-grid p,
.review-alt-reason p {
margin: 0;
  color: #1f2937;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

.review-alt-reason {
display: grid;
  gap: 4px;
  margin: 0;
}

.review-alt-reason p + span {
margin-top: 6px;
}

.alt-pick-card .small-btn {
margin-top: auto;
}

.alt-detail-card .detail-title {
align-items: center;
}

.alt-detail-body {
grid-template-columns: minmax(0, 1.4fr) minmax(240px, 0.6fr);
}

.alt-tag-list {
display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 18px;
}

.alt-tag-list span {
border: 1px solid #dbeafe;
  border-radius: 999px;
  padding: 6px 10px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 900;
}

.alt-score {
display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  padding: 5px 10px;
  background: #eaf8f1;
  color: #0c7c45;
  font-size: 12px;
  font-weight: 900;
}

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

.alt-note-card {
border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: var(--surface);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.035);
}

.alt-note-card > span {
display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  padding: 5px 9px;
  background: #eef8f1;
  color: #0c7c45;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.alt-note-card p {
margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

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

.alt-related-card {
display: flex;
  min-height: 100%;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: var(--surface);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.035);
}

.alt-related-card > span {
width: fit-content;
  border-radius: 999px;
  padding: 5px 9px;
  background: #fff1f2;
  color: var(--brand);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.alt-related-card h3 {
margin: 12px 0 8px;
  font-size: 17px;
}

.alt-related-card p {
margin: 0 0 16px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.alt-related-card .small-btn {
margin-top: auto;
  align-self: flex-start;
}

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

.decision-card {
border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
  background: var(--surface);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.035);
}

.decision-card .mini-icon {
width: 38px;
  height: 38px;
  margin-bottom: 12px;
  font-size: 19px;
}

.decision-card h3 {
margin: 0;
  font-size: 16px;
  line-height: 1.25;
}

.decision-card p {
margin: 7px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.original-review-card {
display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid #ffd0d8;
  border-radius: var(--radius);
  padding: 22px;
  background: linear-gradient(135deg, #fff 0%, #fff7f8 100%);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.035);
}

.original-review-card h2 {
margin: 0;
  font-size: 23px;
  line-height: 1.2;
}

.original-review-card p {
margin: 8px 0 0;
  color: #596579;
  font-size: 14px;
}

.reviews-hub {
background: #f3f6fa;
}

.reviews-hub-hero .category-hub-hero-inner {
align-items: center;
}

.reviews-hub-stats div:first-child {
background: #fff1f4;
}

.reviews-search-section {
padding-top: 28px;
}

.reviews-filter-form {
display: grid;
  gap: 18px;
}

.review-search-panel {
display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(300px, 1.2fr);
  gap: 22px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.045);
}

.review-search-panel h2 {
margin: 0;
  font-size: 22px;
}

.review-search-panel p {
margin: 7px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.review-search-input input {
width: 100%;
  min-height: 52px;
  border: 1px solid #dbe3ee;
  border-radius: 10px;
  padding: 0 16px;
  background: #f8fafc;
  color: var(--text);
  font-size: 15px;
}

.reviews-filter-bar {
display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr)) auto;
  gap: 12px;
  align-items: end;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: #fff;
}

.reviews-filter-bar label {
display: grid;
  gap: 7px;
  min-width: 0;
}

.reviews-filter-bar label span {
color: #475569;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.reviews-filter-bar select {
width: 100%;
  min-height: 42px;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  padding: 0 10px;
  background: #f8fafc;
  color: #0f172a;
  font-weight: 700;
}

.reviews-filter-bar .btn {
min-height: 42px;
  padding-inline: 18px;
  white-space: nowrap;
}

.review-directory-groups {
display: grid;
  gap: 26px;
}

.review-letter-group {
scroll-margin-top: 90px;
}

.review-letter-group > h3 {
display: inline-flex;
  min-width: 42px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  border-radius: 12px;
  background: #07111f;
  color: #fff;
  font-size: 18px;
}

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

.review-directory-card {
display: flex;
  min-height: 100%;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.045);
}

.review-card-head {
display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.review-directory-logo {
display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  overflow: hidden;
  border-radius: 10px;
  background: #07111f;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.review-directory-logo img {
width: 100%;
  height: 100%;
  object-fit: contain;
}

.review-card-head h3 {
margin: 0;
  font-size: 18px;
  line-height: 1.25;
}

.review-card-head span {
display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.review-directory-card > p {
margin: 14px 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.65;
}

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

.review-card-metrics div {
border: 1px solid #e5e7eb;
  border-radius: 9px;
  padding: 9px 10px;
  background: #f8fafc;
}

.review-card-metrics dt,
.review-card-metrics dd {
margin: 0;
  font-size: 12px;
}

.review-card-metrics dt {
color: #64748b;
  font-weight: 800;
}

.review-card-metrics dd {
margin-top: 3px;
  color: #0f172a;
  font-weight: 900;
}

.review-card-actions {
display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: auto;
}

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

.review-featured-card {
display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.035);
}

.review-featured-card h3 {
margin: 0;
  font-size: 16px;
}

.review-featured-card p {
margin: 4px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.review-featured-card > span:last-child {
grid-column: 1 / -1;
  color: var(--brand);
  font-size: 13px;
  font-weight: 900;
}

.reviews-hub .method-grid {
grid-template-columns: repeat(3, minmax(0, 1fr));
}

.review-category-grid {
grid-template-columns: repeat(5, minmax(0, 1fr));
}

.review-safety-reminder {
grid-template-columns: 1fr;
}

.alternatives-hub {
background: #f3f6fa;
}

.alternatives-hub .review-search-panel {
border-color: #ffd6de;
}

.alternatives-filter-bar {
grid-template-columns: repeat(6, minmax(0, 1fr)) auto;
}

.alternative-directory-card {
display: flex;
  min-height: 100%;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.045);
}

.alternative-directory-card > p {
margin: 14px 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.65;
}

.alternative-reason-tags {
display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
}

.alternative-reason-tags span {
display: inline-flex;
  align-items: center;
  border: 1px solid #ffd6de;
  border-radius: 999px;
  padding: 6px 9px;
  background: #fff1f4;
  color: var(--brand);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.alternatives-hub .review-card-metrics {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.alternatives-hub .review-card-metrics div:last-child {
grid-column: 1 / -1;
}

.alternatives-hub .review-featured-card {
color: inherit;
}

.alternatives-hub .method-card {
min-height: 100%;
}

@media (max-width: 980px) {
.review-decision-card {
grid-template-columns: 1fr;
}
}

@media (max-width: 980px) {
.review-signal-grid {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
}

@media (max-width: 760px) {
.review-decision-section {
padding-top: 20px;
}
}

@media (max-width: 760px) {
.review-decision-card {
padding: 16px;
}
}

@media (max-width: 760px) {
.review-fit-grid,
  .review-signal-grid {
grid-template-columns: 1fr;
}
}

@media (max-width: 760px) {
.review-decision-actions {
display: grid;
    grid-template-columns: 1fr;
}
}

@media (max-width: 760px) {
.review-decision-actions .small-btn {
width: 100%;
}
}

@media (max-width: 1080px) {
.decision-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}

@media (max-width: 1080px) {
.reviews-filter-bar {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
}

@media (max-width: 1080px) {
.reviews-filter-bar .btn {
grid-column: 1 / -1;
    justify-self: start;
}
}

@media (max-width: 1080px) {
.review-directory-grid,
  .methodology-evaluate-grid,
  .methodology-related-grid,
  .disclosure-overview-grid,
  .disclosure-list-grid,
  .editorial-principles-grid,
  .editorial-content-grid,
  .editorial-workflow-grid,
  .not-found-grid-four,
  .not-found-ranking-list,
  .problem-grid,
  .guide-featured-grid,
  .guide-checklist-grid,
  .guide-compare-grid,
  .safety-risk-grid,
  .safety-type-grid,
  .safety-related-grid,
  .reviews-hub .method-grid,
  .review-category-grid,
  .review-featured-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}

@media (max-width: 980px) {
.ranking-method-box,
  .ranking-hero-inner,
  .review-hero-inner,
  .category-detail-hero-inner,
  .category-detail-grid,
  .category-safety-card,
  .not-found-hero-inner,
  .guide-detail-layout,
  .detail-body {
grid-template-columns: 1fr;
}
}

@media (max-width: 980px) {
.alt-original-logo-card {
justify-self: start;
}
}

@media (max-width: 980px) {
.review-search-panel {
grid-template-columns: 1fr;
}
}

@media (max-width: 980px) {
.evidence-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}

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

@media (max-width: 980px) {
.card-grid,
  .reviews-grid,
  .alternatives-list,
  .category-quick-picks,
  .ranking-alternative-grid,
  .choice-grid,
    .related-links,
    .review-alt-grid,
    .alt-quick-grid,
    .alt-note-grid,
    .alt-related-grid,
    .review-featured-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}

@media (max-width: 760px) {
.card-grid,
  .reviews-grid,
  .alternatives-list,
  .category-quick-picks,
  .ranking-alternative-grid,
  .ranking-method-points,
  .snapshot-grid,
  .criteria-grid,
  .two-col,
  .choice-grid,
    .hub-popular-grid,
    .rankings-featured-grid,
    .hub-small-grid,
    .hub-card-metrics,
    .hub-criteria-grid,
    .quick-grid,
    .metric-grid,
    .method-grid,
    .summary-grid,
    .pros-grid,
    .safety-checks,
    .score-basis-grid,
    .criteria-list,
    .evidence-grid,
    .review-alt-grid,
    .decision-grid,
    .alt-note-grid,
    .alt-related-grid,
    .reviews-filter-bar,
    .review-directory-grid,
    .methodology-evaluate-grid,
    .methodology-label-grid,
    .methodology-process-grid,
    .methodology-limits-grid,
    .methodology-related-grid,
    .disclosure-overview-grid,
    .disclosure-two-column,
    .disclosure-list-grid,
    .editorial-principles-grid,
    .editorial-content-grid,
    .editorial-workflow-grid,
    .editorial-no-list,
    .not-found-grid-four,
    .not-found-grid-three,
    .not-found-ranking-list,
    .problem-grid,
    .guide-featured-grid,
    .guide-topic-grid,
    .guide-checklist-grid,
    .guide-type-grid,
    .guide-compare-grid,
    .safety-meaning-grid,
    .safety-two-column,
    .safety-risk-grid,
    .safety-checklist,
    .safety-type-grid,
    .safety-related-grid,
    .static-info-layout,
    .static-contact-form,
    .reviews-hub .method-grid,
    .review-category-grid,
    .review-featured-grid,
    .related-links {
grid-template-columns: 1fr;
}
}

@media (max-width: 760px) {
.ranking-table,
  .preview-table,
  .ratings-table,
  .alternative-table {
border: 0;
    background: transparent;
}
}

@media (max-width: 760px) {
.ranking-table table,
  .ranking-table thead,
  .ranking-table tbody,
  .ranking-table tr,
  .ranking-table th,
  .ranking-table td,
  .preview-table table,
  .preview-table thead,
  .preview-table tbody,
  .preview-table tr,
  .preview-table th,
  .preview-table td,
  .ratings-table table,
  .ratings-table thead,
  .ratings-table tbody,
  .ratings-table tr,
  .ratings-table th,
  .ratings-table td,
  .alternative-table table,
  .alternative-table thead,
  .alternative-table tbody,
  .alternative-table tr,
  .alternative-table th,
  .alternative-table td {
display: block;
}
}

@media (max-width: 760px) {
.ranking-table thead,
  .preview-table thead,
  .ratings-table thead,
  .alternative-table thead {
display: none;
}
}

@media (max-width: 760px) {
.ranking-table tr,
  .preview-table tr,
  .ratings-table tr,
  .alternative-table tr {
margin-bottom: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}
}

@media (max-width: 760px) {
.ranking-table td,
  .preview-table td,
  .ratings-table td,
  .alternative-table td {
display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid var(--line-soft);
}
}

@media (max-width: 760px) {
.ranking-table td::before,
  .preview-table td::before,
  .ratings-table td::before,
  .alternative-table td::before {
content: attr(data-label);
    flex: 0 0 94px;
    color: #647084;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}
}

@media (max-width: 760px) {
.ranking-table td:first-child,
  .preview-table td:first-child,
  .ratings-table td:first-child,
  .alternative-table td:first-child {
display: block;
}
}

@media (max-width: 760px) {
.ranking-table td:first-child::before,
  .preview-table td:first-child::before,
  .ratings-table td:first-child::before,
  .alternative-table td:first-child::before {
display: block;
    margin-bottom: 8px;
}
}

@media (max-width: 760px) {
.original-review-card {
align-items: flex-start;
    flex-direction: column;
}
}

@media (max-width: 520px) {
.mobile-snapshot-card {
min-height: 0;
    padding: 22px;
}
}

@media (max-width: 520px) {
.mobile-check-list div {
align-items: flex-start;
    flex-direction: column;
    gap: 4px;
}
}

@media (max-width: 520px) {
.mobile-check-list strong {
text-align: left;
}
}

@media (max-width: 980px) {
.review-status-strip {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
}

@media (max-width: 980px) {
.mobile-experience-layout {
grid-template-columns: 1fr;
}
}

@media (max-width: 980px) {
.mobile-phone-panel {
max-width: 420px;
    margin: 0 auto;
    width: 100%;
}
}

@media (max-width: 760px) {
.review-status-strip,
  .score-basis-grid,
  .mobile-metric-grid {
grid-template-columns: 1fr;
}
}

@media (max-width: 520px) {
.review-status-strip {
gap: 8px;
}
}
