/* WordFox IT — paginile de conținut (/preturi/, /site-ieftin/, …).
   Se încarcă DUPĂ style.css și folosește aceleași jetoane de culoare.
   Regula paginii principale rămâne: aliniat la stânga, fără carduri cu umbră,
   fără benzi decorative; curățenia vine din spațiu și din rigle de 1px. */

.pg main { padding-top: 0; }

/* ---------- capul paginii ---------- */
.pg-hero { padding: 56px 0 40px; border-bottom: 1px solid var(--n200); }
.pg-hero .wrap { max-width: 1280px; }
.crumb { display: flex; gap: 8px; align-items: center; font-size: 14px; color: var(--n500); margin-bottom: 18px; }
.crumb a:hover { color: var(--primary); text-decoration: underline; text-underline-offset: 3px; }
.crumb span { color: var(--n300); }
.pg-hero h1 { max-width: 15ch; font-size: clamp(34px, 4.4vw, 60px); line-height: 1.08; }
.pg-hero .lead { max-width: 60ch; margin-top: 18px; font-size: 19px; line-height: 30px; color: var(--n600); }
.pg-hero .hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

/* ---------- corpul articolului ---------- */
.sec { padding: 56px 0; border-bottom: 1px solid var(--n200); }
.sec:last-of-type { border-bottom: 0; }
.sec > .wrap > h2 { font-size: clamp(27px, 2.6vw, 38px); line-height: 1.18; max-width: 22ch; }
.sec > .wrap > h2 + p { margin-top: 12px; max-width: 62ch; color: var(--n600); line-height: 26px; }
.sec h3 { font-size: 20px; line-height: 28px; font-weight: 500; }

.prose { max-width: 68ch; }
.prose > * + * { margin-top: 16px; }
.prose p { line-height: 27px; color: var(--n700); }
.prose h3 { margin-top: 34px; }
.prose ul, .prose ol { padding-left: 22px; display: flex; flex-direction: column; gap: 8px; }
.prose li { line-height: 26px; color: var(--n700); }
.prose strong { font-weight: 600; color: var(--n900); }
.prose a:not(.btn) { color: var(--primary); text-decoration: underline; text-underline-offset: 3px; }

.cols2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 34px 44px; margin-top: 30px; }
.cols3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px 34px; margin-top: 30px; }

/* ---------- listă cu bife / cu tăieturi ---------- */
.bife, .fara { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 10px; margin-top: 16px; }
.bife li, .fara li { position: relative; padding-left: 30px; line-height: 25px; color: var(--n700); }
.bife li::before {
  content: ""; position: absolute; left: 2px; top: 7px; width: 13px; height: 8px;
  border-left: 2.5px solid var(--success); border-bottom: 2.5px solid var(--success);
  transform: rotate(-45deg);
}
.fara li { color: var(--n500); }
.fara li::before, .fara li::after {
  content: ""; position: absolute; left: 4px; top: 11px; width: 13px; height: 2px; background: var(--n300);
}
.fara li::before { transform: rotate(45deg); }
.fara li::after { transform: rotate(-45deg); }

/* ---------- casete ---------- */
.box { border: 1px solid var(--n200); border-radius: var(--r-lg); padding: 24px 26px; }
.box h3 { margin-bottom: 8px; }
.box p { color: var(--n600); line-height: 25px; }
.box.warm { background: var(--primary-50); border-color: var(--primary-200); }
.box.grey { background: var(--n100); border-color: transparent; }
.box .price { display: flex; align-items: baseline; gap: 6px; margin: 14px 0 4px; }
.box .price strong { font-size: 34px; line-height: 40px; font-weight: 500; letter-spacing: -.02em; }
.box .price small { color: var(--n500); font-size: 14px; }

/* ---------- tabel de prețuri ---------- */
.tbl-wrap { overflow-x: auto; margin-top: 28px; }
table.pret { width: 100%; border-collapse: collapse; min-width: 620px; font-size: 15px; }
table.pret th, table.pret td { text-align: left; padding: 15px 16px; border-bottom: 1px solid var(--n200); vertical-align: top; }
table.pret thead th { font-size: 13px; text-transform: uppercase; letter-spacing: .04em; color: var(--n500); font-weight: 600; padding-bottom: 11px; }
table.pret tbody th { font-weight: 600; color: var(--n900); }
table.pret td small { display: block; color: var(--n500); font-size: 13.5px; line-height: 19px; margin-top: 3px; }
table.pret .nr { white-space: nowrap; font-weight: 600; font-variant-numeric: tabular-nums; }
table.pret tbody tr:last-child th, table.pret tbody tr:last-child td { border-bottom: 0; }

/* ---------- întrebări pe fundal deschis ----------
   .acc-q din style.css e desenat pentru banda închisă (text alb). Aici îi dăm
   varianta pentru hârtie, fără să atingem originalul. */
.qa { margin-top: 26px; max-width: 860px; }
.qa .acc-group { border-bottom: 1px solid var(--n200); }
.qa .acc-q { font-size: 19px; line-height: 27px; padding: 19px 0; color: var(--n900); border-top: 1px solid var(--n200); }
.qa .acc-q i::before, .qa .acc-q i::after { background: var(--primary); }
.qa .acc-a p { color: var(--n600); line-height: 26px; padding-bottom: 8px; max-width: 68ch; }
.qa .acc-a .meta { color: var(--primary); padding-bottom: 20px; }

/* ---------- banda de final ---------- */
.cta-band { background: var(--dark); color: #fff; padding: 64px 0; }
.cta-band h2 { color: #fff; font-size: clamp(28px, 3vw, 42px); line-height: 1.15; max-width: 20ch; }
.cta-band p { color: #cbc3bf; margin-top: 14px; max-width: 56ch; line-height: 26px; }
.cta-band .hero-cta { margin-top: 28px; }
.cta-band a:not(.btn) { color: var(--primary-300); text-decoration: underline; text-underline-offset: 3px; }

/* ---------- legături între pagini ---------- */
.next { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 14px; margin-top: 30px; }
.next a { display: block; border: 1px solid var(--n200); border-radius: var(--r-lg); padding: 20px 22px; transition: border-color .15s, background .15s; }
.next a:hover { border-color: var(--primary-200); background: var(--primary-50); }
.next b { display: block; font-size: 17px; font-weight: 600; margin-bottom: 5px; }
.next span { color: var(--n500); font-size: 14.5px; line-height: 21px; }

.note { margin-top: 20px; color: var(--n500); font-size: 14px; line-height: 21px; max-width: 68ch; }

@media (max-width: 720px) {
  .pg-hero { padding: 36px 0 30px; }
  .sec { padding: 40px 0; }
  .pg-hero h1 { max-width: none; }
}
