/* ---------- HERO SECTION ---------- */
.hero-section {
  background: linear-gradient(180deg, #043763 80%, #0b2542 100%);
  color: #fff;
  padding: 80px 0 50px;
  text-align: center;
  position: relative;
}
.hero-section .container {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 16px;
}
.hero-section h1 {
  font-size: 3.2rem;
  font-weight: 700;
  margin: 0 auto 24px;
  letter-spacing: -1px;
  line-height: 1.1;
  max-width: 700px;
}
.hero-desc {
  font-size: 1.25rem;
  color: #bfd4ee;
  margin-bottom: 36px;
  font-weight: 500;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 48px;
}
.btn.accent {
  background: #ffd749;
  color: #043763;
  padding: 1em 2.5em;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1.25rem;
  border: none;
  text-decoration: none;
  transition: background 0.17s, color 0.17s;
  box-shadow: 0 2px 8px -2px #001a2a18;
}
/* Patch: Ensure HERO buttons not too bold */
.hero .prtv-btn,
.hero .prtv-btn.highlight,
.hero-section .prtv-btn,
.hero-section .prtv-btn.highlight {
  font-weight: 700;
}
.btn.accent:hover {
  background: #fff1a6;
  color: #043763;
}
.btn.outline {
  background: none;
  border: 2px solid #ffd749;
  color: #ffd749;
  border-radius: 10px;
  font-weight: 600;
  padding: 1em 2.5em;
  font-size: 1.25rem;
  text-decoration: none;
  transition: background 0.17s, color 0.17s, border 0.17s;
  box-shadow: 0 2px 8px -2px #ffd74930;
  min-width: 210px;
  max-width: 250px;
  width: 100%;
  display: inline-block;
}
.btn.outline:hover {
  background: #ffd749;
  color: #043763;
  border-color: #ffd749;
}
.hero-stats {
  display: flex;
  gap: 18px;
  justify-content: center;
  margin-top: 36px;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.stat {
  background: rgba(255,255,255,0.06);
  border-radius: 9px;
  padding: 8px 18px;
  font-size: 0.97rem;
  color: #ffd749;
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 600;
  min-width: 130px;
  box-shadow: 0 1px 6px 0 rgba(255,215,73,0.05);
}
.stat svg {
  width: 22px;
  height: 22px;
  fill: #ffd749;
}
.stat b {
  font-size: 1.07em;
  font-weight: 900;
}
.stat-label {
  display: block;
  font-size: 0.95em;
  color: #ffe06e;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: 700;
  margin-top: 1px;
}

/* ---------- PACKAGES SECTION ---------- */
.pachete-section {
  background: #fff;
  color: #043763;
  border-radius: 18px;
  padding: 60px 0 60px;
  margin-top: -48px;
  box-shadow: 0 2px 24px 0 #04376311;
}
.pachete-section h2 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 48px;
  color: #043763;
}
.pachete-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
  justify-content: center;
  margin-bottom: 48px;
}
.pachet-card {
  background: #f7fafd;
  border-radius: 18px;
  padding: 44px 32px 36px;
  max-width: 320px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(4, 55, 99, 0.08);
  border: 2px solid #fff;
  transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
  cursor: default;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pachet-card.highlight {
  background: #fffbe5;
  border: 2px solid #ffd749;
  box-shadow: 0 6px 20px rgba(255, 215, 73, 0.4);
}
.pachet-card:hover {
  box-shadow: 0 10px 28px rgba(255, 215, 73, 0.45);
  border-color: #ffd749;
  transform: translateY(-6px);
}
.pachet-type {
  font-size: 1rem;
  color: #7587a2;
  margin-bottom: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.pachet-durata {
  font-size: 2.6rem;
  font-weight: 900;
  margin-bottom: 6px;
  letter-spacing: -1px;
  color: #043763;
}
.pachet-durata small {
  font-size: 1.1rem;
  vertical-align: top;
  color: #b1bdd0;
  font-weight: 600;
  margin-left: 4px;
}
.pachet-price {
  font-size: 2.8rem;
  color: #043763;
  font-weight: 900;
  margin-bottom: 8px;
  text-align: center;
  line-height: 1;
}
.pachet-price small {
  font-size: 1.1rem;
  font-weight: 600;
  color: #7587a2;
  display: block;
  margin-top: -6px;
  margin-bottom: 20px;
}
.pachet-card .btn {
  background: #ffd749;
  color: #043763;
  border-radius: 14px;
  font-weight: 700;
  font-size: 1.25rem;
  padding: 14px 36px;
  box-shadow: 0 6px 15px rgba(255, 215, 73, 0.5);
  text-decoration: none;
  border: none;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
  cursor: pointer;
  margin-top: auto;
  align-self: center;
  width: 100%;
  max-width: 260px;
  text-align: center;
}
.pachet-card .btn:hover {
  background: #ffe77d;
  color: #043763;
  box-shadow: 0 8px 20px rgba(255, 215, 73, 0.7);
}

/* ---------- BENEFICII ---------- */
.pachete-beneficii {
  margin: 0 auto;
  margin-top: 60px;
  max-width: 590px;
}
.pachete-beneficii ul {
  columns: 2;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.15rem;
  color: #043763;
  font-weight: 400;
  column-gap: 40px;
}
.pachete-beneficii li {
  margin-bottom: 16px;
  padding-left: 26px;
  position: relative;
  font-weight: 500;
}
.pachete-beneficii li strong {
  font-weight: 700;
}
.pachete-beneficii li:before {
  content: "✓";
  color: #ffd749;
  font-size: 1.3em;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}

/* ---------- TESTIMONIAL ---------- */
.testimonial-section {
  background: none;
  padding: 48px 0 0 0;
}
.testimonial-card {
  background: #fff;
  border-radius: 18px;
  max-width: 560px;
  margin: 0 auto;
  box-shadow: 0 2px 16px rgba(4,55,99,.07);
  padding: 36px 28px 24px 28px;
  text-align: left;
}
.testimonial-stars {
  color: #ffd749;
  font-size: 1.5rem;
  margin-bottom: 14px;
  letter-spacing: 3px;
}
.testimonial-card p {
  color: #043763;
  font-size: 1.18rem;
  font-weight: 600;
  margin-bottom: 16px;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 16px;
}
.testimonial-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  background: #eee;
}
.testimonial-role {
  color: #7587a2;
  font-size: 0.97rem;
}
.trustpilot {
  color: #06c167;
  font-weight: 600;
  margin-left: 3px;
}

/* ---------- COMPATIBILITATE ---------- */
.compatibilitate-section {
  padding: 36px 0 22px 0;
  text-align: center;
}
.compatibilitate-section h3 {
  color: #043763;
  font-size: 1.5rem;
  margin-bottom: 22px;
}
.compatibilitate-icons {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 14px;
  font-size: 2.1rem;
}
.compat-icon {
  background: #f7fafd;
  border-radius: 10px;
  padding: 13px 16px;
  font-size: 1.9rem;
  box-shadow: 0 2px 7px -3px #04376315;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 950px) {
  .hero-section h1 { font-size: 2.4rem; }
  .hero-actions { flex-direction: column; gap: 14px; }
  .hero-stats { flex-direction: row; gap: 13px; margin-top: 20px; }
  .pachete-cards { grid-template-columns: 1fr 1fr; gap: 16px; }
  .testimonial-card { padding: 28px 8px 18px 8px; }
}
/* ---------- PREMIUM WOW PACKAGES & BENEFITS ---------- */
.pachete-cards {
  display: flex;
  gap: 28px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 44px;
}
.pachet-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 28px -9px #04376324;
  border: 2.5px solid #ececec;
  max-width: 320px;
  min-width: 260px;
  text-align: center;
  padding: 36px 22px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.25s, border-color 0.19s;
}
.pachet-card.test { border-color: #44d96b; box-shadow: 0 4px 28px -9px #44d96b23; }
.pachet-card.abonament { border-color: #ffd749; box-shadow: 0 4px 28px -9px #ffd74928; }
.pachet-header { margin-bottom: 20px; }
.pachet-label { color: #7587a2; font-size: 1.1rem; font-weight: 700; letter-spacing: 1.2px; margin-bottom: 6px; text-transform: uppercase; }
.pachet-price { font-size: 2.7rem; font-weight: 900; margin-bottom: 2px; }
.pachet-card.test .pachet-price { color: #44d96b; }
.pachet-card.abonament .pachet-price { color: #ff6464; }
.pachet-durata { color: #7587a2; font-size: 1.1rem; font-weight: 600; margin-bottom: 0; }
.pachet-list { list-style: none; padding: 0; margin: 24px 0 32px 0; text-align: left; width: 100%; }
.pachet-list li { font-size: 1.09rem; margin-bottom: 10px; display: flex; align-items: center; gap: 10px; line-height: 1.32; font-weight: 600; }
.benefit-green { color: #3fa660; font-weight: 700; }
.benefit-yellow { color: #e5ad09; font-weight: 700; }
.btn.test {
  background: #44d96b;
  color: #fff;
  font-weight: 900;
  padding: 16px 0;
  font-size: 1.12rem;
  width: 100%;
  border-radius: 11px;
  margin-top: auto;
  transition: background 0.19s;
  box-shadow: 0 4px 15px -7px #44d96b55;
}
.btn.test:hover { background: #2dc97a; }
.btn.abonament {
  background: #ffd749;
  color: #043763;
  font-weight: 900;
  padding: 16px 0;
  font-size: 1.12rem;
  width: 100%;
  border-radius: 11px;
  margin-top: auto;
  transition: background 0.19s;
  box-shadow: 0 4px 15px -7px #ffd74955;
}
.btn.abonament:hover { background: #ffe478; }
@media (max-width: 950px) {
  .pachete-cards { flex-direction: column; gap: 18px; align-items: center; }
  .pachet-card { width: 97vw; max-width: 97vw; min-width: 0; }
}
/* ---------- BIFA WOW COLORATĂ ---------- */
/* ---------- PATCH BIFA WOW (rotundă) ---------- */
.bifa {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  margin-right: 9px;
  position: relative;
  top: 0.13em;
}
.bifa:before {
  display: none !important;
}
.bifa:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0.26em;
  width: 0.44em;
  height: 0.80em;
  border-right: 3.5px solid currentColor;
  border-bottom: 3.5px solid currentColor;
  transform: rotate(38deg);
  border-radius: 2px;
}
.pachet-card.test .bifa,
.pachet-card.test .bifa:after {
  color: #44d96b;
}
.pachet-card.abonament .bifa,
.pachet-card.abonament .bifa:after,
.pachet-card.best .bifa,
.pachet-card.best .bifa:after {
  color: #ffd749;
}

/* ---------- PREMIUM BADGE & HIGHLIGHT - CARD 12 LUNI ---------- */
.pachet-card.best {
  border-color: #ff9800;
  box-shadow: 0 12px 44px -8px #ff980099, 0 0 0 6px #ffd74933;
  position: relative;
  z-index: 6;
  transform: scale(1.07);
  outline: 3px solid #ffd749;
  overflow: visible !important;
}
/* ---------- PATCH BADGE BEST wow ---------- */
.badge-best {
  background: linear-gradient(90deg,#ffd749 70%,#ff9800 100%);
  color: #043763;
  font-weight: 900;
  border-radius: 999px;
  padding: 13px 36px 13px 34px;
  font-size: 1.23rem;
  display: inline-block;
  box-shadow: 0 4px 18px -3px #ffd74977, 0 0 0 4px #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -32px;
  z-index: 20;
  border: 3px solid #ff9800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
}

/* Mobile centering fix for .badge-best */
@media (max-width: 600px) {
  .badge-best {
    left: 50% !important;
    transform: translateX(-50%) translateY(-90%) !important;
    top: 0 !important;
  }
}
.pachet-header {
  position: relative;
  padding-top: 56px;
}
@media (max-width: 800px) {
  .badge-best {
    font-size: 1.05rem;
    padding: 8px 18px 8px 17px;
    top: -7px;
    transform: translateX(-50%) translateY(-70%);
  }
  .pachet-header {
    padding-top: 38px;
  }
}
@media (max-width: 600px) {
  .pachet-card {
    width: 100% !important;
    margin: 0 auto 17px auto !important;
    padding: 28px 5vw 22px 5vw !important;
    border-radius: 13px;
    box-sizing: border-box;
  }
  .pachet-list li {
    line-height: 1.38;
    font-size: 1.11rem;
    word-break: break-word;
  }
  .bifa {
    margin-right: 11px;
  }
  .badge-best {
    font-size: 0.95rem;
    padding: 7px 10vw;
    top: 0px;
    transform: translateX(-50%) translateY(-105%);
    max-width: 88vw;
    white-space: normal;
    text-align: center;
  }
  .pachet-header {
    padding-top: 30px !important;
  }
}
@media (max-width: 600px) {
  .pachete-section {
    padding-left: 5vw !important;
    padding-right: 5vw !important;
    margin-top: 28px !important;
  }
  .pachet-card.best {
    max-width: 99vw !important;
    width: 100% !important;
    outline-offset: -2px;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .pachete-section {
    padding-left: 8vw !important;
    padding-right: 8vw !important;
    margin-top: 28px !important;
  }
  .pachet-card {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto 17px auto !important;
    box-sizing: border-box;
  }
}
/* patch for HERO pe mobil */


/* ---------- PATCH: Padding wow la HERO pe mobil ---------- */
@media (max-width: 600px) {
  .hero-section {
    padding: 38px 0 28px;
  }
}


.hero-bg {
  background: linear-gradient(180deg, #043763 80%, #0b2542 100%);
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  box-sizing: border-box;
  overflow-x: hidden;
  z-index: 1;
}



/* ---------- BENEFICII WOW PRTV-NEO ---------- */
.beneficii.prtv-neo {
  background: #f7fafd;
  padding: 68px 0 54px 0;
  border-radius: 0 0 32px 32px;
  box-shadow: 0 10px 44px -16px #04376313;
  margin-bottom: 0;
  position: relative;
  z-index: 4;
}
.beneficii.prtv-neo h2 {
  text-align: center;
  font-size: 2.35rem;
  font-weight: 900;
  margin-bottom: 14px;
  color: #043763;
  letter-spacing: -0.5px;
}
.beneficii.prtv-neo .accent {
  color: #ffd749;
  font-weight: 900;
  letter-spacing: 0.6px;
}
.beneficii-sub {
  text-align: center;
  color: #5c7ca8;
  font-size: 1.12rem;
  font-weight: 500;
  margin-bottom: 42px;
}
.beneficii-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px 38px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 6vw;
}
.benefit-item {
  background: #fff;
  border-radius: 19px;
  box-shadow: 0 2px 18px 0 #0437630a;
  padding: 32px 26px 26px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.2s, transform 0.2s;
}
.benefit-item:hover {
  box-shadow: 0 7px 34px 0 #ffd74938;
  transform: translateY(-5px) scale(1.04);
}
.benefit-icon {
  font-size: 2.5rem;
  margin-bottom: 12px;
  color: #ffd749;
  filter: drop-shadow(0 2px 5px #ffd74933);
}
.benefit-item h3 {
  color: #043763;
  font-size: 1.17rem;
  font-weight: 800;
  margin-bottom: 10px;
  margin-top: 0;
  letter-spacing: -0.3px;
}
.benefit-item p {
  color: #3c5e8c;
  font-size: 1.01rem;
  font-weight: 500;
  margin: 0;
}
/* Responsive */
@media (max-width: 950px) {
  .beneficii-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px 16px;
  }
}
@media (max-width: 600px) {
  .beneficii.prtv-neo {
    padding: 38px 0 16px 0;
    border-radius: 0 0 19px 19px;
  }
  .beneficii-grid {
    grid-template-columns: 1fr;
    gap: 16px 0;
    padding: 0 2vw;
  }
  .benefit-item {
    padding: 22px 12px 19px;
    border-radius: 15px;
  }
  .benefit-icon {
    font-size: 2.0rem;
    margin-bottom: 9px;
  }
}

@media (max-width: 600px) {
  .beneficii.prtv-neo {
    padding: 26px 0 10px 0;
    border-radius: 0 0 13px 13px;
  }
  .beneficii.prtv-neo h2 {
    font-size: 1.38rem;
    padding: 0 6vw;
    margin-bottom: 10px;
    line-height: 1.16;
  }
  .beneficii-sub {
    font-size: 0.99rem;
    margin-bottom: 20px;
    padding: 0 6vw;
  }
  .beneficii-grid {
    grid-template-columns: 1fr;
    gap: 22px 0;
    padding: 0 1vw;
    max-width: 97vw;
  }
  .benefit-item {
    padding: 15px 9px 15px;
    border-radius: 11px;
    box-shadow: 0 2px 11px -3px #ffd74922;
    min-width: 0;
    font-size: 1.01rem;
  }
  .benefit-icon {
    font-size: 1.63rem;
    margin-bottom: 8px;
    line-height: 1;
  }
  .benefit-item h3 {
    font-size: 1.09rem;
    margin-bottom: 7px;
    line-height: 1.13;
  }
  .benefit-item p {
    font-size: 0.97rem;
    margin-bottom: 0;
  }
}
/* ---------- TESTIMONIAL GRID WOW ---------- */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px 26px;
  max-width: 1200px;
  margin: 0 auto 32px auto;
  padding: 0 2vw;
}

.testimonial-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(4,55,99,.07);
  padding: 36px 28px 24px 28px;
  text-align: left;
  margin: 0;
}

@media (max-width: 950px) {
  .testimonial-grid {
    grid-template-columns: 1fr 1fr;
    gap: 26px 14px;
  }
}

@media (max-width: 600px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
    gap: 18px 0;
    max-width: 98vw;
    padding: 0 1vw;
  }
  .testimonial-card {
    padding: 24px 9px 17px 9px;
    border-radius: 13px;
  }
}



/* ---------- COMPATIBILITATE (optimizat și responsive) ---------- */
/* ---------- COMPATIBILITATE ---------- */
/* ---- COMPATIBILITATE DISPOZITIVE PREMIUM WOW ---- */
/* ---------- PREMIUM WOW PLATFORM-GRID OPTIMIZAT ---------- */
.platform-grid {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 32px;
  flex-wrap: nowrap; /* NU wrap pe desktop – toate pe un rând */
  margin: 42px auto 0 auto;
  padding: 0;
  max-width: 980px;
}


@media (max-width: 1250px) {
  .platform-grid { gap: 14px; }
  .platform-grid li { min-width: 170px; max-width: 170px; }
}
@media (max-width: 1000px) {
  .platform-grid { gap: 8px; }
  .platform-grid li { min-width: 140px; max-width: 140px; }
}
@media (max-width: 900px) {
  .platform-grid {
    flex-wrap: wrap;
    gap: 12px;
    max-width: 95vw;
  }
  .platform-grid li {
    min-width: 44vw;
    max-width: 47vw;
    margin: 0 0 13px 0;
    min-height: 120px;
    border-radius: 13px;
  }
}
@media (max-width: 600px) {
  .platform-grid {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: center;
    max-width: 100vw;
  }
  .platform-grid li {
    min-width: 94vw;
    max-width: 98vw;
    margin: 0 0 8px 0;
    min-height: 75px;
    border-radius: 11px;
    padding: 13px 0;
  }
  .platform-grid li span {
    font-size: 1rem;
  }
  .platform-grid li.soon::after {
    font-size: 0.66rem;
    padding: 4px 12vw;
    top: 7px;
  }
}
/* ---------- FAQ SECTION PRTV PREMIUM ---------- */
.faq-section {
  padding: 64px 0 40px;
  background: #f7fafd;
  color: #043763;
  text-align: center;
  border-radius: 0 0 28px 28px;
  box-shadow: 0 6px 24px -8px #04376318;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  border-bottom: 3px solid #ffd74922;
}
.faq-section h2 {
  font-size: 2.3rem;
  font-weight: 900;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
  color: #043763;
}
.faq-section .faq-subtitle {
  font-size: 1.15rem;
  margin-bottom: 38px;
  color: #4c6384;
  font-weight: 500;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 38px;
  max-width: 850px;
  margin: 0 auto;
  padding: 0 2vw;
}
.faq-item {
  background: #fff;
  border-radius: 13px;
  box-shadow: 0 2px 16px -4px #04376318;
  padding: 36px 26px 18px 26px;
  text-align: left;
  transition: box-shadow 0.2s, transform 0.2s, background 0.22s;
  cursor: pointer;
  position: relative;
}
.faq-item:hover,
.faq-item.open {
  box-shadow: 0 8px 28px -3px #ffd74955;
  background: #fffbe6;
  transform: translateY(-2px) scale(1.015);
}
.faq-item h3 {
  font-size: 1.18rem;
  margin-bottom: 9px;
  color: #043763;
  font-weight: 800;
  cursor: pointer;
  transition: color 0.18s;
  display: flex;
  align-items: center;
  gap: 10px;
}
.faq-item h3::after {
  content: '';
  width: 17px;
  height: 17px;
  border-radius: 3px;
  background: url('data:image/svg+xml;utf8,<svg width="17" height="17" xmlns="http://www.w3.org/2000/svg"><path d="M4.5 7l4 4 4-4" stroke="%23ffd749" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
  display: inline-block;
  margin-left: auto;
  transition: transform 0.25s;
}
.faq-item.open h3::after {
  transform: rotate(180deg);
}

.faq-answer {
  font-size: 1.02rem;
  color: #43556b;
  line-height: 1.56;
  margin: 0;
  display: none;
  padding: 0.7rem 0 0 0;
  transition: max-height 0.24s, padding 0.15s;
}
.faq-item.open .faq-answer {
  display: block;
  animation: faq-in 0.23s;
}
@keyframes faq-in {
  from { opacity: 0; transform: translateY(-8px);}
  to { opacity: 1; transform: none;}
}

/* MOBILE responsive: o singură coloană, padding redus */
@media (max-width: 800px) {
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 18px 0;
    max-width: 97vw;
    padding: 0 1vw;
  }
  .faq-section h2 {
    font-size: 1.28rem;
    margin-bottom: 8px;
  }
  .faq-section .faq-subtitle {
    font-size: 0.99rem;
    margin-bottom: 22px;
    padding: 0 6vw;
  }
  .faq-item {
    padding: 22px 11px 10px 11px;
    border-radius: 9px;
  }
  .faq-item h3 {
    font-size: 1rem;
  }
  .faq-answer {
    font-size: 0.97rem;
  }
}
@media (max-width: 600px) {
  .hero-section h1 {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.13;
    letter-spacing: -0.3px;
    white-space: normal;
    word-break: break-word;
    padding: 0 8px;
    text-align: center;
    max-width: 99vw;
  }
}
@media (max-width: 400px) {
  .hero-section h1 {
    font-size: 1.35rem;
    font-weight: 700;
    padding: 0 3vw;
  }
}
/* --- Patch Premium Eleganță: Eliminare exces BOLD, tot site-ul --- */

/* HERO */
.hero-section h1,
.pachete-section h2,
.beneficii.prtv-neo h2,
.compatibilitate-section h2,
.faq-section h2 {
  font-weight: 700 !important;
}

.hero-desc,
.hero-section .hero-desc {
  font-weight: 400 !important;
}

/* Butoane hero/accent */
.hero .prtv-btn,
.hero .prtv-btn.highlight,
.hero-section .prtv-btn,
.hero-section .prtv-btn.highlight,
.btn.accent,
.btn.outline {
  font-weight: 600 !important;
}

/* Carduri pachete și detalii */
.pachet-card,
.pachet-list li,
.pachet-type,
.pachet-durata,
.pachet-price,
.pachet-label,
.pachet-card .btn,
.btn.test,
.btn.abonament {
  font-weight: 400 !important;
}

/* Badge BEST și alte badge-uri accent doar semi-bold */
.badge-best {
  font-weight: 600 !important;
}

/* Beneficii listă */
.pachete-beneficii li,
.pachete-beneficii ul,
.beneficii.prtv-neo .benefit-item p {
  font-weight: 400 !important;
}

/* Compatibilitate platforme */
.platform-grid li span {
  font-weight: 600 !important;
}

/* FAQ */
.faq-item h3 {
  font-weight: 600 !important;
}
.faq-answer {
  font-weight: 400 !important;
}

/* Card testimonial */
.testimonial-card p,
.testimonial-role,
.trustpilot {
  font-weight: 400 !important;
}

/* Global: toate textele normale și body la 400 */
body, .site-content, main, p, li, ul, ol, span, table, th, td, blockquote, label, input, select, textarea {
  font-weight: 400 !important;
}
/* --- Patch Eleganță: Eliminare Bold Excesiv peste tot --- */

/* HERO */
.hero-section h1 {
  font-weight: 700 !important;
}
.hero-section .prtv-btn,
.hero-section .prtv-btn.highlight,
.hero-actions .btn,
.hero-actions .btn.accent,
.hero-actions .btn.outline {
  font-weight: 600 !important;
}

/* Subtitlu Hero + statistică */
.hero-desc,
.hero-section .hero-desc {
  font-weight: 400 !important;
}

/* Butoane secțiuni */
.btn,
.btn.accent,
.btn.outline,
.pachet-card .btn,
.btn.test,
.btn.abonament {
  font-weight: 600 !important;
}

/* Titluri carduri pachete */
.pachet-card h3,
.pachet-header,
.pachet-label,
.pachet-type,
.pachet-durata,
.pachet-price {
  font-weight: 600 !important;
}

/* Carduri, listă beneficii, testimoniale */
.pachet-card,
.pachet-list li,
.pachete-beneficii li,
.pachete-beneficii ul,
.beneficii.prtv-neo .benefit-item p,
.testimonial-card p,
.testimonial-role,
.trustpilot {
  font-weight: 400 !important;
}

/* Badge-uri Best, Premium, Accent */
.badge-best,
.badge-premium,
.badge-accent {
  font-weight: 600 !important;
}

/* Platform-grid și compatibilitate */
.platform-grid li span {
  font-weight: 600 !important;
}

/* FAQ titlu și întrebare */
.faq-section h2,
.faq-item h3 {
  font-weight: 600 !important;
}
.faq-answer {
  font-weight: 400 !important;
}

/* Global reset pe body și elemente de bază */
body, .site-content, main, p, li, ul, ol, span, table, th, td, blockquote, label, input, select, textarea {
  font-weight: 400 !important;
}

/* (Optional) Patch for perfect spacing in HERO actions */
.hero-actions .btn {
  min-width: 210px;
  max-width: 250px;
  width: 100%;
  font-weight: 600 !important;
  border-radius: 14px !important;
  box-sizing: border-box;
}


/* --- HERO WOW PATCH: Butoane elegante și titlu mai subțire --- */

/* ====== PATCH HERO BUTTONS PREMIUM & FLEX FIX ====== */

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: nowrap;
  margin-bottom: 48px;
  align-items: center;
}

.hero-actions .btn,
.hero-actions .btn.accent,
.hero-actions .btn.outline {
  font-family: 'Montserrat', 'Figtree', Arial, sans-serif !important;
  font-weight: 500 !important;
  font-size: 1.17rem !important;
  border-radius: 13px !important;
  min-width: 230px !important;
  max-width: 270px !important;
  width: 100% !important;
  padding: 1.09em 2.4em !important;
  letter-spacing: -0.02em;
  box-shadow: 0 2px 8px -2px #ffd74919;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  margin: 0 !important;
  border: none;
  transition: box-shadow 0.18s, transform 0.18s, background 0.17s, color 0.17s, border 0.17s;
}

.hero-actions .btn.accent {
  background: #ffd749 !important;
  color: #043763 !important;
  border: none !important;
}

.hero-actions .btn.outline {
  background: none !important;
  color: #ffd749 !important;
  border: 2.5px solid #ffd749 !important;
  box-shadow: 0 2px 8px -2px #ffd74930 !important;
}

.hero-actions .btn.outline:hover {
  background: #ffd749 !important;
  color: #043763 !important;
  border-color: #ffd749 !important;
  box-shadow: 0 8px 22px -7px #ffd74944 !important;
  transform: translateY(-2px) scale(1.03) !important;
}

.hero-actions .btn.accent:hover {
  box-shadow: 0 8px 24px -7px #ffd74999 !important;
  transform: translateY(-2px) scale(1.03) !important;
}

.hero-actions .btn:last-child {
  margin-right: 0 !important;
}

/* Mobil: butoane pe verticală, egale și elegante */
@media (max-width: 700px) {
  .hero-actions {
    flex-direction: column !important;
    gap: 10px !important;
    margin-bottom: 30px !important;
    flex-wrap: wrap !important;
  }
  .hero-actions .btn,
  .hero-actions .btn.accent,
  .hero-actions .btn.outline {
    min-width: 135px !important;
    max-width: 99vw !important;
    width: 100% !important;
    font-size: 1.01rem !important;
    padding: 0.95em 2em !important;
    white-space: normal !important;
  }
}

/* Asigură-te că nu mai există suprascrieri vechi pentru .hero-section .prtv-btn, .hero-section .btn, .hero .prtv-btn */
.hero-section .prtv-btn,
.hero-section .btn,
.hero .prtv-btn {
  all: unset !important;
}

/* Asigură font-weight 500 pentru titlul din HERO, nu bold extrem */
.hero-section h1 {
  font-weight: 500 !important;
  font-size: clamp(2.3rem, 5vw, 2.8rem) !important;
  letter-spacing: -1px !important;
  line-height: 1.14 !important;
  text-align: center !important;
  margin: 0 auto 24px auto !important;
  max-width: 700px !important;
  font-family: 'Montserrat', 'Figtree', 'Inter', Arial, sans-serif !important;
  word-break: break-word !important;
}

@media (max-width: 600px) {
  .hero-section h1 {
    font-size: clamp(1.15rem, 7vw, 1.57rem) !important;
    padding: 0 3vw !important;
    line-height: 1.18 !important;
  }
}

/* Subtitlu HERO - subțire și clar */
.hero-desc,
.hero-section .hero-desc {
  font-family: 'Montserrat', 'Figtree', Arial, sans-serif !important;
  font-weight: 400 !important;
  font-size: 1.09rem !important;
  color: #dbe7fa !important;
  margin-bottom: 2.1rem !important;
  line-height: 1.32 !important;
  text-align: center !important;
  letter-spacing: -0.02em !important;
}

@media (max-width: 700px) {
  .hero-desc,
  .hero-section .hero-desc {
    font-size: 0.99rem !important;
    margin-bottom: 1.1rem !important;
    line-height: 1.23 !important;
    padding: 0 6vw !important;
  }
}



/* --- HERO BUTTONS PATCH PREMIUM: mobile fix, responsive --- */
@media (max-width: 700px) {
  .hero-actions {
    flex-direction: column !important;
    gap: 12px !important;
    align-items: stretch !important;
    justify-content: center !important;
    margin-bottom: 28px !important;
  }
  .hero-actions .btn,
  .hero-actions .btn.accent,
  .hero-actions .btn.outline {
    min-width: 0 !important;
    max-width: 100vw !important;
    width: 100% !important;
    box-sizing: border-box !important;
    font-size: 1.03rem !important;
    padding: 1.08em 0 !important;
    margin: 0 !important;
    display: block !important;
    border-radius: 13px !important;
    white-space: normal !important;
  }
}
/* END HERO BUTTONS PATCH */
/* ======= PATCH CARDURI COMPATIBILITATE PRTV PREMIUM ======= */



/* --- COMPATIBILITATE DISPOZITIVE WOW FINAL --- */
.platform-grid {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 36px;
  max-width: 1100px;
  margin: 40px auto 0 auto;
  padding: 0;
}
/* PATCH: More visible gold background for platform cards */
/* PATCH: More visible gold background for platform cards */
/* .platform-card gold gradient/old background removed for clarity */
/* PATCH: Consistent .platform-card.active gold style */
.platform-card.active {
  background: #ffeda8 !important;
  border: 2.5px solid #ffd749 !important;
  box-shadow: 0 4px 18px -5px #ffd74944 !important;
  color: #043763 !important;
}

.platform-card {
  background: #ffeda8 !important;
  background-color: #ffeda8 !important;
  border: 2.5px solid #ffd749 !important;
  box-shadow: 0 4px 18px -5px #ffd74944 !important;
  color: #043763 !important;
  padding: 24px 12px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  min-height: 150px;
  max-width: 260px;
  margin: 0 0 14px 0;
  position: relative;
  z-index: 2;
}
.platform-card.active:hover {
  border-color: #ffd749;
  box-shadow: 0 14px 40px -10px #ffd74955, 0 4px 18px -6px #ffd74933;
  transform: translateY(-4px) scale(1.025);
}
.platform-title {
  font-size: 1.18rem;
  color: #043763;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 auto;
  padding: 0;
  line-height: 1.18;
  text-align: center;
  transition: color 0.18s;
  display: block;
  position: relative;
  z-index: 2;
}
.platform-card.soon {
  background: #f6f8fa !important;
  border: 2.5px dashed #e5e8eb !important;
  color: #b7b9bd !important;
  opacity: 0.65 !important;
  filter: grayscale(0.13) blur(0.12px);
  pointer-events: none !important;
  box-shadow: none !important;
}
.platform-card.soon .platform-title {
  color: #b8b8ba !important;
  font-weight: 700;
}
.platform-card.soon .soon-badge {
  display: inline-block;
  position: absolute;
  top: 19px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.98rem;
  background: linear-gradient(92deg,#ffe087 83%,#fffbe7 100%);
  color: #a89839;
  font-weight: 900;
  padding: 8px 20px;
  border-radius: 12px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  box-shadow: 0 2px 13px #ffd7491e;
  opacity: 1;
  z-index: 1;
}

.platform-card.soon .platform-title {
  margin-top: 46px;
  display: block;
  position: relative;
  z-index: 2;
}
.platform-card:not(.soon) .soon-badge { display: none; }

/* Responsive patch */
@media (max-width: 1100px) {
  .platform-grid { gap: 16px; }
  .platform-card { min-width: 155px; max-width: 160px; min-height: 92px; }
}
@media (max-width: 900px) {
  .platform-grid { gap: 10px; }
  .platform-card { min-width: 44vw; max-width: 99vw; min-height: 85px; border-radius: 13px; }
}
@media (max-width: 650px) {
  .platform-grid {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    max-width: 98vw;
    margin: 20px auto 0 auto;
  }
  .platform-card {
    min-width: 95vw;
    max-width: 99vw;
    min-height: 60px;
    font-size: 1rem;
    border-radius: 10px;
    margin-bottom: 4px;
    justify-content: center;
  }
  .platform-title {
    font-size: 1.02rem;
    margin: 0 auto;
    padding: 0;
  }
  .platform-card.soon .soon-badge {
    font-size: 0.82rem;
    padding: 6px 16vw;
    top: 11px;
  }
}


  .pachet-card.best {
    margin-top: 42px !important;
  }