.bmp-site {
  --bmp-bg: #f8f9f7;
  --bmp-surface: rgba(255, 255, 255, 0.78);
  --bmp-surface-strong: rgba(255, 255, 255, 0.94);
  --bmp-text: #151617;
  --bmp-muted: #62645f;
  --bmp-line: rgba(23, 24, 23, 0.11);
  --bmp-accent: #0e695f;
  --bmp-accent-2: #b48a55;
  --bmp-ink: #111111;
  --bmp-radius: 8px;
  --bmp-content: 1180px;
  color: var(--bmp-text);
  background:
    linear-gradient(180deg, #fff 0%, var(--bmp-bg) 64%, #fff 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow-x: hidden;
}

body.bmp-public-template {
  margin: 0;
  background: #fff;
}

body.admin-bar .bmp-site-header {
  top: 32px;
}

.bmp-site * {
  box-sizing: border-box;
}

.bmp-site main {
  width: 100%;
}

.bmp-site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  max-width: var(--bmp-content);
  margin: 0 auto;
  padding: 12px 18px;
  border: 1px solid var(--bmp-line);
  border-top: 0;
  border-radius: 0 0 var(--bmp-radius) var(--bmp-radius);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(22px);
  box-shadow: 0 16px 46px rgba(17, 17, 17, 0.05);
}

@media (max-width: 782px) {
  body.admin-bar .bmp-site-header {
    top: 46px;
  }
}

.bmp-brand,
.bmp-site-nav,
.bmp-language-switcher,
.bmp-hero-actions {
  display: flex;
  align-items: center;
}

.bmp-brand {
  gap: 10px;
  color: var(--bmp-text);
  font-weight: 840;
  letter-spacing: 0;
  text-decoration: none;
}

.bmp-brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: var(--bmp-ink);
  color: #fff;
  font-size: 15px;
}

.bmp-brand-logo {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
}

.bmp-site-nav {
  justify-content: center;
  gap: 22px;
  font-size: 14px;
}

.bmp-site-nav a,
.bmp-language-switcher a {
  color: var(--bmp-muted);
  text-decoration: none;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.bmp-site-nav a:hover,
.bmp-site-nav a:focus,
.bmp-language-switcher a:hover,
.bmp-language-switcher a:focus {
  color: var(--bmp-text);
}

.bmp-nav-cta {
  color: var(--bmp-text) !important;
  font-weight: 760;
}

.bmp-language-switcher {
  justify-self: end;
  gap: 3px;
  border: 1px solid var(--bmp-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  padding: 4px;
  font-size: 12px;
}

.bmp-language-switcher a {
  border-radius: 999px;
  padding: 6px 8px;
}

.bmp-language-switcher a.is-active {
  background: var(--bmp-ink);
  color: #fff;
}

.bmp-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bmp-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--bmp-text);
  cursor: pointer;
}

.bmp-menu-toggle span:not(.screen-reader-text) {
  position: absolute;
  display: block;
  width: 17px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.bmp-menu-toggle span:nth-child(1) {
  transform: translateY(-6px);
}

.bmp-menu-toggle span:nth-child(3) {
  transform: translateY(6px);
}

.bmp-menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: rotate(45deg);
}

.bmp-menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.bmp-menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: rotate(-45deg);
}

.bmp-mobile-panel {
  display: none;
  max-width: var(--bmp-content);
  margin: -10px auto 0;
  padding: 0 22px 16px;
}

.bmp-mobile-panel nav {
  display: grid;
  gap: 8px;
  border: 1px solid var(--bmp-line);
  border-radius: var(--bmp-radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 70px rgba(17, 17, 17, 0.08);
  padding: 10px;
  backdrop-filter: blur(20px);
}

.bmp-mobile-panel a {
  display: flex;
  align-items: center;
  min-height: 44px;
  border-radius: var(--bmp-radius);
  color: var(--bmp-text);
  padding: 10px 12px;
  font-weight: 760;
  text-decoration: none;
}

.bmp-mobile-panel .bmp-nav-cta {
  background: var(--bmp-accent);
  color: #fff !important;
}

.bmp-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  align-items: center;
  gap: 46px;
  max-width: var(--bmp-content);
  min-height: 760px;
  margin: 0 auto;
  padding: 72px 22px 82px;
}

