/* partner.css - page specific styles for Partner with ChoiceTrade */

/* Keep specificity low to avoid overriding global theme */
.partner-hero {
  background-position: center center;
  background-size: cover;
  min-height: 360px;
  display:flex;
  align-items:center;
}

.partner-hero-title {
  color: #ffffff;
  font-size: 38px;
  line-height: 1.05;
  font-weight: 700;
}

.partner-hero-sublead {
  color: rgba(255,255,255,0.92);
  font-size: 16px;
  margin-top: 12px;
}

.partner-hero .btn {
  margin-right: 8px;
}

/* Visual area for svg/canvas */
.partner-hero-visual {
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(11,30,61,0.06), rgba(255,255,255,0.02));
  padding: 18px;
  box-shadow: 0 18px 40px rgba(11,30,61,0.05);
}

/* Feature cards */
.partner-feature-card .card-body {
  padding: 20px;
}
.partner-feature-card .card-title {
  color: #0b1e3d;
  font-weight: 700;
}

/* Smaller touches to align with the theme */
.partner-hero .btn-primary {
  background: linear-gradient(90deg, #00c2ff, #0b78d1);
  border: 0;
  box-shadow: 0 10px 22px rgba(11,30,61,0.08);
}

/* responsive tweaks */
@media (max-width: 991px) {
  .partner-hero-title { font-size: 30px; text-align:center; }
  .partner-hero-sublead { text-align:center; }
  .partner-hero .appear-animation { text-align:center; }
  .partner-hero-visual { margin-top: 18px; width:100%; }
}

/* Accessibility: reduce motion if user prefers reduced motion */
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
}
