/* ---- base ---- */
*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: #eee;
  color: #000;
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

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

a { color: inherit; }

h1, h2, h3, h4, p, ul, figure { margin: 0; }

/* centered content column used by all sections */
.container {
  max-width: 1102px;
  margin-inline: auto;
  padding-inline: 20px;
}

/* room for the fixed mobile call bar */
@media (max-width: 700px) {
  body { padding-bottom: 60px; }
}

/* shared button style (sections may extend) */
.btn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
}

/* 00 — Navigation (lp-pom-block-11) */

.sec-navigation {
  background: #ffffff;
  font-family: Montserrat, sans-serif;
}

.sec-navigation__inner {
  max-width: 1102px;
  margin-inline: auto;
  height: 115px;
  display: flex;
  align-items: center;
  padding-inline: 10px;
}

.sec-navigation__logo {
  display: block;
  flex: 0 0 auto;
  line-height: 0;
}

.sec-navigation__logo img {
  width: 159px;
  height: 93px;
}

.sec-navigation__links {
  display: flex;
  gap: 42px;
  margin-left: 62px;
}

.sec-navigation__links a {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
}

.sec-navigation__links a:hover {
  text-decoration: underline;
}

.sec-navigation__right {
  margin-left: auto;
  display: flex;
  align-items: center;
}

/* Mobile phone button hidden on desktop */
.sec-navigation__phone-mob {
  display: none;
  line-height: 0;
}

/* Google rating badge — desktop */
.sec-navigation__rating {
  text-decoration: none;
}

.sec-navigation__rating--desktop {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  width: 220px;
  padding-block: 6px;
  border-right: 1px solid #ccc;
}

.sec-navigation__rating--desktop img {
  width: 120px;
  height: 41px;
}

.sec-navigation__rating-pill {
  display: inline-block;
  background: #EAF3FF;
  padding: 0 6px;
  font-size: 14px;
  line-height: 17px;
}

.sec-navigation__rating-pill strong {
  font-weight: 600;
  color: #0158A2;
}

.sec-navigation__rating-pill span {
  font-weight: 500;
  color: #0065FF;
}

.sec-navigation__rating--mobile {
  display: none;
}

/* Phone CTA — desktop */
.sec-navigation__phone {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 30px;
}

.sec-navigation__phone-label {
  font-size: 14px;
  font-weight: 400;
  color: #303030;
  line-height: 17px;
}

.sec-navigation__phone-number {
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #011e4d;
  text-decoration: none;
  line-height: 1.2;
  white-space: nowrap;
}

@media (max-width: 700px) {
  .sec-navigation__inner {
    height: 80px;
    padding-inline: 4px;
  }

  .sec-navigation__logo img {
    width: 111px;
    height: 65px;
  }

  .sec-navigation__links,
  .sec-navigation__rating--desktop,
  .sec-navigation__phone {
    display: none;
  }

  .sec-navigation__right {
    gap: 10px;
  }

  .sec-navigation__phone-mob {
    display: block;
  }

  .sec-navigation__phone-mob img {
    width: 31px;
    height: 31px;
  }

  .sec-navigation__rating--mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1px;
    border-left: 1px solid #dfdfdf;
    padding-left: 12px;
    margin-right: 6px;
  }

  .sec-navigation__rating--mobile img:first-child {
    width: 87px;
    height: auto;
  }

  .sec-navigation__rating--mobile img:nth-child(2) {
    width: 96px;
    height: 27px;
  }

  .sec-navigation__rating-count {
    font-size: 10px;
    font-weight: 500;
    color: #0065FF;
    line-height: 14px;
  }
}

/* 01 — Hero (lp-pom-block-16) */

.sec-hero {
  /* #536776 colour overlay at 69% above the background image */
  background-color: #536776;
  background-image:
    linear-gradient(rgba(83, 103, 118, 0.69), rgba(83, 103, 118, 0.69)),
    url("../assets/3757055.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  font-family: Montserrat, sans-serif;
  color: #ffffff;
}

.sec-hero__inner {
  max-width: 1102px;
  margin-inline: auto;
  padding: 46px 10px 60px;
  display: flex;
  gap: 55px;
  align-items: flex-start;
}

.sec-hero__left {
  flex: 1 1 688px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.sec-hero__right {
  flex: 0 0 359px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 30px;
  padding-top: 14px;
}

/* Google rating pill */
.sec-hero__rating-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 36px;
  padding: 0 12px 0 8px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.15);
  text-decoration: none;
  color: #ffffff;
}

.sec-hero__rating-gicon {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  background: #ffffff;
}

.sec-hero__rating-stars {
  width: 94px;
  height: 25px;
}

.sec-hero__rating-text {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -1px;
  white-space: nowrap;
}

/* Headline */
.sec-hero__title {
  margin: 12px 0 0;
  max-width: 688px;
  font-size: 36px;
  font-weight: 700;
  line-height: 58px;
  color: #ffffff;
}

/* Checkmark list */
.sec-hero__checks {
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
  max-width: 688px;
}

.sec-hero__checks li {
  font-size: 22px;
  font-weight: 400;
  line-height: 31px;
  margin-bottom: 17px;
  padding-left: 40px;
  position: relative;
  color: #ffffff;
}

