/* ===========================================================
   SERVICE PAGE STYLES
   Reusable across all service pages (cosmetic, restorative, etc.)
   =========================================================== */

/* ── Global override ──────────────────────────────────────── */
.cta-text {
  font-family: inherit;
  font-size: clamp(42px, 6vw, 72px) !important;
  font-weight: 800 !important;
  color: var(--theme-dark) !important;
  line-height: 1.05 !important;
  margin: 0 0 24px !important;
}
.cta-text em {
  font-style: normal;
  color: var(--theme-main) !important;
}
.ac-center { text-align: center !important; }
.ac-left   { text-align: left !important; }

/* ── Shared ───────────────────────────────────────────────── */

.ac-sp-section-title {
  font-family: inherit;
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 800;
  color: var(--theme-dark, #001c33);
  line-height: 1.15;
  margin: 0 0 20px;
}
.ac-sp-section-title em {
  font-style: normal;
  color: var(--theme-main, #2d96eb);
}

/* ── HERO ─────────────────────────────────────────────────── */

.ac-sp-hero {
  background: radial-gradient(ellipse at 75% 75%, #d9e9f2 0%, #fff 35%, #fff 100%);
  padding: 200px 0 0;
  overflow: hidden;
}
.ac-sp-hero__inner {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  gap: 0;
  padding: 0 60px;
}
.ac-sp-hero__text {
  flex: 0 0 50%;
  padding-bottom: 80px;
  padding-right: 40px;
}
.ac-sp-hero__eyebrow {
  display: inline-block;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--theme-main);
  margin-bottom: 16px;
  background: rgba(45, 150, 235, 0.08);
  padding: 8px 18px;
  border-radius: 99px;
}
.ac-sp-hero__title {
  font-family: inherit;
  font-size: clamp(28px, 5.5vw, 50px);
  font-weight: 800;
  color: var(--theme-dark);
  line-height: 1.05;
  margin: 0 0 24px;
	max-width: 600px;
}
.ac-sp-hero__title em {
  font-style: normal;
  color: var(--theme-main);
}
.ac-sp-hero__desc {
  font-family: inherit;
  font-size: 18px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 36px;
	max-width: 600px;
}
.ac-sp-hero__image,
.ac-sp-hero__slider {
  flex: 0 0 50%;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.ac-sp-hero__slider {
  overflow: hidden;
}
.ac-sp-hero__image img {
  object-fit: contain;
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 600px;
  margin-bottom: -5px;
  height: auto;
  object-fit: contain;
  border-radius: 32px 32px 0 0;
}

@media (max-width: 980px) {
  .ac-sp-hero {
	padding: 175px 0 0;
	background:radial-gradient(ellipse at 50% 25%, #d9e9f2 0%, #fff 35%, #fff 100%)
  }
  .ac-sp-hero__inner {
    padding: 0 30px;
    align-items: center;
    text-align: center;
	  flex-direction: column-reverse !important;
  }
  .ac-sp-hero__text { flex: none; width: 100%; padding-bottom: 40px; padding-right: 0; }
  .ac-sp-hero__desc { margin-left: auto; margin-right: auto; }
	.ac-sp-hero__eyebrow { font-size: 10px;margin-bottom: 20px; }
  .ac-sp-hero__image { flex: none; width: 100%; max-width: 420px;  }
	.ac-sp-hero__image img { max-height: 350px;  }
  .ac-sp-hero .btn-row-container { justify-content: center !important; }
  .ac-sp-service__content .ac-sp-hero__eyebrow,
  .ac-sp-service__content .ac-sp-section-title,
  .ac-sp-service__content p {
    text-align: center;
		display: block;
	          width: 90%;
        justify-self: center;
  }
	.ac-sp-hero__inner .ac-sp-hero__image img {
  
-webkit-mask-image: linear-gradient(
    to bottom,
    black 0%,
    black 12%,
    black 70%,
    transparent 95%
  );
  mask-image: linear-gradient(
    to bottom,
    black 0%,
    black 12%,
    black 70%,
    transparent 95%
  );

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

}


@media (max-width: 980px) {
  .ac-sp-hero__inner {
  flex-direction: column-reverse !important;
}

}


/* ── WHY CHOOSE US ────────────────────────────────────────── */

.ac-sp-why {
  background: var(--theme-white, #f1f0ef);
  padding: 100px 60px;
}
.ac-sp-why__inner {
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ac-sp-why__inner .ac-sp-section-title {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.ac-sp-why__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 60px;
}
.ac-sp-why__card {
  background: #fff;
  border-radius: 24px;
  padding: 48px 36px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ac-sp-why__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}
.ac-sp-why__icon {
  width: 72px;
  height: 72px;
  background: rgba(45, 150, 235, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  color: var(--theme-main);
}
.ac-sp-why__label {
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--theme-main);
  display: block;
  margin-bottom: 8px;
}
.ac-sp-why__card h3,
.ac-sp-why__card-heading {
  font-family: inherit;
  font-size: 22px;
  color: var(--theme-dark);
  margin: 0 0 12px;
  font-weight: 700;
}
.ac-sp-why__card p {
  font-family: inherit;
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}

/* 2-column variant */
.ac-sp-why__grid--2 { grid-template-columns: repeat(2, 1fr); }

/* 3-column variant (same as default, explicit class) */
.ac-sp-why__grid--3 { grid-template-columns: repeat(3, 1fr); }

/* 4-column variant — tighter text for narrower cards */
.ac-sp-why__grid--4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.ac-sp-why__grid--4 .ac-sp-why__card {
  padding: 36px 28px;
}
.ac-sp-why__grid--4 .ac-sp-why__icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}
.ac-sp-why__grid--4 .ac-sp-why__icon i {
  font-size: 22px !important;
}
.ac-sp-why__grid--4 .ac-sp-why__label {
  font-size: 11px;
}
.ac-sp-why__grid--4 h3,
.ac-sp-why__grid--4 .ac-sp-why__card-heading {
  font-size: 19px;
  margin-bottom: 10px;
}
.ac-sp-why__grid--4 p {
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 1200px) {
  .ac-sp-why__grid--4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 980px) {
  .ac-sp-why { padding: 60px 30px; }
  .ac-sp-why__grid,
  .ac-sp-why__grid--2,
  .ac-sp-why__grid--3,
  .ac-sp-why__grid--4 { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; }
}

/* ── SERVICE SECTIONS (alternating) ───────────────────────── */

.ac-sp-service {
  background: #fff;
  padding: 100px 60px;
  overflow: hidden;
}
.ac-sp-service--tinted {
  background: var(--theme-white, #f1f0ef);
}
.ac-sp-service__inner {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 80px;
}
.ac-sp-service--right .ac-sp-service__inner {
  flex-direction: row;
}
.ac-sp-service--left .ac-sp-service__inner {
  flex-direction: row;
}
.ac-sp-service__inner.center {
	text-align: center;
	max-width: 1080px;
	margin:auto;
}
.ac-sp-service__content {
  flex: 1;
}
.ac-sp-service__subtitle {
  font-family: inherit;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0 0 16px;
}
.ac-sp-service__content p {
  font-family: inherit;
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.5;
  color: #555;
  margin: 0 0 20px;
}
.ac-sp-service__media {
  flex: 0 0 44%;
}
.ac-sp-service__img-wrap {
  min-height: 600px;
  width: 100% !important;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.ac-sp-service__img-wrap img {
  position: absolute;
  inset: 0;
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  object-position: center;
}
.ac-sp-service__img-wrap .video-trigger {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  font-size: 3rem;
  background: rgba(255, 255, 255, 0.2);
  padding: 1rem;
  color: white;
  width: 5rem;
  text-align: center;
  border-radius: 50%;
  transition: transform 0.3s ease;
}
.ac-sp-service__img-wrap .video-trigger:hover {
  transform: translate(-50%, -50%) scale(1.2);
}

/* Checklist */
.ac-sp-checklist {
  background: rgba(45, 150, 235, 0.04);
  border-left: 3px solid var(--theme-main);
  border-radius: 0 16px 16px 0;
  padding: 10px 14px;
  margin: 24px 0 32px;
}
.ac-sp-checklist__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0;
  font-family: inherit;
  font-size: 16px;
  color: #333;
  line-height: 1.3;
}
.ac-sp-checklist__item + .ac-sp-checklist__item {
  border-top: 1px solid rgba(45, 150, 235, 0.1);
}
.ac-sp-checklist__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: var(--theme-main);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  margin-top: 1px;
}
.ac-sp-checklist.white { border-color: white !important; }
.ac-sp-checklist.white .ac-sp-checklist__item { color: white !important; }

@media (max-width: 980px) {
  .ac-sp-service { padding: 60px 30px; }
  .ac-sp-service__inner { flex-direction: column !important; gap: 40px; }
  .ac-sp-service--right .ac-sp-service__inner { flex-direction: column-reverse !important; }
  .ac-sp-service__media { flex: none; width: 100%; max-width: 520px; margin: 0 auto; }
  .ac-sp-service__img-wrap { min-height: 300px; }
}

/* ── INSURANCE CALLOUT ────────────────────────────────────── */

.ac-sp-insurance {
  background: #fff;
  padding: 40px 60px;
}
.ac-sp-insurance__inner {
  max-width: 900px;
  margin: 0 auto;
  background: var(--theme-white, #f1f0ef);
  border-radius: 24px;
  padding: 40px 48px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.ac-sp-insurance__icon {
  flex-shrink: 0;
}
.ac-sp-insurance__text {
  flex: 1;
}
.ac-sp-insurance__text h3 {
  font-family: inherit;
  font-size: 20px;
  color: var(--theme-dark);
  margin: 0 0 6px;
  font-weight: 700;
}
.ac-sp-insurance__text p {
  font-family: inherit;
  font-size: 15px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}
.ac-sp-insurance__inner > .btn {
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .ac-sp-insurance { padding: 30px; }
  .ac-sp-insurance__inner { flex-direction: column; text-align: center; padding: 32px 24px; }
}

/* ── EXPLORE GRID ─────────────────────────────────────────── */

.ac-sp-explore {
  background: #fff;
  padding: 100px 60px;
}
.ac-sp-explore__inner {
  max-width: 1600px;
  margin: 0 auto;
}
.ac-sp-explore__slider-wrap {
  position: relative;
  margin-top: 50px;
}
.ac-sp-explore__grid {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 4px;
}
.ac-sp-explore__grid::-webkit-scrollbar { display: none; }
.ac-sp-explore__card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4/3;
  display: block;
  text-decoration: none;
  flex: 0 0 calc(33.333% - 14px);
  scroll-snap-align: start;
}
.ac-sp-explore__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: var(--theme-dark);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s ease, opacity 0.25s ease;
  box-shadow: 0 4px 16px rgba(0,0,0,0.18);
  opacity: 0.9;
}
.ac-sp-explore__arrow:hover {
  background: var(--theme-main);
  opacity: 1;
}
.ac-sp-explore__arrow--prev { left: -24px; }
.ac-sp-explore__arrow--next { right: -24px; }
.ac-sp-explore__arrow[disabled] {
  opacity: 0.25;
  pointer-events: none;
}
.ac-sp-explore__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.ac-sp-explore__card:hover img {
  transform: scale(1.06);
}
.ac-sp-explore__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,28,51,0.7) 0%, transparent 60%);
  display: flex;
  align-items: flex-end;
  padding: 24px;
}
.ac-sp-explore__overlay span {
  font-family: inherit;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}
.ac-sp-explore__card--cta {
  background: var(--theme-main);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ac-sp-explore__card--cta:hover {
  background: var(--theme-dark);
}
.ac-sp-explore__cta-inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.ac-sp-explore__cta-inner span {
  font-family: inherit;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
}
.ac-sp-explore__cta-inner svg {
  width: 32px;
  height: 32px;
}

@media (max-width: 980px) {
  .ac-sp-explore { padding: 60px 30px; }
  .ac-sp-explore__card { flex: 0 0 calc(50% - 10px); }
  .ac-sp-explore__arrow--prev { left: -16px; }
  .ac-sp-explore__arrow--next { right: -16px; }
}
@media (max-width: 600px) {
  .ac-sp-explore { padding: 40px 20px; }
  .ac-sp-explore__card { flex: 0 0 85%; }
  .ac-sp-explore__arrow { width: 40px; height: 40px; font-size: 16px; }
  .ac-sp-explore__arrow--prev { left: -8px; }
  .ac-sp-explore__arrow--next { right: -8px; }
}

/* ── FINAL CTA ────────────────────────────────────────────── */

.ac-sp-cta {
  background: var(#ffffff, #f1f0ef);
  padding: 100px 60px 0;
  overflow: hidden;
}
.ac-sp-cta__inner {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  gap: 0;
}
.ac-sp-cta__text {
  flex: 0 0 55%;
  padding-bottom: 100px;
  padding-right: 60px;
}
.ac-sp-cta__eyebrow {
  display: inline-block;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--theme-main);
  margin-bottom: 16px;
}
.ac-sp-cta__text p {
  font-family: inherit;
  font-size: 18px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 36px;
}
.ac-sp-cta__person {

	flex: 0 0 50%;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.ac-sp-cta__person img {
     display: block;
    width: 100%;
    max-width: 100%;
    max-height: 700px;
    margin-bottom: -5px;
    height: auto;
    object-fit: cover;
    border-radius: 32px 32px 0 0;
}

@media (max-width: 980px) {
  .ac-sp-cta { padding: 60px 30px 0; }
  .ac-sp-cta__inner { flex-direction: column; align-items: center; text-align: center; }
  .ac-sp-cta__text { flex: none; width: 100%; padding-bottom: 40px; padding-right: 0; }
  .ac-sp-cta__text p { margin-left: auto; margin-right: auto; }
  .ac-sp-cta__person { flex: none; width: 70%; max-width: 360px; }
	
}

/* ── Offer card (individual specials pages) ── */
.ac-sp-offer-card { background: #fff; box-shadow: 0 8px 40px rgba(0,0,0,.1); border-radius: 24px; padding: 40px 36px; margin-top: 32px; text-align: center; max-width: 500px; }
.ac-sp-offer-card__price { font-size: clamp(40px, 6vw, 64px); font-weight: 800; color: var(--theme-accent, #ffa500); line-height: 1; margin: 0 0 8px; }
.ac-sp-offer-card__title { font-size: 20px; font-weight: 700; color: var(--theme-dark, #001c33); margin: 0 0 12px; }
.ac-sp-offer-card__desc { font-size: 15px; line-height: 1.6; color: #555; margin: 0 0 24px; }
.ac-sp-offer-card__fine { font-size: 12px; color: #999; margin: 16px 0 0; }
.ac-sp-offer-card .btn-row { flex-wrap: wrap; justify-content: center; gap: 12px; }
.ac-sp-offer-card .btn { background: var(--theme-main); color: #fff; border: 2px solid var(--theme-main); }
.ac-sp-offer-card .btn.light { background: #fff; color: var(--theme-main); border: 2px solid var(--theme-main); }
.ac-sp-offer-card .btn.light svg path { stroke: var(--theme-main); }
.ac-sp-offer-card .btn:hover { opacity: .9; }
@media (max-width: 980px) { .ac-sp-offer-card { padding: 32px 24px; margin-top: 24px; } }

  /* ===== AC Steps Component ===== */
  .ac-steps {
    --ac-steps-gold: var(--theme-accent);
    --ac-steps-gold-light: #E5C98A;
    --ac-steps-gold-dark: #A88944;
    --ac-steps-text: #1a1a1a;
    --ac-steps-muted: #6b7280;
    --ac-steps-bg: #e8eaed;
    --ac-steps-line: #C9A961;

    position: relative;
 
  
  }

  .ac-steps__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    position: relative;
  }

  .ac-steps__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 32px 24px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(201, 169, 97, 0.15);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), 
                box-shadow 0.35s ease, 
                border-color 0.35s ease;
  }

  .ac-steps__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--ac-steps-gold-light), var(--ac-steps-gold-dark));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .ac-steps__num {
    position: relative;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--ac-steps-gold-light) 0%, var(--ac-steps-gold) 55%, var(--ac-steps-gold-dark) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    box-shadow: 0 8px 24px rgba(201, 169, 97, 0.35), inset 0 -8px 16px rgba(0, 0, 0, 0.12);
    flex-shrink: 0;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .ac-steps__num::after {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 2px dashed var(--ac-steps-gold);
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transform: rotate(0deg);
  }

  .ac-steps__num span {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 1;
  }

  .ac-steps__title {
    font-size: 22px;
    font-weight: 700;
    color: var(--ac-steps-text);
    margin: 0 0 12px;
    line-height: 1.3;
  }

  .ac-steps__desc {
    font-size: 15px;
    line-height: 1.6;
    color: var(--ac-steps-muted);
    margin: 0;
  }

  /* ===== Active state, replaces hover ===== */
  .ac-steps__item.active {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(201, 169, 97, 0.18);
    border-color: rgba(201, 169, 97, 0.4);
  }

  .ac-steps__item.active::before {
    transform: scaleX(1);
  }

  .ac-steps__item.active .ac-steps__num {
    transform: scale(1.05) rotate(-5deg);
  }

  .ac-steps__item.active .ac-steps__num::after {
    opacity: 1;
    transform: rotate(180deg);
  }

  /* ===== Desktop arrows (between items) ===== */
  .ac-steps__arrow {
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    pointer-events: none;
    z-index: 2;
  }

  .ac-steps__arrow--1 { left: calc(33.333% - 24px); }
  .ac-steps__arrow--2 { left: calc(66.666% - 24px); }

  .ac-steps__arrow i {
    font-size: 24px;
    color: var(--ac-steps-gold);
    background: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(201, 169, 97, 0.25);
    border: 2px solid var(--ac-steps-gold);
    animation: ac-steps-pulse 2.4s ease-in-out infinite;
  }

  .ac-steps__arrow--2 i {
    animation-delay: 0.6s;
  }

  @keyframes ac-steps-pulse {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(6px); }
  }

  /* ===== Mobile ===== */
  @media (max-width: 900px) {
    .ac-steps {
      padding: 40px 16px;
    }

    .ac-steps__grid {
      grid-template-columns: 1fr;
      gap: 0;
    }

    .ac-steps__item {
      flex-direction: row;
      text-align: left;
      align-items: flex-start;
      gap: 20px;
      padding: 24px 20px;
      background: transparent;
      border: none;
      box-shadow: none;
      border-radius: 0;
      position: relative;
      min-height: 150px;
      transform: none;
    }

    .ac-steps__item::before {
      display: none;
    }

    .ac-steps__item.active {
      transform: none;
      box-shadow: none;
      border-color: transparent;
    }

    .ac-steps__item:not(:last-child)::after {
      content: "";
      position: absolute;
      left: 56px;
      top: 112px;
      bottom: -12px;
      width: 2px;
      background-image: linear-gradient(to bottom, var(--ac-steps-gold) 50%, transparent 50%);
      background-size: 2px 10px;
      background-repeat: repeat-y;
    }

    .ac-steps__num {
      width: 72px;
      height: 72px;
      margin-bottom: 0;
    }

    .ac-steps__num::after {
      display: none;
    }

    .ac-steps__item.active .ac-steps__num {
      transform: none;
    }

    .ac-steps__num span {
      font-size: 24px;
    }

    .ac-steps__body {
      flex: 1;
      padding-top: 8px;
    }

    .ac-steps__title {
      font-size: 20px;
      margin-bottom: 10px;
    }

    .ac-steps__desc {
      font-size: 14px;
    }

    .ac-steps__arrow {
      display: none;
    }
  }

  @media (max-width: 480px) {
    .ac-steps__num {
      width: 64px;
      height: 64px;
    }

    .ac-steps__num span {
      font-size: 22px;
    }

    .ac-steps__item:not(:last-child)::after {
      left: 52px;
      top: 104px;
    }

    .ac-steps__title {
      font-size: 18px;
    }
  }
/* ===========================================================
   ADDITIONS
   Add these to your existing service-page stylesheet.
   All new classes use ac-sp- prefix to match existing system.
   =========================================================== */


/* ── SECTION 2: Benefits ─────────────────────────────────── */

.ac-sp-service--benefits {
  background: #fff;
  padding: 100px 60px;
  overflow: hidden;
}

.ac-sp-benefits__inner {
  max-width: 1600px;
  margin: 0 auto;
}

.ac-sp-benefits__header {
  max-width: 860px;
  margin: 0 auto 60px;
  text-align: center;
}

.ac-sp-benefits__lead {
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.7;
  color: #555;
  margin: 0;
}

/* Stat band */
.ac-sp-benefits__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  background: var(--theme-dark, #001c33);
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 60px;
}

.ac-sp-benefits__stat {
  padding: 48px 40px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.ac-sp-benefits__stat:last-child {
  border-right: none;
}

.ac-sp-benefits__stat-num {
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 800;
  color: var(--theme-main, #2d96eb);
  line-height: 1;
}

.ac-sp-benefits__stat-label {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
  max-width: 160px;
  text-align: center;
}

/* 2-col benefit cards — inherits ac-sp-why__card styles, gap tweak */
.ac-sp-benefits__grid {
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 980px) {
  .ac-sp-service--benefits { padding: 60px 30px; }

  .ac-sp-benefits__stats {
    grid-template-columns: 1fr;
  }

  .ac-sp-benefits__stat {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 36px 30px;
  }

  .ac-sp-benefits__stat:last-child {
    border-bottom: none;
  }

  .ac-sp-benefits__grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}


/* ── SECTION 3: Procedures ───────────────────────────────── */

/* Inner row for intro + image — narrower image than default */
.ac-sp-service--procedures .ac-sp-service__inner--intro {
  margin-bottom: 60px;
}

.ac-sp-service--procedures .ac-sp-service__inner--intro .ac-sp-service__media {
  flex: 0 0 38%;
}

.ac-sp-service--procedures .ac-sp-service__inner--intro .ac-sp-service__img-wrap {
  min-height: 420px;
}

/* Three-column procedure cards */
.ac-sp-procedures__grid {
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.ac-sp-procedures__card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  gap: 0;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ac-sp-procedures__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
}

.ac-sp-procedures__card-icon {
  width: 64px;
  height: 64px;
  background: rgba(45, 150, 235, 0.08);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-main, #2d96eb);
  margin-bottom: 20px;
  flex-shrink: 0;
}

/* Subtitle inherits ac-sp-service__subtitle */
.ac-sp-procedures__card .ac-sp-service__subtitle {
  margin-bottom: 12px;
}

.ac-sp-procedures__card p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  margin: 0 0 12px;
}

.ac-sp-procedures__detail {
  font-size: 14px !important;
  color: #777 !important;
  border-top: 1px solid #eee;
  padding-top: 12px;
  margin-top: 4px !important;
}

.ac-sp-procedures__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: var(--theme-main, #2d96eb);
  text-decoration: none;
  margin-top: auto;
  padding-top: 20px;
  transition: gap 0.2s ease;
}

.ac-sp-procedures__link:hover {
  gap: 12px;
}

.ac-sp-procedures__cta-row {
  max-width: 1600px;
  margin: 60px auto 0;
}

@media (max-width: 1200px) {
  .ac-sp-procedures__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 980px) {
  .ac-sp-service--procedures .ac-sp-service__inner--intro {
    flex-direction: column !important;
    margin-bottom: 40px;
  }

  .ac-sp-procedures__grid {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
}


/* ===========================================================
   AC CTA
   Full-bleed background CTA section. Generic rename of
   ac-cta so it works with any content.
   Background image set per-page via .ac-cta__bg.
   =========================================================== */

.ac-cta {
  position: relative;
  padding: 140px 60px;
  overflow: hidden;
  background: transparent;
}

.ac-cta__bg {
  position: absolute;
  inset: 0;
  background-image: url('https://stg-adcmuldoon-stage.kinsta.cloud/wp-content/uploads/2026/04/Mountain.avif');
  background-size: cover;
  background-position: center 30%;
  background-attachment: fixed;
  z-index: 0;
}

.ac-cta__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0, 28, 51, 0.88) 0%,
    rgba(0, 28, 51, 0.72) 50%,
    rgba(0, 28, 51, 0.5) 100%
  );
}

.ac-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ac-cta__eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--theme-main, #2d96eb);
  background: rgba(45, 150, 235, 0.15);
  border: 1px solid rgba(45, 150, 235, 0.35);
  padding: 7px 18px;
  border-radius: 99px;
  margin-bottom: 24px;
}

.ac-cta__title {
  color: #fff !important;
  margin-bottom: 8px !important;
}

.ac-cta__title em {
  color: var(--theme-main, #2d96eb) !important;
}

.ac-cta__subtitle {
  font-size: 18px;
  font-weight: 600;
  color: white;
  margin: 0 0 20px;
  font-style: italic;
}

.ac-cta__body {
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
  max-width: 720px;
}

.ac-cta__btns .btn.light {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.ac-cta__btns .btn.light svg path {
  stroke: #fff;
}

.ac-cta__btns .btn.light:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

@media (max-width: 980px) {
  .ac-cta {
    padding: 100px 30px;
  }

  .ac-cta__bg {
    background-attachment: scroll;
  }
}

@media (max-width: 600px) {
  .ac-cta {
    padding: 80px 20px;
  }
}

.ac-cta__eyebrow {
  color: white;
}
.ac-sp-section-title.ac-cta__title em {
  color: var(--theme-accent) !important
}

/* ===========================================================
   AC STEPS CTA
   Full-bleed background section with centered steps.
   Pairs with ac-steps-cta for the bg image.
   =========================================================== */

.ac-steps-cta {
  position: relative;
  overflow: hidden;
  padding: 100px 60px;
}

.ac-steps-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}

.ac-steps-cta__header {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.ac-steps-cta__btns {
  display: flex;
  justify-content: center;
}

/* Full width steps grid inside CTA */
.ac-steps-cta .ac-steps {
  width: 100%;
}

.ac-steps-cta .ac-steps__grid {
  width: 100%;
}

.ac-cta .btn.light span.text {
  color: #fff !important;
}

/* ===========================================================
   AC STEPS — Light variant (for dark/image backgrounds)
   =========================================================== */

.ac-steps--light .ac-steps__item {
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.ac-steps--light .ac-steps__item.active {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(201, 169, 97, 0.5);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

.ac-steps--light .ac-steps__title {
  color: #fff;
}

.ac-steps--light .ac-steps__desc {
  color: rgba(255, 255, 255, 0.75);
}

.ac-steps--light .ac-steps__arrow i {
  background: rgba(255, 255, 255, 0.12);
  border-color: var(--ac-steps-gold, #C9A961);
  color: var(--ac-steps-gold, #C9A961);
}

/* Button overrides for dark background */
.ac-steps-cta .btn.light {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.ac-steps-cta .btn.light svg path {
  stroke: #fff;
}

.ac-steps-cta .btn.light:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

@media (max-width: 980px) {
  .ac-steps-cta {
    padding: 80px 30px;
  }

  .ac-steps-cta__inner {
    gap: 40px;
  }

  .ac-steps--light .ac-steps__item {
    background: transparent;
    border: none;
    box-shadow: none;
  }

  .ac-steps--light .ac-steps__item.active {
    background: transparent;
    box-shadow: none;
  }

  .ac-steps--light .ac-steps__item:not(:last-child)::after {
    background-image: linear-gradient(
      to bottom,
      rgba(201, 169, 97, 0.6) 50%,
      transparent 50%
    );
  }
}


@media (max-width: 600px) {
  .ac-steps-cta {
    padding: 60px 20px;
  }
}

/* ===========================================================
   AC STEPS CTA
   Full-bleed background section with centered steps.
   Pairs with ac-steps-cta for the bg image.
   =========================================================== */

.ac-steps-cta {
  padding: 100px 60px;
}

.ac-steps-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}

.ac-steps-cta__header {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.ac-steps-cta__btns {
  display: flex;
  justify-content: center;
}

.ac-steps-cta .ac-steps {
  width: 100%;
}

.ac-steps-cta .ac-steps__grid {
  width: 100%;
}

.ac-steps-cta__care {
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
}

/* ===========================================================
   AC STEPS — Light variant (for dark/image backgrounds)
   =========================================================== */

.ac-steps--light .ac-steps__item {
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.ac-steps--light .ac-steps__item.active {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(201, 169, 97, 0.5);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

.ac-steps--light .ac-steps__title {
  color: #fff;
}

.ac-steps--light .ac-steps__desc {
  color: rgba(255, 255, 255, 0.75);
}

.ac-steps--light .ac-steps__arrow i {
  background: rgba(255, 255, 255, 0.12);
  border-color: var(--ac-steps-gold, #C9A961);
  color: var(--ac-steps-gold, #C9A961);
}

/* Button overrides for dark background */
.ac-steps-cta .btn.light {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.ac-steps-cta .btn.light svg path {
  stroke: #fff;
}

.ac-steps-cta .btn.light:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

@media (max-width: 980px) {
  .ac-steps-cta {
    padding: 80px 30px;
  }

  .ac-steps-cta__inner {
    gap: 40px;
  }

  .ac-steps--light .ac-steps__item {
    background: transparent;
    border: none;
    box-shadow: none;
  }

  .ac-steps--light .ac-steps__item.active {
    background: transparent;
    box-shadow: none;
  }

  .ac-steps--light .ac-steps__item:not(:last-child)::after {
    background-image: linear-gradient(
      to bottom,
      rgba(201, 169, 97, 0.6) 50%,
      transparent 50%
    );
  }
}

@media (max-width: 600px) {
  .ac-steps-cta {
    padding: 60px 20px;
  }
}