:root {
  --vrp-v7-accent: #13C6BF;
  --vrp-v7-ink: #07111f;
  --vrp-v7-muted: #647084;
  --vrp-v7-soft: #f5fbfb;
  --vrp-v7-line: rgba(7, 17, 31, 0.1);
  --vrp-v7-card: #ffffff;
  --vrp-v7-radius-xl: 32px;
  --vrp-v7-radius-lg: 24px;
  --vrp-v7-radius-md: 18px;
  --vrp-v7-shadow: 0 22px 70px rgba(7, 17, 31, 0.08);
  --vrp-v7-shadow-soft: 0 14px 38px rgba(7, 17, 31, 0.06);
  --vrp-v7-max: 1180px;
}

body.vrp-v7-product-page-active .product .summary,
body.vrp-v7-product-page-active .product .woocommerce-tabs,
body.vrp-v7-product-page-active .product .related,
body.vrp-v7-product-page-active .product .upsells {
  display: none !important;
}

body.vrp-v7-product-page-active .product {
  width: 100%;
}

.vrp-v7,
.vrp-v7 * {
  box-sizing: border-box;
}

.vrp-v7 {
  width: min(var(--vrp-v7-max), calc(100vw - 32px));
  margin: 0 auto;
  color: var(--vrp-v7-ink);
  font-family: inherit;
  line-height: 1.5;
}

.vrp-v7 svg {
  width: 1.05em;
  height: 1.05em;
  display: block;
  fill: currentColor;
  flex: 0 0 auto;
}

.vrp-v7-section {
  margin: clamp(34px, 5vw, 72px) auto;
}

.vrp-v7-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(20px, 4vw, 48px);
  align-items: start;
  margin-top: 14px;
}

.vrp-v7-gallery-card,
.vrp-v7-buy-card,
.vrp-v7-card,
.vrp-v7-story-card,
.vrp-v7-final-card,
.vrp-v7-accordion {
  background: var(--vrp-v7-card);
  border: 1px solid var(--vrp-v7-line);
  border-radius: var(--vrp-v7-radius-xl);
  box-shadow: var(--vrp-v7-shadow-soft);
}

.vrp-v7-gallery-card {
  position: relative;
  overflow: hidden;
  padding: clamp(14px, 2.5vw, 30px);
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vrp-v7-gallery-inner {
  width: 100%;
}

.vrp-v7-gallery-inner .woocommerce-product-gallery {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
}

.vrp-v7-gallery-inner .woocommerce-product-gallery__wrapper {
  margin: 0;
}

.vrp-v7-gallery-inner .woocommerce-product-gallery img {
  border-radius: 22px;
}

.vrp-v7-sale-badge,
.vrp-v7-sale-pill,
.vrp-v7-pill,
.vrp-v7-trust-pill,
.vrp-v7-payment-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  min-height: 34px;
  line-height: 1.1;
  border-radius: 999px;
  white-space: nowrap;
}

.vrp-v7-sale-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 4;
  background: var(--vrp-v7-accent);
  color: #ffffff;
  font-weight: 800;
  font-size: 0.82rem;
  padding: 8px 16px;
  box-shadow: 0 12px 30px rgba(19, 198, 191, 0.24);
}

.vrp-v7-buy-card {
  padding: clamp(22px, 3.2vw, 42px);
  box-shadow: var(--vrp-v7-shadow);
  position: sticky;
  top: 24px;
}

.vrp-v7-kicker-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.vrp-v7-pill {
  min-height: 36px;
  padding: 9px 14px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--vrp-v7-ink);
  background: #f2f7f8;
  border: 1px solid rgba(7, 17, 31, 0.08);
}

.vrp-v7-sale-pill {
  background: var(--vrp-v7-accent);
  color: #ffffff;
  border-color: var(--vrp-v7-accent);
}

.vrp-v7-title {
  margin: 0;
  color: var(--vrp-v7-ink);
  font-size: clamp(1.85rem, 3.15vw, 3.15rem);
  line-height: 1.06;
  letter-spacing: -0.038em;
  font-weight: 850;
}

.vrp-v7-tagline {
  margin: 18px 0 0;
  color: #2a3748;
  font-size: clamp(1rem, 1.55vw, 1.22rem);
  line-height: 1.55;
}

.vrp-v7-hero-benefits,
.vrp-v7-clean-list,
.vrp-v7-detail-list,
.vrp-v7-spec-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vrp-v7-hero-benefits {
  margin-top: 22px;
  display: grid;
  gap: 12px;
}

.vrp-v7-hero-benefits li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: #263246;
  font-size: 0.98rem;
}

.vrp-v7-hero-benefits svg {
  color: var(--vrp-v7-accent);
  margin-top: 2px;
}

.vrp-v7-price-row {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--vrp-v7-line);
  display: grid;
  gap: 8px;
}

.vrp-v7-price {
  color: var(--vrp-v7-ink);
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 850;
  letter-spacing: -0.025em;
}

.vrp-v7-price del {
  color: var(--vrp-v7-muted);
  font-weight: 650;
  opacity: 0.8;
}

.vrp-v7-price ins {
  text-decoration: none;
}

.vrp-v7-stock,
.vrp-v7-stock .stock {
  color: #21695f;
  font-size: 0.93rem;
  font-weight: 750;
  margin: 0;
}

.vrp-v7-cart-wrap {
  margin-top: 20px;
}

.vrp-v7-cart-wrap form.cart {
  display: grid;
  gap: 12px;
  margin: 0 !important;
}

.vrp-v7-cart-wrap .quantity {
  margin: 0 !important;
  width: 100%;
  float: none !important;
}

.vrp-v7-cart-wrap .quantity input.qty {
  width: 100%;
  min-height: 50px;
  border-radius: 14px;
  border: 1px solid var(--vrp-v7-line);
  text-align: center;
}

.vrp-v7-cart-wrap .single_add_to_cart_button,
.vrp-v7-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  gap: 10px;
  min-height: 54px;
  line-height: 1.1 !important;
  border-radius: 999px !important;
  padding: 15px 24px !important;
  font-size: 0.98rem !important;
  font-weight: 850 !important;
  text-decoration: none !important;
  border: 1px solid transparent !important;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.vrp-v7-cart-wrap .single_add_to_cart_button,
.vrp-v7-btn-primary {
  background: var(--vrp-v7-accent) !important;
  color: #ffffff !important;
  border-color: var(--vrp-v7-accent) !important;
  box-shadow: 0 16px 36px rgba(19, 198, 191, 0.22) !important;
}

