.elementor-692 .elementor-element.elementor-element-241f63b1{--display:flex;}.elementor-692 .elementor-element.elementor-element-16f5176{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=DM+Sans:wght@300;400;500;600&display=swap');

:root {
  --fpg-navy: #23487b;
  --fpg-navy-light: #2d5a99;
  --fpg-green: #6ea907;
  --fpg-green-light: #89cc09;
  --fpg-green-pale: #f0f7e0;
  --fpg-gold: #d4a83a;
  --fpg-text-dark: #0d1b2e;
  --fpg-text-mid: #3a4a5c;
  --fpg-text-light: #6b7c90;
  --fpg-white: #ffffff;
  --fpg-off-white: #f5f8fb;
  --fpg-border: rgba(110,169,7,0.20);
  --fpg-shadow: 0 4px 32px rgba(35,72,123,0.10);
}

.fpg-page {
  font-family: 'DM Sans', sans-serif;
  color: var(--fpg-text-dark);
  background: var(--fpg-white);
  line-height: 1.7;
  font-size: 16px;
}

/* HERO */
.fpg-hero {
  background: linear-gradient(135deg, #1a3560 0%, var(--fpg-navy) 55%, #1e3d1a 100%);
  padding: 90px 40px 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.fpg-hero::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(110,169,7,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.fpg-hero-label {
  display: inline-block;
  background: rgba(110,169,7,0.15);
  border: 1px solid rgba(110,169,7,0.40);
  color: #a8d63a;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 20px;
  margin-bottom: 28px;
}
.fpg-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 700;
  color: var(--fpg-white);
  line-height: 1.2;
  max-width: 760px;
  margin: 0 auto 24px;
  letter-spacing: -0.02em;
}
.fpg-hero h1 em { color: #a8d63a; font-style: normal; }
.fpg-hero-sub {
  font-size: 18px;
  color: rgba(255,255,255,0.72);
  max-width: 600px;
  margin: 0 auto 40px;
  font-weight: 300;
  line-height: 1.65;
}
.fpg-hero-cta {
  display: inline-block;
  background: var(--fpg-green);
  color: var(--fpg-white);
  padding: 15px 38px;
  border-radius: 7px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
}
.fpg-hero-cta:hover { background: var(--fpg-green-light); transform: translateY(-1px); }
.fpg-hero-note {
  margin-top: 16px;
  font-size: 12px;
  color: rgba(255,255,255,0.38);
  font-style: italic;
}

/* QUESTION BANNER */
.fpg-question {
  background: var(--fpg-off-white);
  border-top: 3px solid var(--fpg-green);
  padding: 52px 40px;
  text-align: center;
}
.fpg-question p {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fpg-green);
  margin-bottom: 16px;
}
.fpg-question blockquote {
  font-family: 'Playfair Display', serif;
  font-size: clamp(18px, 3vw, 26px);
  color: var(--fpg-navy);
  max-width: 820px;
  margin: 0 auto;
  font-style: italic;
  line-height: 1.5;
  font-weight: 400;
}

/* SECTIONS */
.fpg-section { padding: 72px 40px; }
.fpg-container { max-width: 1080px; margin: 0 auto; }
.fpg-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fpg-green);
  margin-bottom: 14px;
}
.fpg-divider {
  width: 48px; height: 3px;
  background: var(--fpg-green);
  border-radius: 2px;
  margin-bottom: 28px;
}
.fpg-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(26px, 3.5vw, 38px);
  font-weight: 700;
  color: var(--fpg-navy);
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
.fpg-lead {
  font-size: 17px;
  color: var(--fpg-text-mid);
  line-height: 1.75;
  margin-bottom: 28px;
  font-weight: 300;
}
.fpg-body {
  font-size: 15px;
  color: var(--fpg-text-mid);
  line-height: 1.75;
  margin-bottom: 20px;
}

/* TWO COLUMN */
.fpg-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

/* ACTIVITY CARDS */
.fpg-activities {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  margin-top: 8px;
}
.fpg-card {
  background: var(--fpg-white);
  border: 1px solid var(--fpg-border);
  border-radius: 10px;
  padding: 22px 20px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.fpg-card:hover { border-color: var(--fpg-green); box-shadow: var(--fpg-shadow); }
.fpg-card-icon {
  width: 36px; height: 36px;
  background: var(--fpg-green-pale);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 12px;
}
.fpg-card-icon svg { width: 18px; height: 18px; stroke: var(--fpg-green); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.fpg-card h4 { font-size: 14px; font-weight: 600; color: var(--fpg-navy); margin-bottom: 6px; }
.fpg-card p { font-size: 13px; color: var(--fpg-text-light); line-height: 1.55; }

/* DARK SECTION */
.fpg-dark { background: var(--fpg-navy); }
.fpg-dark h2 { color: var(--fpg-white); }
.fpg-dark .fpg-lead { color: rgba(255,255,255,0.72); }
.fpg-dark .fpg-label { color: #a8d63a; }
.fpg-dark .fpg-body { color: rgba(255,255,255,0.65); }
.fpg-dark .fpg-divider { background: var(--fpg-green); }

/* STEPS */
.fpg-steps { margin-top: 40px; display: flex; flex-direction: column; }
.fpg-step {
  display: flex; gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  align-items: flex-start;
}
.fpg-step:last-child { border-bottom: none; }
.fpg-step-num {
  width: 40px; height: 40px; min-width: 40px;
  border-radius: 50%;
  border: 1.5px solid var(--fpg-green);
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 700;
  color: #a8d63a;
  margin-top: 2px;
}
.fpg-step h4 { font-size: 16px; font-weight: 600; color: var(--fpg-white); margin-bottom: 6px; }
.fpg-step p { font-size: 14px; color: rgba(255,255,255,0.60); line-height: 1.65; }

/* URGENCY BOX */
.fpg-urgency {
  background: rgba(212,168,58,0.10);
  border: 1px solid rgba(212,168,58,0.30);
  border-radius: 12px;
  padding: 28px 32px;
  margin-top: 40px;
}
.fpg-urgency h4 {
  font-size: 15px; font-weight: 700;
  color: var(--fpg-gold);
  margin-bottom: 10px;
  display: flex; align-items: center; gap: 10px;
}
.fpg-urgency h4::before {
  content: ''; width: 8px; height: 8px;
  border-radius: 50%; background: var(--fpg-gold); display: inline-block;
}
.fpg-urgency p { font-size: 14px; color: rgba(255,255,255,0.65); line-height: 1.7; }

/* CTA / CONTACT */
.fpg-cta { background: var(--fpg-off-white); text-align: center; }
.fpg-cta-card {
  background: var(--fpg-white);
  border: 1px solid var(--fpg-border);
  border-radius: 16px;
  padding: 52px 48px;
  max-width: 680px;
  margin: 0 auto;
  box-shadow: var(--fpg-shadow);
}
.fpg-cta-card h2 { margin-bottom: 16px; }
.fpg-cta-card .fpg-lead { margin-bottom: 36px; }

/* FORM */
.fpg-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.fpg-field { display: flex; flex-direction: column; gap: 6px; }
.fpg-field label { font-size: 13px; font-weight: 500; color: var(--fpg-text-mid); text-align: left; }
.fpg-field input,
.fpg-field textarea {
  border: 1px solid rgba(0,0,0,0.13);
  border-radius: 7px;
  padding: 11px 14px;
  font-size: 14px;
  font-family: 'DM Sans', sans-serif;
  color: var(--fpg-text-dark);
  background: var(--fpg-white);
  outline: none;
  transition: border-color 0.2s;
  width: 100%;
}
.fpg-field input:focus,
.fpg-field textarea:focus { border-color: var(--fpg-green); }
.fpg-full { grid-column: 1 / -1; }
.fpg-submit {
  width: 100%;
  background: var(--fpg-green);
  color: var(--fpg-white);
  border: none;
  padding: 14px;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 600;
  font-family: 'DM Sans', sans-serif;
  cursor: pointer;
  margin-top: 8px;
  transition: background 0.2s;
}
.fpg-submit:hover { background: var(--fpg-green-light); }
.fpg-disclaimer {
  font-size: 11px;
  color: var(--fpg-text-light);
  margin-top: 14px;
  line-height: 1.6;
  font-style: italic;
  text-align: left;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .fpg-two-col { grid-template-columns: 1fr; gap: 32px; }
  .fpg-section { padding: 52px 20px; }
  .fpg-hero { padding: 60px 20px; }
  .fpg-question { padding: 40px 20px; }
  .fpg-cta-card { padding: 36px 24px; }
  .fpg-form-grid { grid-template-columns: 1fr; }
}/* End custom CSS */