:root {
  --me-yellow: #f2c53c;
  --me-ink: #314346;
  --me-olive: #515944;
  --me-moss: #716e43;
  --me-gold: #928441;
  --me-paper: #ffffff;
  --me-warm: #faf8f0;
  --me-mist: #eef0e9;
  --me-line: rgba(49, 67, 70, 0.14);
  --me-shadow: 0 22px 70px rgba(49, 67, 70, 0.13);
}

html { scroll-behavior: smooth; }
body { overflow-x: hidden; }
.wp-site-blocks { min-height: 100vh; }
.wp-site-blocks > * { margin-block-start: 0; }

.me-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(49, 67, 70, 0.08);
  background: rgba(250, 248, 240, 0.9);
  backdrop-filter: blur(16px);
}

.admin-bar .me-site-header { top: 32px; }
.me-header-inner { min-height: 58px; }
.me-header-inner .wp-block-site-title a { text-decoration: none; }
.me-header-inner .wp-block-site-title {
  font-family: "Brandmark Sans 9 Outline", "Arial Rounded MT Bold", "Trebuchet MS", sans-serif;
  font-size: 1.72rem;
  font-weight: 700;
  letter-spacing: -0.065em;
}
.me-header-inner .wp-block-site-logo img { border-radius: 14px; }
.me-header-cta .wp-block-button__link { min-height: 46px; display: inline-flex; align-items: center; }

.me-section {
  padding-top: clamp(4.6rem, 9vw, 8rem);
  padding-bottom: clamp(4.6rem, 9vw, 8rem);
}

.me-section--compact {
  padding-top: clamp(2.6rem, 6vw, 4.5rem);
  padding-bottom: clamp(2.6rem, 6vw, 4.5rem);
}

.me-section--paper { background: var(--me-paper); }
.me-section--mist { background: var(--me-mist); }
.me-section--ink { background: var(--me-ink); color: #fff; }
.me-section--yellow { background: var(--me-yellow); }

.me-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1rem;
  color: var(--me-gold);
  font-size: 0.77rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.me-kicker::before {
  content: "";
  width: 28px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
}

.me-section--ink .me-kicker { color: var(--me-yellow); }

.me-display {
  max-width: 920px;
  margin: 0;
  font-size: clamp(3rem, 7vw, 6.4rem);
  line-height: 0.94;
  letter-spacing: -0.065em;
}

.me-highlight {
  position: relative;
  display: inline;
  z-index: 1;
}

.me-highlight::after {
  content: "";
  position: absolute;
  left: -0.03em;
  right: -0.03em;
  bottom: 0.08em;
  height: 0.24em;
  border-radius: 999px;
  background: var(--me-yellow);
  z-index: -1;
  transform: rotate(-1.5deg);
}

.me-lead {
  max-width: 720px;
  margin-top: 1.5rem;
  color: rgba(49, 67, 70, 0.74);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.65;
}

.me-section--ink .me-lead { color: rgba(255, 255, 255, 0.74); }

.me-hero {
  position: relative;
  overflow: hidden;
  padding-top: clamp(4rem, 8vw, 7.5rem);
  padding-bottom: clamp(4rem, 8vw, 7rem);
}

.me-hero::before,
.me-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.me-hero::before {
  width: 420px;
  height: 420px;
  right: -180px;
  top: -170px;
  background: rgba(242, 197, 60, 0.34);
  filter: blur(4px);
}
.me-hero::after {
  width: 260px;
  height: 260px;
  left: -150px;
  bottom: -110px;
  background: rgba(81, 89, 68, 0.12);
}

.me-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}

.me-hero-actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.me-hero-actions .wp-block-buttons { margin: 0; }
.me-secondary-link a { color: var(--me-ink); font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 0.25em; }

.me-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.2rem;
  margin-top: 1.6rem;
  padding: 0;
  list-style: none;
}
.me-trust-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--me-ink);
  font-size: 0.84rem;
  font-weight: 750;
}
.me-trust-list li::before {
  content: "✓";
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--me-yellow);
  font-weight: 900;
}

