/* Start custom CSS for text-editor, class: .elementor-element-717110b *//* =========================================================
   GTS24 Pendeltüren SEO-Hub V3-Light
   Sicherer Modernisierungs-Umbau
   Scope: .gts24-pd-light-v3
   ========================================================= */

.gts24-pd-light-v3,
.gts24-pd-light-v3 *,
.gts24-pd-light-v3 *::before,
.gts24-pd-light-v3 *::after {
  box-sizing: border-box;
}

.gts24-pd-light-v3 {
  --gts24-pd-primary: #0f6a7a;
  --gts24-pd-primary-dark: #0b5360;
  --gts24-pd-accent: #ffd800;
  --gts24-pd-text: #263445;
  --gts24-pd-muted: #64748b;
  --gts24-pd-border: #e2e8f0;
  --gts24-pd-soft: #f8fafc;
  --gts24-pd-soft-blue: #f0fbfd;
  --gts24-pd-white: #ffffff;
  --gts24-pd-dark: #111827;
  --gts24-pd-shadow: 0 10px 30px rgba(15, 106, 122, 0.055);
  --gts24-pd-shadow-strong: 0 16px 32px rgba(15, 106, 122, 0.13);

  max-width: 1200px;
  margin: 34px auto 0;
  padding: 18px;
  color: var(--gts24-pd-text);
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}

.gts24-pd-light-v3 a {
  color: var(--gts24-pd-primary);
  font-weight: 750;
  text-decoration: none;
}

.gts24-pd-light-v3 a:hover {
  color: var(--gts24-pd-primary-dark);
  text-decoration: underline;
}

.gts24-pd-light-v3 img {
  display: block;
  max-width: 100%;
  height: auto;
}


/* Header */

.gts24-pd-light-v3__header {
  max-width: 1040px;
  margin: 0 auto 30px;
  text-align: center;
}

.gts24-pd-light-v3__eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--gts24-pd-soft-blue);
  color: var(--gts24-pd-primary);
  font-size: 13px;
  font-weight: 850;
}

.gts24-pd-light-v3__headline,
.gts24-pd-light-v3__subheadline,
.gts24-pd-light-v3__contactheadline {
  margin: 0 0 16px;
  color: var(--gts24-pd-dark);
  font-weight: 850;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.gts24-pd-light-v3__headline {
  font-size: clamp(26px, 4vw, 40px);
}

.gts24-pd-light-v3__headline span,
.gts24-pd-light-v3__subheadline span,
.gts24-pd-light-v3__contactheadline span {
  display: block;
  color: var(--gts24-pd-primary);
}

.gts24-pd-light-v3__subheadline {
  font-size: clamp(22px, 3vw, 31px);
}

.gts24-pd-light-v3__subheadline--center {
  text-align: center;
}

.gts24-pd-light-v3__intro {
  max-width: 980px;
  margin: 0 auto 18px;
  font-size: clamp(15px, 1.6vw, 18px);
}

.gts24-pd-light-v3__sectionintro {
  max-width: 900px;
  margin: 0 0 22px;
  color: var(--gts24-pd-muted);
}

.gts24-pd-light-v3__sectionintro--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}


/* Trustbox */

.gts24-pd-light-v3__trustbox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  max-width: 900px;
  margin: 24px auto 0;
  padding: 16px;
  border: 1px solid var(--gts24-pd-border);
  border-radius: 16px;
  background: var(--gts24-pd-soft);
  text-align: left;
}

.gts24-pd-light-v3__trustbadge {
  flex: 0 0 auto;
  padding: 7px 12px;
  border-radius: 8px;
  background: var(--gts24-pd-primary);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.gts24-pd-light-v3__trusttext strong {
  display: block;
  color: var(--gts24-pd-dark);
  font-size: 15px;
}

.gts24-pd-light-v3__trusttext span {
  display: block;
  color: var(--gts24-pd-muted);
  font-size: 13px;
}


/* Sections */

.gts24-pd-light-v3__section {
  margin: 28px 0;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--gts24-pd-border);
  border-radius: 22px;
  background: var(--gts24-pd-white);
  box-shadow: var(--gts24-pd-shadow);
}

.gts24-pd-light-v3__section--soft {
  background: linear-gradient(135deg, #ffffff 0%, #f0fbfd 100%);
}

.gts24-pd-light-v3__split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 28px;
  align-items: center;
}