.bmp-kicker {
  margin: 0 0 14px;
  color: var(--bmp-accent);
  font-size: 12px;
  font-weight: 840;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bmp-hero h1,
.bmp-section h2,
.bmp-apply h2 {
  margin: 0;
  color: var(--bmp-text);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 520;
  letter-spacing: 0;
}

.bmp-hero h1 {
  max-width: 860px;
  font-size: 78px;
  line-height: 0.98;
}

.bmp-hero-lede {
  max-width: 690px;
  margin: 24px 0 30px;
  color: var(--bmp-muted);
  font-size: 21px;
}

.bmp-hero-note {
  max-width: 560px;
  margin: 16px 0 0;
  color: var(--bmp-muted);
  font-size: 14px;
  font-weight: 700;
}

.bmp-hero-actions {
  flex-wrap: wrap;
  gap: 12px;
}

.bmp-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: var(--bmp-radius);
  background: var(--bmp-accent);
  color: #fff;
  padding: 12px 18px;
  font-weight: 780;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.bmp-button:hover,
.bmp-button:focus {
  transform: translateY(-1px);
  box-shadow: 0 14px 35px rgba(14, 105, 95, 0.20);
  color: #fff;
}

.bmp-button.is-secondary {
  border-color: var(--bmp-line);
  background: rgba(255, 255, 255, 0.78);
  color: var(--bmp-text);
}

.bmp-button.is-full {
  width: 100%;
}

.bmp-mobile-sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  background: var(--bmp-accent);
  box-shadow: 0 18px 48px rgba(14, 105, 95, 0.24);
  color: #fff;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.bmp-product-glass {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--bmp-radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.55)),
    rgba(255, 255, 255, 0.74);
  box-shadow: 0 38px 100px rgba(17, 17, 17, 0.12);
  backdrop-filter: blur(24px);
  padding: 18px;
}

.bmp-product-topline {
  display: flex;
  gap: 7px;
  margin-bottom: 18px;
}

.bmp-product-topline span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d8d2c6;
}

.bmp-product-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.bmp-product-grid div,
.bmp-flow-lines,
.bmp-feature-card,
.bmp-plan-card,
.bmp-ops-panel,
.bmp-lead-form {
  border: 1px solid var(--bmp-line);
  border-radius: var(--bmp-radius);
  background: var(--bmp-surface-strong);
}

.bmp-product-grid div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 15px;
}

.bmp-product-grid span {
  color: var(--bmp-muted);
}

.bmp-product-grid strong {
  color: var(--bmp-text);
}

.bmp-flow-lines {
  display: grid;
  gap: 12px;
  margin-top: 14px;
  padding: 18px;
}

.bmp-flow-lines span {
  display: block;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(14, 105, 95, 0.28), rgba(180, 138, 85, 0.20), rgba(17, 17, 17, 0.08));
}

.bmp-flow-lines span:nth-child(2) {
  width: 76%;
}

.bmp-flow-lines span:nth-child(3) {
  width: 88%;
}

.bmp-flow-lines span:nth-child(4) {
  width: 58%;
}

.bmp-dashboard-preview {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.bmp-dashboard-preview div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--bmp-line);
  border-radius: var(--bmp-radius);
  background: rgba(255, 255, 255, 0.78);
  padding: 13px 15px;
}

.bmp-dashboard-preview strong {
  font-size: 14px;
}

.bmp-dashboard-preview span {
  color: var(--bmp-accent);
  font-weight: 840;
}

.bmp-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  max-width: var(--bmp-content);
  margin: 0 auto;
  border: 1px solid var(--bmp-line);
  border-radius: var(--bmp-radius);
  overflow: hidden;
  background: var(--bmp-line);
}

.bmp-trust-strip span {
  background: rgba(255, 255, 255, 0.72);
  padding: 18px;
  color: var(--bmp-muted);
  font-size: 14px;
  text-align: center;
}

.bmp-section,
.bmp-apply {
  max-width: var(--bmp-content);
  margin: 0 auto;
  padding: 96px 22px;
}

.bmp-section-head {
  max-width: 760px;
  margin-bottom: 30px;
}

.bmp-section h2,
.bmp-apply h2 {
  font-size: 52px;
  line-height: 1.02;
}

.bmp-section-head p:last-child,
.bmp-apply-copy p:last-child {
  color: var(--bmp-muted);
  font-size: 18px;
}

.bmp-feature-grid,
.bmp-plan-grid,
.bmp-ops-grid,
.bmp-showcase-grid,
.bmp-process-grid,
.bmp-testimonial-grid {
  display: grid;
  gap: 14px;
}

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

.bmp-feature-card,
.bmp-plan-card,
.bmp-ops-panel {
  padding: 22px;
  box-shadow: 0 18px 60px rgba(17, 17, 17, 0.05);
}

.bmp-icon {
  width: 28px;
  height: 28px;
  color: var(--bmp-accent);
  margin-bottom: 18px;
}

