.elementor-8828 .elementor-element.elementor-element-ea4e0b0{--display:flex;--margin-top:-60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-da43f2f */:root {
  --iml-gold: #cba067;
  --iml-gold-strong: #d2ad68;
  --iml-gold-dark: #a8935d;
  --iml-ink: #1f1f1c;
  --iml-text: #3f3a33;
  --iml-muted: #6f685d;
  --iml-bg: #f8f5ef;
  --iml-bg-soft: #fcfaf7;
  --iml-card: #ffffff;
  --iml-line: #e9dfcf;
  --iml-line-strong: rgba(203, 160, 103, 0.28);
  --iml-accent: #efe4d1;
  --iml-shadow: 0 18px 45px rgba(64, 50, 28, 0.08);
  --iml-shadow-soft: 0 10px 26px rgba(64, 50, 28, 0.06);
  --iml-radius-xl: 30px;
  --iml-radius-lg: 24px;
  --iml-radius-md: 18px;
  --iml-radius-sm: 14px;
  --iml-max: 1360px;
}

.iml-landing,
.iml-landing * {
  box-sizing: border-box;
}

.iml-landing {
  font-family: "Plus Jakarta Sans", Inter, Arial, sans-serif;
  color: var(--iml-text);
  background:
    radial-gradient(circle at top right, rgba(203, 160, 103, 0.13) 0%, rgba(203, 160, 103, 0) 30%),
    linear-gradient(180deg, #fcfaf7 0%, #f7f2ea 100%);
}

.iml-landing img {
  max-width: 100%;
  height: auto;
  display: block;
}

.iml-landing a {
  color: #7a602f;
  text-decoration: none;
}

.iml-landing a:hover {
  text-decoration: underline;
}

.iml-shell {
  max-width: var(--iml-max);
  margin: 0 auto;
  padding: 0 16px;
}

.iml-section {
  position: relative;
  padding: 84px 0;
}

.iml-section--tight {
  padding: 56px 0;
}

.iml-section--divider {
  border-top: 1px solid rgba(203, 160, 103, 0.16);
}

.iml-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(203, 160, 103, 0.12);
  border: 1px solid rgba(203, 160, 103, 0.22);
  color: #7e6333;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.iml-kicker {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #8d7343;
}

.iml-title-xl,
.iml-title-lg,
.iml-title-md,
.iml-title-sm {
  margin: 0;
  color: var(--iml-ink);
  font-family: "Plus Jakarta Sans", Inter, Arial, sans-serif;
  text-wrap: balance;
  hyphens: auto;
}

.iml-title-xl {
  font-size: clamp(32px, 4.5vw, 54px);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.022em;
}

.iml-title-lg {
  font-size: clamp(27px, 3.5vw, 40px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.018em;
}

.iml-title-md {
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.10;
  font-weight: 700;
  letter-spacing: -0.016em;
}

.iml-title-sm {
  font-size: 20px;
  line-height: 1.22;
  font-weight: 700;
  letter-spacing: -0.012em;
}

.iml-lead {
  font-size: clamp(17px, 2.1vw, 21px);
  line-height: 1.75;
  color: var(--iml-muted);
  margin: 0;
}

.iml-copy,
.iml-card p,
.iml-card li,
.iml-form-note,
.iml-faq details p,
.iml-contact-list li {
  font-size: 16px;
  line-height: 1.78;
}

.iml-copy {
  margin: 0;
}

.iml-copy + .iml-copy {
  margin-top: 16px;
}

.iml-grid {
  display: grid;
  gap: 24px;
}

.iml-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.iml-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.iml-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.iml-card,
.iml-panel,
.iml-form-wrap,
.iml-faq details,
.iml-stat,
.iml-toc,
.iml-city-card,
.iml-contact-card {
  background: var(--iml-card);
  border: 1px solid var(--iml-line);
  border-radius: var(--iml-radius-lg);
  box-shadow: var(--iml-shadow);
}

.iml-card,
.iml-panel,
.iml-form-wrap,
.iml-contact-card {
  padding: 30px;
}

.iml-card h3,
.iml-card h4,
.iml-city-card h3,
.iml-contact-card h3,
.iml-feature h3,
.iml-step h3,
.iml-form-embed h3 {
  margin: 0 0 12px;
  color: var(--iml-ink);
  font-family: "Plus Jakarta Sans", Inter, Arial, sans-serif;
  font-size: clamp(20px, 1.6vw, 23px);
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: -0.014em;
  text-wrap: balance;
  hyphens: auto;
}

.iml-card p:last-child,
.iml-city-card p:last-child,
.iml-contact-card p:last-child {
  margin-bottom: 0;
}

.iml-hero {
  padding: 38px 0 34px;
  background:
    radial-gradient(circle at top right, rgba(203, 160, 103, 0.15) 0%, rgba(203, 160, 103, 0) 34%),
    linear-gradient(180deg, #fbf8f3 0%, #f5efe6 100%);
  border-bottom: 1px solid rgba(203, 160, 103, 0.16);
}

.iml-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 26px;
  align-items: stretch;
}

.iml-hero-copy,
.iml-hero-side {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(203, 160, 103, 0.18);
  border-radius: 28px;
  box-shadow: var(--iml-shadow);
}

.iml-hero-copy {
  padding: 36px;
}

.iml-hero-copy > * + * {
  margin-top: 18px;
}

.iml-hero-side {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.iml-pill-row,
.iml-trust-row,
.iml-chip-row,
.iml-mini-links,
.iml-city-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.iml-pill,
.iml-chip,
.iml-city-tag {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--iml-line);
  font-size: 14px;
  font-weight: 700;
  color: var(--iml-text);
}

.iml-trust-row {
  margin-top: 10px;
}

.iml-trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(203, 160, 103, 0.2);
  font-size: 14px;
  font-weight: 700;
  color: var(--iml-text);
}

.iml-checklist,
.iml-steps-list,
.iml-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.iml-checklist li,
.iml-contact-list li {
  position: relative;
  padding-left: 28px;
  margin: 0 0 12px;
}

.iml-checklist li:last-child,
.iml-contact-list li:last-child {
  margin-bottom: 0;
}

.iml-checklist li::before,
.iml-contact-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  font-weight: 800;
  color: var(--iml-gold-dark);
}

