:root {
  --ink: #10141b;
  --muted: #66707c;
  --paper: #f6f4ef;
  --white: #ffffff;
  --gold: #cba55a;
  --gold-light: #efd394;
  --line: #dce0e4;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
.site-header {
  position: sticky; top: 0; z-index: 50;
  height: 82px; display: flex; align-items: center; justify-content: space-between;
  padding: 0 6vw; background: rgba(255,255,255,.92); backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(16,20,27,.08);
}
.brand { display: flex; align-items: center; gap: 11px; }
.brand-mark {
  display: grid; place-items: center; width: 46px; height: 46px;
  border: 2px solid var(--ink); font-weight: 800; letter-spacing: -1px;
}
.brand-name { font-size: .82rem; letter-spacing: .2em; font-weight: 800; }
.desktop-nav { display: flex; gap: 32px; font-size: .88rem; font-weight: 600; }
.desktop-nav a:hover { color: #957333; }
.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 51px; padding: 0 25px; border-radius: 3px;
  font-weight: 800; border: 1px solid transparent; cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 18px; font-size: .84rem; }
.button-dark { background: var(--ink); color: var(--white); }
.button-primary { background: var(--gold); color: var(--ink); }
.button-primary:hover { background: var(--gold-light); }
.button-outline { border-color: rgba(255,255,255,.38); color: white; }
.full-width { width: 100%; }
.hero {
  min-height: 690px; display: grid; grid-template-columns: 1fr 1.08fr;
  align-items: center; gap: 4vw; padding: 70px 6vw 80px;
  background:
    radial-gradient(circle at 80% 25%, rgba(203,165,90,.18), transparent 25%),
    linear-gradient(120deg, #f9f8f5 0%, #eef0f2 100%);
  overflow: hidden;
}
.eyebrow { font-size: .74rem; letter-spacing: .19em; font-weight: 800; margin: 0 0 18px; }
.hero h1, .section h2 {
  font-family: "Playfair Display", serif; line-height: 1.04; margin: 0;
  letter-spacing: -.035em;
}
.hero h1 { font-size: clamp(3.3rem, 6.2vw, 6.8rem); max-width: 760px; }
.hero h1 span { color: #9b793b; }
.hero-text { max-width: 650px; color: var(--muted); font-size: 1.07rem; margin: 28px 0; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { font-weight: 800; }
.text-link span { color: #9b793b; }
.trust-row {
  display: flex; gap: 36px; margin-top: 55px; padding-top: 28px;
  border-top: 1px solid rgba(16,20,27,.12);
}
.trust-row div { display: flex; flex-direction: column; }
.trust-row strong { font-size: 1.35rem; }
.trust-row span { color: var(--muted); font-size: .78rem; }
.hero-visual { position: relative; min-height: 470px; display: grid; place-items: center; }
.hero-visual svg { width: 116%; max-width: 850px; position: relative; z-index: 2; filter: drop-shadow(0 30px 24px rgba(15,20,28,.18)); }
.glow { position: absolute; width: 450px; height: 450px; border-radius: 50%; background: rgba(255,255,255,.82); filter: blur(3px); }
.deal-card {
  position: absolute; z-index: 3; bottom: 38px; left: 2%;
  background: rgba(255,255,255,.94); box-shadow: 0 16px 45px rgba(15,20,28,.18);
  padding: 17px 20px; display: flex; align-items: center; gap: 14px; min-width: 270px;
}
.deal-icon { width: 34px; height: 34px; border-radius: 50%; background: var(--gold); display: grid; place-items: center; font-weight: 800; }
.deal-card small, .deal-card strong { display: block; }
.deal-card small { font-size: .62rem; letter-spacing: .16em; color: var(--muted); }
.deal-card strong { font-size: .84rem; }
.social-proof { background: var(--ink); color: white; padding: 25px 6vw; text-align: center; }
.social-proof > p { color: var(--gold-light); font-size: .65rem; letter-spacing: .22em; font-weight: 800; margin: 0 0 12px; }
.proof-items { display: flex; justify-content: center; align-items: center; gap: 28px; flex-wrap: wrap; font-size: .82rem; }
.proof-items i { width: 4px; height: 4px; background: var(--gold); border-radius: 50%; }
.section { padding: 105px 6vw; }
.section-light { background: var(--paper); }
.section-dark { background: var(--ink); color: white; }
.section-heading { max-width: 690px; margin-bottom: 55px; }
.section-heading.centered { text-align: center; margin-left: auto; margin-right: auto; }
.section h2 { font-size: clamp(2.5rem, 4.5vw, 4.8rem); }
.section-heading > p:last-child, .section-lead { color: var(--muted); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 1200px; margin: auto; }
.step-card { background: white; padding: 38px; min-height: 330px; position: relative; border: 1px solid #e4e5e4; }
.step-card.featured { background: #ebe0c8; transform: translateY(-12px); }
.step-number { position: absolute; top: 24px; right: 26px; color: #9b793b; font-size: .72rem; font-weight: 800; letter-spacing: .1em; }
.step-icon { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid #c7b184; font-size: 1.45rem; margin-bottom: 48px; }
.step-card h3 { font-size: 1.2rem; margin: 0 0 12px; }
.step-card p { color: var(--muted); font-size: .9rem; }
.services-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; align-items: start; }
.gold { color: var(--gold-light); }
.section-dark .section-lead { color: #aeb5bd; max-width: 520px; margin: 26px 0 35px; }
.service-list article { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.service-list article > span { color: var(--gold-light); font-size: .72rem; font-weight: 800; }
.service-list h3 { margin: 0 0 8px; font-size: 1.13rem; }
.service-list p { margin: 0; color: #aeb5bd; font-size: .9rem; }
.pricing-section { background: linear-gradient(135deg, #e9ecef, #faf8f2); }
.pricing-card { max-width: 1120px; margin: auto; background: white; display: grid; grid-template-columns: 1.25fr .75fr; box-shadow: 0 25px 70px rgba(16,20,27,.12); }
.pricing-copy { padding: 65px; }
.pricing-copy p { color: var(--muted); }
.pricing-copy ul { list-style: none; padding: 0; margin: 30px 0 0; display: grid; gap: 13px; }
.pricing-copy li::before { content: "✓"; color: #9b793b; font-weight: 800; margin-right: 12px; }
.price-box { background: var(--ink); color: white; padding: 55px 45px; display: flex; flex-direction: column; justify-content: center; text-align: center; }
.price-box > span { color: var(--gold-light); font-size: .68rem; font-weight: 800; letter-spacing: .18em; }
.price { font-family: "Playfair Display", serif; font-size: 6rem; line-height: 1; margin: 18px 0 8px; }
.price sup { font-family: "Manrope", sans-serif; font-size: 1.5rem; vertical-align: top; position: relative; top: 14px; }
.price-box p { color: #aeb5bd; margin: 0 0 30px; }
.price-box small { margin-top: 15px; color: #8f98a2; }
.testimonial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 1050px; margin: auto; }
blockquote { margin: 0; background: white; padding: 38px; border-left: 3px solid var(--gold); box-shadow: 0 12px 35px rgba(16,20,27,.06); }
.stars { color: #aa8139; letter-spacing: .12em; }
blockquote p { font-family: "Playfair Display", serif; font-size: 1.3rem; line-height: 1.5; }
blockquote footer { color: var(--muted); font-size: .82rem; }
.sample-note { text-align: center; color: var(--muted); font-size: .72rem; margin-top: 22px; }
.faq-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); padding: 22px 0; }
summary { cursor: pointer; font-weight: 800; list-style: none; position: relative; padding-right: 35px; }
summary::after { content: "+"; position: absolute; right: 5px; font-size: 1.4rem; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { color: var(--muted); font-size: .9rem; max-width: 720px; }
.contact-section { background: var(--ink); color: white; display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }
.contact-copy p:not(.eyebrow) { color: #aeb5bd; }
.contact-mini { display: grid; gap: 8px; margin-top: 35px; color: var(--gold-light); font-size: .85rem; }
.lead-form { background: white; color: var(--ink); padding: 38px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: grid; gap: 7px; margin-bottom: 16px; font-size: .77rem; font-weight: 800; }
input, select, textarea { width: 100%; border: 1px solid #d9dde1; padding: 14px; font: inherit; font-size: .9rem; background: #fbfbfb; }
textarea { resize: vertical; }
.form-message { min-height: 24px; margin: 12px 0 0; text-align: center; color: #557a47; font-size: .82rem; }
footer { padding: 42px 6vw; display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; background: #080b10; color: white; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand .brand-mark { border-color: white; }
.footer-brand strong, .footer-brand small { display: block; }
.footer-brand strong { letter-spacing: .18em; font-size: .82rem; }
.footer-brand small { color: #858e98; }
footer > p { color: #858e98; font-size: .75rem; margin: 0; }
.legal { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.1); padding-top: 18px; }

@media (max-width: 960px) {
  .desktop-nav { display: none; }
  .hero, .services-layout, .faq-section, .contact-section { grid-template-columns: 1fr; }
  .hero { padding-top: 55px; }
  .hero-visual { min-height: 380px; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card.featured { transform: none; }
  .pricing-card { grid-template-columns: 1fr; }
  .testimonial-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .site-header { padding: 0 20px; }
  .site-header .button { display: none; }
  .hero, .section { padding-left: 22px; padding-right: 22px; }
  .hero h1 { font-size: 3.3rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .trust-row { gap: 18px; flex-wrap: wrap; }
  .hero-visual { min-height: 280px; }
  .deal-card { bottom: 0; left: 0; transform: scale(.9); transform-origin: left bottom; }
  .proof-items i { display: none; }
  .proof-items { gap: 14px 22px; }
  .pricing-copy, .price-box { padding: 38px 25px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .lead-form { padding: 25px; }
  footer { grid-template-columns: 1fr; }
}


/* Results / Case Study */
.results-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(203,165,90,.18), transparent 22%),
    linear-gradient(135deg, #f8f6f1, #eceff2);
}
.case-study-card {
  max-width: 1160px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 28px 80px rgba(16,20,27,.14);
  border: 1px solid rgba(16,20,27,.08);
}
.case-study-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 42px 48px;
  border-bottom: 1px solid var(--line);
}
.case-kicker {
  color: #9b793b;
  font-size: .67rem;
  letter-spacing: .18em;
  font-weight: 800;
}
.case-study-head h3 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 3.5vw, 3.25rem);
  line-height: 1.08;
  margin: 8px 0;
}
.case-study-head p {
  margin: 0;
  color: var(--muted);
}
.savings-badge {
  flex: 0 0 158px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-content: center;
  text-align: center;
  background: var(--ink);
  color: white;
  box-shadow: 0 14px 32px rgba(16,20,27,.22);
}
.savings-badge strong {
  display: block;
  color: var(--gold-light);
  font-family: "Playfair Display", serif;
  font-size: 2.55rem;
  line-height: 1;
}
.savings-badge span {
  font-size: .68rem;
  text-transform: uppercase;
  letter-spacing: .09em;
  margin-top: 8px;
}
.offer-comparison {
  display: grid;
  grid-template-columns: 1fr 70px 1fr;
  align-items: stretch;
  padding: 42px 48px 28px;
}
.offer-card {
  padding: 35px;
  border: 1px solid var(--line);
  text-align: center;
}
.dealer-offer {
  background: #f4f5f6;
  color: #5d6670;
}
.negotiated-offer {
  background: var(--ink);
  color: white;
  border-color: var(--ink);
  position: relative;
  overflow: hidden;
}
.negotiated-offer::after {
  content: "MHR RESULT";
  position: absolute;
  top: 19px;
  right: -37px;
  width: 150px;
  transform: rotate(38deg);
  background: var(--gold);
  color: var(--ink);
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .12em;
  padding: 5px 0;
}
.offer-label {
  display: block;
  font-size: .66rem;
  letter-spacing: .16em;
  font-weight: 800;
}
.negotiated-offer .offer-label { color: var(--gold-light); }
.monthly-price {
  font-family: "Playfair Display", serif;
  font-size: clamp(4rem, 7vw, 6.5rem);
  line-height: 1;
  margin: 25px 0 15px;
}
.monthly-price sup {
  font-family: "Manrope", sans-serif;
  font-size: 1.3rem;
  vertical-align: top;
  position: relative;
  top: 13px;
}
.monthly-price span {
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  margin-left: 4px;
}
.offer-card p { margin: 0; }
.comparison-arrow {
  display: grid;
  place-items: center;
  font-size: 2.4rem;
  color: #9b793b;
}
.result-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-top: 18px;
}
.result-metrics div {
  padding: 30px 20px;
  text-align: center;
  border-right: 1px solid var(--line);
}
.result-metrics div:last-child { border-right: none; }
.result-metrics strong {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  color: #8f6b2f;
}
.result-metrics span {
  color: var(--muted);
  font-size: .73rem;
}
.case-study-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  padding: 30px 48px 42px;
}
.case-study-footer p {
  max-width: 760px;
  color: var(--muted);
  font-size: .72rem;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 760px) {
  .case-study-head {
    align-items: flex-start;
    padding: 30px 24px;
  }
  .savings-badge {
    flex-basis: 112px;
  }
  .savings-badge strong { font-size: 1.9rem; }
  .offer-comparison {
    grid-template-columns: 1fr;
    padding: 28px 24px;
  }
  .comparison-arrow {
    transform: rotate(90deg);
    min-height: 58px;
  }
  .result-metrics {
    grid-template-columns: 1fr 1fr;
  }
  .result-metrics div:nth-child(2) { border-right: none; }
  .result-metrics div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .case-study-footer {
    flex-direction: column;
    align-items: stretch;
    padding: 26px 24px 34px;
  }
}
