:root{--primary:#0f766e;--primary-light:#14b8a6;--primary-dark:#0d5d56;--secondary:#1e3a5f;--accent:#d4af37;--bg-primary:#fff;--bg-secondary:#f8fafc;--bg-tertiary:#f1f5f9;--bg-dark:#0f172a;--text-primary:#1e293b;--text-secondary:#64748b;--text-light:#94a3b8;--text-white:#fff;--border-color:#e2e8f0;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--transition:all 0.3s ease;--transition-fast:all 0.15s ease}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;background:#fff;background:var(--bg-primary);color:#1e293b;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;line-height:1.6}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1}h1,h2,h3,h4{font-family:Playfair Display,serif;font-weight:600;line-height:1.3}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}a{color:#0f766e;color:var(--primary);text-decoration:none;transition:all .15s ease;transition:var(--transition-fast)}a:hover{color:#0d5d56;color:var(--primary-dark)}.btn{align-items:center;border:none;border-radius:8px;border-radius:var(--radius-md);cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:8px;justify-content:center;padding:12px 24px;transition:all .3s ease;transition:var(--transition)}.btn-primary{background:linear-gradient(135deg,#0f766e,#0d5d56);background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);box-shadow:0 4px 14px #0f766e4d;color:#fff;color:var(--text-white)}.btn-primary:hover{box-shadow:0 6px 20px #0f766e66;color:#fff;transform:translateY(-2px)}.btn-secondary{background:#f1f5f9;background:var(--bg-tertiary);border:1px solid #e2e8f0;border:1px solid var(--border-color);color:#1e293b;color:var(--text-primary)}.btn-secondary:hover{background:#f8fafc;background:var(--bg-secondary);border-color:#0f766e;border-color:var(--primary)}.btn-outline,.btn-secondary:hover{color:#0f766e;color:var(--primary)}.btn-outline{background:#0000;border:2px solid #0f766e;border:2px solid var(--primary)}.btn-outline:hover{background:#0f766e;background:var(--primary);color:#fff}.btn-sm{font-size:13px;padding:8px 16px}.btn-lg{font-size:16px;padding:16px 32px}.btn:disabled{cursor:not-allowed;opacity:.6}.input-group{margin-bottom:16px}.input-group label{color:#64748b;color:var(--text-secondary);display:block;font-size:14px;font-weight:500;margin-bottom:6px}.input{background:#fff;background:var(--bg-primary);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:8px;border-radius:var(--radius-md);font-size:14px;padding:12px 16px;transition:all .15s ease;transition:var(--transition-fast);width:100%}.input:focus{border-color:#0f766e;border-color:var(--primary);box-shadow:0 0 0 3px #0f766e1a;outline:none}select.input{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%2364748B' d='m2 4 4 4 4-4'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;cursor:pointer;padding-right:36px}textarea.input{min-height:100px;resize:vertical}.card{background:#fff;background:var(--bg-primary);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:12px;border-radius:var(--radius-lg);padding:24px;transition:all .3s ease;transition:var(--transition)}.card:hover{box-shadow:0 10px 15px -3px #0000001a;box-shadow:var(--shadow-lg)}.container{margin:0 auto;max-width:1200px;padding:0 24px}.section{padding:80px 0}.section-title{margin-bottom:48px;text-align:center}.section-title h2{margin-bottom:16px}.section-title p{color:#64748b;color:var(--text-secondary);margin:0 auto;max-width:600px}.grid{grid-gap:24px;display:grid;gap:24px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width:1024px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.text-center{text-align:center}.text-primary{color:#0f766e;color:var(--primary)}.mb-2{margin-bottom:16px}.mb-3{margin-bottom:24px}.mt-2{margin-top:16px}.header{background:#fff;background:var(--bg-primary);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-top{background:#1e3a5f;background:var(--secondary);color:#fff;color:var(--text-white);font-size:13px;padding:8px 0}.header-top .container{align-items:center;display:flex;justify-content:space-between}.header-main{padding:16px 0}.header-main .container{gap:32px;justify-content:space-between}.header-main .container,.logo{align-items:center;display:flex}.logo{color:#0f766e;color:var(--primary);font-family:Playfair Display,serif;font-size:24px;font-weight:700;gap:12px}.logo-icon{background:linear-gradient(135deg,#0f766e,#0d5d56);background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);border-radius:8px;border-radius:var(--radius-md);color:#fff;height:40px;justify-content:center;width:40px}.logo-icon,.nav{align-items:center;display:flex}.nav{gap:32px}.nav-link{color:#64748b;color:var(--text-secondary);font-size:14px;font-weight:500;position:relative}.nav-link.active,.nav-link:hover{color:#0f766e;color:var(--primary)}.nav-link:after{background:#0f766e;background:var(--primary);bottom:-4px;content:"";height:2px;left:0;position:absolute;transition:all .15s ease;transition:var(--transition-fast);width:0}.nav-link.active:after,.nav-link:hover:after{width:100%}.header-actions{gap:16px}.cart-btn,.header-actions{align-items:center;display:flex}.cart-btn{background:#f1f5f9;background:var(--bg-tertiary);border-radius:9999px;border-radius:var(--radius-full);color:#1e293b;color:var(--text-primary);font-size:14px;font-weight:500;gap:8px;padding:10px 16px;position:relative}.cart-btn:hover{background:#0f766e;background:var(--primary);color:#fff}.cart-count{background:#d4af37;background:var(--accent);border-radius:9999px;border-radius:var(--radius-full);font-size:11px;font-weight:700;min-width:20px;padding:2px 6px;text-align:center}.cart-count,.mobile-menu-btn{color:#1e293b;color:var(--text-primary)}.mobile-menu-btn{background:none;border:none;cursor:pointer;display:none;padding:8px}@media (max-width:900px){.nav{display:none}.mobile-menu-btn{display:block}.nav.open{background:#fff;background:var(--bg-primary);box-shadow:0 10px 15px -3px #0000001a;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;left:0;padding:16px;position:absolute;right:0;top:100%;z-index:100}.nav.open,.nav.open .nav-link{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color)}.nav.open .nav-link{padding:12px 0}.nav.open .nav-link:last-child{border-bottom:none}.header-actions .btn-sm,.header-top{display:none}.header-actions{gap:8px}}.hero{background:linear-gradient(135deg,#f8fafc,#f1f5f9);background:linear-gradient(135deg,var(--bg-secondary) 0,var(--bg-tertiary) 100%);overflow:hidden;padding:80px 0;position:relative}.hero .container{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr}.hero-content{position:relative;z-index:1}.hero-badge{align-items:center;background:#0f766e1a;border-radius:9999px;border-radius:var(--radius-full);color:#0f766e;color:var(--primary);display:inline-flex;font-size:13px;font-weight:500;gap:8px;margin-bottom:24px;padding:8px 16px}.hero h1{font-size:3rem;line-height:1.2;margin-bottom:24px}.hero-text{color:#64748b;color:var(--text-secondary);font-size:18px;line-height:1.8;margin-bottom:32px}.hero-buttons{display:flex;gap:16px}.hero-features{display:flex;gap:32px;margin-top:48px}.hero-feature{align-items:center;display:flex;gap:12px}.hero-feature-icon{align-items:center;background:#fff;background:var(--bg-primary);border-radius:8px;border-radius:var(--radius-md);box-shadow:0 4px 6px -1px #0000001a;box-shadow:var(--shadow-md);color:#0f766e;color:var(--primary);display:flex;height:48px;justify-content:center;width:48px}.hero-feature-text{font-size:14px;font-weight:500}.hero-visual{align-items:center;display:flex;justify-content:center;position:relative}.hero-image{animation:float 6s ease-in-out infinite;height:auto;max-width:400px;width:100%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width:900px){.hero .container{grid-template-columns:1fr;text-align:center}.hero h1{font-size:2.2rem}.hero-buttons,.hero-features{justify-content:center}.hero-features{flex-wrap:wrap}.hero-visual{order:-1}}.features{background:#fff;background:var(--bg-primary);padding:80px 0}.feature-card{background:#f8fafc;background:var(--bg-secondary);border-radius:16px;border-radius:var(--radius-xl);padding:40px 24px;text-align:center;transition:all .3s ease;transition:var(--transition)}.feature-card:hover{box-shadow:0 20px 25px -5px #0000001a;box-shadow:var(--shadow-xl);transform:translateY(-8px)}.feature-icon{align-items:center;background:linear-gradient(135deg,#0f766e,#0d5d56);background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);border-radius:12px;border-radius:var(--radius-lg);color:#fff;display:flex;font-size:32px;height:72px;justify-content:center;margin:0 auto 24px;width:72px}.feature-card h3{font-size:1.25rem;margin-bottom:12px}.feature-card p{color:#64748b;color:var(--text-secondary);font-size:14px;line-height:1.7}.products-page{min-height:calc(100vh - 200px);padding:60px 0}.page-header{margin-bottom:48px}.page-header h1{margin-bottom:16px}.page-header p{color:#64748b;color:var(--text-secondary)}.products-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.product-card{background:#fff;background:var(--bg-primary);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:16px;border-radius:var(--radius-xl);overflow:hidden;transition:all .3s ease;transition:var(--transition)}.product-card:hover{border-color:#0f766e;border-color:var(--primary);box-shadow:0 20px 25px -5px #0000001a;box-shadow:var(--shadow-xl);transform:translateY(-4px)}.product-image{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);background:linear-gradient(135deg,var(--bg-secondary) 0,var(--bg-tertiary) 100%);color:#0f766e;color:var(--primary);display:flex;font-size:48px;height:200px;justify-content:center;overflow:hidden;position:relative;width:100%}.product-image img{height:100%;object-fit:cover;width:100%}.product-image-placeholder{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);background:linear-gradient(135deg,var(--bg-secondary) 0,var(--bg-tertiary) 100%);color:#0f766e;color:var(--primary);display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.product-badge{background:#d4af37;background:var(--accent);border-radius:9999px;border-radius:var(--radius-full);color:#1e293b;color:var(--text-primary);font-size:11px;font-weight:600;padding:4px 12px;position:absolute;right:12px;top:12px}.product-info{padding:20px}.product-name{font-family:Inter,sans-serif;font-size:1.1rem;font-weight:600;margin-bottom:8px}.product-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#64748b;color:var(--text-secondary);display:-webkit-box;font-size:13px;line-height:1.6;margin-bottom:16px;overflow:hidden}.product-meta{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.product-price{color:#0f766e;color:var(--primary);font-size:1.25rem;font-weight:700}.product-volume{background:#f1f5f9;background:var(--bg-tertiary);border-radius:4px;border-radius:var(--radius-sm);color:#64748b;color:var(--text-secondary);font-size:13px;padding:4px 10px}.product-stock{font-size:12px;margin-bottom:16px}.product-stock.in-stock{color:#0f766e;color:var(--primary)}.product-stock.low-stock{color:#d4af37;color:var(--accent)}.product-stock.out-of-stock{color:#ef4444}.product-actions{display:flex;gap:8px}.product-actions .btn{flex:1 1}.catalog-layout{grid-gap:32px;display:grid;gap:32px;grid-template-columns:280px 1fr}.catalog-sidebar{background:#fff;background:var(--bg-primary);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:12px;border-radius:var(--radius-lg);height:-webkit-fit-content;height:fit-content;padding:24px;position:-webkit-sticky;position:sticky;top:100px}.filter-header{align-items:center;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:16px}.filter-header h3{font-family:Inter,sans-serif;font-size:16px;margin:0}.filter-list{display:flex;flex-direction:column;gap:8px}.filter-item{align-items:center;border-radius:8px;border-radius:var(--radius-md);cursor:pointer;display:flex;font-size:14px;gap:12px;padding:10px 12px;transition:all .15s ease;transition:var(--transition-fast)}.filter-item:hover{background:#f8fafc;background:var(--bg-secondary)}.filter-item.active{background:#0f766e1a;color:#0f766e;color:var(--primary)}.filter-item input{accent-color:#0f766e;accent-color:var(--primary);cursor:pointer;height:18px;width:18px}.filter-name{flex:1 1}.products-count{color:#64748b;color:var(--text-secondary);font-size:14px;margin-bottom:20px}.catalog-products{min-height:400px}.filter-toggle-wrapper{align-items:center;display:none;flex-wrap:wrap;gap:12px;margin-bottom:24px}.filter-toggle{align-items:center;display:flex;gap:8px}.filter-count{background:#0f766e;background:var(--primary);border-radius:9999px;border-radius:var(--radius-full);color:#fff;font-size:11px;margin-left:4px;padding:2px 8px}.active-filter{background:#0f766e1a;border-radius:9999px;border-radius:var(--radius-full);font-size:13px;gap:8px;padding:8px 12px}.active-filter,.clear-filter{align-items:center;color:#0f766e;color:var(--primary);display:flex}.clear-filter{background:none;border:none;cursor:pointer;padding:2px}.clear-filter:hover{color:#0d5d56;color:var(--primary-dark)}.filter-mobile-footer,.filter-mobile-header,.filter-overlay{display:none}@media (max-width:900px){.catalog-layout{grid-template-columns:1fr}.catalog-sidebar{background:#fff;background:var(--bg-primary);border:none;border-radius:0;bottom:0;display:none;height:100%;left:0;padding:0;position:fixed;right:0;top:0;width:100%;z-index:1001}.catalog-sidebar.open{display:flex;flex-direction:column}.filter-toggle-wrapper{display:flex}.filter-overlay{background:#00000080;bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:1000}.filter-mobile-header{align-items:center;background:#0f766e;background:var(--primary);color:#fff;display:flex;flex:0 0 auto;justify-content:space-between;padding:16px 20px}.filter-mobile-header h3{color:#fff;font-family:Inter,sans-serif;font-size:18px;margin:0}.filter-close-btn{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:4px}.catalog-sidebar .filter-header{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);flex:0 0 auto;margin:0;padding:16px 20px}.catalog-sidebar .filter-list{-webkit-overflow-scrolling:touch;flex:1 1 auto;overflow-y:auto;padding:12px 20px}.catalog-sidebar .filter-item{background:#f8fafc;background:var(--bg-secondary);border-radius:8px;border-radius:var(--radius-md);display:flex;margin-bottom:8px;padding:12px}.filter-mobile-footer{background:#fff;background:var(--bg-primary);border-top:1px solid #e2e8f0;border-top:1px solid var(--border-color);display:block;flex:0 0 auto;padding:16px 20px}}.cart-page{min-height:calc(100vh - 200px);padding:60px 0}.cart-empty{padding:80px 0;text-align:center}.cart-empty-icon{align-items:center;background:#f1f5f9;background:var(--bg-tertiary);border-radius:50%;color:#94a3b8;color:var(--text-light);display:flex;font-size:32px;height:80px;justify-content:center;margin:0 auto 24px;width:80px}.cart-content{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr 380px}@media (max-width:900px){.cart-content{grid-template-columns:1fr}}.cart-items{display:flex;flex-direction:column;gap:16px}.cart-item{background:#fff;background:var(--bg-primary);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:12px;border-radius:var(--radius-lg);display:flex;gap:20px;padding:20px}.cart-item-image{align-items:center;background:#f1f5f9;background:var(--bg-tertiary);border-radius:8px;border-radius:var(--radius-md);color:#0f766e;color:var(--primary);display:flex;flex-shrink:0;font-size:32px;height:100px;justify-content:center;width:100px}.cart-item-info{flex:1 1}.cart-item-name{font-weight:600;margin-bottom:4px}.cart-item-volume{color:#64748b;color:var(--text-secondary);font-size:13px;margin-bottom:12px}.cart-item-price{color:#0f766e;color:var(--primary);font-weight:600}.cart-item-actions{align-items:flex-end;display:flex;flex-direction:column;justify-content:space-between}.quantity-control{align-items:center;background:#f1f5f9;background:var(--bg-tertiary);border-radius:8px;border-radius:var(--radius-md);display:flex;gap:8px;padding:4px}.quantity-btn{align-items:center;background:#fff;background:var(--bg-primary);border:none;border-radius:4px;border-radius:var(--radius-sm);cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .15s ease;transition:var(--transition-fast);width:32px}.quantity-btn:hover{background:#0f766e;background:var(--primary);color:#fff}.quantity-value{font-weight:500;min-width:40px;text-align:center}.remove-btn{background:none;border:none;color:#94a3b8;color:var(--text-light);cursor:pointer;padding:8px;transition:all .15s ease;transition:var(--transition-fast)}.remove-btn:hover{color:#ef4444}.cart-summary{background:#f8fafc;background:var(--bg-secondary);border-radius:16px;border-radius:var(--radius-xl);height:-webkit-fit-content;height:fit-content;padding:32px;position:-webkit-sticky;position:sticky;top:100px}.cart-summary h3{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);margin-bottom:24px;padding-bottom:16px}.summary-row{display:flex;justify-content:space-between;margin-bottom:12px}.summary-row.total{border-top:1px solid #e2e8f0;border-top:1px solid var(--border-color);font-size:1.25rem;font-weight:700;margin-top:16px;padding-top:16px}.summary-row.total .price{color:#0f766e;color:var(--primary)}.checkout-page{min-height:calc(100vh - 200px);padding:60px 0}.checkout-content{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr 400px}@media (max-width:900px){.checkout-content{grid-template-columns:1fr}}.checkout-form{background:#fff;background:var(--bg-primary);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:16px;border-radius:var(--radius-xl);padding:32px}.checkout-section{margin-bottom:32px}.checkout-section:last-child{margin-bottom:0}.checkout-section h3{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);margin-bottom:20px;padding-bottom:12px}.order-summary-card{background:#f8fafc;background:var(--bg-secondary);border-radius:16px;border-radius:var(--radius-xl);height:-webkit-fit-content;height:fit-content;padding:32px;position:-webkit-sticky;position:sticky;top:100px}.order-items{margin-bottom:24px}.order-item{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;padding:12px 0}.order-item:last-child{border-bottom:none}.order-item-name{font-weight:500}.order-item-qty{color:#64748b;color:var(--text-secondary);font-size:13px}.auth-page{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - 200px);padding:60px 0}.auth-container{max-width:420px;width:100%}.auth-card{background:#fff;background:var(--bg-primary);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:16px;border-radius:var(--radius-xl);padding:40px}.auth-header{margin-bottom:32px;text-align:center}.auth-header h1{margin-bottom:8px}.auth-header p{color:#64748b;color:var(--text-secondary)}.auth-tabs{background:#f1f5f9;background:var(--bg-tertiary);border-radius:8px;border-radius:var(--radius-md);display:flex;margin-bottom:24px;padding:4px}.auth-tab{background:none;border:none;border-radius:4px;border-radius:var(--radius-sm);color:#64748b;color:var(--text-secondary);cursor:pointer;flex:1 1;font-weight:500;padding:12px;text-align:center;transition:all .15s ease;transition:var(--transition-fast)}.auth-tab.active{background:#fff;background:var(--bg-primary);box-shadow:0 1px 2px #0000000d;box-shadow:var(--shadow-sm);color:#0f766e;color:var(--primary)}.auth-error{background:#fee2e2;border-radius:8px;border-radius:var(--radius-md);color:#dc2626;font-size:14px;margin-bottom:16px;padding:12px 16px}.calc-page{min-height:calc(100vh - 200px);padding:60px 0}.calc-container{margin:0 auto;max-width:800px}.calc-card{background:#fff;background:var(--bg-primary);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:16px;border-radius:var(--radius-xl);margin-bottom:40px;padding:40px}.calc-step{margin-bottom:32px}.calc-step-title{color:#1e293b;color:var(--text-primary);font-size:16px;font-weight:600;margin-bottom:16px}.calc-options{display:flex;flex-wrap:wrap;gap:12px}.calc-option{background:#fff;background:var(--bg-primary);border:2px solid #e2e8f0;border:2px solid var(--border-color);border-radius:8px;border-radius:var(--radius-md);cursor:pointer;font-weight:500;padding:12px 20px;transition:all .15s ease;transition:var(--transition-fast)}.calc-option.selected,.calc-option:hover{border-color:#0f766e;border-color:var(--primary)}.calc-option.selected{background:#0f766e1a;color:#0f766e;color:var(--primary)}.calc-result{background:linear-gradient(135deg,#0f766e,#0d5d56);background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);border-radius:16px;border-radius:var(--radius-xl);color:#fff;padding:32px;text-align:center}.calc-result-label{font-size:14px;margin-bottom:8px;opacity:.9}.calc-result-value{font-family:Playfair Display,serif;font-size:3rem;font-weight:700}.calc-result-unit{font-size:1rem;opacity:.8}.calc-guide{background:#f8fafc;background:var(--bg-secondary);border-radius:16px;border-radius:var(--radius-xl);padding:32px}.calc-guide h3{margin-bottom:20px}.calc-guide p{color:#64748b;color:var(--text-secondary);line-height:1.8;margin-bottom:16px}.admin-layout{display:flex;min-height:calc(100vh - 72px)}.admin-sidebar{background:#f8fafc;background:var(--bg-secondary);border-right:1px solid #e2e8f0;border-right:1px solid var(--border-color);flex-shrink:0;padding:24px 16px;width:240px}.admin-nav{display:flex;flex-direction:column;gap:4px}.admin-nav-link{align-items:center;border-radius:8px;border-radius:var(--radius-md);color:#64748b;color:var(--text-secondary);display:flex;font-weight:500;gap:12px;padding:12px 16px;transition:all .15s ease;transition:var(--transition-fast)}.admin-nav-link.active,.admin-nav-link:hover{background:#fff;background:var(--bg-primary);color:#0f766e;color:var(--primary)}.admin-content{flex:1 1;overflow-y:auto;padding:32px}.admin-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:32px}.admin-table{background:#fff;background:var(--bg-primary);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-collapse:collapse;border-radius:12px;border-radius:var(--radius-lg);overflow:hidden;width:100%}.admin-table td,.admin-table th{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);padding:16px;text-align:left}.admin-table th{background:#f8fafc;background:var(--bg-secondary);color:#64748b;color:var(--text-secondary);font-size:13px;font-weight:600;text-transform:uppercase}.admin-table tr:last-child td{border-bottom:none}.admin-table tr:hover td{background:#f8fafc;background:var(--bg-secondary)}.status-badge{border-radius:9999px;border-radius:var(--radius-full);display:inline-flex;font-size:12px;font-weight:500;padding:4px 12px}.status-badge.new{background:#dbeafe;color:#1d4ed8}.status-badge.processing{background:#fef3c7;color:#d97706}.status-badge.shipped{background:#d1fae5;color:#059669}.status-badge.completed{background:#e0e7ff;color:#4f46e5}.status-badge.cancelled{background:#fee2e2;color:#dc2626}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:24px;position:fixed;right:0;top:0;z-index:1000}.modal{background:#fff;background:var(--bg-primary);border-radius:16px;border-radius:var(--radius-xl);max-height:90vh;max-width:500px;overflow-y:auto;width:100%}.modal-header{align-items:center;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;padding:20px 24px}.modal-header h3{font-family:Inter,sans-serif}.modal-close{background:none;border:none;color:#94a3b8;color:var(--text-light);cursor:pointer;padding:4px}.modal-close:hover{color:#1e293b;color:var(--text-primary)}.modal-body{padding:24px}.modal-footer{border-top:1px solid #e2e8f0;border-top:1px solid var(--border-color);display:flex;gap:12px;justify-content:flex-end;padding:16px 24px}.chat-widget{bottom:24px;position:fixed;right:24px;z-index:1000}.chat-toggle{align-items:center;background:linear-gradient(135deg,#0f766e,#0d5d56);background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);border:none;border-radius:50%;box-shadow:0 4px 20px #0f766e66;color:#fff;cursor:pointer;display:flex;height:60px;justify-content:center;transition:all .3s ease;transition:var(--transition);width:60px}.chat-toggle:hover{transform:scale(1.1)}.chat-unread{align-items:center;background:#d4af37;background:var(--accent);border-radius:50%;color:#1e293b;color:var(--text-primary);font-size:11px;font-weight:700;height:20px;justify-content:center;right:-4px;top:-4px;width:20px}.chat-unread,.chat-window{display:flex;position:absolute}.chat-window{background:#fff;background:var(--bg-primary);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:16px;border-radius:var(--radius-xl);bottom:80px;box-shadow:0 20px 25px -5px #0000001a;box-shadow:var(--shadow-xl);flex-direction:column;height:500px;overflow:hidden;right:0;width:360px}.chat-header{align-items:center;background:linear-gradient(135deg,#0f766e,#0d5d56);background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);color:#fff;display:flex;justify-content:space-between;padding:16px 20px}.chat-header h4{color:#fff;font-family:Inter,sans-serif;font-size:16px}.chat-status{align-items:center;display:flex;font-size:13px;gap:8px;opacity:.9}.chat-status-dot{background:#4ade80;border-radius:50%;height:8px;width:8px}.chat-close{background:none;border:none;color:#fff;cursor:pointer;opacity:.8;padding:4px}.chat-close:hover{opacity:1}.chat-messages{display:flex;flex:1 1;flex-direction:column;gap:12px;overflow-y:auto;padding:16px}.chat-message{border-radius:12px;border-radius:var(--radius-lg);font-size:14px;line-height:1.5;max-width:80%;padding:12px 16px}.chat-message.customer{align-self:flex-end;background:#0f766e;background:var(--primary);border-bottom-right-radius:4px;color:#fff}.chat-message.admin{align-self:flex-start;background:#f1f5f9;background:var(--bg-tertiary);border-bottom-left-radius:4px;color:#1e293b;color:var(--text-primary)}.chat-message-time{font-size:11px;margin-top:4px;opacity:.7}.chat-input-area{border-top:1px solid #e2e8f0;border-top:1px solid var(--border-color);display:flex;gap:12px;padding:16px}.chat-input{border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:9999px;border-radius:var(--radius-full);flex:1 1;font-size:14px;outline:none;padding:12px 16px}.chat-input:focus{border-color:#0f766e;border-color:var(--primary)}.chat-send{align-items:center;background:#0f766e;background:var(--primary);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:44px;justify-content:center;transition:all .15s ease;transition:var(--transition-fast);width:44px}.chat-send:hover{background:#0d5d56;background:var(--primary-dark)}.admin-chat-layout{grid-gap:24px;display:grid;gap:24px;grid-template-columns:300px 1fr;height:calc(100vh - 200px)}.chat-sessions{background:#fff;background:var(--bg-primary);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:12px;border-radius:var(--radius-lg);overflow:hidden}.chat-sessions-header{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);font-weight:600;padding:16px}.chat-session-list{overflow-y:auto}.chat-session-item{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);cursor:pointer;padding:16px;transition:all .15s ease;transition:var(--transition-fast)}.chat-session-item.active,.chat-session-item:hover{background:#f8fafc;background:var(--bg-secondary)}.chat-session-id{font-weight:500;margin-bottom:4px}.chat-session-time{color:#64748b;color:var(--text-secondary);font-size:12px}.chat-session-unread{background:#0f766e;background:var(--primary);border-radius:9999px;border-radius:var(--radius-full);color:#fff;float:right;font-size:11px;font-weight:600;padding:2px 8px}.admin-chat-main{background:#fff;background:var(--bg-primary);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:12px;border-radius:var(--radius-lg);display:flex;flex-direction:column}.footer{background:#0f172a;background:var(--bg-dark);color:#fff;color:var(--text-white);padding:60px 0 30px}.footer-content{grid-gap:40px;display:grid;gap:40px;grid-template-columns:2fr 1fr 1fr 1fr;margin-bottom:40px}@media (max-width:900px){.footer-content{grid-template-columns:1fr 1fr}}@media (max-width:600px){.footer-content{grid-template-columns:1fr}}.footer-brand{max-width:300px}.footer-logo{align-items:center;color:#fff;display:flex;font-family:Playfair Display,serif;font-size:24px;font-weight:700;gap:12px;margin-bottom:16px}.footer-brand p{color:#94a3b8;color:var(--text-light);font-size:14px;line-height:1.7}.footer-section h4{color:#fff;font-family:Inter,sans-serif;font-size:14px;font-weight:600;margin-bottom:20px;text-transform:uppercase}.footer-links{display:flex;flex-direction:column;gap:12px}.footer-links a{color:#94a3b8;color:var(--text-light);font-size:14px}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid #ffffff1a;padding-top:30px}.footer-disclaimer{color:#94a3b8;color:var(--text-light);font-size:11px;line-height:1.7;text-align:center}.loading-spinner{animation:spin 1s linear infinite;border:3px solid #e2e8f0;border-top-color:#0f766e;border:3px solid var(--border-color);border-radius:50%;border-top-color:var(--primary);height:40px;margin:40px auto;width:40px}@keyframes spin{to{transform:rotate(1turn)}}.toast{animation:slideUp .3s ease;background:#1e293b;background:var(--text-primary);border-radius:9999px;border-radius:var(--radius-full);bottom:24px;box-shadow:0 10px 15px -3px #0000001a;box-shadow:var(--shadow-lg);color:#fff;left:50%;padding:12px 24px;position:fixed;transform:translateX(-50%);z-index:2000}.toast.success{background:#0f766e;background:var(--primary)}.toast.error{background:#ef4444}@keyframes slideUp{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}.stats-section{background:#1e3a5f;background:var(--secondary);padding:40px 0}.stats-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(4,1fr);text-align:center}.stat-item{color:#fff}.stat-number{color:#d4af37;color:var(--accent);font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;margin-bottom:8px}.stat-label{font-size:14px;opacity:.9}@media (max-width:768px){.stats-grid{gap:24px;grid-template-columns:repeat(2,1fr)}.stat-number{font-size:2rem}}.why-choose-section{background:#fff;background:var(--bg-primary);padding:80px 0}.why-choose-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(3,1fr)}.why-choose-item{background:#f8fafc;background:var(--bg-secondary);border-radius:16px;border-radius:var(--radius-xl);display:flex;gap:20px;padding:24px;transition:all .3s ease;transition:var(--transition)}.why-choose-item:hover{box-shadow:0 10px 15px -3px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-4px)}.why-choose-icon{align-items:center;background:linear-gradient(135deg,#0f766e,#0d5d56);background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);border-radius:12px;border-radius:var(--radius-lg);color:#fff;display:flex;flex-shrink:0;height:56px;justify-content:center;width:56px}.why-choose-content h4{font-family:Inter,sans-serif;font-size:16px;font-weight:600;margin-bottom:8px}.why-choose-content p{color:#64748b;color:var(--text-secondary);font-size:14px;line-height:1.6}@media (max-width:1024px){.why-choose-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.why-choose-grid{grid-template-columns:1fr}}.categories-section{background:#f8fafc;background:var(--bg-secondary);padding:80px 0}.categories-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr)}.category-card{background:#fff;background:var(--bg-primary);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:16px;border-radius:var(--radius-xl);padding:32px;text-align:center;transition:all .3s ease;transition:var(--transition)}.category-card:hover{border-color:#0f766e;border-color:var(--primary);box-shadow:0 20px 25px -5px #0000001a;box-shadow:var(--shadow-xl);transform:translateY(-8px)}.category-icon{align-items:center;background:linear-gradient(135deg,#0f766e1a,#14b8a61a);border-radius:50%;color:#0f766e;color:var(--primary);display:flex;height:80px;justify-content:center;margin:0 auto 20px;width:80px}.category-card h3{font-size:1.25rem;margin-bottom:12px}.category-card p{color:#64748b;color:var(--text-secondary);font-size:14px;line-height:1.6;margin-bottom:20px}.category-link{align-items:center;color:#0f766e;color:var(--primary);display:inline-flex;font-size:14px;font-weight:500;gap:8px}.category-link:hover{gap:12px}@media (max-width:1024px){.categories-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.categories-grid{grid-template-columns:1fr}}.how-it-works-section{background:#fff;background:var(--bg-primary);padding:80px 0}.steps-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(4,1fr);position:relative}.steps-grid:before{background:linear-gradient(90deg,#0f766e,#d4af37);background:linear-gradient(90deg,var(--primary) 0,var(--accent) 100%);content:"";height:2px;left:10%;position:absolute;right:10%;top:40px;z-index:0}.step-item{position:relative;text-align:center;z-index:1}.step-number{align-items:center;background:linear-gradient(135deg,#0f766e,#0d5d56);background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);border-radius:50%;box-shadow:0 8px 24px #0f766e4d;color:#fff;display:flex;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;height:80px;justify-content:center;margin:0 auto 24px;width:80px}.step-content h4{font-family:Inter,sans-serif;font-size:16px;font-weight:600;margin-bottom:12px}.step-content p{color:#64748b;color:var(--text-secondary);font-size:14px;line-height:1.6}@media (max-width:1024px){.steps-grid{grid-template-columns:repeat(2,1fr)}.steps-grid:before{display:none}}@media (max-width:640px){.steps-grid{grid-template-columns:1fr}}.testimonials-section{background:#f8fafc;background:var(--bg-secondary);padding:80px 0}.testimonials-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.testimonial-card{background:#fff;background:var(--bg-primary);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:16px;border-radius:var(--radius-xl);padding:32px;transition:all .3s ease;transition:var(--transition)}.testimonial-card:hover{box-shadow:0 10px 15px -3px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-4px)}.testimonial-stars{display:flex;gap:4px;margin-bottom:16px}.testimonial-text{color:#64748b;color:var(--text-secondary);font-size:15px;font-style:italic;line-height:1.7;margin-bottom:24px}.testimonial-author{align-items:center;display:flex;gap:12px}.testimonial-avatar{align-items:center;background:linear-gradient(135deg,#0f766e,#0d5d56);background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);border-radius:50%;color:#fff;display:flex;height:48px;justify-content:center;width:48px}.testimonial-avatar,.testimonial-name{font-size:14px;font-weight:600}.testimonial-location{color:#64748b;color:var(--text-secondary);font-size:13px}@media (max-width:1024px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.testimonials-grid{grid-template-columns:1fr}}.faq-section{background:#fff;background:var(--bg-primary);padding:80px 0}.faq-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(2,1fr)}.faq-item{background:#f8fafc;background:var(--bg-secondary);border-radius:12px;border-radius:var(--radius-lg);padding:24px;transition:all .3s ease;transition:var(--transition)}.faq-item:hover{background:#f1f5f9;background:var(--bg-tertiary)}.faq-item h4{color:#1e293b;color:var(--text-primary);font-family:Inter,sans-serif;font-size:16px;font-weight:600;margin-bottom:12px}.faq-item p{color:#64748b;color:var(--text-secondary);font-size:14px;line-height:1.6}@media (max-width:768px){.faq-grid{grid-template-columns:1fr}}.cta-section{background:linear-gradient(135deg,#0f766e,#0d5d56);background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);overflow:hidden;padding:80px 0;position:relative}.cta-section:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%23fff' fill-opacity='.05' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;position:absolute;right:0;top:0}.cta-content{position:relative;text-align:center;z-index:1}.cta-content h2{color:#fff;font-size:2.5rem;margin-bottom:16px}.cta-content p{color:#ffffffe6;font-size:18px;margin-bottom:32px}.cta-buttons{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.btn-accent{background:linear-gradient(135deg,#d4af37,#b8941f);background:linear-gradient(135deg,var(--accent) 0,#b8941f 100%);font-weight:600}.btn-accent,.btn-accent:hover{color:#1e293b;color:var(--text-primary)}.btn-accent:hover{box-shadow:0 6px 20px #d4af3766;transform:translateY(-2px)}@media (max-width:768px){.cta-content h2{font-size:1.75rem}}.trust-section{background:#f1f5f9;background:var(--bg-tertiary);border-top:1px solid #e2e8f0;border-top:1px solid var(--border-color);padding:40px 0}.trust-badges{flex-wrap:wrap;gap:48px;justify-content:center}.trust-badge,.trust-badges{align-items:center;display:flex}.trust-badge{color:#64748b;color:var(--text-secondary);gap:12px}.trust-badge svg{color:#0f766e;color:var(--primary)}.trust-badge span{font-size:14px;font-weight:500}@media (max-width:768px){.trust-badges{gap:24px}.trust-badge{flex-direction:column;gap:8px;text-align:center}h1{font-size:2rem}h2{font-size:1.5rem}.hero,.section{padding:60px 0}.hero h1{font-size:1.8rem}.admin-layout{flex-direction:column}.admin-sidebar{padding:16px;width:100%}.admin-nav{flex-direction:row;flex-wrap:wrap}.admin-chat-layout{grid-template-columns:1fr;height:auto}.chat-widget{bottom:16px;right:16px}.chat-toggle{height:56px;width:56px}.chat-window{border-radius:0;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:1002}.chat-header{padding:16px}.chat-header h4{font-size:16px}.chat-messages{padding:12px}.chat-input-area{gap:8px;padding:12px}.chat-input{font-size:16px;padding:10px 14px}.chat-send{height:40px;width:40px}.cart-item{flex-wrap:wrap}.cart-item-image{height:80px;width:80px}.cart-item-actions{align-items:center;flex-direction:row;justify-content:space-between;margin-top:12px;width:100%}.product-card{margin-bottom:0}.products-grid{gap:16px}}@media (max-width:480px){.container{padding:0 16px}h1{font-size:1.75rem}h2{font-size:1.35rem}.hero{padding:40px 0}.hero h1{font-size:1.6rem}.hero-text{font-size:15px}.hero-buttons{flex-direction:column;width:100%}.hero-buttons .btn{width:100%}.hero-features{gap:16px}.hero-feature{flex-direction:column;text-align:center}.section{padding:40px 0}.btn{font-size:13px;padding:10px 20px}.btn-lg{font-size:14px;padding:12px 24px}.product-image{height:160px}.product-info{padding:16px}.product-name{font-size:1rem}.product-price{font-size:1.1rem}.page-header{margin-bottom:24px}.page-header h1{font-size:1.5rem}.cart-summary,.checkout-form,.order-summary-card{padding:20px}.auth-card{padding:24px}}
/*# sourceMappingURL=main.d58d2eb2.css.map*/