/* =================================================
   PARTNERSHIP PAGE STYLES
   Modern-Classic Conservation Design
   ================================================= */

/* ─── Hero ─── */
.partner-hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: 80px;
  text-align: center;
}

.partner-hero-bg {
  position: absolute;
  inset: 0;
  background:
    url('../images/background/13.jpg') no-repeat center center / cover;
  transform: scale(1.04);
  transition: transform 8s ease;
}

.partner-hero:hover .partner-hero-bg { transform: scale(1); }

.partner-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    150deg,
    rgba(13, 46, 24, 0.615) 0%,
    rgba(26, 74, 46, 0.586) 45%,
    rgba(10, 20, 12, 0.618) 100%
  );
}

.partner-hero .container {
  position: relative;
  z-index: 2;
}

.partner-hero-content {
  max-width: 780px;
  margin: 0 auto;
  padding-inline: 1.5rem;
  color: #fff;
}

.partner-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-family: 'Lato', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(212, 165, 42, 0.9);
  margin-bottom: 1.5rem;
}

.partner-hero-eyebrow::before,
.partner-hero-eyebrow::after {
  content: '';
  width: 2.5rem;
  height: 1px;
  background: rgba(212, 165, 42, 0.55);
}

.partner-hero-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 1.25rem;
  text-shadow: 0 4px 24px rgba(0,0,0,0.35);
}

.partner-hero-title em {
  font-style: italic;
  color: rgba(212, 165, 42, 0.9);
}

.partner-hero-text {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-style: italic;
  color: rgba(255,255,255,0.88);
  line-height: 1.65;
  margin-bottom: 2.75rem;
  max-width: 620px;
  margin-inline: auto;
  margin-bottom: 2.75rem;
}

/* Decorative rings */
.hero-ring {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.hero-ring-1 {
  width: 480px; height: 480px;
  bottom: -140px; right: -140px;
  border: 1px solid rgba(212,165,42,0.15);
}

.hero-ring-2 {
  width: 320px; height: 320px;
  top: -80px; left: -80px;
  border: 1px solid rgba(255,255,255,0.07);
  background: rgba(255,255,255,0.02);
}

/* ─── Intro Section ─── */
.partner-intro-section {
  padding-block: 7rem;
  background: #fff;
}

.partner-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.partner-intro-text .section-eyebrow { margin-bottom: 1rem; }

.partner-intro-text .section-title {
  margin-bottom: 1.75rem;
}

.partner-lead {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.25rem;
  font-style: italic;
  color: #2e7d32;
  line-height: 1.7;
  padding-left: 1.25rem;
  border-left: 3px solid #b8860b;
  margin-bottom: 1.5rem;
}

.partner-intro-text p {
  font-size: 0.975rem;
  color: #6a6a6a;
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 1rem;
}

/* Image frame */
.partner-image-frame {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 72px rgba(26,74,46,0.18);
}

.partner-image-frame::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(26,74,46,0.5) 100%);
  z-index: 1;
  pointer-events: none;
}

.partner-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}

.partner-image-frame:hover .partner-img { transform: scale(1.04); }

.image-badge {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 2;
  background: rgba(26,74,46,0.92);
  backdrop-filter: blur(8px);
  color: #d4a52a;
  padding: 0.6rem 1.25rem;
  border-radius: 100px;
  font-family: 'Lato', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(212,165,42,0.3);
}

/* ─── Benefits Section ─── */
.partner-benefits-section {
  padding-block: 7rem;
  background: #f7f3ec;
  position: relative;
  overflow: hidden;
}

.partner-benefits-section::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184,134,11,0.06) 0%, transparent 70%);
  pointer-events: none;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

.benefit-card {
  background: #fff;
  border-radius: 16px;
  padding: 2.5rem 2rem;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(26,74,46,0.07);
  box-shadow: 0 4px 20px rgba(26,74,46,0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.benefit-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #2e7d32, #b8860b);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s ease;
}

.benefit-card:hover::after { transform: scaleX(1); }

.benefit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 56px rgba(26,74,46,0.13);
}

.benefit-number {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 3.5rem;
  font-weight: 900;
  color: rgba(46,125,50,0.08);
  line-height: 1;
  position: absolute;
  top: 1rem; right: 1.25rem;
  letter-spacing: -0.04em;
}

.benefit-icon-wrap {
  width: 64px; height: 64px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(46,125,50,0.1), rgba(46,125,50,0.04));
  border: 1.5px solid rgba(46,125,50,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #2e7d32;
  margin-bottom: 1.5rem;
  transition: all 0.4s ease;
}

.benefit-card:hover .benefit-icon-wrap {
  background: linear-gradient(135deg, #1a4a2e, #2e7d32);
  color: #fff;
  border-color: transparent;
  transform: scale(1.1);
  box-shadow: 0 8px 24px rgba(26,74,46,0.28);
}

.benefit-card h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 0.875rem;
  line-height: 1.3;
}

.benefit-card p {
  font-size: 0.9rem;
  color: #6a6a6a;
  line-height: 1.75;
  font-weight: 300;
  margin: 0;
}

/* ─── Process Section ─── */
.partner-process-section {
  padding-block: 7rem;
  background: #fff;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
  margin-top: 1rem;
}

