.hero-section[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;justify-content:space-between;min-height:85vh;padding:0 5%;max-width:1400px;margin:0 auto;gap:4rem;overflow:hidden}.hero-content[data-astro-cid-bbe6dxrz]{flex:1;max-width:600px;z-index:2}.badge[data-astro-cid-bbe6dxrz]{display:inline-block;padding:.5rem 1.2rem;background-color:#a4d9c530;color:var(--color-secondary);border-radius:var(--radius-lg);font-weight:700;font-size:.85rem;margin-bottom:1.5rem;letter-spacing:1px;text-transform:uppercase}h1[data-astro-cid-bbe6dxrz]{font-size:clamp(2.5rem,5vw,4.5rem);margin-bottom:1.5rem;color:var(--color-text)}.highlight[data-astro-cid-bbe6dxrz]{color:var(--color-primary);position:relative;display:inline-block}.highlight[data-astro-cid-bbe6dxrz]:after{content:"";position:absolute;bottom:8px;left:0;width:100%;height:12px;background-color:#f2aebb40;z-index:-1;border-radius:4px;transform:skew(-15deg)}p[data-astro-cid-bbe6dxrz]{font-size:1.25rem;color:var(--color-text-light);margin-bottom:2.5rem;max-width:500px}.hero-actions[data-astro-cid-bbe6dxrz]{display:flex;gap:1rem}.btn[data-astro-cid-bbe6dxrz]{padding:1rem 2rem;border-radius:var(--radius-lg);font-weight:600;font-size:1.1rem;cursor:pointer;box-shadow:var(--shadow-sm);display:inline-flex;align-items:center;justify-content:center}.btn-primary[data-astro-cid-bbe6dxrz]{background-color:var(--color-primary);color:#fff}.btn-primary[data-astro-cid-bbe6dxrz]:hover{background-color:var(--color-primary-hover);transform:translateY(-3px);box-shadow:var(--shadow-md)}.btn-secondary[data-astro-cid-bbe6dxrz]{background-color:#fff;color:var(--color-text);border:1px solid #e2e8f0}.btn-secondary[data-astro-cid-bbe6dxrz]:hover{background-color:#f7fafc;transform:translateY(-3px)}.hero-image-wrapper[data-astro-cid-bbe6dxrz]{flex:1;position:relative;display:flex;justify-content:center;align-items:center}.hero-image[data-astro-cid-bbe6dxrz]{width:100%;max-width:500px;height:auto;border-radius:30px 100px;box-shadow:var(--shadow-md);object-fit:cover;aspect-ratio:4/5;border:8px solid white}.glassmorphism[data-astro-cid-bbe6dxrz]{background:#ffffffbf;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.6)}.floating-card[data-astro-cid-bbe6dxrz]{position:absolute;bottom:10%;left:-10%;padding:1.2rem 1.8rem;border-radius:var(--radius-md);display:flex;align-items:center;gap:1rem;box-shadow:var(--shadow-md);animation:float 5s ease-in-out infinite}.icon[data-astro-cid-bbe6dxrz]{font-size:2.5rem}.card-text[data-astro-cid-bbe6dxrz]{display:flex;flex-direction:column}.card-text[data-astro-cid-bbe6dxrz] strong[data-astro-cid-bbe6dxrz]{font-size:1.3rem;color:var(--color-text);line-height:1;margin-bottom:.2rem}.card-text[data-astro-cid-bbe6dxrz] span[data-astro-cid-bbe6dxrz]{font-size:.95rem;color:var(--color-text-light)}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.fade-in-up[data-astro-cid-bbe6dxrz]{opacity:0;transform:translateY(30px);animation:fadeInUp .8s cubic-bezier(.16,1,.3,1) forwards}.delay-1[data-astro-cid-bbe6dxrz]{animation-delay:.2s}.delay-2[data-astro-cid-bbe6dxrz]{animation-delay:.4s}.delay-3[data-astro-cid-bbe6dxrz]{animation-delay:.6s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@media(max-width:968px){.hero-section[data-astro-cid-bbe6dxrz]{flex-direction:column;text-align:center;padding-top:4rem;gap:3rem}.hero-content[data-astro-cid-bbe6dxrz]{display:flex;flex-direction:column;align-items:center}.hero-actions[data-astro-cid-bbe6dxrz]{justify-content:center}.floating-card[data-astro-cid-bbe6dxrz]{left:10%;bottom:-20px}}.recipes-section[data-astro-cid-wyvy2yoh]{padding:6rem 5%;max-width:1200px;margin:0 auto}.section-header[data-astro-cid-wyvy2yoh]{text-align:center;margin-bottom:4rem}.badge[data-astro-cid-wyvy2yoh]{display:inline-block;padding:.4rem 1.2rem;background-color:#f2aebb25;color:var(--color-primary);border-radius:var(--radius-lg);font-weight:700;font-size:.85rem;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}h2[data-astro-cid-wyvy2yoh]{font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem}.highlight[data-astro-cid-wyvy2yoh]{color:var(--color-secondary)}p[data-astro-cid-wyvy2yoh]{color:var(--color-text-light);font-size:1.1rem}.recipes-grid[data-astro-cid-wyvy2yoh]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-bottom:3rem}.recipe-card[data-astro-cid-wyvy2yoh]{background:#fff;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;text-decoration:none;color:inherit}.recipe-card[data-astro-cid-wyvy2yoh]:hover{transform:translateY(-8px);box-shadow:var(--shadow-md)}.recipe-img-wrapper[data-astro-cid-wyvy2yoh]{height:220px;background:linear-gradient(135deg,var(--color-quaternary) 0%,var(--color-tertiary) 100%);position:relative;display:flex;align-items:center;justify-content:center}.recipe-placeholder[data-astro-cid-wyvy2yoh]{font-size:5rem}.recipe-category[data-astro-cid-wyvy2yoh]{position:absolute;top:1rem;right:1rem;background:#ffffffe6;padding:.4rem 1rem;border-radius:var(--radius-sm);font-size:.85rem;font-weight:700;color:var(--color-text)}.recipe-content[data-astro-cid-wyvy2yoh]{padding:1.5rem}.recipe-content[data-astro-cid-wyvy2yoh] h3[data-astro-cid-wyvy2yoh]{font-size:1.3rem;margin-bottom:1rem;transition:color .2s}.recipe-card[data-astro-cid-wyvy2yoh]:hover h3[data-astro-cid-wyvy2yoh]{color:var(--color-primary)}.recipe-meta[data-astro-cid-wyvy2yoh]{display:flex;justify-content:space-between;color:var(--color-text-light);font-size:.95rem;font-weight:500}.text-center[data-astro-cid-wyvy2yoh]{text-align:center}.mt-4[data-astro-cid-wyvy2yoh]{margin-top:2rem}.btn-secondary[data-astro-cid-wyvy2yoh]{display:inline-block;padding:.8rem 2.5rem;border-radius:var(--radius-md);font-weight:600;background-color:transparent;color:var(--color-primary);border:2px solid var(--color-primary);transition:all .3s ease}.btn-secondary[data-astro-cid-wyvy2yoh]:hover{background-color:var(--color-primary);color:#fff}
