.hero{width:100%;height:115vh;margin-top:calc(var(--navbar-height)*-1);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.hero-media-container{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.hero-media{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity 1.5s}.hero-media.loaded{opacity:1}.hero-overlay{z-index:1;background:linear-gradient(135deg,#00000080 0%,#0000004d 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:2;text-align:center;color:#fff;max-width:800px;padding:20px;animation:1s fadeInUp;position:relative}.hero-title{text-shadow:2px 2px 4px #0000004d;letter-spacing:4px;color:#fff;margin-bottom:20px;font-size:72px;font-weight:700}.hero-subtitle{text-shadow:1px 1px 2px #0000004d;opacity:.9;color:#fff;margin-bottom:40px;font-size:24px}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.hero-btn{border-radius:50px;padding:16px 40px;font-size:18px;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.hero-btn.primary{color:#fff;background-color:#b71c1c;border:2px solid #b71c1c}.hero-btn.primary:hover{color:#fff;background-color:#0000;transform:translateY(-3px);box-shadow:0 10px 25px #b71c1c4d}.hero-btn.secondary{color:#fff;background-color:#0000;border:2px solid #fff}.hero-btn.secondary:hover{color:#1e1e1e;background-color:#fff;transform:translateY(-3px);box-shadow:0 10px 25px #fff3}.hero-scroll{z-index:2;text-align:center;color:#fff;animation:2s infinite bounce;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.hero-scroll span{opacity:.8;text-transform:uppercase;letter-spacing:2px;margin-bottom:8px;font-size:14px;display:block}.hero-scroll-icon{border:2px solid #fff;border-radius:25px;width:30px;height:50px;margin:0 auto;position:relative}.hero-scroll-icon:before{content:"";background-color:#fff;border-radius:3px;width:6px;height:12px;animation:2s infinite scroll;position:absolute;top:8px;left:50%;transform:translate(-50%)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%)translateY(0)}40%{transform:translate(-50%)translateY(-10px)}60%{transform:translate(-50%)translateY(-5px)}}@keyframes scroll{0%{opacity:1;transform:translate(-50%)translateY(0)}to{opacity:0;transform:translate(-50%)translateY(20px)}}@media (min-width:1025px){.hero-title{font-size:72px}.hero-subtitle{font-size:24px}}@media (max-width:1024px) and (min-width:769px){.hero-title{font-size:56px}.hero-subtitle{font-size:20px}.hero-btn{padding:14px 35px;font-size:16px}}@media (max-width:768px){.hero{height:100vh}.hero-title{letter-spacing:2px;font-size:42px}.hero-subtitle{margin-bottom:30px;font-size:18px}.hero-btn{min-width:200px;padding:14px 30px;font-size:16px}.hero-buttons{gap:15px}.hero-media{object-fit:cover;object-position:center}}@media (max-width:480px){.hero{height:100vh}.hero-title{letter-spacing:1px;font-size:32px}.hero-subtitle{margin-bottom:25px;font-size:16px}.hero-btn{text-align:center;width:100%;max-width:280px;padding:12px 25px;font-size:14px}.hero-buttons{flex-direction:column;align-items:center;width:100%}.hero-scroll span{font-size:12px}.hero-scroll-icon{width:25px;height:40px}}@media (max-width:360px){.hero-title{font-size:28px}.hero-subtitle{font-size:14px}.hero-btn{padding:10px 20px;font-size:13px}}@media (max-width:768px) and (orientation:landscape){.hero{height:120vh}.hero-title{margin-bottom:10px;font-size:36px}.hero-subtitle{margin-bottom:20px;font-size:16px}.hero-buttons{flex-direction:row}.hero-btn{padding:10px 20px;font-size:14px}}
.menu-section{background-color:#fff;min-height:100vh;padding:40px 0 80px}.container{max-width:1400px;margin:0 auto;padding:0 20px}.menu-header{text-align:center;margin-bottom:50px}.menu-title{color:#1e1e1e;margin-bottom:15px;font-size:42px;display:inline-block;position:relative}.menu-title:after{content:"";background:linear-gradient(90deg,#b71c1c,#f4511e);border-radius:2px;width:80px;height:4px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.menu-subtitle{color:#5f5f5f;max-width:600px;margin:20px auto 0;font-size:18px}.categories-wrapper{align-items:center;margin-bottom:50px;display:flex;position:relative}.categories-scroll{scrollbar-width:none;-ms-overflow-style:none;flex:1;gap:15px;padding:10px 5px;display:flex;overflow-x:auto}.categories-scroll::-webkit-scrollbar{display:none}.categories-scroll-btn{color:#1e1e1e;cursor:pointer;z-index:2;background:#fff;border:2px solid #e8e8e8;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.categories-scroll-btn:hover{color:#fff;background:#b71c1c;border-color:#b71c1c}.categories-scroll-btn.left{margin-right:10px}.categories-scroll-btn.right{margin-left:10px}.category-btn{color:#1e1e1e;cursor:pointer;white-space:nowrap;background:#fff;border:2px solid #e8e8e8;border-radius:50px;flex-direction:column;align-items:center;gap:8px;min-width:100px;padding:15px 25px;font-size:14px;font-weight:500;transition:all .3s;display:flex;position:relative}.category-icon{font-size:24px;transition:all .3s}.category-btn:hover{color:#b71c1c;border-color:#b71c1c;transform:translateY(-2px);box-shadow:0 5px 15px #b71c1c1a}.category-btn.active{color:#fff;background:linear-gradient(135deg,#b71c1c,#f4511e);border-color:#0000;box-shadow:0 5px 20px #b71c1c4d}.category-btn.active .category-icon{transform:scale(1.1)}.category-active-dot{background:#f4511e;border-radius:50%;width:8px;height:8px;animation:1.5s infinite pulseDot;position:absolute;bottom:-5px;left:50%;transform:translate(-50%)}@keyframes pulseDot{0%,to{opacity:1;transform:translate(-50%)scale(1)}50%{opacity:.7;transform:translate(-50%)scale(1.5)}}.category-items{min-height:400px;margin-bottom:40px;transition:opacity .3s}.category-items.fade-out{opacity:0}.category-items.fade-in{opacity:1}.items-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.item-card{color:inherit;background:#fff;border:1px solid #00000008;border-radius:20px;flex-direction:column;text-decoration:none;transition:all .3s;animation:.5s cardAppear;display:flex;overflow:hidden;box-shadow:0 5px 20px #00000008}.item-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #b71c1c1a}@keyframes cardAppear{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.item-image{background:#f8f8f8;justify-content:center;align-items:center;width:100%;height:280px;padding:20px;display:flex;overflow:hidden}.item-img{object-fit:contain;width:100%;height:100%;transition:transform .5s}.item-card:hover .item-img{transform:scale(1.05)}.item-badge{color:#fff;z-index:1;background:linear-gradient(135deg,#f4511e,#b71c1c);border-radius:25px;padding:6px 14px;font-size:13px;font-weight:700;position:absolute;top:20px;right:20px;box-shadow:0 2px 10px #b71c1c4d}.item-info{flex-direction:column;flex:1;padding:20px;display:flex}.item-name{color:#1e1e1e;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:44px;margin-bottom:12px;font-size:16px;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.item-price{color:#b71c1c;margin-top:auto;font-size:20px;font-weight:700}.no-items{text-align:center;color:#5f5f5f;background:#f9f9f9;border-radius:15px;padding:80px;font-size:16px}.menu-footer{text-align:center;margin-top:20px}.view-all-btn{color:#fff;background:linear-gradient(135deg,#b71c1c,#f4511e);border-radius:50px;align-items:center;gap:10px;padding:16px 40px;font-size:18px;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px #b71c1c33}.view-all-btn:hover{gap:15px;transform:translateY(-3px);box-shadow:0 8px 25px #b71c1c4d}.btn-icon{font-size:20px;transition:transform .3s}.view-all-btn:hover .btn-icon{transform:translate(5px)}@media (max-width:1200px){.items-grid{grid-template-columns:repeat(2,1fr);gap:25px}.item-image{height:260px}}@media (max-width:768px){.menu-section{padding:30px 0 60px}.menu-title{font-size:32px}.menu-subtitle{font-size:16px}.category-btn{min-width:90px;padding:12px 20px;font-size:13px}.category-icon{font-size:20px}.item-image{height:240px}.view-all-btn{padding:14px 30px;font-size:16px}}@media (max-width:480px){.items-grid{grid-template-columns:1fr;gap:20px;max-width:350px;margin:0 auto}.item-image{height:220px}.item-name{font-size:15px}.item-price{font-size:18px}.view-all-btn{width:100%;padding:12px 25px;font-size:15px}}.carousel-container{align-items:center;gap:10px;margin-bottom:30px;padding:10px 0;display:flex;position:relative}.carousel-viewport{background:#fff;border:1px solid #e8e8e8;border-radius:60px;flex:1;overflow:hidden;box-shadow:0 5px 20px #00000008}.carousel-track{will-change:transform;transition:transform .5s cubic-bezier(.4,0,.2,1);display:flex}.carousel-item{cursor:pointer;background:0 0;border:none;border-right:1px solid #e8e8e8;flex-direction:column;flex:none;align-items:center;gap:8px;padding:15px 10px;transition:all .3s;display:flex;position:relative}.carousel-item:last-child{border-right:none}.carousel-item:hover{background:#b71c1c05}.carousel-item.active{color:#fff;background:linear-gradient(135deg,#b71c1c,#f4511e)}.carousel-item.active .category-icon{color:#fff;transform:scale(1.1)}.carousel-item.active .category-name{color:#fff}.category-icon{color:#1e1e1e;font-size:24px;transition:all .3s}.category-name{color:#1e1e1e;white-space:nowrap;font-size:14px;font-weight:500;transition:color .3s}.carousel-btn{color:#1e1e1e;cursor:pointer;background:#fff;border:2px solid #e8e8e8;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;transition:all .3s;display:flex}.carousel-btn:hover:not(:disabled){color:#fff;background:#b71c1c;border-color:#b71c1c;transform:scale(1.1)}.carousel-btn.disabled,.carousel-btn:disabled{opacity:.3;cursor:not-allowed}.carousel-indicators{justify-content:center;gap:8px;margin-bottom:40px;display:flex}.indicator{cursor:pointer;background:#e8e8e8;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .3s}.indicator.active{background:linear-gradient(90deg,#b71c1c,#f4511e);border-radius:4px;width:24px}.indicator:hover{background:#b71c1c;transform:scale(1.2)}@media (max-width:1024px){.carousel-item{padding:12px 8px}.category-icon{font-size:20px}.category-name{font-size:13px}}@media (max-width:768px){.carousel-container{gap:5px}.carousel-btn{width:35px;height:35px;font-size:18px}.carousel-item{padding:10px 5px}.category-icon{font-size:18px}.category-name{font-size:12px}}@media (max-width:480px){.carousel-item{padding:8px 3px}.category-icon{font-size:16px}.category-name{font-size:11px}.indicator{width:6px;height:6px}.indicator.active{width:20px}}.item-card{opacity:0;animation:.5s forwards cardAppear}.item-card:first-child{animation-delay:50ms}.item-card:nth-child(2){animation-delay:.1s}.item-card:nth-child(3){animation-delay:.15s}.item-card:nth-child(4){animation-delay:.2s}.item-card:nth-child(5){animation-delay:.25s}.item-card:nth-child(6){animation-delay:.3s}
.best-offers{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:80px 0;position:relative;overflow:hidden}.best-offers:before{content:"";z-index:0;background:radial-gradient(circle,#b71c1c08 0%,#0000 70%);border-radius:50%;width:100%;height:100%;position:absolute;top:-50%;right:-50%}.container{z-index:1;max-width:1400px;margin:0 auto;padding:0 20px;position:relative}.best-offers-header{text-align:center;margin-bottom:60px}.best-offers-title{color:#1e1e1e;justify-content:center;align-items:center;gap:10px;margin-bottom:15px;font-size:42px;display:flex}.best-offers-title-icon{color:#f4511e;font-size:36px;animation:2s infinite starPulse}@keyframes starPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.2)}}.best-offers-subtitle{color:#5f5f5f;max-width:600px;margin:0 auto;font-size:18px;line-height:1.6}.best-offers-grid{grid-template-columns:repeat(4,1fr);gap:30px;margin-bottom:50px;display:grid}.best-offer-card{background:#fff;border:1px solid #0000000d;border-radius:20px;flex-direction:column;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000d}.best-offer-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #b71c1c26}.best-offer-badge{color:#fff;z-index:2;background:linear-gradient(135deg,#b71c1c,#f4511e);border-radius:30px;padding:8px 16px;font-size:14px;font-weight:700;animation:2s infinite badgeGlow;position:absolute;top:20px;right:20px;box-shadow:0 4px 10px #b71c1c4d}@keyframes badgeGlow{0%,to{box-shadow:0 4px 10px #b71c1c4d}50%{box-shadow:0 4px 20px #f4511e80}}.best-offer-image{background-color:#f5f5f5;justify-content:center;align-items:center;width:100%;height:250px;display:flex;position:relative;overflow:hidden}.best-offer-image:after{content:"";pointer-events:none;z-index:1;background:linear-gradient(#0000,#0000000d);height:50%;position:absolute;bottom:0;left:0;right:0}.best-offer-image img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .5s}.best-offer-image.img-contain img{object-fit:contain;background-color:#f5f5f5}.best-offer-card:hover .best-offer-image img{transform:scale(1.1)}.best-offer-content{background:#fff;flex-direction:column;flex:1;padding:25px;display:flex;position:relative}.best-offer-name{color:#1e1e1e;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:50px;margin-bottom:15px;font-size:18px;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.best-offer-price{color:#b71c1c;align-items:center;gap:5px;margin-bottom:20px;font-size:24px;font-weight:700;display:flex}.best-offer-price:after{content:"сум";color:#5f5f5f;margin-left:5px;font-size:14px;font-weight:400}.best-offer-actions{gap:10px;margin-top:auto;display:flex}.best-offer-btn{cursor:pointer;border:none;border-radius:30px;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.best-offer-btn.details{color:#b71c1c;background-color:#0000;border:2px solid #b71c1c;flex:1}.best-offer-btn.details:hover{color:#fff;background-color:#b71c1c;transform:translateY(-2px)}.best-offer-btn.cart{color:#fff;background-color:#b71c1c;border:2px solid #b71c1c;width:50px;padding:12px;font-size:18px}.best-offer-btn.cart:hover{background-color:#8b0000;border-color:#8b0000;transform:translateY(-2px)rotate(360deg)}.best-offers-footer{text-align:center;margin-top:20px}.best-offers-all-btn{color:#fff;background:linear-gradient(135deg,#b71c1c,#f4511e);border-radius:50px;padding:16px 40px;font-size:18px;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 15px #b71c1c4d}.best-offers-all-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px #b71c1c66}@media (max-width:1200px){.best-offers-grid{grid-template-columns:repeat(2,1fr);gap:25px}.best-offers-title{font-size:36px}.best-offer-image{height:220px}}@media (max-width:768px){.best-offers{padding:60px 0}.best-offers-header{margin-bottom:40px}.best-offers-title{font-size:32px}.best-offers-subtitle{padding:0 20px;font-size:16px}.best-offers-grid{gap:20px}.best-offer-image{height:200px}.best-offer-name{min-height:44px;margin-bottom:10px;font-size:16px}.best-offer-price{margin-bottom:15px;font-size:20px}.best-offer-content{padding:20px}.best-offer-btn{padding:10px 20px;font-size:13px}.best-offer-btn.cart{width:44px;padding:10px;font-size:16px}}@media (max-width:480px){.best-offers{padding:40px 0}.best-offers-grid{grid-template-columns:1fr;gap:15px;max-width:350px;margin:0 auto 30px}.best-offers-title{flex-direction:column;gap:5px;font-size:28px}.best-offers-title-icon{font-size:28px}.best-offers-subtitle{font-size:14px}.best-offer-card{width:100%;margin:0 auto}.best-offer-image{height:180px}.best-offer-content{padding:15px}.best-offer-name{min-height:40px;margin-bottom:8px;font-size:15px}.best-offer-price{margin-bottom:12px;font-size:18px}.best-offer-price:after{font-size:12px}.best-offer-actions{gap:8px}.best-offer-btn.details{padding:8px 16px;font-size:12px}.best-offer-btn.cart{width:40px;padding:8px;font-size:15px}.best-offers-all-btn{width:100%;max-width:300px;padding:12px 30px;font-size:16px}}@media (max-width:360px){.best-offer-image{height:160px}.best-offer-content{padding:12px}.best-offer-name{min-height:36px;font-size:14px}.best-offer-price{font-size:16px}}.best-offer-card{opacity:0;animation:.5s forwards cardAppear}.best-offer-card:first-child{animation-delay:.1s}.best-offer-card:nth-child(2){animation-delay:.2s}.best-offer-card:nth-child(3){animation-delay:.3s}.best-offer-card:nth-child(4){animation-delay:.4s}@keyframes cardAppear{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.best-offer-image.portrait img{object-fit:contain;background-color:#f5f5f5}.best-offer-image.landscape img{object-fit:cover}.best-offer-image-link{cursor:pointer;text-decoration:none;display:block}.best-offer-name-link{color:inherit;text-decoration:none;display:inline-block}.best-offer-name-link:hover .best-offer-name{color:#b71c1c}.best-offer-btn.cart{color:#fff;background-color:#b71c1c;border:2px solid #b71c1c;width:50px;padding:12px;font-size:18px;transition:all .3s;position:relative;overflow:hidden}.best-offer-btn.cart:hover{background-color:#8b0000;border-color:#8b0000;transform:translateY(-2px)scale(1.1);box-shadow:0 5px 15px #b71c1c4d}.best-offer-btn.cart:active{transform:translateY(0)scale(.95)}.best-offer-btn.cart.added{background-color:#4caf50;border-color:#4caf50;animation:.5s addedPulse}@keyframes addedPulse{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.added-notification{color:#fff;white-space:nowrap;z-index:10;pointer-events:none;background:linear-gradient(135deg,#4caf50,#45a049);border-radius:30px;padding:8px 16px;font-size:12px;font-weight:500;animation:2s forwards notificationSlide;position:absolute;bottom:80px;left:50%;transform:translate(-50%);box-shadow:0 4px 15px #4caf504d}@keyframes notificationSlide{0%{opacity:0;transform:translate(-50%)translateY(10px)}15%{opacity:1;transform:translate(-50%)translateY(0)}85%{opacity:1;transform:translate(-50%)translateY(0)}to{opacity:0;transform:translate(-50%)translateY(-10px)}}@keyframes cartBounce{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.best-offer-btn.cart:not(.added):hover svg{animation:.5s infinite cartBounce}@media (max-width:480px){.best-offer-btn.cart{width:45px;padding:10px;font-size:16px}.added-notification{padding:6px 12px;font-size:11px;bottom:70px}}
.values-section{background:linear-gradient(135deg,#fff 0%,#fcfcfc 100%);align-items:center;min-height:auto;padding:80px 0 60px;display:flex;position:relative;overflow:hidden}.japanese-pattern{pointer-events:none;z-index:0;background-image:repeating-linear-gradient(45deg,#b71c1c05 0 2px,#0000 2px 10px);position:absolute;inset:0}.sakura-petals{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.petal{opacity:0;background:radial-gradient(circle at 30% 30%,#f4511e40,#b71c1c26);border-radius:150% 0;width:12px;height:12px;animation:linear infinite fall;position:absolute;top:-10%;transform:rotate(45deg)}@keyframes fall{0%{opacity:.6;top:-10%;transform:rotate(45deg)translate(0)}to{opacity:0;top:110%;transform:rotate(225deg)translate(-20px)}}.container{z-index:10;max-width:1400px;margin:0 auto;padding:0 20px;position:relative}.values-header{text-align:center;margin-bottom:50px;animation:1s headerReveal}@keyframes headerReveal{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.values-subtitle-en{letter-spacing:3px;color:#b71c1c;margin-bottom:10px;padding:0 15px;font-size:13px;display:inline-block;position:relative}.values-subtitle-en:before,.values-subtitle-en:after{content:"";background:linear-gradient(90deg,#0000,#b71c1c,#0000);width:20px;height:2px;position:absolute;top:50%}.values-subtitle-en:before{animation:1s .3s both lineExpand;left:-20px}.values-subtitle-en:after{animation:1s .3s both lineExpand;right:-20px}@keyframes lineExpand{0%{opacity:0;width:0}to{opacity:1;width:20px}}.values-title{color:#1e1e1e;margin-bottom:15px;font-size:42px;font-weight:700;line-height:1.2}.title-highlight{background:linear-gradient(135deg,#b71c1c,#f4511e);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:inline-block;position:relative}.title-highlight:after{content:"";transform-origin:0;background:linear-gradient(90deg,#b71c1c,#f4511e,#0000);width:100%;height:2px;animation:.8s .5s forwards underlineReveal;position:absolute;bottom:-3px;left:0;transform:scaleX(0)}@keyframes underlineReveal{to{transform:scaleX(1)}}.values-subtitle{color:#5f5f5f;max-width:500px;margin:0 auto;font-size:16px}.values-grid{perspective:1000px;grid-template-columns:repeat(3,1fr);gap:25px;display:grid}.value-card{cursor:pointer;opacity:0;height:280px;transition:all .6s cubic-bezier(.4,0,.2,1);transform:translateY(40px)rotateX(5deg)}.value-card.visible{opacity:1;transform:translateY(0)rotateX(0)}.value-card:hover{z-index:20;transform:translateY(-8px)scale(1.01)}.value-card-inner{text-align:center;width:100%;height:100%;transform-style:preserve-3d;border-radius:16px;transition:transform .6s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:0 10px 25px #00000014}.value-card:hover .value-card-inner{transform:rotateY(180deg)}.value-front,.value-back{backface-visibility:hidden;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:25px 20px;display:flex;position:absolute}.value-front{background:#fff;border:1px solid #00000008;overflow:hidden}.value-front:before{content:"";background:linear-gradient(45deg,#0000,#b71c1c14,#0000);width:200%;height:200%;animation:8s infinite cardShine;position:absolute;top:-50%;left:-50%;transform:rotate(45deg)}@keyframes cardShine{0%{transform:translate(-100%)rotate(45deg)}30%,to{transform:translate(100%)rotate(45deg)}}.value-back{color:#fff;background:linear-gradient(135deg,#b71c1c,#f4511e);position:relative;overflow:hidden;transform:rotateY(180deg)}.value-back:before{content:"☯";opacity:.1;font-size:100px;position:absolute;bottom:-10px;right:-10px;transform:rotate(15deg)}.value-back-decoration{pointer-events:none;background:radial-gradient(circle at 30% 30%,#ffffff26,#0000 70%);position:absolute;inset:0}.value-icon-wrapper{background:linear-gradient(135deg,#b71c1c1a,#f4511e1a);border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin-bottom:15px;transition:all .4s;animation:3s ease-in-out infinite floatIcon;display:flex;position:relative}@keyframes floatIcon{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.value-card:hover .value-icon-wrapper{animation:.8s spinIcon}@keyframes spinIcon{0%{transform:rotate(0)scale(1)}50%{transform:rotate(180deg)scale(1.08)}to{transform:rotate(360deg)scale(1)}}.value-icon{color:#b71c1c;font-size:45px;transition:all .4s}.value-card:hover .value-icon{color:#f4511e;filter:drop-shadow(0 3px 10px #b71c1c4d)}.value-title{color:#1e1e1e;z-index:2;margin-bottom:8px;font-size:18px;font-weight:600;position:relative}.value-number{color:#b71c1c0d;z-index:1;font-size:70px;font-weight:800;line-height:1;transition:all .4s;position:absolute;bottom:5px;right:15px}.value-card:hover .value-number{color:#b71c1c1a;transform:scale(1.15)}.value-description{z-index:2;text-shadow:0 1px 2px #00000026;max-width:220px;margin:0;font-size:15px;line-height:1.5;position:relative}.values-wave{opacity:.2;margin-top:40px;animation:12s linear infinite waveMove}@keyframes waveMove{0%{transform:translate(0)}50%{transform:translate(-15px)}to{transform:translate(0)}}@media (max-width:1024px){.values-grid{grid-template-columns:repeat(2,1fr);gap:20px}.values-title{font-size:36px}.value-card{height:260px}}@media (max-width:768px){.values-section{padding:50px 0 40px}.values-header{margin-bottom:35px}.values-title{font-size:32px}.values-subtitle{font-size:15px}.value-card{height:240px}.value-icon-wrapper{width:80px;height:80px;margin-bottom:12px}.value-icon{font-size:40px}.value-title{margin-bottom:5px;font-size:17px}.value-number{font-size:60px;right:10px}.value-description{max-width:200px;font-size:14px;line-height:1.4}}@media (max-width:480px){.values-section{padding:40px 0 30px}.values-header{margin-bottom:25px}.values-title{font-size:28px}.values-subtitle-en{letter-spacing:2px;font-size:11px}.values-subtitle{font-size:14px}.values-grid{grid-template-columns:1fr;gap:15px;max-width:300px;margin:0 auto}.value-card{height:220px}.value-card-inner{box-shadow:0 8px 20px #0000000f}.value-front,.value-back{padding:15px 12px}.value-icon-wrapper{width:70px;height:70px;margin-bottom:8px}.value-icon{font-size:35px}.value-title{margin-bottom:3px;font-size:16px}.value-number{font-size:50px;bottom:0;right:8px}.value-description{max-width:180px;font-size:13px}.petal{width:8px;height:8px}}@media (max-width:360px){.value-card{height:200px}.value-icon-wrapper{width:60px;height:60px}.value-icon{font-size:30px}.value-title{font-size:15px}.value-description{max-width:160px;font-size:12px}.value-number{font-size:45px}}
