/*
 * adajar-bio.css — XSculpt Dr. Marc Adajar Bio Page
 * Loaded conditionally only on: templates/template-adajar-bio.php
 * Enqueued from: functions-snippet.php (handle: xsp-adajar-bio-style)
 *
 * WordPress-safe rules:
 * - No @import (Google Fonts handled by wp_enqueue_style)
 * - No bare global selectors (html, body, img, a, ul, ol)
 * - All styles scoped to .xsp-page wrapper
 * - Global resets replaced by .xsp-page isolation block at top of file
 */

/* ============================================
   THEME OVERRIDE — WordPress/Astra isolation
   ============================================ */
.xsp-page,
.xsp-page *,
.xsp-page *::before,
.xsp-page *::after {
  box-sizing: border-box !important;
  margin: 0;
  padding: 0;
}

.xsp-page {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #3A3A3A;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
}

.xsp-page img {
  max-width: 100%;
  height: auto;
  display: block;
}

.xsp-page a {
  color: inherit;
  text-decoration: none;
}

.xsp-page ul,
.xsp-page ol {
  list-style: none;
}

/* ============================================
   TYPOGRAPHY — Headings & Body
   ============================================ */

.xsp-page h1,
.xsp-page h2,
.xsp-page h3,
.xsp-page h4,
.xsp-page h5,
.xsp-page h6 {
  font-weight: 700;
  line-height: 1.2;
}

.xsp-page .xsp-h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 56px;
}

.xsp-page .xsp-h2--dark {
  color: #121212;
}

.xsp-page .xsp-h2--light {
  color: #FFFFFF;
}

.xsp-page .xsp-eyebrow {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #F15A29;
  margin-bottom: 16px;
}

/* ============================================
   CONTAINER & SECTIONS
   ============================================ */

.xsp-page .xsp-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px;
}

.xsp-page .xsp-section {
  padding: 80px 0;
}

.xsp-page .xsp-section--light {
  background: #FFFFFF;
}

.xsp-page .xsp-section--dark {
  background: #121212;
  color: #FFFFFF;
}

.xsp-page .xsp-section--alt {
  background: #F5F5F5;
}

/* ============================================
   BUTTONS
   ============================================ */

.xsp-page .xsp-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 14px 32px;
  border-radius: 0px;
  text-decoration: none !important;
  transition: all 0.25s ease;
  border: 1px solid transparent;
}

.xsp-page .xsp-btn--primary {
  background: #F15A29;
  color: #FFFFFF;
  border-color: #F15A29;
}

.xsp-page .xsp-btn--primary:hover {
  background: #E64A1A;
  border-color: #E64A1A;
}

.xsp-page .xsp-btn--ghost {
  background: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

.xsp-page .xsp-btn--ghost:hover {
  background: #FFFFFF;
  color: #121212;
}

.xsp-page .xsp-btn--outline-orange {
  background: transparent;
  color: #F15A29;
  border: 1px solid #F15A29;
}

.xsp-page .xsp-btn--outline-orange:hover {
  background: #F15A29;
  color: #FFFFFF;
}

/* ============================================
   HERO SECTION (50/50 Split)
   ============================================ */

.xsp-page .xsp-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 72vh;
  background: #121212;
  overflow: hidden;
}

.xsp-page .xsp-hero__content {
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.xsp-page .xsp-hero__content::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.35) 50%, rgba(0,0,0,0.55) 100%);
  pointer-events: none;
  z-index: 0;
}

.xsp-page .xsp-hero__content > * {
  position: relative;
  z-index: 1;
}

.xsp-page .xsp-hero__h1 {
  font-family: 'Anton', sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.1;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.xsp-page .xsp-hero-bio__subtitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #F15A29;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  letter-spacing: 1.5px;
}

.xsp-page .xsp-hero-bio__divider {
  width: 60px;
  height: 2px;
  background: #F15A29;
  margin: 4px 0 24px 0;
}

