.elementor-67454 .elementor-element.elementor-element-f3d6369{--display:flex;}.elementor-67454 .elementor-element.elementor-element-cbed499{--display:flex;}.elementor-67454 .elementor-element.elementor-element-acbb137{--display:flex;}.elementor-67454 .elementor-element.elementor-element-7d41eb8{--display:flex;}.elementor-67454 .elementor-element.elementor-element-068e859{--display:flex;}.elementor-67454 .elementor-element.elementor-element-f4ebfa6{--display:flex;}.elementor-67454 .elementor-element.elementor-element-cf0a126{--display:flex;}.elementor-67454 .elementor-element.elementor-element-bdecdc2{--display:flex;}.elementor-67454 .elementor-element.elementor-element-390889f{--display:flex;}/* Start custom CSS *//* Brinton Vision Thank-You Page Redesign
   Prefix: bv-
   Purpose: Elementor-compatible conversion landing page
*/

/* Base */

.bv-lp,
.bv-lp * {
  box-sizing: border-box;
}

.bv-lp {
  --bv-sky: #0b6fa4;
  --bv-sky-dark: #07577f;
  --bv-cyan: #0ea5b7;
  --bv-ink: #0f172a;
  --bv-text: #475569;
  --bv-muted: #f4f8fb;
  --bv-line: #dbeafe;
  --bv-white: #ffffff;
  --bv-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);

  color: var(--bv-ink);
  background: var(--bv-white);
  font-family: inherit;
  line-height: 1.5;
}

.bv-lp a {
  text-decoration: none;
}

.bv-lp h1,
.bv-lp h2,
.bv-lp h3,
.bv-lp p {
  margin-top: 0;
}

.bv-container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

/* Buttons */

.bv-button,
.bv-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.bv-button:hover,
.bv-link-button:hover {
  transform: translateY(-1px);
}

.bv-button--primary {
  background: var(--bv-sky);
  color: #fff;
  box-shadow: 0 16px 34px rgba(11, 111, 164, 0.23);
}

.bv-button--primary:hover {
  background: var(--bv-sky-dark);
  color: #fff;
}

.bv-button--secondary {
  background: #fff;
  color: var(--bv-sky-dark);
  border: 1px solid #bfe4f4;
}

.bv-button--secondary:hover {
  color: var(--bv-sky-dark);
}

.bv-button--dark {
  background: #0f172a;
  color: #fff;
}

.bv-button--dark:hover {
  color: #fff;
}

.bv-button--large {
  min-height: 54px;
  padding: 14px 26px;
  font-size: 16px;
}

.bv-button--full {
  width: 100%;
}

.bv-link-button {
  color: var(--bv-sky-dark);
  background: transparent;
}

.bv-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.bv-cta-row--center {
  justify-content: center;
}

/* Header */

.bv-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--bv-line);
  backdrop-filter: blur(14px);
}

.bv-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
}

.bv-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--bv-ink);
}

.bv-logo:hover {
  color: var(--bv-ink);
}

.bv-logo__mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 16px;
  background: var(--bv-sky);
  color: #fff;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.bv-logo__text {
  display: grid;
  line-height: 1.15;
}

.bv-logo__text strong {
  font-size: 16px;
}

.bv-logo__text small {
  color: #64748b;
  font-size: 12px;
}

.bv-header__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bv-header__mobile-cta {
  display: none;
  padding: 9px 16px;
  border-radius: 999px;
  background: var(--bv-sky);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.bv-header__mobile-cta:hover {
  color: #fff;
}

/* Hero */

.bv-hero {
  padding: 72px 0 82px;
  background: linear-gradient(180deg, #eff9fd 0%, #ffffff 100%);
  overflow: hidden;
}

.bv-hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 56px;
}

.bv-eyebrow-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  padding: 9px 14px;
  border-radius: 999px;
  background: #fff;
  color: var(--bv-sky-dark);
  border: 1px solid #d9eef7;
  font-size: 14px;
  font-weight: 800;
}

.bv-hero h1 {
  max-width: 760px;
  margin-bottom: 22px;
  color: var(--bv-ink);
  font-size: clamp(40px, 6vw, 68px);
  line-height: 0.96;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.bv-lead {
  max-width: 680px;
  margin-bottom: 30px;
  color: var(--bv-text);
  font-size: 20px;
  line-height: 1.75;
}

.bv-hero__supporting-copy {
  max-width: 680px;
  margin-bottom: 30px;
  color: #64748b;
  font-size: 17px;
  line-height: 1.7;
}

.bv-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.bv-proof-row span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #d9eef7;
  color: #334155;
  font-size: 14px;
  font-weight: 750;
}