.gts24-pd-light-v3__splittext {
  min-width: 0;
}

.gts24-pd-light-v3__media {
  border-radius: 18px;
  overflow: hidden;
  background: #eef2f7;
  border: 1px solid var(--gts24-pd-border);
}

.gts24-pd-light-v3__media img {
  width: 100%;
}


/* USP cards */

.gts24-pd-light-v3__uspgrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.gts24-pd-light-v3__uspcard {
  padding: 20px;
  border: 1px solid rgba(15, 106, 122, 0.32);
  border-radius: 16px;
  background: var(--gts24-pd-soft-blue);
  text-align: center;
}

.gts24-pd-light-v3__uspcard--gold {
  border-color: rgba(255, 216, 0, 0.9);
  background: #fffbe6;
}

.gts24-pd-light-v3__uspicon {
  margin-bottom: 10px;
  font-size: 27px;
  line-height: 1;
}

.gts24-pd-light-v3__uspcard h3 {
  margin: 0 0 8px;
  color: var(--gts24-pd-primary);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
}

.gts24-pd-light-v3__uspcard--gold h3 {
  color: var(--gts24-pd-dark);
}

.gts24-pd-light-v3__uspcard p {
  margin: 0;
  color: var(--gts24-pd-muted);
  font-size: 13px;
  line-height: 1.45;
}


/* Lists / Buttons */

.gts24-pd-light-v3__checklist {
  margin: 18px 0;
  padding: 0;
  list-style: none;
}

.gts24-pd-light-v3__checklist li {
  position: relative;
  margin: 0 0 9px;
  padding-left: 22px;
}

.gts24-pd-light-v3__checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gts24-pd-primary);
  font-weight: 900;
}

.gts24-pd-light-v3__callout {
  margin: 18px 0;
  padding: 14px 16px;
  border-left: 5px solid var(--gts24-pd-accent);
  background: #fff;
  color: var(--gts24-pd-dark);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.55;
}

.gts24-pd-light-v3__buttonrow,
.gts24-pd-light-v3__ctarow {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.gts24-pd-light-v3__ctarow {
  justify-content: center;
}

.gts24-pd-light-v3__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 850;
  text-align: center;
  text-decoration: none !important;
}

.gts24-pd-light-v3__btn--primary {
  background: var(--gts24-pd-accent);
  color: #111 !important;
}

.gts24-pd-light-v3__btn--secondary {
  background: var(--gts24-pd-primary);
  color: #fff !important;
}

.gts24-pd-light-v3__btn--secondary:hover {
  background: var(--gts24-pd-primary-dark);
}


/* Compare */

.gts24-pd-light-v3__compare {
  margin-top: 22px;
  border: 1px solid var(--gts24-pd-border);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.gts24-pd-light-v3__comparehead,
.gts24-pd-light-v3__comparerow {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
}

.gts24-pd-light-v3__comparehead {
  background: var(--gts24-pd-primary);
  color: #fff;
  font-weight: 900;
}

.gts24-pd-light-v3__comparehead > div,
.gts24-pd-light-v3__comparerow > div {
  padding: 14px 16px;
  border-bottom: 1px solid var(--gts24-pd-border);
  font-size: 14px;
}

.gts24-pd-light-v3__comparehead > div {
  border-bottom: 0;
}

.gts24-pd-light-v3__comparerow:nth-child(odd) {
  background: var(--gts24-pd-soft);
}

.gts24-pd-light-v3__centerlink {
  margin-top: 18px;
  text-align: center;
}


/* Finish cards */

.gts24-pd-light-v3__finishgrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.gts24-pd-light-v3__finishcard {
  padding: 18px;
  border: 1px solid var(--gts24-pd-border);
  border-radius: 16px;
  background: #fff;
}

.gts24-pd-light-v3__finishcard h3 {
  margin: 0 0 8px;
  color: var(--gts24-pd-primary);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
}

.gts24-pd-light-v3__finishcard p {
  margin: 0;
  color: var(--gts24-pd-muted);
  font-size: 13px;
  line-height: 1.45;
}


/* FAQ */

.gts24-pd-light-v3__faq {
  display: grid;
  gap: 10px;
}

.gts24-pd-light-v3__faqitem {
  border: 1px solid var(--gts24-pd-border);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}

.gts24-pd-light-v3__faqitem summary {
  position: relative;
  display: block;
  padding: 17px 56px 17px 18px;
  color: var(--gts24-pd-primary);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.gts24-pd-light-v3__faqitem summary::-webkit-details-marker {
  display: none;
}

.gts24-pd-light-v3__faqitem summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: var(--gts24-pd-soft-blue);
  color: var(--gts24-pd-primary);
  font-size: 22px;
  line-height: 26px;
  text-align: center;
}

.gts24-pd-light-v3__faqitem[open] summary {
  background: var(--gts24-pd-soft-blue);
}

.gts24-pd-light-v3__faqitem[open] summary::after {
  content: "−";
}

.gts24-pd-light-v3__faqcontent {
  padding: 16px 18px 18px;
  border-top: 1px solid var(--gts24-pd-border);
}

.gts24-pd-light-v3__faqcontent p {
  margin: 0 0 12px;
}


/* USP bar */

.gts24-pd-light-v3__uspbar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 30px 0;
  padding: 16px;
  border: 1px dashed var(--gts24-pd-primary);
  border-radius: 18px;
  background: #fff;
}