.sec-hero__checks li:last-child {
  margin-bottom: 0;
}

.sec-hero__checks li::before {
  content: "\2705"; /* ✅ */
  position: absolute;
  left: 0;
  top: 0;
}

.sec-hero__checks strong {
  font-weight: 700;
}

/* CTA button */
.sec-hero__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 461px;
  max-width: 100%;
  height: 66px;
  margin-top: 40px;
  border-radius: 5px;
  background: #2c3e66;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
}

.sec-hero__cta:hover {
  background: #24345a;
}

/* Trust strip (Google / ProvenExpert / Facebook) */
.sec-hero__trust {
  display: flex;
  width: 460px;
  max-width: 100%;
  margin-top: 40px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 4px 11px rgba(0, 0, 0, 0.09);
  overflow: hidden;
}

.sec-hero__trust-cell {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  padding: 16px 6px 12px;
  text-decoration: none;
  border-right: 1px solid #ccc;
}

.sec-hero__trust-cell:last-child {
  border-right: none;
}

.sec-hero__trust-cell img {
  align-self: center;
}

.sec-hero__trust-cell:nth-child(1) img { width: 81px; height: 32px; margin-top: 6px; }
.sec-hero__trust-cell:nth-child(2) img { width: 92px; height: 46px; margin-top: -3px; }
.sec-hero__trust-cell:nth-child(3) img { width: 90px; height: 19px; margin-top: 13px; }

.sec-hero__trust-cell p {
  margin: auto 0 0;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #333333;
}

.sec-hero__trust-cell p strong {
  font-size: 11px;
  font-weight: 700;
}