.xsp-page .xsp-hero-bio__intro {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #DBD9D8;
  margin-bottom: 60px !important;
  max-width: 520px;
}

.xsp-page .xsp-hero__cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.xsp-page .xsp-hero__image {
  position: relative;
  overflow: hidden;
}

.xsp-page .xsp-hero-bio__photo {
  position: absolute;
  inset: 0;
  background-image: url('https://xsculpt.com/wp-content/uploads/2026/05/dr-adajar-bio-photo-suit-xsculpt.webp');
  background-size: cover;
  background-position: center 55%;
  background-repeat: no-repeat;
}

/* ============================================
   STICKY NAV (Scrollspy)
   ============================================ */

.xsp-page .xsp-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #FFFFFF;
  border-bottom: 1px solid #E0E0E0;
  padding: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.xsp-page .xsp-nav__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  gap: 0;
  align-items: center;
  height: 60px;
}

.xsp-page .xsp-nav__link {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #757575;
  padding: 20px 16px;
  display: flex;
  align-items: center;
  height: 100%;
  border-bottom: 3px solid transparent;
  transition: all 0.2s ease;
  text-decoration: none;
}

.xsp-page .xsp-nav__link:hover {
  color: #121212;
}

.xsp-page .xsp-nav__link.active {
  color: #F15A29;
  border-bottom-color: #F15A29;
}

.xsp-page .xsp-nav__link--cta {
  margin-left: auto;
  background: #F15A29;
  color: #FFFFFF;
  padding: 10px 20px;
  margin: 0;
  border-radius: 0px;
}

.xsp-page .xsp-nav__link--cta:hover {
  background: #E64A1A;
  color: #FFFFFF;
}

/* ============================================
   ABOUT / BIO GRID (60/40)
   ============================================ */

.xsp-page .xsp-bio-grid {
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 60px;
  align-items: start;
  margin-top: 48px;
}

.xsp-page .xsp-bio-grid__content p {
  font-size: 18px;
  line-height: 1.7;
  color: #3A3A3A;
  margin-bottom: 24px !important;
}

.xsp-page .xsp-bio-grid__content p:last-child {
  margin-bottom: 0 !important;
}

.xsp-page .xsp-bio-grid__content a {
  color: #F15A29;
  text-decoration: none;
  font-weight: 500;
}

.xsp-page .xsp-bio-grid__content a:hover {
  text-decoration: underline;
}

.xsp-page .xsp-bio-grid__sidebar {
  background: #121212;
  padding: 40px 32px;
}

.xsp-page .xsp-bio-grid__sidebar-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #F15A29;
  margin-bottom: 20px !important;
}

.xsp-page .xsp-bio-grid__sidebar-title + .xsp-credentials-list {
  margin-bottom: 32px !important;
}

.xsp-page .xsp-credentials-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0 !important;
}

.xsp-page .xsp-credentials-list li {
  font-size: 15px;
  font-weight: 400;
  color: #DBD9D8;
  line-height: 1.5;
  padding: 10px 0 10px 16px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.xsp-page .xsp-credentials-list li:last-child {
  border-bottom: none;
}

.xsp-page .xsp-credentials-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  width: 4px;
  height: 14px;
  background: #F15A29;
}

/* ============================================
   MID-CTA SECTIONS
   ============================================ */

.xsp-page .xsp-mid-cta {
  background: #F15A29;
  padding: 60px 0;
  text-align: center;
}

.xsp-page .xsp-mid-cta__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.xsp-page .xsp-mid-cta__text {
  font-size: 24px;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0;
}

/* ============================================
   PERSONAL STORY GRID (55/45)
   ============================================ */

.xsp-page .xsp-story {
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 60px;
  align-items: center;
  margin-top: 48px;
}

.xsp-page .xsp-story__content p {
  font-size: 19px;
  line-height: 1.8;
  color: #AEAEAE;
  margin-bottom: 24px !important;
}

