/* Shared styles for static content pages (About, Contact, Breakthrough).
   Reuses the blog chrome (.blog-head / .blog-nav / .blog-wrap / .blog-foot). */

.pg-hero {
  background: linear-gradient(160deg, #2f4da0 0%, #2344a3 100%);
  color: #fff;
  text-align: center;
  padding: 54px 20px 48px;
}

.pg-hero .pg-kicker {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.82rem;
  font-weight: 600;
  color: #bcd0ff;
  margin: 0 0 12px;
}

.pg-hero h1 {
  font-family: Poppins, sans-serif;
  font-size: clamp(1.8rem, 5.5vw, 2.6rem);
  font-weight: 600;
  line-height: 1.2;
  margin: 0 auto 16px;
  max-width: 760px;
}

.pg-hero p {
  font-size: clamp(1rem, 2.6vw, 1.18rem);
  color: #e7ecf8;
  max-width: 680px;
  margin: 0 auto 26px;
}

.pg-hero .ji-meta {
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(1rem, 2.4vw, 1.12rem);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
}

.pg-hero .ji-meta span i {
  color: rgba(255, 255, 255, 0.95);
}

.pg-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.pg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border-radius: 6px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  border: 2px solid transparent;
  cursor: pointer;
}

.pg-btn:active {
  transform: scale(0.98);
}

.pg-btn-primary {
  background: #3cab5a;
  color: #fff;
  border-color: #3cab5a;
}

.pg-btn-primary:hover {
  background: #2f9d52;
  border-color: #2f9d52;
  box-shadow: 0 6px 20px rgba(60, 171, 90, 0.35);
}

.pg-btn-ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

.pg-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
}

.pg-btn-blue {
  background: #1d3fb1;
  color: #fff;
  border-color: #1d3fb1;
}

.pg-btn-blue:hover {
  background: #163a99;
  border-color: #163a99;
  box-shadow: 0 6px 18px rgba(29, 63, 177, 0.3);
}

/* ---------- content ---------- */
.pg-section {
  margin: 0 0 34px;
}

.pg-section h2 {
  font-family: Poppins, sans-serif;
  font-size: clamp(1.4rem, 4vw, 1.8rem);
  color: #2344a3;
  margin: 0 0 14px;
}

.pg-section h3 {
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  color: #2344a3;
  margin: 1.4rem 0 0.5rem;
}

.pg-section p {
  font-size: 1.06rem;
  line-height: 1.8;
  color: #1f1f1f;
  margin: 0 0 1.1rem;
}

.pg-section a {
  color: #0072ce;
  font-weight: 600;
}

.pg-lead {
  font-size: 1.18rem !important;
  color: #2f4da0 !important;
  font-weight: 600;
}

/* ---------- stat band ---------- */
.pg-stats {
  background: #1f2433;
  color: #fff;
  border-radius: 14px;
  padding: 30px 24px;
  margin: 8px 0 34px;
  text-align: center;
}

.pg-stats h2 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 1.3rem;
  margin: 0 0 18px;
}

.pg-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 18px;
}

.pg-stat .pg-stat-num {
  display: block;
  font-family: Poppins, sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  color: #6fe39a;
}

.pg-stat .pg-stat-label {
  font-size: 0.92rem;
  color: #c8cce0;
}

/* ---------- quote ---------- */
.pg-quote {
  margin: 30px 0;
  padding: 22px 24px;
  background: #f0f4fa;
  border-left: 5px solid #0072ce;
  border-radius: 8px;
}

.pg-quote p {
  font-style: italic;
  font-size: 1.12rem;
  color: #233;
  margin: 0 0 8px;
}

.pg-quote cite {
  font-style: normal;
  font-weight: 600;
  color: #2344a3;
  font-size: 0.96rem;
}

/* ---------- contact ---------- */
.pg-contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  margin: 0 0 30px;
}

