/* ══════════════════════════════════════
   SERVICE HERO
══════════════════════════════════════ */
.svc-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding: 100px 32px;
}
.svc-hero-bg {
  position: absolute;
  inset: 0;
  background: url("https://images.unsplash.com/photo-1529156069898-49953e39b3ac?w=1600&q=85")
    center 30% / cover no-repeat;
  transform: scale(1.08);
  transition: transform 2.4s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}
.svc-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to bottom,
      rgba(18, 8, 5, 0.42) 0%,
      rgba(18, 8, 5, 0.72) 60%,
      var(--dark) 100%
    ),
    radial-gradient(
      ellipse at 35% 55%,
      rgba(139, 26, 47, 0.22) 0%,
      transparent 55%
    );
}
.svc-hero-bg.loaded {
  animation: svcHeroPan 22s ease-in-out 2.4s infinite;
}
@keyframes svcHeroPan {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05) translateX(6px);
  }
}
.svc-hero-grain {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
  background-size: 180px;
  pointer-events: none;
  z-index: 2;
}
.svc-hero-deco-l,
.svc-hero-deco-r {
  position: absolute;
  top: 12%;
  bottom: 12%;
  width: 1px;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(201, 168, 76, 0.32),
    transparent
  );
  z-index: 3;
}
.svc-hero-deco-l {
  left: 56px;
}
.svc-hero-deco-r {
  right: 56px;
}
.svc-hero-content {
  position: relative;
  z-index: 4;
  max-width: 720px;
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 0.9s ease 0.5s,
    transform 0.9s ease 0.5s;
}
.svc-hero-content.visible {
  opacity: 1;
  transform: translateY(0);
}
.svc-hero-tag {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.svc-hero-tag::before,
.svc-hero-tag::after {
  content: "";
  width: 40px;
  height: 1px;
  background: var(--gold);
  opacity: 0.45;
}
.svc-hero-h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(32px, 4.5vw, 58px);
  font-weight: 700;
  color: var(--ivory);
  line-height: 1.08;
  margin-bottom: 22px;
  text-shadow: 0 4px 32px rgba(0, 0, 0, 0.5);
}
.svc-hero-h1 em {
  font-style: italic;
  color: var(--gold);
}
.svc-hero-sub {
  font-size: 13px;
  color: var(--champ);
  opacity: 0.7;
  line-height: 1.9;
  font-weight: 300;
  max-width: 540px;
  margin: 0 auto 30px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}
.svc-hero-chips {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.svc-chip {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 50px;
  border: 1px solid rgba(201, 168, 76, 0.4);
  color: var(--gold);
  background: rgba(201, 168, 76, 0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.svc-chip-vip {
  background: var(--gold);
  color: var(--dark);
  border-color: var(--gold);
}
.svc-hero-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* ══════════════════════════════════════
   SERVICES MAIN SECTION
══════════════════════════════════════ */
.svc-main {
  padding: 88px 64px;
  background: var(--dark-2);
  position: relative;
  overflow: hidden;
}
.svc-main::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse at 90% 10%,
      rgba(201, 168, 76, 0.05) 0%,
      transparent 50%
    ),
    radial-gradient(
      ellipse at 5% 85%,
      rgba(139, 26, 47, 0.07) 0%,
      transparent 50%
    );
}
.svc-main-head {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}
.svc-main-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(30px, 3.5vw, 48px);
  font-weight: 700;
  color: var(--ivory);
  line-height: 1.12;
  margin-bottom: 14px;
}
.svc-main-title em {
  font-style: italic;
  color: var(--gold);
}
.svc-main-sub {
  font-size: 13px;
  color: var(--champ);
  opacity: 0.5;
  line-height: 1.85;
  max-width: 520px;
  margin: 0 auto;
  font-weight: 300;
}
.svc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  position: relative;
  z-index: 2;
}
.svc-card {
  background: rgba(255, 245, 228, 0.03);
  border: 1px solid rgba(201, 168, 76, 0.15);
  border-radius: 20px;
  padding: 32px 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  overflow: hidden;
  transition:
    border-color 0.3s,
    transform 0.3s,
    background 0.3s;
}
.svc-card:hover {
  border-color: rgba(201, 168, 76, 0.4);
  transform: translateY(-5px);
  background: rgba(255, 245, 228, 0.05);
}
.svc-card-featured {
  border-color: rgba(201, 168, 76, 0.42);
  background: rgba(201, 168, 76, 0.04);
}
.svc-card-featured::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.svc-card-pop {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: linear-gradient(135deg, var(--gold), var(--gold-d));
  color: var(--dark);
  padding: 4px 10px;
  border-radius: 50px;
}
.svc-card-icon-wrap {
  position: relative;
  width: 58px;
  height: 58px;
  flex-shrink: 0;
}
.svc-card-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid rgba(201, 168, 76, 0.3);
  background: rgba(201, 168, 76, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    border-color 0.3s,
    background 0.3s;
}
.svc-card:hover .svc-card-icon {
  border-color: rgba(201, 168, 76, 0.6);
  background: rgba(201, 168, 76, 0.12);
}
.svc-card-icon i {
  font-size: 20px;
  color: var(--gold);
}
.svc-card-num {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, var(--gold), var(--gold-d));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 7.5px;
  font-weight: 700;
  color: var(--dark);
  letter-spacing: 0.02em;
}
.svc-card-tag {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.65;
}
.svc-card-title {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--ivory);
  line-height: 1.2;
}
.svc-card-desc {
  font-size: 12px;
  color: var(--champ);
  opacity: 0.55;
  line-height: 1.85;
  font-weight: 300;
  flex: 1;
}
.svc-card-features {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 4px;
}
.svc-feat {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 10.5px;
  color: var(--champ);
  opacity: 0.7;
}
.svc-feat i {
  font-size: 8px;
  color: var(--gold);
  flex-shrink: 0;
}
.svc-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  text-decoration: none;
  border: 1px solid rgba(201, 168, 76, 0.35);
  padding: 9px 18px;
  border-radius: 50px;
  transition:
    background 0.22s,
    border-color 0.22s,
    transform 0.22s;
  align-self: flex-start;
}
.svc-card-btn:hover {
  background: rgba(201, 168, 76, 0.1);
  border-color: var(--gold);
  transform: translateX(3px);
}

