:root {
  --navy: #071c2f;
  --blue: #0f3558;
  --gold: #c8a24a;
  --light: #f6f8fb;
  --white: #ffffff;
  --text: #122033;
  --muted: #64748b;
  --border: #e5eaf1;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--white);
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 24px;
}

.header {
  background: var(--navy);
  color: white;
  position: sticky;
  top: 0;
  z-index: 10;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo {
  width: 140px;
  height: auto;
}

.brand strong {
  display: block;
  font-size: 18px;
}

.brand span {
  color: #cbd5e1;
  font-size: 13px;
}

.nav {
  display: flex;
  gap: 20px;
  color: #e5edf6;
}

.nav a:hover {
  color: var(--gold);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 13px 22px;
  font-weight: 800;
}

.btn-gold {
  background: var(--gold);
  color: var(--navy);
}

.btn-outline {
  border: 1px solid rgba(255,255,255,.4);
  color: white;
}

.hero {
  background: linear-gradient(135deg, var(--navy), var(--blue));
  color: white;
  padding: 90px 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 56px;
  align-items: center;
}

.eyebrow {
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}

h1 {
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.05;
}

.hero-text {
  font-size: 21px;
  line-height: 1.65;
  color: #dbe7f3;
}

.actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.hero-card {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 28px;
  padding: 30px;
}

.pill-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.pill-grid a {
  background: rgba(255,255,255,.12);
  border-radius: 999px;
  padding: 12px;
  text-align: center;
  font-weight: 700;
}

.section {
  padding: 78px 0;
}

.section.alt {
  background: var(--light);
}

.section h2 {
  font-size: clamp(32px, 4vw, 48px);
  color: var(--navy);
  margin: 0 0 14px;
}

.section-intro {
  max-width: 780px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.7;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 34px;
}

.card {
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 30px;
  background: white;
}

.card h3 {
  color: var(--navy);
  margin-top: 0;
}

.card p {
  color: var(--muted);
  line-height: 1.7;
}

.cta {
  background: linear-gradient(135deg, var(--navy), var(--blue));
  color: white;
  border-radius: 30px;
  padding: 48px;
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
}

.cta h2 {
  color: white;
}

.cta p {
  color: #dbe7f3;
}

.footer {
  background: #061827;
  color: white;
  padding: 56px 0;
}


.footer a,
.footer p {
  display: block;
  color: #cbd5e1;
  line-height: 1.8;
}

.footer a:hover {
  color: var(--gold);
}

@media (max-width: 900px) {
  .header-inner,
  .hero-grid,
  .cards,
  .footer-grid,
  .cta {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav {
    flex-wrap: wrap;
  }

  .pill-grid {
    grid-template-columns: 1fr;
  }
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.phone {
  color: white;
  font-weight: 800;
  white-space: nowrap;
}

.phone:hover {
  color: var(--gold);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.phone {
  color: white;
  font-weight: 800;
  white-space: nowrap;
}

.phone:hover {
  color: #c8a24a;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.phone-group {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.phone {
  color: white;
  font-weight: 700;
  line-height: 1.4;
}

.phone:hover {
  color: #c8a24a;
}
.city-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.city-grid a {
  background: white;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 16px;
  text-align: center;
  font-weight: 800;
  color: var(--navy);
}

.city-grid a:hover {
  border-color: var(--gold);
  color: var(--gold);
}

@media (max-width: 900px) {
  .city-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.text-link {
  display: inline-block;
  margin-top: 18px;
  color: var(--gold);
  font-weight: 800;
}
.article-content {
  max-width: 900px;
  margin: 0 auto;
}

.article-content p,
.article-content li {
  line-height: 1.8;
  font-size: 18px;
}

.article-content {
  max-width: 900px;
  margin: 0 auto;
}

.article-content p,
.article-content li {
  font-size: 18px;
  line-height: 1.9;
  color: var(--text);
}

.article-content h2 {
  margin-top: 50px;
  margin-bottom: 20px;
}

.article-content ul {
  margin: 20px 0;
  padding-left: 25px;
}

.article-content {
  max-width: 900px;
  margin: 0 auto;
}

.article-content h2 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 25px;
  color: var(--navy);
}

.article-content p,
.article-content li {
  font-size: 18px;
  line-height: 1.9;
  color: var(--text);
}

.article-content ul {
  max-width: 700px;
  margin: 20px auto;
  padding-left: 25px;
}
.article-content h3 {
  color: var(--navy);
  font-size: 24px;
  margin-top: 34px;
  margin-bottom: 12px;
}

.faq-card {
  margin-bottom: 22px;
}
/* FAQ Premium MH Expertise */

.faq-section {
  max-width: 900px;
  margin: 0 auto;
}

.faq-section h2 {
  text-align: center;
  color: var(--navy);
  margin-bottom: 38px;
}

.faq-card {
  margin-bottom: 22px;
}

.faq-item {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
}

.faq-item summary {
  cursor: pointer;
  padding: 22px 26px;
  font-size: 20px;
  font-weight: 800;
  color: var(--navy);
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::before {
  content: "▶";
  color: var(--gold);
  margin-right: 14px;
}

.faq-item p {
  padding: 0 26px 26px 56px;
  margin: 0;
  font-size: 18px;
  line-height: 1.9;
  color: var(--text);
}

.crm-form-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 30px auto 0;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
}


@media (max-width: 800px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}



@media (max-width: 800px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 800px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}
.footer .container.footer-grid {
  max-width: 1400px;
  display: grid !important;
  grid-template-columns: 1.1fr 0.7fr 1fr 1fr !important;
  gap: 24px !important;
  align-items: start;
}

@media (max-width: 700px) {
  .footer .container.footer-grid {
    grid-template-columns: 1fr !important;
  }
}



@media (max-width: 900px) {
  .footer .container.footer-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 700px) {
  .footer .container.footer-grid {
    grid-template-columns: 1fr !important;
  }
}



@media (max-width: 900px) {
  .footer .container.footer-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
}
/* =========================
   FOOTER PREMIUM FINAL
========================= */

.footer,
.footer-premium {
  background: linear-gradient(135deg, #061827, #082b48);
  color: #ffffff;
  padding: 0;
  margin: 0;
}

.footer-premium .footer-nav,
.footer .footer-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  padding: 34px 24px;
  font-size: 18px;
  font-weight: 800;
  flex-wrap: wrap;
}

.footer-premium .footer-nav a,
.footer .footer-nav a {
  color: #e5edf6;
  text-decoration: none;
}

.footer-premium .footer-nav a:hover,
.footer .footer-nav a:hover {
  color: var(--gold);
}

.footer-premium .footer-nav span,
.footer .footer-nav span {
  color: var(--gold);
}

.footer-line {
  height: 2px;
  background: var(--gold);
  opacity: 0.95;
}

/* FOOTER PREMIUM FINAL */

.footer-premium {
  background: linear-gradient(135deg, #061827, #082b48);
  color: #ffffff;
  padding: 0;
  margin: 0;
}

.footer-premium .footer-nav {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 28px !important;
  padding: 34px 24px !important;
  font-size: 18px;
  font-weight: 800;
  flex-wrap: wrap;
}

.footer-premium .footer-nav a {
  color: #e5edf6;
}

.footer-premium .footer-nav span {
  color: var(--gold);
}

.footer-line {
  height: 2px;
  background: var(--gold);
}

.footer-premium-grid {
  display: grid !important;
  grid-template-columns: 1.4fr 1fr 1fr 1fr !important;
  gap: 48px !important;
  max-width: 1500px !important;
  margin: 0 auto !important;
  padding: 52px 40px !important;
  align-items: start !important;
}

.footer-premium h3 {
  color: #ffffff;
  font-size: 28px;
  margin: 0 0 24px;
}

.footer-premium h4 {
  color: var(--gold);
  font-size: 22px;
  margin: 0 0 22px;
}

.footer-premium p {
  color: #d7e0ec;
  font-size: 18px;
  line-height: 1.8;
  margin: 0 0 14px;
}

.footer-bottom {
  text-align: center !important;
  background: rgba(0,0,0,.18);
  color: #aebdce;
  padding: 22px 24px;
  font-size: 16px;
}

@media (max-width: 800px) {
  .footer-premium-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 700px) {
  .footer-premium-grid {
    grid-template-columns: 1fr !important;
  }
}
cat >> /home/gay00786/public_html/styles.css <<'EOF'

/* FOOTER MHX FINAL */

.mhx-footer {
  background: linear-gradient(135deg, #061827, #082b48);
  color: #ffffff;
  margin: 0;
  padding: 0;
}

.mhx-footer-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  padding: 34px 24px;
  font-size: 18px;
  font-weight: 800;
  flex-wrap: wrap;
}

.mhx-footer-nav a {
  color: #e5edf6;
  text-decoration: none;
}

.mhx-footer-nav a:hover,
.mhx-footer-nav span {
  color: #c8a24a;
}

.mhx-footer-line {
  height: 2px;
  background: #c8a24a;
}

.mhx-footer-grid {
  max-width: 1500px;
  margin: 0 auto;
  padding: 52px 40px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.mhx-footer h3 {
  color: #ffffff;
  font-size: 28px;
  margin: 0 0 24px;
}

.mhx-footer h4 {
  color: #c8a24a;
  font-size: 22px;
  margin: 0 0 22px;
}

.mhx-footer p {
  color: #d7e0ec;
  font-size: 18px;
  line-height: 1.8;
  margin: 0 0 14px;
}

.mhx-footer-bottom {
  text-align: center;
  background: rgba(0,0,0,.18);
  color: #aebdce;
  padding: 22px 24px;
  font-size: 16px;
}

@media (max-width: 1100px) {
  .mhx-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .mhx-footer-grid {
    grid-template-columns: 1fr;
    padding: 42px 24px;
  }
}
EOF
/* FORCE FOOTER MHX */

.mhx-footer {
  background: #061827 !important;
  color: #ffffff !important;
}

.mhx-footer * {
  color: inherit;
}

.mhx-footer-nav a {
  color: #ffffff !important;
}

.mhx-footer-grid p {
  color: #dbe7f3 !important;
}

.mhx-footer-grid h3,
.mhx-footer-grid h4 {
  color: #c8a24a !important;
}

.mhx-footer-bottom {
  background: #04111d !important;
  color: #cbd5e1 !important;
}/* Correction finale footer MHX */
.mhx-footer {
  background: #061827 !important;
  color: #ffffff !important;
}

.mhx-footer-grid {
  display: grid !important;
  grid-template-columns: 1.4fr 1fr 1fr 1fr !important;
  gap: 48px !important;
  max-width: 1500px !important;
  margin: 0 auto !important;
  padding: 52px 40px !important;
}

.mhx-footer h3,
.mhx-footer h4 {
  color: #c8a24a !important;
}

.mhx-footer p,
.mhx-footer a {
  color: #dbe7f3 !important;
}

.mhx-footer-nav {
  display: flex !important;
  justify-content: center !important;
  gap: 28px !important;
  flex-wrap: wrap !important;
}

.mhx-footer-bottom {
  text-align: center !important;
  background: #04111d !important;
  color: #cbd5e1 !important;
}

@media (max-width: 700px) {
  .mhx-footer-grid {
    grid-template-columns: 1fr !important;
  }
}.site-footer {
  background: #061827 !important;
  color: #ffffff !important;
  padding: 0 !important;
  margin: 0 !important;
}

.site-footer-nav {
  display: flex !important;
  justify-content: center !important;
  gap: 32px !important;
  padding: 30px 20px !important;
  border-bottom: 2px solid #c8a24a !important;
  flex-wrap: wrap !important;
}

.site-footer-nav a {
  color: #ffffff !important;
  font-weight: 800 !important;
}

.site-footer-grid {
  max-width: 1300px !important;
  margin: 0 auto !important;
  padding: 48px 32px !important;
  display: grid !important;
  grid-template-columns: 1.4fr 1fr 1fr !important;
  gap: 48px !important;
  align-items: start !important;
}

.site-footer h3,
.site-footer h4 {
  color: #ffffff !important;
  margin-top: 0 !important;
}

.site-footer p {
  color: #dbe7f3 !important;
  line-height: 1.8 !important;
  font-size: 17px !important;
}

.site-footer-bottom {
  background: #04111d !important;
  color: #cbd5e1 !important;
  text-align: center !important;
  padding: 20px !important;
}

@media (max-width: 800px) {
  .site-footer-grid {
    grid-template-columns: 1fr !important;
  }
}.crm-form-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 30px auto 0;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
}

.crm-form-wrapper iframe {
  width: 100%;
  height: 2400px;
  min-height: 2400px;
  border: none;
  display: block;
}