.pg-contact-card {
  border: 1px solid #d7d7d7;
  border-radius: 12px;
  padding: 24px 20px;
  text-align: center;
  background: #fff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}

.pg-contact-card .pg-contact-icon {
  font-size: 1.7rem;
  color: #0072ce;
  margin-bottom: 10px;
}

.pg-contact-card h3 {
  font-family: Poppins, sans-serif;
  font-size: 1.05rem;
  color: #2344a3;
  margin: 0 0 6px;
}

.pg-contact-card a,
.pg-contact-card p {
  font-size: 1rem;
  color: #1f1f1f;
  text-decoration: none;
  word-break: break-word;
}

.pg-contact-card a:hover {
  color: #0072ce;
}

.pg-map {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #d7d7d7;
  margin: 0 0 30px;
  line-height: 0;
}

.pg-map iframe {
  width: 100%;
  height: 320px;
  border: 0;
}

/* ---------- disclaimer ---------- */
.pg-disclaimer {
  font-size: 0.82rem;
  color: #6a6f77;
  line-height: 1.55;
  background: #f5f5f5;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 16px 18px;
  margin: 30px 0 0;
}

/* ---------- centered CTA section ---------- */
.pg-cta-block {
  text-align: center;
  background: #f0f4fa;
  border-radius: 14px;
  padding: 34px 24px;
  margin: 8px 0 0;
}

.pg-cta-block h2 {
  color: #2344a3;
  margin-top: 0;
}

.pg-cta-block .pg-cta-row {
  margin-top: 18px;
}

.pg-cta-block .pg-btn-ghost {
  color: #1d3fb1;
  border-color: #1d3fb1;
}

.pg-cta-block .pg-btn-ghost:hover {
  background: rgba(29, 63, 177, 0.08);
}

/* ---------- lead form ---------- */
.pg-form-card {
  background: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 14px;
  box-shadow: 0 6px 26px rgba(35, 68, 163, 0.08);
  padding: 30px 26px;
  margin: 8px auto 0;
  max-width: 560px;
  width: 100%;
  box-sizing: border-box;
}

.blog-lead-wrap .pg-form-card {
  max-width: 640px;
}

.pg-form-card h2 {
  text-align: center;
  color: #2344a3;
  margin-top: 0;
}

.pg-form-card .pg-form-sub {
  text-align: center;
  color: #6a6f77;
  margin: 0 0 22px;
}

.pg-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  width: 100%;
}

.pg-form > div,
.pg-form > label.pg-consent,
.pg-form > button {
  min-width: 0;
}

.pg-form .pg-field-full {
  grid-column: 1 / -1;
}

.pg-form label:not(.pg-consent) {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: #333;
  margin: 0 0 5px;
}

.pg-form input,
.pg-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #cdd3dd;
  border-radius: 6px;
  font-family: "Open Sans", system-ui, sans-serif;
  font-size: 1rem;
  color: #1f1f1f;
  background: #fff;
}

.pg-form input:focus,
.pg-form textarea:focus {
  outline: none;
  border-color: #0072ce;
  box-shadow: 0 0 0 3px rgba(0, 114, 206, 0.15);
}

.pg-form .pg-consent {
  grid-column: 1 / -1;
  font-size: 0.82rem;
  color: #6a6f77;
  line-height: 1.5;
  display: flex !important;
  gap: 9px;
  align-items: flex-start;
  margin: 0;
  cursor: pointer;
}

.pg-form .pg-consent input[type="checkbox"] {
  width: auto;
  flex: 0 0 auto;
  margin-top: 3px;
}

.pg-form .pg-consent span {
  flex: 1;
  min-width: 0;
}

.pg-form .pg-consent a {
  color: #0072ce;
  font-weight: 600;
}

.pg-form .pg-submit {
  grid-column: 1 / -1;
  width: 100%;
  font-size: 1.05rem;
}

.pg-form-success {
  text-align: center;
  padding: 26px 20px;
  background: #eafaf0;
  border: 1px solid #b6e6c6;
  border-radius: 12px;
  color: #1f7a3d;
}

.pg-form-success h3 {
  font-family: Poppins, sans-serif;
  color: #1f7a3d;
  margin: 0 0 8px;
}

@media (max-width: 540px) {
  .pg-form {
    grid-template-columns: 1fr;
  }
}

/* ---------- FAQ page (accordion) ---------- */
.faq-wrap .pg-lead {
  margin-bottom: 28px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.faq-item {
  border-bottom: 1px solid #e2e8f0;
}

.faq-item:first-child {
  border-top: 1px solid #e2e8f0;
}

.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 4px;
  font-family: Poppins, sans-serif;
  font-size: clamp(1.05rem, 2.5vw, 1.2rem);
  font-weight: 600;
  color: #2344a3;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.faq-q::-webkit-details-marker {
  display: none;
}

.faq-q::after {
  content: "";
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-right: 2px solid #2344a3;
  border-bottom: 2px solid #2344a3;
  transform: rotate(45deg);
  margin-top: -4px;
  transition: transform 0.2s ease;
}

.faq-item[open] .faq-q::after {
  transform: rotate(-135deg);
  margin-top: 4px;
}

.faq-q:hover {
  color: #1d3fb1;
}

.faq-a {
  padding: 0 4px 18px;
}

.faq-a p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.75;
  color: #333;
}

.faq-a a {
  color: #0072ce;
  font-weight: 600;
}
