/* ==========================================================================
   SERVICES PAGE - PREMIUM OVERRIDE LAYER
   ========================================================================== */

/* Reference-faithful premium Services page */
.services-premium-page {
  color: #1f2937;
  background: #f7faf8;
}

.services-premium-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
  gap: clamp(42px, 6vw, 92px);
  min-height: calc(100svh - 84px);
  align-items: center;
  padding: clamp(66px, 8vw, 108px) 5vw 76px;
  overflow: hidden;
  background: linear-gradient(115deg, #ffffff 0%, #f9fcfa 62%, #f0f8f4 100%);
}

.services-premium-copy {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.services-premium-copy h2 {
  max-width: 720px;
  margin: 0;
  color: #172733;
  font-size: clamp(44px, 5vw, 64px);
  line-height: 1.08;
  font-weight: 800;
}

.services-premium-copy > p {
  max-width: 650px;
  margin: 24px 0 0;
  color: #62707d;
  font-size: 18px;
  line-height: 1.72;
}

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

.services-hero-actions .primary-btn,
.services-hero-actions .secondary-btn {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 14px;
  padding: 0 22px;
  text-decoration: none;
  font-size: 14px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.services-hero-actions .primary-btn {
  background: linear-gradient(135deg, #2e7d5b, #4c9a7a);
  box-shadow: 0 14px 30px rgba(46, 125, 91, 0.24);
}

.services-hero-actions .primary-btn:hover,
.services-hero-actions .secondary-btn:hover {
  transform: translateY(-2px);
}

.services-hero-actions .secondary-btn {
  border: 1px solid #dce8e3;
  color: #286b55;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 24px rgba(31, 66, 54, 0.08);
}

.services-hero-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 34px;
}

.services-hero-benefits span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #3f5d52;
  font-size: 12px;
  font-weight: 700;
}

.services-hero-benefits .ui-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  padding: 7px;
  color: #2e7d5b;
  background: #e7f4ee;
}

.services-hero-visual {
  position: relative;
  display: grid;
  min-height: 570px;
  place-items: center;
}

.services-hero-visual img {
  position: relative;
  z-index: 2;
  width: min(100%, 720px);
  height: 540px;
  object-fit: contain;
  border-radius: 0;
  box-shadow: none;
}

.services-hero-shape {
  position: absolute;
  display: block;
  pointer-events: none;
}

.services-hero-shape-one {
  display: none;
}

.services-hero-shape-two {
  display: none;
}

.services-premium-section {
  padding: 82px 4vw 72px;
  background: #ffffff;
}

.services-section-heading {
  display: grid;
  justify-items: center;
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.services-section-heading h2 {
  margin: 0;
  color: #172733;
  font-size: clamp(32px, 3.8vw, 48px);
  line-height: 1.12;
}

.services-section-heading > p {
  margin: 14px 0 0;
  color: #718079;
  font-size: 16px;
}

.services-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 1580px;
  margin: 0 auto;
}

.premium-service-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(120px, 0.84fr);
  min-height: 480px;
  overflow: hidden;
  border: 1px solid rgba(218, 230, 225, 0.92);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 46px rgba(31, 66, 54, 0.08);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.premium-service-card:hover {
  border-color: rgba(76, 154, 122, 0.34);
  box-shadow: 0 28px 65px rgba(31, 66, 54, 0.14);
  transform: translateY(-6px);
}

.premium-service-copy {
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 28px 10px 24px 26px;
  background: linear-gradient(90deg, #ffffff 84%, rgba(255, 255, 255, 0.1));
}

.premium-service-icon {
  display: grid;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  place-items: center;
  border-radius: 50%;
  color: #2e7d5b;
  background: #e8f5ef;
}

.premium-service-icon .ui-icon {
  width: 24px;
  height: 24px;
}

.premium-service-card h3 {
  margin: 20px 0 0;
  color: #1f2e39;
  font-size: 20px;
  line-height: 1.22;
}

.premium-service-card p {
  margin: 12px 0 0;
  color: #64716d;
  font-size: 12px;
  line-height: 1.58;
}

.premium-service-card ul {
  display: grid;
  gap: 7px;
  margin: auto 0 0;
  padding: 18px 0 0;
  list-style: none;
}

.premium-service-card li {
  position: relative;
  padding-left: 22px;
  color: #53645c;
  font-size: 11px;
  line-height: 1.4;
}

.premium-service-card li::before {
  content: "✓";
  position: absolute;
  top: -1px;
  left: 0;
  display: grid;
  width: 16px;
  height: 16px;
  place-items: center;
  border-radius: 50%;
  color: #2e7d5b;
  background: #e9f6f0;
  font-size: 9px;
  font-weight: 900;
}

.premium-service-photo {
  position: relative;
  min-width: 0;
  overflow: hidden;
}

.premium-service-photo::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: 38%;
  background: linear-gradient(90deg, #ffffff, transparent);
}

.premium-service-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.premium-service-card:hover .premium-service-photo img {
  transform: scale(1.045);
}

.services-why-section {
  padding: 70px 5vw;
  background: linear-gradient(135deg, #eff8f4, #f8fbfa);
}

.services-why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1480px;
  margin: 0 auto;
  border: 1px solid #dceae4;
  border-radius: 26px;
  padding: 30px 22px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 18px 46px rgba(31, 66, 54, 0.055);
}

.services-why-grid article {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 105px;
  padding: 12px 22px;
}

.services-why-grid article + article {
  border-left: 1px solid #dfe9e5;
}

.services-why-grid .ui-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  padding: 13px;
  color: #2e7d5b;
  background: #e5f3ed;
}

