/* Home slider */
.home-slider {
  --home-slider-height: min(860px, 100vh);
  position: relative;
  height: var(--home-slider-height);
  overflow: hidden;
  background: #0d0d0f;
  color: #fff;
}

.home-slider__swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home-slider .swiper-wrapper {
  height: 100%;
}

.home-slider .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #0d0d0f;
}

/* Empêche la slide suivante d’apparaître sous l’image active */
.home-slider .swiper-container-fade .swiper-slide,
.home-slider.swiper-container-fade .swiper-slide,
.home-slider__swiper.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.home-slider .swiper-container-fade .swiper-slide-active,
.home-slider.swiper-container-fade .swiper-slide-active,
.home-slider__swiper.swiper-container-fade .swiper-slide-active,
.home-slider .swiper-container-fade .swiper-slide-active .home-slider__content,
.home-slider__swiper.swiper-container-fade .swiper-slide-active .home-slider__content {
  pointer-events: auto;
}

.home-slider .swiper-slide-active,
.home-slider .swiper-slide-duplicate-active {
  z-index: 2;
}

.home-slider__media,
.home-slider__overlay,
.home-slider__shapes {
  position: absolute;
  inset: 0;
}

.home-slider__media {
  background-repeat: no-repeat;
  background-size: cover;
}

.home-slider__media--1 {
  background-position: center 35%;
}

.home-slider__media--2 {
  background-position: center center;
}

.home-slider__media--3 {
  background-position: center 40%;
}

.home-slider__overlay {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(8, 8, 10, 0.42) 0%, rgba(8, 8, 10, 0.28) 42%, rgba(8, 8, 10, 0.62) 100%),
    linear-gradient(90deg, rgba(8, 8, 10, 0.28), transparent 40%, transparent 60%, rgba(8, 8, 10, 0.28));
}

.home-slider__shapes {
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.home-slider__shape {
  position: absolute;
  border-radius: 50%;
}

.home-slider__shape--1 {
  top: 22%;
  left: -120px;
  width: 260px;
  height: 260px;
  background: rgba(227, 6, 19, 0.28);
}

.home-slider__shape--2 {
  top: 48%;
  left: -90px;
  width: 180px;
  height: 180px;
  border: 2px solid rgba(255, 255, 255, 0.35);
}

.home-slider__shape--3 {
  top: -90px;
  right: -160px;
  width: 420px;
  height: 420px;
  border: 2px solid rgba(255, 255, 255, 0.28);
}

.home-slider__shape--4 {
  top: 18%;
  right: -180px;
  width: 460px;
  height: 460px;
  background: rgba(227, 6, 19, 0.18);
}

.home-slider__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 980px;
  min-height: inherit;
  margin-inline: auto;
  padding-block: calc(var(--aio-header-height) + 70px) 140px;
  text-align: center;
}

.home-slider__content p {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 10px 22px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.28);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-slider__content h1 {
  max-width: 16ch;
  margin-bottom: 28px;
  color: #fff;
  font-size: clamp(2.35rem, 5.2vw, 4.2rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

.home-slider__controls {
  position: absolute;
  right: 0;
  bottom: 34px;
  left: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.home-slider__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  cursor: pointer;
  transition: background var(--aio-transition), border-color var(--aio-transition);
}

.home-slider__nav:hover {
  border-color: #fff;
  background: var(--aio-red);
}

.home-slider__pagination {
  position: static;
  width: auto;
}

.home-slider__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.home-slider__pagination .swiper-pagination-bullet-active {
  background: var(--aio-red);
}

.home-cta__eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.expertise-strip {
  border-bottom: 1px solid var(--aio-border);
  background: #fff;
}

.expertise-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.expertise-strip__grid span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 74px;
  padding: 16px;
  border-right: 1px solid var(--aio-border);
  color: var(--aio-ink);
  font-size: 0.92rem;
  font-weight: 600;
  text-align: center;
}

.expertise-strip__grid span:first-child {
  border-left: 1px solid var(--aio-border);
}

.expertise-strip__grid i {
  color: var(--aio-red);
}

.home-about__grid,
.about-story__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(40px, 7vw, 90px);
}

