/* Start custom CSS for html, class: .elementor-element-a269fb7 *//* 
Landingpage CSS: Küchenrückwand Konfigurator
Für Creative Elements
Prefix: krlp26__
*/

.krlp26,
.krlp26 * {
  box-sizing: border-box;
}

.krlp26 {
  --krlp26-bg: #ffffff;
  --krlp26-bg-soft: #f5f7fa;
  --krlp26-bg-dark: #0d1720;
  --krlp26-text: #17222d;
  --krlp26-text-soft: #586571;
  --krlp26-line: rgba(23, 34, 45, 0.10);
  --krlp26-primary: #0f6a7a;
  --krlp26-primary-dark: #0b5360;
  --krlp26-accent: #ffd800;
  --krlp26-white: #ffffff;
  --krlp26-radius-sm: 12px;
  --krlp26-radius-md: 18px;
  --krlp26-radius-lg: 26px;
  --krlp26-shadow-sm: 0 8px 24px rgba(16, 35, 51, 0.08);
  --krlp26-shadow-md: 0 20px 50px rgba(16, 35, 51, 0.10);
  --krlp26-shadow-lg: 0 28px 70px rgba(7, 22, 34, 0.18);
  color: var(--krlp26-text);
  background: var(--krlp26-bg);
  font-family: inherit;
}

.krlp26__container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.krlp26__section {
  position: relative;
  padding: 88px 0;
}

.krlp26__section--compact {
  padding: 32px 0 16px;
}

.krlp26__section--alt {
  background: linear-gradient(180deg, #f8fafc 0%, #f3f7f8 100%);
}

.krlp26__section--focus {
  background: linear-gradient(180deg, #f7fbfc 0%, #eef5f7 100%);
  color: var(--krlp26-text);
}

.krlp26__section--final {
  background: linear-gradient(180deg, #f6fafb 0%, #eef5f7 100%);
  padding-top: 48px;
  padding-bottom: 100px;
}

.krlp26__section-head {
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: center;
}

.krlp26__section-head h2 {
  margin: 0 0 14px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.krlp26__section-head p {
  margin: 0;
  color: var(--krlp26-text-soft);
  font-size: 18px;
  line-height: 1.65;
}

.krlp26__section-kicker,
.krlp26__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(15, 106, 122, 0.08);
  color: var(--krlp26-primary);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.krlp26__hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  background: #09131a;
}

.krlp26__hero-media {
  position: absolute;
  inset: 0;
}

.krlp26__hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}

.krlp26__hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 16, 22, 0.56) 0%, rgba(7, 16, 22, 0.22) 48%, rgba(7, 16, 22, 0.14) 100%),
    linear-gradient(180deg, rgba(7, 16, 22, 0.18) 0%, rgba(7, 16, 22, 0.28) 100%);
}

.krlp26__hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 72px;
  padding-bottom: 72px;
}

.krlp26__hero-grid {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 390px);
  gap: 34px;
  align-items: center;
}

.krlp26__hero-copy {
  max-width: 760px;
  color: var(--krlp26-white);
}

.cms-description .krlp26__hero-title {
  max-width: 820px;
  margin: 0 0 18px;
  font-size: clamp(46px, 7vw, 82px);
  line-height: 0.96;
  letter-spacing: -0.045em;
  color: var(--krlp26-white);
  text-wrap: balance;
  text-shadow: 0 10px 28px rgba(7, 16, 22, 0.18);
}

.krlp26__hero-text {
  max-width: 680px;
  margin: 0 0 24px;
  font-size: 20px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
}

.krlp26__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 22px;
}

.krlp26__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

.krlp26__btn:hover {
  transform: translateY(-1px);
}

.krlp26__btn--primary {
  background: var(--krlp26-primary);
  color: var(--krlp26-white) !important;
  box-shadow: 0 10px 30px rgba(15, 106, 122, 0.28);
}

.krlp26__btn--primary:hover {
  background: var(--krlp26-primary-dark);
}

.krlp26__btn--ghost {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.10);
  color: var(--krlp26-white) !important;
  backdrop-filter: blur(10px);
}

