html,
body {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  background: #f5f5f5;
  color: #111;
  overflow-x: hidden;
}

/* =========================
   GLOBAL
========================= */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 14px;
}

.btn-white {
  background: #fff;
  color: #000;
}

.btn-red {
  background: #e60012;
  color: #fff;
}

/* =========================
   HERO / HOME
========================= */

.hero {
  height: 100vh;
  background-image: url("hero.png");
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.45);
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.logo-shine-wrap {
  position: relative;
  display: inline-block;
  overflow: visible;
  line-height: 0;
}

.hero-logo {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 520px;
  display: block;
  margin: 0 auto;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.hero .logo-shine-wrap > .sparkle {
  top: 12% !important;
  animation:
    sparkleMove 5s infinite,
    sparklePulse 5s infinite;
}

@media (min-width: 901px) {
  .hero .logo-shine-wrap > .sparkle {
    top: -6px !important;
  }
}

.hero-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
}

.hero-buttons .btn {
  min-width: 150px;
  text-align: center;
}

/* =========================
   HOME V2
========================= */

.home-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 78px;
  padding: 12px 32px;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.home-brand {
  display: inline-flex;
  align-items: center;
  width: 126px;
  line-height: 0;
}

.home-brand img {
  width: 100%;
  height: auto;
  display: block;
}

.home-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.home-nav a,
.home-call {
  color: #2b3034;
  text-decoration: none;
  font-family: "Inter", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.home-nav a:hover,
.home-call:hover {
  color: #e60012;
}

.home-header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.home-booking,
.home-primary,
.home-secondary,
.home-service-card a,
.home-zone a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 900;
}

.home-booking,
.home-primary {
  background: #e60012;
  color: #fff;
  box-shadow: 0 16px 38px rgba(230, 0, 18, 0.28);
}

.home-booking {
  min-height: 46px;
  padding: 0 22px;
  border-radius: 8px;
  font-size: 14px;
}

.home-primary,
.home-secondary {
  min-height: 56px;
  padding: 0 26px;
  border-radius: 8px;
  font-size: 15px;
}

.home-secondary {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.08);
}

.home-hero {
  position: relative;
  min-height: 720px;
  padding: 160px 6% 88px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #111416;
}

.home-hero-media,
.home-hero-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.home-hero-media {
  background-image: url("hero.png");
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.home-hero-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.82) 0%,
      rgba(0, 0, 0, 0.62) 38%,
      rgba(0, 0, 0, 0.30) 72%,
      rgba(0, 0, 0, 0.22) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.25) 0%,
      rgba(0, 0, 0, 0.72) 100%
    );
}

.home-hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.home-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}

.home-proof-row span {
  padding: 10px 14px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-family: "Inter", Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.home-hero h1 {
  margin: 0;
  max-width: 760px;
  font-family: "Inter", Arial, sans-serif;
  font-size: 66px;
  line-height: 0.96;
  letter-spacing: 0;
  color: #fff;
}

.home-hero p {
  max-width: 630px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 20px;
  line-height: 1.55;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.home-trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 700;
}

.home-intro,
.home-services,
.home-before-after,
.home-zone,
.home-final-cta {
  position: relative;
  padding: 86px 6%;
  background: #f5f5f5;
}

.home-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 64px;
  align-items: center;
}

.home-intro-copy span,
.home-section-heading span,
.home-zone span,
.before-after-copy span {
  color: #e60012;
  font-family: "Inter", Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.home-intro-copy h2,
.home-section-heading h2,
.home-zone h2,
.home-final-cta h2 {
  margin: 12px 0 0;
  font-family: "Inter", Arial, sans-serif;
  font-size: 42px;
  line-height: 1.05;
  letter-spacing: 0;
  color: #111;
}

.home-intro-copy p,
.home-zone p,
.home-final-cta p {
  margin: 22px 0 0;
  color: #555;
  font-size: 18px;
  line-height: 1.65;
}

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

.home-feature-grid article {
  min-height: 178px;
  padding: 24px;
  border: 1px solid #e1e1e1;
  background: #fff;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.08);
}

.home-feature-grid strong {
  display: block;
  color: #111;
  font-family: "Inter", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.25;
}

.home-feature-grid p {
  margin: 14px 0 0;
  color: #666;
  font-size: 15px;
  line-height: 1.55;
}

.home-services,
.home-before-after {
  background:
    linear-gradient(
      135deg,
      rgba(230, 0, 18, 0.18) 0,
      rgba(230, 0, 18, 0.04) 28%,
      transparent 52%
    ),
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.055) 0,
      rgba(255, 255, 255, 0.055) 1px,
      transparent 1px,
      transparent 9px
    ),
    #0d0d0f;
  box-shadow:
    0 -22px 55px rgba(0, 0, 0, 0.12),
    0 28px 70px rgba(0, 0, 0, 0.18);
  color: #fff;
}