.home-about__media,
.about-story__media {
  position: relative;
}

.home-about__media > img,
.about-story__media > img {
  width: 100%;
  height: auto;
  max-height: 620px;
  border-radius: var(--aio-radius);
  object-fit: contain;
  object-position: center top;
}

.home-about__metric {
  position: absolute;
  right: -24px;
  bottom: 28px;
  display: grid;
  width: 180px;
  padding: 20px;
  border-radius: var(--aio-radius);
  background: var(--aio-red);
  color: #fff;
  box-shadow: var(--aio-shadow);
}

.home-about__metric strong {
  font-size: 2.3rem;
  line-height: 1;
}

.home-about__metric span {
  margin-top: 7px;
  font-size: 0.86rem;
  line-height: 1.35;
}

.home-about__content h2,
.about-story__content h2 {
  margin-bottom: 22px;
}

.home-about__lead,
.about-story__lead {
  color: var(--aio-ink);
  font-size: 1.12rem;
  font-weight: 600;
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 28px;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--aio-ink-soft);
}

.check-list li::before {
  position: absolute;
  top: 0.15em;
  left: 0;
  color: var(--aio-red);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--aio-border);
  border-left: 1px solid var(--aio-border);
}

.service-card {
  position: relative;
  min-height: 310px;
  padding: 28px 25px;
  border-right: 1px solid var(--aio-border);
  border-bottom: 1px solid var(--aio-border);
  background: #fff;
  transition: background var(--aio-transition), transform var(--aio-transition);
}

.service-card:hover {
  z-index: 1;
  background: #fcfcfc;
  transform: translateY(-2px);
}

.service-card__number {
  position: absolute;
  top: 20px;
  right: 22px;
  color: #c8cdd4;
  font-size: 0.75rem;
  font-weight: 700;
}

.service-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 28px;
  border-radius: var(--aio-radius-sm);
  background: rgba(227, 6, 19, 0.08);
  color: var(--aio-red);
}

.service-card h3 {
  min-height: 2.3em;
  margin-bottom: 12px;
  font-size: 1.17rem;
}

.service-card p {
  margin-bottom: 22px;
  color: var(--aio-muted);
  font-size: 0.93rem;
}

.service-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  color: var(--aio-ink);
  font-size: 0.86rem;
  font-weight: 700;
}

.service-card a:hover {
  color: var(--aio-red);
}

.home-section-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}

.home-section-top .section-heading {
  margin-bottom: 36px;
}

.aio-section--dark .section-heading__text {
  color: rgba(255, 255, 255, 0.67);
}

.home-section-top .aio-slider-controls {
  margin-bottom: 38px;
}

.home-expertise {
  position: relative;
  overflow: hidden;
  padding-block: var(--aio-section-space);
  background: #0a0a0c;
  color: rgba(255, 255, 255, 0.88);
}

.home-expertise > .container {
  position: relative;
  z-index: 1;
}

.home-expertise__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.95fr);
  gap: clamp(36px, 6vw, 80px);
  align-items: center;
}

.home-expertise__content .aio-eyebrow {
  color: #ff6b73;
}

.home-expertise__content h2 {
  margin-bottom: 28px;
  color: #fff;
  font-size: clamp(1.45rem, 2.6vw, 2.05rem);
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.home-expertise__signature {
  display: block;
  width: min(460px, 100%);
  max-width: 100%;
  height: auto;
  margin: 8px 0 0;
  object-fit: contain;
  object-position: left center;
}

.home-expertise__progress {
  display: grid;
  gap: 22px;
}

.home-expertise__item h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.02rem;
  font-weight: 700;
}

.home-expertise__bar {
  position: relative;
  width: 100%;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.home-expertise__bar span {
  display: block;
  width: var(--progress, 90%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--aio-red-dark), var(--aio-red));
  box-shadow: 0 0 16px rgba(227, 6, 19, 0.45);
}

.home-banner-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(320px, 42vw, 460px);
  overflow: hidden;
  color: #fff;
  text-align: center;
}

.home-banner-cta__media,
.home-banner-cta__overlay {
  position: absolute;
  inset: 0;
}

