/* =====================================================================
 * Products archive + individual product page styles
 * ===================================================================== */

.page-products{background: #fafbfd}

/* ---------- Hero ---------- */
.pr-hero{
  position: relative;
  padding: 140px 0 70px;
  overflow: hidden;
  background: linear-gradient(180deg, #f5f8fd 0%, #fafbfd 100%);
}
.pr-hero--compact{padding: 120px 0 40px}
.pr-hero--compact .pr-hero-head h1{font-size: clamp(28px, 3.6vw, 44px); margin-bottom: 14px}
.pr-hero--compact .pr-hero-head > p{font-size: 15.5px; line-height: 1.55}
.pr-hero-bg{position: absolute; inset: 0; pointer-events: none; overflow: hidden}
.pr-orb{position: absolute; border-radius: 50%; filter: blur(80px); opacity: .35}
.pr-orb-a{width: 520px; height: 520px; top: -180px; right: -120px; background: radial-gradient(circle, rgba(28,115,214,.4), transparent 70%)}
.pr-orb-b{width: 420px; height: 420px; bottom: -160px; left: -100px; background: radial-gradient(circle, rgba(5,68,139,.3), transparent 70%)}
.pr-grid-mask{
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(5,68,139,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(5,68,139,.05) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse at center, #000 0%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 0%, transparent 70%);
}

.pr-breadcrumb{
  position: relative; z-index: 1;
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; color: var(--muted);
  margin-bottom: 24px;
}
.pr-breadcrumb a{color: var(--brand); text-decoration: none}
.pr-breadcrumb a:hover{text-decoration: underline}

.pr-hero-head{position: relative; z-index: 1; max-width: 820px}
.pr-eyebrow{
  display: inline-block; padding: 6px 14px;
  background: rgba(5,68,139,.08); color: var(--brand);
  border-radius: 999px; font-size: 12px; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase;
  margin-bottom: 18px;
}
.pr-hero-head h1{
  font-size: clamp(34px, 4.6vw, 56px);
  font-weight: 700; line-height: 1.08;
  letter-spacing: -0.02em; color: #0a1d3d;
  margin: 0 0 18px;
}
.pr-accent{
  background: linear-gradient(135deg, #05448b, #1c73d6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.pr-accent-light{
  background: linear-gradient(135deg, #fff, #cfe1f6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.pr-hero-head > p{
  font-size: 17px; line-height: 1.65;
  color: #4a5568; max-width: 700px; margin: 0;
}

.pr-hero-stats{
  display: grid; grid-template-columns: repeat(3, max-content);
  gap: 36px; margin-top: 32px;
  padding: 18px 24px;
  background: rgba(255,255,255,.7);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(5,68,139,.08);
  border-radius: 14px;
  width: max-content;
}
.pr-hero-stats > div{display: flex; flex-direction: column; gap: 2px}
.pr-hero-stats strong{
  font-size: 24px; font-weight: 700; color: var(--brand);
  letter-spacing: -0.02em;
}
.pr-hero-stats span{font-size: 12px; color: var(--muted); letter-spacing: .06em}

/* ---------- Grid ---------- */
.pr-grid-section{padding: 30px 0 90px; background: #fafbfd}
.pr-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.pr-card{
  display: flex; flex-direction: column;
  background: #fff;
  border: 1px solid rgba(5,68,139,.08);
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: all .35s cubic-bezier(.34, 1.4, .64, 1);
  position: relative;
}
.pr-card::before{
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(28,115,214,0), rgba(28,115,214,0));
  border-radius: 18px;
  pointer-events: none;
  transition: background .35s ease;
  z-index: 1;
}
.pr-card:hover{
  transform: translateY(-6px);
  border-color: rgba(28,115,214,.25);
  box-shadow: 0 22px 50px rgba(5,68,139,.12);
}
.pr-card:hover::before{
  background: linear-gradient(135deg, rgba(28,115,214,.04), rgba(28,115,214,0));
}
.pr-card--featured{
  border-color: rgba(28,115,214,.35);
  box-shadow: 0 14px 38px rgba(5,68,139,.10);
}

.pr-card-img{
  position: relative; z-index: 2;
  aspect-ratio: 16 / 10; overflow: hidden;
  background: #eaf1fa;
}
.pr-card-img img{
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .6s ease;
}
.pr-card:hover .pr-card-img img{transform: scale(1.06)}

.pr-card-body{
  position: relative; z-index: 2;
  padding: 22px 22px 24px;
  display: flex; flex-direction: column;
  flex: 1;
}
.pr-card-tag{
  display: inline-block; align-self: flex-start;
  font-size: 11px; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--brand);
  background: rgba(5,68,139,.07);
  padding: 4px 10px; border-radius: 6px;
  margin-bottom: 12px;
}
.pr-card--featured .pr-card-tag{
  background: linear-gradient(135deg, #05448b, #1c73d6);
  color: #fff;
}
.pr-card-body h3{
  font-size: 19px; font-weight: 700;
  letter-spacing: -0.01em; line-height: 1.25;
  color: #0a1d3d; margin: 0 0 8px;
}
.pr-card-body > p{
  font-size: 14px; line-height: 1.6;
  color: #5b6b85; margin: 0 0 18px;
  flex: 1;
}
.pr-card-link{
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 14px; font-weight: 600;
  color: var(--brand);
  align-self: flex-start;
}
.pr-card-link svg{
  width: 16px; height: 16px;
  transition: transform .3s ease;
}
.pr-card:hover .pr-card-link svg{transform: translateX(4px)}

/* ---------- CTA strip ---------- */
.pr-cta{padding: 30px 0 90px; background: #fafbfd}
.pr-cta-card{
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: center;
  background: linear-gradient(135deg, #05448b 0%, #1c73d6 100%);
  border-radius: 20px;
  padding: 50px 56px;
  color: #fff;
  position: relative; overflow: hidden;
}
.pr-cta-card::before{
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: radial-gradient(ellipse at top right, #000 0%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at top right, #000 0%, transparent 70%);
  pointer-events: none;
}
.pr-cta-eye{
  display: inline-block; font-size: 12px; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase;
  opacity: .85; margin-bottom: 12px;
}
.pr-cta-card h2{
  font-size: clamp(26px, 3vw, 36px); font-weight: 700;
  line-height: 1.15; letter-spacing: -0.02em;
  margin: 0 0 12px;
}
.pr-cta-card > div:first-child > p{
  font-size: 15px; line-height: 1.65; opacity: .92; margin: 0;
}
.pr-cta-actions{
  display: flex; flex-direction: column; gap: 12px;
  position: relative; z-index: 1;
}
.btn-light{
  display: inline-flex; align-items: center; justify-content: center;
  background: #fff; color: var(--brand);
  padding: 14px 24px; border-radius: 10px;
  font-weight: 600; text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.btn-light:hover{transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,0,0,.18)}
.btn-ghost-light{
  display: inline-flex; align-items: center; justify-content: center;
  background: transparent; color: #fff;
  padding: 13px 24px; border-radius: 10px;
  font-weight: 600; text-decoration: none;
  border: 1.5px solid rgba(255,255,255,.4);
  transition: all .2s ease;
}
.btn-ghost-light:hover{background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.6)}

/* ===================================================================
 * INDIVIDUAL PRODUCT PAGE
 * =================================================================== */

/* Hero variant */
.pd-hero{
  position: relative;
  padding: 140px 0 80px;
  overflow: hidden;
  background: linear-gradient(180deg, #f5f8fd 0%, #fafbfd 100%);
}
.pd-hero-bg{position: absolute; inset: 0; pointer-events: none; overflow: hidden}
.pd-hero-bg .pr-orb-a{width: 600px; height: 600px}
.pd-hero-grid{
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: 60px; align-items: center;
}
.pd-hero-text h1{
  font-size: clamp(36px, 4.8vw, 56px);
  font-weight: 700; line-height: 1.1;
  letter-spacing: -0.02em; color: #0a1d3d;
  margin: 0 0 18px;
}
.pd-hero-text > p{
  font-size: 17px; line-height: 1.65; color: #4a5568;
  margin: 0 0 28px;
}
.pd-hero-actions{display: flex; gap: 12px; flex-wrap: wrap}
.pd-hero-art{
  position: relative;
  border-radius: 22px; overflow: hidden;
  aspect-ratio: 4 / 5;
  box-shadow: 0 30px 60px rgba(5,68,139,.18);
}
.pd-hero-art img{width: 100%; height: 100%; object-fit: cover}
.pd-hero-art-pin{
  position: absolute; bottom: 24px; left: 24px;
  display: flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 13px; font-weight: 600;
  color: var(--brand);
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
}
.pd-hero-art-pin .pulse{
  width: 8px; height: 8px; border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 0 rgba(34,197,94,.6);
  animation: pulse-dot 2s infinite;
}
@keyframes pulse-dot{
  0%{box-shadow: 0 0 0 0 rgba(34,197,94,.6)}
  70%{box-shadow: 0 0 0 8px rgba(34,197,94,0)}
  100%{box-shadow: 0 0 0 0 rgba(34,197,94,0)}
}

/* Section: Overview */
.pd-overview{padding: 80px 0; background: #fafbfd}
.pd-overview-head{max-width: 720px; margin-bottom: 36px}
.pd-eyebrow{
  display: inline-block; padding: 6px 14px;
  background: rgba(5,68,139,.08); color: var(--brand);
  border-radius: 999px; font-size: 12px; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase;
  margin-bottom: 14px;
}
.pd-overview h2{
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 700; letter-spacing: -0.02em;
  color: #0a1d3d; margin: 0 0 14px; line-height: 1.15;
}
.pd-overview-body{
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.pd-overview-body p{
  font-size: 16px; line-height: 1.75; color: #4a5568;
  margin: 0 0 14px;
}
.pd-overview-body p:last-child{margin-bottom: 0}

/* Section: Benefits */
.pd-benefits{padding: 80px 0; background: #fff; border-top: 1px solid rgba(5,68,139,.06); border-bottom: 1px solid rgba(5,68,139,.06)}
.pd-benefits-head{text-align: center; max-width: 680px; margin: 0 auto 40px}
.pd-benefits-head h2{
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 700; letter-spacing: -0.02em;
  color: #0a1d3d; margin: 0 0 12px;
}
.pd-benefits-grid{
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.pd-benefit{
  background: #fafbfd;
  border: 1px solid rgba(5,68,139,.08);
  border-radius: 14px;
  padding: 26px 22px;
  transition: all .3s ease;
}
.pd-benefit:hover{
  border-color: rgba(28,115,214,.25);
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(5,68,139,.08);
}
.pd-benefit-icon{
  width: 44px; height: 44px;
  border-radius: 10px;
  background: linear-gradient(135deg, #05448b, #1c73d6);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.pd-benefit-icon svg{width: 22px; height: 22px; stroke: #fff}
.pd-benefit h3{
  font-size: 17px; font-weight: 700;
  color: #0a1d3d; margin: 0 0 8px;
}
.pd-benefit p{
  font-size: 14px; line-height: 1.6;
  color: #5b6b85; margin: 0;
}

/* Section: Eligibility */
.pd-eligibility{padding: 80px 0; background: #fafbfd}
.pd-elig-grid{
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 50px; align-items: start;
}
.pd-elig-text h2{
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 700; letter-spacing: -0.02em;
  color: #0a1d3d; margin: 0 0 14px;
}
.pd-elig-text > p{
  font-size: 16px; line-height: 1.7; color: #4a5568; margin: 0 0 24px;
}
.pd-elig-list{
  list-style: none; padding: 0; margin: 0;
}
.pd-elig-list li{
  display: flex; gap: 12px;
  padding: 14px 0;
  border-bottom: 1px dashed rgba(5,68,139,.12);
  font-size: 15px; color: #2d3748;
  line-height: 1.5;
}
.pd-elig-list li:last-child{border-bottom: none}
.pd-elig-list li svg{
  width: 20px; height: 20px; flex-shrink: 0;
  stroke: #1c73d6; margin-top: 2px;
}
.pd-elig-card{
  background: linear-gradient(135deg, #05448b, #1c73d6);
  color: #fff;
  border-radius: 18px;
  padding: 36px;
  position: relative; overflow: hidden;
}
.pd-elig-card::before{
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse at top right, #000 0%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at top right, #000 0%, transparent 70%);
}
.pd-elig-card-eye{
  display: inline-block; font-size: 12px; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase;
  opacity: .85; margin-bottom: 14px;
  position: relative; z-index: 1;
}
.pd-elig-card h3{
  font-size: 24px; font-weight: 700;
  margin: 0 0 12px;
  position: relative; z-index: 1;
}
.pd-elig-card p{
  font-size: 15px; line-height: 1.6;
  opacity: .92; margin: 0 0 24px;
  position: relative; z-index: 1;
}
.pd-elig-card-stats{
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 18px;
  position: relative; z-index: 1;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.18);
}
.pd-elig-card-stats > div strong{
  display: block;
  font-size: 22px; font-weight: 700;
  letter-spacing: -0.02em;
}
.pd-elig-card-stats > div span{
  display: block;
  font-size: 12px; opacity: .8;
  margin-top: 2px;
}

/* Section: Process mini */
.pd-process{padding: 80px 0; background: #fff; border-top: 1px solid rgba(5,68,139,.06)}
.pd-process-head{text-align: center; margin-bottom: 40px}
.pd-process-head h2{
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 700; letter-spacing: -0.02em;
  color: #0a1d3d; margin: 0 0 12px;
}
.pd-process-head p{font-size: 15px; color: #4a5568; max-width: 560px; margin: 0 auto}
.pd-process-grid{
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
}
.pd-process-step{
  background: #fafbfd;
  border: 1px solid rgba(5,68,139,.08);
  border-radius: 14px;
  padding: 24px;
  text-align: center;
  position: relative;
}
.pd-process-step-num{
  width: 36px; height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #05448b, #1c73d6);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 700;
  margin: 0 auto 14px;
}
.pd-process-step h4{
  font-size: 15px; font-weight: 700;
  color: #0a1d3d; margin: 0 0 6px;
}
.pd-process-step p{
  font-size: 13px; line-height: 1.55;
  color: #5b6b85; margin: 0;
}

/* Section: FAQ */
.pd-faq{padding: 80px 0; background: #fafbfd}
.pd-faq-head{text-align: center; max-width: 600px; margin: 0 auto 36px}
.pd-faq-head h2{
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 700; letter-spacing: -0.02em;
  color: #0a1d3d; margin: 0 0 10px;
}
.pd-faq-grid{
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 14px;
  max-width: 1000px; margin: 0 auto;
}
.pd-faq-item{
  background: #fff;
  border: 1px solid rgba(5,68,139,.08);
  border-radius: 12px;
  padding: 20px 22px;
  transition: all .25s ease;
}
.pd-faq-item[open]{
  border-color: rgba(28,115,214,.3);
  box-shadow: 0 6px 18px rgba(5,68,139,.06);
}
.pd-faq-item summary{
  display: flex; justify-content: space-between; align-items: center;
  cursor: pointer; list-style: none;
  font-size: 15px; font-weight: 600;
  color: #0a1d3d;
}
.pd-faq-item summary::-webkit-details-marker{display: none}
.pd-faq-arrow{
  font-size: 22px; color: var(--brand);
  transition: transform .25s ease;
  line-height: 1;
}
.pd-faq-item[open] .pd-faq-arrow{transform: rotate(90deg)}
.pd-faq-body{
  font-size: 14px; line-height: 1.65;
  color: #4a5568; margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dashed rgba(5,68,139,.12);
}

/* Section: Related */
.pd-related{padding: 80px 0; background: #fff; border-top: 1px solid rgba(5,68,139,.06)}
.pd-related-head{margin-bottom: 30px}
.pd-related-head h2{
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 700; letter-spacing: -0.02em;
  color: #0a1d3d; margin: 0 0 8px;
}
.pd-related-head p{font-size: 14px; color: #4a5568; margin: 0}
.pd-related-grid{
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.pd-related-card{
  display: flex; gap: 14px; align-items: center;
  padding: 18px;
  background: #fafbfd;
  border: 1px solid rgba(5,68,139,.08);
  border-radius: 12px;
  text-decoration: none;
  transition: all .25s ease;
}
.pd-related-card:hover{
  border-color: rgba(28,115,214,.25);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(5,68,139,.08);
}
.pd-related-thumb{
  width: 70px; height: 70px;
  border-radius: 10px;
  overflow: hidden; flex-shrink: 0;
  background: #eaf1fa;
}
.pd-related-thumb img{width: 100%; height: 100%; object-fit: cover}
.pd-related-card strong{
  display: block;
  font-size: 15px; color: #0a1d3d; margin-bottom: 3px;
}
.pd-related-card span{
  font-size: 12px; color: #5b6b85;
  line-height: 1.5;
}

/* ====================================================================
 * HERO with inline form + meta stats
 * ==================================================================== */
.pd-hero--form .pd-hero-grid--form{
  grid-template-columns: 1fr 460px;
  gap: 50px;
  align-items: start;
}
.pd-hero-meta{
  display: grid; grid-template-columns: repeat(3, max-content);
  gap: 28px; margin-top: 28px;
  padding: 18px 24px;
  background: rgba(255,255,255,.7);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(5,68,139,.08);
  border-radius: 14px;
  width: max-content; max-width: 100%;
}
.pd-hero-meta > div{display: flex; flex-direction: column; gap: 2px}
.pd-hero-meta strong{
  font-size: 22px; font-weight: 700; color: var(--brand);
  letter-spacing: -0.02em;
}
.pd-hero-meta span{font-size: 12px; color: var(--muted); letter-spacing: .06em}

/* ====================================================================
 * Inline contact form (hero)
 * ==================================================================== */
.pd-form{
  background: #fff;
  border: 1px solid rgba(5,68,139,.08);
  border-radius: 18px;
  padding: 30px 28px 26px;
  box-shadow: 0 22px 48px rgba(5,68,139,.12);
  position: relative;
}
.pd-form::before{
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, #05448b, #1c73d6);
  border-radius: 18px 18px 0 0;
}
.pd-form-head{margin-bottom: 18px}
.pd-form-eye{
  display: inline-block; font-size: 11px; font-weight: 600;
  color: var(--brand);
  letter-spacing: .12em; text-transform: uppercase;
  margin-bottom: 6px;
}
.pd-form-head h2{
  font-size: 22px; font-weight: 700;
  color: #0a1d3d; margin: 0 0 6px;
  letter-spacing: -0.01em;
}
.pd-form-head p{
  font-size: 13px; color: #5b6b85;
  margin: 0; line-height: 1.5;
}
.pd-form-grid{
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 14px; margin-bottom: 14px;
}
.pd-field{position: relative}
.pd-field--full{grid-column: 1 / -1}
.pd-field input,
.pd-field select,
.pd-field textarea{
  width: 100%;
  padding: 16px 14px 8px;
  background: #fafbfd;
  border: 1px solid rgba(5,68,139,.12);
  border-radius: 10px;
  font-size: 14px;
  font-family: inherit;
  color: #0a1d3d;
  transition: border-color .2s ease, background .2s ease;
}
.pd-field textarea{padding-top: 24px; resize: vertical; min-height: 90px}
.pd-field input:focus,
.pd-field select:focus,
.pd-field textarea:focus{
  outline: none;
  border-color: #1c73d6;
  background: #fff;
}
.pd-field label{
  position: absolute;
  left: 14px; top: 14px;
  font-size: 13px; color: #8090a8;
  pointer-events: none;
  transition: all .2s ease;
}
.pd-field label span{color: #ef4444; margin-left: 2px}
.pd-field input:focus + label,
.pd-field input:not(:placeholder-shown) + label,
.pd-field select:focus + label,
.pd-field select:valid + label,
.pd-field textarea:focus + label,
.pd-field textarea:not(:placeholder-shown) + label{
  top: 4px;
  font-size: 10px;
  font-weight: 600;
  color: var(--brand);
  letter-spacing: .04em;
  text-transform: uppercase;
}
.pd-field select{
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2305448b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M6 9l6 6 6-6'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 36px;
}
.pd-form-submit{
  width: 100%;
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px;
  padding: 14px 20px;
  margin-top: 4px;
}
.pd-form-submit svg{width: 18px; height: 18px; flex-shrink: 0}
.btn-block{width: 100%}
.pd-form-success{
  display: none;
  margin-top: 14px;
  padding: 14px 16px;
  background: rgba(34,197,94,.08);
  border: 1px solid rgba(34,197,94,.25);
  border-radius: 10px;
  text-align: center;
  flex-direction: column;
  gap: 4px;
  color: #15803d;
}
.pd-form-success.show{display: flex}
.pd-form-success svg{
  width: 32px; height: 32px;
  margin: 0 auto 4px;
  stroke: #16a34a;
}
.pd-form-success strong{font-size: 14px; color: #15803d}
.pd-form-success span{font-size: 12px; color: #166534}

/* ====================================================================
 * Bullet benefit list (overview replacement for Lion-style content)
 * ==================================================================== */
.pd-bullet-list{
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.pd-bullet-list li{
  display: flex; gap: 14px;
  align-items: flex-start;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid rgba(5,68,139,.08);
  border-radius: 12px;
  transition: all .25s ease;
}
.pd-bullet-list li:hover{
  border-color: rgba(28,115,214,.25);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(5,68,139,.08);
}
.pd-bullet-list li svg{
  width: 22px; height: 22px; flex-shrink: 0;
  stroke: #1c73d6; margin-top: 1px;
}
.pd-bullet-list li > div{
  font-size: 14.5px; color: #4a5568;
  line-height: 1.6;
}
.pd-bullet-list li strong{
  display: block;
  color: #0a1d3d;
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 700;
}

/* ====================================================================
 * Need some help (dark blue band, 3 cards)
 * ==================================================================== */
.pd-help{
  position: relative;
  padding: 80px 0;
  background: linear-gradient(135deg, #05448b 0%, #0a1d3d 100%);
  color: #fff;
  overflow: hidden;
}
.pd-help::before{
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: radial-gradient(ellipse at center, #000 0%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 0%, transparent 70%);
  pointer-events: none;
}
.pd-help-head{
  position: relative; z-index: 1;
  text-align: center; margin-bottom: 40px;
}
.pd-eyebrow--light{
  background: rgba(255,255,255,.1);
  color: #cfe1f6;
}
.pd-help-head h2{
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 700; letter-spacing: -0.02em;
  margin: 0;
}
.pd-help-grid{
  position: relative; z-index: 1;
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.pd-help-card{
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  padding: 28px 26px;
  backdrop-filter: blur(12px);
  transition: all .3s ease;
}
.pd-help-card:hover{
  border-color: rgba(255,255,255,.25);
  background: rgba(255,255,255,.10);
  transform: translateY(-3px);
}
.pd-help-icon{
  width: 48px; height: 48px;
  border-radius: 12px;
  background: rgba(255,255,255,.1);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.pd-help-icon svg{width: 22px; height: 22px; stroke: #fff}
.pd-help-card h3{
  font-size: 18px; font-weight: 700;
  color: #fff; margin: 0 0 8px;
}
.pd-help-card p{
  font-size: 14px; line-height: 1.6;
  color: rgba(255,255,255,.78);
  margin: 0 0 18px;
}
.pd-help-btn{
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 14px; font-weight: 600;
  color: #fff;
  text-decoration: none;
  padding-bottom: 4px;
  border-bottom: 1.5px solid rgba(255,255,255,.4);
  transition: border-color .2s ease;
}
.pd-help-btn:hover{border-color: #fff}
.pd-help-phone{
  display: inline-block;
  font-size: 17px; font-weight: 700;
  color: #fff;
  text-decoration: none;
  letter-spacing: -0.01em;
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px){
  .pr-grid{grid-template-columns: repeat(2, 1fr)}
  .pd-hero-grid{grid-template-columns: 1fr; gap: 40px}
  .pd-hero--form .pd-hero-grid--form{grid-template-columns: 1fr}
  .pd-overview-body{grid-template-columns: 1fr}
  .pd-elig-grid{grid-template-columns: 1fr}
  .pd-benefits-grid{grid-template-columns: repeat(2, 1fr)}
  .pd-process-grid{grid-template-columns: repeat(2, 1fr)}
  .pd-related-grid{grid-template-columns: repeat(2, 1fr)}
  .pd-faq-grid{grid-template-columns: 1fr}
  .pd-bullet-list{grid-template-columns: 1fr}
  .pd-help-grid{grid-template-columns: 1fr}
  .pr-cta-card{grid-template-columns: 1fr; gap: 24px; padding: 36px}
}

@media (max-width: 640px){
  .pr-hero{padding: 110px 0 50px}
  .pr-grid{grid-template-columns: 1fr}
  .pr-hero-stats{grid-template-columns: repeat(3, 1fr); gap: 16px; padding: 14px 16px}
  .pr-hero-stats strong{font-size: 18px}
  .pd-benefits-grid, .pd-process-grid, .pd-related-grid{grid-template-columns: 1fr}
  .pd-hero{padding: 110px 0 50px}
  .pd-overview, .pd-benefits, .pd-eligibility, .pd-process, .pd-faq, .pd-related, .pd-help{padding: 50px 0}
  .pd-form-grid{grid-template-columns: 1fr}
  .pd-hero-meta{grid-template-columns: repeat(3, 1fr); gap: 12px; padding: 12px}
  .pd-hero-meta strong{font-size: 18px}
}