/* Vorher/Nachher image card */
.sec-hero__image-card {
  width: 359px;
  height: 446px;
  border: 3px solid #ffffff;
  border-radius: 0 20px 0 20px;
  background-image: url("../assets/polsterreinigung-hero-bild-desktop.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* Testimonial card */
.sec-hero__testimonial {
  width: 475px;
  max-width: none;
  margin-left: -116px; /* card is wider than the image column, as in the original */
  background: #ffffff;
  border-radius: 5px;
  padding: 19px 17px 16px;
  color: #0f0f0f;
}

.sec-hero__testimonial-quote {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  color: #0f0f0f;
}

.sec-hero__testimonial-divider {
  border-top: 1px solid #e1e1e1;
  margin: 18px 0 12px;
}

.sec-hero__testimonial-footer {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sec-hero__testimonial-person {
  flex: 1 1 auto;
  min-width: 0;
}

.sec-hero__testimonial-name {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  color: #1f1f1f;
}

.sec-hero__testimonial-service {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  color: #908e91;
}

.sec-hero__testimonial-verified {
  width: 161px;
  height: 28px;
  flex: 0 0 auto;
}

.sec-hero__testimonial-avatar {
  position: relative;
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
}

.sec-hero__testimonial-avatar img:first-child {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.sec-hero__testimonial-gbadge {
  position: absolute;
  right: -6px;
  bottom: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  background: #ffffff;
}

/* ------------------------------------------------------------------ */
@media (max-width: 700px) {
  .sec-hero__inner {
    flex-direction: column;
    gap: 0;
    padding: 20px 12px 36px;
  }

  /* Flatten the two columns so items can be reordered like the original
     mobile layout: image card, pill, h1, checks, cta, trust, testimonial */
  .sec-hero__left,
  .sec-hero__right {
    display: contents;
  }

  .sec-hero__image-card       { order: 1; }
  .sec-hero__rating-pill      { order: 2; }
  .sec-hero__title            { order: 3; }
  .sec-hero__checks           { order: 4; }
  .sec-hero__cta              { order: 5; }
  .sec-hero__trust            { order: 6; }
  .sec-hero__testimonial      { order: 7; }

  .sec-hero__image-card {
    width: 100%;
    height: auto;
    aspect-ratio: 320 / 202;
    border-radius: 0 14px 0 14px;
    background-image: url("../assets/polsterreinigung-hero-bild-mobile.png");
    background-position: center bottom;
  }

  .sec-hero__rating-pill {
    margin-top: 26px;
    height: 28px;
    gap: 8px;
    background: rgba(255, 255, 255, 0.13);
  }

  .sec-hero__rating-gicon { width: 20px; height: 20px; }
  .sec-hero__rating-stars { width: 75px; height: 20px; }

  .sec-hero__rating-text {
    font-size: 15px;
  }

  .sec-hero__title {
    font-size: 22px;
    line-height: 36px;
    margin-top: 8px;
  }

  .sec-hero__checks {
    margin-top: 22px;
  }

  .sec-hero__checks li {
    font-size: 17px;
    line-height: 22px;
    padding-left: 34px;
    margin-bottom: 18px;
  }

  .sec-hero__cta {
    width: 100%;
    height: 63px;
    margin-top: 14px;
    border-radius: 7px;
    font-size: 16px;
  }

  .sec-hero__trust {
    width: 100%;
    margin-top: 29px;
    background: #ffffff;
  }

  .sec-hero__trust-cell {
    padding: 12px 4px 10px;
  }

  .sec-hero__trust-cell:nth-child(1) img { width: 74px; height: 29px; }
  .sec-hero__trust-cell:nth-child(2) img { width: 86px; height: 43px; margin-top: -4px; }
  .sec-hero__trust-cell:nth-child(3) img { width: 85px; height: 17px; margin-top: 11px; }

  .sec-hero__trust-cell p {
    font-size: 12px;
    line-height: 21px;
  }

  .sec-hero__trust-cell p strong {
    font-size: 10px;
  }

  .sec-hero__testimonial {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 30px;
    padding: 15px 19px 16px;
  }

  .sec-hero__testimonial-quote {
    font-size: 14px;
    line-height: 25px;
  }

  .sec-hero__testimonial-footer {
    flex-wrap: wrap;
  }

  .sec-hero__testimonial-person {
    flex: 1 1 60%;
  }

  .sec-hero__testimonial-avatar {
    width: 55px;
    height: 55px;
  }

  .sec-hero__testimonial-avatar img:first-child {
    width: 55px;
    height: 55px;
  }

  /* Verified badge moves below name/photo on mobile */
  .sec-hero__testimonial-verified {
    order: 3;
    width: 134px;
    height: 23px;
    margin-top: 10px;
  }
}

/* 02 — Heyflow form (lp-pom-block-20) */

.sec-heyflow-form {
  position: relative;
  background: #fafafa;
  z-index: 2; /* machine image overhangs into the next section */
}

.sec-heyflow-form__inner {
  max-width: 1102px;
  margin-inline: auto;
  padding: 40px 10px 47px;
}

.sec-heyflow-form__embed {
  display: flex;
  justify-content: center;
  min-height: 644px;
}

.sec-heyflow-form__embed heyflow-wrapper {
  display: block;
  width: 100%;
  max-width: 995px;
}

/* Cleaning-machine image, bottom-left, overhanging the section edge */
.sec-heyflow-form__machine {
  position: absolute;
  bottom: -108px;
  left: max(0px, calc(50% - 551px));
  width: 313px;
  height: 250px;
  overflow: hidden;
  pointer-events: none;
}

.sec-heyflow-form__machine img {
  width: 477px;
  height: 250px;
  margin-left: -82px;
  max-width: none;
}

@media (max-width: 700px) {
  .sec-heyflow-form__inner {
    padding: 34px 0 36px;
  }

  .sec-heyflow-form__embed {
    min-height: 796px;
  }

  .sec-heyflow-form__machine {
    bottom: -56px;
    left: 50%;
    transform: translateX(-50%);
    width: 276px;
    height: 221px;
  }

  .sec-heyflow-form__machine img {
    width: 421px;
    height: 221px;
    margin-left: -72px;
  }
}

/* 03 — Full pricing table (lp-pom-block-950) */

.sec-pricing {
  background: #fff;
  padding: 24px 0 48px;
}

.sec-pricing__inner {
  max-width: 1102px;
  margin-inline: auto;
  padding-inline: 16px;
  text-align: center;
}

/* Heading block */
.sec-pricing__eyebrow {
  margin: 0 0 14px;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #83c13c;
}

.sec-pricing__heading {
  max-width: 643px;
  margin: 0 auto 6px;
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
  color: #292929;
}

.sec-pricing__intro {
  max-width: 604px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  color: #292929;
}

.sec-pricing__intro--strong {
  margin-top: 29px;
}

/* Pricing table */
.sec-pricing__table {
  list-style: none;
  max-width: 858px;
  margin: 34px auto 0;
  padding: 0;
  background: #fff;
  border: 1px solid #ccc;
  text-align: left;
}

.sec-pricing__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  padding: 5px 40px 5px 20px;
  border-top: 1px solid #ccc;
  font-size: 16px;
  line-height: 24px;
  color: #292929;
}

.sec-pricing__row:nth-child(even) {
  background: rgba(38, 69, 134, 0.07);
}

.sec-pricing__row:nth-child(odd) {
  background: rgba(234, 234, 234, 0.29);
}

.sec-pricing__row img {
  flex: 0 0 auto;
  width: 27px;
  height: 27px;
}

.sec-pricing__row.sec-pricing__row--head {
  background: #2c3e66;
  border-top: none;
  font-weight: 700;
  line-height: 26px;
  color: #fff;
}

/* "Gründliche Tiefenreinigung" sub-block */
.sec-pricing__subheading {
  margin: 66px auto 0;
  max-width: 628px;
  font-weight: 700;
  font-size: 20px;
  line-height: 31px;
  color: #292929;
}

.sec-pricing__subtext {
  margin: 13px auto 0;
  max-width: 718px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #292929;
}

/* Stain icons: desktop = 6 columns, icon above label */
.sec-pricing__stains {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 26px;
  row-gap: 8px;
  max-width: 950px;
  margin: 35px auto 0;
  justify-items: center;
}

.sec-pricing__stain-icons,
.sec-pricing__stain-labels {
  display: contents;
}

.sec-pricing__stain-icon {
  display: block;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
}

.sec-pricing__stain-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec-pricing__stain-label {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #292929;
  text-align: center;
}

/* Green checkmarks in front of labels: mobile only */
.sec-pricing__stain-label img {
  display: none;
}

/* CTA button */
.sec-pricing__cta {
  display: inline-block;
  margin-top: 65px;
  min-width: 327px;
  padding: 20px 30px;
  box-sizing: border-box;
  background: #2c3e66;
  border-radius: 5px;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.2);
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.15s ease;
}

.sec-pricing__cta:hover {
  background: #22314f;
}

/* Phone CTA — mobile only */
.sec-pricing__call,
.sec-pricing__phone {
  display: none;
}

/* ============ Mobile ============ */
@media (max-width: 700px) {
  .sec-pricing {
    padding: 20px 0 40px;
  }

  .sec-pricing__inner {
    padding-inline: 12px;
  }

  .sec-pricing__eyebrow {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .sec-pricing__heading {
    font-size: 21px;
    line-height: 28px;
  }

  .sec-pricing__intro {
    font-size: 15px;
    line-height: 24px;
  }

  .sec-pricing__intro--strong {
    margin-top: 22px;
  }

  .sec-pricing__table {
    display: flex;
    flex-direction: column;
    margin-top: 28px;
  }

  .sec-pricing__row {
    min-height: 63px;
    padding: 5px 10px 5px 16px;
    font-size: 14px;
    line-height: 21px;
  }

  .sec-pricing__row img {
    width: 22px;
    height: 22px;
  }

  /* Original mobile page swaps "Fleckenbehandlungen" before
     "Entfernen von Allergenen" (rows 6/7) — reorder + keep stripes alternating */
  .sec-pricing__row:nth-child(1)  { order: 1; }
  .sec-pricing__row:nth-child(2)  { order: 2; }
  .sec-pricing__row:nth-child(3)  { order: 3; }
  .sec-pricing__row:nth-child(4)  { order: 4; }
  .sec-pricing__row:nth-child(5)  { order: 5; }
  .sec-pricing__row.sec-pricing__row--allergene { order: 7; background: rgba(234, 234, 234, 0.29); }
  .sec-pricing__row.sec-pricing__row--flecken   { order: 6; background: rgba(38, 69, 134, 0.07); }
  .sec-pricing__row:nth-child(8)  { order: 8; }
  .sec-pricing__row:nth-child(9)  { order: 9; }
  .sec-pricing__row:nth-child(10) { order: 10; }
  .sec-pricing__row:nth-child(11) { order: 11; }

  .sec-pricing__subheading {
    margin-top: 44px;
    font-size: 16px;
    line-height: 25px;
  }

  .sec-pricing__subtext {
    font-size: 14px;
    line-height: 21px;
  }

  /* Icons in one overlapping row, labels as 2-column checklist below */
  .sec-pricing__stains {
    display: block;
    margin-top: 26px;
  }

  .sec-pricing__stain-icons {
    display: flex;
    justify-content: center;
  }

  .sec-pricing__stain-icon {
    width: 60px;
    height: 60px;
    flex: 0 0 auto;
  }

  .sec-pricing__stain-icon + .sec-pricing__stain-icon {
    margin-left: -11px;
  }

  .sec-pricing__stain-labels {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 12px;
    margin-top: 34px;
  }

  .sec-pricing__stain-label {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    font-size: 15px;
    line-height: 25px;
  }

  .sec-pricing__stain-label img {
    display: inline-block;
    flex: 0 0 auto;
  }

  /* Mobile label order: Haustier first (matches live page) */
  .sec-pricing__stain-label--haustier { order: 1; }
  .sec-pricing__stain-label--essen    { order: 2; }
  .sec-pricing__stain-label--schmutz  { order: 3; }
  .sec-pricing__stain-label--oele     { order: 4; }
  .sec-pricing__stain-label--farbe    { order: 5; }
  .sec-pricing__stain-label--makeup   { order: 6; }

  .sec-pricing__cta {
    display: block;
    margin-top: 44px;
    min-width: 0;
    width: 100%;
    padding: 19px 20px;
    border-radius: 7px;
    font-size: 16px;
    line-height: 25px;
  }

  .sec-pricing__call {
    display: block;
    margin: 26px 0 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #292929;
  }

  .sec-pricing__phone {
    display: inline-block;
    margin-top: 2px;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #011e4d;
    text-decoration: none;
  }
}

/* 04 — Vorher/Nachher NEU (lp-pom-block-936) */

.sec-vorher-nachher {
  background: #fafafa;
  padding: 51px 0 76px;
}

.sec-vorher-nachher__inner {
  max-width: 1102px;
  margin-inline: auto;
  padding-inline: 12px;
}

.sec-vorher-nachher__heading {
  margin: 0 auto 41px;
  max-width: 937px;
  font-weight: 700;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: 0;
  color: #1e1e1e;
  text-align: center;
}

.sec-vorher-nachher__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 31px 16px;
}

.sec-vorher-nachher__item {
  margin: 0;
  min-width: 0;
  overflow: hidden;
  border-radius: 0 20px 0 20px;
  aspect-ratio: 530 / 399;
}

.sec-vorher-nachher__item picture {
  display: block;
  width: 100%;
  height: 100%;
}

.sec-vorher-nachher__item img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}

/* ============ Mobile ============ */
@media (max-width: 700px) {
  .sec-vorher-nachher {
    padding: 29px 0 45px;
  }

  .sec-vorher-nachher__heading {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 28px;
  }

  .sec-vorher-nachher__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 29px;
  }

  .sec-vorher-nachher__item {
    border-radius: 0 14px 0 14px;
    aspect-ratio: 320 / 202;
  }

  /* Mobile stacking order of the live page */
  .sec-vorher-nachher__item--stuhl       { order: 1; }
  .sec-vorher-nachher__item--sessel      { order: 2; }
  .sec-vorher-nachher__item--couch-beige { order: 3; }
  .sec-vorher-nachher__item--sofa-grau   { order: 4; }
  .sec-vorher-nachher__item--sessel-rot  { order: 5; }
  .sec-vorher-nachher__item--sofa-gelb   { order: 6; }
}

