/* ============================================
   DUBELIHLE WINNINGS AGENCY - MASTER STYLESHEET
   Brand Colors + Premium Enhancements (NO Tailwind)
   ============================================ */

/* ============================================
   CSS VARIABLES & ROOT CONFIGURATION
   ============================================ */
:root {
  /* Brand Colors - Blue, Red, Yellow */
  --primary-color: #0066cc;
  --primary-dark: #004c99;
  --primary-light: #3385d6;

  --secondary-color: #dc143c;
  --secondary-dark: #b01030;
  --secondary-light: #e6456b;

  --accent-color: #ffd700;
  --accent-dark: #e6c200;
  --accent-light: #ffe44d;

  /* Neutral Colors */
  --text-dark: #1a1a1a;
  --text-medium: #4a4a4a;
  --text-light: #6c757d;
  --text-white: #ffffff;

  /* Background Colors */
  --bg-white: #ffffff;
  --bg-light: #f8f9fa;
  --bg-lighter: #fafbfc;
  --bg-dark: #1a1a1a;

  /* Border & Shadow */
  --border-color: #e1e4e8;
  --border-radius: 12px;
  --border-radius-sm: 8px;
  --border-radius-lg: 16px;

  /* Shadows */
  --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.12);
  --shadow-xl: 0 12px 40px rgba(0, 0, 0, 0.15);

  /* Spacing */
  --spacing-xs: 0.5rem;
  --spacing-sm: 1rem;
  --spacing-md: 1.5rem;
  --spacing-lg: 2rem;
  --spacing-xl: 3rem;

  /* Transitions */
  --transition-fast: 0.15s ease;
  --transition-base: 0.3s ease;
  --transition-slow: 0.5s ease;

  /* Hero FX */
  --hero-shift: 0px; /* used by optional parallax JS */
}

/* ============================================
   GLOBAL STYLES & RESETS
   ============================================ */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--text-dark);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Premium background */
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  position: relative;
}

/* Premium background glow overlay */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 20% 80%, rgba(0, 102, 204, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(220, 20, 60, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 40% 40%, rgba(255, 215, 0, 0.02) 0%, transparent 50%);
  z-index: -1;
  pointer-events: none;
}

/* ============================================
   TYPOGRAPHY
   ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: var(--spacing-sm);
  color: var(--text-dark);
}

h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  letter-spacing: -0.02em;
}

h2 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  letter-spacing: -0.01em;
}

h3 {
  font-size: clamp(1.5rem, 3vw, 2rem);
}

h4 {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
}

p {
  margin-bottom: var(--spacing-sm);
  color: var(--text-medium);
}

.lead {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.7;
  color: var(--text-medium);
}

/* ============================================
   NAVIGATION BAR
   (Normal hover, no aggressive effects)
   Smaller height (logo unchanged)
   ============================================ */
.navbar {
  background: rgba(255, 255, 255, 0.98) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);

  /* smaller navbar height */
  padding: 0.45rem 0;

  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);

  /* Gradient border bottom */
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(90deg, var(--primary-color), var(--secondary-color), var(--accent-color)) 1;

  box-shadow: 0 2px 20px rgba(0, 102, 204, 0.08);
}

.navbar.scrolled {
  /* even smaller on scroll */
  padding: 0.25rem 0;

  box-shadow: 0 10px 40px rgba(0, 102, 204, 0.15);
  transform: translateY(-2px);
}

.navbar-brand {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--primary-color) !important;
  transition: transform var(--transition-base);
  letter-spacing: -0.02em;
  position: relative;

  /* reduce extra vertical space */
  padding: 0;

  /* keep logo + text aligned nicely */
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  line-height: 1;
}

.navbar-brand:hover {
  transform: scale(1.03);
  color: var(--secondary-color) !important;
}

.nav-link {
  font-weight: 500;
  color: var(--text-dark) !important;

  /* reduce link height */
  padding: 0.4rem 0.9rem !important;

  margin: 0 0.25rem;
  border-radius: var(--border-radius-sm);
  transition: background-color var(--transition-base), color var(--transition-base);
  line-height: 1.1;
}

.nav-link:hover,
.nav-link.active {
  color: var(--primary-color) !important;
  background: rgba(0, 102, 204, 0.06);
}

/* Browse Workers Link (simple red pill, no animation) */
.nav-link.browse-workers-link {
  background: var(--secondary-color);
  color: white !important;
  border-radius: 999px;

  /* slightly tighter */
  padding: 0.45rem 0.95rem !important;

  font-weight: 600;
  margin: 0 8px;
  box-shadow: 0 4px 12px rgba(220, 20, 60, 0.22);
}