.xsp-page .xsp-story__content p:last-child {
  margin-bottom: 0 !important;
}

.xsp-page .xsp-story__content a {
  color: #F15A29;
  text-decoration: none;
  font-weight: 500;
}

.xsp-page .xsp-story__content a:hover {
  text-decoration: underline;
}

.xsp-page .xsp-story__quote {
  font-size: 22px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.5;
  color: #DBD9D8;
  border-left: 4px solid #F15A29;
  padding: 20px 0 20px 28px;
  margin-top: 16px !important;
  margin-bottom: 0 !important;
}

.xsp-page .xsp-story__photo {
  position: relative;
  overflow: hidden;
}

.xsp-page .xsp-story__photo img {
  width: 100%;
  display: block;
  border: 3px solid #F15A29;
}

.xsp-page .xsp-story__photo-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 12px 16px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255,255,255,0.7);
  text-align: center;
}

/* ============================================
   PROCEDURE CARDS GRID
   ============================================ */

.xsp-page .xsp-procedure-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  margin-top: 48px;
}

.xsp-page .xsp-procedure-card {
  background: #121212;
  border: 1px solid #282828;
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.xsp-page .xsp-procedure-card:hover {
  border-color: #F15A29 !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(241, 90, 41, 0.15);
}

.xsp-page .xsp-procedure-card__name {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 16px !important;
  line-height: 1.2;
}

.xsp-page .xsp-procedure-card__desc {
  font-size: 15px;
  font-weight: 400;
  color: #AEAEAE;
  line-height: 1.6;
  margin-bottom: 28px !important;
  flex-grow: 1;
}

.xsp-page .xsp-procedure-card__desc a {
  color: #F15A29;
  text-decoration: none;
  font-weight: 500;
}

.xsp-page .xsp-procedure-card__desc a:hover {
  text-decoration: underline;
}

.xsp-page .xsp-procedure-card__cta {
  display: inline-block;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #DBD9D8 !important;
  border: 1px solid #DBD9D8 !important;
  background: transparent !important;
  padding: 12px 24px;
  text-decoration: none !important;
  text-align: center;
  border-radius: 0px;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.xsp-page .xsp-procedure-card__cta:hover {
  background: transparent !important;
  color: #F15A29 !important;
  border-color: #F15A29 !important;
}

/* ============================================
   VIDEO SECTION
   ============================================ */

.xsp-page .xsp-video-embed {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  margin-top: 48px;
}

.xsp-page .xsp-video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.xsp-page .xsp-video-caption {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #757575;
  margin-top: 20px;
}

/* ============================================
   REVIEWS SECTION
   ============================================ */

.xsp-page .xsp-reviews {
  padding: 80px 0;
}

.xsp-page .xsp-reviews__header {
  text-align: center;
  margin-bottom: 60px;
}

.xsp-page .xsp-reviews__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  margin-top: 48px;
}

.xsp-page .xsp-reviews__card {
  background: #FFFFFF;
  padding: 32px;
  border: 1px solid #E0E0E0;
  border-radius: 0px;
  display: flex;
  flex-direction: column;
}

.xsp-page .xsp-reviews__stars {
  font-size: 16px;
  color: #F15A29;
  margin-bottom: 16px;
}

.xsp-page .xsp-reviews__text {
  font-size: 14px;
  line-height: 1.6;
  color: #3A3A3A;
  margin-bottom: 24px !important;
  flex-grow: 1;
}

.xsp-page .xsp-reviews__name {
  font-size: 14px;
  font-weight: 600;
  color: #121212;
  margin-bottom: 4px !important;
}

.xsp-page .xsp-reviews__source {
  font-size: 12px;
  color: #757575;
  margin-bottom: 0 !important;
}

.xsp-page .xsp-reviews__disclaimer {
  text-align: center;
  font-size: 12px;
  color: #757575;
  margin-top: 40px;
}

/* ============================================
   BEFORE & AFTER GALLERY
   ============================================ */

.xsp-page .xsp-gallery-panels {
  padding: 80px 0;
  background: #121212;
}

.xsp-page .xsp-gallery-panels__header {
  text-align: center;
  margin-bottom: 60px;
}

.xsp-page .xsp-gallery-panels__slider {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 20px;
  padding: 0 0 20px;
  scroll-snap-type: x mandatory;
  max-width: 1240px;
  margin: 0 auto 0;
}

.xsp-page .xsp-gallery-panels__slider::-webkit-scrollbar {
  height: 8px;
}

.xsp-page .xsp-gallery-panels__slider::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.1);
}

