/* =============================================================
   proj-page-v2.css — Layout alternativ, mai aerisit
   (o singură coloană, secțiuni late, spațiere generoasă între ele
   — fără sidebar lipit de conținut)
   ============================================================= */

.pv2-body { background: #fff; }

/* ── Hero ── */
.pv2-hero {
  background: #403f3f91;
  padding: clamp(150px, 22vh, 220px) clamp(20px, 6vw, 80px) clamp(90px, 12vw, 140px);
  text-align: center; color: #fff; position: relative; overflow: hidden;
}
.pv2-hero::before {
  content: ''; position: absolute; inset: 0;
  background: var(--hero-img, url('proietare.webp')) center/cover no-repeat; opacity: 0.16; pointer-events: none;
}
.pv2-hero .eyebrow {
  display: inline-block; font-size: 0.78rem; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase; color: #6A0000; margin-bottom: 20px;
  position: relative; z-index: 1;
}
.pv2-hero h1 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(2.3rem, 5.5vw, 4rem); color: #fff; line-height: 1.2; margin-bottom: 26px;
  position: relative; max-width: 780px; margin-left: auto; margin-right: auto;
}
.pv2-hero h1 em { color: #6a0000; font-style: normal; }
.pv2-hero p {
  font-size: 1.12rem; color: #6a0000; max-width: 620px;
  margin: 0 auto 40px; line-height: 1.8; position: relative;
  font-weight: 500;
}
.pv2-pills { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; position: relative; }
.pv2-pills span {
  background: rgba(255, 255, 255, 0.61); border: 1px solid rgba(255,255,255,0.22);
  color: #6A0000; padding: 9px 20px; border-radius: 30px;
  font-size: 0.82rem; font-weight: 600;
}

/* ── Container de bază pentru fiecare secțiune ── */
.pv2-section {
  padding: clamp(64px, 9vw, 120px) clamp(20px, 6vw, 80px);
}
.pv2-section--tint { background: #faf8f8; }
.pv2-inner { max-width: 980px; margin: 0 auto; }
.pv2-inner--wide { max-width: 1180px; }

.pv2-eyebrow {
  display: block; font-size: 0.75rem; font-weight: 700; letter-spacing: 2.5px;
  text-transform: uppercase; color: #b00000; margin-bottom: 14px; text-align: center;
}
.pv2-title {
  font-family: 'DM Serif Display', serif; font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  color: #6a0000; line-height: 1.25; text-align: center; margin: 0 auto 20px; max-width: 700px;
}
.pv2-lede {
  font-size: 1rem; color: #666; line-height: 1.85; text-align: center;
  max-width: 640px; margin: 0 auto;
}

/* ── Intro: 2 carduri late, mult aer între ele ── */
.pv2-intro-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 56px;
}
.pv2-card {
  background: #fff; border-radius: 18px; padding: 44px 38px;
  border: 1px solid rgba(106,0,0,0.09);
  box-shadow: 0 10px 40px -16px rgba(106,0,0,0.15);
}
.pv2-card .pv2-card-eyebrow {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  color: #b00000; display: block; margin-bottom: 14px;
}
.pv2-card h3 {
  font-family: 'DM Serif Display', serif; font-size: 1.5rem; color: #6a0000;
  margin-bottom: 16px; line-height: 1.3;
}
.pv2-card p { font-size: 0.95rem; color: #555; line-height: 1.85; }

/* ── Grid de aplicații / tipuri — mai spațios ── */
.pv2-apps-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 32px; margin-top: 56px;
}
.pv2-app {
  text-align: center; padding: 40px 28px; border-radius: 18px;
  background: #fff; border: 1px solid rgba(106,0,0,0.08);
  box-shadow: 0 8px 28px -14px rgba(0,0,0,0.10);
}
.pv2-app .icon {
  width: 64px; height: 64px; border-radius: 16px; margin: 0 auto 22px;
  background: #f5f2f2; display: flex; align-items: center; justify-content: center;
}
.pv2-app .icon img { width: 34px; height: 34px; object-fit: contain; }
.pv2-app h3 { font-size: 1.05rem; font-weight: 700; color: #6a0000; margin-bottom: 12px; }
.pv2-app p { font-size: 0.88rem; color: #666; line-height: 1.75; }

/* ── "De ce să alegi" — grid orizontal cu bifă ── */
.pv2-why-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 28px 40px; margin-top: 56px;
}
.pv2-why-item { display: flex; align-items: flex-start; gap: 14px; }
.pv2-why-item .check {
  width: 30px; height: 30px; border-radius: 50%; flex-shrink: 0;
  background: rgba(46,125,50,0.1); color: #2e7d32; font-weight: 800;
  display: flex; align-items: center; justify-content: center; font-size: 0.9rem;
}
.pv2-why-item p { font-size: 0.94rem; color: #333; line-height: 1.7; padding-top: 4px; }

/* ── "Cum funcționează" — pași orizontali ── */
.pv2-steps {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; margin-top: 56px;
}
.pv2-step { text-align: center; position: relative; }
.pv2-step .n {
  width: 46px; height: 46px; border-radius: 50%; margin: 0 auto 18px;
  background: linear-gradient(135deg, #6a0000, #b00000); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 1rem;
}
.pv2-step h4 { font-size: 0.95rem; font-weight: 700; color: #1c1c1c; margin-bottom: 8px; }
.pv2-step p { font-size: 0.84rem; color: #666; line-height: 1.6; }

/* ── Beneficii — listă numerotată, respirație generoasă ── */
.pv2-benefits { display: flex; flex-direction: column; gap: 24px; margin-top: 56px; }
.pv2-benefit {
  display: flex; align-items: flex-start; gap: 24px;
  padding: 32px; border-radius: 16px; background: #fff;
  border: 1px solid rgba(106,0,0,0.08); box-shadow: 0 6px 24px -12px rgba(0,0,0,0.08);
}
.pv2-benefit .num {
  width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0;
  background: #6a0000; color: #fff; font-size: 1rem; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
}
.pv2-benefit h3 { font-size: 1.05rem; font-weight: 700; color: #1c1c1c; margin-bottom: 8px; }
.pv2-benefit p { font-size: 0.9rem; color: #666; line-height: 1.75; margin: 0; }

/* ── Badge certificare — discret, orizontal, între secțiuni ── */
.pv2-cert-badge {
  display: flex; align-items: center; justify-content: center; gap: 16px;
  max-width: 560px; margin: 0 auto; padding: 22px 32px;
  background: #fff; border: 1px solid rgba(106,0,0,0.12); border-radius: 100px;
  box-shadow: 0 8px 28px -16px rgba(106,0,0,0.18);
}
.pv2-cert-badge img { width: 40px; height: 40px; object-fit: contain; flex-shrink: 0; }
.pv2-cert-badge p { font-size: 0.9rem; color: #6a0000; font-weight: 600; margin: 0; text-align: left; }

/* ── Slogan / CTA central ── */
.pv2-slogan {
  background: linear-gradient(135deg, #6a0000, #b00000);
  border-radius: 22px; padding: clamp(48px, 6vw, 72px) clamp(32px, 6vw, 64px);
  text-align: center; max-width: 780px; margin: 0 auto;
}
.pv2-slogan h2 {
  font-family: 'DM Serif Display', serif; font-size: clamp(1.3rem, 2.4vw, 1.8rem);
  color: #fff; line-height: 1.45; margin-bottom: 16px;
}
.pv2-slogan p { font-size: 0.96rem; color: rgba(255,255,255,0.85); line-height: 1.75; margin-bottom: 28px; }
.pv2-slogan a {
  display: inline-block; background: #fff; color: #6a0000;
  font-weight: 700; font-size: 0.95rem; padding: 15px 34px; border-radius: 10px;
  transition: transform .15s, box-shadow .15s;
}
.pv2-slogan a:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(0,0,0,0.2); }

/* ── Contact strip discret (înlocuiește sidebar-cta) ── */
.pv2-contact-strip {
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;
  gap: 20px; max-width: 980px; margin: 56px auto 0; padding: 32px 40px;
  background: #f5f2f2; border-radius: 18px;
}
.pv2-contact-strip h4 { font-size: 1.05rem; color: #1c1c1c; margin-bottom: 4px; }
.pv2-contact-strip p { font-size: 0.88rem; color: #666; }
.pv2-contact-strip .actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.pv2-contact-strip .cta-link {
  background: #6a0000; color: #fff; font-weight: 700; font-size: 0.9rem;
  padding: 13px 26px; border-radius: 8px; transition: background .15s;
}
.pv2-contact-strip .cta-link:hover { background: #b00000; }
.pv2-contact-strip .tel { display: flex; align-items: center; gap: 8px; color: #6a0000; font-weight: 700; }

/* ── Responsive ── */
@media (max-width: 900px) {
  .pv2-intro-grid { grid-template-columns: 1fr; }
  .pv2-steps { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .pv2-steps { grid-template-columns: 1fr; }
  .pv2-cert-badge { flex-direction: column; text-align: center; border-radius: 20px; }
  .pv2-cert-badge p { text-align: center; }
  .pv2-contact-strip { flex-direction: column; align-items: flex-start; }
}