.nav-link.browse-workers-link:hover {
  background: var(--secondary-dark);
  box-shadow: 0 6px 18px rgba(220, 20, 60, 0.28);
}

@media (max-width: 576px) {
  .navbar {
    padding: 0.4rem 0;
  }

  .navbar-brand {
    font-size: 1.2rem;
  }

  .nav-link {
    padding: 0.45rem 0.95rem !important;
  }

  .nav-link.browse-workers-link {
    padding: 0.5rem 1rem !important;
  }
}


/* ============================================
   NAVBAR LOGO 
   ============================================ */
.navbar-logo {
  height: 70px;
  width: 108px;
  max-width: 108px;
  max-height: 108px;

  object-fit: contain;
 

  
  padding: 1px;




  transition:
    transform 0.3s ease,

}

.navbar-logo:hover {
  transform: scale(1.04);

}

.navbar.scrolled .navbar-logo {
  height: 70px;
  width: 108px;
  max-width: 70px;
  max-height: 108px;
  padding: 3px;
}

@media (max-width: 576px) {
  .navbar-logo {
    height: 56px;
    width: 76px;
    max-width: 96px;
    max-height: 96px;
    padding: 3px;
  }
}

/* ============================================
   BUTTONS (Modern + Warm 2026)
   ============================================ */

.btn {
  /* sizing */
  padding: 0.78rem 1.35rem;
  font-weight: 650;
  border-radius: 999px; /* modern pill */
  border: 1px solid transparent;

  /* text */
  letter-spacing: 0.01em;
  text-transform: none;

  /* behavior */
  transition:
    transform 180ms ease,
    box-shadow 220ms ease,
    filter 220ms ease,
    background 220ms ease,
    border-color 220ms ease;
  position: relative;
  overflow: hidden;

  /* depth */
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.08),
    0 2px 6px rgba(0, 0, 0, 0.05);

  /* keep Bootstrap consistent */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
}

/* remove old shine sweep */
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.22) 0%, transparent 55%);
  opacity: 0.9;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.btn:hover::before {
  opacity: 1;
}

/* hover: gentle lift, not too jumpy */
.btn:hover {
  transform: translateY(-2px);
  filter: saturate(1.03);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.12),
    0 4px 10px rgba(0, 0, 0, 0.08);
}

.btn:active {
  transform: translateY(0px) scale(0.99);
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.10),
    0 2px 6px rgba(0, 0, 0, 0.06);
}

/* accessible focus ring */
.btn:focus,
.btn:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 4px rgba(0, 102, 204, 0.18),
    0 16px 34px rgba(0, 0, 0, 0.12);
}

/* Primary (Blue) */
.btn-primary {
  color: var(--text-white);
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  border-color: rgba(255, 255, 255, 0.18);
}

.btn-primary:hover {
  background: linear-gradient(135deg, var(--primary-light) 0%, var(--primary-color) 60%, var(--primary-dark) 100%);
}

/* Secondary (Red) */
.btn-secondary {
  color: var(--text-white);
  background: linear-gradient(135deg, var(--secondary-color) 0%, var(--secondary-dark) 100%);
  border-color: rgba(255, 255, 255, 0.16);
}

.btn-secondary:hover {
  background: linear-gradient(135deg, var(--secondary-light) 0%, var(--secondary-color) 60%, var(--secondary-dark) 100%);
}

/* Success (WhatsApp) */
.btn-success {
  color: var(--text-white);
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  border-color: rgba(255, 255, 255, 0.14);
}

.btn-success:hover {
  background: linear-gradient(135deg, #37df78 0%, #25d366 55%, #128c7e 100%);
}

/* Warning (Yellow) – make it warmer + less “neon” */
.btn-warning {
  color: #1a1a1a;
  font-weight: 750;
  background: linear-gradient(135deg, var(--accent-color) 0%, #ffb703 100%); /* warmer amber */
  border-color: rgba(0, 0, 0, 0.08);
}

.btn-warning:hover {
  background: linear-gradient(135deg, var(--accent-light) 0%, var(--accent-color) 55%, #ffb703 100%);
}

/* Outline Light (for hero buttons etc.) */
.btn-outline-light {
  color: var(--text-white);
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.10),
    0 2px 6px rgba(0, 0, 0, 0.06);
}

.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.5);
}

/* Outline Primary */
.btn-outline-primary {
  color: var(--primary-color);
  background: rgba(0, 102, 204, 0.04);
  border: 1px solid rgba(0, 102, 204, 0.25);
}

.btn-outline-primary:hover {
  color: var(--text-white);
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  border-color: transparent;
}

