.ps-piscine-hero,
.ps-piscine-hero * {
  box-sizing: border-box;
}

.ps-piscine-hero {
  font-family: 'Montserrat', sans-serif;
  background: linear-gradient(135deg, #f5fbff 0%, #e8f7fb 100%);
  padding: 72px 20px;
  overflow: hidden;
  position: relative;
}

.ps-piscine-hero::before {
  content: "";
  position: absolute;
  top: -120px;
  left: -120px;
  width: 320px;
  height: 320px;
  background: rgba(0, 113, 179, 0.07);
  border-radius: 50%;
  filter: blur(10px);
}

.ps-piscine-hero::after {
  content: "";
  position: absolute;
  bottom: -140px;
  right: -80px;
  width: 260px;
  height: 260px;
  background: rgba(91, 170, 57, 0.08);
  border-radius: 50%;
  filter: blur(10px);
}

.ps-piscine-hero-container {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 0 20px;
}

.ps-piscine-hero-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 56px;
}

.ps-piscine-hero-text,
.ps-piscine-hero-image {
  flex: 1 1 50%;
  min-width: 0;
}

/* H1 standardisé */
.ps-piscine-hero-title {
  font-size: clamp(38px, 4.2vw, 52px);
  line-height: 1.12;
  font-weight: 800;
  color: #0071B3;
  margin: 0 0 22px;
  letter-spacing: -0.6px;
}

.ps-piscine-hero-title span {
  color: #5BAA39;
}

/* Texte standardisé */
.ps-piscine-hero-desc {
  font-size: 17px;
  line-height: 1.85;
  color: #486581;
  max-width: 640px;
  margin: 10px 0 0;
}

.ps-piscine-hero-desc strong {
  color: #102a43;
  font-weight: 800;
}

.ps-piscine-hero-image-wrap {
  position: relative;
  padding-bottom: 54px;
}

.ps-piscine-hero-image-card {
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(4px);
  border-radius: 28px;
  padding: 16px;
  box-shadow: 0 18px 50px rgba(0, 113, 179, 0.14);
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.ps-piscine-hero-image-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(0, 113, 179, 0.20);
}

.ps-piscine-hero-image-card img {
  width: 100%;
  display: block;
  border-radius: 20px;
  object-fit: cover;
  aspect-ratio: 16 / 10;
  transition: transform 0.7s ease;
}

.ps-piscine-hero-image-card:hover img {
  transform: scale(1.05);
}

.ps-piscine-floating-box {
  position: absolute;
  right: 22px;
  bottom: 0;
  background: rgba(255,255,255,0.97);
  border-radius: 18px;
  padding: 18px 20px;
  box-shadow: 0 18px 38px rgba(0, 113, 179, 0.16);
  width: calc(100% - 88px);
  max-width: 360px;
  border-left: 5px solid #5BAA39;
  z-index: 3;
}

.ps-piscine-floating-box strong {
  display: block;
  font-size: 18px;
  color: #102a43;
  margin-bottom: 6px;
  font-weight: 800;
  line-height: 1.25;
}

.ps-piscine-floating-box span {
  display: block;
  font-size: 14px;
  line-height: 1.7;
  color: #52606d;
}

@media (max-width: 1024px) {
  .ps-piscine-hero {
    padding: 54px 18px;
  }

  .ps-piscine-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  .ps-piscine-hero-title {
    font-size: 34px;
    line-height: 1.16;
  }

  .ps-piscine-hero-desc {
    font-size: 15px;
    line-height: 1.8;
  }

  .ps-piscine-floating-box {
    display: none;
  }
}

@media (max-width: 767px) {
  .ps-piscine-hero {
    padding: 42px 14px;
  }

  .ps-piscine-hero::before,
  .ps-piscine-hero::after {
    display: none;
  }

  .ps-piscine-hero-container {
    padding: 0;
  }

  .ps-piscine-hero-grid {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  .ps-piscine-hero-title {
    font-size: 28px;
    line-height: 1.22;
    margin-bottom: 14px;
    letter-spacing: -0.3px;
  }

  .ps-piscine-hero-desc {
    font-size: 14px;
    line-height: 1.75;
  }

  .ps-piscine-hero-image-wrap {
    padding-bottom: 0;
  }

  .ps-piscine-hero-image-card {
    padding: 10px;
    border-radius: 20px;
  }

  .ps-piscine-hero-image-card img {
    border-radius: 14px;
  }
}



.ps-piscine-seo,
.ps-piscine-seo * {
  box-sizing: border-box;
}

.ps-piscine-seo {
  font-family: 'Montserrat', sans-serif;
  background: #ffffff;
  padding: 70px 20px;
}

.ps-piscine-seo-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.ps-piscine-seo-title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 800;
  color: #102a43;
  margin: 0 0 18px;
}