.vrp-v7-cart-wrap .single_add_to_cart_button:hover,
.vrp-v7-btn:hover {
  transform: translateY(-1px);
}

.vrp-v7-btn-secondary {
  background: #07111f !important;
  color: #ffffff !important;
  border-color: #07111f !important;
}

.vrp-v7-btn-ghost {
  background: #ffffff !important;
  color: var(--vrp-v7-ink) !important;
  border-color: var(--vrp-v7-line) !important;
}

.vrp-v7-processing-line,
.vrp-v7-muted-note,
.vrp-v7-safe-note {
  color: var(--vrp-v7-muted);
  font-size: 0.91rem;
  margin: 14px 0 0;
}

.vrp-v7-trust-bar {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.vrp-v7-trust-pill {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  background: var(--vrp-v7-soft);
  color: var(--vrp-v7-ink);
  border: 1px solid rgba(19, 198, 191, 0.16);
  font-size: 0.82rem;
  font-weight: 800;
}

.vrp-v7-trust-pill svg {
  color: var(--vrp-v7-accent);
}

.vrp-v7-trust-pill .vrp-v7-flag {
  width: 24px;
  height: 15px;
  border-radius: 3px;
}

.vrp-v7-payment-wrap {
  margin-top: 14px;
}

.vrp-v7-payment-caption {
  display: block;
  color: var(--vrp-v7-muted);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 8px;
}

.vrp-v7-payment-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.vrp-v7-payment-badge {
  min-height: 36px;
  padding: 7px 12px;
  border: 1px solid var(--vrp-v7-line);
  background: #ffffff;
  color: #394558;
  font-size: 0.75rem;
  font-weight: 850;
  box-shadow: 0 8px 24px rgba(7, 17, 31, 0.04);
}

.vrp-v7-payment-svg {
  width: 30px !important;
  height: 19px !important;
}

.vrp-v7-soft-panel {
  padding: clamp(22px, 4vw, 46px);
  border-radius: var(--vrp-v7-radius-xl);
  background: linear-gradient(135deg, #f5fbfb 0%, #ffffff 60%, #f5fbfb 100%);
  border: 1px solid rgba(19, 198, 191, 0.14);
}

.vrp-v7-section-head {
  max-width: 780px;
  margin-bottom: clamp(18px, 3vw, 30px);
}

.vrp-v7-section-head-split {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.vrp-v7-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(19, 198, 191, 0.12);
  color: #0c7974;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.vrp-v7 h2,
.vrp-v7 h3,
.vrp-v7 h4,
.vrp-v7 p {
  color: inherit;
}

.vrp-v7 h2 {
  margin: 0;
  color: var(--vrp-v7-ink);
  font-size: clamp(1.7rem, 3.2vw, 3.1rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
  font-weight: 850;
}

.vrp-v7 h3 {
  margin: 14px 0 0;
  font-size: 1.05rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
  font-weight: 850;
}

.vrp-v7-card p,
.vrp-v7-rich-copy p,
.vrp-v7-final-card p,
.vrp-v7-accordion-content p {
  margin: 10px 0 0;
  color: var(--vrp-v7-muted);
}

.vrp-v7-grid {
  display: grid;
  gap: 16px;
}

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

.vrp-v7-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.vrp-v7-grid-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.vrp-v7-card {
  padding: clamp(18px, 2.2vw, 26px);
  min-height: 100%;
}

.vrp-v7-icon-chip {
  width: 42px;
  height: 42px;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--vrp-v7-accent);
  background: rgba(19, 198, 191, 0.1);
  border: 1px solid rgba(19, 198, 191, 0.16);
}

.vrp-v7-icon-chip svg {
  width: 22px;
  height: 22px;
}

.vrp-v7-clean-list {
  margin-top: 16px;
  display: grid;
  gap: 10px;
}

.vrp-v7-clean-list li {
  position: relative;
  padding-left: 18px;
  color: #4d5a6f;
  font-size: 0.94rem;
}

.vrp-v7-clean-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--vrp-v7-accent);
}

.vrp-v7-power-card,
.vrp-v7-benefit-card,
.vrp-v7-why-card {
  display: flex;
  flex-direction: column;
}

.vrp-v7-muted-note {
  margin-top: 18px;
}

.vrp-v7-glance-grid {
  gap: 12px;
}

.vrp-v7-glance-card {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.vrp-v7-glance-card span {
  color: var(--vrp-v7-muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-top: 16px;
}

.vrp-v7-glance-card strong {
  display: block;
  color: var(--vrp-v7-ink);
  font-size: 1rem;
  line-height: 1.25;
  margin-top: 4px;
  word-break: break-word;
}

.vrp-v7-story-card,
.vrp-v7-final-card {
  padding: clamp(24px, 5vw, 58px);
  background: radial-gradient(circle at top right, rgba(19, 198, 191, 0.12), transparent 34%), #ffffff;
}

.vrp-v7-story-layout {
  display: grid;
  gap: clamp(20px, 3vw, 38px);
  align-items: center;
}

.vrp-v7-story-layout.vrp-v7-story-has-media {
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.75fr);
}

.vrp-v7-story-copy {
  min-width: 0;
}

.vrp-v7-story-media {
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(7, 17, 31, 0.08);
  box-shadow: 0 18px 52px rgba(7, 17, 31, 0.08);
  background: #fff;
}

.vrp-v7-story-media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.vrp-v7-rich-copy {
  max-width: 860px;
  font-size: clamp(1rem, 1.35vw, 1.13rem);
}

.vrp-v7-rich-copy p:first-child {
  margin-top: 0;
}

.vrp-v7-why-card {
  position: relative;
  overflow: hidden;
}

.vrp-v7-flag-accent {
  position: absolute;
  right: 18px;
  bottom: 18px;
  opacity: 0.2;
}

.vrp-v7-flag-accent svg {
  width: 44px;
  height: 27px;
}

.vrp-v7-accordion {
  overflow: hidden;
  margin-bottom: 12px;
  border-radius: var(--vrp-v7-radius-lg);
  box-shadow: none;
}

.vrp-v7-accordion summary {
  min-height: 72px;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  list-style: none;
  font-weight: 850;
}

.vrp-v7-accordion summary::-webkit-details-marker {
  display: none;
}

.vrp-v7-accordion-title {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  text-align: left;
}

.vrp-v7-accordion-toggle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid var(--vrp-v7-line);
  position: relative;
  flex: 0 0 auto;
}

.vrp-v7-accordion-toggle::before,
.vrp-v7-accordion-toggle::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 12px;
  height: 2px;
  background: var(--vrp-v7-ink);
  transform: translate(-50%, -50%);
  border-radius: 2px;
}

