/*
Theme Name: Asyoutosh
Text Domain: asyoutosh
Requires at least: 6.5
Requires PHP: 8.0
Version: 0.2.0
*/

@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800;900&display=swap");

:root{
  --bg:#04070b;
  --bg-2:#07101a;
  --panel:#07101a;
  --panel-soft:rgba(89,183,255,.045);
  --text:#f4f3ed;
  --muted:#a8b5c6;
  --dim:color-mix(in srgb,#a8b5c6 62%,#050609);
  --line:rgba(205,230,255,.16);
  --ink:#020304;
  --ink-2:#090b0f;
  --accent:#59b7ff;
  --accent-soft:rgba(89,183,255,.1);
  --accent-rgb:89,183,255;
  --shadow:0 28px 90px rgba(0,0,0,.38);
}

*{box-sizing:border-box}
html{background:var(--bg);scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:Manrope,Inter,system-ui,-apple-system,Segoe UI,sans-serif;
  letter-spacing:0;
}

body::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-2;
  background:
    radial-gradient(circle at 72% 12%,rgba(89,183,255,.11),transparent 28rem),
    radial-gradient(circle at 14% 34%,rgba(89,183,255,.07),transparent 24rem),
    linear-gradient(90deg,rgba(255,255,255,.024) 1px,transparent 1px) 0 0/92px 92px,
    linear-gradient(180deg,rgba(255,255,255,.016) 1px,transparent 1px) 0 0/92px 92px,
    var(--bg);
}

a{color:inherit}
.screen-reader-text{
  position:absolute!important;width:1px!important;height:1px!important;padding:0!important;
  margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;
}

.asy-site-header{
  position:sticky;
  top:0;
  z-index:100;
  display:grid;
  grid-template-columns:minmax(180px,1fr) auto minmax(230px,1fr);
  gap:28px;
  align-items:center;
  padding:18px clamp(20px,4vw,56px);
  border-bottom:1px solid var(--line);
  background:rgba(5,6,9,.76);
  backdrop-filter:blur(18px);
}

.asy-site-header::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:2px;
  background:linear-gradient(90deg,var(--accent),rgba(89,183,255,.22),transparent 72%);
  opacity:.65;
}

.asy-logo-slot{
  min-height:1px;
}

.asy-site-nav{
  display:flex;
  justify-content:center;
  gap:4px;
}

.asy-site-nav a{
  position:relative;
  padding:9px 12px;
  color:rgba(246,241,232,.74);
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.12em;
  text-decoration:none;
  text-transform:uppercase;
}

.asy-site-nav a::after{
  content:"";
  position:absolute;
  left:12px;
  right:12px;
  bottom:4px;
  height:1px;
  background:var(--accent);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .2s ease;
}

.asy-site-nav a:hover{color:var(--text)}
.asy-site-nav a:hover::after{transform:scaleX(1)}

.asy-site-search{
  position:relative;
  width:min(27vw,320px);
  min-width:230px;
  justify-self:end;
}

.asy-site-search input{
  width:100%;
  border:1px solid var(--line);
  border-radius:999px;
  padding:12px 46px 12px 16px;
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));
  color:var(--text);
}

.asy-site-search button{
  position:absolute;
  top:50%;
  right:7px;
  width:34px;
  height:34px;
  border:1px solid rgba(255,246,232,.14);
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(89,183,255,.085);
  color:var(--text);
  cursor:pointer;
  transform:translateY(-50%);
  transition:background .18s ease,border-color .18s ease,transform .18s ease;
}

.asy-site-search button:hover{
  border-color:rgba(89,183,255,.55);
  background:rgba(89,183,255,.16);
  transform:translateY(-50%) scale(1.04);
}

.asy-site-search svg{
  width:16px;
  height:16px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
}

.asy-site-search input:focus{
  outline:0;
  border-color:rgba(255,246,232,.5);
  box-shadow:0 0 0 3px rgba(89,183,255,.12);
}

.asy-home{overflow:hidden}
.eyebrow{
  margin:0 0 18px;
  color:rgba(246,241,232,.72);
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.asy-hero{
  position:relative;
  isolation:isolate;
  min-height:clamp(520px,70svh,700px);
  display:grid;
  grid-template-columns:minmax(0,1fr);
  align-items:center;
  padding:clamp(42px,6vh,74px) clamp(22px,5vw,76px) clamp(46px,6vh,68px);
  overflow:hidden;
}

.asy-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    linear-gradient(90deg,rgba(5,6,9,.96),rgba(5,6,9,.5) 54%,rgba(5,6,9,.92)),
    linear-gradient(180deg,transparent 0%,var(--bg) 96%);
}

.flow-canvas{
  position:absolute;
  inset:0;
  z-index:-3;
  width:100%;
  height:100%;
  opacity:.72;
}

.trace-band{
  position:absolute;
  top:100px;
  left:0;
  z-index:-2;
  display:flex;
  width:max-content;
  gap:44px;
  color:rgba(255,246,232,.13);
  font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  font-size:.78rem;
  letter-spacing:.2em;
  text-transform:uppercase;
  animation:trace-move 30s linear infinite;
}

.trace-band span::after{content:" /";color:rgba(255,246,232,.2)}
.hero-copy{max-width:980px}

.hero-copy h1{
  max-width:1100px;
  margin:0;
  color:var(--text);
  font-size:clamp(4rem,9.4vw,10rem);
  font-weight:900;
  letter-spacing:-.048em;
  line-height:.86;
  text-wrap:balance;
}

.hero-lede{
  max-width:760px;
  margin:30px 0 0;
  color:rgba(226,233,244,.86);
  font-size:clamp(1.03rem,1.42vw,1.2rem);
  line-height:1.86;
}

.hero-actions{
  display:flex;
  gap:14px;
  margin-top:34px;
}

.btn{
  display:inline-flex;
  min-height:48px;
  align-items:center;
  justify-content:center;
  border:1px solid var(--line);
  border-radius:999px;
  padding:0 19px;
  color:var(--text);
  font-weight:900;
  text-decoration:none;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease;
  transform-style:preserve-3d;
}

.btn-primary{
  border-color:rgba(89,183,255,.72);
  background:linear-gradient(180deg,color-mix(in srgb,var(--accent) 78%,var(--text)),var(--accent));
  color:#050609;
  box-shadow:0 16px 42px rgba(89,183,255,.12);
}

.btn-secondary{background:rgba(255,255,255,.04)}
.btn:hover{transform:translateY(-3px) rotate(-1deg)}
.btn-secondary:hover{border-color:rgba(89,183,255,.44);background:rgba(89,183,255,.08)}

.lab-card-top span,
.review-type,
.software-row span,
.guide-card span,
.latest-card span{
  color:rgba(255,246,232,.72);
  font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  font-size:.76rem;
  text-transform:uppercase;
}

.latest-hub{
  padding-top:82px;
}

.compact-heading{
  display:block;
  max-width:840px;
}

.latest-hub .section-heading h2{
  max-width:760px;
  font-size:clamp(2.7rem,5.2vw,5rem);
  line-height:1;
}

.latest-divider{
  width:min(100%,560px);
  height:1px;
  margin-top:22px;
  background:linear-gradient(90deg,var(--accent),rgba(89,183,255,.18),transparent);
}

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

.latest-card{
  display:grid;
  min-height:280px;
  grid-template-rows:auto auto 1fr auto auto;
  gap:14px;
  border:1px solid var(--line);
  border-radius:26px;
  padding:22px;
  background:
    linear-gradient(145deg,rgba(89,183,255,.07),rgba(255,255,255,.014) 52%,rgba(255,255,255,.012)),
    rgba(8,12,18,.74);
  color:var(--text);
  text-decoration:none;
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}

.latest-card:hover{
  transform:translateY(-5px);
  border-color:rgba(89,183,255,.42);
  background:
    linear-gradient(180deg,rgba(89,183,255,.078),rgba(255,246,232,.023)),
    rgba(8,12,18,.74);
}

.latest-card > span{
  color:rgba(255,246,232,.72);
}

.latest-card strong{
  display:block;
  font-size:1.28rem;
  letter-spacing:-.025em;
  line-height:1.14;
}

.latest-card strong::after{
  content:"";
  display:block;
  width:100%;
  height:1px;
  margin-top:14px;
  background:linear-gradient(90deg,var(--accent),rgba(89,183,255,.18),transparent);
}

.latest-card p{
  margin:0;
  color:var(--muted);
  font-size:.92rem;
  line-height:1.55;
}

.latest-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.latest-tags i{
  display:inline-flex;
  min-height:28px;
  align-items:center;
  border:1px solid rgba(89,183,255,.2);
  border-radius:999px;
  padding:0 10px;
  color:rgba(255,246,232,.78);
  font-size:.72rem;
  font-style:normal;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
  background:rgba(89,183,255,.07);
}