.ps-piscine-seo-title span {
  color: #5BAA39;
}

.ps-piscine-seo-subtitle {
  font-size: 24px;
  line-height: 1.35;
  font-weight: 800;
  color: #102a43;
  margin: 30px 0 14px;
}

.ps-piscine-seo-text {
  font-size: 17px;
  line-height: 1.85;
  color: #486581;
  margin: 0 0 16px;
}

.ps-piscine-seo-text strong {
  color: #102a43;
  font-weight: 800;
}

.ps-piscine-seo-text a {
  color: #102a43;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid rgba(91,170,57,0.35);
  transition: all 0.3s ease;
}

.ps-piscine-seo-text a:hover {
  border-bottom-color: #5BAA39;
  color: #0071B3;
}

.ps-piscine-seo-points {
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.ps-piscine-seo-points li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 14px;
  font-size: 15.5px;
  font-weight: 600;
  color: #102a43;
  line-height: 1.65;
}

.ps-piscine-seo-points li::before {
  content: "";
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  margin-top: 9px;
  border-radius: 50%;
  background: #5BAA39;
  box-shadow: 0 0 0 4px rgba(91,170,57,0.12);
}

@media (max-width: 1024px) {
  .ps-piscine-seo {
    padding: 50px 18px;
  }

  .ps-piscine-seo-title {
    font-size: 28px;
  }

  .ps-piscine-seo-subtitle {
    font-size: 22px;
  }

  .ps-piscine-seo-text {
    font-size: 15px;
    line-height: 1.8;
  }
}

@media (max-width: 767px) {
  .ps-piscine-seo {
    padding: 42px 14px;
  }

  .ps-piscine-seo-container {
    padding: 0;
  }

  .ps-piscine-seo-title {
    font-size: 24px;
    line-height: 1.25;
    text-align: left;
  }

  .ps-piscine-seo-subtitle {
    font-size: 20px;
    line-height: 1.35;
    margin-top: 26px;
  }

  .ps-piscine-seo-text {
    font-size: 14px;
    line-height: 1.75;
    text-align: left;
  }

  .ps-piscine-seo-points li {
    font-size: 14px;
    gap: 10px;
    margin-bottom: 12px;
  }
}


.ps-piscine-apps,
.ps-piscine-apps * {
  box-sizing: border-box;
}

.ps-piscine-apps {
  font-family: 'Montserrat', sans-serif;
  background: linear-gradient(180deg, #f5fbff 0%, #ffffff 100%);
  padding: 80px 20px;
}

.ps-piscine-apps-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.ps-piscine-apps-header {
  max-width: 980px;
  margin-bottom: 42px;
}

.ps-piscine-apps-title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 800;
  color: #102a43;
  margin: 0 0 16px;
}

.ps-piscine-apps-title span {
  color: #5BAA39;
}

.ps-piscine-apps-text {
  font-size: 17px;
  line-height: 1.85;
  color: #486581;
  margin: 0;
}

.ps-piscine-apps-text strong {
  color: #102a43;
  font-weight: 800;
}

.ps-piscine-apps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.ps-app-card {
  background: #ffffff;
  border: 1px solid rgba(0, 113, 179, 0.08);
  border-radius: 22px;
  padding: 28px 24px;
  box-shadow: 0 10px 28px rgba(0, 113, 179, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.ps-app-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 113, 179, 0.12);
  border-color: rgba(91, 170, 57, 0.25);
}

