.elementor-718 .elementor-element.elementor-element-3e033c6{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-718 .elementor-element.elementor-element-39abc48{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-39abc48 *//* ================================================================
   Blueprint Cabinets — Page Custom CSS
   Cole em: Elementor > Engrenagem (Configurações da Página)
            > Advanced > Custom CSS
   SEM Tailwind. CSS customizado puro — mesmo padrão NoogaJunk.
================================================================ */

/* ── 1. Variáveis + Reset ── */
.bp-wrapper {
  /* Brand blues */
  --bp-brand-50:   #edf5fb;
  --bp-brand-100:  #d4e8f6;
  --bp-brand-200:  #a9d1ed;
  --bp-brand-300:  #6db3df;
  --bp-brand:      #1970B3;
  --bp-brand-dark: #155f99;
  --bp-brand-700:  #104d7d;
  --bp-brand-800:  #0c3a5e;
  --bp-brand-900:  #082740;
  --bp-brand-light:#e8f2fb;

  /* Gold accents */
  --bp-gold-50:    #fef9f0;
  --bp-gold-100:   #fdf3e3;
  --bp-gold-light: #fdf3e3;
  --bp-gold:       #B67B28;
  --bp-gold-600:   #9a6720;
  --bp-gold-700:   #7d5319;

  /* Neutrals */
  --bp-neutral-50:  #f9fafb;
  --bp-neutral-100: #f3f4f6;
  --bp-neutral-200: #e5e7eb;
  --bp-neutral-300: #d1d5db;
  --bp-neutral-400: #9ca3af;
  --bp-neutral-500: #6b7280;
  --bp-neutral-600: bp-warranty-sub#4b5563;
  --bp-neutral-700: #374151;
  --bp-neutral-800: #1f2937;
  --bp-neutral-900: #111827;

  /* Semantic */
  --bp-success:    #22c55e;
  --bp-danger:     #f87171;
  --bp-warning:    #fbbf24;

  /* Radii */
  --bp-radius-sm:  8px;
  --bp-radius-md:  12px;
  --bp-radius-lg:  16px;
  --bp-radius-xl:  20px;

  /* Shadows */
  --bp-shadow-sm:  0 1px 3px rgba(0,0,0,.04), 0 2px 8px rgba(0,0,0,.04);
  --bp-shadow-md:  0 4px 14px rgba(0,0,0,.07), 0 8px 28px rgba(0,0,0,.05);
  --bp-shadow-lg:  0 12px 36px rgba(0,0,0,.09), 0 24px 60px rgba(0,0,0,.06);

  /* Section rhythm */
  --bp-section-py:        96px;
  --bp-section-py-mobile: 64px;

  /* Motion */
  --bp-ease: cubic-bezier(.16,1,.3,1);

  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px;
  color: var(--bp-neutral-700);
  background: #fff;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
}
.bp-wrapper *, .bp-wrapper *::before, .bp-wrapper *::after { box-sizing: border-box; }
.bp-wrapper h1, .bp-wrapper h2, .bp-wrapper h3, .bp-wrapper h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  color: var(--bp-neutral-900);
  margin: 0 0 16px;
  line-height: 1.1;
  letter-spacing: -0.025em;
}
.bp-wrapper p { margin: 0 0 10px; }
.bp-wrapper a { text-decoration: none; color: var(--bp-brand); }
.bp-wrapper ul { list-style: none; padding: 0; margin: 0; }
.bp-wrapper img { max-width: 100%; height: auto; display: block; }
.bp-wrapper small { font-size: 11px; font-weight: 400; color: var(--bp-neutral-400); display: block; margin-top: 2px; }

/* ── 2. Containers e layout ── */
.bp-container    { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
.bp-container-md { max-width: 1024px; margin: 0 auto; padding: 0 32px; }
.bp-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.bp-desktop-only { display: block; }
.bp-mobile-only  { display: none; }
.bp-comp-hidden  { display: none !important; }

/* ── 3. Scroll reveal ── */
.bp-wrapper.bp-js-ready .bp-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 650ms var(--bp-ease), transform 650ms var(--bp-ease);
}
.bp-wrapper.bp-js-ready .bp-reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ── 4. Botões ── */
.bp-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 28px;
  border-radius: var(--bp-radius-md);
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  text-decoration: none !important;
  transition: all 260ms var(--bp-ease);
  border: 2px solid transparent;
  line-height: 1.2;
  white-space: nowrap;
}
.bp-btn-brand {
  background: var(--bp-brand);
  color: #fff !important;
  border-color: var(--bp-brand);
  box-shadow: 0 4px 18px rgba(25,112,179,.3);
}
.bp-btn-brand:hover {
  background: var(--bp-brand-dark);
  border-color: var(--bp-brand-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(25,112,179,.4);
}
.bp-btn-outline-brand {
  background: transparent;
  color: var(--bp-brand) !important;
  border-color: var(--bp-brand);
}
.bp-btn-outline-brand:hover { background: var(--bp-brand); color: #fff !important; }
.bp-btn-outline-white {
  background: transparent;
  color: #fff !important;
  border-color: rgba(255,255,255,.5);
}
.bp-btn-outline-white:hover { background: rgba(255,255,255,.12); border-color: #fff; }
.bp-btn-dark { background: var(--bp-neutral-900); color: #fff !important; border-color: var(--bp-neutral-900); }
.bp-btn-dark:hover { background: var(--bp-neutral-700); transform: translateY(-2px); }
.bp-mt { margin-top: 28px; }

/* ── 5. Kickers e tipografia ── */
.bp-kicker-gold {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--bp-gold);
  background: var(--bp-gold-50);
  border: 1px solid rgba(182,123,40,.2);
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .07em;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.bp-kicker-brand {
  display: block;
  color: var(--bp-brand);
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.bp-text-brand { color: var(--bp-brand); }
.bp-wrapper .bp-section-header, body .bp-section-header { text-align: center !important; margin-bottom: 56px; }
.bp-section-title {
  font-size: clamp(26px, 3.8vw, 42px);
  font-weight: 800;
  color: var(--bp-neutral-900);
  letter-spacing: -0.025em;
  margin-bottom: 16px;
}
.bp-section-title.bp-left { text-align: left; }
.bp-wrapper .bp-section-sub, body .bp-section-sub { font-size: 18px; color: var(--bp-neutral-500); max-width: 620px; margin: 0 auto !important; line-height: 1.7; text-align: center !important; }
.bp-wrapper .bp-section-sub.bp-left, body .bp-section-sub.bp-left { text-align: left !important; }
.bp-mb-md { margin-bottom: 28px !important; }
.bp-mb-0 { margin-bottom: 0 !important; }
.bp-section-cta { text-align: center; margin-top: 40px; }

/* ── 6. Top bar ── */
.bp-topbar {
  background: var(--bp-brand);
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}
.bp-topbar i { margin-right: 5px; font-size: 12px; opacity: .9; }
.bp-tb-sep { opacity: .5; }

/* ── 7. Header ── */
.bp-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.93);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--bp-neutral-100);
  transition: box-shadow 280ms ease;
}
.bp-header.is-scrolled { box-shadow: 0 2px 18px rgba(0,0,0,.09); }
.bp-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bp-header-logo img { height: 46px; width: auto; object-fit: contain; }

/* ── 8. Hero ── */
.bp-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
}
.bp-hero-bg { position: absolute; inset: 0; z-index: 0; }
.bp-hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.bp-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #fff 35%, rgba(255,255,255,.88) 55%, rgba(255,255,255,.35));
}
.bp-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 60px;
  align-items: center;
  width: 100%;
  padding-top: 72px;
  padding-bottom: 80px;
}
.bp-hero-title {
  font-size: clamp(28px, 4.2vw, 52px);
  font-weight: 900;
  color: var(--bp-neutral-900);
  line-height: 1.06;
  margin-bottom: 22px;
}
.bp-hero-subtitle {
  font-size: 18px;
  color: var(--bp-neutral-500);
  line-height: 1.7;
  margin-bottom: 28px;
  max-width: 500px;
}
.bp-hero-subtitle strong { color: var(--bp-neutral-700); font-weight: 600; }
.bp-hero-warranty {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--bp-gold-50);
  border: 1px solid rgba(182,123,40,.25);
  border-radius: 14px;
  padding: 16px;
  max-width: 500px;
}
.bp-hero-warranty img { width: 42px; height: 42px; object-fit: contain; flex-shrink: 0; }
.bp-warranty-title { font-weight: 800; color: var(--bp-neutral-900); font-size: 16px; margin-bottom: 2px; }
.bp-warranty-sub   { font-size: 14px; color: var(--bp-neutral-500); line-height: 1.45; margin: 0; }