.krlp26__btn--ghost:hover {
  background: rgba(255, 255, 255, 0.16);
}

.krlp26__btn--ghost-light {
  border-color: rgba(15, 106, 122, 0.14);
  background: #ffffff;
  color: var(--krlp26-text) !important;
  backdrop-filter: none;
}

.krlp26__btn--ghost-light:hover {
  background: #f8fbfc;
}

.krlp26__btn--full {
  width: 100%;
}

.krlp26__btn--lg {
  min-height: 60px;
  padding: 16px 30px;
  font-size: 18px;
}

.krlp26__trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.krlp26__trust-pill {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.96);
  font-size: 14px;
  font-weight: 600;
  backdrop-filter: blur(8px);
}

.krlp26__hero-card {
  padding: 26px 24px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 28px 70px rgba(7, 22, 34, 0.16);
  color: var(--krlp26-text);
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.krlp26__hero-card-badge {
  display: inline-flex;
  padding: 7px 12px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(255, 216, 0, 0.22);
  color: #8a6d00;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.krlp26__hero-card-title {
  margin: 0 0 14px;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.krlp26__microcopy {
  margin: 12px 0 0;
  color: var(--krlp26-text-soft);
  font-size: 14px;
  line-height: 1.5;
}

.krlp26__check-list,
.krlp26__bullet-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.krlp26__check-list {
  margin-bottom: 22px;
}

.krlp26__check-list li,
.krlp26__bullet-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.6;
}

.krlp26__check-list li::before,
.krlp26__bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--krlp26-primary);
  box-shadow: 0 0 0 4px rgba(15, 106, 122, 0.10);
}

.krlp26__intro-bar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.krlp26__intro-item {
  padding: 22px 24px;
  border: 1px solid var(--krlp26-line);
  border-radius: var(--krlp26-radius-md);
  background: var(--krlp26-white);
  box-shadow: var(--krlp26-shadow-sm);
}

.krlp26__intro-item strong {
  display: block;
  margin-bottom: 8px;
  font-size: 17px;
}

.krlp26__intro-item span {
  display: block;
  color: var(--krlp26-text-soft);
  line-height: 1.6;
}

.krlp26__benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.krlp26__benefit-card,
.krlp26__feature-card,
.krlp26__trust-card,
.krlp26__quality-card,
.krlp26__media-card,
.krlp26__focus-box,
.krlp26__faq-item {
  border: 1px solid var(--krlp26-line);
  background: var(--krlp26-white);
  box-shadow: var(--krlp26-shadow-sm);
}

.krlp26__benefit-card {
  padding: 26px;
  border-radius: var(--krlp26-radius-md);
}

.krlp26__benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: rgba(15, 106, 122, 0.10);
  color: var(--krlp26-primary);
  font-weight: 800;
  font-size: 14px;
}

.krlp26__benefit-card h3,
.krlp26__feature-card h3,
.krlp26__trust-card h3,
.krlp26__quality-body h3,
.krlp26__insp-body h3,
.krlp26__focus-copy h2,
.krlp26__focus-stat strong,
.krlp26__final-box h2,
.krlp26__sf-step-body h3 {
  margin-top: 0;
}

.krlp26__benefit-card h3,
.krlp26__feature-card h3,
.krlp26__trust-card h3,
.krlp26__quality-body h3,
.krlp26__insp-body h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.krlp26__benefit-card p,
.krlp26__feature-card p,
.krlp26__trust-card p,
.krlp26__quality-body p,
.krlp26__insp-body p,
.krlp26__split-copy p,
.krlp26__focus-copy p,
.krlp26__final-box p,
.krlp26__sf-head p,
.krlp26__sf-step-body p {
  margin: 0;
  color: var(--krlp26-text-soft);
  line-height: 1.7;
  font-size: 16px;
}

.krlp26__cta-center {
  margin-top: 32px;
  text-align: center;
}

.krlp26__split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 34px;
  align-items: center;
}

