
/* Instant visibility for partner page */
.partner-page .reveal-on-scroll,
.reveal-on-scroll {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

/* Overflow protection and container normalization */
html, body {
  overflow-x: hidden !important;
  max-width: 100vw !important;
}

.container {
  width: 100% !important;
  max-width: 1240px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

@media (max-width: 768px) {
  .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

/* ==========================================================================
   VAVAI SALES PARTNERSHIP LANDING PAGE STYLESHEET
   Dark Cyber-Glass Aesthetic | Mobile-First Optimized
   ========================================================================== */

/* --- GLOBAL SECTION TYPOGRAPHY & WRAP --- */
body main .section-title,
body .section-title {
  font-size: clamp(1.45rem, 4.5vw, 2.5rem) !important;
  line-height: 1.18 !important;
  word-break: break-word !important;
  overflow-wrap: break-word !important;
  letter-spacing: -0.01em;
}

/* --- TOP PROMO BADGES & TAGS --- */
.partner-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 240, 255, 0.08);
  border: 1px solid rgba(0, 240, 255, 0.4);
  color: #00F0FF;
  padding: 8px 16px;
  border-radius: 100px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 20px;
  box-shadow: 0 0 18px rgba(0, 240, 255, 0.15);
  max-width: 100%;
  box-sizing: border-box;
}

.partner-warning-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(239, 68, 68, 0.12);
  border: 1.5px solid rgba(239, 68, 68, 0.5);
  color: #FCA5A5;
  padding: 10px 18px;
  border-radius: 12px;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin: 18px 0 14px 0;
  box-shadow: 0 0 20px rgba(239, 68, 68, 0.18);
  max-width: 100%;
  box-sizing: border-box;
}

/* --- HERO PARTNER SECTION --- */
.section-partner-hero {
  position: relative;
  padding: 130px 0 70px 0;
  overflow: hidden;
  background: radial-gradient(circle at 50% 10%, rgba(0, 102, 255, 0.15), transparent 65%);
}

.partner-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 50px;
  align-items: center;
}

.partner-hero-title {
  font-size: clamp(2.1rem, 4.8vw, 3.5rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-bottom: 20px;
  word-break: break-word;
}

.partner-hero-title span {
  background: linear-gradient(135deg, #00F0FF 0%, #3B82F6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 30px rgba(0, 240, 255, 0.3);
}

.partner-hero-subtitle {
  font-size: 1.08rem;
  color: #CBD5E1;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 600px;
}

.partner-hero-filter-box {
  background: rgba(15, 23, 42, 0.75);
  border: 1px solid rgba(239, 68, 68, 0.35);
  border-radius: 16px;
  padding: 16px 20px;
  margin-bottom: 28px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: inset 0 0 16px rgba(239, 68, 68, 0.05);
}

.partner-hero-filter-box p {
  color: #E2E8F0;
  font-size: 0.94rem;
  line-height: 1.5;
  margin: 0;
}

.partner-hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* Semi-transparent Cyber Buttons */
.section-partner-hero .btn-primary,
.section-partner-form .btn-primary {
  background: rgba(0, 240, 255, 0.12) !important;
  color: #00F0FF !important;
  border: 1.5px solid #00F0FF !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  box-shadow: 0 0 25px rgba(0, 240, 255, 0.25), inset 0 0 15px rgba(0, 240, 255, 0.1) !important;
  transition: all 0.3s ease !important;
  font-weight: 700 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.section-partner-hero .btn-primary:hover,
.section-partner-form .btn-primary:hover {
  background: rgba(0, 240, 255, 0.22) !important;
  box-shadow: 0 0 35px rgba(0, 240, 255, 0.45), inset 0 0 20px rgba(0, 240, 255, 0.2) !important;
  transform: translateY(-2px) !important;
  color: #FFFFFF !important;
}

.section-partner-hero .btn-secondary {
  background: rgba(15, 23, 42, 0.6) !important;
  color: #F1F5F9 !important;
  border: 1.5px solid rgba(255, 255, 255, 0.15) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  transition: all 0.3s ease !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.section-partner-hero .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(0, 240, 255, 0.4) !important;
  color: #00F0FF !important;
  transform: translateY(-2px) !important;
}

/* Right Visual Card: Portfolio HUD */
.partner-hud-card {
  background: rgba(8, 15, 30, 0.85);
  border: 1.5px solid rgba(0, 240, 255, 0.4);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6), 0 0 30px rgba(0, 240, 255, 0.15);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  position: relative;
}

.hud-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 16px;
  margin-bottom: 20px;
}

.hud-tag {
  color: #00F0FF;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hud-live-dot {
  width: 8px;
  height: 8px;
  background: #10B981;
  border-radius: 50%;
  box-shadow: 0 0 8px #10B981;
  animation: pulse 2s infinite;
}

.hud-stat-highlight {
  background: linear-gradient(135deg, rgba(0, 102, 255, 0.25) 0%, rgba(0, 240, 255, 0.15) 100%);
  border: 1px solid rgba(0, 240, 255, 0.5);
  border-radius: 16px;
  padding: 18px 20px;
  margin-bottom: 20px;
}

.hud-stat-label {
  font-size: 0.78rem;
  color: #94A3B8;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.hud-stat-val {
  font-size: 2.2rem;
  font-weight: 800;
  color: #FFFFFF;
  font-family: var(--font-heading);
  margin: 4px 0 2px 0;
}

.hud-stat-sub {
  font-size: 0.82rem;
  color: #00F0FF;
}

.hud-deals-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hud-deal-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 10px 14px;
  font-size: 0.84rem;
}