/* Hero form — light glassmorphism card */
.bp-glass-card {
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,.92);
  border-radius: var(--bp-radius-xl);
  box-shadow: 0 20px 64px rgba(0,0,0,.13), 0 0 0 1px rgba(0,0,0,.04);
  padding: 36px 32px;
}
.bp-form-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--bp-gold-50);
  border: 1px solid rgba(182,123,40,.2);
  color: var(--bp-gold);
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
}
.bp-form-title    { font-size: 22px; font-weight: 800; color: var(--bp-neutral-900); margin-bottom: 6px; }
.bp-form-title .bp-text-brand { color: var(--bp-brand); }
.bp-wrapper .bp-form-subtitle, body .bp-form-subtitle { font-size: 14px; color: var(--bp-neutral-400); margin: 8px 0 32px !important; display: block; }
.bp-wrapper .bp-form-trust, body .bp-form-trust { text-align: center; font-size: 12px; color: var(--bp-neutral-400); margin: 20px 0 0 !important; display: flex; align-items: center; justify-content: center; gap: 6px; }
.bp-form-trust i  { color: var(--bp-neutral-300); }

/* ── 9. Durability ── */
.bp-durability {
  background: var(--bp-neutral-50);
  padding: var(--bp-section-py) 0;
  border-top: 1px solid rgba(0,0,0,.06);
}
.bp-yt-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  border-radius: var(--bp-radius-lg);
  overflow: hidden;
  box-shadow: var(--bp-shadow-lg);
}
.bp-yt-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.bp-feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 28px; }
.bp-feature-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #fff;
  border: 1px solid var(--bp-neutral-100);
  border-radius: var(--bp-radius-md);
  padding: 18px;
  box-shadow: var(--bp-shadow-sm);
  transition: box-shadow 260ms var(--bp-ease), transform 260ms var(--bp-ease);
}
.bp-feature-card:hover {
  box-shadow: var(--bp-shadow-md);
  transform: translateY(-2px);
}
.bp-feature-icon {
  width: 40px; height: 40px;
  background: var(--bp-brand-50);
  color: var(--bp-brand);
  border-radius: var(--bp-radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
}
.bp-feature-title { font-weight: 700; color: var(--bp-neutral-900); font-size: 14px; margin-bottom: 3px; }
.bp-feature-sub   { font-size: 13px; color: var(--bp-neutral-400); line-height: 1.55; margin: 0; }

/* ── 10. Testimonials ── */
.bp-testimonials {
  background: #fff;
  padding: var(--bp-section-py) 0;
  overflow: hidden;
  border-top: 1px solid var(--bp-neutral-100);
}
.bp-review-card {
  background: #fff;
  border: 1px solid var(--bp-neutral-100);
  border-radius: 18px;
  padding: 28px;
  box-shadow: var(--bp-shadow-sm);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.bp-review-card p { font-size: 14.5px; color: var(--bp-neutral-500); line-height: 1.7; flex: 1; margin-bottom: 20px; }
.bp-stars { color: #facc15; font-size: 14px; letter-spacing: 2px; margin-bottom: 16px; }
.bp-review-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid var(--bp-neutral-100);
}
.bp-review-footer strong { font-size: 14px; color: var(--bp-neutral-900); }
.bp-review-badge  { font-size: 11px; font-weight: 400; color: var(--bp-neutral-400); margin-left: 4px; }
.bp-review-source { font-size: 12px; color: var(--bp-neutral-400); display: flex; align-items: center; gap: 4px; }

/* ── 11. Gallery ── */
.bp-gallery {
  background: var(--bp-neutral-50);
  padding: var(--bp-section-py) 0;
  overflow: hidden;
  border-top: 1px solid rgba(0,0,0,.06);
}
.bp-gallery-item {
  border-radius: var(--bp-radius-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
  background: var(--bp-neutral-200);
  position: relative;
  cursor: pointer;
}
.bp-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 480ms var(--bp-ease); }
.bp-gallery-item:hover img { transform: scale(1.05); }

/* Gallery hover overlay */
.bp-gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15,23,42,.0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 360ms var(--bp-ease);
  z-index: 2;
}
.bp-gallery-overlay i {
  color: #fff;
  font-size: 22px;
  opacity: 0;
  transform: scale(.7);
  transition: opacity 300ms var(--bp-ease), transform 300ms var(--bp-ease);
}
.bp-gallery-item:hover .bp-gallery-overlay { background: rgba(15,23,42,.45); }
.bp-gallery-item:hover .bp-gallery-overlay i { opacity: 1; transform: scale(1); }

/* ── 12. Styles ── */
.bp-styles {
  background: #fff;
  padding: var(--bp-section-py) 0;
  border-top: 1px solid var(--bp-neutral-100);
}
.bp-style-card { background: var(--bp-neutral-50); overflow: hidden; border-radius: 0; }
.bp-style-img { aspect-ratio: 7/10; overflow: hidden; background: var(--bp-neutral-200); }
.bp-style-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 480ms var(--bp-ease); }
.bp-style-card:hover .bp-style-img img { transform: scale(1.05); }
.bp-style-info { padding: 18px 20px; }
.bp-style-info h3 { font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--bp-neutral-900); margin-bottom: 4px; }
.bp-style-info p  { font-size: 12.5px; color: var(--bp-neutral-400); margin: 0; line-height: 1.5; }

