/* Services Page Styles - Orange Theme */
body.services-page-body {
  margin: 0;
  overflow-x: hidden;
  background: #ffffff;
}

/* Animations */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-15px); }
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

/* Services Main Content */
.services-main-content {
  position: relative;
  z-index: 1;
  background: #ffffff;
}

/* Breadcrumb */
.breadcrumb-custom {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 30px;
  list-style: none;
  background: transparent;
}

.breadcrumb-custom .breadcrumb-item {
  font-size: 0.9rem;
  color: #6b7280;
}

.breadcrumb-custom .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  padding: 0 10px;
  color: #FF4500;
}

.breadcrumb-custom .breadcrumb-item a {
  color: #FF4500;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb-custom .breadcrumb-item a:hover {
  color: #FF6347;
}

.breadcrumb-custom .breadcrumb-item.active {
  color: #4b5563;
}

/* Hero Section */
.services-hero-section {
  position: relative;
  padding: 50px 0 40px;
  background: linear-gradient(180deg, #fff5f0 0%, #ffffff 100%);
  overflow: hidden;
}

.services-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.services-hero-shape-1 {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 69, 0, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  animation: float 10s ease-in-out infinite;
}

.services-hero-shape-2 {
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255, 99, 71, 0.06) 0%, transparent 70%);
  border-radius: 50%;
  animation: float 12s ease-in-out infinite;
  animation-delay: 2s;
}

.services-hero-section .container {
  position: relative;
  z-index: 2;
}

.services-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 28px;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.12), rgba(255, 99, 71, 0.12));
  color: #FF4500;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 25px;
  border: 2px solid rgba(255, 69, 0, 0.25);
  transition: all 0.3s ease;
}

.services-hero-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 69, 0, 0.2);
}

.services-hero-content {
  max-width: 650px;
}

.services-hero-title {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 900;
  color: #0a0a0a;
  margin-bottom: 20px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.services-hero-title .services-highlight {
  background: linear-gradient(135deg, #FF4500 0%, #FF6347 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.services-hero-subtitle {
  font-size: 1.05rem;
  color: #4b5563;
  margin-bottom: 25px;
  line-height: 1.7;
}

.services-hero-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.services-primary-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 30px;
  background: linear-gradient(135deg, #FF4500 0%, #FF6347 100%);
  color: #ffffff;
  border: none;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.4s ease;
  box-shadow: 0 6px 20px rgba(255, 69, 0, 0.3);
  position: relative;
  overflow: hidden;
}

.services-primary-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s;
}

.services-primary-btn:hover::before {
  left: 100%;
}

.services-primary-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(255, 69, 0, 0.4);
  color: #ffffff;
}

.services-secondary-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 30px;
  background: #ffffff;
  color: #FF4500;
  border: 2px solid #FF4500;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.services-secondary-btn:hover {
  background: #FF4500;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 69, 0, 0.25);
}

/* Trust Signals */
.services-trust-signals {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: center;
}

.trust-signal-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.trust-rating {
  display: flex;
  align-items: center;
  gap: 4px;
}

.trust-rating i {
  color: #FFA500;
  font-size: 1.1rem;
}

.trust-rating .rating-number {
  font-weight: 700;
  color: #0a0a0a;
  margin-left: 6px;
  font-size: 1.2rem;
}

.trust-icon {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #FF4500 0%, #FF6347 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.trust-icon i {
  color: #ffffff;
  font-size: 1.3rem;
}

.trust-text {
  font-size: 0.95rem;
  color: #4b5563;
  margin: 0;
  font-weight: 500;
}

.trust-text strong {
  color: #FF4500;
  font-weight: 700;
}

/* Hero Visual */
.services-hero-visual {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.hero-main-image {
  width: 100%;
  max-width: 550px;
  height: auto;
  border-radius: 30px;
  box-shadow: 0 30px 80px rgba(255, 69, 0, 0.2);
  position: relative;
  z-index: 2;
  border: 8px solid #ffffff;
  transition: all 0.4s ease;
}

.hero-main-image:hover {
  transform: scale(1.02);
  box-shadow: 0 35px 90px rgba(255, 69, 0, 0.25);
}

/* Remove floating badges - hide them */
.floating-badge {
  display: none;
  visibility: hidden;
  opacity: 0;
}

/* Add decorative elements around image */
.services-hero-visual::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.15), transparent);
  border-radius: 50%;
  z-index: 1;
  animation: pulse 4s ease-in-out infinite;
}

