/* ==========================================================================
   TRADE PARTNERS PAGE STYLES — MELLOW DESIGN SYSTEM
   ========================================================================== */


/* ==========================================================================
   WHOLESALE ADVANTAGES (4-Pillar Grid Layered Under Hero -120px)
   ========================================================================== */
.trade-pillars-section {
  position: relative;
  z-index: 10;
  margin-top: -120px !important;
  margin-bottom: 0;
  width: 100% !important;
}
.trade-pillars-card {
  background: var(--off-white) !important;
  border: none !important;
  border-radius: 0 0 var(--r-card) var(--r-card) !important;
  position: relative;
  z-index: 10;
  padding: 240px 50px 120px !important;
  width: 100%;
}
@media (max-width: 900px) {
  .trade-pillars-section {
    margin-top: -80px !important;
  }
  .trade-pillars-card {
    padding: 160px 30px 80px !important;
  }
}
@media (max-width: 600px) {
  .trade-pillars-section {
    margin-top: -50px !important;
  }
  .trade-pillars-card {
    padding: 100px 10px 50px !important;
  }
}
.trade-pillars-inner {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.trade-pillars__head {
  text-align: left;
  max-width: 100%;
  width: 100%;
  margin: 0 0 48px 0;
}
.trade-pillars__head h1,
.trade-pillars__title {
  font-size: var(--text-h1);
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: var(--black);
  max-width: 100%;
  width: 100%;
  margin-top: 8px;
}
.trade-pillars__head h1 .muted,
.trade-pillars__title .muted {
  font-family: inherit;
  font-weight: 700 !important;
  color: var(--grey) !important;
}
@media (max-width: 900px) {
  .trade-pillars__head {
    margin-bottom: 32px;
  }
}

@media (max-width: 900px) {
  }
@media (max-width: 600px) {
  }

/* ==========================================================================
   PARTNER TIERS MATRIX (3 Tiers Grid)
   ========================================================================== */
.tiers-section {
  margin-bottom: 0;
}
.tiers-card {
  background: var(--white) !important;
  border: none !important;
}
.tiers-inner {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.tiers__head {
  text-align: left;
  max-width: 100%;
  width: 100%;
  margin: 0 0 48px 0;
}
.tiers__head h1,
.tiers__title {
  font-size: var(--text-h1);
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: var(--black);
  max-width: 100%;
  width: 100%;
  margin-top: 8px;
}
.tiers__head h1 .muted,
.tiers__title .muted {
  font-family: inherit;
  font-weight: 700 !important;
  color: var(--grey) !important;
}
@media (max-width: 900px) {
  .tiers__head {
    margin-bottom: 32px;
  }
}

.tiers-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  width: 100%;
  align-items: stretch;
}
.tier-card {
  background: var(--off-white);
  border: 1px solid var(--grey-lt);
  border-radius: var(--r-card);
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  position: relative;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.tier-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
}
.tier-card--featured {
  background: var(--white);
  border: 2px solid var(--red);
  box-shadow: 0 16px 36px rgba(242, 27, 35, 0.08);
}
.tier-card__popular {
  position: absolute;
  top: -14px;
  right: 32px;
  background: var(--red);
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 4px 10px;
  border-radius: var(--r-xs);
}
.tier-card__header {
  margin-bottom: 24px;
}
.tier-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--grey);
  margin-bottom: 8px;
}
.tier-badge--red {
  color: var(--red);
}
.tier-card h3 {
  font-size: var(--text-h2);
  font-weight: 700;
  color: var(--black);
  margin-bottom: 8px;
  line-height: 1.2;
}
.tier-desc {
  font-size: var(--text-sm);
  color: var(--grey);
  line-height: 1.6;
  margin-bottom: 0;
}

.tier-card__stats {
  display: block;
  background: var(--white);
  border: 1px solid var(--grey-lt);
  border-radius: var(--r-sm);
  padding: 16px;
  margin-bottom: auto;
}
.tier-card--featured .tier-card__stats {
  background: var(--off-white);
}
.tier-stat {
  display: flex;
  flex-direction: column;
}
.tier-stat__label {
  font-size: 0.75rem;
  color: var(--grey);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}
.tier-stat__val {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--black);
}

.tier-features {
  list-style: none;
  padding: 0;
  margin: 0 0 auto 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.tier-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: var(--text-sm);
  color: var(--black);
  line-height: 1.5;
}
.tier-features li svg {
  width: 18px;
  height: 18px;
  color: var(--red);
  flex-shrink: 0;
  margin-top: 2px;
}

@media (max-width: 900px) {
  .tiers-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .tier-card {
    padding: 30px 20px;
  }
}

/* ==========================================================================
   B2B APPLICATION & ONBOARDING FORM SECTION
   ========================================================================== */
.form-section {
  margin-bottom: 0;
}
.form-card {
  background: var(--off-white) !important;
  border: none !important;
}
.form-inner {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}
.form-left {
  display: flex;
  flex-direction: column;
}
.form-left__title {
  font-size: var(--text-h1);
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: var(--black);
  margin-top: 8px;
  margin-bottom: 16px;
}
.form-left__title .muted {
  font-family: inherit;
  font-weight: 700 !important;
  color: var(--grey) !important;
}
.form-left__sub {
  font-size: var(--text-lead);
  color: var(--grey);
  line-height: 1.65;
  margin-bottom: 36px;
}

