.hero{background-color:var(--bg-soft);padding:6rem 0;position:relative;overflow:hidden}.hero-content{grid-template-columns:1.2fr 1fr;align-items:center;gap:4rem;display:grid}.hero-text h1{color:var(--secondary);margin-bottom:1.5rem;font-size:4rem;font-weight:800;line-height:1.1}.hero-text h1 span{color:var(--primary)}.hero-text p{color:var(--text-muted);max-width:500px;margin-bottom:2.5rem;font-size:1.2rem}.hero-search{border-radius:var(--radius-md);box-shadow:var(--shadow-lg);border:1px solid var(--border-light);background:#fff;margin-bottom:2rem;padding:.5rem;display:flex}.hero-search input{border:none;outline:none;flex:1;padding:1rem 1.5rem;font-family:inherit;font-size:1rem}.hero-search button{border-radius:var(--radius-sm);padding:0 2rem}.hero-popular{color:var(--text-muted);align-items:center;gap:1rem;font-size:.9rem;display:flex}.hero-popular a{color:var(--secondary);font-weight:600;text-decoration:underline}.hero-popular a:hover{color:var(--primary)}.hero-image img{border-radius:var(--radius-lg);width:100%;height:auto;box-shadow:var(--shadow-lg);transition:transform .3s;transform:rotate(2deg)}.hero-image:hover img{transform:rotate(0)}@media (max-width:1024px){.hero-content{text-align:center;grid-template-columns:1fr}.hero-text h1{font-size:3rem}.hero-text p{margin-left:auto;margin-right:auto}.hero-search{max-width:600px;margin-left:auto;margin-right:auto}.hero-popular{justify-content:center}.hero-image{display:none}}
.my-recipes-section{font-family:var(--font-outfit), sans-serif;background-color:#f9f8f3;padding:4rem 1rem;overflow:hidden}.my-recipes-container{max-width:1200px;margin:0 auto;position:relative}.my-recipes-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.my-recipes-logo{letter-spacing:-1px;align-items:center;font-size:2.2rem;font-weight:900;display:flex}.my-recipes-logo span.my{color:#e91e63;align-items:center;display:flex}.my-recipes-logo span.recipes{color:#000}.heart-svg{width:2.2rem;height:2.2rem;margin-right:.3rem}.my-recipes-title-row{align-items:baseline;gap:1rem;margin-bottom:2rem;display:flex}.my-recipes-title-row h2{color:#1a1a1a;margin:0;font-size:2rem;font-weight:800}.my-recipes-title-row p{color:#555;margin:0;font-size:1.1rem}.recipe-cards-slider{scrollbar-width:none;gap:1.5rem;padding:1rem .5rem 2rem;display:flex;overflow-x:auto}.recipe-cards-slider::-webkit-scrollbar{display:none}.recipe-card-wrapper{min-width:300px;height:auto;margin-bottom:1rem}.recipe-card-inner.static{text-align:left;cursor:default;background:#fff;border-radius:12px;width:100%;height:100%;position:relative;overflow:hidden;box-shadow:0 4px 12px #00000014}.recipe-card-front{background:#fff;width:100%;height:100%;position:relative}.card-footer-actions{gap:.6rem;width:100%;margin-top:1.5rem;display:flex}.save-recipe-btn{cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #000;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:.3rem;padding:.6rem .4rem;font-size:.8rem;font-weight:800;transition:all .2s;display:flex}.view-recipe-btn{color:#fff;white-space:nowrap;background:#e55b13;border:none;border-radius:6px;flex:1;justify-content:center;align-items:center;padding:.6rem .4rem;font-size:.8rem;font-weight:800;text-decoration:none;transition:all .2s;display:flex}.view-recipe-btn:hover{background:#c44d0f}.recipe-card-image{object-fit:cover;width:100%;height:250px}.category-badge{color:#000;text-transform:uppercase;z-index:10;white-space:nowrap;background-color:#ffd23f;border-radius:4px;padding:.4rem 1.5rem;font-size:.75rem;font-weight:900;position:absolute;top:235px;left:50%;transform:translate(-50%);box-shadow:0 4px 8px #00000026}.recipe-card-content{text-align:left;padding:2.5rem 1.5rem 1.5rem}.recipe-card-content h3{color:#1a1a1a;margin-bottom:.8rem;font-size:1.5rem;font-weight:900;line-height:1.1}.recipe-meta{color:#666;align-items:center;gap:.8rem;margin-bottom:1.5rem;font-size:.85rem;display:flex}.recipe-rating{align-items:center;gap:.2rem;display:flex}.stars{color:#ffd23f;font-size:1rem}.review-count{color:#666}.save-recipe-btn{cursor:pointer;background:#fff;border:2px solid #000;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.9rem;font-size:1rem;font-weight:900;transition:all .2s;display:flex}.save-recipe-btn:hover{background:#f0f0f0}.flip-instruction{text-align:center;color:#666;margin-top:1.5rem;font-size:.9rem;font-weight:600}.slider-controls{gap:.5rem;display:flex}.slider-btn{cursor:pointer;color:#ccc;background:#fff;border:1px solid #eee;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.2rem;transition:all .2s;display:flex}.slider-btn:hover{border-color:#ddd}.slider-btn.next{color:#ff4d4d;border-color:#ff4d4d}
