.review-page{
  min-height:100vh;
  display:flex;
  flex-direction:column;
  background:
    radial-gradient(circle at 50% 10%,rgba(255,33,69,.12),transparent 30%),
    #050607;
}
.review-header{
  display:flex;
  justify-content:center;
  align-items:center;
  min-height:118px;
  padding:12px 24px;
  border-bottom:1px solid rgba(226,0,26,.30);
  background:#000;
}
.review-brand{display:block;width:min(620px,84vw);line-height:0}
.review-brand img{display:block;width:100%;height:auto}
.review-main{
  flex:0 0 auto;
  display:grid;
  place-items:center;
  padding:clamp(44px,6vw,72px) 20px 28px;
}
.review-panel{
  width:min(760px,100%);
  padding:clamp(28px,5vw,52px);
  border:1px solid var(--line);
  border-radius:28px;
  background:linear-gradient(145deg,#12161b,#080a0d);
  box-shadow:var(--shadow);
  text-align:center;
}
.review-kicker{
  margin:0 0 12px;
  color:var(--red);
  font-size:.74rem;
  font-weight:800;
  letter-spacing:.18em;
}
.review-panel h1{
  margin:0 auto 16px;
  max-width:650px;
  font-size:clamp(2rem,5vw,3.8rem);
  line-height:1.02;
}
.review-intro{
  max-width:590px;
  margin:0 auto;
  color:var(--muted);
  font-size:1.05rem;
}
.review-choice-grid{
  display:grid;
  gap:16px;
  margin-top:34px;
  text-align:left;
}
.review-choice{
  display:flex;
  align-items:center;
  gap:18px;
  min-height:104px;
  padding:20px 22px;
  border-radius:18px;
  border:1px solid #343b44;
  transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease;
}
.review-choice:hover,.review-choice:focus-visible{
  transform:translateY(-1px);
  border-color:#626a75;
  outline:none;
}
.review-choice-primary{
  background:linear-gradient(135deg,var(--red),var(--red-2));
  border-color:transparent;
  box-shadow:0 14px 34px rgba(255,33,69,.18);
}
.review-choice-primary:hover,.review-choice-primary:focus-visible{border-color:transparent;box-shadow:0 18px 40px rgba(255,33,69,.24)}
.review-choice-secondary{background:#101419}
.review-choice-icon{
  flex:0 0 50px;
  width:50px;
  height:50px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:rgba(0,0,0,.24);
  font-size:1.55rem;
  font-weight:800;
}
.review-choice-copy{display:flex;flex-direction:column;gap:4px}
.review-choice-copy strong{font-family:Montserrat,sans-serif;font-size:1.05rem}
.review-choice-copy small{color:#d7dbe0;font-size:.9rem;line-height:1.4}
.review-choice-secondary .review-choice-copy small{color:var(--muted)}
.review-privacy{
  margin:28px auto 0;
  max-width:610px;
  color:#7f8792;
  font-size:.82rem;
}
.review-footer{
  padding:0 20px 30px;
  color:var(--muted);
  font-size:.88rem;
  text-align:center;
}
.review-footer-inner{
  position:relative;
  width:min(760px,100%);
  margin:0 auto;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:18px;
  min-height:74px;
  padding:18px 24px;
  border:1px solid rgba(127,135,146,.22);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(16,20,25,.88),rgba(7,9,12,.94));
  box-shadow:0 14px 32px rgba(0,0,0,.22);
  overflow:hidden;
}
.review-footer-inner::before{
  content:"";
  position:absolute;
  top:0;
  left:50%;
  width:min(320px,72%);
  height:2px;
  transform:translateX(-50%);
  background:linear-gradient(90deg,transparent,var(--red),transparent);
}
.review-footer-brand{
  display:flex;
  align-items:baseline;
  gap:10px;
  white-space:nowrap;
}
.review-footer-brand strong{
  color:white;
  letter-spacing:.16em;
  font-family:Montserrat,sans-serif;
  font-size:.86rem;
}
.review-footer-brand span{color:#aeb5bf}
.review-footer-divider{
  width:1px;
  height:22px;
  background:rgba(127,135,146,.34);
}
.review-footer-contact{
  display:flex;
  align-items:center;
  gap:12px;
}
.review-footer a{
  color:#e3e7ec;
  text-decoration:none;
  transition:color .16s ease;
}
.review-footer a:hover,.review-footer a:focus-visible{
  color:white;
  text-decoration:underline;
  text-underline-offset:3px;
}
.review-footer-dot{color:var(--red);font-weight:700}
@media (max-width:620px){
  .review-header{min-height:90px;padding:8px 14px}
  .review-brand{width:min(430px,96vw)}
  .review-main{padding:32px 14px 22px}
  .review-panel{padding:28px 18px;border-radius:22px}
  .review-choice{min-height:98px;padding:18px 16px;gap:14px}
  .review-choice-icon{flex-basis:44px;width:44px;height:44px;border-radius:12px}
  .review-footer{padding:0 14px 24px}
  .review-footer-inner{
    flex-direction:column;
    gap:8px;
    min-height:0;
    padding:18px 16px 20px;
    border-radius:16px;
  }
  .review-footer-brand{flex-direction:column;align-items:center;gap:3px}
  .review-footer-brand strong{font-size:.9rem}
  .review-footer-divider{width:56px;height:1px}
  .review-footer-contact{flex-direction:column;gap:5px}
  .review-footer-dot{display:none}
  .review-footer a{font-size:.92rem}
}

/* GROWTH-001D.1B — Verified customer feedback form */
.verified-feedback-panel[hidden]{display:none!important}
.verified-feedback-panel{
  margin-top:22px;
  padding:24px;
  border:1px solid rgba(127,135,146,.28);
  border-radius:20px;
  background:linear-gradient(180deg,rgba(13,17,22,.98),rgba(7,9,12,.98));
  text-align:left;
}
.verified-feedback-heading{text-align:center}
.verified-feedback-badge{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:6px 10px;
  border:1px solid rgba(255,33,69,.38);
  border-radius:999px;
  color:#ff5770;
  background:rgba(255,33,69,.08);
  font-family:Montserrat,sans-serif;
  font-size:.67rem;
  font-weight:800;
  letter-spacing:.13em;
}
.verified-feedback-heading h2{
  margin:14px 0 7px;
  font-size:clamp(1.35rem,3vw,1.8rem);
  line-height:1.15;
}
.verified-feedback-heading p{
  margin:0 auto;
  max-width:560px;
  color:var(--muted);
  font-size:.9rem;
}
.verified-feedback-form{margin-top:22px}
.verified-feedback-label{
  display:block;
  margin-bottom:8px;
  color:#f3f5f7;
  font-weight:700;
}
.verified-feedback-form textarea{
  width:100%;
  min-height:150px;
  resize:vertical;
  padding:14px 15px;
  border:1px solid #343b44;
  border-radius:14px;
  color:#f5f7f9;
  background:#090c10;
  font:inherit;
  line-height:1.5;
  outline:none;
}
.verified-feedback-form textarea:focus{
  border-color:#707984;
  box-shadow:0 0 0 3px rgba(255,255,255,.05);
}
.verified-feedback-meta{
  display:flex;
  justify-content:space-between;
  gap:12px;
  margin-top:7px;
  color:#7f8792;
  font-size:.75rem;
}
.verified-feedback-consent{
  display:flex;
  align-items:flex-start;
  gap:11px;
  margin-top:20px;
  padding:14px;
  border:1px solid rgba(127,135,146,.20);
  border-radius:14px;
  color:#c8ced6;
  background:rgba(255,255,255,.018);
  font-size:.84rem;
  line-height:1.45;
}
.verified-feedback-consent input{
  flex:0 0 auto;
  width:18px;
  height:18px;
  margin-top:1px;
  accent-color:#e2001a;
}
.verified-feedback-submit{
  width:100%;
  min-height:52px;
  margin-top:18px;
  border:0;
  border-radius:14px;
  color:white;
  background:linear-gradient(135deg,var(--red),var(--red-2));
  font-family:Montserrat,sans-serif;
  font-size:.96rem;
  font-weight:800;
  cursor:pointer;
  box-shadow:0 12px 26px rgba(255,33,69,.14);
}
.verified-feedback-submit:hover,.verified-feedback-submit:focus-visible{filter:brightness(1.06);outline:none}
.verified-feedback-submit:disabled{cursor:default;opacity:.68;filter:none}
.verified-feedback-status{
  min-height:1.4em;
  margin:14px 2px 0;
  color:#aeb5bf;
  font-size:.83rem;
  text-align:center;
}
.verified-feedback-status.is-error{color:#ff8d9d}
.verified-feedback-status.is-success{color:#d7dbe0}
.verified-feedback-honeypot{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  clip:rect(0 0 0 0)!important;
  clip-path:inset(50%)!important;
  white-space:nowrap!important;
}
@media (max-width:620px){
  .verified-feedback-panel{padding:20px 16px;border-radius:17px}
  .verified-feedback-meta{font-size:.71rem}
  .verified-feedback-consent{padding:13px 12px}
}