.hud-deal-name {
  font-weight: 600;
  color: #F1F5F9;
}

.hud-deal-tag {
  color: #94A3B8;
  font-size: 0.76rem;
}

.hud-deal-rev {
  font-weight: 700;
  color: #34D399;
  font-family: var(--font-heading);
}

/* --- STEP FLOW: НЕ ОБЫЧНАЯ ВАКАНСИЯ --- */
.section-flow-steps {
  padding: 70px 0;
  position: relative;
}

.flow-steps-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 36px;
  position: relative;
}

.flow-step-card {
  background: rgba(15, 23, 42, 0.85);
  border: 1px solid rgba(0, 240, 255, 0.25);
  border-radius: 16px;
  padding: 22px 18px;
  text-align: center;
  position: relative;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.flow-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 240, 255, 0.7);
  box-shadow: 0 14px 30px rgba(0, 240, 255, 0.2);
}

.flow-step-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0066FF 0%, #00F0FF 100%);
  color: #020817;
  font-weight: 800;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px auto;
  box-shadow: 0 0 12px rgba(0, 240, 255, 0.5);
}

.flow-step-title {
  font-size: 0.92rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 6px;
  line-height: 1.35;
}

.flow-step-desc {
  font-size: 0.78rem;
  color: #94A3B8;
  line-height: 1.45;
}

/* --- PARTNER FEATURE GRID (BLOCK 3, 10, 14) --- */
.partner-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 36px;
}

.partner-feature-card {
  background: rgba(15, 23, 42, 0.85);
  border: 1px solid rgba(0, 240, 255, 0.25);
  border-radius: 16px;
  padding: 22px 18px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.partner-feature-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 240, 255, 0.6);
  box-shadow: 0 12px 30px rgba(0, 240, 255, 0.15);
}

.partner-feature-icon {
  font-size: 1.8rem;
  margin-bottom: 12px;
}

.partner-feature-title {
  font-size: 1rem;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 8px;
  line-height: 1.3;
}

.partner-feature-desc {
  font-size: 0.84rem;
  color: #94A3B8;
  line-height: 1.45;
}

/* --- RESPONSIBILITY SPLIT (2 COLUMNS) --- */
.resp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 36px;
}

.resp-col {
  background: rgba(11, 20, 38, 0.85);
  border-radius: 20px;
  padding: 30px 26px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  position: relative;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.4);
}

.resp-col-partner {
  border: 1.5px solid rgba(0, 240, 255, 0.4);
  box-shadow: 0 0 30px rgba(0, 240, 255, 0.08);
}

