:root {
  --bg: #FAEEEB;
  --bg-2: #F4DED6;
  --paper: #FFF9F7;
  --rose: #F1D5CC;
  --terracotta: #8A481F;
  --terracotta-dark: #5A2B12;
  --ink: #3B1D0D;
  --muted: #7A5B4A;
  --line: #E8CEC4;
  --gold: #B98A65;
  --shadow: 0 30px 90px rgba(91, 43, 18, .14);
  --radius-lg: 34px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 5% 8%, rgba(235, 207, 208, .45), transparent 28rem),
    radial-gradient(circle at 95% 0%, rgba(242, 229, 219, .9), transparent 30rem),
    var(--bg);
  line-height: 1.65;
}

img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { color: var(--muted); margin: 0 0 1rem; }
strong { color: var(--ink); }

.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.section { padding: 92px 0; }
.section.tight { padding: 56px 0; }

.skip-link {
  position: absolute;
  left: -999px;
  top: 14px;
  background: var(--ink);
  color: white;
  padding: 10px 14px;
  border-radius: 10px;
  z-index: 100;
}
.skip-link:focus { left: 14px; }

.topbar {
  background: var(--ink);
  color: #FFF7EF;
  font-size: .86rem;
  letter-spacing: .01em;
}
.topbar .container {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.topbar a { color: #FFF7EF; opacity: .94; }
.topbar .topbar-links { display: flex; align-items: center; gap: 18px; white-space: nowrap; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  backdrop-filter: blur(16px);
  background: rgba(250, 247, 242, .82);
  border-bottom: 1px solid rgba(232, 215, 200, .78);
}
.nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.brand { display: flex; align-items: center; gap: 12px; min-width: 210px; }
.brand-mark {
  width: 46px;
  height: 46px;
  border: 1px solid var(--terracotta);
  background: var(--bg-2);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: Georgia, serif;
  font-weight: 700;
  letter-spacing: -.05em;
  color: var(--ink);
}
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text b { font-family: Georgia, "Times New Roman", serif; font-size: 1.22rem; font-weight: 500; }
.brand-text span { color: var(--terracotta); font-size: .73rem; letter-spacing: .18em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a {
  padding: 10px 12px;
  border-radius: 999px;
  color: var(--muted);
  font-size: .96rem;
}
.nav-links a:hover, .nav-links a.active { color: var(--ink); background: rgba(242, 229, 219, .72); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 999px;
  padding: 10px 13px;
  color: var(--ink);
  font-weight: 700;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  text-align: center;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--terracotta); color: #fff; box-shadow: 0 14px 30px rgba(185, 130, 107, .28); }
.btn-primary:hover { background: var(--terracotta-dark); }
.btn-secondary { background: var(--paper); color: var(--ink); border-color: var(--line); }
.btn-ghost { background: rgba(255, 253, 249, .72); color: var(--ink); border-color: rgba(232, 215, 200, .8); }
.btn-small { min-height: 40px; padding: 9px 15px; font-size: .92rem; }

.hero { padding: 76px 0 48px; overflow: hidden; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 56px;
  align-items: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--terracotta);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .78rem;
  font-weight: 800;
  margin-bottom: 18px;
}
.eyebrow::before {
  content: "";
  width: 32px;
  height: 1px;
  background: var(--terracotta);
}
h1, h2, h3 {
  margin: 0;
  color: var(--ink);
  line-height: 1.04;
  letter-spacing: -.04em;
}
h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.1rem, 7vw, 6.35rem); font-weight: 500; }
h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.2rem, 4.2vw, 4rem); font-weight: 500; }
h3 { font-size: 1.28rem; letter-spacing: -.02em; }
.lead { font-size: clamp(1.05rem, 1.55vw, 1.28rem); color: var(--muted); max-width: 650px; margin: 24px 0 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 0; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.42);
  color: var(--muted);
  border-radius: 999px;
  padding: 9px 13px;
  font-size: .92rem;
}
.pill span { color: var(--terracotta); }

