/* ============================================================
   BIOMISKAI ELEMENTOR WIDGETS v1.0.1
   ============================================================ */

:root {
  --bm-green-dark:   #1a3320;
  --bm-green-mid:    #2d5a27;
  --bm-green-accent: #3d7a35;
  --bm-green-light:  #4e9e44;
  --bm-gold:         #c8a94a;
  --bm-cream:        #f5f0e8;
  --bm-warm-white:   #fafaf7;
  --bm-text-dark:    #1a1a18;
  --bm-text-mid:     #3a3a35;
  --bm-text-light:   #6b6b62;
  --bm-border:       rgba(45,90,39,0.15);
  --bm-font-heading: 'Playfair Display', Georgia, serif;
  --bm-font-body:    'DM Sans', sans-serif;
}

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

/* ========================================================
   ICONS (inline SVG)
   ======================================================== */
.bm-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -.15em;
  flex-shrink: 0;
  fill: currentColor;
}
.bm-icon svg { width: 100%; height: 100%; display: block; }
.bm-icon--flag-lt { vertical-align: -.18em; }

/* Icon sizing per component context */
.bm-trust-item__icon          { font-size: 20px; line-height: 1; color: var(--bm-gold); display: inline-flex; align-items: center; }
.bm-trust-item__icon .bm-icon { width: 20px; height: 20px; }

