/*
Theme Name: BuyMyHouseService
Theme URI: https://buymyhouseservice.com
Description: A professional cash home buying website theme built as a GeneratePress child theme. Features a bold, trustworthy design optimized for converting motivated sellers.
Author: BuyMyHouseService
Author URI: https://buymyhouseservice.com
Template: generatepress
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: buymyhouseservice
Tags: cash-buyers, real-estate, generatepress-child, home-buying
*/

/* ============================================================
   IMPORT PARENT THEME
   ============================================================ */
@import url('../generatepress/style.css');

/* ============================================================
   GOOGLE FONTS
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;800&family=DM+Sans:wght@300;400;500;600&display=swap');

/* ============================================================
   CSS VARIABLES
   ============================================================ */
:root {
  --bm-green:        #1a7a4a;
  --bm-green-dark:   #0f5533;
  --bm-green-light:  #e8f5ee;
  --bm-gold:         #c8922a;
  --bm-gold-light:   #f9f0df;
  --bm-charcoal:     #1c1c1e;
  --bm-gray:         #6b7280;
  --bm-light:        #f8fafc;
  --bm-white:        #ffffff;
  --bm-border:       #e2e8f0;
  --bm-shadow:       0 4px 24px rgba(0,0,0,0.09);
  --bm-shadow-lg:    0 12px 40px rgba(0,0,0,0.14);
  --bm-radius:       12px;
  --bm-radius-lg:    20px;
  --font-display:    'Playfair Display', Georgia, serif;
  --font-body:       'DM Sans', system-ui, sans-serif;
  --transition:      all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ============================================================
   BASE OVERRIDES
   ============================================================ */
body {
  font-family: var(--font-body) !important;
  color: var(--bm-charcoal) !important;
  background: var(--bm-white) !important;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display) !important;
  font-weight: 700 !important;
  color: var(--bm-charcoal) !important;
  line-height: 1.2 !important;
}

a { color: var(--bm-green); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--bm-green-dark); }
p { margin-bottom: 1.2rem; }
img { max-width: 100%; height: auto; }

/* ============================================================
   NAVIGATION
   ============================================================ */
.site-header,
.main-navigation-container {
  background: var(--bm-white) !important;
  box-shadow: 0 2px 20px rgba(0,0,0,0.07) !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 9999 !important;
}

.main-navigation a,
.nav-bar-items a,
.primary-navigation a {
  font-family: var(--font-body) !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  color: var(--bm-charcoal) !important;
  letter-spacing: 0.01em;
  padding: 8px 16px !important;
  border-radius: 8px;
  transition: var(--transition) !important;
}

.main-navigation a:hover,
.primary-navigation a:hover {
  color: var(--bm-green) !important;
  background: var(--bm-green-light) !important;
}

.main-navigation .current-menu-item > a,
.primary-navigation .current-menu-item > a {
  color: var(--bm-green) !important;
  background: var(--bm-green-light) !important;
}

/* Nav CTA Button */
.nav-cta-btn,
.main-navigation .nav-cta a {
  background: var(--bm-green) !important;
  color: var(--bm-white) !important;
  padding: 10px 22px !important;
  border-radius: 50px !important;
  font-weight: 600 !important;
  box-shadow: 0 2px 12px rgba(26,122,74,0.3) !important;
}

.nav-cta-btn:hover,
.main-navigation .nav-cta a:hover {
  background: var(--bm-green-dark) !important;
  color: var(--bm-white) !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 18px rgba(26,122,74,0.4) !important;
}

/* Logo */
.site-branding .site-title a,
.site-title a {
  font-family: var(--font-display) !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  color: var(--bm-green) !important;
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.bm-hero {
  background: linear-gradient(135deg, #0d4a2e 0%, #1a7a4a 50%, #1d6e43 100%);
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
}

.bm-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.bm-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: var(--bm-white);
  clip-path: ellipse(55% 100% at 50% 100%);
}

.bm-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.bm-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 50px;
  padding: 6px 18px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.bm-hero-badge .dot {
  width: 8px;
  height: 8px;
  background: var(--bm-gold);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.3); }
}

.bm-hero h1 {
  font-family: var(--font-display) !important;
  font-size: clamp(36px, 5vw, 58px) !important;
  font-weight: 800 !important;
  color: #fff !important;
  line-height: 1.1 !important;
  margin-bottom: 24px;
}

.bm-hero h1 span {
  color: var(--bm-gold) !important;
}

.bm-hero p.lead {
  color: rgba(255,255,255,0.88);
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 36px;
}