.services-why-grid strong,
.services-why-grid span {
  display: block;
}

.services-why-grid strong {
  color: #286b55;
  font-size: 15px;
}

.services-why-grid span {
  margin-top: 6px;
  color: #65736d;
  font-size: 12px;
  line-height: 1.5;
}

.services-premium-cta {
  position: relative;
  display: flex;
  width: min(1480px, calc(100% - 10vw));
  min-height: 250px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin: 28px auto 64px;
  overflow: hidden;
  border-radius: 28px;
  padding: 46px 54px;
  color: #ffffff;
  background: linear-gradient(135deg, #277456, #2f8d6b);
  box-shadow: 0 24px 62px rgba(32, 100, 75, 0.22);
}

.services-premium-cta::after {
  content: "";
  position: absolute;
  right: -45px;
  bottom: -100px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 40% 60% 48% 52%;
  transform: rotate(24deg);
}

.services-premium-cta > div {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 22px;
}

.services-cta-icon {
  display: grid;
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.13);
}

.services-cta-icon .ui-icon {
  width: 30px;
  height: 30px;
}

.services-premium-cta h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(30px, 3.6vw, 48px);
}

.services-premium-cta p {
  max-width: 650px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 1.65;
}

.services-premium-cta > .primary-btn {
  position: relative;
  z-index: 2;
  min-width: 220px;
  min-height: 54px;
  color: #276850;
  background: #ffffff;
  box-shadow: 0 15px 34px rgba(20, 64, 48, 0.2);
}

@media (max-width: 1250px) {
  .services-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-premium-hero {
    grid-template-columns: minmax(0, 0.9fr) minmax(400px, 1.1fr);
  }
}

@media (max-width: 900px) {
  .services-premium-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 54px 22px 66px;
  }

  .services-premium-copy h2 {
    font-size: 48px;
  }

  .services-hero-visual {
    min-height: 480px;
  }

  .services-hero-visual img {
    height: 460px;
  }

  .services-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-why-grid article:nth-child(3) {
    border-left: 0;
  }

  .services-why-grid article:nth-child(n + 3) {
    border-top: 1px solid #dfe9e5;
  }

  .services-premium-cta {
    display: grid;
    justify-items: stretch;
  }

  .services-premium-cta > .primary-btn {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .services-premium-copy h2 {
    font-size: 38px;
  }

  .services-premium-copy > p {
    font-size: 16px;
  }

  .services-hero-actions {
    display: grid;
  }

  .services-hero-actions > * {
    width: 100%;
  }

  .services-hero-benefits {
    display: grid;
    gap: 12px;
  }

  .services-hero-visual {
    min-height: 350px;
  }

  .services-hero-visual img {
    height: 340px;
  }

  .services-premium-section {
    padding: 62px 16px 56px;
  }

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

  .premium-service-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .premium-service-copy {
    padding: 24px 22px 22px;
  }

  .premium-service-card h3 {
    font-size: 20px;
  }

  .premium-service-card p {
    font-size: 13px;
  }

  .premium-service-photo {
    order: -1;
    height: 220px;
  }

  .premium-service-photo::before {
    inset: auto 0 0;
    width: 100%;
    height: 35%;
    background: linear-gradient(0deg, #ffffff, transparent);
  }

  .services-why-section {
    padding: 56px 16px;
  }

  .services-why-grid {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .services-why-grid article + article,
  .services-why-grid article:nth-child(3) {
    border-top: 1px solid #dfe9e5;
    border-left: 0;
  }

  .services-premium-cta {
    width: calc(100% - 32px);
    margin-bottom: 36px;
    padding: 32px 24px;
  }

  .services-premium-cta > div {
    align-items: flex-start;
  }
}

@media (max-width: 430px) {
  .services-premium-copy h2 {
    font-size: 34px;
  }

  .services-hero-visual {
    min-height: 300px;
  }

  .services-hero-visual img {
    height: 290px;
  }

  .services-premium-cta > div {
    display: grid;
  }
}