.resp-col-vavai {
  border: 1.5px solid rgba(59, 130, 246, 0.4);
  box-shadow: 0 0 30px rgba(59, 130, 246, 0.08);
}

.resp-col-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.resp-col-icon {
  font-size: 1.6rem;
}

.resp-col-title {
  font-size: clamp(1.05rem, 3.5vw, 1.25rem);
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: -0.01em;
  word-break: break-word;
}

.resp-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.resp-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.9rem;
  color: #CBD5E1;
  line-height: 1.45;
}

.resp-bullet {
  color: #00F0FF;
  font-weight: 800;
  flex-shrink: 0;
  margin-top: 1px;
}

.resp-banner-bottom {
  margin-top: 30px;
  background: rgba(0, 102, 255, 0.12);
  border: 1px solid rgba(0, 240, 255, 0.35);
  border-radius: 16px;
  padding: 20px 24px;
  text-align: center;
}

.resp-banner-bottom h4 {
  font-size: 1rem;
  font-weight: 800;
  color: #FFFFFF;
  margin: 0 0 6px 0;
  line-height: 1.35;
}

.resp-banner-bottom p {
  font-size: 0.86rem;
  color: #94A3B8;
  margin: 0;
}

/* --- HARD CANDIDATE FILTER (CARD OF TRUTH) --- */
.filter-manifesto-card {
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.12) 0%, rgba(15, 23, 42, 0.9) 100%);
  border: 1.5px solid rgba(239, 68, 68, 0.5);
  border-radius: 24px;
  padding: 34px 28px;
  margin-top: 36px;
  box-shadow: 0 0 40px rgba(239, 68, 68, 0.15);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.filter-channels-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 10px;
  margin: 22px 0;
}

.filter-channel-chip {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 9px 12px;
  font-size: 0.84rem;
  color: #F1F5F9;
  display: flex;
  align-items: center;
  gap: 8px;
}

.filter-channel-chip span {
  color: #10B981;
  font-weight: 800;
}

/* --- TRAITS CARDS: FIT & UNFIT --- */
.traits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 34px;
}

.trait-card {
  background: rgba(15, 23, 42, 0.85);
  border: 1px solid rgba(0, 240, 255, 0.25);
  border-radius: 18px;
  padding: 24px 20px;
  transition: all 0.3s ease;
}

.trait-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 240, 255, 0.6);
  box-shadow: 0 10px 30px rgba(0, 240, 255, 0.15);
}

.trait-card-icon {
  font-size: 1.8rem;
  margin-bottom: 12px;
}

.trait-card-title {
  font-size: 1rem;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 8px;
}

.trait-card-desc {
  font-size: 0.86rem;
  color: #94A3B8;
  line-height: 1.5;
}

.unfit-card {
  background: rgba(30, 10, 15, 0.7);
  border: 1px solid rgba(239, 68, 68, 0.35);
  border-radius: 20px;
  padding: 28px 24px;
  margin-top: 30px;
}

.unfit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 20px;
  margin-top: 18px;
}

.unfit-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.86rem;
  color: #CBD5E1;
  line-height: 1.45;
}

.unfit-item span {
  color: #EF4444;
  font-weight: 800;
  flex-shrink: 0;
}

/* --- PARTNER RECURRING INCOME CALCULATOR --- */
.section-partner-calc {
  padding: 80px 0;
  background: radial-gradient(circle at 50% 50%, rgba(0, 102, 255, 0.12), transparent 70%);
}

.partner-calc-wrapper {
  background: rgba(8, 15, 30, 0.9);
  border: 1.5px solid rgba(0, 240, 255, 0.5);
  border-radius: 24px;
  padding: 38px 32px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6), 0 0 35px rgba(0, 240, 255, 0.18);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  margin-top: 36px;
}

.partner-calc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
}

.pcalc-control-group {
  margin-bottom: 24px;
}

.pcalc-label-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  flex-wrap: wrap;
  gap: 8px;
}

.pcalc-label {
  font-size: 0.92rem;
  font-weight: 700;
  color: #FFFFFF;
}

