/* =========================================================
   INDIVIDUAL SERVICE & NEW SERVICE PAGES
   Unified with the established Vidhitsa black/white/gold theme
   ========================================================= */
:root {
  --vt-gold: #fcb90e;
  --vt-gold-light: #fcb90e;
  --vt-gold-pale: #fff8e6;
  --vt-dark: #0d0d0d;
  --vt-dark-2: #161616;
  --vt-dark-3: #1f1f1f;
  --vt-text: #444444;
  --vt-muted: #777777;
  --vt-soft: #f7f7f7;
  --vt-border: #ebebeb;
  --vt-white: #ffffff;
}

.hp-body {
  font-family: "DM Sans", sans-serif;
}

.hp-body h1,
.hp-body h2,
.hp-body h3,
.hp-body h4,
.hp-body h5,
.hp-body h6 {
  font-family: "Syne", sans-serif;
}

/* Hero */
.vt-service-hero {
  position: relative;
  overflow: hidden;
  padding: 150px 0 92px;
  background:
    radial-gradient(ellipse 60% 70% at 73% 38%, rgba(252,185,14,.13), transparent 66%),
    radial-gradient(ellipse 34% 45% at 8% 82%, rgba(252,185,14,.06), transparent 58%),
    var(--vt-dark);
}

.vt-service-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.022'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.vt-service-hero .container {
  position: relative;
  z-index: 1;
}

.vt-eyebrow {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-bottom: 24px;
  padding: 8px 16px;
  color: rgba(255,255,255,.62) !important;
  background: rgba(252,185,14,.09);
  border: 1px solid rgba(252,185,14,.22);
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 500;
}

.vt-eyebrow a {
  color: var(--vt-gold) !important;
}

.vt-eyebrow span {
  color: rgba(255,255,255,.62) !important;
}

.vt-eyebrow i {
  color: rgba(255,255,255,.28) !important;
  font-size: 9px;
}

.vt-service-hero h1 {
  max-width: 830px;
  margin: 0 0 22px;
  color: var(--vt-white) !important;
  font-size: clamp(2.45rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -2px;
}

.vt-service-hero h1 em {
  display: block;
  color: var(--vt-gold) !important;
  font-style: normal;
}

.vt-service-hero p {
  max-width: 730px;
  margin: 0;
  color: rgba(255,255,255,.60) !important;
  font-size: 17px;
  line-height: 1.85;
}

.vt-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 34px;
}

.vt-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.78) !important;
  font-family: "Syne", sans-serif;
  font-weight: 600;
}

.vt-text-link i {
  color: var(--vt-gold) !important;
}

.vt-text-link:hover {
  color: var(--vt-gold) !important;
}

.vt-hero-panel {
  position: relative;
  padding: 30px;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 24px;
  box-shadow: 0 25px 70px rgba(0,0,0,.22);
}

.vt-hero-panel::after {
  content: "";
  position: absolute;
  top: 0;
  right: 28px;
  width: 72px;
  height: 3px;
  background: var(--vt-gold);
  border-radius: 0 0 8px 8px;
}

.vt-panel-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 21px;
  color: #000000 !important;
  background: var(--vt-gold);
  border-radius: 15px;
  font-size: 23px;
}

.vt-hero-panel > span {
  color: var(--vt-gold) !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.vt-hero-panel h2 {
  margin: 9px 0 20px;
  color: var(--vt-white) !important;
  font-size: 25px;
  line-height: 1.25;
}

.vt-hero-panel ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.vt-hero-panel li {
  list-style: none;
  color: rgba(255,255,255,.66) !important;
  font-size: 13.5px;
}

.vt-hero-panel li::before {
  content: "✓";
  margin-right: 9px;
  color: var(--vt-gold);
  font-weight: 800;
}

/* Shared section typography */
.vt-section-tag,
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #fcb90e !important;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.vt-section-tag::before,
.section-tag::before {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: var(--vt-gold);
}

.vt-service-intro h2,
.vt-section-head h2,
.vt-tech-section h2,
.vt-faq-section h2 {
  margin: 0;
  color: var(--vt-dark) !important;
  font-size: clamp(1.9rem, 3.6vw, 2.8rem);
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -1.2px;
}

.vt-section-head {
  max-width: 760px;
  margin: 0 auto 46px;
  text-align: center;
}

.vt-section-head p {
  margin: 15px auto 0;
  color: var(--vt-muted) !important;
  font-size: 16px;
  line-height: 1.8;
}

/* Overview */
.vt-service-intro {
  padding: 92px 0;
  background: var(--vt-white);
}

.vt-service-intro p {
  margin: 0;
  color: var(--vt-text) !important;
  font-size: 17px;
  line-height: 1.9;
}

/* Features and parent service listing */
.vt-service-features,
.vt-parent-services {
  padding: 100px 0;
  background: var(--vt-soft);
}

.vt-feature-grid,
.vt-parent-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.vt-feature-card,
.vt-parent-service-card {
  position: relative;
  padding: 28px;
  overflow: hidden;
  background: var(--vt-white);
  border: 1px solid var(--vt-border);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,.035);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.vt-feature-card::before,
.vt-parent-service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--vt-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
}

