/* ============================================
   ZA POSLODAVCE (B2B) PAGE — Posao.eu
   Loaded conditionally via functions.php
   Scoped under .posao-b2b wrapper class
   Version: 1.4.0
   ============================================ */

/* ===== TEMPLATE-LEVEL OVERRIDES ===== */
.page-template-page-za-poslodavce .site-content {
    padding: 0 !important;
}

/* ===== DESIGN TOKENS ===== */
:root {
  /* Posao.eu Brand Colors (from child theme) */
  --orange: #F28C0F;
  --orange-dark: #D97D0A;
  --orange-light: #FFF4E6;
  --dark: #1d1b20;
  --dark-mid: #2a2730;
  --dark-light: #363340;
  --white: #FFFFFF;
  --gray-50: #faf8f5;
  --gray-100: #F1F3F5;
  --gray-200: #E9ECEF;
  --gray-300: #DEE2E6;
  --gray-400: #ADB5BD;
  --gray-600: #6C757D;
  --gray-800: #374151;
  --green: #28a745;
  --red: #dc3545;

  /* Posao.eu Brand Fonts (from child theme) */
  --font-body: 'Nunito', sans-serif;
  --font-heading: 'Quicksand', sans-serif;

  /* Spacing & Shapes (from child theme) */
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-pill: 50px;
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.06);
  --shadow-md: 0 4px 20px rgba(0,0,0,0.08);
  --shadow-lg: 0 8px 40px rgba(0,0,0,0.10);
  --shadow-xl: 0 20px 60px rgba(0,0,0,0.18);
}

/* ===== ANIMATIONS ===== */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes strikethrough {
  from { width: 0; }
  to   { width: 100%; }
}

.pe-anim     { opacity: 0; animation: fadeUp 0.6s ease forwards; }
.pe-anim-d1  { animation-delay: 0.1s; }
.pe-anim-d2  { animation-delay: 0.2s; }
.pe-anim-d3  { animation-delay: 0.3s; }
.pe-anim-d4  { animation-delay: 0.4s; }

/* ===== CONTAINER ===== */
.pe-b2b-w {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ============================================
   HERO
   ============================================ */
.hero {
  padding: 60px 0 80px;
  background: linear-gradient(170deg, var(--dark) 0%, var(--dark-mid) 55%, var(--dark-light) 100%);
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -180px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242,140,15,0.12) 0%, transparent 70%);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(242,140,15,0.15);
  border: 1px solid rgba(242,140,15,0.3);
  color: var(--orange);
  font-size: 13px;
  font-weight: 800;
  padding: 6px 16px;
  border-radius: var(--radius-pill);
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: var(--font-body);
}
.hero h1 {
  font-family: var(--font-heading);
  font-size: 44px;
  font-weight: 800;
  line-height: 1.2;
  color: var(--white);
  margin-bottom: 16px;
}
.hero h1 .highlight {
  color: var(--orange);
}
.hero-sub {
  font-size: 17px;
  line-height: 1.7;
  color: var(--gray-400);
  margin-bottom: 32px;
  max-width: 480px;
}
.hero-ctas {
  display: flex;
  gap: 14px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}

/* Shared button styles */
.btn-primary {
  background: var(--orange);
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: var(--radius-pill);
  font-weight: 800;
  font-size: 15px;
  font-family: var(--font-body);
  cursor: pointer;
  transition: all 0.25s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-primary:hover {
  background: var(--orange-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(242,140,15,0.35);
  color: white;
}
.btn-secondary {
  background: transparent;
  color: white;
  border: 2px solid rgba(255,255,255,0.2);
  padding: 13px 26px;
  border-radius: var(--radius-pill);
  font-weight: 700;
  font-size: 15px;
  font-family: var(--font-body);
  cursor: pointer;
  transition: all 0.25s;
  text-decoration: none;
}
.btn-secondary:hover {
  border-color: rgba(255,255,255,0.45);
  background: rgba(255,255,255,0.05);
  color: white;
}

/* Hero social proof */
.hero-proof {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--gray-400);
  font-size: 14px;
}
.hero-proof .avatars { display: flex; }
.hero-proof .avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid var(--dark);
  margin-left: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  color: white;
}
.hero-proof .avatar:first-child { margin-left: 0; }