.bm-service-mini__icon .bm-icon { width: 28px; height: 28px; color: var(--bm-green-light); }
.bm-service-mini:hover .bm-service-mini__icon .bm-icon { color: #fff; }

.bm-why-card__icon { display: inline-flex; align-items: center; justify-content: center; color: var(--bm-gold); }
.bm-why-card__icon .bm-icon { width: 1em; height: 1em; }

.bm-contact-item__icon { font-size: 22px; color: var(--bm-green-accent); }
.bm-contact-item__icon .bm-icon { width: 22px; height: 22px; }

.bm-social-btn .bm-icon { width: 18px; height: 18px; }

.bm-sticky-call__icon .bm-icon { width: 20px; height: 20px; }

.bm-topbar__cta-icon .bm-icon { width: 14px; height: 14px; color: #1a3320; }

.bm-nav__phone-icon .bm-icon { width: 16px; height: 16px; }

.bm-topbar a .bm-icon,
.bm-topbar__hours .bm-icon { width: 14px; height: 14px; vertical-align: -.2em; margin-right: 4px; }

.bm-btn .bm-icon { width: 16px; height: 16px; margin-right: 6px; vertical-align: -.2em; }

.bm-testimonial-stars .bm-icon { width: 16px; height: 16px; }

/* ========================================================
   TOPBAR
   ======================================================== */
.bm-topbar {
  background: var(--bm-green-dark);
  font-family: var(--bm-font-body);
  font-size: 13px;
  padding: 8px 0;
  width: 100%;
}
.bm-topbar__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.bm-topbar__left { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
.bm-topbar a { color: rgba(255,255,255,0.8); text-decoration: none; transition: color .2s; }
.bm-topbar a:hover { color: var(--bm-gold); }
.bm-topbar__right,
.bm-topbar__hours { color: rgba(255,255,255,0.75); }

.bm-topbar__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: rgba(200,169,74,.18);
  border: 1px solid rgba(200,169,74,.45);
  border-radius: 999px;
  color: #fff;
  font-weight: 500;
  line-height: 1.3;
  max-width: 100%;
}
.bm-topbar__cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  padding: 0;
  border-radius: 50%;
  background: var(--bm-gold, #c8a94a);
  color: #1a3320;
  font-size: 12px;
  line-height: 1;
  aspect-ratio: 1 / 1;
}
.bm-topbar__cta-link {
  color: var(--bm-gold, #c8a94a) !important;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.bm-topbar__cta-link:hover { text-decoration: underline; }

/* ========================================================
   STICKY TOPBAR + HEADER STACK (fixed for reliability)
   ======================================================== */
body:not(.elementor-editor-active) .bm-topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9990;
}
body:not(.elementor-editor-active) .bm-header {
  position: fixed;
  top: var(--bm-topbar-height, 40px);
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9991;
}
/* Offset page content so it isn't hidden behind the fixed bars */
body:not(.elementor-editor-active).bm-has-sticky {
  padding-top: var(--bm-stack-height, 108px);
}

@media (max-width: 700px) {
  .bm-topbar__cta { font-size: 12px; padding: 5px 10px; }
  .bm-topbar__left,
  .bm-topbar__hours { display: none !important; }
  .bm-topbar__inner { justify-content: center; }
}

/* ========================================================
   HEADER / NAV
   ======================================================== */
.bm-header {
  background: rgba(250,250,247,0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--bm-border);
  /* sticky only on frontend, not in editor */
  position: relative;
  z-index: 100;
  transition: box-shadow .3s;
  font-family: var(--bm-font-body);
  width: 100%;
}
.bm-header.scrolled { box-shadow: 0 4px 30px rgba(0,0,0,0.09); }
.bm-header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.bm-header__logo {
  font-family: var(--bm-font-heading);
  font-size: 22px;
  font-weight: 700;
  color: var(--bm-green-dark);
  text-decoration: none;
  letter-spacing: -.5px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.bm-header__logo img { height: 40px; width: auto; }
.bm-header__logo-text em { font-style: normal; color: var(--bm-green-light); }
.bm-nav {
  display: flex;
  gap: 4px;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: nowrap;
}
.bm-nav a {
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  color: var(--bm-text-mid);
  text-decoration: none;
  border-radius: 6px;
  transition: all .2s;
  white-space: nowrap;
  display: block;
}
.bm-nav a:hover { color: var(--bm-green-accent); background: rgba(77,158,68,.08); }
.bm-nav a.bm-nav__cta {
  background: var(--bm-green-accent) !important;
  color: #fff !important;
  padding: 10px 20px !important;
  border-radius: 8px !important;
}
.bm-nav a.bm-nav__cta:hover { background: var(--bm-green-mid) !important; }
.bm-nav a.bm-nav__phone {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  font-weight: 700 !important;
  letter-spacing: .2px;
  white-space: nowrap;
}
.bm-nav a.bm-nav__phone .bm-nav__phone-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255,255,255,.2);
  font-size: 14px;
  line-height: 1;
}
.bm-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  background: none;
  border: none;
  flex-shrink: 0;
}
.bm-hamburger span {
  width: 24px;
  height: 2px;
  background: var(--bm-green-dark);
  border-radius: 2px;
  display: block;
  transition: all .3s;
}
.bm-mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--bm-green-dark);
  z-index: 9999;
  padding: 28px 24px 40px;
  flex-direction: column;
  overflow-y: auto;
}
.bm-mobile-nav.bm-open { display: flex; }
.bm-mobile-nav__close {
  align-self: flex-end;
  background: none;
  border: none;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  line-height: 1;
  margin-bottom: 28px;
}
.bm-mobile-nav__links { list-style: none; padding: 0; margin: 0; }
.bm-mobile-nav__links li { border-bottom: 1px solid rgba(255,255,255,.1); }
.bm-mobile-nav__links a {
  display: block;
  color: rgba(255,255,255,.85);
  text-decoration: none;
  font-size: 24px;
  font-family: var(--bm-font-heading);
  padding: 14px 0;
  transition: color .2s;
}
.bm-mobile-nav__links a:hover { color: var(--bm-gold); }
.bm-mobile-nav__footer {
  margin-top: auto;
  padding-top: 32px;
  color: rgba(255,255,255,.6);
  font-size: 14px;
  font-family: var(--bm-font-body);
}
.bm-mobile-nav__footer a { color: var(--bm-gold); text-decoration: none; font-size: 18px; }

/* ========================================================
   HERO
   ======================================================== */
.bm-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  font-family: var(--bm-font-body);
  width: 100%;
}
.bm-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.bm-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(10,28,14,.85) 0%, rgba(20,50,24,.6) 50%, rgba(10,28,14,.4) 100%);
}
.bm-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 24px;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 48px;
  align-items: center;
  width: 100%;
}
.bm-hero__content { color: #fff; }
.bm-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.25);
  color: rgba(255,255,255,.9);
  font-size: 13px;
  font-weight: 500;
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 24px;
  backdrop-filter: blur(8px);
}
.bm-hero__title {
  font-family: var(--bm-font-heading);
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 20px;
  letter-spacing: -1px;
  color: #fff;
}
.bm-hero__title em { font-style: normal; color: var(--bm-gold); }
.bm-hero__text {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255,255,255,.82);
  max-width: 520px;
  margin: 0 0 36px;
  font-weight: 300;
}
.bm-hero__actions { display: flex; gap: 14px; flex-wrap: wrap; }
.bm-hero__stats {
  display: flex;
  gap: 32px;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,.15);
  flex-wrap: wrap;
}
.bm-hero-stat__num {
  font-family: var(--bm-font-heading);
  font-size: 32px;
  font-weight: 700;
  color: var(--bm-gold);
  line-height: 1;
}
.bm-hero-stat__label {
  font-size: 13px;
  color: rgba(255,255,255,.65);
  margin-top: 4px;
}