.pcalc-value-badge {
  background: rgba(0, 240, 255, 0.15);
  border: 1px solid rgba(0, 240, 255, 0.5);
  color: #00F0FF;
  padding: 4px 12px;
  border-radius: 8px;
  font-weight: 800;
  font-family: var(--font-heading);
  font-size: 1rem;
}

.pcalc-slider {
  width: 100%;
  height: 8px;
  -webkit-appearance: none;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  outline: none;
  cursor: pointer;
}

.pcalc-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #00F0FF;
  cursor: pointer;
  box-shadow: 0 0 14px #00F0FF;
  border: 2px solid #FFFFFF;
  transition: transform 0.15s ease;
}

.pcalc-slider::-webkit-slider-thumb:hover {
  transform: scale(1.15);
}

.pcalc-presets-row {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.pcalc-preset-btn {
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #94A3B8;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 0.78rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.pcalc-preset-btn:hover, .pcalc-preset-btn.active {
  background: rgba(0, 240, 255, 0.15);
  border-color: rgba(0, 240, 255, 0.5);
  color: #FFFFFF;
}

/* Results Box */
.pcalc-results-box {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.95) 0%, rgba(3, 10, 24, 0.95) 100%);
  border: 1px solid rgba(0, 240, 255, 0.35);
  border-radius: 20px;
  padding: 28px 22px;
  text-align: center;
  box-shadow: inset 0 0 25px rgba(0, 240, 255, 0.05);
}

.pcalc-res-primary {
  margin-bottom: 20px;
}

.pcalc-res-title {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #94A3B8;
  margin-bottom: 8px;
}

.pcalc-res-number {
  font-size: clamp(2.4rem, 4.2vw, 3.4rem);
  font-weight: 800;
  font-family: var(--font-heading);
  color: #34D399;
  text-shadow: 0 0 24px rgba(52, 211, 153, 0.4);
  line-height: 1;
}

.pcalc-res-sub {
  font-size: 0.86rem;
  color: #00F0FF;
  margin-top: 6px;
}