.ps-app-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: linear-gradient(135deg, #eef9fd 0%, #f7fcff 100%);
  border: 1px solid rgba(0, 113, 179, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
  transition: background 0.3s ease, transform 0.3s ease;
}

.ps-app-card:hover .ps-app-icon {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #e8f7fb 0%, #f3fbf8 100%);
}

.ps-app-icon i {
  font-size: 28px;
  color: #0071B3;
  line-height: 1;
  transition: color 0.3s ease;
}

.ps-app-card:hover .ps-app-icon i {
  color: #5BAA39;
}

.ps-app-card h3 {
  font-size: 21px;
  line-height: 1.25;
  font-weight: 800;
  color: #0071B3;
  margin: 0 0 14px;
  transition: color 0.3s ease;
}

.ps-app-card:hover h3 {
  color: #5BAA39;
}

.ps-app-card p {
  font-size: 15px;
  line-height: 1.8;
  color: #486581;
  margin: 0;
}

.ps-app-card strong {
  color: #102a43;
  font-weight: 800;
}

@media (max-width: 1100px) {
  .ps-piscine-apps {
    padding: 60px 18px;
  }

  .ps-piscine-apps-container {
    padding: 0 18px;
  }

  .ps-piscine-apps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .ps-piscine-apps-title {
    font-size: 28px;
  }

  .ps-piscine-apps-text {
    font-size: 15px;
    line-height: 1.8;
  }
}

@media (max-width: 767px) {
  .ps-piscine-apps {
    padding: 44px 14px;
  }

  .ps-piscine-apps-container {
    padding: 0;
  }

  .ps-piscine-apps-header {
    margin-bottom: 28px;
  }

  .ps-piscine-apps-title {
    font-size: 22px;
    line-height: 1.25;
    text-align: left;
    margin-bottom: 12px;
  }

  .ps-piscine-apps-text {
    font-size: 14px;
    line-height: 1.75;
    text-align: left;
  }

  .ps-piscine-apps-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ps-app-card {
    padding: 22px 18px;
    border-radius: 18px;
  }

  .ps-app-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    margin-bottom: 16px;
  }

  .ps-app-icon i {
    font-size: 24px;
  }

  .ps-app-card h3 {
    font-size: 19px;
  }

  .ps-app-card p {
    font-size: 14px;
    line-height: 1.75;
  }
}

@media (max-width: 480px) {
  .ps-app-card h3 {
    font-size: 18px;
  }

  .ps-app-card p {
    font-size: 13.5px;
  }
}


.ps-pool-issues,
.ps-pool-issues * {
  box-sizing: border-box;
}

.ps-pool-issues {
  font-family: 'Montserrat', sans-serif;
  padding: 90px 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
}

.ps-pool-issues-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.ps-pool-issues-header {
  max-width: 850px;
  margin-bottom: 45px;
}

.ps-pool-issues-header h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 800;
  color: #102a43;
  margin: 0 0 16px;
}

.ps-pool-issues-header h2 span {
  color: #5BAA39;
}

.ps-pool-issues-header p {
  font-size: 17px;
  line-height: 1.85;
  color: #486581;
  margin: 0;
}

.ps-pool-issues-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.ps-pool-card {
  background: #ffffff;
  border: 1px solid rgba(0, 113, 179, 0.08);
  border-radius: 24px;
  padding: 32px 30px;
  box-shadow: 0 12px 32px rgba(0, 113, 179, 0.07);
  transition: 0.3s ease;
}

.ps-pool-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(0, 113, 179, 0.12);
}

.ps-pool-card-problem {
  border-left: 5px solid rgba(230, 57, 70, 0.8);
}

.ps-pool-card-solution {
  border-left: 5px solid #5BAA39;
}

.ps-pool-card-top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.ps-pool-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ps-pool-icon i {
  font-size: 24px;
}

.ps-pool-icon.danger {
  background: rgba(230, 57, 70, 0.08);
  color: #e63946;
}

.ps-pool-icon.success {
  background: rgba(91, 170, 57, 0.10);
  color: #5BAA39;
}

.ps-pool-card h3 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 800;
  color: #102a43;
  margin: 0;
}

.ps-pool-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ps-pool-card li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid rgba(0, 113, 179, 0.08);
  font-size: 15.5px;
  line-height: 1.65;
  color: #486581;
  font-weight: 600;
}

.ps-pool-card li::before {
  content: "";
  flex: 0 0 7px;
  width: 7px;
  height: 7px;
  margin-top: 10px;
  border-radius: 50%;
  background: #0071B3;
}

.ps-pool-card-problem li::before {
  background: #e63946;
}