.services-hero-visual::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, rgba(255, 99, 71, 0.12), transparent);
  border-radius: 50%;
  z-index: 1;
  animation: pulse 5s ease-in-out infinite;
  animation-delay: 1s;
}

/* Services Overview Section */
.services-overview-section {
  padding: 60px 0;
  background: #fafafa;
  position: relative;
  z-index: 1;
}

.section-header {
  text-align: center;
  margin-bottom: 30px;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.1), rgba(255, 99, 71, 0.1));
  color: #FF4500;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 16px;
  border: 2px solid rgba(255, 69, 0, 0.2);
}

.section-title {
  font-size: clamp(24px, 4vw, 46px);
  font-weight: 800;
  color: #0a0a0a;
  margin-bottom: 10px;
}

.section-description {
  font-size: 1.1rem;
  color: #6b7280;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}

.service-card-overview {
  background: #ffffff;
  border-radius: 16px;
  padding: 35px 25px;
  height: 100%;
  transition: all 0.4s ease;
  border: 2px solid #f0f0f0;
  text-align: center;
  display: block;
  visibility: visible;
  opacity: 1;
}

.service-card-overview:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(255, 69, 0, 0.15);
  border-color: #ffe8e0;
}

.service-icon-box {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #FF4500 0%, #FF6347 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: all 0.4s ease;
  box-shadow: 0 6px 20px rgba(255, 69, 0, 0.25);
}

.service-card-overview:hover .service-icon-box {
  transform: scale(1.1) rotate(-5deg);
}

.service-icon-box i {
  font-size: 2rem;
  color: #ffffff;
}

.service-card-overview h3 {
  font-size: 1.35rem;
  font-weight: 700;
  color: #0a0a0a;
  margin-bottom: 12px;
}

.service-card-overview p {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.7;
  margin: 0;
}

/* Why Choose Us Section */
.why-choose-section {
  padding: 60px 0;
  background: #ffffff;
  position: relative;
  z-index: 1;
}

.feature-box {
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.05), rgba(255, 99, 71, 0.05));
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.4s ease;
  border: 2px solid rgba(255, 69, 0, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  visibility: visible;
  opacity: 1;
}

.feature-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(255, 69, 0, 0.15);
  border-color: #FF4500;
  background: #ffffff;
}

.feature-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #FF4500 0%, #FF6347 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  transition: all 0.4s ease;
}

.feature-box:hover .feature-icon {
  transform: scale(1.15);
}

.feature-icon i {
  font-size: 2.2rem;
  color: #ffffff;
}

.feature-box h4 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0 0 15px 0;
}

.feature-box p {
  font-size: 1rem;
  color: #6b7280;
  line-height: 1.7;
  margin: 0;
  max-width: 450px;
}

/* Responsive Design */
@media (max-width: 991px) {
  .services-hero-section {
    padding: 45px 0 35px;
  }

  .services-hero-visual {
    margin-top: 40px;
    height: auto;
  }

  /* Tablet: constrain image width */
  .hero-main-image {
    max-width: 100%;
  }

  .section-title {
    font-size: 2rem;
  }

  .services-overview-section,
  .why-choose-section {
    padding: 50px 0;
  }
}