.pcalc-res-grid-sub {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pcalc-submetric-box {
  background: rgba(0, 0, 0, 0.35);
  border-radius: 12px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.pcalc-submetric-lbl {
  font-size: 0.72rem;
  color: #94A3B8;
  margin-bottom: 4px;
}

.pcalc-submetric-val {
  font-size: 1.1rem;
  font-weight: 700;
  color: #FFFFFF;
  font-family: var(--font-heading);
}

/* Portfolio Growth Timeline */
.portfolio-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 26px;
}

.ptimeline-item {
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(0, 240, 255, 0.2);
  border-radius: 14px;
  padding: 14px 10px;
  text-align: center;
}

.ptimeline-month {
  font-size: 0.74rem;
  color: #94A3B8;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}

.ptimeline-clients {
  font-size: 1.15rem;
  font-weight: 800;
  color: #FFFFFF;
  font-family: var(--font-heading);
}

.ptimeline-income {
  font-size: 0.82rem;
  color: #00F0FF;
  font-weight: 700;
  margin-top: 4px;
}

/* --- 8-STAGE SALES PIPELINE --- */
.pipeline-8-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 34px;
}

.pipe-card {
  background: rgba(15, 23, 42, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 18px 16px;
  position: relative;
  transition: all 0.25s ease;
}

.pipe-card:hover {
  border-color: rgba(0, 240, 255, 0.5);
  transform: translateY(-2px);
}

.pipe-badge {
  font-size: 0.74rem;
  font-weight: 800;
  color: #00F0FF;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

.pipe-title {
  font-size: 0.94rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 6px;
  line-height: 1.35;
}

.pipe-desc {
  font-size: 0.8rem;
  color: #94A3B8;
  line-height: 1.45;
}

/* --- TARGET INDUSTRIES CLOUD --- */
.industries-tags-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 28px;
}

.industry-chip {
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(0, 240, 255, 0.25);
  color: #E2E8F0;
  padding: 9px 16px;
  border-radius: 100px;
  font-size: 0.86rem;
  font-weight: 600;
  transition: all 0.2s ease;
  text-align: center;
  max-width: 100%;
}

.industry-chip:hover {
  background: rgba(0, 240, 255, 0.12);
  border-color: #00F0FF;
  color: #FFFFFF;
  transform: translateY(-1px);
}

/* --- FAQ ACCORDION --- */
.faq-partner-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 860px;
  margin: 36px auto 0 auto;
}

.faq-partner-item {
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
  transition: border-color 0.25s ease;
}

.faq-partner-item.open {
  border-color: rgba(0, 240, 255, 0.4);
}

.faq-partner-header {
  padding: 18px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
  gap: 12px;
}

.faq-partner-question {
  font-size: 1rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.35;
}

.faq-partner-arrow {
  color: #00F0FF;
  transition: transform 0.25s ease;
  flex-shrink: 0;
}

.faq-partner-item.open .faq-partner-arrow {
  transform: rotate(180deg);
}

.faq-partner-body {
  padding: 0 22px 18px 22px;
  color: #CBD5E1;
  font-size: 0.9rem;
  line-height: 1.6;
  display: none;
}

.faq-partner-item.open .faq-partner-body {
  display: block;
}

/* --- PARTNER APPLICATION FORM --- */
.section-partner-form {
  padding: 80px 0;
  position: relative;
}

.partner-form-card {
  background: rgba(8, 15, 30, 0.95);
  border: 1.5px solid rgba(0, 240, 255, 0.5);
  border-radius: 26px;
  padding: 42px 36px;
  max-width: 820px;
  margin: 0 auto;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.7), 0 0 40px rgba(0, 240, 255, 0.15);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.pform-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.pform-group {
  margin-bottom: 18px;
}

.pform-label {
  display: block;
  font-size: 0.84rem;
  font-weight: 700;
  color: #E2E8F0;
  margin-bottom: 8px;
}

.pform-input, .pform-select, .pform-textarea {
  width: 100%;
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 12px 15px;
  color: #FFFFFF;
  font-size: 0.9rem;
  font-family: var(--font-body);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}

.pform-input:focus, .pform-select:focus, .pform-textarea:focus {
  border-color: #00F0FF;
  outline: none;
  box-shadow: 0 0 14px rgba(0, 240, 255, 0.25);
}

.pform-textarea {
  resize: vertical;
  min-height: 90px;
}

.pform-checkbox-wrap {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 22px 0;
  padding: 14px 16px;
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid rgba(239, 68, 68, 0.35);
  border-radius: 12px;
}

.pform-checkbox-wrap input[type="checkbox"] {
  margin-top: 3px;
  width: 18px;
  height: 18px;
  accent-color: #00F0FF;
  cursor: pointer;
  flex-shrink: 0;
}

.pform-checkbox-wrap label {
  font-size: 0.85rem;
  color: #F8FAFC;
  line-height: 1.45;
  cursor: pointer;
  font-weight: 600;
}

/* Success toast */
.pform-success-box {
  display: none;
  text-align: center;
  padding: 40px 20px;
}

.pform-success-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(16, 185, 129, 0.2);
  border: 2px solid #10B981;
  color: #10B981;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px auto;
  box-shadow: 0 0 20px rgba(16, 185, 129, 0.4);
}

/* Central Manifest Box */
.partner-quote-highlight {
  background: linear-gradient(135deg, rgba(0, 102, 255, 0.15) 0%, rgba(0, 240, 255, 0.08) 100%);
  border: 1.5px solid rgba(0, 240, 255, 0.4);
  border-radius: 20px;
  padding: 32px 24px;
  text-align: center;
  margin: 44px 0;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4), inset 0 0 20px rgba(0, 240, 255, 0.05);
}

.partner-quote-highlight h3 {
  font-size: clamp(1.1rem, 2.8vw, 1.6rem);
  font-weight: 800;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0 0 12px 0;
  line-height: 1.35;
  word-break: break-word;
}

.partner-quote-highlight p {
  font-size: 1rem;
  color: #00F0FF;
  font-weight: 600;
  margin: 0;
}

/* ==========================================================================
   MOBILE & RESPONSIVE ADAPTATION
   ========================================================================== */