.latest-card em{
  display:flex;
  width:calc(100% + 44px);
  min-height:54px;
  align-items:center;
  justify-content:space-between;
  align-self:end;
  margin:4px -22px -22px;
  border-top:1px solid rgba(255,246,232,.18);
  border-radius:0 0 26px 26px;
  padding:0 22px;
  color:var(--text);
  font-size:.82rem;
  font-style:normal;
  font-weight:900;
  letter-spacing:.09em;
  line-height:1.2;
  background:linear-gradient(90deg,rgba(89,183,255,.18),var(--ink) 38%,rgba(89,183,255,.12));
}

.latest-card em::after{
  content:"->";
  font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  font-size:.9rem;
  letter-spacing:0;
  opacity:.72;
}

.section-shell,
.newsletter-section{
  position:relative;
  isolation:isolate;
  padding:92px clamp(22px,5vw,76px);
}

.section-shell::before,
.newsletter-section::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
}

.latest-hub::before{
  background:linear-gradient(180deg,rgba(255,246,232,.025),transparent 42%);
}

.featured-labs::before,
.guides-section::before{
  background:radial-gradient(circle at 12% 8%,rgba(89,183,255,.08),transparent 28rem);
}

.reviews-section::before,
.software-section::before{
  background:linear-gradient(180deg,rgba(89,183,255,.035),transparent 52%);
}

.section-heading{
  max-width:820px;
  margin-bottom:46px;
}

.section-heading-row{
  max-width:none;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:28px;
}

.section-heading-row > div{
  max-width:820px;
}

.section-heading h2,
.newsletter-section h2{
  margin:0;
  color:var(--text);
  font-size:clamp(2.8rem,6.4vw,7rem);
  font-weight:900;
  letter-spacing:-.038em;
  line-height:.98;
  text-wrap:balance;
}

.section-heading p{
  max-width:680px;
  color:var(--muted);
  line-height:1.7;
}

.section-chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:18px;
}

.section-chips span{
  border:1px solid rgba(89,183,255,.2);
  border-radius:999px;
  padding:8px 11px;
  color:rgba(255,246,232,.76);
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.07em;
  text-transform:uppercase;
  background:rgba(89,183,255,.07);
}

.motion-strip{
  position:relative;
  display:flex;
  width:100%;
  min-height:48px;
  align-items:center;
  overflow:hidden;
  border-block:1px solid rgba(89,183,255,.32);
  margin:22px 0 0;
  color:var(--text);
  font-size:.84rem;
  font-weight:900;
  letter-spacing:.12em;
  text-decoration:none;
  text-transform:uppercase;
  background:linear-gradient(90deg,rgba(89,183,255,.18),var(--ink) 38%,rgba(89,183,255,.12));
}

.motion-strip span{
  display:block;
  min-width:max-content;
  padding-left:100%;
  animation:strip-slide 24s linear infinite;
}

.motion-strip:hover span{
  animation-play-state:paused;
}

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

.lab-followups{
  display:grid;
  grid-template-columns:2fr 1fr;
  gap:16px;
  margin-top:16px;
}

.lab-followup{
  display:grid;
  align-content:center;
  min-height:220px;
  border:1px solid var(--line);
  border-radius:28px;
  padding:24px;
  background:
    linear-gradient(145deg,rgba(89,183,255,.07),rgba(255,255,255,.014) 52%,rgba(255,255,255,.012)),
    rgba(8,9,12,.62);
  color:var(--text);
  text-decoration:none;
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}

.lab-followup:hover{
  transform:translateY(-5px);
  border-color:rgba(89,183,255,.42);
  background:linear-gradient(180deg,rgba(89,183,255,.078),rgba(255,246,232,.023));
}

.lab-followup span{
  color:rgba(255,246,232,.72);
  font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  font-size:.76rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.lab-followup strong{
  display:block;
  margin-top:18px;
  font-size:clamp(1.65rem,2.8vw,3rem);
  letter-spacing:-.035em;
  line-height:1;
}

.lab-followup p{
  max-width:720px;
  margin:14px 0 0;
  color:var(--muted);
  line-height:1.65;
}

.lab-card{
  display:flex;
  min-height:480px;
  flex-direction:column;
  justify-content:space-between;
  border:1px solid var(--line);
  border-radius:30px;
  padding:24px;
  background:
    linear-gradient(145deg,rgba(89,183,255,.07),rgba(255,255,255,.014) 52%,rgba(255,255,255,.012)),
    rgba(8,9,12,.64);
  color:var(--text);
  text-decoration:none;
  box-shadow:var(--shadow);
  transition:transform .2s ease,border-color .2s ease,background .2s ease;
}

.lab-card:hover,
.guide-card:hover,
.lab-followup:hover,
.review-row:hover,
.software-row:hover{
  transform:translateY(-5px);
  border-color:rgba(89,183,255,.42);
  background:linear-gradient(180deg,rgba(89,183,255,.078),rgba(255,246,232,.023));
}

.lab-card-top,
.review-row{
  display:flex;
  justify-content:space-between;
  gap:18px;
}

.lab-card-top em{color:rgba(255,246,232,.74);font-style:normal;font-weight:900}
.lab-card h3{margin:42px 0 12px;font-size:2rem;line-height:1;letter-spacing:-.035em}
.lab-card p{margin:0;color:var(--muted);line-height:1.65}

.lab-matrix{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  align-items:end;
  gap:8px;
  min-height:86px;
  margin:28px 0 22px;
  padding:12px;
  border:1px solid rgba(89,183,255,.18);
  border-radius:22px;
  background:
    linear-gradient(90deg,rgba(89,183,255,.055) 1px,transparent 1px) 0 0/20% 100%,
    linear-gradient(180deg,rgba(255,246,232,.045) 1px,transparent 1px) 0 0/100% 25%,
    rgba(255,255,255,.018);
}

.lab-matrix span{
  display:block;
  height:var(--level);
  min-height:18px;
  border-radius:999px 999px 8px 8px;
  background:linear-gradient(180deg,color-mix(in srgb,var(--accent) 70%,var(--text)),rgba(89,183,255,.18));
  opacity:.88;
}

.metric-line{
  height:3px;
  margin-top:auto;
  background:rgba(255,255,255,.08);
  overflow:hidden;
}

.metric-line span{
  display:block;
  width:var(--value);
  height:100%;
  background:linear-gradient(90deg,rgba(89,183,255,.18),var(--accent));
  animation:metric-pulse 2.8s ease-in-out infinite;
}

.lab-pills{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:18px;
}

.lab-pills span{
  display:inline-flex;
  min-height:30px;
  align-items:center;
  border:1px solid rgba(89,183,255,.2);
  border-radius:999px;
  padding:0 10px;
  color:rgba(255,246,232,.78);
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
  background:rgba(89,183,255,.07);
}

.review-list{
  border-top:1px solid var(--line);
}

.review-row{
  display:grid;
  grid-template-columns:120px minmax(0,1fr);
  align-items:center;
  border-bottom:1px solid var(--line);
  padding:26px 0;
  color:var(--text);
  text-decoration:none;
  transition:transform .18s ease,background .18s ease,border-color .18s ease;
}

.review-row strong{font-size:clamp(1.35rem,2.5vw,2.4rem);letter-spacing:-.035em;line-height:1}

.guide-grid{
  display:grid;
  grid-template-columns:1.35fr 1fr 1fr;
  gap:16px;
}

.guide-card{
  display:grid;
  min-height:400px;
  grid-template-rows:auto auto auto 1fr auto;
  gap:16px;
  border:1px solid var(--line);
  border-radius:30px;
  padding:24px;
  background:
    linear-gradient(145deg,rgba(89,183,255,.07),rgba(255,255,255,.014) 52%,rgba(255,255,255,.012)),
    rgba(8,9,12,.64);
  color:var(--text);
  text-decoration:none;
  box-shadow:var(--shadow);
  transition:transform .2s ease,border-color .2s ease,background .2s ease;
}

.guide-card.is-large{
  min-height:480px;
}

.guide-card strong{
  display:block;
  font-size:clamp(1.65rem,3vw,3rem);
  letter-spacing:-.04em;
  line-height:.98;
}

.guide-card strong::after{
  content:"";
  display:block;
  width:100%;
  height:1px;
  margin-top:16px;
  background:linear-gradient(90deg,var(--accent),rgba(89,183,255,.18),transparent);
}

.guide-card p{
  margin:0;
  color:var(--muted);
  line-height:1.65;
}

.guide-flow{
  position:relative;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
  min-height:72px;
  align-items:center;
  margin-top:6px;
  padding:12px;
  border:1px solid rgba(89,183,255,.18);
  border-radius:22px;
  background:
    radial-gradient(circle at 18% 50%,rgba(255,246,232,.15) 0 2px,transparent 3px),
    radial-gradient(circle at 50% 50%,rgba(255,246,232,.12) 0 2px,transparent 3px),
    radial-gradient(circle at 82% 50%,rgba(255,246,232,.14) 0 2px,transparent 3px),
    rgba(255,255,255,.018);
}

.guide-flow::before{
  content:"";
  position:absolute;
  left:22px;
  right:22px;
  top:50%;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(89,183,255,.52),transparent);
}