.process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-inline: 1rem;
}

.step-marker {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  position: relative;
}

.step-num {
  width: 52px; height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1a4a2e, #2e7d32);
  color: #d4a52a;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 8px 24px rgba(26,74,46,0.3);
  z-index: 1;
  position: relative;
}

.step-line {
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, #2e7d32, rgba(46,125,50,0.2));
  margin-left: 0.75rem;
}

.step-body { width: 100%; }

.step-icon {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: rgba(46,125,50,0.07);
  border: 1.5px solid rgba(46,125,50,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #2e7d32;
  margin: 0 auto 1.25rem;
  transition: all 0.4s ease;
}

.process-step:hover .step-icon {
  background: linear-gradient(135deg, #b8860b, #d4a52a);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 8px 20px rgba(184,134,11,0.3);
}

.step-body h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 0.75rem;
}

.step-body p {
  font-size: 0.875rem;
  color: #6a6a6a;
  line-height: 1.75;
  font-weight: 300;
  margin: 0;
}

/* ─── Types Section ─── */
.partner-types-section {
  padding-block: 7rem;
  background: #f7f3ec;
}

.types-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

.type-card {
  background: #fff;
  border-radius: 20px;
  padding: 2.75rem 2.25rem;
  border: 1px solid rgba(26,74,46,0.08);
  box-shadow: 0 4px 20px rgba(26,74,46,0.06);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.type-card.type-featured {
  border-color: rgba(46,125,50,0.2);
  box-shadow: 0 8px 36px rgba(26,74,46,0.12);
}

.type-card.type-featured::before {
  content: 'Most Popular';
  position: absolute;
  top: 1.25rem; right: 1.25rem;
  background: linear-gradient(135deg, #1a4a2e, #2e7d32);
  color: #d4a52a;
  font-family: 'Lato', sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.35rem 0.875rem;
  border-radius: 100px;
}

.type-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(26,74,46,0.14);
  border-color: rgba(46,125,50,0.16);
}

.type-icon {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(46,125,50,0.1), rgba(46,125,50,0.04));
  border: 2px solid rgba(46,125,50,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  color: #2e7d32;
  margin-bottom: 1.75rem;
  transition: all 0.4s ease;
}

.type-card:hover .type-icon {
  background: linear-gradient(135deg, #1a4a2e, #2e7d32);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 10px 28px rgba(26,74,46,0.28);
  transform: scale(1.08);
}

.type-card h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 1rem;
}

.type-card > p {
  font-size: 0.925rem;
  color: #6a6a6a;
  line-height: 1.75;
  font-weight: 300;
  margin-bottom: 1.75rem;
}

.type-list {
  list-style: none;
  border-top: 1px solid rgba(26,74,46,0.07);
  padding-top: 1.5rem;
}

.type-list li {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.875rem;
  color: #4a4a4a;
  padding: 0.45rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.04);
  font-weight: 400;
}

.type-list li:last-child { border-bottom: none; }

.type-list li i {
  color: #2e7d32;
  font-size: 0.75rem;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background: rgba(46,125,50,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ─── CTA Section ─── */
.partner-cta-section {
  position: relative;
  padding-block: 7rem;
  overflow: hidden;
  text-align: center;
}

.partner-cta-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #1a4a2e 0%, #2e7d32 55%, #3d9142 100%);
}

.partner-cta-section .container { position: relative; z-index: 2; }

.partner-cta-content {
  max-width: 700px;
  margin: 0 auto;
  padding-inline: 2rem;
  color: #fff;
}

.partner-cta-content h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.25rem;
  letter-spacing: -0.01em;
}

.partner-cta-content p {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: 1.2rem;
  color: rgba(255,255,255,0.82);
  line-height: 1.7;
  margin-bottom: 3rem;
}

.partner-cta-actions {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-ring {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.cta-ring-1 {
  width: 500px; height: 500px;
  bottom: -180px; right: -120px;
  border: 1px solid rgba(184,134,11,0.12);
  background: rgba(184,134,11,0.04);
}

.cta-ring-2 {
  width: 300px; height: 300px;
  top: -80px; left: -60px;
  border: 1px solid rgba(255,255,255,0.06);
}

/* ─── Responsive ─── */
@media (max-width: 1100px) {
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .types-grid    { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .partner-intro-grid { grid-template-columns: 1fr; gap: 3rem; }
  .partner-intro-image { order: -1; }
  .partner-img { height: 300px; }

  .process-steps { grid-template-columns: repeat(2, 1fr); gap: 3rem; }
  .step-line { display: none; }
  .step-marker { justify-content: center; }
}

@media (max-width: 768px) {
  .partner-hero { margin-top: 72px; min-height: 70vh; }

  .benefits-grid { grid-template-columns: 1fr; gap: 1.25rem; }
  .types-grid    { grid-template-columns: 1fr; gap: 1.25rem; }
  .process-steps { grid-template-columns: 1fr; gap: 2.5rem; }

  .partner-cta-actions { flex-direction: column; align-items: center; }
  .partner-cta-actions .btn { width: 100%; max-width: 280px; justify-content: center; }
}
