/* GEEDLEE — "Your stories. Their favourite player."
   Shared by the homepage and the Story Packs page. */

.glpl{padding:64px 0 58px;background:#fff;}
.glpl-in{max-width:1160px;margin:0 auto;padding:0 24px;text-align:center;}

.glpl-eyebrow{display:inline-flex;align-items:center;gap:10px;
  font-family:"Nunito",sans-serif;font-weight:900;font-size:.68rem;
  letter-spacing:.14em;text-transform:uppercase;color:#1E2559;margin:0 0 14px;}
.glpl-eyebrow i{color:#F0C24F;font-style:normal;font-size:.8rem;}

.glpl-h2{font-family:"Poppins",sans-serif;font-weight:700;
  font-size:clamp(1.75rem,4vw,2.9rem);line-height:1.1;letter-spacing:-.025em;
  color:#1E2559;margin:0 0 12px;}
.glpl-sub{font-family:"Nunito",sans-serif;font-size:1rem;line-height:1.55;
  color:#626878;margin:0 auto 40px;max-width:560px;}

.glpl-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;align-items:end;max-width:820px;margin:0 auto;}

.glpl-item{display:flex;flex-direction:column;align-items:center;}
.glpl-shot{width:100%;max-width:340px;height:auto;display:block;margin:0 auto 18px;}
.glpl-brand{font-family:"Poppins",sans-serif;font-weight:700;font-size:1.15rem;
  color:#1E2559;margin:0 0 8px;}
.glpl-note{font-family:"Nunito",sans-serif;font-size:.9rem;line-height:1.5;
  color:#626878;margin:0;max-width:250px;}

.glpl-foot{margin-top:40px;padding-top:26px;border-top:1px solid #EEF1F6;}
.glpl-mp3{display:inline-flex;align-items:center;gap:10px;
  font-family:"Nunito",sans-serif;font-size:.92rem;color:#626878;margin:0 0 20px;}
.glpl-mp3 b{color:#1E2559;}
.glpl-mp3 span{width:30px;height:30px;border-radius:50%;background:#F2ECFF;
  display:inline-flex;align-items:center;justify-content:center;color:#7860E7;flex:0 0 auto;}

.glpl-cta{display:inline-flex;align-items:center;gap:10px;
  font-family:"Nunito",sans-serif;font-weight:800;font-size:.95rem;color:#1E2559;
  background:#fff;border:1.5px solid #1E2559;border-radius:999px;
  padding:13px 30px;text-decoration:none;transition:background .16s,color .16s;}
.glpl-cta:hover{background:#1E2559;color:#fff;}

/* Independence notice. Three registered trademarks appear above, so this states
   plainly that Geedlee is not affiliated with any of them. It is not decorative
   and should not be removed. */
.glpl-disc{margin:34px auto 0;max-width:820px;background:#FAFAFC;
  border:1px solid #EEF1F6;border-radius:18px;padding:16px 20px;
  display:flex;align-items:flex-start;gap:12px;text-align:left;}
.glpl-disc svg{flex:0 0 auto;margin-top:1px;color:#7860E7;}
.glpl-disc p{font-family:"Nunito",sans-serif;font-size:.78rem;line-height:1.5;
  color:#626878;margin:0;}
.glpl-disc b{color:#1E2559;display:block;margin-bottom:2px;font-size:.82rem;}

@media(max-width:900px){
  .glpl{padding:52px 0 46px;}
  .glpl-grid{grid-template-columns:1fr;gap:38px;}
  .glpl-shot{max-width:290px;}
  .glpl-sub{margin-bottom:32px;}
  .glpl-note{max-width:300px;}
  /* Stacked so the sentence stays whole instead of breaking around the icon. */
  .glpl-mp3{flex-direction:column;gap:8px;text-align:center;}
  .glpl-disc{flex-direction:column;gap:8px;text-align:center;align-items:center;}
}
