/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/**HERO BANNER**/

.cs-hero__wrapper{
  max-width: 1200px;
  border-radius: 12px;
  width: 100%;
}

.cs-hero {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
    overflow: hidden;
    justify-content: center;
  padding: 60px 20px 20px;
  background-color: #F5F7FA;
  }

  .cs-hero__overlay {
    width: 100%;
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 64px 24px;
  }

  .cs-hero__content {
    width: 100%;
    max-width: 760px;
    text-align: center;
    color: #fff;
  }

  .cs-hero__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 22px;
    margin-bottom: 24px;
    border: 1px solid rgba(255,255,255,.65);
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
  }

  .cs-hero__title {
    margin: 0;
    color: #fff;
    font-size: clamp(34px, 5vw, 64px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.02em;
    text-wrap: balance;
  }

  @media (max-width: 767px) {
    .cs-hero,
    .cs-hero__overlay {
      min-height: 420px;
    }

    .cs-hero__overlay {
      padding: 48px 20px;
    }

    .cs-hero__tag {
      margin-bottom: 18px;
      font-size: 13px;
      padding: 9px 18px;
    }
  }

/** TABS **/

.cs-detail-section {
  padding: 48px 0;
  background-color: #F5F7FA;
}

.cs-detail-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 48px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  margin: 0 auto;
  max-width: 1280px;
}

.cs-detail-header {
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #dbe5f1;
}

.cs-detail-header h2 {
  margin: 0;
  font-size: 42px; 
  line-height: 1.2;
  font-weight: 700;
  color: #1e293b;
}

.cs-detail-content p {
  margin: 0 0 32px;
  font-size: 20px;
  line-height: 1.8;
  color: #475569;
  max-width: 920px;
}

.cs-detail-image {
  margin-top: 24px;
  text-align: left;
}

.cs-detail-image img {
  display: block;
  width: 100%;
  max-width: 820px;
  height: auto;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
}

.cs-detail-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid #d9e4f2;
  flex-wrap: wrap;
}

.cs-detail-download-btn {
  display: inline-flex;
  align-items: center; 
  justify-content: center;
  gap: 10px;
  padding: 12px 22px;
  border: 1px solid #0b74de;
  border-radius: 14px;
  background: #ffffff;
  color: #0b74de;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.25s ease;
}

.cs-detail-download-btn:hover {
  background: #0b74de;
  color: #ffffff;
  text-decoration: none;
}

.cs-detail-download-btn:focus {
  outline: 2px solid rgba(11, 116, 222, 0.18);
  outline-offset: 2px;
}

@media (max-width: 768px) {
  .cs-detail-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .cs-detail-download-btn {
    width: 100%;
    max-width: 260px;
  }
}

/* ==========================================
   CLIENTE / DESAFÍO / SOLUCIÓN / GALERÍA
========================================== */
.cs-challenge-section {
  padding: 48px 0 64px;
  background-color: #F5F7FA;
}

.cs-challenge-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 48px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  margin: 0 auto;
  max-width: 1280px;
}

.cs-challenge-block + .cs-challenge-block {
  margin-top: 40px;
}

.cs-challenge-heading {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d9e4f2;
}

.cs-challenge-heading h2 {
  margin: 0;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  color: #1e293b;
}

.cs-challenge-copy p {
  margin: 0;
  max-width: 980px;
  font-size: 20px;
  line-height: 1.7;
  color: #475569;
}

.cs-challenge-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 8px;
  margin-bottom: 20px;
}

.cs-challenge-panel {
  border-radius: 24px;
  padding: 24px 24px 28px;
}

.cs-challenge-panel--neutral {
  background: #f4f4f5;
}

.cs-challenge-panel--blue {
  background: #eaf4ff;
}

.cs-challenge-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 18px;
  border-radius: 999px;
  background: #d4d4d8;
  color: #334155;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 22px;
}

.cs-challenge-pill--blue {
  background: #cfe6ff;
  color: #335a7a;
}

.cs-challenge-panel__content {
  color: #475569;
  font-size: 18px;
  line-height: 1.7;
}

.cs-challenge-panel__content p {
  margin: 0 0 18px;
}