.hero-card {
  position: relative;
  min-height: 610px;
  border-radius: 48px;
  background:
    linear-gradient(145deg, rgba(255,253,249,.92), rgba(242,229,219,.68)),
    radial-gradient(circle at 78% 18%, rgba(235,207,208,.8), transparent 16rem);
  box-shadow: var(--shadow);
  border: 1px solid rgba(232, 215, 200, .82);
  overflow: hidden;
}
.face-illustration {
  position: absolute;
  inset: 44px 38px 160px;
  border-radius: 40px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.55), rgba(250,247,242,.2)),
    radial-gradient(circle at 50% 18%, rgba(185,130,107,.12), transparent 11rem);
  border: 1px solid rgba(232,215,200,.85);
  display: grid;
  place-items: center;
}
.face-illustration svg { width: min(82%, 390px); opacity: .95; }
.hero-floating {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.mini-card {
  background: rgba(255,253,249,.86);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 18px;
  min-height: 108px;
}
.mini-card b { display: block; font-size: 1.1rem; }
.mini-card span { display: block; color: var(--muted); font-size: .87rem; margin-top: 4px; }

.intro-band {
  margin-top: 48px;
  background: var(--ink);
  color: #FFF7EF;
  border-radius: 34px;
  padding: 28px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 26px;
  align-items: center;
  box-shadow: 0 22px 55px rgba(58,43,36,.16);
}
.intro-band p { color: rgba(255,247,239,.82); margin: 0; max-width: 780px; }
.intro-band b { color: #fff; }

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 38px;
}
.section-head p { max-width: 520px; margin: 0; }
.center { text-align: center; }
.center p { margin-left: auto; margin-right: auto; }

.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card {
  background: rgba(255, 253, 249, .78);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 30px;
  box-shadow: 0 12px 36px rgba(58,43,36,.06);
}
.card.featured { background: linear-gradient(145deg, var(--paper), #F8EEE6); border-color: rgba(185,130,107,.42); }
.card-icon {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: var(--bg-2);
  color: var(--terracotta);
  display: grid;
  place-items: center;
  font-size: 1.4rem;
  margin-bottom: 18px;
}
.card p { margin-top: 12px; }
.card .price { font-size: 1.12rem; font-weight: 800; color: var(--ink); margin-top: 20px; }
.card ul { padding-left: 1.1rem; color: var(--muted); margin: 16px 0 0; }
.card li { margin: 7px 0; }

.split {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 48px;
  align-items: center;
}
.visual-panel {
  min-height: 460px;
  border-radius: 44px;
  background:
    radial-gradient(circle at 72% 20%, rgba(235, 207, 208, .9), transparent 16rem),
    linear-gradient(145deg, #FFFDF9, #F2E5DB);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.visual-panel::after {
  content: "";
  position: absolute;
  inset: 56px;
  border: 1px solid rgba(185,130,107,.28);
  border-radius: 38px;
}
.visual-panel .quote-box {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  background: rgba(255,253,249,.88);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 24px;
  z-index: 2;
}
.quote-box p { margin: 0; color: var(--ink); font-family: Georgia, serif; font-size: 1.28rem; }
.quote-box span { display: block; margin-top: 12px; color: var(--terracotta); font-weight: 800; }
.check-list { display: grid; gap: 14px; margin: 28px 0; }
.check {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--muted);
}
.check::before {
  content: "✓";
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--bg-2);
  color: var(--terracotta);
  display: grid;
  place-items: center;
  font-weight: 900;
}

.price-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--paper);
  box-shadow: 0 16px 44px rgba(58,43,36,.07);
}
.price-table th, .price-table td { padding: 20px 22px; text-align: left; border-bottom: 1px solid var(--line); }
.price-table th { background: var(--bg-2); color: var(--ink); font-size: .86rem; text-transform: uppercase; letter-spacing: .12em; }
.price-table tr:last-child td { border-bottom: 0; }
.price-table td:last-child { font-weight: 900; color: var(--ink); white-space: nowrap; }
.badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 5px 10px;
  background: rgba(185, 130, 107, .11);
  color: var(--terracotta-dark);
  font-size: .78rem;
  font-weight: 900;
}