.home-section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.home-services .home-section-heading h2,
.home-before-after h2 {
  color: #fff;
}

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

.home-service-card {
  overflow: hidden;
  background: #fff;
  color: #111;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease;
}

.home-service-card:hover {
  transform: translateY(-6px) scale(1.012);
  box-shadow: 0 34px 82px rgba(0, 0, 0, 0.30);
}

.home-service-card img {
  width: 100%;
  height: 290px;
  display: block;
  object-fit: cover;
}

.home-service-card > div {
  padding: 32px;
}

.home-service-card h3 {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  font-size: 30px;
  line-height: 1.05;
  text-transform: uppercase;
}

.home-service-card p {
  margin: 18px 0 0;
  color: #555;
  line-height: 1.6;
}

.home-price-row {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-top: 22px;
}

.home-price-row strong {
  color: #e60012;
  font-family: "Inter", Arial, sans-serif;
  font-size: 32px;
}

.home-price-row span {
  color: #777;
  font-weight: 800;
}

.home-service-card a {
  width: 100%;
  min-height: 52px;
  margin-top: 26px;
  color: #fff;
  background: #111;
  border-radius: 8px;
  transition:
    background 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.home-service-card a:hover {
  background: #e60012;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(230, 0, 18, 0.24);
}

.home-before-after {
  padding-top: 82px;
}

.home-before-after .before-after-slider {
  margin-left: auto;
  margin-right: auto;
}

.home-zone {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  background: #f5f5f5;
}

.home-zone a {
  min-height: 54px;
  padding: 0 24px;
  color: #fff;
  background: #111;
  border-radius: 8px;
}

.home-final-cta {
  text-align: center;
  background:
    linear-gradient(
      135deg,
      rgba(230, 0, 18, 0.18) 0,
      rgba(230, 0, 18, 0.04) 28%,
      transparent 52%
    ),
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.055) 0,
      rgba(255, 255, 255, 0.055) 1px,
      transparent 1px,
      transparent 9px
    ),
    #0d0d0f;
  box-shadow:
    0 -22px 55px rgba(0, 0, 0, 0.12),
    0 28px 70px rgba(0, 0, 0, 0.18);
  color: #fff;
}

.home-final-cta h2 {
  color: #fff;
}

.home-final-cta p {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.78);
}

.home-final-cta > div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

/* =========================
   SPARKLE ANIMATION
========================= */

.sparkle {
  position: absolute;
  top: 12%;
  left: -30px;

  width: 8px;
  height: 8px;

  background: #eaf7ff;
  border-radius: 50%;

  box-shadow:
    0 0 6px #fff,
    0 0 14px #bdefff,
    0 0 24px rgba(160, 230, 255, 0.95);

  animation:
    sparkleMove 5s infinite,
    sparklePulse 5s infinite;

  z-index: 30;
}

@keyframes sparkleMove {
  0% {
    left: 8%;
    opacity: 0;
  }

  8% {
    opacity: 1;
  }

  45% {
    left: 92%;
    opacity: 1;
  }

  55% {
    opacity: 0;
  }

  100% {
    left: 92%;
    opacity: 0;
  }
}

@keyframes sparklePulse {
  0%,
  22%,
  34%,
  100% {
    transform: scale(0.9);
    filter: brightness(1);
  }

  28% {
    transform: scale(1.8);
    filter: brightness(2.4);
  }
}

.sparkle::before,
.sparkle::after {
  content: "";
  position: absolute;

  background:
    linear-gradient(
      90deg,
      transparent,
      #c8f3ff,
      transparent
    );

  border-radius: 999px;
}

.sparkle::before {
  width: 2px;
  height: 24px;
  left: 3px;
  top: -8px;
}

.sparkle::after {
  width: 24px;
  height: 2px;
  left: -8px;
  top: 3px;
}

/* =========================
   PAGE BASE
========================= */

.services-page,
.services,
.booking-page {
  min-height: 100vh;
  padding: 60px 6% 100px;
  color: #111;
}

.services-page,
.services {
  position: relative;
  background-color: #111416;
  background-image:
    linear-gradient(
      130deg,
      rgba(230, 0, 18, 0.30) 0%,
      rgba(115, 0, 9, 0.18) 26%,
      rgba(18, 20, 22, 0.78) 58%,
      rgba(7, 8, 9, 0.96) 100%
    ),
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.045) 0,
      rgba(255, 255, 255, 0.045) 1px,
      transparent 1px,
      transparent 7px,
      rgba(0, 0, 0, 0.24) 7px,
      rgba(0, 0, 0, 0.24) 8px,
      transparent 8px,
      transparent 14px
    ),
    linear-gradient(
      145deg,
      #08090a 0%,
      #141516 46%,
      #24282b 100%
    );
}

