﻿/* ================================================
   PAGE PRESTATIONS SEO
   ================================================ */

.page-prestations {
  --pp-pad: max(30px, calc((100vw - 1240px) / 2));
}

/* ================================================
   HERO — même pattern que les autres pages
   ================================================ */
.page-prestations .page-hero {
  position: relative;
  background: #000;
  padding: 140px var(--pp-pad) 80px;
  text-align: center;
  overflow: hidden;
}

.page-prestations .page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('https://www.agence-connecto.fr/wp-content/uploads/2026/05/15-1-1.png');
  background-size: cover;
  background-position: center;
  opacity: 0.5;
  pointer-events: none;
}

.page-prestations .page-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.page-prestations .page-hero__title {
  color: #fff;
  font-size: var(--h1-size);
  font-weight: var(--heading-weight);
  margin: 0;
}

.page-prestations .page-hero__text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0;
  max-width: 680px;
}

.ps-hero__ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 8px;
}

/* ================================================
   POURQUOI LE SEO
   ================================================ */
.ps-pourquoi {
  background: var(--color-light);
  padding: 90px var(--pp-pad);
}

.ps-pourquoi__header {
  margin: 0 0 56px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ps-pourquoi__title {
  font-size: var(--h2-size);
  font-weight: var(--heading-weight);
  color: var(--color-primary);
  margin: 0;
}

.ps-pourquoi__intro {
  font-size: 1rem;
  color: var(--color-grey);
  line-height: 1.7;
  margin: 0;
}

.ps-pourquoi__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.ps-benefice {
  background: #fff;
  border-radius: 12px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.ps-benefice__icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: rgba(170, 145, 28, 0.1);
  border: 1px solid rgba(170, 145, 28, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: var(--color-gold);
}

.ps-benefice__title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-primary);
  margin: 0;
  font-family: var(--font-heading);
  line-height: 1.35;
}

.ps-benefice__text {
  font-size: 0.9rem;
  color: var(--color-grey);
  line-height: 1.75;
  margin: 0;
}

/* ================================================
   GEO / IA
   ================================================ */
.ps-geo {
  background: var(--color-light);
  padding: 90px var(--pp-pad);
}

.ps-geo__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.ps-geo__photo {
  position: relative;
}