.gts24-pd-light-v3__uspbar div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  text-align: center;
  color: var(--gts24-pd-dark);
  font-size: 13px;
  font-weight: 850;
}

.gts24-pd-light-v3__uspbar span {
  color: var(--gts24-pd-primary);
  font-weight: 900;
}


/* Network */

.gts24-pd-light-v3__network {
  padding: clamp(18px, 3vw, 30px);
  border-radius: 22px;
  background: var(--gts24-pd-soft);
}

.gts24-pd-light-v3__networkgrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.gts24-pd-light-v3__networkcard {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid var(--gts24-pd-border);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  color: var(--gts24-pd-text) !important;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.gts24-pd-light-v3__networkcard:hover {
  transform: translateY(-3px);
  border-color: var(--gts24-pd-primary);
  box-shadow: var(--gts24-pd-shadow-strong);
  text-decoration: none !important;
}

.gts24-pd-light-v3__networkimage {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #eef2f7;
}

.gts24-pd-light-v3__networkimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.gts24-pd-light-v3__networkcard:hover .gts24-pd-light-v3__networkimage img {
  transform: scale(1.04);
}

.gts24-pd-light-v3__networkcontent {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  padding: 15px;
}

.gts24-pd-light-v3__networkcontent strong {
  color: var(--gts24-pd-dark);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
}

.gts24-pd-light-v3__networkcontent span {
  color: var(--gts24-pd-muted);
  font-size: 13px;
  line-height: 1.4;
}

.gts24-pd-light-v3__networkcontent em {
  margin-top: auto;
  color: var(--gts24-pd-primary);
  font-size: 13px;
  font-style: normal;
  font-weight: 850;
}

.gts24-pd-light-v3__chiprow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px dashed #cbd5e1;
}

.gts24-pd-light-v3__chiprow a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 13px;
  border: 1px solid var(--gts24-pd-border);
  border-radius: 10px;
  background: #fff;
  color: var(--gts24-pd-text);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  text-decoration: none !important;
}


/* Contact */

.gts24-pd-light-v3__contact {
  margin-top: 36px;
  padding: clamp(24px, 4vw, 42px);
  border-radius: 24px;
  background: linear-gradient(135deg, #f8fafc 0%, #eefcff 100%);
  border: 1px solid var(--gts24-pd-border);
  text-align: center;
}

.gts24-pd-light-v3__contactinner {
  max-width: 900px;
  margin: 0 auto;
}

.gts24-pd-light-v3__contactheadline {
  font-size: clamp(22px, 3vw, 34px);
}

.gts24-pd-light-v3__contactgrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.gts24-pd-light-v3__contactcard {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--gts24-pd-border);
  border-radius: 18px;
  background: #fff;
  color: var(--gts24-pd-text) !important;
  text-align: left;
  text-decoration: none !important;
}

.gts24-pd-light-v3__contacticon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: var(--gts24-pd-soft-blue);
  color: var(--gts24-pd-primary);
  font-size: 22px;
  font-weight: 900;
}

.gts24-pd-light-v3__contacticon img {
  width: 24px;
  height: 24px;
}

.gts24-pd-light-v3__contactcard strong {
  display: block;
  color: var(--gts24-pd-dark);
  font-size: 15px;
}

.gts24-pd-light-v3__contactcard em {
  display: block;
  color: var(--gts24-pd-muted);
  font-size: 13px;
  font-style: normal;
}