.vrp-v7-accordion-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.vrp-v7-accordion[open] .vrp-v7-accordion-toggle::after {
  opacity: 0;
}

.vrp-v7-accordion-content {
  padding: 0 20px 22px 74px;
  color: var(--vrp-v7-muted);
}

.vrp-v7-detail-list,
.vrp-v7-spec-list {
  display: grid;
  gap: 10px;
}

.vrp-v7-detail-list li,
.vrp-v7-spec-list li {
  color: var(--vrp-v7-muted);
  padding: 10px 0;
  border-bottom: 1px solid rgba(7, 17, 31, 0.06);
}

.vrp-v7-detail-list li:last-child,
.vrp-v7-spec-list li:last-child {
  border-bottom: 0;
}

.vrp-v7-faq-list {
  display: grid;
  gap: 14px;
}

.vrp-v7-faq-item {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(7, 17, 31, 0.06);
}

.vrp-v7-faq-item h4 {
  margin: 0;
  color: var(--vrp-v7-ink);
  font-size: 1rem;
}

.vrp-v7-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.vrp-v7-final-card {
  text-align: center;
}

.vrp-v7-final-card .vrp-v7-button-row {
  justify-content: center;
}

@media (max-width: 1180px) {
  .vrp-v7-grid-6 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .vrp-v7-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 940px) {
  .vrp-v7-hero {
    grid-template-columns: 1fr;
  }

  .vrp-v7-buy-card {
    position: static;
  }

  .vrp-v7-gallery-card {
    min-height: auto;
  }

  .vrp-v7-section-head-split {
    display: grid;
    align-items: start;
  }

  .vrp-v7-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .vrp-v7 {
    width: min(100%, calc(100vw - 24px));
  }

  .vrp-v7-section {
    margin: 34px auto;
  }

  .vrp-v7-gallery-card,
  .vrp-v7-buy-card,
  .vrp-v7-card,
  .vrp-v7-story-card,
  .vrp-v7-final-card,
  .vrp-v7-accordion {
    border-radius: 22px;
  }

  .vrp-v7-title {
    font-size: clamp(1.72rem, 8vw, 2.45rem);
    letter-spacing: -0.032em;
  }


  .vrp-v7-story-layout.vrp-v7-story-has-media {
    grid-template-columns: 1fr;
  }

  .vrp-v7-grid-2,
  .vrp-v7-grid-3,
  .vrp-v7-grid-4,
  .vrp-v7-grid-6 {
    grid-template-columns: 1fr;
  }

  .vrp-v7-trust-bar {
    grid-template-columns: 1fr;
  }

  .vrp-v7-btn,
  .vrp-v7-cart-wrap .single_add_to_cart_button,
  .vrp-v7-button-row a,
  .vrp-v7-section-head-split .vrp-v7-btn {
    width: 100%;
  }

  .vrp-v7-payment-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vrp-v7-payment-badge {
    width: 100%;
  }

  .vrp-v7-accordion summary {
    min-height: 64px;
    padding: 12px 14px;
  }

  .vrp-v7-accordion-title {
    gap: 10px;
  }

  .vrp-v7-accordion-content {
    padding: 0 14px 18px 14px;
  }

  .vrp-v7-icon-chip {
    width: 38px;
    height: 38px;
    border-radius: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vrp-v7-btn,
  .vrp-v7-cart-wrap .single_add_to_cart_button {
    transition: none;
  }
  .vrp-v7-btn:hover,
  .vrp-v7-cart-wrap .single_add_to_cart_button:hover {
    transform: none;
  }
}

/* V7.0.2 ultra-premium polish fixes */
.vrp-v7-title {
  font-size: clamp(1.65rem, 2.45vw, 2.65rem);
  line-height: 1.08;
  letter-spacing: -0.034em;
}

.vrp-v7 h2 {
  font-size: clamp(1.55rem, 2.65vw, 2.65rem);
  line-height: 1.08;
  letter-spacing: -0.038em;
}

.vrp-v7-cart-wrap .stock {
  display: none !important;
}

.vrp-v7-processing-line {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 9px;
  width: 100%;
  margin: 18px auto 0;
  padding: 11px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(19, 198, 191, 0.08), rgba(255,255,255,0.92));
  border: 1px solid rgba(19, 198, 191, 0.14);
  color: #263246;
  font-weight: 700;
}

.vrp-v7-processing-line svg {
  color: var(--vrp-v7-accent);
  width: 18px;
  height: 18px;
}

.vrp-v7-payment-wrap {
  margin-top: 18px;
  text-align: center;
}

.vrp-v7-payment-caption {
  text-align: center;
  margin-bottom: 10px;
  color: #5d687a;
}

.vrp-v7-payment-row {
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.vrp-v7-payment-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 82px;
  height: 38px;
  padding: 0;
  border-radius: 12px;
  border: 1px solid rgba(7, 17, 31, 0.1);
  background: #ffffff;
  box-shadow: 0 9px 24px rgba(7, 17, 31, 0.055);
  overflow: hidden;
}

.vrp-v7-payment-logo .vrp-v7-payment-svg {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.vrp-v7-power-card {
  min-height: 190px;
  gap: 14px;
  position: relative;
  overflow: hidden;
}

.vrp-v7-power-card::after {
  content: "";
  position: absolute;
  right: -34px;
  top: -34px;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background: rgba(19, 198, 191, 0.055);
  pointer-events: none;
}

.vrp-v7-power-copy {
  display: flex;
  flex-direction: column;
  gap: 9px;
  flex: 1 1 auto;
}

.vrp-v7-power-card h3 {
  margin-top: 2px;
}

.vrp-v7-power-card p {
  margin-top: 0;
  line-height: 1.55;
}

.vrp-v7-runtime-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 30px;
  padding: 6px 11px;
  margin-top: auto;
  border-radius: 999px;
  background: rgba(19, 198, 191, 0.1);
  color: #0c7974;
  font-size: 0.78rem;
  font-weight: 850;
}

.vrp-v7-spec-table {
  display: grid;
  gap: 0;
  border: 1px solid rgba(7, 17, 31, 0.08);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}