.bm-hero-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.bm-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--bm-gold) !important;
  color: #fff !important;
  padding: 16px 32px !important;
  border-radius: 50px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  border: none !important;
  cursor: pointer;
  transition: var(--transition) !important;
  box-shadow: 0 4px 20px rgba(200,146,42,0.4) !important;
  text-decoration: none !important;
}

.bm-btn-primary:hover {
  background: #b07d1e !important;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(200,146,42,0.5) !important;
}

.bm-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.12) !important;
  color: #fff !important;
  padding: 16px 28px !important;
  border-radius: 50px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  border: 2px solid rgba(255,255,255,0.3) !important;
  cursor: pointer;
  transition: var(--transition) !important;
  text-decoration: none !important;
  backdrop-filter: blur(8px);
}

.bm-btn-secondary:hover {
  background: rgba(255,255,255,0.22) !important;
  color: #fff !important;
  border-color: rgba(255,255,255,0.5) !important;
}

/* Hero Form Card */
.bm-hero-card {
  background: var(--bm-white);
  border-radius: var(--bm-radius-lg);
  padding: 40px 36px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.2);
  position: relative;
}

.bm-hero-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--bm-green), var(--bm-gold));
  border-radius: var(--bm-radius-lg) var(--bm-radius-lg) 0 0;
}

.bm-hero-card h3 {
  font-size: 22px !important;
  margin-bottom: 8px !important;
  color: var(--bm-charcoal) !important;
}

.bm-hero-card p {
  color: var(--bm-gray);
  font-size: 14px;
  margin-bottom: 24px;
}

.bm-form-group {
  margin-bottom: 16px;
}

.bm-form-group label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--bm-charcoal);
  margin-bottom: 6px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.bm-form-group input,
.bm-form-group select,
.bm-form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid var(--bm-border);
  border-radius: 10px;
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--bm-charcoal);
  background: var(--bm-white);
  transition: var(--transition);
  box-sizing: border-box;
  outline: none;
}

.bm-form-group input:focus,
.bm-form-group select:focus,
.bm-form-group textarea:focus {
  border-color: var(--bm-green);
  box-shadow: 0 0 0 4px rgba(26,122,74,0.1);
}

.bm-form-submit {
  width: 100%;
  background: var(--bm-green) !important;
  color: #fff !important;
  padding: 15px 24px !important;
  border-radius: 50px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  border: none !important;
  cursor: pointer;
  transition: var(--transition) !important;
  font-family: var(--font-body) !important;
  box-shadow: 0 4px 20px rgba(26,122,74,0.35) !important;
}

.bm-form-submit:hover {
  background: var(--bm-green-dark) !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 28px rgba(26,122,74,0.45) !important;
}

.bm-trust-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.bm-trust-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: var(--bm-gray);
  font-weight: 500;
}

.bm-trust-item svg { color: var(--bm-green); }

/* ============================================================
   STATS BAR
   ============================================================ */
.bm-stats-bar {
  background: var(--bm-green);
  padding: 28px 0;
}

.bm-stats-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}

.bm-stat .number {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  margin-bottom: 4px;
}

.bm-stat .label {
  font-size: 13px;
  color: rgba(255,255,255,0.8);
  font-weight: 400;
  letter-spacing: 0.02em;
}

/* ============================================================
   SECTION STYLES
   ============================================================ */
.bm-section {
  padding: 90px 0;
}

.bm-section-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.bm-section-label {
  display: inline-block;
  background: var(--bm-green-light);
  color: var(--bm-green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 16px;
}

.bm-section-title {
  font-family: var(--font-display) !important;
  font-size: clamp(28px, 4vw, 44px) !important;
  font-weight: 800 !important;
  color: var(--bm-charcoal) !important;
  line-height: 1.15 !important;
  margin-bottom: 16px !important;
}

.bm-section-title span { color: var(--bm-green) !important; }

.bm-section-subtitle {
  font-size: 17px;
  color: var(--bm-gray);
  line-height: 1.7;
  max-width: 600px;
  margin-bottom: 0;
}

.bm-section-header {
  margin-bottom: 56px;
}

.bm-section-header.centered {
  text-align: center;
}

.bm-section-header.centered .bm-section-subtitle {
  margin: 0 auto;
}

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.bm-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  position: relative;
}

.bm-steps-grid::before {
  content: '';
  position: absolute;
  top: 56px;
  left: calc(16.66% + 16px);
  right: calc(16.66% + 16px);
  height: 2px;
  background: linear-gradient(90deg, var(--bm-green), var(--bm-gold));
  z-index: 0;
}