.ps-pool-card-solution li::before {
  background: #5BAA39;
}

.ps-note {
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}

@media (max-width: 900px) {
  .ps-pool-issues {
    padding: 60px 18px;
  }

  .ps-pool-issues-container {
    padding: 0 18px;
  }

  .ps-pool-issues-grid {
    grid-template-columns: 1fr;
  }

  .ps-pool-issues-header h2 {
    font-size: 28px;
  }

  .ps-pool-issues-header p {
    font-size: 15px;
    line-height: 1.8;
  }
}

@media (max-width: 767px) {
  .ps-pool-issues {
    padding: 50px 14px;
  }

  .ps-pool-issues-container {
    padding: 0;
  }

  .ps-pool-issues-header {
    margin-bottom: 28px;
  }

  .ps-pool-issues-header h2 {
    font-size: 22px;
    line-height: 1.25;
  }

  .ps-pool-issues-header p {
    font-size: 14px;
    line-height: 1.75;
  }

  .ps-pool-card {
    padding: 24px 20px;
    border-radius: 20px;
  }

  .ps-pool-card h3 {
    font-size: 20px;
  }

  .ps-pool-card li {
    font-size: 14px;
    line-height: 1.65;
  }
}


.ps-products,
.ps-products * {
  box-sizing: border-box;
}

.ps-products {
  font-family: 'Montserrat', sans-serif;
  padding: 90px 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
}

.ps-products-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.ps-products-header {
  max-width: 920px;
  margin-bottom: 46px;
}

/* H2 STANDARD */
.ps-products-header h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 800;
  color: #102a43;
  margin: 0 0 16px;
}

.ps-products-header h2 span {
  color: #5BAA39;
}

/* TEXTE STANDARD */
.ps-products-header p {
  font-size: 17px;
  line-height: 1.85;
  color: #486581;
  margin: 0 0 14px;
}

/* H3 */
.ps-products-subtitle {
  font-size: 24px;
  line-height: 1.35;
  font-weight: 800;
  color: #102a43;
  margin: 24px 0 12px;
}

/* GRID */
.ps-products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