.guide-flow i{
  position:relative;
  display:block;
  height:34px;
  border:1px solid rgba(89,183,255,.22);
  border-radius:999px;
  background:linear-gradient(180deg,rgba(89,183,255,.14),rgba(255,255,255,.018));
}

.guide-flow i:nth-child(2),
.guide-flow i:nth-child(4){
  transform:translateY(10px);
}

.guide-card em{
  display:flex;
  width:calc(100% + 48px);
  min-height:54px;
  align-items:center;
  margin:4px -24px -24px;
  border-top:1px solid rgba(255,246,232,.18);
  border-radius:0 0 30px 30px;
  padding:0 24px;
  color:var(--text);
  font-size:.82rem;
  font-style:normal;
  font-weight:900;
  letter-spacing:.09em;
  background:linear-gradient(90deg,rgba(89,183,255,.18),var(--ink) 38%,rgba(89,183,255,.12));
}

.software-list{
  border-top:1px solid var(--line);
}

.software-row{
  display:grid;
  grid-template-columns:150px minmax(0,1fr);
  gap:18px;
  align-items:center;
  border-bottom:1px solid var(--line);
  padding:28px 0;
  color:var(--text);
  text-decoration:none;
  transition:transform .18s ease,background .18s ease,border-color .18s ease;
}

.software-row strong{
  font-size:clamp(1.45rem,2.8vw,2.8rem);
  letter-spacing:-.038em;
  line-height:1;
}

.newsletter-section{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:40px;
  align-items:center;
  background:
    linear-gradient(90deg,rgba(89,183,255,.048),transparent 48%),
    rgba(255,255,255,.01);
}

.newsletter-section h2{max-width:920px}
.newsletter-form{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:stretch;
  width:100%;
  max-width:920px;
  gap:10px;
  margin-top:34px;
}

.newsletter-form input{
  min-width:0;
  border:1px solid var(--line);
  border-radius:999px;
  padding:14px 15px;
  background:rgba(255,255,255,.04);
  color:var(--text);
}

.newsletter-form button{
  min-height:48px;
  min-width:84px;
  border:1px solid rgba(89,183,255,.72);
  border-radius:999px;
  padding:0 24px;
  background:linear-gradient(180deg,color-mix(in srgb,var(--accent) 78%,var(--text)),var(--accent));
  color:#050609;
  cursor:pointer;
  font-weight:900;
}

.form-message{display:none;margin-top:14px;color:var(--muted)}

.asy-site-footer{
  display:grid;
  grid-template-columns:auto 1fr;
  align-items:center;
  gap:28px;
  padding:42px clamp(22px,5vw,76px);
  border-top:1px solid var(--line);
  color:var(--muted);
  background:#030407;
}

.asy-site-footer p{
  margin:0;
  color:var(--muted);
  font-weight:800;
}

.asy-site-footer strong{
  color:var(--text);
  font-size:clamp(1.25rem,2vw,2rem);
  letter-spacing:-.035em;
  line-height:1.05;
  text-align:right;
  white-space:nowrap;
}

[data-reveal]{
  opacity:0;
  transform:translateY(22px);
  transition:opacity .6s ease,transform .6s ease;
}

[data-reveal].is-visible{
  opacity:1;
  transform:translateY(0);
}

@keyframes trace-move{to{transform:translateX(-50%)}}
@keyframes strip-slide{to{transform:translateX(-100%)}}
@keyframes metric-pulse{50%{filter:brightness(1.45);box-shadow:0 0 16px rgba(103,232,255,.36)}}

body:has(.review-surface)::before{
  background:
    radial-gradient(circle at 78% 8%,rgba(255,255,255,.045),transparent 27rem),
    radial-gradient(circle at 8% 42%,rgba(255,255,255,.032),transparent 24rem),
    linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px) 0 0/108px 108px,
    linear-gradient(180deg,rgba(255,255,255,.014) 1px,transparent 1px) 0 0/108px 108px,
    #050506;
}

.review-surface{
  --review-bg:#050506;
  --review-panel:#0b0c0f;
  --review-panel-2:#101115;
  --review-text:#f4f1ea;
  --review-muted:#a9adb7;
  --review-line:rgba(244,241,234,.15);
  --review-line-strong:rgba(244,241,234,.26);
  max-width:none!important;
  margin:0!important;
  background:var(--review-bg);
  color:var(--review-text);
}

.review-surface a{
  color:inherit;
}

.review-archive,
.single-review{
  padding:0 clamp(22px,5vw,76px) 96px;
}

.review-archive-intro{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(260px,520px);
  gap:28px;
  align-items:end;
  padding:58px 0 22px;
}

.review-archive-intro p:last-child{
  margin:0;
  color:var(--review-muted);
  line-height:1.7;
}

.review-eyebrow,
.review-hero-panel span,
.review-featured span,
.review-index-card span,
.review-spotlight-slide span,
.review-category-lane-head span,
.review-category-links span,
.review-card-tags em,
.review-methodology span,
.review-topic-line,
.single-review-meta{
  color:rgba(244,241,234,.64);
  font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  font-size:.76rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.review-eyebrow{
  margin:0 0 18px;
}

.review-hero{
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);
  gap:clamp(26px,5vw,74px);
  align-items:end;
  padding:clamp(70px,10vw,132px) 0 68px;
  border-bottom:1px solid var(--review-line);
}

.review-hero-copy h1,
.single-review-hero h1{
  max-width:980px;
  margin:0;
  color:var(--review-text);
  font-size:clamp(4rem,8vw,8.8rem);
  font-weight:900;
  letter-spacing:0;
  line-height:.88;
  text-wrap:balance;
}

.review-hero-copy p,
.single-review-intro{
  max-width:760px;
  margin:26px 0 0;
  color:var(--review-muted);
  font-size:clamp(1.03rem,1.35vw,1.18rem);
  line-height:1.8;
}

.review-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:34px;
}

.review-btn,
.review-button-block .wp-block-button__link{
  display:inline-flex;
  min-height:48px;
  align-items:center;
  justify-content:center;
  border:1px solid var(--review-line);
  border-radius:999px;
  padding:0 20px;
  color:var(--review-text);
  font-weight:900;
  text-decoration:none;
  transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease;
}

.review-btn-primary,
.review-button-block .wp-block-button__link{
  border-color:rgba(89,183,255,.72);
  background:var(--accent);
  color:#030407;
  box-shadow:0 16px 42px rgba(89,183,255,.1);
}

.review-btn-secondary{
  background:rgba(255,255,255,.035);
}

.review-btn:hover,
.review-button-block .wp-block-button__link:hover{
  transform:translateY(-3px);
  border-color:rgba(89,183,255,.5);
}

.review-spotlight{
  display:grid;
  grid-template-columns:minmax(0,.86fr) minmax(420px,1.14fr);
  gap:16px;
  align-items:stretch;
  padding:0 0 78px;
  border-bottom:1px solid var(--review-line);
}

.review-spotlight-copy{
  min-height:560px;
  border:1px solid var(--review-line);
  border-radius:34px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:30px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.05),rgba(255,255,255,.012) 54%),
    var(--review-panel);
}

.review-spotlight-copy h1{
  max-width:760px;
  margin:0;
  color:var(--review-text);
  font-size:clamp(3rem,6vw,7.2rem);
  font-weight:900;
  letter-spacing:0;
  line-height:.9;
  text-wrap:balance;
}

.review-spotlight-copy p:not(.review-eyebrow){
  max-width:620px;
  margin:24px 0 0;
  color:var(--review-muted);
  line-height:1.7;
}

.review-spotlight-stage{
  position:relative;
  display:grid;
  grid-template-rows:1fr auto;
  gap:16px;
  min-height:560px;
}

.review-spotlight-slide{
  position:relative;
  display:none;
  min-height:508px;
  grid-template-rows:auto auto 1fr auto auto;
  gap:18px;
  border:1px solid var(--review-line);
  border-radius:34px;
  padding:30px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.018) 56%,rgba(255,255,255,.01)),
    var(--review-panel);
  color:var(--review-text);
  transition:border-color .18s ease;
  z-index:1;
}

.review-spotlight-slide.is-active{
  display:grid;
}

.review-spotlight-slide:hover{
  border-color:var(--review-line-strong);
}

.review-spotlight-slide strong{
  max-width:760px;
  color:var(--review-text);
  font-size:clamp(2.4rem,4.7vw,6rem);
  font-weight:900;
  letter-spacing:0;
  line-height:.94;
}

.review-spotlight-slide strong::after{
  content:"";
  display:block;
  height:1px;
  margin-top:18px;
  background:linear-gradient(90deg,var(--review-line-strong),transparent);
}

.review-spotlight-slide p{
  max-width:620px;
  margin:0;
  color:var(--review-muted);
  line-height:1.7;
}

.review-spotlight-dots{
  position:relative;
  z-index:10;
  display:flex;
  gap:9px;
}

