.header{z-index:1000;background:linear-gradient(135deg,#ff6c23 0%,#ffb63a 100%);transition:all .3s;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 10px #0000001a}.header__nav{padding:1rem 0}.header__logo{color:#fff;align-items:center;font-size:1.5rem;font-weight:700;text-decoration:none;transition:transform .3s;display:flex}.header__logo:hover{color:#fff;transform:scale(1.05)}.header__logo-img{border-radius:50%;width:40px;height:40px;margin-right:10px}.header__logo-text{text-shadow:2px 2px 4px #0000004d;font-size:1.8rem;font-weight:700}.header__menu-toggle{cursor:pointer;background:0 0;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:35px;height:35px;padding:.5rem;display:flex;position:relative;box-shadow:none!important;border:none!important;outline:none!important}.header__menu-toggle:focus{box-shadow:none!important;outline:none!important}.header__menu-icon{background:#fff;border-radius:3px;width:28px;height:3px;transition:all .3s;display:block}.header__menu-toggle.open .header__menu-icon:first-child{transform:translateY(8px)rotate(45deg)}.header__menu-toggle.open .header__menu-icon:nth-child(2){opacity:0;transform:translate(-20px)}.header__menu-toggle.open .header__menu-icon:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.header__menu-toggle:hover .header__menu-icon{background:#fad402}.header__menu{transition:all .3s}.header__nav-list{margin:0;padding:0}.header__nav-item{margin:0 .5rem}.header__nav-link{border-radius:25px;font-weight:500;text-decoration:none;transition:all .3s;position:relative;color:#fff!important;padding:.5rem 1rem!important}.header__nav-link:hover{background:#fff3;transform:translateY(-2px);color:#fad402!important}.header__nav-link:after{content:"";background:#fad402;width:0;height:2px;transition:all .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.header__nav-link:hover:after{width:80%}.header__right{align-items:center;gap:1rem;display:flex}.header__language-select{align-items:center;display:flex;position:relative}.header__language-dropdown{color:#fff;cursor:pointer;appearance:none;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff26 url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") right .5rem center/.9rem no-repeat;border:1px solid #ffffff40;border-radius:20px;outline:none;min-width:70px;padding:.4rem 1.8rem .4rem .6rem;font-size:.85rem;font-weight:600;transition:all .3s}.header__language-dropdown:hover{background-color:#ffffff40;border-color:#fff6;transform:translateY(-1px)}.header__language-dropdown:focus{border-color:#ffffff80;outline:none;box-shadow:0 0 0 2px #ffffff1a}.header__language-dropdown option{color:#fff;background:#ff6c23;border:none;min-height:48px;padding:1rem 1.25rem;font-size:.95rem;font-weight:600;line-height:1.6}.header__contact{margin-left:0}.header__phone{color:#fff;background:#ffffff1a;border-radius:25px;align-items:center;padding:.5rem 1rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.header__phone:hover{color:#fad402;background:#fff3;transform:translateY(-2px)}.header__phone i{margin-right:.5rem;font-size:1.1rem}@media (max-width:991px){.header__menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ff6c23f2;border-radius:10px;margin-top:1rem;padding:1rem}.header__nav-item{margin:.25rem 0}.header__right{flex-direction:column;align-items:center;gap:.75rem;width:100%;margin-top:1rem}.header__language-select{justify-content:center;width:auto}.header__language-dropdown{min-width:90px;font-size:.9rem}.header__contact{text-align:center;margin-left:0}}@media (max-width:768px){.header__logo-text{font-size:1.5rem}.header__logo-img{width:35px;height:35px}}.header.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ff6c23f2;box-shadow:0 4px 20px #00000026}
.hero-section{height:90vh;margin-top:80px;position:relative;overflow:hidden}.hero-section__slide{opacity:0;background-position:50%;background-size:cover;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity 1s ease-in-out;display:flex;position:absolute;top:0;left:0}.hero-section__slide--active{opacity:1}.hero-section__overlay{z-index:1;background:#14141499;width:100%;height:100%;position:absolute;top:0;left:0}.hero-section__container{z-index:2;justify-content:center;align-items:center;height:100%;display:flex;position:relative}.hero-section__text{color:#fff;text-align:center;max-width:700px;padding:0 1.5rem;animation:1s ease-out fadeInUp}.hero-section__title{text-shadow:2px 2px 5px #00000080;margin-bottom:1rem;font-size:3.2rem;font-weight:700}.hero-section__subtitle{color:#fad402;margin-bottom:1.5rem;font-size:1.8rem;font-weight:500}.hero-section__description{opacity:.9;margin-bottom:2rem;font-size:1.2rem;line-height:1.6}.hero-section__buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.hero-section__cta{border:none;border-radius:10px;padding:.9rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s}.hero-section__cta:hover{transform:translateY(-3px);box-shadow:0 5px 15px #ffd4024d}.hero-section__nav{color:#fff;cursor:pointer;z-index:3;background:#fff3;border:none;border-radius:50%;padding:1rem;font-size:1.5rem;transition:all .3s;position:absolute;top:50%;transform:translateY(-50%)}.hero-section__nav--prev{left:2rem}.hero-section__nav--next{right:2rem}.hero-section__nav:hover{background:#fff6;transform:translateY(-50%)scale(1.1)}.hero-section__indicators{z-index:3;gap:.5rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero-section__indicator{cursor:pointer;background:0 0;border:2px solid #fff;border-radius:50%;width:12px;height:12px}.hero-section__indicator--active{background:#fad402;border-color:#fad402}@media (max-width:992px){.hero-section__title{font-size:2.5rem}.hero-section__subtitle{font-size:1.4rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.hero-section__description{font-size:1rem}.hero-section__cta{padding:.7rem 1.5rem;font-size:1rem}}
.about-us{background:linear-gradient(135deg,#f8f5f6 0%,#fff 100%);padding:5rem 0;position:relative;overflow:hidden}.about-us:before{content:"";opacity:.3;z-index:1;background:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 100 100\"><defs><pattern id=\"grain\" width=\"100\" height=\"100\" patternUnits=\"userSpaceOnUse\"><circle cx=\"25\" cy=\"25\" r=\"1\" fill=\"%23FF6C23\" opacity=\"0.1\"/><circle cx=\"75\" cy=\"75\" r=\"1\" fill=\"%23FFB63A\" opacity=\"0.1\"/><circle cx=\"50\" cy=\"10\" r=\"0.5\" fill=\"%23FAD402\" opacity=\"0.1\"/></pattern></defs><rect width=\"100\" height=\"100\" fill=\"url(%23grain)\"/></svg>");width:100%;height:100%;position:absolute;top:0;left:0}.about-us__content{z-index:2;position:relative}.about-us__title{color:#ff6c23;margin-bottom:1rem;font-size:3rem;font-weight:700;position:relative}.about-us__title:after{content:"";background:linear-gradient(45deg,#ff6c23,#ffb63a);border-radius:2px;width:60px;height:4px;position:absolute;bottom:-10px;left:0}.about-us__subtitle{color:#666;margin-bottom:2rem;font-size:1.3rem;font-weight:500}.about-us__description{margin-bottom:3rem}.about-us__description p{color:#555;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.about-us__stats{background:#fff;border-radius:15px;margin-bottom:3rem;padding:2rem;box-shadow:0 10px 30px #0000001a}.about-us__stat{text-align:center;padding:1rem}.about-us__stat-number{color:#ff6c23;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.about-us__stat-label{color:#666;font-size:1rem;font-weight:500}.about-us__features{margin-bottom:3rem}.about-us__feature{background:#fff;border-radius:10px;align-items:center;margin-bottom:2rem;padding:1rem;transition:all .3s;display:flex;box-shadow:0 5px 15px #00000014}.about-us__feature:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.about-us__feature-icon{background:linear-gradient(45deg,#ff6c23,#ffb63a);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;margin-right:1rem;display:flex}.about-us__feature-icon i{color:#fff;font-size:1.5rem}.about-us__feature-content h4{color:#333;margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.about-us__feature-content p{color:#666;margin:0;font-size:.95rem}.about-us__images{z-index:2;position:relative}.about-us__image-main{border-radius:20px;margin-bottom:2rem;position:relative;overflow:hidden;box-shadow:0 15px 35px #0000001a}.about-us__img{object-fit:cover;width:100%;height:400px;transition:transform .3s}.about-us__image-main:hover .about-us__img{transform:scale(1.05)}.about-us__image-overlay{opacity:0;background:#ff6c23cc;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.about-us__image-main:hover .about-us__image-overlay{opacity:1}.about-us__play-button{cursor:pointer;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;transition:all .3s;display:flex}.about-us__play-button:hover{transform:scale(1.1)}.about-us__play-button i{color:#ff6c23;margin-left:5px;font-size:2rem}.about-us__image-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.about-us__image-item{border-radius:15px;overflow:hidden;box-shadow:0 10px 25px #0000001a}.about-us__image-item .about-us__img{height:200px;transition:transform .3s}.about-us__image-item:hover .about-us__img{transform:scale(1.1)}.about-us__mission{border-top:1px solid #e9ecef;margin-top:5rem;padding-top:3rem}.about-us__mission-card{text-align:center;background:#fff;border-radius:15px;height:100%;padding:2rem;transition:all .3s;box-shadow:0 10px 30px #0000001a}.about-us__mission-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.about-us__mission-icon{background:linear-gradient(45deg,#ff6c23,#ffb63a);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;display:flex}.about-us__mission-icon i{color:#fff;font-size:2rem}.about-us__mission-card h3{color:#333;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.about-us__mission-card p{color:#666;font-size:1rem;line-height:1.6}@media (max-width:1200px){.about-us__title{font-size:2.5rem}}@media (max-width:992px){.about-us{padding:4rem 0}.about-us__title{font-size:2.2rem}.about-us__image-main .about-us__img{height:300px}.about-us__image-item .about-us__img{height:150px}}@media (max-width:768px){.about-us__title{font-size:2rem}.about-us__subtitle{font-size:1.1rem}.about-us__description p{font-size:1rem}.about-us__stats{padding:1.5rem}.about-us__stat-number{font-size:2rem}.about-us__feature{text-align:center;flex-direction:column}.about-us__feature-icon{margin-bottom:1rem;margin-right:0}.about-us__image-grid{grid-template-columns:1fr}.about-us__image-item .about-us__img{height:200px}.about-us__mission{margin-top:3rem;padding-top:2rem}.about-us__mission-card{margin-bottom:2rem}}@media (max-width:576px){.about-us{padding:3rem 0}.about-us__title{font-size:1.8rem}.about-us__stats{padding:1rem}.about-us__stat{padding:.5rem}.about-us__stat-number{font-size:1.8rem}.about-us__feature{padding:.8rem}.about-us__feature-icon{width:50px;height:50px}.about-us__feature-icon i{font-size:1.2rem}.about-us__mission-card{padding:1.5rem}.about-us__mission-icon{width:60px;height:60px}.about-us__mission-icon i{font-size:1.5rem}}
.benefits{background:linear-gradient(135deg,#fff 0%,#f8f5f6 100%);padding:5rem 0;position:relative;overflow:hidden}.benefits:before{content:"";opacity:.5;z-index:1;background:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 100 100\"><defs><pattern id=\"dots\" width=\"20\" height=\"20\" patternUnits=\"userSpaceOnUse\"><circle cx=\"10\" cy=\"10\" r=\"1\" fill=\"%23FF6C23\" opacity=\"0.1\"/></pattern></defs><rect width=\"100\" height=\"100\" fill=\"url(%23dots)\"/></svg>");width:100%;height:100%;position:absolute;top:0;left:0}.benefits__header{text-align:center;z-index:2;margin-bottom:4rem;position:relative}.benefits__title{color:#ff6c23;margin-bottom:1rem;font-size:3rem;font-weight:700;position:relative}.benefits__title:after{content:"";background:linear-gradient(45deg,#ff6c23,#ffb63a);border-radius:2px;width:80px;height:4px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.benefits__subtitle{color:#666;max-width:600px;margin:0 auto;font-size:1.3rem;line-height:1.6}.benefits__card{background:#fff;border:2px solid #0000;border-radius:20px;height:100%;padding:2rem;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000001a}.benefits__card:hover{border-color:var(--benefit-color);transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.benefits__card-icon{background:linear-gradient(45deg,var(--benefit-color),var(--benefit-color));border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.5rem;transition:all .3s;display:flex;position:relative}.benefits__card:hover .benefits__card-icon{transform:scale(1.1)rotate(5deg)}.benefits__card-icon i{color:#fff;font-size:2rem}.benefits__card-content{z-index:2;position:relative}.benefits__card-title{color:#333;margin-bottom:1rem;font-size:1.5rem;font-weight:700;transition:color .3s}.benefits__card:hover .benefits__card-title{color:var(--benefit-color)}.benefits__card-description{color:#666;margin:0;font-size:1rem;line-height:1.6}.benefits__card-decoration{background:linear-gradient(45deg,var(--benefit-color),transparent);opacity:0;border-radius:50%;width:100%;height:100%;transition:opacity .3s;position:absolute;top:-50%;right:-50%}.benefits__card:hover .benefits__card-decoration{opacity:.1}.benefits__additional{z-index:2;border-top:1px solid #e9ecef;margin-top:5rem;padding-top:3rem;position:relative}.benefits__additional-title{color:#333;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700}.benefits__additional-description{color:#666;margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.benefits__additional-features{margin-bottom:2rem}.benefits__additional-feature{color:#555;align-items:center;margin-bottom:1rem;font-size:1rem;display:flex}.benefits__additional-feature i{color:#9dc43a;margin-right:.75rem;font-size:1.2rem}.benefits__cta{background:linear-gradient(45deg,#ff6c23,#ffb63a);border:none;border-radius:50px;padding:1rem 2rem;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #ff6c234d}.benefits__cta:hover{transform:translateY(-3px);box-shadow:0 6px 20px #ff6c2366}.benefits__additional-image{border-radius:20px;position:relative;overflow:hidden;box-shadow:0 15px 35px #0000001a}.benefits__img{object-fit:cover;width:100%;height:400px;transition:transform .3s}.benefits__image-overlay{opacity:0;background:linear-gradient(135deg,#ff6c23cc 0%,#ffb63a99 100%);justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.benefits__additional-image:hover .benefits__image-overlay{opacity:1}.benefits__additional-image:hover .benefits__img{transform:scale(1.05)}.benefits__overlay-content{text-align:center;color:#fff;padding:2rem}.benefits__overlay-content h4{margin-bottom:1rem;font-size:1.8rem;font-weight:700}.benefits__overlay-content p{margin:0;font-size:1.1rem}.benefits__stats{z-index:2;border-top:1px solid #e9ecef;margin-top:5rem;padding-top:3rem;position:relative}.benefits__stat{text-align:center;background:#fff;border-radius:15px;height:100%;padding:2rem;transition:all .3s;box-shadow:0 10px 30px #0000001a}.benefits__stat:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00000026}.benefits__stat-icon{background:linear-gradient(45deg,#ff6c23,#ffb63a);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1rem;display:flex}.benefits__stat-icon i{color:#fff;font-size:1.5rem}.benefits__stat-number{color:#ff6c23;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.benefits__stat-label{color:#666;font-size:1rem;font-weight:500}@media (max-width:1200px){.benefits__title{font-size:2.5rem}.benefits__additional-title{font-size:2.2rem}}@media (max-width:992px){.benefits{padding:4rem 0}.benefits__title{font-size:2.2rem}.benefits__card{padding:1.5rem}.benefits__card-icon{width:60px;height:60px}.benefits__card-icon i{font-size:1.5rem}.benefits__additional-title{font-size:2rem}.benefits__img{height:300px}}@media (max-width:768px){.benefits__title{font-size:2rem}.benefits__subtitle{font-size:1.1rem}.benefits__card{padding:1.25rem}.benefits__card-title{font-size:1.3rem}.benefits__additional{margin-top:3rem;padding-top:2rem}.benefits__additional-title{font-size:1.8rem}.benefits__additional-description{font-size:1rem}.benefits__stats{margin-top:3rem;padding-top:2rem}.benefits__stat{margin-bottom:1rem;padding:1.5rem}.benefits__stat-number{font-size:2rem}}@media (max-width:576px){.benefits{padding:3rem 0}.benefits__title{font-size:1.8rem}.benefits__subtitle{font-size:1rem}.benefits__card{padding:1rem}.benefits__card-icon{width:50px;height:50px}.benefits__card-icon i,.benefits__card-title{font-size:1.2rem}.benefits__card-description{font-size:.9rem}.benefits__additional-title{font-size:1.6rem}.benefits__additional-description{font-size:.95rem}.benefits__cta{padding:.8rem 1.5rem;font-size:1rem}.benefits__img{height:250px}.benefits__stat{padding:1rem}.benefits__stat-icon{width:50px;height:50px}.benefits__stat-icon i{font-size:1.2rem}.benefits__stat-number{font-size:1.8rem}.benefits__stat-label{font-size:.9rem}}
.products{background:linear-gradient(135deg,#f8f5f6 0%,#fff 100%);padding:5rem 0;position:relative;overflow:hidden}.products:before{content:"";opacity:.3;z-index:1;background:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 100 100\"><defs><pattern id=\"fruits\" width=\"50\" height=\"50\" patternUnits=\"userSpaceOnUse\"><circle cx=\"25\" cy=\"25\" r=\"3\" fill=\"%23FF6C23\" opacity=\"0.1\"/><circle cx=\"75\" cy=\"75\" r=\"2\" fill=\"%23FFB63A\" opacity=\"0.1\"/></pattern></defs><rect width=\"100\" height=\"100\" fill=\"url(%23fruits)\"/></svg>");width:100%;height:100%;position:absolute;top:0;left:0}.products__header{text-align:center;z-index:2;margin-bottom:3rem;position:relative}.products__title{color:#ff6c23;margin-bottom:1rem;font-size:3rem;font-weight:700;position:relative}.products__title:after{content:"";background:linear-gradient(45deg,#ff6c23,#ffb63a);border-radius:2px;width:80px;height:4px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.products__subtitle{color:#666;max-width:600px;margin:0 auto;font-size:1.3rem;line-height:1.6}.products__grid{z-index:2;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem;display:grid;position:relative}.products__card{background:#fff;border-radius:20px;flex-direction:column;height:100%;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000001a}.products__card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.products__card-image{height:300px;position:relative;overflow:hidden}.products__img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.products__card:hover .products__img{transform:scale(1.1)}.products__card-overlay{opacity:0;background:#ff6c23cc;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.products__card:hover .products__card-overlay{opacity:1}.products__order-btn{color:#ff6c23;cursor:pointer;background:#fff;border:none;border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2rem;font-weight:600;transition:all .3s;display:flex}.products__order-btn:hover{transform:scale(1.1);box-shadow:0 5px 15px #ffffff4d}.products__card-content{flex-direction:column;flex:1;justify-content:space-between;padding:1.5rem;display:flex}.products__card-title{color:#333;min-height:3.5rem;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.products__card-description{color:#666;flex-grow:1;margin-bottom:1rem;font-size:.95rem;line-height:1.5}.products__packaging{margin:1rem 0}.products__packaging h4{color:#333;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem;font-size:.95rem;font-weight:600}.products__packaging-options{flex-wrap:wrap;gap:.5rem;display:flex}.products__packaging-btn{color:#666;cursor:pointer;text-align:center;background:#fff;border:2px solid #ffe1d1;border-radius:10px;flex:1;min-width:70px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .3s}.products__packaging-btn:hover{color:#ff6c23;border-color:#ff6c23;transform:translateY(-2px);box-shadow:0 4px 8px #ff6c231a}.products__packaging-btn.active{color:#fff;background:linear-gradient(135deg,#ff6c23,#ffb63a);border-color:#ff6c23;box-shadow:0 4px 12px #ff6c234d}.products__card-footer{border-top:2px solid #f5f5f5;margin-top:auto;padding-top:1rem}.products__price-section{text-align:center;background:linear-gradient(135deg,#fff6f1 0%,#ffe8e0 100%);border-radius:12px;margin-bottom:1rem;padding:1rem}.products__price-label{color:#999;text-transform:uppercase;letter-spacing:1px;margin-bottom:.3rem;font-size:.85rem;font-weight:600;display:block}.products__price{background:linear-gradient(135deg,#ff6c23,#ffb63a);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700;line-height:1}.products__card-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff6c23,#ffb63a);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.9rem 1.8rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 15px #ff6c234d}.products__card-btn i{font-size:1.1rem}.products__card-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6c2366}.products__card-btn:active{transform:translateY(0)}.products__offer{color:#fff;z-index:2;background:linear-gradient(135deg,#ff6c23 0%,#ffb63a 100%);border-radius:20px;margin-top:3rem;padding:3rem;position:relative}.products__offer-content{z-index:2;position:relative}.products__offer-title{text-shadow:2px 2px 4px #0000004d;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.products__offer-description{opacity:.9;margin-bottom:2rem;font-size:1.2rem}.products__offer-features{margin-bottom:2rem}.products__offer-feature{align-items:center;margin-bottom:.75rem;font-size:1.1rem;display:flex}.products__offer-feature i{color:#fad402;margin-right:.75rem;font-size:1.2rem}.products__offer-image{text-align:center}.products__offer-img{object-fit:cover;border-radius:15px;width:100%;max-width:300px;height:250px;box-shadow:0 10px 30px #0003}@media (max-width:1200px){.products__title{font-size:2.5rem}.products__offer-title{font-size:2.2rem}}@media (max-width:992px){.products{padding:4rem 0}.products__title{font-size:2.2rem}.products__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.products__card-image{height:280px}.products__offer{padding:2rem}.products__offer-title{font-size:2rem}.products__offer-description{font-size:1.1rem}}@media (max-width:768px){.products__title{font-size:2rem}.products__subtitle{font-size:1.1rem}.products__grid{grid-template-columns:1fr;gap:1.5rem}.products__card-content{padding:1.25rem}.products__card-title{font-size:1.3rem}.products__offer{text-align:center;padding:1.5rem}.products__offer-title{font-size:1.8rem}.products__offer-description,.products__offer-feature{font-size:1rem}.products__offer-img{height:200px}}@media (max-width:576px){.products{padding:3rem 0}.products__title{font-size:1.8rem}.products__subtitle{font-size:1rem}.products__card-image{height:250px}.products__card-content{padding:1rem}.products__card-title{font-size:1.2rem}.products__card-description{font-size:.9rem}.products__packaging-btn{min-width:60px;padding:.4rem .6rem;font-size:.8rem}.products__price{font-size:1.6rem}.products__card-btn{padding:.75rem 1.2rem;font-size:.95rem}.products__offer{padding:1.25rem}.products__offer-title{font-size:1.6rem}.products__offer-description,.products__offer-feature{font-size:.95rem}.products__offer-img{height:180px}}
.how-to-order{background:linear-gradient(135deg,#fff 0%,#f8f5f6 100%);padding:5rem 0;position:relative;overflow:hidden}.how-to-order:before{content:"";opacity:.4;z-index:1;background:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 100 100\"><defs><pattern id=\"steps\" width=\"30\" height=\"30\" patternUnits=\"userSpaceOnUse\"><circle cx=\"15\" cy=\"15\" r=\"2\" fill=\"%23FF6C23\" opacity=\"0.1\"/><circle cx=\"25\" cy=\"25\" r=\"1\" fill=\"%23FFB63A\" opacity=\"0.1\"/></pattern></defs><rect width=\"100\" height=\"100\" fill=\"url(%23steps)\"/></svg>");width:100%;height:100%;position:absolute;top:0;left:0}.how-to-order__header{text-align:center;z-index:2;margin-bottom:4rem;position:relative}.how-to-order__title{color:#ff6c23;margin-bottom:1rem;font-size:3rem;font-weight:700;position:relative}.how-to-order__title:after{content:"";background:linear-gradient(45deg,#ff6c23,#ffb63a);border-radius:2px;width:80px;height:4px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.how-to-order__subtitle{color:#666;max-width:600px;margin:0 auto;font-size:1.3rem;line-height:1.6}.how-to-order__steps{z-index:2;margin-bottom:5rem;position:relative}.how-to-order__step{text-align:center;background:#fff;border-radius:20px;height:100%;padding:2rem;transition:all .3s;position:relative;box-shadow:0 10px 30px #0000001a}.how-to-order__step:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.how-to-order__step-number{color:#fff;background:linear-gradient(45deg,#ff6c23,#ffb63a);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;font-weight:700;display:flex;position:absolute;top:-15px;left:50%;transform:translate(-50%);box-shadow:0 4px 15px #ff6c234d}.how-to-order__step-icon{background:linear-gradient(45deg,#ff6c23,#ffb63a);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:1rem auto 1.5rem;transition:all .3s;display:flex}.how-to-order__step:hover .how-to-order__step-icon{transform:scale(1.1)rotate(5deg)}.how-to-order__step-icon i{color:#fff;font-size:2rem}.how-to-order__step-content{margin-bottom:1.5rem}.how-to-order__step-title{color:#333;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.how-to-order__step-description{color:#666;font-size:1rem;line-height:1.6}.how-to-order__step-details{text-align:left}.how-to-order__details-list{margin:0;padding:0;list-style:none}.how-to-order__detail-item{color:#555;align-items:center;margin-bottom:.75rem;font-size:.95rem;display:flex}.how-to-order__detail-item i{color:#9dc43a;margin-right:.75rem;font-size:1rem}.how-to-order__step-arrow{color:#fff;z-index:3;background:linear-gradient(45deg,#ff6c23,#ffb63a);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;display:flex;position:absolute;top:50%;right:-20px;transform:translateY(-50%);box-shadow:0 4px 15px #ff6c234d}.how-to-order__form-section{z-index:2;margin-bottom:4rem;position:relative}.how-to-order__form-card{text-align:center;background:#fff;border-radius:20px;padding:3rem;box-shadow:0 15px 35px #0000001a}.how-to-order__form-title{color:#ff6c23;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.how-to-order__form-subtitle{color:#666;margin-bottom:2rem;font-size:1.2rem;line-height:1.6}.how-to-order__form{text-align:left}.how-to-order__form-label{color:#333;margin-bottom:.5rem;font-size:1rem;font-weight:600;display:block}.how-to-order__form-input,.how-to-order__form-textarea{background:#f8f9fa;border:2px solid #e9ecef;border-radius:10px;width:100%;padding:.75rem 1rem;font-size:1rem;transition:all .3s}.how-to-order__form-input:focus,.how-to-order__form-textarea:focus{background:#fff;border-color:#ff6c23;outline:none;box-shadow:0 0 0 .2rem #ff6c2340}.how-to-order__form-textarea{resize:vertical;min-height:100px}.how-to-order__form-checkbox{color:#555;align-items:flex-start;margin-bottom:1rem;font-size:.95rem;display:flex}.how-to-order__form-checkbox input{flex-shrink:0;margin-top:.2rem;margin-right:.75rem}.how-to-order__form-checkbox label{cursor:pointer;line-height:1.5}.how-to-order__form-submit{color:#fff;cursor:pointer;background:linear-gradient(45deg,#ff6c23,#ffb63a);border:none;border-radius:50px;justify-content:center;align-items:center;gap:.5rem;margin:0 auto;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 15px #ff6c234d}.how-to-order__form-submit:hover{transform:translateY(-3px);box-shadow:0 6px 20px #ff6c2366}.how-to-order__contact{z-index:2;position:relative}.how-to-order__contact-item{background:#fff;border-radius:15px;align-items:center;height:100%;padding:2rem;transition:all .3s;display:flex;box-shadow:0 10px 30px #0000001a}.how-to-order__contact-item:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00000026}.how-to-order__contact-icon{background:linear-gradient(45deg,#ff6c23,#ffb63a);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;margin-right:1.5rem;display:flex}.how-to-order__contact-icon i{color:#fff;font-size:1.5rem}.how-to-order__contact-content h4{color:#333;margin-bottom:.5rem;font-size:1.3rem;font-weight:700}.how-to-order__contact-content p{color:#ff6c23;margin-bottom:.25rem;font-size:1.1rem;font-weight:600}.how-to-order__contact-content small{color:#666;font-size:.9rem}@media (max-width:1200px){.how-to-order__title{font-size:2.5rem}.how-to-order__form-title{font-size:2.2rem}}@media (max-width:992px){.how-to-order{padding:4rem 0}.how-to-order__title{font-size:2.2rem}.how-to-order__step{margin-bottom:2rem;padding:1.5rem}.how-to-order__step-arrow{display:none}.how-to-order__form-card{padding:2rem}.how-to-order__form-title{font-size:2rem}.how-to-order__contact-item{margin-bottom:1rem;padding:1.5rem}}@media (max-width:768px){.how-to-order__title{font-size:2rem}.how-to-order__subtitle{font-size:1.1rem}.how-to-order__step{padding:1.25rem}.how-to-order__step-icon{width:60px;height:60px}.how-to-order__step-icon i{font-size:1.5rem}.how-to-order__step-title{font-size:1.3rem}.how-to-order__form-card{padding:1.5rem}.how-to-order__form-title{font-size:1.8rem}.how-to-order__form-subtitle{font-size:1.1rem}.how-to-order__contact-item{text-align:center;flex-direction:column;padding:1.25rem}.how-to-order__contact-icon{margin-bottom:1rem;margin-right:0}}@media (max-width:576px){.how-to-order{padding:3rem 0}.how-to-order__title{font-size:1.8rem}.how-to-order__subtitle{font-size:1rem}.how-to-order__step{padding:1rem}.how-to-order__step-number{width:35px;height:35px;font-size:1rem}.how-to-order__step-icon{width:50px;height:50px}.how-to-order__step-icon i,.how-to-order__step-title{font-size:1.2rem}.how-to-order__step-description{font-size:.95rem}.how-to-order__detail-item{font-size:.9rem}.how-to-order__form-card{padding:1.25rem}.how-to-order__form-title{font-size:1.6rem}.how-to-order__form-subtitle{font-size:1rem}.how-to-order__form-input,.how-to-order__form-textarea{padding:.6rem .8rem;font-size:.95rem}.how-to-order__form-submit{padding:.8rem 1.5rem;font-size:1rem}.how-to-order__contact-item{padding:1rem}.how-to-order__contact-icon{width:50px;height:50px}.how-to-order__contact-icon i{font-size:1.2rem}.how-to-order__contact-content h4{font-size:1.1rem}.how-to-order__contact-content p{font-size:1rem}}
.footer{color:#fff;background:linear-gradient(135deg,#2c3e50 0%,#34495e 100%);padding:4rem 0 0;position:relative;overflow:hidden}.footer:before{content:"";opacity:.3;z-index:1;background:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 100 100\"><defs><pattern id=\"footer\" width=\"20\" height=\"20\" patternUnits=\"userSpaceOnUse\"><circle cx=\"10\" cy=\"10\" r=\"1\" fill=\"%23FF6C23\" opacity=\"0.1\"/></pattern></defs><rect width=\"100\" height=\"100\" fill=\"url(%23footer)\"/></svg>");width:100%;height:100%;position:absolute;top:0;left:0}.footer__main{z-index:2;margin-bottom:3rem;position:relative}.footer__brand{margin-bottom:2rem}.footer__logo{align-items:center;margin-bottom:1.5rem;display:flex}.footer__logo-img{border-radius:50%;width:40px;height:40px;margin-right:10px}.footer__logo-text{color:#ff6c23;font-size:1.8rem;font-weight:700}.footer__description{color:#bdc3c7;margin-bottom:2rem;font-size:1rem;line-height:1.6}.footer__contact-info{flex-direction:column;gap:.75rem;display:flex}.footer__contact-item{color:#bdc3c7;align-items:center;font-size:.95rem;transition:color .3s;display:flex}.footer__contact-item:hover{color:#ff6c23}.footer__contact-item i{color:#ff6c23;width:16px;margin-right:.75rem;font-size:1rem}.footer__section{margin-bottom:2rem}.footer__section-title{color:#fff;margin-bottom:1.5rem;font-size:1.2rem;font-weight:700;position:relative}.footer__section-title:after{content:"";background:#ff6c23;border-radius:1px;width:30px;height:2px;position:absolute;bottom:-5px;left:0}.footer__links{margin:0;padding:0;list-style:none}.footer__link-item{margin-bottom:.75rem}.footer__link{color:#bdc3c7;font-size:.95rem;text-decoration:none;transition:all .3s;position:relative}.footer__link:hover{color:#ff6c23;transform:translate(5px)}.footer__link:after{content:"";background:#ff6c23;width:0;height:1px;transition:width .3s;position:absolute;bottom:-2px;left:0}.footer__link:hover:after{width:100%}.footer__newsletter{z-index:2;background:#ff6c231a;border:1px solid #ff6c2333;border-radius:15px;margin-bottom:3rem;padding:2rem;position:relative}.footer__newsletter-content{margin-bottom:1.5rem}.footer__newsletter-title{color:#fff;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.footer__newsletter-description{color:#bdc3c7;margin:0;font-size:1rem;line-height:1.6}.footer__newsletter-form{margin-top:1rem}.footer__newsletter-input-group{background:#fff;border-radius:50px;display:flex;overflow:hidden;box-shadow:0 4px 15px #0000001a}.footer__newsletter-input{background:0 0;border:none;outline:none;flex:1;padding:.75rem 1.5rem;font-size:1rem}.footer__newsletter-input::placeholder{color:#999}.footer__newsletter-button{color:#fff;cursor:pointer;background:linear-gradient(45deg,#ff6c23,#ffb63a);border:none;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;display:flex}.footer__newsletter-button:hover{background:linear-gradient(45deg,#ffb63a,#ff6c23);transform:scale(1.05)}.footer__whatsapp-section{z-index:2;margin-bottom:2rem;padding:2rem 0;position:relative}.footer__whatsapp-link{background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);border-radius:20px;justify-content:center;align-items:center;gap:1.5rem;padding:1.5rem 2rem;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 4px 15px #25d3664d}.footer__whatsapp-link:hover{transform:translateY(-5px);box-shadow:0 6px 25px #25d36680}.footer__whatsapp-icon{color:#fff;font-size:3rem;animation:2s infinite pulse}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.footer__whatsapp-content{text-align:left}.footer__whatsapp-title{color:#fff;margin:0 0 .5rem;font-size:1.2rem;font-weight:700}.footer__whatsapp-number{color:#ffffffe6;letter-spacing:1px;margin:0;font-size:1.5rem;font-weight:600}.footer__social-payment{z-index:2;border-top:1px solid #ffffff1a;margin-bottom:2rem;padding-top:2rem;position:relative}.footer__social-title,.footer__payment-title{color:#fff;margin-bottom:1rem;font-size:1.1rem;font-weight:600}.footer__social-links{gap:1rem;display:flex}.footer__social-link{color:#bdc3c7;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:all .3s;display:flex}.footer__social-link:hover{color:#fff;background:#ff6c23;transform:translateY(-3px)}.footer__payment-methods{flex-wrap:wrap;gap:1rem;display:flex}.footer__payment-method{color:#bdc3c7;background:#ffffff1a;border-radius:25px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;transition:all .3s;display:flex}.footer__payment-method:hover{color:#fff;background:#ff6c2333}.footer__payment-method i{color:#ff6c23;font-size:1.2rem}.footer__bottom{z-index:2;border-top:1px solid #ffffff1a;padding-top:2rem;padding-bottom:2rem;position:relative}.footer__copyright{margin-bottom:1rem}.footer__copyright p{color:#bdc3c7;margin-bottom:.5rem;font-size:.95rem}.footer__copyright-text{color:#95a5a6;font-size:.9rem}.footer__bottom-links{flex-wrap:wrap;gap:2rem;display:flex}.footer__bottom-link{color:#bdc3c7;font-size:.9rem;text-decoration:none;transition:color .3s}.footer__bottom-link:hover{color:#ff6c23}.footer__back-to-top{color:#fff;cursor:pointer;z-index:1000;opacity:0;visibility:hidden;background:linear-gradient(45deg,#ff6c23,#ffb63a);border:none;border-radius:50%;width:50px;height:50px;font-size:1.2rem;transition:all .3s;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 15px #ff6c234d}.footer__back-to-top.show{opacity:1;visibility:visible}.footer__back-to-top:hover{transform:translateY(-3px);box-shadow:0 6px 20px #ff6c2366}@media (max-width:1200px){.footer{padding:3rem 0 0}}@media (max-width:992px){.footer{padding:3rem 0 0}.footer__main{margin-bottom:2rem}.footer__newsletter{margin-bottom:2rem;padding:1.5rem}.footer__newsletter-title{font-size:1.3rem}.footer__newsletter-description{font-size:.95rem}.footer__social-payment{margin-bottom:1.5rem;padding-top:1.5rem}.footer__bottom{padding-top:1.5rem;padding-bottom:1.5rem}}@media (max-width:768px){.footer{padding:2rem 0 0}.footer__logo-text{font-size:1.5rem}.footer__description{font-size:.95rem}.footer__contact-item{font-size:.9rem}.footer__section-title{font-size:1.1rem}.footer__link{font-size:.9rem}.footer__whatsapp-section{margin-bottom:1.5rem;padding:1.5rem 0}.footer__whatsapp-link{flex-direction:column;gap:1rem;padding:1.5rem 1rem}.footer__whatsapp-content{text-align:center}.footer__whatsapp-icon{font-size:2.5rem}.footer__whatsapp-title{font-size:1.1rem}.footer__whatsapp-number{font-size:1.3rem}.footer__newsletter{text-align:center;padding:1.25rem}.footer__newsletter-title{font-size:1.2rem}.footer__newsletter-description{font-size:.9rem}.footer__newsletter-input-group{border-radius:15px;flex-direction:column}.footer__newsletter-input{border-radius:15px 15px 0 0;padding:.75rem 1rem}.footer__newsletter-button{border-radius:0 0 15px 15px;justify-content:center}.footer__social-links{flex-wrap:wrap;justify-content:center}.footer__payment-methods{justify-content:center}.footer__bottom{text-align:center}.footer__bottom-links{justify-content:center;gap:1rem}.footer__back-to-top{width:45px;height:45px;font-size:1rem;bottom:1rem;right:1rem}}@media (max-width:576px){.footer{padding:1.5rem 0 0}.footer__logo{text-align:center;flex-direction:column}.footer__logo-img{margin-bottom:.5rem;margin-right:0}.footer__logo-text{font-size:1.3rem}.footer__description{text-align:center;font-size:.9rem}.footer__contact-info{align-items:center}.footer__contact-item{font-size:.85rem}.footer__section{text-align:center;margin-bottom:1.5rem}.footer__section-title{font-size:1rem}.footer__link{font-size:.85rem}.footer__whatsapp-section{margin-bottom:1rem;padding:1rem 0}.footer__whatsapp-link{border-radius:15px;padding:1.25rem .75rem}.footer__whatsapp-icon{font-size:2rem}.footer__whatsapp-title{font-size:1rem}.footer__whatsapp-number{font-size:1.2rem}.footer__newsletter{padding:1rem}.footer__newsletter-title{font-size:1.1rem}.footer__newsletter-description{font-size:.85rem}.footer__newsletter-input{font-size:.95rem}.footer__newsletter-button{padding:.6rem 1rem;font-size:.95rem}.footer__social-link{width:35px;height:35px}.footer__payment-method{padding:.4rem .8rem;font-size:.85rem}.footer__payment-method i{font-size:1rem}.footer__copyright p{font-size:.9rem}.footer__copyright-text,.footer__bottom-link{font-size:.85rem}.footer__back-to-top{width:40px;height:40px;font-size:.9rem}}