.home-banner-cta__media {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-banner-cta__overlay {
  background:
    linear-gradient(180deg, rgba(10, 10, 12, 0.55), rgba(10, 10, 12, 0.72)),
    rgba(120, 0, 11, 0.28);
}

.home-banner-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 860px;
  padding-block: clamp(3rem, 6vw, 4.5rem);
}

.home-banner-cta__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.home-banner-cta h2 {
  margin-bottom: 26px;
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  line-height: 1.15;
}

.home-offers {
  position: relative;
  overflow: hidden;
}

.home-offers > .container {
  position: relative;
  z-index: 1;
}

.home-offers__slider .swiper-slide {
  height: auto;
}

.home-offers__footer {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.home-offers .aio-btn--secondary {
  border-color: rgba(255, 255, 255, 0.26);
  background: transparent;
  color: #fff;
}

.home-offers .aio-btn--secondary:hover {
  border-color: #fff;
  background: #fff;
  color: var(--aio-ink);
}

.offer-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--aio-border);
  border-radius: var(--aio-radius);
  background: #fff;
  box-shadow: var(--aio-shadow-sm);
}

.offer-card__media {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #f4f4f4;
}

.offer-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  transition: none;
}

.offer-card:hover .offer-card__media img {
  transform: none;
}

.home-offers .offer-card__media {
  aspect-ratio: 3 / 4;
  background: #fff;
}

.home-offers .offer-card__media img {
  object-fit: contain;
  object-position: center center;
}

.offer-card__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #9aa1aa;
  font-size: 2rem;
}

.offer-card__status {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 6px 10px;
  border-radius: 3px;
  background: #fff;
  color: var(--aio-ink);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.offer-card__status--closed {
  background: var(--aio-red-deep);
  color: #fff;
}

.offer-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.offer-card__category {
  margin-bottom: 8px;
  color: var(--aio-red);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.offer-card h3 {
  margin-bottom: 13px;
  font-size: 1.22rem;
}

.offer-card h3 a {
  display: flex;
  align-items: center;
  min-height: 44px;
  color: var(--aio-ink);
}

.offer-card h3 a:hover {
  color: var(--aio-red);
}

.offer-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-bottom: 14px;
  color: var(--aio-muted);
  font-size: 0.82rem;
}

.offer-card__meta i {
  margin-right: 4px;
  color: var(--aio-red);
}

.offer-card__body > p {
  display: -webkit-box;
  margin-bottom: 18px;
  overflow: hidden;
  color: var(--aio-muted);
  font-size: 0.91rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.offer-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  margin-top: auto;
  color: var(--aio-ink);
  font-size: 0.87rem;
  font-weight: 700;
}

.offer-card__link:hover {
  color: var(--aio-red);
}

.offer-card--closed {
  opacity: 0.76;
}

.empty-state {
  padding: 48px 24px;
  border: 1px dashed var(--aio-border);
  border-radius: var(--aio-radius);
  text-align: center;
}

.empty-state > i {
  margin-bottom: 16px;
  color: var(--aio-red);
  font-size: 2rem;
}

.empty-state h3 {
  margin-bottom: 8px;
}

.empty-state p {
  margin: 0 auto 20px;
  color: var(--aio-muted);
}

.empty-state--dark {
  border-color: rgba(255, 255, 255, 0.2);
}

.empty-state--dark h3 {
  color: #fff;
}

.empty-state--dark p {
  color: rgba(255, 255, 255, 0.65);
}

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

.project-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--aio-radius);
  background: var(--aio-red-deep);
}

.project-card__media {
  aspect-ratio: 4 / 3;
}

.project-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
  transition: transform 350ms ease, opacity 350ms ease;
}

.project-card:hover img {
  opacity: 0.58;
  transform: scale(1.025);
}

.project-card__body {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 48px 24px 22px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.88));
}

.project-card__body span {
  color: #ff9da2;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.project-card__body h3 {
  margin: 5px 0 0;
  color: #fff;
}

.partners {
  overflow: hidden;
}

.partner-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 112px;
  padding: 18px;
  border: 1px solid var(--aio-border);
  border-radius: var(--aio-radius-sm);
  background: #fff;
}