/* Sizes (keep yours, slightly refined) */
.btn-lg {
  padding: 0.95rem 1.75rem;
  font-size: 1.05rem;
}

.btn-sm {
  padding: 0.55rem 1.05rem;
  font-size: 0.92rem;
  border-radius: 999px;
}

/* Disabled */
.btn:disabled,
.btn.disabled {
  cursor: not-allowed;
  opacity: 0.62;
  transform: none !important;
  filter: none !important;
  box-shadow: none !important;
}

/* ============================================
   HERO SECTION (Background image only, overlay, zoom/parallax)
   IMPORTANT: We ONLY style .hero-section.hero-with-bg
   ============================================ */
.hero-section {
  position: relative;
  overflow: hidden;
  min-height: clamp(520px, 70vh, 760px);
  display: flex;
  align-items: center;
}

/* Background + overlay on the SAME rule (no overrides) */
.hero-section.hero-with-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      135deg,
      rgba(0, 102, 204, 0.90) 0%,
      rgba(0, 76, 153, 0.82) 50%,
      rgba(0, 51, 102, 0.72) 100%
    ),
    url("/static/images/hero.jpg") !important;

  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-blend-mode: overlay !important;

  /* Zoom + optional parallax shift */
  transform: translateY(var(--hero-shift, 0px)) scale(1);
  transition: transform 12s ease;

  will-change: transform;
  z-index: 1;
}

/* Extra readability layer */
.hero-section.hero-with-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      135deg,
      rgba(0, 0, 0, 0.30) 0%,
      rgba(0, 0, 0, 0.15) 55%,
      rgba(0, 0, 0, 0.05) 100%
    ),
    radial-gradient(circle at 20% 50%, rgba(255, 215, 0, 0.12) 0%, transparent 55%),
    radial-gradient(circle at 80% 80%, rgba(220, 20, 60, 0.08) 0%, transparent 55%);
  z-index: 2;
  pointer-events: none;
}

/* Hover zoom */
.hero-section.hero-with-bg:hover::before {
  transform: translateY(var(--hero-shift, 0px)) scale(1.12);
}

.hero-section .container {
  position: relative;
  z-index: 3;
  padding: 4rem 0;
}

.hero-section h1,
.hero-section p,
.hero-section .lead {
  color: var(--text-white);
}

.hero-section h1 {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}

.hero-section .lead {
  font-size: 1.35rem;
  opacity: 0.95;
  max-width: 620px;
}

/* Hide any hero image column if it still exists in HTML */
.hero-section .col-lg-6 img,
.hero-section img.img-fluid {
  display: none !important;
}

/* ============================================
   CARDS
   ============================================ */
.card {
  border: none;
  border-radius: var(--border-radius);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 249, 250, 0.98) 100%);
  box-shadow: var(--shadow-md);
  transition: all var(--transition-base);
  overflow: hidden;
  position: relative;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* top accent bar */
.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color), var(--accent-color));
  pointer-events: none;
}

.card:hover {
  box-shadow: var(--shadow-xl);
}

/* Hover lift: normal */
.hover-lift {
  transition: all var(--transition-base);
}

.hover-lift:hover {
  transform: translateY(-4px);
}

/* If you want ZERO movement on forms, add class="no-lift" to that card */
.no-lift:hover {
  transform: none !important;
}

/* Card body */
.card-body {
  padding: 2rem;
  position: relative;
  z-index: 1;
}

.card-title {
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 1rem;
}

.card-text {
  color: var(--text-medium);
  line-height: 1.7;
}

/* Gradient Border Cards - IMPORTANT: don't block clicks */
.card-gradient-border {
  position: relative;
  background: var(--bg-white);
  z-index: 0;
}

.card-gradient-border::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--border-radius);
  padding: 2px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color), var(--accent-color));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.6;
  transition: opacity var(--transition-base);
  pointer-events: none;
}

.card-gradient-border:hover::before {
  opacity: 0.9;
}

/* ============================================
   SECTIONS
   ============================================ */
section {
  padding: 5rem 0;
  position: relative;
}

.bg-light {
  background: linear-gradient(180deg, var(--bg-lighter) 0%, var(--bg-light) 100%) !important;
}

.bg-primary {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%) !important;
}

.bg-secondary {
  background: linear-gradient(135deg, var(--secondary-color) 0%, var(--secondary-dark) 100%) !important;
}

/* Pattern overlay */
.section-pattern {
  position: relative;
}

.section-pattern::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 35px,
    rgba(0, 102, 204, 0.03) 35px,
    rgba(0, 102, 204, 0.03) 70px
  );
  pointer-events: none;
}

