/* SuppsPro V5 — structural premium components */

body.suppspro-v5-active{
  --v5-ink:#0b2538;
  --v5-text:#344054;
  --v5-muted:#667085;
  --v5-line:#e4e7ec;
  --v5-canvas:#f7f9fb;
  --v5-surface:#ffffff;
  --v5-teal:#0f766e;
  --v5-teal-dark:#115e59;
  --v5-soft:#edf5f7;
  --v5-success:#067647;
  --v5-success-bg:#ecfdf3;
  --v5-warning:#b54708;
  --v5-warning-bg:#fffaeb;
  --v5-info:#175cd3;
  --v5-info-bg:#eff8ff;
  --v5-radius-sm:12px;
  --v5-radius-md:18px;
  --v5-radius-lg:28px;
  --v5-shadow:0 18px 48px rgba(16,24,40,.07);
}

body.suppspro-v5-active .spro-v5-site,
body.suppspro-v5-active .spro-v5-review{
  background:var(--v5-surface);
}

body.suppspro-v5-active .spro-v5-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--v5-teal);
  font-size:12px;
  line-height:1.2;
  font-weight:760;
  letter-spacing:.09em;
  text-transform:uppercase;
}

body.suppspro-v5-active .spro-v5-kicker:before{
  content:"";
  width:18px;
  height:1px;
  background:currentColor;
}

body.suppspro-v5-active .spro-v5-secondary-link,
body.suppspro-v5-active .spro-v5-arrow-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--v5-teal);
  font-size:14px;
  font-weight:720;
  transition:color .16s ease,gap .16s ease;
}

body.suppspro-v5-active .spro-v5-secondary-link:hover,
body.suppspro-v5-active .spro-v5-arrow-link:hover{
  color:var(--v5-teal-dark);
  gap:11px;
}

/* Hero */
body.suppspro-v5-active .spro-v5-hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 84% 14%,rgba(15,118,110,.08),transparent 34%),
    linear-gradient(180deg,#fff 0%,#f8fbfc 100%);
  border-bottom:1px solid var(--v5-line);
}

body.suppspro-v5-active .spro-v5-hero:after{
  content:"";
  position:absolute;
  inset:auto -12% -52% 48%;
  height:520px;
  border:1px solid rgba(18,59,86,.08);
  border-radius:50%;
  pointer-events:none;
}

body.suppspro-v5-active .spro-v5-hero-grid{
  position:relative;
  z-index:1;
  min-height:680px;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);
  gap:72px;
  align-items:center;
  padding-top:88px;
  padding-bottom:88px;
}

body.suppspro-v5-active .spro-v5-hero-copy h1{
  max-width:760px;
  margin:20px 0 26px;
  font-size:clamp(54px,6.4vw,82px);
  line-height:.98;
  letter-spacing:-.06em;
  color:var(--v5-ink);
}

body.suppspro-v5-active .spro-v5-hero-copy>p{
  max-width:690px;
  margin:0;
  color:var(--v5-text);
  font-size:19px;
  line-height:1.78;
}

body.suppspro-v5-active .spro-v5-hero-actions{
  display:flex;
  align-items:center;
  gap:22px;
  flex-wrap:wrap;
  margin-top:34px;
}

body.suppspro-v5-active .spro-v5-hero-proof{
  display:flex;
  align-items:center;
  gap:24px;
  flex-wrap:wrap;
  margin-top:38px;
  padding-top:24px;
  border-top:1px solid var(--v5-line);
}

body.suppspro-v5-active .spro-v5-hero-proof span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--v5-muted);
  font-size:12px;
  font-weight:650;
}

body.suppspro-v5-active .spro-v5-hero-proof .spro-icon{
  width:17px;
  height:17px;
  color:var(--v5-teal);
}