.partner-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.72;
  transition: filter var(--aio-transition), opacity var(--aio-transition);
}

.partner-logo:hover img {
  filter: grayscale(0);
  opacity: 1;
}

/* Team */
.team-section {
  background: var(--aio-surface-alt);
}

.team-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.team-grid--compact {
  max-width: 640px;
  margin-inline: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.team-grid--1 {
  width: min(100%, 300px);
  margin-inline: auto;
  grid-template-columns: minmax(0, 1fr);
}

.team-grid--2 {
  width: min(100%, 640px);
  margin-inline: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.team-grid--3 {
  width: min(100%, 960px);
  margin-inline: auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.team-grid--4 {
  width: 100%;
  margin-inline: auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.team-group__rows {
  display: grid;
  gap: 22px;
}

.team-card {
  overflow: hidden;
  border: 1px solid var(--aio-border);
  border-radius: var(--aio-radius);
  background: #fff;
}

.team-card__media {
  aspect-ratio: 4 / 4.6;
  overflow: hidden;
  background: #e8eaed;
}

.team-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 300ms ease;
}

.team-card:hover .team-card__media img {
  transform: scale(1.02);
}

.team-card__body {
  padding: 19px;
}

.team-card__body h3 {
  margin-bottom: 5px;
  font-size: 1.02rem;
  letter-spacing: 0;
}

.team-card__role {
  min-height: 2.6em;
  margin-bottom: 9px;
  color: var(--aio-red);
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.35;
}

.team-card__expertise {
  margin: 0;
  color: var(--aio-muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.team-card--president {
  border-top: 3px solid var(--aio-red);
}

.team-leadership,
.team-group {
  margin-top: 42px;
}

.team-leadership {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team-leadership .team-group__label {
  width: 100%;
  text-align: center;
}

.team-group__label {
  display: block;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--aio-border);
  color: var(--aio-ink);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
}

.team-section__footer {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.team-one--home {
  background: #fff;
}

.home-cta {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  min-height: clamp(360px, 42vw, 480px);
  overflow: hidden;
  color: rgba(255, 255, 255, 0.9);
}

.home-cta__media,
.home-cta__wash,
.home-cta__motif {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.home-cta__media {
  z-index: 0;
  background-position: center 40%;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.03);
}

.home-cta__wash {
  z-index: 1;
  background:
    linear-gradient(
      105deg,
      rgba(88, 4, 10, 0.96) 0%,
      rgba(120, 0, 11, 0.9) 34%,
      rgba(120, 0, 11, 0.55) 58%,
      rgba(20, 8, 10, 0.28) 78%,
      rgba(20, 8, 10, 0.18) 100%
    );
}

.home-cta__motif {
  z-index: 1;
  background:
    radial-gradient(circle at 18% 50%, rgba(255, 255, 255, 0.14) 0 1px, transparent 2px) 0 0 / 28px 28px,
    radial-gradient(ellipse 70% 90% at 12% 50%, rgba(255, 255, 255, 0.08), transparent 62%);
  opacity: 0.55;
  mix-blend-mode: soft-light;
}

.home-cta__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
  padding-block: clamp(3.25rem, 6vw, 5rem);
}

.home-cta__copy {
  max-width: 560px;
}

.home-cta h2 {
  margin-bottom: 14px;
  color: #fff;
  font-size: clamp(1.75rem, 3.4vw, 2.55rem);
  line-height: 1.15;
  text-wrap: balance;
}

.home-cta p {
  margin: 0 0 28px;
  max-width: 40ch;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.02rem;
  line-height: 1.55;
}

.home-cta .aio-btn--light {
  border-color: #fff;
  background: #fff;
  color: var(--aio-red-deep);
}

.home-cta .aio-btn--light:hover {
  border-color: #fff;
  background: transparent;
  color: #fff;
}

/* CTA À propos : topo pâle pour lisibilité */
.home-cta--topo {
  min-height: clamp(260px, 30vw, 340px);
  background: #141414;
}

.home-cta--topo > .aio-motif--topo {
  z-index: 0;
  opacity: 0.26;
  mix-blend-mode: soft-light;
  filter: blur(2.2px) brightness(0.8) contrast(0.9);
  transform: scale(1.08);
}

.home-cta__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(16, 16, 18, 0.52), rgba(16, 16, 18, 0.68));
}

.home-cta--topo .home-cta__inner {
  z-index: 2;
  justify-content: space-between;
  gap: clamp(28px, 5vw, 56px);
}

.home-cta--topo .home-cta__copy {
  max-width: 640px;
}

.home-cta--topo .home-cta__copy p {
  margin-bottom: 0;
}

.home-cta--topo .aio-btn {
  flex: 0 0 auto;
  align-self: center;
}

/* About */
.about-story__media::after {
  position: absolute;
  right: -14px;
  bottom: -14px;
  z-index: -1;
  width: 55%;
  height: 55%;
  border-radius: var(--aio-radius);
  background: var(--aio-red);
  content: "";
}

.about-intro__header {
  max-width: 760px;
  margin: 0 auto clamp(2.5rem, 5vw, 3.5rem);
  text-align: center;
}

.about-intro__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 8px 16px;
  border: 1px solid rgba(227, 6, 19, 0.18);
  border-radius: 999px;
  color: var(--aio-red);
  font-size: 0.82rem;
  font-weight: 700;
}

.about-intro__badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--aio-red);
}