.booking-page {
  position: relative;
  background-color: #111416;
  background-image:
    linear-gradient(
      130deg,
      rgba(230, 0, 18, 0.30) 0%,
      rgba(115, 0, 9, 0.18) 26%,
      rgba(18, 20, 22, 0.78) 58%,
      rgba(7, 8, 9, 0.96) 100%
    ),
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.045) 0,
      rgba(255, 255, 255, 0.045) 1px,
      transparent 1px,
      transparent 7px,
      rgba(0, 0, 0, 0.24) 7px,
      rgba(0, 0, 0, 0.24) 8px,
      transparent 8px,
      transparent 14px
    ),
    linear-gradient(
      145deg,
      #08090a 0%,
      #141516 46%,
      #24282b 100%
    );

  overflow: hidden;
}

@media (min-width: 901px) {
  .services-page,
  .services,
  .booking-page {
    background-color: #22272a;
    background-image:
      radial-gradient(
        circle at 10% 8%,
        rgba(230, 0, 18, 0.22) 0,
        rgba(230, 0, 18, 0.10) 260px,
        transparent 560px
      ),
      linear-gradient(
        130deg,
        rgba(230, 0, 18, 0.34) 0%,
        rgba(146, 7, 18, 0.26) 23%,
        rgba(59, 28, 31, 0.24) 42%,
        rgba(31, 35, 38, 0.94) 70%,
        #252a2d 100%
      );
  }

  .services-page::before,
  .services::before,
  .booking-page::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
    background-image:
      repeating-linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.052) 0,
        rgba(255, 255, 255, 0.052) 1px,
        transparent 1px,
        transparent 12px
      ),
      repeating-linear-gradient(
        135deg,
        transparent 0,
        transparent 7px,
        rgba(230, 0, 18, 0.044) 7px,
        rgba(230, 0, 18, 0.044) 8px,
        transparent 8px,
        transparent 16px
      );
    opacity: 0.72;
    filter: blur(0.35px);
  }

  .services-page > *,
  .services > *,
  .booking-page > * {
    position: relative;
    z-index: 1;
  }
}

.booking-page::before {
  content: none;
}

.booking-page > * {
  position: relative;
  z-index: 1;
}

/* =========================
   SECTION TITLE
========================= */

.section-title {
  text-align: center;
  margin-bottom: 60px;
}

.services-page > .section-title {
  margin-top: -8px;
}

.section-title span {
  color: #e60012;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.section-title h2 {
  font-size: 44px;
  margin: 15px 0;
}

.section-title p {
  font-size: 18px;
  color: #555;
}

.services-page .section-title h1,
.services-page .section-title h2,
.booking-page .section-title h1,
.booking-page .section-title h2 {
  color: #fff;
}

.services-page .section-title p,
.booking-page .section-title p {
  color: rgba(255, 255, 255, 0.70);
}

/* =========================
   BEFORE / AFTER SLIDER
========================= */

.before-after-section {
  max-width: 760px;
  margin: 92px auto 0;
  text-align: center;
}

.before-after-copy {
  max-width: 620px;
  margin: 0 auto 22px;
}

.before-after-copy span {
  color: #e60012;
  font-family: "Inter", Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.before-after-copy h3 {
  margin: 8px 0 10px;
  font-family: "Inter", Arial, sans-serif;
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}

.before-after-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.6;
}

.before-after-slider {
  --position: 50%;
  position: relative;
  max-width: 600px;
  aspect-ratio: 4 / 3;
  min-height: 0;
  margin: 0 auto;
  overflow: hidden;
  background: #111;
  border: 1px solid #d8d8d8;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.16);
}

.before-after-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  user-select: none;
  pointer-events: none;
}

.before-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  clip-path: inset(0 calc(100% - var(--position)) 0 0);
}

.before-layer .before-img {
  width: 100%;
}

.before-after-label {
  position: absolute;
  top: 18px;
  z-index: 5;
  padding: 8px 11px;
  background: rgba(17, 17, 17, 0.84);
  color: #fff;
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.before-label {
  left: 18px;
  background: #e60012;
}

.after-label {
  right: 18px;
}

.before-after-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--position);
  z-index: 4;
  width: 3px;
  background: #fff;
  transform: translateX(-50%);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.34);
}

.before-after-handle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 46px;
  height: 46px;
  background: #e60012;
  border: 3px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
}

