:root{--green-dark: #16502D;--green: #16502D;--green-light: #e8f3ea;--green-pale: #f4faf5;--text-dark: #1a2b1f;--text-muted: #5c6b60;--white: #ffffff;--border: #dfe8e1}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Segoe UI,Roboto,Arial,sans-serif;color:var(--text-dark);background:var(--white)}a{text-decoration:none;color:inherit}.topbar{display:flex;align-items:center;justify-content:space-between;padding:14px 40px;border-bottom:1px solid var(--border);gap:24px}.logo{display:flex;align-items:center;gap:10px;flex-shrink:0}.logo-badge{width:38px;height:38px;border-radius:8px;border:2px solid var(--green);display:flex;align-items:center;justify-content:center;background:var(--green-pale)}.logo-badge svg{width:22px;height:22px}.logo-text{line-height:1.1}.logo-text .main{font-size:19px;font-weight:700;color:var(--text-dark)}.logo-text .main span{color:var(--green)}.logo-text .tag{font-size:10px;color:var(--text-muted);letter-spacing:.2px}.search{flex:1;display:flex;align-items:center;max-width:640px;border:1px solid var(--border);border-radius:8px;overflow:hidden;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.search:focus-within{border-color:var(--green);box-shadow:0 0 0 3px #2f8f4e1f}.search input{flex:1;min-width:0;border:none;outline:none;padding:11px 16px;font-size:13px;color:var(--text-dark);background:transparent}.search input::-moz-placeholder{color:#8a978d}.search input::placeholder{color:#8a978d}.search .cat{display:flex;align-items:center;gap:6px;padding:11px 16px;font-size:13px;color:var(--text-muted);border-left:1px solid var(--border);white-space:nowrap;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background .15s ease,color .15s ease}.search .cat:hover{background:var(--green-pale);color:var(--text-dark)}.search .cat svg{flex-shrink:0;transition:transform .15s ease}.search .cat:hover svg{transform:translateY(1px)}.search button{background:var(--green);border:none;width:48px;align-self:stretch;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease}.search button:hover{background:var(--green-dark)}.search button svg{width:16px;height:16px;stroke:#fff}.actions{display:flex;align-items:center;gap:26px;flex-shrink:0}.action-item{display:flex;align-items:center;gap:8px;font-size:12px;cursor:pointer}.action-item .icon{width:30px;height:30px;border-radius:50%;background:var(--green-light);display:flex;align-items:center;justify-content:center}.action-item .icon svg{width:16px;height:16px;stroke:var(--green-dark)}.action-item .label small{display:block;color:var(--text-muted);font-size:11px}.action-item .label strong{font-size:13px}.navbar{display:flex;justify-content:center;gap:48px;padding:12px 0;background:var(--green-pale);border-bottom:1px solid var(--border)}.navbar a{font-size:14px;font-weight:600;color:var(--text-dark);padding:4px 2px;position:relative}.navbar a.active{color:var(--green-dark)}.navbar a.active:after{content:"";position:absolute;left:0;right:0;bottom:-13px;height:3px;background:var(--green);border-radius:2px}.navbar-trigger-area{position:relative;width:100%;height:15px;z-index:100;display:flex;justify-content:center;margin-top:-5px}.navbar{position:absolute;top:0;display:flex;justify-content:center;gap:25px;background:#fff;padding:6px 22px;border-radius:20px;border:1px solid #e5e7eb;box-shadow:0 6px 20px #00000014;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s cubic-bezier(.4,0,.2,1);pointer-events:none;white-space:nowrap}.navbar-trigger-area:hover .navbar,.navbar:hover{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.hero{position:relative;display:flex;align-items:center;min-height:340px;padding:50px 60px;overflow:hidden;background-image:url(src/assets/lands.jpg);background-size:cover;background-position:center}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(120deg,#fffffff2,#fffc 38%,#ffffff40 62%,#fff0 85%)}.hero-content{position:relative;z-index:2;animation:fadeInUp .8s ease-out forwards;max-width:520px}.hero-content h1{font-size:34px;line-height:1.25;font-weight:800;color:var(--text-dark);margin-bottom:14px}.hero-content p{font-size:14px;color:var(--text-muted);line-height:1.6;margin-bottom:26px;max-width:420px}.hero-buttons{display:flex;gap:16px}.btn{padding:12px 22px;border-radius:6px;font-size:13px;font-weight:700;display:inline-flex;align-items:center;gap:8px;cursor:pointer;border:1px solid transparent}.btn-primary{background:var(--green);color:#fff}.btn-secondary{background:#fff;color:var(--text-dark);border-color:var(--border)}.hero-visual{position:absolute;right:5%;bottom:15%;top:0;width:52%;display:flex;align-items:flex-end;justify-content:flex-end;z-index:2;opacity:0;animation:fadeInUp .8s ease-out .3s forwards}.basket{width:500px;height:260px;margin-right:30px;margin-bottom:-6px;text-align:center;font-size:0;position:relative}.basket img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}@media (max-width: 900px){.topbar{flex-wrap:wrap;padding:14px 20px}.search{order:3;max-width:100%;margin-top:10px}.navbar{gap:26px}.hero{flex-direction:column;padding:36px 24px;text-align:left}.hero-visual{position:relative;width:100%;margin-top:24px;justify-content:center}.hero-content{max-width:100%}}.features{background:var(--green-pale);padding:52px 60px 10px;border-top:1px solid var(--border)}.features-head{max-width:560px;margin:0 auto 38px;text-align:center}.features-head h2{font-size:21px;font-weight:700;color:var(--text-dark);margin-bottom:8px}.features-head p{font-size:13px;color:var(--text-muted);line-height:1.6}.features-row{display:flex;max-width:1080px;margin:0 auto;gap:20px}.feature-item{flex:1;padding:26px 28px 24px;border:1px solid var(--border);border-radius:10px;background:#fff;cursor:default;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;display:flex;flex-direction:column;align-items:center;text-align:center}.feature-item:hover{border-color:var(--green);box-shadow:0 6px 18px #1f6b3a1a;transform:translateY(-2px)}.feature-item svg{width:24px;height:24px;stroke:var(--green-dark);margin-bottom:16px;transition:transform .18s ease}.feature-item:hover svg{transform:scale(1.1)}.feature-item h3{font-size:14.5px;font-weight:700;color:var(--text-dark);margin-bottom:8px}.feature-item p{font-size:12.5px;color:var(--text-muted);line-height:1.65;max-width:230px}.feature-item.is-live h3{display:flex;align-items:center;gap:7px}.live-dot{width:7px;height:7px;border-radius:50%;background:#3fae5c;flex-shrink:0;box-shadow:0 0 0 3px #3fae5c38}@media (max-width: 760px){.features{padding:40px 24px 46px}.features-row{flex-direction:column}.feature-item p{max-width:none}}.products{background:var(--green-light);padding:8px 60px 46px}.products-head{text-align:center;padding:36px 0 30px}.products-head h2{font-size:19px;font-weight:700;color:var(--text-dark);display:inline-block;padding-bottom:8px;border-bottom:3px solid var(--green)}.products-grid{display:flex;gap:20px;max-width:1080px;margin:0 auto;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:16px;scrollbar-width:thin}.product-card{min-width:240px;flex:0 0 24.5%;background:#fff;border:1px solid var(--border);border-radius:10px;overflow:hidden;scroll-snap-align:start;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.products-grid::-webkit-scrollbar{height:8px}.products-grid::-webkit-scrollbar-track{background:#0000000a;border-radius:4px}.products-grid::-webkit-scrollbar-thumb{background:var(--green);border-radius:4px}.product-card:hover{border-color:var(--green);box-shadow:0 8px 20px #1f6b3a1a;transform:translateY(-2px)}.product-photo{width:100%;aspect-ratio:4/3;background:var(--green-pale);overflow:hidden}.product-photo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.product-info{padding:14px 16px 16px;display:flex;align-items:flex-end;justify-content:space-between;gap:8px}.product-info .name{font-size:12.5px;color:var(--text-muted);margin-bottom:4px}.product-info .price{font-size:14px;font-weight:700;color:var(--text-dark)}.cart-btn{width:34px;height:34px;flex-shrink:0;border-radius:50%;border:1.5px solid var(--green);background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease}.cart-btn svg{width:15px;height:15px;stroke:var(--green-dark)}.cart-btn:hover{background:var(--green)}.cart-btn:hover svg{stroke:#fff}@media (max-width: 760px){.products{padding:8px 20px 40px}.products-grid{grid-template-columns:repeat(2,1fr)}}.highlights{background:var(--green-light);padding:0 60px 50px}.highlights-row{max-width:1080px;margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr;gap:20px}.stats-box{background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:space-around;padding:28px 20px;gap:12px}.stat-item{display:flex;align-items:center;gap:12px}.stat-icon{width:48px;height:48px;border-radius:50%;background:var(--green-pale);display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-icon svg{width:22px;height:22px;stroke:var(--green-dark)}.stat-item .num{font-size:15px;font-weight:700;color:var(--text-dark);line-height:1.3}.stat-item .label{font-size:11.5px;color:var(--text-muted)}.testimonial-box{background:#fff;border-radius:12px;padding:24px 26px}.testimonial-box h3{font-size:14px;font-weight:700;margin-bottom:12px}.testimonial-body{display:flex;align-items:center;gap:14px}.testimonial-body p{font-size:12px;color:var(--text-muted);line-height:1.6;font-style:italic;margin-bottom:8px}.testimonial-body .who{font-size:11.5px;color:var(--text-dark);font-weight:600;font-style:normal}.testimonial-avatar{width:56px;height:56px;border-radius:50%;background:var(--green-pale);flex-shrink:0;overflow:hidden}.testimonial-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}@media (max-width: 760px){.highlights{padding:0 20px 40px}.highlights-row{grid-template-columns:1fr}.stats-box{flex-wrap:wrap}}.footer{background:var(--green-dark);color:#ffffffd9;padding:40px 60px 26px}.footer-grid{max-width:1080px;margin:0 auto;display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:24px}.footer-brand{display:flex;align-items:flex-start;gap:12px}.footer-brand-icon{width:34px;height:34px;border-radius:8px;background:#ffffff24;display:flex;align-items:center;justify-content:center;flex-shrink:0}.footer-brand-icon svg{width:18px;height:18px;stroke:#fff}.footer-brand .name{font-size:16px;font-weight:700;color:#fff}.footer-brand .tag{font-size:11px;color:#ffffffb3;margin-bottom:10px}.footer-brand .desc{font-size:11.5px;color:#ffffffa6;line-height:1.6;max-width:210px}.footer-col h4{font-size:13px;font-weight:700;color:#fff;margin-bottom:14px}.footer-col a{display:block;font-size:12px;color:#ffffffbf;margin-bottom:10px}.footer-col a:hover{color:#fff}.footer-contact li{list-style:none;display:flex;align-items:flex-start;gap:8px;font-size:12px;color:#ffffffbf;margin-bottom:10px}.footer-contact svg{width:14px;height:14px;stroke:#fff;margin-top:2px;flex-shrink:0}@media (max-width: 760px){.footer{padding:34px 22px 20px}.footer-grid{grid-template-columns:1fr;gap:26px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.floating-img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;animation:floatAndMove 4s ease-in-out infinite;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),filter .3s ease;cursor:pointer}.floating-img:hover{transform:scale(1.1) translateY(-15px) translate(-5deg) rotate(3deg);filter:drop-shadow(0 25px 35px rgba(31,107,58,.35))}@keyframes float{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-12px) rotate(1deg)}to{transform:translateY(0) rotate(0)}}@keyframes floatAndMove{0%{transform:translateY(0) translate(0) rotate(0)}50%{transform:translateY(-15px) translate(-8px) rotate(-1deg)}to{transform:translateY(0) translate(0) rotate(0)}}.products-carousel-section{padding:10px 20px 20px;overflow:hidden;background-color:#f4f7f5}.products-head-center{text-align:center;margin-bottom:40px}.products-head-center .sub-title{font-size:12px;letter-spacing:2px;font-weight:700;color:#6b7280;text-transform:uppercase}.products-head-center h2{font-size:24px;color:#111827;margin:8px 0}.products-head-center p{color:#4b5563;font-size:14px}.carousel-container{display:flex;flex-direction:column;align-items:center;position:relative;width:100%;max-width:1000px;margin:0 auto}.carousel-track{display:flex;justify-content:center;align-items:center;height:420px;width:100%;position:relative}.product-card-3d{position:absolute;width:280px;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #00000014;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;border:1px solid #e5e7eb}.carousel-item-active{transform:translate(0) scale(1.1);z-index:10;opacity:1;box-shadow:0 20px 40px #00000026}.carousel-item-left{transform:translate(-240px) scale(.9) rotateY(15deg);z-index:5;opacity:.6;filter:blur(1px)}.carousel-item-right{transform:translate(240px) scale(.9) rotateY(-15deg);z-index:5;opacity:.6;filter:blur(1px)}.carousel-item-hidden{transform:scale(.7);opacity:0;pointer-events:none}.carousel-nav-buttons{display:flex;gap:15px;margin-top:25px}.carousel-arrow{background:#fff;border:1px solid #d1d5db;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#374151;box-shadow:0 4px 10px #0000000d}.carousel-arrow:hover{background:#2f8f4e;color:#fff;border-color:#2f8f4e;transform:translateY(-2px)}.highlights-section{padding:20px;background-color:#f4f7f5}.highlights-container-slim{display:flex;flex-direction:column;gap:12px;max-width:900px;margin:0 auto}.stats-slim-bar{background:#fff;border:1px solid #e5e7eb;border-radius:30px;padding:10px 24px;display:flex;justify-content:space-around;align-items:center;box-shadow:0 2px 8px #00000005}.stat-slim-item{display:flex;align-items:center;gap:6px;font-size:13px}.stat-slim-item strong{color:#111827;font-weight:700}.stat-slim-item span{color:#6b7280;font-weight:400}.stat-divider{width:1px;height:16px;background-color:#e5e7eb}.testimonial-slim-bar{background:#fff;border:1px solid #e5e7eb;border-radius:30px;padding:8px 20px;box-shadow:0 2px 8px #00000005}.testimonial-slim-content{display:flex;align-items:center;justify-content:center;gap:10px;font-size:12px;color:#374151;text-align:center}.slim-avatar{width:26px;height:26px;border-radius:50%;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.slim-author{font-weight:600;color:#111827;margin-left:4px}@media (max-width: 768px){.stats-slim-bar{flex-direction:column;gap:8px;border-radius:16px;padding:14px}.stat-divider{display:none}.testimonial-slim-content{flex-direction:column;gap:4px;padding:6px 0}}.shop-categories-bar{display:flex;justify-content:center;align-items:center;gap:40px;padding:20px;width:100%;background-color:#f4f7f5;border-bottom:1px solid #e5e7eb;box-sizing:border-box}.shop-cat-item{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:12px 24px;display:flex;align-items:center;gap:12px;cursor:pointer;box-shadow:0 4px 12px #00000005;transition:all .2s ease}.shop-cat-item:hover,.shop-cat-item.active{border-color:#2f8f4e;background:#f0fdf4}.cat-icon-box{width:32px;height:32px;display:flex;align-items:center;justify-content:center}.cat-icon-box svg{width:20px;height:20px}.shop-cat-item span{font-size:14px;font-weight:600;color:#111827}.shop-categories-bar{display:flex;justify-content:center;align-items:center;gap:45px;padding:22px 20px;background-color:#f4f7f5;border-bottom:1px solid #e5e7eb}.shop-cat-item{display:flex;align-items:center;gap:12px;cursor:pointer;background:transparent;border:none;padding:0}.cat-icon-circle{width:42px;height:42px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000000a}.cat-icon-circle svg{width:20px;height:20px}.cat-text{font-size:15px;font-weight:700;color:#1b4d3e}.best-seller-section{padding:30px 40px;max-width:1200px;margin:0 auto;background-color:#f4f7f5}.best-seller-header h2{font-size:22px;font-weight:700;color:#111827;margin-bottom:6px}.header-line{width:50px;height:3px;background-color:#2f8f4e;border-radius:2px;margin-bottom:24px}.best-seller-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.shop-product-card{background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:16px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 4px 12px #00000005;transition:transform .2s ease}.shop-product-card:hover{transform:translateY(-3px);box-shadow:0 6px 16px #0000000d}.shop-product-img{width:100%;height:150px;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f9fafb;margin-bottom:12px}.shop-product-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.shop-product-details{display:flex;justify-content:space-between;align-items:flex-end}.prod-title{font-size:15px;font-weight:700;color:#111827;margin:0 0 2px}.prod-cat{font-size:11px;color:#6b7280;display:block;margin-bottom:6px}.prod-price{font-size:14px;font-weight:700;color:#111827}.shop-cart-btn{width:36px;height:36px;border-radius:8px;background:#f0fdf4;border:1px solid #bbf7d0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease}.shop-cart-btn:hover{background:#dcfce7}.shop-cart-btn svg{width:18px;height:18px}.best-seller-section,.all-products-section{width:100%;max-width:100%!important;padding:40px 60px;background-color:#e5ebe7;box-sizing:border-box}.best-seller-section>*,.all-products-section>*{max-width:1250px;margin-left:auto;margin-right:auto}.all-products-header{display:flex;flex-direction:column;gap:14px;margin-bottom:24px}.all-products-header h2{font-size:22px;font-weight:700;color:#111827;margin:0}.filter-controls{display:flex;gap:12px}.filter-dropdown{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:600;color:#374151;display:flex;align-items:center;gap:10px;cursor:pointer;box-shadow:0 2px 6px #00000005}.all-products-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}@media (max-width: 1024px){.all-products-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.all-products-grid{grid-template-columns:repeat(2,1fr)}}.qty-control-box{display:flex;align-items:center;gap:8px;background:transparent}.qty-btn{width:28px;height:28px;border-radius:50%;background:#fff;border:1.5px solid #16502D;color:#16502d;font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.qty-btn:hover{background:#16502d;color:#fff}.qty-number{font-size:14px;font-weight:700;color:#111827;min-width:18px;text-align:center}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease-in-out}.modal-content{background:#fff;width:90%;max-width:650px;border-radius:16px;padding:30px;position:relative;box-shadow:0 15px 35px #00000026}.modal-close{position:absolute;top:15px;right:20px;background:transparent;border:none;font-size:26px;color:#6b7280;cursor:pointer;transition:color .2s}.modal-close:hover{color:#111827}.modal-grid{display:grid;grid-template-columns:240px 1fr;gap:24px;align-items:center}.modal-img-box{width:100%;height:220px;background:#f9fafb;border-radius:12px;display:flex;align-items:center;justify-content:center;border:1px solid #e5e7eb;overflow:hidden}.modal-img-box img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.modal-category{font-size:12px;font-weight:600;color:#16502d;text-transform:uppercase;letter-spacing:.5px}.modal-info h2{font-size:22px;font-weight:700;color:#111827;margin:4px 0 8px}.modal-price{font-size:18px;font-weight:700;color:#16502d;margin-bottom:12px}.modal-desc{font-size:13px;color:#4b5563;line-height:1.5;margin-bottom:16px}.spec-box{background:#f4f7f5;border-radius:10px;padding:12px 16px;display:flex;flex-direction:column;gap:8px;margin-bottom:20px;border:1px solid #e5e7eb}.spec-item{display:flex;justify-content:space-between;font-size:13px;color:#374151}.spec-item strong{color:#111827}.modal-action-btn{width:100%;background:#16502d;color:#fff;border:none;border-radius:10px;padding:10px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.modal-action-btn:hover{background:#0f381f}@media (max-width: 640px){.modal-grid{grid-template-columns:1fr}.modal-img-box{height:160px}}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.filter-dropdown-wrapper{position:relative;background:#fff;border:1.5px solid #16502D;border-radius:8px;padding:6px 14px;box-shadow:0 2px 6px #00000005;display:flex;align-items:center;transition:all .2s ease}.filter-dropdown-wrapper:hover{box-shadow:0 4px 10px #16502d1a}.filter-select-native{background:transparent;border:none;font-size:13px;font-weight:600;color:#16502d;outline:none;cursor:pointer;padding-right:10px;width:100%}.service-features-banner{display:flex;justify-content:space-around;align-items:center;background-color:#f4f7f5;padding:35px 40px;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;gap:20px}.service-feature-item{display:flex;align-items:center;gap:16px}.service-icon-circle{width:50px;height:50px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000000a}.service-icon-circle svg{width:24px;height:24px}.service-feature-item h3{font-size:15px;font-weight:700;color:#16502d;margin:0 0 2px}.service-feature-item p{font-size:12px;color:#4b5563;margin:0}@media (max-width: 768px){.service-features-banner{flex-direction:column;align-items:flex-start}}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1.5fr;gap:30px;max-width:1300px;margin:0 auto;padding:40px 20px;box-sizing:border-box}.footer-col h4{font-size:16px;font-weight:700;color:#fff;margin-bottom:16px}.footer-contact-item{font-size:13px;color:#d1d5db;margin-bottom:10px;line-height:1.4}.hero.shop-landing-hero{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#f4f8f5,#e8f2ec);padding:50px 60px;border-radius:20px;margin:30px auto;max-width:1250px;box-sizing:border-box;box-shadow:0 10px 30px #00000008}.shop-landing-hero .hero-content{flex:1;max-width:550px}.shop-landing-hero .hero-content h1{font-size:32px;font-weight:800;color:#111827;line-height:1.2;margin-bottom:14px}.shop-landing-hero .hero-content p{font-size:14px;color:#4b5563;line-height:1.6}.shop-landing-hero .basket img{max-width:320px;height:auto;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 15px 25px rgba(0,0,0,.1))}@media (max-width: 768px){.hero.shop-landing-hero{flex-direction:column;padding:30px 20px;text-align:center}.shop-landing-hero .hero-visual{margin-top:20px}}.hero.shop-landing-hero{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#fef3e2,#f6e6cd,#edd4b2);padding:65px 70px;border-radius:24px;margin:30px auto;max-width:1300px;box-sizing:border-box;box-shadow:0 12px 35px #0000000d}.shop-landing-hero .hero-content{flex:1;max-width:580px}.shop-landing-hero .hero-content h1{font-size:36px;font-weight:800;color:#1f2937;line-height:1.25;margin-bottom:16px}.shop-landing-hero .hero-content p{font-size:15px;color:#4b5563;line-height:1.6}.shop-landing-hero .hero-visual{flex:1;display:flex;justify-content:center;align-items:center}.shop-landing-hero .basket img{max-width:750px;width:100%;height:auto;-o-object-fit:contain;object-fit:contain;transform:scale(1.45);filter:drop-shadow(0 25px 40px rgba(0,0,0,.18))}@media (max-width: 768px){.hero.shop-landing-hero{flex-direction:column;padding:35px 20px;text-align:center}.shop-landing-hero .hero-visual{margin-top:25px}.shop-landing-hero .basket img{max-width:280px}}.auth-hero-section{padding:40px 20px 60px;display:flex;flex-direction:column;align-items:center;background-color:#eaf1ec}.auth-main-title{font-size:26px;font-weight:800;color:#111827;margin-bottom:30px;letter-spacing:.5px;text-align:center}.auth-card-container{background:#fff;width:100%;max-width:580px;border-radius:20px;box-shadow:0 15px 35px #00000014;overflow:hidden;padding:30px 40px 40px;box-sizing:border-box}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;background:#f3f4f6;border-radius:12px;padding:4px;margin-bottom:24px}.auth-tab-btn{background:transparent;border:none;padding:12px;font-size:14px;font-weight:700;color:#6b7280;border-radius:10px;cursor:pointer;transition:all .2s ease}.auth-tab-btn.active{background:#fff;color:#16502d;box-shadow:0 4px 10px #0000000d}.auth-form-box{display:flex;flex-direction:column;gap:16px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:13px;font-weight:700;color:#1f2937}.form-group input{padding:12px 16px;border:1.5px solid #d1d5db;border-radius:10px;font-size:14px;outline:none;transition:border-color .2s}.form-group input:focus{border-color:#16502d}.auth-options-row{display:flex;justify-content:space-between;align-items:center;font-size:13px;margin-top:4px}.remember-me{display:flex;align-items:center;gap:6px;color:#4b5563;cursor:pointer}.forgot-link{color:#16502d;text-decoration:none;font-weight:600}.forgot-link:hover{text-decoration:underline}.auth-buttons-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:10px}.btn-primary-auth{background:#16502d;color:#fff;border:none;border-radius:10px;padding:12px;font-size:14px;font-weight:700;cursor:pointer;transition:background .2s}.btn-primary-auth:hover{background:#0f381f}.btn-google-auth{background:#fff;color:#374151;border:1.5px solid #d1d5db;border-radius:10px;padding:12px;font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .2s}.btn-google-auth:hover{background:#f9fafb}@media (max-width: 640px){.auth-card-container{padding:20px}.auth-buttons-grid{grid-template-columns:1fr}}.role-radio-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 20px;margin-top:6px}.radio-label{display:flex;align-items:center;gap:10px;font-size:13px;color:#374151;cursor:pointer;font-weight:500}.radio-label input[type=radio]{accent-color:#16502D;width:16px;height:16px;cursor:pointer;margin:0}.profile-section{padding:50px 20px;display:flex;justify-content:center;background-color:#f4f7f5;min-height:60vh}.profile-card{background:#fff;width:100%;max-width:500px;border-radius:20px;box-shadow:0 10px 30px #0000000f;overflow:hidden;text-align:center;padding-bottom:30px}.profile-header-bg{height:100px;background:linear-gradient(135deg,#16502d,#2f8f4e)}.profile-user-info{padding:0 30px;margin-top:-50px}.profile-avatar-img{width:90px;height:90px;border-radius:50%;border:4px solid #ffffff;-o-object-fit:cover;object-fit:cover;box-shadow:0 5px 15px #0000001a}.profile-user-info h2{font-size:20px;font-weight:700;color:#1f2937;margin:10px 0 4px}.profile-role-badge{display:inline-block;background:#e8f5e9;color:#16502d;font-size:12px;font-weight:600;padding:4px 12px;border-radius:20px;margin-bottom:8px}.profile-email{font-size:13px;color:#6b7280;margin-bottom:25px}.profile-menu-list{display:flex;flex-direction:column;gap:10px;padding:0 30px}.profile-menu-item{background:#f9fafb;padding:12px 16px;border-radius:10px;font-size:14px;font-weight:600;color:#374151;cursor:pointer;text-align:left;transition:all .2s}.profile-menu-item:hover{background:#f3f4f6;color:#16502d;transform:translate(4px)}.profile-menu-item.logout-btn{background:#fef2f2;color:#dc2626;margin-top:10px}.profile-menu-item.logout-btn:hover{background:#fee2e2;color:#b91c1c}