/* CARD */
.ps-product-card {
  background: #ffffff;
  border: 1px solid rgba(0, 113, 179, 0.08);
  border-radius: 22px;
  padding: 28px 24px;
  box-shadow: 0 10px 28px rgba(0, 113, 179, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.ps-product-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 45px rgba(0, 113, 179, 0.12);
  border-color: rgba(91, 170, 57, 0.25);
}

.ps-product-icon {
  width: 60px;
  height: 60px;
  border-radius: 18px;
  background: linear-gradient(135deg, #eef9fd 0%, #f7fcff 100%);
  border: 1px solid rgba(0, 113, 179, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.ps-product-icon i {
  font-size: 26px;
  color: #0071B3;
}

.ps-product-card h3 {
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800;
  color: #0071B3;
  margin: 0 0 12px;
}

.ps-product-card p {
  font-size: 15px;
  line-height: 1.8;
  color: #486581;
  margin: 0;
}

/* SEO LINE */
.ps-seo-line {
  font-size: 13px;
  color: #5BAA39;
  font-weight: 600;
  margin-top: 6px;
  line-height: 1.6;
}

/* TABLETTE */
@media (max-width: 1100px) {
  .ps-products {
    padding: 60px 18px;
  }

  .ps-products-container {
    padding: 0 18px;
  }

  .ps-products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ps-products-header h2 {
    font-size: 28px;
  }

  .ps-products-header p {
    font-size: 15px;
  }

  .ps-products-subtitle {
    font-size: 22px;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .ps-products {
    padding: 50px 14px;
  }

  .ps-products-container {
    padding: 0;
  }

  .ps-products-header {
    margin-bottom: 28px;
  }

  .ps-products-header h2 {
    font-size: 22px;
    line-height: 1.25;
  }

  .ps-products-header p {
    font-size: 14px;
    line-height: 1.75;
  }

  .ps-products-subtitle {
    font-size: 20px;
    line-height: 1.3;
  }

  .ps-products-grid {
    grid-template-columns: 1fr;
  }

  .ps-product-card {
    padding: 22px 18px;
  }

  .ps-product-card h3 {
    font-size: 19px;
  }

  .ps-product-card p {
    font-size: 14px;
  }
}



.ps-why,
.ps-why * {
  box-sizing: border-box;
}

.ps-why {
  font-family: 'Montserrat', sans-serif;
  padding: 90px 20px;
  background: linear-gradient(180deg, #f5fbff 0%, #ffffff 100%);
}

.ps-container {
  max-width: 1240px;
  margin: auto;
  padding: 0 20px;
}

/* HEADER */
.ps-why-header {
  max-width: 800px;
  margin-bottom: 50px;
}

.ps-why-header h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 800;
  color: #102a43;
  margin: 0 0 16px;
}

.ps-why-header h2 span {
  color: #5BAA39;
}

.ps-why-header p {
  font-size: 17px;
  line-height: 1.85;
  color: #486581;
  margin: 0;
}

/* GRID */
.ps-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

/* CARD */
.ps-why-card {
  background: #ffffff;
  padding: 30px 25px;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  transition: 0.3s;
}

.ps-why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 45px rgba(0,0,0,0.12);
}

.ps-why-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: #eef8ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.ps-why-icon i {
  font-size: 24px;
  color: #0071B3;
}

.ps-why-card h3 {
  font-size: 21px;
  line-height: 1.25;
  font-weight: 800;
  color: #0071B3;
  margin: 0 0 12px;
}

.ps-why-card p {
  font-size: 15px;
  line-height: 1.75;
  color: #486581;
  margin: 0;
}

/* TABLETTE */
@media(max-width:1024px){
  .ps-why {
    padding: 60px 18px;
  }

  .ps-container {
    padding: 0 18px;
  }

  .ps-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ps-why-header h2 {
    font-size: 28px;
  }

  .ps-why-header p {
    font-size: 15px;
  }
}

/* MOBILE */
@media(max-width:767px){
  .ps-why {
    padding: 50px 14px;
  }

  .ps-container {
    padding: 0;
  }

  .ps-why-header {
    margin-bottom: 28px;
  }

  .ps-why-header h2 {
    font-size: 22px;
    line-height: 1.25;
  }

  .ps-why-header p {
    font-size: 14px;
    line-height: 1.75;
  }

  .ps-why-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ps-why-card {
    padding: 22px 18px;
  }

  .ps-why-card h3 {
    font-size: 19px;
  }

  .ps-why-card p {
    font-size: 14px;
  }
}



.ps-piscine-faq,
.ps-piscine-faq * {
  box-sizing: border-box;
}

.ps-piscine-faq {
  font-family: 'Montserrat', sans-serif;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  padding: 75px 20px;
}

.ps-piscine-faq-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.ps-piscine-faq-header {
  max-width: 920px;
  margin: 0 auto 42px;
  text-align: center;
}

.ps-piscine-faq-title {
  font-size: 36px !important;
  line-height: 1.2 !important;
  font-weight: 800;
  color: #102a43;
  margin: 0 0 16px;
  text-transform: none !important;
  letter-spacing: normal !important;
}

.ps-piscine-faq-title span {
  color: #5BAA39;
  text-transform: none !important;
}

.ps-piscine-faq-text {
  font-size: 17px;
  line-height: 1.85;
  color: #486581;
  margin: 0;
}

.ps-piscine-faq-text strong {
  color: #102a43;
  font-weight: 800;
}

.ps-piscine-faq-list {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

.ps-piscine-faq-item {
  background: #ffffff;
  border: 1px solid rgba(0, 113, 179, 0.08);
  border-radius: 20px;
  box-shadow: 0 10px 24px rgba(0, 113, 179, 0.05);
  overflow: hidden;
}

.ps-piscine-faq-question {
  width: 100%;
  min-height: 76px;
  background: transparent;
  border: none;
  padding: 20px 22px;
  display: grid;
  grid-template-columns: 1fr 42px;
  align-items: center;
  gap: 18px;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
}

.ps-piscine-faq-question span {
  font-size: 18px !important;
  line-height: 1.45 !important;
  font-weight: 700;
  color: #102a43;
  text-transform: none !important;
  letter-spacing: normal !important;
}

.ps-piscine-faq-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, #eef9fd 0%, #f7fcff 100%);
  border: 1px solid rgba(0, 113, 179, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0071B3;
  font-size: 18px;
  font-weight: 800;
  transition: all 0.3s ease;
}

.ps-piscine-faq-item.active .ps-piscine-faq-icon {
  color: #5BAA39;
  transform: rotate(45deg);
}

.ps-piscine-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.ps-piscine-faq-answer-inner {
  padding: 0 24px 22px;
  font-size: 15px;
  line-height: 1.85;
  color: #486581;
}

.ps-piscine-faq-answer-inner strong {
  color: #102a43;
  font-weight: 800;
}

@media (max-width: 1024px) {
  .ps-piscine-faq {
    padding: 60px 18px;
  }

  .ps-piscine-faq-container {
    padding: 0 18px;
  }

  .ps-piscine-faq-title {
    font-size: 28px !important;
    line-height: 1.25 !important;
  }

  .ps-piscine-faq-text {
    font-size: 15px;
  }

  .ps-piscine-faq-question span {
    font-size: 17px !important;
  }
}

@media (max-width: 767px) {
  .ps-piscine-faq {
    padding: 44px 14px;
  }

  .ps-piscine-faq-container {
    padding: 0;
  }

  .ps-piscine-faq-header {
    margin-bottom: 28px;
    text-align: left;
  }

  .ps-piscine-faq-title {
    font-size: 22px !important;
    line-height: 1.3 !important;
    margin-bottom: 12px;
    text-align: left;
  }

  .ps-piscine-faq-text {
    font-size: 14px;
    line-height: 1.75;
    text-align: left;
  }

  .ps-piscine-faq-list {
    gap: 14px;
  }

  .ps-piscine-faq-question {
    min-height: 72px;
    padding: 16px 14px 16px 16px;
    grid-template-columns: 1fr 40px;
    gap: 14px;
  }

  .ps-piscine-faq-question span {
    font-size: 14.5px !important;
    line-height: 1.42 !important;
  }

  .ps-piscine-faq-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    font-size: 16px;
  }

  .ps-piscine-faq-answer-inner {
    padding: 0 16px 18px;
    font-size: 14px;
    line-height: 1.75;
  }
}



@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&display=swap');

.cta-section-final,
.cta-section-final * {
  box-sizing: border-box;
}

.cta-section-final {
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  background: linear-gradient(145deg, #f4f6fb, #ffffff);
  padding: 90px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-top: 5px solid #5BAA39;
}

.cta-section-final::before {
  content: "";
  position: absolute;
  top: -60px;
  left: -60px;
  width: 200px;
  height: 200px;
  background: #0071B3;
  opacity: 0.05;
  border-radius: 50%;
}

.cta-section-final::after {
  content: "";
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 120px;
  height: 120px;
  background: #5BAA39;
  opacity: 0.05;
  border-radius: 50%;
}

.cta-section-final .container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

/* H2 STANDARD */
.cta-section-final h2 {
  font-size: 36px;
  line-height: 1.25;
  font-weight: 800;
  color: #102a43;
  margin: 0 0 20px;
}

/* TEXTE */
.cta-section-final p {
  font-size: 17px;
  line-height: 1.85;
  color: #486581;
  margin: 0 auto 36px;
}

.cta-section-final p strong {
  color: #102a43;
  font-weight: 800;
}

/* BUTTONS */
.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.btn {
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

/* PRIMARY */
.btn-green {
  background-color: #5BAA39;
  color: #fff;
  box-shadow: 0 6px 18px rgba(91, 170, 57, 0.3);
}

.btn-green:hover {
  background-color: #4a932f;
  transform: translateY(-3px);
}

/* SECONDARY */
.btn-outline {
  background-color: transparent;
  color: #0071B3;
  border: 2px solid #0071B3;
  box-shadow: 0 6px 18px rgba(0, 113, 179, 0.1);
}

.btn-outline:hover {
  background-color: #0071B3;
  color: #fff;
  transform: translateY(-3px);
}

/* TABLETTE */
@media (max-width: 1024px) {
  .cta-section-final {
    padding: 60px 18px;
  }

  .cta-section-final h2 {
    font-size: 28px;
  }

  .cta-section-final p {
    font-size: 15px;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .cta-section-final {
    padding: 50px 14px;
  }

  .cta-section-final h2 {
    font-size: 22px;
    line-height: 1.3;
  }

  .cta-section-final p {
    font-size: 14px;
    line-height: 1.75;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
    text-align: center;
  }
}