@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Light.ttf);
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Regular.ttf);
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Medium.ttf);
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-SemiBold.ttf);
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Bold.ttf);
  font-weight: 700;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: #fafafa;
  color: #333;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.site-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

header {
  background: linear-gradient(135deg, #0a2540 0%, #205493 100%);
  padding: 20px 0;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.header-wrapper {
  display: flex;
  align-items: center;
}

.logo-section a {
  font-size: 2rem;
  font-weight: 700;
  color: #ffd700;
  transition: color 0.3s ease;
}

.logo-section a:hover {
  color: #ffffff;
}

.hero-section {
  background: url(../images/top-bg-img.png) no-repeat center/cover;
  padding: 100px 0;
  text-align: center;
  animation: fadeIn 1.5s ease-out;
}

.hero-text h1 {
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 20px;
  text-transform: capitalize;
  letter-spacing: -0.02em;
}

.hero-text p {
  font-size: 1.2rem;
  color: #e0e0e0;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

.brokers-section {
  padding: 80px 0;
}

.brokers-grid {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.broker-item {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  max-width: 400px;
  width: 100%;
  position: relative;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  animation: fadeInUp 1s ease-out forwards;
  opacity: 0;
}

.broker-item:nth-child(1) {
  animation-delay: 0.2s;
}

.broker-item:nth-child(2) {
  animation-delay: 0.4s;
}

.broker-item:nth-child(3) {
  animation-delay: 0.6s;
}

.broker-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.broker-rank {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #ffd700;
  color: #0a2540;
  font-weight: 700;
  font-size: 1.5rem;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.broker-details {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}

.broker-logo-rating {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.broker-stats {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.stat-row {
  display: flex;
  justify-content: space-between;
  background: #f0f4f8;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 1rem;
}

.stat-label {
  font-weight: 500;
  color: #666;
}

.stat-value {
  font-weight: 600;
  color: #0a2540;
}

.broker-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  color: #444;
}

.broker-cta a {
  background: linear-gradient(135deg, #0a2540 0%, #205493 100%);
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  transition: background 0.3s ease, transform 0.3s ease;
}

.broker-cta a:hover {
  background: linear-gradient(135deg, #205493 0%, #0a2540 100%);
  transform: scale(1.05);
}

.faq-section {
  padding: 80px 0;
  background: #f0f4f8;
}

.faq-section h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #0a2540;
}

.faq-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 800px;
  margin: 0 auto;
}

.zmkukgsahclwp {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
  cursor: pointer;
}

.zmkukgsahclwp:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-weight: 600;
  font-size: 1.1rem;
  color: #0a2540;
}

.faq-toggle {
  width: 24px;
  height: 24px;
  background: url(../images/plus.png) center/cover no-repeat;
  transition: transform 0.3s ease;
}

.zmkukgsahclwp.active .faq-toggle {
  background: url(../images/minus.png) center/cover no-repeat;
  transform: rotate(180deg);
}

.faq-body {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.zmkukgsahclwp.active .faq-body {
  max-height: 300px;
  padding: 0 20px 20px;
}

footer {
  background: linear-gradient(135deg, #0a2540 0%, #001529 100%);
  color: #ffffff;
  padding: 60px 0 0;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.footer-logo a {
  font-size: 2rem;
  font-weight: 700;
  color: #ffd700;
}

.footer-partners {
  display: flex;
  gap: 20px;
}

.disclaimer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.disclaimer-item h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.disclaimer-item p {
  font-size: 0.9rem;
  line-height: 1.5;
  opacity: 0.9;
}

.footer-bottom {
  background: #001529;
  padding: 20px 0;
  text-align: center;
}

.footer-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 10px;
}

.footer-nav a {
  font-size: 1rem;
  transition: color 0.3s ease;
}

.footer-nav a:hover {
  color: #ffd700;
}

.footer-bottom p {
  font-size: 0.9rem;
  opacity: 0.8;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

.policy-section {
  padding: 50px 0;
}

.policy-section .section-heading {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
}

.policy-section .card-text {
  font-size: 16px;
  font-weight: 400;
  margin-top: 12px;
  line-height: 1.5;
}

.policy-section .card-heading {
  font-size: 22px;
  font-weight: 500;
  margin-top: 20px;
  line-height: 1.5;
}

.policy-section .container {
  width: 100%;
  max-width: 1330px;
  padding: 0 15px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .site-container {
    padding: 0 15px;
  }

  .hero-text h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 992px) {
  .brokers-grid {
    flex-direction: column;
    align-items: center;
  }

  .broker-item {
    max-width: 80%;
  }

  .footer-top {
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .hero-section {
    padding: 60px 0;
  }

  .hero-text h1 {
    font-size: 2rem;
  }

  .faq-section h2 {
    font-size: 2rem;
  }

  .disclaimer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .broker-item {
    max-width: 100%;
  }

  .footer-nav {
    flex-direction: column;
    gap: 10px;
  }
}