/* Hero Quote Card */
.bm-hero__card {
  background: #fff;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 24px 80px rgba(0,0,0,.25);
  position: relative;
  z-index: 2;
}
.bm-hero__card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--bm-green-light), var(--bm-gold));
  border-radius: 20px 20px 0 0;
}
.bm-card-title {
  font-family: var(--bm-font-heading);
  font-size: 20px;
  font-weight: 700;
  color: var(--bm-green-dark);
  margin: 0 0 6px;
}
.bm-card-sub {
  font-size: 13px;
  color: var(--bm-text-light);
  margin-bottom: 24px;
  display: block;
}
.bm-calc-result {
  background: var(--bm-cream);
  border-radius: 10px;
  padding: 16px;
  margin: 16px 0;
  display: none;
}
.bm-calc-result.bm-show { display: block; }
.bm-calc-result__label { font-size: 12px; color: var(--bm-text-light); margin-bottom: 4px; }
.bm-calc-result__value {
  font-family: var(--bm-font-heading);
  font-size: 28px;
  font-weight: 700;
  color: var(--bm-green-dark);
}

/* ========================================================
   SHARED BUTTONS
   ======================================================== */
.bm-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all .25s;
  cursor: pointer;
  border: none;
  font-family: var(--bm-font-body);
  line-height: 1;
  text-align: center;
}
.bm-btn--primary { background: var(--bm-green-light); color: #fff !important; }
.bm-btn--primary:hover { background: var(--bm-green-accent); transform: translateY(-1px); box-shadow: 0 8px 24px rgba(77,158,68,.4); }
.bm-btn--secondary { background: rgba(255,255,255,.12); backdrop-filter: blur(8px); color: #fff !important; border: 1px solid rgba(255,255,255,.3); }
.bm-btn--secondary:hover { background: rgba(255,255,255,.22); transform: translateY(-1px); }
.bm-btn--white { background: #fff; color: var(--bm-green-dark) !important; }
.bm-btn--white:hover { background: var(--bm-cream); transform: translateY(-1px); }
.bm-btn--outline-white { background: transparent; color: #fff !important; border: 2px solid rgba(255,255,255,.5); }
.bm-btn--outline-white:hover { border-color: #fff; background: rgba(255,255,255,.1); }
.bm-btn--full { width: 100%; justify-content: center; }

/* ========================================================
   SHARED FORM
   ======================================================== */
.bm-form-group { margin-bottom: 16px; }
.bm-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.bm-form-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--bm-text-mid);
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 6px;
  display: block;
}
.bm-form-input,
.bm-form-select,
.bm-form-textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid #e0ddd8;
  border-radius: 10px;
  font-size: 14px;
  font-family: var(--bm-font-body);
  color: var(--bm-text-dark);
  background: var(--bm-warm-white);
  transition: border-color .2s;
  -webkit-appearance: none;
  appearance: none;
  display: block;
}
.bm-form-input:focus,
.bm-form-select:focus,
.bm-form-textarea:focus { outline: none; border-color: var(--bm-green-light); }
.bm-form-textarea { height: 100px; resize: vertical; }

/* ========================================================
   SHARED SECTION LAYOUT
   ======================================================== */
.bm-section { padding: 80px 0; font-family: var(--bm-font-body); width: 100%; }
.bm-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.bm-section-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--bm-green-accent);
  margin-bottom: 12px;
}
.bm-section-title {
  font-family: var(--bm-font-heading);
  font-size: 42px;
  font-weight: 700;
  color: var(--bm-green-dark);
  line-height: 1.2;
  letter-spacing: -.5px;
  margin: 0 0 12px;
}
.bm-section-sub {
  font-size: 16px;
  color: var(--bm-text-light);
  max-width: 560px;
  line-height: 1.7;
  font-weight: 300;
  margin: 0;
}
.bm-section-header { margin-bottom: 48px; }
.bm-section-header--center { text-align: center; }
.bm-section-header--center .bm-section-sub { margin: 0 auto; }