body.suppspro-v5-active .spro-v5-research-card{
  position:relative;
  padding:34px;
  border:1px solid rgba(18,59,86,.14);
  border-radius:var(--v5-radius-lg);
  background:rgba(255,255,255,.92);
  box-shadow:var(--v5-shadow);
  backdrop-filter:blur(14px);
}

body.suppspro-v5-active .spro-v5-research-card-head{
  padding-bottom:24px;
  border-bottom:1px solid var(--v5-line);
}

body.suppspro-v5-active .spro-v5-research-card-head span{
  display:block;
  margin-bottom:8px;
  color:var(--v5-muted);
  font-size:11px;
  font-weight:760;
  letter-spacing:.08em;
  text-transform:uppercase;
}

body.suppspro-v5-active .spro-v5-research-card-head strong{
  color:var(--v5-ink);
  font-family:var(--spro-font-display);
  font-size:28px;
  line-height:1.2;
  letter-spacing:-.035em;
}

body.suppspro-v5-active .spro-v5-research-points{
  display:grid;
  gap:0;
}

body.suppspro-v5-active .spro-v5-research-points>div{
  display:grid;
  grid-template-columns:42px 1fr;
  gap:16px;
  align-items:start;
  padding:20px 0;
  border-bottom:1px solid var(--v5-line);
}

body.suppspro-v5-active .spro-v5-research-points b{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--v5-soft);
  color:var(--v5-teal);
  font-size:11px;
}

body.suppspro-v5-active .spro-v5-research-points span{
  display:flex;
  flex-direction:column;
  gap:4px;
}

body.suppspro-v5-active .spro-v5-research-points strong{
  color:var(--v5-ink);
  font-size:15px;
}

body.suppspro-v5-active .spro-v5-research-points small{
  color:var(--v5-muted);
  font-size:13px;
  line-height:1.55;
}

body.suppspro-v5-active .spro-v5-research-card-foot{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding-top:20px;
}

body.suppspro-v5-active .spro-v5-research-card-foot span{
  color:var(--v5-muted);
  font-size:11px;
}

body.suppspro-v5-active .spro-v5-research-card-foot a{
  color:var(--v5-teal);
  font-size:12px;
  font-weight:720;
}

/* Trust rail */
body.suppspro-v5-active .spro-v5-trust-rail{
  background:var(--v5-ink);
  color:#fff;
}

body.suppspro-v5-active .spro-v5-trust-grid{
  min-height:126px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  align-items:stretch;
}

body.suppspro-v5-active .spro-v5-trust-grid>div{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:6px;
  padding:28px 30px;
  border-right:1px solid rgba(255,255,255,.12);
}

body.suppspro-v5-active .spro-v5-trust-grid>div:first-child{padding-left:0}
body.suppspro-v5-active .spro-v5-trust-grid>div:last-child{padding-right:0;border-right:0}
body.suppspro-v5-active .spro-v5-trust-grid strong{color:#fff;font-size:15px}
body.suppspro-v5-active .spro-v5-trust-grid span{color:#c8d7de;font-size:12px;line-height:1.55}

/* Sections */
body.suppspro-v5-active .spro-v5-section{
  padding:100px 0;
  background:#fff;
}

body.suppspro-v5-active .spro-v5-section:nth-of-type(even){background:var(--v5-canvas)}

body.suppspro-v5-active .spro-v5-section-head{
  display:grid;
  grid-template-columns:minmax(0,1.3fr) minmax(300px,.7fr);
  gap:60px;
  align-items:end;
  margin-bottom:42px;
}

body.suppspro-v5-active .spro-v5-section-head.is-stacked{
  display:block;
  max-width:820px;
}

body.suppspro-v5-active .spro-v5-section-head h2{
  margin:12px 0 0;
  max-width:800px;
  color:var(--v5-ink);
  font-size:clamp(38px,4.5vw,56px);
  line-height:1.06;
  letter-spacing:-.05em;
}

body.suppspro-v5-active .spro-v5-section-head>p,
body.suppspro-v5-active .spro-v5-section-head.is-stacked p{
  max-width:660px;
  margin:16px 0 0;
  color:var(--v5-muted);
  font-size:16px;
  line-height:1.75;
}

/* Review cards */
body.suppspro-v5-active .spro-v5-featured-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}

body.suppspro-v5-active .spro-v5-library-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}