/* Hero comparison card */
.hero-card {
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-lg);
  padding: 32px;
}
.comparison-label {
  font-family: var(--font-heading);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--gray-400);
  margin-bottom: 20px;
  font-weight: 700;
}
.comparison-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.comparison-row:last-of-type { border-bottom: none; }
.comp-platform      { font-size: 15px; color: var(--gray-400); font-weight: 600; }
.comp-platform.ours { color: var(--orange); font-weight: 800; }
.comp-price          { font-size: 15px; font-weight: 800; }
.comp-price.expensive {
  color: #ef5350;
  position: relative;
}
.comp-price.expensive::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -4px;
  right: -4px;
  height: 2px;
  background: #ef5350;
  animation: strikethrough 0.8s ease forwards;
  animation-delay: 1.2s;
}
.comp-price.cheap { color: var(--green); font-size: 20px; }
.comp-savings {
  margin-top: 18px;
  padding: 14px;
  background: rgba(40,167,69,0.1);
  border-radius: var(--radius-sm);
  text-align: center;
  color: var(--green);
  font-weight: 800;
  font-size: 14px;
}

/* ============================================
   SHARED SECTION STYLES
   ============================================ */
.pe-sec-label {
  font-family: var(--font-heading);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--orange);
  font-weight: 800;
  margin-bottom: 10px;
}
.pe-sec-title {
  font-family: var(--font-heading);
  font-size: 34px;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 14px;
  line-height: 1.25;
}
.pe-sec-desc {
  font-size: 16px;
  color: var(--gray-600);
  max-width: 580px;
  line-height: 1.65;
  margin-bottom: 44px;
}

/* ============================================
   REALITY CHECK (PAIN POINTS)
   ============================================ */
.reality-section { padding: 80px 0; background: var(--white); }
.reality-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  margin-top: 40px;
}
.reality-chat { display: flex; flex-direction: column; gap: 16px; }
.chat-bubble {
  max-width: 88%;
  padding: 18px 22px;
  border-radius: 18px 18px 18px 4px;
  background: var(--gray-100);
  border: 1px solid var(--gray-200);
  font-size: 15px;
  line-height: 1.6;
  color: var(--gray-800);
  position: relative;
  opacity: 0;
  animation: fadeUp 0.5s ease forwards;
}
.chat-bubble:nth-child(1) { animation-delay: 0.2s; }
.chat-bubble:nth-child(2) { animation-delay: 0.5s; }
.chat-bubble:nth-child(3) { animation-delay: 0.8s; }
.chat-bubble:nth-child(4) { animation-delay: 1.1s; }
.chat-bubble .chat-name {
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 800;
  color: var(--gray-400);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}
.chat-bubble .chat-text   { color: var(--dark); }
.chat-bubble .chat-text strong { color: var(--red); font-weight: 800; }
.chat-bubble .chat-meta {
  margin-top: 6px;
  font-size: 11px;
  color: var(--gray-400);
  display: flex;
  align-items: center;
  gap: 4px;
}

/* Reality answer card */
.reality-answer {
  background: linear-gradient(135deg, var(--dark) 0%, var(--dark-mid) 100%);
  border-radius: var(--radius-lg);
  padding: 40px;
  color: white;
}
.reality-answer .eyebrow {
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 800;
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 14px;
}
.reality-answer h3 {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 800;
  color: white;
  margin-bottom: 16px;
  line-height: 1.3;
}
.reality-answer p {
  font-size: 15px;
  color: var(--gray-400);
  line-height: 1.65;
  margin-bottom: 20px;
}
.reality-checks { list-style: none; }
.reality-checks li {
  padding: 10px 0;
  font-size: 15px;
  color: rgba(255,255,255,0.9);
  display: flex;
  align-items: flex-start;
  gap: 12px;
  line-height: 1.4;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.reality-checks li:last-child { border-bottom: none; }
.reality-checks li .check-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(40,167,69,0.15);
  color: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
  margin-top: 1px;
}

/* ============================================
   FREE TRIAL
   ============================================ */