.vt-feature-card:hover,
.vt-parent-service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(252,185,14,.48);
  box-shadow: 0 20px 46px rgba(0,0,0,.08);
}

.vt-feature-card:hover::before,
.vt-parent-service-card:hover::before {
  transform: scaleX(1);
}

.vt-feature-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin-bottom: 19px;
  color: #fcb90e !important;
  background: var(--vt-gold-pale);
  border: 1px solid rgba(252,185,14,.20);
  border-radius: 13px;
  font-size: 19px;
}

.vt-feature-card h3,
.vt-parent-service-card h3 {
  margin: 0 0 10px;
  color: var(--vt-dark) !important;
  font-size: 20px;
  font-weight: 700;
}

.vt-feature-card p,
.vt-parent-service-card p {
  margin: 0;
  color: #626262 !important;
  font-size: 14px;
  line-height: 1.75;
}

.vt-parent-service-card > span {
  position: absolute;
  top: 18px;
  right: 20px;
  color: rgba(17,17,17,.10) !important;
  font-family: "Syne", sans-serif;
  font-size: 29px;
  font-weight: 800;
}

.vt-parent-service-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: #fcb90e !important;
  font-size: 13.5px;
  font-weight: 700;
}

.vt-parent-service-card a:hover {
  gap: 12px;
  color: var(--vt-dark) !important;
}

/* Process */
.vt-service-process {
  padding: 100px 0;
  background:
    radial-gradient(ellipse 55% 65% at 82% 45%, rgba(252,185,14,.09), transparent 68%),
    var(--vt-dark);
}

.vt-service-process .vt-section-head h2,
.vt-service-process .vt-section-head.light h2 {
  color: var(--vt-white) !important;
}

.vt-service-process .vt-section-head p,
.vt-service-process .vt-section-head.light p {
  color: rgba(255,255,255,.54) !important;
}

.vt-service-process .vt-section-tag {
  color: var(--vt-gold) !important;
}

.vt-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.vt-process-card {
  position: relative;
  padding: 27px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  transition: transform .3s ease, border-color .3s ease, background .3s ease;
}

.vt-process-card:hover {
  transform: translateY(-5px);
  background: rgba(252,185,14,.07);
  border-color: rgba(252,185,14,.25);
}

