/* --- Scoped Reset --- */
.svn-credit-content *,
.svn-credit-content *::before,
.svn-credit-content *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.svn-credit-content {
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  color: #1a1a2e;
}

/* ============================================
   PAGE TITLE SECTION (Consultanti page only)
   ============================================ */
.svn-credit-page-title {
  text-align: center;
  padding: 50px 20px 50px;
  background: #C4C6C826;
}

.svn-credit-page-title h1 {
  font-family: 'Noto Serif', Georgia, serif;
  font-size: 52px;
  font-weight: 500;
  color: #002865;
  text-transform: uppercase;
  letter-spacing: 6px;
  line-height: 100%;
  margin-bottom: 10px;
}

.svn-credit-page-title .page-subtitle {
  font-family: 'Noto Serif', Georgia, serif;
  font-size: 16px;
  font-weight: 500;
  color: #002865;
  letter-spacing: 2px;
  line-height: 100%;
  text-transform: uppercase;
}

/* ============================================
   MAIN CONTENT SECTION (shared)
   ============================================ */
.svn-credit-main {
  position: relative;
  text-align: center;
  padding: 50px 20px 60px;
  background: #ffffff;
  overflow: hidden;
}

/* --- Watermark Background Text --- */
.svn-credit-watermark {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
  opacity: 0.04;
  font-weight: 800;
  color: #1a1a2e;
  text-transform: uppercase;
  line-height: 1.2;
}

.svn-credit-watermark-left,
.svn-credit-watermark-right {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.svn-credit-watermark-left {
  top: 0px;
  left: 0px;
  text-align: left;
}

.svn-credit-watermark-right {
  bottom: 0px;
  right: 0px;
  text-align: right;
}

.svn-credit-watermark span {
  display: block;
  font-size: 34px;
  letter-spacing: 6px;
  white-space: nowrap;
  line-height: 1.15;
}

/* --- Pin Icon --- */
.svn-credit-pin {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.svn-credit-pin svg {
  width: 22px;
  height: 40px;
}

/* --- Orange Section Heading --- */
.svn-credit-heading {
  position: relative;
  z-index: 1;
  font-family: 'Noto Serif', Georgia, serif;
  font-size: 16px;
  font-weight: 600;
  color: #f26725;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 100%;
  margin-bottom: 30px;
}

/* --- Description Text --- */
.svn-credit-description {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto 14px;
  font-family: 'Gotham', 'Montserrat', 'Segoe UI', Arial, sans-serif;
  font-size: 32px;
  line-height: 1.5;
  color: #002865;
  font-weight: 400;
}

.svn-credit-description strong {
  font-weight: 700;
}

.svn-credit-description-small {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto 10px;
  font-family: 'Gotham', 'Montserrat', 'Segoe UI', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #555759;
  font-weight: 400;
}

/* --- CTA Button --- */
.svn-credit-btn {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 28px;
  padding: 18px 50px;
  background: #f26725;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Gotham', 'Montserrat', 'Segoe UI', Arial, sans-serif;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: none;
  text-transform: none;
  border: none;
  cursor: pointer;
}

.svn-credit-btn:hover {
  background: #d95a1e;
  transform: translateY(-2px);
  box-shadow: none;
  color: #ffffff;
  text-decoration: none;
}

/* ============================================
   SOLAR SYSTEM IMAGE (Birouri page)
   ============================================ */
.svn-solar-image {
  position: relative;
  z-index: 1;
  margin: 50px auto 0;
  text-align: center;
  max-width: 800px;
}

.svn-solar-image img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* ============================================
   PEOPLE AVATARS IMAGE (Consultanti page)
   ============================================ */
.svn-people-image {
  position: relative;
  z-index: 1;
  margin: 50px auto 0;
  text-align: center;
  max-width: 800px;
}

.svn-people-image img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 900px) {
  .svn-credit-page-title h1 {
    font-size: 38px;
  }

  .svn-credit-page-title .page-subtitle {
    font-size: 14px;
  }

  .svn-solar-image {
    max-width: 450px;
  }

  .svn-people-image {
    max-width: 600px;
  }
}

@media (max-width: 600px) {
  .svn-credit-page-title {
    padding: 30px 16px 30px;
  }

  .svn-credit-page-title h1 {
    font-size: 28px;
  }

  .svn-credit-page-title .page-subtitle {
    font-size: 10px;
    letter-spacing: 2px;
  }

  .svn-credit-main {
    padding: 30px 16px 40px;
  }

  .svn-credit-heading {
    font-size: 13px;
    letter-spacing: 1.5px;
  }

  .svn-credit-description {
    font-size: 22px;
  }

  .svn-credit-watermark span {
    font-size: 22px;
    letter-spacing: 4px;
  }

  .svn-solar-image {
    max-width: 320px;
    margin-top: 30px;
  }

  .svn-people-image {
    max-width: 100%;
    margin-top: 30px;
  }
}

@media (max-width: 400px) {
  .svn-credit-btn {
    padding: 12px 28px;
    font-size: 12px;
  }

  .svn-credit-description {
    font-size: 18px;
  }

  .svn-credit-page-title h1 {
    font-size: 24px;
  }

  .svn-credit-page-title .page-subtitle {
    font-size: 11px;
  }

  .svn-solar-image {
    max-width: 260px;
  }
}