.cs-challenge-panel__content p:last-child {
  margin-bottom: 0;
}

.cs-challenge-panel__content ul,
.cs-challenge-panel__content ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cs-challenge-panel__content li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 20px;
}

.cs-challenge-panel__content li:last-child {
  margin-bottom: 0;
}

.cs-challenge-panel__content li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  color: #1d8fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

//* ==========================================
   GALERÍA SLIDER REAL
========================================== */
.cs-challenge-gallery {
  margin-top: 25px;
}

.cs-challenge-gallery__viewport {
  width: 100%;
  overflow: hidden;
}

.cs-challenge-gallery__track {
  display: flex;
  transition: transform 0.4s ease;
  will-change: transform;
}

.cs-challenge-gallery__slide {
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3);
  padding: 0 9px;
  box-sizing: border-box;
}

.cs-challenge-gallery__slide-inner {
  border-radius: 12px;
  overflow: hidden;
  background: #e5e7eb;
}

.cs-challenge-gallery__slide img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.18;
  object-fit: cover;
}

.cs-challenge-gallery__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.cs-challenge-gallery__dot {
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 50%;
  background: #d1d5db;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
}

.cs-challenge-gallery__dot.is-active {
  background: #60a5fa;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .cs-challenge-gallery__slide {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }

  .cs-challenge-gallery__slide img {
    aspect-ratio: 1 / 1;
  }
}

/* ==========================================
   RESPONSIVE
========================================== */
@media (max-width: 992px) {
  .cs-challenge-card {
    padding: 36px;
  }

  .cs-challenge-heading h2 {
    font-size: 34px;
  }

  .cs-challenge-copy p,
  .cs-challenge-panel__content {
    font-size: 17px;
  }

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

@media (max-width: 768px) {
  .cs-challenge-section {
    padding: 36px 0 48px;
  }

  .cs-challenge-card {
    padding: 24px;
    border-radius: 18px;
  }

  .cs-challenge-block + .cs-challenge-block {
    margin-top: 32px;
  }

  .cs-challenge-heading {
    margin-bottom: 18px;
    padding-bottom: 14px;
  }

  .cs-challenge-heading h2 {
    font-size: 28px;
  }

  .cs-challenge-copy p,
  .cs-challenge-panel__content {
    font-size: 16px;
    line-height: 1.65;
  }

  .cs-challenge-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .cs-challenge-panel {
    border-radius: 18px;
    padding: 20px;
  }

  .cs-challenge-gallery {
    margin-top: 36px;
  }

  .cs-challenge-gallery__track {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .cs-challenge-gallery__slide img {
    aspect-ratio: 1 / 1;
  }
}


/* ==========================================
   PROCESO DE IMPLEMENTACIÓN
========================================== */
.cs-implementation-section {
  padding: 48px 0 64px;
  background-color: #F5F7FA;
}

.cs-implementation-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 48px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  margin: 0 auto;
  max-width: 1280px;
}

.cs-implementation-heading {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d9e4f2;
}

.cs-implementation-heading h2 {
  margin: 0;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  color: #1e293b;
}

.cs-implementation-content {
  color: #475569;
  font-size: 20px;
  line-height: 1.7;
}

.cs-implementation-content > p {
  margin: 0 0 28px;
  max-width: 1120px;
}

/* =========================
   TABLA SIN BORDES
========================= */
.cs-implementation-content table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  margin: 0;
}

.cs-implementation-content table,
.cs-implementation-content thead,
.cs-implementation-content tbody,
.cs-implementation-content tr,
.cs-implementation-content th,
.cs-implementation-content td {
  border: none !important;
}

.cs-implementation-content td,
.cs-implementation-content th {
  width: 50%;
  vertical-align: top;
  padding: 0 24px 26px 0;
  background: transparent !important;
}

/* quita padding extra en la última columna */
.cs-implementation-content tr > td:last-child,
.cs-implementation-content tr > th:last-child {
  padding-right: 0;
}

/* espaciado entre filas */
.cs-implementation-content tr:last-child td,
.cs-implementation-content tr:last-child th {
  padding-bottom: 0;
}

