:root{--cherry-red: #e91e63;--cherry-dark: #c2185b;--cherry-light: #f8bbd0;--cherry-pale: #fce4ec;--bg-white: #ffffff;--bg-gray: #f5f5f5;--text-dark: #212121;--text-gray: #757575;--text-light: #9e9e9e;--border-color: #e0e0e0;--shadow-sm: 0 2px 4px rgba(0,0,0,.1);--shadow-md: 0 4px 8px rgba(0,0,0,.12);--shadow-lg: 0 8px 16px rgba(0,0,0,.15);--gradient-cherry: linear-gradient(135deg, #e91e63 0%, #f06292 100%);--gradient-light: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;line-height:1.6;color:var(--text-dark);background-color:var(--bg-white)}.container{max-width:1200px;margin:0 auto;padding:0 20px}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}.btn{display:inline-block;padding:12px 32px;border-radius:50px;font-weight:600;transition:all .3s ease;text-align:center}.btn-primary{background:var(--gradient-cherry);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-secondary{background:#fff;color:var(--cherry-red);border:2px solid var(--cherry-red)}.btn-secondary:hover{background:var(--cherry-red);color:#fff}.btn-small{padding:8px 20px;font-size:14px}.btn-large{padding:16px 48px;font-size:18px}.header{position:sticky;top:0;background:#fff;box-shadow:var(--shadow-sm);z-index:1000}.navbar{padding:20px 0}.nav-container{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:10px;font-size:24px;font-weight:700;color:var(--cherry-red)}.logo-icon{font-size:32px}.nav-menu{display:flex;list-style:none;gap:32px}.nav-link{color:var(--text-dark);font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover{color:var(--cherry-red)}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--cherry-red);transition:width .3s ease}.nav-link:hover:after{width:100%}.mobile-menu-toggle{display:none;flex-direction:column;gap:4px;width:30px;height:24px}.mobile-menu-toggle span{width:100%;height:3px;background:var(--cherry-red);border-radius:2px;transition:all .3s ease}.hero{background:var(--gradient-light);padding:100px 20px;position:relative;overflow:hidden;text-align:center}.hero-content{position:relative;z-index:2;max-width:800px;margin:0 auto}.hero-title{font-size:64px;font-weight:700;color:var(--cherry-red);margin-bottom:16px;animation:fadeInUp .8s ease}.hero-subtitle{font-size:24px;color:var(--cherry-dark);margin-bottom:24px;animation:fadeInUp .8s ease .2s backwards}.hero-description{font-size:18px;color:var(--text-gray);margin-bottom:32px;animation:fadeInUp .8s ease .4s backwards}.hero-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;animation:fadeInUp .8s ease .6s backwards}.hero-decoration{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.bubble{position:absolute;border-radius:50%;background:#ffffff4d;animation:float 6s ease-in-out infinite}.bubble-1{width:100px;height:100px;top:20%;left:10%;animation-delay:0s}.bubble-2{width:60px;height:60px;top:60%;right:15%;animation-delay:1s}.bubble-3{width:80px;height:80px;bottom:20%;left:20%;animation-delay:2s}.bubble-4{width:120px;height:120px;top:40%;right:10%;animation-delay:3s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.section{padding:80px 20px}.section-header{text-align:center;margin-bottom:60px}.section-title{font-size:42px;font-weight:700;color:var(--text-dark);margin-bottom:16px}.section-subtitle{font-size:18px;color:var(--text-gray)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:32px}.product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:var(--shadow-sm);transition:all .3s ease;position:relative}.product-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.product-badge{position:absolute;top:16px;right:16px;background:var(--cherry-red);color:#fff;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:700;z-index:2}.product-image{width:100%;height:250px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.1)}.product-info{padding:24px}.product-name{font-size:20px;font-weight:700;margin-bottom:8px;color:var(--text-dark)}.product-flavor{font-size:14px;color:var(--cherry-red);margin-bottom:12px}.product-rating{display:flex;align-items:center;gap:8px;margin-bottom:16px;color:#ffa000}.rating-value{color:var(--text-gray);font-size:14px}.product-footer{display:flex;justify-content:space-between;align-items:center}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:32px}.feature-card{text-align:center;padding:32px;background:#fff;border-radius:16px;box-shadow:var(--shadow-sm);transition:all .3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.feature-icon{font-size:64px;margin-bottom:16px}.feature-title{font-size:22px;font-weight:700;margin-bottom:12px;color:var(--cherry-red)}.feature-description{color:var(--text-gray);line-height:1.8}.why-section{background:var(--bg-gray)}.products-carousel{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.carousel-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:var(--shadow-sm);transition:all .3s ease;position:relative}.carousel-card:hover{transform:scale(1.03);box-shadow:var(--shadow-md)}.new-badge{position:absolute;top:12px;left:12px;background:#4caf50;color:#fff;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:700;z-index:2}.carousel-image{width:100%;height:200px;object-fit:cover}.carousel-content{padding:20px}.carousel-title{font-size:18px;font-weight:700;margin-bottom:8px}.carousel-description{font-size:14px;color:var(--text-gray);margin-bottom:16px}.carousel-footer{display:flex;justify-content:space-between;align-items:center}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px}.category-card{background:#fff;padding:32px;border-radius:16px;text-align:center;box-shadow:var(--shadow-sm);transition:all .3s ease;border:2px solid transparent}.category-card:hover{border-color:var(--cherry-red);transform:translateY(-4px);box-shadow:var(--shadow-md)}.category-icon{font-size:48px;margin-bottom:16px}.category-card h3{font-size:20px;margin-bottom:8px;color:var(--text-dark)}.category-card p{color:var(--text-gray);font-size:14px}.products-list{display:flex;flex-direction:column;gap:40px}.product-list-item{display:flex;gap:32px;background:#fff;border-radius:16px;overflow:hidden;box-shadow:var(--shadow-sm);align-items:center}.item-right{flex-direction:row-reverse}.list-item-image{flex:0 0 400px;height:300px}.list-item-image img{width:100%;height:100%;object-fit:cover}.list-item-content{flex:1;padding:32px}.list-item-title{font-size:28px;font-weight:700;margin-bottom:8px}.list-item-flavor{font-size:16px;color:var(--cherry-red);margin-bottom:16px}.list-item-description{color:var(--text-gray);line-height:1.8;margin-bottom:16px}.list-item-tags{display:flex;gap:8px;margin-bottom:20px;flex-wrap:wrap}.tag{background:var(--cherry-pale);color:var(--cherry-dark);padding:4px 12px;border-radius:12px;font-size:12px}.list-item-footer{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.list-item-rating{color:#ffa000;display:flex;align-items:center;gap:8px}.tropical-section{background:linear-gradient(135deg,#fff3e0,#ffe0b2)}.health-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:32px}.health-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:var(--shadow-sm);transition:all .3s ease}.health-card:hover{box-shadow:var(--shadow-lg)}.health-image-wrapper{position:relative;height:250px;overflow:hidden}.health-image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.health-card:hover .health-image-wrapper img{transform:scale(1.1)}.health-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.health-card:hover .health-overlay{opacity:1}.overlay-btn{background:#fff;color:var(--cherry-red);padding:12px 32px;border-radius:50px;font-weight:700}.health-content{padding:24px}.health-title{font-size:20px;font-weight:700;margin-bottom:12px}.health-description{color:var(--text-gray);line-height:1.6;margin-bottom:16px}.health-footer{display:flex;justify-content:space-between;align-items:center}.health-tags{display:flex;gap:8px}.tag-health{background:#e8f5e9;color:#2e7d32;padding:4px 12px;border-radius:12px;font-size:12px}.classic-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px}.classic-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:var(--shadow-sm);transition:all .3s ease;position:relative}.classic-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md)}.classic-badge{position:absolute;top:12px;left:12px;background:#ffffffe6;padding:6px 12px;border-radius:20px;font-size:11px;font-weight:700;color:var(--cherry-red);z-index:2}.classic-image{width:100%;height:200px;object-fit:cover}.classic-info{padding:20px;text-align:center}.classic-name{font-size:16px;font-weight:700;margin-bottom:8px}.classic-rating{display:flex;align-items:center;justify-content:center;gap:6px;margin-bottom:12px}.rating-stars{color:#ffa000}.rating-number{font-size:14px;color:var(--text-gray)}.btn-classic{display:inline-block;width:100%;padding:10px;background:var(--gradient-cherry);color:#fff;border-radius:8px;font-weight:600;transition:all .3s ease}.btn-classic:hover{transform:scale(1.05)}.testimonials-section{background:var(--bg-gray)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px}.testimonial-card{background:#fff;padding:32px;border-radius:16px;box-shadow:var(--shadow-sm)}.testimonial-header{display:flex;align-items:center;gap:16px;margin-bottom:16px}.testimonial-avatar{width:60px;height:60px;border-radius:50%;object-fit:cover}.testimonial-name{font-weight:700;margin-bottom:4px}.testimonial-rating{color:#ffa000;font-size:14px}.testimonial-content{color:var(--text-gray);line-height:1.8;margin-bottom:12px;font-style:italic}.testimonial-product{color:var(--cherry-red);font-size:14px;font-weight:600}.cta-section{background:var(--gradient-cherry);color:#fff;text-align:center}.cta-title{font-size:42px;font-weight:700;margin-bottom:16px}.cta-subtitle{font-size:20px;margin-bottom:32px;opacity:.9}.footer{background:#1a1a1a;color:#bdbdbd;padding:60px 0 0}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;margin-bottom:40px}.footer-column{display:flex;flex-direction:column;gap:16px}.footer-title{color:#fff;font-size:24px;font-weight:700;margin-bottom:8px}.footer-description{line-height:1.8;font-size:14px}.footer-social{display:flex;gap:16px}.social-link{color:#bdbdbd;transition:color .3s ease}.social-link:hover{color:var(--cherry-light)}.footer-column-title{color:#fff;font-size:18px;font-weight:600;margin-bottom:8px}.footer-links{list-style:none;display:flex;flex-direction:column;gap:12px}.footer-links a{color:#bdbdbd;font-size:14px;transition:color .3s ease}.footer-links a:hover{color:var(--cherry-light)}.footer-contact{list-style:none;display:flex;flex-direction:column;gap:12px;font-size:14px}.footer-bottom{border-top:1px solid #333;padding:24px 0;position:relative}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.copyright{font-size:14px}.footer-bottom-links{display:flex;gap:16px;align-items:center;font-size:14px}.footer-bottom-links a{color:#bdbdbd;transition:color .3s ease}.footer-bottom-links a:hover{color:var(--cherry-light)}.back-to-top{position:fixed;bottom:-60px;right:30px;width:50px;height:50px;background:var(--cherry-red);color:#fff;border-radius:50%;font-size:24px;box-shadow:var(--shadow-md);transition:all .3s ease;z-index:999;opacity:0;visibility:hidden}.back-to-top.visible{bottom:30px;opacity:1;visibility:visible}.back-to-top:hover{background:var(--cherry-dark);transform:translateY(-4px)}.products-page{padding:40px 0}.page-header{text-align:center;margin-bottom:40px;padding:60px 20px 40px;background:var(--gradient-light);border-radius:16px}.page-title{font-size:48px;font-weight:700;color:var(--cherry-red);margin-bottom:12px}.page-subtitle{font-size:18px;color:var(--text-gray)}.filter-section{background:#fff;padding:24px;border-radius:12px;box-shadow:var(--shadow-sm);margin-bottom:32px;display:flex;flex-direction:column;gap:20px}.filter-group{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.filter-label{font-weight:600;color:var(--text-dark);white-space:nowrap}.filter-buttons{display:flex;gap:12px;flex-wrap:wrap}.filter-btn{padding:8px 20px;background:var(--bg-gray);border:2px solid transparent;border-radius:20px;color:var(--text-dark);font-weight:500;transition:all .3s ease}.filter-btn:hover{border-color:var(--cherry-red);background:var(--cherry-pale)}.filter-btn.active{background:var(--cherry-red);color:#fff;border-color:var(--cherry-red)}.filter-select{padding:10px 16px;border:2px solid var(--border-color);border-radius:8px;font-size:14px;outline:none;transition:border-color .3s ease}.filter-select:focus{border-color:var(--cherry-red)}.filter-search{flex:1;min-width:200px;padding:10px 16px;border:2px solid var(--border-color);border-radius:8px;font-size:14px;outline:none;transition:border-color .3s ease}.filter-search:focus{border-color:var(--cherry-red)}.products-count{font-size:16px;color:var(--text-gray);margin-bottom:24px}.products-count span{font-weight:700;color:var(--cherry-red)}.products-grid-page{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:32px}.product-card-page{background:#fff;border-radius:16px;overflow:hidden;box-shadow:var(--shadow-sm);transition:all .3s ease}.product-card-page:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.product-image-wrapper{position:relative;height:250px;overflow:hidden}.product-image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card-page:hover .product-image-wrapper img{transform:scale(1.1)}.product-tags-overlay{position:absolute;top:12px;left:12px;display:flex;gap:8px;flex-wrap:wrap;z-index:2}.product-tag{background:#e91e63e6;color:#fff;padding:4px 12px;border-radius:12px;font-size:11px;font-weight:700}.product-card-content{padding:24px}.product-category{display:inline-block;font-size:12px;color:var(--cherry-red);background:var(--cherry-pale);padding:4px 12px;border-radius:12px;margin-bottom:12px}.product-card-title{font-size:20px;font-weight:700;margin-bottom:8px}.product-card-flavor{font-size:14px;color:var(--text-gray);margin-bottom:12px}.product-card-desc{font-size:14px;color:var(--text-gray);line-height:1.6;margin-bottom:12px}.product-card-rating{display:flex;align-items:center;gap:8px;margin-bottom:16px}.rating-stars{color:#ffa000;font-size:14px}.product-card-footer{display:flex;justify-content:space-between;align-items:center}.product-detail-page{padding:40px 0 80px}.breadcrumb{display:flex;align-items:center;gap:12px;margin-bottom:32px;font-size:14px;color:var(--text-gray)}.breadcrumb a{color:var(--cherry-red);transition:opacity .3s ease}.breadcrumb a:hover{opacity:.7}.product-main{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-bottom:60px}.product-media{display:flex;flex-direction:column;gap:24px}.product-image-large{background:var(--bg-gray);border-radius:16px;overflow:hidden;aspect-ratio:1}.product-image-large img{width:100%;height:100%;object-fit:cover}.product-video{border-radius:16px;overflow:hidden;background:#000}.video-wrapper{position:relative;padding-top:56.25%}.video-element{position:absolute;top:0;left:0;width:100%;height:100%}.video-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;z-index:10}.loading-spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 16px}@keyframes spin{to{transform:rotate(360deg)}}.product-details{display:flex;flex-direction:column;gap:24px}.product-badges{display:flex;gap:8px;flex-wrap:wrap}.badge{background:var(--cherry-red);color:#fff;padding:6px 16px;border-radius:20px;font-size:13px;font-weight:700}.product-detail-title{font-size:36px;font-weight:700;color:var(--text-dark)}.product-detail-subtitle{font-size:18px;color:var(--text-gray)}.product-rating-large{display:flex;align-items:center;gap:12px}.rating-stars-large{color:#ffa000;font-size:24px}.rating-value-large{font-size:24px;font-weight:700;color:var(--text-dark)}.rating-count{color:var(--text-gray);font-size:14px}.product-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;padding:24px;background:var(--bg-gray);border-radius:12px}.info-item{display:flex;gap:8px}.info-label{font-weight:600;color:var(--text-dark)}.info-value{color:var(--text-gray)}.product-description-box{padding:24px;background:var(--cherry-pale);border-radius:12px}.product-description-box h3{font-size:20px;margin-bottom:12px;color:var(--cherry-dark)}.product-description-box p{line-height:1.8;color:var(--text-dark)}.product-actions{display:flex;gap:16px}.product-actions button{flex:1}.product-features{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.feature-item{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--text-gray)}.feature-icon{color:#4caf50;font-weight:700}.product-review-section,.product-specifications,.related-products{margin-bottom:60px}.review-card{background:#fff;padding:32px;border-radius:16px;box-shadow:var(--shadow-sm)}.review-header{display:flex;align-items:center;gap:16px;margin-bottom:16px}.review-avatar{width:50px;height:50px;background:var(--cherry-pale);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px}.review-author{font-weight:700;margin-bottom:4px}.review-rating{color:#ffa000}.review-content{line-height:1.8;color:var(--text-dark);margin-bottom:16px}.review-footer{display:flex;gap:16px;font-size:14px;color:var(--text-gray)}.review-verified{color:#4caf50}.specs-table{width:100%;background:#fff;border-radius:12px;overflow:hidden;box-shadow:var(--shadow-sm)}.specs-table tr{border-bottom:1px solid var(--border-color)}.specs-table tr:last-child{border-bottom:none}.specs-table td{padding:16px 24px}.spec-label{font-weight:600;color:var(--text-dark);width:200px}.spec-value{color:var(--text-gray)}.related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px}.related-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:var(--shadow-sm);transition:all .3s ease}.related-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.related-card img{width:100%;height:180px;object-fit:cover}.related-card h3{padding:16px 16px 8px;font-size:16px}.related-rating{padding:0 16px 12px;color:#ffa000;font-size:14px}.related-footer{display:flex;justify-content:space-between;align-items:center;padding:0 16px 16px}.info-page{padding:40px 0 80px}.info-content{max-width:900px;margin:0 auto}.info-section{background:#fff;padding:40px;border-radius:16px;box-shadow:var(--shadow-sm);margin-bottom:32px}.info-title{font-size:28px;font-weight:700;color:var(--cherry-red);margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid var(--cherry-pale)}.info-text{line-height:1.8;color:var(--text-dark)}.info-text p{margin-bottom:16px}.info-text h3{font-size:20px;font-weight:700;margin:24px 0 16px;color:var(--text-dark)}.info-text ul,.info-text ol{margin-left:24px;margin-bottom:16px}.info-text li{margin-bottom:8px;line-height:1.6}.timeline{display:flex;flex-direction:column;gap:32px;padding-left:40px;border-left:3px solid var(--cherry-red);margin-left:20px}.timeline-item{position:relative;padding-left:32px}.timeline-item:before{content:"";position:absolute;left:-43px;top:0;width:16px;height:16px;background:var(--cherry-red);border-radius:50%;border:3px solid white}.timeline-date{font-weight:700;color:var(--cherry-red);margin-bottom:8px;font-size:18px}.timeline-content h3{font-size:18px;margin-bottom:8px}.timeline-content p{color:var(--text-gray);line-height:1.6}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px}.value-card{text-align:center;padding:24px;background:var(--bg-gray);border-radius:12px}.value-icon{font-size:48px;margin-bottom:16px}.value-title{font-size:18px;font-weight:700;margin-bottom:12px;color:var(--cherry-red)}.value-text{color:var(--text-gray);line-height:1.6;font-size:14px}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}.contact-item{display:flex;gap:16px;padding:20px;background:var(--bg-gray);border-radius:12px}.contact-icon{font-size:32px}.contact-info h3{font-size:16px;font-weight:700;margin-bottom:8px}.contact-info p{font-size:14px;color:var(--text-dark);margin-bottom:4px}.contact-time{font-size:12px;color:var(--text-gray)}.service-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.service-card{text-align:center;padding:32px;background:var(--bg-gray);border-radius:12px;transition:all .3s ease}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.service-icon{font-size:48px;margin-bottom:16px}.service-card h3{font-size:20px;font-weight:700;margin-bottom:12px;color:var(--cherry-red)}.service-detail{font-size:18px;font-weight:700;margin-bottom:8px;color:var(--text-dark)}.service-time{font-size:14px;color:var(--text-gray);margin-bottom:12px}.service-desc{font-size:14px;color:var(--text-gray);line-height:1.6}.faq-list{display:flex;flex-direction:column;gap:24px}.faq-item{padding:24px;background:var(--bg-gray);border-radius:12px;border-left:4px solid var(--cherry-red)}.faq-question{font-size:18px;font-weight:700;margin-bottom:12px;color:var(--text-dark)}.faq-answer{color:var(--text-gray);line-height:1.8}.policy-list,.feedback-list,.help-list,.agreement-list,.copyright-list{margin-left:24px;line-height:1.8}.policy-list li,.feedback-list li,.help-list li,.agreement-list li,.copyright-list li{margin-bottom:12px}.promise-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px}.promise-card{text-align:center;padding:24px;background:var(--bg-gray);border-radius:12px}.promise-icon{font-size:48px;color:#4caf50;margin-bottom:12px}.promise-card h3{font-size:18px;font-weight:700;margin-bottom:8px}.promise-card p{color:var(--text-gray);font-size:14px}.guide-steps{display:flex;flex-direction:column;gap:24px}.step-card{display:flex;gap:24px;padding:24px;background:var(--bg-gray);border-radius:12px}.step-number{flex-shrink:0;width:50px;height:50px;background:var(--cherry-red);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700}.step-content{flex:1}.step-title{font-size:20px;font-weight:700;margin-bottom:8px}.step-desc{color:var(--text-gray);line-height:1.6}.usage-guide{display:flex;flex-direction:column;gap:20px}.usage-item{padding:20px;background:var(--bg-gray);border-radius:12px}.usage-item h3{font-size:18px;font-weight:700;margin-bottom:8px;color:var(--cherry-red)}.usage-item p{color:var(--text-gray);line-height:1.6}.payment-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}.payment-card{padding:24px;background:var(--bg-gray);border-radius:12px}.payment-card h3{font-size:18px;font-weight:700;margin-bottom:16px;color:var(--cherry-red)}.payment-card ul{list-style:none;display:flex;flex-direction:column;gap:12px}.payment-card li{color:var(--text-dark);line-height:1.6}.contact-grid-main{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:32px;margin-bottom:40px}.contact-card-main{text-align:center;padding:32px;background:var(--bg-gray);border-radius:16px;transition:all .3s ease}.contact-card-main:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.contact-icon-large{font-size:64px;margin-bottom:16px}.contact-card-main h3{font-size:20px;font-weight:700;margin-bottom:12px;color:var(--cherry-red)}.contact-value{font-size:18px;font-weight:700;margin-bottom:8px;color:var(--text-dark)}.contact-desc{font-size:14px;color:var(--text-gray);margin-bottom:8px}.contact-note{font-size:13px;color:var(--text-light);font-style:italic}.contact-form{background:var(--bg-gray);padding:32px;border-radius:12px}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:600;color:var(--text-dark)}.form-group input,.form-group select,.form-group textarea{padding:12px 16px;border:2px solid var(--border-color);border-radius:8px;font-size:14px;font-family:inherit;outline:none;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--cherry-red)}.form-submit{text-align:center;margin-top:24px}.form-note{font-size:14px;color:var(--text-gray);margin-top:12px}.quick-questions{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}.question-card{padding:24px;background:var(--bg-gray);border-radius:12px}.question-card h4{font-size:18px;font-weight:700;margin-bottom:16px;color:var(--cherry-red)}.question-card ul{list-style:none;margin-bottom:16px}.question-card li{padding:8px 0;color:var(--text-gray);font-size:14px}.question-link{color:var(--cherry-red);font-weight:600;font-size:14px}.question-link:hover{text-decoration:underline}.cooperation-email{font-size:14px;color:var(--text-dark);font-weight:600;margin-top:8px}.work-hours{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}.hours-card{padding:24px;background:var(--bg-gray);border-radius:12px;text-align:center}.hours-card h4{font-size:18px;font-weight:700;margin-bottom:12px;color:var(--cherry-red)}.hours-time{font-size:20px;font-weight:700;margin-bottom:8px;color:var(--text-dark)}.hours-note{font-size:14px;color:var(--text-gray)}.other-contacts{display:flex;flex-direction:column;gap:16px}.other-contact-item{padding:16px;background:var(--bg-gray);border-radius:8px;display:flex;gap:12px;flex-wrap:wrap}.other-contact-item strong{min-width:100px;color:var(--cherry-red)}.social-media{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px}.social-item{text-align:center;padding:24px;background:var(--bg-gray);border-radius:12px}.social-icon{font-size:48px;margin-bottom:12px}.social-item h4{font-size:18px;font-weight:700;margin-bottom:8px;color:var(--cherry-red)}.social-item p{font-size:14px;color:var(--text-dark);margin-bottom:4px}.social-note{font-size:12px;color:var(--text-gray)}.contact-list{list-style:none;display:flex;flex-direction:column;gap:12px}.contact-list li{padding:12px;background:var(--bg-gray);border-radius:8px}@media(max-width:1024px){.hero-title{font-size:48px}.section-title{font-size:36px}.product-main{grid-template-columns:1fr;gap:40px}.list-item-image{flex:0 0 300px;height:250px}}@media(max-width:768px){.nav-menu{position:fixed;top:80px;left:-100%;width:100%;height:calc(100vh - 80px);background:#fff;flex-direction:column;padding:32px;gap:16px;transition:left .3s ease;box-shadow:var(--shadow-md);z-index:999}.nav-menu.active{left:0}.mobile-menu-toggle{display:flex}.mobile-menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.hero{padding:60px 20px}.hero-title{font-size:36px}.hero-subtitle{font-size:18px}.hero-description{font-size:16px}.section{padding:60px 20px}.section-title{font-size:32px}.products-grid,.products-grid-page{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px}.product-list-item{flex-direction:column!important}.list-item-image{flex:none;width:100%;height:250px}.page-title{font-size:36px}.filter-section{padding:20px}.filter-group{flex-direction:column;align-items:flex-start}.cta-title{font-size:32px}.cta-subtitle{font-size:16px}.footer-content{grid-template-columns:1fr}.info-section{padding:24px 20px}.info-title{font-size:24px}.timeline{margin-left:0;padding-left:32px}.product-actions{flex-direction:column}.product-features{grid-template-columns:1fr}}@media(max-width:480px){.hero-title{font-size:28px}.section-title{font-size:26px}.products-grid,.products-grid-page{grid-template-columns:1fr}.hero-buttons{flex-direction:column}.btn{width:100%;text-align:center}.features-grid,.category-grid,.product-info-grid,.form-row{grid-template-columns:1fr}}