/* ══════════════════════════════════════
   HOW IT WORKS
══════════════════════════════════════ */
.svc-hiw {
  padding: 88px 64px;
  background: var(--dark);
  position: relative;
  overflow: hidden;
}
.svc-hiw::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(
    ellipse at 50% 100%,
    rgba(201, 168, 76, 0.05) 0%,
    transparent 55%
  );
}
.svc-hiw-head {
  text-align: center;
  margin-bottom: 64px;
  position: relative;
  z-index: 2;
}
.svc-hiw-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 700;
  color: var(--ivory);
  line-height: 1.12;
  margin-bottom: 14px;
}
.svc-hiw-title em {
  font-style: italic;
  color: var(--gold);
}
.svc-hiw-sub {
  font-size: 13px;
  color: var(--champ);
  opacity: 0.5;
  line-height: 1.85;
  max-width: 500px;
  margin: 0 auto;
  font-weight: 300;
}
.svc-hiw-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  position: relative;
  z-index: 2;
  align-items: start;
}
.svc-hiw-grid::before {
  content: "";
  position: absolute;
  top: 58px;
  left: calc(16.66%);
  right: calc(16.66%);
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(139, 26, 47, 0.5) 10%,
    rgba(201, 168, 76, 0.45) 35%,
    rgba(201, 168, 76, 0.45) 65%,
    rgba(139, 26, 47, 0.5) 90%,
    transparent 100%
  );
  z-index: 0;
}
.svc-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
.svc-step-wrap {
  position: relative;
  width: 116px;
  height: 116px;
  margin-bottom: 28px;
  flex-shrink: 0;
}
.svc-step-wrap::before {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 1px dashed rgba(201, 168, 76, 0.2);
  animation: svcSpinSlow 18s linear infinite;
}
@keyframes svcSpinSlow {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.svc-step-circle {
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background: rgba(255, 245, 228, 0.04);
  border: 1px solid rgba(201, 168, 76, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow:
    inset 0 1px 0 rgba(201, 168, 76, 0.1),
    0 8px 32px rgba(0, 0, 0, 0.28);
  transition:
    border-color 0.35s,
    background 0.35s,
    box-shadow 0.35s;
}
.svc-step:hover .svc-step-circle {
  border-color: rgba(201, 168, 76, 0.6);
  background: rgba(201, 168, 76, 0.07);
  box-shadow:
    0 0 0 8px rgba(201, 168, 76, 0.06),
    inset 0 1px 0 rgba(201, 168, 76, 0.18),
    0 12px 40px rgba(0, 0, 0, 0.38);
}
.svc-step-icon i {
  font-size: 26px;
  color: var(--gold);
  opacity: 0.85;
  transition:
    opacity 0.3s,
    transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.svc-step:hover .svc-step-icon i {
  opacity: 1;
  transform: scale(1.15);
}
.svc-step-num {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 26px;
  height: 26px;
  background: linear-gradient(135deg, var(--gold), var(--gold-d));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 700;
  color: var(--dark);
  box-shadow: 0 3px 12px rgba(201, 168, 76, 0.45);
  z-index: 2;
}
.svc-step-connector {
  display: none;
}
.svc-step-lbl {
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.7;
  margin-bottom: 10px;
  transition: opacity 0.3s;
}
.svc-step:hover .svc-step-lbl {
  opacity: 1;
}
.svc-step-title {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--ivory);
  line-height: 1.2;
  margin-bottom: 10px;
}
.svc-step-desc {
  font-size: 12px;
  color: var(--champ);
  opacity: 0.5;
  line-height: 1.85;
  font-weight: 300;
  max-width: 220px;
  transition: opacity 0.3s;
}
.svc-step:hover .svc-step-desc {
  opacity: 0.78;
}

/* ══════════════════════════════════════
   WHY US
══════════════════════════════════════ */
.svc-why {
  display: grid;
  grid-template-columns: 420px 1fr;
  min-height: 580px;
  overflow: hidden;
  background: var(--dark-2);
}
.svc-why-img-col {
  position: relative;
  overflow: hidden;
}
.svc-why-img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 8s ease;
}
.svc-why:hover .svc-why-img-col img {
  transform: scale(1.05);
}
.svc-why-img-col::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent 60%, var(--dark-2) 100%);
}
.svc-why-img-badge {
  position: absolute;
  bottom: 28px;
  left: 28px;
  z-index: 5;
  background: rgba(12, 6, 3, 0.92);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(201, 168, 76, 0.3);
  border-radius: 12px;
  padding: 14px 20px;
  text-align: center;
}
.svc-why-badge-val {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  font-weight: 700;
  color: var(--gold);
  display: block;
  line-height: 1;
}
.svc-why-badge-lbl {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--champ);
  opacity: 0.55;
  margin-top: 4px;
  display: block;
}
.svc-why-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 64px 72px 52px;
  position: relative;
  overflow: hidden;
}
.svc-why-content::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse at 90% 20%,
      rgba(201, 168, 76, 0.05) 0%,
      transparent 55%
    ),
    radial-gradient(
      ellipse at 10% 80%,
      rgba(139, 26, 47, 0.07) 0%,
      transparent 50%
    );
}
.svc-why-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(26px, 2.8vw, 40px);
  font-weight: 700;
  color: var(--ivory);
  line-height: 1.12;
  margin-bottom: 16px;
}
.svc-why-title em {
  font-style: italic;
  color: var(--gold);
}
.svc-why-desc {
  font-size: 12.5px;
  color: var(--champ);
  opacity: 0.55;
  line-height: 1.9;
  font-weight: 300;
  margin-bottom: 32px;
  max-width: 480px;
}
.svc-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 36px;
}
.svc-why-item {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  background: rgba(255, 245, 228, 0.03);
  border: 1px solid rgba(201, 168, 76, 0.12);
  border-radius: 14px;
  padding: 16px 18px;
  transition:
    border-color 0.25s,
    background 0.25s;
}
.svc-why-item:hover {
  border-color: rgba(201, 168, 76, 0.3);
  background: rgba(255, 245, 228, 0.06);
}
.svc-why-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(201, 168, 76, 0.1);
  border: 1px solid rgba(201, 168, 76, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.svc-why-icon i {
  font-size: 14px;
  color: var(--gold);
}
.svc-why-item-title {
  font-size: 12px;
  font-weight: 600;
  color: var(--ivory);
  margin-bottom: 5px;
  line-height: 1.3;
}
.svc-why-item-desc {
  font-size: 10.5px;
  color: var(--champ);
  opacity: 0.5;
  line-height: 1.65;
  font-weight: 300;
}
.svc-why-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* ══════════════════════════════════════
   STATS BAR
══════════════════════════════════════ */
.svc-stats {
  background: var(--dark-3);
  padding: 52px 64px;
}
.svc-stats-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.svc-stat-item {
  flex: 1;
  text-align: center;
  padding: 16px 24px;
}
.svc-stat-val {
  font-family: "Playfair Display", serif;
  font-size: 46px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  display: block;
}
.svc-stat-plus {
  font-size: 28px;
  vertical-align: super;
}
.svc-stat-lbl {
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--champ);
  opacity: 0.45;
  margin-top: 8px;
  display: block;
}
.svc-stat-divider {
  width: 1px;
  height: 60px;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(201, 168, 76, 0.3),
    transparent
  );
  flex-shrink: 0;
}