.trial-section { padding: 80px 0; background: var(--gray-50); }
.trial-box {
  background: linear-gradient(135deg, var(--dark) 0%, var(--dark-mid) 100%);
  border-radius: var(--radius-lg);
  padding: 56px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 44px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.trial-box::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242,140,15,0.12) 0%, transparent 70%);
}
.trial-badge {
  display: inline-block;
  background: rgba(242,140,15,0.2);
  color: var(--orange);
  font-size: 13px;
  font-weight: 800;
  padding: 6px 14px;
  border-radius: 6px;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.trial-box h2 {
  font-family: var(--font-heading);
  font-size: 34px;
  color: white;
  margin-bottom: 14px;
  line-height: 1.25;
}
.trial-box .sub     { color: var(--gray-400); font-size: 15px; line-height: 1.65; margin-bottom: 24px; }
.trial-features     { list-style: none; margin-bottom: 0; }
.trial-features li {
  color: rgba(255,255,255,0.85);
  font-size: 14px;
  padding: 7px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.trial-features li::before { content: '✓'; color: var(--green); font-weight: 900; font-size: 15px; flex-shrink: 0; }
.trial-right { position: relative; z-index: 1; }
.trial-card {
  background: white;
  border-radius: var(--radius-md);
  padding: 36px;
  text-align: center;
  box-shadow: var(--shadow-xl);
}
.trial-card .tag {
  font-family: var(--font-heading);
  font-size: 13px;
  color: var(--gray-400);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
.trial-card .price-tag {
  font-family: var(--font-heading);
  font-size: 52px;
  font-weight: 800;
  color: var(--orange);
  margin: 6px 0 4px;
}
.trial-card .price-label { font-size: 14px; color: var(--gray-600); margin-bottom: 20px; }
.trial-card .btn-trial {
  display: block;
  width: 100%;
  background: var(--orange);
  color: white;
  border: none;
  padding: 16px;
  border-radius: var(--radius-pill);
  font-weight: 800;
  font-size: 16px;
  font-family: var(--font-body);
  cursor: pointer;
  transition: all 0.25s;
  margin-bottom: 10px;
  text-decoration: none;
  text-align: center;
}
.trial-card .btn-trial:hover {
  background: var(--orange-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(242,140,15,0.35);
  color: white;
}
.trial-card .no-risk { font-size: 12px; color: var(--gray-400); }

/* ============================================
   VALUE PROPS
   ============================================ */
.value-section { padding: 80px 0; background: var(--white); }
.value-grid    { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 44px; }
.value-card {
  text-align: center;
  padding: 30px 18px;
  background: var(--gray-50);
  border-radius: var(--radius-md);
  border: 1px solid var(--gray-200);
  transition: all 0.3s;
}
.value-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.value-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: var(--orange-light);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  font-size: 28px;
}
.value-card h3 { font-family: var(--font-heading); font-size: 17px; font-weight: 800; color: var(--dark); margin-bottom: 8px; }
.value-card p  { font-size: 15px; color: var(--gray-600); line-height: 1.6; }

/* ============================================
   TESTIMONIALS
   ============================================ */
.testimonial-section { padding: 80px 0; background: var(--gray-50); }
.testimonial-grid    { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; }
.testimonial-card {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 28px;
  border: 1px solid var(--gray-200);
}
.testimonial-card .stars      { color: var(--orange); font-size: 16px; margin-bottom: 12px; letter-spacing: 2px; }
.testimonial-card blockquote  { font-size: 15px; color: var(--gray-800); line-height: 1.65; font-style: italic; margin-bottom: 16px; }
.testimonial-author           { display: flex; align-items: center; gap: 10px; }
.testimonial-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--dark);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
}
.testimonial-info .name { font-family: var(--font-heading); font-size: 14px; font-weight: 800; color: var(--dark); }
.testimonial-info .role { font-size: 12px; color: var(--gray-400); }

/* ============================================
   HOW IT WORKS
   ============================================ */
.how-section { padding: 80px 0; background: var(--white); }
.how-grid    { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 44px; }
.how-step    { text-align: center; padding: 20px 14px; }
.how-step .number {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--orange);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 22px;
  margin: 0 auto 16px;
}
.how-step h3   { font-family: var(--font-heading); font-size: 17px; font-weight: 800; color: var(--dark); margin-bottom: 8px; }
.how-step p    { font-size: 15px; color: var(--gray-600); line-height: 1.6; }
.how-step .time { margin-top: 8px; font-size: 14px; color: var(--orange-dark); font-weight: 800; }