body.suppspro-v5-active .spro-v5-review-card{
  min-width:0;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border:1px solid var(--v5-line);
  border-radius:var(--v5-radius-md);
  background:#fff;
  box-shadow:0 1px 2px rgba(16,24,40,.03);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}

body.suppspro-v5-active .spro-v5-review-card:hover{
  transform:translateY(-4px);
  border-color:#cbd5df;
  box-shadow:var(--v5-shadow);
}

body.suppspro-v5-active .spro-v5-card-media{
  min-height:260px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:28px;
  background:linear-gradient(180deg,#fbfcfd,#f3f6f8);
  border-bottom:1px solid var(--v5-line);
}

body.suppspro-v5-active .spro-v5-card-media picture,
body.suppspro-v5-active .spro-v5-card-media img{
  max-height:220px;
  width:auto;
  object-fit:contain;
}

body.suppspro-v5-active .spro-v5-card-body{
  flex:1;
  display:flex;
  flex-direction:column;
  padding:26px;
}

body.suppspro-v5-active .spro-v5-card-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  color:var(--v5-muted);
  font-size:10px;
  font-weight:700;
  letter-spacing:.05em;
  text-transform:uppercase;
}

body.suppspro-v5-active .spro-v5-state-badge{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:5px 9px;
  border-radius:999px;
  font-size:9px;
  letter-spacing:.05em;
}

body.suppspro-v5-active .spro-v5-state-badge.is-approved-active{
  background:var(--v5-success-bg);
  color:var(--v5-success);
}

body.suppspro-v5-active .spro-v5-state-badge.is-approved-pending{
  background:var(--v5-info-bg);
  color:var(--v5-info);
}

body.suppspro-v5-active .spro-v5-state-badge.is-editorial-only{
  background:#f2f4f7;
  color:#475467;
}

body.suppspro-v5-active .spro-v5-review-card h3{
  margin:20px 0 12px;
  color:var(--v5-ink);
  font-size:25px;
  line-height:1.18;
  letter-spacing:-.035em;
}

body.suppspro-v5-active .spro-v5-review-card h3 a:hover{color:var(--v5-teal)}

body.suppspro-v5-active .spro-v5-review-card p{
  margin:0;
  color:var(--v5-muted);
  font-size:14px;
  line-height:1.72;
}

body.suppspro-v5-active .spro-v5-card-footer{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:14px;
  margin-top:auto;
  padding-top:22px;
}

body.suppspro-v5-active .spro-v5-card-footer>span{
  color:var(--v5-muted);
  font-size:11px;
  line-height:1.5;
}