.review-spotlight-dots button{
  width:42px;
  height:18px;
  border:0;
  border-radius:999px;
  background:rgba(244,241,234,.22);
  cursor:pointer;
  transition:width .2s ease,background .2s ease;
}

.review-spotlight-dots button.is-active{
  width:64px;
  background:var(--accent);
}

.review-hero-panel,
.review-featured,
.review-index-card,
.review-spotlight-slide,
.review-next-cta,
.review-verdict-panel{
  border:1px solid var(--review-line);
  border-radius:30px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.016) 56%,rgba(255,255,255,.01)),
    var(--review-panel);
}

.review-hero-panel{
  min-height:420px;
  padding:28px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

.review-hero-panel strong{
  display:block;
  margin-top:18px;
  color:var(--review-text);
  font-size:clamp(2rem,3vw,3.55rem);
  line-height:.98;
}

.review-hero-panel p{
  margin:18px 0 0;
  color:var(--review-muted);
  line-height:1.65;
}

.review-method-strip{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin-top:36px;
}

.review-method-strip em{
  display:flex;
  min-height:40px;
  align-items:center;
  border:1px solid var(--review-line);
  border-radius:999px;
  padding:0 12px;
  color:rgba(244,241,234,.78);
  font-size:.72rem;
  font-style:normal;
  font-weight:900;
  text-transform:uppercase;
}

.review-pillar-section{
  padding:86px 0 0;
}

.review-section-heading{
  max-width:850px;
  margin-bottom:32px;
}

.review-section-heading-row{
  max-width:none;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(260px,420px);
  gap:28px;
  align-items:end;
}

.review-section-heading h2,
.review-next-cta h2,
.review-verdict-panel h2{
  margin:0;
  color:var(--review-text);
  font-size:clamp(2.4rem,5vw,5.5rem);
  font-weight:900;
  letter-spacing:0;
  line-height:.98;
  text-wrap:balance;
}

.review-section-heading p{
  margin:0;
  color:var(--review-muted);
  line-height:1.65;
}

.review-featured{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(240px,360px);
  gap:28px;
  min-height:440px;
  align-items:end;
  padding:30px;
  color:var(--review-text);
  text-decoration:none;
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}

.review-featured:hover,
.review-index-card:hover,
.review-next-cta:hover{
  transform:translateY(-5px);
  border-color:rgba(244,241,234,.32);
  background:
    linear-gradient(145deg,rgba(255,255,255,.072),rgba(255,255,255,.018) 56%,rgba(255,255,255,.012)),
    var(--review-panel);
}

.review-featured strong{
  display:block;
  max-width:780px;
  color:var(--review-text);
  font-size:clamp(2.4rem,5vw,6.4rem);
  font-weight:900;
  letter-spacing:0;
  line-height:.94;
}

.review-featured p{
  max-width:620px;
  margin:22px 0 0;
  color:var(--review-muted);
  line-height:1.7;
}

.review-featured b,
.review-index-card b,
.review-spotlight-cta{
  display:flex;
  min-height:54px;
  align-items:center;
  justify-content:space-between;
  align-self:end;
  border-radius:999px;
  padding:0 18px;
  color:var(--review-text);
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.08em;
  text-decoration:none;
  text-transform:uppercase;
  background:#020304;
}

.review-featured b::after,
.review-index-card b::after,
.review-spotlight-cta::after{
  content:">";
  opacity:.78;
}

.review-index-shell{
  display:grid;
  gap:22px;
}

.review-filter-bar{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.review-filter{
  min-height:40px;
  border:1px solid var(--review-line);
  border-radius:999px;
  padding:0 14px;
  background:rgba(255,255,255,.025);
  color:rgba(244,241,234,.78);
  cursor:pointer;
  font:inherit;
  font-size:.76rem;
  font-weight:900;
  text-transform:uppercase;
  transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;
}

.review-filter:hover{
  transform:translateY(-2px);
  border-color:var(--review-line-strong);
}

.review-filter.is-active{
  border-color:rgba(89,183,255,.72);
  background:rgba(89,183,255,.14);
  color:var(--review-text);
}

.review-filter:focus-visible,
.review-index-card:focus-visible,
.review-featured:focus-visible,
.review-btn:focus-visible,
.review-button-block .wp-block-button__link:focus-visible{
  outline:3px solid rgba(89,183,255,.48);
  outline-offset:3px;
}

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

.review-index-card{
  display:grid;
  min-height:360px;
  grid-template-rows:auto auto 1fr auto auto;
  gap:15px;
  padding:22px;
  color:var(--review-text);
  text-decoration:none;
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}

.review-index-card strong{
  display:block;
  color:var(--review-text);
  font-size:clamp(1.4rem,2.3vw,2.5rem);
  font-weight:900;
  line-height:1.02;
}

.review-index-card strong::after{
  content:"";
  display:block;
  width:100%;
  height:1px;
  margin-top:14px;
  background:linear-gradient(90deg,var(--review-line-strong),transparent);
}

.review-index-card p{
  margin:0;
  color:var(--review-muted);
  line-height:1.62;
}

.review-card-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-self:end;
}

.review-card-tags em{
  display:inline-flex;
  min-height:29px;
  align-items:center;
  border:1px solid var(--review-line);
  border-radius:999px;
  padding:0 10px;
  font-style:normal;
  background:rgba(255,255,255,.024);
}

.review-card-tags + b{
  margin-top:2px;
}

[data-review-card][hidden]{
  display:none!important;
}

.review-methodology{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
  margin-top:86px;
  border:1px solid var(--review-line);
  border-radius:30px;
  overflow:hidden;
  background:rgba(255,255,255,.018);
}

.review-methodology div{
  min-height:190px;
  padding:22px;
  border-right:1px solid var(--review-line);
}

.review-methodology div:last-child{
  border-right:0;
}

.review-methodology p{
  margin:22px 0 0;
  color:var(--review-muted);
  line-height:1.62;
}

.review-category-lanes{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  padding-top:86px;
}

.review-category-lane{
  display:grid;
  grid-template-rows:auto 1fr;
  min-height:440px;
  border:1px solid var(--review-line);
  border-radius:30px;
  overflow:hidden;
  background:
    linear-gradient(145deg,rgba(255,255,255,.048),rgba(255,255,255,.012) 58%),
    var(--review-panel);
}

.review-category-lane-head{
  padding:24px;
}

.review-category-lane-head strong{
  display:block;
  margin-top:18px;
  color:var(--review-text);
  font-size:clamp(1.8rem,3vw,3.4rem);
  font-weight:900;
  line-height:.98;
}

.review-category-lane-head p{
  margin:18px 0 0;
  color:var(--review-muted);
  line-height:1.62;
}

.review-category-links{
  align-self:end;
  border-top:1px solid var(--review-line);
}

.review-category-links a{
  display:grid;
  gap:8px;
  padding:18px 24px;
  border-bottom:1px solid var(--review-line);
  color:var(--review-text);
  text-decoration:none;
  transition:background .18s ease;
}

.review-category-links a:last-child{
  border-bottom:0;
}

.review-category-links a:hover{
  background:rgba(255,255,255,.035);
}

.review-category-links strong{
  font-size:1.05rem;
  line-height:1.18;
}

.review-newsletter{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,520px);
  gap:28px;
  align-items:end;
  margin-top:86px;
  border:1px solid var(--review-line);
  border-radius:34px;
  padding:30px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.052),rgba(255,255,255,.012) 58%),
    var(--review-panel);
}

.review-newsletter h2{
  max-width:820px;
  margin:0;
  color:var(--review-text);
  font-size:clamp(2.6rem,5.6vw,6.5rem);
  font-weight:900;
  letter-spacing:0;
  line-height:.94;
}

.review-newsletter .newsletter-form{
  width:100%;
  margin:0;
}

.review-newsletter .form-message{
  grid-column:2;
}

.single-review{
  padding-bottom:110px;
}

.single-review-hero{
  max-width:980px!important;
  margin:0 auto!important;
  padding:clamp(72px,10vw,132px) 0 58px;
  border-bottom:1px solid var(--review-line);
}

.single-review-hero h1{
  font-size:clamp(3.8rem,7.2vw,7.2rem);
  line-height:.9;
}

.review-topic-line{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:18px;
}

.review-topic-line a{
  border:1px solid var(--review-line);
  border-radius:999px;
  padding:7px 10px;
  text-decoration:none;
}

.single-review-meta{
  gap:12px;
  margin-top:24px;
  letter-spacing:.04em;
  text-transform:none;
}

.single-review-meta p,
.single-review-meta time{
  margin:0;
  color:rgba(244,241,234,.64);
}

.review-content{
  max-width:760px;
  margin-inline:auto!important;
  margin-top:56px!important;
}

.review-content > *{
  color:var(--review-text);
}

.review-content p,
.review-content li{
  color:rgba(244,241,234,.86);
  font-size:1.05rem;
  line-height:1.85;
}

