.hero-section[data-astro-cid-ydrcx7ps]{display:flex;flex-direction:column;align-items:center;gap:2rem;margin-bottom:3rem}.hero-content[data-astro-cid-ydrcx7ps]{text-align:center}.hero-buttons[data-astro-cid-ydrcx7ps]{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:1rem}.primary-button[data-astro-cid-ydrcx7ps]{background-color:#38b000;color:#fff;padding:.6rem 1.2rem;border-radius:.25rem;text-decoration:none;display:inline-block;font-weight:700;transition:background-color .2s}.primary-button[data-astro-cid-ydrcx7ps]:hover{background-color:#2d9200}.secondary-button[data-astro-cid-ydrcx7ps]{background-color:#fff;color:#38b000;border:1px solid #38b000;padding:.6rem 1.2rem;border-radius:.25rem;text-decoration:none;display:inline-block;font-weight:700;transition:all .2s}.secondary-button[data-astro-cid-ydrcx7ps]:hover{background-color:#f0fff4;border-color:#2d9200;color:#2d9200}.content-section[data-astro-cid-ydrcx7ps]{margin:3rem 0}.section-title[data-astro-cid-ydrcx7ps]{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;border-bottom:3px solid #38b000;display:inline-block;padding-bottom:.3rem}.tutorials-grid[data-astro-cid-ydrcx7ps]{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.tutorial-card[data-astro-cid-ydrcx7ps]{border:1px solid #e2e8f0;border-radius:.5rem;overflow:hidden;text-decoration:none;color:inherit;transition:transform .2s,box-shadow .2s}.tutorial-card[data-astro-cid-ydrcx7ps]:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a}.card-content[data-astro-cid-ydrcx7ps]{padding:1.5rem;display:flex;justify-content:space-between;align-items:center}.card-title[data-astro-cid-ydrcx7ps]{font-size:1.1rem;font-weight:500;margin:0;flex:1}.card-arrow[data-astro-cid-ydrcx7ps]{color:#38b000}.tutorials-list[data-astro-cid-ydrcx7ps]{display:flex;flex-direction:column;gap:.75rem}.tutorial-link[data-astro-cid-ydrcx7ps]{display:flex;align-items:center;padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:.5rem;text-decoration:none;color:inherit;transition:background-color .2s,transform .2s}.tutorial-link[data-astro-cid-ydrcx7ps]:hover{background-color:#f8fafc;transform:translate(5px)}.tutorial-number[data-astro-cid-ydrcx7ps]{background-color:#38b000;color:#fff;width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;margin-right:1rem;flex-shrink:0}.tutorial-title[data-astro-cid-ydrcx7ps]{flex:1}.tutorial-icon[data-astro-cid-ydrcx7ps]{color:#38b000;margin-left:1rem}.interactive-card[data-astro-cid-ydrcx7ps]{display:flex;flex-direction:column;background-color:#f0fff4;border-radius:.5rem;overflow:hidden;margin-bottom:2rem}.interactive-content[data-astro-cid-ydrcx7ps]{padding:2rem}.interactive-content[data-astro-cid-ydrcx7ps] h3[data-astro-cid-ydrcx7ps]{margin-top:0;color:#38b000}.interactive-image[data-astro-cid-ydrcx7ps]{height:200px;background-color:#38b000;position:relative;display:flex;align-items:center;justify-content:center}.pulse-animation[data-astro-cid-ydrcx7ps]{width:80px;height:80px;background-color:#ffffff4d;border-radius:50%;position:relative}.pulse-animation[data-astro-cid-ydrcx7ps]:before,.pulse-animation[data-astro-cid-ydrcx7ps]:after{content:"";position:absolute;inset:0;border-radius:50%;background-color:#ffffff4d;animation:pulse 2s infinite}.pulse-animation[data-astro-cid-ydrcx7ps]:after{animation-delay:.5s}@keyframes pulse{0%{transform:scale(1);opacity:1}to{transform:scale(2);opacity:0}}.resources-section[data-astro-cid-ydrcx7ps]{margin-bottom:2.5rem}.resources-subtitle[data-astro-cid-ydrcx7ps]{font-size:1.25rem;color:#38b000;margin-bottom:1rem}.resources-grid[data-astro-cid-ydrcx7ps]{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.resource-card[data-astro-cid-ydrcx7ps]{padding:1.5rem;border:1px solid #e2e8f0;border-radius:.5rem;text-decoration:none;color:inherit;transition:transform .2s,box-shadow .2s;display:flex;justify-content:space-between;align-items:center}.resource-card[data-astro-cid-ydrcx7ps]:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a}.resource-title[data-astro-cid-ydrcx7ps]{margin:0;font-size:1rem;font-weight:500}.resource-icon[data-astro-cid-ydrcx7ps]{color:#38b000}.considerations-card[data-astro-cid-ydrcx7ps],.disclaimer-card[data-astro-cid-ydrcx7ps]{background-color:#f8fafc;border-radius:.5rem;padding:1.5rem}.considerations-card[data-astro-cid-ydrcx7ps] p[data-astro-cid-ydrcx7ps],.disclaimer-card[data-astro-cid-ydrcx7ps] p[data-astro-cid-ydrcx7ps]{margin-top:0;color:#4b5563}.disclaimer-footer[data-astro-cid-ydrcx7ps]{font-size:.875rem;color:#6b7280;margin-bottom:0;border-top:1px solid #e2e8f0;padding-top:1rem;margin-top:1rem}.animated-title[data-astro-cid-ydrcx7ps]{position:relative}.animated-title[data-astro-cid-ydrcx7ps]:after{content:"✨ New";position:absolute;top:-10px;right:-60px;background-color:#38b000;color:#fff;font-size:.75rem;font-weight:400;padding:.25rem .5rem;border-radius:9999px;animation:fadeInOut 3s infinite}@keyframes fadeInOut{0%,to{opacity:.7}50%{opacity:1}}@media (min-width: 768px){.hero-section[data-astro-cid-ydrcx7ps]{flex-direction:row;justify-content:space-between;align-items:center}.hero-content[data-astro-cid-ydrcx7ps]{text-align:left}.hero-buttons[data-astro-cid-ydrcx7ps]{justify-content:flex-start}.interactive-card[data-astro-cid-ydrcx7ps]{flex-direction:row}.interactive-content[data-astro-cid-ydrcx7ps]{flex:1}.interactive-image[data-astro-cid-ydrcx7ps]{width:300px;height:auto}}