.xsp-page .xsp-gallery-panels__slider::-webkit-scrollbar-thumb {
  background: #F15A29;
  border-radius: 4px;
}

.xsp-page .xsp-gallery-panels__panel {
  flex: 0 0 calc(50% - 10px);
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-position: center;
  position: relative;
  scroll-snap-align: start;
  overflow: hidden;
}

.xsp-page .xsp-gallery-panels__panel-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.3) 0%, rgba(241, 90, 41, 0.1) 100%);
  pointer-events: none;
}

.xsp-page .xsp-gallery-panels__panel-title {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FFFFFF;
  background: rgba(0,0,0,0.6);
  padding: 6px 12px;
  z-index: 2;
}

.xsp-page .xsp-gallery-panels__panel-label {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #F15A29;
  background: rgba(0,0,0,0.7);
  padding: 8px 16px;
  z-index: 2;
}

.xsp-page .xsp-gallery-panels__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(241, 90, 41, 0.8);
  color: #FFFFFF;
  border: none;
  width: 50px;
  height: 50px;
  font-size: 28px;
  cursor: pointer;
  z-index: 10;
  transition: background 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.xsp-page .xsp-gallery-panels__nav:hover {
  background: rgba(241, 90, 41, 1);
}

.xsp-page .xsp-gallery-panels__nav--prev {
  left: 20px;
}

.xsp-page .xsp-gallery-panels__nav--next {
  right: 20px;
}

.xsp-page .xsp-gallery-panels__counter {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #DBD9D8;
  margin-top: 24px;
}

.xsp-page .xsp-gallery-panels__counter-current {
  color: #F15A29;
}

.xsp-page .xsp-gallery-panels__counter-total {
  color: #DBD9D8;
}

.xsp-page .xsp-gallery-panels__disclaimer {
  text-align: center;
  font-size: 12px;
  color: #AEAEAE;
  margin-top: 20px;
}

/* ============================================
   FINAL CTA SECTION
   ============================================ */

