@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;900&display=swap";:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (width<=1024px){:root{font-size:16px}}html{scroll-behavior:smooth}@media (width<=768px){.row-dashboard{display:block}}*{box-sizing:border-box;margin:0;padding:0}.mobile-header{background:#fff;border-bottom:1px solid #eee;align-items:center;padding:15px;display:none}.menu-icon{cursor:pointer;font-size:20px}.logo-text{margin-left:10px}.sidebar{background:#f7f7f7;flex-direction:column;width:260px;height:100vh;padding:20px;transition:all .3s;display:flex;position:fixed;top:0;left:0;transform:translate(0)}.close-btn{display:none}.logo{align-items:center;gap:10px;margin-bottom:25px;display:flex}.logo-circle{color:#fff;background:orange;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.menu{flex:1}.menu-item{cursor:pointer;color:#444;border-radius:10px;align-items:center;gap:12px;margin-bottom:8px;padding:12px;font-size:14px;display:flex}.menu-item:hover{background:#eee}.menu-item.active{color:orange;background:#f5e1d3}.menu-item.highlight{background:#e9edf2}.arrow{margin-left:auto;font-size:12px}.upgrade-card{text-align:center;background:#fff3e8;border-radius:12px;margin-bottom:15px;padding:15px}.upgrade-card button{color:#fff;cursor:pointer;background:#ff8c42;border:none;border-radius:8px;margin-top:10px;padding:8px 12px}.bottom-menu{margin-top:auto}.logout{color:red}.overlay{background:#0000004d;width:100%;height:100%;position:fixed;top:0;left:0}.main{background:#fafafa;flex:1;min-height:100vh;margin-left:260px}@media (width<=768px){.main{margin-left:0}.mobile-header{display:flex}.sidebar{z-index:1000;transform:translate(-100%)}.sidebar.open{transform:translate(0)}.close-btn{cursor:pointer;display:block;position:absolute;top:20px;right:20px}}.icon{border-radius:50%;height:30px}.menu-item{color:#444;text-decoration:none}.menu-item.active{color:orange;background:#f5e1d3;font-weight:600}.navbar{background:#fff;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;height:60px;padding:0 20px;display:flex}.nav-menu{cursor:pointer;font-size:20px;display:none}.nav-title{font-weight:600}.nav-right{align-items:center;gap:15px;display:flex}@media (width<=768px){.nav-menu{display:block}}.stats-container{padding:20px}.stats-title{margin-bottom:20px;font-size:20px;font-weight:600}.stats-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.stat-card{background:#fff;border:1px solid #eee;border-radius:12px;align-items:center;gap:15px;padding:20px;display:flex}.icon{border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:20px;display:flex}.orange{color:#ff7a00;background:#fde7d8}.yellow{color:#e6a700;background:#fff4cc}.green{color:#28a745;background:#dff5e1}.label{color:#777;font-size:14px}.value{margin-top:5px;font-size:20px;font-weight:600}@media (width<=768px){.stats-grid{grid-template-columns:1fr}}.order-container{background:#fff;border-radius:12px;padding:20px}.order-header{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}.sort select{border-radius:20px;margin-left:8px;padding:5px 10px}.table-wrapper{overflow-x:auto}table{border-collapse:collapse;width:100%}th{text-align:left;background:#f5f7fa;padding:12px}td{border-bottom:1px solid #eee;padding:12px}.menu-cell{align-items:center;gap:10px;display:flex}.menu-cell img{width:40px;height:40px}.rating{align-items:center;gap:3px;display:flex}.star{color:#ccc}.star.filled{color:gold}.status{border-radius:20px;padding:5px 12px;font-size:12px;font-weight:500}.status.paid{color:green;background:#d4f5dd}.status.refund{color:orange;background:#ffe5cc}.status.cancel{color:red;background:#ffd6d6}.modal-overlay{z-index:999;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.modal-box{background:#fff;border-radius:12px;width:90%;max-width:600px;max-height:80vh;padding:20px;overflow-y:auto}.modal-items{margin-top:10px;margin-bottom:10px}.modal-item{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.modal-item img{border-radius:8px;width:50px;height:50px;margin-right:10px}.modal-item div{flex:1}.modal-actions{justify-content:space-between;margin-top:15px;display:flex}.modal-actions select{border-radius:5px;padding:5px 10px}.modal-actions button{color:#fff;cursor:pointer;background:#007bff;border:none;border-radius:5px;padding:5px 15px}.modal-actions button:hover{background:#0056b3}.products-container{background:#fff;border-radius:12px;padding:20px}.product-cell{align-items:center;gap:10px;display:flex}.product-cell img{width:40px;height:40px}.status.publish{color:green;background:#d4f5dd}.status.draft{color:red;background:#ffd6d6}.row-space-between{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.landing{background:#f9fafc;font-family:Poppins,sans-serif}.nav{background:#fff;justify-content:space-between;align-items:center;padding:20px 50px;display:flex}.logo{color:#ff7a00}.nav button{color:#fff;cursor:pointer;background:#ff7a00;border:none;border-radius:20px;padding:8px 16px}.hero{justify-content:space-between;align-items:center;padding:60px;display:flex}.hero-left h1{font-size:42px;line-height:1.3}.hero-left span{color:#ff7a00}.hero-left p{color:#666;max-width:450px;margin:20px 0}.hero-buttons button{cursor:pointer;border:none;border-radius:25px;margin-right:10px;padding:10px 18px}.primary{color:#fff;background:#ff7a00}.secondary{color:#ff7a00;background:0 0;border:1px solid #ff7a00}.hero-right img{border-radius:20px;width:420px;box-shadow:0 10px 30px #0000001a}.features{justify-content:space-around;padding:50px;display:flex}.card{text-align:center;background:#fff;border-radius:15px;width:250px;padding:20px;box-shadow:0 5px 20px #0000000d}.cta{color:#fff;text-align:center;background:linear-gradient(135deg,#ff7a00,#ffb347);padding:50px}.cta button{color:#ff7a00;cursor:pointer;background:#fff;border:none;border-radius:25px;margin-top:15px;padding:10px 20px}footer{text-align:center;color:#888;padding:20px}@media (width<=768px){.hero{text-align:center;flex-direction:column}.hero-right img{width:100%;margin-top:20px}.features{flex-direction:column;align-items:center;gap:20px}}body{background-color:#fff8f0;margin:0;font-family:Inter,sans-serif}.animate-in{animation:.2s ease-out animateIn}@keyframes animateIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.coupons-container table{border-collapse:collapse;width:100%}.coupons-container th,.coupons-container td{padding:16px}.add-btn:hover{background:#ea580c}.shadow-brutal{box-shadow:4px 4px #000}.shadow-brutal:active{box-shadow:none;transform:translateY(2px)}.settings-page{background:#f9fafb;min-height:100vh;padding:30px}.settings-title{margin-bottom:20px;font-size:24px;font-weight:700}.settings-card{background:#fff;border-radius:12px;max-width:600px;padding:20px;box-shadow:0 6px 18px #00000014}.setting-item{justify-content:space-between;align-items:center;display:flex}.setting-item h4{margin:0}.setting-item p{color:gray;font-size:13px}.switch{width:50px;height:26px;display:inline-block;position:relative}.switch input{display:none}.slider{cursor:pointer;background:#ccc;border-radius:34px;transition:all .3s;position:absolute;inset:0}.slider:before{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:all .3s;position:absolute;bottom:3px;left:3px}input:checked+.slider{background:#4caf50}input:checked+.slider:before{transform:translate(24px)}.settings-loading{text-align:center;margin-top:50px}.discount-section{background:#f5f5f5;padding:60px 0}.img-wrapper{border-radius:15px;position:relative;overflow:hidden}.img-wrapper img{border-radius:15px;width:100%;transition:transform .4s}.img-wrapper:hover img{transform:scale(1.05)}.discount-badge{color:#fff;background:#ffb30e;border-top-right-radius:20px;padding:10px 14px;position:absolute;bottom:0;left:0}.percent{font-size:24px;font-weight:700}.off{font-size:12px}.item-title{margin-top:12px;font-weight:600}.remaining-pill{color:#ff6a00;background:#ffe7d1;border-radius:10px;margin-top:8px;padding:5px 12px;font-size:13px;display:inline-block}@media (width<=576px){.percent{font-size:18px}.discount-badge{padding:8px 10px}}.how-section{background:#f7f1e7;padding:70px 0}.section-title{color:#ff6a00;font-size:32px;font-weight:700}.step-card{text-align:center;padding:10px}.icon-box{margin:0 auto 15px;transition:transform .3s}.icon-box img{height:100px}.icon-box:hover{transform:translateY(-10px)}.step-title{margin-top:10px;font-weight:600}.step-desc{color:#666;margin-top:8px;font-size:14px;line-height:1.5}:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{text-align:center;z-index:10;transition:opacity .3s;position:absolute;transform:translate(0,0)}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);width:100%;left:0}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);display:inline-block}button.swiper-pagination-bullet{box-shadow:none;appearance:none;border:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{width:8px;top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,top .2s;display:inline-block}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{white-space:nowrap;left:50%;transform:translate(-50%)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));transform-origin:0 0;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(0)}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:100% 0}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);top:0;left:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size,4px);height:100%;top:0;left:0}.swiper-pagination-lock{display:none}.search-section{background:#f5f5f5;padding:70px 0}.search-title{font-size:36px;font-weight:700}.view-all{color:#666;cursor:pointer;font-size:14px;font-weight:600}.food-slider{scroll-behavior:smooth;justify-content:center;gap:35px;padding:20px 0;display:flex;overflow-x:auto}.food-slider::-webkit-scrollbar{display:none}.food-item{text-align:center;cursor:pointer;flex-shrink:0;min-width:150px}.food-item img{object-fit:cover;pointer-events:none;border-radius:50%;width:140px;height:140px;transition:transform .3s,box-shadow .3s}.food-item:hover img{transform:scale(1.12);box-shadow:0 10px 25px #00000026}.food-item p{margin-top:12px;font-size:16px;font-weight:600}.nav-btn{color:#fff;cursor:pointer;background:#ffb30e;border:none;border-radius:50%;width:40px;height:40px;transition:all .3s}.nav-btn:hover{transform:scale(1.1)}@media (width<=992px){.food-item img{width:120px;height:120px}}@media (width<=576px){.search-title{font-size:26px}.food-slider{justify-content:flex-start;gap:20px}.food-item{min-width:110px}.food-item img{width:95px;height:95px}.nav-btn{display:none}}.features-section{background:#f5e6c8;padding:80px 0}.features-box{background:#f2f2f2;border-radius:35px;justify-content:space-between;align-items:center;padding:45px 70px;display:flex}.feature-item{justify-content:center;align-items:center;gap:22px;min-width:240px;display:flex}.feature-item img{width:75px;transition:transform .3s}.feature-item:hover img{transform:scale(1.12)}.feature-item h5{color:#ff6a00;margin:0;font-size:24px;font-weight:700;line-height:1.2}.divider{background:#d6d6d6;width:1px;height:70px}@media (width<=992px){.features-box{text-align:center;flex-direction:column;gap:35px;padding:40px}.divider{display:none}}@media (width<=576px){.feature-item img{width:60px}.feature-item h5{font-size:18px}}.promo-section{background:#f5f5f5;padding:80px 0}.promo-box{background:#eee;border:1px solid #0000000d;border-radius:25px;justify-content:space-between;align-items:center;min-height:340px;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 12px 30px #0000001a,0 25px 60px #00000014}.promo-box:hover{transform:translateY(-6px);box-shadow:0 18px 40px #00000024,0 30px 70px #0000001a}.promo-box.reverse{flex-direction:row-reverse}.promo-content{flex:1;padding:60px}.promo-content h2{color:#333;font-size:38px;font-weight:700;line-height:1.2}.promo-content h2 span{color:#ffb30e}.promo-content p{color:#666;max-width:400px;margin:20px 0 25px;font-size:16px;line-height:1.6}.promo-btn{color:#fff;cursor:pointer;background:#ffb30e;border:none;border-radius:8px;padding:14px 28px;font-weight:600;transition:all .3s}.promo-btn:hover{background:#e69c00;transform:translate(6px)}.promo-image{flex:1;height:100%}.promo-image img{object-fit:cover;width:100%;height:100%}@media (width<=992px){.promo-box{flex-direction:column;min-height:auto}.promo-box.reverse{flex-direction:column}.promo-content{text-align:center;padding:40px}.promo-content p{max-width:100%}}@media (width<=576px){.promo-section{padding:50px 0}.promo-content{padding:25px}.promo-content h2{font-size:26px}.promo-content p{font-size:14px}.promo-btn{padding:12px 22px;font-size:14px}}.cta-section{background-position:50%;background-repeat:no-repeat;background-size:cover;padding:100px 20px;position:relative}.cta-overlay{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.cta-content{text-align:center;color:#fff;max-width:700px}.cta-content h2{margin-bottom:25px;font-size:40px;font-weight:700;line-height:1.3}.cta-btn{color:#fff;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;background:#f97316;border:none;border-radius:6px;padding:14px 30px;font-size:14px;font-weight:600;transition:all .3s}.cta-btn:hover{background:#ea580c;transform:translateY(-2px)}@media (width<=992px){.cta-content h2{font-size:32px}}@media (width<=576px){.cta-section{padding:70px 15px}.cta-content h2{font-size:24px}.cta-btn{padding:12px 22px}}.user-profile-container{background:#f9fafc;gap:20px;padding:20px;display:flex}.user-profile-sidebar{background:#fff;border-radius:15px;width:220px;padding:15px}.user-profile-menu{cursor:pointer;border-radius:10px;align-items:center;gap:10px;margin-bottom:10px;padding:12px;display:flex}.user-profile-menu:hover{background:#fff3e0}.user-profile-menu.active{color:#fff;background:#ef4444}.user-profile-logout{color:red}.user-profile-main{background:#fff;border-radius:20px;flex:1;padding:25px}.user-profile-form label{margin-bottom:5px;font-size:14px;display:block}.user-profile-form input,.user-profile-form textarea{border:1px solid #ddd;border-radius:10px;width:100%;margin-bottom:15px;padding:10px}.user-profile-form textarea{height:100px}.user-profile-row{gap:20px;display:flex}.user-profile-row>div{flex:1}.user-profile-btn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:25px;padding:12px 20px}.user-profile-btn:hover{background:#0f0505}@media (width<=768px){.user-profile-container{flex-direction:column}.user-profile-sidebar{width:100%;display:flex;overflow-x:auto}.user-profile-row{flex-direction:column}}.orders-page{background:#fff8f0;min-height:100vh;padding:40px 0}.orders-title{color:#ff7a00;margin-bottom:25px;font-weight:700}.order-card{background:#fff;border-radius:14px;margin-bottom:20px;padding:20px;box-shadow:0 8px 20px #0000000d}.order-header{justify-content:space-between;align-items:center;display:flex}.order-header h5{margin:0}.order-header span{color:gray;font-size:12px}.status{text-transform:capitalize;border-radius:20px;padding:6px 12px;font-size:12px}.status.pending{background:#fff3cd}.status.completed{background:#d4edda}.status.cancelled{background:#f8d7da}.order-items{margin-top:15px}.order-item{align-items:center;margin-bottom:10px;display:flex}.order-item img{border-radius:8px;width:55px;height:55px;margin-right:10px}.order-item .info{flex:1}.order-item .price{font-weight:600}.order-footer{border-top:1px dashed #ddd;justify-content:space-between;margin-top:10px;padding-top:10px;display:flex}.total{color:#ff7a00;font-weight:700}.empty{text-align:center;margin-top:50px}
