/* Page zone : agence web à Chambéry */

.ain-zone-page {
  background: #f5f7f8;
  color: #14242b;
}

.ain-zone-page main {
  overflow: hidden;
  background: #fff;
}

.ain-zone-page main [id] {
  scroll-margin-top: 110px;
}

.ain-zone-page .breadcrumb {
  display: inline-flex;
  max-width: 100%;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 12px 18px;
  border: 1px solid rgba(20, 36, 43, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 30px rgba(20, 36, 43, 0.08);
}

.ain-zone-page .ain-hero {
  position: relative;
  min-height: 730px;
  display: flex;
  align-items: center;
  padding: 220px 0 94px;
  background-image: linear-gradient(90deg, rgba(8, 24, 31, 0.527), rgba(8, 24, 31, 0.72) 48%, rgba(8, 24, 31, 0.2)), url("../img/agence-web-chambery-hero.webp");
  background-position: center;
  background-size: cover;
  color: #fff;
}

.ain-zone-page .ain-breadcrumb-wrap {
  position: absolute;
  top: 112px;
  right: 0;
  left: 0;
  z-index: 2;
}

.ain-zone-page .ain-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 160px;
  background: linear-gradient(180deg, rgba(8, 24, 31, 0), #fff);
  pointer-events: none;
}

.ain-zone-page .ain-hero__content {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.ain-zone-page .ain-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #ffb326;
  font-family: "Rajdhani", Arial, sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.ain-zone-page .ain-kicker::before {
  content: "";
  width: 34px;
  height: 2px;
  background: currentColor;
}

.ain-zone-page .ain-hero h1 {
  max-width: 900px;
  margin: 0;
  color: #fff;
  font-size: 68px;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}

.ain-zone-page .ain-hero__lead {
  max-width: 760px;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.65;
}

.ain-zone-page .ain-hero__actions,
.ain-zone-page .ain-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 34px;
}

.ain-zone-page .ain-btn {
  display: inline-flex;
  width: auto;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-family: "Rajdhani", Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.ain-zone-page button.ain-btn {
  height: auto;
  font: inherit;
}

.ain-zone-page .ain-btn--primary {
  border-color: #ffaa17;
  background: #ffaa17;
  color: #14242b;
  box-shadow: 0 18px 42px rgba(255, 170, 23, 0.26);
}

.ain-zone-page .ain-btn--primary:hover,
.ain-zone-page .ain-btn--primary:focus-visible {
  border-color: #fff;
  background: #fff;
  color: #14242b;
}

.ain-zone-page .ain-btn--ghost {
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.ain-zone-page .ain-btn--ghost:hover,
.ain-zone-page .ain-btn--ghost:focus-visible {
  border-color: #fff;
  background: #fff;
  color: #14242b;
}

.ain-zone-page .ain-btn--dark {
  border-color: #14242b;
  background: #14242b;
  color: #fff;
}

.ain-zone-page .ain-btn--dark:hover,
.ain-zone-page .ain-btn--dark:focus-visible {
  border-color: #ffaa17;
  background: #ffaa17;
  color: #14242b;
}

.ain-zone-page .ain-hero__signals {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  max-width: 980px;
  margin-top: 44px;
}

.ain-zone-page .ain-signal {
  min-height: 78px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: #14242b;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
}

.ain-zone-page .ain-signal strong {
  display: block;
  margin-bottom: 4px;
  font-family: "Rajdhani", Arial, sans-serif;
  font-size: 21px;
  line-height: 1.05;
  text-transform: uppercase;
}

.ain-zone-page .ain-signal span {
  color: #53636b;
  font-size: 14px;
  line-height: 1.45;
}

.ain-zone-page .ain-section {
  padding: 92px 0;
  background: #fff;
}

.ain-zone-page .ain-section--soft {
  background: #f5f7f8;
}

.ain-zone-page .ain-section--dark {
  background: #101f26;
  color: #fff;
}

.ain-zone-page .ain-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 1fr);
  gap: 48px;
  align-items: center;
}

.ain-zone-page .ain-layout--reverse {
  grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1fr);
}

.ain-zone-page .ain-section h2 {
  max-width: 800px;
  margin: 0;
  color: #14242b;
  font-size: 48px;
  line-height: 1.04;
  text-transform: uppercase;
}

.ain-zone-page #pourquoi-chambery,
.ain-zone-page #avis-chambery {
  max-width: 1120px;
  text-wrap: balance;
}

.ain-zone-page .ain-section--dark h2,
.ain-zone-page .ain-section--dark h3 {
  color: #fff;
}

.ain-zone-page .ain-section__lead {
  max-width: 780px;
  margin-top: 22px;
  color: #4f6068;
  font-size: 18px;
  line-height: 1.78;
}

.ain-zone-page .ain-section--dark .ain-section__lead {
  color: rgba(255, 255, 255, 0.76);
}

.ain-zone-page .ain-media {
  overflow: hidden;
  border-radius: 8px;
  background: #dfe7e9;
  box-shadow: 0 24px 58px rgba(20, 36, 43, 0.14);
}

.ain-zone-page .ain-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.ain-zone-page .ain-checks {
  display: grid;
  gap: 12px;
  margin-top: 28px;
  padding: 0;
}

.ain-zone-page .ain-checks li {
  position: relative;
  padding-left: 30px;
  color: #273942;
  font-size: 16px;
  line-height: 1.6;
}

.ain-zone-page .ain-section--dark .ain-checks li {
  color: rgba(255, 255, 255, 0.82);
}