.review-content h2,
.review-content h3{
  color:var(--review-text);
  font-weight:900;
  letter-spacing:0;
  line-height:1.08;
}

.review-content h2{
  margin-top:64px;
  font-size:clamp(2rem,3vw,3.1rem);
}

.review-content h3{
  margin-top:38px;
  font-size:clamp(1.35rem,2vw,2rem);
}

.review-verdict-panel{
  max-width:980px!important;
  margin:54px auto!important;
  padding:30px;
}

.review-content .review-verdict-panel{
  position:relative;
  left:50%;
  display:grid;
  width:min(980px,calc(100vw - clamp(44px,10vw,152px)));
  max-width:none!important;
  grid-template-columns:minmax(250px,.82fr) minmax(0,1.18fr);
  gap:26px;
  align-items:stretch;
  transform:translateX(-50%);
}

.review-verdict-head{
  display:flex;
  min-height:100%;
  flex-direction:column;
  justify-content:flex-start;
  border-right:1px solid var(--review-line);
  padding-right:24px;
}

.review-verdict-head .review-eyebrow{
  margin-bottom:18px;
}

.review-verdict-head p:not(.review-eyebrow){
  margin:18px 0 0;
  color:var(--review-muted);
  font-size:1rem;
  line-height:1.7;
}

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

.review-verdict-grid p{
  min-height:132px;
  margin:0;
  border:1px solid var(--review-line);
  border-radius:18px;
  padding:18px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.036),rgba(255,255,255,.012)),
    rgba(255,255,255,.018);
}

.review-verdict-grid strong{
  display:block;
  margin-bottom:10px;
  color:var(--review-text);
}

.review-disclosure{
  border:1px solid rgba(244,241,234,.28);
  border-radius:20px;
  padding:16px 18px;
  background:rgba(255,255,255,.035);
  color:rgba(244,241,234,.82)!important;
}

.review-next-cta{
  max-width:980px!important;
  margin:76px auto 0!important;
  padding:28px;
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}

.review-next-cta p:not(.review-eyebrow){
  max-width:660px;
  color:var(--review-muted);
  line-height:1.65;
}

.single-review-related{
  max-width:1120px!important;
  margin:82px auto 0!important;
  padding-top:26px;
  border-top:1px solid var(--review-line);
}

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

.review-related-card{
  min-height:260px;
}

.review-related-card strong{
  font-size:clamp(1.35rem,1.8vw,1.82rem);
}

.single-review-newsletter{
  max-width:1120px!important;
  margin:92px auto 0!important;
  padding:clamp(58px,7vw,88px) 0;
  text-align:left;
  background:
    radial-gradient(circle at 14% 0,rgba(89,183,255,.08),transparent 24rem);
}

.single-review-newsletter > div{
  max-width:920px;
  margin-inline:0 auto;
}

.single-review-newsletter h2{
  max-width:920px;
  margin-inline:0 auto;
  font-size:clamp(3rem,5.8vw,6.3rem);
}

.single-review-newsletter .newsletter-form{
  justify-content:flex-start;
  margin:34px 0 0;
}

.single-review-newsletter .newsletter-form input{
  max-width:none;
}

/* Reviews archive refinement: quieter pillar page, closer to the selected mockup. */
.review-archive-intro{
  display:block;
  padding:70px 0 36px;
  border-bottom:1px solid var(--review-line);
}

.review-archive-intro h1{
  margin:0;
  color:var(--review-text);
  font-size:clamp(3.4rem,5.8vw,5.8rem);
  font-weight:900;
  letter-spacing:0;
  line-height:.95;
}

.review-archive-intro p{
  max-width:620px;
  margin:22px 0 0;
  color:var(--review-muted);
  font-size:clamp(1rem,1.35vw,1.18rem);
  line-height:1.7;
}

.review-section-kicker,
.review-subsection-label{
  margin:0;
  color:rgba(244,241,234,.64);
  font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  font-size:.76rem;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.review-spotlight{
  display:block;
  padding:30px 0 48px;
  border-bottom:1px solid var(--review-line);
}

.review-spotlight-stage{
  display:grid;
  grid-template-rows:1fr auto;
  gap:16px;
  min-height:360px;
  margin-top:16px;
}

.review-spotlight-slide{
  position:relative;
  min-height:340px;
  grid-template-columns:minmax(0,1fr) minmax(320px,1fr);
  grid-template-rows:none;
  gap:0;
  align-items:stretch;
  border-radius:8px;
  padding:0;
  overflow:hidden;
}

.review-spotlight-text{
  display:grid;
  align-content:center;
  justify-items:start;
  padding:34px;
}

.review-spotlight-slide strong{
  max-width:760px;
  margin-top:16px;
  font-size:clamp(2.1rem,3.6vw,4.1rem);
  line-height:1;
}

.review-spotlight-slide strong::after{
  content:none;
}

.review-spotlight-slide p{
  margin:18px 0 0;
}

.review-orbit-art{
  position:relative;
  min-height:100%;
  overflow:hidden;
  border-left:1px solid var(--review-line);
  background:
    radial-gradient(circle at 15% 28%,rgba(244,241,234,.9) 0 3px,transparent 4px),
    radial-gradient(circle at 28% 70%,rgba(244,241,234,.82) 0 3px,transparent 4px),
    radial-gradient(circle at 12% 76%,rgba(244,241,234,.7) 0 2px,transparent 3px),
    linear-gradient(135deg,rgba(255,255,255,.035),rgba(255,255,255,.004));
}

.review-orbit-art::before,
.review-orbit-art::after,
.review-orbit-art i{
  content:"";
  position:absolute;
  border:1px solid rgba(244,241,234,.2);
  border-radius:50%;
  transform:rotate(-18deg);
}

.review-orbit-art::before{
  width:720px;
  height:250px;
  right:-190px;
  top:48px;
}

.review-orbit-art::after{
  width:560px;
  height:190px;
  right:-128px;
  top:84px;
  border-color:rgba(244,241,234,.16);
}

.review-orbit-art i:nth-child(1){
  width:420px;
  height:142px;
  right:-72px;
  top:120px;
  border-color:rgba(244,241,234,.14);
}

.review-orbit-art i:nth-child(2){
  width:720px;
  height:720px;
  right:-525px;
  top:12px;
  border-color:rgba(244,241,234,.7);
}

.review-orbit-art i:nth-child(3),
.review-orbit-art i:nth-child(4){
  display:none;
}

.review-spotlight-dots{
  justify-content:center;
}

.review-spotlight-dots button{
  width:10px;
  height:10px;
}

.review-spotlight-dots button.is-active{
  width:10px;
}

.review-featured b,
.review-index-card b,
.review-spotlight-cta{
  min-height:44px;
  border:1px solid rgba(89,183,255,.65);
  border-radius:6px;
  background:rgba(2,3,4,.45);
}

.review-pillar-section{
  padding:30px 0 0;
}

.review-topic-heading{
  margin-bottom:16px;
}

.review-index-shell{
  gap:20px;
}

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

.review-index-card{
  min-height:280px;
  border-radius:8px;
}

.review-index-card strong{
  font-size:clamp(1.25rem,1.7vw,1.65rem);
  line-height:1.1;
}

.review-index-card strong::after{
  content:none;
}

.review-category-lanes{
  display:grid;
  gap:0;
  padding-top:42px;
}

.review-category-lane{
  display:grid;
  grid-template-columns:minmax(230px,.85fr) minmax(0,2.15fr);
  grid-template-rows:none;
  gap:28px;
  align-items:center;
  min-height:116px;
  border:0;
  border-top:1px solid var(--review-line);
  border-radius:0;
  overflow:visible;
  background:transparent;
}

.review-category-lane-head{
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  column-gap:18px;
  align-items:center;
  padding:22px 8px;
}

.review-category-lane-head i{
  position:relative;
  grid-row:1 / span 3;
  width:28px;
  height:28px;
  border:2px solid rgba(244,241,234,.76);
  border-radius:4px;
}

.review-category-lane:nth-child(1) .review-category-lane-head i{
  border:0;
  background:
    linear-gradient(90deg,rgba(244,241,234,.8) 0 2px,transparent 2px 10px,rgba(244,241,234,.8) 10px 12px,transparent 12px) 0 0/14px 14px,
    linear-gradient(rgba(244,241,234,.8) 0 2px,transparent 2px 10px,rgba(244,241,234,.8) 10px 12px,transparent 12px) 0 0/14px 14px;
}

.review-category-lane:nth-child(2) .review-category-lane-head i{
  border:0;
}

.review-category-lane:nth-child(2) .review-category-lane-head i::before{
  content:"<>";
  position:absolute;
  inset:0;
  color:rgba(244,241,234,.82);
  font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  font-size:1.3rem;
  font-weight:900;
  line-height:28px;
}

.review-category-lane:nth-child(3) .review-category-lane-head i::before{
  content:"";
  position:absolute;
  inset:5px;
  border-left:2px solid rgba(244,241,234,.82);
  border-bottom:2px solid rgba(244,241,234,.82);
  transform:rotate(-45deg) translate(1px,-1px);
}

.review-category-lane-head strong{
  margin-top:8px;
  font-size:1.05rem;
  line-height:1.1;
  text-transform:uppercase;
}

.review-category-lane-head p{
  margin:6px 0 0;
  font-size:.9rem;
  line-height:1.4;
}

.review-category-links{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px;
  align-items:center;
  border-top:0;
}

.review-category-links a{
  padding:22px 0;
  border-bottom:0;
}

.review-category-links a:hover{
  background:transparent;
}

.review-category-links strong{
  font-size:1rem;
  font-weight:600;
}

.review-category-links strong::after{
  content:" ->";
  font-weight:400;
  opacity:.8;
}

.review-all-link{
  display:flex;
  justify-content:center;
  padding:34px 30px 8px;
}

.review-all-link .review-spotlight-cta{
  min-width:220px;
  justify-content:center;
}

.review-newsletter{
  margin-top:54px;
  border:0;
  border-top:1px solid var(--review-line);
  border-radius:0;
  padding:32px 0 0;
  background:transparent;
}

.review-newsletter h2{
  font-size:clamp(1.8rem,3vw,3rem);
  line-height:1.05;
}

.review-newsletter p:not(.review-eyebrow){
  max-width:480px;
  margin:14px 0 0;
  color:var(--review-muted);
  line-height:1.62;
}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}
}

