/* ===== MB Doctor — Bentley-inspired Premium Redesign ===== */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Inter:wght@300;400;500;600&display=swap');

/* Override base fonts for homepage */
body {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  letter-spacing: .01em;
  background: #0a0a0a;
}

h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  letter-spacing: .04em;
}

/* Refined section spacing */
.section { padding: 100px 0; }

.section-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 400;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #f5f1ec;
}

.section-subtitle {
  font-weight: 300;
  font-size: 1.05rem;
  color: #8a8580;
  max-width: 600px;
  line-height: 1.7;
  margin-top: 12px;
}

.badge {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: .7rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #c4a265;
  background: none;
  border: 1px solid rgba(196,162,101,.3);
  padding: 8px 16px;
}

/* ===== HERO ===== */
.hp-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 0;
  position: relative;
  overflow: hidden;
  background: #0a0a0a;
}

.hp-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5,5,5,.98) 0%, rgba(5,5,5,.92) 35%, rgba(10,10,10,.65) 60%, rgba(10,10,10,.3) 100%);
  z-index: 1;
}

.hp-hero__inner {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  z-index: 2;
  min-height: 100vh;
  align-items: center;
  padding: 60px 0 80px;
}

.hp-hero__visual {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
}

.hp-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 100vh;
}

.hp-hero__content {
  position: relative;
  z-index: 2;
  max-width: 680px;
}

.hp-hero__badge {
  margin-bottom: 20px;
}

.hp-hero__title {
  font-size: clamp(2.8rem, 5.5vw, 4.8rem);
  font-weight: 400;
  line-height: 1.05;
  margin-bottom: 24px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #f5f1ec;
}

.hp-hero__accent {
  display: block;
  background: linear-gradient(120deg, #c4a265, #e8d5a8, #c4a265);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hp-hero__lead {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.7;
  color: #a09a94;
  max-width: 50ch;
}

.hp-hero__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 36px;
}

/* Refined buttons */
.btn-lg {
  padding: 18px 40px;
  font-size: .88rem;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  border-radius: 0;
}

.btn-sm {
  padding: 10px 20px;
  font-size: .8rem;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 0;
}

.btn-accent {
  background: #c4a265;
  color: #0a0a0a;
  border: 1px solid #c4a265;
}

.btn-accent:hover {
  background: #d4b275;
  border-color: #d4b275;
}

.btn-ghost {
  border: 1px solid rgba(196,162,101,.4);
  color: #c4a265;
  background: transparent;
}

.btn-ghost:hover {
  border-color: #c4a265;
  background: rgba(196,162,101,.08);
}

.hp-hero__kpis {
  display: flex;
  gap: 0;
  margin-top: 48px;
  border-top: 1px solid rgba(196,162,101,.2);
  padding-top: 28px;
}

.hp-kpi {
  padding: 0 28px;
  border-right: 1px solid rgba(255,255,255,.08);
  border-radius: 0;
  border-left: none;
  border-top: none;
  border-bottom: none;
  background: none;
  min-width: auto;
}

.hp-kpi:first-child { padding-left: 0; }
.hp-kpi:last-child { border-right: none; }

.hp-kpi strong {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #c4a265;
}

.hp-kpi span {
  font-size: .75rem;
  color: #6b6560;
  text-transform: uppercase;
  letter-spacing: .1em;
}

/* ===== TRUST BAR ===== */
.hp-trust {
  padding: 50px 0;
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
  background: #0d0d0d;
}

.hp-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.hp-trust__item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 0 28px;
  border-right: 1px solid rgba(255,255,255,.06);
}

.hp-trust__item:first-child { padding-left: 0; }
.hp-trust__item:last-child { border-right: none; }

.hp-trust__icon {
  font-size: 1.4rem;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 0;
  border: 1px solid rgba(196,162,101,.25);
  background: none;
}

.hp-trust__item strong {
  display: block;
  margin-bottom: 4px;
  color: #e8e2d8;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: .03em;
}

.hp-trust__item p { margin: 0; font-size: .85rem; color: #6b6560; }

/* ===== SERVICES ===== */
.hp-services {
  background: #0a0a0a;
}

.hp-services__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  margin-top: 40px;
  background: rgba(255,255,255,.06);
}

.hp-service-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 28px 16px;
  border-radius: 0;
  border: none;
  background: #0a0a0a;
  transition: background .4s ease, box-shadow .4s ease;
  text-decoration: none;
  color: inherit;
}

.hp-service-card:hover {
  background: #111;
  transform: none;
  border-color: transparent;
  box-shadow: inset 0 -2px 0 #c4a265;
}

.hp-service-card__icon { overflow: hidden !important;
  width: 168px;
  height: 168px;
  margin-bottom: 14px;
}

.hp-service-card__icon img {
  max-width: 160px !important;
  max-height: 160px !important;
  width: 160px;
  height: 160px;
  object-fit: contain;
}

.hp-service-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: .04em;
  margin-bottom: 8px;
  color: #e8e2d8;
}