.before-after-handle span {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 46px;
  height: 46px;
  transform: translate(-50%, -50%);
}

.before-after-handle span::before,
.before-after-handle span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
}

.before-after-handle span::before {
  left: 13px;
  transform: translateY(-50%) rotate(-45deg);
}

.before-after-handle span::after {
  right: 13px;
  transform: translateY(-50%) rotate(135deg);
}

.before-after-range {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
}

/* =========================
   BACK BUTTON
========================= */

.back-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  width: fit-content;
  margin-bottom: 28px;
  padding: 10px 14px;

  background: #111;
  color: #fff;

  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;

  font-family: "Inter", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;

  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;

  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.14);

  transition:
    transform 0.18s ease,
    background 0.18s ease,
    box-shadow 0.18s ease;
}

.back-btn:hover {
  background: #e60012;
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(230, 0, 18, 0.24);
}

/* =========================
   SERVICES PAGE
========================= */

.service-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 34px;
}

.two-services {
  max-width: 1100px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-card {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

.square-card {
  border-radius: 0;
  min-height: 700px;
  border: 1px solid #d8d8d8;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.square-card:hover {
  transform: scale(1.035);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.18);
}

.square-card img {
  width: 100%;
  height: 320px;
  display: block;
  object-fit: cover;
  border-radius: 0;
}

.square-card .service-content {
  padding: 42px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.service-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: flex-start;
  column-gap: 30px;
  margin-bottom: 42px;
  padding-bottom: 28px;
  border-bottom: 1px solid #ddd;
}

.service-heading h3 {
  font-family: "Inter", Arial, sans-serif;
  font-size: 32px;
  line-height: 1.05;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin: 0;
}

.price-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  min-width: 210px;
}

.price-row strong {
  font-family: "Inter", Arial, sans-serif;
  font-size: 31px;
  font-weight: 900;
  color: #e60012;
  white-space: nowrap;
}

.service-time {
  font-family: "Inter", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #8f8f8f;
  white-space: nowrap;
  margin-top: 3px;
}

.service-intro {
  font-weight: 700;
  color: #333;
  margin: 0 0 24px;
}

.service-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 32px;
  flex: 1;
}

.service-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 18px;
  line-height: 1.6;
  color: #333;
  font-size: 16px;
}

.service-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #e60012;
  font-weight: 900;
}

.service-btn {
  display: block;
  text-align: center;
  background: #111;
  color: #fff;
  text-decoration: none;
  padding: 18px;
  border-radius: 0;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  transition: background 0.25s ease;
}

.service-btn:hover {
  background: #e60012;
}

/* =========================
   SEO CONTENT
========================= */

.hero-seo {
  display: none !important;
  max-width: 620px;
  margin: 22px auto 0;
  padding: 0 20px;
  text-align: center;
  color: #fff;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.62);
}

.hero-seo h1 {
  margin: 0 0 8px;
  font-family: "Inter", Arial, sans-serif;
  font-size: 26px;
  line-height: 1.12;
  text-transform: uppercase;
}

.hero-seo p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.5;
}

.seo-content-section {
  max-width: none;
  margin: 94px calc(-6vw) 0;
  padding: 72px 6%;
  background:
    linear-gradient(
      135deg,
      rgba(230, 0, 18, 0.18) 0,
      rgba(230, 0, 18, 0.04) 28%,
      transparent 52%
    ),
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.055) 0,
      rgba(255, 255, 255, 0.055) 1px,
      transparent 1px,
      transparent 9px
    ),
    #0d0d0f;
  box-shadow:
    0 -22px 55px rgba(0, 0, 0, 0.12),
    0 28px 70px rgba(0, 0, 0, 0.18);
}

.seo-content-inner {
  max-width: 1100px;
  margin: 0 auto;
  background: transparent;
  border: none;
  padding: 0;
  box-shadow: none;
}

.seo-article {
  max-width: 880px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #dedede;
  padding: 38px;
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.10);
}

.seo-content-inner span {
  color: #e60012;
  font-family: "Inter", Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.seo-content-inner h2,
.seo-article h2 {
  margin: 12px 0 14px;
  font-family: "Inter", Arial, sans-serif;
  font-size: 30px;
  line-height: 1.1;
  text-transform: uppercase;
}

.seo-content-inner p,
.seo-article p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.7;
}

.seo-content-inner p {
  color: rgba(255, 255, 255, 0.76);
}

.seo-article p {
  color: #444;
}

.seo-content-inner h2 {
  max-width: 640px;
  color: #fff;
}

.seo-content-inner p {
  max-width: 980px;
}

.seo-links,
.seo-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.seo-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 16px;
  background: #fff;
  color: #111;
  border-radius: 0;
  font-family: "Inter", Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s ease, transform 0.2s ease;
}