.vrp-v7-spec-row {
  display: grid;
  grid-template-columns: minmax(160px, 0.42fr) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 15px 18px;
  border-bottom: 1px solid rgba(7, 17, 31, 0.07);
}

.vrp-v7-spec-row:last-child {
  border-bottom: 0;
}

.vrp-v7-spec-label {
  color: #647084;
  font-weight: 850;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.vrp-v7-spec-value {
  color: #07111f;
  font-weight: 750;
  line-height: 1.5;
}

.vrp-v7-manual-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(16px, 3vw, 28px);
  align-items: center;
  padding: clamp(22px, 4vw, 42px);
  background: radial-gradient(circle at top right, rgba(19, 198, 191, 0.11), transparent 38%), #ffffff;
  border: 1px solid rgba(19, 198, 191, 0.16);
  border-radius: var(--vrp-v7-radius-xl);
  box-shadow: var(--vrp-v7-shadow-soft);
}

.vrp-v7-manual-copy .vrp-v7-eyebrow {
  margin-bottom: 10px;
}

.vrp-v7-manual-copy h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 2rem);
}

.vrp-v7-manual-copy p {
  margin: 8px 0 0;
  color: var(--vrp-v7-muted);
  max-width: 660px;
}

@media (max-width: 680px) {
  .vrp-v7-title {
    font-size: clamp(1.55rem, 7vw, 2.12rem);
  }

  .vrp-v7 h2 {
    font-size: clamp(1.45rem, 7vw, 2.15rem);
  }

  .vrp-v7-payment-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vrp-v7-payment-logo {
    width: 100%;
    min-width: 0;
  }

  .vrp-v7-spec-row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 14px;
  }

  .vrp-v7-manual-card {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .vrp-v7-manual-card .vrp-v7-btn {
    width: 100%;
  }
}


/* V7.1 product-type and trust polish */
.vrp-v7-processing-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  text-align: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(19, 198, 191, 0.08), rgba(255, 255, 255, 0.96));
  border: 1px solid rgba(19, 198, 191, 0.16);
  color: #334155;
}

.vrp-v7-payment-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
}

.vrp-v7-payment-row {
  width: 100%;
  justify-content: center;
}

.vrp-v7-payment-logo {
  min-width: 92px;
  height: 40px;
}

.vrp-v7-support-accessory .vrp-v7-btn,
.vrp-v7-support-solar_panel .vrp-v7-btn,
.vrp-v7-support-expansion_battery .vrp-v7-btn {
  background: #ffffff !important;
  color: var(--vrp-v7-ink) !important;
  border: 1px solid rgba(7, 17, 31, 0.1) !important;
}

.vrp-v7-support-accessory .vrp-v7-muted-note,
.vrp-v7-support-solar_panel .vrp-v7-muted-note,
.vrp-v7-support-expansion_battery .vrp-v7-muted-note {
  padding: 12px 16px;
  border-radius: 18px;
  background: rgba(19, 198, 191, 0.055);
  border: 1px solid rgba(19, 198, 191, 0.12);
}

.vrp-v7-support-card .vrp-v7-icon-chip svg {
  width: 22px;
  height: 22px;
}

.vrp-v7-spec-table {
  box-shadow: 0 12px 34px rgba(7, 17, 31, 0.04);
}

.vrp-v7-spec-row:nth-child(even) {
  background: rgba(245, 251, 251, 0.58);
}

.vrp-v7-manual {
  margin-bottom: clamp(28px, 5vw, 64px);
}

@media (max-width: 680px) {
  .vrp-v7-processing-line {
    border-radius: 18px;
  }
  .vrp-v7-payment-logo {
    min-width: 82px;
    height: 38px;
  }
}

/* V7.1.6 audit polish: payment badges, details, empty-card prevention */
.vrp-v7-payment-wrap {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}

.vrp-v7-payment-caption {
  display: block;
  text-align: center;
  margin: 0 0 12px;
  color: #657084;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.vrp-v7-payment-row {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center !important;
  gap: 10px;
  width: 100%;
}

.vrp-v7-payment-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  min-width: 118px;
  height: 42px;
  padding: 0;
  border-radius: 14px;
  border: 1px solid rgba(7,17,31,.10);
  background: #fff;
  box-shadow: 0 10px 28px rgba(7,17,31,.055);
  overflow: hidden;
}

.vrp-v7-payment-logo[aria-label="Mastercard"] {
  width: 134px;
  min-width: 134px;
}

