/* VIEWENZA 2.0. Presentation only; WooCommerce owns cart, stock and checkout. */
:root { --ps-radius: 8px; --ps-soft: #f3f6fb; --vz-blue: var(--ps-accent); --vz-navy: var(--ps-ink); }
body { font-family: Arial, Helvetica, sans-serif; color: var(--vz-navy); }
h1, h2, h3 { font-weight: 700; }
:focus-visible { outline-color: #1258ef; }
.ps-container { width: min(1280px, calc(100% - 96px)); }
.ps-header { background: #ffffffed; border-color: #e6ebf2; }
.ps-header-inner { min-height: 96px; gap: 30px; }
.custom-logo { width: 158px; max-width: 158px; height: 79px; max-height: 79px; object-fit: contain; }
.ps-menu a { font-size: 12px; font-weight: 600; }
.ps-menu { gap: 25px; }
.ps-menu a:hover { color: var(--vz-blue); }
.vz-header-help { min-height: 42px; display: inline-flex; gap: 18px; align-items: center; font-size: 12px; text-decoration: none; padding: 9px 17px; border: 1px solid #dce4ee; border-radius: 6px; white-space: nowrap; }
.ps-cart-link { border-inline-start: 1px solid #dce4ee; padding-inline-start: 22px; }
.ps-eyebrow, .psc-eyebrow { font-size: 10px; letter-spacing: .17em; font-weight: 700; color: #33587e; }
.ps-lead { font-size: clamp(16px, 1.45vw, 20px); color: #586576; }
.ps-section { padding-block: 92px; }
.ps-section-heading { gap: 68px; margin-bottom: 44px; }
.psc-button, .woocommerce .single_add_to_cart_button.button.alt, .woocommerce a.checkout-button.button.alt,
.woocommerce #payment #place_order { background: var(--vz-blue); color: var(--ps-accent-on); border-radius: 7px; min-height: 54px; }
.psc-button:hover, .woocommerce .single_add_to_cart_button.button.alt:hover { background: #0644cb; color: white; }
.psc-button-outline { background: transparent; border: 1px solid #ced8e8; color: var(--vz-navy); }
.psc-button-outline:hover { background: #e9f0ff; color: #0844b6; }
.psc-text-link { min-height: 44px; align-items: center; }

/* Above the fold: a clear promise, native price and the selected campaign image. */
.vz-hero { background: linear-gradient(140deg, #fff 50%, #f0f5ff); padding: 48px 0 52px; }
.vz-hero-grid { display: grid; grid-template-columns: 1fr 1.05fr; align-items: center; gap: 60px; }
.vz-hero-grid > *, .vz-video-grid > *, .vz-faq-grid > *, .vz-step > * { margin-block: 0 !important; min-width: 0; }
.vz-hero-title { font-size: clamp(44px, 5.1vw, 75px); line-height: 1.03; letter-spacing: -.063em; margin: 0 0 28px; }
.vz-hero-copy .ps-lead { max-width: 39ch; margin: 0 0 27px; line-height: 1.65; }
.vz-hero-copy .psc-purchase { margin-top: 0; }
.vz-hero-copy .psc-button { min-width: 246px; }
.vz-hero-copy .psc-price { font-size: 27px; margin-bottom: 16px; }
.vz-hero-links { display: flex; gap: 23px; flex-wrap: wrap; margin: 17px 0 0; }
.vz-hero-links a { font-size: 11px; min-height: 44px; display: inline-flex; align-items: center; gap: 14px; text-decoration: none; border-bottom: 1px solid #b9c6d8; }
.vz-hero-media { position: relative; padding: 0; }
.vz-hero-product { aspect-ratio: 1.18; overflow: hidden; border-radius: 18px; background: #07182e; margin: 0 !important; box-shadow: 0 20px 55px #11274a18; }
.vz-hero-product img { width: 100%; height: 100%; object-fit: cover; object-position: center bottom; }
.vz-image-note { margin: 17px 0 0; font-size: 9px; letter-spacing: .14em; color: #5a6c80; text-align: center; }
.vz-spec-strip { background: white; border-block: 1px solid #e5eaf1; }
.vz-spec-strip .ps-spec-strip { padding-block: 26px; }
.vz-spec-strip .ps-stat-value { font-size: 23px; color: var(--vz-navy); }
.vz-spec-strip .ps-stat-label { font-size: 11px; color: #63738a; }

/* Editorial sections remain standard Gutenberg groups and images. */
.vz-benefit-section .psc-benefits { margin-bottom: 0; gap: 24px; }
.vz-benefit-section .psc-benefits article { padding: 27px; background: #f5f7fb; border: 1px solid #e7ecf4; border-radius: 12px; }
.vz-benefit-section .psc-index { color: #1458e9; font-size: 12px; border-bottom: 1px solid #dce5f3; padding-bottom: 20px; margin-bottom: 23px; }
.vz-benefit-section .psc-benefits h3 { font-size: 23px; line-height: 1.15; }
.vz-benefit-section .psc-benefits p { margin: 0; font-size: 14px; }
.vz-lifestyle { position: relative; color: white; background: #07172c; overflow: hidden; }
.vz-lifestyle-copy { padding-block: 60px 42px; display: grid; grid-template-columns: 1.2fr 1fr; align-items: end; column-gap: 80px; }
.vz-lifestyle-copy .ps-eyebrow { grid-column: 1 / -1; color: #9dc7ff; margin-bottom: 22px; }
.vz-lifestyle-copy h2 { font-size: clamp(38px, 4.6vw, 67px); margin: 0; }
.vz-lifestyle-copy .ps-lead { color: #bbcce1; max-width: 35ch; margin: 0 0 4px; }
.vz-lifestyle-image { margin: 0 !important; }
.vz-lifestyle-image img { display: block; width: 100%; max-height: 750px; object-fit: cover; }
.vz-video-section { background: #f9fbfe; }
.vz-video-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 110px; align-items: center; }
.vz-video-copy h2 { margin-bottom: 25px; }
.vz-video-copy > .ps-lead { max-width: 42ch; }
.vz-step { display: grid; grid-template-columns: 36px 1fr; gap: 21px; padding-block: 22px; border-top: 1px solid #dae3ef; }
.vz-step:first-of-type { margin-top: 34px; }
.vz-step-number { color: #1258ef; font-size: 12px; font-weight: 700; padding-top: 5px; }
.vz-step h3 { font-size: 21px; line-height: 1.3; letter-spacing: -.025em; margin-bottom: 8px; }
.vz-step p:not(.vz-step-number) { color: #617087; font-size: 14px; margin: 0; }
.vz-video-copy > .ps-caption { font-size: 11px; line-height: 1.6; max-width: 62ch; }
.psc-local-video { width: min(100%, 360px); margin: auto; }
.psc-local-video video { width: 100%; display: block; aspect-ratio: 9/16; object-fit: contain; background: #061323; border: 1px solid #203047; border-radius: 17px; box-shadow: 0 24px 65px #07182e22; }
.psc-product-story .psc-local-video { margin-block: 45px 0; }
.psc-tab-list { border-bottom: 1px solid #dce4ef; }
.psc-tab[aria-selected=true] { background: var(--vz-blue); color: var(--ps-accent-on); }
.psc-tab-panel { gap: 65px; }
.psc-case-image { border: 1px solid #e0e7f2; border-radius: 13px; }
.psc-case-image img { aspect-ratio: 1.25; object-fit: contain; padding: 0; }
.psc-case-copy h3 { font-size: clamp(30px, 3.3vw, 47px); }
.vz-display { background: #030303; color: white; }
.vz-display .ps-eyebrow { color: #9cbfff; }
.vz-display .ps-lead { color: #b3c0cf; }
.vz-display-art { max-width: 980px; margin: 25px auto 0 !important; }
.vz-display-art img { display: block; width: 100%; }
.vz-display-line { border-top: 1px solid #30353e; padding-top: 30px; display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.vz-display-line .ps-stat-value { font-size: 29px; margin: 0; }
.vz-display-line .ps-stat-label { color: #b0bfd5; font-size: 14px; margin: 0; }
.ps-height-steps { color: #1258ef; font-weight: 600; }
.vz-compatibility-help .psc-button { font-size: 12px; margin-top: 22px; }
.psc-connection-note { background: #edf3fd; border-color: #1258ef; color: #33485f !important; }
.vz-port-row { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 20px; padding: 24px 0 0; margin-top: 24px; border-top: 1px solid #d7dfeb; }
.vz-port-row p { font-size: 18px; margin: 0; }
.psc-specs { table-layout: fixed; }
.psc-specs td, .psc-specs th { overflow-wrap: anywhere; }
.vz-purchase-section { background: #eef3fb; }
.vz-purchase-section > .ps-container > h2 { margin-bottom: 38px; max-width: 19ch; }
.psc-buy-panel { background: white; border: 1px solid #dfe7f2; border-radius: 15px; padding: 44px; }
.psc-buy-panel > .product { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 54px; }
.psc-buy-image img { display: block; width: 100%; height: auto; }
.psc-buy-details { min-width: 0; }
.psc-buy-details h3 { font-size: clamp(25px, 2.6vw, 35px); line-height: 1.15; margin: 0 0 18px; }
.psc-buy-details .psc-eyebrow { margin-bottom: 18px; }
.psc-buy-description { color: #5c697d; font-size: 15px; }
.psc-buy-panel .psc-price { font-size: 29px; }
.psc-buy-panel form.cart { margin-block: 22px; }
.psc-buy-panel .psc-text-link { font-size: 12px; margin-top: 15px; }
.psc-buy-panel .psc-button { font-size: 12px; }
.psc-buy-panel .psc-purchase-help { display: none; }
.psc-product-kicker { font-size: 10px; letter-spacing: .15em; color: #3f5c80; margin-bottom: 25px; }
.psc-purchase-help { display: grid; padding: 19px 22px; gap: 5px; border: 1px solid #dbe5f4; border-radius: 8px; background: #f5f8fe; margin-top: 20px; font-size: 12px; }
.psc-purchase-help a { width: fit-content; min-height: 30px; display: inline-flex; align-items: center; color: #124dbc; font-weight: 600; }
.woocommerce .psc-buy-now.button { background: white; color: var(--vz-navy); border: 1px solid #aab9cd; }
.woocommerce .psc-buy-now.button:hover { background: #f0f5fe; }
.woocommerce div.product .product_title { font-size: clamp(32px, 3.5vw, 46px); }
.woocommerce div.product div.images { background: #f6f8fc; border-radius: 13px; padding: 16px; }
.woocommerce .woocommerce-tabs ul.tabs li.active a { color: #1258ef; }
.woocommerce .star-rating { color: #1258ef; }

/* Only real approved comments are rendered into these cards. */
.psc-reviews { margin-top: 34px; }
.psc-review-summary { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; padding-bottom: 28px; }
.psc-review-summary > strong { font-size: 40px; letter-spacing: -.045em; }
.psc-review-summary > strong span { font-size: 15px; color: #69768a; font-weight: 400; letter-spacing: 0; }
.psc-review-summary p { font-size: 13px; color: #60718a; margin: 0; }
.psc-reviews .star-rating { float: none; color: #1258ef; }
.psc-review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.psc-review-card { display: flex; flex-direction: column; border: 1px solid #dfe6f0; border-radius: 11px; padding: 27px; background: white; overflow-wrap: anywhere; }
.psc-review-card blockquote { margin: 23px 0; font-size: 15px; line-height: 1.75; }
.psc-review-card blockquote p:last-child { margin-bottom: 0; }
.psc-review-card footer { margin-top: auto; display: flex; flex-wrap: wrap; gap: 8px 10px; font-size: 12px; }
.psc-review-card time { flex-basis: 100%; color: #66758c; font-size: 11px; }
.psc-verified { color: #2b6854; font-size: 10px; }
.psc-review-empty { display: flex; gap: 26px; align-items: center; max-width: 870px; padding: 30px 35px; border: 1px solid #dfe6f0; background: #f8fafe; border-radius: 12px; }
.psc-review-mark { font-size: 100px; color: #9db9ee; line-height: .85; align-self: flex-start; }
.psc-review-empty h3 { font-size: 25px; margin: 0 0 12px; }
.psc-review-empty p { color: #586a81; font-size: 14px; max-width: 57ch; margin: 0; }
.psc-reviews > .psc-text-link { margin-top: 25px; }
.vz-faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 75px; }
.vz-faq-intro h2 { margin: 0 0 25px; }
.vz-faq-intro .psc-button { font-size: 12px; margin-top: 15px; }
.vz-faq-grid .psc-faq { margin: 0; }
.vz-final { background: radial-gradient(ellipse at 80% 110%, #104195, transparent 65%), #051326; }
.vz-final .ps-eyebrow { color: #89b3ff; }
.vz-final .psc-button { background: white; color: #0a284c; }
.vz-final .ps-lead { color: #b9cbe3; }
.ps-footer { background: #030b16; }
.vz-footer-heading { font-size: clamp(26px, 3.6vw, 45px); line-height: 1.1; letter-spacing: -.04em; color: white; padding-bottom: 42px; margin-bottom: 42px; border-bottom: 1px solid #273246; }
.vz-footer-logo { display: inline-block; background: white; padding: 6px 10px; border-radius: 6px; width: 190px; }
.vz-footer-logo img { display: block; width: 100%; height: auto; }
.ps-footer .psc-contact-links { gap: 7px; }
.ps-footer .psc-text-link { min-height: 36px; }
.ps-footer .ps-footer-menu a { min-height: 38px; }
.psc-whatsapp-float { position: fixed; z-index: 65; inset: auto 24px 24px auto; background: #08352d; color: #fff; display: inline-flex; align-items: center; gap: 9px; padding: 13px 18px; min-height: 48px; border: 1px solid #ffffff42; border-radius: 50px; text-decoration: none; font-size: 12px; box-shadow: 0 8px 25px #0002; }
.psc-whatsapp-float:hover { background: #125440; }
.psc-has-sticky .psc-whatsapp-float { bottom: 108px; }
.psc-sticky { box-shadow: 0 -8px 30px #07182e08; }
.psc-sticky .psc-button { min-width: 170px; }

@media (max-width: 1050px) {
  .ps-header-inner { gap: 20px; }
  .vz-header-help { display: none; }
  .vz-hero-grid { gap: 30px; }
  .vz-hero-title { font-size: 54px; }
  .vz-video-grid { gap: 65px; }
  .vz-faq-grid { gap: 40px; }
  .psc-buy-panel { padding: 28px; }
  .psc-buy-panel > .product { gap: 30px; }
}
@media (max-width: 800px) {
  .ps-container { width: calc(100% - 48px); }
  .ps-header-inner { min-height: 81px; }
  .custom-logo { width: 138px; max-width: 138px; height: 69px; max-height: 69px; }
  .ps-cart-link { padding-inline-start: 14px; }
  .vz-hero { padding-top: 37px; }
  .vz-hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .vz-hero-copy { max-width: 600px; }
  .vz-hero-title { font-size: clamp(43px, 7.5vw, 64px); }
  .vz-hero-media { max-width: 600px; width: 100%; margin-inline: auto; }
  .vz-hero-product { aspect-ratio: 1.22; }
  .vz-video-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .vz-video-copy h2 { font-size: 37px; }
  .vz-lifestyle-copy { gap: 25px; }
  .vz-lifestyle-copy .ps-lead { font-size: 16px; }
  .psc-review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vz-faq-grid { grid-template-columns: 1fr; }
  .vz-faq-intro { max-width: 580px; }
  .psc-buy-panel > .product { grid-template-columns: 1fr; }
  .psc-buy-image img { max-height: 420px; object-fit: contain; }
}
@media (max-width: 600px) {
  .ps-container { width: calc(100% - 36px); }
  .ps-section { padding-block: 62px; }
  .ps-header-inner { gap: 12px; min-height: 75px; }
  .custom-logo { width: 128px; max-width: 128px; height: 64px; max-height: 64px; }
  .ps-menu-toggle { font-size: 11px; }
  .ps-cart-link { gap: 6px; padding-inline-start: 10px; }
  .vz-hero { padding-block: 30px; }
  .vz-hero .ps-eyebrow { font-size: 8px; letter-spacing: .13em; margin-bottom: 20px; }
  .vz-hero-title { font-size: 47px; margin-bottom: 22px; }
  .vz-hero-copy .ps-lead { font-size: 16px; line-height: 1.6; margin-bottom: 22px; }
  .vz-hero-links { margin-top: 12px; gap: 18px; }
  .vz-hero-links a { font-size: 10px; }
  .vz-hero-product { border-radius: 12px; aspect-ratio: 1.17; }
  .vz-image-note { font-size: 8px; letter-spacing: .09em; }
  .vz-spec-strip .ps-spec-strip { padding-block: 23px; gap: 22px 12px; }
  .vz-spec-strip .ps-stat-value { font-size: 21px; }
  .vz-spec-strip .ps-stat-label { font-size: 10px; }
  .vz-benefit-section .psc-benefits article { padding: 23px; display: block; }
  .vz-benefit-section .psc-index { padding-bottom: 12px; margin-bottom: 18px; }
  .vz-benefit-section .psc-benefits h3 { margin-bottom: 14px; }
  .vz-lifestyle-copy { grid-template-columns: 1fr; padding-block: 42px 30px; gap: 20px; }
  .vz-lifestyle-copy .ps-eyebrow { margin: 0; }
  .vz-lifestyle-copy .ps-lead { margin: 0; }
  .vz-lifestyle-image img { min-height: 300px; object-fit: cover; object-position: 45% center; }
  .vz-video-grid { grid-template-columns: 1fr; gap: 30px; }
  .psc-local-video { max-width: 310px; }
  .vz-step { padding-block: 18px; gap: 13px; grid-template-columns: 30px 1fr; }
  .vz-step h3 { font-size: 20px; }
  .vz-step p:not(.vz-step-number) { font-size: 13px; }
  .psc-tab-list { flex-wrap: nowrap; overflow-x: auto; justify-content: flex-start; padding: 4px 4px 16px; }
  .psc-tab { flex-shrink: 0; min-height: 44px; }
  .psc-tab-panel { gap: 25px; }
  .vz-display-art { margin-top: 0 !important; }
  .vz-display-line { flex-direction: column; align-items: flex-start; gap: 10px; padding-top: 24px; }
  .vz-display-line .ps-stat-value { font-size: 26px; }
  .vz-display-line .ps-stat-label { font-size: 12px; }
  .vz-port-row { gap: 16px 24px; }
  .vz-port-row p { font-size: 16px; }
  .psc-buy-panel { padding: 22px; border-radius: 12px; }
  .psc-buy-panel > .product { gap: 28px; }
  .psc-buy-details h3 { font-size: 28px; }
  .psc-buy-panel .psc-button { font-size: 11px; padding-inline: 16px; gap: 18px; }
  .psc-review-grid { grid-template-columns: 1fr; }
  .psc-review-empty { padding: 25px 21px; gap: 15px; align-items: flex-start; }
  .psc-review-mark { font-size: 65px; }
  .psc-review-empty h3 { font-size: 23px; }
  .psc-review-empty p { font-size: 13px; }
  .vz-final h2 { font-size: 52px; }
  .vz-footer-heading { padding-bottom: 30px; margin-bottom: 30px; max-width: 18ch; }
  .ps-footer { padding-top: 45px; }
  .psc-whatsapp-float { inset-inline-end: 14px; bottom: 16px; padding: 13px; }
  .psc-whatsapp-float span { display: none; }
  .psc-has-sticky .psc-whatsapp-float { bottom: 103px; }
  .psc-sticky .psc-button { min-width: 136px; }
}
@media (max-width: 359px) {
  .vz-hero-title { font-size: 40px; }
  .custom-logo { width: 110px; max-width: 110px; }
  .ps-header-inner { gap: 8px; }
  .psc-buy-panel { padding: 18px; }
}
@media print { .psc-whatsapp-float, .vz-header-help, .psc-local-video { display: none !important; } }