/* Comparison */
body.suppspro-v5-active .spro-v5-compare-section{background:var(--v5-ink)!important;color:#fff}
body.suppspro-v5-active .spro-v5-compare-section .spro-v5-kicker{color:#8dd5cd}
body.suppspro-v5-active .spro-v5-compare-section h2{color:#fff}
body.suppspro-v5-active .spro-v5-compare-section .spro-v5-section-head p{color:#cbd9df}

body.suppspro-v5-active .spro-v5-comparison{
  overflow:auto;
  border:1px solid rgba(255,255,255,.14);
  border-radius:var(--v5-radius-lg);
  background:rgba(255,255,255,.04);
}

body.suppspro-v5-active .spro-v5-comparison table{
  width:100%;
  min-width:900px;
  border-collapse:collapse;
}

body.suppspro-v5-active .spro-v5-comparison th,
body.suppspro-v5-active .spro-v5-comparison td{
  padding:22px 24px;
  border-right:1px solid rgba(255,255,255,.1);
  border-bottom:1px solid rgba(255,255,255,.1);
  text-align:left;
  vertical-align:top;
  font-size:13px;
  line-height:1.65;
}

body.suppspro-v5-active .spro-v5-comparison th:last-child,
body.suppspro-v5-active .spro-v5-comparison td:last-child{border-right:0}
body.suppspro-v5-active .spro-v5-comparison tbody tr:last-child th,
body.suppspro-v5-active .spro-v5-comparison tbody tr:last-child td{border-bottom:0}
body.suppspro-v5-active .spro-v5-comparison thead th{color:#fff;font-size:15px;background:rgba(255,255,255,.04)}
body.suppspro-v5-active .spro-v5-comparison tbody th{width:180px;color:#9fb6c1;font-size:11px;letter-spacing:.07em;text-transform:uppercase}
body.suppspro-v5-active .spro-v5-comparison td{color:#e5edf1}
body.suppspro-v5-active .spro-v5-comparison-links a{color:#8dd5cd;font-weight:720}

/* Method */
body.suppspro-v5-active .spro-v5-method{background:var(--v5-soft)!important}
body.suppspro-v5-active .spro-v5-method-shell{
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);
  gap:80px;
  align-items:start;
}

body.suppspro-v5-active .spro-v5-method-intro{
  position:sticky;
  top:130px;
}

body.suppspro-v5-active .spro-v5-method-intro h2{
  margin:14px 0 20px;
  color:var(--v5-ink);
  font-size:clamp(38px,4.5vw,56px);
  line-height:1.06;
  letter-spacing:-.05em;
}

body.suppspro-v5-active .spro-v5-method-intro p{
  margin:0 0 28px;
  color:var(--v5-muted);
  font-size:16px;
  line-height:1.75;
}

body.suppspro-v5-active .spro-v5-method-steps{
  list-style:none;
  margin:0;
  padding:0;
  border-top:1px solid #cbdde1;
}

body.suppspro-v5-active .spro-v5-method-steps li{
  display:grid;
  grid-template-columns:54px 1fr;
  gap:22px;
  padding:30px 0;
  border-bottom:1px solid #cbdde1;
}

body.suppspro-v5-active .spro-v5-method-steps>li>span{
  color:var(--v5-teal);
  font-size:13px;
  font-weight:760;
}

body.suppspro-v5-active .spro-v5-method-steps strong{
  display:block;
  margin-bottom:8px;
  color:var(--v5-ink);
  font-family:var(--spro-font-display);
  font-size:24px;
  letter-spacing:-.03em;
}

body.suppspro-v5-active .spro-v5-method-steps p{
  margin:0;
  color:var(--v5-muted);
  font-size:14px;
  line-height:1.7;
}

/* Guides */
body.suppspro-v5-active .spro-v5-guide-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}

body.suppspro-v5-active .spro-v5-guide-card{
  overflow:hidden;
  border:1px solid var(--v5-line);
  border-radius:var(--v5-radius-md);
  background:#fff;
  transition:transform .18s ease,box-shadow .18s ease;
}

body.suppspro-v5-active .spro-v5-guide-card:hover{transform:translateY(-3px);box-shadow:var(--v5-shadow)}
body.suppspro-v5-active .spro-v5-guide-card picture,
body.suppspro-v5-active .spro-v5-guide-card img{width:100%;height:220px;object-fit:cover}
body.suppspro-v5-active .spro-v5-guide-card>div{padding:24px}
body.suppspro-v5-active .spro-v5-guide-card>div>span{color:var(--v5-teal);font-size:10px;font-weight:760;letter-spacing:.08em;text-transform:uppercase}
body.suppspro-v5-active .spro-v5-guide-card h3{margin:12px 0 20px;font-size:23px;line-height:1.25}
body.suppspro-v5-active .spro-v5-guide-card h3 a:hover{color:var(--v5-teal)}

/* Newsletter */
body.suppspro-v5-active .spro-v5-newsletter{
  padding:0 0 100px;
  background:#fff;
}

body.suppspro-v5-active .spro-v5-newsletter-shell{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,.85fr);
  gap:70px;
  align-items:center;
  padding:54px 60px;
  border-radius:var(--v5-radius-lg);
  background:var(--v5-ink);
  color:#fff;
}

body.suppspro-v5-active .spro-v5-newsletter .spro-v5-kicker{color:#8dd5cd}
body.suppspro-v5-active .spro-v5-newsletter h2{margin:12px 0 12px;color:#fff;font-size:clamp(34px,4vw,48px);line-height:1.08}
body.suppspro-v5-active .spro-v5-newsletter p{margin:0;color:#cbd9df;font-size:15px}
body.suppspro-v5-active .spro-v5-newsletter-fields{display:grid;grid-template-columns:1fr auto;gap:10px}
body.suppspro-v5-active .spro-v5-newsletter .spro-newsletter-form small{color:#afc2cb}

/* Review transparency rail */
body.suppspro-v5-active .spro-v5-review-context{
  background:#fff;
  border-bottom:1px solid var(--v5-line);
}

body.suppspro-v5-active .spro-v5-review-context-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  min-height:138px;
}

body.suppspro-v5-active .spro-v5-review-context-grid>div{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:5px;
  padding:26px 28px;
  border-right:1px solid var(--v5-line);
}

body.suppspro-v5-active .spro-v5-review-context-grid>div:first-child{padding-left:0}
body.suppspro-v5-active .spro-v5-review-context-grid>div:last-child{padding-right:0;border-right:0}
body.suppspro-v5-active .spro-v5-review-context-grid span{color:var(--v5-muted);font-size:10px;font-weight:760;letter-spacing:.07em;text-transform:uppercase}
body.suppspro-v5-active .spro-v5-review-context-grid strong{color:var(--v5-ink);font-size:14px;line-height:1.45}
body.suppspro-v5-active .spro-v5-review-context-grid strong.is-approved-active{color:var(--v5-success)}
body.suppspro-v5-active .spro-v5-review-context-grid strong.is-approved-pending{color:var(--v5-info)}
body.suppspro-v5-active .spro-v5-review-context-grid strong.is-editorial-only{color:#475467}
body.suppspro-v5-active .spro-v5-review-context-grid small{color:var(--v5-muted);font-size:11px;line-height:1.5}

body.suppspro-v5-active .spro-v5-review .spro-yu-disclosure{
  margin:0;
  border:0;
  border-radius:0;
  border-bottom:1px solid #cfe0e3;
  background:var(--v5-soft);
}

body.suppspro-v5-active .spro-v5-review .spro-yu-disclosure .spro-shell{
  min-height:70px;
  display:flex;
  align-items:center;
  gap:20px;
}

body.suppspro-v5-active .spro-v5-review .spro-yu-disclosure strong{
  flex:0 0 auto;
  color:var(--v5-teal);
  font-size:10px;
  letter-spacing:.08em;
}

body.suppspro-v5-active .spro-v5-review .spro-yu-disclosure span{
  color:var(--v5-text);
  font-size:12px;
}

body.suppspro-v5-active .spro-v5-review .spro-yu-hero{
  margin-top:24px;
  padding:56px;
  border-color:var(--v5-line);
  border-radius:var(--v5-radius-lg);
  box-shadow:0 20px 50px rgba(16,24,40,.06);
}

body.suppspro-v5-active .spro-v5-review .spro-yu-fast-verdict{
  margin-top:28px;
  padding:36px;
  border:1px solid var(--v5-line);
  border-radius:var(--v5-radius-lg);
  background:#fff;
}

body.suppspro-v5-active .spro-v5-review .spro-yu-layout{
  margin-top:44px;
}

body.suppspro-v5-active .spro-v5-review .spro-yu-section{
  padding:58px 0;
}

body.suppspro-v5-active .spro-v5-review .spro-yu-section h2{
  max-width:820px;
  font-size:clamp(34px,4vw,48px);
}

/* Review editorial ending */
body.suppspro-v5-active .spro-v5-editorial-footer{
  margin-top:80px;
  padding:90px 0;
  background:var(--v5-canvas);
  border-top:1px solid var(--v5-line);
}

body.suppspro-v5-active .spro-v5-editorial-box{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);
  gap:60px;
  align-items:center;
  padding:42px;
  border:1px solid var(--v5-line);
  border-radius:var(--v5-radius-lg);
  background:#fff;
}

body.suppspro-v5-active .spro-v5-editorial-box h2{
  margin:12px 0;
  color:var(--v5-ink);
  font-size:36px;
  line-height:1.1;
}

body.suppspro-v5-active .spro-v5-editorial-box p{
  margin:0;
  color:var(--v5-muted);
  font-size:15px;
}

body.suppspro-v5-active .spro-v5-editorial-links{
  display:flex;
  flex-direction:column;
}

body.suppspro-v5-active .spro-v5-editorial-links a{
  display:flex;
  justify-content:space-between;
  gap:18px;
  padding:16px 0;
  border-bottom:1px solid var(--v5-line);
  color:var(--v5-ink);
  font-size:14px;
  font-weight:700;
}

body.suppspro-v5-active .spro-v5-editorial-links a:last-child{border-bottom:0}
body.suppspro-v5-active .spro-v5-editorial-links a:hover{color:var(--v5-teal)}
body.suppspro-v5-active .spro-v5-related-head{margin:70px 0 30px}
body.suppspro-v5-active .spro-v5-related-head h2{margin:10px 0 0;font-size:40px}
body.suppspro-v5-active .spro-v5-related-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
body.suppspro-v5-active .spro-v5-related-grid .spro-v5-review-card{display:grid;grid-template-columns:180px 1fr}
body.suppspro-v5-active .spro-v5-related-grid .spro-v5-card-media{min-height:100%;padding:20px}
body.suppspro-v5-active .spro-v5-related-grid .spro-v5-card-media picture,
body.suppspro-v5-active .spro-v5-related-grid .spro-v5-card-media img{max-height:170px}
body.suppspro-v5-active .spro-v5-related-grid .spro-v5-card-meta>span:last-child{display:none}
body.suppspro-v5-active .spro-v5-related-grid .spro-v5-review-card h3{font-size:22px}

@media (max-width:1080px){
  body.suppspro-v5-active .spro-v5-hero-grid{grid-template-columns:1fr .85fr;gap:40px}
  body.suppspro-v5-active .spro-v5-featured-grid,
  body.suppspro-v5-active .spro-v5-library-grid,
  body.suppspro-v5-active .spro-v5-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.suppspro-v5-active .spro-v5-featured-grid .spro-v5-review-card:last-child{grid-column:1/-1;display:grid;grid-template-columns:.8fr 1.2fr}
  body.suppspro-v5-active .spro-v5-featured-grid .spro-v5-review-card:last-child .spro-v5-card-media{min-height:100%}
  body.suppspro-v5-active .spro-v5-trust-grid{grid-template-columns:repeat(2,1fr)}
  body.suppspro-v5-active .spro-v5-trust-grid>div:nth-child(2){border-right:0}
  body.suppspro-v5-active .spro-v5-review-context-grid{grid-template-columns:repeat(2,1fr)}
  body.suppspro-v5-active .spro-v5-review-context-grid>div:nth-child(2){border-right:0}
}

@media (max-width:820px){
  body.suppspro-v5-active .spro-v5-hero-grid{grid-template-columns:1fr;min-height:0;padding-top:66px;padding-bottom:66px}
  body.suppspro-v5-active .spro-v5-hero-copy h1{font-size:clamp(48px,11vw,68px)}
  body.suppspro-v5-active .spro-v5-research-card{max-width:680px}
  body.suppspro-v5-active .spro-v5-section{padding:76px 0}
  body.suppspro-v5-active .spro-v5-section-head{grid-template-columns:1fr;gap:20px;align-items:start}
  body.suppspro-v5-active .spro-v5-method-shell{grid-template-columns:1fr;gap:44px}
  body.suppspro-v5-active .spro-v5-method-intro{position:static}
  body.suppspro-v5-active .spro-v5-newsletter-shell{grid-template-columns:1fr;gap:34px;padding:42px}
  body.suppspro-v5-active .spro-v5-review .spro-yu-hero{padding:34px}
  body.suppspro-v5-active .spro-v5-editorial-box{grid-template-columns:1fr;gap:30px}
  body.suppspro-v5-active .spro-v5-related-grid{grid-template-columns:1fr}
}

@media (max-width:600px){
  body.suppspro-v5-active .spro-v5-hero-grid{padding-top:52px;padding-bottom:52px}
  body.suppspro-v5-active .spro-v5-hero-copy h1{font-size:44px}
  body.suppspro-v5-active .spro-v5-hero-copy>p{font-size:17px}
  body.suppspro-v5-active .spro-v5-hero-actions{align-items:stretch;flex-direction:column}
  body.suppspro-v5-active .spro-v5-hero-actions .spro-btn{width:100%}
  body.suppspro-v5-active .spro-v5-hero-proof{display:grid;grid-template-columns:1fr;gap:12px}
  body.suppspro-v5-active .spro-v5-research-card{padding:24px}
  body.suppspro-v5-active .spro-v5-research-card-foot{align-items:flex-start;flex-direction:column}
  body.suppspro-v5-active .spro-v5-trust-grid,
  body.suppspro-v5-active .spro-v5-review-context-grid{grid-template-columns:1fr}
  body.suppspro-v5-active .spro-v5-trust-grid>div,
  body.suppspro-v5-active .spro-v5-review-context-grid>div{padding:22px 0;border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}
  body.suppspro-v5-active .spro-v5-review-context-grid>div{border-bottom:1px solid var(--v5-line)}
  body.suppspro-v5-active .spro-v5-trust-grid>div:last-child,
  body.suppspro-v5-active .spro-v5-review-context-grid>div:last-child{border-bottom:0}
  body.suppspro-v5-active .spro-v5-featured-grid,
  body.suppspro-v5-active .spro-v5-library-grid,
  body.suppspro-v5-active .spro-v5-guide-grid{grid-template-columns:1fr}
  body.suppspro-v5-active .spro-v5-featured-grid .spro-v5-review-card:last-child{grid-column:auto;display:flex}
  body.suppspro-v5-active .spro-v5-card-media{min-height:220px}
  body.suppspro-v5-active .spro-v5-card-meta{align-items:flex-start;flex-direction:column}
  body.suppspro-v5-active .spro-v5-newsletter-shell{padding:30px 24px}
  body.suppspro-v5-active .spro-v5-newsletter-fields{grid-template-columns:1fr}
  body.suppspro-v5-active .spro-v5-review .spro-yu-disclosure .spro-shell{align-items:flex-start;flex-direction:column;gap:6px;padding-top:16px;padding-bottom:16px}
  body.suppspro-v5-active .spro-v5-review .spro-yu-hero{padding:24px}
  body.suppspro-v5-active .spro-v5-review .spro-yu-fast-verdict{padding:24px}
  body.suppspro-v5-active .spro-v5-editorial-footer{padding:64px 0}
  body.suppspro-v5-active .spro-v5-editorial-box{padding:28px 22px}
  body.suppspro-v5-active .spro-v5-related-grid .spro-v5-review-card{display:flex}
}