.vrp-v7-payment-logo .vrp-v7-payment-svg {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.vrp-v7-support-card,
.vrp-v7-benefit-card {
  min-height: 210px;
}

.vrp-v7-support-card h3,
.vrp-v7-benefit-card h3 {
  min-height: 2.5em;
}

.vrp-v7-support-card p,
.vrp-v7-benefit-card p {
  font-size: .98rem;
  line-height: 1.58;
}

.vrp-v7-spec-table {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.vrp-v7-spec-row {
  grid-template-columns: minmax(180px, .34fr) minmax(0, 1fr);
  padding: 16px 20px;
}

.vrp-v7-spec-label {
  color: #4f5d73;
}

.vrp-v7-spec-value {
  font-size: 1rem;
}

.vrp-v7-manual-inline {
  margin-top: 4px;
}

.vrp-v7-final-card .vrp-v7-button-row .vrp-v7-btn {
  min-width: 190px;
}

@media (max-width: 680px) {
  .vrp-v7-payment-row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }
  .vrp-v7-payment-logo,
  .vrp-v7-payment-logo[aria-label="Mastercard"] {
    width: 100%;
    min-width: 0;
    height: 40px;
  }
  .vrp-v7-support-card,
  .vrp-v7-benefit-card {
    min-height: auto;
  }
  .vrp-v7-support-card h3,
  .vrp-v7-benefit-card h3 {
    min-height: 0;
  }
}

/* V7.1.8 final premium audit polish after Shopify metafield import */
.vrp-v7-payment-wrap {
  margin-top: 22px !important;
  padding-top: 0 !important;
  text-align: center !important;
}

.vrp-v7-payment-caption {
  display: block !important;
  width: 100% !important;
  margin: 0 0 12px !important;
  text-align: center !important;
  color: #667085 !important;
  font-size: 0.72rem !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
  letter-spacing: 0.09em !important;
  text-transform: uppercase !important;
}

.vrp-v7-payment-row {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  max-width: 460px !important;
  margin: 0 auto !important;
}

.vrp-v7-payment-logo,
.vrp-v7-payment-logo[aria-label="Mastercard"] {
  width: 104px !important;
  min-width: 104px !important;
  height: 38px !important;
  padding: 0 !important;
  overflow: visible !important;
  border-radius: 13px !important;
  border: 1px solid rgba(7, 17, 31, 0.09) !important;
  background: #ffffff !important;
  box-shadow: 0 8px 22px rgba(7, 17, 31, 0.045) !important;
}

.vrp-v7-payment-logo .vrp-v7-payment-svg {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  overflow: visible !important;
}

.vrp-v7-payment-logo[aria-label="Mastercard"] .vrp-v7-payment-svg {
  transform: scale(0.96);
  transform-origin: center;
}

.vrp-v7-payment-logo[aria-label="Apple Pay"] .vrp-v7-payment-svg,
.vrp-v7-payment-logo[aria-label="Google Pay"] .vrp-v7-payment-svg {
  transform: scale(0.94);
  transform-origin: center;
}

.vrp-v7-trust-bar {
  margin-top: 22px !important;
  gap: 10px !important;
}

.vrp-v7-trust-pill {
  min-height: 46px !important;
  padding: 11px 14px !important;
  font-size: 0.82rem !important;
  border-color: rgba(19, 198, 191, 0.18) !important;
  background: linear-gradient(180deg, rgba(245, 251, 251, 0.98), rgba(255,255,255,0.95)) !important;
}

.vrp-v7-processing-line {
  margin-top: 20px !important;
  min-height: 46px !important;
  padding: 11px 18px !important;
  font-size: 0.92rem !important;
  font-weight: 800 !important;
  color: #253247 !important;
}

.vrp-v7-support-card,
.vrp-v7-benefit-card {
  min-height: 205px !important;
  justify-content: flex-start !important;
}

.vrp-v7-support-card h3,
.vrp-v7-benefit-card h3 {
  min-height: auto !important;
  margin-top: 16px !important;
  color: #07111f !important;
}

.vrp-v7-support-card p,
.vrp-v7-benefit-card p {
  color: #667085 !important;
  margin-top: 10px !important;
}

.vrp-v7-support-card .vrp-v7-icon-chip,
.vrp-v7-benefit-card .vrp-v7-icon-chip {
  color: #0baaa4 !important;
  background: rgba(19, 198, 191, 0.10) !important;
}

.vrp-v7-spec-table {
  border-radius: 20px !important;
  border-color: rgba(7, 17, 31, 0.08) !important;
  box-shadow: 0 12px 34px rgba(7, 17, 31, 0.045) !important;
}

.vrp-v7-spec-row {
  grid-template-columns: minmax(170px, 0.34fr) minmax(0, 1fr) !important;
  gap: 22px !important;
  padding: 16px 20px !important;
}

.vrp-v7-spec-label {
  color: #566276 !important;
  font-size: 0.78rem !important;
  letter-spacing: 0.06em !important;
}

.vrp-v7-spec-value {
  color: #07111f !important;
  font-weight: 750 !important;
}

.vrp-v7-manual-card {
  border-color: rgba(19, 198, 191, 0.18) !important;
  box-shadow: 0 18px 46px rgba(7, 17, 31, 0.06) !important;
}

@media (max-width: 680px) {
  .vrp-v7-payment-row {
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;
  }

  .vrp-v7-payment-logo,
  .vrp-v7-payment-logo[aria-label="Mastercard"] {
    width: 100% !important;
    min-width: 0 !important;
    height: 40px !important;
  }

  .vrp-v7-spec-row {
    grid-template-columns: 1fr !important;
    gap: 6px !important;
  }
}

/* V7.1.9 final polish: breadcrumbs, real payment assets, mobile CTA order, accordion legibility */
body.vrp-v7-product-page-active .woocommerce-breadcrumb,
body.vrp-v7-product-page-active nav.woocommerce-breadcrumb,
body.vrp-v7-product-page-active .breadcrumb,
body.vrp-v7-product-page-active .kadence-breadcrumbs,
body.vrp-v7-product-page-active .rank-math-breadcrumb,
body.vrp-v7-product-page-active .yoast-breadcrumb,
body.vrp-v7-product-page-active .entry-hero-container .kadence-breadcrumbs {
  display: none !important;
}

.vrp-v7-payment-wrap {
  margin: 24px auto 0 !important;
  padding: 18px 18px 20px !important;
  width: 100% !important;
  max-width: 430px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  border: 1px solid rgba(7, 17, 31, 0.07) !important;
  border-radius: 24px !important;
  background: linear-gradient(180deg, #fff 0%, #fbfdfd 100%) !important;
  box-shadow: 0 16px 42px rgba(7, 17, 31, 0.055) !important;
}

.vrp-v7-payment-caption {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 14px !important;
  width: 100% !important;
  color: #667085 !important;
  font-size: 0.74rem !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: 0.11em !important;
  text-transform: uppercase !important;
}

.vrp-v7-payment-row {
  width: 100% !important;
  max-width: 350px !important;
  margin: 0 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

.vrp-v7-payment-logo,
.vrp-v7-payment-logo[aria-label="Mastercard"] {
  width: 76px !important;
  min-width: 76px !important;
  max-width: 76px !important;
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 10px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  border-radius: 14px !important;
  border: 1px solid rgba(7, 17, 31, 0.08) !important;
  background: #fff !important;
  box-shadow: 0 8px 20px rgba(7, 17, 31, 0.045) !important;
}

.vrp-v7-payment-logo img {
  display: block !important;
  width: auto !important;
  max-width: 58px !important;
  max-height: 20px !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: center !important;
}

.vrp-v7-payment-logo[aria-label="Mastercard"] img {
  max-width: 64px !important;
  max-height: 20px !important;
}

.vrp-v7-payment-logo[aria-label="Apple Pay"] img,
.vrp-v7-payment-logo[aria-label="Google Pay"] img {
  max-width: 62px !important;
  max-height: 19px !important;
}

.vrp-v7-payment-text {
  font-size: 0.78rem !important;
  font-weight: 850 !important;
  color: #344054 !important;
  white-space: nowrap !important;
}

.vrp-v7-processing-line {
  text-align: center !important;
  justify-content: center !important;
}

.vrp-v7-support-cta-mobile-wrap {
  display: none;
}

.vrp-v7-runtime-pill:empty {
  display: none !important;
}

.vrp-v7-glance-card strong {
  letter-spacing: -0.01em !important;
}

.vrp-v7-why-card .vrp-v7-icon-chip:has(.vrp-v7-flag) {
  width: 58px !important;
  height: 40px !important;
  padding: 0 !important;
  border-radius: 12px !important;
  border: none !important;
  background: transparent !important;
  box-shadow: 0 8px 20px rgba(7, 17, 31, 0.08) !important;
}

.vrp-v7-why-card .vrp-v7-icon-chip .vrp-v7-flag {
  width: 58px !important;
  height: 36px !important;
  border-radius: 8px !important;
}

.vrp-v7-accordion-content {
  font-size: 1rem !important;
  line-height: 1.75 !important;
  color: #344054 !important;
}

.vrp-v7-accordion-content p,
.vrp-v7-accordion-content li {
  color: #344054 !important;
  font-size: 1rem !important;
  line-height: 1.75 !important;
}

.vrp-v7-accordion-content ul,
.vrp-v7-accordion-content ol {
  margin: 8px 0 4px !important;
  padding-left: 1.25rem !important;
}

.vrp-v7-spec-table {
  overflow: hidden !important;
  background: #fff !important;
  border: 1px solid rgba(7, 17, 31, 0.08) !important;
  border-radius: 22px !important;
}

.vrp-v7-spec-row {
  display: grid !important;
  grid-template-columns: minmax(190px, 0.38fr) minmax(0, 1fr) !important;
  align-items: start !important;
  padding: 18px 22px !important;
  border-bottom: 1px solid rgba(7, 17, 31, 0.07) !important;
  background: #fff !important;
}

.vrp-v7-spec-row:nth-child(even) {
  background: rgba(247, 251, 251, 0.72) !important;
}

.vrp-v7-spec-label {
  display: block !important;
  color: #667085 !important;
  font-size: 0.75rem !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
}

.vrp-v7-spec-value {
  display: block !important;
  color: #07111f !important;
  font-size: 0.98rem !important;
  font-weight: 750 !important;
  line-height: 1.55 !important;
}

.vrp-v7-faq-item,
.vrp-v7-faq-block {
  border-bottom: 1px solid rgba(7, 17, 31, 0.07) !important;
  padding: 16px 0 !important;
}

.vrp-v7-faq-item:last-child,
.vrp-v7-faq-block:last-child {
  border-bottom: 0 !important;
}

.vrp-v7-faq-item strong,
.vrp-v7-faq-block strong,
.vrp-v7-faq-question {
  display: block !important;
  margin-bottom: 6px !important;
  color: #07111f !important;
  font-weight: 850 !important;
}

@media (max-width: 760px) {
  .vrp-v7-section-head-split .vrp-v7-support-cta-desktop {
    display: none !important;
  }

  .vrp-v7-support-cta-mobile-wrap {
    display: flex !important;
    width: 100% !important;
    margin-top: 18px !important;
  }

  .vrp-v7-support-cta-mobile-wrap .vrp-v7-btn {
    width: 100% !important;
    min-height: 52px !important;
  }

  .vrp-v7-payment-wrap {
    max-width: 100% !important;
    padding: 16px 14px 18px !important;
  }

  .vrp-v7-payment-row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: 250px !important;
    gap: 9px !important;
  }

  .vrp-v7-payment-logo,
  .vrp-v7-payment-logo[aria-label="Mastercard"] {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 42px !important;
  }

  .vrp-v7-spec-row {
    grid-template-columns: 1fr !important;
    gap: 7px !important;
    padding: 16px 18px !important;
  }
}

@media (min-width: 761px) {
  .vrp-v7-support-cta-mobile-wrap {
    display: none !important;
  }
}

.vrp-v7-flag-chip {
  width: 58px !important;
  height: 40px !important;
  padding: 0 !important;
  border-radius: 12px !important;
  border: none !important;
  background: transparent !important;
  box-shadow: 0 8px 20px rgba(7, 17, 31, 0.08) !important;
}

.vrp-v7-flag-chip .vrp-v7-flag {
  width: 58px !important;
  height: 36px !important;
  border-radius: 8px !important;
}

#vrp-buy-box {
  scroll-margin-top: 120px;
}


/* V7.1.10 checkout, runtime, accordion and cross-sell polish */
.vrp-v7-payment-wrap {
  max-width: 560px !important;
  padding: 20px 20px 22px !important;
}

.vrp-v7-payment-row {
  max-width: 520px !important;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 12px !important;
}

.vrp-v7-payment-logo,
.vrp-v7-payment-logo[aria-label="Mastercard"] {
  width: 118px !important;
  min-width: 118px !important;
  max-width: 118px !important;
  height: 58px !important;
  min-height: 58px !important;
  padding: 0 14px !important;
  border-radius: 18px !important;
}

.vrp-v7-payment-logo img,
.vrp-v7-payment-logo[aria-label="Mastercard"] img,
.vrp-v7-payment-logo[aria-label="Apple Pay"] img,
.vrp-v7-payment-logo[aria-label="Google Pay"] img {
  width: auto !important;
  height: auto !important;
  max-width: 96px !important;
  max-height: 32px !important;
  object-fit: contain !important;
  object-position: center !important;
}

.vrp-v7-payment-logo[aria-label="Visa"] img {
  max-width: 92px !important;
  max-height: 32px !important;
}

.vrp-v7-payment-logo[aria-label="Mastercard"] img {
  max-width: 98px !important;
  max-height: 34px !important;
}

.vrp-v7-payment-logo[aria-label="Apple Pay"] img,
.vrp-v7-payment-logo[aria-label="Google Pay"] img {
  max-width: 100px !important;
  max-height: 30px !important;
}

.vrp-v7-runtime-pill {
  margin-top: 14px !important;
  min-height: 34px !important;
  padding: 8px 12px !important;
  border-radius: 999px !important;
  background: rgba(19, 198, 191, 0.11) !important;
  color: #08736f !important;
  font-size: 0.79rem !important;
  font-weight: 850 !important;
  letter-spacing: 0.01em !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.vrp-v7-accordion-content {
  padding-top: 6px !important;
}

.vrp-v7-premium-list {
  display: grid !important;
  gap: 10px !important;
  margin: 0 !important;
}

.vrp-v7-premium-list-row {
  display: grid !important;
  grid-template-columns: 22px minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 12px !important;
  padding: 14px 16px !important;
  border: 1px solid rgba(7, 17, 31, 0.07) !important;
  border-radius: 16px !important;
  background: linear-gradient(180deg, #fff 0%, #fbfdfd 100%) !important;
  color: #344054 !important;
  font-size: 0.98rem !important;
  line-height: 1.65 !important;
}

.vrp-v7-premium-dot {
  width: 9px !important;
  height: 9px !important;
  margin-top: 9px !important;
  border-radius: 999px !important;
  background: #13C6BF !important;
  box-shadow: 0 0 0 5px rgba(19, 198, 191, 0.12) !important;
}

.vrp-v7-spec-table {
  width: 100% !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  box-shadow: 0 14px 34px rgba(7, 17, 31, 0.045) !important;
}

.vrp-v7-spec-row {
  grid-template-columns: minmax(170px, 0.34fr) minmax(0, 1fr) !important;
  padding: 18px 22px !important;
}

.vrp-v7-spec-label {
  font-size: 0.76rem !important;
  line-height: 1.3 !important;
}

.vrp-v7-spec-value {
  font-size: 1rem !important;
  line-height: 1.55 !important;
  color: #07111f !important;
}

.vrp-v7-related-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.vrp-v7-related-card {
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  border: 1px solid rgba(7, 17, 31, 0.07) !important;
  border-radius: 24px !important;
  background: #fff !important;
  box-shadow: 0 18px 42px rgba(7, 17, 31, 0.06) !important;
}

.vrp-v7-related-image {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  aspect-ratio: 1 / 0.78 !important;
  padding: 18px !important;
  background: linear-gradient(180deg, #f8fbfb 0%, #fff 100%) !important;
}

.vrp-v7-related-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

.vrp-v7-related-copy {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  padding: 18px !important;
  flex: 1 !important;
}

.vrp-v7-related-copy h3 {
  margin: 0 !important;
  font-size: 1rem !important;
  line-height: 1.35 !important;
  letter-spacing: -0.01em !important;
}

.vrp-v7-related-copy h3 a {
  color: #07111f !important;
  text-decoration: none !important;
}

.vrp-v7-related-price {
  color: #07111f !important;
  font-weight: 850 !important;
}

.vrp-v7-related-link {
  margin-top: auto !important;
  min-height: 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  border-radius: 999px !important;
  border: 1px solid rgba(19, 198, 191, 0.38) !important;
  color: #08736f !important;
  font-weight: 850 !important;
  text-decoration: none !important;
  background: rgba(19, 198, 191, 0.08) !important;
}

@media (max-width: 760px) {
  .vrp-v7-payment-wrap {
    max-width: 100% !important;
    padding: 18px 16px 20px !important;
  }

  .vrp-v7-payment-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: 310px !important;
    gap: 10px !important;
  }

  .vrp-v7-payment-logo,
  .vrp-v7-payment-logo[aria-label="Mastercard"] {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 58px !important;
  }

  .vrp-v7-payment-logo img,
  .vrp-v7-payment-logo[aria-label="Mastercard"] img,
  .vrp-v7-payment-logo[aria-label="Apple Pay"] img,
  .vrp-v7-payment-logo[aria-label="Google Pay"] img {
    max-width: 104px !important;
    max-height: 32px !important;
  }

  .vrp-v7-related-grid {
    grid-template-columns: 1fr !important;
  }

  .vrp-v7-spec-row {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    padding: 16px 18px !important;
  }

  .vrp-v7-premium-list-row {
    padding: 14px !important;
  }
}

@media (min-width: 761px) and (max-width: 1120px) {
  .vrp-v7-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}


/* V7.1.11 precision polish: equal payment pills, clean fit headings, aligned runtime pills, stronger accordions */
.vrp-v7-payment-wrap {
  max-width: 470px !important;
  padding: 20px 18px 22px !important;
  overflow: visible !important;
}

.vrp-v7-payment-row {
  max-width: 408px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(4, 92px) !important;
  gap: 10px !important;
  justify-content: center !important;
  align-items: center !important;
}

.vrp-v7-payment-logo,
.vrp-v7-payment-logo[aria-label="Mastercard"] {
  width: 92px !important;
  min-width: 92px !important;
  max-width: 92px !important;
  height: 50px !important;
  min-height: 50px !important;
  padding: 0 12px !important;
  border-radius: 16px !important;
  overflow: hidden !important;
}

.vrp-v7-payment-logo img,
.vrp-v7-payment-logo[aria-label="Visa"] img,
.vrp-v7-payment-logo[aria-label="Mastercard"] img,
.vrp-v7-payment-logo[aria-label="Apple Pay"] img,
.vrp-v7-payment-logo[aria-label="Google Pay"] img {
  display: block !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: center !important;
}

.vrp-v7-payment-logo[aria-label="Visa"] img {
  max-width: 64px !important;
  max-height: 27px !important;
}

.vrp-v7-payment-logo[aria-label="Mastercard"] img {
  max-width: 52px !important;
  max-height: 32px !important;
}

.vrp-v7-payment-logo[aria-label="Apple Pay"] img {
  max-width: 62px !important;
  max-height: 29px !important;
}

.vrp-v7-payment-logo[aria-label="Google Pay"] img {
  max-width: 64px !important;
  max-height: 29px !important;
}

.vrp-v7-support-card {
  min-height: 245px !important;
  display: flex !important;
  flex-direction: column !important;
}

.vrp-v7-power-copy {
  display: flex !important;
  flex: 1 !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}

.vrp-v7-power-copy p {
  margin-bottom: 18px !important;
}

.vrp-v7-runtime-pill {
  margin-top: auto !important;
  align-self: flex-start !important;
  white-space: nowrap !important;
}

.vrp-v7-fit-card .vrp-v7-clean-list li:first-child {
  margin-top: 0 !important;
}

.vrp-v7-accordion-content {
  padding: 20px 22px 24px !important;
  background: linear-gradient(180deg, #ffffff 0%, #fbfefe 100%) !important;
  border-top: 1px solid rgba(7, 17, 31, 0.055) !important;
}

.vrp-v7-accordion-content p {
  margin: 0 0 14px !important;
  color: #344054 !important;
  font-size: 1rem !important;
  line-height: 1.75 !important;
}

.vrp-v7-accordion-content p:last-child {
  margin-bottom: 0 !important;
}

.vrp-v7-spec-table {
  display: grid !important;
  gap: 0 !important;
  border: 1px solid rgba(7, 17, 31, 0.08) !important;
  border-radius: 20px !important;
  background: #fff !important;
  overflow: hidden !important;
}

.vrp-v7-spec-row {
  display: grid !important;
  grid-template-columns: minmax(190px, 0.36fr) minmax(0, 1fr) !important;
  gap: 20px !important;
  align-items: center !important;
  padding: 16px 20px !important;
  border-bottom: 1px solid rgba(7, 17, 31, 0.065) !important;
}

.vrp-v7-spec-row:last-child {
  border-bottom: 0 !important;
}

.vrp-v7-spec-label {
  color: #667085 !important;
  font-size: 0.78rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.35 !important;
  text-transform: uppercase !important;
}

.vrp-v7-spec-value {
  color: #07111f !important;
  font-size: 1.02rem !important;
  font-weight: 850 !important;
  line-height: 1.55 !important;
}

.vrp-v7-premium-list {
  display: grid !important;
  gap: 12px !important;
}

.vrp-v7-premium-list-row {
  min-height: 54px !important;
  align-items: start !important;
  border-color: rgba(7, 17, 31, 0.075) !important;
}

.vrp-v7-faq-list {
  display: grid !important;
  gap: 14px !important;
}

.vrp-v7-faq-item {
  padding: 18px 20px !important;
  border: 1px solid rgba(7, 17, 31, 0.075) !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 10px 24px rgba(7, 17, 31, 0.035) !important;
}

.vrp-v7-faq-item h4 {
  margin: 0 0 8px !important;
  color: #07111f !important;
  font-size: 1rem !important;
  line-height: 1.45 !important;
  font-weight: 900 !important;
}

.vrp-v7-faq-item p {
  margin: 0 !important;
  color: #475467 !important;
  font-size: 0.98rem !important;
  line-height: 1.7 !important;
}

@media (max-width: 760px) {
  .vrp-v7-payment-wrap {
    max-width: 100% !important;
    padding: 18px 14px 20px !important;
  }

  .vrp-v7-payment-row {
    grid-template-columns: repeat(2, minmax(0, 104px)) !important;
    max-width: 222px !important;
    gap: 10px !important;
  }

  .vrp-v7-payment-logo,
  .vrp-v7-payment-logo[aria-label="Mastercard"] {
    width: 104px !important;
    min-width: 104px !important;
    max-width: 104px !important;
    height: 52px !important;
  }

  .vrp-v7-spec-row {
    grid-template-columns: 1fr !important;
    gap: 6px !important;
    padding: 15px 16px !important;
  }

  .vrp-v7-support-card {
    min-height: 220px !important;
  }
}


/* V7.1.12 trust, runtime and accordion correction pass */
.vrp-v7-payment-wrap {
  max-width: 500px !important;
  padding: 18px 18px 20px !important;
}

.vrp-v7-payment-row {
  max-width: 396px !important;
  grid-template-columns: repeat(4, 88px) !important;
  gap: 10px !important;
  justify-content: center !important;
  align-items: center !important;
}

.vrp-v7-payment-logo,
.vrp-v7-payment-logo[aria-label="Mastercard"] {
  width: 88px !important;
  min-width: 88px !important;
  max-width: 88px !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 0 10px !important;
  border-radius: 15px !important;
  overflow: hidden !important;
}

.vrp-v7-payment-logo img,
.vrp-v7-payment-logo[aria-label="Visa"] img,
.vrp-v7-payment-logo[aria-label="Mastercard"] img,
.vrp-v7-payment-logo[aria-label="Apple Pay"] img,
.vrp-v7-payment-logo[aria-label="Google Pay"] img {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 70px !important;
  max-height: 28px !important;
  object-fit: contain !important;
  object-position: center !important;
  margin: 0 auto !important;
}

.vrp-v7-payment-logo[aria-label="Mastercard"] img {
  max-width: 48px !important;
  max-height: 30px !important;
}

.vrp-v7-payment-logo[aria-label="Apple Pay"] img {
  max-width: 58px !important;
  max-height: 28px !important;
}

.vrp-v7-power-copy p {
  margin-bottom: 18px !important;
}

.vrp-v7-runtime-pill {
  margin-top: auto !important;
  align-self: flex-start !important;
  min-height: 34px !important;
  padding: 8px 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1.1 !important;
}

.vrp-v7-fit-card .vrp-v7-clean-list li:empty,
.vrp-v7-fit-card .vrp-v7-clean-list li:first-child:empty {
  display: none !important;
}

.vrp-v7-accordion-content {
  padding: 22px 24px 26px !important;
  background: linear-gradient(180deg, #ffffff 0%, #fbfefe 100%) !important;
}

.vrp-v7-accordion-content > *:first-child {
  margin-top: 0 !important;
}

.vrp-v7-spec-table,
.vrp-v7-premium-list,
.vrp-v7-faq-list {
  max-width: 100% !important;
}

.vrp-v7-spec-row {
  grid-template-columns: minmax(200px, 0.36fr) minmax(0, 1fr) !important;
  background: #fff !important;
}

.vrp-v7-premium-list-row {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  padding: 15px 18px !important;
  border: 1px solid rgba(7, 17, 31, 0.075) !important;
  border-radius: 16px !important;
  background: #fff !important;
  color: #344054 !important;
  line-height: 1.65 !important;
  box-shadow: 0 8px 22px rgba(7, 17, 31, 0.03) !important;
}

.vrp-v7-premium-dot {
  flex: 0 0 8px !important;
  width: 8px !important;
  height: 8px !important;
  margin-top: 0.63em !important;
  border-radius: 999px !important;
  background: var(--vrp-v7-accent) !important;
}

@media (max-width: 760px) {
  .vrp-v7-payment-row {
    grid-template-columns: repeat(2, 104px) !important;
    max-width: 222px !important;
  }
  .vrp-v7-payment-logo,
  .vrp-v7-payment-logo[aria-label="Mastercard"] {
    width: 104px !important;
    min-width: 104px !important;
    max-width: 104px !important;
    height: 52px !important;
  }
  .vrp-v7-payment-logo img,
  .vrp-v7-payment-logo[aria-label="Visa"] img,
  .vrp-v7-payment-logo[aria-label="Mastercard"] img,
  .vrp-v7-payment-logo[aria-label="Apple Pay"] img,
  .vrp-v7-payment-logo[aria-label="Google Pay"] img {
    max-width: 74px !important;
    max-height: 30px !important;
  }
  .vrp-v7-payment-logo[aria-label="Mastercard"] img {
    max-width: 50px !important;
    max-height: 31px !important;
  }
  .vrp-v7-spec-row {
    grid-template-columns: 1fr !important;
  }
}