.seo-links a:last-child {
  background: #e60012;
  color: #fff;
}

.seo-links a:hover {
  background: #e60012;
  color: #fff;
  transform: translateY(-2px);
}

.seo-page .section-title h1 {
  font-size: 44px;
  margin: 15px 0;
}

.seo-article h2:not(:first-child) {
  margin-top: 34px;
}

.info-grid {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.info-panel {
  background: #fff;
  border: 1px solid #dedede;
  padding: 32px;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.10);
}

.info-panel h2,
.info-panel h3 {
  margin: 0 0 14px;
  font-family: "Inter", Arial, sans-serif;
  font-size: 25px;
  line-height: 1.12;
  text-transform: uppercase;
}

.info-panel p,
.info-panel li {
  color: #444;
  font-size: 16px;
  line-height: 1.7;
}

.info-panel ul {
  margin: 0;
  padding-left: 20px;
}

.info-panel.full {
  grid-column: 1 / -1;
}

.faq-list {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

.faq-item {
  background: #fff;
  border: 1px solid #dedede;
  padding: 28px;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.09);
}

.faq-item h2 {
  margin: 0 0 12px;
  font-family: "Inter", Arial, sans-serif;
  font-size: 22px;
  line-height: 1.15;
  text-transform: uppercase;
}

.faq-item p {
  margin: 0;
  color: #444;
  font-size: 16px;
  line-height: 1.7;
}

.site-footer {
  max-width: 1100px;
  margin: 86px auto 0;
  padding: 30px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.86);
  font-family: "Inter", Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.8px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-links a:hover {
  color: #e60012;
}

.site-footer p {
  margin: 16px 0 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
}

/* =========================
   BOOKING TOPBAR
========================= */

.booking-topbar {
  position: relative;
  height: 190px;
  margin: -60px calc(-6vw) 50px;

  background-image: url("hero.png");
  background-size: cover;
  background-position: center;

  overflow: hidden;

  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.16);
}

.booking-topbar-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.62),
      rgba(0, 0, 0, 0.52)
    );
}

.booking-topbar-inner {
  position: relative;
  z-index: 2;

  width: 100%;
  height: 100%;

  display: flex;
  align-items: center;
  justify-content: center;

  padding-top: 18px;
}

.booking-top-logo {
  width: 100%;
  max-width: 240px;
  display: block;

  transform: translateY(8px);

  filter:
    drop-shadow(0 8px 18px rgba(0, 0, 0, 0.35));
}

.booking-topbar .logo-shine-wrap {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.booking-topbar .sparkle {
  top: 2px;
  right: -10px;
  left: auto;
}

/* =========================
   BOOKING BOX
========================= */

.booking-box {
  max-width: 850px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.985);
  padding: 35px;
  border-radius: 28px;

  box-shadow:
    0 32px 85px rgba(0, 0, 0, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.92);
}

.booking-step select,
.booking-step input,
.booking-step textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 14px;
  font-size: 16px;
  margin-bottom: 12px;
}

/* =========================
   BOOKING OPTIONS
========================= */

.booking-option {
  display: flex;
  align-items: flex-start;
  gap: 18px;

  background: #fafafa;
  border: 1px solid #e2e2e2;
  border-radius: 18px;

  padding: 20px;
  margin-bottom: 16px;

  cursor: pointer;

  transition:
    border-color 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.booking-option:hover {
  border-color: #e60012;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.booking-option input[type="checkbox"] {
  appearance: none;

  min-width: 24px;
  width: 24px;
  height: 24px;

  border-radius: 8px;
  border: 2px solid #d0d0d0;

  margin-top: 2px;

  background: white;
  position: relative;
  cursor: pointer;

  transition:
    background 0.2s ease,
    border-color 0.2s ease;
}

.booking-option input[type="checkbox"]:checked {
  background: #e60012;
  border-color: #e60012;
}

.booking-option input[type="checkbox"]:checked::after {
  content: "✓";

  position: absolute;
  left: 5px;
  top: 1px;

  color: white;
  font-size: 14px;
  font-weight: 900;
}

.booking-option span {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
}

.booking-option strong {
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  color: #111;
}

.booking-option small {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}

.booking-option b {
  color: #e60012;
  font-size: 18px;
  font-family: "Inter", Arial, sans-serif;
}

.required-option {
  border-left: 4px solid #e60012;
}

.booking-total {
  display: flex;
  justify-content: space-between;
  align-items: center;

  margin-top: 24px;
  padding: 22px;

  border-radius: 18px;
  background: #111;
  color: white;
}

.booking-total span {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

.booking-total strong {
  font-family: "Inter", Arial, sans-serif;
  font-size: 34px;
  color: #fff;
}

/* =========================
   CALENDAR
========================= */

.calendar-header {
  max-width: 620px;
  margin: 35px auto 22px;

  display: grid;
  grid-template-columns: 52px 1fr 52px;
  align-items: center;
  gap: 18px;
}

.calendar-header h3 {
  margin: 0;
  text-align: center;

  font-size: 30px;
  font-weight: 900;
  color: #111;
}

.calendar-header button {
  width: 52px;
  height: 52px;

  border: none;
  border-radius: 14px;

  background: #111;
  color: transparent;

  position: relative;
  cursor: pointer;

  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);

  transition:
    background 0.18s ease,
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.calendar-header button:hover {
  background: #e60012;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(230, 0, 18, 0.24);
}

.calendar-header button::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  color: white;

  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

#prevMonth::before {
  content: "‹";
}

#nextMonth::before {
  content: "›";
}

