/* ============================================================
   MONÈRA – Services Page Styles  (services-style.css)
   All classes prefixed .svc-  →  zero global conflicts
   ============================================================ */

:root {
  --svc-navy:       #022F38;
  --svc-dark-navy:  #011C22;
  --svc-deep-teal:  #063844;
  --svc-gold:       #CDA77B;
  --svc-gold-dark:  #a8854f;
  --svc-warm-white: #F8F7F4;
  --svc-text-dark:  #112228;
  --svc-muted:      #68757A;
  --svc-card-bg:    #ffffff;
}

.svc-header,
.svc-cards-section,
.svc-cta-section {
  background-color: var(--svc-warm-white);
  font-family: 'Inter', sans-serif;
  color: var(--svc-text-dark);
}

.svc-header { padding: 72px 0 48px; }

.svc-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: var(--svc-gold);
  margin-bottom: 8px;
  text-transform: uppercase;
}

.svc-eyebrow-rule {
  width: 32px;
  height: 1px;
  background: var(--svc-gold);
  margin-bottom: 24px;
}

.svc-main-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(30px, 5vw, 52px);
  font-weight: 600;
  color: var(--svc-navy);
  line-height: 1.2;
  margin-bottom: 24px;
}

.svc-diamond-rule {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 28px;
}

.svc-diamond-rule::before,
.svc-diamond-rule::after {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  background: var(--svc-gold);
}

.svc-diamond {
  font-size: 10px;
  color: var(--svc-gold);
  line-height: 1;
}

.svc-intro-text {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: var(--svc-muted);
  line-height: 1.75;
  max-width: 580px;
  text-align: center;
}

.svc-cards-section { padding: 0 0 48px; }

.svc-card {
  background: var(--svc-card-bg);
  border-radius: 16px;
  border: 1px solid rgba(205, 167, 123, 0.25);
  box-shadow: 0 4px 24px rgba(2, 47, 56, 0.07);
  overflow: hidden;
}

.svc-card-body-col { display: flex; }

.svc-card-inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 36px 32px 36px 0;
  width: 100%;
}

.svc-number-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 28px;
  flex-shrink: 0;
}

.svc-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 56px;
  font-weight: 600;
  color: var(--svc-gold);
  line-height: 1;
  display: block;
}

.svc-number-rule {
  display: block;
  width: 28px;
  height: 2px;
  background: var(--svc-gold);
  margin-top: 10px;
}

.svc-card-content {
  flex: 1;
  padding-right: 16px;
}

.svc-card-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(20px, 2.5vw, 26px);
  font-weight: 600;
  color: var(--svc-navy);
  line-height: 1.25;
  margin-bottom: 10px;
}

.svc-card-desc {
  font-family: 'Inter', sans-serif;
  font-size: 13.5px;
  color: var(--svc-muted);
  line-height: 1.7;
  margin-bottom: 20px;
}

.svc-icon-circle {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--svc-navy);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.svc-icon-circle i {
  font-size: 22px;
  color: var(--svc-gold);
}

.svc-bullets { margin-top: 4px; }

.svc-bullet-item {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: var(--svc-text-dark);
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin-bottom: 8px;
  line-height: 1.5;
}

.svc-check-icon {
  color: var(--svc-gold);
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 1px;
}

.svc-image-col {
  position: relative;
  min-height: 260px;
}

.svc-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.svc-image-right .svc-card-image { border-radius: 0 16px 16px 0; }
.svc-image-left .svc-card-image  { border-radius: 16px 0 0 16px; }

.svc-cta-section { padding: 0 0 72px; }

.svc-cta-card {
  background: var(--svc-dark-navy);
  border-radius: 16px;
  padding: 40px 48px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.svc-cta-icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 1.5px solid var(--svc-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.svc-cta-icon-wrap i {
  font-size: 28px;
  color: var(--svc-gold);
}

.svc-cta-text { flex: 1; }

.svc-cta-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 8px;
  line-height: 1.3;
}

.svc-cta-desc {
  font-family: 'Inter', sans-serif;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.65;
  margin: 0;
}

.svc-cta-action { flex-shrink: 0; }

.btn-gold {
  display: inline-block;
  background: var(--svc-gold);
  color: var(--svc-dark-navy);
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 28px;
  border-radius: 4px;
  white-space: nowrap;
  transition: background 0.25s, color 0.25s;
}

.btn-gold:hover {
  background: var(--svc-gold-dark);
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 767px) {
  .svc-header { padding: 48px 0 32px; }
  .svc-main-heading { font-size: 30px; }
  .svc-card { border-radius: 12px; }
  .svc-card-inner { padding: 28px 20px 28px 0; }
  .svc-number-wrap { padding: 0 16px; }
  .svc-number { font-size: 40px; }
  .svc-image-col { min-height: 220px; order: -1 !important; }
  .svc-image-right .svc-card-image,
  .svc-image-left .svc-card-image { border-radius: 12px 12px 0 0; }
  .svc-cta-card { flex-direction: column; padding: 32px 24px; text-align: center; gap: 20px; }
  .svc-cta-action { width: 100%; text-align: center; }
  .btn-gold { width: 100%; text-align: center; display: block; }
  .svc-icon-circle { width: 48px; height: 48px; }
  .svc-icon-circle i { font-size: 18px; }
}

@media (max-width: 575px) {
  .svc-card-content { padding-right: 8px; }
  .svc-card-title { font-size: 19px; }
  .svc-intro-text { font-size: 14px; }
  /* Stack bullet columns on smallest screens */
  .svc-bullets .col-6 { width: 100%; flex: 0 0 100%; max-width: 100%; }
}
