@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

.services-page {
  font-family: 'Poppins', sans-serif;
  color: #0f172a;
}

.services-hero {
  padding: 150px 0 40px;
  background: radial-gradient(900px 500px at 10% 10%, rgba(201, 151, 63, 0.18), transparent 55%),
    radial-gradient(800px 400px at 90% 20%, rgba(201, 151, 63, 0.10), transparent 60%),
    #faf9f6;
  overflow: hidden;
}

.services-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  color: #c9973f;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c9973f, #f5d08a);
  box-shadow: 0 0 0 6px rgba(201, 151, 63, 0.14);
}

.services-hero-left h1 {
  font-size: 58px;
  font-weight: 800;
  line-height: 1.05;
  margin-top: 16px;
}

.services-hero-left .accent {
  background: linear-gradient(120deg, #c9973f, #0f172a);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.services-hero-left p {
  margin-top: 14px;
  color: #475569;
  font-weight: 600;
  line-height: 1.75;
}

.services-bullets {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  max-width: 520px;
}

.services-bullets li {
  padding: 10px 14px;
  border-radius: 18px;
  background: rgba(201, 151, 63, 0.08);
  border: 1px solid rgba(201, 151, 63, 0.18);
  font-weight: 700;
  color: #0f172a;
  display: flex;
  gap: 12px;
  align-items: center;
}

.services-bullets li i {
  color: #c9973f;
}

.services-hero-cta {
  margin-top: 22px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.services-hero-cta .btn-primary {
  background: linear-gradient(135deg, #c9973f, #f5d08a);
  border-color: rgba(201, 151, 63, 0.35);
  font-weight: 800;
  border-radius: 16px;
  padding: 12px 18px;
}

.services-hero-cta .btn-outline-primary {
  border-radius: 16px;
  padding: 12px 18px;
  border-color: rgba(201, 151, 63, 0.45);
  color: #0f172a;
}

/* Right 3d shell */
.services-3d-shell {
  position: relative;
  min-height: 595px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(201, 151, 63, 0.18);
  box-shadow: 0 30px 90px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  transform: translateZ(0);
}

.shell-glow {
  position: absolute;
  inset: -40px;
  background: radial-gradient(circle at 20% 20%, rgba(201, 151, 63, 0.25), transparent 55%),
    radial-gradient(circle at 80% 30%, rgba(201, 151, 63, 0.12), transparent 55%);
  pointer-events: none;
}

.shell-image {
  position: relative;
  z-index: 1;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shell-image img {
  width: 100%;
  height: auto;
  filter: saturate(1.05) contrast(1.03);
}

.shell-cards {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 12px;
  z-index: 2;
}

.shell-card {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(201, 151, 63, 0.20);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
}

.shell-card i {
  color: #c9973f;
  font-size: 20px;
}

.sc-title {
  font-weight: 900;
  color: #0f172a;
  font-size: 13px;
  line-height: 1.2;
}

.sc-sub {
  color: #64748b;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  margin-top: 2px;
}

/* Generic section head */
.services-section {
  padding: 34px 0 12px;
}

.section-head {
  text-align: center;
  max-width: 950px;
  margin: 0 auto 22px;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #c9973f;
  font-size: 12px;
}

.section-head h2 {
  margin-top: 10px;
  font-size: 36px;
  font-weight: 900;
}

.section-head p {
  margin-top: 10px;
  color: #64748b;
  font-weight: 650;
  line-height: 1.6;
}

/* Services grid */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.service-card {
  padding: 18px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.70);
  border: 1px solid rgba(201, 151, 63, 0.18);
  box-shadow: 0 30px 90px rgba(15, 23, 42, 0.06);
  position: relative;
  overflow: hidden;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.service-card::before {
  content: '';
  position: absolute;
  inset: -80px;
  background: radial-gradient(circle at 30% 20%, rgba(201, 151, 63, 0.22), transparent 55%);
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events: none;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(201, 151, 63, 0.42);
  box-shadow: 0 45px 120px rgba(15, 23, 42, 0.12);
}

.service-card:hover::before {
  opacity: 1;
}

.service-card .icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(201, 151, 63, 0.10);
  border: 1px solid rgba(201, 151, 63, 0.22);
  position: relative;
  z-index: 1;
}

.service-card i {
  color: #c9973f;
  font-size: 22px;
}

.service-card h3 {
  margin-top: 14px;
  font-weight: 900;
  font-size: 18px;
  position: relative;
  z-index: 1;
}

.service-card p {
  margin-top: 10px;
  color: #64748b;
  font-weight: 650;
  line-height: 1.7;
  position: relative;
  z-index: 1;
  font-size: 14px;
}

/* How it works */
.howit {
  padding: 34px 0;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.step {
  padding: 18px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.70);
  border: 1px solid rgba(201, 151, 63, 0.18);
  box-shadow: 0 30px 90px rgba(15, 23, 42, 0.06);
  position: relative;
  overflow: hidden;
}

.step::after {
  content: '';
  position: absolute;
  inset: -80px;
  background: radial-gradient(circle at 20% 15%, rgba(201, 151, 63, 0.18), transparent 60%);
  pointer-events: none;
}

.step-no {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  color: #0f172a;
  background: rgba(201, 151, 63, 0.10);
  border: 1px solid rgba(201, 151, 63, 0.20);
  position: relative;
  z-index: 1;
}

.step-body {
  position: relative;
  z-index: 1;
  margin-top: 12px;
}

.step-body h3 {
  font-weight: 900;
  font-size: 16px;
}

.step-body p {
  margin-top: 10px;
  color: #64748b;
  font-weight: 650;
  line-height: 1.7;
  font-size: 13.5px;
}

/* FAQ block */
.faq-block {
  padding: 34px 0 10px;
}

.faq-layout {
  display: grid;
  grid-template-columns: 1fr 0.6fr;
  gap: 18px;
  align-items: start;
}

.faq-left {
  background: transparent;
}

.faq-item {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.70);
  margin: 10px 0;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.faq-item:hover {
  transform: translateY(-3px);
  border-color: rgba(201, 151, 63, 0.35);
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.10);
}

.faq-question {
  width: 100%;
  border: none;
  background: transparent;
  padding: 16px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  text-align: left;
  font-weight: 900;
  color: #0f172a;
  cursor: pointer;
}

.faq-question i {
  color: #c9973f;
  font-size: 18px;
}

.faq-answer {
  height: auto;
  max-height: 0px;
  overflow: hidden;
  transition: max-height .35s ease;
  background: rgba(201, 151, 63, 0.04);
}

.faq-answer-inner {
  padding: 0 16px 16px;
  color: #475569;
  font-weight: 650;
  line-height: 1.7;
}

.faq-right {
  position: sticky;
  top: 120px;
}

.faq-side-card {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(201, 151, 63, 0.18);
  border-radius: 26px;
  padding: 20px;
  box-shadow: 0 30px 90px rgba(15, 23, 42, 0.07);
}

.faq-side-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: rgba(201, 151, 63, 0.10);
  border: 1px solid rgba(201, 151, 63, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-side-icon i {
  color: #c9973f;
  font-size: 20px;
}

.faq-side-card h3 {
  margin-top: 14px;
  font-weight: 900;
  color: #0f172a;
}

.faq-side-card p {
  margin-top: 10px;
  color: #64748b;
  font-weight: 650;
  line-height: 1.6;
}

.faq-cta {
  margin-top: 16px;
  width: 100%;
  border-radius: 16px;
  padding: 12px 18px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

/* CTA bottom */
.cta-bottom {
  padding: 26px 0 70px;
}

.cta-card {
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(201, 151, 63, 0.18), rgba(255, 255, 255, 0.75));
  border: 1px solid rgba(201, 151, 63, 0.20);
  box-shadow: 0 45px 120px rgba(15, 23, 42, 0.10);
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.cta-title {
  font-weight: 1000;
  font-size: 18px;
}

.cta-sub {
  margin-top: 6px;
  color: #64748b;
  font-weight: 650;
}

.cta-right {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cta-right .btn-primary {
  border-radius: 16px;
  padding: 12px 18px;
  font-weight: 900;
}

/* Responsive */
@media (max-width: 991px) {
  .services-hero-grid {
    grid-template-columns: 1fr;
  }

  .services-hero-left h1 {
    font-size: 48px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .steps {
    grid-template-columns: 1fr;
  }

  .faq-layout {
    grid-template-columns: 1fr;
  }

  .faq-right {
    position: static;
  }
}