.about-intro__header h2 {
  margin-bottom: 14px;
}

.about-intro__header h2 span {
  color: var(--aio-red);
}

.about-intro__header p {
  margin: 0;
  color: var(--aio-muted);
  font-size: 1.05rem;
}

.about-intro__card {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  padding: 16px 18px;
  border: 1px solid var(--aio-border);
  border-radius: var(--aio-radius);
  background: #fff;
}

.about-intro__card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: var(--aio-radius-sm);
  background: rgba(227, 6, 19, 0.08);
  color: var(--aio-red);
}

.about-intro__card h3 {
  margin: 0 0 2px;
  font-size: 1.1rem;
}

.about-intro__card p {
  margin: 0;
  color: var(--aio-muted);
  font-size: 0.9rem;
}

.about-intro__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  margin: 24px 0 28px;
  padding: 0;
  list-style: none;
}

.about-intro__features li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--aio-ink-soft);
  font-weight: 600;
}

.about-intro__features i {
  color: var(--aio-red);
}

.stat-card__title {
  margin: 10px 0 6px;
  color: var(--aio-ink);
  font-size: 1.1rem;
}

.about-purpose {
  background: #fff;
}

.about-video__frame {
  position: relative;
  overflow: hidden;
  border-radius: var(--aio-radius-lg);
}

.about-video__frame img {
  display: block;
  width: 100%;
  height: clamp(280px, 48vw, 520px);
  object-fit: cover;
}

.about-video__caption {
  position: absolute;
  left: 28px;
  bottom: 28px;
  z-index: 1;
  color: #fff;
  font-size: clamp(1.2rem, 2.5vw, 1.7rem);
  font-weight: 700;
  line-height: 1.25;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.about-video__caption p {
  margin: 0;
  color: #fff;
}

.about-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: var(--aio-red);
  color: #fff;
  font-size: 1.15rem;
  transform: translate(-50%, -50%);
  box-shadow: 0 12px 30px rgba(120, 0, 11, 0.35);
}

.about-video__play:hover {
  background: var(--aio-red-dark);
  color: #fff;
}

.about-method__target-label {
  display: block;
  margin: 18px 0 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
}

.about-method__values {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  align-self: center;
}

.about-method__values li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 64px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--aio-radius);
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.2;
}

.about-method__values li span {
  display: block;
  line-height: 1.2;
}

.about-method__values i {
  flex: 0 0 auto;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1;
}

.about-advantages__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.about-advantages__grid .aio-card:nth-child(4),
.about-advantages__grid .aio-card:nth-child(5) {
  grid-column: span 1;
}

@media (min-width: 992px) {
  .about-advantages__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .about-advantages__grid .aio-card:nth-child(-n + 3) {
    grid-column: span 2;
  }

  .about-advantages__grid .aio-card:nth-child(n + 4) {
    grid-column: span 3;
  }
}

.about-purpose__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(36px, 6vw, 72px);
  align-items: start;
}

