/* ============================================================
   PARTNERS
   ============================================================ */

/* ---------- Hero ---------- */
.pt-hero {
  position: relative; overflow: hidden;
  padding-block: clamp(120px, 17vw, 210px) clamp(48px, 7vw, 84px);
  background: radial-gradient(120% 90% at 82% -10%, rgba(168,92,255,.14), transparent 60%), var(--bg);
}
.pt-hero__inner { position: relative; z-index: 2; }
.pt-hero__title { font-size: clamp(2.6rem, 8vw, 6rem); margin: 1rem 0 1.4rem; max-width: 15ch; }
.pt-hero__cta { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2.2rem; }

/* ---------- Logo wall (brand tiles with hover description) ---------- */
.pt-logos { padding-block: clamp(2.4rem, 5vw, 4rem); border-block: 1px solid var(--line); background: var(--bg-2); }
.pt-logos__label {
  text-align: center; font-family: var(--mono); font-size: .72rem;
  letter-spacing: .2em; text-transform: uppercase; color: var(--muted); margin-bottom: 2rem;
}
.pt-brands { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr)); gap: 1rem; }
.pt-brand {
  position: relative; aspect-ratio: 16 / 9; overflow: hidden; cursor: pointer;
  border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--bg-3);
  display: grid; place-items: center; outline: none;
  transition: transform .3s var(--ease), border-color .3s, box-shadow .3s;
}
.pt-brand:hover, .pt-brand:focus-visible { transform: translateY(-4px); border-color: var(--flame-2); box-shadow: var(--sh-2); }
.pt-brand__logo { display: grid; place-items: center; width: 100%; height: 100%; padding: 1.4rem; }
.pt-brand__logo img { max-width: 100%; max-height: 120px; object-fit: contain; filter: grayscale(0); opacity: .78; transition: filter .3s, opacity .3s; }
.pt-brand:hover .pt-brand__logo img, .pt-brand:focus-within .pt-brand__logo img { filter: none; opacity: 1; }
.pt-brand__desc {
  position: absolute; inset: 0; padding: 1.1rem 1.2rem;
  display: flex; flex-direction: column; justify-content: flex-end; gap: .25rem;
  background: linear-gradient(180deg, rgba(22,17,26,.15) 0%, rgba(22,17,26,.94) 70%);
  opacity: 0; transform: translateY(10px); pointer-events: none;
  transition: opacity .3s var(--ease), transform .3s var(--ease);
}
.pt-brand:hover .pt-brand__desc, .pt-brand:focus-within .pt-brand__desc, .pt-brand:focus .pt-brand__desc { opacity: 1; transform: none; }
.pt-brand__desc b { font-family: var(--display); font-weight: 700; font-size: 1rem; line-height: 1.1; }
.pt-brand__desc span { color: var(--muted); font-size: .82rem; line-height: 1.4; }

/* ---------- Why partner ---------- */
.pt-why__head { max-width: 46ch; margin-bottom: clamp(2.4rem, 5vw, 3.6rem); }
.pt-why__head .section-title { margin: 1rem 0 1rem; }
.pt-why__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr)); gap: 1.3rem; }
.why-card {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: 1.9rem 1.6rem;
  transition: transform .4s var(--ease), border-color .4s, background .4s;
}
.why-card:hover { transform: translateY(-6px); border-color: var(--line-strong); background: var(--surface-2); }
.why-card__stat {
  font-family: var(--display); font-weight: 800; font-size: clamp(2rem, 4.5vw, 2.8rem);
  line-height: 1; letter-spacing: -.02em; margin-bottom: .8rem;
  background: var(--grad-flame); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.why-card h3 { font-family: var(--display); font-weight: 700; font-size: 1.15rem; margin-bottom: .5rem; }
.why-card p { color: var(--muted); font-size: .92rem; }

/* ---------- Ways to partner ---------- */
.pt-ways__head { margin-bottom: clamp(2.4rem, 5vw, 3.6rem); }
.pt-ways__head .section-title { margin-top: 1rem; }
.pt-ways__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr)); gap: 1.3rem; }
.way-card {
  background: #fff; border: 1px solid rgba(25,16,22,.10);
  border-radius: var(--r-lg); padding: 1.9rem 1.7rem;
  position: relative; overflow: hidden;
  transition: transform .4s var(--ease), box-shadow .4s;
}
.way-card:hover { transform: translateY(-6px); box-shadow: 0 22px 56px -26px rgba(25,16,22,.45); }
.way-card__ic {
  width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center;
  background: rgba(255,91,62,.10); color: var(--flame-1); margin-bottom: 1.2rem;
}
.way-card__ic svg { width: 25px; height: 25px; }
.way-card h3 { font-family: var(--display); font-weight: 700; font-size: 1.2rem; color: var(--ink); margin-bottom: .5rem; }
.way-card p { color: #5b4d55; font-size: .93rem; }

/* ---------- Testimonials ---------- */
.pt-testi__head { margin-bottom: clamp(2.4rem, 5vw, 3.6rem); }
.pt-testi__head .section-title { margin-top: 1rem; }
.pt-testi__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)); gap: 1.3rem; }
.testi-card {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: 2rem 1.8rem;
  display: flex; flex-direction: column;
  transition: transform .4s var(--ease), border-color .4s;
}
.testi-card:hover { transform: translateY(-6px); border-color: var(--line-strong); }
.testi-card__mark { font-family: var(--display); font-weight: 800; font-size: 2.6rem; line-height: .6; color: var(--flame-2); margin-bottom: .6rem; }
.testi-card blockquote { font-size: 1.02rem; color: var(--text); margin-bottom: 1.4rem; }
.testi-card__who { display: flex; align-items: center; gap: .8rem; margin-top: auto; }
.testi-card__av {
  width: 42px; height: 42px; border-radius: 50%; flex: none;
  display: grid; place-items: center; font-family: var(--display); font-weight: 800; color: #1b0f08;
}
.testi-card__who b { display: block; font-family: var(--body); font-weight: 700; font-size: .95rem; }
.testi-card__who span { font-family: var(--mono); font-size: .7rem; letter-spacing: .08em; color: var(--muted); }

/* ---------- Become a partner ---------- */
.pt-become { background: radial-gradient(100% 120% at 50% 0%, rgba(255,91,62,.14), transparent 60%), var(--bg-2); }
.pt-become__inner { display: grid; grid-template-columns: 1.3fr .9fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.pt-become__copy .section-title { margin: 1rem 0 1.2rem; }
.pt-become__actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 1.8rem; }
.pt-become__list {
  display: flex; flex-direction: column; gap: 1rem;
  background: var(--surface); border: 1px solid var(--line-strong);
  border-radius: var(--r-xl); padding: 1.8rem;
}
.pt-become__list li { display: flex; gap: .9rem; align-items: baseline; color: var(--text); font-size: .98rem; }
.pt-become__list b {
  font-family: var(--display); font-weight: 800; font-size: 1.2rem; flex: none;
  background: var(--grad-flame); -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .pt-become__inner { grid-template-columns: 1fr; }
}