.gts24-pd-light-v3__contactnote {
  margin: 20px 0 0;
  color: var(--gts24-pd-muted);
  font-size: 13px;
}


/* Responsive */

@media (max-width: 1024px) {
  .gts24-pd-light-v3__split {
    grid-template-columns: 1fr;
  }

  .gts24-pd-light-v3__uspgrid,
  .gts24-pd-light-v3__finishgrid,
  .gts24-pd-light-v3__networkgrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gts24-pd-light-v3__uspbar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


@media (max-width: 767px) {
  .gts24-pd-light-v3 {
    margin-top: 18px;
    padding: 8px;
    line-height: 1.42;
  }

  .gts24-pd-light-v3__header {
    margin-bottom: 16px;
  }

  .gts24-pd-light-v3__eyebrow {
    font-size: 10.5px;
    padding: 4px 9px;
    margin-bottom: 7px;
  }

  .gts24-pd-light-v3__headline {
    font-size: 22px;
    line-height: 1.08;
    margin-bottom: 9px;
  }

  .gts24-pd-light-v3__intro {
    font-size: 13px;
    line-height: 1.42;
    margin-bottom: 10px;
  }

  .gts24-pd-light-v3__trustbox {
    flex-direction: column;
    padding: 10px;
    margin: 12px auto 0;
    border-radius: 12px;
    gap: 8px;
    text-align: center;
  }

  .gts24-pd-light-v3__trustbadge {
    font-size: 9.5px;
    padding: 4px 8px;
  }

  .gts24-pd-light-v3__trusttext strong {
    font-size: 12.5px;
  }

  .gts24-pd-light-v3__trusttext span {
    font-size: 11px;
    line-height: 1.25;
  }

  .gts24-pd-light-v3__section {
    margin: 14px 0;
    padding: 14px 10px;
    border-radius: 15px;
    box-shadow: 0 5px 14px rgba(15, 106, 122, 0.045);
  }

  .gts24-pd-light-v3__subheadline {
    font-size: 18px;
    line-height: 1.12;
    margin-bottom: 8px;
  }

  .gts24-pd-light-v3__section p,
  .gts24-pd-light-v3__sectionintro,
  .gts24-pd-light-v3__checklist li {
    font-size: 12.8px;
    line-height: 1.42;
  }

  .gts24-pd-light-v3__uspgrid,
  .gts24-pd-light-v3__finishgrid,
  .gts24-pd-light-v3__networkgrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 12px;
  }

  .gts24-pd-light-v3__uspcard,
  .gts24-pd-light-v3__finishcard {
    padding: 10px 8px;
    border-radius: 12px;
  }

  .gts24-pd-light-v3__uspicon {
    font-size: 20px;
    margin-bottom: 6px;
  }

  .gts24-pd-light-v3__uspcard h3,
  .gts24-pd-light-v3__finishcard h3 {
    font-size: 12.5px;
    line-height: 1.15;
    margin-bottom: 5px;
  }

  .gts24-pd-light-v3__uspcard p,
  .gts24-pd-light-v3__finishcard p {
    font-size: 10.8px;
    line-height: 1.25;
  }

  .gts24-pd-light-v3__buttonrow {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 12px;
  }

  .gts24-pd-light-v3__btn {
    min-height: 37px;
    padding: 8px 9px;
    border-radius: 10px;
    font-size: 11.8px;
    line-height: 1.2;
  }

  .gts24-pd-light-v3__callout {
    padding: 10px;
    font-size: 11.8px;
    line-height: 1.35;
  }

  .gts24-pd-light-v3__comparehead,
  .gts24-pd-light-v3__comparerow {
    grid-template-columns: 1fr;
  }

  .gts24-pd-light-v3__comparehead > div:first-child {
    display: none;
  }

  .gts24-pd-light-v3__comparehead > div,
  .gts24-pd-light-v3__comparerow > div {
    padding: 9px 10px;
    font-size: 11.8px;
    line-height: 1.3;
  }

  .gts24-pd-light-v3__faq {
    gap: 6px;
  }

  .gts24-pd-light-v3__faqitem {
    border-radius: 11px;
  }

  .gts24-pd-light-v3__faqitem summary {
    padding: 10px 38px 10px 10px;
    font-size: 11.8px;
    line-height: 1.22;
  }

  .gts24-pd-light-v3__faqitem summary::after {
    right: 9px;
    width: 22px;
    height: 22px;
    font-size: 17px;
    line-height: 20px;
  }

  .gts24-pd-light-v3__faqcontent {
    padding: 10px;
  }

  .gts24-pd-light-v3__faqcontent p,
  .gts24-pd-light-v3__faqcontent a {
    font-size: 11.5px;
    line-height: 1.36;
  }

  .gts24-pd-light-v3__uspbar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    padding: 8px;
    margin: 16px 0;
    border-radius: 13px;
  }

  .gts24-pd-light-v3__uspbar div {
    min-height: 34px;
    padding: 6px;
    border-radius: 9px;
    background: #f8fafc;
    font-size: 10.8px;
    line-height: 1.2;
  }

  .gts24-pd-light-v3__network {
    padding: 14px 10px;
    border-radius: 15px;
  }

  .gts24-pd-light-v3__networkcard {
    border-radius: 13px;
  }

  .gts24-pd-light-v3__networkcontent {
    padding: 8px;
    gap: 4px;
  }

  .gts24-pd-light-v3__networkcontent strong {
    font-size: 11.8px;
    line-height: 1.15;
  }

  .gts24-pd-light-v3__networkcontent span {
    display: none;
  }

  .gts24-pd-light-v3__networkcontent em {
    font-size: 10.8px;
    line-height: 1.2;
    padding-top: 4px;
  }

  .gts24-pd-light-v3__chiprow {
    gap: 6px;
    margin-top: 12px;
    padding-top: 12px;
  }

  .gts24-pd-light-v3__chiprow a {
    min-height: 32px;
    padding: 6px 8px;
    font-size: 10.8px;
    border-radius: 8px;
  }

  .gts24-pd-light-v3__contact {
    margin-top: 18px;
    padding: 15px 10px;
    border-radius: 17px;
  }

  .gts24-pd-light-v3__contactheadline {
    font-size: 19px;
    line-height: 1.14;
    margin-bottom: 10px;
  }

  .gts24-pd-light-v3__contactgrid {
    grid-template-columns: 1fr;
    gap: 7px;
    margin-top: 10px;
  }

  .gts24-pd-light-v3__contactcard {
    padding: 10px;
    border-radius: 13px;
    gap: 10px;
  }

  .gts24-pd-light-v3__contacticon {
    flex-basis: 32px;
    width: 32px;
    height: 32px;
    font-size: 17px;
  }

  .gts24-pd-light-v3__contacticon img {
    width: 20px;
    height: 20px;
  }

  .gts24-pd-light-v3__contactcard strong {
    font-size: 12.5px;
  }

  .gts24-pd-light-v3__contactcard em,
  .gts24-pd-light-v3__contactnote {
    font-size: 11px;
    line-height: 1.3;
  }
}