.iml-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.iml-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 15px 24px;
  border-radius: 999px;
  font-weight: 800;
  border: 1px solid transparent;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, border-color 0.22s ease;
  text-decoration: none !important;
}

.iml-button:hover,
.iml-button:focus,
.iml-button:active {
  text-decoration: none !important;
}

.iml-button--primary {
  color: #fff !important;
  background: linear-gradient(135deg, var(--iml-gold-dark), var(--iml-gold));
}

.iml-button--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(168, 147, 93, 0.24);
  filter: brightness(1.02);
}

.iml-button--secondary {
  background: #fff;
  border-color: var(--iml-line);
  color: var(--iml-ink) !important;
}

.iml-button--secondary:hover {
  transform: translateY(-2px);
  box-shadow: var(--iml-shadow-soft);
  background: #fffdf9;
}

.iml-button--dark-secondary {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  color: #fff !important;
}

.iml-button--dark-secondary:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.12);
}


.iml-form-embed {
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
  min-height: 100%;
}

.iml-contact-methods {
  display: grid;
  gap: 12px;
}

.iml-contact-method {
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid var(--iml-line);
  background: #fffdf9;
}

.iml-contact-method strong {
  display: block;
  margin-bottom: 6px;
  color: var(--iml-ink);
  font-size: 16px;
  line-height: 1.2;
}

.iml-contact-method span {
  display: block;
  color: var(--iml-muted);
  font-size: 15px;
  line-height: 1.65;
}

.iml-media,
.iml-media-small {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  border: 1px dashed rgba(168, 147, 93, 0.42);
  background:
    linear-gradient(135deg, rgba(203, 160, 103, 0.12), rgba(255, 255, 255, 0.92)),
    radial-gradient(circle at top right, rgba(203, 160, 103, 0.18), transparent 50%);
}

.iml-media {
  min-height: 320px;
  aspect-ratio: 5 / 4;
}

.iml-media-small {
  min-height: 210px;
  aspect-ratio: 16 / 10;
}


.iml-form-embed {
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
  min-height: 100%;
}

.iml-contact-methods {
  display: grid;
  gap: 12px;
}

.iml-contact-method {
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid var(--iml-line);
  background: #fffdf9;
}

.iml-contact-method strong {
  display: block;
  margin-bottom: 6px;
  color: var(--iml-ink);
  font-size: 16px;
  line-height: 1.2;
}

.iml-contact-method span {
  display: block;
  color: var(--iml-muted);
  font-size: 15px;
  line-height: 1.65;
}

.iml-media,
.iml-media-small {
  line-height: 0;
}

.iml-media > .iml-media-image,
.iml-media-small > .iml-media-image {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0;
  vertical-align: top;
}