.me-hero-panel {
  position: relative;
  padding: clamp(1.4rem, 3vw, 2rem);
  border-radius: 30px;
  background: var(--me-ink);
  color: #fff;
  box-shadow: 0 32px 90px rgba(49, 67, 70, 0.26);
  transform: rotate(1.2deg);
}
.me-hero-panel::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  pointer-events: none;
}
.me-demo-head,
.me-demo-total,
.me-demo-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.me-demo-head { padding-bottom: 1rem; border-bottom: 1px solid rgba(255,255,255,.14); }
.me-demo-head strong { font-size: 1.05rem; }
.me-demo-badge { padding: 0.4rem 0.7rem; border-radius: 999px; background: rgba(242,197,60,.16); color: var(--me-yellow); font-size: .72rem; font-weight: 800; }
.me-demo-question { margin: 1.5rem 0 .8rem; color: rgba(255,255,255,.7); font-size: .84rem; }
.me-demo-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .75rem; }
.me-demo-choice { min-height: 78px; padding: .9rem; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(255,255,255,.06); font-size: .82rem; font-weight: 750; }
.me-demo-choice.is-active { background: var(--me-yellow); color: var(--me-ink); border-color: var(--me-yellow); }
.me-demo-total { margin-top: 1.2rem; padding: 1rem; border-radius: 18px; background: #fff; color: var(--me-ink); }
.me-demo-total small, .me-demo-total strong { display: block; }
.me-demo-total strong { font-size: 1.8rem; line-height: 1; }
.me-demo-check { color: var(--me-olive); font-size: .77rem; font-weight: 800; }

.me-trust-strip {
  position: relative;
  z-index: 2;
  margin-top: -1.6rem;
}
.me-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--me-line);
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--me-shadow);
}
.me-trust-item { padding: 1.4rem; border-right: 1px solid var(--me-line); }
.me-trust-item:last-child { border-right: 0; }
.me-trust-item strong { display: block; margin-bottom: .25rem; font-size: .95rem; }
.me-trust-item p { margin: 0; color: rgba(49,67,70,.68); font-size: .8rem; }
.me-trust-number { display: inline-grid; place-items: center; width: 34px; height: 34px; margin-bottom: .75rem; border-radius: 12px; background: var(--me-yellow); font-weight: 900; }

.me-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.55fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: clamp(2.2rem, 5vw, 4rem);
}
.me-section-heading h2 { margin: 0; font-size: clamp(2.3rem, 5vw, 4.5rem); }
.me-section-heading p { margin: 0; color: rgba(49,67,70,.7); }
.me-section--ink .me-section-heading p { color: rgba(255,255,255,.7); }
.me-section--ink .me-section-heading h2 { color: #fff; }

.me-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem; }
.me-service-card {
  position: relative;
  min-height: 330px;
  padding: clamp(1.5rem, 3vw, 2.2rem);
  border: 1px solid var(--me-line);
  border-radius: 26px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 50px rgba(49,67,70,.07);
  transition: transform .2s ease, box-shadow .2s ease;
}
.me-service-card:hover { transform: translateY(-5px); box-shadow: var(--me-shadow); }
.me-service-card::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -50px;
  bottom: -55px;
  border-radius: 50%;
  background: rgba(242,197,60,.26);
}
.me-service-card--olive::after { background: rgba(81,89,68,.18); }
.me-service-card--moss::after { background: rgba(113,110,67,.18); }
.me-service-card--gold::after { background: rgba(146,132,65,.2); }
.me-service-icon { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 18px; background: var(--me-yellow); color: var(--me-ink); font-size: 1.5rem; font-weight: 900; }
.me-service-card h3 { margin: 1.4rem 0 .65rem; font-size: clamp(1.45rem, 2.5vw, 2rem); }
.me-service-card p { max-width: 530px; color: rgba(49,67,70,.7); }
.me-service-meta { display: flex; justify-content: space-between; gap: 1rem; align-items: center; margin-top: 1.5rem; padding-top: 1rem; border-top: 1px solid var(--me-line); font-size: .84rem; font-weight: 800; }
.me-service-price { color: var(--me-olive); font-size: 1.05rem; }

