.review {
  margin-top: 24px;
  margin-bottom: 63px;
}

.review__title {
  color: black;
  border-bottom: 1px solid #ed4040;
  font-weight: 900;
  font-size: clamp(1.75rem, 1.5735rem + 0.8824vw, 2.5rem);
  letter-spacing: 0.2px;
  padding-bottom: 2px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.review__exposition {
  display: flex;
  border-bottom: 1px solid #ed4040;
  padding-bottom: 27px;
}

.review__exposition-left {
  position: relative;
  max-width: 928px;
  max-height: 580px;
  margin-right: 25px;
}


.shadow {
  height: 100%;
  border-radius: 0;
}

.review__flag-discount {
  position: absolute;
  z-index: 12;
  top: 38px;
  left: -20px;
  width: 115px;
  height: 100px;
  background-image: url(../media/icons/flag.svg);
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 18px 0;
  font-size: 24px;
  letter-spacing: -2px;
}

.review__flag-procent {
  font-family: 'RobotoCondensed';
  font-weight: 700;
  font-size: 42px;
  display: block;
  margin-top: -7px;
  letter-spacing: 0;
}

.review__prices {
  position: absolute;
  bottom: 0;
  left: 13px;
  z-index: 12;
  font-family: 'RobotoCondensed';
  margin-bottom: 4px;
}

.review__prices-list {
  color: #fff;
  font-size: 25px;
  letter-spacing: -0.3px;
  margin-bottom: 18px;
}

.review__actual-price {
  font-size: 78px;
  color: #e53434;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  line-height: 50px;
}

.review__price-item {
  font-size: 21px;
  color: #e13f3f;
  font-weight: 400;
  margin-left: 12px;
}

.review__includes-wrapper {
  background-color: #f0f0f0;
  border-radius: 12px;
  padding: 21px 20px 24px 27px;
  letter-spacing: 0.3px;
}

.review__includes-title {
  text-transform: uppercase;
  font-size: 23px;
  color: #000;
  margin-bottom: 8px;
}

.review__includes-list :not(:last-child){
  display: flex;
  flex-direction: column;
  gap: 2px 0;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 0;
  margin-left: 27px;
  color: #4CBB17;
}

.review__includes-item:last-child,
.review__includes-item-no {/*Добавлено*/ 
  display: flex;
  flex-direction: column;
  gap: 2px 0;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 0;
  margin-left: 27px;
  color: #f44545;
}

.review__includes-item {
  position: relative;
}

.review__includes-item:last-child:before,
.review__includes-item-no:before {/*Добавлено*/
  content: '';
  position: absolute;
  z-index: 12;
  top: 4px;
  left: -22px;
  width: 15px;
  height: 20px;
  background-image: url(../media/icons/plus-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.review__includes-item:not(:last-child):before {
  content: '';
  position: absolute;
  z-index: 12;
  top: 5px;
  left: -22px;
  width: 15px;
  height: 12px;
  background-image: url(../media/icons/check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  fill: #4CBB17;
  color: #4CBB17;
}

.review__description-text {
  font-family: 'RobotoCondensed';
  font-size: 21px;
  color: #000;
  line-height: 1.4;
  margin-left: 4px;
  margin-top: 6px;
}

.review__btn-wrapper {
  margin-top: 45px;
  display: flex;
}

.review__btn {
  height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 498px;
  width: 100%;
  background: linear-gradient(to bottom, #f44545 0%, #ad0808 50%, #f44545 100%);
  border-radius: 12px;
  text-transform: uppercase;
  font-size: 55px;
  color: #fff;
  font-family: 'Myriadpro';
  line-height: 35px;
  font-weight: 700;
  padding-top: 14px;
  background-size: auto 200%;
  transition: all 0.4s;
}

.review__btn:hover {
  transition: all 0.4s;
  background-position: bottom center;
}

.review__btn-span {
  font-size: 27px;
  letter-spacing: 0.3px;
}

.review__feedback {
  margin-top: 7px;
  display: flex;
  justify-content: space-between;
}

.review__feedback-history {
  margin-bottom: 21px;
}

.review__history-title,
.review__overview-title {
  font-size: clamp(1.5rem, 1.3382rem + 0.8088vw, 2.1875rem);
  font-weight: 900;
  color: black;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}

.review__history-text,
.review__overview-text {
  color: black;
  font-size: clamp(1rem, 0.8077rem + 0.4808vw, 1.3125rem);
  line-height: 1.4;
  max-width: 930px;
  font-family: 'RobotoCondensed';
}

.review__overview-title {
  margin-bottom: 28px;
}

.review__overview-text:nth-child(2) {
  margin-bottom: 34px;
}

.review__overview-text:nth-child(3) {
  max-width: 940px;
}

.review__data-person {
  margin-top: 22px;
  max-width: 492px;
  width: 100%;
}

.review__img-block {
  display: flex;
  margin-bottom: 26px;
  object-fit: cover;
  object-position: center;
}

.review__img-person {
  width: 122px;
  height: 120px;
  border-radius: 12px;
  margin-right: 20px;
  object-fit: cover;
  object-position: center;
}

.review__info-verifed {
  font-size: 21px;
  font-family: 'RobotoCondensed';
  max-width: 303px;
  text-transform: capitalize;
}

.review__keystats-person {
  background-color: #f0f0f0;
  border-radius: 12px;
  padding: 22px 20px 20px 27px;
  min-height: 379px;
}

.review__keystats-title {
  font-size: 23px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.review__general {
  display: flex;
  flex-direction: column;
  font-family: 'RobotoCondensed';
  color: black;
  margin-left: 23px;
  font-size: 21px;
}

.review__keystats-item {
  color: #d58c56;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 1px;
}

.review__site-launch b { 
  margin-right: 5px;
}

.review__keystats-content {
  margin-left: 23px;
  margin-top: 10px;
}

.review__keystats-list {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
  margin-top: 6px;
}

.review__keyitems-wrapper {
  display: flex;
  color: black;
  font-family: 'RobotoCondensed';
  font-size: 21px;
  gap: 10px 0;
}

.review__keyitems-wrapper dt { 
  font-weight: 700;
  margin-right: 5px;
}

.review__history-text a {
	    text-decoration:
	text-decoration: underline;
    color: #f4902c;
}

/* ── Score corner badge ──────────────────────────────────── */
.review__score-corner {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #1a1a1a;
  color: #f4902c;
  padding: 5px 10px;
  border-radius: 4px;
  font-family: 'RobotoCondensed';
  font-weight: 700;
  font-size: 22px;
  z-index: 12;
}

/* ── Plans box ───────────────────────────────────────────── */
.review__plans-box {
  margin: 16px 0;
  background: #f0f0f0;
  border-radius: 8px;
  overflow: hidden;
}

.review__plan-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  font-family: 'RobotoCondensed';
  font-size: 19px;
  color: #000;
  border-bottom: 1px solid #e0e0e0;
}

.review__plan-row:last-child {
  border-bottom: none;
}

.review__plan-row--main {
  background: #e0e0e0;
  font-weight: 700;
  font-size: 21px;
}

.review__plan-old {
  color: #999;
  font-weight: 400;
  margin-right: 4px;
}

/* ── Sticky CTA bar ──────────────────────────────────────── */
.review__btn-sticky {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #1a1a1a;
  border-top: 3px solid #f44545;
  padding: 12px 24px;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.review__btn-sticky.hide {
  transform: translateY(110%);
}

.review__btn-sticky-name {
  color: #f4902c;
  font-family: 'RobotoCondensed';
  font-weight: 700;
  font-size: 22px;
}

.review__btn-sticky-cta {
  background: #f44545;
  color: #fff;
  padding: 10px 24px;
  border-radius: 8px;
  font-family: 'RobotoCondensed';
  font-weight: 700;
  font-size: 20px;
}

@media (max-width: 768px) {
  .review__btn-sticky { justify-content: center; }
  .review__btn-sticky-name { display: none; }
}

/* ── FAQ section ─────────────────────────────────────────── */
.review-faq {
  background: #fff;
  padding: 40px 0;
  margin-bottom: 40px;
}

.review-faq__title {
  font-size: clamp(1.4rem, 1.2rem + 1vw, 2rem);
  font-weight: 900;
  color: #000;
  margin-bottom: 24px;
  border-bottom: 1px solid #ed4040;
  padding-bottom: 4px;
}

.faq-item {
  border-bottom: 1px solid #e0e0e0;
}

.faq-item__q {
  cursor: pointer;
  padding: 16px 0;
  font-family: 'RobotoCondensed';
  font-size: 20px;
  font-weight: 700;
  color: #000;
  list-style: none;
}

.faq-item__q::-webkit-details-marker { display: none; }

.faq-item__q::before {
  content: '+ ';
  color: #f44545;
  font-weight: 900;
}

details[open] .faq-item__q::before {
  content: '− ';
}

.faq-item__a {
  padding: 0 0 16px 20px;
  font-family: 'RobotoCondensed';
  font-size: 18px;
  color: #504d4d;
  line-height: 1.5;
}

/* ── Related reviews ─────────────────────────────────────── */
.related-reviews {
  padding: 40px 0 60px;
  background: #f9f9f9;
}

.related-reviews__title {
  font-size: clamp(1.4rem, 1.2rem + 1vw, 2rem);
  font-weight: 900;
  color: #000;
  margin-bottom: 24px;
  border-bottom: 1px solid #ed4040;
  padding-bottom: 4px;
}

.related-reviews__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media (max-width: 768px) {
  .related-reviews__grid { grid-template-columns: repeat(2, 1fr); }
}

.related-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: transform 0.2s, box-shadow 0.2s;
}

.related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.related-card__img-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}

.related-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.related-card__score {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #1a1a1a;
  color: #f4902c;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  font-family: 'RobotoCondensed';
}

.related-card__body {
  padding: 12px;
}

.related-card__name {
  font-family: 'RobotoCondensed';
  font-weight: 700;
  font-size: 16px;
  color: #000;
  margin-bottom: 4px;
}

.related-card__price {
  font-family: 'RobotoCondensed';
  font-size: 15px;
  color: #f44545;
}

/* ── Homepage card pros ──────────────────────────────────── */
.promo__pros {
  list-style: none;
  margin: 6px 0 4px;
}

.promo__pro-item {
  font-family: 'RobotoCondensed';
  font-size: 14px;
  color: #4CBB17;
  padding-left: 14px;
  position: relative;
  line-height: 1.4;
}

.promo__pro-item::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #4CBB17;
}

/* ═══════════════════════════════════════════════════════════
   Review v2 — Payment Trust Guide
   ═══════════════════════════════════════════════════════════ */

/* ── Hero ──────────────────────────────────────────────── */
.v2-hero__img-wrap {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 32px;
}
.v2-hero__img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}
.v2-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.7) 0%, transparent 60%);
}
.v2-hero__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.v2-hero__title {
  color: #fff;
  font-size: clamp(1.4rem, 1.2rem + 1vw, 2rem);
  font-weight: 900;
  margin: 0 0 8px 0;
  text-shadow: 0 2px 8px rgba(0,0,0,.5);
}
.v2-verified-badge {
  display: inline-block;
  background: rgba(255,255,255,.15);
  backdrop-filter: blur(4px);
  color: #4cbb17;
  font-size: .8rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  margin-right: 8px;
}
.v2-paypal-badge {
  display: inline-block;
  background: #2e6bd2;
  color: #fff;
  font-size: .75rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.v2-hero__score {
  text-align: center;
  background: #2e6bd2;
  color: #fff;
  border-radius: 12px;
  padding: 10px 16px;
  min-width: 64px;
}
.v2-hero__score-num {
  display: block;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}
.v2-hero__score-label {
  font-size: .7rem;
  text-transform: uppercase;
  opacity: .8;
}

/* ── Section label (reusable) ─────────────────────────── */
.v2-section-label {
  font-size: 1.25rem;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 16px 0;
  padding-bottom: 8px;
  border-bottom: 2px solid #2e6bd2;
}

/* ── Rating (Compact Table) ═════════════════════════════ */
.vb-score {
  background: #fff;
  border-radius: 12px;
  padding: 20px 24px;
  margin-bottom: 28px;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.vb-score__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.vb-score__header .v2-section-label { margin-bottom: 0; }
.vb-score__total { display: flex; align-items: baseline; }
.vb-score__num { font-size: 2.2rem; font-weight: 900; color: #2e6bd2; }
.vb-score__max { font-size: 1rem; color: #888; margin-left: 2px; }
.vb-score__rows {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 24px;
}
.vb-score__row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}
.vb-score__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}
.vb-score__dot--pass { background: #4cbb17; }
.vb-score__dot--warn { background: #f0a500; }
.vb-score__dot--fail { background: #dc3545; }
.vb-score__label {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  flex: 1;
}
.vb-score__val {
  font-size: 1rem;
  font-weight: 700;
  color: #555;
}
.vb-score__sub {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e9ecef;
  font-size: .9rem;
  color: #666;
  line-height: 1.8;
}
.vb-score__sub-item { white-space: nowrap; }
.vb-score__sub-sep { margin: 0 6px; color: #ccc; }
.vb-score__ext {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e9ecef;
  display: flex;
  gap: 24px;
  font-size: .9rem;
  color: #666;
}
.vb-score__ext-item b { color: #333; }
.vb-score__how {
  font-size: .85rem;
  font-weight: 400;
  color: #2e6bd2;
  text-decoration: none;
  margin-left: 8px;
}
.vb-score__how:hover { text-decoration: underline; }

.v2-modifiers {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.v2-modifier {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
}
.v2-modifier--plus {
  background: #e8f5e9;
  color: #2e7d32;
}
.v2-modifier--minus {
  background: #fce4ec;
  color: #c62828;
}

/* ── What's Included ──────────────────────────────────── */
.v2-whats-included {
  margin-bottom: 28px;
}
.v2-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.v2-feature-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px 16px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.v2-feature-icon {
  font-size: 1.8rem;
  margin-bottom: 8px;
}
.v2-feature-value {
  display: block;
  font-size: 1.1rem;
  font-weight: 800;
  color: #1a1a1a;
}
.v2-feature-name {
  display: block;
  font-size: .8rem;
  color: #888;
  margin-top: 2px;
}

/* ── Site Facts ──────────────────────────────────────── */
.v2-site-facts {
  margin-bottom: 28px;
}
.v2-facts-grid {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.v2-fact-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #e9ecef;
}
.v2-fact-row:last-child {
  border-bottom: none;
}
.v2-fact-label {
  font-size: .85rem;
  font-weight: 600;
  color: #555;
}
.v2-fact-value {
  font-size: .85rem;
  font-weight: 700;
  color: #1a1a1a;
}

/* ── How to Pay (3-step flow) ─────────────────────────── */
.v2-payment-flow {
  background: #f0f4ff;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 28px;
}
.v2-flow-steps {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
}
.v2-flow-step {
  background: #fff;
  border-radius: 12px;
  padding: 20px 16px;
  text-align: center;
  flex: 1;
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
}
.v2-flow-step__num {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: #2e6bd2;
  color: #fff;
  border-radius: 50%;
  font-weight: 800;
  font-size: 1rem;
  margin: 0 auto 10px;
}
.v2-flow-step__title {
  font-weight: 700;
  font-size: .95rem;
  color: #1a1a1a;
  margin-bottom: 6px;
}
.v2-flow-step__desc {
  font-size: .8rem;
  color: #666;
  line-height: 1.4;
}
.v2-flow-arrow {
  font-size: 1.4rem;
  color: #2e6bd2;
  align-self: center;
  flex-shrink: 0;
}

/* ── Pros / Cons ──────────────────────────────────────── */
.v2-proscons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 28px;
}
.v2-pros, .v2-cons {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.v2-proscons__head {
  font-weight: 800;
  font-size: 1rem;
  margin-bottom: 12px;
  padding-bottom: 8px;
}
.v2-proscons__head--pro { color: #4cbb17; border-bottom: 2px solid #4cbb17; }
.v2-proscons__head--con { color: #dc3545; border-bottom: 2px solid #dc3545; }
.v2-pros ul, .v2-cons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.v2-pros li, .v2-cons li {
  padding: 6px 0 6px 20px;
  position: relative;
  font-size: .9rem;
  line-height: 1.5;
}
.v2-pros li::before { content: '✓'; position: absolute; left: 0; color: #4cbb17; font-weight: 700; }
.v2-cons li::before { content: '✕'; position: absolute; left: 0; color: #dc3545; font-weight: 700; }

/* ── Inline CTA ───────────────────────────────────────── */
.v2-inline-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #2e6bd2;
  color: #fff;
  border-radius: 12px;
  padding: 18px 24px;
  margin-bottom: 28px;
}
.v2-inline-cta__name {
  font-weight: 800;
  font-size: 1.1rem;
}
.v2-inline-cta__price {
  display: block;
  font-size: .85rem;
  opacity: .85;
}
.v2-inline-cta__btn {
  background: #fff;
  color: #2e6bd2;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
  font-size: .95rem;
  white-space: nowrap;
  transition: transform .15s;
}
.v2-inline-cta__btn:hover { transform: scale(1.03); }

/* ── Review Content ───────────────────────────────────── */
.v2-review-content {
  margin-bottom: 28px;
}
.v2-review-body {
  font-size: .95rem;
  line-height: 1.7;
  color: #333;
}
.v2-review-body h3 {
  font-size: 1.15rem;
  font-weight: 800;
  color: #1a1a1a;
  margin: 24px 0 12px;
}
.v2-review-body p {
  margin-bottom: 14px;
}
.v2-review-body a {
  color: #2e6bd2;
  text-decoration: underline;
}

/* ── Billing Transparency Card ────────────────────────── */
.v2-billing-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 28px;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.v2-billing-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.v2-billing-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
}
.v2-billing-row:last-child { border-bottom: none; }
.v2-billing-label {
  font-weight: 600;
  color: #555;
  font-size: .9rem;
}
.v2-billing-value {
  font-weight: 600;
  color: #1a1a1a;
  font-size: .9rem;
  text-align: right;
}
.v2-billing-row--pass .v2-billing-value { color: #4cbb17; }
.v2-billing-row--warn .v2-billing-value { color: #dc3545; }

/* ── Pricing Plans ────────────────────────────────────── */
.v2-plans {
  margin-bottom: 28px;
}
.v2-plans-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
}
.v2-plan-card {
  background: #fff;
  border-radius: 12px;
  padding: 18px 14px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
  border: 2px solid transparent;
}
.v2-plan-card--highlight {
  border-color: #2e6bd2;
  background: #f0f4ff;
}
.v2-plan-card__period {
  font-size: .8rem;
  font-weight: 700;
  color: #888;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.v2-plan-card__price {
  font-size: 1.4rem;
  font-weight: 900;
  color: #1a1a1a;
}
.v2-plan-card--highlight .v2-plan-card__price { color: #2e6bd2; }
.v2-plan-card__rebill {
  font-size: .75rem;
  color: #888;
  margin-top: 4px;
}

/* ── Trust Verdict ────────────────────────────────────── */
.v2-trust-verdict {
  margin-bottom: 28px;
}
.v2-verdict-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.v2-verdict-safe, .v2-verdict-watch {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.v2-verdict-heading {
  font-weight: 800;
  font-size: 1rem;
  margin-bottom: 12px;
  color: #4cbb17;
}
.v2-verdict-heading--watch { color: #f0a500; }
.v2-verdict-item {
  display: block;
  padding: 6px 0 6px 20px;
  position: relative;
  font-size: .9rem;
  line-height: 1.5;
}
.v2-verdict-item--safe::before { content: '✓'; position: absolute; left: 0; color: #4cbb17; font-weight: 700; }
.v2-verdict-item--watch::before { content: '!'; position: absolute; left: 0; color: #f0a500; font-weight: 700; }

/* ── FAQ ──────────────────────────────────────────────── */
.v2-faq {
  margin-bottom: 28px;
}
.v2-faq-item {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
  overflow: hidden;
}
.v2-faq-question {
  padding: 16px 20px;
  font-weight: 700;
  font-size: .95rem;
  cursor: pointer;
  list-style: none;
}
.v2-faq-question::-webkit-details-marker { display: none; }
.v2-faq-question::before {
  content: '+';
  display: inline-block;
  width: 20px;
  font-weight: 800;
  color: #2e6bd2;
}
details[open] .v2-faq-question::before { content: '−'; }
.v2-faq-answer {
  padding: 0 20px 16px 40px;
  font-size: .9rem;
  line-height: 1.6;
  color: #555;
}

/* ── Reviewer Card ────────────────────────────────────── */
.v2-reviewer {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 28px;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.v2-reviewer__img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}
.v2-reviewer__label { font-size: .75rem; color: #888; margin: 0; }
.v2-reviewer__name { font-weight: 800; font-size: 1rem; margin: 2px 0 6px; }
.v2-reviewer__bio { font-size: .85rem; color: #555; line-height: 1.5; margin: 0; }

/* ── Sticky CTA ───────────────────────────────────────── */
.v2-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
  border-top: 3px solid #2e6bd2;
  z-index: 1000;
  display: none;
  padding: 14px 24px;
  transform: translateY(0);
  transition: transform 0.35s ease;
}
.v2-sticky-cta--visible {
  display: block;
}
.v2-sticky-cta__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.v2-sticky-cta__name {
  font-weight: 700;
  font-size: 22px;
  color: #2e6bd2;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.v2-sticky-cta__btn {
  background: #2e6bd2;
  color: #fff;
  padding: 8px 20px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
}
.v2-sticky-cta__btn:hover {
  background: #1a4fa0;
}

/* ── Responsive ───────────────────────────────────────── */
@media (max-width: 768px) {
  .v2-features-grid { grid-template-columns: repeat(2, 1fr); }
  .v2-flow-steps { flex-direction: column; align-items: center; }
  .v2-flow-arrow { transform: rotate(90deg); }
  .v2-proscons { grid-template-columns: 1fr; }
  .v2-verdict-grid { grid-template-columns: 1fr; }
  .v2-inline-cta { flex-direction: column; gap: 12px; text-align: center; }
  .v2-hero__img { height: 220px; }
  .v2-sticky-cta { display: block; }
  .v2-plans-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ══ How We Rate page charts ════════════════════════════ */

/* Overview bars (4 components) */
.hwr-overview {
  margin: 24px 0;
  background: #fff;
  border-radius: 12px;
  padding: 20px 24px;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hwr-overview__row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.hwr-overview__label {
  width: 130px;
  flex-shrink: 0;
  font-size: .95rem;
  font-weight: 700;
  color: #333;
}
.hwr-overview__bar-track {
  flex: 1;
  height: 22px;
  background: #e9ecef;
  border-radius: 6px;
  overflow: hidden;
}
.hwr-overview__bar-fill {
  height: 100%;
  border-radius: 6px;
  transition: width .6s ease;
}
.hwr-overview__bar-fill--trust { background: #2e6bd2; }
.hwr-overview__bar-fill--content { background: #4cbb17; }
.hwr-overview__bar-fill--price { background: #f0a500; }
.hwr-overview__bar-fill--brand { background: #8e44ad; }
.hwr-overview__bar-fill--mod { background: #adb5bd; }
.hwr-overview__pts {
  width: 55px;
  flex-shrink: 0;
  font-size: .95rem;
  font-weight: 800;
  color: #555;
  text-align: right;
}
.hwr-overview__row--mod .hwr-overview__label { color: #888; font-weight: 500; }
.hwr-overview__row--mod .hwr-overview__pts { color: #888; font-weight: 500; }

/* Sub-component breakdown bars */
.hwr-breakdown {
  margin: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hwr-breakdown__row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hwr-breakdown__label {
  width: 150px;
  flex-shrink: 0;
  font-size: .9rem;
  font-weight: 600;
  color: #444;
}
.hwr-breakdown__bar-track {
  flex: 1;
  height: 14px;
  background: #e9ecef;
  border-radius: 7px;
  overflow: hidden;
}
.hwr-breakdown__bar-fill {
  height: 100%;
  border-radius: 7px;
  transition: width .6s ease;
}
.hwr-breakdown__bar-fill--trust { background: #2e6bd2; }
.hwr-breakdown__bar-fill--content { background: #4cbb17; }
.hwr-breakdown__bar-fill--price { background: #f0a500; }
.hwr-breakdown__bar-fill--brand { background: #8e44ad; }
.hwr-breakdown__pts {
  width: 55px;
  flex-shrink: 0;
  font-size: .9rem;
  font-weight: 700;
  color: #555;
  text-align: right;
}

/* Rating tiers */
.hwr-tiers {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 20px 0;
  border-radius: 10px;
  overflow: hidden;
}
.hwr-tier {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  gap: 16px;
}
.hwr-tier__range {
  width: 90px;
  font-size: .95rem;
  font-weight: 800;
  color: #fff;
}
.hwr-tier__name {
  font-size: .95rem;
  font-weight: 600;
  color: #fff;
}
.hwr-tier--outstanding { background: #1b5e20; }
.hwr-tier--excellent { background: #2e7d32; }
.hwr-tier--good { background: #4caf50; }
.hwr-tier--average { background: #f0a500; }
.hwr-tier--below { background: #e65100; }
.hwr-tier--poor { background: #c62828; }

/* TOC sidebar */
.hwr-toc {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 16px 20px;
  margin-bottom: 24px;
  border-left: 3px solid #2e6bd2;
}
.hwr-toc__title {
  font-size: .85rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
}
.hwr-toc__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.hwr-toc__list li a {
  font-size: .9rem;
  color: #2e6bd2;
  text-decoration: none;
  font-weight: 500;
}
.hwr-toc__list li a:hover { text-decoration: underline; }
