.hero[data-astro-cid-fmgelhwa]{padding:5rem 2rem 4rem;background:var(--slate, #2D3E50);position:relative;overflow:hidden}.hero-orb[data-astro-cid-fmgelhwa]{position:absolute;border-radius:50%;filter:blur(80px);opacity:.3}.hero-orb-1[data-astro-cid-fmgelhwa]{width:400px;height:400px;background:var(--deep-teal, #0D7377);top:-150px;left:-100px;animation:orbMove1 15s ease-in-out infinite}.hero-orb-2[data-astro-cid-fmgelhwa]{width:300px;height:300px;background:var(--coral, #E8735F);bottom:-100px;right:-50px;animation:orbMove2 12s ease-in-out infinite}.hero-orb-3[data-astro-cid-fmgelhwa]{width:200px;height:200px;background:var(--warm-gold, #D4A84B);top:50%;left:50%;animation:orbMove3 18s ease-in-out infinite}@keyframes orbMove1{0%,to{transform:translate(0)}50%{transform:translate(50px,30px)}}@keyframes orbMove2{0%,to{transform:translate(0)}50%{transform:translate(-30px,-40px)}}@keyframes orbMove3{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.2)}}.hero-inner[data-astro-cid-fmgelhwa]{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:10}.hero-label[data-astro-cid-fmgelhwa]{display:inline-block;font-size:.75rem;font-weight:600;color:var(--deep-teal-light, #E0F2F2);text-transform:uppercase;letter-spacing:.15em;margin-bottom:1.25rem;padding:.5rem 1rem;background:#0d737733;border-radius:100px}.hero[data-astro-cid-fmgelhwa] h1[data-astro-cid-fmgelhwa]{font-size:3.25rem;color:#fff;margin-bottom:1.25rem;line-height:1.1}.hero[data-astro-cid-fmgelhwa] h1[data-astro-cid-fmgelhwa] span[data-astro-cid-fmgelhwa]{background:linear-gradient(90deg,var(--deep-teal-light, #E0F2F2),var(--coral-light, #FDEAE7));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero[data-astro-cid-fmgelhwa] p[data-astro-cid-fmgelhwa]{font-size:1.2rem;color:#fffc;line-height:1.7;max-width:650px;margin:0 auto 2rem}.hero-stats[data-astro-cid-fmgelhwa]{display:flex;justify-content:center;gap:3rem}.hero-stat[data-astro-cid-fmgelhwa]{text-align:center}.hero-stat-number[data-astro-cid-fmgelhwa]{font-size:2.5rem;font-weight:700;color:#fff;font-family:var(--font-serif, "Fraunces", Georgia, serif);display:block}.hero-stat-label[data-astro-cid-fmgelhwa]{font-size:.875rem;color:#fff9}.main-content[data-astro-cid-fmgelhwa]{max-width:1200px;margin:0 auto;padding:3rem 2rem}.resource-section[data-astro-cid-fmgelhwa]{margin-bottom:4rem}.section-header[data-astro-cid-fmgelhwa]{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid rgba(45,62,80,.1)}.section-icon[data-astro-cid-fmgelhwa]{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.section-header[data-astro-cid-fmgelhwa]:hover .section-icon[data-astro-cid-fmgelhwa]{transform:scale(1.1) rotate(5deg)}.section-icon[data-astro-cid-fmgelhwa].teal{background:var(--deep-teal, #0D7377);color:#fff}.section-icon[data-astro-cid-fmgelhwa].coral{background:var(--coral, #E8735F);color:#fff}.section-icon[data-astro-cid-fmgelhwa].gold{background:var(--warm-gold, #D4A84B);color:#fff}.section-title[data-astro-cid-fmgelhwa] h2[data-astro-cid-fmgelhwa]{font-size:1.5rem;color:var(--slate, #2D3E50)}.section-title[data-astro-cid-fmgelhwa] p[data-astro-cid-fmgelhwa]{font-size:.9rem;color:var(--slate-light, #4A5D6F)}.resource-grid[data-astro-cid-fmgelhwa]{display:grid;grid-template-columns:repeat(12,1fr);gap:1.5rem}.pillar-card[data-astro-cid-fmgelhwa]{grid-column:span 8;background:#fff;border-radius:20px;padding:2rem;box-shadow:0 4px 20px #2d3e500f;transition:all .4s ease;position:relative;overflow:hidden}.pillar-card[data-astro-cid-fmgelhwa]:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:linear-gradient(180deg,var(--deep-teal, #0D7377) 0%,var(--coral, #E8735F) 100%);transform:scaleY(0);transform-origin:top;transition:transform .4s ease}.pillar-card[data-astro-cid-fmgelhwa]:hover{transform:translateY(-6px);box-shadow:0 20px 50px #0d73771f}.pillar-card[data-astro-cid-fmgelhwa]:hover:before{transform:scaleY(1)}.pillar-header[data-astro-cid-fmgelhwa]{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.pillar-icon[data-astro-cid-fmgelhwa]{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .3s ease}.pillar-card[data-astro-cid-fmgelhwa]:hover .pillar-icon[data-astro-cid-fmgelhwa]{transform:scale(1.1)}.pillar-icon[data-astro-cid-fmgelhwa].teal{background:var(--deep-teal-light, #E0F2F2);color:var(--deep-teal, #0D7377)}.pillar-icon[data-astro-cid-fmgelhwa].coral{background:var(--coral-light, #FDEAE7);color:var(--coral, #E8735F)}.pillar-icon[data-astro-cid-fmgelhwa].gold{background:var(--warm-gold-light, #FDF6E8);color:var(--warm-gold, #D4A84B)}.pillar-title-group[data-astro-cid-fmgelhwa]{flex:1}.pillar-badge[data-astro-cid-fmgelhwa]{display:inline-block;font-size:.6rem;font-weight:700;padding:.25rem .6rem;background:var(--deep-teal, #0D7377);color:#fff;border-radius:4px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem}.pillar-card[data-astro-cid-fmgelhwa] h3[data-astro-cid-fmgelhwa]{font-size:1.25rem;color:var(--slate, #2D3E50);margin-bottom:.25rem}.pillar-card[data-astro-cid-fmgelhwa] h3[data-astro-cid-fmgelhwa] a[data-astro-cid-fmgelhwa]{text-decoration:none;color:inherit;transition:color .3s ease}.pillar-card[data-astro-cid-fmgelhwa] h3[data-astro-cid-fmgelhwa] a[data-astro-cid-fmgelhwa]:hover{color:var(--deep-teal, #0D7377)}.pillar-card[data-astro-cid-fmgelhwa]>p[data-astro-cid-fmgelhwa]{color:var(--slate-light, #4A5D6F);line-height:1.6;margin-bottom:1.25rem}.child-links[data-astro-cid-fmgelhwa]{display:grid;grid-template-columns:repeat(2,1fr);gap:.375rem;padding-top:1.25rem;border-top:1px solid rgba(45,62,80,.08)}.child-link[data-astro-cid-fmgelhwa]{display:flex;align-items:center;gap:.5rem;padding:.625rem .875rem;border-radius:8px;font-size:.85rem;color:var(--slate, #2D3E50);font-weight:500;transition:all .2s ease;background:var(--cream, #FDFCFA);text-decoration:none}.child-link[data-astro-cid-fmgelhwa]:hover{background:var(--deep-teal, #0D7377);color:#fff;transform:translate(4px)}.child-link[data-astro-cid-fmgelhwa] svg[data-astro-cid-fmgelhwa]{width:14px;height:14px;opacity:.5;transition:opacity .2s ease;flex-shrink:0}.child-link[data-astro-cid-fmgelhwa]:hover svg[data-astro-cid-fmgelhwa]{opacity:1}.resource-card[data-astro-cid-fmgelhwa]{grid-column:span 4;background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px #2d3e500f;transition:all .3s ease;display:flex;flex-direction:column}.resource-card[data-astro-cid-fmgelhwa]:hover{transform:translateY(-4px);box-shadow:0 15px 40px #0d73771a}.resource-card[data-astro-cid-fmgelhwa] h3[data-astro-cid-fmgelhwa]{font-size:1.05rem;color:var(--slate, #2D3E50);margin-bottom:.5rem}.resource-card[data-astro-cid-fmgelhwa] h3[data-astro-cid-fmgelhwa] a[data-astro-cid-fmgelhwa]{text-decoration:none;color:inherit;transition:color .3s ease}.resource-card[data-astro-cid-fmgelhwa] h3[data-astro-cid-fmgelhwa] a[data-astro-cid-fmgelhwa]:hover{color:var(--deep-teal, #0D7377)}.resource-card[data-astro-cid-fmgelhwa] p[data-astro-cid-fmgelhwa]{font-size:.875rem;color:var(--slate-light, #4A5D6F);line-height:1.5;flex:1}.coming-soon[data-astro-cid-fmgelhwa]{display:inline-flex;align-items:center;gap:.375rem;font-size:.7rem;font-weight:600;padding:.375rem .625rem;background:var(--warm-gold-light, #FDF6E8);color:var(--warm-gold, #D4A84B);border-radius:4px;margin-bottom:.75rem}.coming-soon[data-astro-cid-fmgelhwa] svg[data-astro-cid-fmgelhwa]{width:12px;height:12px}.coming-soon-card[data-astro-cid-fmgelhwa]{opacity:.85}.downloads-section[data-astro-cid-fmgelhwa]{background:linear-gradient(135deg,var(--deep-teal, #0D7377) 0%,var(--deep-teal-dark, #095456) 100%);padding:4rem 2rem;margin:0 -2rem;border-radius:24px}.downloads-header[data-astro-cid-fmgelhwa]{text-align:center;margin-bottom:2rem}.downloads-header[data-astro-cid-fmgelhwa] h2[data-astro-cid-fmgelhwa]{font-size:1.75rem;color:#fff;margin-bottom:.5rem}.downloads-header[data-astro-cid-fmgelhwa] p[data-astro-cid-fmgelhwa]{color:#ffffffb3}.downloads-grid[data-astro-cid-fmgelhwa]{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:1000px;margin:0 auto}.download-card[data-astro-cid-fmgelhwa]{background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:16px;padding:1.5rem;transition:all .3s ease;backdrop-filter:blur(10px);text-decoration:none;display:block}.download-card[data-astro-cid-fmgelhwa]:hover{background:#ffffff26;transform:translateY(-4px);border-color:#ffffff4d}.download-card-icon[data-astro-cid-fmgelhwa]{width:52px;height:60px;background:var(--coral, #E8735F);border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:1rem;position:relative}.download-card-icon[data-astro-cid-fmgelhwa]:before{content:"";position:absolute;top:0;right:0;width:14px;height:14px;background:#c4604e;clip-path:polygon(0 0,100% 100%,100% 0)}.download-card-icon[data-astro-cid-fmgelhwa] span[data-astro-cid-fmgelhwa]{font-size:.65rem;font-weight:700;color:#fff;margin-top:.25rem}.download-card[data-astro-cid-fmgelhwa] h3[data-astro-cid-fmgelhwa]{font-size:1rem;color:#fff;margin-bottom:.375rem;font-family:var(--font-sans, "Plus Jakarta Sans", system-ui, sans-serif);font-weight:600}.download-card[data-astro-cid-fmgelhwa] p[data-astro-cid-fmgelhwa]{font-size:.8rem;color:#fff9;line-height:1.5;margin-bottom:1rem}.download-btn[data-astro-cid-fmgelhwa]{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;color:var(--deep-teal, #0D7377);border-radius:8px;font-size:.8rem;font-weight:600;transition:all .3s ease}.download-card[data-astro-cid-fmgelhwa]:hover .download-btn[data-astro-cid-fmgelhwa]{background:var(--cream, #FDFCFA)}.cta-section[data-astro-cid-fmgelhwa]{padding:5rem 0;text-align:center}.cta-inner[data-astro-cid-fmgelhwa]{max-width:600px;margin:0 auto}.cta-inner[data-astro-cid-fmgelhwa] h2[data-astro-cid-fmgelhwa]{font-size:1.75rem;color:var(--slate, #2D3E50);margin-bottom:1rem}.cta-inner[data-astro-cid-fmgelhwa] p[data-astro-cid-fmgelhwa]{color:var(--slate-light, #4A5D6F);margin-bottom:1.5rem;line-height:1.7}.cta-btn[data-astro-cid-fmgelhwa]{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:var(--coral, #E8735F);color:#fff;border-radius:12px;font-weight:600;font-size:1rem;transition:all .3s ease;text-decoration:none}.cta-btn[data-astro-cid-fmgelhwa]:hover{background:#d4604e;transform:translateY(-2px);box-shadow:0 10px 30px #e8735f4d}@media(max-width:1024px){.pillar-card[data-astro-cid-fmgelhwa]{grid-column:span 12}.resource-card[data-astro-cid-fmgelhwa]{grid-column:span 6}.child-links[data-astro-cid-fmgelhwa]{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.hero[data-astro-cid-fmgelhwa] h1[data-astro-cid-fmgelhwa]{font-size:2.5rem}.hero-stats[data-astro-cid-fmgelhwa]{gap:2rem}.hero-stat-number[data-astro-cid-fmgelhwa]{font-size:2rem}.resource-card[data-astro-cid-fmgelhwa]{grid-column:span 12}.downloads-grid[data-astro-cid-fmgelhwa],.child-links[data-astro-cid-fmgelhwa]{grid-template-columns:1fr}}@media(max-width:480px){.hero-stats[data-astro-cid-fmgelhwa]{flex-direction:column;gap:1rem}.section-header[data-astro-cid-fmgelhwa]{flex-direction:column;text-align:center}}
