/*
 * Premium redesign for services.html and sector.html
 * Scope via body.rvk-services-sector-premium
 */

body.rvk-services-sector-premium {
  --rvk-ink: #101827;
  --rvk-ink-soft: #586782;
  --rvk-surface: #f6f9fe;
  --rvk-surface-2: #eef3fb;
  --rvk-card: #ffffff;
  --rvk-gold: #c4a035;
  --rvk-gold-soft: rgba(196, 160, 53, 0.24);
  --rvk-shadow-sm: 0 10px 24px rgba(16, 24, 39, 0.08);
  --rvk-shadow-md: 0 18px 46px rgba(16, 24, 39, 0.12);
  background: linear-gradient(180deg, #f7f9fd 0%, #ffffff 430px);
  color: var(--rvk-ink);
}

body.rvk-services-sector-premium .page-wrapper {
  overflow: visible;
}

body.rvk-services-sector-premium h2,
body.rvk-services-sector-premium h3,
body.rvk-services-sector-premium h5,
body.rvk-services-sector-premium h6 {
  color: var(--rvk-ink);
}

body.rvk-services-sector-premium p,
body.rvk-services-sector-premium li {
  color: var(--rvk-ink-soft);
  line-height: 1.8;
}

/* Generic section rhythm */
body.rvk-services-sector-premium section {
  position: relative;
}

body.rvk-services-sector-premium section[style*="bg-pattern-10"],
body.rvk-services-sector-premium section[style*="bg-pattern-55"] {
  background-color: transparent !important;
  padding-top: 48px;
  padding-bottom: 20px;
}

body.rvk-services-sector-premium section .text-center h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.9rem, 3vw, 2.65rem);
  margin-bottom: 0.55rem;
}

body.rvk-services-sector-premium section .text-center h5 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.65rem, 2.5vw, 2.2rem);
}

/* Services feature rows */
body.rvk-services-sector-premium .team-creative {
  padding-top: 22px;
  padding-bottom: 22px !important;
  background: transparent !important;
}

body.rvk-services-sector-premium .team-creative.light-grey-color-bg {
  background: linear-gradient(180deg, #f3f7fd 0%, #eef3fb 100%) !important;
}

body.rvk-services-sector-premium .team-creative figure {
  margin: 0;
  border: 1px solid rgba(16, 24, 39, 0.08);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--rvk-shadow-sm);
  background: #fff;
}

body.rvk-services-sector-premium .team-creative figure img {
  width: 100%;
  height: auto;
  display: block;
}

body.rvk-services-sector-premium .team-creative .item-content {
  width: 100%;
  border: 1px solid rgba(16, 24, 39, 0.08);
  border-radius: 16px;
  background: var(--rvk-card) !important;
  box-shadow: var(--rvk-shadow-sm);
  padding: 1.3rem 1.15rem !important;
}

body.rvk-services-sector-premium .team-creative .item-content h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.45rem, 2.1vw, 1.95rem);
  margin-bottom: 0.5rem !important;
}

body.rvk-services-sector-premium .team-creative .item-content p {
  margin-bottom: 0.65rem;
  text-align: left !important;
}

body.rvk-services-sector-premium .team-creative .btn.btn-round.style-4 {
  border: 1px solid rgba(16, 24, 39, 0.2);
  background: #fff;
  color: #132038 !important;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 0.44rem 0.9rem;
}

body.rvk-services-sector-premium .team-creative .btn.btn-round.style-4:hover {
  background: #132038;
  color: #fff !important;
  border-color: #132038;
}

/* Sector cards */
body.rvk-services-sector-premium .yit-feature.style-42 {
  margin-top: 18px !important;
}

body.rvk-services-sector-premium .yit-feature.style-42 .yit-feature-item {
  height: 100%;
  border: 1px solid rgba(16, 24, 39, 0.08) !important;
  border-radius: 16px;
  background: #fff !important;
  box-shadow: var(--rvk-shadow-sm);
  padding: 1.25rem 1.1rem !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

body.rvk-services-sector-premium .yit-feature.style-42 .yit-feature-item:hover {
  transform: translateY(-3px);
  border-color: var(--rvk-gold-soft) !important;
  box-shadow: var(--rvk-shadow-md);
}

body.rvk-services-sector-premium .yit-feature.style-42 .icon-rounded {
  background: linear-gradient(130deg, #162238 0%, #101a2b 100%) !important;
  color: #fff !important;
}

body.rvk-services-sector-premium .yit-feature.style-42 h6 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem !important;
  margin-bottom: 0.45rem !important;
}

body.rvk-services-sector-premium .yit-common-listing.style-4 li {
  position: relative;
  padding-left: 1.18rem;
}

body.rvk-services-sector-premium .yit-common-listing.style-4 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--rvk-gold);
}

/* Contact strip */
body.rvk-services-sector-premium .finance-contact {
  background: linear-gradient(180deg, #f3f6fc 0%, #eef3fb 100%);
  padding-top: 20px !important;
  padding-bottom: 36px !important;
}

body.rvk-services-sector-premium .finance-contact .yit-contact-item {
  border: 1px solid rgba(16, 24, 39, 0.08);
  border-radius: 14px;
  background: #fff !important;
  box-shadow: var(--rvk-shadow-sm);
}

body.rvk-services-sector-premium .finance-contact .yit-contact-item i {
  color: #1b2842 !important;
}

body.rvk-services-sector-premium .finance-contact .btn.btn-block {
  border: 1px solid rgba(16, 24, 39, 0.22);
  background: #fff;
  color: #111b2d;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  font-weight: 700;
}

/* Back-to-top */
body.rvk-services-sector-premium .back-top a {
  background: #132038 !important;
  box-shadow: 0 8px 24px rgba(16, 24, 39, 0.25);
}

@media (max-width: 991px) {
  body.rvk-services-sector-premium .team-creative .item-content {
    margin-top: 12px;
  }

  body.rvk-services-sector-premium section[style*="bg-pattern-10"],
  body.rvk-services-sector-premium section[style*="bg-pattern-55"] {
    padding-top: 34px;
  }
}