.about-purpose__mission h2 {
  margin-bottom: 22px;
}

.about-purpose__panel {
  position: relative;
  padding: 28px 28px 28px 34px;
  border-left: 4px solid var(--aio-red);
  background: #fff;
  box-shadow: var(--aio-shadow-sm);
}

.about-purpose__panel-mark {
  display: block;
  width: 14px;
  height: 14px;
  margin-bottom: 16px;
  background: var(--aio-red);
}

.about-purpose__panel p:last-child {
  margin-bottom: 0;
}

.about-purpose__media {
  overflow: hidden;
  margin-bottom: 22px;
  border-radius: var(--aio-radius);
}

.about-purpose__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 20%;
}

.about-purpose__vision-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-bottom: 16px;
  padding: 8px 22px;
  border-radius: 999px;
  background: var(--aio-red);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-purpose__vision > p {
  margin: 0;
  max-width: 46ch;
  color: var(--aio-ink-soft);
}

.purpose-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid var(--aio-border);
  border-radius: var(--aio-radius);
  background: #fff;
}

.purpose-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: var(--aio-radius-sm);
  background: rgba(227, 6, 19, 0.08);
  color: var(--aio-red);
}

.purpose-card__label {
  display: block;
  margin-bottom: 8px;
  color: var(--aio-red);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.purpose-card p:last-child {
  margin-bottom: 0;
}

.purpose-card--dark {
  border-color: var(--aio-red-dark);
  background: linear-gradient(145deg, var(--aio-red-deep), var(--aio-red-dark));
  color: rgba(255, 255, 255, 0.78);
}

.purpose-card--dark h3 {
  color: #fff;
}

.purpose-card--dark .purpose-card__icon {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.about-method__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: clamp(40px, 7vw, 90px);
}

.about-method__grid > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.about-method__grid h2 {
  margin: 0 0 4px;
  color: #fff;
  line-height: 1.2;
}

.about-method__grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.6;
}

.about-method .aio-eyebrow {
  margin-bottom: 14px;
  color: #fff;
}

.method-steps {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.method-steps li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.method-steps li:first-child {
  padding-top: 0;
}

.method-steps > li > span {
  color: #ff6b73;
  font-size: 0.82rem;
  font-weight: 700;
}

.method-steps strong {
  display: block;
  color: #fff;
  font-size: 1.05rem;
}

.method-steps p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.92rem;
}

/* Contact */
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: clamp(40px, 7vw, 80px);
}

.contact-form-card {
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid var(--aio-border);
  border-radius: var(--aio-radius);
  background: #fff;
  box-shadow: var(--aio-shadow-sm);
}

.contact-form-card h2,
.contact-details h2 {
  margin-bottom: 12px;
}

.contact-details__intro {
  color: var(--aio-muted);
}

.contact-direct {
  display: grid;
  gap: 13px;
  margin: 28px 0;
}

.contact-direct a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  color: var(--aio-ink-soft);
  font-weight: 600;
}

.contact-direct i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(227, 6, 19, 0.08);
  color: var(--aio-red);
}

.contact-offices .office-list {
  grid-template-columns: 1fr;
}

.contact-offices .office-card {
  padding: 18px;
}

.contact-social {
  margin-top: 28px;
}

.contact-social h3 {
  margin-bottom: 12px;
  font-size: 1rem;
}

.contact-social__links {
  display: flex;
  gap: 8px;
}

.contact-social__links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--aio-border);
  border-radius: 50%;
  color: var(--aio-ink);
}

.contact-social__links a:hover {
  border-color: var(--aio-red);
  background: var(--aio-red);
  color: #fff;
}

/* Offers listing */
.offers-search {
  max-width: 720px;
  margin: 0 auto 42px;
}

.offers-search label {
  display: block;
  margin-bottom: 8px;
  color: var(--aio-ink);
  font-size: 0.9rem;
  font-weight: 600;
}

.offers-search__field {
  position: relative;
}

.offers-search__field i {
  position: absolute;
  top: 50%;
  left: 17px;
  color: var(--aio-muted);
  transform: translateY(-50%);
}

