.Hero-module__PgAKtG__hero{width:100%;height:auto;min-height:500px;font-family:var(--font-body);justify-content:center;align-items:center;padding:120px 20px;display:flex;position:relative;overflow:hidden}.Hero-module__PgAKtG__bgWrapper{z-index:1;position:absolute;inset:0}.Hero-module__PgAKtG__bgImage{object-fit:cover;object-position:center}.Hero-module__PgAKtG__overlay{background:linear-gradient(to bottom,#0000004d,var(--color-text)95%);opacity:.7;position:absolute;inset:0}.Hero-module__PgAKtG__content{z-index:2;text-align:center;color:var(--color-white);max-width:900px;font-family:var(--font-body);position:relative}.Hero-module__PgAKtG__content h1{font-family:var(--font-heading);color:var(--color-accent-hover);text-shadow:0 4px 20px #2c181099;margin-bottom:24px;font-size:5rem;line-height:1.1}.Hero-module__PgAKtG__accentText{color:var(--color-accent)}.Hero-module__PgAKtG__content p{color:var(--color-white);opacity:.9;text-shadow:0 2px 10px #0000004d;margin-bottom:48px;font-size:1.5rem}@media (max-width:1200px){.Hero-module__PgAKtG__content h1{font-size:3.2rem}.Hero-module__PgAKtG__content p{font-size:1.2rem}}@media (max-width:768px){.Hero-module__PgAKtG__hero{min-height:400px;padding:80px 16px}.Hero-module__PgAKtG__content h1{font-size:2.8rem}.Hero-module__PgAKtG__content p{margin-bottom:32px;font-size:1.1rem}}
@keyframes PopularRecipes-module__bseg3G__fadeInUp{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}.PopularRecipes-module__bseg3G__container{max-width:1200px;margin:auto;padding:80px 24px}.PopularRecipes-module__bseg3G__title{text-align:center;letter-spacing:-.02em;margin-bottom:48px;font-size:2.5rem}.PopularRecipes-module__bseg3G__cards{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:40px;display:grid}.PopularRecipes-module__bseg3G__card{flex-direction:column;display:flex}.PopularRecipes-module__bseg3G__imageWrapper{aspect-ratio:4/5;background-color:var(--color-background-soft);border-radius:24px;width:100%;margin-bottom:20px;position:relative;overflow:hidden}.PopularRecipes-module__bseg3G__image{object-fit:cover;transition:transform .7s}@media (hover:hover){.PopularRecipes-module__bseg3G__card{transition:all .4s cubic-bezier(.25,.46,.45,.94)}.PopularRecipes-module__bseg3G__card:hover .PopularRecipes-module__bseg3G__image{box-shadow:var(--shadow-medium);border-radius:24px;transform:scale(1.1)}.PopularRecipes-module__bseg3G__card:hover{transform:translateY(-8px)}}.PopularRecipes-module__bseg3G__card h3{margin:0 0 8px;font-size:1.5rem}.PopularRecipes-module__bseg3G__card p{color:var(--color-text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:1rem;line-height:1.6;display:-webkit-box;overflow:hidden}@media (max-width:640px){.PopularRecipes-module__bseg3G__container{padding:60px 16px}.PopularRecipes-module__bseg3G__title{margin-bottom:32px;font-size:1.8rem}.PopularRecipes-module__bseg3G__cards{gap:32px}.PopularRecipes-module__bseg3G__imageWrapper{aspect-ratio:1}.PopularRecipes-module__bseg3G__card{opacity:0}@supports (animation-timeline:view()){.PopularRecipes-module__bseg3G__card{animation:both PopularRecipes-module__bseg3G__fadeInUp;animation-timeline:view();animation-range:entry 10% cover 40%}}@supports not (animation-timeline:view()){.PopularRecipes-module__bseg3G__card{animation:.9s cubic-bezier(.22,1,.36,1) forwards PopularRecipes-module__bseg3G__fadeInUp}.PopularRecipes-module__bseg3G__card:first-child{animation-delay:.1s}.PopularRecipes-module__bseg3G__card:nth-child(2){animation-delay:.2s}.PopularRecipes-module__bseg3G__card:nth-child(3){animation-delay:.3s}}}
.Facts-module__rNNlQW__container{max-width:1200px;margin:0 auto 100px;padding:60px 24px}.Facts-module__rNNlQW__title{text-align:center;margin-bottom:48px;font-size:2.5rem}.Facts-module__rNNlQW__cards{grid-template-columns:repeat(3,1fr);grid-auto-flow:dense;gap:24px;display:grid}.Facts-module__rNNlQW__card{background-color:var(--color-background-soft);border:1px solid #0000;border-radius:32px;flex-direction:column;justify-content:center;padding:32px;transition:all .4s;display:flex}.Facts-module__rNNlQW__card:first-child,.Facts-module__rNNlQW__card:nth-child(4),.Facts-module__rNNlQW__card:nth-child(7){grid-column:span 2}.Facts-module__rNNlQW__card:hover{background-color:var(--color-white);box-shadow:var(--shadow-medium);border-color:var(--color-background-soft);transform:translateY(-5px)}.Facts-module__rNNlQW__subtitle{color:var(--color-accent);margin-bottom:12px;font-size:1.5rem}.Facts-module__rNNlQW__text{color:var(--color-text);margin:0;font-size:1rem}@media (max-width:1024px){.Facts-module__rNNlQW__cards{grid-template-columns:repeat(2,1fr)}.Facts-module__rNNlQW__card:nth-child(n){grid-column:span 1}.Facts-module__rNNlQW__card:nth-child(3n){grid-column:span 2}}@media (max-width:640px){.Facts-module__rNNlQW__container{margin-bottom:60px;padding:40px 0}.Facts-module__rNNlQW__title{margin-bottom:32px;padding:0 24px;font-size:1.8rem}.Facts-module__rNNlQW__cards{scroll-snap-type:x mandatory;scrollbar-width:none;gap:12px;padding:0 24px 20px;display:flex;overflow-x:auto}.Facts-module__rNNlQW__cards::-webkit-scrollbar{display:none}.Facts-module__rNNlQW__card{scroll-snap-align:center;min-width:75vw;padding:24px;grid-column:span 1!important}.Facts-module__rNNlQW__subtitle{font-size:1.2rem}}