.krlp26__split-copy h2,
.krlp26__focus-copy h2,
.krlp26__final-box h2 {
  margin-bottom: 16px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.krlp26__media-card {
  overflow: hidden;
  border-radius: var(--krlp26-radius-lg);
}

.krlp26__media-card img,
.krlp26__insp-card img,
.krlp26__quality-image img {
  display: block;
  width: 100%;
  height: auto;
}

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

.krlp26__insp-card {
  overflow: hidden;
  border-radius: var(--krlp26-radius-lg);
  background: var(--krlp26-white);
  box-shadow: var(--krlp26-shadow-md);
}

.krlp26__insp-card img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.krlp26__insp-body {
  padding: 22px;
}

.krlp26__feature-stack {
  display: grid;
  gap: 18px;
}

.krlp26__feature-card {
  padding: 26px;
  border-radius: var(--krlp26-radius-md);
}

.krlp26__quality-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 30px;
}

.krlp26__quality-card {
  overflow: hidden;
  border-radius: var(--krlp26-radius-lg);
}

.krlp26__quality-image {
  background: #eef4f5;
}

.krlp26__quality-image img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.krlp26__quality-body {
  padding: 24px;
}

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

.krlp26__trust-card {
  padding: 24px;
  border-radius: var(--krlp26-radius-md);
}

.krlp26__sf-head {
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}

.krlp26__sf-head h2 {
  margin: 0 0 12px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.krlp26__sf-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(300px, 0.7fr);
  gap: 24px;
  align-items: center;
}

.krlp26__sf-media-card {
  overflow: hidden;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(23, 34, 45, 0.08);
  box-shadow: 0 22px 60px rgba(16, 35, 51, 0.12);
  padding: 10px;
}

.krlp26__sf-media-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.krlp26__sf-side {
  max-width: 360px;
}

.krlp26__sf-steps {
  display: grid;
  gap: 10px;
}

.krlp26__sf-step {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 12px 14px;
  border: 1px solid rgba(23, 34, 45, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
}

.krlp26__sf-step-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--krlp26-primary);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  margin-top: 2px;
}

.krlp26__sf-step-body h3 {
  margin: 0 0 3px;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.krlp26__sf-btn {
  margin-top: 16px;
  width: 100%;
}

.krlp26__focus-box {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 360px);
  gap: 24px;
  padding: 34px;
  border-radius: var(--krlp26-radius-lg);
  background: #ffffff;
  border: 1px solid rgba(15, 106, 122, 0.10);
  box-shadow: 0 20px 50px rgba(16, 35, 51, 0.08);
  backdrop-filter: none;
}

.krlp26__focus-copy h2 {
  color: var(--krlp26-text);
}

.krlp26__focus-copy p,
.krlp26__focus-copy li {
  color: var(--krlp26-text-soft);
}

.krlp26__focus-aside {
  display: grid;
  gap: 14px;
}

.krlp26__focus-stat {
  padding: 20px;
  border-radius: var(--krlp26-radius-md);
  border: 1px solid rgba(15, 106, 122, 0.10);
  background: #f8fbfc;
}

.krlp26__focus-stat strong {
  display: block;
  margin-bottom: 6px;
  color: var(--krlp26-text);
  font-size: 18px;
}

.krlp26__focus-stat span {
  display: block;
  color: var(--krlp26-text-soft);
  line-height: 1.6;
}

.krlp26__faq-list {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.krlp26__faq-item {
  border-radius: var(--krlp26-radius-md);
  overflow: hidden;
}

.krlp26__faq-item summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 22px 60px 22px 22px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.krlp26__faq-item summary::-webkit-details-marker {
  display: none;
}

.krlp26__faq-item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  line-height: 1;
  color: var(--krlp26-primary);
}

.krlp26__faq-item[open] summary::after {
  content: "–";
}

.krlp26__faq-answer {
  padding: 0 22px 22px;
  color: var(--krlp26-text-soft);
  line-height: 1.7;
}

.krlp26__final-box {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 34px;
  text-align: center;
  border: 1px solid rgba(15, 106, 122, 0.10);
  border-radius: var(--krlp26-radius-lg);
  background: var(--krlp26-white);
  box-shadow: var(--krlp26-shadow-md);
}

