.pvc-service {
  color: #1f2937;
  font-family: Arial, sans-serif;
  line-height: 1.65;
}

.pvc-container {
  max-width: 1180px;
  margin: auto;
  padding: 0 20px;
}

.pvc-hero {
  background: linear-gradient(120deg, rgba(7,24,47,.92), rgba(15,47,87,.88)),
              url("/images/pvc-perde-uygulama.jpg") center/cover no-repeat;
  color: #fff;
  padding: 85px 0;
}

.pvc-hero-inner {
  max-width: 760px;
}

.pvc-breadcrumb {
  font-size: 14px;
  color: #bfdbfe;
  margin-bottom: 18px;
}

.pvc-breadcrumb a {
  color: #bfdbfe;
  text-decoration: none;
}

.pvc-label {
  display: inline-block;
  background: #2563eb;
  color: #fff;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
}

.pvc-hero h1 {
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.08;
  margin: 0 0 22px;
}

.pvc-hero p {
  font-size: 20px;
  color: #e5efff;
  margin: 0 0 28px;
}

.pvc-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.pvc-btn {
  display: inline-block;
  padding: 14px 24px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
}

.pvc-btn-main {
  background: #2563eb;
  color: #fff;
}

.pvc-btn-white {
  background: #2563eb;
  color: #fff;
}

.pvc-section {
  padding: 68px 0;
}

.pvc-light {
  background: #f8fafc;
}

.pvc-head {
  max-width: 840px;
  margin-bottom: 32px;
}

.pvc-head h2 {
  color: #111827;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.15;
  margin: 0 0 14px;
}

.pvc-head p {
  color: #4b5563;
  font-size: 17px;
  margin: 0;
}

.pvc-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px;
  align-items: center;
}

.pvc-image img {
  width: 100%;
  display: block;
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(15,23,42,.14);
}

.pvc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.pvc-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 26px;
  box-shadow: 0 10px 24px rgba(15,23,42,.06);
}

.pvc-card h3 {
  color: #111827;
  margin: 0 0 10px;
  font-size: 21px;
}

.pvc-card p {
  color: #4b5563;
  margin: 0;
}

.pvc-list {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
}

.pvc-list li {
  position: relative;
  padding: 12px 0 12px 32px;
  border-bottom: 1px solid #e5e7eb;
}

.pvc-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 12px;
  color: #2563eb;
  font-weight: 800;
}

.pvc-list a {
  color: #2563eb;
  font-weight: 700;
  text-decoration: none;
}

.pvc-list a:hover {
  text-decoration: underline;
}

.pvc-note {
  background: #eff6ff;
  border-left: 5px solid #2563eb;
  border-radius: 18px;
  padding: 32px;
}

.pvc-note h2 {
  color: #111827;
  margin-top: 0;
}

.pvc-offer {
  background: #0f172a;
  color: #fff;
  border-radius: 24px;
  padding: 38px;
}

.pvc-offer h2,
.pvc-offer h3 {
  color: #fff;
  margin-top: 0;
}

.pvc-offer p {
  color: #cbd5e1;
}

.pvc-offer .pvc-list li {
  border-bottom-color: rgba(255,255,255,.12);
}

.pvc-faq details {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 12px;
}

.pvc-faq summary {
  cursor: pointer;
  font-weight: 700;
  color: #111827;
}

.pvc-cta {
  background: linear-gradient(120deg, #07182f, #123f73);
  color: #fff;
  text-align: center;
  padding: 70px 20px;
}

.pvc-cta h2 {
  color: #fff;
  font-size: clamp(28px, 4vw, 42px);
  margin: 0 0 14px;
}

.pvc-cta p {
  color: #dbeafe;
  max-width: 740px;
  margin: 0 auto 24px;
}

@media (max-width: 900px) {
  .pvc-split,
  .pvc-grid {
    grid-template-columns: 1fr;
  }

  .pvc-hero {
    padding: 62px 0;
  }

  .pvc-section {
    padding: 50px 0;
  }

  .pvc-offer {
    padding: 28px;
  }
}