/* =========================
   TÍTULOS H4 CON CHECK
========================= */
.cs-implementation-content h4 {
  position: relative;
  margin: 0 0 10px;
  padding-left: 26px;
  color: #0b74de !important;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
}

.cs-implementation-content h4::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  color: #0b74de;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

/* párrafos dentro de tabla o bloques */
.cs-implementation-content td p,
.cs-implementation-content th p,
.cs-implementation-content div p {
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
  color: #475569;
}

/* si el contenido trae listas, también sin estilos raros */
.cs-implementation-content ul,
.cs-implementation-content ol {
  margin: 0;
  padding-left: 20px;
}

.cs-implementation-content li {
  margin-bottom: 8px;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 992px) {
  .cs-implementation-card {
    padding: 36px;
  }

  .cs-implementation-heading h2 {
    font-size: 34px;
  }

  .cs-implementation-content {
    font-size: 18px;
  }

  .cs-implementation-content h4 {
    font-size: 20px;
  }

  .cs-implementation-content td p,
  .cs-implementation-content th p,
  .cs-implementation-content div p {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .cs-implementation-section {
    padding: 36px 0 48px;
  }

  .cs-implementation-card {
    padding: 24px;
    border-radius: 18px;
  }

  .cs-implementation-heading {
    margin-bottom: 18px;
    padding-bottom: 14px;
  }

  .cs-implementation-heading h2 {
    font-size: 28px;
  }

  .cs-implementation-content {
    font-size: 16px;
    line-height: 1.65;
  }

  .cs-implementation-content > p {
    margin-bottom: 24px;
  }

  .cs-implementation-content table,
  .cs-implementation-content tbody,
  .cs-implementation-content tr,
  .cs-implementation-content td,
  .cs-implementation-content th {
    display: block;
    width: 100%;
  }

  .cs-implementation-content td,
  .cs-implementation-content th {
    padding: 0 0 24px;
  }

  .cs-implementation-content h4 {
    font-size: 20px;
    padding-left: 24px;
  }

  .cs-implementation-content td p,
  .cs-implementation-content th p,
  .cs-implementation-content div p {
    font-size: 16px;
    line-height: 1.65;
  }
}


/* ==========================================
   RESULTADO
========================================== */
.cs-result-section {
  padding: 48px 0 32px;
  background-color: #F5F7FA;
}

.cs-result-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 48px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  margin: 0 auto;
  max-width: 1280px;
}

.cs-result-content {
  color: #475569;
}

.cs-result-content h2,
.cs-result-content h3 {
  margin: 0 0 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d9e4f2;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  color: #1e293b;
}

.cs-result-content p {
  margin: 0 0 24px;
  max-width: 980px;
  font-size: 20px;
  line-height: 1.7;
  color: #475569;
}

.cs-result-content p:last-child {
  margin-bottom: 0;
}

.cs-result-content strong {
  color: #0b74de;
  font-weight: 700;
}

.cs-result-content blockquote {
  margin: 32px 0 0;
  padding: 0;
  border: none;
}

.cs-result-content blockquote p {
  margin: 0;
  max-width: 980px;
  font-size: 24px;
  line-height: 1.45;
  font-weight: 700;
  color: #0b74de;
}

/* ==========================================
   DESCRIPCIÓN / POR QUÉ CICADEX · GREENDEX
========================================== */
.cs-description-section {
  padding: 0 40px 64px 0;
}

.cs-description-card {
  margin: 0 auto;
  max-width: 1280px;
}

.cs-description-content {
  color: #475569;
}

.cs-description-content h3 {
  margin: 0 0 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d9e4f2;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  color: #1e293b;
}

.cs-description-content p {
  margin: 0 0 22px;
  max-width: 820px;
  font-size: 20px;
  line-height: 1.7;
  color: #475569;
}

.cs-description-content p:last-child {
  margin-bottom: 0;
}

/* ==========================================
   RESPONSIVE
========================================== */
@media (max-width: 992px) {
  .cs-result-card {
    padding: 36px;
  }

  .cs-result-content h2,
  .cs-result-content h3,
  .cs-description-content h3 {
    font-size: 34px;
  }

  .cs-result-content p,
  .cs-description-content p {
    font-size: 18px;
  }

  .cs-result-content blockquote p {
    font-size: 21px;
  }
}