/* ========================================================
   TRUST BAR
   ======================================================== */
.bm-trust-bar {
  background: var(--bm-green-dark);
  padding: 20px 0;
  font-family: var(--bm-font-body);
  width: 100%;
}
.bm-trust-bar__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.bm-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.8);
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.bm-trust-item__icon { font-size: 20px; }

/* ========================================================
   SERVICES
   ======================================================== */
.bm-services { background: var(--bm-warm-white); width: 100%; }
.bm-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.bm-service-card {
  background: #fff;
  border: 1px solid var(--bm-border);
  border-radius: 16px;
  overflow: hidden;
  transition: all .3s;
  text-decoration: none;
  color: inherit;
  display: block;
}
.bm-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(26,51,32,.12);
  border-color: transparent;
}
.bm-service-card__img { height: 200px; overflow: hidden; }
.bm-service-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s;
  display: block;
}
.bm-service-card:hover .bm-service-card__img img { transform: scale(1.06); }
.bm-service-card__body { padding: 24px; }
.bm-service-card__num {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--bm-green-light);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.bm-service-card__title {
  font-family: var(--bm-font-heading);
  font-size: 20px;
  font-weight: 700;
  color: var(--bm-green-dark);
  margin: 0 0 10px;
}
.bm-service-card__desc {
  font-size: 14px;
  color: var(--bm-text-light);
  line-height: 1.65;
  margin: 0;
}
.bm-service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--bm-green-accent);
  margin-top: 16px;
}
.bm-service-card__link::after { content: '→'; transition: transform .2s; }
.bm-service-card:hover .bm-service-card__link::after { transform: translateX(4px); }
.bm-services-extra {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 20px;
}
.bm-service-mini {
  background: var(--bm-cream);
  border-radius: 14px;
  padding: 20px;
  transition: all .25s;
  text-decoration: none;
  color: inherit;
  display: block;
}
.bm-service-mini:hover { background: var(--bm-green-dark); transform: translateY(-3px); }
.bm-service-mini__icon { font-size: 28px; margin-bottom: 10px; display: block; }
.bm-service-mini__title { font-weight: 600; font-size: 14px; transition: color .2s; }
.bm-service-mini:hover .bm-service-mini__title { color: #fff; }

.bm-services-phone-cta {
  margin: 40px auto 0;
  max-width: 760px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  padding: 18px 28px;
  background: linear-gradient(135deg, rgba(78,158,68,.08), rgba(200,169,74,.08));
  border: 1px solid rgba(78,158,68,.25);
  border-radius: 16px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #1a3320;
  box-shadow: 0 4px 18px rgba(26,51,32,.05);
}
.bm-services-phone-cta > .bm-icon {
  width: 44px;
  height: 44px;
  padding: 11px;
  background: var(--bm-green-light);
  color: #fff !important;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 6px 16px rgba(78,158,68,.35);
}
.bm-services-phone-cta a {
  display: inline-block;
  margin-left: 4px;
  padding: 6px 14px;
  background: var(--bm-green-light);
  color: #fff !important;
  font-weight: 700;
  letter-spacing: .3px;
  border-radius: 999px;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background .2s, transform .2s;
}
.bm-services-phone-cta a:hover {
  background: var(--bm-green-mid);
  transform: translateY(-1px);
}
@media (max-width: 640px) {
  .bm-services-phone-cta { flex-direction: column; padding: 22px 18px; gap: 12px; font-size: 15px; }
  .bm-services-phone-cta > .bm-icon { width: 40px; height: 40px; padding: 10px; }
}
.bm-services-phone-cta a {
  color: #4e9e44;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.bm-services-phone-cta a:hover { text-decoration: underline; }
.bm-services-grid + .bm-services-phone-cta,
.bm-services-extra + .bm-services-phone-cta { margin-top: 36px; }
.bm-services-phone-cta + .bm-services-grid { margin-top: 12px; }

/* ========================================================
   STICKY CALL BUTTON
   ======================================================== */
.bm-sticky-call {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9998;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px 14px 16px;
  background: #4e9e44;
  color: #fff !important;
  border-radius: 999px;
  font-family: var(--bm-font-body, 'DM Sans', sans-serif);
  font-weight: 600;
  font-size: 15px;
  text-decoration: none !important;
  box-shadow: 0 10px 28px rgba(10,28,14,.28), 0 2px 6px rgba(10,28,14,.18);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  animation: bmStickyPulse 2.4s ease-in-out infinite;
}
.bm-sticky-call:hover {
  background: #3f7f37;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(10,28,14,.34), 0 3px 8px rgba(10,28,14,.22);
}
.bm-sticky-call__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,.18);
  font-size: 18px;
  line-height: 1;
}
.bm-sticky-call__text { display: flex; flex-direction: column; line-height: 1.15; }
.bm-sticky-call__label { font-size: 11px; font-weight: 500; opacity: .85; text-transform: uppercase; letter-spacing: .5px; }
.bm-sticky-call__num { font-size: 15px; font-weight: 700; letter-spacing: .2px; }