.bm-step {
  text-align: center;
  padding: 40px 28px;
  background: var(--bm-white);
  border-radius: var(--bm-radius-lg);
  box-shadow: var(--bm-shadow);
  border: 2px solid transparent;
  transition: var(--transition);
  position: relative;
  z-index: 1;
}

.bm-step:hover {
  border-color: var(--bm-green);
  transform: translateY(-4px);
  box-shadow: var(--bm-shadow-lg);
}

.bm-step-number {
  width: 64px;
  height: 64px;
  background: var(--bm-green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 800;
  color: #fff;
  margin: 0 auto 24px;
  box-shadow: 0 4px 16px rgba(26,122,74,0.35);
  position: relative;
}

.bm-step h3 {
  font-size: 20px !important;
  margin-bottom: 12px !important;
}

.bm-step p {
  color: var(--bm-gray);
  font-size: 15px;
  margin: 0;
}

/* ============================================================
   WHY CHOOSE US / BENEFITS
   ============================================================ */
.bm-benefits-section {
  background: var(--bm-light);
}

.bm-benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.bm-benefits-list {
  display: grid;
  gap: 20px;
}

.bm-benefit-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 24px;
  background: var(--bm-white);
  border-radius: var(--bm-radius);
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: var(--transition);
}

.bm-benefit-item:hover {
  box-shadow: var(--bm-shadow);
  transform: translateX(4px);
}

.bm-benefit-icon {
  width: 48px;
  height: 48px;
  background: var(--bm-green-light);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
  color: var(--bm-green);
}

.bm-benefit-text h4 {
  font-size: 17px !important;
  margin-bottom: 4px !important;
}

.bm-benefit-text p {
  font-size: 14px;
  color: var(--bm-gray);
  margin: 0;
}

.bm-benefits-visual {
  background: linear-gradient(135deg, var(--bm-green) 0%, var(--bm-green-dark) 100%);
  border-radius: var(--bm-radius-lg);
  padding: 48px 40px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.bm-benefits-visual::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 200px;
  height: 200px;
  background: rgba(255,255,255,0.06);
  border-radius: 50%;
}

.bm-benefits-visual::after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: -40px;
  width: 240px;
  height: 240px;
  background: rgba(255,255,255,0.04);
  border-radius: 50%;
}

.bm-benefits-visual h3 {
  color: #fff !important;
  font-size: 28px !important;
  margin-bottom: 24px !important;
  position: relative;
  z-index: 1;
}

.bm-comparison-table {
  position: relative;
  z-index: 1;
}

.bm-comp-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  font-size: 14px;
}

.bm-comp-row:last-child { border-bottom: none; }

.bm-comp-row .feature { color: rgba(255,255,255,0.8); flex: 1; }
.bm-comp-row .us { color: #6ddb9e; font-weight: 600; text-align: center; flex: 1; }
.bm-comp-row .them { color: rgba(255,255,255,0.4); text-align: center; flex: 1; }

.bm-comp-header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(255,255,255,0.25);
  margin-bottom: 4px;
}

.bm-comp-header span {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.6);
  flex: 1;
  text-align: center;
}

.bm-comp-header span:first-child { text-align: left; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.bm-testimonials {
  background: var(--bm-charcoal);
  padding: 90px 0;
}

.bm-testimonials .bm-section-label {
  background: rgba(200,146,42,0.2);
  color: var(--bm-gold);
}

.bm-testimonials .bm-section-title {
  color: #fff !important;
}

.bm-testimonials .bm-section-subtitle {
  color: rgba(255,255,255,0.65);
}

.bm-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 56px;
}

.bm-testimonial-card {
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--bm-radius-lg);
  padding: 32px 28px;
  transition: var(--transition);
}

.bm-testimonial-card:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(200,146,42,0.4);
  transform: translateY(-4px);
}

.bm-stars { color: var(--bm-gold); font-size: 18px; margin-bottom: 16px; }

.bm-testimonial-text {
  color: rgba(255,255,255,0.85);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 24px;
}

.bm-testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.bm-author-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--bm-green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}

.bm-author-name {
  font-weight: 600;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
}

.bm-author-location {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
}

/* ============================================================
   CTA SECTION
   ============================================================ */
.bm-cta-section {
  background: linear-gradient(135deg, var(--bm-green) 0%, var(--bm-green-dark) 100%);
  padding: 90px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.bm-cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Ccircle cx='40' cy='40' r='20'/%3E%3C/g%3E%3C/svg%3E");
}