/* 07 — Section 3: "So funktioniert's" steps */

.sec-steps {
  background-color: #fff;
  font-family: Montserrat, sans-serif;
}

.sec-steps__inner {
  max-width: 1102px;
  margin-inline: auto;
  padding: 46px 20px 56px;
}

.sec-steps__kicker {
  margin: 0 0 16px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  color: #83c13c;
}

.sec-steps__title {
  margin: 0 auto;
  max-width: 747px;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 35px;
  color: #292929;
}

/* Cards: 3 x 300px, extra top margin so the icon circles (overlapping
   the card top by 43px) have room */
.sec-steps__cards {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 102px; /* 224 - header block, incl. 43px icon overlap */
}

.sec-steps__card {
  position: relative;
  width: 300px;
  min-height: 340px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 30px 25px 40px;
  box-sizing: border-box;
}

/* Green bottom bar */
.sec-steps__card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background-color: #83c13c;
  border-radius: 0 0 4px 4px;
}

/* Icon circle overlapping the card top edge */
.sec-steps__icon {
  position: absolute;
  top: -43px;
  left: 50%;
  transform: translateX(-50%);
  width: 85px;
  height: 85px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec-steps__icon img {
  display: block;
}

.sec-steps__card-title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  color: #292929;
}

.sec-steps__step {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #83c13c;
}

