.bv-landing {
  --bv-navy: #12324a;
  --bv-blue: #1a9fc1;
  --bv-yellow: #ffd84d;
  --bv-orange: #ff6b35;
  --bv-green: #159957;
  --bv-ink: #13212d;
  --bv-muted: #5f6f7c;
  --bv-bg: #f4f9fd;
  --bv-white: #ffffff;
  --bv-line: #dce8f0;
  --bv-shadow: 0 18px 45px rgba(18, 50, 74, 0.12);
  color: var(--bv-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  margin: 0 auto;
  max-width: 1180px;
  position: relative;
  width: 100%;
}

.bv-landing *,
.bv-landing *::before,
.bv-landing *::after {
  box-sizing: border-box;
}

.bv-landing h1,
.bv-landing h2,
.bv-landing h3,
.bv-landing p,
.bv-landing figure,
.bv-landing ul {
  margin-top: 0;
}

.bv-landing h1,
.bv-landing h2,
.bv-landing h3 {
  color: var(--bv-navy);
  font-weight: 850;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.bv-landing h1 {
  font-size: clamp(2.15rem, 7vw, 4.3rem);
  margin-bottom: 1rem;
}

.bv-landing h2 {
  font-size: clamp(1.75rem, 5vw, 3rem);
  margin-bottom: 1rem;
}

.bv-landing h3 {
  font-size: 1.1rem;
  margin-bottom: 0.35rem;
}

.bv-topbar {
  align-items: center;
  background: var(--bv-navy);
  color: var(--bv-white);
  display: flex;
  font-size: 0.76rem;
  font-weight: 800;
  gap: 1rem;
  justify-content: center;
  padding: 0.7rem 0.8rem;
  text-align: center;
}

.bv-section {
  padding: 3.75rem 1.15rem;
}

.bv-hero {
  background:
    radial-gradient(circle at 90% 5%, rgba(255, 216, 77, 0.38), transparent 34%),
    linear-gradient(145deg, #ffffff 0%, var(--bv-bg) 100%);
  display: grid;
  gap: 2rem;
  overflow: hidden;
}

.bv-eyebrow,
.bv-kicker {
  color: #a84612;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.055em;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}

.bv-eyebrow {
  background: #fff3bd;
  border: 1px solid #f2d465;
  border-radius: 999px;
  display: inline-block;
  padding: 0.42rem 0.7rem;
}

.bv-lead {
  color: #334b5d;
  font-size: 1.06rem;
  margin-bottom: 1.1rem;
}

.bv-checks {
  display: grid;
  gap: 0.55rem;
  list-style: none;
  margin-bottom: 1.4rem;
  padding: 0;
}

.bv-checks li {
  font-weight: 700;
  padding-left: 1.65rem;
  position: relative;
}

.bv-checks li::before {
  color: var(--bv-green);
  content: "✓";
  font-size: 1.15rem;
  font-weight: 950;
  left: 0;
  position: absolute;
  top: -0.12rem;
}

.bv-button {
  align-items: center;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.98rem;
  font-weight: 900;
  justify-content: center;
  min-height: 54px;
  padding: 0.85rem 1.25rem;
  text-align: center;
  text-decoration: none !important;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.bv-button:hover,
.bv-button:focus-visible {
  transform: translateY(-2px);
}

.bv-button-primary {
  background: var(--bv-orange);
  box-shadow: 0 12px 24px rgba(255, 107, 53, 0.26);
  color: var(--bv-white) !important;
  width: 100%;
}

.bv-microcopy,
.bv-checkout-note {
  color: var(--bv-muted);
  font-size: 0.77rem;
  margin: 0.7rem 0 0;
  text-align: center;
}

.bv-hero-media,
.bv-media-card {
  background: var(--bv-white);
  border: 1px solid var(--bv-line);
  border-radius: 24px;
  box-shadow: var(--bv-shadow);
  margin: 0;
  overflow: hidden;
}

.bv-hero-media {
  align-self: center;
  transform: rotate(1.2deg);
}

.bv-product-image {
  display: block;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}

.bv-image-placeholder {
  align-items: center;
  aspect-ratio: 1 / 1;
  background: linear-gradient(135deg, #fff4b4, #dff5fb);
  display: flex;
  font-size: 5rem;
  justify-content: center;
}

.bv-problem,
.bv-feature-grid {
  align-items: center;
  display: grid;
  gap: 2rem;
}

.bv-problem {
  background: var(--bv-white);
}

.bv-problem p:not(.bv-kicker),
.bv-feature-grid p:not(.bv-kicker) {
  color: var(--bv-muted);
}

.bv-inline-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.bv-inline-proof span {
  background: #e7f7fb;
  border-radius: 999px;
  color: #0a6980;
  font-size: 0.78rem;
  font-weight: 850;
  padding: 0.45rem 0.72rem;
}

.bv-centered {
  background: var(--bv-bg);
  text-align: center;
}

.bv-steps,
.bv-benefits {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.65rem;
}

.bv-steps article,
.bv-benefits article {
  background: var(--bv-white);
  border: 1px solid var(--bv-line);
  border-radius: 18px;
  padding: 1.35rem 1rem;
}

.bv-steps article > strong {
  align-items: center;
  background: var(--bv-yellow);
  border-radius: 50%;
  color: var(--bv-navy);
  display: inline-flex;
  font-size: 1.15rem;
  height: 42px;
  justify-content: center;
  margin-bottom: 0.8rem;
  width: 42px;
}

.bv-steps p,
.bv-benefits p {
  color: var(--bv-muted);
  font-size: 0.9rem;
  margin-bottom: 0;
}

.bv-feature-grid {
  background: var(--bv-white);
}

.bv-specs {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr 1fr;
  margin: 1.4rem 0;
}

.bv-specs div {
  background: var(--bv-bg);
  border: 1px solid var(--bv-line);
  border-radius: 14px;
  padding: 0.9rem;
}

.bv-specs strong,
.bv-specs span {
  display: block;
}

.bv-specs strong {
  color: var(--bv-navy);
  font-size: 0.9rem;
}

.bv-specs span {
  color: var(--bv-muted);
  font-size: 0.73rem;
  margin-top: 0.18rem;
}

.bv-note {
  background: #fff8db;
  border-left: 4px solid var(--bv-yellow);
  border-radius: 8px;
  font-size: 0.76rem;
  padding: 0.7rem 0.8rem;
}

.bv-benefits-section {
  background: linear-gradient(180deg, #f4f9fd 0%, #eaf6fb 100%);
}

.bv-benefits article > span {
  display: inline-block;
  font-size: 1.8rem;
  margin-bottom: 0.65rem;
}

.bv-order-section {
  background: var(--bv-navy);
  display: grid;
  gap: 1.6rem;
}

.bv-order-intro h2,
.bv-order-intro .bv-kicker,
.bv-product-short,
.bv-product-short p {
  color: var(--bv-white);
}

.bv-product-short {
  font-size: 0.9rem;
  opacity: 0.88;
}

.bv-offers {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.25rem;
}

.bv-offer {
  align-items: center;
  background: var(--bv-white);
  border: 3px solid transparent;
  border-radius: 16px;
  color: var(--bv-ink);
  cursor: pointer;
  display: grid;
  min-height: 88px;
  padding: 0.85rem 1rem;
  position: relative;
  text-align: left;
  width: 100%;
}

.bv-offer strong,
.bv-offer span {
  display: block;
}

.bv-offer strong {
  color: var(--bv-navy);
  font-size: 1rem;
  padding-right: 6.5rem;
}

.bv-offer > span {
  color: var(--bv-orange);
  font-size: 1.15rem;
  font-weight: 900;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.bv-offer small {
  background: var(--bv-yellow);
  border-radius: 999px;
  color: var(--bv-navy);
  font-size: 0.6rem;
  font-weight: 900;
  left: 0.85rem;
  padding: 0.18rem 0.45rem;
  position: absolute;
  top: -0.55rem;
}

.bv-offer.is-selected {
  border-color: var(--bv-yellow);
  box-shadow: 0 0 0 3px rgba(255, 216, 77, 0.18);
}

.bv-checkout-card {
  background: var(--bv-white);
  border-radius: 22px;
  box-shadow: var(--bv-shadow);
  padding: 1.25rem;
}

.bv-secure-title {
  align-items: center;
  border-bottom: 1px solid var(--bv-line);
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.bv-secure-title > span {
  font-size: 1.55rem;
}

.bv-secure-title strong,
.bv-secure-title small {
  display: block;
}

.bv-secure-title strong {
  color: var(--bv-navy);
}

.bv-secure-title small {
  color: var(--bv-muted);
  font-size: 0.72rem;
}

.bv-express-form {
  display: grid;
  gap: 0.85rem;
}

.bv-express-form label {
  color: var(--bv-navy);
  display: grid;
  font-size: 0.8rem;
  font-weight: 800;
  gap: 0.35rem;
}

.bv-express-form label > span {
  color: #c52c2c;
}

.bv-express-form input,
.bv-express-form textarea {
  background: #fbfdff;
  border: 1px solid #c9d9e4;
  border-radius: 11px;
  color: var(--bv-ink);
  font: inherit;
  font-size: 0.95rem;
  outline: none;
  padding: 0.82rem 0.9rem;
  transition: border-color 150ms ease, box-shadow 150ms ease;
  width: 100%;
}

.bv-express-form input:focus,
.bv-express-form textarea:focus {
  border-color: var(--bv-blue);
  box-shadow: 0 0 0 3px rgba(26, 159, 193, 0.13);
}

.bv-express-form input[aria-invalid="true"],
.bv-express-form textarea[aria-invalid="true"] {
  border-color: #c52c2c;
}

.bv-form-row {
  display: grid;
  gap: 0.85rem;
}

.bv-honeypot {
  height: 1px !important;
  left: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  width: 1px !important;
}

.bv-order-summary {
  align-items: center;
  background: var(--bv-bg);
  border-radius: 12px;
  display: grid;
  gap: 0.15rem;
  grid-template-columns: 1fr auto;
  padding: 0.85rem;
}

.bv-order-summary > span {
  color: var(--bv-muted);
  font-size: 0.7rem;
  grid-column: 1 / -1;
}

.bv-summary-label {
  color: var(--bv-navy);
  font-size: 0.88rem;
}

.bv-summary-price {
  color: var(--bv-orange);
}

.bv-form-message {
  border-radius: 9px;
  display: none;
  font-size: 0.78rem;
  font-weight: 750;
  padding: 0.7rem;
}

.bv-form-message.is-error,
.bv-form-message.is-success {
  display: block;
}

.bv-form-message.is-error {
  background: #fff0f0;
  color: #9b2323;
}

.bv-form-message.is-success {
  background: #e9f8ef;
  color: #116c3d;
}

.bv-submit {
  background: var(--bv-green);
  box-shadow: 0 11px 22px rgba(21, 153, 87, 0.23);
  color: var(--bv-white);
  margin-top: 0.15rem;
  width: 100%;
}

.bv-submit[disabled] {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.bv-final-trust {
  background: var(--bv-white);
  display: grid;
  gap: 1rem;
  padding-bottom: 6rem;
}

.bv-final-trust div {
  align-items: center;
  background: var(--bv-bg);
  border: 1px solid var(--bv-line);
  border-radius: 14px;
  display: flex;
  gap: 0.8rem;
  padding: 0.9rem;
}

.bv-final-trust strong {
  align-items: center;
  background: var(--bv-yellow);
  border-radius: 50%;
  color: var(--bv-navy);
  display: inline-flex;
  flex: 0 0 35px;
  height: 35px;
  justify-content: center;
}

.bv-final-trust span {
  color: var(--bv-navy);
  font-size: 0.83rem;
  font-weight: 750;
}

.bv-mobile-cta {
  background: var(--bv-orange);
  bottom: max(0.65rem, env(safe-area-inset-bottom));
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(18, 50, 74, 0.28);
  color: var(--bv-white) !important;
  font-size: 0.9rem;
  font-weight: 900;
  left: 0.8rem;
  padding: 0.9rem 1rem;
  position: fixed;
  right: 0.8rem;
  text-align: center;
  text-decoration: none !important;
  z-index: 999;
}

/* Image-first landing page (default layout). */
body.bv-landing-page {
  background: #edf4f8;
}

.bv-landing-page .entry-title,
.bv-landing-page .page-title,
.bv-landing-page .wp-block-post-title {
  display: none !important;
}

.bv-landing-page .entry-content,
.bv-landing-page .wp-block-post-content {
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

.bv-image-landing {
  background: transparent;
  max-width: none;
}

.bv-image-landing .bv-topbar,
.bv-image-flow {
  margin-left: auto;
  margin-right: auto;
  max-width: 820px;
  width: 100%;
}

.bv-image-flow {
  background: var(--bv-white);
  box-shadow: 0 20px 60px rgba(18, 50, 74, 0.12);
  overflow: hidden;
}

.bv-long-figure {
  background: var(--bv-white);
  line-height: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}

.bv-long-image {
  display: block;
  height: auto;
  margin: 0;
  max-width: 100%;
  width: 100%;
}

.bv-image-checkout {
  background: #eaf3ed;
  border-bottom: 1px solid #d2e3d7;
  border-top: 1px solid #d2e3d7;
  padding: 1.25rem 0.55rem;
  scroll-margin-top: 1rem;
}

.bv-classic-checkout {
  background: var(--bv-white);
  border: 2px solid #cfe4d5;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(25, 80, 43, 0.16), 0 6px 20px rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 500px;
  overflow: hidden;
  padding: 22px 18px 17px;
  position: relative;
  width: 100%;
}

.bv-classic-checkout::before {
  background: linear-gradient(90deg, #08b83d, #35d966);
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.bv-classic-badge {
  background: #effaf2;
  border: 1px solid #d9f1df;
  border-radius: 999px;
  color: #118231;
  display: table;
  font-size: 0.61rem;
  font-weight: 850;
  letter-spacing: 0.035em;
  margin: 0 auto 0.5rem;
  padding: 0.3rem 0.65rem;
  text-transform: uppercase;
}

.bv-classic-checkout > h2 {
  color: #161616;
  font-family: inherit;
  font-size: 1.2rem;
  font-weight: 850;
  line-height: 1.25;
  margin: 0;
  text-align: center;
}

.bv-classic-subtitle {
  color: #777;
  font-size: 0.74rem;
  line-height: 1.35;
  margin: 0.25rem auto 0.72rem;
  max-width: 320px;
  text-align: center;
}

.bv-pack-prompt {
  color: #333;
  font-size: 0.71rem;
  font-weight: 800;
  margin: 0 0 0.38rem;
  text-align: center;
}

.bv-classic-checkout .bv-offers {
  align-self: start;
  display: grid;
  gap: 0.4rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 0.65rem;
}

.bv-classic-checkout .bv-offer {
  align-content: center;
  border: 1.5px solid #dedede;
  border-radius: 11px;
  display: grid;
  justify-items: center;
  min-height: 58px;
  padding: 0.48rem 0.2rem;
  text-align: center;
}

.bv-classic-checkout .bv-offer strong {
  font-size: 0.72rem;
  padding: 0;
}

.bv-classic-checkout .bv-offer > span {
  align-items: baseline;
  color: #118631;
  display: flex;
  font-size: 0.94rem;
  font-weight: 900;
  justify-content: center;
  margin-top: 0.08rem;
  position: static;
  transform: none;
  white-space: nowrap;
  word-break: keep-all;
}

.bv-classic-checkout .bv-offer .woocommerce-Price-amount,
.bv-classic-checkout .bv-offer .woocommerce-Price-currencySymbol {
  display: inline;
  white-space: nowrap;
}

.bv-classic-checkout .bv-offer small {
  background: #effaf2;
  color: #118231;
  font-size: 0.42rem;
  left: 50%;
  padding: 0.15rem 0.35rem;
  top: -0.48rem;
  transform: translateX(-50%);
  white-space: nowrap;
}

.bv-classic-checkout .bv-offer.is-selected {
  border-color: #18ae45;
  box-shadow: 0 0 0 3px rgba(24, 174, 69, 0.1);
}

.bv-classic-checkout .bv-checkout-card {
  background: #ffffff;
  border: 1px solid #e3e9e5;
  border-radius: 14px;
  box-shadow: none;
  padding: 0.68rem 0.72rem;
}

.bv-classic-checkout .bv-express-form {
  gap: 0.56rem;
}

.bv-classic-checkout .bv-express-form label {
  color: #252a27;
  font-size: 0.74rem;
  font-weight: 800;
  gap: 0.24rem;
}

.bv-classic-checkout .bv-customer-fields {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr);
}

.bv-classic-checkout .bv-city-field {
  grid-column: 1 / -1;
}

.bv-classic-checkout .bv-field-label {
  color: #252a27;
  display: block;
  line-height: 1.2;
}

.bv-classic-checkout .bv-field-label em {
  color: #c52c2c;
  font-style: normal;
}

.bv-classic-checkout .bv-express-form input,
.bv-classic-checkout .bv-express-form textarea {
  background: #f8f9fa;
  border: 1.5px solid #dedede;
  border-radius: 10px;
  color: #171717;
  font-size: 0.86rem;
  min-height: 44px;
  padding: 0.62rem 0.7rem;
}

.bv-classic-checkout .bv-express-form input:focus,
.bv-classic-checkout .bv-express-form textarea:focus {
  background: #fff;
  border-color: #18ae45;
  box-shadow: 0 0 0 4px rgba(24, 174, 69, 0.1);
}

.bv-classic-checkout .bv-form-row {
  grid-template-columns: 1fr;
}

.bv-classic-checkout .bv-order-summary {
  background: #f4fbf6;
  border: 1px solid #dff1e4;
  border-radius: 11px;
  box-shadow: 0 5px 15px rgba(15, 160, 55, 0.07);
  gap: 0.55rem;
  grid-template-columns: auto 1fr auto;
  margin: 0;
  min-height: 48px;
  padding: 0.5rem 0.68rem;
}

.bv-classic-checkout .bv-order-summary > span {
  grid-column: auto;
  white-space: nowrap;
}

.bv-classic-checkout .bv-summary-label {
  font-size: 0.8rem;
}

.bv-classic-checkout .bv-summary-price {
  color: #118631;
  font-size: 1.08rem;
  white-space: nowrap;
}

.bv-classic-trust {
  background: #f4faf5;
  border: 1px solid #e0f0e3;
  border-radius: 10px;
  color: #236f37;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.64rem;
  font-weight: 750;
  gap: 0.22rem 0.7rem;
  line-height: 1.35;
  padding: 0.5rem 0.65rem;
}

.bv-classic-trust span {
  white-space: nowrap;
}

.bv-classic-checkout .bv-submit {
  background: linear-gradient(135deg, #12c744, #079d2c);
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(8, 165, 48, 0.28);
  min-height: 50px;
}

.bv-classic-secure {
  color: #858585;
  font-size: 0.62rem;
  line-height: 1.4;
  margin: 0;
  text-align: center;
}

.bv-classic-secure strong {
  color: #555;
}

.bv-image-trust {
  background: #eff8fb;
  border-bottom: 1px solid var(--bv-line);
  border-top: 1px solid var(--bv-line);
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(3, 1fr);
  padding: 1rem 0.7rem;
}

.bv-image-trust div {
  align-items: center;
  color: var(--bv-navy);
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  text-align: center;
}

.bv-image-trust span {
  font-size: 1.35rem;
}

.bv-image-trust strong {
  font-size: 0.68rem;
  line-height: 1.25;
}

.bv-image-final-cta {
  background:
    radial-gradient(circle at 0 0, rgba(255, 216, 77, 0.36), transparent 40%),
    var(--bv-bg);
  display: grid;
  gap: 0.85rem;
  padding: 2.2rem 1rem 6.5rem;
  text-align: center;
}

.bv-image-final-cta > strong {
  color: var(--bv-navy);
  font-size: clamp(1.35rem, 5vw, 2rem);
}

.bv-image-final-cta > small {
  color: var(--bv-muted);
  font-size: 0.74rem;
}

.bv-image-final-cta .bv-button {
  margin: 0 auto;
  max-width: 430px;
}

@media (min-width: 680px) {
  .bv-section {
    padding: 5rem 2.5rem;
  }

  .bv-steps {
    grid-template-columns: repeat(3, 1fr);
  }

  .bv-benefits {
    grid-template-columns: repeat(2, 1fr);
  }

  .bv-form-row {
    grid-template-columns: 1fr 1fr;
  }

  .bv-final-trust {
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 4rem;
  }

  .bv-image-checkout {
    padding: 1.5rem 1rem;
  }

  .bv-image-trust {
    padding: 1.2rem 1.5rem;
  }

  .bv-image-trust strong {
    font-size: 0.78rem;
  }

  .bv-image-final-cta {
    padding-bottom: 3rem;
  }
}

@media (min-width: 860px) {
  .bv-hero,
  .bv-problem,
  .bv-feature-grid,
  .bv-order-section {
    grid-template-columns: 1fr 1fr;
  }

  .bv-hero {
    align-items: center;
    min-height: 670px;
  }

  .bv-button-primary {
    width: auto;
  }

  .bv-microcopy {
    text-align: left;
  }

  .bv-benefits {
    grid-template-columns: repeat(4, 1fr);
  }

  .bv-order-section {
    align-items: start;
  }

  .bv-checkout-card {
    padding: 1.65rem;
  }

  .bv-mobile-cta {
    display: none;
  }
}

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