.hp-service-card p {
  flex: 1;
  font-size: .8rem;
  color: #6b6560;
  line-height: 1.5;
}

.hp-service-card__price {
  display: inline-block;
  margin-top: 12px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  color: #c4a265;
  font-size: 1rem;
  letter-spacing: .02em;
}

/* ===== PROCESS STEPS ===== */
.hp-process {
  background: #0d0d0d;
  border-top: 1px solid rgba(255,255,255,.06);
}

.hp-process__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 48px;
}

.hp-step {
  position: relative;
  padding: 0 32px;
  border-radius: 0;
  border: none;
  border-right: 1px solid rgba(255,255,255,.06);
  background: none;
}

.hp-step:first-child { padding-left: 0; }
.hp-step:last-child { border-right: none; }

.hp-step__number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.5rem;
  font-weight: 300;
  color: rgba(196,162,101,.15);
  line-height: 1;
  margin-bottom: 16px;
}

.hp-step h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: #e8e2d8;
  letter-spacing: .03em;
  margin-bottom: 8px;
}

.hp-step p { font-size: .88rem; color: #6b6560; line-height: 1.6; }

/* ===== MODELS ===== */
.hp-models {
  background: #0a0a0a;
  border-top: 1px solid rgba(255,255,255,.06);
}

.hp-models__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 40px;
  background: rgba(255,255,255,.06);
}

.hp-model-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 28px;
  border-radius: 0;
  border: none;
  background: #0a0a0a;
  transition: background .4s;
  text-decoration: none;
  color: inherit;
}

.hp-model-card:hover {
  background: #111;
  transform: none;
}

.hp-model-card__letter {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 400;
  color: #c4a265;
  min-width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 0;
  border: 1px solid rgba(196,162,101,.25);
  background: none;
  flex-shrink: 0;
}

.hp-model-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 1.15rem;
  color: #e8e2d8;
  margin-bottom: 2px;
}

.hp-model-card p { margin: 0; font-size: .82rem; color: #6b6560; }

.hp-model-card--more { opacity: .5; border-style: none; }

/* ===== CASES ===== */
.hp-cases {
  background: #0d0d0d;
  border-top: 1px solid rgba(255,255,255,.06);
}

.hp-cases__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 40px;
  background: rgba(255,255,255,.06);
}

.hp-case {
  padding: 32px;
  border-radius: 0;
  border: none;
  background: #0d0d0d;
  display: flex;
  flex-direction: column;
}

.hp-case__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.hp-case__model {
  padding: 6px 14px;
  border-radius: 0;
  border: 1px solid rgba(196,162,101,.35);
  color: #c4a265;
  background: none;
  font: 500 .75rem/1 'Inter', sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hp-case__time {
  color: #6b6560;
  font-size: .82rem;
  letter-spacing: .05em;
}

.hp-case h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #e8e2d8;
  margin-bottom: 14px;
}

.hp-case__details {
  flex: 1;
  font-size: .9rem;
  color: #6b6560;
  display: grid;
  gap: 8px;
  margin-bottom: 20px;
  line-height: 1.6;
}

.hp-case__details strong { color: #a09a94; }

.hp-case__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.06);
}

.hp-case__price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #c4a265;
}

/* ===== PRICING ===== */
.hp-pricing {
  background: #0a0a0a;
  border-top: 1px solid rgba(255,255,255,.06);
}

.hp-pricing__grid {
  max-width: 680px;
  margin: 40px auto 32px;
}

.hp-price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
  font-size: 1rem;
  color: #a09a94;
}

.hp-price-val {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  color: #c4a265;
  font-size: 1.1rem;
  white-space: nowrap;
}

/* ===== WHY US ===== */
.hp-why {
  background: #0d0d0d;
  border-top: 1px solid rgba(255,255,255,.06);
}

.hp-why__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 48px;
}

.hp-why__card {
  padding: 0 32px;
  border-radius: 0;
  border: none;
  border-right: 1px solid rgba(255,255,255,.06);
  background: none;
}

.hp-why__card:first-child { padding-left: 0; }
.hp-why__card:last-child { border-right: none; }

.hp-why__num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  font-weight: 300;
  color: rgba(196,162,101,.12);
  margin-bottom: 12px;
}

.hp-why__card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #e8e2d8;
}