.calendar-weekdays,
.calendar-grid {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;

  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}

.calendar-day {
  width: 100%;
  height: 62px;

  border: none;
  border-radius: 16px;

  background: #f0f0f0;
  font-weight: 800;

  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;
}

.calendar-day.selected {
  background: #e60012;
  color: #fff;
}

.calendar-day.disabled {
  opacity: 0.25;
  cursor: not-allowed;
}

/* =========================
   SLOTS BUTTONS
========================= */

.slots-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 12px;
}

.slot-btn {
  border: none;
  background: #111;
  color: white;

  border-radius: 14px;
  padding: 16px 18px;

  font-family: "Inter", Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;

  letter-spacing: 0.5px;
  cursor: pointer;

  transition:
    transform 0.18s ease,
    background 0.18s ease,
    box-shadow 0.18s ease;

  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.12);
}

.slot-btn:hover {
  background: #e60012;
  transform: translateY(-2px);
  box-shadow:
    0 14px 28px rgba(230, 0, 18, 0.22);
}

.slot-btn.selected {
  background: #e60012;
  box-shadow:
    0 16px 34px rgba(230, 0, 18, 0.28);
}

.slot-btn.disabled {
  opacity: 0.35;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

/* =========================
   BOOKING SUBMIT
========================= */

.booking-submit {
  width: auto;

  border: none;
  border-radius: 10px;

  background: #e60012;
  color: #fff !important;

  font-family: "Inter", Arial, sans-serif;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 900;

  padding: 18px;

  box-shadow: 0 14px 32px rgba(230, 0, 18, 0.22);

  cursor: pointer;

  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease;
}

.booking-submit:hover {
  transform: translateY(-2px);
  background: #c90010;
  box-shadow: 0 18px 40px rgba(230, 0, 18, 0.30);
}

/* =========================
   PHONE COUNTRY SELECTOR
========================= */

.iti {
  width: 100%;
  margin-bottom: 12px;
}

.iti input {
  padding-left: 96px !important;
  box-sizing: border-box;
}

.iti__selected-country {
  border-radius: 14px 0 0 14px;
}

.iti__country-list {
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
  border: 1px solid #ddd;
}

.iti__country.iti__highlight {
  background: rgba(230, 0, 18, 0.08);
}

.iti__dial-code {
  color: #666;
}

/* =========================
   ADDRESS AUTOCOMPLETE
========================= */

.address-autocomplete {
  position: relative;
}

.address-suggestions {
  display: none;
  position: absolute;
  top: calc(100% - 8px);
  left: 0;
  right: 0;
  z-index: 1000;

  background: #fff;
  border: 1px solid #ddd;
  border-radius: 14px;
  overflow: hidden;

  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

.address-suggestions.active {
  display: block;
}

.address-suggestion {
  width: 100%;
  border: none;

  background: #fff;
  color: #111;

  text-align: left;
  padding: 14px 16px;

  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.35;

  cursor: pointer;
}

.address-suggestion:hover {
  background: rgba(230, 0, 18, 0.08);
  color: #e60012;
}

/* =========================
   ADMIN / CANCEL
========================= */

.secret-admin-btn {
  position: fixed;
  top: 10px;
  right: 10px;

  width: 10px;
  height: 10px;

  background: #e60012;
  border-radius: 50%;

  z-index: 99999;
  opacity: 0.18;
}

.cancel-hero {
  min-height: 100vh;
}

.cancel-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 35px;
  gap: 18px;
}

.cancel-logo {
  max-width: 320px;
  width: 70%;
  margin-bottom: 5px;
}

.cancel-card {
  position: relative;
  z-index: 10;

  background: rgba(255, 255, 255, 0.96);
  padding: 34px;
  border-radius: 26px;

  text-align: center;
  max-width: 520px;
  width: 90%;

  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.45);
}