@media (max-width: 1024px) {
  .partner-hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .flow-steps-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .partner-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .traits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pipeline-8-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .portfolio-timeline {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .section-partner-hero {
    padding: 85px 0 40px 0;
  }
  .partner-hero-title {
    font-size: 1.95rem !important;
    word-break: break-word;
  }
  .partner-hero-badge,
  .partner-warning-badge {
    font-size: 0.72rem !important;
    padding: 7px 12px !important;
    line-height: 1.35;
    text-align: center;
    white-space: normal;
  }
  body main .section-title,
  body .section-title {
    font-size: 1.45rem !important;
  }
  .flow-steps-grid {
    grid-template-columns: 1fr;
  }
  .partner-feature-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .resp-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .traits-grid {
    grid-template-columns: 1fr;
  }
  .unfit-grid {
    grid-template-columns: 1fr;
  }
  .partner-calc-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .partner-calc-wrapper {
    padding: 20px 14px;
  }
  .portfolio-timeline {
    grid-template-columns: 1fr 1fr;
  }
  .pipeline-8-grid {
    grid-template-columns: 1fr;
  }
  .pform-grid-2 {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .partner-form-card {
    padding: 22px 14px;
  }
  .partner-hero-actions {
    flex-direction: column;
    gap: 10px;
  }
  .partner-hero-actions .btn {
    width: 100% !important;
    justify-content: center !important;
  }
}


/* Responsive Polish for 360px-390px screens */
@media (max-width: 768px) {
  .section-partner-form {
    padding: 60px 0 !important;
  }
  .partner-form-card {
    padding: 24px 16px !important;
    border-radius: 20px !important;
  }
  .partner-form-card h2 {
    font-size: 1.45rem !important;
    line-height: 1.25 !important;
    word-break: break-word !important;
  }
  .partner-calc-wrapper {
    padding: 20px 14px !important;
    border-radius: 18px !important;
  }
  .pcalc-presets-row {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 6px !important;
  }
  .pcalc-preset-btn {
    padding: 6px 4px !important;
    font-size: 0.74rem !important;
    text-align: center !important;
  }
  .pcalc-res-number {
    font-size: 2.3rem !important;
  }
  .pcalc-res-grid-sub {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
  .filter-manifesto-card {
    padding: 24px 16px !important;
  }
  .filter-channels-grid {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }
  .resp-col {
    padding: 22px 16px !important;
  }
  .partner-hud-card {
    padding: 20px 16px !important;
  }
  .hud-stat-val {
    font-size: 1.9rem !important;
  }
}


.partner-form-title {
  font-size: clamp(1.25rem, 4vw, 2.2rem) !important;
  font-weight: 800 !important;
  color: #FFFFFF !important;
  line-height: 1.25 !important;
  margin-bottom: 12px !important;
  word-break: break-word !important;
}

@media (max-width: 768px) {
  .partner-form-title {
    font-size: 1.25rem !important;
  }
  .pcalc-presets-row {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}


/* Final Mobile Responsive Precision */
@media (max-width: 768px) {
  .section-partner-hero, .section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  .section-title {
    font-size: 1.35rem !important;
    line-height: 1.22 !important;
    letter-spacing: -0.01em !important;
    padding: 0 4px !important;
  }
  .partner-form-title {
    font-size: 1.15rem !important;
    line-height: 1.25 !important;
  }
  .partner-form-card {
    padding: 20px 12px !important;
    margin: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .partner-calc-wrapper {
    padding: 18px 12px !important;
    margin: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .filter-manifesto-card {
    padding: 20px 12px !important;
  }
  .resp-col {
    padding: 18px 12px !important;
  }
}


.mobile-only {
  display: none;
}

@media (max-width: 768px) {
  .mobile-only {
    display: inline-block;
  }
}


/* Mobile Header & Burger Alignment */
@media (max-width: 768px) {
  .site-header {
    height: 64px !important;
  }
  .header-inner {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
  }
  .burger-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    background: rgba(15, 23, 42, 0.7) !important;
    border: 1px solid rgba(0, 240, 255, 0.3) !important;
    border-radius: 10px !important;
    color: #FFFFFF !important;
  }
  .burger-btn svg {
    stroke: #00F0FF !important;
  }
}