.offers-search__field input {
  width: 100%;
  min-height: 54px;
  padding: 12px 16px 12px 48px;
  border: 1px solid #cfd4dc;
  border-radius: var(--aio-radius-sm);
  background: #fff;
  color: var(--aio-ink);
  outline: none;
}

.offers-search__field input:focus {
  border-color: var(--aio-red);
  box-shadow: 0 0 0 3px rgba(227, 6, 19, 0.1);
}

.offers-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
}

.offers-toolbar__count {
  margin: 0;
  color: var(--aio-muted);
}

.offers-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.offers-filter {
  min-height: 44px;
  padding: 8px 14px;
  border: 1px solid var(--aio-border);
  border-radius: var(--aio-radius-sm);
  background: #fff;
  color: var(--aio-ink-soft);
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
}

.offers-filter:hover,
.offers-filter.is-active {
  border-color: var(--aio-red-dark);
  background: var(--aio-red-dark);
  color: #fff;
}

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

.offers-grid > [hidden] {
  display: none;
}

.offers-spontaneous {
  margin-top: 48px;
  padding: 30px;
  border-radius: var(--aio-radius);
  background: var(--aio-surface-alt);
}

.offers-spontaneous h2 {
  margin-bottom: 8px;
  font-size: 1.5rem;
}

.offers-spontaneous p {
  margin-bottom: 18px;
  color: var(--aio-muted);
}

/* Offer detail */
.offer-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: start;
  gap: clamp(32px, 6vw, 70px);
}

.offer-detail__main {
  min-width: 0;
}

.offer-detail__cover {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
  border: 1px solid var(--aio-border);
  border-radius: var(--aio-radius);
  background: var(--aio-surface-alt);
  cursor: zoom-in;
}

.offer-detail__cover img {
  width: 100%;
  max-height: 620px;
  object-fit: contain;
}

.offer-detail__content {
  color: var(--aio-ink-soft);
}

.offer-detail__content h2,
.offer-detail__content h3,
.offer-detail__content h4 {
  margin-top: 1.6em;
}

.offer-detail__content ul,
.offer-detail__content ol {
  padding-left: 1.25rem;
}

.offer-detail__description {
  white-space: normal;
}

.offer-detail__description a {
  text-decoration: underline;
  overflow-wrap: anywhere;
}

.offer-detail__content ul.offer-requirements {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.offer-requirements li {
  position: relative;
  padding: 12px 14px 12px 40px;
  border: 1px solid var(--aio-border);
  border-radius: var(--aio-radius-sm);
}

.offer-requirements li::before {
  position: absolute;
  top: 12px;
  left: 14px;
  color: var(--aio-red);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
}

.offer-detail__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  margin-top: 38px;
  color: var(--aio-ink);
  font-weight: 700;
}

.offer-detail__sidebar {
  position: sticky;
  top: calc(var(--aio-header-height) + 24px);
  padding: 26px;
  border: 1px solid var(--aio-border);
  border-radius: var(--aio-radius);
  background: #fff;
  box-shadow: var(--aio-shadow-sm);
}

.offer-detail__sidebar h2 {
  font-size: 1.3rem;
}

.offer-detail__facts {
  display: grid;
  gap: 12px;
  margin: 22px 0;
}

.offer-detail__fact {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 8px;
  font-size: 0.91rem;
}

.offer-detail__fact i {
  margin-top: 5px;
  color: var(--aio-red);
}

.offer-detail__sidebar .aio-btn {
  width: 100%;
}

.offer-detail__sidebar .aio-btn:disabled {
  border-color: #8b9098;
  background: #8b9098;
  cursor: not-allowed;
}

.offer-detail__privacy {
  margin: 12px 0 0;
  color: var(--aio-muted);
  font-size: 0.78rem;
  text-align: center;
}

.offer-detail__closed {
  margin-top: 20px;
  margin-bottom: 26px;
}

/* Services */
.service-page {
  background: #fff;
}

.service-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  align-items: start;
  gap: clamp(36px, 6vw, 70px);
}

.service-sidebar {
  position: sticky;
  top: calc(var(--aio-header-height) + 24px);
}