.hp-why__card p { font-size: .88rem; color: #6b6560; line-height: 1.6; }

/* ===== FAQ ===== */
.hp-faq {
  background: #0a0a0a;
  border-top: 1px solid rgba(255,255,255,.06);
}

.hp-faq__list {
  max-width: 760px;
  margin: 40px auto 0;
  display: grid;
  gap: 0;
}

.hp-faq__item {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
  background: none;
}

.hp-faq__item summary {
  padding: 22px 0;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 1.15rem;
  color: #e8e2d8;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: .03em;
}

.hp-faq__item summary::after {
  content: '+';
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  color: #c4a265;
  transition: transform .3s;
}

.hp-faq__item[open] summary::after { transform: rotate(45deg); }
.hp-faq__item summary::-webkit-details-marker { display: none; }

.hp-faq__item p {
  padding: 0 0 22px;
  font-size: .95rem;
  margin: 0;
  color: #6b6560;
  line-height: 1.7;
}

/* ===== APPOINTMENT ===== */
.hp-appointment {
  background:
    linear-gradient(135deg, rgba(196,162,101,.04), transparent 40%),
    #0d0d0d;
  border-top: 1px solid rgba(255,255,255,.06);
}

.hp-appointment__inner {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 48px;
  align-items: start;
}

.hp-appointment__contacts {
  margin-top: 28px;
  display: grid;
  gap: 12px;
}

.hp-contact-line {
  font-size: 1.05rem;
  color: #a09a94;
}

.hp-contact-line a { color: #c4a265; }

.hp-form {
  padding: 36px;
  border-radius: 0;
  border: 1px solid rgba(255,255,255,.08);
  background: #111;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.hp-form__field { display: flex; flex-direction: column; gap: 6px; }
.hp-form__field--full { grid-column: 1 / -1; }

.hp-form label {
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #6b6560;
}

.hp-form input, .hp-form select, .hp-form textarea {
  border-radius: 0;
  border-color: rgba(255,255,255,.1);
  background: #0a0a0a;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
}

.hp-form input:focus, .hp-form select:focus, .hp-form textarea:focus {
  border-color: #c4a265;
  box-shadow: none;
}

.hp-form__submit {
  grid-column: 1 / -1;
  width: 100%;
  border-radius: 0;
}

.hp-form__note {
  grid-column: 1 / -1;
  text-align: center;
  font-size: .82rem;
  color: #6b6560;
  margin: 0;
}

/* ===== CONTACTS ===== */
.hp-contacts__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.hp-contacts__info {
  margin-top: 24px;
  display: grid;
  gap: 14px;
  font-size: 1.05rem;
  color: #a09a94;
}

.hp-contacts__info a { color: #c4a265; }

.hp-map .map-placeholder {
  min-height: 320px;
  border-radius: 0;
  border: 1px solid rgba(255,255,255,.06);
  border-style: solid;
  background: #111;
}

/* ===== LOGO + HEADER REFINEMENT moved to style.css ===== */

/* ===== FOOTER REFINEMENT ===== */
.site-footer {
  background: #080808;
  border-top: 1px solid rgba(255,255,255,.06);
}

.site-footer h4 {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: .75rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #c4a265;
}

.site-footer .footer-links a {
  font-size: .9rem;
  color: #6b6560;
}

.site-footer .footer-links a:hover { color: #e8e2d8; }

.footer-grid {
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .hp-hero__inner { padding: 100px 0 60px; }
  .hp-trust__grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .hp-trust__item { padding: 0; border: none; }
  .hp-services__grid { grid-template-columns: repeat(3, 1fr); }
  .hp-process__steps { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .hp-step { padding: 0; border: none; margin-bottom: 24px; }
  .hp-models__grid { grid-template-columns: repeat(3, 1fr); }
  .hp-cases__grid { grid-template-columns: repeat(2, 1fr); }
  .hp-why__grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .hp-why__card { padding: 0; border: none; margin-bottom: 24px; }
  .hp-appointment__inner { grid-template-columns: 1fr; }
  .hp-contacts__grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .hp-hero { min-height: auto; }
  .hp-hero__inner { padding: 100px 0 40px; }
  .hp-hero__title { font-size: 2.2rem; }
  .hp-hero__kpis { flex-wrap: wrap; gap: 16px; }
  .hp-kpi { padding: 0 16px; border: none; }
  .hp-trust__grid { grid-template-columns: 1fr; }
  .hp-services__grid { grid-template-columns: repeat(2, 1fr); }
  .hp-process__steps { grid-template-columns: 1fr; }
  .hp-models__grid { grid-template-columns: repeat(2, 1fr); }
  .hp-cases__grid { grid-template-columns: 1fr; }
  .hp-why__grid { grid-template-columns: 1fr; }
  .hp-form { grid-template-columns: 1fr; padding: 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .hp-hero__actions { flex-direction: column; }
  .btn-lg { width: 100%; text-align: center; }
}

/* Extra text readability on hero */
.hp-hero__title,
.hp-hero__lead,
.hp-hero__badge {
  text-shadow: 0 2px 20px rgba(0,0,0,.8);
}

/* Hero full-bleed fix */
.hp-hero {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
}

.hp-hero__inner {
  width: min(var(--container), 92vw);
  margin: 0 auto;
}

/* ===== HERO FULL BLEED FIX ===== */
.hp-hero {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative;
  overflow: hidden;
}

.hp-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5,5,5,.98) 0%, rgba(5,5,5,.92) 35%, rgba(10,10,10,.55) 65%, rgba(10,10,10,.2) 100%) !important;
  z-index: 1;
}

.hp-hero__visual {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: hidden;
}

.hp-hero__visual img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center;
}