@media (max-width: 768px) {
  .services-hero-section {
    padding: 45px 0 30px;
  }

  .services-hero-title {
    font-size: 1.9rem;
  }

  .services-hero-subtitle {
    font-size: 0.95rem;
  }

  .services-hero-buttons {
    flex-direction: column;
  }

  .services-primary-btn,
  .services-secondary-btn {
    width: 100%;
    justify-content: center;
    padding: 12px 25px;
    font-size: 0.9rem;
  }

  .services-trust-signals {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .hero-main-image {
    max-width: 100%;
    border-radius: 20px;
    border: 5px solid #ffffff;
  }

  .services-hero-visual {
    height: auto;
    padding: 10px;
  }

  .services-hero-visual::before,
  .services-hero-visual::after {
    width: 120px;
    height: 120px;
  }

  .services-overview-section,
  .why-choose-section {
    padding: 40px 0;
  }

  .section-header {
    margin-bottom: 30px;
  }
}

/* =====================================================
   Testimonials v2 — Split stacked card design (Modern)
   ===================================================== */
.tv2-section {
  padding: 110px 0;
  background: #f8f4f1;
  position: relative;
  overflow: hidden;
}

/* Mesh blobs */
.tv2-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}
.tv2-blob-1 { width: 500px; height: 500px; background: rgba(255,69,0,0.12); top: -150px; left: -150px; }
.tv2-blob-2 { width: 400px; height: 400px; background: rgba(255,140,0,0.1); bottom: -100px; right: -100px; }
.tv2-blob-3 { width: 300px; height: 300px; background: rgba(255,69,0,0.07); top: 50%; left: 50%; transform: translate(-50%,-50%); }

.tv2-section .container { position: relative; z-index: 1; }

/* ── Header ── */
.tv2-header { text-align: center; margin-bottom: 72px; }