@media (max-width:1100px){
  .asy-hero,
  .compact-heading,
  .newsletter-section{grid-template-columns:1fr}
  .latest-grid{grid-template-columns:1fr 1fr}
  .lab-grid{grid-template-columns:1fr}
  .lab-followups{grid-template-columns:1fr}
  .guide-grid{grid-template-columns:1fr}
  .software-row{grid-template-columns:1fr}
  .asy-site-footer{grid-template-columns:1fr;align-items:start}
  .asy-site-footer strong{text-align:left}
  .section-heading-row{align-items:flex-start;flex-direction:column}
  .review-hero,
  .review-featured,
  .review-spotlight,
  .review-archive-intro,
  .review-newsletter,
  .review-section-heading-row{grid-template-columns:1fr}
  .review-spotlight-copy{min-height:auto}
  .review-card-grid{grid-template-columns:1fr 1fr}
  .review-methodology{grid-template-columns:1fr 1fr}
  .review-category-lanes{grid-template-columns:1fr}
  .review-verdict-grid{grid-template-columns:1fr 1fr}
  .review-newsletter .form-message{grid-column:auto}
  .review-card-grid{grid-template-columns:1fr 1fr}
  .review-category-lane{grid-template-columns:1fr}
  .review-category-links{grid-template-columns:1fr 1fr}
}

@media (max-width:820px){
  .asy-site-header{grid-template-columns:1fr;gap:14px}
  .asy-logo-slot{display:none}
  .asy-site-nav{justify-content:center;overflow-x:auto}
  .asy-site-search{width:100%;min-width:0}
  .asy-hero{min-height:auto;padding-top:76px}
  .hero-copy h1{font-size:clamp(3.6rem,17vw,6rem)}
  .hero-actions{flex-direction:column;align-items:flex-start}
  .newsletter-form{width:100%}
  .newsletter-form input{width:100%}
  .review-row,.latest-grid{grid-template-columns:1fr}
  .asy-site-footer strong{white-space:normal}
  .section-shell,.newsletter-section{padding-block:72px}
  .section-heading h2,.newsletter-section h2{font-size:clamp(2.8rem,14vw,4.8rem)}
  .review-archive,.single-review{padding-inline:18px}
  .review-hero{padding-top:72px}
  .review-hero-copy h1,.single-review-hero h1{font-size:clamp(3.2rem,15vw,5.8rem)}
  .review-hero-panel{min-height:320px}
  .review-spotlight-copy,
  .review-spotlight-stage{min-height:auto}
  .review-spotlight{padding-bottom:62px}
  .review-spotlight-slide{position:relative;grid-template-columns:1fr;padding:0}
  .review-spotlight-text{padding:22px}
  .review-orbit-art{display:none}
  .review-card-grid,
  .review-methodology,
  .review-category-links,
  .review-verdict-grid{grid-template-columns:1fr}
  .review-methodology div{border-right:0;border-bottom:1px solid var(--review-line)}
  .review-methodology div:last-child{border-bottom:0}
  .review-featured{min-height:auto}
  .review-featured strong{font-size:clamp(2.35rem,12vw,4rem)}
  .review-method-strip{grid-template-columns:1fr}
  .review-hero-actions{flex-direction:column;align-items:flex-start}
  .single-review-newsletter{text-align:left}
  .single-review-newsletter h2{font-size:clamp(2.7rem,13vw,4.8rem)}
  .single-review-newsletter .newsletter-form{margin-inline:0}
}

@media (max-width:560px){
  .newsletter-form{grid-template-columns:1fr}
  .newsletter-form button{width:100%}
}

/* Reviews pillar fidelity pass: match the accepted editorial reference. */
.review-archive.review-surface{
  max-width:1240px!important;
  margin:0 auto!important;
  padding:0 clamp(22px,5vw,56px) 96px;
  background:transparent;
}

body:has(.review-surface) .asy-site-search input::placeholder{
  color:rgba(244,241,234,.58);
}

.review-archive-intro{
  min-height:270px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  padding:54px 0 48px;
  border-bottom:1px solid var(--review-line);
}

.review-archive-intro h1{
  font-size:clamp(3.7rem,5.7vw,5.65rem);
  line-height:.95;
}

.review-archive-intro p{
  max-width:560px;
  margin:26px 0 0;
  font-size:clamp(1.02rem,1.22vw,1.16rem);
  line-height:1.42;
}

.review-section-kicker,
.review-subsection-label{
  letter-spacing:.18em;
}

.review-spotlight{
  padding:30px 0 48px;
}

.review-spotlight-stage{
  gap:18px;
  min-height:370px;
  margin-top:18px;
}

.review-spotlight-slide{
  min-height:340px;
  grid-template-columns:minmax(0,1fr) minmax(380px,1fr);
  border-radius:8px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.054),rgba(255,255,255,.012) 58%),
    #0b0c0f;
}

.review-spotlight-text{
  padding:34px 32px;
}

.review-spotlight-slide strong{
  max-width:540px;
  margin-top:18px;
  font-size:clamp(2.15rem,3.5vw,3.85rem);
  line-height:1.03;
}

.review-spotlight-slide p{
  max-width:510px;
  margin:18px 0 0;
  font-size:1.03rem;
  line-height:1.55;
}

.review-spotlight-cta{
  min-width:172px;
  min-height:48px;
  justify-content:center;
  gap:18px;
  margin-top:28px;
  border-radius:6px;
}

.review-orbit-art{
  min-height:100%;
}

.review-pillar-section{
  padding:30px 0 0;
}

.review-topic-heading{
  margin-bottom:18px;
}

.review-index-shell{
  gap:24px;
}

.review-filter-bar{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  max-width:900px;
}

.review-filter{
  width:100%;
  min-height:42px;
  border-radius:999px;
  font-size:.92rem;
  font-weight:700;
  letter-spacing:0;
  text-transform:none;
}

.review-filter.is-active{
  background:rgba(89,183,255,.1);
}

.review-subsection-label{
  margin-top:4px;
}

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

.review-index-card{
  min-height:280px;
  grid-template-rows:auto auto 1fr auto;
  gap:16px;
  border-radius:8px;
  padding:24px;
}

.review-index-card strong{
  font-size:clamp(1.28rem,1.82vw,1.72rem);
  line-height:1.12;
}

.review-index-card p{
  font-size:.98rem;
  line-height:1.55;
}

.review-index-card .review-card-tags{
  display:none;
}

.review-index-card b{
  min-height:auto;
  align-self:end;
  border:0;
  border-radius:0;
  padding:0;
  background:transparent;
  color:var(--review-text);
  letter-spacing:.18em;
}

.review-index-card b::after{
  content:"→";
  font-size:1rem;
}

.review-category-lanes{
  display:grid;
  grid-template-columns:1fr;
  gap:0;
  padding-top:48px;
}

.review-category-lane{
  display:grid;
  grid-template-columns:minmax(230px,.85fr) minmax(0,2.25fr);
  gap:34px;
  align-items:center;
  min-height:118px;
  border:0;
  border-top:1px solid var(--review-line);
  border-radius:0;
  background:transparent;
}

.review-category-lane-head{
  grid-template-columns:46px minmax(0,1fr);
  column-gap:18px;
  padding:22px 8px;
}

.review-category-lane-head strong{
  margin-top:8px;
  font-size:1.08rem;
  line-height:1.1;
  text-transform:uppercase;
}

.review-category-lane-head p{
  margin-top:6px;
  font-size:.92rem;
}

.review-category-links{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:42px;
  align-items:center;
  border:0;
}

.review-category-links a{
  position:relative;
  display:grid;
  gap:7px;
  padding:20px 34px 20px 0;
  border:0;
}