.bv-footnote {
  margin-top: 12px;
  color: #64748b;
  font-size: 14px;
}

.bv-hero-card {
  position: relative;
  padding: 20px;
  border-radius: 34px;
  background: #fff;
  box-shadow: var(--bv-shadow);
  border: 1px solid #d9eef7;
}

.bv-hero-card__top {
  padding: 28px;
  border-radius: 26px;
  background: linear-gradient(135deg, var(--bv-sky), var(--bv-cyan));
  color: #fff;
}

.bv-hero-card__top p:first-child {
  margin-bottom: 14px;
  color: #dff7ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.bv-hero-card__top h2 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 34px;
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.bv-hero-card__top p:last-child {
  margin-bottom: 0;
  color: #effcff;
  line-height: 1.65;
}

/* Shared Sections */

.bv-section {
  padding: 78px 0;
  background: #fff;
}

.bv-section--muted {
  background: var(--bv-muted);
}

.bv-section-heading {
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}

.bv-section-heading > p,
.bv-section-kicker {
  margin-bottom: 12px;
  color: var(--bv-sky);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.bv-section-heading h2,
.bv-booking-panel h2,
.bv-final-cta h2 {
  margin-bottom: 0;
  color: var(--bv-ink);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.05;
  letter-spacing: -0.045em;
  font-weight: 950;
}

.bv-card-grid {
  display: grid;
  gap: 22px;
}

.bv-card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bv-card,
.bv-mini-card {
  padding: 30px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid #edf2f7;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
}

.bv-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
  border-radius: 20px;
  background: #dff4fb;
  color: var(--bv-sky-dark);
  font-size: 24px;
  font-weight: 950;
}

.bv-card h3,
.bv-mini-card h3 {
  margin-bottom: 10px;
  color: var(--bv-ink);
  font-size: 22px;
  line-height: 1.15;
  font-weight: 950;
  letter-spacing: -0.025em;
}

.bv-card p,
.bv-mini-card p {
  margin-bottom: 0;
  color: var(--bv-text);
  line-height: 1.75;
}

/* Why It Matters */

.bv-why-section {
  position: relative;
  background:
    radial-gradient(circle at top right, rgba(11, 111, 164, 0.055), transparent 34%),
    #ffffff;
}

.bv-why-card {
  position: relative;
  overflow: hidden;
}

.bv-why-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: rgba(11, 111, 164, 0.055);
  pointer-events: none;
}

.bv-why-card h3,
.bv-why-card p,
.bv-why-card .bv-icon {
  position: relative;
  z-index: 2;
}

.bv-why-section--under-45 .bv-icon {
  background: #eff9fd;
  color: var(--bv-sky-dark);
}

.bv-why-section--45-55 .bv-icon {
  background: #edf7fb;
  color: var(--bv-sky-dark);
}

.bv-why-section--over-55 .bv-icon {
  background: #e8f6f8;
  color: var(--bv-sky-dark);
}

/* Check Lists */

.bv-check-list {
  display: grid;
  gap: 12px;
  margin: 18px 0;
  padding: 0;
  list-style: none;
}

.bv-check-list li {
  position: relative;
  padding: 15px 16px 15px 46px;
  border-radius: 18px;
  background: #eff9fd;
  color: #334155;
  font-weight: 750;
}

.bv-check-list li::before {
  content: "✓";
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--bv-sky);
  font-weight: 950;
}

.bv-check-list--plain li {
  background: transparent;
  padding-top: 4px;
  padding-bottom: 4px;
}

/* Original Booking Section
   Keep this only if any old .bv-booking-panel sections remain.
*/

.bv-booking-section {
  padding: 78px 0;
  background: #0f172a;
  color: #fff;
}