.iml-media-placeholder {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: flex;
  align-items: end;
  justify-content: start;
  padding: 22px;
  color: #81663a;
  font-weight: 700;
  line-height: 1.65;
  text-align: left;
}

.iml-media-placeholder::before {
  content: attr(data-label);
  display: inline-flex;
  max-width: 90%;
  padding: 11px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(203, 160, 103, 0.24);
  box-shadow: 0 10px 24px rgba(64, 50, 28, 0.07);
}

.iml-note {
  padding: 18px 20px;
  border-left: 4px solid var(--iml-gold);
  border-radius: 0 16px 16px 0;
  background: #fffdf8;
}

.iml-note strong {
  color: var(--iml-ink);
}

.iml-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.iml-stat {
  min-height: 165px;
  padding: 18px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.iml-stat strong {
  display: block;
  margin-bottom: 10px;
  color: var(--iml-ink);
  font-size: 20px;
  line-height: 1.14;
  font-weight: 800;
}

.iml-stat span {
  display: block;
  color: var(--iml-muted);
  font-size: 14px;
  line-height: 1.62;
}

.iml-toc {
  padding: 20px;
  background: linear-gradient(180deg, #fff, #fcfaf7);
}

.iml-toc-title {
  margin: 0 0 14px;
  color: var(--iml-ink);
  font-size: 15px;
  font-weight: 800;
}

.iml-toc-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.iml-toc-link {
  display: block;
  padding: 12px 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #eee4d6;
  color: var(--iml-text) !important;
  font-weight: 700;
  transition: all 0.2s ease;
}

.iml-toc-link:hover {
  text-decoration: none !important;
  border-color: rgba(203, 160, 103, 0.45);
  background: #fffdf9;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(64, 50, 28, 0.06);
}

.iml-problem {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}

.iml-split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
  align-items: start;
}

.iml-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.iml-feature {
  padding: 22px;
  border-radius: 20px;
  border: 1px solid var(--iml-line);
  background: #fff;
  box-shadow: var(--iml-shadow-soft);
}

.iml-feature h3 {
  margin-bottom: 10px;
}

.iml-audience-card,
.iml-module-card,
.iml-safety-card,
.iml-city-card {
  height: 100%;
}

.iml-module-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.iml-module-tag {
  align-self: flex-start;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(203, 160, 103, 0.11);
  border: 1px solid rgba(203, 160, 103, 0.2);
  color: #81663a;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.iml-module-link,
.iml-inline-link {
  font-weight: 800;
}

.iml-principle {
  background: rgba(203, 160, 103, 0.08);
  border: 1px solid rgba(203, 160, 103, 0.35);
}

.iml-principle-head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
}

.iml-principle-icon {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border-radius: 12px;
  background: var(--iml-gold);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

.iml-steps-list {
  counter-reset: iml-step;
  display: grid;
  gap: 18px;
}

.iml-step {
  position: relative;
  padding: 26px 26px 24px 84px;
}

.iml-step::before {
  counter-increment: iml-step;
  content: counter(iml-step);
  position: absolute;
  left: 26px;
  top: 24px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--iml-gold-dark), var(--iml-gold));
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

.iml-step h3 {
  margin: 0 0 12px;
}

.iml-safety-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.iml-safety-list li {
  padding: 16px 18px;
  border-radius: 16px;
  background: #fffdf9;
  border: 1px solid var(--iml-line);
}

.iml-city-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.iml-city-card {
  overflow: hidden;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.iml-city-card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}

.iml-city-card .iml-media-small {
  min-height: 190px;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid var(--iml-line);
}

.iml-divider {
  height: 1px;
  border: 0;
  margin: 0;
  background: linear-gradient(90deg, rgba(203, 160, 103, 0), rgba(203, 160, 103, 0.45), rgba(203, 160, 103, 0));
}

.iml-faq {
  display: grid;
  gap: 14px;
}

.iml-faq details {
  padding: 18px 20px;
}

.iml-faq summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding-right: 34px;
  color: var(--iml-ink);
  font-family: "Plus Jakarta Sans", Inter, Arial, sans-serif;
  font-size: 21px;
  line-height: 1.20;
  font-weight: 700;
  letter-spacing: -0.014em;
  text-wrap: balance;
  hyphens: auto;
}

.iml-faq summary::-webkit-details-marker {
  display: none;
}

.iml-faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: -2px;
  color: var(--iml-gold-dark);
  font-size: 28px;
  font-weight: 500;
}

