.elementor-3883 .elementor-element.elementor-element-764395c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-3883 .elementor-element.elementor-element-a771b96{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-a771b96 *//* =============== G32 Parents — Blue (brand) + Purple accent =============== */
:root{
  --brand-blue: #004AAD;
  --brand-blue-dark: #003175;
  --accent-purple: #6a1b9a; /* purple accent as requested */
  --white: #ffffff;
  --muted:#6b7280;
  --card-shadow: 0 14px 36px rgba(3,28,78,0.06);
  --glass: rgba(255,255,255,0.92);
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
.container{ max-width:1200px; margin:0 auto; padding:0 20px; box-sizing:border-box; }

/* HERO */
.parent-hero {
  width:100%;
  min-height:360px;
  display:flex;
  align-items:center;
  background-image: url('https://literacydevelopmentfoundation.org/wp-content/uploads/2015/04/blog-3.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  color: var(--white);
}
.parent-hero::before{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,0.45) 0%, rgba(106,27,154,0.12) 100%); /* dark + purple soft */
  z-index:1;
}
.hero-inner{ position:relative; z-index:2; width:100%; }
.hero-copy{ max-width:760px; padding:48px 20px; }
.hero-copy h1{ font-size:34px; margin:0 0 8px; font-weight:800; line-height:1.02; color:var(--white); text-shadow: 0 8px 30px rgba(0,0,0,0.35); }
.lead{ color: rgba(255,255,255,0.95); margin-bottom:10px; font-size:16px; }

/* BUTTONS */
.btn{ display:inline-block; text-decoration:none; font-weight:700; border-radius:999px; padding:10px 18px; cursor:pointer; }
.btn-pill{ box-shadow: 0 10px 24px rgba(3,28,78,0.12); transition: transform .18s ease, box-shadow .18s ease; }
.btn-primary{ background:var(--white); color:var(--brand-blue); }
.btn-ghost{ background:transparent; border:2px solid rgba(255,255,255,0.14); color:var(--white); }
.btn-pill:hover{ transform: translateY(-4px); }

/* WHY */
.why{ padding:28px 0; background:#fff; }
.why-grid{ display:flex; gap:18px; align-items:stretch; justify-content:space-between; flex-wrap:wrap; }
.why-card{ flex:1 1 58%; background:var(--white); padding:18px; border-radius:12px; box-shadow:var(--card-shadow); }
.why-mini{ flex:1 1 36%; display:flex; gap:10px; justify-content:space-between; }
.mini{ background:linear-gradient(180deg, #fff, #fbfdff); padding:12px; border-radius:10px; text-align:center; box-shadow:var(--card-shadow); flex:1; }
.mini .num{ font-size:20px; font-weight:800; color:var(--brand-blue); }
.mini span{ display:block; color:var(--muted); font-size:13px; margin-top:6px; }

/* PRACTICAL STEPS */
.practical{ padding:26px 0; background:#f7fbff; }
.section-title{ font-size:20px; font-weight:800; color:var(--brand-blue-dark); margin-bottom:18px; }
.steps-grid{ display:grid; grid-template-columns: repeat(2,1fr); gap:16px; }
.step{ background:var(--white); border-radius:12px; padding:16px; box-shadow:var(--card-shadow); position:relative; overflow:hidden; }
.step-head{ display:flex; gap:12px; align-items:center; }
.step-no{ background:var(--accent-purple); color:#fff; width:40px; height:40px; border-radius:50%; display:inline-flex; align-items:center; justify-content:center; font-weight:800; box-shadow: 0 6px 18px rgba(106,27,154,0.12); margin-right:8px; }
.step h4{ margin:0; color:var(--brand-blue-dark); }

/* CHECKLIST BANNER */
.checklist-banner{ padding:28px 0; background:linear-gradient(90deg, rgba(106,27,154,0.03), rgba(0,74,173,0.02)); }
.checklist-inner{ display:flex; gap:20px; align-items:center; justify-content:space-between; flex-wrap:wrap; }
.checklist-media img{ width:420px; border-radius:12px; box-shadow:var(--card-shadow); display:block; }
.checklist-content{ flex:1 1 520px; padding:14px; }
.checklist-content h2{ margin:0 0 8px; color:var(--brand-blue-dark); }
.checklist-actions{ display:flex; gap:12px; margin-top:12px; }

/* RESOURCES */
.resources{ padding:26px 0; background:#fff; }
.resources-grid{ display:grid; grid-template-columns: repeat(2,1fr); gap:18px; }
.resource-card{ display:flex; background:linear-gradient(180deg,#fff,#fbfdff); border-radius:12px; overflow:hidden; box-shadow:var(--card-shadow); min-height:140px; }
.resource-cover{ width:36%; background-size:cover; background-position:center; }
.resource-body{ padding:16px; display:flex; flex-direction:column; gap:8px; flex:1; }
.resource-actions, .resource-actions{ margin-top:auto; display:flex; gap:10px; align-items:center; }
.btn-small{ padding:8px 12px; border-radius:10px; font-weight:700; }

/* outlines */
.btn-outline, .btn-outline:visited{ border:2px solid var(--brand-blue); background:transparent; color:var(--brand-blue); }

/* COMING SOON */
.coming{ padding:28px 0 60px; background:linear-gradient(180deg,#f6f9ff,#fff); }
.coming-inner{ display:flex; gap:12px; flex-wrap:wrap; align-items:stretch; }
.coming-card{ flex:1 1 44%; background:var(--white); padding:16px; border-radius:12px; box-shadow:var(--card-shadow); }
.coming-badge{ background:var(--accent-purple); color:#fff; padding:4px 8px; border-radius:8px; margin-left:8px; font-weight:800; }

/* RESPONSIVE */
@media(max-width:1100px){
  .steps-grid{ grid-template-columns: 1fr; }
  .resources-grid{ grid-template-columns: 1fr; }
  .hero-copy{ padding:34px 14px; text-align:center; }
  .checklist-media img{ width:320px; }
}
@media(max-width:600px){
  .parent-hero{ min-height:260px; background-position: top center; }
  .checklist-media img{ width:100%; display:block; }
  .why-grid{ flex-direction:column; }
}/* End custom CSS */