.sec-steps__list {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.sec-steps__list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #292929;
}

.sec-steps__list li:last-child {
  margin-bottom: 0;
}

.sec-steps__check {
  position: absolute;
  left: 0;
  top: 3px;
}

/* CTA row with hand-drawn arrow pointing at the button */
.sec-steps__cta-row {
  display: flex;
  justify-content: center;
  margin-top: 39px;
}

.sec-steps__cta-wrap {
  position: relative;
}

.sec-steps__arrow {
  position: absolute;
  right: calc(100% - 14px);
  bottom: 25px;
  width: 124px;
  height: 124px;
  pointer-events: none;
}

.sec-steps__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 327px;
  height: 66px;
  background-color: #2c3e66;
  border-radius: 5px;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}

.sec-steps__cta:hover {
  background-color: #24345a;
}

@media (max-width: 700px) {
  .sec-steps__inner {
    padding: 20px 10px 40px;
  }

  .sec-steps__kicker {
    margin-bottom: 12px;
  }

  .sec-steps__title {
    font-size: 22px;
    line-height: 30px;
  }

  .sec-steps__cards {
    flex-direction: column;
    align-items: center;
    gap: 72px; /* room for the 43px icon overlap of each following card */
    margin-top: 88px;
  }

  .sec-steps__card {
    width: 300px;
    max-width: 100%;
    min-height: 0;
  }

  .sec-steps__arrow {
    display: none;
  }

  .sec-steps__cta-row {
    margin-top: 36px;
  }

  .sec-steps__cta {
    width: 100%;
    min-width: 280px;
    height: 63px;
    border-radius: 7px;
    font-size: 16px;
  }

  .sec-steps__cta-wrap {
    width: 100%;
  }
}

/* 09 — Frank und Ralf: Beratung / Team-Sektion */

.sec-team {
  background-color: #f5f5f5;
  font-family: Montserrat, sans-serif;
}

.sec-team__inner {
  max-width: 1102px;
  margin-inline: auto;
  padding: 45px 20px 58px;
}

.sec-team__title {
  margin: 0;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: -1px;
  color: #1e1e1e;
}

.sec-team__subtitle {
  margin: 11px 0 0;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -1px;
  color: #1e1e1e;
}

/* Photo left (479px), text right (516px), gap = 543 - (31 + 479) = 33px,
   photo indented 31px from content edge in the original */
.sec-team__grid {
  display: flex;
  align-items: flex-start;
  gap: 33px;
  margin-top: 31px;
  padding-left: 31px;
}

.sec-team__photo {
  flex: 0 0 479px;
  max-width: 479px;
}

.sec-team__photo img {
  display: block;
  width: 100%;
  aspect-ratio: 479 / 399;
  object-fit: cover;
  border: 3px solid #fff;
  border-radius: 0 20px 0 20px;
  box-sizing: border-box;
}