/* ============================================
   PRICING — 3-column grid + Partner banner
   ============================================ */
.pricing-section { padding: 80px 0; background: var(--gray-50); }
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 44px;
  align-items: start;
}
.pricing-card {
  background: white;
  border: 2px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 30px 22px;
  transition: all 0.3s;
  position: relative;
}
.pricing-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }

/* Popular card */
.pricing-card.popular {
  border-color: var(--orange);
  box-shadow: var(--shadow-lg);
  transform: scale(1.03);
}
.pricing-card.popular:hover { transform: scale(1.03) translateY(-4px); }
.popular-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--orange);
  color: white;
  font-size: 11px;
  font-weight: 800;
  font-family: var(--font-heading);
  padding: 4px 16px;
  border-radius: var(--radius-pill);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

/* Pricing card inner elements */
.pricing-card .tier {
  font-family: var(--font-heading);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--gray-600);
  font-weight: 700;
  margin-bottom: 6px;
}
.pricing-card .price {
  font-family: var(--font-heading);
  font-size: 40px;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 2px;
}
.pricing-card .price-period { font-size: 14px; color: var(--gray-400); margin-bottom: 16px; }
.pricing-card .desc         { font-size: 14px; color: var(--gray-600); margin-bottom: 18px; line-height: 1.5; }
.pricing-card ul            { list-style: none; margin-bottom: 22px; padding: 0; }
.pricing-card ul li {
  font-size: 14px;
  color: var(--gray-600);
  padding: 6px 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.4;
}
.pricing-card ul li::before { content: '✓'; color: var(--green); font-weight: 900; flex-shrink: 0; }

/* Pricing button */
.btn-pricing {
  display: block;
  width: 100%;
  padding: 13px;
  border-radius: var(--radius-pill);
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.25s;
  border: 2px solid var(--dark);
  background: transparent;
  color: var(--dark);
  text-decoration: none;
  text-align: center;
}
.btn-pricing:hover { background: var(--dark); color: white; }

/* Popular card button */
.pricing-card.popular .btn-pricing {
  background: var(--orange);
  color: white;
  border-color: var(--orange);
}
.pricing-card.popular .btn-pricing:hover {
  background: var(--orange-dark);
  border-color: var(--orange-dark);
  color: white;
}

/* ===== PARTNER BANNER (full-width below the 3 cards) ===== */
.partner-banner {
  margin-top: 36px;
  background: linear-gradient(135deg, var(--dark) 0%, var(--dark-mid) 60%, var(--dark-light) 100%);
  border-radius: var(--radius-lg);
  padding: 52px 52px;
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  gap: 40px;
  align-items: center;
  position: relative;
  overflow: hidden;
  border: 2px solid rgba(242,140,15,0.25);
}
.partner-banner::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242,140,15,0.10) 0%, transparent 70%);
}
.partner-badge {
  display: inline-block;
  background: rgba(242,140,15,0.15);
  border: 1px solid rgba(242,140,15,0.3);
  color: var(--orange);
  font-size: 13px;
  font-weight: 800;
  font-family: var(--font-heading);
  padding: 6px 18px;
  border-radius: var(--radius-pill);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
}
.partner-left h3 {
  font-family: var(--font-heading);
  font-size: 30px;
  font-weight: 800;
  color: white;
  margin-bottom: 10px;
  line-height: 1.3;
}
.partner-left h3 span {
  font-weight: 500;
  font-size: 18px;
  color: var(--gray-400);
}
.partner-left p {
  font-size: 16px;
  color: var(--gray-400);
  line-height: 1.65;
}
.partner-features {
  display: flex;
  gap: 28px;
  position: relative;
  z-index: 1;
}
.partner-features ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.partner-features ul li {
  font-size: 15px;
  color: rgba(255,255,255,0.85);
  padding: 6px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.5;
}
.partner-features ul li::before {
  content: '✓';
  color: var(--orange);
  font-weight: 900;
  flex-shrink: 0;
  font-size: 15px;
}
.partner-cta {
  text-align: center;
  position: relative;
  z-index: 1;
}
.partner-price {
  font-family: var(--font-heading);
  font-size: 42px;
  font-weight: 800;
  color: white;
  margin-bottom: 6px;
}
.partner-price span {
  font-size: 18px;
  font-weight: 500;
  color: var(--gray-400);
  display: block;
  margin-bottom: 18px;
}
.partner-btn {
  border-color: var(--orange) !important;
  color: var(--orange) !important;
  background: transparent !important;
  padding: 16px 40px !important;
  font-size: 16px !important;
}
.partner-btn:hover {
  background: var(--orange) !important;
  color: white !important;
}