.cancel-card h1 {
  color: #111;
  font-size: 34px;
  margin: 0 0 14px;
}

.cancel-card p {
  color: #444;
  font-size: 17px;
  margin-bottom: 26px;
  line-height: 1.6;
}

.cancel-card .btn {
  margin: 0 auto;
}

/* =========================
   IOS PHONE ZOOM FIX
========================= */

@supports (-webkit-touch-callout: none) {
  .iti input,
  .iti__selected-country,
  .iti__country-list,
  .iti__country,
  .iti__search-input {
    font-size: 16px !important;
  }

  #clientPhone {
    font-size: 16px !important;
  }
}

/* =========================
   RESPONSIVE TABLET
========================= */

@media (max-width: 1100px) {
  .two-services {
    max-width: 780px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .square-card {
    min-height: 680px;
  }
}

/* =========================
   RESPONSIVE MOBILE
========================= */

@media (max-width: 900px) {
  .home-header {
    grid-template-columns: auto auto;
    min-height: 70px;
    padding: 10px 18px;
  }

  .home-brand {
    width: 104px;
  }

  .home-nav {
    display: none;
  }

  .home-header-actions {
    justify-content: flex-end;
    gap: 10px;
  }

  .home-call {
    display: none;
  }

  .home-booking {
    min-height: 42px;
    padding: 0 16px;
    border-radius: 8px;
    font-size: 13px;
  }

  .home-hero {
    min-height: 690px;
    padding: 118px 18px 54px;
    align-items: flex-end;
  }

  .home-hero-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.22) 0%,
        rgba(0, 0, 0, 0.58) 42%,
        rgba(0, 0, 0, 0.86) 100%
      );
  }

  .home-proof-row {
    gap: 8px;
    margin-bottom: 18px;
  }

  .home-proof-row span {
    padding: 8px 10px;
    font-size: 11px;
  }

  .home-hero h1 {
    font-size: 42px;
    line-height: 1.02;
  }

  .home-hero p {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.55;
  }

  .home-hero-actions {
    flex-direction: column;
    margin-top: 24px;
  }

  .home-primary,
  .home-secondary {
    width: 100%;
    min-height: 54px;
  }

  .home-trust-line {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    font-size: 13px;
  }

  .home-intro,
  .home-services,
  .home-before-after,
  .home-zone,
  .home-final-cta {
    padding: 58px 18px;
  }

  .home-intro,
  .home-zone {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .home-intro-copy h2,
  .home-section-heading h2,
  .home-zone h2,
  .home-final-cta h2 {
    font-size: 31px;
    line-height: 1.12;
  }

  .home-intro-copy p,
  .home-zone p,
  .home-final-cta p {
    font-size: 16px;
  }

  .home-feature-grid,
  .home-service-grid {
    grid-template-columns: 1fr;
  }

  .home-feature-grid article {
    min-height: 0;
  }

  .home-service-card img {
    height: 230px;
  }

  .home-service-card > div {
    padding: 26px;
  }

  .home-service-card h3 {
    font-size: 26px;
  }

  .home-price-row strong {
    font-size: 28px;
  }

  .hero {
    background-position: center;
  }

  .hero-overlay {
    background: rgba(0, 0, 0, 0.58);
  }

  .hero-logo {
    max-width: 320px;
  }

  .logo-shine-wrap {
    max-width: 320px;
  }

  .hero .logo-shine-wrap .sparkle {
    top: 6px !important;
    animation:
      heroSparkleMoveMobile 5s infinite,
      sparklePulse 5s infinite;
  }

  .hero-buttons {
    gap: 18px;
    margin-top: 30px;
  }

  .hero-buttons .btn {
    min-width: 150px;
  }

  .hero-seo {
    display: none;
  }

  .hero-seo h1 {
    font-size: 20px;
  }

  .hero-seo p {
    font-size: 14px;
  }

  .services-page,
  .services,
  .booking-page {
    padding: 0 18px 80px;
  }

  .services-page > .booking-topbar {
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
  }

  .booking-page > .booking-topbar,
  .services-page > .booking-topbar {
    height: 118px !important;
    margin-top: 0 !important;
    margin-bottom: 34px !important;
  }

  .booking-topbar-inner {
    padding-top: 0 !important;
  }

  .booking-top-logo {
    width: 178px !important;
    max-width: 178px !important;
    height: auto;
    margin: 0 auto;
    transform: translateY(0) !important;
  }

  .booking-topbar .logo-shine-wrap .sparkle {
    top: 4px !important;
    animation:
      bookingSparkleMoveMobile 5s infinite,
      sparklePulse 5s infinite;
  }

  .section-title {
    margin-bottom: 40px;
  }

  .section-title span {
    font-size: 13px;
  }

  .section-title h2 {
    font-size: 32px;
    line-height: 1.1;
  }

  .section-title p {
    font-size: 16px;
    line-height: 1.5;
  }

  .before-after-section {
    max-width: 430px;
    margin-top: 58px;
    margin-bottom: 0;
  }

  .before-after-copy {
    text-align: center;
    margin-bottom: 18px;
  }

  .before-after-copy h3 {
    font-size: 25px;
  }

  .seo-content-section {
    margin: 58px -18px 0;
    padding: 46px 18px;
  }

  .seo-article {
    padding: 26px;
  }

  .seo-content-inner h2,
  .seo-article h2,
  .seo-page .section-title h1 {
    font-size: 28px;
    line-height: 1.12;
  }

  .seo-links,
  .seo-cta {
    flex-direction: column;
  }

  .info-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .info-panel,
  .faq-item {
    padding: 24px;
  }

  .site-footer {
    margin-top: 58px;
  }

  .footer-links {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .before-after-slider {
    aspect-ratio: 4 / 3;
    min-height: 0;
  }

  .back-btn {
    margin-left: 2px;
    margin-bottom: 24px;
    padding: 9px 13px;
    font-size: 12px;
  }

  .service-grid,
  .two-services {
    grid-template-columns: 1fr;
    max-width: 430px;
    gap: 26px;
  }

  .square-card {
    min-height: 0;
  }

  .square-card img {
    height: 260px;
  }

  .square-card .service-content {
    padding: 30px;
  }

  .service-heading {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: flex-start;
    column-gap: 18px;
  }

  .service-heading h3 {
    font-size: 28px;
  }

  .price-row {
    min-width: 0;
    width: auto;
    justify-content: flex-end;
  }

  .price-row strong {
    font-size: 29px;
  }

  .booking-box {
    padding: 22px;
    border-radius: 18px;
  }

  .booking-option {
    padding: 18px;
  }

  .booking-total {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .booking-total strong {
    font-size: 28px;
  }

  .calendar-header {
    max-width: 100%;
    gap: 12px;
  }

  .calendar-header h3 {
    font-size: 22px;
  }

  .calendar-weekdays,
  .calendar-grid {
    max-width: 100%;
    gap: 7px;
  }

  .calendar-day {
    height: 44px;
    border-radius: 10px;
  }

  .slot-btn {
    appearance: none;

    background: #111 !important;
    color: white !important;

    border: none !important;
    border-radius: 14px !important;

    padding: 16px 14px !important;

    font-size: 14px !important;
    font-weight: 800 !important;

    box-shadow:
      0 10px 24px rgba(0, 0, 0, 0.12) !important;
  }

  .slot-btn.selected {
    background: #e60012 !important;
  }

  .booking-submit {
    width: 100%;
    border-radius: 12px;
  }
}

@keyframes bookingSparkleMoveMobile {
  0% {
    left: 16%;
    opacity: 0;
  }

  8% {
    opacity: 1;
  }

  45% {
    left: 84%;
    opacity: 1;
  }

  55% {
    opacity: 0;
  }

  100% {
    left: 84%;
    opacity: 0;
  }
}

@keyframes heroSparkleMoveMobile {
  0% {
    left: 13%;
    opacity: 0;
  }

  8% {
    opacity: 1;
  }

  45% {
    left: 87%;
    opacity: 1;
  }

  55% {
    opacity: 0;
  }

  100% {
    left: 87%;
    opacity: 0;
  }
}

@media (max-width: 600px) {
  .iti__country-list {
    max-width: 90vw;
  }
}

@media (max-width: 480px) {
  .hero-buttons {
    width: 90vw;
  }

  .hero-buttons .btn {
    min-width: 0;
    width: 100%;
  }

  .square-card img {
    height: 230px;
  }

  .service-heading h3 {
    font-size: 25px;
    line-height: 1.15;
  }

  .price-row strong {
    font-size: 27px;
  }

  .service-time {
    font-size: 14px;
  }

  .booking-option {
    gap: 14px;
  }

  .booking-option strong {
    font-size: 15px;
  }

  .booking-option small {
    font-size: 13px;
  }

  .booking-total strong {
    font-size: 24px;
  }
}

/* =========================
   MOBILE LOGO SHINE FINAL POSITION
========================= */

@media (max-width: 900px) {
  .hero .logo-shine-wrap > .sparkle {
    top: -4px !important;
  }

  .booking-topbar .logo-shine-wrap > .sparkle {
    top: -5px !important;
    right: auto !important;
  }
}