.sec-team__content {
  flex: 0 1 516px;
  padding-top: 5px;
}

.sec-team__content p {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #1e1e1e;
}

.sec-team__call {
  margin-top: 34px;
  text-align: center;
  max-width: 288px;
  margin-inline: auto;
}

.sec-team__call-label {
  margin: 0 0 3px;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #0f0f0f;
}

.sec-team__phone {
  display: inline-block;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  color: #011e4d;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 700px) {
  .sec-team__inner {
    padding: 24px 12px 42px;
  }

  .sec-team__title {
    font-size: 22px;
    line-height: 28px;
  }

  .sec-team__subtitle {
    margin-top: 8px;
    font-size: 18px;
    line-height: 22px;
  }

  .sec-team__grid {
    flex-direction: column;
    gap: 16px;
    margin-top: 18px;
    padding-left: 0;
  }

  .sec-team__photo {
    flex: none;
    width: 100%;
    max-width: none;
  }

  .sec-team__photo img {
    aspect-ratio: 320 / 202;
    border-radius: 0 14px 0 14px;
  }

  .sec-team__content {
    flex: none;
    padding-top: 0;
    font-size: 15px;
  }

  .sec-team__content p {
    font-size: 15px;
    line-height: 21px;
  }

  .sec-team__call {
    margin-top: 22px;
  }

  .sec-team__phone {
    font-size: 32px;
  }
}

/* ---- 10 REVIEWS section ---- */
.sec-reviews {
  background: #f2f2f2;
  padding: 50px 0 80px;
}

.sec-reviews__headline {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 34px;
  color: #292929;
  text-align: center;
  margin-bottom: 26px;
}

/* --- customer videos --- */
.sec-reviews__videos {
  display: flex;
  justify-content: center;
  gap: 26px;
  max-width: 892px;
  margin: 0 auto 27px;
}

.sec-reviews__video {
  flex: 1 1 0;
  max-width: 433px;
  aspect-ratio: 433 / 325;
}

.sec-reviews__video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

/* --- review rows (text left / photo right) --- */
.sec-reviews__row {
  display: flex;
  max-width: 892px;
  margin: 0 auto 20px;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.sec-reviews__card {
  flex: 0 0 53.8%; /* 480 / 892 */
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 5px 0 0 5px;
  padding: 24px 21.5px 22px 25.5px;
  min-height: 325px;
}

.sec-reviews__quote {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 29px;
  color: #0f0f0f;
  margin-bottom: 12px;
}

.sec-reviews__text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  color: #0f0f0f;
}

.sec-reviews__footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid #e1e1e1;
  padding-top: 12px;
  margin-inline: -8px 0; /* line spans slightly wider than text (17.5 vs 25.5) */
  padding-inline: 8px 0;
}

.sec-reviews__name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
  color: #1f1f1f;
}

.sec-reviews__service {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  color: #908e91;
}

.sec-reviews__stars {
  width: 161px;
  height: 28px;
  flex-shrink: 0;
}

.sec-reviews__avatar {
  position: relative;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}

.sec-reviews__avatar > img:first-child {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.sec-reviews__gicon {
  position: absolute;
  right: -4px;
  bottom: -4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  background: #fff;
}

/* photo panel: white frame around the customer photo */
.sec-reviews__photo {
  flex: 1 1 auto;
  background: #fff;
  border-radius: 0 5px 5px 0;
  padding: 19px 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec-reviews__photo img {
  width: 100%;
  height: 286px;
  object-fit: cover;
  border-radius: 5px;
}

/* --- review sources --- */
.sec-reviews__sources {
  display: flex;
  justify-content: center;
  max-width: 721px;
  margin: 65px auto 0;
}

.sec-reviews__source {
  flex: 1 1 0;
  text-align: center;
  padding: 14px 10px 16px;
}

.sec-reviews__source + .sec-reviews__source {
  border-left: 1px solid #ccc;
}

.sec-reviews__source img {
  margin: 0 auto 14px;
}

.sec-reviews__source p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}

.sec-reviews__sources--desktop .sec-reviews__source {
  min-height: 152px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sec-reviews__sources--mobile {
  display: none;
}

/* --- CTA --- */
.sec-reviews__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 62px;
  margin-top: 68px;
}

.sec-reviews__btn {
  width: 327px;
  max-width: 100%;
  padding: 21px 10px;
  font-size: 18px;
  line-height: 22px;
  border-radius: 5px;
  color: #fff;
  background: #2c3e66;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.2);
}

.sec-reviews__btn:hover {
  background: #24345a;
}

.sec-reviews__call {
  text-align: center;
  min-width: 288px;
}

.sec-reviews__call-label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #0f0f0f;
}

.sec-reviews__phone {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
  color: #011e4d;
  text-decoration: none;
}

