/* Custom Variables and Reset */
:root {
  --primary-yellow: #f2c050;
  --dark-bg: #1a1a1a;
  --text-muted: #6c757d;
  --primary-light: rgba(242, 192, 80, 0.1);
  --bg-gradient: linear-gradient(180deg, #fffcf0 0%, #ffffff 100%);
  --primary: #d4a017;
  --foreground: #020817;
  --muted-foreground: #64748b;
  --border: #e2e8f0;
  --card: #ffffff;
  --muted: #64748b;
  --fiderColor: #f9f1df;
}

body {
  font-family: "Plus Jakarta Sans Inter", sans-serif;
  background-color: #fff;
}

/* Top Banner */
.top-banner {
  background-color: var(--dark-bg);
  color: white;
  font-size: 0.85rem;
  padding: 10px 0;
}

.banner-btn {
  background-color: var(--primary-yellow);
  color: black;
  font-weight: bold;
  font-size: 0.75rem;
  border-radius: 50px;
  padding: 4px 12px;
  text-decoration: none;
  margin-left: 10px;
  transition: transform 0.2s;
  display: inline-block;
}

.banner-btn:hover {
  transform: scale(1.05);
  color: black;
}

/* Header & Navbar */
.main-header {
  background-color: white;
  transition: all 0.3s ease-in-out;
}

/* Scrolled State (Sticky effect) */
.header-scrolled {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.95) !important;
}

.nav-link {
  font-weight: 600;
  color: var(--text-muted) !important;
  font-size: 0.9rem;
  margin: 0 10px;
  position: relative;
}

.nav-link:hover {
  color: black !important;
}

/* Hover line effect */
.nav-link::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--primary-yellow);
  transition: width 0.3s;
}

.nav-link:hover::after {
  width: 100%;
}

/* Buttons */
.btn-start-now {
  background-color: var(--primary-yellow);
  color: black;
  font-weight: 700;
  border-radius: 50px;
  padding: 10px 25px;
  border: none;
  transition: all 0.3s;
}

.btn-start-now:hover {
  box-shadow: 0 8px 15px rgba(242, 192, 80, 0.3);
  transform: translateY(-2px);
}

.btn-contact-us {
  border: 2px solid rgba(0, 0, 0, 0.1);
  color: black;
  font-weight: 600;
  border-radius: 50px;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: border 0.3s;
}

.btn-contact-us:hover {
  border-color: black;
  color: black;
}

.hero-section {
  min-height: 90vh;
  background: var(--bg-gradient);
}

/* Blur Backgrounds */
.blur-circle {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  z-index: 1;
}
.blur-top {
  width: 500px;
  height: 500px;
  background: rgba(242, 192, 80, 0.08);
  top: 50px;
  right: -100px;
}
.blur-bottom {
  width: 300px;
  height: 300px;
  background: rgba(242, 192, 80, 0.05);
  bottom: 0;
  left: -50px;
}

.relative-content {
  position: relative;
  z-index: 10;
}

.text-yellow {
  color: var(--primary-yellow);
}

/* Underline SVG */
.underline-svg {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
}

/* Service Cards */
.custom-service-card {
  display: block;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 20px;
  padding: 25px 20px;
  text-decoration: none;
  color: inherit;
  height: 100%;
  position: relative;
  transition: all 0.3s ease;
}

.custom-service-card:hover {
  border-color: var(--primary-yellow);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}

.card-badge {
  position: absolute;
  top: -12px;
  left: 20px;
  background: var(--primary-yellow);
  color: #000;
  font-size: 10px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 50px;
  text-transform: uppercase;
}

.icon-wrapper {
  width: 45px;
  height: 45px;
  background: var(--primary-light);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  color: var(--primary-yellow);
  font-size: 20px;
}

.custom-service-card h5 {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 8px;
}

.custom-service-card p {
  font-size: 12px;
  color: #777;
  margin-bottom: 15px;
}

.arrow-icon {
  font-size: 16px;
  color: #ccc;
  transition: all 0.3s;
}

.custom-service-card:hover .arrow-icon {
  color: var(--primary-yellow);
  transform: translateX(5px);
}

/* Trust Bar */
.divider {
  width: 1px;
  height: 20px;
  background: #eee;
}