.bm-cta-section .bm-section-inner { position: relative; z-index: 1; }

.bm-cta-section h2 {
  font-size: clamp(28px, 4vw, 48px) !important;
  color: #fff !important;
  margin-bottom: 16px !important;
}

.bm-cta-section p {
  color: rgba(255,255,255,0.85);
  font-size: 18px;
  margin-bottom: 36px;
}

.bm-cta-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 700;
  color: var(--bm-gold);
  margin-bottom: 28px;
  text-decoration: none !important;
}

.bm-cta-phone:hover { color: #f0c060 !important; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer,
.footer-widgets {
  background: var(--bm-charcoal) !important;
  color: rgba(255,255,255,0.7) !important;
}

.site-footer {
  padding-top: 0 !important;
}

.bm-footer {
  background: var(--bm-charcoal);
  padding: 72px 0 40px;
}

.bm-footer-grid {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.bm-footer-brand h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
  color: var(--bm-green-light) !important;
  margin-bottom: 12px !important;
}

.bm-footer-brand p {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  line-height: 1.7;
  margin-bottom: 20px;
}

.bm-footer h4 {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #fff !important;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 20px !important;
}

.bm-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bm-footer ul li {
  margin-bottom: 10px;
}

.bm-footer ul li a {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  transition: var(--transition);
}

.bm-footer ul li a:hover {
  color: var(--bm-green-light);
}

.bm-footer-contact p {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.bm-footer-contact p strong { color: rgba(255,255,255,0.85); }

.bm-footer-bottom {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: rgba(255,255,255,0.35);
}

/* ============================================================
   INNER PAGE HERO
   ============================================================ */
.bm-inner-hero {
  background: linear-gradient(135deg, #0d4a2e 0%, #1a7a4a 100%);
  padding: 80px 0 70px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.bm-inner-hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 60px;
  background: var(--bm-white);
  clip-path: ellipse(55% 100% at 50% 100%);
}

.bm-inner-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px;
}

.bm-inner-hero h1 {
  color: #fff !important;
  font-size: clamp(30px, 4vw, 52px) !important;
  margin-bottom: 16px !important;
}

.bm-inner-hero p {
  color: rgba(255,255,255,0.85);
  font-size: 18px;
  margin: 0;
}

/* ============================================================
   ABOUT PAGE
   ============================================================ */
.bm-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  margin-bottom: 80px;
}

.bm-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.bm-value-card {
  background: var(--bm-white);
  border-radius: var(--bm-radius-lg);
  padding: 36px 28px;
  text-align: center;
  box-shadow: var(--bm-shadow);
  border: 2px solid transparent;
  transition: var(--transition);
}

.bm-value-card:hover {
  border-color: var(--bm-green);
  transform: translateY(-4px);
  box-shadow: var(--bm-shadow-lg);
}

.bm-value-icon {
  font-size: 42px;
  margin-bottom: 18px;
  display: block;
}

.bm-value-card h3 { font-size: 19px !important; margin-bottom: 12px !important; }
.bm-value-card p { font-size: 14px; color: var(--bm-gray); margin: 0; }

.bm-team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.bm-team-card {
  background: var(--bm-white);
  border-radius: var(--bm-radius-lg);
  padding: 36px 28px;
  text-align: center;
  box-shadow: var(--bm-shadow);
  transition: var(--transition);
}

.bm-team-card:hover { transform: translateY(-4px); box-shadow: var(--bm-shadow-lg); }

.bm-team-avatar {
  width: 80px;
  height: 80px;
  background: var(--bm-green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin: 0 auto 20px;
}

.bm-team-card h4 { font-size: 18px !important; margin-bottom: 4px !important; }
.bm-team-role { font-size: 13px; color: var(--bm-green); font-weight: 600; margin-bottom: 12px !important; }
.bm-team-card p { font-size: 14px; color: var(--bm-gray); margin: 0; }

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.bm-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 56px;
  align-items: start;
}

.bm-contact-info h3 {
  font-size: 28px !important;
  margin-bottom: 16px !important;
}

.bm-contact-info p {
  color: var(--bm-gray);
  font-size: 16px;
  margin-bottom: 32px;
}

.bm-contact-items {
  display: grid;
  gap: 20px;
  margin-bottom: 36px;
}

.bm-contact-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px;
  background: var(--bm-light);
  border-radius: var(--bm-radius);
}

.bm-contact-icon {
  width: 44px;
  height: 44px;
  background: var(--bm-green);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  flex-shrink: 0;
}