/* ---- mobile ---- */
@media (max-width: 700px) {
  .sec-reviews {
    padding: 25px 0 40px;
  }

  .sec-reviews__headline {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 22px;
  }

  .sec-reviews__videos {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 18px;
  }

  .sec-reviews__video {
    width: 100%;
    max-width: 433px;
    flex: none;
    aspect-ratio: 280 / 210;
  }

  /* original mobile order: Karin first, Rieke second */
  .sec-reviews__video--karin { order: 1; }
  .sec-reviews__video--rieke { order: 2; }

  /* photo on top, card below, joined into one rounded card */
  .sec-reviews__row {
    flex-direction: column;
    max-width: 480px;
    margin-bottom: 26px;
    border-radius: 10px;
  }

  .sec-reviews__photo {
    order: 1;
    border-radius: 10px 10px 0 0;
    padding: 20px 25px 0;
  }

  .sec-reviews__photo img {
    height: 193px;
  }

  .sec-reviews__card {
    order: 2;
    flex: none;
    border-radius: 0 0 10px 10px;
    min-height: 0;
    padding: 16px 21.5px 20px;
  }

  .sec-reviews__quote {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 8px;
  }

  .sec-reviews__text {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
  }

  /* footer: name/service left, avatar right, stars below */
  .sec-reviews__footer {
    flex-wrap: wrap;
    row-gap: 0;
    margin-inline: -10.5px 0;
    padding-inline: 10.5px 0;
  }

  .sec-reviews__who {
    flex: 1 1 auto;
  }

  .sec-reviews__avatar {
    width: 55px;
    height: 55px;
  }

  .sec-reviews__avatar > img:first-child {
    width: 55px;
    height: 55px;
  }

  .sec-reviews__stars {
    order: 3;
    width: 134px;
    height: 23px;
  }

  /* sources: swap desktop for mobile variant */
  .sec-reviews__sources--desktop {
    display: none;
  }

  .sec-reviews__sources--mobile {
    display: flex;
    max-width: 300px;
    margin-top: 4px;
  }

  .sec-reviews__sources--mobile .sec-reviews__source {
    background: #fff;
    min-height: 125px;
    padding: 14px 4px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .sec-reviews__sources--mobile .sec-reviews__source p {
    font-size: 12px;
    line-height: 20px;
  }

  .sec-reviews__sources--mobile .sec-reviews__source img {
    margin-bottom: 8px;
  }

  .sec-reviews__cta {
    flex-direction: column;
    gap: 24px;
    margin-top: 40px;
  }

  .sec-reviews__btn {
    width: 100%;
    max-width: 320px;
    font-size: 16px;
    line-height: 20px;
    padding: 21px 10px;
    border-radius: 7px;
  }

  .sec-reviews__call {
    min-width: 0;
  }

  .sec-reviews__phone {
    font-size: 32px;
  }
}

/* 12 — FAQs (statische Zwei-Spalten-Liste, keine Akkordeons im Original) */

.sec-faqs {
  background-color: #ffffff;
  font-family: Montserrat, sans-serif;
}

.sec-faqs__inner {
  max-width: 1102px;
  margin-inline: auto;
  padding: 49px 20px 60px;
}

.sec-faqs__title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -1px;
  color: #1e1e1e;
}

/* Desktop: two columns, items flow column-first
   (col 1: beinhaltet + kostet, col 2: möbel + termin), rows aligned */
.sec-faqs__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-auto-flow: column;
  column-gap: 68px;
  row-gap: 40px;
  margin-top: 48px;
  max-width: 1100px;
}

.sec-faqs__question {
  margin: 0 0 17px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: #1e1e1e;
}

.sec-faqs__answer {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #1e1e1e;
}

.sec-faqs__answer:last-child {
  margin-bottom: 0;
}

.sec-faqs__answer a {
  color: #1e1e1e;
  text-decoration: underline;
}

@media (max-width: 700px) {
  .sec-faqs__inner {
    padding: 29px 12px 48px;
  }

  .sec-faqs__title {
    font-size: 21px;
    line-height: 27px;
  }

  .sec-faqs__grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-flow: row;
    row-gap: 32px;
    margin-top: 32px;
  }

  .sec-faqs__question {
    margin-bottom: 12px;
    font-size: 17px;
  }

  .sec-faqs__answer {
    font-size: 15px;
    line-height: 21px;
  }
}

/* 13 — Final CTA strip (lp-pom-block-231) */

.sec-final-cta {
  position: relative;
  background-color: #536776;
  border-top: 2px solid #000;
  overflow: hidden;
  color: #fff;
  font-family: Montserrat, sans-serif;
}

/* background image at 69% opacity above the solid color */
.sec-final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../assets/3757055.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.69;
  pointer-events: none;
}

.sec-final-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 1102px;
  margin-inline: auto;
  padding: 39px 24px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* rating pill */
.sec-final-cta__rating {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 7px;
  padding: 5px 12px;
  min-height: 36px;
}

.sec-final-cta__google-icon {
  width: 23px;
  height: 23px;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  background: #fff;
}

.sec-final-cta__stars {
  width: 94px;
  height: 25px;
}

.sec-final-cta__rating-text {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -1px;
  color: #fff;
  white-space: nowrap;
}

.sec-final-cta__heading {
  margin: 24px 0 0;
  max-width: 990px;
  font-size: 46px;
  font-weight: 700;
  line-height: 58px;
  color: #fff;
}