/* ============================================
   IMAGES
   ============================================ */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

.img-fluid {
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-md);
  transition: all var(--transition-slow);
}

.img-fluid:hover {
  box-shadow: var(--shadow-xl);
  transform: scale(1.02);
}

/* ============================================
   FORMS (smooth + usable)
   ============================================ */
.form-control,
.form-select {
  padding: 0.875rem 1.25rem;
  border: 2px solid rgba(0, 102, 204, 0.12);
  border-radius: var(--border-radius-sm);
  font-size: 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  background-color: rgba(255, 255, 255, 0.92);
  font-family: inherit;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* IMPORTANT: no translate on focus (keeps it stable) */
.form-control:focus,
.form-select:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 4px rgba(0, 102, 204, 0.12), 0 4px 16px rgba(0, 102, 204, 0.08);
  outline: none;
  background-color: #fff;
}

.form-control:hover,
.form-select:hover {
  border-color: var(--primary-light);
}

.form-label {
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

.form-label.required::after {
  content: " *";
  color: var(--secondary-color);
}

textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

.mb-3 {
  margin-bottom: 1.5rem !important;
}

/* Validation states */
.form-control.is-invalid,
.form-select.is-invalid {
  border-color: var(--secondary-color);
  background-image: none;
}

.form-control.is-invalid:focus,
.form-select.is-invalid:focus {
  border-color: var(--secondary-color);
  box-shadow: 0 0 0 4px rgba(220, 20, 60, 0.12);
}

.form-control.is-valid,
.form-select.is-valid {
  border-color: #28a745;
  background-image: none;
}

.form-control.is-valid:focus,
.form-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 4px rgba(40, 167, 69, 0.12);
}

.invalid-feedback {
  color: var(--secondary-color);
  font-size: 0.875rem;
  margin-top: 0.25rem;
  font-weight: 500;
}

.valid-feedback {
  color: #28a745;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  font-weight: 500;
}

.form-check-input {
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid var(--border-color);
  transition: all var(--transition-base);
}

.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.form-check-input:focus {
  box-shadow: 0 0 0 4px rgba(0, 102, 204, 0.1);
  border-color: var(--primary-color);
}

.form-check-label {
  margin-left: 0.5rem;
  color: var(--text-medium);
  font-weight: 500;
}

.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%230066CC' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

/* ============================================
   ICONS & STEPS
   ============================================ */
.icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-light) 0%, var(--primary-color) 100%);
  color: var(--text-white);
  font-size: 2rem;
  box-shadow: 0 8px 20px rgba(0, 102, 204, 0.3);
  transition: all var(--transition-base);
  position: relative;
}

.icon-circle::before {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

.icon-circle:hover {
  transform: rotate(8deg) scale(1.05);
  box-shadow: 0 12px 30px rgba(0, 102, 204, 0.4);
}

.step-number {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  color: var(--text-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(0, 102, 204, 0.3);
  position: relative;
  transition: all var(--transition-base);
}

.step-number::before {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.2);
  pointer-events: none;
}

.step-number span {
  position: relative;
  z-index: 1;
}

.step-number:hover {
  transform: scale(1.05);
}

/* ============================================
   TESTIMONIALS
   ============================================ */
.testimonial-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 249, 250, 0.98) 100%);
  border-radius: 20px;
  padding: 2.5rem;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  transition: all 0.4s ease;
}

.testimonial-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  border-radius: 20px 20px 0 0;
  pointer-events: none;
}

.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(0, 102, 204, 0.15), 0 10px 30px rgba(220, 20, 60, 0.1);
}

.text-warning {
  color: var(--accent-color) !important;
}

/* ============================================
   ACCORDION
   ============================================ */
.accordion-button {
  padding: 1.25rem 1.5rem;
  font-weight: 600;
  background-color: var(--bg-white);
  border: none;
  border-radius: var(--border-radius-sm) !important;
  transition: all var(--transition-base);
}

.accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  color: var(--text-white);
  box-shadow: 0 4px 15px rgba(0, 102, 204, 0.3);
}

.accordion-button:focus {
  box-shadow: 0 0 0 4px rgba(0, 102, 204, 0.15);
  border-color: var(--primary-color);
}

.accordion-item {
  border: 2px solid var(--border-color);
  border-radius: var(--border-radius-sm);
  margin-bottom: 1rem;
  overflow: hidden;
}

.accordion-body {
  padding: 1.5rem;
  background-color: var(--bg-lighter);
}

/* ============================================
   ALERTS
   ============================================ */