.ain-zone-page .ain-checks li::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffaa17;
  box-shadow: 0 0 0 5px rgba(255, 170, 23, 0.16);
}

.ain-zone-page .ain-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
}

.ain-zone-page .ain-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ain-zone-page .ain-card {
  min-width: 0;
  min-height: 100%;
  padding: 26px;
  border: 1px solid rgba(20, 36, 43, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(20, 36, 43, 0.06);
}

.ain-zone-page .ain-section--dark .ain-card {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.ain-zone-page .ain-card__label {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #fff4df;
  color: #8a4a00;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.ain-zone-page .ain-card h3 {
  margin: 0 0 12px;
  color: #14242b;
  font-size: 25px;
  line-height: 1.1;
  text-transform: uppercase;
}

.ain-zone-page .ain-card p {
  color: #53636b;
  font-size: 16px;
  line-height: 1.68;
}

.ain-zone-page .ain-section--dark .ain-card p {
  color: rgba(255, 255, 255, 0.76);
}

.ain-zone-page .ain-card a:not(.ain-btn) {
  margin-top: 18px;
  color: #8a4a00;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.ain-zone-page .ain-project {
  overflow: hidden;
  padding: 0;
}

.ain-zone-page .ain-project img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.ain-zone-page .ain-project__body {
  padding: 24px;
}

.ain-zone-page .ain-timeline {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.ain-zone-page .ain-step {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.ain-zone-page .ain-step span {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #ffaa17;
  color: #14242b;
  font-family: "Rajdhani", Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.ain-zone-page .ain-step p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.65;
}

.ain-zone-page .ain-cta {
  padding: 84px 0;
  background: #ffaa17;
  color: #14242b;
}

.ain-zone-page .ain-cta__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
}

.ain-zone-page .ain-cta h2 {
  margin: 0;
  color: #14242b;
  font-size: 48px;
  line-height: 1.04;
  text-transform: uppercase;
}

.ain-zone-page .ain-cta p {
  max-width: 760px;
  margin-top: 18px;
  color: rgba(20, 36, 43, 0.82);
  font-size: 18px;
  line-height: 1.7;
}

.ain-zone-page .ain-faq details {
  border: 1px solid rgba(20, 36, 43, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(20, 36, 43, 0.05);
}

.ain-zone-page .ain-faq details + details {
  margin-top: 12px;
}

.ain-zone-page .ain-faq summary {
  cursor: pointer;
  padding: 22px 24px;
  color: #14242b;
  font-family: "Rajdhani", Arial, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.ain-zone-page .ain-faq details p {
  padding: 0 24px 24px;
  color: #53636b;
  font-size: 16px;
  line-height: 1.68;
}

.ain-zone-page .google-reviews-section .section-title,
.ain-zone-page .google-reviews-section .text-center {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.ain-zone-page .google-reviews-section .title-tag-two {
  display: inline-flex;
  justify-content: center;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.ain-zone-page .google-reviews-section .page-title,
.ain-zone-page #avis-chambery {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  text-wrap: balance;
}

.ain-zone-page .google-reviews-section .section-title p {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.ain-zone-page a:focus-visible,
.ain-zone-page button:focus-visible,
.ain-zone-page summary:focus-visible {
  outline: 3px solid #ffaa17;
  outline-offset: 3px;
}

@media (max-width: 991px) {
  .ain-zone-page .ain-hero {
    min-height: auto;
    padding: 190px 0 80px;
  }

  .ain-zone-page .ain-breadcrumb-wrap {
    top: 106px;
  }

  .ain-zone-page .ain-hero h1 {
    font-size: 50px;
  }

  .ain-zone-page .ain-hero__signals,
  .ain-zone-page .ain-grid,
  .ain-zone-page .ain-grid--four,
  .ain-zone-page .ain-layout,
  .ain-zone-page .ain-layout--reverse,
  .ain-zone-page .ain-cta__panel {
    grid-template-columns: 1fr;
  }

  .ain-zone-page .ain-section,
  .ain-zone-page .ain-cta {
    padding: 70px 0;
  }

  .ain-zone-page .ain-section h2,
  .ain-zone-page .ain-cta h2 {
    font-size: 38px;
  }

  .ain-zone-page .ain-cta__actions {
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .ain-zone-page .breadcrumb {
    padding: 10px 12px;
    font-size: 14px;
  }

  .ain-zone-page .ain-hero {
    padding: 172px 0 64px;
  }

  .ain-zone-page .ain-breadcrumb-wrap {
    top: 96px;
  }

  .ain-zone-page .ain-hero h1 {
    font-size: 34px;
    line-height: 1.06;
  }

  .ain-zone-page .ain-hero__lead,
  .ain-zone-page .ain-section__lead,
  .ain-zone-page .ain-cta p {
    font-size: 16px;
    line-height: 1.65;
  }

  .ain-zone-page .ain-hero__actions,
  .ain-zone-page .ain-cta__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .ain-zone-page .ain-btn {
    width: 100%;
  }

  .ain-zone-page .ain-signal,
  .ain-zone-page .ain-card {
    padding: 22px;
  }

  .ain-zone-page .ain-section h2,
  .ain-zone-page .ain-cta h2 {
    font-size: 31px;
    line-height: 1.08;
  }

  .ain-zone-page #pourquoi-chambery,
  .ain-zone-page #avis-chambery {
    max-width: 100%;
  }

  .ain-zone-page .ain-media img {
    min-height: 260px;
  }
}
