:root {
  --service-individual-bg-soft: #0b0b0c;
  --service-individual-panel: #121214;
  --service-individual-panel-2: #17181a;
  --service-individual-muted: rgba(255, 255, 255, 0.76);
  --service-individual-line: rgba(255, 255, 255, 0.08);
  --service-individual-line-strong: rgba(255, 255, 255, 0.14);
  --service-individual-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  --service-individual-shadow-soft: 0 14px 34px rgba(0, 0, 0, 0.18);
  --service-silver: #d7d7d7;
  --service-silver-dark: #9f9f9f;
}

.service-page-hero,
.service-intro-section,
.service-statement-section,
.service-detail-section,
.testimonials-section,
.service-areas-section,
.faq-section,
.services-final-cta-section {
  background: #050505;
  color: #fff;
}

.section-head-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.service-page-hero {
  padding: 152px 0 88px;
  background:
    linear-gradient(180deg, rgba(8, 8, 10, 0.84) 0%, rgba(8, 8, 10, 0.94) 100%),
    url("images/hero-1.jpg") center center / cover no-repeat;
}

.service-page-hero-inner {
  text-align: center;
}

.service-page-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  margin: 0 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.05);
  color: var(--service-silver);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-page-hero h1 {
  max-width: 960px;
  margin: 0 auto 14px;
  font-size: clamp(2.8rem, 5.8vw, 5.6rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
  color: #fff;
  text-transform: none;
}

.service-page-subtitle {
  max-width: 760px;
  margin: 0 auto 18px;
  font-size: clamp(1.05rem, 2vw, 1.26rem);
  line-height: 1.6;
  color: rgba(255,255,255,0.9);
}

.service-page-hero-text {
  max-width: 920px;
  margin: 0 auto;
  font-size: 1.06rem;
  line-height: 1.85;
  color: rgba(255,255,255,0.84);
}

.service-page-hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.service-page-hero-media {
  max-width: 980px;
  margin: 46px auto 0;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid var(--service-individual-line);
  box-shadow: var(--service-individual-shadow);
}

.service-page-hero-media img {
  width: 100%;
  height: clamp(280px, 48vw, 560px);
  object-fit: cover;
}

.service-intro-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-intro-card,
.testimonial-card {
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(180deg, #171819 0%, #101112 100%);
  border: 1px solid var(--service-individual-line);
  box-shadow: var(--service-individual-shadow-soft);
  height: 100%;
}

.service-intro-card span {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  background: #0c0c0d;
  border: 1px solid rgba(255,255,255,0.07);
  color: #fff;
  font-size: 1.1rem;
}

.service-intro-card h3,
.service-needed-box h3,
.testimonial-card h3 {
  margin: 0 0 12px;
  font-size: 1.42rem;
  line-height: 1.12;
  color: #fff;
  text-transform: none;
}

.service-intro-card p {
  margin: 0;
  color: var(--service-individual-muted);
  line-height: 1.75;
}

.service-statement-section {
  padding-top: 40px;
}

.service-statement-wrap {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}

.service-statement-wrap h2,
.section-head h2 {
  margin: 0 0 18px;
  font-size: clamp(2.15rem, 4.8vw, 4.1rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: #fff;
  text-transform: none;
}

.service-statement-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 26px;
  margin-top: 36px;
}

.service-statement-icon {
  min-width: 170px;
  text-align: center;
}

.service-statement-icon span {
  width: 82px;
  height: 82px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.1);
  color: var(--service-silver);
  font-size: 1.45rem;
}

.service-statement-icon p {
  margin: 0;
  color: rgba(255,255,255,0.84);
  line-height: 1.55;
}

.service-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: 34px;
  align-items: center;
}

.service-detail-copy p {
  margin: 0 0 18px;
  color: var(--service-individual-muted);
  line-height: 1.82;
  font-size: 1.04rem;
}