@keyframes bmStickyPulse {
  0%, 100% { box-shadow: 0 10px 28px rgba(10,28,14,.28), 0 2px 6px rgba(10,28,14,.18), 0 0 0 0 rgba(78,158,68,.55); }
  50%      { box-shadow: 0 10px 28px rgba(10,28,14,.28), 0 2px 6px rgba(10,28,14,.18), 0 0 0 14px rgba(78,158,68,0); }
}

@media (max-width: 600px) {
  .bm-sticky-call {
    right: 14px;
    bottom: 14px;
    padding: 12px;
    gap: 0;
  }
  .bm-sticky-call__text { display: none; }
  .bm-sticky-call__icon { width: 32px; height: 32px; font-size: 18px; background: transparent; }
}
@media print {
  .bm-sticky-call { display: none !important; }
}

/* ========================================================
   CALCULATOR
   ======================================================== */
.bm-calculator { background: var(--bm-cream); width: 100%; }
.bm-calc-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.bm-calc-features { list-style: none; padding: 0; margin: 24px 0 0; }
.bm-calc-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--bm-text-mid);
  padding: 8px 0;
  border-bottom: 1px solid var(--bm-border);
}
.bm-calc-features li:last-child { border-bottom: none; }
.bm-calc-features li::before {
  content: '✓';
  color: var(--bm-green-light);
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
}
.bm-calc-widget {
  background: #fff;
  border-radius: 24px;
  padding: 36px;
  box-shadow: 0 8px 48px rgba(26,51,32,.1);
  border: 1px solid var(--bm-border);
}
.bm-price-table { width: 100%; border-collapse: collapse; margin: 20px 0; }
.bm-price-table th {
  background: var(--bm-green-dark);
  color: #fff;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
}
.bm-price-table th:first-child { border-radius: 8px 0 0 0; }
.bm-price-table th:last-child { border-radius: 0 8px 0 0; }
.bm-price-table td { padding: 10px 14px; font-size: 13px; border-bottom: 1px solid var(--bm-border); }
.bm-price-table tr:last-child td { border-bottom: none; }
.bm-price-table tr:nth-child(even) td { background: var(--bm-cream); }
.bm-price-highlight { color: var(--bm-green-accent); font-weight: 600; }
.bm-calc-note { font-size: 12px; color: var(--bm-text-light); margin-top: 12px; line-height: 1.6; }

/* ========================================================
   WHY US
   ======================================================== */