.krlp26__final-box .krlp26__btn {
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .krlp26__hero-grid,
  .krlp26__split,
  .krlp26__focus-box,
  .krlp26__sf-layout {
    grid-template-columns: 1fr;
  }

  .krlp26__hero {
    min-height: auto;
  }

  .krlp26__hero-card {
    max-width: 560px;
  }

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

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

  .krlp26__sf-side {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .krlp26__container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .krlp26__section {
    padding: 62px 0;
  }

  .krlp26__section--compact {
    padding-top: 24px;
    padding-bottom: 8px;
  }

  .krlp26__hero-content {
    padding-top: 28px;
    padding-bottom: 34px;
  }

  .krlp26__hero-grid {
    gap: 18px;
  }

  .krlp26__hero-title {
    font-size: clamp(34px, 11vw, 52px);
    line-height: 0.98;
  }

  .krlp26__hero-text,
  .krlp26__section-head p,
  .krlp26__split-copy p,
  .krlp26__sf-head p {
    font-size: 17px;
  }

  .krlp26__hero-card {
    padding: 22px 20px;
    border-radius: 24px;
  }

  .krlp26__hero-card-title {
    font-size: 24px;
  }

  .krlp26__intro-bar,
  .krlp26__benefits-grid,
  .krlp26__inspiration-grid,
  .krlp26__quality-grid,
  .krlp26__trust-grid {
    grid-template-columns: 1fr;
  }

  .krlp26__hero-actions {
    flex-direction: column;
  }

  .krlp26__btn,
  .krlp26__btn--lg {
    width: 100%;
  }

  .krlp26__focus-box,
  .krlp26__final-box {
    padding: 24px 20px;
  }

  .krlp26__faq-item summary {
    padding: 18px 52px 18px 18px;
    font-size: 17px;
  }

  .krlp26__faq-answer {
    padding: 0 18px 18px;
  }

  .krlp26__sf-head {
    margin-bottom: 22px;
  }

  .krlp26__sf-step {
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 12px;
  }

  .krlp26__sf-step-no {
    width: 26px;
    height: 26px;
    font-size: 12px;
  }

  .krlp26__sf-step-body h3 {
    font-size: 14px;
  }

  .krlp26__sf-step-body p {
    font-size: 12px;
  }
}
/* HERO-OVERLAY + HERO-TEXTE BESSER LESBAR */

.krlp26__hero-overlay {
  background:
    linear-gradient(90deg, rgba(7, 16, 22, 0.34) 0%, rgba(7, 16, 22, 0.10) 48%, rgba(7, 16, 22, 0.08) 100%),
    linear-gradient(180deg, rgba(7, 16, 22, 0.10) 0%, rgba(7, 16, 22, 0.16) 100%) !important;
}

.krlp26__hero-copy,
.krlp26__hero-copy p,
.krlp26__hero-copy h1,
.krlp26__hero-title,
.krlp26__hero-text {
  color: #ffffff !important;
}

.krlp26__eyebrow {
  background: rgba(255, 216, 0, 0.16) !important;
  color: #ffd800 !important;
  border: 1px solid rgba(255, 216, 0, 0.28);
}

.krlp26__hero-title {
  color: #ffffff !important;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
}

.krlp26__hero-text {
  color: rgba(255, 255, 255, 0.96) !important;
}

.krlp26__trust-pill {
  background: rgba(255, 255, 255, 0.14) !important;
  border: 1px solid rgba(255, 255, 255, 0.20) !important;
  color: #ffffff !important;
}

.krlp26__btn--ghost {
  background: rgba(255, 255, 255, 0.14) !important;
  border-color: rgba(255, 255, 255, 0.30) !important;
  color: #ffffff !important;
}
/* FINAL HERO FEINSCHLIFF – für ersten Paid-Traffic */

.krlp26__hero-overlay {
  background:
    linear-gradient(90deg, rgba(7, 16, 22, 0.24) 0%, rgba(7, 16, 22, 0.06) 46%, rgba(7, 16, 22, 0.04) 100%),
    linear-gradient(180deg, rgba(7, 16, 22, 0.06) 0%, rgba(7, 16, 22, 0.10) 100%) !important;
}

.krlp26__hero-grid {
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 380px) !important;
  gap: 30px !important;
}