.service-needed-box {
  margin-top: 28px;
  padding: 28px;
  border-radius: 26px;
  background: linear-gradient(180deg, #161718 0%, #101112 100%);
  border: 1px solid var(--service-individual-line);
  box-shadow: var(--service-individual-shadow-soft);
}

.service-needed-box ul {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 12px;
}

.service-needed-box li {
  color: var(--service-individual-muted);
  line-height: 1.72;
}

.service-detail-image {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid var(--service-individual-line);
  box-shadow: var(--service-individual-shadow);
}

.service-detail-image img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

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

.testimonial-stars {
  display: flex;
  gap: 6px;
  margin-bottom: 18px;
  color: var(--service-silver);
}

.testimonial-card p {
  margin: 0 0 18px;
  color: var(--service-individual-muted);
  line-height: 1.82;
  font-size: 1rem;
}

.testimonial-card h3 {
  margin-bottom: 6px;
  font-size: 1.15rem;
}

.testimonial-card span {
  color: rgba(255,255,255,0.58);
  font-size: 0.94rem;
}

.mobile-slider-wrap {
  width: 100%;
}

.mobile-card-viewport {
  overflow: hidden;
  width: 100%;
}

.mobile-slider-controls {
  display: none;
}

.mobile-card-arrow {
  border: 1px solid rgba(255,255,255,0.14);
  background: #111214;
  color: #fff;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0,0,0,0.22);
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.mobile-card-arrow i {
  pointer-events: none;
}

.services-final-cta-form textarea,
.services-final-cta-form input,
.services-final-cta-form select {
  font-family: inherit;
}

.honeypot-field {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

@media (max-width: 1180px) {
  .service-intro-points,
  .testimonials-track {
    grid-template-columns: 1fr;
  }

  .service-detail-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .service-page-hero {
    padding: 132px 0 64px;
  }

  .service-page-hero h1 {
    font-size: 2.55rem;
    line-height: 0.98;
  }

  .service-page-subtitle,
  .service-page-hero-text,
  .service-detail-copy p,
  .testimonial-card p {
    font-size: 1rem;
    line-height: 1.75;
  }

  .section-head h2,
  .service-statement-wrap h2 {
    font-size: 2.2rem;
    line-height: 1.04;
  }

  .service-page-hero-actions,
  .service-statement-icons {
    justify-content: center;
  }

  .service-page-hero-media {
    margin-top: 34px;
    border-radius: 22px;
  }

  .service-page-hero-media img {
    height: 280px;
  }

  .service-intro-card,
  .testimonial-card,
  .service-needed-box {
    padding: 22px;
  }

  .service-statement-wrap,
  .service-detail-copy,
  .section-head,
  .service-page-hero-inner,
  .service-areas-head,
  .service-areas-copy {
    text-align: center;
  }

  .service-needed-box ul {
    text-align: left;
  }

  .service-detail-image img {
    min-height: 280px;
  }

  .mobile-card-track {
    display: flex !important;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .mobile-card-track::-webkit-scrollbar {
    display: none;
  }

  .service-intro-card,
  .testimonial-card {
    flex: 0 0 100%;
    min-width: 100%;
    scroll-snap-align: start;
  }

  .mobile-slider-controls {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    gap: 14px;
  }
}


.extension-content-block h2 {
  margin: 0 0 16px;
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  line-height: 1.05;
  color: #fff;
}

.extension-content-block p {
  margin: 0 0 16px;
  color: rgba(255,255,255,0.82);
  line-height: 1.8;
  font-size: 1.04rem;
}

.extension-content-list {
  margin: 24px 0 0;
  padding-left: 24px;
  display: grid;
  gap: 14px;
}

.extension-content-list li {
  color: rgba(255,255,255,0.88);
  line-height: 1.7;
}

.extension-included-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.extension-included-item {
  min-height: 92px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255,255,255,0.06);
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(255,255,255,0.08);
}

.extension-included-item span {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: #050505;
  color: var(--service-silver);
  border: 1px solid rgba(255,255,255,0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 1.08rem;
}

.extension-included-item p {
  margin: 0;
  color: #fff;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 500;
}

.extension-detail-image {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid var(--service-individual-line);
  box-shadow: var(--service-individual-shadow);
}

.extension-detail-image img {
  width: 100%;
  height: clamp(280px, 42vw, 520px);
  object-fit: cover;
  display: block;
}

.extension-sticky-layout-section {
  background: #050505;
  color: #fff;
  position: relative;
}

.extension-sticky-layout {
  display: grid;
  grid-template-columns: 380px minmax(0, 1fr);
  gap: 38px;
  align-items: start;
  position: relative;
}

.extension-sticky-sidebar {
  position: relative;
  min-height: 100%;
}

.extension-sticky-form-card {
  width: 100%;
  padding: 34px;
  border-radius: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.03) 100%);
  border: 1px solid rgba(255,255,255,0.08);
  transition: none;
}

.extension-sticky-form-card.is-fixed {
  position: fixed;
  top: 110px;
  z-index: 30;
}

.extension-sticky-form-card.is-bottom {
  position: absolute;
  top: auto;
  bottom: 0;
}

.extension-sticky-kicker {
  margin: 0 0 12px;
  color: var(--service-silver);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.extension-sticky-form-card h2 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.04;
  color: #fff;
}

.extension-sticky-form-card p {
  margin: 0 0 22px;
  color: rgba(255,255,255,0.8);
  line-height: 1.75;
}

.extension-sticky-form-card .field-group {
  margin-bottom: 14px;
}

.extension-sticky-form-card .field-group label {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-weight: 600;
  font-size: 0.94rem;
}

.extension-sticky-form-card input,
.extension-sticky-form-card select {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  color: #fff;
  font: inherit;
}

.extension-sticky-form-card input::placeholder {
  color: rgba(255,255,255,0.48);
}

.extension-sticky-form-card select option {
  color: #111;
}

.extension-sticky-btn {
  width: 100%;
  min-height: 58px;
  border: 0;
  border-radius: 0;
  background: linear-gradient(180deg, #d7d7d7 0%, #747474 100%);
  color: #111;
  font: inherit;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}

.extension-sticky-content {
  display: grid;
  gap: 34px;
  min-width: 0;
}

.extension-content-block h2 {
  margin: 0 0 16px;
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  line-height: 1.05;
  color: #fff;
}

.extension-content-block p {
  margin: 0 0 16px;
  color: rgba(255,255,255,0.82);
  line-height: 1.8;
  font-size: 1.04rem;
}

.extension-content-list {
  margin: 24px 0 0;
  padding-left: 24px;
  display: grid;
  gap: 14px;
}

.extension-content-list li {
  color: rgba(255,255,255,0.88);
  line-height: 1.7;
}

.extension-included-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.extension-included-item {
  min-height: 92px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255,255,255,0.06);
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(255,255,255,0.08);
}

.extension-included-item span {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: #050505;
  color: var(--service-silver);
  border: 1px solid rgba(255,255,255,0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 1.08rem;
}

.extension-included-item p {
  margin: 0;
  color: #fff;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 500;
}

.extension-detail-image {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid var(--service-individual-line);
  box-shadow: var(--service-individual-shadow);
}

.extension-detail-image img {
  width: 100%;
  height: clamp(280px, 42vw, 520px);
  object-fit: cover;
  display: block;
}

@media (max-width: 1180px) {
  .extension-sticky-layout,
  .extension-included-grid {
    grid-template-columns: 1fr;
  }

  .extension-sticky-form-card,
  .extension-sticky-form-card.is-fixed,
  .extension-sticky-form-card.is-bottom {
    position: static;
    width: 100% !important;
  }
}

@media (max-width: 760px) {
  .extension-sticky-form-card {
    padding: 24px;
  }

  .extension-sticky-form-card h2,
  .extension-content-block h2 {
    font-size: 2rem;
    line-height: 1.08;
  }

  .extension-sticky-form-card,
  .extension-content-block {
    text-align: center;
  }

  .extension-content-list,
  .service-needed-box ul {
    text-align: left;
  }
}

.garden-rooms-feature-section {
  background: #050505;
  color: #fff;
}



.garden-rooms-feature-copy p {
  color: var(--service-individual-muted);
  line-height: 1.82;
}

.garden-rooms-feature-list {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}

.garden-rooms-feature-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, #171819 0%, #101112 100%);
  border: 1px solid var(--service-individual-line);
  box-shadow: var(--service-individual-shadow-soft);
}

.garden-rooms-feature-item span {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0c0c0d;
  border: 1px solid rgba(255,255,255,0.07);
  color: #fff;
  font-size: 1.1rem;
}

.garden-rooms-feature-item h3 {
  margin: 0 0 8px;
  font-size: 1.34rem;
  line-height: 1.12;
  color: #fff;
  text-transform: none;
}

.garden-rooms-feature-item p {
  margin: 0;
  color: var(--service-individual-muted);
  line-height: 1.72;
}

.garden-rooms-feature-card {
  padding: 30px;
  border-radius: 28px;
  background: rgba(235, 235, 235, 0.98);
  box-shadow: 0 18px 38px rgba(0,0,0,0.2);
}

.garden-rooms-feature-kicker {
  margin: 0 0 10px;
  color: rgba(17,17,17,0.7);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.garden-rooms-feature-card h3 {
  margin: 0 0 16px;
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  line-height: 1.06;
  color: #111;
  text-transform: none;
}

.garden-rooms-feature-card ul {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 12px;
}

.garden-rooms-feature-card li {
  color: rgba(17,17,17,0.82);
  line-height: 1.7;
}

@media (max-width: 1180px) {
  .garden-rooms-feature-grid {
    grid-template-columns: 1fr;
  }

  .garden-rooms-feature-panel {
    position: static;
    top: auto;
  }
}

@media (max-width: 760px) {
  .garden-rooms-feature-copy,
  .garden-rooms-feature-card,
  .garden-rooms-feature-item {
    text-align: center;
  }

  .garden-rooms-feature-item {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 22px;
  }

  .garden-rooms-feature-card {
    padding: 24px;
  }

  .garden-rooms-feature-card ul {
    text-align: left;
  }
}
.garden-rooms-feature-section {
  background: #050505;
  color: #fff;
}

.garden-rooms-feature-section .section-head {
  max-width: 920px;
}

.garden-rooms-feature-section .section-head p {
  color: var(--service-individual-muted);
  line-height: 1.82;
}

.garden-rooms-mobile-slider-wrap {
  margin-top: 28px;
}

.garden-rooms-customer-slider {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.garden-rooms-feature-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, #171819 0%, #101112 100%);
  border: 1px solid var(--service-individual-line);
  box-shadow: var(--service-individual-shadow-soft);
  min-height: 100%;
}

.garden-rooms-feature-item span {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0c0c0d;
  border: 1px solid rgba(255,255,255,0.07);
  color: #fff;
  font-size: 1.1rem;
}

.garden-rooms-feature-item h3 {
  margin: 0 0 8px;
  font-size: 1.34rem;
  line-height: 1.12;
  color: #fff;
  text-transform: none;
}

.garden-rooms-feature-item p {
  margin: 0;
  color: var(--service-individual-muted);
  line-height: 1.72;
}

@media (max-width: 1180px) {
  .garden-rooms-customer-slider {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .garden-rooms-customer-slider.mobile-card-track {
    display: flex !important;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .garden-rooms-customer-slider.mobile-card-track::-webkit-scrollbar {
    display: none;
  }

  .garden-rooms-feature-item {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    flex: 0 0 100%;
    min-width: 100%;
    scroll-snap-align: start;
    padding: 22px;
  }
}

.loft-feature-section {
  background: #050505;
  color: #fff;
}

.loft-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 28px;
  align-items: start;
}

.loft-feature-copy p {
  color: var(--service-individual-muted);
  line-height: 1.82;
}

.loft-feature-list {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}

.loft-feature-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, #171819 0%, #101112 100%);
  border: 1px solid var(--service-individual-line);
  box-shadow: var(--service-individual-shadow-soft);
}

.loft-feature-item span {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0c0c0d;
  border: 1px solid rgba(255,255,255,0.07);
  color: #fff;
  font-size: 1.1rem;
}

.loft-feature-item h3 {
  margin: 0 0 8px;
  font-size: 1.34rem;
  line-height: 1.12;
  color: #fff;
  text-transform: none;
}

.loft-feature-item p {
  margin: 0;
  color: var(--service-individual-muted);
  line-height: 1.72;
}

.loft-feature-panel {
  position: sticky;
  top: 120px;
  align-self: start;
}

.loft-feature-card {
  padding: 30px;
  border-radius: 28px;
  background: rgba(235, 235, 235, 0.98);
  box-shadow: 0 18px 38px rgba(0,0,0,0.2);
}

.loft-feature-kicker {
  margin: 0 0 10px;
  color: rgba(17,17,17,0.7);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.loft-feature-card h3 {
  margin: 0 0 16px;
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  line-height: 1.06;
  color: #111;
  text-transform: none;
}

.loft-feature-card ul {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 12px;
}

.loft-feature-card li {
  color: rgba(17,17,17,0.82);
  line-height: 1.7;
}

@media (max-width: 1180px) {
  .loft-feature-grid {
    grid-template-columns: 1fr;
  }

  .loft-feature-panel {
    position: static;
    top: auto;
  }
}

@media (max-width: 760px) {
  .loft-feature-copy,
  .loft-feature-card,
  .loft-feature-item {
    text-align: center;
  }

  .loft-feature-item {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 22px;
  }

  .loft-feature-card {
    padding: 24px;
  }

  .loft-feature-card ul {
    text-align: left;
  }
}

.mobile-slider-wrap {
  position: relative;
  z-index: 1;
}

.mobile-card-viewport {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
}

.mobile-slider-controls {
  position: relative;
  z-index: 50;
}

.mobile-card-arrow {
  position: relative;
  z-index: 60;
  pointer-events: auto;
  user-select: none;
}

.mobile-card-arrow i {
  pointer-events: none;
}

@media (max-width: 760px) {
  .mobile-slider-controls {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    gap: 14px;
  }

  .mobile-card-track {
    display: flex !important;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .mobile-card-track::-webkit-scrollbar {
    display: none;
  }

  .service-intro-card,
  .testimonial-card {
    flex: 0 0 100%;
    min-width: 100%;
    scroll-snap-align: start;
  }
}

@media (max-width: 760px) {
  .mobile-card-viewport {
    overflow: hidden;
  }

  .mobile-card-track {
    align-items: stretch;
  }

  .mobile-card-arrow {
    flex: 0 0 auto;
    position: relative;
    z-index: 70;
    pointer-events: auto;
  }
}

.mobile-slider-wrap {
  position: relative;
}

.mobile-slider-controls {
  position: relative;
  z-index: 20;
}

.mobile-card-arrow {
  position: relative;
  z-index: 21;
  pointer-events: auto;
  flex-shrink: 0;
}

.mobile-card-viewport,
.mobile-card-track {
  position: relative;
  z-index: 1;
}

@media (max-width: 760px) {
  .mobile-slider-controls {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    gap: 14px;
  }
}

.mobile-slider-wrap {
  position: relative;
  z-index: 1;
}

.mobile-card-viewport {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
}

.mobile-slider-controls {
  position: relative;
  z-index: 50;
}

.mobile-card-arrow {
  position: relative;
  z-index: 60;
  pointer-events: auto;
  user-select: none;
}

.mobile-card-arrow i {
  pointer-events: none;
}

@media (max-width: 760px) {
  .mobile-slider-controls {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    gap: 14px;
  }

  .mobile-card-track {
    display: flex !important;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .mobile-card-track::-webkit-scrollbar {
    display: none;
  }

  .service-intro-card,
  .testimonial-card {
    flex: 0 0 100%;
    min-width: 100%;
    scroll-snap-align: start;
  }
}

@media (max-width: 760px) {
  .mobile-card-viewport {
    overflow: hidden;
  }

  .mobile-card-track {
    align-items: stretch;
  }

  .mobile-card-arrow {
    flex: 0 0 auto;
    position: relative;
    z-index: 70;
    pointer-events: auto;
  }
}

/* Mobile slider click fix */
.mobile-slider-wrap {
  position: relative;
}

.mobile-slider-controls {
  position: relative;
  z-index: 20;
}

.mobile-card-arrow {
  position: relative;
  z-index: 21;
  pointer-events: auto;
  flex-shrink: 0;
}

.mobile-card-viewport,
.mobile-card-track {
  position: relative;
  z-index: 1;
}

.testimonial-review {
  position: relative;
}

.testimonial-review.is-collapsed {
  max-height: 7.2em;
  overflow: hidden;
}

.testimonial-review.is-collapsed::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2.8em;
  background: linear-gradient(to bottom, rgba(16, 17, 18, 0), rgba(16, 17, 18, 1));
  pointer-events: none;
}

.testimonial-toggle {
  margin: 0 0 18px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--service-silver);
  font: inherit;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.testimonial-toggle:hover {
  color: #fff;
}

.testimonial-toggle:focus-visible {
  outline: 2px solid rgba(255,255,255,0.35);
  outline-offset: 4px;
  border-radius: 4px;
}