.bm-why { background: var(--bm-green-dark); width: 100%; }
.bm-why .bm-section-title { color: #fff; }
.bm-why .bm-section-sub { color: rgba(255,255,255,.65); }
.bm-why .bm-section-tag { color: rgba(255,255,255,.6); }
.bm-why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.bm-why-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
  padding: 28px;
  transition: all .3s;
}
.bm-why-card:hover { background: rgba(255,255,255,.11); transform: translateY(-4px); }
.bm-why-card__icon { font-size: 36px; margin-bottom: 16px; display: block; }
.bm-why-card__title { font-size: 18px; font-weight: 700; margin: 0 0 10px; color: #fff; }
.bm-why-card__desc { font-size: 14px; color: rgba(255,255,255,.65); line-height: 1.65; margin: 0; }

/* ========================================================
   ABOUT
   ======================================================== */
.bm-about { background: var(--bm-cream); width: 100%; }
.bm-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.bm-about__img { border-radius: 20px; overflow: hidden; height: 420px; }
.bm-about__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bm-about__text { font-size: 15px; color: var(--bm-text-light); line-height: 1.75; margin-bottom: 14px; }
.bm-about-nums { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 32px; }
.bm-about-num { text-align: center; background: #fff; border-radius: 12px; padding: 18px; }
.bm-about-num__val {
  font-family: var(--bm-font-heading);
  font-size: 30px;
  font-weight: 700;
  color: var(--bm-green-accent);
}
.bm-about-num__label { font-size: 12px; color: var(--bm-text-light); margin-top: 4px; }

/* ========================================================
   TESTIMONIALS
   ======================================================== */
.bm-testimonials { background: var(--bm-warm-white); width: 100%; }
.bm-testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.bm-testimonial-card {
  background: #fff;
  border: 1px solid var(--bm-border);
  border-radius: 16px;
  padding: 28px;
  position: relative;
}
.bm-testimonial-card::before {
  content: '"';
  position: absolute;
  top: 16px;
  right: 20px;
  font-family: var(--bm-font-heading);
  font-size: 72px;
  color: var(--bm-cream);
  line-height: 1;
  pointer-events: none;
}
.bm-stars { color: var(--bm-gold); display: inline-flex; gap: 2px; margin-bottom: 14px; }
.bm-stars .bm-icon { width: 16px; height: 16px; }
.bm-stars .bm-icon--star-empty { opacity: .35; }
.bm-testimonial-card__text {
  font-size: 15px;
  color: var(--bm-text-mid);
  line-height: 1.7;
  margin-bottom: 20px;
  font-style: italic;
}
.bm-testimonial-card__author { display: flex; align-items: center; gap: 12px; }
.bm-author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--bm-green-light);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
}
.bm-author-name { font-weight: 600; font-size: 14px; color: var(--bm-text-dark); }
.bm-author-role { font-size: 12px; color: var(--bm-text-light); }

/* ========================================================
   CTA BANNER
   ======================================================== */
.bm-cta-banner {
  position: relative;
  overflow: hidden;
  background: var(--bm-green-mid);
  padding: 72px 0;
  text-align: center;
  color: #fff;
  font-family: var(--bm-font-body);
  width: 100%;
}
.bm-cta-banner__bg {
  position: absolute;
  inset: 0;
  background-size: cover !important;
  background-position: center !important;
  opacity: .15;
}
.bm-cta-banner__inner { position: relative; z-index: 1; max-width: 640px; margin: 0 auto; padding: 0 24px; }
.bm-cta-banner__title {
  font-family: var(--bm-font-heading);
  font-size: 44px;
  font-weight: 700;
  margin: 0 0 16px;
  line-height: 1.2;
  color: #fff;
}
.bm-cta-banner__text {
  font-size: 16px;
  color: rgba(255,255,255,.8);
  margin-bottom: 32px;
  line-height: 1.7;
  font-weight: 300;
}
.bm-cta-banner__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ========================================================
   CONTACT
   ======================================================== */
.bm-contact { background: #fff; width: 100%; }
.bm-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.bm-contact-items { display: flex; flex-direction: column; gap: 16px; margin-top: 28px; }
.bm-contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  background: var(--bm-cream);
  border-radius: 12px;
}
.bm-contact-item__icon { font-size: 22px; flex-shrink: 0; }
.bm-contact-item__label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: var(--bm-text-light);
  display: block;
}
.bm-contact-item__val {
  font-size: 15px;
  font-weight: 600;
  color: var(--bm-green-dark);
  text-decoration: none;
  display: block;
  margin-top: 2px;
}
.bm-contact-item__val:hover { color: var(--bm-green-accent); }
.bm-contact-form-wrap {
  background: var(--bm-green-dark);
  border-radius: 20px;
  padding: 36px;
  color: #fff;
}
.bm-contact-form-wrap .bm-card-title { color: #fff; font-size: 22px; }
.bm-contact-form-wrap .bm-card-sub { color: rgba(255,255,255,.6); }
.bm-contact-form-wrap .bm-form-label { color: rgba(255,255,255,.75); }
.bm-contact-form-wrap .bm-form-input,
.bm-contact-form-wrap .bm-form-select,
.bm-contact-form-wrap .bm-form-textarea {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.2);
  color: #fff;
}
.bm-contact-form-wrap .bm-form-input::placeholder,
.bm-contact-form-wrap .bm-form-textarea::placeholder { color: rgba(255,255,255,.4); }