.cta {
  background:
    radial-gradient(circle at 12% 12%, rgba(235,207,208,.5), transparent 20rem),
    var(--ink);
  color: #fff;
  border-radius: 46px;
  padding: 52px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  overflow: hidden;
}
.cta h2 { color: #fff; font-size: clamp(2rem, 3.6vw, 3.5rem); }
.cta p { color: rgba(255,247,239,.78); max-width: 700px; }
.cta .btn-primary { background: #fff; color: var(--ink); box-shadow: none; }
.cta .btn-secondary { background: transparent; color: #fff; border-color: rgba(255,255,255,.25); }

.faq { display: grid; gap: 12px; }
.faq-item {
  background: rgba(255,253,249,.78);
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
}
.faq-button {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 20px 22px;
  color: var(--ink);
  font-weight: 900;
  font-size: 1rem;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.faq-panel { display: none; padding: 0 22px 22px; }
.faq-panel p { margin: 0; }
.faq-item.open .faq-panel { display: block; }
.faq-button span { color: var(--terracotta); }

.contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 24px;
  align-items: start;
}
.contact-card { background: var(--paper); border: 1px solid var(--line); border-radius: 30px; padding: 28px; box-shadow: 0 12px 36px rgba(58,43,36,.06); }
.contact-line { display: grid; gap: 4px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.contact-line:last-child { border-bottom: 0; }
.contact-line b { color: var(--ink); }
.contact-line a, .contact-line span { color: var(--muted); }
.form { display: grid; gap: 14px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { display: grid; gap: 7px; color: var(--ink); font-weight: 800; font-size: .92rem; }
input, textarea, select {
  width: 100%;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 16px;
  padding: 14px 15px;
  color: var(--ink);
  font: inherit;
  outline: none;
}
input:focus, textarea:focus, select:focus { border-color: var(--terracotta); box-shadow: 0 0 0 4px rgba(185,130,107,.12); }
textarea { resize: vertical; min-height: 130px; }
.form-note { font-size: .86rem; color: var(--muted); }
.map-placeholder {
  min-height: 260px;
  background:
    linear-gradient(135deg, rgba(255,253,249,.88), rgba(242,229,219,.82)),
    repeating-linear-gradient(45deg, transparent, transparent 14px, rgba(185,130,107,.08) 15px, rgba(185,130,107,.08) 16px);
  border: 1px solid var(--line);
  border-radius: 30px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 22px;
}

.breadcrumb { color: var(--muted); font-size: .92rem; margin-bottom: 24px; }
.breadcrumb a { color: var(--terracotta); font-weight: 800; }
.page-hero { padding: 64px 0 24px; }
.page-hero p { max-width: 760px; }
.legal-content { background: var(--paper); border: 1px solid var(--line); border-radius: 30px; padding: 34px; }
.legal-content h2 { font-size: 1.8rem; margin: 28px 0 12px; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content ul { color: var(--muted); }

.site-footer {
  padding: 64px 0 26px;
  background: #2F241F;
  color: #FFF7EF;
  margin-top: 70px;
}
.footer-grid { display: grid; grid-template-columns: 1.2fr .7fr .7fr .8fr; gap: 32px; }
.footer-logo { display: flex; gap: 12px; align-items: center; margin-bottom: 18px; }
.footer-logo .brand-mark { background: transparent; color: #fff; border-color: rgba(255,255,255,.35); }
.footer-logo b { font-family: Georgia, serif; font-size: 1.3rem; font-weight: 500; }
.site-footer p, .site-footer a { color: rgba(255,247,239,.76); }
.footer-links { display: grid; gap: 10px; }
.footer-links a:hover { color: #fff; }
.footer-title { color: #fff; font-weight: 900; margin-bottom: 14px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; border-top: 1px solid rgba(255,255,255,.12); margin-top: 42px; padding-top: 22px; color: rgba(255,247,239,.6); font-size: .9rem; }
.footer-bottom a { color: rgba(255,247,239,.72); }

.reveal { opacity: 0; transform: translateY(18px); transition: .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .topbar .container { justify-content: center; text-align: center; }
  .topbar-links { display: none !important; }
  .nav { min-height: 74px; }
  .menu-toggle { display: inline-flex; }
  .nav-actions .btn { display: none; }
  .nav-links {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 86px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 12px;
    box-shadow: var(--shadow);
  }
  .nav-links.open { display: flex; }
  .nav-links a { border-radius: 16px; padding: 13px 14px; }
  .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; }
  .hero-card { min-height: 540px; }
  .cards-grid { grid-template-columns: 1fr 1fr; }
  .section-head { display: block; }
  .section-head p { margin-top: 14px; }
  .cta, .intro-band { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, var(--max)); }
  .section { padding: 62px 0; }
  .hero { padding-top: 44px; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  h1 { font-size: clamp(2.65rem, 15vw, 4rem); }
  .hero-card { min-height: 480px; border-radius: 34px; }
  .face-illustration { inset: 24px 22px 148px; border-radius: 28px; }
  .hero-floating { grid-template-columns: 1fr; left: 18px; right: 18px; bottom: 18px; }
  .mini-card { min-height: auto; padding: 14px 16px; }
  .cards-grid { grid-template-columns: 1fr; }
  .card { padding: 24px; border-radius: 24px; }
  .form-row { grid-template-columns: 1fr; }
  .price-table { font-size: .9rem; }
  .price-table th, .price-table td { padding: 15px 13px; }
  .cta { padding: 30px 22px; border-radius: 30px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}


/* === MCare Aesthetic Luxembourg — V2 premium === */
body {
  background:
    radial-gradient(circle at 12% 4%, rgba(255, 255, 255, .82), transparent 28rem),
    radial-gradient(circle at 88% 0%, rgba(218, 174, 152, .28), transparent 30rem),
    linear-gradient(180deg, #FAEEEB 0%, #FFF9F7 48%, #FAEEEB 100%);
}
.topbar {
  background: linear-gradient(90deg, #3B1D0D, #7A3E19 52%, #3B1D0D);
  color: #fff8f4;
}
.topbar span, .topbar a { letter-spacing: .04em; }
.site-header {
  background: rgba(255, 249, 247, .82);
  border-bottom: 1px solid rgba(138, 72, 31, .14);
  box-shadow: 0 10px 34px rgba(91, 43, 18, .045);
}
.brand { min-width: 220px; }
.brand-logo {
  width: 210px;
  height: auto;
  max-height: 58px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 10px 20px rgba(91,43,18,.10));
}
.nav { min-height: 92px; }
.nav-links a {
  color: #6f5143;
  font-weight: 650;
  letter-spacing: .01em;
}
.nav-links a:hover, .nav-links a.active {
  background: rgba(241, 213, 204, .55);
  color: #3B1D0D;
}
.btn-primary {
  background: linear-gradient(135deg, #8A481F, #A86434 58%, #6D3415);
  box-shadow: 0 16px 36px rgba(138, 72, 31, .26);
}
.btn-primary:hover { background: linear-gradient(135deg, #6D3415, #8A481F); }
.btn-secondary, .btn-ghost {
  background: rgba(255,249,247,.88);
  border-color: rgba(138,72,31,.20);
}
.eyebrow { color: #8A481F; }
.eyebrow::before { background: #8A481F; }
h1, h2 { color: #3B1D0D; }
.lead { color: #745445; }
.hero-grid { grid-template-columns: .96fr 1.04fr; }
.hero-card {
  min-height: 640px;
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, .78), transparent 19rem),
    linear-gradient(145deg, rgba(255,249,247,.94), rgba(244,222,214,.82));
  border: 1px solid rgba(138,72,31,.16);
  box-shadow: 0 36px 100px rgba(91, 43, 18, .16);
}
.logo-showcase {
  inset: 38px 34px 142px;
  background: #FAEEEB;
  border: 1px solid rgba(138,72,31,.10);
  box-shadow: inset 0 0 90px rgba(255,255,255,.55);
  overflow: hidden;
}
.hero-logo {
  width: min(88%, 500px);
  margin: auto;
  filter: saturate(1.02) contrast(1.02);
}
.mini-card {
  background: rgba(255,249,247,.86);
  border-color: rgba(138,72,31,.14);
  box-shadow: 0 10px 28px rgba(91,43,18,.07);
}
.mini-card b { color: #6D3415; }
.intro-band, .card, .pricing-card, .contact-panel, .legal-card, .cta, .story-card, .faq-item {
  background: rgba(255,249,247,.82);
  border-color: rgba(138,72,31,.16);
  box-shadow: 0 22px 70px rgba(91,43,18,.09);
}
.card-icon { color: #8A481F; background: #F4DED6; }
.price, .highlight, .contact-line b { color: #8A481F; }
.visual-panel {
  background:
    radial-gradient(circle at 50% 22%, rgba(255,255,255,.74), transparent 13rem),
    linear-gradient(150deg, #F4DED6, #FAEEEB);
  border: 1px solid rgba(138,72,31,.15);
}
.quote-box { background: rgba(255,249,247,.78); border-color: rgba(138,72,31,.16); }
.site-footer {
  background: linear-gradient(150deg, #34180A 0%, #5A2B12 55%, #2A1106 100%);
  color: #FFF9F7;
}
.footer-logo-img {
  width: 215px;
  max-width: 100%;
  filter: drop-shadow(0 14px 26px rgba(0,0,0,.18));
}
.footer-logo { margin-bottom: 18px; }
.footer-links span, .contact-note { color: rgba(255,249,247,.72); }
.contact-note { display: inline-block; }
.map-box {
  background:
    linear-gradient(135deg, rgba(255,249,247,.92), rgba(244,222,214,.88)),
    radial-gradient(circle at 80% 20%, rgba(138,72,31,.18), transparent 18rem);
  border: 1px solid rgba(138,72,31,.16);
}
input, select, textarea {
  background: rgba(255,249,247,.96);
  border-color: rgba(138,72,31,.20);
}
input:focus, select:focus, textarea:focus {
  outline: 2px solid rgba(138,72,31,.24);
  border-color: rgba(138,72,31,.45);
}
@media (max-width: 900px) {
  .brand-logo { width: 174px; }
  .hero-card { min-height: 540px; }
  .logo-showcase { inset: 24px 20px 150px; }
}
@media (max-width: 560px) {
  .brand-logo { width: 152px; }
  .topbar .container { justify-content: center; text-align: center; }
  .topbar-links { display: none !important; }
  .hero-card { min-height: 480px; border-radius: 34px; }
  .hero-floating { grid-template-columns: 1fr; }
  .logo-showcase { bottom: 220px; }
}