.bmp-feature-card h3,
.bmp-plan-card h3,
.bmp-ops-panel h3 {
  margin: 0 0 10px;
  font-size: 21px;
}

.bmp-feature-card p,
.bmp-plan-card p,
.bmp-ops-panel li {
  color: var(--bmp-muted);
}

.bmp-plan-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  align-items: stretch;
}

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

.bmp-showcase-card,
.bmp-process-grid article,
.bmp-testimonial-grid figure,
.bmp-faq-list details,
.bmp-final-cta {
  border: 1px solid var(--bmp-line);
  border-radius: var(--bmp-radius);
  background: var(--bmp-surface-strong);
  box-shadow: 0 18px 60px rgba(17, 17, 17, 0.05);
}

.bmp-showcase-card {
  overflow: hidden;
}

.bmp-showcase-card img,
.bmp-showcase-placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.bmp-showcase-placeholder {
  display: grid;
  gap: 10px;
  align-content: end;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(228, 222, 209, 0.86)),
    repeating-linear-gradient(135deg, rgba(17, 17, 17, 0.035) 0 1px, transparent 1px 12px);
  padding: 18px;
}

.bmp-showcase-placeholder span {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.11);
}

.bmp-showcase-placeholder span:nth-child(2) {
  width: 74%;
}

.bmp-showcase-placeholder span:nth-child(3) {
  width: 46%;
}

.bmp-showcase-card div:last-child {
  padding: 20px;
}

.bmp-showcase-card h3,
.bmp-process-grid h3 {
  margin: 0 0 9px;
}

.bmp-showcase-card p,
.bmp-process-grid p,
.bmp-testimonial-grid blockquote,
.bmp-testimonial-grid span,
.bmp-faq-list p {
  color: var(--bmp-muted);
}

.bmp-plan-card {
  display: grid;
  gap: 22px;
}

.bmp-plan-card.is-featured {
  border-color: rgba(14, 105, 95, 0.38);
  box-shadow: 0 28px 80px rgba(14, 105, 95, 0.13);
}

.bmp-plan-label {
  color: var(--bmp-accent) !important;
  font-size: 12px;
  font-weight: 840;
  text-transform: uppercase;
}

.bmp-plan-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.bmp-plan-price strong {
  font-size: 36px;
  letter-spacing: 0;
}

.bmp-plan-price span {
  color: var(--bmp-muted);
}

.bmp-ops-grid {
  grid-template-columns: 1fr 1fr;
}

.bmp-comparison-table {
  overflow-x: auto;
  border: 1px solid var(--bmp-line);
  border-radius: var(--bmp-radius);
  background: var(--bmp-surface-strong);
  box-shadow: 0 18px 60px rgba(17, 17, 17, 0.05);
}

.bmp-comparison-table table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.bmp-comparison-table th,
.bmp-comparison-table td {
  border-bottom: 1px solid var(--bmp-line);
  padding: 15px;
  text-align: start;
}

.bmp-comparison-table th {
  color: var(--bmp-muted);
  font-size: 12px;
  text-transform: uppercase;
}

.bmp-comparison-table tbody tr:last-child td {
  border-bottom: 0;
}

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

.bmp-process-grid article,
.bmp-testimonial-grid figure {
  margin: 0;
  padding: 22px;
}

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

.bmp-testimonial-grid blockquote {
  margin: 0 0 18px;
  font-size: 18px;
}

.bmp-testimonial-grid figcaption {
  display: grid;
  gap: 3px;
}

.bmp-faq-list {
  display: grid;
  gap: 10px;
  max-width: 900px;
}

.bmp-faq-list details {
  padding: 18px 20px;
}

.bmp-faq-list summary {
  cursor: pointer;
  font-weight: 800;
}

.bmp-faq-list p {
  margin: 12px 0 0;
}

.bmp-ops-panel ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.bmp-ops-panel li {
  position: relative;
  padding-inline-start: 24px;
}

.bmp-ops-panel li::before {
  position: absolute;
  inset-inline-start: 0;
  content: "";
  width: 9px;
  height: 9px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--bmp-accent-2);
}

.bmp-apply {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 32px;
  align-items: start;
}

.bmp-final-cta {
  display: grid;
  gap: 8px;
  margin-top: 22px;
  padding: 18px;
}

.bmp-final-cta strong {
  font-size: 18px;
}

.bmp-final-cta span {
  color: var(--bmp-muted);
}

.bmp-lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 22px;
  backdrop-filter: blur(20px);
}

.bmp-lead-form label {
  display: grid;
  gap: 7px;
  color: var(--bmp-muted);
  font-size: 13px;
  font-weight: 760;
}