.tv2-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #FF4500;
  margin-bottom: 22px;
}
.tv2-label span { display: block; width: 28px; height: 2px; background: linear-gradient(90deg,#FF4500,#FF8C00); border-radius: 2px; }

.tv2-title {
  font-size: clamp(2.1rem, 4.5vw, 3.4rem);
  font-weight: 900;
  color: #0d0d0d;
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin-bottom: 26px;
}
.tv2-title em {
  font-style: normal;
  background: linear-gradient(135deg, #FF4500 20%, #FF8C00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.tv2-overall {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,69,0,0.18);
  border-radius: 50px;
  padding: 11px 24px;
  box-shadow: 0 4px 24px rgba(255,69,0,0.1), 0 1px 0 rgba(255,255,255,0.9) inset;
}
.tv2-overall-stars i { color: #FF4500; font-size: 0.85rem; }
.tv2-overall-score { font-weight: 900; font-size: 1rem; color: #0d0d0d; letter-spacing: -0.02em; }
.tv2-overall-text { font-size: 0.82rem; color: #6b7280; }

/* ── Layout ── */
.tv2-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;
}

/* ── Left: stacked cards ── */
.tv2-stack-side { display: flex; justify-content: center; }

.tv2-stack {
  position: relative;
  width: 100%;
  max-width: 480px;
  height: 360px;
}

.tv2-stack-card { position: absolute; inset: 0; border-radius: 32px; }

.tv2-stack-card--back2 {
  background: linear-gradient(135deg, rgba(255,140,0,0.1), rgba(255,69,0,0.06));
  transform: rotate(7deg) translateY(22px) scale(0.97);
  border: 1px solid rgba(255,69,0,0.1);
}
.tv2-stack-card--back1 {
  background: linear-gradient(135deg, rgba(255,100,0,0.15), rgba(255,69,0,0.1));
  transform: rotate(3.5deg) translateY(11px) scale(0.985);
  border: 1px solid rgba(255,69,0,0.15);
}

/* Front card — glassmorphism */
.tv2-stack-card--front {
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.95);
  box-shadow: 0 2px 0 rgba(255,255,255,0.9) inset, 0 32px 80px rgba(255,69,0,0.14), 0 8px 32px rgba(0,0,0,0.07);
  padding: 34px 38px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.45s cubic-bezier(.22,.68,0,1.2), box-shadow 0.4s ease;
  overflow: hidden;
}
.tv2-stack-card--front:hover {
  transform: translateY(-8px) rotate(-1.5deg);
  box-shadow: 0 2px 0 rgba(255,255,255,0.9) inset, 0 48px 100px rgba(255,69,0,0.18), 0 16px 48px rgba(0,0,0,0.09);
}

/* Orange corner glow */
.tv2-card-glow {
  position: absolute;
  top: -40px; right: -40px;
  width: 180px; height: 180px;
  background: radial-gradient(circle, rgba(255,100,0,0.18) 0%, transparent 65%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.tv2-card-top, .tv2-card-quote, .tv2-card-bottom { position: relative; z-index: 1; }

.tv2-card-top { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }

.tv2-card-avatar-wrap { position: relative; flex-shrink: 0; }
.tv2-card-avatar {
  width: 52px; height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 2.5px solid #FF4500;
  display: block;
  box-shadow: 0 0 0 4px rgba(255,69,0,0.12);
}
.tv2-card-avatar-ring {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1.5px dashed rgba(255,69,0,0.4);
  animation: spin 9s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

.tv2-card-identity { flex: 1; }
.tv2-card-identity h4 { font-size: 1rem; font-weight: 800; color: #0d0d0d; margin: 0 0 2px; letter-spacing: -0.01em; }
.tv2-card-identity p { font-size: 0.78rem; color: #a0aec0; margin: 0; font-weight: 500; }

.tv2-card-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.7rem;
  font-weight: 800;
  color: #FF4500;
  background: linear-gradient(135deg, rgba(255,69,0,0.1), rgba(255,140,0,0.08));
  border: 1px solid rgba(255,69,0,0.22);
  border-radius: 20px;
  padding: 5px 13px;
  letter-spacing: 0.02em;
}

.tv2-card-quote {
  font-size: 1.02rem;
  color: #2d3748;
  line-height: 1.78;
  font-style: italic;
  font-weight: 400;
  margin: 0 0 22px;
  flex: 1;
  padding-left: 18px;
  border-left: 3px solid transparent;
  border-image: linear-gradient(180deg, #FF4500, #FF8C00) 1;
}

.tv2-card-bottom { display: flex; align-items: center; justify-content: space-between; }
.tv2-card-stars i { color: #FF4500; font-size: 0.82rem; }
.tv2-card-tag {
  font-size: 0.72rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #FF4500, #FF8C00);
  border-radius: 20px;
  padding: 5px 15px;
  letter-spacing: 0.04em;
  box-shadow: 0 4px 12px rgba(255,69,0,0.3);
}

/* Card animations */
@keyframes tv2CardExit {
  to { opacity: 0; transform: translateY(-18px) scale(0.97) rotate(1deg); }
}
@keyframes tv2CardEnter {
  from { opacity: 0; transform: translateY(22px) scale(0.97) rotate(-1deg); }
  to   { opacity: 1; transform: translateY(0) scale(1) rotate(0deg); }
}
.tv2-card-exit { animation: tv2CardExit 0.28s cubic-bezier(.4,0,1,1) forwards; }
.tv2-card-enter { animation: tv2CardEnter 0.48s cubic-bezier(.22,.68,0,1.1) forwards; }

/* ── Right: nav list ── */
.tv2-nav-side { display: flex; flex-direction: column; }

.tv2-nav-list { display: flex; flex-direction: column; gap: 4px; margin-bottom: 30px; }

.tv2-nav-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 16px 13px 22px;
  border-radius: 18px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(.22,.68,0,1.1);
  border: 1px solid transparent;
  background: transparent;
  position: relative;
}
.tv2-nav-item:hover { background: rgba(255,255,255,0.7); border-color: rgba(255,69,0,0.1); }
.tv2-nav-item.active {
  background: rgba(255,255,255,0.95);
  border-color: rgba(255,69,0,0.2);
  box-shadow: 0 8px 32px rgba(255,69,0,0.1), 0 1px 0 rgba(255,255,255,0.9) inset;
}

.tv2-nav-avatar-wrap { position: relative; flex-shrink: 0; }
.tv2-nav-avatar {
  width: 44px; height: 44px;
  border-radius: 14px;
  object-fit: cover;
  border: 2px solid #e5e7eb;
  transition: all 0.3s ease;
}
.tv2-nav-item.active .tv2-nav-avatar {
  border-color: #FF4500;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(255,69,0,0.2);
}

.tv2-nav-active-bar {
  position: absolute;
  left: 0; top: 50%;
  transform: translateY(-50%);
  width: 3px; height: 0;
  background: linear-gradient(180deg, #FF4500, #FF8C00);
  border-radius: 0 3px 3px 0;
  transition: height 0.35s cubic-bezier(.22,.68,0,1.2);
}
.tv2-nav-item.active .tv2-nav-active-bar { height: 32px; }

.tv2-nav-info { flex: 1; min-width: 0; }
.tv2-nav-info strong {
  display: block;
  font-size: 0.92rem;
  font-weight: 800;
  color: #0d0d0d;
  letter-spacing: -0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tv2-nav-info span { font-size: 0.76rem; color: #a0aec0; font-weight: 500; }

.tv2-nav-arrow {
  width: 30px; height: 30px;
  border-radius: 50%;
  background: transparent;
  border: 1.5px solid #e5e7eb;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.75rem;
  color: #d1d5db;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.tv2-nav-item.active .tv2-nav-arrow {
  background: linear-gradient(135deg, #FF4500, #FF8C00);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 4px 12px rgba(255,69,0,0.3);
}

/* Progress bar */
.tv2-progress-wrap {
  height: 2px;
  background: rgba(0,0,0,0.07);
  border-radius: 2px;
  margin-bottom: 22px;
  overflow: hidden;
}
.tv2-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #FF4500, #FF8C00);
  border-radius: 2px;
  transition: width 0.5s cubic-bezier(.22,.68,0,1.1);
  width: 25%;
  box-shadow: 0 0 8px rgba(255,69,0,0.5);
}

/* Controls */
.tv2-nav-controls { display: flex; align-items: center; gap: 14px; }
.tv2-ctrl-btn {
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 1.5px solid rgba(0,0,0,0.1);
  background: rgba(255,255,255,0.8);
  backdrop-filter: blur(8px);
  color: #6b7280;
  font-size: 0.95rem;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.3s cubic-bezier(.22,.68,0,1.2);
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.tv2-ctrl-btn:hover,
.tv2-ctrl-btn--active {
  background: linear-gradient(135deg, #FF4500, #FF8C00);
  border-color: transparent;
  color: #fff;
  transform: scale(1.08);
  box-shadow: 0 6px 20px rgba(255,69,0,0.35);
}
.tv2-counter { font-size: 0.85rem; font-weight: 700; color: #a0aec0; letter-spacing: 0.06em; }
.tv2-counter span:first-child { color: #FF4500; font-size: 1.15rem; font-weight: 900; letter-spacing: -0.02em; }

/* Responsive */
@media (max-width: 991px) {
  .tv2-layout { grid-template-columns: 1fr; gap: 44px; }
  .tv2-stack { max-width: 100%; height: 310px; }
  .tv2-section { padding: 80px 0; }
}

/* Tablet: limit stack width so it doesn't stretch too wide */
@media (max-width: 991px) and (min-width: 577px) {
  .tv2-stack { max-width: 520px; margin: 0 auto; }
}

@media (max-width: 576px) {
  .tv2-stack { height: 290px; }
  .tv2-stack-card--front { padding: 26px 24px; }
  .tv2-card-quote { font-size: 0.92rem; }
  .tv2-header { margin-bottom: 48px; }
}


/* =====================================================
   FAQ Section — Left panel + Right accordion
   ===================================================== */
.faq-section {
  padding: 90px 0;
  background: #f9f9fb;
  position: relative;
}

/* Centered header */
.faq-header {
  text-align: center;
  margin-bottom: 52px;
}

.faq-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FF4500;
  background: rgba(255,69,0,0.08);
  border: 1px solid rgba(255,69,0,0.18);
  border-radius: 50px;
  padding: 7px 16px;
  margin-bottom: 18px;
}

.faq-main-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 900;
  color: #0d0d0d;
  line-height: 1.18;
  letter-spacing: -0.03em;
  margin: 0 0 14px;
}

.faq-title-grad {
  background: linear-gradient(135deg, #FF4500, #FF8C00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.faq-header-sub {
  font-size: 0.97rem;
  color: #6b7280;
  line-height: 1.65;
  margin: 0;
}
.faq-header-sub a {
  color: #FF4500;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,69,0,0.3);
  transition: border-color 0.2s;
}
.faq-header-sub a:hover { border-color: #FF4500; }

/* 2-column accordion grid */
.faq-cols-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 28px;
  margin-bottom: 44px;
}

.faq-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Item */
.faq-item {
  background: #ffffff;
  border-radius: 18px;
  border: 1.5px solid #efefef;
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.faq-item:hover {
  border-color: rgba(255,69,0,0.18);
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.faq-item.active {
  border-color: rgba(255,69,0,0.28);
  box-shadow: 0 8px 32px rgba(255,69,0,0.09);
}

/* Question button */
.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
}

/* Icon wrap */
.faq-q-icon-wrap {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255,69,0,0.08);
  border: 1px solid rgba(255,69,0,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #FF4500;
  font-size: 0.95rem;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}
.faq-item.active .faq-q-icon-wrap {
  background: linear-gradient(135deg, #FF4500, #FF8C00);
  border-color: transparent;
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(255,69,0,0.3);
}

.faq-q-text {
  flex: 1;
  font-size: 0.95rem;
  font-weight: 700;
  color: #0d0d0d;
  line-height: 1.4;
  letter-spacing: -0.01em;
  transition: color 0.25s ease;
}
.faq-item.active .faq-q-text { color: #FF4500; }

/* Chevron toggle */
.faq-q-toggle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.5px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  color: #9ca3af;
  flex-shrink: 0;
  transition: all 0.3s cubic-bezier(.22,.68,0,1.2);
  background: #fafafa;
}
.faq-item.active .faq-q-toggle {
  background: linear-gradient(135deg, #FF4500, #FF8C00);
  border-color: transparent;
  color: #fff;
  transform: rotate(180deg);
  box-shadow: 0 4px 12px rgba(255,69,0,0.28);
}

/* Answer */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.38s cubic-bezier(.22,.68,0,1.1), padding 0.3s ease;
  padding: 0 20px 0 70px;
}
.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 0 20px 18px 70px;
}
.faq-answer p {
  font-size: 0.88rem;
  color: #6b7280;
  line-height: 1.75;
  margin: 0;
  border-top: 1px solid #f5f5f5;
  padding-top: 12px;
}

/* Bottom CTA */
.faq-bottom-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.faq-bottom-cta p {
  font-size: 0.95rem;
  color: #6b7280;
  margin: 0;
  font-weight: 500;
}

.faq-left-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 26px;
  background: linear-gradient(135deg, #FF4500, #FF8C00);
  color: #ffffff;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  box-shadow: 0 6px 22px rgba(255,69,0,0.28);
  transition: box-shadow 0.3s ease, opacity 0.3s ease;
  letter-spacing: -0.01em;
}
.faq-left-cta:hover {
  color: #ffffff;
  opacity: 0.9;
  box-shadow: 0 10px 32px rgba(255,69,0,0.38);
}
.faq-left-cta i { transition: transform 0.3s ease; }
.faq-left-cta:hover i { transform: translateX(4px); }

/* Responsive */
@media (max-width: 991px) {
  .faq-cols-grid { grid-template-columns: 1fr; gap: 10px; }
  .faq-section { padding: 70px 0; }
}
@media (max-width: 576px) {
  .faq-main-title { font-size: 1.8rem; }
  .faq-question { padding: 15px 16px; gap: 12px; }
  .faq-item.active .faq-answer { padding: 0 16px 16px 64px; }
  .faq-bottom-cta { flex-direction: column; gap: 10px; }
}

/* =====================================================
   Contact Form Section — Modern split panel
   ===================================================== */
.cfs-section {
  padding: 100px 0;
  background: #f8f4f1;
  position: relative;
}

.cfs-wrapper {
  display: grid;
  grid-template-columns: 420px 1fr;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0,0,0,0.12);
}

/* ── Left dark panel ── */
.cfs-left {
  background: #1e1e2e;
  padding: 52px 44px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.cfs-left-blob {
  position: absolute;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(255,69,0,0.22) 0%, transparent 65%);
  border-radius: 50%;
  top: -120px; right: -120px;
  pointer-events: none;
}

.cfs-left-content { position: relative; z-index: 1; flex: 1; display: flex; flex-direction: column; }

.cfs-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FF4500;
  margin-bottom: 22px;
}

.cfs-title {
  font-size: 1.9rem;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}
.cfs-title em {
  font-style: normal;
  background: linear-gradient(135deg, #FF4500, #FF8C00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cfs-subtitle {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.7;
  margin-bottom: 36px;
}

/* Contact items */
.cfs-contacts { display: flex; flex-direction: column; gap: 20px; margin-bottom: 36px; }

.cfs-contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  transition: transform 0.2s ease;
}
a.cfs-contact-item:hover { transform: translateX(4px); }

.cfs-contact-icon {
  width: 40px; height: 40px;
  border-radius: 12px;
  background: rgba(255,69,0,0.15);
  border: 1px solid rgba(255,69,0,0.25);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  color: #FF4500;
  font-size: 0.95rem;
  transition: background 0.2s;
}
a.cfs-contact-item:hover .cfs-contact-icon {
  background: rgba(255,69,0,0.25);
}

.cfs-contact-label {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-bottom: 2px;
}
.cfs-contact-value {
  display: block;
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
}

/* Trust badges */
.cfs-trust {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.cfs-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(255,255,255,0.45);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 6px 12px;
}
.cfs-trust-item i { color: #FF4500; font-size: 0.75rem; }

/* ── Right form panel ── */
.cfs-right {
  background: #ffffff;
  padding: 52px 48px;
}

.cfs-form-head { margin-bottom: 32px; }
.cfs-form-head h3 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #0d0d0d;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}
.cfs-form-head p { font-size: 0.88rem; color: #9ca3af; margin: 0; }

/* Form grid */
.cfs-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.cfs-field { display: flex; flex-direction: column; gap: 7px; }
.cfs-field--full { margin-bottom: 16px; }

.cfs-field label {
  font-size: 0.8rem;
  font-weight: 700;
  color: #374151;
  letter-spacing: 0.01em;
}
.req { color: #FF4500; }

/* Input wrap with icon */
.cfs-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.cfs-input-wrap > i {
  position: absolute;
  left: 14px;
  color: #d1d5db;
  font-size: 0.9rem;
  pointer-events: none;
  transition: color 0.2s;
  z-index: 1;
}
.cfs-input-wrap .form-control {
  padding: 12px 14px 12px 38px;
  border: 1.5px solid #e5e7eb;
  border-radius: 12px;
  font-size: 0.9rem;
  color: #0d0d0d;
  background: #fafafa;
  transition: all 0.25s ease;
  width: 100%;
  box-shadow: none;
}
.cfs-input-wrap .form-control:focus {
  outline: none;
  border-color: #FF4500;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255,69,0,0.1);
}
.cfs-input-wrap .form-control:focus + i,
.cfs-input-wrap:focus-within > i { color: #FF4500; }

/* Select */
.cfs-select-wrap .form-control {
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath fill='%23FF4500' d='M5 7L1 3h8z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}

/* Textarea */
.cfs-textarea-wrap { align-items: flex-start; }
.cfs-textarea-wrap > i { top: 14px; }
.cfs-textarea-wrap .form-control { resize: vertical; min-height: 110px; }

/* Footer */
.cfs-form-footer {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.cfs-submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  background: linear-gradient(135deg, #FF4500, #FF8C00);
  color: #fff;
  border: none;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(.22,.68,0,1.2);
  box-shadow: 0 6px 24px rgba(255,69,0,0.3);
  letter-spacing: -0.01em;
  position: relative;
  overflow: hidden;
}
.cfs-submit-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transform: translateX(-100%);
  transition: transform 0.5s ease;
}
.cfs-submit-btn:hover::before { transform: translateX(100%); }
.cfs-submit-btn:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 12px 36px rgba(255,69,0,0.4);
}

.cfs-privacy {
  font-size: 0.78rem;
  color: #9ca3af;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.cfs-privacy i { color: #FF4500; }

/* Responsive */
@media (max-width: 1100px) {
  .cfs-wrapper { grid-template-columns: 360px 1fr; }
  .cfs-left { padding: 44px 36px; }
  .cfs-right { padding: 44px 36px; }
}
@media (max-width: 900px) {
  .cfs-wrapper { grid-template-columns: 1fr; }
  .cfs-left { padding: 44px 36px; }
  .cfs-trust { flex-direction: row; }
}
@media (max-width: 576px) {
  .cfs-section { padding: 70px 0; }
  .cfs-row { grid-template-columns: 1fr; }
  .cfs-left, .cfs-right { padding: 36px 24px; }
  .cfs-title { font-size: 1.6rem; }
  .cfs-form-footer { flex-direction: column; align-items: flex-start; }
}