/* ============================================
   FAQ
   ============================================ */
.faq-section { padding: 80px 0; background: var(--white); }
.faq-grid    { max-width: 700px; margin: 44px auto 0; }
.faq-item    { border-bottom: 1px solid var(--gray-200); padding: 18px 0; }
.faq-q {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 700;
  color: var(--dark);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.faq-q::after {
  content: '+';
  font-size: 22px;
  color: var(--orange);
  font-weight: 400;
  transition: transform 0.3s;
  flex-shrink: 0;
}
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s;
}
.faq-item.open .faq-a { max-height: 200px; padding-top: 10px; }
.faq-a p { font-size: 14px; color: var(--gray-600); line-height: 1.6; }

/* ============================================
   CTA BOTTOM
   ============================================ */
.cta-section {
  padding: 80px 0;
  text-align: center;
  background: linear-gradient(135deg, var(--dark) 0%, var(--dark-mid) 100%);
}
.cta-section h2 {
  font-family: var(--font-heading);
  font-size: 36px;
  font-weight: 800;
  color: white;
  margin-bottom: 14px;
}
.cta-section p {
  color: var(--gray-400);
  font-size: 16px;
  margin-bottom: 28px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.cta-buttons {
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-bottom: 24px;
}
.cta-contact {
  margin-top: 24px;
  display: flex;
  gap: 28px;
  justify-content: center;
  color: var(--gray-400);
  font-size: 14px;
  flex-wrap: wrap;
}
.cta-contact a {
  color: var(--orange);
  text-decoration: none;
  font-weight: 700;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
  .hero-grid       { grid-template-columns: 1fr; gap: 36px; }
  .hero h1         { font-size: 36px; }
  .pricing-grid    { grid-template-columns: repeat(3, 1fr); }
  .value-grid      { grid-template-columns: repeat(2, 1fr); }
  .how-grid        { grid-template-columns: repeat(2, 1fr); }
  .partner-banner  { grid-template-columns: 1fr; text-align: center; padding: 36px 32px; }
  .partner-features { justify-content: center; }
  .partner-left p  { max-width: 480px; margin: 0 auto; }
  .partner-left h3 { font-size: 26px; }
}

@media (max-width: 768px) {
  .hero            { padding: 48px 0 56px; }
  .hero h1         { font-size: 30px; }
  .pe-sec-title    { font-size: 26px; }

  .reality-layout,
  .testimonial-grid { grid-template-columns: 1fr; }
  .chat-bubble      { max-width: 95%; }

  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
  .pricing-card.popular { transform: none; }

  .partner-banner    { padding: 30px 24px; }
  .partner-features  { flex-direction: column; gap: 0; }
  .partner-price     { font-size: 32px; }
  .partner-left h3   { font-size: 24px; }

  .value-grid,
  .how-grid          { grid-template-columns: 1fr; }

  .trial-box         { grid-template-columns: 1fr; padding: 32px 24px; }

  .hero-ctas         { flex-direction: column; }
  .btn-primary,
  .btn-secondary     { text-align: center; justify-content: center; }

  .cta-buttons       { flex-direction: column; align-items: center; }
  .cta-contact       { flex-direction: column; gap: 10px; }
}