.bm-contact-item h5 {
  font-size: 13px !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--bm-gray) !important;
  margin-bottom: 4px !important;
}

.bm-contact-item p {
  font-size: 15px;
  color: var(--bm-charcoal);
  font-weight: 500;
  margin: 0;
}

.bm-contact-form-card {
  background: var(--bm-white);
  border-radius: var(--bm-radius-lg);
  padding: 44px 40px;
  box-shadow: var(--bm-shadow-lg);
  position: relative;
}

.bm-contact-form-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--bm-green), var(--bm-gold));
  border-radius: var(--bm-radius-lg) var(--bm-radius-lg) 0 0;
}

/* ============================================================
   SERVICE AREAS PAGE
   ============================================================ */
.bm-areas-intro {
  max-width: 720px;
  margin: 0 auto 64px;
  text-align: center;
}

.bm-areas-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 72px;
}

.bm-area-card {
  background: var(--bm-white);
  border-radius: var(--bm-radius);
  padding: 24px 20px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  border: 2px solid transparent;
  transition: var(--transition);
  cursor: pointer;
}

.bm-area-card:hover {
  border-color: var(--bm-green);
  transform: translateY(-3px);
  box-shadow: var(--bm-shadow);
}

.bm-area-card .state {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--bm-green);
  margin-bottom: 6px;
}

.bm-area-card .city {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  color: var(--bm-charcoal);
  margin-bottom: 4px;
}

.bm-area-card .desc {
  font-size: 12px;
  color: var(--bm-gray);
  line-height: 1.5;
}

/* ============================================================
   FAQ ACCORDION
   ============================================================ */
.bm-faq-list {
  max-width: 780px;
  margin: 0 auto;
}

.bm-faq-item {
  background: var(--bm-white);
  border: 2px solid var(--bm-border);
  border-radius: var(--bm-radius);
  margin-bottom: 14px;
  overflow: hidden;
  transition: var(--transition);
}

.bm-faq-item.active {
  border-color: var(--bm-green);
  box-shadow: 0 4px 20px rgba(26,122,74,0.12);
}

.bm-faq-question {
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  color: var(--bm-charcoal);
  user-select: none;
}

.bm-faq-question:hover { color: var(--bm-green); }

.bm-faq-icon {
  width: 28px;
  height: 28px;
  background: var(--bm-green-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--bm-green);
  flex-shrink: 0;
  transition: var(--transition);
}

.bm-faq-item.active .bm-faq-icon {
  background: var(--bm-green);
  color: #fff;
  transform: rotate(45deg);
}

.bm-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 24px;
  color: var(--bm-gray);
  font-size: 15px;
  line-height: 1.7;
}

.bm-faq-item.active .bm-faq-answer {
  max-height: 400px;
  padding: 0 24px 20px;
}

/* ============================================================
   NOTICE / ALERT BARS
   ============================================================ */
.bm-notice-bar {
  background: var(--bm-gold);
  padding: 10px 24px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--bm-white);
  position: relative;
  z-index: 10000;
}

.bm-notice-bar a { color: #fff; font-weight: 700; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .bm-hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .bm-hero-card { max-width: 520px; margin: 0 auto; }
  .bm-stats-inner { grid-template-columns: repeat(2, 1fr); }
  .bm-benefits-grid { grid-template-columns: 1fr; }
  .bm-footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .bm-areas-grid { grid-template-columns: repeat(3, 1fr); }
  .bm-contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .bm-hero { padding: 70px 0 60px; }
  .bm-section { padding: 60px 0; }
  .bm-steps-grid { grid-template-columns: 1fr; }
  .bm-steps-grid::before { display: none; }
  .bm-testimonials-grid { grid-template-columns: 1fr; }
  .bm-values-grid { grid-template-columns: 1fr 1fr; }
  .bm-team-grid { grid-template-columns: 1fr; }
  .bm-about-grid { grid-template-columns: 1fr; gap: 36px; }
  .bm-areas-grid { grid-template-columns: repeat(2, 1fr); }
  .bm-footer-grid { grid-template-columns: 1fr; }
  .bm-footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
  .bm-hero-cta { flex-direction: column; align-items: flex-start; }
  .bm-stats-inner { grid-template-columns: repeat(2, 1fr); }
  .bm-contact-form-card { padding: 28px 20px; }
}

@media (max-width: 480px) {
  .bm-values-grid { grid-template-columns: 1fr; }
  .bm-areas-grid { grid-template-columns: 1fr 1fr; }
  .bm-stats-inner { grid-template-columns: 1fr 1fr; }
}