.alert {
  border: none;
  border-radius: var(--border-radius);
  padding: 1rem 1.5rem;
  border-left: 4px solid;
  box-shadow: var(--shadow-sm);
}

.alert-success {
  background-color: #d4edda;
  border-left-color: #28a745;
  color: #155724;
}

.alert-danger {
  background-color: #f8d7da;
  border-left-color: var(--secondary-color);
  color: #721c24;
}

.alert-warning {
  background-color: #fff8e1;
  border-left-color: var(--accent-color);
  color: #856404;
}

.alert-info {
  background-color: #d1ecf1;
  border-left-color: var(--primary-color);
  color: #0c5460;
}

/* ============================================
   FOOTER
   ============================================ */
footer {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  color: var(--text-white);
  position: relative;
  overflow: hidden;
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color), var(--accent-color));
  pointer-events: none;
}

footer::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(0, 102, 204, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(220, 20, 60, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

footer h5,
footer h6 {
  color: var(--text-white);
  font-weight: 700;
}

footer a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: all var(--transition-base);
  display: inline-block;
  position: relative;
  padding-left: 0.5rem;
}

footer a::before {
  content: "→";
  position: absolute;
  left: -1rem;
  opacity: 0;
  transition: all 0.3s ease;
  color: var(--accent-color);
}

footer a:hover {
  color: var(--accent-color);
  transform: translateX(5px);
  padding-left: 1rem;
}

footer a:hover::before {
  opacity: 1;
  left: -0.5rem;
}

footer .list-unstyled li {
  margin-bottom: 0.5rem;
}

/* ============================================
   ANIMATIONS
   ============================================ */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes slideInLeft {
  from { opacity: 0; transform: translateX(-50px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes slideInRight {
  from { opacity: 0; transform: translateX(50px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes scaleIn {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}

.fade-in { animation: fadeIn 0.8s ease-out; }
.slide-in-left { animation: slideInLeft 0.8s ease-out; }
.slide-in-right { animation: slideInRight 0.8s ease-out; }
.scale-in { animation: scaleIn 0.6s ease-out; }

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

.floating { animation: float 3s ease-in-out infinite; }

/* ============================================
   CUSTOM SCROLLBAR
   ============================================ */
::-webkit-scrollbar { width: 12px; height: 12px; }
::-webkit-scrollbar-track { background: var(--bg-light); }
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  border-radius: 6px;
  border: 2px solid var(--bg-light);
}
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, var(--primary-light) 0%, var(--primary-color) 100%);
}

/* ============================================
   UTILITY CLASSES
   ============================================ */
.text-primary { color: var(--primary-color) !important; }
.text-secondary { color: var(--secondary-color) !important; }
.text-accent { color: var(--accent-color) !important; }

.bg-gradient-primary {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%) !important;
}
.bg-gradient-secondary {
  background: linear-gradient(135deg, var(--secondary-color) 0%, var(--secondary-dark) 100%) !important;
}
.bg-gradient-accent {
  background: linear-gradient(135deg, var(--accent-color) 0%, var(--accent-dark) 100%) !important;
}

.shadow-sm { box-shadow: var(--shadow-sm) !important; }
.shadow-md { box-shadow: var(--shadow-md) !important; }
.shadow-lg { box-shadow: var(--shadow-lg) !important; }
.shadow-xl { box-shadow: var(--shadow-xl) !important; }

.rounded-lg { border-radius: var(--border-radius-lg) !important; }

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */
@media (max-width: 768px) {
  :root { font-size: 14px; }

  section { padding: 3rem 0; }

  .hero-section {
    min-height: 520px;
    text-align: center;
  }

  .hero-section .container {
    padding: 3.25rem 0;
  }

  .hover-lift:hover { transform: translateY(-3px); }

  .card-body { padding: 1.5rem; }

  .lead { font-size: 1.1rem; }

  .icon-circle,
  .step-number {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }

  .form-control,
  .form-select {
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
  }
}

@media (max-width: 576px) {
  .navbar-brand { font-size: 1.25rem; }

  .btn {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .d-flex.gap-3 { flex-direction: column; }

  .hero-section { min-height: 500px; }
}

/* ============================================
   PRINT STYLES
   ============================================ */
@media print {
  .navbar, footer, .btn, .alert { display: none !important; }

  body { background: white; color: black; }

  .card { box-shadow: none; border: 1px solid #ddd; }
}

/* ============================================
   ACCESSIBILITY
   ============================================ */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.focus-visible:focus {
  outline: 3px solid var(--primary-color);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .hero-section.hero-with-bg::before {
    transition: none !important;
    transform: none !important;
  }
}