@media (max-width: 360px) {
  .gts24-pd-light-v3__uspgrid,
  .gts24-pd-light-v3__finishgrid,
  .gts24-pd-light-v3__networkgrid,
  .gts24-pd-light-v3__buttonrow {
    grid-template-columns: 1fr;
  }
}
/* Finish cards mit Bildern und Links */

.gts24-pd-light-v3__finishgrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.gts24-pd-light-v3__finishcard {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid var(--gts24-pd-border);
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
  color: var(--gts24-pd-text) !important;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.gts24-pd-light-v3__finishcard:hover {
  transform: translateY(-3px);
  border-color: var(--gts24-pd-primary);
  box-shadow: var(--gts24-pd-shadow-strong);
  text-decoration: none !important;
}

.gts24-pd-light-v3__finishimage {
  display: block;
  aspect-ratio: 1 / 1;
  background: #eef2f7;
  overflow: hidden;
}

.gts24-pd-light-v3__finishimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.gts24-pd-light-v3__finishcard:hover .gts24-pd-light-v3__finishimage img {
  transform: scale(1.04);
}

.gts24-pd-light-v3__finishbody {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  padding: 15px;
}

.gts24-pd-light-v3__finishbody strong {
  margin: 0;
  color: var(--gts24-pd-primary);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
}

.gts24-pd-light-v3__finishbody span {
  color: var(--gts24-pd-muted);
  font-size: 13px;
  line-height: 1.45;
}

.gts24-pd-light-v3__finishbody em {
  margin-top: auto;
  color: var(--gts24-pd-primary);
  font-size: 13px;
  font-style: normal;
  font-weight: 850;
  line-height: 1.25;
}/* End custom CSS */