/* ══════════════════════════════════════
   CTA (service page — reuses common.css
   .btn-wa / .btn-call / .btn-book already
   in common; only bg image differs here)
══════════════════════════════════════ */
.cta-section {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.cta-bg-img {
  position: absolute;
  inset: 0;
  background: url("https://images.unsplash.com/photo-1502635385003-ee1e6a1a742d?w=1600&q=80")
    center center / cover no-repeat;
  filter: brightness(0.28) saturate(0.7);
  transform: scale(1.07);
  transition: transform 2.6s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}
.cta-section.cta-bg-loaded .cta-bg-img {
  animation: svcCtaBgScale 24s ease-in-out 2.6s infinite;
}
@keyframes svcCtaBgScale {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05) translateY(-6px);
  }
}
.cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(18, 8, 5, 0.82) 0%,
    rgba(139, 26, 47, 0.22) 50%,
    rgba(18, 8, 5, 0.9) 100%
  );
}
.cta-grain {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
  background-size: 180px;
  pointer-events: none;
  z-index: 2;
}
.cta-inner {
  position: relative;
  z-index: 3;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  padding: 80px 40px;
}
.cta-tag {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
  display: block;
  opacity: 0.8;
}
.cta-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 700;
  color: var(--ivory);
  line-height: 1.1;
  margin-bottom: 24px;
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.5);
}
.cta-title em {
  font-style: italic;
  color: var(--gold);
}
.cta-desc {
  font-size: 13px;
  color: var(--champ);
  opacity: 0.65;
  line-height: 1.9;
  font-weight: 300;
  max-width: 580px;
  margin: 0 auto 48px;
}
.cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.btn-wa {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  padding: 15px 34px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.28);
  transition:
    transform 0.22s,
    box-shadow 0.22s,
    opacity 0.22s;
}
.btn-wa:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 38px rgba(37, 211, 102, 0.42);
  opacity: 0.92;
}
.btn-call {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: var(--gold);
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: 50px;
  border: 1.5px solid rgba(201, 168, 76, 0.5);
  text-decoration: none;
  transition:
    background 0.22s,
    border-color 0.22s,
    transform 0.22s,
    box-shadow 0.22s;
}
.btn-call:hover {
  background: rgba(201, 168, 76, 0.1);
  border-color: var(--gold);
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(201, 168, 76, 0.2);
}
.btn-book {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 245, 228, 0.06);
  color: var(--champ);
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: 50px;
  border: 1.5px solid rgba(232, 213, 176, 0.2);
  text-decoration: none;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition:
    background 0.22s,
    border-color 0.22s,
    transform 0.22s;
}
.btn-book:hover {
  background: rgba(255, 245, 228, 0.1);
  border-color: rgba(232, 213, 176, 0.4);
  transform: translateY(-3px);
}