.form-benefits {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.fb-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.fb-item__icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(242, 27, 35, 0.1);
  color: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.fb-item__icon svg {
  width: 18px;
  height: 18px;
}
.fb-item strong {
  display: block;
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--black);
  margin-bottom: 4px;
}
.fb-item span {
  font-size: 0.85rem;
  color: var(--grey);
  line-height: 1.5;
}

/* FORM STYLING */
.b2b-form {
  background: var(--white);
  border: 1px solid var(--grey-lt);
  border-radius: var(--r-card);
  padding: clamp(32px, 5vw, 56px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.06);
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}
.form-group label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--black);
}
.form-input {
  width: 100%;
  padding: 16px 20px;
  border-radius: var(--r-sm);
  border: 1px solid var(--grey-lt);
  background: var(--off-white);
  font-family: var(--font-sans);
  font-size: var(--text-sm);
  color: var(--black);
  transition: border-color var(--dur) var(--ease), background var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.form-input:focus {
  outline: none;
  border-color: var(--black);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.05);
}
.form-textarea {
  border-radius: var(--r-sm);
  resize: vertical;
}
.form-secure-note {
  font-size: 0.8rem;
  color: var(--grey);
  text-align: center;
  margin-top: 14px;
  margin-bottom: 0;
}
@media (max-width: 900px) and (min-width: 601px) {
  .form-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media (max-width: 600px) {
  .form-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .b2b-form {
    padding: 24px 16px;
    border-radius: var(--r-md);
  }
}

/* ==========================================================================
   WHOLESALE FAQ SECTION
   ========================================================================== */
.faq-section {
  margin-bottom: 0;
}
.faq-card {
  background: var(--white) !important;
  border: none !important;
}
.faq-inner {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.faq__head {
  text-align: left;
  max-width: 100%;
  width: 100%;
  margin: 0 0 48px 0;
}
.faq__head h1,
.faq__title {
  font-size: var(--text-h1);
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: var(--black);
  max-width: 100%;
  width: 100%;
  margin-top: 8px;
}
.faq__head h1 .muted,
.faq__title .muted {
  font-family: inherit;
  font-weight: 700 !important;
  color: var(--grey) !important;
}
@media (max-width: 900px) {
  .faq__head {
    margin-bottom: 32px;
  }
}

.faq-accordion-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 1px solid var(--grey-lt);
}
.faq-accordion {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid var(--grey-lt) !important;
  border-radius: 0 !important;
  overflow: hidden;
  box-shadow: none !important;
  transition: border-color var(--dur) var(--ease);
}
.faq-accordion[open] {
  background: transparent !important;
  border-bottom-color: var(--black) !important;
}
.faq-accordion__trigger {
  padding: clamp(24px, 3vw, 32px) 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(16px, 3vw, 32px);
  cursor: pointer;
  list-style: none;
  font-size: clamp(1.05rem, 1.35vw, 1.25rem);
  font-weight: 700;
  color: var(--black);
  user-select: none;
  transition: color var(--dur) var(--ease);
}
.faq-accordion__trigger::-webkit-details-marker {
  display: none;
}
.faq-accordion__trigger:hover {
  color: var(--red);
}
.faq-num {
  font-family: var(--font-sans);
  font-size: clamp(1.4rem, 2.2vw, 2.2rem);
  font-weight: 400;
  line-height: 1;
  color: var(--red);
  letter-spacing: -0.03em;
  min-width: clamp(38px, 4vw, 56px);
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
}
.faq-question {
  flex: 1;
  font-size: clamp(1.05rem, 1.35vw, 1.25rem);
  font-weight: 700;
  line-height: 1.3;
}
.faq-accordion__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid var(--grey-lt);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  flex-shrink: 0;
  transition: transform var(--dur) var(--ease), border-color var(--dur) var(--ease), color var(--dur) var(--ease);
}
.faq-accordion__trigger:hover .faq-accordion__icon {
  border-color: var(--red);
  color: var(--red);
}
.faq-accordion[open] .faq-accordion__icon {
  transform: rotate(45deg);
  border-color: var(--red);
  color: var(--red);
}
.faq-accordion__icon svg {
  width: 14px;
  height: 14px;
}
.faq-accordion__body {
  padding: 0 0 28px calc(clamp(38px, 4vw, 56px) + clamp(16px, 3vw, 32px));
  overflow: hidden;
}
.faq-accordion__content {
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 300ms var(--ease), transform 300ms var(--ease);
}
.faq-accordion[open] .faq-accordion__content {
  opacity: 1;
  transform: translateY(0);
}
.faq-accordion__body p {
  font-size: var(--text-lead);
  color: var(--grey);
  line-height: 1.7;
  margin-bottom: 0;
  max-width: 900px;
}
@media (max-width: 600px) {
  .faq-accordion__trigger {
    padding: 20px 0;
    gap: 12px;
  }
  .faq-num {
    min-width: 30px;
    font-size: 1.25rem;
  }
  .faq-question {
    font-size: 0.95rem;
  }
  .faq-accordion__body {
    padding: 0 0 20px calc(30px + 12px);
  }
  .faq-accordion__icon {
    width: 26px;
    height: 26px;
  }
  .faq-accordion__icon svg {
    width: 12px;
    height: 12px;
  }
}





