/* ===== Cirya Partnerships — public pages ===== */

.partner-body {
  background: #0a0a0a;
  color: #fff;
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

/* Hero */
.ptn-hero {
  position: relative;
  padding: 100px 24px 60px;
  background:
    radial-gradient(ellipse 80% 60% at top, rgba(251,146,60,.15) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 70% 0%, rgba(0,187,254,.1) 0%, transparent 60%);
}
.ptn-hero__inner { max-width: 880px; margin: 0 auto; text-align: center; }
.ptn-hero__eyebrow {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 14px;
  background: rgba(251,146,60,.12);
  color: #fb923c;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.ptn-hero__eyebrow .material-symbols-rounded { font-size: 1rem; }
.ptn-hero h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  margin: 16px 0 14px;
  letter-spacing: -0.02em;
  line-height: 1.05;
}
.ptn-hero__brand {
  color: #fb923c;
  font-style: italic;
}
.ptn-hero__sub {
  color: rgba(255,255,255,.7);
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 640px;
  margin: 0 auto 28px;
}
.ptn-hero__cta {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Benefits grid */
.ptn-benefits {
  padding: 60px 24px;
  background: #0f0f12;
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.ptn-benefits__inner {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}
.ptn-benefit {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 14px;
  padding: 22px 20px;
}
.ptn-benefit .material-symbols-rounded {
  font-size: 28px;
  color: #fb923c;
  margin-bottom: 10px;
}
.ptn-benefit h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.2rem;
  margin: 0 0 6px;
}
.ptn-benefit p {
  margin: 0;
  color: rgba(255,255,255,.6);
  font-size: .88rem;
  line-height: 1.55;
}
.ptn-benefit a { color: #00bbfe; }
.ptn-benefit code {
  background: rgba(255,255,255,.06);
  padding: 1px 6px;
  border-radius: 4px;
  font-size: .8rem;
}

/* Criteria */
.ptn-criteria {
  padding: 60px 24px;
}
.ptn-criteria__inner {
  max-width: 760px;
  margin: 0 auto;
}
.ptn-criteria h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2rem;
  margin: 0 0 22px;
  letter-spacing: -0.01em;
}
.ptn-criteria ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}
.ptn-criteria li {
  position: relative;
  padding: 14px 18px 14px 44px;
  background: rgba(255,255,255,.04);
  border-left: 3px solid #00bbfe;
  border-radius: 10px;
  font-size: .92rem;
  color: rgba(255,255,255,.78);
  line-height: 1.55;
}
.ptn-criteria li::before {
  content: '✓';
  position: absolute;
  left: 18px; top: 14px;
  color: #00bbfe;
  font-weight: 900;
}
.ptn-criteria li strong { color: #fff; }

/* Apply form */
.ptn-apply {
  padding: 80px 24px;
  background:
    radial-gradient(ellipse 60% 40% at top, rgba(0,187,254,.08) 0%, transparent 60%),
    #0a0a0a;
}
.ptn-apply__inner {
  max-width: 740px;
  margin: 0 auto;
  background: rgba(15,15,18,.65);
  backdrop-filter: blur(20px) saturate(140%);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 22px;
  padding: 40px 36px;
}
.ptn-apply__eyebrow {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 5px 12px;
  background: rgba(0,187,254,.1);
  color: #00bbfe;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.ptn-apply__eyebrow .material-symbols-rounded { font-size: 14px; }
.ptn-apply h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2rem;
  margin: 12px 0 8px;
}
.ptn-apply__sub {
  color: rgba(255,255,255,.6);
  font-size: .9rem;
  margin: 0 0 30px;
}
.ptn-apply .req { color: #fb923c; }

.ptn-section {
  margin: 28px 0 12px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.08);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
}
.ptn-section:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

.ptn-apply label {
  display: block;
  margin-bottom: 14px;
  font-size: .82rem;
  font-weight: 600;
  color: rgba(255,255,255,.78);
}
.ptn-apply input,
.ptn-apply textarea,
.ptn-apply select {
  display: block;
  width: 100%;
  margin-top: 6px;
  padding: 11px 13px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  color: #fff;
  font: inherit;
  font-size: .92rem;
  box-sizing: border-box;
}
.ptn-apply textarea { resize: vertical; font-family: inherit; }
.ptn-apply select option { background: #0a0a0a; color: #fff; }
.ptn-apply input:focus,
.ptn-apply textarea:focus,
.ptn-apply select:focus {
  outline: none;
  border-color: #fb923c;
}
.ptn-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.ptn-row > label { margin-bottom: 0; }

/* Checkboxes */
.ptn-check {
  display: flex !important;
  gap: 10px;
  align-items: flex-start;
  font-weight: 400;
  background: rgba(255,255,255,.03);
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.06);
  cursor: pointer;
  margin-bottom: 10px !important;
}
.ptn-check input[type="checkbox"] {
  width: auto;
  margin: 4px 0 0;
  accent-color: #fb923c;
  cursor: pointer;
}
.ptn-check span {
  font-size: .85rem;
  line-height: 1.55;
  color: rgba(255,255,255,.78);
  flex: 1;
}
.ptn-check a { color: #fb923c; }

.ptn-actions {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.08);
  display: flex;
  justify-content: flex-end;
}

/* Success state */
.ptn-success {
  text-align: center;
  padding: 28px 8px 8px;
}
.ptn-success__icon {
  width: 78px; height: 78px;
  margin: 0 auto 18px;
  background: rgba(16,185,129,.15);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  border: 1.5px solid rgba(16,185,129,.4);
}
.ptn-success__icon .material-symbols-rounded {
  color: #10b981;
  font-size: 36px;
}
.ptn-success h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.65rem;
  margin: 0 0 12px;
}
.ptn-success p {
  color: rgba(255,255,255,.7);
  font-size: .92rem;
  line-height: 1.65;
  max-width: 460px;
  margin: 0 auto 24px;
}
.ptn-success code {
  background: rgba(0,187,254,.1);
  color: #00bbfe;
  padding: 1px 6px;
  border-radius: 4px;
  font-size: .82rem;
}
.ptn-success__actions {
  display: flex;
  gap: 10px;
  justify-content: center;
}

/* ===== Public /partners directory ===== */
.partners-page {
  padding: 60px 24px 80px;
  max-width: 1160px;
  margin: 0 auto;
}
.partners-page__head {
  text-align: center;
  margin-bottom: 40px;
}
.partners-page__head h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  margin: 0 0 12px;
}
.partners-page__head p {
  color: rgba(255,255,255,.65);
  font-size: 1rem;
  max-width: 560px;
  margin: 0 auto 18px;
  line-height: 1.6;
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 18px;
}
.partner-card {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 16px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: transform .15s ease, border-color .15s ease, background .15s ease;
}
.partner-card:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.15);
}
.partner-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.partner-card__logo {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  object-fit: cover;
  background: rgba(255,255,255,.08);
  flex-shrink: 0;
}
.partner-card__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.2rem;
  margin: 0;
  line-height: 1.2;
  color: #fff;
}
.partner-card__cat {
  font-size: .68rem;
  color: rgba(255,255,255,.45);
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-top: 4px;
  font-weight: 600;
}
.partner-card__tagline {
  color: rgba(255,255,255,.7);
  font-size: .88rem;
  line-height: 1.55;
  margin: 0 0 14px;
  flex: 1;
}
.partner-card__meta {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: .76rem;
  color: rgba(255,255,255,.5);
  border-top: 1px solid rgba(255,255,255,.06);
  padding-top: 12px;
}
.partner-card__meta .pill {
  background: rgba(0,187,254,.12);
  color: #00bbfe;
  padding: 2px 8px;
  border-radius: 999px;
  font-weight: 700;
}
.partner-card--featured {
  border: 1px solid rgba(251,146,60,.4);
  background: linear-gradient(180deg, rgba(251,146,60,.04), rgba(255,255,255,.03));
}
.partner-card--featured .partner-card__cat {
  color: #fb923c;
}

.partners-cta {
  text-align: center;
  margin-top: 60px;
  padding: 40px 24px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 18px;
}
.partners-cta h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.6rem;
  margin: 0 0 8px;
}
.partners-cta p {
  color: rgba(255,255,255,.6);
  margin: 0 0 18px;
  font-size: .92rem;
}

@media (max-width: 640px) {
  .ptn-apply__inner { padding: 28px 22px; }
  .ptn-row { grid-template-columns: 1fr; }
  .ptn-actions { justify-content: stretch; }
  .ptn-actions .btn { width: 100%; }
  .ptn-success__actions { flex-direction: column; }
}