.krlp26__hero-copy {
  max-width: 820px !important;
}

.krlp26__hero-title {
  max-width: 900px !important;
  font-size: clamp(52px, 7.3vw, 88px) !important;
  line-height: 0.94 !important;
  letter-spacing: -0.05em !important;
  color: #ffffff !important;
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.16) !important;
}

.krlp26__hero-text {
  max-width: 720px !important;
  font-size: 21px !important;
  line-height: 1.55 !important;
  color: rgba(255, 255, 255, 0.98) !important;
}

.krlp26__eyebrow {
  background: rgba(255, 216, 0, 0.18) !important;
  color: #ffd800 !important;
  border: 1px solid rgba(255, 216, 0, 0.30) !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.krlp26__hero-actions {
  gap: 12px !important;
  margin-bottom: 18px !important;
}

.krlp26__btn--primary {
  box-shadow: 0 12px 30px rgba(15, 106, 122, 0.26) !important;
}

.krlp26__btn--ghost {
  background: rgba(255, 255, 255, 0.10) !important;
  border-color: rgba(255, 255, 255, 0.24) !important;
  color: rgba(255, 255, 255, 0.96) !important;
}

.krlp26__btn--ghost:hover {
  background: rgba(255, 255, 255, 0.14) !important;
}

.krlp26__trust-row {
  gap: 8px !important;
}

.krlp26__trust-pill {
  padding: 9px 13px !important;
  font-size: 13px !important;
  background: rgba(255, 255, 255, 0.10) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  color: #ffffff !important;
}

.krlp26__hero-card {
  padding: 24px 22px !important;
  border-radius: 26px !important;
  background: rgba(255, 255, 255, 0.97) !important;
  box-shadow: 0 20px 55px rgba(7, 22, 34, 0.12) !important;
}

.krlp26__hero-card-title {
  font-size: 26px !important;
  line-height: 1.08 !important;
}

.krlp26__hero-card .krlp26__check-list li {
  font-size: 15px !important;
  margin-bottom: 10px !important;
}

.krlp26__hero-card .krlp26__microcopy {
  font-size: 13px !important;
}

@media (max-width: 1199px) {
  .krlp26__hero-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .krlp26__hero-card {
    max-width: 540px !important;
  }

  .krlp26__hero-title {
    font-size: clamp(42px, 8vw, 66px) !important;
  }
}

@media (max-width: 767px) {
  .krlp26__hero-overlay {
    background:
      linear-gradient(180deg, rgba(7, 16, 22, 0.18) 0%, rgba(7, 16, 22, 0.10) 45%, rgba(7, 16, 22, 0.14) 100%) !important;
  }

  .krlp26__hero-title {
    font-size: clamp(36px, 11vw, 50px) !important;
    line-height: 0.98 !important;
  }

  .krlp26__hero-text {
    font-size: 18px !important;
    line-height: 1.5 !important;
  }

  .krlp26__trust-row {
    gap: 8px !important;
  }

  .krlp26__trust-pill {
    font-size: 12px !important;
    padding: 8px 11px !important;
  }

  .krlp26__btn--ghost {
    background: rgba(255, 255, 255, 0.12) !important;
  }

  .krlp26__hero-card {
    padding: 20px 18px !important;
  }

  .krlp26__hero-card-title {
    font-size: 23px !important;
  }
}
/* LETZTER MINI-FEINSCHLIFF */

.krlp26__btn--ghost {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
  color: rgba(255, 255, 255, 0.90) !important;
  box-shadow: none !important;
}

.krlp26__btn--ghost:hover {
  background: rgba(255, 255, 255, 0.11) !important;
}

.krlp26__trust-pill {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  color: rgba(255, 255, 255, 0.92) !important;
}/* End custom CSS */