.review-category-links a::after{
  content:"→";
  position:absolute;
  top:22px;
  right:0;
  color:rgba(244,241,234,.8);
}

.review-category-links strong{
  font-size:1.03rem;
  font-weight:600;
  line-height:1.25;
}

.review-category-links strong::after{
  content:none;
}

.review-category-links span{
  color:var(--review-muted);
  font-family:inherit;
  font-size:.94rem;
  font-weight:600;
  letter-spacing:0;
  line-height:1.42;
  text-transform:none;
}

.review-all-link{
  padding:28px 0 0;
}

.review-all-link .review-spotlight-cta{
  min-width:245px;
}

.review-newsletter{
  grid-template-columns:minmax(0,.9fr) minmax(360px,1.15fr);
  gap:52px;
  align-items:end;
  margin-top:52px;
  padding:32px 0 0;
  border:0;
  border-top:1px solid var(--review-line);
  border-radius:0;
  background:transparent;
}

.review-newsletter h2{
  font-size:clamp(1.95rem,2.7vw,3rem);
  line-height:1.05;
}

.review-newsletter .newsletter-form{
  flex-direction:row;
  align-items:center;
  gap:8px;
}

.review-newsletter .newsletter-form input{
  min-height:52px;
}

.review-newsletter .newsletter-form button{
  min-width:122px;
  min-height:52px;
  border-radius:6px;
  background:var(--accent);
  color:#030407;
}

@media (max-width:1100px){
  .review-filter-bar{grid-template-columns:repeat(3,minmax(0,1fr))}
  .review-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .review-category-lane{grid-template-columns:1fr}
  .review-category-links{grid-template-columns:repeat(3,minmax(0,1fr))}
  .review-newsletter{grid-template-columns:1fr}
}

@media (max-width:820px){
  .review-archive.review-surface{padding-inline:18px}
  .review-archive-intro{min-height:230px;padding:36px 0}
  .review-spotlight-slide{grid-template-columns:1fr}
  .review-orbit-art{display:none}
  .review-filter-bar{grid-template-columns:repeat(2,minmax(0,1fr))}
  .review-card-grid,
  .review-category-links{grid-template-columns:1fr}
  .review-newsletter .newsletter-form{flex-direction:column;align-items:stretch}
  .review-newsletter .newsletter-form button{width:100%}
}

/* Reviews page: implemented from the approved blue editorial mockup. */
body:has(.review-surface){
  background:#03070d;
}

body:has(.review-surface)::before{
  background:
    radial-gradient(circle at 2% 3%,rgba(18,102,214,.28),transparent 22rem),
    radial-gradient(circle at 96% 28%,rgba(18,102,214,.18),transparent 28rem),
    linear-gradient(90deg,rgba(59,130,246,.035) 1px,transparent 1px) 0 0/92px 92px,
    linear-gradient(180deg,rgba(255,255,255,.018) 1px,transparent 1px) 0 0/92px 92px,
    #03070d;
}

body:has(.review-surface) .asy-site-header{
  grid-template-columns:minmax(150px,1fr) auto minmax(280px,1fr);
  padding:18px clamp(28px,4vw,50px);
  border-bottom:1px solid rgba(184,210,255,.12);
  background:rgba(3,7,13,.74);
}

body:has(.review-surface) .asy-site-header::before{
  display:none;
}

body:has(.review-surface) .asy-logo-slot{
  display:block;
  color:#f4f7ff;
  font-size:1.18rem;
  font-weight:700;
  letter-spacing:.02em;
}

body:has(.review-surface) .asy-logo-slot::before{
  content:"A/";
}

body:has(.review-surface) .asy-logo-slot::first-letter{
  color:#fff;
}

body:has(.review-surface) .asy-site-nav a{
  color:rgba(244,247,255,.7);
  letter-spacing:.16em;
}

body:has(.review-surface) .asy-site-nav a:first-child{
  color:#fff;
}

body:has(.review-surface) .asy-site-nav a:first-child::after{
  transform:scaleX(1);
  background:#fff;
}

body:has(.review-surface) .asy-site-search{
  width:min(25vw,340px);
}

body:has(.review-surface) .asy-site-search input{
  min-height:38px;
  border-color:rgba(184,210,255,.18);
  background:rgba(255,255,255,.025);
}

.review-archive.review-surface{
  --review-bg:#03070d;
  --review-panel:#07111f;
  --review-panel-2:#0a1424;
  --review-text:#f4f7ff;
  --review-muted:#a7b3c8;
  --review-line:rgba(184,210,255,.16);
  --review-line-strong:rgba(184,210,255,.29);
  --review-blue:#1f7aff;
  max-width:1320px!important;
  padding:0 clamp(24px,4vw,66px) 28px;
}

.review-archive-intro{
  min-height:170px;
  padding:46px 0 26px;
  border-bottom:1px solid var(--review-line);
}

.review-archive-intro h1{
  font-size:clamp(3.9rem,5.6vw,5.25rem);
  line-height:.88;
}

.review-archive-intro p{
  margin-top:16px;
  color:#f4f7ff;
  font-size:1.35rem;
  line-height:1.25;
}

.review-section-kicker,
.review-subsection-label,
.review-index-card span,
.review-comparison-card span{
  color:#b8c7df;
  font-size:.78rem;
  letter-spacing:.22em;
}

.review-section-line{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-bottom:18px;
}

.review-section-line > a{
  color:var(--review-blue);
  font-size:.92rem;
  font-weight:700;
  text-decoration:none;
}

.review-section-line > a::after{
  content:" →";
}

.review-spotlight{
  position:relative;
  padding:26px 0 42px;
  border-bottom:1px solid var(--review-line);
}

.review-carousel-arrow{
  position:absolute;
  top:50%;
  z-index:5;
  width:42px;
  height:42px;
  border:1px solid rgba(184,210,255,.18);
  border-radius:999px;
  background:rgba(3,7,13,.72);
  color:rgba(244,247,255,.7);
  font-size:1.8rem;
  line-height:1;
  cursor:pointer;
  transform:translateY(-15%);
  transition:border-color .18s ease,color .18s ease,background .18s ease;
}

.review-carousel-arrow:hover{
  border-color:rgba(31,122,255,.65);
  color:#fff;
  background:rgba(31,122,255,.12);
}

.review-carousel-arrow-prev{left:-62px}
.review-carousel-arrow-next{right:-62px}

.review-spotlight-stage{
  min-height:346px;
  gap:18px;
  margin-top:18px;
}

.review-spotlight-slide{
  min-height:318px;
  grid-template-columns:minmax(0,.95fr) minmax(380px,1fr);
  border-color:rgba(184,210,255,.2);
  border-radius:8px;
  background:
    radial-gradient(circle at 10% 10%,rgba(31,122,255,.13),transparent 19rem),
    linear-gradient(145deg,rgba(255,255,255,.042),rgba(255,255,255,.012) 54%),
    #06101d;
}

.review-spotlight-text{
  padding:34px 38px;
}

.review-spotlight-slide span{
  color:var(--review-blue);
}

.review-spotlight-slide strong{
  max-width:500px;
  font-size:clamp(2.35rem,3.7vw,3.62rem);
  line-height:.98;
}

.review-spotlight-slide p{
  max-width:480px;
  color:#b4c0d3;
  font-size:1.04rem;
}

.review-spotlight-cta,
.review-index-card b,
.review-comparison-card b{
  min-height:auto;
  margin-top:20px;
  border:0;
  border-radius:0;
  padding:0;
  background:transparent;
  color:var(--review-blue);
  letter-spacing:.16em;
  justify-content:flex-start;
}

.review-spotlight-cta::after,
.review-index-card b::after,
.review-comparison-card b::after{
  content:"→";
  margin-left:12px;
  opacity:1;
}

.review-orbit-art{
  background:
    radial-gradient(circle at 91% 50%,rgba(31,122,255,.95) 0 3px,rgba(31,122,255,.22) 4px 10px,transparent 11px),
    radial-gradient(circle at 12% 28%,rgba(244,247,255,.88) 0 3px,transparent 4px),
    radial-gradient(circle at 24% 45%,rgba(244,247,255,.76) 0 3px,transparent 4px),
    radial-gradient(circle at 48% 21%,rgba(244,247,255,.86) 0 3px,transparent 4px),
    radial-gradient(circle at 49% 69%,rgba(244,247,255,.8) 0 3px,transparent 4px),
    linear-gradient(135deg,rgba(31,122,255,.05),rgba(255,255,255,.004));
}

.review-orbit-art::before{
  width:780px;
  height:270px;
  right:-210px;
  top:36px;
  border-color:rgba(244,199,176,.26);
}

.review-orbit-art::after{
  width:610px;
  height:210px;
  right:-145px;
  top:78px;
  border-color:rgba(244,199,176,.19);
}

.review-orbit-art i:nth-child(1){
  width:440px;
  height:154px;
  right:-58px;
  top:124px;
  border-color:rgba(244,199,176,.18);
}

