html,
    body,
    body *,
    button,
    input,
    textarea,
    select,
    a {
      font-family: "Manrope", Arial, sans-serif !important;
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    body {
      background: #f8fafc !important;
      color: #0f172a !important;
      overflow-x: hidden;
    }

    a {
      text-decoration: none !important;
    }

    /* TOP STRIP */
    .top-header {
      background: linear-gradient(90deg, #1d4ed8 0%, #4338ca 55%, #6d28d9 100%) !important;
      color: #ffffff !important;
      box-shadow: 0 6px 18px rgba(15, 23, 42, 0.14);
    }

    .top-header a,
    .top-header i {
      color: #ffffff !important;
    }

    .socail-media-account a,
    .social-media-account a,
    .link-in {
      background: rgba(255, 255, 255, 0.14) !important;
      color: #ffffff !important;
      border: 1px solid rgba(255, 255, 255, 0.22) !important;
    }

    .socail-media-account a:hover,
    .social-media-account a:hover,
    .link-in:hover {
      background: #ffd166 !important;
      color: #0f172a !important;
    }

    /* HEADER CALL BUTTON */
    .call-action {
      background: linear-gradient(135deg, #2563eb 0%, #4f46e5 55%, #7c3aed 100%) !important;
      color: #ffffff !important;
      border: none !important;
      border-radius: 12px !important;
      font-weight: 800 !important;
      padding: 12px 20px !important;
      box-shadow: 0 10px 24px rgba(37, 99, 235, 0.22);
    }

    .call-action:hover {
      background: linear-gradient(135deg, #ffd166 0%, #f6c453 100%) !important;
      color: #0f172a !important;
    }

    /* PAGE HERO */
    .why-hero {
      position: relative;
      padding: 96px 20px 72px;
      background:
        radial-gradient(circle at 12% 20%, rgba(37, 99, 235, 0.16), transparent 28%),
        radial-gradient(circle at 88% 16%, rgba(124, 58, 237, 0.16), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
      overflow: hidden;
    }

    .why-hero::after {
      content: "";
      position: absolute;
      right: -140px;
      top: 80px;
      width: 360px;
      height: 360px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(255, 209, 102, 0.22), transparent 68%);
      pointer-events: none;
    }

    .why-container {
      max-width: 1180px;
      margin: 0 auto;
      position: relative;
      z-index: 1;
    }

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

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 14px;
      border-radius: 999px;
      background: #eef2ff;
      color: #4f46e5;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      margin-bottom: 20px;
    }

    .why-hero h1 {
      font-size: clamp(44px, 5vw, 72px);
      line-height: 0.98;
      letter-spacing: -0.06em;
      font-weight: 800;
      color: #0f172a;
      margin-bottom: 22px;
    }

    .why-hero h1 span {
      background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .hero-copy {
      max-width: 680px;
      color: #64748b;
      font-size: 18px;
      line-height: 1.8;
      margin-bottom: 30px;
    }

    .hero-actions {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
    }

    .hero-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-width: 160px;
      padding: 14px 22px;
      border-radius: 14px;
      font-weight: 800;
      transition: all 0.25s ease;
    }

    .hero-btn.primary {
      background: linear-gradient(135deg, #2563eb 0%, #4f46e5 55%, #7c3aed 100%);
      color: #ffffff !important;
      box-shadow: 0 14px 30px rgba(79, 70, 229, 0.24);
    }

    .hero-btn.secondary {
      background: #ffffff;
      color: #0f172a !important;
      border: 1px solid #e2e8f0;
      box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
    }

    .hero-btn:hover {
      transform: translateY(-2px);
    }

    .hero-btn.primary:hover {
      background: linear-gradient(135deg, #ffd166 0%, #f6c453 100%);
      color: #0f172a !important;
    }

    .hero-trust-card {
      background:
        radial-gradient(circle at 92% 12%, rgba(124, 58, 237, 0.12), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
      border: 1px solid rgba(226, 232, 240, 0.95);
      border-radius: 28px;
      padding: 34px;
      box-shadow: 0 24px 70px rgba(15, 23, 42, 0.10);
    }

    .trust-card-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      margin-bottom: 28px;
    }

    .trust-icon {
      width: 68px;
      height: 68px;
      border-radius: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, #e0e7ff 0%, #eef2ff 100%);
      color: #4f46e5;
      font-size: 28px;
      box-shadow: inset 0 0 0 1px rgba(79, 70, 229, 0.12);
    }

    .trust-label {
      color: #64748b;
      font-size: 14px;
      font-weight: 700;
    }

    .trust-title {
      color: #0f172a;
      font-size: 26px;
      font-weight: 800;
      letter-spacing: -0.035em;
      margin: 0;
    }

    .trust-lines {
      display: grid;
      gap: 14px;
    }

    .trust-line {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      padding: 15px;
      background: #f8fafc;
      border: 1px solid #e2e8f0;
      border-radius: 16px;
    }

    .trust-line i {
      color: #16a34a;
      margin-top: 3px;
    }

    .trust-line span {
      color: #334155;
      font-size: 15px;
      line-height: 1.55;
      font-weight: 600;
    }

    /* STATS */
    .stats-section {
      padding: 0 20px 56px;
      background: #f8fafc;
    }

    .stats-grid {
      max-width: 1180px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 18px;
    }

    .stat-card {
      background: #ffffff;
      border: 1px solid rgba(226, 232, 240, 0.95);
      border-radius: 22px;
      padding: 28px;
      box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
      position: relative;
      overflow: hidden;
    }

    .stat-card::after {
      content: "";
      position: absolute;
      right: -34px;
      top: -34px;
      width: 110px;
      height: 110px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(79, 70, 229, 0.12), transparent 68%);
    }

    .stat-card strong {
      display: block;
      font-size: 38px;
      line-height: 1;
      font-weight: 800;
      letter-spacing: -0.045em;
      color: #0f172a;
      margin-bottom: 8px;
      position: relative;
      z-index: 1;
    }

    .stat-card span {
      color: #64748b;
      font-size: 14px;
      font-weight: 700;
      position: relative;
      z-index: 1;
    }

    /* WHY CARDS */
    .why-section {
      padding: 86px 20px 96px;
      background: #f8fafc;
    }

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

    .section-head h2 {
      color: #0f172a;
      font-size: clamp(36px, 4vw, 54px);
      font-weight: 800;
      letter-spacing: -0.055em;
      margin-bottom: 14px;
    }

    .section-head p {
      color: #64748b;
      font-size: 17px;
      line-height: 1.75;
      margin: 0;
    }

    .why-grid {
      max-width: 1180px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 24px;
    }

    .why-item {
      background:
        radial-gradient(circle at 96% 10%, rgba(124, 58, 237, 0.08), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
      border: 1px solid rgba(226, 232, 240, 0.95);
      border-radius: 24px;
      padding: 28px;
      box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
      transition: all 0.28s ease;
      min-height: 260px;
    }

    .why-item:hover {
      transform: translateY(-6px);
      border-color: rgba(79, 70, 229, 0.32);
      box-shadow: 0 28px 70px rgba(79, 70, 229, 0.14);
    }

    .why-icon {
      width: 62px;
      height: 62px;
      border-radius: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
      background: linear-gradient(135deg, #e0e7ff 0%, #eef2ff 100%);
      color: #4f46e5;
      font-size: 24px;
      box-shadow: inset 0 0 0 1px rgba(79, 70, 229, 0.12);
    }

    .why-item:nth-child(3n+2) .why-icon {
      background: #fff8e8;
      color: #b7791f;
    }

    .why-item:nth-child(3n+3) .why-icon {
      background: #ecfdf5;
      color: #16a34a;
    }

    .why-item h4 {
      color: #0f172a;
      font-size: 21px;
      font-weight: 800;
      letter-spacing: -0.025em;
      margin-bottom: 10px;
    }

    .why-item p {
      color: #64748b;
      font-size: 15px;
      line-height: 1.7;
      margin: 0;
    }

    /* DARK AUTHORITY SECTION */
    .authority-section {
      padding: 86px 20px;
      background:
        radial-gradient(circle at 14% 20%, rgba(37, 99, 235, 0.22), transparent 32%),
        radial-gradient(circle at 88% 78%, rgba(124, 58, 237, 0.22), transparent 32%),
        linear-gradient(135deg, #070b14 0%, #0f172a 48%, #111827 100%);
      color: #ffffff;
    }

    .authority-grid {
      max-width: 1180px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 36px;
      align-items: center;
    }

    .authority-section h2 {
      color: #ffffff;
      font-size: clamp(36px, 4vw, 56px);
      font-weight: 800;
      letter-spacing: -0.055em;
      line-height: 1.04;
      margin-bottom: 18px;
    }

    .authority-section p {
      color: #cbd5e1;
      font-size: 17px;
      line-height: 1.8;
      margin-bottom: 0;
    }

    .authority-points {
      display: grid;
      gap: 16px;
    }

    .authority-point {
      background: rgba(255, 255, 255, 0.07);
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 20px;
      padding: 20px;
      display: flex;
      gap: 14px;
      align-items: flex-start;
      backdrop-filter: blur(8px);
    }

    .authority-point i {
      width: 36px;
      height: 36px;
      min-width: 36px;
      border-radius: 999px;
      background: #ffd166;
      color: #0f172a;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 15px;
      margin-top: 2px;
    }

    .authority-point h4 {
      color: #ffffff;
      font-size: 17px;
      font-weight: 800;
      margin-bottom: 6px;
    }

    .authority-point span {
      display: block;
      color: #cbd5e1;
      font-size: 14px;
      line-height: 1.65;
    }

    /* CTA */
    .why-cta {
      padding: 78px 20px;
      background: #ffffff;
    }

    .why-cta-box {
      max-width: 1180px;
      margin: 0 auto;
      border-radius: 28px;
      padding: 48px;
      background:
        radial-gradient(circle at 10% 20%, rgba(255, 209, 102, 0.24), transparent 30%),
        linear-gradient(135deg, #2563eb 0%, #4f46e5 55%, #7c3aed 100%);
      color: #ffffff;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 26px;
      box-shadow: 0 24px 70px rgba(79, 70, 229, 0.22);
    }

    .why-cta h2 {
      color: #ffffff;
      font-size: clamp(30px, 3vw, 44px);
      font-weight: 800;
      letter-spacing: -0.045em;
      margin-bottom: 10px;
    }

    .why-cta p {
      color: rgba(255, 255, 255, 0.86);
      font-size: 16px;
      line-height: 1.7;
      margin: 0;
      max-width: 660px;
    }

    .why-cta a {
      background: #ffd166;
      color: #0f172a !important;
      padding: 14px 22px;
      border-radius: 14px;
      font-weight: 800;
      white-space: nowrap;
      box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18);
    }

    /* FOOTER */
    .site-footer {
      background: linear-gradient(135deg, #070b14 0%, #0f172a 45%, #111827 100%) !important;
      color: #e5e7eb !important;
    }

    .site-footer h4 {
      color: #ffffff !important;
    }

    .site-footer p,
    .site-footer li,
    .site-footer a {
      color: #cbd5e1 !important;
    }

    .site-footer a:hover {
      color: #ffd166 !important;
    }

    .footer-socials a {
      background: rgba(255,255,255,0.08) !important;
      color: #ffffff !important;
      border: 1px solid rgba(255,255,255,0.16) !important;
    }

    .footer-socials a:hover {
      background: #ffd166 !important;
      color: #0f172a !important;
    }

    .footer-disclaimer,
    .footer-bottom,
    .footer-bottom-links {
      border-top: 1px solid rgba(255,255,255,0.10) !important;
    }

    /* FLOAT WHATSAPP */
    .float {
      position: fixed;
      width: 58px;
      height: 58px;
      bottom: 34px;
      right: 34px;
      background: #25d366;
      color: #ffffff !important;
      border-radius: 999px;
      text-align: center;
      font-size: 28px;
      box-shadow: 0 16px 34px rgba(37, 211, 102, 0.34);
      z-index: 9999;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .float:hover {
      color: #ffffff !important;
      transform: translateY(-2px);
    }

    /* RESPONSIVE */
    @media (max-width: 992px) {
      .why-hero-grid,
      .authority-grid {
        grid-template-columns: 1fr;
      }

      .stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .why-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .why-cta-box {
        flex-direction: column;
        align-items: flex-start;
      }
    }

    @media (max-width: 640px) {
      .why-hero {
        padding: 70px 16px 50px;
      }

      .why-section,
      .authority-section,
      .why-cta {
        padding-left: 16px;
        padding-right: 16px;
      }

      .stats-grid,
      .why-grid {
        grid-template-columns: 1fr;
      }

      .hero-trust-card,
      .why-cta-box {
        padding: 28px;
        border-radius: 22px;
      }

      .why-item {
        min-height: auto;
      }

      .float {
        width: 52px;
        height: 52px;
        right: 20px;
        bottom: 24px;
      }
    }

/* FINAL HEADER DROPDOWN FIX */
.navbar .custom-dropdown {
  position: relative !important;
  list-style: none !important;
}

.navbar .custom-dropdown > a {
  cursor: pointer !important;
}

.navbar .custom-dropdown-menu {
  display: none !important;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  min-width: 190px !important;
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 14px !important;
  padding: 10px !important;
  margin: 0 !important;
  list-style: none !important;
  box-shadow: 0 18px 45px rgba(15,23,42,.14) !important;
  z-index: 999999 !important;
}

.navbar .custom-dropdown:hover .custom-dropdown-menu,
.navbar .custom-dropdown.open .custom-dropdown-menu {
  display: block !important;
}

.navbar .custom-dropdown-menu li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.navbar .custom-dropdown-menu a {
  display: block !important;
  padding: 10px 14px !important;
  border-radius: 8px !important;
  color: #111827 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  background: #ffffff !important;
  white-space: nowrap !important;
}

.navbar .custom-dropdown-menu a:hover {
  background: #f1f7fb !important;
  color: #2563eb !important;
}