.bv-booking-panel {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  align-items: center;
  gap: 34px;
  padding: 42px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.bv-booking-panel h2,
.bv-booking-panel__copy p {
  color: #fff;
}

.bv-booking-panel__copy > p:not(.bv-section-kicker) {
  max-width: 640px;
  margin: 18px 0 28px;
  color: #cbd5e1;
  font-size: 19px;
  line-height: 1.7;
}

.bv-price-card {
  padding: 24px;
  border-radius: 30px;
  background: #fff;
  color: var(--bv-ink);
}

.bv-price-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.bv-price-card__header p {
  margin-bottom: 6px;
  color: var(--bv-sky);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.bv-price-card__header h3 {
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.bv-price-card__header span {
  border-radius: 999px;
  background: #dff4fb;
  padding: 7px 12px;
  color: var(--bv-sky-dark);
  font-size: 13px;
  font-weight: 900;
}

.bv-price-card > p {
  color: var(--bv-text);
  line-height: 1.7;
}

/* Readable Booking Section */

.bv-booking-section--readable {
  padding: 88px 0;
  background:
    radial-gradient(circle at top left, rgba(11, 111, 164, 0.08), transparent 34%),
    linear-gradient(180deg, #f4f8fb 0%, #ffffff 100%);
  color: var(--bv-ink);
}

.bv-booking-readable {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 34px;
  align-items: stretch;
  padding: 42px;
  border-radius: 42px;
  background: #ffffff;
  border: 1px solid #dbeafe;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.1);
}

.bv-booking-readable__main {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bv-booking-readable__main h2 {
  max-width: 680px;
  margin-bottom: 18px;
  color: var(--bv-ink);
  font-size: clamp(34px, 5vw, 56px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.bv-booking-readable__lead {
  max-width: 620px;
  margin-bottom: 28px;
  color: var(--bv-text);
  font-size: 20px;
  line-height: 1.7;
}

.bv-booking-readable__highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 30px;
}

.bv-booking-readable__highlight {
  padding: 18px;
  border-radius: 22px;
  background: #f4f8fb;
  border: 1px solid #dbeafe;
}

.bv-booking-readable__highlight strong {
  display: block;
  margin-bottom: 4px;
  color: var(--bv-sky-dark);
  font-size: 18px;
  line-height: 1.15;
  font-weight: 950;
  letter-spacing: -0.025em;
}

.bv-booking-readable__highlight span {
  display: block;
  color: var(--bv-text);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
}

.bv-booking-readable__buttons {
  margin-bottom: 14px;
}

.bv-booking-readable__note {
  margin-bottom: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.55;
}

.bv-booking-readable__card {
  padding: 30px;
  border-radius: 32px;
  background: linear-gradient(135deg, #0b6fa4 0%, #0a85a8 52%, #0ea5b7 100%);
  color: #ffffff;
  box-shadow: 0 22px 54px rgba(11, 111, 164, 0.22);
}

.bv-booking-readable__card-header {
  margin-bottom: 24px;
}

.bv-booking-readable__card-header p {
  margin-bottom: 10px;
  color: #dff7ff;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.bv-booking-readable__card-header h3 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 32px;
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.bv-booking-readable__list {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bv-booking-readable__list li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.bv-booking-readable__list li > span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--bv-sky-dark);
  font-size: 18px;
  font-weight: 950;
}

.bv-booking-readable__list strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 950;
}

.bv-booking-readable__list p {
  margin-bottom: 0;
  color: #effcff;
  font-size: 15px;
  line-height: 1.55;
}

/* Social Proof */

.bv-proof-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
}

.bv-testimonial-card {
  padding: 34px;
  border-radius: 34px;
  background: #eff9fd;
  border: 1px solid #d9eef7;
}

.bv-stars {
  margin-bottom: 22px;
  color: var(--bv-sky);
  font-size: 21px;
  letter-spacing: 0.08em;
}

.bv-testimonial-card blockquote {
  margin: 0 0 18px;
  color: var(--bv-ink);
  font-size: 27px;
  line-height: 1.4;
  font-weight: 950;
  letter-spacing: -0.035em;
}

.bv-testimonial-card p {
  margin-bottom: 0;
  color: var(--bv-text);
  line-height: 1.7;
}

.bv-mini-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

/* Original FAQ Styles
   Keep these only if any old .bv-faq sections remain.
*/

.bv-faq {
  max-width: 880px;
  margin: 0 auto;
  padding: 8px 30px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid #edf2f7;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
}

.bv-faq__item {
  border-bottom: 1px solid #e2e8f0;
}

.bv-faq__item:last-child {
  border-bottom: 0;
}

.bv-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 18px;
  padding: 22px 0;
  border: 0;
  background: transparent;
  color: var(--bv-ink);
  cursor: pointer;
  font: inherit;
  font-size: 19px;
  font-weight: 900;
  text-align: left;
}

.bv-faq__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #eff9fd;
  color: var(--bv-sky-dark);
  transition: transform 180ms ease;
}

.bv-faq__question[aria-expanded="true"] .bv-faq__icon {
  transform: rotate(180deg);
}

.bv-faq__answer {
  display: none;
  padding: 0 0 22px;
}

.bv-faq__answer p {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--bv-text);
  line-height: 1.75;
}

.bv-faq__item.is-open .bv-faq__answer {
  display: block;
}

/* Upgraded FAQ Section */

.bv-faq-upgrade-section {
  background:
    radial-gradient(circle at top left, rgba(11, 111, 164, 0.09), transparent 34%),
    linear-gradient(180deg, #f4f8fb 0%, #ffffff 100%);
}

.bv-faq-upgrade__layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 44px;
  align-items: start;
}

.bv-faq-upgrade__intro {
  position: sticky;
  top: 96px;
}

.bv-faq-upgrade__intro h2 {
  margin-bottom: 18px;
  color: var(--bv-ink);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.bv-faq-upgrade__intro > p:not(.bv-section-kicker) {
  max-width: 470px;
  margin-bottom: 28px;
  color: var(--bv-text);
  font-size: 18px;
  line-height: 1.7;
}

.bv-faq-upgrade__cta-card {
  max-width: 430px;
  padding: 26px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid #dbeafe;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.07);
}

.bv-faq-upgrade__cta-card h3 {
  margin-bottom: 8px;
  color: var(--bv-ink);
  font-size: 22px;
  line-height: 1.15;
  font-weight: 950;
  letter-spacing: -0.025em;
}

.bv-faq-upgrade__cta-card p {
  margin-bottom: 18px;
  color: var(--bv-text);
  line-height: 1.65;
}

.bv-faq-upgrade__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bv-faq-upgrade {
  display: grid;
  gap: 14px;
}

.bv-faq-upgrade__item {
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e2edf7;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.055);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.bv-faq-upgrade__item:hover {
  transform: translateY(-1px);
  border-color: #bfe4f4;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.075);
}

.bv-faq-upgrade__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  padding: 24px 26px;
  border: 0;
  background: #ffffff;
  color: var(--bv-ink);
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.bv-faq-upgrade__question span:first-child {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 950;
  letter-spacing: -0.015em;
}

.bv-faq-upgrade__icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #eff9fd;
  color: var(--bv-sky-dark);
  font-size: 22px;
  font-weight: 850;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.bv-faq-upgrade__answer {
  display: none;
  padding: 0 26px 26px;
  background: #ffffff;
}

.bv-faq-upgrade__answer p {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--bv-text);
  font-size: 16px;
  line-height: 1.75;
}

.bv-faq-upgrade__item.is-open {
  border-color: #bfe4f4;
  box-shadow: 0 22px 58px rgba(11, 111, 164, 0.11);
}

.bv-faq-upgrade__item.is-open .bv-faq-upgrade__question {
  background: linear-gradient(180deg, #ffffff 0%, #f8fcfe 100%);
}

.bv-faq-upgrade__item.is-open .bv-faq-upgrade__answer {
  display: block;
}

.bv-faq-upgrade__item.is-open .bv-faq-upgrade__icon {
  transform: rotate(45deg);
  background: var(--bv-sky);
  color: #ffffff;
}

/* Final CTA */

.bv-final-cta {
  padding: 78px 0;
  background: #fff;
}

.bv-final-cta__panel {
  padding: 58px 36px;
  border-radius: 40px;
  background: linear-gradient(135deg, var(--bv-sky), var(--bv-cyan));
  color: #fff;
  text-align: center;
  box-shadow: var(--bv-shadow);
}

.bv-final-cta h2 {
  color: #fff;
}

.bv-final-cta p {
  max-width: 720px;
  margin: 20px auto 30px;
  color: #effcff;
  font-size: 19px;
  line-height: 1.75;
}

/* Footer */

.bv-footer {
  padding: 32px 20px;
  border-top: 1px solid #edf2f7;
  background: #fff;
  color: #64748b;
  text-align: center;
}

.bv-footer p {
  margin-bottom: 0;
}

/* Mobile Sticky CTA */

.bv-mobile-sticky {
  display: none;
}

/* Responsive */

@media (max-width: 980px) {
  .bv-hero__grid,
  .bv-booking-panel,
  .bv-booking-readable,
  .bv-proof-grid,
  .bv-faq-upgrade__layout {
    grid-template-columns: 1fr;
  }

  .bv-card-grid--three {
    grid-template-columns: 1fr;
  }

  .bv-booking-readable__main {
    text-align: center;
  }

  .bv-booking-readable__main h2,
  .bv-booking-readable__lead {
    margin-left: auto;
    margin-right: auto;
  }

  .bv-booking-readable__buttons {
    justify-content: center;
  }

  .bv-faq-upgrade__intro {
    position: static;
    text-align: center;
  }

  .bv-faq-upgrade__intro > p:not(.bv-section-kicker),
  .bv-faq-upgrade__cta-card {
    margin-left: auto;
    margin-right: auto;
  }

  .bv-faq-upgrade__cta-buttons {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .bv-container {
    width: min(100% - 28px, 1120px);
  }

  .bv-header__actions {
    display: none;
  }

  .bv-header__mobile-cta {
    display: inline-flex;
  }

  .bv-logo__text small {
    display: none;
  }

  .bv-header__inner {
    min-height: 64px;
  }

  .bv-hero {
    padding: 48px 0 58px;
  }

  .bv-hero h1 {
    font-size: 42px;
    line-height: 1;
  }

  .bv-lead {
    font-size: 18px;
  }

  .bv-hero__supporting-copy {
    font-size: 16px;
    line-height: 1.65;
  }

  .bv-button,
  .bv-button--large {
    width: 100%;
  }

  .bv-section,
  .bv-booking-section,
  .bv-booking-section--readable,
  .bv-final-cta {
    padding: 58px 0;
  }

  .bv-booking-panel,
  .bv-booking-readable,
  .bv-final-cta__panel {
    padding: 28px 20px;
    border-radius: 28px;
  }

  .bv-booking-readable__main h2 {
    font-size: 38px;
    line-height: 1;
  }

  .bv-booking-readable__lead {
    font-size: 18px;
  }

  .bv-booking-readable__highlights {
    grid-template-columns: 1fr;
  }

  .bv-booking-readable__buttons .bv-button {
    width: 100%;
  }

  .bv-booking-readable__card {
    padding: 24px;
    border-radius: 26px;
  }

  .bv-booking-readable__card-header h3 {
    font-size: 28px;
  }

  .bv-booking-readable__list li {
    padding: 16px;
  }

  .bv-mini-card-grid {
    grid-template-columns: 1fr;
  }

  .bv-faq {
    padding: 4px 20px;
    border-radius: 24px;
  }

  .bv-faq-upgrade__layout {
    gap: 28px;
  }

  .bv-faq-upgrade__intro h2 {
    font-size: 38px;
    line-height: 1;
  }

  .bv-faq-upgrade__intro > p:not(.bv-section-kicker) {
    font-size: 17px;
  }

  .bv-faq-upgrade__cta-card {
    padding: 22px;
    border-radius: 24px;
  }

  .bv-faq-upgrade__cta-buttons .bv-button {
    width: 100%;
  }

  .bv-faq-upgrade__question {
    padding: 20px;
  }

  .bv-faq-upgrade__question span:first-child {
    font-size: 17px;
  }

  .bv-faq-upgrade__answer {
    padding: 0 20px 22px;
  }

  .bv-mobile-sticky {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid #d9eef7;
    box-shadow: 0 -18px 40px rgba(15, 23, 42, 0.12);
    backdrop-filter: blur(14px);
  }

  .bv-mobile-sticky a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 900;
    text-decoration: none;
  }

  .bv-mobile-sticky a:first-child {
    background: #eff9fd;
    color: var(--bv-sky-dark);
  }

  .bv-mobile-sticky a:last-child {
    background: var(--bv-sky);
    color: #fff;
  }
}
/* Blue buttons only */
.bv-lp .bv-button.bv-button--primary,
.bv-lp .bv-button.bv-button--primary:hover,
.bv-lp .bv-button.bv-button--primary:focus,
.bv-lp .bv-button.bv-button--primary:visited {
  color: #ffffff !important;
}/* End custom CSS */