.bmp-lead-form input,
.bmp-lead-form select,
.bmp-lead-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--bmp-line);
  border-radius: var(--bmp-radius);
  background: #fff;
  color: var(--bmp-text);
  padding: 11px 12px;
  font: inherit;
}

.bmp-hp {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.bmp-form-wide,
.bmp-form-notice,
.bmp-lead-form button {
  grid-column: 1 / -1;
}

.bmp-form-notice {
  border-radius: var(--bmp-radius);
  background: rgba(14, 105, 95, 0.10);
  color: var(--bmp-accent);
  padding: 12px 14px;
}

.bmp-form-notice.is-error {
  background: rgba(127, 29, 29, 0.08);
  color: #7f1d1d;
}

.bmp-site-footer {
  border-top: 1px solid var(--bmp-line);
  background: rgba(255, 255, 255, 0.76);
}

.bmp-footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(160px, 0.7fr) minmax(180px, 0.8fr) minmax(160px, 0.6fr);
  gap: 26px;
  max-width: var(--bmp-content);
  margin: 0 auto;
  padding: 42px 20px 86px;
}

.bmp-footer-brand,
.bmp-footer-nav,
.bmp-footer-contact,
.bmp-footer-legal {
  display: grid;
  align-content: start;
  gap: 8px;
}

.bmp-footer-brand strong {
  color: var(--bmp-text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 520;
}

.bmp-footer-brand p {
  max-width: 420px;
  margin: 0;
  color: var(--bmp-muted);
}

.bmp-footer-nav a,
.bmp-footer-contact a,
.bmp-footer-contact span,
.bmp-footer-legal a {
  color: var(--bmp-muted);
  text-decoration: none;
}

.bmp-footer-contact strong,
.bmp-footer-legal strong {
  color: var(--bmp-text);
}

.bmp-site[dir="rtl"] .bmp-site-nav,
.bmp-site[dir="rtl"] .bmp-hero-actions,
.bmp-site[dir="rtl"] .bmp-brand {
  flex-direction: row-reverse;
}

.bmp-site[dir="rtl"] {
  font-family: Tahoma, "Segoe UI", Arial, sans-serif;
}

.bmp-site[dir="rtl"] .bmp-hero-copy,
.bmp-site[dir="rtl"] .bmp-section-head,
.bmp-site[dir="rtl"] .bmp-apply-copy,
.bmp-site[dir="rtl"] .bmp-lead-form {
  text-align: right;
}

.bmp-site[dir="rtl"] .bmp-mobile-sticky-cta {
  right: auto;
  left: 18px;
}

@media (prefers-reduced-motion: no-preference) {
  .bmp-product-glass {
    animation: bmpFloat 8s ease-in-out infinite;
  }

  @keyframes bmpFloat {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-8px);
    }
  }
}

@media (max-width: 980px) {
  .bmp-site-header {
    grid-template-columns: 1fr auto auto;
  }

  .bmp-site-nav {
    display: none;
  }

  .bmp-menu-toggle {
    display: inline-flex;
  }

  .bmp-mobile-panel:not([hidden]) {
    display: block;
  }

  .bmp-hero,
  .bmp-apply,
  .bmp-ops-grid,
  .bmp-showcase-grid,
  .bmp-process-grid,
  .bmp-testimonial-grid,
  .bmp-footer-inner {
    grid-template-columns: 1fr;
  }

  .bmp-feature-grid,
  .bmp-plan-grid,
  .bmp-trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .bmp-hero h1 {
    font-size: 58px;
  }

  .bmp-section h2,
  .bmp-apply h2 {
    font-size: 42px;
  }
}

@media (max-width: 640px) {
  .bmp-site-header {
    margin: 0 10px;
    padding: 12px;
  }

  .bmp-brand span:last-child {
    display: none;
  }

  .bmp-language-switcher {
    overflow-x: auto;
    max-width: 54vw;
  }

  .bmp-hero {
    min-height: auto;
    padding-top: 58px;
  }

  .bmp-feature-grid,
  .bmp-plan-grid,
  .bmp-trust-strip,
  .bmp-lead-form {
    grid-template-columns: 1fr;
  }

  .bmp-section,
  .bmp-apply {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .bmp-hero h1 {
    font-size: 42px;
  }

  .bmp-hero-lede,
  .bmp-section-head p:last-child,
  .bmp-apply-copy p:last-child {
    font-size: 17px;
  }

  .bmp-section h2,
  .bmp-apply h2 {
    font-size: 34px;
  }

  .bmp-mobile-sticky-cta {
    display: inline-flex;
  }
}