@media (max-width: 768px) {
  .cs-result-section {
    padding: 36px 0 24px;
  }

  .cs-description-section {
    padding: 0 0 48px;
  }

  .cs-result-card {
    padding: 24px;
    border-radius: 18px;
  }

  .cs-result-content h2,
  .cs-result-content h3,
  .cs-description-content h3 {
    font-size: 28px;
    padding-bottom: 14px;
    margin-bottom: 20px;
  }

  .cs-result-content p,
  .cs-description-content p {
    font-size: 16px;
    line-height: 1.65;
  }

  .cs-result-content blockquote {
    margin-top: 24px;
  }

  .cs-result-content blockquote p {
    font-size: 20px;
    line-height: 1.45;
  }
}

/** Video Section **/

.cs-video-showcase {
    padding: 32px 20px 0px;
    background: #f5f7fb;
  }

  .cs-video-showcase__inner {
    max-width: 1320px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    padding: 22px 22px 28px;
  }

  .cs-video-showcase__heading {
    margin: 0 0 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dbe7f3;
    color: #1f2937;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 700;
    line-height: 1.1;
  }

  .cs-video-cover {
    border-radius: 12px;
    overflow: hidden;
  }

  .cs-video-cover__trigger {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    text-align: left;
  }

  .cs-video-cover__media {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    min-height: 320px;
    background: #101828;
  }

  .cs-video-cover__media img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .cs-video-cover__overlay {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.18) 48%, rgba(0,0,0,.45) 100%);
    pointer-events: none;
  }

  .cs-video-cover__play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 108px;
    height: 108px;
    transform: translate(-50%, -50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: transform .25s ease, opacity .25s ease;
    pointer-events: none;
  }

  .cs-video-cover__play svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 10px 25px rgba(0,0,0,.18));
  }

  .cs-video-cover__trigger:hover .cs-video-cover__play {
    transform: translate(-50%, -50%) scale(1.05);
  }

  .cs-video-cover__caption {
    position: absolute;
    left: 34px;
    right: 34px;
    bottom: 34px;
    z-index: 2;
    max-width: 700px;
  }

  .cs-video-cover__caption p {
    margin: 0;
    color: #fff;
    font-size: clamp(22px, 2.1vw, 28px);
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 2px 12px rgba(0,0,0,.35);
  }

  .cs-video-modal[hidden] {
    display: none;
  }

  .cs-video-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
  }

  .cs-video-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, .7);
    backdrop-filter: blur(3px);
  }

  .cs-video-modal__dialog {
    position: relative;
    z-index: 2;
    width: min(1100px, calc(100vw - 32px));
    margin: 5vh auto 0;
    background: #000;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(0,0,0,.35);
  }

  .cs-video-modal__close {
    position: absolute;
    top: 10px;
    right: 12px;
    z-index: 3;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.14);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
  }

  .cs-video-modal__content {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
  }

  .cs-video-modal__content iframe,
  .cs-video-modal__content video {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
  }

  @media (max-width: 767px) {
    .cs-video-showcase {
      padding: 24px 16px 48px;
    }

    .cs-video-showcase__inner {
      padding: 18px;
      border-radius: 16px;
    }

    .cs-video-cover__play {
      width: 84px;
      height: 84px;
    }

    .cs-video-cover__caption {
      left: 20px;
      right: 20px;
      bottom: 20px;
    }

    .cs-video-cover__caption p {
      font-size: 20px;
    }

    .cs-video-modal__dialog {
      width: min(100vw - 20px, 1100px);
      margin-top: 10vh;
      border-radius: 12px;
    }
  }

/** FORM AND SLIDE **/

.cs-gallery-lead {
  padding: 40px 20px 72px;
  background: #f5f7fb;
}

.cs-gallery-lead__inner {
  max-width: 1320px;
  margin: 0 auto;
}

.cs-gallery-lead__grid {
  display: grid;
  gap: 14px;
  align-items: stretch;
}

/* Left slider */
.cs-gallery-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.cs-gallery-card__viewport {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 26px 26px;
}


.cs-gallery-card__track {
  position: relative;
}