/* ========================================================
   FOOTER
   ======================================================== */
.bm-footer {
  background: #0f1f13;
  color: rgba(255,255,255,.7);
  padding: 60px 0 24px;
  font-family: var(--bm-font-body);
  width: 100%;
}
.bm-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}
.bm-footer__brand-logo {
  font-family: var(--bm-font-heading);
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  display: block;
  margin-bottom: 14px;
}
.bm-footer__brand-logo img { height: 40px; width: auto; }
.bm-footer__brand-desc {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,.55);
  max-width: 280px;
  margin: 0;
}
.bm-footer-social { display: flex; gap: 10px; margin-top: 20px; }
.bm-social-btn {
  width: 38px;
  height: 38px;
  background: rgba(255,255,255,.08);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.7);
  text-decoration: none;
  font-size: 14px;
  transition: all .2s;
}
.bm-social-btn:hover { background: var(--bm-green-accent); color: #fff; }
.bm-footer-col h4 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255,255,255,.9);
  margin: 0 0 16px;
}
.bm-footer-links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.bm-footer-links a { color: rgba(255,255,255,.55); text-decoration: none; font-size: 14px; transition: color .2s; }
.bm-footer-links a:hover { color: var(--bm-green-light); }
.bm-footer-links span { color: rgba(255,255,255,.45); font-size: 14px; }
.bm-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: rgba(255,255,255,.4);
  flex-wrap: wrap;
  gap: 12px;
}

/* ========================================================
   FADE ANIMATION
   FIX: use opacity:1 as default so content shows in editor.
   Animation only applies when .bm-animate-ready is on body.
   ======================================================== */
.bm-fade-up {
  opacity: 1;
  transform: none;
}
/* Enable animations only on real frontend, not in editor */
body.bm-animate-ready .bm-fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .6s ease, transform .6s ease;
}
body.bm-animate-ready .bm-fade-up.bm-visible {
  opacity: 1;
  transform: translateY(0);
}
body.bm-animate-ready .bm-fade-up--d1 { transition-delay: .1s; }
body.bm-animate-ready .bm-fade-up--d2 { transition-delay: .2s; }
body.bm-animate-ready .bm-fade-up--d3 { transition-delay: .3s; }

/* ========================================================
   RESPONSIVE
   ======================================================== */
@media (max-width: 1024px) {
  .bm-services-grid { grid-template-columns: repeat(2, 1fr); }
  .bm-why-grid { grid-template-columns: repeat(2, 1fr); }
  .bm-services-extra { grid-template-columns: repeat(2, 1fr); }
  .bm-footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 768px) {
  .bm-section { padding: 60px 0; }
  .bm-hero__inner { grid-template-columns: 1fr; }
  .bm-hero__card { display: none; }
  .bm-hero__title { font-size: 34px !important; }
  .bm-hero__stats { gap: 20px; }
  .bm-hero-stat__num { font-size: 26px; }
  .bm-calc-wrapper { grid-template-columns: 1fr; gap: 32px; }
  .bm-about-grid { grid-template-columns: 1fr; gap: 32px; }
  .bm-about__img { height: 280px; }
  .bm-contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .bm-services-grid { grid-template-columns: 1fr; }
  .bm-why-grid { grid-template-columns: 1fr; }
  .bm-testimonials-grid { grid-template-columns: 1fr; }
  .bm-footer-grid { grid-template-columns: 1fr; }
  .bm-footer-bottom { flex-direction: column; text-align: center; }
  .bm-nav { display: none; }
  .bm-hamburger { display: flex; }
  .bm-hero__actions { gap: 10px; }
  .bm-about-nums { grid-template-columns: repeat(3, 1fr); }
  .bm-section-title { font-size: 30px; }
  .bm-cta-banner__title { font-size: 30px; }
}

@media (max-width: 480px) {
  .bm-trust-bar__inner { gap: 16px; }
  .bm-services-extra { grid-template-columns: 1fr 1fr; }
  .bm-about-nums { grid-template-columns: 1fr; gap: 12px; }
  .bm-form-row { grid-template-columns: 1fr; }
  .bm-hero__stats { gap: 16px; }
  .bm-hero-stat__num { font-size: 24px; }
  .bm-hero__badge { font-size: 11px; }
  .bm-trust-item { font-size: 12px; }
}