.xsp-page .xsp-final-cta {
  background: #121212;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.xsp-page .xsp-final-cta__accent {
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(241, 90, 41, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

.xsp-page .xsp-final-cta__heading {
  font-size: 56px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.xsp-page .xsp-final-cta__sub {
  font-size: 18px;
  color: #AEAEAE;
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}

.xsp-page .xsp-final-cta__btn {
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}

.xsp-page .xsp-final-cta__phone {
  font-size: 16px;
  color: #DBD9D8;
  position: relative;
  z-index: 1;
}

.xsp-page .xsp-final-cta__phone a {
  color: #F15A29;
  text-decoration: none;
  font-weight: 600;
}

.xsp-page .xsp-final-cta__phone a:hover {
  text-decoration: underline;
}

/* ============================================
   DISCLAIMER
   ============================================ */

.xsp-page .xsp-disclaimer {
  background: #F5F5F5;
  padding: 60px 0;
}

.xsp-page .xsp-disclaimer__byline {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #757575;
  margin-bottom: 12px;
}

.xsp-page .xsp-disclaimer__text {
  font-size: 13px;
  line-height: 1.6;
  color: #3A3A3A;
  margin-bottom: 0 !important;
}

/* ============================================
   STICKY MOBILE CTA
   ============================================ */

.xsp-page .xsp-sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #121212;
  border-top: 1px solid #282828;
  z-index: 99;
  padding: 12px 0;
}

.xsp-page .xsp-sticky-cta__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.xsp-page .xsp-sticky-cta__phone a {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}

.xsp-page .xsp-sticky-cta__btn {
  background: #F15A29;
  color: #FFFFFF;
  padding: 10px 18px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  text-decoration: none;
}

.xsp-page .xsp-sticky-cta__btn:hover {
  background: #E64A1A;
}

/* ============================================
   RESPONSIVE: Tablet (992px and down)
   ============================================ */

@media (max-width: 992px) {
  .xsp-page .xsp-hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .xsp-page .xsp-hero__content {
    padding: 60px 40px;
    min-height: 400px;
  }

  .xsp-page .xsp-hero__image {
    min-height: 300px;
  }

  .xsp-page .xsp-hero-bio__intro {
    font-size: 15px;
  }

  .xsp-page .xsp-bio-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .xsp-page .xsp-story {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .xsp-page .xsp-procedure-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .xsp-page .xsp-section {
    padding: 60px 0;
  }

  .xsp-page .xsp-nav__inner {
    padding: 0 20px;
  }
}

/* ============================================
   RESPONSIVE: Mobile (768px and down)
   ============================================ */

@media (max-width: 768px) {
  .xsp-page .xsp-hero {
    grid-template-columns: 1fr;
  }

  .xsp-page .xsp-hero__h1 {
    font-size: 48px;
  }

  .xsp-page .xsp-hero-bio__subtitle {
    font-size: 16px;
  }

  .xsp-page .xsp-story__content p {
    font-size: 17px;
  }

  .xsp-page .xsp-story__quote {
    font-size: 19px;
  }

  .xsp-page .xsp-h2 {
    font-size: 36px;
    margin-bottom: 36px !important;
  }

  .xsp-page .xsp-sticky-cta {
    display: flex;
  }

  .xsp-page {
    padding-bottom: 60px;
  }

  .xsp-page .xsp-nav__link {
    font-size: 11px;
    padding: 15px 12px;
  }

  .xsp-page .xsp-nav__link--cta {
    display: none;
  }

  .xsp-page .xsp-gallery-panels__panel {
    flex: 0 0 calc(100% - 0px);
  }

  .xsp-page .xsp-final-cta__heading {
    font-size: 36px;
  }
}

/* ============================================
   RESPONSIVE: Small Mobile (544px and down)
   ============================================ */

@media (max-width: 544px) {
  .xsp-page .xsp-container {
    padding: 0 20px;
  }

  .xsp-page .xsp-procedure-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .xsp-page .xsp-procedure-card {
    padding: 28px 24px;
  }

  .xsp-page .xsp-story__photo img {
    border-width: 2px;
  }

  .xsp-page .xsp-bio-grid__sidebar {
    padding: 32px 24px;
  }

  .xsp-page .xsp-hero-bio__intro {
    font-size: 14px;
  }

  .xsp-page .xsp-hero__h1 {
    font-size: 36px;
  }

  .xsp-page .xsp-h2 {
    font-size: 28px;
  }

  .xsp-page .xsp-hero__content {
    padding: 40px 20px;
  }

  .xsp-page .xsp-reviews__grid {
    grid-template-columns: 1fr;
  }

  .xsp-page .xsp-gallery-panels__nav {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .xsp-page .xsp-gallery-panels__nav--prev {
    left: 10px;
  }

  .xsp-page .xsp-gallery-panels__nav--next {
    right: 10px;
  }

  .xsp-page .xsp-final-cta {
    padding: 60px 0;
  }

  .xsp-page .xsp-final-cta__heading {
    font-size: 28px;
  }

  .xsp-page .xsp-nav__inner {
    overflow-x: auto;
    padding: 0 10px;
  }
}