.review-orbit-art i:nth-child(2){
  width:720px;
  height:720px;
  right:-560px;
  top:-10px;
  border-color:rgba(244,247,255,.7);
}

.review-spotlight-dots button{
  width:10px;
  height:10px;
  background:rgba(184,210,255,.2);
}

.review-spotlight-dots button.is-active{
  width:10px;
  background:var(--review-blue);
}

.review-latest-section,
.review-pillar-section,
.review-comparison-section{
  padding:32px 0 0;
}

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

.review-index-card,
.review-comparison-card{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(184,210,255,.18);
  border-radius:7px;
  background:
    radial-gradient(circle at 0 0,rgba(31,122,255,.1),transparent 18rem),
    linear-gradient(145deg,rgba(255,255,255,.04),rgba(255,255,255,.012) 62%),
    #07101d;
}

.review-index-card::before,
.review-comparison-card::before{
  content:"";
  position:absolute;
  inset:auto -28% -34% 28%;
  height:190px;
  border:1px solid rgba(31,122,255,.35);
  border-radius:50%;
  transform:rotate(-24deg);
  opacity:.38;
  pointer-events:none;
}

.review-index-card:nth-child(2)::before{inset:auto -18% -42% 45%;height:220px;transform:rotate(-34deg)}
.review-index-card:nth-child(3)::before{inset:auto 8% -52% auto;width:190px;height:190px;border-radius:16px;transform:rotate(-25deg)}
.review-index-card:nth-child(4)::before{inset:auto -22% -36% 34%;height:210px;transform:rotate(-14deg)}
.review-index-card:nth-child(6)::before{inset:auto -6% -10% auto;width:150px;height:160px;border-radius:0;border-width:0 0 1px 1px;box-shadow:-32px -34px 0 rgba(31,122,255,.1),-64px -62px 0 rgba(31,122,255,.06);transform:none}

.review-index-card{
  min-height:300px;
  padding:28px;
}

.review-topic-card{
  min-height:315px;
}

.review-index-card strong{
  font-size:clamp(1.45rem,2vw,2rem);
  line-height:1.12;
}

.review-index-card p{
  color:#aeb9ca;
  font-size:.98rem;
}

.review-card-time{
  position:relative;
  display:flex;
  align-items:center;
  gap:8px;
  align-self:end;
  color:#aeb9ca;
  font-size:.82rem;
  font-weight:700;
}

.review-card-time::before{
  content:"";
  width:14px;
  height:14px;
  border:1px solid rgba(244,247,255,.55);
  border-radius:50%;
  background:radial-gradient(circle at center,transparent 45%,rgba(244,247,255,.18) 47% 52%,transparent 54%);
}

.review-pillar-section{
  padding-top:36px;
}

.review-topic-heading{
  margin-bottom:16px;
}

.review-filter-bar{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  max-width:none;
  margin-bottom:26px;
}

.review-filter{
  width:auto;
  min-width:128px;
  min-height:38px;
  border-color:rgba(184,210,255,.2);
  background:rgba(255,255,255,.018);
  color:#c1ccdc;
  font-size:.9rem;
  font-weight:700;
  letter-spacing:0;
  text-transform:none;
}

.review-filter.is-active{
  border-color:transparent;
  background:linear-gradient(135deg,#1f7aff,#2468ff);
  color:#fff;
}

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

.review-pagination{
  display:flex;
  justify-content:center;
  margin-top:22px;
}

.review-pagination a{
  display:inline-flex;
  min-height:42px;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(31,122,255,.6);
  border-radius:999px;
  padding:0 24px;
  color:var(--review-blue);
  font-size:.82rem;
  font-weight:900;
  letter-spacing:.14em;
  text-decoration:none;
  text-transform:uppercase;
}

.review-pagination a::after{
  content:" →";
  margin-left:10px;
}

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

.review-comparison-mosaic{
  display:grid;
  grid-template-columns:minmax(0,2fr) minmax(280px,1fr);
  gap:18px;
  margin-top:18px;
}

.review-comparison-card{
  display:grid;
  min-height:270px;
  grid-template-rows:auto auto 1fr auto auto;
  gap:13px;
  padding:30px;
  color:var(--review-text);
  text-decoration:none;
}

.review-comparison-card strong{
  max-width:450px;
  color:var(--review-text);
  font-size:clamp(1.7rem,2.7vw,2.6rem);
  line-height:1.05;
}

.review-comparison-card p{
  max-width:440px;
  margin:0;
  color:#aeb9ca;
  line-height:1.55;
}

.review-comparison-card::before{
  inset:auto -4% -50% auto;
  width:290px;
  height:270px;
  border-radius:20px;
  transform:rotate(-38deg);
}

.review-comparison-card.is-wide{
  min-height:250px;
  grid-template-columns:minmax(0,1fr) minmax(180px,.34fr);
  grid-template-rows:auto auto 1fr auto;
  column-gap:28px;
}

.review-comparison-card.is-wide span,
.review-comparison-card.is-wide strong,
.review-comparison-card.is-wide p{
  grid-column:1;
}

.review-comparison-card.is-wide .review-card-time{
  grid-column:1;
}

.review-comparison-card.is-wide b{
  grid-column:1;
}

.review-comparison-card.is-wide::before{
  inset:18% -10% auto auto;
  width:260px;
  height:260px;
  border-radius:50%;
  transform:rotate(-20deg);
  box-shadow:-36px 42px 0 rgba(31,122,255,.06),-74px 82px 0 rgba(31,122,255,.04);
}

.review-comparison-card.is-compact{
  min-height:250px;
}

.review-comparison-card.is-compact strong{
  font-size:clamp(1.55rem,2.15vw,2.15rem);
}

.review-comparison-card.is-compact::before{
  inset:auto -44% -54% auto;
  width:240px;
  height:240px;
  border-radius:50%;
  transform:rotate(-20deg);
}

.review-newsletter{
  grid-template-columns:88px minmax(480px,.95fr) minmax(420px,1fr);
  gap:28px;
  align-items:center;
  margin-top:28px;
  border:1px solid rgba(184,210,255,.18);
  border-radius:8px;
  padding:28px 38px;
  background:
    radial-gradient(circle at 0 0,rgba(31,122,255,.12),transparent 18rem),
    rgba(7,16,29,.82);
}

.review-newsletter-icon{
  width:72px;
  height:48px;
  border:1px solid rgba(244,247,255,.7);
  border-radius:5px;
  position:relative;
}

.review-newsletter-icon::before,
.review-newsletter-icon::after{
  content:"";
  position:absolute;
  top:12px;
  width:42px;
  height:1px;
  background:rgba(244,247,255,.72);
}

.review-newsletter-icon::before{
  left:2px;
  transform:rotate(32deg);
}

.review-newsletter-icon::after{
  right:2px;
  transform:rotate(-32deg);
}

.review-newsletter h2{
  font-size:clamp(1.65rem,2.35vw,2.2rem);
  text-transform:none;
}

.review-newsletter p:not(.review-eyebrow){
  max-width:430px;
}

.review-newsletter .newsletter-form{
  display:grid;
  grid-template-columns:minmax(0,1fr) 150px;
  gap:10px;
  align-items:center;
}

.review-newsletter .newsletter-form input{
  min-height:54px;
  border-radius:6px;
}

.review-newsletter .newsletter-form button{
  min-height:54px;
  border-radius:6px;
  background:linear-gradient(135deg,#1f7aff,#2468ff);
  color:#fff;
  text-transform:uppercase;
  letter-spacing:.14em;
}

.review-newsletter .newsletter-form small{
  grid-column:1 / -1;
  color:#7f8ba0;
  font-size:.78rem;
}

@media (max-width:1180px){
  .review-carousel-arrow{display:none}
  .review-latest-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .review-topic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .review-comparison-mosaic{grid-template-columns:1fr}
  .review-comparison-card.is-wide{grid-template-columns:1fr}
  .review-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .review-newsletter{grid-template-columns:1fr}
  .review-newsletter-icon{display:none}
}

@media (max-width:760px){
  body:has(.review-surface) .asy-site-header{grid-template-columns:1fr}
  body:has(.review-surface) .asy-logo-slot{display:none}
  .review-archive.review-surface{padding-inline:18px}
  .review-archive-intro h1{font-size:clamp(3.8rem,20vw,5rem)}
  .review-spotlight-slide{grid-template-columns:1fr}
  .review-latest-grid,
  .review-topic-grid,
  .review-comparison-mosaic,
  .review-comparison-grid,
  .review-related-grid{grid-template-columns:1fr}
  .review-content .review-verdict-panel{grid-template-columns:1fr}
  .review-verdict-head{border-right:0;border-bottom:1px solid var(--review-line);padding-right:0;padding-bottom:22px}
  .single-review-hero h1{font-size:clamp(3.1rem,12vw,4.8rem)}
  .review-filter{flex:1 1 calc(50% - 8px);min-width:0}
  .review-newsletter .newsletter-form{grid-template-columns:1fr}
}