.service-sidebar__nav {
  display: grid;
  margin-bottom: 22px;
  border: 1px solid var(--aio-border);
  border-radius: var(--aio-radius);
  overflow: hidden;
}

.service-sidebar__nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 10px 14px;
  border-bottom: 1px solid var(--aio-border);
  color: var(--aio-ink-soft);
  font-size: 0.88rem;
  font-weight: 600;
}

.service-sidebar__nav a:last-child {
  border-bottom: 0;
}

.service-sidebar__nav a:hover,
.service-sidebar__nav a.is-active {
  background: var(--aio-red-dark);
  color: #fff;
}

.service-sidebar__contact {
  padding: 22px;
  border-radius: var(--aio-radius);
  background: var(--aio-surface-alt);
}

.service-sidebar__contact h2 {
  font-size: 1.18rem;
}

.service-sidebar__contact p {
  color: var(--aio-muted);
  font-size: 0.9rem;
}

.service-sidebar__contact a:not(.aio-btn) {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  margin-bottom: 14px;
  color: var(--aio-ink);
  font-weight: 600;
}

.service-content__hero-image {
  width: 100%;
  height: clamp(300px, 38vw, 460px);
  margin-bottom: 32px;
  border-radius: var(--aio-radius);
  object-fit: cover;
}

.service-content__lead {
  color: var(--aio-ink);
  font-size: 1.16rem;
  font-weight: 600;
}

.service-content__section {
  margin-top: 42px;
}

.service-content__section h2 {
  margin-bottom: 18px;
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.service-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.service-feature-list li {
  position: relative;
  min-height: 52px;
  padding: 14px 14px 14px 42px;
  border: 1px solid var(--aio-border);
  border-radius: var(--aio-radius-sm);
  color: var(--aio-ink-soft);
  line-height: 1.45;
}

.service-feature-list li::before {
  position: absolute;
  top: 15px;
  left: 15px;
  color: var(--aio-red);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
}

.service-process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.service-process article {
  padding: 22px;
  border-top: 3px solid var(--aio-red);
  background: var(--aio-surface-alt);
}

.service-process span {
  color: var(--aio-red);
  font-size: 0.75rem;
  font-weight: 700;
}

.service-process h3 {
  margin: 8px 0;
  font-size: 1.05rem;
}

.service-process p {
  margin: 0;
  color: var(--aio-muted);
  font-size: 0.9rem;
}

.service-faq {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.service-faq details {
  border: 1px solid var(--aio-border);
  border-radius: var(--aio-radius-sm);
  background: #fff;
}

.service-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 13px 16px;
  color: var(--aio-ink);
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

.service-faq summary::-webkit-details-marker {
  display: none;
}

.service-faq summary::after {
  color: var(--aio-red);
  content: "+";
}

.service-faq details[open] summary::after {
  content: "−";
}

.service-faq details p {
  margin: 0;
  padding: 0 16px 16px;
  color: var(--aio-muted);
}

.service-content__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 48px;
  padding: 30px;
  border-radius: var(--aio-radius);
  background: linear-gradient(125deg, var(--aio-red-deep), var(--aio-red-dark) 70%, var(--aio-red));
  color: rgba(255, 255, 255, 0.78);
}

.service-content__cta > div {
  max-width: 560px;
}

.service-content__cta .aio-eyebrow {
  color: #ff6b73;
}

.service-content__cta h2 {
  margin-bottom: 8px;
  color: #fff;
  font-size: 1.5rem;
}

.service-content__cta p {
  margin: 0;
}

.service-content__cta .aio-btn {
  flex: 0 0 auto;
}

/* Error */
.error-page {
  display: flex;
  align-items: center;
  min-height: 65vh;
  padding-block: var(--aio-section-space);
  background: var(--aio-surface-alt);
}

.error-page__inner {
  max-width: 720px;
  text-align: center;
}

.error-page__code {
  display: block;
  margin-bottom: 10px;
  color: var(--aio-red);
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 700;
  line-height: 1;
}

.error-page h1 {
  font-size: clamp(2rem, 5vw, 3.4rem);
}

.error-page p {
  max-width: 560px;
  margin: 0 auto 26px;
  color: var(--aio-muted);
  font-size: 1.05rem;
}

.error-page__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