.vt-process-card > span {
  color: var(--vt-gold) !important;
  font-family: "Syne", sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.vt-process-card h3 {
  margin: 17px 0 9px;
  color: var(--vt-white) !important;
  font-size: 19px;
}

.vt-process-card p {
  margin: 0;
  color: rgba(255,255,255,.52) !important;
  font-size: 14px;
  line-height: 1.72;
}

/* Technologies */
.vt-tech-section {
  padding: 100px 0;
  background: var(--vt-white);
}

.vt-tech-section p {
  color: var(--vt-text) !important;
  font-size: 16px;
  line-height: 1.85;
}

.vt-tech-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.vt-tech-cloud span {
  padding: 11px 16px;
  color: #333333 !important;
  background: #fafafa;
  border: 1px solid var(--vt-border);
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 600;
  transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease;
}

.vt-tech-cloud span:hover {
  color: #000000 !important;
  background: var(--vt-gold);
  border-color: var(--vt-gold);
  transform: translateY(-2px);
}

/* Why choose us */
.vt-why-section {
  padding: 100px 0;
  background:
    radial-gradient(ellipse 50% 60% at 18% 55%, rgba(252,185,14,.08), transparent 67%),
    var(--vt-dark-2);
}

.vt-why-section .vt-section-head h2 {
  color: var(--vt-white) !important;
}

.vt-why-section .vt-section-tag {
  color: var(--vt-gold) !important;
}

.vt-why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.vt-why-grid article {
  padding: 26px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  transition: transform .3s ease, background .3s ease, border-color .3s ease;
}

.vt-why-grid article:hover {
  transform: translateY(-5px);
  background: rgba(252,185,14,.07);
  border-color: rgba(252,185,14,.25);
}

.vt-why-grid i {
  margin-bottom: 18px;
  color: var(--vt-gold) !important;
  font-size: 22px;
}

.vt-why-grid h3 {
  margin: 0 0 9px;
  color: var(--vt-white) !important;
  font-size: 18px;
}

.vt-why-grid p {
  margin: 0;
  color: rgba(255,255,255,.51) !important;
  font-size: 14px;
  line-height: 1.72;
}

/* Related services */
.vt-related-section {
  padding: 100px 0;
  background: var(--vt-white);
}

.vt-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.vt-related-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  padding: 27px;
  color: var(--vt-dark) !important;
  background: var(--vt-white);
  border: 1px solid var(--vt-border);
  border-radius: 16px;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.vt-related-card > i {
  color: #fcb90e !important;
  font-size: 23px;
}

.vt-related-card > span {
  color: var(--vt-dark) !important;
  font-family: "Syne", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.vt-related-card small {
  color: #6a6a6a !important;
  font-weight: 600;
}

.vt-related-card small i {
  color: #fcb90e !important;
}

.vt-related-card:hover {
  transform: translateY(-5px);
  border-color: rgba(252,185,14,.55);
  box-shadow: 0 18px 42px rgba(0,0,0,.07);
}

/* FAQ block on each service page */
.vt-faq-section {
  padding: 100px 0;
  background: var(--vt-soft);
}

.vt-faq-section p {
  color: var(--vt-text) !important;
  line-height: 1.8;
}

.vt-faq-list {
  display: grid;
  gap: 13px;
}

.vt-faq-item {
  overflow: hidden;
  background: var(--vt-white);
  border: 1px solid var(--vt-border);
  border-radius: 14px;
  transition: border-color .25s ease, box-shadow .25s ease;
}

.vt-faq-item.active {
  border-color: var(--vt-gold);
  box-shadow: 0 12px 32px rgba(0,0,0,.06);
}

.vt-faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 22px;
  color: var(--vt-dark) !important;
  background: transparent;
  border: 0;
  text-align: left;
  font-family: "Syne", sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.vt-faq-question span {
  color: var(--vt-dark) !important;
}

.vt-faq-question i {
  color: #fcb90e !important;
  transition: transform .25s ease;
}

.vt-faq-answer {
  display: none;
  padding: 0 22px 20px;
}

.vt-faq-answer p {
  margin: 0;
  color: #5f5f5f !important;
  font-size: 14px;
}

.vt-faq-item.active .vt-faq-answer {
  display: block;
}

.vt-faq-item.active .vt-faq-question i {
  transform: rotate(45deg);
}

/* CTA */
.hp-cta {
  padding: 88px 0;
  background:
    radial-gradient(ellipse 58% 70% at 50% 50%, rgba(252,185,14,.10), transparent 67%),
    var(--vt-dark);
}

.hp-cta .cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}

.hp-cta .section-tag {
  color: var(--vt-gold) !important;
}

.hp-cta h2 {
  margin: 0 0 14px;
  color: var(--vt-white) !important;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
}

.hp-cta p {
  max-width: 680px;
  margin: 0;
  color: rgba(255,255,255,.55) !important;
  font-size: 16px;
  line-height: 1.8;
}

/* Footer used by the new pages */
.hp-footer {
  position: relative;
  overflow: hidden;
  background: var(--vt-dark-2);
  border-top: 1px solid rgba(255,255,255,.06);
}

.hp-footer .footer-top {
  padding: 78px 0 58px;
}

.hp-footer .footer-brand .brand-logo {
  margin-bottom: 18px;
}

.hp-footer .footer-brand .brand-logo img {
  width: 185px !important;
  max-width: 185px !important;
  height: auto !important;
}

.hp-footer .footer-brand .brand-name {
  margin-bottom: 12px;
  color: var(--vt-white) !important;
  font-family: "Syne", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.hp-footer .footer-brand p,
.hp-footer .footer-newsletter p {
  color: rgba(255,255,255,.42) !important;
  font-size: 13px;
  line-height: 1.8;
}

.hp-footer .footer-socials {
  display: flex;
  gap: 10px;
}

.hp-footer .footer-socials a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--vt-gold) !important;
  background: rgba(255,255,255,.07);
  border-radius: 10px;
}