.ps-geo__photo::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  border: 1px solid rgba(87, 85, 81, 0.18);
  background-image:
    linear-gradient(#575551, #575551),
    linear-gradient(#575551, #575551),
    linear-gradient(#575551, #575551),
    linear-gradient(#575551, #575551),
    linear-gradient(#575551, #575551),
    linear-gradient(#575551, #575551),
    linear-gradient(#575551, #575551),
    linear-gradient(#575551, #575551);
  background-size:
    10px 1px, 1px 10px,
    10px 1px, 1px 10px,
    10px 1px, 1px 10px,
    10px 1px, 1px 10px;
  background-position:
    top left,     top left,
    top right,    top right,
    bottom left,  bottom left,
    bottom right, bottom right;
  background-repeat: no-repeat;
}

.ps-geo__photo img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

.ps-geo__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ps-geo__title {
  font-size: var(--h2-size);
  font-weight: var(--heading-weight);
  color: var(--color-primary);
  margin: 0;
  line-height: 1.2;
}

.ps-geo__content p {
  font-size: 0.98rem;
  color: var(--color-grey);
  line-height: 1.8;
  margin: 0;
}

/* ================================================
   NOS PRESTATIONS
   ================================================ */
.ps-services {
  position: relative;
  background: #000;
  padding: 90px var(--pp-pad);
  overflow: hidden;
}

.ps-services::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('https://www.agence-connecto.fr/wp-content/uploads/2026/05/15-1-1.png');
  background-size: cover;
  background-position: center;
  opacity: 0.35;
  pointer-events: none;
}

.ps-services__header,
.ps-services__grid { position: relative; z-index: 1; }

.ps-services__header {
  margin: 0 0 52px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ps-services__title {
  font-size: var(--h2-size);
  font-weight: var(--heading-weight);
  color: #fff;
  margin: 0;
}

.ps-services__intro {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.7;
  margin: 0;
}

.ps-services__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}

.ps-service-card--last {
  grid-column: 1 / -1;
  width: calc(50% - 1px);
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .ps-service-card--last {
    grid-column: auto;
    width: 100%;
    margin: 0;
  }
}

.ps-service-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: rgba(255, 255, 255, 0.04);
  transition: background 0.25s ease;
}

.ps-service-card:hover {
  background: rgba(255, 255, 255, 0.08);
}

.ps-service-card__inner {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 32px 36px;
}

.ps-service-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: rgba(170, 145, 28, 0.12);
  border: 1px solid rgba(170, 145, 28, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: var(--color-gold);
  flex-shrink: 0;
}

.ps-service-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ps-service-card__title {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
  font-family: var(--font-heading);
}

.ps-service-card__text {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
  margin: 0;
}

.ps-service-card__arrow {
  color: rgba(255, 255, 255, 0.25);
  font-size: 0.85rem;
  flex-shrink: 0;
  transition: color 0.25s ease, transform 0.25s ease;
}

.ps-service-card:hover .ps-service-card__arrow {
  color: var(--color-gold);
  transform: translateX(4px);
}

/* ================================================
   POURQUOI CONNECTO
   ================================================ */
.ps-confiance {
  background: var(--color-light);
  padding: 90px var(--pp-pad);
}

.ps-confiance__title {
  font-size: var(--h2-size);
  font-weight: var(--heading-weight);
  color: var(--color-primary);
  margin: 0 0 48px;
  text-align: center;
}

.ps-confiance__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.ps-argument {
  background: #fff;
  border-radius: 12px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.ps-argument__num {
  font-size: 2rem;
  font-weight: 900;
  color: var(--color-gold);
  opacity: 0.35;
  line-height: 1;
  font-family: var(--font-heading);
}

.ps-argument__title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-primary);
  margin: 0;
  font-family: var(--font-heading);
  line-height: 1.35;
}

.ps-argument__text {
  font-size: 0.88rem;
  color: var(--color-grey);
  line-height: 1.75;
  margin: 0;
}

/* ================================================
   CHIFFRES
   ================================================ */
.ps-chiffres {
  position: relative;
  background: #000;
  padding: 80px var(--pp-pad);
  overflow: hidden;
}

.ps-chiffres__bg {
  position: absolute;
  inset: 0;
  background-image: url('https://www.agence-connecto.fr/wp-content/uploads/2026/05/15-1-1.png');
  background-size: cover;
  background-position: center;
  opacity: 0.35;
  pointer-events: none;
}

.ps-chiffres__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.ps-chiffre {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 0 40px;
}

.ps-chiffre__sep {
  width: 1px;
  height: 80px;
  background: rgba(255, 255, 255, 0.12);
  flex-shrink: 0;
}

.ps-chiffre__valeur {
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  font-weight: 900;
  color: var(--color-gold);
  font-family: var(--font-heading);
  line-height: 1;
}

.ps-chiffre__label {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
  max-width: 200px;
}

/* ================================================
   TÉMOIGNAGE
   ================================================ */
.ps-temoignage {
  background: var(--color-light);
  padding: 80px var(--pp-pad);
}

.ps-temoignage__inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.ps-temoignage__stars {
  display: flex;
  gap: 6px;
  color: var(--color-gold);
  font-size: 1.1rem;
}

.ps-temoignage__quote {
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  font-style: italic;
  font-weight: 300;
  color: var(--color-primary);
  line-height: 1.75;
  margin: 0;
  padding: 0;
  border: none;
}

.ps-temoignage__quote::before { content: '\201C'; color: var(--color-gold); }
.ps-temoignage__quote::after  { content: '\201D'; color: var(--color-gold); }

.ps-temoignage__author {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.85rem;
}

.ps-temoignage__name {
  font-weight: 700;
  color: var(--color-primary);
}

.ps-temoignage__company {
  color: var(--color-grey);
}

.ps-temoignage__author .ps-temoignage__name + .ps-temoignage__company::before {
  content: '·';
  margin-right: 12px;
  color: rgba(0,0,0,0.2);
}

/* ================================================
   CTA
   ================================================ */
.ps-cta {
  position: relative;
  background: #000;
  padding: 100px var(--pp-pad);
  text-align: center;
  overflow: hidden;
}

.ps-cta__bg {
  position: absolute;
  inset: 0;
  background-image: url('https://www.agence-connecto.fr/wp-content/uploads/2026/05/15-1-1.png');
  background-size: cover;
  background-position: center;
  opacity: 0.5;
  pointer-events: none;
}

.ps-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.ps-cta__title {
  color: #fff;
  font-size: var(--h2-size);
  font-weight: var(--heading-weight);
  margin: 0;
}

.ps-cta__text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
}

/* ================================================
   RESPONSIVE
   ================================================ */
@media (max-width: 1024px) {
  .ps-pourquoi__grid { grid-template-columns: 1fr; }
  .ps-confiance__grid { grid-template-columns: 1fr; }
  .ps-services__grid { grid-template-columns: 1fr; }
  .ps-geo__inner { grid-template-columns: 1fr; gap: 40px; }
  .ps-geo__photo img { height: 280px; }
}

@media (max-width: 768px) {
  .page-prestations .page-hero { padding: 110px 24px 60px; }

  .ps-pourquoi,
  .ps-geo,
  .ps-services,
  .ps-confiance,
  .ps-chiffres,
  .ps-temoignage,
  .ps-cta { padding: 60px 24px; }

  .ps-hero__ctas { flex-direction: column; }
  .ps-hero__ctas .btn { width: 100%; text-align: center; justify-content: center; }

  .ps-chiffres__inner { flex-direction: column; gap: 40px; }
  .ps-chiffre__sep { width: 60px; height: 1px; }

  .ps-service-card__inner { padding: 24px 20px; }
}