.cs-gallery-card__slide {
  display: none;
  border-radius: 26px;
  overflow: hidden;
  background: #e5e7eb;
}

.cs-gallery-card__slide.is-active {
  display: block;
}

.cs-gallery-card__slide img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  border-radius: 26px;
}

.cs-gallery-card__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-top: 12px;
}

.cs-gallery-card__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #d0d5dd;
  cursor: pointer;
  transition: all .2s ease;
}

.cs-gallery-card__dot.is-active {
  background: #60a5fa;
  transform: scale(1.1);
}

/* Right form card */
.cs-lead-form-card {
  height: 100%;
  background: #ffffff;
  border: 1px solid #dbe7f3;
  border-radius: 22px;
  padding: 18px 20px 20px;
}

.cs-lead-form-card__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cs-lead-form-card__title {
  margin: 0 0 18px;
  color: #111827;
  font-size: clamp(22px, 2.1vw, 26px);
  font-weight: 700;
  line-height: 1.18;
}

/* HubSpot form styles */
.cs-lead-form-card__form .hbspt-form,
.cs-lead-form-card__form form {
  width: 100%;
}

.cs-lead-form-card__form .hs-form fieldset {
  max-width: 100% !important;
  margin: 0 0 12px !important;
}

.cs-lead-form-card__form .hs-form fieldset.form-columns-2 {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.cs-lead-form-card__form .hs-form fieldset.form-columns-2 .hs-form-field {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
}

.cs-lead-form-card__form .hs-form-field {
  margin-bottom: 12px !important;
}

.cs-lead-form-card__form .hs-form-field > label {
  display: block;
  margin-bottom: 6px !important;
  color: #344054;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
}

.cs-lead-form-card__form .hs-input,
.cs-lead-form-card__form input,
.cs-lead-form-card__form textarea,
.cs-lead-form-card__form select {
  width: 100% !important;
  min-height: 48px;
  padding: 12px 14px !important;
  border: 1px solid #dde4ee !important;
  border-radius: 9px !important;
  background: #fff !important;
  color: #111827 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  box-shadow: none !important;
  outline: none !important;
  box-sizing: border-box !important;
}

.cs-lead-form-card__form textarea {
  min-height: 96px !important;
  resize: vertical;
}

.cs-lead-form-card__form .hs-input::placeholder,
.cs-lead-form-card__form input::placeholder,
.cs-lead-form-card__form textarea::placeholder {
  color: #98a2b3 !important;
}

.cs-lead-form-card__form .inputs-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.cs-lead-form-card__form .actions {
  margin: 8px 0 0 !important;
  padding: 0 !important;
}

.cs-lead-form-card__form .hs-button,
.cs-lead-form-card__form input[type="submit"] {
  appearance: none;
  border: 0 !important;
  min-width: 88px;
  min-height: 36px;
  padding: 0 26px !important;
  border-radius: 999px !important;
  background: #f97316 !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  box-shadow: none !important;
  cursor: pointer;
}

.cs-lead-form-card__form .hs-button:hover,
.cs-lead-form-card__form input[type="submit"]:hover {
  background: #ea580c !important;
}

.cs-lead-form-card__form .submitted-message {
  color: #027a48;
  font-size: 14px;
  line-height: 1.5;
}

.cs-lead-form-card__form .hs-error-msgs,
.cs-lead-form-card__form .hs_error_rollup {
  color: #b42318;
  font-size: 12px;
}

@media (max-width: 1100px) {
  .cs-gallery-lead__grid {
    grid-template-columns: 1fr;
  }

  .cs-gallery-card__slide img {
    min-height: 420px;
  }

  .cs-lead-form-card__title {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .cs-gallery-lead {
    padding: 24px 16px 48px;
  }

  .cs-gallery-card__viewport,
  .cs-gallery-card__slide,
  .cs-gallery-card__slide img {
    border-radius: 18px;
  }

  .cs-gallery-card__slide img {
    min-height: 320px;
  }

  .cs-lead-form-card {
    border-radius: 18px;
    padding: 18px;
  }

  .cs-lead-form-card__form .hs-form fieldset.form-columns-2 {
    grid-template-columns: 1fr;
  }
}