/* ══════════════════════════════════════
   ANIMATION
══════════════════════════════════════ */
.anim-up {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.anim-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ══════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════ */
@media (max-width: 1200px) {
  .svc-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .svc-why {
    grid-template-columns: 360px 1fr;
  }
}
@media (max-width: 1024px) {
  .svc-main {
    padding: 72px 40px;
  }
  .svc-hiw {
    padding: 72px 40px;
  }
  .svc-why-content {
    padding: 56px 44px 56px 40px;
  }
  .svc-stats {
    padding: 44px 32px;
  }
}
@media (max-width: 900px) {
  .svc-main {
    padding: 64px 24px;
  }
  .svc-hiw {
    padding: 64px 24px;
  }
  .svc-hiw-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .svc-hiw-grid::before {
    display: none;
  }
  .svc-why {
    grid-template-columns: 1fr;
  }
  .svc-why-img-col {
    height: 280px;
  }
  .svc-why-img-col::after {
    background: linear-gradient(to bottom, transparent 60%, var(--dark-2) 100%);
  }
  .svc-why-content {
    padding: 44px 28px;
  }
  .svc-stats {
    padding: 40px 20px;
  }
  .svc-stats-inner {
    flex-wrap: wrap;
    gap: 0;
  }
  .svc-stat-item {
    flex: 1 1 50%;
  }
  .svc-stat-divider {
    display: none;
  }
  .svc-hero-deco-l,
  .svc-hero-deco-r {
    display: none;
  }
  .cta-actions {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 640px) {
  .svc-hero {
    padding: 80px 20px;
  }
  .svc-grid {
    grid-template-columns: 1fr;
  }
  .svc-why-grid {
    grid-template-columns: 1fr;
  }
  .svc-stat-item {
    flex: 1 1 100%;
  }
  .cta-inner {
    padding: 56px 20px;
  }
}
