  .mg-home {
    --mg-green-dark: #153B2A;
    --mg-green: #1F6B43;
    --mg-light: #FBFAF6;
    --mg-muted-bg: #F3F1EA;
    --mg-line: #E4DDCF;
    --mg-gold: #B58A3B;
    --mg-text: #2F3833;
    --mg-muted: #66736B;

    font-family: 'Montserrat', Arial, sans-serif;
    color: var(--mg-text);
    background: var(--mg-light);
  }

  .mg-home * { box-sizing: border-box; }

  .mg-section {
    padding: 48px 0;
    clear: both;
    overflow: hidden;
  }

  .mg-section-hero {
    background:
      radial-gradient(circle at top right, rgba(181,138,59,0.12), transparent 34%),
      linear-gradient(135deg, #FBFAF6 0%, #F7F4EC 100%);
    border-bottom: 1px solid var(--mg-line);
  }

  .mg-section-light { background: var(--mg-light); }
  .mg-section-muted { background: var(--mg-muted-bg); }

  .mg-eyebrow {
    color: var(--mg-gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin-bottom: 14px;
  }

  .mg-hero-title,
  .mg-title {
    font-family: 'Playfair Display', Georgia, serif;
    letter-spacing: -0.6px;
  }

  .mg-hero-title {
    font-size: 56px;
    line-height: 1.08;
    font-weight: 800;
    color: var(--mg-green-dark);
    margin-bottom: 24px;
  }

  .mg-title {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 800;
    color: var(--mg-green-dark);
    margin-bottom: 14px;
  }

  .mg-subtitle {
    max-width: 780px;
    margin: 0 auto 22px;
    color: var(--mg-muted);
    font-size: 16px;
    line-height: 1.65;
  }

  .mg-lead {
    font-size: 20px;
    line-height: 1.75;
    color: #425047;
    margin-bottom: 18px;
  }

  .mg-text {
    font-size: 15.5px;
    line-height: 1.85;
    color: #4D5751;
    margin-bottom: 16px;
  }

  .mg-btn {
    display: inline-block;
    border-radius: 3px;
    padding: 14px 24px;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: .2px;
    text-decoration: none !important;
    transition: all .2s ease;
  }

  .mg-btn-primary {
    background: var(--mg-green);
    color: #fff !important;
    border: 1px solid var(--mg-green);
  }

  .mg-btn-primary:hover {
    background: var(--mg-green-dark);
    border-color: var(--mg-green-dark);
  }

  .mg-btn-outline {
    background: transparent;
    color: var(--mg-green) !important;
    border: 1px solid var(--mg-green);
  }

  .mg-btn-outline:hover {
    background: var(--mg-green);
    color: #fff !important;
  }

  .mg-badges span {
    display: inline-block;
    background: #FFFFFF;
    color: var(--mg-green-dark);
    border: 1px solid var(--mg-line);
    font-size: 12px;
    font-weight: 800;
    padding: 8px 11px;
    border-radius: 3px;
    margin: 0 6px 8px 0;
  }

  .mg-hero-panel {
    background: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 22px 55px rgba(21,59,42,0.12);
  }

  .mg-hero-panel img {
    width: 100%;
    height: auto;
    display: block;
  }

  .mg-card {
    background: #fff;
    border: 1px solid var(--mg-line);
    border-radius: 8px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 10px 28px rgba(21,59,42,0.045);
  }

  .mg-card h3,
  .mg-card h4 {
    color: var(--mg-green-dark);
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 12px;
  }

  .mg-card p,
  .mg-card li {
    color: #4F5B54;
    font-size: 14.8px;
    line-height: 1.75;
  }

  .mg-list {
    padding-left: 18px;
    margin-bottom: 0;
  }

  .mg-list li {
    margin-bottom: 10px;
  }

  .mg-proof-img {
    background: #fff;
    border: 1px solid var(--mg-line);
    border-radius: 8px;
    padding: 14px;
    box-shadow: 0 12px 30px rgba(21,59,42,0.055);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mg-proof-img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
  }

  .mg-spec-table {
    background: #fff;
    border: 1px solid var(--mg-line);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(21,59,42,0.045);
  }

  .mg-spec-table table { margin-bottom: 0; }

  .mg-spec-table th {
    width: 30%;
    background: #F7F4EC;
    color: var(--mg-green-dark);
    font-weight: 800;
  }

  .mg-spec-table th,
  .mg-spec-table td {
    padding: 16px 18px;
    font-size: 15px;
    vertical-align: middle;
    border-color: var(--mg-line) !important;
  }

  .mg-trust-strip {
    background: var(--mg-green-dark);
    padding: 30px 0;
    color: #fff;
  }

  .mg-trust-item {
    border-right: 1px solid rgba(255,255,255,.18);
    padding: 0 14px;
  }

  .mg-trust-item.last { border-right: none; }

  .mg-trust-item h3 {
    color: #fff;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 5px;
  }

  .mg-trust-item p {
    color: #D8E6DD;
    margin: 0;
    font-size: 13px;
    letter-spacing: .2px;
  }

  .mg-faq-card {
    background: #fff;
    border: 1px solid var(--mg-line);
    border-radius: 8px;
    padding: 28px;
    height: 100%;
  }

  .mg-faq-card h4 {
    color: var(--mg-green-dark);
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 10px;
  }

  .mg-faq-card p {
    color: var(--mg-muted);
    font-size: 14.5px;
    line-height: 1.75;
    margin-bottom: 0;
  }

  .mg-final-cta {
    background: linear-gradient(135deg, rgba(21,59,42,.96), rgba(31,107,67,.96));
    color: #fff;
    padding: 52px 0;
    text-align: center;
  }

  .mg-final-cta h2 {
    color: #fff;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 14px;
  }

  .mg-final-cta p {
    color: #E4EFE8;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 28px;
  }

  .mg-final-cta .mg-btn-outline {
    border-color: #fff;
    color: #fff !important;
  }

  .mg-final-cta .mg-btn-outline:hover {
    background: #fff;
    color: var(--mg-green-dark) !important;
  }

  .mg-related-card a {
    display: block;
    background: #fff;
    border: 1px solid var(--mg-line);
    border-radius: 8px;
    padding: 24px;
    color: var(--mg-green-dark);
    text-decoration: none !important;
    box-shadow: 0 10px 28px rgba(21,59,42,0.045);
    height: 100%;
  }

  .mg-related-card strong {
    display: block;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 6px;
  }

  .mg-related-card span {
    display: block;
    color: var(--mg-muted);
    font-size: 13.5px;
    line-height: 1.6;
  }

  .mg-related-card a:hover strong { color: var(--mg-green); }

  @media (max-width: 991px) {
    .mg-hero-title { font-size: 39px; }
    .mg-title { font-size: 31px; }
    .mg-section { padding: 38px 0; }

    .mg-trust-item {
      border-right: none;
      margin-bottom: 24px;
    }

    .mg-btn { margin-bottom: 10px; }

    .mg-spec-table th,
    .mg-spec-table td {
      display: block;
      width: 100%;
    }
  }