.me-process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; counter-reset: me-step; }
.me-process-card { position: relative; padding: 1.5rem; border-radius: 22px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); }
.me-process-card::before { counter-increment: me-step; content: "0" counter(me-step); display: inline-block; margin-bottom: 1.3rem; color: var(--me-yellow); font-size: 1.5rem; font-weight: 900; }
.me-process-card h3 { color: #fff; font-size: 1.2rem; }
.me-process-card p { color: rgba(255,255,255,.68); font-size: .88rem; }

.me-guarantee-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; }
.me-guarantee-card { padding: 1.5rem; border: 1px solid var(--me-line); border-radius: 22px; background: #fff; }
.me-guarantee-card strong { display: block; margin-bottom: .45rem; font-size: 1.05rem; }
.me-guarantee-card p { margin: 0; color: rgba(49,67,70,.68); font-size: .86rem; }
.me-guarantee-dot { width: 12px; height: 12px; margin-bottom: 1rem; border-radius: 50%; background: var(--me-yellow); box-shadow: 0 0 0 7px rgba(242,197,60,.18); }

.me-pricing-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: 1.4rem; align-items: stretch; }
.me-price-list { display: grid; gap: .8rem; }
.me-price-row { display: flex; justify-content: space-between; gap: 1rem; align-items: center; padding: 1.15rem 1.25rem; border-radius: 18px; background: #fff; border: 1px solid var(--me-line); }
.me-price-row strong, .me-price-row small { display: block; }
.me-price-row small { color: rgba(49,67,70,.62); }
.me-price-row b { color: var(--me-olive); font-size: 1.2rem; white-space: nowrap; }
.me-zone-card { padding: 2rem; border-radius: 26px; background: var(--me-yellow); color: var(--me-ink); }
.me-zone-card h3 { margin-top: 0; font-size: 2rem; }
.me-zone-card ul { padding: 0; list-style: none; }
.me-zone-card li { padding: .9rem 0; border-bottom: 1px solid rgba(49,67,70,.17); }
.me-zone-card li:last-child { border-bottom: 0; }
.me-zone-card strong, .me-zone-card span { display: block; }
.me-zone-card span { font-size: .82rem; opacity: .72; }

.me-area-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(360px, 1.2fr); gap: clamp(2rem,5vw,5rem); align-items: center; }
.me-area-map { position: relative; min-height: 520px; border-radius: 50%; background: radial-gradient(circle at center, #f2c53c 0 8%, transparent 8.2%), radial-gradient(circle at center, rgba(242,197,60,.24) 0 27%, transparent 27.2%), radial-gradient(circle at center, rgba(113,110,67,.16) 0 52%, transparent 52.2%), radial-gradient(circle at center, rgba(49,67,70,.09) 0 76%, transparent 76.2%); }
.me-area-map::after { content: "Gelida"; position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); font-weight: 900; }
.me-town { position: absolute; padding: .45rem .7rem; border-radius: 999px; background: #fff; border: 1px solid var(--me-line); box-shadow: 0 8px 25px rgba(49,67,70,.1); font-size: .76rem; font-weight: 800; }
.me-town--one { top: 23%; left: 22%; }.me-town--two { top: 31%; right: 16%; }.me-town--three { bottom: 25%; left: 16%; }.me-town--four { bottom: 19%; right: 20%; }.me-town--five { top: 9%; left: 47%; }
.me-area-rules { display: grid; gap: .75rem; margin-top: 1.5rem; }
.me-area-rule { display: flex; gap: .7rem; align-items: flex-start; padding: .95rem; border-radius: 16px; background: rgba(255,255,255,.65); }
.me-area-rule::before { content: "✓"; font-weight: 900; color: var(--me-olive); }

.me-faq-grid { display: grid; grid-template-columns: minmax(0,.7fr) minmax(0,1.3fr); gap: clamp(2rem,5vw,5rem); align-items: start; }
.me-faq-list .wp-block-details { margin: 0 0 .75rem; padding: 1rem 1.15rem; border: 1px solid var(--me-line); border-radius: 16px; background: #fff; }
.me-faq-list summary { cursor: pointer; font-weight: 800; }
.me-faq-list .wp-block-details p { color: rgba(49,67,70,.7); font-size: .9rem; }

.me-final-card { position: relative; overflow: hidden; padding: clamp(2rem,5vw,4.5rem); border-radius: 32px; background: var(--me-yellow); }
.me-final-card::after { content: ""; position: absolute; right: -100px; top: -130px; width: 330px; height: 330px; border-radius: 50%; background: rgba(255,255,255,.35); }
.me-final-card > * { position: relative; z-index: 1; }
.me-final-card h2 { max-width: 900px; margin: 0; font-size: clamp(2.4rem,5vw,4.7rem); }
.me-final-card p { max-width: 680px; }

.me-site-footer { padding-top: 4rem; padding-bottom: 2rem; background: var(--me-ink); color: #fff; }
.me-site-footer a { color: #fff; }
.me-footer-grid { display: grid; grid-template-columns: minmax(280px,1.2fr) repeat(3,minmax(150px,.6fr)); gap: 2rem; }
.me-site-footer .wp-block-site-title { color: #fff; font-family: "Brandmark Sans 9 Outline", "Trebuchet MS", sans-serif; font-size: 1.8rem; }
.me-site-footer p { color: rgba(255,255,255,.68); font-size: .88rem; }
.me-footer-links { display: grid; gap: .55rem; }
.me-footer-links a { text-decoration: none; color: rgba(255,255,255,.75); font-size: .85rem; }
.me-footer-links a:hover { color: var(--me-yellow); }
.me-footer-bottom { margin-top: 3rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.58); font-size: .78rem; }

.me-page-shell { padding-top: 3rem; padding-bottom: 5rem; }
.me-content-card { padding: clamp(1.5rem,4vw,3.5rem); border-radius: 26px; background: #fff; box-shadow: var(--me-shadow); }

@media (max-width: 1000px) {
  .me-hero-grid, .me-pricing-layout, .me-area-layout, .me-faq-grid { grid-template-columns: 1fr; }
  .me-process-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .me-guarantee-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .me-trust-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .me-trust-item:nth-child(2) { border-right: 0; }
  .me-trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--me-line); }
  .me-footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 782px) {
  .admin-bar .me-site-header { top: 46px; }
  .me-header-inner { gap: .75rem; }
  .me-header-inner .wp-block-navigation { order: 3; width: 100%; }
  .me-section-heading { grid-template-columns: 1fr; }
  .me-card-grid { grid-template-columns: 1fr; }
  .me-hero-panel { transform: none; }
}

@media (max-width: 640px) {
  .me-display { font-size: clamp(2.65rem,14vw,4.15rem); }
  .me-hero-actions { align-items: stretch; }
  .me-hero-actions > * { width: 100%; }
  .me-trust-grid, .me-process-grid, .me-guarantee-grid, .me-footer-grid { grid-template-columns: 1fr; }
  .me-trust-item { border-right: 0; border-bottom: 1px solid var(--me-line); }
  .me-trust-item:last-child { border-bottom: 0; }
  .me-demo-grid { grid-template-columns: 1fr; }
  .me-area-map { min-height: 390px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