.fade-in {
  animation: fadeInOut 0.5s ease-in-out;
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ! Section 3 */
.packages-section {
  background-color: #ffffff;
  z-index: 1;
}

/* Font Weights */
.fw-extrabold {
  font-weight: 800;
}
.text-xs {
  font-size: 0.75rem;
}
.text-sm {
  font-size: 0.875rem;
}
.text-lg {
  font-size: 1.125rem;
}

/* Gradients & Backgrounds */
.text-gradient {
  background: linear-gradient(to right, #f2c050, #d4a017);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-warm {
  background: radial-gradient(
    circle at center,
    rgba(242, 192, 80, 0.08) 0%,
    transparent 70%
  );
}

.absolute-top-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 128px;
  background: linear-gradient(to bottom, #ffffff, transparent);
}

.blur-blob-right {
  position: absolute;
  top: 20%;
  right: -5rem;
  width: 18rem;
  height: 18rem;
  background: rgba(242, 192, 80, 0.08);
  filter: blur(64px);
  border-radius: 9999px;
}

/* Badge Custom */
.badge-custom {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 9999px;
  background: rgba(242, 192, 80, 0.15);
  color: var(--foreground);
  font-size: 0.875rem;
  font-weight: 600;
}

/* Card Styling (Exact React Layout) */
.pkg-card {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.light-card {
  background: var(--card);
  border: 1px solid var(--border);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.dark-card,
.popular-card {
  background: var(--foreground);
  color: white;
  border: 2px solid var(--primary);
  transform: scale(1.04);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  z-index: 2;
}

.light-card:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

/* Elements inside Card */
.popular-tag {
  background: var(--primary);
  color: #000;
  text-align: center;
  padding: 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.icon-wrapper-pkg {
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.bg-primary-10 {
  background: rgba(242, 192, 80, 0.1);
}
.bg-primary-20 {
  background: rgba(242, 192, 80, 0.2);
}

.pkg-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}

/* Colors for Dark Card */
.text-white-70 {
  color: rgba(255, 255, 255, 0.7);
}
.text-white-40 {
  color: rgba(255, 255, 255, 0.4);
}

/* Buttons */
.btn-pkg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.875rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s;
}

.btn-primary-yellow {
  background: var(--primary);
  color: #000;
}
.btn-black {
  background: #000;
  color: #fff;
}

.btn-pkg:hover {
  transform: scale(1.03);
  filter: brightness(1.1);
}
.transition-arrow {
  transition: transform 0.2s;
}
.btn-pkg:hover .transition-arrow {
  transform: translateX(4px);
}

/* ! Section 4 */

:root {
  --primary-color: #3b82f6; /* Aap apna brand color yahan set karein */
  --primary-foreground: #ffffff;
  --muted-foreground: #64748b;
}

body {
  font-family: "Inter", sans-serif;
  background-color: #ffffff;
}

.fw-extrabold {
  font-weight: 800;
}

/* Gradient Text */
.text-gradient {
  background: var(--primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Badge Styling */
.custom-badge {
  background-color: var(--primary);
  color: black;
  padding: 0.5rem 1rem;
  font-weight: 600;
}

/* Circle Number Styling */
.step-number-circle {
  width: 4.5rem;
  height: 4.5rem;
  background-color: var(--primary);
  color: var(--primary-foreground);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 1.5rem;
  font-weight: 800;
  position: relative;
  z-index: 10;
  box-shadow: 0 10px 15px -3px rgba(59, 130, 246, 0.3);
}

/* Connector Line Logic */
.max-w-4xl {
  max-width: 896px;
}

/* Container ko relative rakhein */
.steps-container {
  position: relative;
}

.connector-line {
  position: absolute;
  top: 3.5rem; /* Circle ke exact center height ke mutabiq adjust karein */
  left: 16.6%; /* 1/6th of 100% (taake pehle col ke center se shuru ho) */
  width: 66.8%; /* Do gaps cover karne ke liye (33.4% * 2) */
  height: 2px;
  background: var(--primary);
  z-index: 1;
  pointer-events: none; /* Line click na ho */
}

/* Button Hover Effect */
.btn-custom {
  padding: 0.8rem 2rem;
  font-weight: 700;
  transition: all 0.3s ease;
  border: none;
}

.btn-custom:hover {
  transform: scale(1.03);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  background-color: #000;
}

.icon-sm {
  width: 18px;
  height: 18px;
}

/* ! Section 5 */

/* --- Features Section Styling --- */

.features-section {
  background-color: #ffffff;
}

.max-w-2xl {
  max-width: 672px;
}

/* Grid Card Styling */
.feature-card {
  background: #ffffff; /* bg-card */
  border: 1px solid #e2e8f0; /* border-border */
  border-radius: 1rem;
  padding: 2rem;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: default;
}

/* Hover Lift Effect (Same as React) */
.feature-card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-color: rgba(242, 192, 80, 0.3);
}

.feature-icon-box {
  width: 3rem;
  height: 3rem;
  background: rgba(242, 192, 80, 0.1);
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  transition: background 0.3s ease;
}

.feature-card:hover .feature-icon-box {
  background: rgba(242, 192, 80, 0.2);
}

.feature-icon-box i {
  font-size: 1.5rem;
  color: #f2c050; /* primary color */
}

.feature-card h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #020817; /* foreground */
  margin-bottom: 0.5rem;
}

.feature-card p {
  font-size: 0.875rem;
  color: #64748b; /* muted-foreground */
  line-height: 1.6;
}

/* ! Secction 6 */

/* --- Eligibility Section - Static & Stable Version --- */

/* 1. Background Layer */
.section-warm {
  background: linear-gradient(180deg, #faf0d7, #f5d790);
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 2. Utility Classes */
.max-w-4xl {
  max-width: 896px;
}
.max-w-5xl {
  max-width: 1024px;
}

/* 3. Advantages/Disadvantages Cards */
.card-custom {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 1.5rem;
  padding: 2.5rem 2rem;
  height: 100%;
  /* Sirf hover par halka sa effect rakha hai */
  transition: box-shadow 0.3s ease;
}

.card-custom:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* 4. Eligibility Criteria Cards */
.criteria-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 1.75rem;
  border-radius: 1.25rem;
  height: 100%;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.criteria-card:hover {
  border-color: rgba(242, 192, 80, 0.4);
  box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.06);
}

.criteria-card .icon-box {
  width: 2.75rem;
  height: 2.75rem;
  background: rgba(242, 192, 80, 0.12);
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  color: #f2c050; /* Primary Gold */
  font-size: 1.3rem;
}

.criteria-card h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #020817;
  margin-bottom: 0.6rem;
}

.criteria-card p {
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 0;
  font-size: 0.8rem;
}

/* 5. REMOVED ALL REVEAL/ANIMATION LOGIC */
/* Ab page load hote hi sab 100% visible hoga */
.reveal {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
  filter: none !important;
}

/* List Icons Styling */
.list-unstyled li i {
  font-size: 1.1rem;
}

/* ! Section 7 */

/* --- Employment Section Specifics --- */

.max-w-3xl {
  max-width: 768px;
}

/* Dot Marker for Retirement List */
.dot-marker {
  width: 6px;
  height: 6px;
  background-color: #f2c050; /* primary gold */
  border-radius: 50%;
  flex-shrink: 0;
}

/* Conclusion Box Styling */
.conclusion-box {
  background-color: rgba(242, 192, 80, 0.1);
  border-left: 4px solid #f2c050;
}

/* Custom spacing for cards */
.criteria-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 1.5rem;
  border-radius: 1.25rem;
  height: 100%;
  transition: all 0.3s ease;
}

.criteria-card:hover {
  border-color: rgba(242, 192, 80, 0.4);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.card-custom {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 2rem;
}

.text-gradient {
  background: linear-gradient(90deg, #f2c050, #d4a017);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Badge Styling */
.badge-custom {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 9999px;
  background: rgba(242, 192, 80, 0.15);
  color: #020817;
  font-size: 0.875rem;
  font-weight: 600;
}

/* General Layout Fixes */
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.fw-extrabold {
  font-weight: 800;
}

/* ! Section 8 */
/* --- Financial Aid Section Styles --- */

.aid-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 2rem;
  transition: all 0.3s ease;
}

.aid-card:hover {
  border-color: rgba(242, 192, 80, 0.4);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.aid-icon-box {
  width: 3.5rem;
  height: 3.5rem;
  background: rgba(242, 192, 80, 0.1);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f2c050; /* Primary Color */
}

.amount-box {
  background-color: rgba(242, 192, 80, 0.05);
}

/* Custom Button (React Style) */
.btn-primary-custom {
  display: inline-flex;
  align-items: center;
  padding: 1rem 2.5rem;
  background-color: var(--primary);
  color: #ffffff !important;
  font-weight: 700;
  border-radius: 9999px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 15px -3px rgba(242, 192, 80, 0.3);
}

.btn-primary-custom:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 20px 25px -5px rgba(242, 192, 80, 0.4);
  background-color: #d4a017;
}

.tracking-wider {
  letter-spacing: 0.05em;
}
.space-y-2 > * + * {
  margin-top: 0.5rem;
}

.section-warm {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(242, 192, 80, 0.03) 100%
  );
}

/* ! Section 9 */
/* --- Platform Section Custom Styles --- */

.platform-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 2rem;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.platform-card:hover {
  transform: translateY(-8px);
  border-color: rgba(242, 192, 80, 0.3);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

/* Icon Box with Gradient Background (Like React) */
.platform-icon-box {
  width: 4.5rem;
  height: 4.5rem;
  background: linear-gradient(
    135deg,
    rgba(242, 192, 80, 0.2),
    rgba(242, 192, 80, 0.05)
  );
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f2c050;
  transition: transform 0.4s ease;
}

.platform-card:hover .platform-icon-box {
  transform: scale(1.1);
}

/* Typography & Layout */
.p-8 {
  padding: 2.5rem !important;
}

.platform-card h3 {
  font-size: 1.1rem;
  line-height: 1.4;
}

.platform-card p {
  line-height: 1.7;
  margin-bottom: 0;
}

/* Gradient Text logic (re-using from previous sections) */
.text-gradient {
  background: linear-gradient(90deg, #f2c050, #d4a017);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ! Section 10 */

.bg-primary-light {
  background-color: var(--primary);
}
.blur-3xl {
  filter: blur(64px);
}
.text-xs {
  font-size: 0.75rem;
}

.journey-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 2rem;
  transition: all 0.3s ease;
  text-decoration: none;
}

.journey-card:hover {
  border-color: rgba(242, 192, 80, 0.3);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

/* Icon Box Gradients */
.journey-icon-box {
  width: 4rem;
  height: 4rem;
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f2c050;
  transition: transform 0.3s ease;
}

.bg-grad-1 {
  background: linear-gradient(
    135deg,
    rgba(242, 192, 80, 0.2),
    rgba(242, 192, 80, 0.05)
  );
}
.bg-grad-2 {
  background: linear-gradient(
    135deg,
    rgba(242, 192, 80, 0.15),
    rgba(242, 192, 80, 0.05)
  );
}
.bg-grad-3 {
  background: linear-gradient(
    135deg,
    rgba(242, 192, 80, 0.1),
    rgba(242, 192, 80, 0.05)
  );
}

.journey-card:hover .journey-icon-box {
  transform: scale(1.1);
}

/* Journey Tags (Links) */
.journey-tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  background-color: #f8fafc; /* muted bg */
  border-radius: 9999px;
  font-size: 0.7rem;
  font-weight: 600;
  color: #64748b;
  text-decoration: none;
  transition: all 0.2s ease;
}

.journey-tag:hover {
  background-color: rgba(242, 192, 80, 0.15);
  color: #020817;
}

/* Arrow Animation */
.arrow-move {
  transition: all 0.3s ease;
}

.journey-card:hover .arrow-move {
  color: #f2c050 !important;
  transform: translateX(5px);
}

/* Responsive constraints */
.max-w-xl {
  max-width: 36rem;
}

/* ! Section 10 */
/* --- Experts Section (Dark Theme) --- */

.bg-dark-section {
  background-color: #020817; /* Dark background like 'foreground' in shadcn */
  position: relative;
}

.text-primary-gold {
  color: #f2c050 !important;
}

.bg-primary-glow {
  background-color: rgba(242, 192, 80, 0.1);
}
.bg-primary-soft-glow {
  background-color: rgba(242, 192, 80, 0.05);
}

/* Badge */
.badge-expert {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 9999px;
  background: rgba(242, 192, 80, 0.2);
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
}

/* Expert Cards */
.expert-card {
  background: rgba(255, 255, 255, 0.03); /* background/5 */
  border: 1px solid rgba(255, 255, 255, 0.1); /* border/10 */
  backdrop-filter: blur(8px);
  border-radius: 2rem;
  transition: all 0.3s ease-in-out;
}

.expert-card:hover {
  background: rgba(255, 255, 255, 0.08); /* background/10 */
  border-color: rgba(242, 192, 80, 0.3);
}

.expert-icon-box {
  width: 3.5rem;
  height: 3.5rem;
  background: rgba(242, 192, 80, 0.2);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f2c050;
  transition: transform 0.4s ease;
}

.expert-card:hover .expert-icon-box {
  transform: scale(1.1);
}

.expert-role {
  font-size: 0.7rem;
  font-weight: 700;
  color: #f2c050;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 0.25rem;
}

.expert-desc {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6); /* background/60 */
  line-height: 1.6;
}

/* CTA Link */
.expert-cta {
  color: #f2c050;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}

.expert-cta:hover {
  color: #ffffff;
}

.arrow-transition {
  transition: transform 0.3s ease;
}

.expert-card:hover .arrow-transition {
  transform: translateX(5px);
}

/* ! Section 11 */

/* --- Testimonials Styles --- */

.inline-stat-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.5rem;
  background-color: #f1f5f9; /* bg-muted */
  border-radius: 9999px;
}

.stat-number {
  font-size: 1.8rem;
  font-weight: 800;
  color: #f2c050; /* text-primary */
}

.stat-text {
  font-size: 0.85rem;
  color: #64748b; /* text-muted-foreground */
  text-align: left;
  max-width: 200px;
  line-height: 1.2;
}

.testimonial-card {
  background: #ffffff; /* bg-card */
  border: 1px solid #e2e8f0;
  border-radius: 1.5rem;
  transition: all 0.3s ease;
}

/* Featured Card (Dark Logic) */
.testimonial-card.featured {
  background: #020817; /* bg-foreground */
  color: #ffffff;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}

.testimonial-card .stars i {
  font-size: 0.85rem;
}

.quote-icon {
  color: rgba(242, 192, 80, 0.3);
  display: block;
}

.testimonial-card.featured .quote-icon {
  color: rgba(242, 192, 80, 0.4);
}

.testimonial-text {
  font-size: 0.875rem;
  line-height: 1.7;
  font-style: italic;
}

.author-info .name {
  font-weight: 700;
  font-size: 0.9rem;
}

.author-info .role {
  font-size: 0.75rem;
}

.testimonial-card.featured .author-info .role {
  color: rgba(255, 255, 255, 0.5);
}

/* Re-using your global classes */
.p-7 {
  padding: 1.75rem !important;
}

/* ! Section 12 */
.section-warm {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(242, 192, 80, 0.03) 100%
  );
}
.faq-bg-card {
  background-color: #ffffff;
}
.faq-bg-white {
  background-color: #f8fafc;
}
#faq {
  background-color: #f9f1df;
}
.accordion.space-y-3 > .accordion-item {
  margin-bottom: 0.75rem; /* space-y-3 */
  border: 1px solid #e2e8f0 !important; /* border-border */
}

.accordion-button {
  font-weight: 700;
  color: #020817; /* text-foreground */
  background-color: transparent !important;
  padding: 1.25rem 1.5rem;
  font-size: 15px;
  box-shadow: none !important;
  text-align: left;
}

.accordion-button:not(.collapsed) {
  color: #f2c050; /* Primary color when active */
}

/* Accordion Body (Shadcn style) */
.accordion-body {
  padding: 0 1.5rem 1.25rem 1.5rem;
  font-size: 0.875rem; /* text-sm */
  color: #64748b; /* text-muted-foreground */
  line-height: 1.625; /* leading-relaxed */
}

/* Simple Chevron Icon logic */
.accordion-button::after {
  background-size: 1rem;
  transition: transform 0.2s ease;
}

/* --- Footer Custom Styles --- */

.section-dark {
  background-color: #020817; /* Same as ExpertenSection bg */
}

/* CTA Band Gradient */
.footer-cta-band {
  background: linear-gradient(
    90deg,
    rgba(242, 192, 80, 0.15),
    rgba(242, 192, 80, 0.05)
  );
  border: 1px solid rgba(242, 192, 80, 0.2);
  border-radius: 2rem;
}

/* Logo Invert (brightness-0 invert logic) */
.footer-logo {
  height: 40px;
  filter: brightness(0) invert(1);
}

.footer-heading {
  font-size: 0.8rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
}

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

.footer-links li {
  margin-bottom: 0.75rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.5); /* text-background/50 */
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #f2c050; /* text-primary */
}

/* Helper Classes */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-white-20 {
  color: rgba(255, 255, 255, 0.2) !important;
}
.text-xs {
  font-size: 0.75rem;
}
.border-white-10 {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.hover-white:hover {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* Arrow move animation for button */
.btn-primary-custom:hover .arrow-move {
  transform: translateX(4px);
}

.arrow-move {
  transition: transform 0.2s ease;
  display: inline-block;
}