.iml-faq details[open] summary::after {
  content: "–";
}

.iml-faq details p {
  margin: 14px 0 0;
}

.iml-cta {
  background: linear-gradient(135deg, #1f1f1c 0%, #3a342d 100%);
  color: #fff;
  border-radius: 32px;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.iml-cta .iml-title-lg,
.iml-cta .iml-title-md,
.iml-cta .iml-kicker {
  color: #fff;
}

.iml-cta .iml-kicker {
  opacity: 0.78;
}

.iml-cta .iml-lead,
.iml-cta .iml-copy,
.iml-cta .iml-form-note {
  color: rgba(255, 255, 255, 0.84);
}

.iml-contact-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
  align-items: start;
}

.iml-contact-card {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.iml-contact-card h3 {
  color: #fff;
}

.iml-contact-card p,
.iml-contact-card li,
.iml-contact-card a {
  color: rgba(255, 255, 255, 0.84);
}

.iml-form-wrap {
  background: #fff;
}

.iml-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.iml-field {
  display: grid;
  gap: 8px;
}

.iml-field--full {
  grid-column: 1 / -1;
}

.iml-label {
  color: var(--iml-ink);
  font-size: 14px;
  font-weight: 800;
}

.iml-input,
.iml-select,
.iml-textarea {
  width: 100%;
  appearance: none;
  border: 1px solid #e6dccb;
  border-radius: 16px;
  background: #fff;
  color: var(--iml-ink);
  font: inherit;
  padding: 14px 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.iml-input:focus,
.iml-select:focus,
.iml-textarea:focus {
  outline: none;
  border-color: rgba(203, 160, 103, 0.72);
  box-shadow: 0 0 0 3px rgba(203, 160, 103, 0.14);
}

.iml-textarea {
  min-height: 150px;
  resize: vertical;
}

.iml-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.iml-form-note {
  margin: 0;
  color: var(--iml-muted);
  font-size: 14px;
}

.iml-anchor {
  position: relative;
  top: -110px;
}

@media (max-width: 1100px) {
  .iml-hero-grid,
  .iml-problem,
  .iml-split,
  .iml-contact-grid,
  .iml-grid--4,
  .iml-grid--3,
  .iml-grid--2,
  .iml-city-grid,
  .iml-feature-grid {
    grid-template-columns: 1fr;
  }

  .iml-stat-grid,
  .iml-toc-grid,
  .iml-form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  .iml-title-xl {
    font-size: clamp(30px, 4.6vw, 48px);
    line-height: 1.06;
  }

  .iml-title-lg {
    font-size: clamp(26px, 3.8vw, 36px);
  }

  .iml-title-md {
    font-size: clamp(22px, 3vw, 30px);
  }

  .iml-card h3,
  .iml-card h4,
  .iml-city-card h3,
  .iml-contact-card h3,
  .iml-feature h3,
  .iml-step h3,
  .iml-form-embed h3 {
    font-size: 22px;
  }

  .iml-faq summary {
    font-size: 19px;
  }
}

@media (max-width: 767px) {
  .iml-section {
    padding: 54px 0;
  }

  .iml-section--tight {
    padding: 34px 0;
  }

  .iml-hero-copy,
  .iml-hero-side,
  .iml-card,
  .iml-panel,
  .iml-form-wrap,
  .iml-contact-card,
  .iml-cta,
  .iml-city-card-body {
    padding: 22px;
  }

  .iml-badge,
  .iml-kicker,
  .iml-pill,
  .iml-chip,
  .iml-city-tag,
  .iml-trust-pill {
    font-size: 13px;
  }

  .iml-title-xl {
    font-size: 35px;
    line-height: 1.08;
    letter-spacing: -0.018em;
  }

  .iml-title-lg {
    font-size: 30px;
    line-height: 1.10;
  }

  .iml-title-md {
    font-size: 24px;
    line-height: 1.12;
  }

  .iml-title-sm,
  .iml-card h3,
  .iml-card h4,
  .iml-city-card h3,
  .iml-contact-card h3,
  .iml-feature h3,
  .iml-step h3,
  .iml-form-embed h3,
  .iml-stat strong {
    font-size: 21px;
    line-height: 1.18;
  }

  .iml-lead {
    font-size: 17px;
    line-height: 1.72;
  }

  .iml-copy,
  .iml-card p,
  .iml-card li,
  .iml-form-note,
  .iml-faq details p,
  .iml-contact-list li {
    font-size: 15px;
    line-height: 1.74;
  }

  .iml-faq summary {
    font-size: 18px;
    line-height: 1.22;
  }

  .iml-button {
    width: 100%;
    min-height: 54px;
  }

  .iml-media {
    min-height: 250px;
  }

  .iml-media-small {
    min-height: 200px;
  }

  .iml-step {
    padding: 24px 20px 22px 72px;
  }

  .iml-step::before {
    left: 18px;
    top: 22px;
  }

  .iml-anchor {
    top: -84px;
  }
}

@media (max-width: 479px) {
  .iml-shell {
    padding: 0 14px;
  }

  .iml-hero-copy,
  .iml-hero-side,
  .iml-card,
  .iml-panel,
  .iml-form-wrap,
  .iml-contact-card,
  .iml-cta,
  .iml-city-card-body {
    padding: 20px;
  }

  .iml-title-xl {
    font-size: 31px;
  }

  .iml-title-lg {
    font-size: 27px;
  }

  .iml-media {
    min-height: 220px;
  }

  .iml-media-small {
    min-height: 185px;
  }

  .iml-stat-grid {
    gap: 12px;
  }

  .iml-stat {
    min-height: 0;
  }
}



.iml-panel .iml-title-lg,
.iml-split > div:first-child .iml-title-lg,
.iml-cta .iml-title-lg {
  max-width: 15ch;
}

.iml-feature h3,
.iml-form-embed h3,
.iml-faq summary,
.iml-step h3 {
  max-width: 22ch;
}

@media (max-width: 1024px) {
  .iml-panel .iml-title-lg,
  .iml-split > div:first-child .iml-title-lg,
  .iml-cta .iml-title-lg,
  .iml-feature h3,
  .iml-form-embed h3,
  .iml-faq summary,
  .iml-step h3 {
    max-width: none;
  }
}

/* CTA-Bereich optimiert */
.iml-contact-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.iml-contact-card,
.iml-form-wrap {
  height: 100%;
}

.iml-contact-card {
  display: flex;
  flex-direction: column;
}

.iml-contact-card-inner,
.iml-form-embed {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.iml-contact-card-inner {
  flex: 1;
}

.iml-button-row--cta-left,
.iml-button-row--cta-right {
  margin-top: auto;
  padding-top: 18px;
}

.iml-form-wrap--contact {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

.iml-form-embed h3 {
  margin: 0 0 8px;
  color: var(--iml-ink);
  font-size: clamp(27px, 3.5vw, 40px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.018em;
}

.iml-form-embed > p {
  margin: 0 0 4px;
}

.iml-contact-methods {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.iml-contact-method {
  min-height: 106px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.iml-contact-method:hover {
  transform: translateY(-2px);
  border-color: rgba(203, 160, 103, 0.45);
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(64, 50, 28, 0.08);
  text-decoration: none !important;
}

.iml-contact-method strong,
.iml-contact-method span {
  text-decoration: none !important;
}

.iml-form-wrap .iml-button-row {
  gap: 12px;
}

.iml-form-wrap .iml-button {
  flex: 1 1 220px;
}

@media (max-width: 1100px) {
  .iml-contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  .iml-title-xl {
    font-size: clamp(30px, 4.6vw, 48px);
    line-height: 1.06;
  }

  .iml-title-lg {
    font-size: clamp(26px, 3.8vw, 36px);
  }

  .iml-title-md {
    font-size: clamp(22px, 3vw, 30px);
  }

  .iml-card h3,
  .iml-card h4,
  .iml-city-card h3,
  .iml-contact-card h3,
  .iml-feature h3,
  .iml-step h3,
  .iml-form-embed h3 {
    font-size: 22px;
  }

  .iml-faq summary {
    font-size: 19px;
  }
}

@media (max-width: 767px) {
  .iml-contact-methods {
    grid-template-columns: 1fr;
  }

  .iml-form-embed h3 {
    font-size: 22px;
    line-height: 1.14;
  }
}

/* Finale Layout-Korrekturen FAQ + CTA */
.iml-faq summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 18px;
  width: 100%;
  padding-right: 0;
}

.iml-faq summary::after {
  position: static;
  justify-self: end;
  align-self: start;
  line-height: 1;
  transform: translateY(1px);
}

.iml-cta-head {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 28px;
  align-items: end;
  margin: 0 0 28px;
}

.iml-cta-head .iml-title-lg,
.iml-cta-head .iml-lead {
  margin: 0;
  max-width: none;
}

.iml-contact-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
}

.iml-contact-card,
.iml-form-wrap {
  height: auto;
}

.iml-contact-card {
  display: block;
}

.iml-contact-card-inner,
.iml-form-embed {
  min-height: 0;
}

.iml-contact-card-inner {
  display: block;
}

.iml-contact-card .iml-contact-list {
  display: grid;
  gap: 14px;
}

.iml-contact-card .iml-contact-list li {
  margin: 0;
}

.iml-button-row--cta-left,
.iml-button-row--cta-right {
  margin-top: 24px;
  padding-top: 0;
}

.iml-form-wrap--contact {
  display: block;
}

.iml-form-embed {
  gap: 20px;
}

.iml-contact-methods {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.iml-contact-method {
  min-height: 0;
  padding: 18px 20px;
}

@media (max-width: 1100px) {
  .iml-cta-head,
  .iml-contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .iml-faq summary {
    gap: 14px;
  }

  .iml-cta-head {
    gap: 14px;
    margin-bottom: 22px;
  }

  .iml-contact-methods {
    grid-template-columns: 1fr;
  }
}


/* V9 - finale Korrekturen FAQ + CTA */
.iml-faq summary {
  display: block;
  width: 100%;
  max-width: none;
  padding-right: 42px;
}

.iml-faq summary::after {
  position: absolute;
  right: 0;
  top: -2px;
  line-height: 1;
  transform: none;
}

.iml-cta .iml-title-lg,
.iml-form-embed h3 {
  max-width: none;
}

.iml-cta-head {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 28px;
  align-items: end;
  margin: 0 0 28px;
}

.iml-cta-head .iml-title-lg,
.iml-cta-head .iml-lead {
  margin: 0;
  max-width: none;
}

.iml-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.iml-contact-card,
.iml-form-wrap {
  height: 100%;
}

.iml-contact-card {
  display: flex;
}

.iml-contact-card-inner,
.iml-form-embed {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
}

.iml-contact-card-inner h3,
.iml-form-embed h3 {
  margin-bottom: 10px;
}

.iml-contact-card .iml-contact-list {
  display: grid;
  gap: 14px;
}

.iml-contact-card .iml-contact-list li {
  margin: 0;
}

.iml-form-wrap--contact {
  display: flex;
}

.iml-form-embed > p {
  margin: 0 0 8px;
  color: var(--iml-muted);
}

.iml-contact-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.iml-contact-method {
  min-height: 98px;
  padding: 18px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.iml-button-row--cta-left {
  margin-top: auto;
  padding-top: 22px;
}

.iml-button-row--cta-right {
  margin-top: auto;
  padding-top: 18px;
}

.iml-form-note {
  margin-top: 12px;
}

@media (max-width: 1100px) {
  .iml-cta-head,
  .iml-contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .iml-contact-methods {
    grid-template-columns: 1fr;
  }

  .iml-cta-head {
    gap: 16px;
    margin-bottom: 22px;
  }
}


/* V10 - CTA-Fotobereich im linken Kasten */
.iml-cta-photo-wrap {
  position: relative;
  overflow: hidden;
  margin-top: 22px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  min-height: 220px;
}

.iml-cta-photo-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(22, 22, 20, 0.08) 0%, rgba(22, 22, 20, 0.28) 100%);
  pointer-events: none;
}

.iml-cta-photo {
  width: 100%;
  height: 100%;
  min-height: 220px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.iml-button-row--cta-left {
  margin-top: 22px;
}

@media (max-width: 767px) {
  .iml-cta-photo-wrap,
  .iml-cta-photo {
    min-height: 180px;
  }
}

/* V11 - Mobile-Fixes fuer Ablauf-Karten */
@media (max-width: 767px) {
  .iml-steps-list {
    gap: 16px;
  }

  .iml-step {
    padding: 84px 20px 22px 20px;
  }

  .iml-step::before {
    left: 20px;
    top: 18px;
    width: 48px;
    height: 48px;
    font-size: 22px;
    line-height: 1;
  }

  .iml-step h3 {
    max-width: none;
    margin: 0 0 12px;
  }
}

@media (max-width: 479px) {
  .iml-step {
    padding: 78px 18px 20px 18px;
  }

  .iml-step::before {
    left: 18px;
    top: 16px;
    width: 46px;
    height: 46px;
    font-size: 21px;
  }
}

.iml-hero-copy .iml-trust-row {
  margin-bottom: 12px;
}/* End custom CSS */