.hp-footer .footer-socials a:hover {
  color: #000000 !important;
  background: var(--vt-gold);
}

.hp-footer .footer-col h4 {
  margin: 0 0 20px;
  color: var(--vt-white) !important;
  font-size: 14px;
  font-weight: 700;
}

.hp-footer .footer-links,
.hp-footer .footer-contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hp-footer .footer-links li {
  margin-bottom: 10px;
}

.hp-footer .footer-links a,
.hp-footer .fci-text a,
.hp-footer .fci-text p {
  color: rgba(255,255,255,.46) !important;
  font-size: 13px;
  line-height: 1.65;
}

.hp-footer .footer-links a:hover,
.hp-footer .fci-text a:hover {
  color: var(--vt-gold) !important;
}

.hp-footer .footer-contact-list li {
  display: flex;
  gap: 11px;
  margin-bottom: 15px;
}

.hp-footer .fci-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  color: var(--vt-gold) !important;
  background: rgba(252,185,14,.10);
  border-radius: 9px;
  font-size: 13px;
}

.hp-footer .newsletter-form {
  display: flex;
}

.hp-footer .newsletter-form input {
  min-width: 0;
  flex: 1;
  padding: 12px 14px;
  color: var(--vt-white) !important;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  border-right: 0;
  border-radius: 10px 0 0 10px;
}

.hp-footer .newsletter-form button {
  padding: 12px 16px;
  color: #000000 !important;
  background: var(--vt-gold);
  border: 0;
  border-radius: 0 10px 10px 0;
}

.hp-footer .footer-divider {
  margin: 0;
  border: 0;
  border-top: 1px solid rgba(255,255,255,.07);
}

.hp-footer .footer-bottom {
  padding: 21px 0;
}

.hp-footer .footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.hp-footer .footer-copy,
.hp-footer .footer-legal a {
  color: rgba(255,255,255,.35) !important;
  font-size: 13px;
}

.hp-footer .footer-copy a {
  color: var(--vt-gold) !important;
}

.hp-footer .footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.hp-footer .footer-legal a:hover {
  color: var(--vt-gold) !important;
}

@media (max-width: 991px) {
  .vt-service-hero {
    padding: 128px 0 74px;
  }

  .vt-hero-panel {
    margin-top: 8px;
  }

  .vt-feature-grid,
  .vt-parent-service-grid,
  .vt-process-grid,
  .vt-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vt-related-grid {
    grid-template-columns: 1fr;
  }

  .hp-cta .cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .hp-footer .footer-top .row > div {
    margin-bottom: 36px;
  }
}

@media (max-width: 767px) {
  .vt-service-hero h1 {
    font-size: 2.25rem;
    letter-spacing: -1.2px;
  }

  .vt-service-hero p {
    font-size: 15.5px;
  }

  .vt-service-intro,
  .vt-service-features,
  .vt-parent-services,
  .vt-service-process,
  .vt-tech-section,
  .vt-why-section,
  .vt-related-section,
  .vt-faq-section {
    padding: 72px 0;
  }

  .vt-feature-grid,
  .vt-parent-service-grid,
  .vt-process-grid,
  .vt-why-grid {
    grid-template-columns: 1fr;
  }

  .vt-section-head {
    margin-bottom: 34px;
    text-align: left;
  }

  .vt-hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hp-footer .footer-bottom-inner {
    justify-content: center;
    text-align: center;
  }

  .hp-footer .newsletter-form {
    flex-direction: column;
    gap: 8px;
  }

  .hp-footer .newsletter-form input,
  .hp-footer .newsletter-form button {
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 10px;
  }
}