.sec-final-cta__sub {
  margin: 16px 0 0;
  max-width: 896px;
  font-size: 24px;
  font-weight: 400;
  line-height: 42px;
  color: #fff;
}

/* actions row: form button + phone */
.sec-final-cta__actions {
  margin-top: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}

.sec-final-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 323px;
  max-width: 100%;
  min-height: 66px;
  padding: 10px 20px;
  border-radius: 5px;
  background: linear-gradient(#2c3e66, #070d1f);
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}

.sec-final-cta__button:hover {
  background: linear-gradient(#374d7d, #0d1733);
}

.sec-final-cta__call {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sec-final-cta__call-label {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #fff;
}

.sec-final-cta__phone {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

/* ---------- mobile ---------- */
@media (max-width: 700px) {
  .sec-final-cta__inner {
    padding: 31px 12px 48px;
  }

  .sec-final-cta__rating {
    gap: 6px;
    min-height: 28px;
    padding: 4px 8px;
    background: rgba(255, 255, 255, 0.13);
  }

  .sec-final-cta__google-icon {
    width: 20px;
    height: 20px;
  }

  .sec-final-cta__stars {
    width: 75px;
    height: 20px;
  }

  .sec-final-cta__rating-text {
    font-size: 15px;
  }

  .sec-final-cta__heading {
    margin-top: 22px;
    font-size: 27px;
    line-height: 34px;
  }

  .sec-final-cta__sub {
    margin-top: 14px;
    font-size: 18px;
    line-height: 30px;
  }

  .sec-final-cta__actions {
    margin-top: 32px;
    flex-direction: column;
    gap: 28px;
    width: 100%;
  }

  .sec-final-cta__button {
    width: 100%;
    min-height: 63px;
    border-radius: 7px;
    font-size: 16px;
  }

  .sec-final-cta__phone {
    font-size: 36px;
  }
}

/* 14 — Footer (lp-pom-block-1454) */

.sec-footer {
  background: #fff;
  font-family: Montserrat, sans-serif;
  color: #292929;
}

.sec-footer__inner {
  max-width: 1102px;
  margin-inline: auto;
  padding: 16px 24px 20px;
}

/* top row: logo | description | social proof */
.sec-footer__top {
  display: flex;
  align-items: center;
  gap: 40px;
}

.sec-footer__logo {
  width: 136px;
  height: 70px;
  object-fit: cover;
  flex-shrink: 0;
}

.sec-footer__description {
  margin: 0;
  max-width: 414px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #0f0f0f;
}

.sec-footer__proof {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.sec-footer__proof-provenexpert img {
  display: block;
  width: 106px;
  height: 53px;
}

.sec-footer__proof-google {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sec-footer__proof-google a {
  display: block;
}

.sec-footer__proof-google img {
  display: block;
  width: 104px;
  height: 36px;
  object-fit: contain;
}

.sec-footer__proof-rating {
  margin: 2px 0 0;
  padding: 1px 6px;
  background: #eaf3ff;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  white-space: nowrap;
}

.sec-footer__proof-score {
  font-weight: 600;
  color: #0158a2;
}

.sec-footer__proof-count {
  font-weight: 500;
  color: #0065ff;
}

/* bottom row: copyright | legal links */
.sec-footer__bottom {
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.sec-footer__copyright {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #292929;
}

.sec-footer__links {
  display: flex;
  align-items: center;
  gap: 24px;
}

.sec-footer__links a {
  font-size: 12px;
  font-weight: 400;
  color: #0f0f0f;
  text-decoration: none;
}

.sec-footer__links a:hover {
  text-decoration: underline;
}

/* ---------- mobile ---------- */
@media (max-width: 700px) {
  .sec-footer__inner {
    padding: 10px 12px 20px;
  }

  .sec-footer__top {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
  }

  .sec-footer__logo {
    width: 174px;
    height: 109px;
    object-fit: contain;
  }

  /* spec mobile order: logo, social proof, description */
  .sec-footer__proof {
    order: 1;
    margin-left: 0;
    gap: 16px;
  }

  .sec-footer__description {
    order: 2;
  }

  .sec-footer__proof-provenexpert img {
    width: 115px;
    height: 57px;
  }

  .sec-footer__proof-google img {
    width: 135px;
    height: 46px;
  }

  .sec-footer__proof-rating {
    font-size: 11px;
  }

  .sec-footer__description {
    max-width: 292px;
    line-height: 19px;
  }

  .sec-footer__bottom {
    margin-top: 16px;
    padding-top: 14px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .sec-footer__copyright {
    font-size: 11px;
    text-align: center;
  }

  .sec-footer__links {
    gap: 14px;
  }
}

/* 15 — Sticky call CTA bar (lp-pom-block-180) — mobile only */

/* hidden on desktop */
.sec-sticky-cta {
  display: none;
}

@media (max-width: 700px) {
  .sec-sticky-cta {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    height: 60px;
    background: #011e4d;
  }

  .sec-sticky-cta__link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
  }

  .sec-sticky-cta__icon {
    width: 26px;
    height: 26px;
  }

  .sec-sticky-cta__label {
    text-align: center;
  }
}
