:root {
  --funnel-pink: #f20d65;
  --funnel-ink: #221017;
  --funnel-mist: #fff4f8;
}

.funnel-cta {
  align-items: center;
  border-radius: 10px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  line-height: 1.25;
  min-height: 48px;
  padding: 12px 18px;
  text-align: center;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.funnel-cta:hover { transform: translateY(-1px); }
.funnel-cta--primary { background: var(--funnel-pink); color: #fff; box-shadow: 0 12px 25px rgba(242, 13, 101, .2); }
.funnel-cta--primary:hover { background: #d60050; color: #fff; }
.funnel-cta--secondary { border: 1px solid rgba(242, 13, 101, .28); color: var(--funnel-pink); }
.funnel-cta--secondary:hover { background: var(--funnel-mist); color: #d60050; }

.funnel-route-grid { display: grid; gap: 14px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.funnel-route-card { background: #fff; border: 1px solid #eadde2; border-radius: 10px; color: #221017; cursor: pointer; display: grid; gap: 6px; min-height: 132px; padding: 20px; text-align: left; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.funnel-route-card:hover, .funnel-route-card:focus-visible { border-color: var(--funnel-pink); box-shadow: 0 12px 28px rgba(34, 16, 23, .09); outline: none; transform: translateY(-2px); }
.funnel-route-card.is-selected { background: var(--funnel-mist); border: 2px solid var(--funnel-pink); }
.funnel-route-card strong { font-size: 1.05rem; }
.funnel-route-card span { color: #685761; font-size: .9rem; line-height: 1.55; }

.lead-form { display: grid; gap: 18px; }
.lead-form__fields { display: grid; gap: 14px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.lead-form__fields--one { grid-template-columns: 1fr; }
.lead-form label { color: #39262e; display: grid; font-size: .9rem; font-weight: 700; gap: 7px; }
.lead-form input, .lead-form select, .lead-form textarea { background: #fff; border: 1px solid #d9cbd1; border-radius: 8px; color: #221017; font: inherit; min-height: 48px; padding: 12px 14px; width: 100%; }
.lead-form textarea { min-height: 116px; resize: vertical; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--funnel-pink); box-shadow: 0 0 0 3px rgba(242, 13, 101, .12); outline: 0; }
.lead-form [aria-invalid="true"] { border-color: #b42318; }
.lead-form__hint, [data-field-error] { color: #7c5b67; font-size: .78rem; font-weight: 500; line-height: 1.4; }
[data-field-error] { color: #b42318; min-height: 1.1em; }
.lead-form-status { border-radius: 8px; font-size: .9rem; font-weight: 650; line-height: 1.45; padding: 12px 14px; }
.lead-form-status--pending { background: #fff7e8; color: #7a4d00; }
.lead-form-status--success { background: #edf9f0; color: #166534; }
.lead-form-status--error { background: #fff0f0; color: #b42318; }
.lead-form button[disabled] { cursor: progress; opacity: .72; }
.lead-form__consent { align-items: flex-start; color: #6a5860; display: flex; font-size: .78rem; gap: 9px; line-height: 1.45; }
.lead-form__consent input { accent-color: var(--funnel-pink); min-height: auto; margin-top: 3px; width: auto; }
.lead-form__optional { border: 1px solid #eadde2; border-radius: 8px; padding: 0; }
.lead-form__optional summary { color: #39262e; cursor: pointer; font-size: .9rem; font-weight: 800; list-style-position: inside; padding: 14px 16px; }
.lead-form__optional[open] summary { border-bottom: 1px solid #eadde2; }
.lead-form__optional-fields { display: grid; gap: 14px; padding: 16px; }
.contact-form-section { padding: 48px 24px 64px; position: relative; z-index: 10; }
.contact-form-shell { margin: 0 auto; max-width: 920px; }
.contact-details-section { background: #fff8fb; padding: 56px 24px; }
.contact-details-grid { display: grid; gap: 20px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0 auto; max-width: 1100px; }
.contact-details-card { background: #fff; border: 1px solid #eadde2; border-radius: 8px; padding: 22px; }
.contact-details-card .material-icons { color: var(--funnel-pink); }

.funnel-trust-strip { background: #221017; color: #fff; }
.funnel-trust-strip__inner { display: grid; gap: 16px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0 auto; max-width: 1200px; padding: 24px; }
.funnel-trust-strip__item { border-left: 1px solid rgba(255, 255, 255, .18); padding-left: 16px; }
.funnel-trust-strip__item:first-child { border-left: 0; padding-left: 0; }
.funnel-trust-strip__item strong { display: block; font-size: .92rem; }
.funnel-trust-strip__item span { color: #d9c8cf; display: block; font-size: .8rem; margin-top: 3px; }

.funnel-section { padding: 72px 24px; }
.funnel-section__inner { margin: 0 auto; max-width: 1200px; }
.funnel-section__heading { margin-bottom: 28px; max-width: 720px; }
.funnel-section__eyebrow { color: var(--funnel-pink); font-size: .75rem; font-weight: 800; letter-spacing: .08em; margin: 0 0 8px; text-transform: uppercase; }
.funnel-section__heading h2 { color: #221017; font-size: clamp(1.7rem, 3vw, 2.6rem); line-height: 1.18; margin: 0; }
.funnel-section__heading p { color: #685761; line-height: 1.65; margin: 12px 0 0; }
.funnel-case-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.funnel-case { border: 1px solid #eadde2; border-radius: 8px; overflow: hidden; }
.funnel-case img { aspect-ratio: 1.35; display: block; object-fit: cover; width: 100%; }
.funnel-case__body { padding: 18px; }
.funnel-case__type { color: var(--funnel-pink); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.funnel-case h3 { color: #221017; font-size: 1.15rem; margin: 8px 0 12px; }
.funnel-case a { color: var(--funnel-pink); font-size: .9rem; font-weight: 800; }
.funnel-final { background: #fff4f8; }
.funnel-final__panel { align-items: center; display: flex; gap: 24px; justify-content: space-between; }

.cookie-media-placeholder { align-content: center; background: #f8f4f5; color: #4d3a43; display: grid; justify-items: center; min-height: 180px; padding: 24px; text-align: center; }
.cookie-media-placeholder p { font-size: .88rem; margin: 6px 0 14px; max-width: 280px; }
.cookie-media-placeholder button { background: var(--funnel-pink); border: 0; border-radius: 8px; color: #fff; font: inherit; font-weight: 800; min-height: 42px; padding: 9px 14px; }

@media (max-width: 767px) {
  .funnel-route-grid, .funnel-case-grid { grid-template-columns: 1fr; }
  .funnel-route-card { min-height: 0; }
  .lead-form__fields { grid-template-columns: 1fr; }
  .funnel-trust-strip__inner { grid-template-columns: 1fr; padding: 20px 24px; }
  .funnel-trust-strip__item, .funnel-trust-strip__item:first-child { border-left: 0; border-top: 1px solid rgba(255, 255, 255, .18); padding: 12px 0 0; }
  .funnel-trust-strip__item:first-child { border-top: 0; padding-top: 0; }
  .funnel-section { padding: 54px 20px; }
  .funnel-final__panel { align-items: flex-start; flex-direction: column; }
  .funnel-cta { width: 100%; }
  .contact-form-section { padding: 28px 16px 48px; }
  .contact-details-grid { grid-template-columns: 1fr; }
}
.consent-map-shell {
  position: relative;
  overflow: hidden;
  min-height: 340px;
  isolation: isolate;
}

.consent-map-shell iframe,
.consent-map-shell [data-cookie-placeholder] {
  display: block;
  width: 100%;
  min-height: 340px;
}