/* ── 13. Comparison ── */
.bp-comparison {
  background: var(--bp-neutral-50);
  padding: var(--bp-section-py) 0;
  border-top: 1px solid rgba(0,0,0,.06);
}
.bp-comp-table-wrap { border-radius: var(--bp-radius-lg); overflow: hidden; box-shadow: var(--bp-shadow-md); border: 1px solid var(--bp-neutral-100); }
.bp-comp-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.bp-comp-table thead th { padding: 16px 18px; text-align: center; }
.bp-th-feature { text-align: left !important; background: var(--bp-neutral-50); color: var(--bp-neutral-400); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; width: 27%; }
.bp-th-bp      { background: linear-gradient(135deg, var(--bp-brand) 0%, var(--bp-brand-dark) 100%) !important; color: #fff !important; font-weight: 900; font-size: 14px; }
.bp-th-bp i    { color: #fde047; margin-right: 5px; }
.bp-th-other   { background: var(--bp-neutral-50); color: var(--bp-neutral-400); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.bp-comp-table tbody td { padding: 15px 18px; text-align: center; font-size: 14px; color: var(--bp-neutral-500); }
.bp-comp-table tbody td:first-child { text-align: left; font-weight: 600; color: var(--bp-neutral-700); font-size: 14px; }
.bp-td-bp    { color: var(--bp-brand) !important; font-weight: 700 !important; }
.bp-row-w    { background: #fff; }
.bp-row-g    { background: rgba(249,250,251,.7); }
.bp-check    { color: var(--bp-success); font-size: 16px; }
.bp-xmark    { color: var(--bp-danger); font-size: 16px; }
.bp-maybe    { color: var(--bp-warning); font-weight: 700; font-size: 16px; }
/* Mobile comparison */
.bp-comp-tabs { display: flex; gap: 8px; margin-bottom: 18px; }
.bp-comp-tab {
  flex: 1;
  padding: 10px 6px;
  border-radius: var(--bp-radius-md);
  font-size: 12px;
  font-weight: 700;
  border: 2px solid var(--bp-neutral-200);
  background: #fff;
  color: var(--bp-neutral-500);
  cursor: pointer;
  transition: all 200ms ease;
  font-family: 'Montserrat', sans-serif;
}
.bp-comp-tab-active { background: var(--bp-brand) !important; color: #fff !important; border-color: var(--bp-brand) !important; }
.bp-comp-panel { border-radius: var(--bp-radius-lg); overflow: hidden; box-shadow: var(--bp-shadow-md); border: 1px solid var(--bp-neutral-100); }
.bp-comp-head {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px solid var(--bp-neutral-200);
}
.bp-comp-head > div { padding: 12px 10px; background: var(--bp-neutral-50); color: var(--bp-neutral-500); font-size: 11px; font-weight: 700; text-transform: uppercase; display: flex; align-items: center; justify-content: center; text-align: center; }
.bp-comp-head > div:first-child { justify-content: flex-start; }
.bp-comp-head-bp { background: var(--bp-brand) !important; color: #fff !important; flex-direction: column; gap: 2px; }
.bp-comp-head-bp i { color: #fde047; }
.bp-comp-row { display: grid; grid-template-columns: 1fr 1fr 1fr; }
.bp-comp-row span { padding: 12px 10px; font-size: 13px; display: flex; align-items: center; justify-content: center; }
.bp-comp-row span:first-child { justify-content: flex-start; font-weight: 600; color: var(--bp-neutral-700); }

/* ── 14. Founders ── */
.bp-founders {
  background: var(--bp-neutral-50);
  padding: var(--bp-section-py) 0;
  border-top: 1px solid rgba(0,0,0,.06);
}
/* Invert column order: text left, image right */
.bp-founders .bp-two-col { direction: rtl; }
.bp-founders .bp-two-col > div { direction: ltr; }

.bp-img-block { border-radius: var(--bp-radius-xl); overflow: hidden; box-shadow: var(--bp-shadow-lg); aspect-ratio: 4/3; background: var(--bp-neutral-200); }
.bp-img-block img { width: 100%; height: 100%; object-fit: cover; }
.bp-sig {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid var(--bp-neutral-200);
}
.bp-sig-icon {
  width: 48px; height: 48px;
  background: var(--bp-gold-50);
  color: var(--bp-gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.bp-sig-name  { font-family: 'Montserrat', sans-serif; font-weight: 800; font-style: italic; font-size: 14px; color: var(--bp-neutral-900); margin-bottom: 2px; }
.bp-sig-title { font-size: 13px; font-weight: 600; color: var(--bp-gold); margin: 0; }

/* ── 15. Showroom ── */
.bp-showroom {
  background: #fff;
  padding: var(--bp-section-py) 0;
  border-top: 1px solid var(--bp-neutral-100);
}
.bp-info-list { padding: 0; margin: 0 0 28px; display: flex; flex-direction: column; gap: 20px; }
.bp-info-list li { display: flex; align-items: flex-start; gap: 14px; }
.bp-info-icon {
  width: 40px; height: 40px;
  background: var(--bp-brand-50);
  color: var(--bp-brand);
  border-radius: var(--bp-radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.bp-info-list strong { display: block; font-size: 13px; font-weight: 700; color: var(--bp-neutral-900); margin-bottom: 3px; }
.bp-info-list p { font-size: 14px; color: var(--bp-neutral-500); margin: 0; }
.bp-info-list a { font-size: 14px; color: var(--bp-brand); font-weight: 600; }

/* ── 16. Footer ── */
.bp-footer { background: var(--bp-neutral-900); }
.bp-footer-cta {
  position: relative;
  padding: var(--bp-section-py) 0;
  background-image: linear-gradient(rgba(255,255,255,.94), rgba(255,255,255,.94)),
    url('https://www.blueprintcabinets.ca/wp-content/uploads/2026/06/kitchen-table-and-cabinets-1920w.webp');
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.bp-footer-cta-inner { text-align: center !important; }
.bp-footer-pre      { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--bp-neutral-400); margin-bottom: 14px; }
.bp-footer-cta-title { font-size: clamp(26px, 3.8vw, 42px); font-weight: 900; color: var(--bp-neutral-900); margin-bottom: 18px; line-height: 1.1; }
.bp-wrapper .bp-footer-cta-sub, body .bp-footer-cta-sub  { font-size: 18px; color: var(--bp-neutral-500); max-width: 520px; margin: 0 auto 40px !important; line-height: 1.65; text-align: center !important; }
.bp-footer-cta-btns { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
.bp-footer-grid-wrap { border-top: 1px solid rgba(255,255,255,.08); padding: 64px 0; }
.bp-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 48px;
}
.bp-footer-logo  { max-width: 80px !important; height: auto !important; filter: brightness(0) invert(1); margin-bottom: 20px; }
.bp-footer-brand p { font-size: 14px; color: var(--bp-neutral-400); line-height: 1.7; margin-bottom: 24px; }
.bp-social { display: flex; gap: 10px; flex-wrap: wrap; }
.bp-social a {
  width: 38px; height: 38px;
  border-radius: var(--bp-radius-sm);
  background: rgba(255,255,255,.1);
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: background 200ms, transform 200ms;
}
.bp-social a:hover { background: rgba(255,255,255,.2); transform: translateY(-2px); }
.bp-footer-col h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}
.bp-footer-col ul li { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 16px; font-size: 14px; color: var(--bp-neutral-400); }
.bp-footer-col ul li i { color: var(--bp-gold); flex-shrink: 0; margin-top: 2px; }
.bp-footer-col ul li a { color: var(--bp-neutral-400); transition: color 200ms; }
.bp-footer-col ul li a:hover { color: #fff; }
.bp-footer-col ul li span { color: var(--bp-neutral-400); }
.bp-footer-bottom-wrap { border-top: 1px solid rgba(255,255,255,.08); padding: 24px 0; }
.bp-footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 13px; color: var(--bp-neutral-500); }
.bp-footer-bottom p { margin: 0; }
.bp-footer-bottom a { color: var(--bp-neutral-500); transition: color 200ms; }
.bp-footer-bottom a:hover { color: var(--bp-neutral-400); }

/* ── 17. Video bubble ── */
@keyframes bp-ring { 0% { transform: scale(1); opacity: .55; } 100% { transform: scale(1.75); opacity: 0; } }
.bp-video-bubble {
  position: fixed;
  bottom: 26px;
  right: 26px;
  z-index: 999;
  cursor: pointer;
  width: 72px;
  height: 72px;
  border-radius: 50%;
}
.bp-bubble-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 3px solid var(--bp-brand);
  animation: bp-ring 2.2s ease-out infinite;
}
.bp-bubble-inner {
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--bp-brand);
  background: #000;
  box-shadow: 0 6px 24px rgba(25,112,179,.45);
}
.bp-bubble-inner video { width: 100%; height: 100%; object-fit: cover; }
.bp-bubble-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.28);
  transition: background 200ms;
}
.bp-video-bubble:hover .bp-bubble-play { background: rgba(0,0,0,.5); }
.bp-bubble-play i { color: #fff; font-size: 12px; margin-left: 3px; }

/* ── 18. Video modal ── */
.bp-video-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0,0,0,.86);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 280ms ease;
}
.bp-video-modal.open { opacity: 1; pointer-events: all; }
.bp-modal-card {
  background: var(--bp-neutral-900);
  border-radius: var(--bp-radius-lg);
  overflow: hidden;
  width: 100%;
  max-width: 700px;
  position: relative;
  box-shadow: 0 24px 80px rgba(0,0,0,.6);
}
.bp-modal-close {
  position: absolute;
  top: 10px; right: 10px; z-index: 2;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(0,0,0,.6);
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: background 200ms;
}
.bp-modal-close:hover { background: rgba(0,0,0,.9); }
.bp-modal-body video { width: 100%; display: block; max-height: 62vh; }
.bp-modal-cta-row { display: flex; gap: 12px; padding: 16px 18px; background: var(--bp-neutral-800); }
.bp-modal-cta-row .bp-btn { flex: 1; justify-content: center; font-size: 14px; padding: 12px 16px; }

/* ── 19. Swiper overrides ── */
.bp-testimonials-swiper,
.bp-gallery-swiper,
.bp-styles-swiper { padding-bottom: 48px !important; }
.bp-testimonials-swiper .swiper-slide,
.bp-gallery-swiper .swiper-slide { height: auto; }
.swiper-pagination-bullet-active { background: var(--bp-brand) !important; }
.bp-gallery-swiper .swiper-button-next,
.bp-gallery-swiper .swiper-button-prev,
.bp-styles-swiper .swiper-button-next,
.bp-styles-swiper .swiper-button-prev { color: var(--bp-brand) !important; }
.bp-gallery-swiper .swiper-button-next::after,
.bp-gallery-swiper .swiper-button-prev::after,
.bp-styles-swiper .swiper-button-next::after,
.bp-styles-swiper .swiper-button-prev::after { font-size: 16px !important; }

/* ── 20. WPForms #716 skin premium ── */
.bp-wpforms .wpforms-container,
.bp-wpforms .wpforms-container-full,
.bp-wpforms .wpforms-form { margin: 0 !important; padding: 0 !important; background: transparent !important; max-width: 100% !important; width: 100% !important; }
.bp-wpforms .wpforms-field { padding: 0 0 14px 0 !important; margin: 0 !important; }
.bp-wpforms .wpforms-field-label { font-family: 'Montserrat', sans-serif !important; font-size: 12px !important; font-weight: 700 !important; text-transform: uppercase !important; letter-spacing: .05em !important; color: var(--bp-neutral-500) !important; margin-bottom: 6px !important; display: block; }
.bp-wpforms .wpforms-field input[type="text"],
.bp-wpforms .wpforms-field input[type="email"],
.bp-wpforms .wpforms-field input[type="tel"],
.bp-wpforms .wpforms-field input[type="number"],
.bp-wpforms .wpforms-field textarea,
.bp-wpforms .wpforms-field select {
  width: 100% !important;
  padding: 13px 16px !important;
  border-radius: var(--bp-radius-sm) !important;
  border: 1px solid var(--bp-neutral-200) !important;
  background: rgba(255,255,255,.85) !important;
  font-size: 15px !important;
  color: var(--bp-neutral-900) !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  transition: border-color 200ms, box-shadow 200ms !important;
  box-sizing: border-box !important;
}
.bp-wpforms .wpforms-field input:focus,
.bp-wpforms .wpforms-field textarea:focus { outline: none !important; border-color: var(--bp-brand) !important; box-shadow: 0 0 0 3px rgba(25,112,179,.14) !important; }
.bp-wpforms .wpforms-submit-container { padding: 0 !important; margin: 4px 0 0 !important; }
.bp-wpforms .wpforms-submit,
.bp-wpforms button[type="submit"] {
  width: 100% !important;
  padding: 15px 0 !important;
  border-radius: var(--bp-radius-md) !important;
  background: var(--bp-brand) !important;
  color: #fff !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  text-transform: none !important;
  border: none !important;
  cursor: pointer !important;
  box-shadow: 0 4px 18px rgba(25,112,179,.35) !important;
  transition: background 200ms, box-shadow 200ms, transform 200ms !important;
}
.bp-wpforms .wpforms-submit:hover,
.bp-wpforms button[type="submit"]:hover { background: var(--bp-brand-dark) !important; transform: translateY(-1px) !important; box-shadow: 0 6px 24px rgba(25,112,179,.45) !important; }
.bp-wpforms .wpforms-hidden,
.bp-wpforms .wpforms-field-hp,
.bp-wpforms [class*="wpforms-field-hp"] { display: none !important; position: absolute !important; left: -9999px !important; }
.bp-wpforms .wpforms-confirmation-container p,
.bp-wpforms .wpforms-confirmation-scroll p { color: var(--bp-neutral-900) !important; }

/* ── 21. Tablet (≤ 1024px) ── */
@media (max-width: 1024px) {
  .bp-two-col      { grid-template-columns: 1fr; gap: 40px; }
  .bp-hero-inner   { grid-template-columns: 1fr; padding-top: 40px; padding-bottom: 60px; }
  .bp-hero-overlay { background: linear-gradient(to bottom, rgba(255,255,255,.94) 55%, rgba(255,255,255,.6)); }
  .bp-footer-grid  { grid-template-columns: 1fr 1fr; gap: 32px; }
  .bp-footer-brand { grid-column: 1 / -1; }
  .bp-founders .bp-two-col { direction: ltr; }
}

/* ── 22. Mobile (≤ 768px) ── */
@media (max-width: 768px) {
  .bp-desktop-only { display: none !important; }
  .bp-mobile-only  { display: block !important; }
  .bp-hide-mobile  { display: none !important; }
  .bp-hide-tablet  { display: none !important; }
  .bp-container, .bp-container-md { padding: 0 18px; }
  .bp-header       { position: relative; }
  .bp-header-inner { padding: 0 18px; height: 66px; }
  .bp-header-logo img { height: 36px; }
  .bp-topbar { font-size: 12px; padding: 8px 14px; gap: 8px; }
  .bp-hero   { min-height: auto; }
  .bp-hero-inner    { padding-top: 28px; padding-bottom: 48px; }
  .bp-hero-title    { font-size: 28px; }
  .bp-hero-subtitle { font-size: 16px; }
  .bp-section-title { font-size: 26px; }
  .bp-section-sub   { font-size: 16px; }
  .bp-section-header { margin-bottom: 40px; }
  .bp-durability, .bp-testimonials, .bp-gallery,
  .bp-styles, .bp-comparison, .bp-founders, .bp-showroom { padding: var(--bp-section-py-mobile) 0; }
  .bp-feature-grid  { grid-template-columns: 1fr; }
  .bp-footer-grid   { grid-template-columns: 1fr; }
  .bp-footer-cta    { padding: var(--bp-section-py-mobile) 0; }
  .bp-footer-cta-title { font-size: 26px; }
  .bp-footer-cta-sub   { font-size: 16px; }
  .bp-footer-cta-btns  { flex-direction: column; align-items: center; }
  .bp-footer-cta-btns .bp-btn { width: 100%; max-width: 340px; justify-content: center; }
  .bp-footer-bottom { flex-direction: column; text-align: center; }
  .bp-glass-card    { padding: 28px 22px; }
  .bp-video-bubble  { width: 62px; height: 62px; bottom: 18px; right: 18px; }
  .bp-bubble-inner  { width: 62px; height: 62px; }
  .bp-modal-cta-row { flex-direction: column; }
}/* End custom CSS */