.top-banner img {
    width: 100%;
    max-width: 900px;
}

.top-banner {
    display: flex;
    justify-content: center;
}

.trade-outer {
  max-width: 1440px;
  margin: 120px auto;
  padding: 0 80px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 120px;
  font-family: 'Open Sans', Arial, sans-serif;
}

.trade-section {
  width: 100%;
  max-width: 938px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.trade-title {
  text-align: center;
  color: #080808;
  font-size: 52px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 56px;
  margin-bottom: 0;
}

.trade-desc {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  color: #4F4F4F;
  font-weight: 400;
}

.trade-desc.small {
  font-size: 16px;
  line-height: 24px;
}

.desc-bold {
  color: #080808;
  font-weight: 700;
}

.trade-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  font-family: inherit;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  margin-top: 10px;
}

.trade-btn.secondary {
  background: rgba(255,255,255,0.10);
  color: #080808;
  outline: 1px #B0B0B0 solid;
  padding: 12px 16px;
  gap: 8px;
  backdrop-filter: blur(10px);
}

.trade-btn.primary {
  background: #A51336;
  color: #fff;
  padding: 18px 24px;
  gap: 12px;
}

.trade-btn .arrow {
  display: inline-block;
  margin-left: 8px;
  width: 16px;
  height: 16px;
  background: url('/imgs/arrow-right.svg') no-repeat center/contain;
}

.trade-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  width: 100%;
}

.trade-card {
  background: #fff;
  border: 1px solid #E7E7E7;
  border-radius: 10px;
  box-sizing: border-box;
  width: 417px;
  min-height: 150px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.trade-card.numbered {
  align-items: flex-start;
  text-align: left;
  min-height: 203px;
  justify-content: space-between;
}

.card-number {
  color: #D1D1D1;
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
}

.card-title {
  color: #080808;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.card-desc {
  color: #4F4F4F;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}


/* Contact Banner */
.contact-banner {
    width: 100%;
    background: #A51336;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.contact-banner h2 {
    color: white;
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
    margin: 0;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    background: white;
    padding: 10px;
    border-radius: 4px;
}

.contact-icon {
    width: 24px;
    height: 24px;
    position: relative;
}

.location-icon::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18.45px;
    left: 3px;
    top: 2.77px;
    background: #9F1238;
}

.phone-icon::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 3px;
    top: 3px;
    background: #9F1238;
}

.contact-text {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #080808;
}

.direction-link {
    font-weight: 600;
    text-decoration: underline;
    color: #080808;
}

.fax-item {
    display: flex;
    align-items: center;
}

.contact-label {
    color: #A51336;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-right: 8px;
}

/* Important Notes Section */
.important-notes-section {
    max-width: 938px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: none;
    padding: 24px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.important-notes-title {
    font-size: 20px;
    font-weight: 800;
    color: #A51336;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.important-notes-list {
    margin: 0;
    padding-left: 20px;
    color: #4F4F4F;
    font-size: 16px;
    line-height: 1.7;
    font-family: 'Open Sans', Arial, sans-serif;
}

.important-notes-list li {
    margin-bottom: 6px;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .trade-outer {
    padding: 0 24px;
    gap: 60px;
    margin: 60px auto;
  }
  .trade-section {
    max-width: 100%;
  }
  .trade-card, .trade-cards {
    width: 100%;
    max-width: 100%;
    align-items: start;
  }
  .card-desc{
    text-align: start;
  }
  .trade-cards {
    flex-direction: column;
    gap: 20px;
  }
  .contact-banner {
        flex-direction: column;
    }

    .contact-item {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 576px) {

    .contact-text {
        font-size: 16px;
        line-height: 24px;
    }

    .contact-label {
        font-size: 16px;
    }

    .contact-banner h2 {
        font-size: 28px;
    }

    
}

@media (max-width: 600px) {
  .trade-outer {
    padding: 0 8px;
    gap: 24px;
    margin: 24px auto;
  }
  .trade-title {
    font-size: 36px;
    line-height: 44px;
  }
  .trade-card {
    width: 100%;
    min-width: 0;
    padding: 14px;
  }
  .trade-btn.primary, .trade-btn.secondary {
    width: 100%;
    font-size: 15px;
    padding: 14px 0;
  }
  .important-notes-section {
        padding: 16px 8px 12px 8px;
    }
    .important-notes-title {
        font-size: 16px;
    }
    .important-notes-list {
        font-size: 15px;
    }
}
