.privacy-policy-page{min-height:100vh;background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f3460);color:#fff;padding:2rem 0}.privacy-policy-page .container{max-width:1200px;margin:0 auto;padding:0 2rem}.policy-content{background:hsla(0,0%,100%,.05);backdrop-filter:blur(10px);border-radius:20px;padding:3rem;box-shadow:0 8px 32px rgba(0,0,0,.3);border:1px solid hsla(0,0%,100%,.1)}.policy-content h1{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;background:linear-gradient(45deg,#00d4ff,#ff6b6b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.policy-content h2{font-size:1.8rem;font-weight:600;margin:2.5rem 0 1.5rem;color:#00d4ff;border-bottom:2px solid rgba(0,212,255,.3);padding-bottom:.5rem}.policy-content h3{font-size:1.3rem;font-weight:600;margin:1.5rem 0 1rem;color:#ff6b6b}.policy-content p{font-size:1rem;line-height:1.7;margin-bottom:1rem;color:#e0e0e0}.policy-content ul{margin:1rem 0;padding-left:2rem}.policy-content li{font-size:1rem;line-height:1.7;margin-bottom:.5rem;color:#e0e0e0}.policy-content strong{color:#00d4ff;font-weight:600}.table-container{margin:2rem 0;overflow-x:auto}.policy-content table{width:100%;border-collapse:collapse;background:hsla(0,0%,100%,.05);border-radius:10px;overflow:hidden}.policy-content td,.policy-content th{padding:1rem;text-align:left;border-bottom:1px solid hsla(0,0%,100%,.1)}.policy-content th{background:rgba(0,212,255,.1);color:#00d4ff;font-weight:600}.policy-content td{color:#e0e0e0}.policy-content tr:hover{background:hsla(0,0%,100%,.05)}.back-link{text-align:center;margin-top:3rem}.back-button{display:inline-block;padding:1rem 2rem;background:linear-gradient(45deg,#00d4ff,#ff6b6b);color:#fff;text-decoration:none;border-radius:50px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,212,255,.3)}.back-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,212,255,.4)}@media (max-width:768px){.privacy-policy-page .container{padding:0 1rem}.policy-content{padding:2rem 1.5rem}.policy-content h1{font-size:2rem}.policy-content h2{font-size:1.5rem}.policy-content h3{font-size:1.2rem}.policy-content li,.policy-content p{font-size:.95rem}.table-container{margin:1.5rem -1.5rem}.policy-content table{font-size:.9rem}.policy-content td,.policy-content th{padding:.75rem}}@media (max-width:480px){.policy-content{padding:1.5rem 1rem}.policy-content h1{font-size:1.8rem}.policy-content h2{font-size:1.3rem}.policy-content h3{font-size:1.1rem}.back-button,.policy-content li,.policy-content p{font-size:.9rem}.back-button{padding:.8rem 1.5rem}}.purchase-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:10000;backdrop-filter:blur(5px);animation:fadeIn .3s ease}.purchase-modal{background:linear-gradient(45deg,rgba(10,14,42,.95),rgba(26,31,74,.95));border:1px solid rgba(147,112,219,.3);border-radius:20px;padding:40px;max-width:500px;width:90%;text-align:center;backdrop-filter:blur(10px);box-shadow:0 20px 50px rgba(0,0,0,.5);animation:slideIn .3s ease}.purchase-modal-header{margin-bottom:30px}.purchase-modal-title{font-size:28px;font-weight:700;color:var(--text);margin-bottom:10px;font-family:Montserrat Alternates,sans-serif}.purchase-modal-subtitle{font-size:16px;color:var(--secondary);line-height:1.6}.purchase-modal-product{background:rgba(26,31,74,.4);border:1px solid rgba(147,112,219,.2);border-radius:15px;padding:20px;margin-bottom:30px;display:flex;align-items:center;gap:20px}.purchase-modal-product-image{width:80px;height:80px;background:linear-gradient(45deg,#1a1f4a,#0a0e2a);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.purchase-modal-product-image img{max-width:70%;max-height:70%;object-fit:contain}.purchase-modal-product-info{flex:1;text-align:left}.purchase-modal-product-name{font-size:18px;font-weight:600;color:var(--text);margin-bottom:5px}.purchase-modal-product-price{font-size:20px;font-weight:700;color:var(--accent);font-family:Montserrat Alternates,sans-serif}.purchase-modal-actions{display:flex;gap:15px;justify-content:center;flex-wrap:wrap}.purchase-modal-btn{padding:15px 30px;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:160px;font-family:Montserrat Alternates,sans-serif}.purchase-modal-btn.continue{background:linear-gradient(45deg,var(--accent) 0,var(--orange) 100%);color:var(--dark-bg)}.purchase-modal-btn.continue:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(147,112,219,.4)}.purchase-modal-btn.checkout{background:transparent;color:var(--text);border:2px solid var(--accent)}.purchase-modal-btn.checkout:hover{background:var(--accent);color:var(--dark-bg);transform:translateY(-2px);box-shadow:0 10px 25px rgba(147,112,219,.4)}.purchase-modal-close{position:absolute;top:20px;right:20px;background:none;border:none;color:var(--secondary);font-size:24px;cursor:pointer;transition:color .3s ease;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%}.purchase-modal-close:hover{color:var(--text);background:rgba(147,112,219,.1)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(-50px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:768px){.purchase-modal{padding:30px 20px;margin:20px}.purchase-modal-title{font-size:24px}.purchase-modal-product{flex-direction:column;text-align:center;gap:15px}.purchase-modal-product-info{text-align:center}.purchase-modal-actions{flex-direction:column}.purchase-modal-btn{width:100%;min-width:auto}}@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css");:root{--font-size-base:1rem;--font-size-sm:clamp(0.875rem,1.2vw,0.95rem);--font-size-md:clamp(1rem,1.6vw,1.125rem);--font-size-lg:clamp(1.25rem,2.2vw,1.5rem);--font-size-xl:clamp(1.5rem,3vw,2rem);--container-max:75rem;--container-pad:1.25rem;--radius-md:0.75rem;--shadow-md:0 0.625rem 1.875rem rgba(0,0,0,.3);--dark-bg:#0a0e2a;--dark-card:#1a1f4a;--primary:#4a6bff;--secondary:#7b68ee;--accent:#9370db;--teal:#6a5acd;--blue-green:#483d8b;--orange:#ff6b9d;--text:#f0f8ff;--gray:#8b8bb8;--transition:all 0.4s cubic-bezier(0.175,0.885,0.32,1.275);--admin-bg:#f5f5f5;--admin-sidebar:#2c3e50;--admin-header:#34495e;--admin-card:#fff;--admin-border:#e1e8ed;--admin-text:#2c3e50;--admin-text-light:#7f8c8d;--admin-success:#27ae60;--admin-danger:#e74c3c;--admin-warning:#f39c12;--admin-info:#3498db}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-prosto-one),sans-serif;color:var(--text);background:linear-gradient(45deg,rgba(10,14,42,.9),rgba(26,31,74,.9)),url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect width="100" height="100" fill="%230a0e2a"/><path d="M0 50 Q 25 25, 50 50 T 100 50" stroke="rgba(147,112,219,0.05)" stroke-width="2" fill="none"/></svg>');background-attachment:fixed;line-height:1.7;overflow-x:hidden;font-size:var(--font-size-md)}.logo,h1,h2,h3,h4,h5,h6{font-family:Montserrat Alternates,sans-serif!important;font-weight:600}p{font-size:var(--font-size-md);line-height:1.7}.container{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-pad)}img,picture,svg,video{max-width:100%;height:auto}.action-buttons,.featured-highlights,.hero-actions,.product-detail-highlights,nav ul{display:flex;flex-wrap:wrap}@keyframes pulse{0%{transform:scale(1);opacity:.15}to{transform:scale(1.1);opacity:.25}}@keyframes float{0%{transform:translateY(0) perspective(1000px) rotateY(-5deg)}50%{transform:translateY(-20px) perspective(1000px) rotateY(-5deg)}to{transform:translateY(0) perspective(1000px) rotateY(-5deg)}}@keyframes gradientText{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}header{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:15px 0;backdrop-filter:blur(10px);background:rgba(10,14,42,.9);border-bottom:1px solid rgba(147,112,219,.2)}.header-container{justify-content:space-between}.header-container,.logo{display:flex;align-items:center}.logo{font-size:28px;font-weight:800;color:var(--text);text-decoration:none;letter-spacing:1px}.logo span{color:var(--accent);font-weight:700}nav ul{list-style:none;gap:30px;justify-content:center}nav ul,nav ul li a{display:flex;align-items:center}nav ul li a{text-decoration:none;color:var(--text);font-weight:600;transition:var(--transition);font-size:16px;gap:10px;padding:8px 12px;border-radius:8px}nav ul li a i{font-size:14px}nav ul li a svg{width:16px;height:16px;flex-shrink:0}nav ul li a:hover{color:var(--accent);background:rgba(147,112,219,.1);transform:translateY(-1px)}nav ul li a.active{color:var(--accent);font-weight:700;background:rgba(147,112,219,.15);border:1px solid rgba(147,112,219,.3)}.mobile-menu-btn{display:none;background:none;border:none;color:var(--text);font-size:24px;cursor:pointer}.cart-icon{position:relative;margin-left:15px}.cart-link{text-decoration:none;color:var(--text);font-weight:500;transition:var(--transition);font-size:20px;display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:10px;background:rgba(147,112,219,.1);border:1px solid rgba(147,112,219,.2)}.cart-link:hover{color:var(--accent);background:rgba(147,112,219,.2);transform:translateY(-1px)}.cart-link i{font-size:24px}.cart-count{position:absolute;top:-12px;right:-12px;background:var(--accent);color:var(--dark-bg);border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;border:2px solid var(--dark-bg)}.mobile-cart-top{display:none}.mobile-cart-top-link{text-decoration:none}footer{padding:80px 0 30px;position:relative;background:linear-gradient(45deg,rgba(10,14,42,.9),rgba(26,31,74,.9)),url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect width="100" height="100" fill="%230a0e2a"/><path d="M0 50 Q 25 25, 50 50 T 100 50" stroke="rgba(147,112,219,0.05)" stroke-width="2" fill="none"/></svg>');border-top:1px solid rgba(147,112,219,.2)}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:50px;margin-bottom:50px}.footer-column h3{font-size:22px;margin-bottom:25px;color:var(--secondary);position:relative;padding-bottom:10px;font-family:Montserrat Alternates,sans-serif}.footer-column h3:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:3px;background:linear-gradient(90deg,var(--accent),var(--blue-green));border-radius:3px}.footer-column p{color:hsla(0,0%,100%,.7);margin-bottom:20px;line-height:1.8}.footer-column ul{list-style:none}.footer-column ul li{margin-bottom:15px}.footer-column ul li a{color:hsla(0,0%,100%,.7);text-decoration:none;transition:var(--transition);display:flex;align-items:center;gap:10px}.footer-column ul li a i{color:var(--secondary);width:20px;font-size:14px}.footer-column ul li a:hover{color:var(--accent);transform:translateX(5px)}.social-links{display:flex;gap:15px;margin-top:20px}.social-links a{display:flex;align-items:center;justify-content:center;width:45px;height:45px;border-radius:50%;background:rgba(147,112,219,.1);color:var(--secondary);transition:var(--transition);font-size:18px}.social-links a:hover{background:linear-gradient(45deg,var(--secondary) 0,var(--blue-green) 100%);color:var(--dark-bg);transform:translateY(-5px)}.footer-bottom{text-align:center;padding-top:30px;border-top:1px solid rgba(147,112,219,.2);color:hsla(0,0%,100%,.5);font-size:15px}.btn{color:var(--dark-bg);display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;border-radius:50px;text-decoration:none;font-weight:600;transition:var(--transition);font-size:16px;border:none;cursor:pointer;position:relative;overflow:hidden;z-index:1;gap:8px;background:linear-gradient(45deg,var(--accent) 0,var(--secondary) 100%);box-shadow:0 5px 15px rgba(147,112,219,.5)}.btn:before{content:"";position:absolute;top:0;left:0;width:0;height:100%;background:linear-gradient(45deg,var(--primary) 0,var(--teal) 100%);z-index:-1;transition:width .5s ease}.btn:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(147,112,219,.6)}.btn:hover:before{width:100%}.btn-outline{background:transparent;border:2px solid rgba(147,112,219,.4);color:var(--accent);box-shadow:none}.btn-outline:hover{border-color:var(--accent);background:rgba(147,112,219,.1);transform:translateY(-3px)}.btn-sm{padding:12px 25px;font-size:15px;border-radius:70px;flex:1;text-align:center}.btn-icon{width:50px;padding:0;display:flex;align-items:center;justify-content:center}.btn-details{background:transparent;border:2px solid var(--accent);color:var(--accent)}.btn-details:hover{background:rgba(147,112,219,.1)}.features-grid,.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}.features-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:40px}.feature-card,.product-card{background:rgba(26,31,74,.6);border-radius:16px;overflow:hidden;transition:var(--transition);position:relative;backdrop-filter:blur(10px);border:1px solid rgba(147,112,219,.2);transform:translateY(0);box-shadow:0 16px 40px rgba(0,0,0,.2);padding:8px}.product-card{display:flex;flex-direction:column;height:100%;min-height:380px;max-width:320px;margin:0 auto}.product-card-clickable{text-decoration:none;color:inherit;cursor:pointer}.feature-card:hover,.product-card:hover{transform:translateY(-8px);border-color:var(--accent);box-shadow:0 16px 40px rgba(147,112,219,.3)}.product-badge{position:absolute;top:16px;right:16px;background:linear-gradient(90deg,var(--accent),var(--orange));color:var(--dark-bg);padding:6px 16px;border-radius:24px;font-size:11px;font-weight:600;z-index:2}.product-image{height:200px;background:linear-gradient(45deg,#1a1f4a,#0a0e2a);display:flex;align-items:center;justify-content:center;padding:16px;position:relative;overflow:hidden}.product-image:before{content:"";position:absolute;width:100%;height:100%;background:linear-gradient(45deg,rgba(147,112,219,.1),rgba(74,107,255,.1));z-index:1}.product-image img{max-height:140px;max-width:140px;width:auto;height:auto;object-fit:contain;position:relative;z-index:2;transition:var(--transition);filter:drop-shadow(0 5px 15px rgba(0,0,0,.5))}.product-card:hover .product-image img{transform:scale(1.1)}.product-info{display:flex;flex-direction:column;height:100%;padding:16px 16px 20px;justify-content:space-between;flex:1}.feature-card h3,.product-title{font-size:20px;font-weight:700;margin-bottom:8px;color:var(--text);font-family:Montserrat Alternates,sans-serif;line-height:1.3}.feature-card h3{margin-bottom:15px}.product-subtitle{color:var(--text);font-size:13px;margin-bottom:8px;font-weight:500;line-height:1.4;min-height:36px;display:flex;align-items:flex-start;justify-content:flex-start}.feature-card p,.product-description{color:var(--text);margin-bottom:18px;font-size:14px;line-height:1.7}.product-description{min-height:64px;flex-grow:1;margin-bottom:12px}.product-actions{display:flex;flex-direction:column;margin-top:auto;gap:8px;min-height:70px}.product-price-quantity{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;background:rgba(26,31,74,.4);border:1px solid rgba(147,112,219,.2);border-radius:9px;padding:12px 14px;backdrop-filter:blur(5px);gap:10px}.product-price{font-size:22px;font-family:Montserrat Alternates,sans-serif;text-align:left;flex:1}.product-quantity{font-size:12px;font-weight:500;text-align:right;opacity:.9}.product-quantity i{font-size:10px;margin-right:4px}.action-buttons{display:flex;gap:11px;flex-wrap:wrap;justify-content:center}.action-buttons .btn{padding:12px 22px;font-size:14px;min-width:120px}.action-buttons .btn,.btn-buy{font-weight:600;text-align:center}.btn-buy{width:100%;padding:14px 20px!important;font-size:15px!important;background:linear-gradient(45deg,var(--accent),var(--secondary));color:var(--dark-bg);border:none;border-radius:25px;cursor:pointer;transition:var(--transition);margin-top:3px;display:flex;align-items:center;justify-content:center;gap:8px}.btn-buy svg{flex-shrink:0;width:16px;height:16px}.btn-buy:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(147,112,219,.3)}.feature-icon{font-size:32px;color:var(--text);margin-bottom:16px}@media (max-width:768px){.product-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.product-image{height:280px;padding:15px}.product-image img{max-height:180px;max-width:180px}.product-title{font-size:20px}.product-subtitle{font-size:14px}.product-description{font-size:13px}}@media (max-width:480px){.product-grid{grid-template-columns:1fr;gap:15px}.product-image{height:250px;padding:12px}.product-image img{max-height:160px;max-width:160px;will-change:transform;backface-visibility:hidden;transform:translateZ(0)}.product-title{font-size:18px}.action-buttons .btn{padding:10px 18px;font-size:13px;min-width:100px}.btn-buy{padding:14px 20px!important;font-size:14px!important}.btn-buy svg{width:14px;height:14px}.product-fallback-icon{font-size:1.5rem!important}}.image-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.9);display:flex;align-items:center;justify-content:center;z-index:9999;backdrop-filter:blur(5px);animation:modalFadeIn .3s ease-out}.image-modal-content{position:relative;max-width:90%;max-height:90%;background:rgba(26,31,74,.95);border-radius:20px;border:1px solid rgba(147,112,219,.3);box-shadow:0 25px 50px rgba(0,0,0,.5);overflow:hidden;animation:modalSlideIn .3s ease-out}.image-modal-close{position:absolute;top:15px;right:15px;width:40px;height:40px;background:rgba(0,0,0,.7);border:none;border-radius:50%;color:#fff;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}.image-modal-close:hover{background:rgba(147,112,219,.8);transform:scale(1.1)}.image-modal-close i{font-weight:600}.image-modal-image-container{display:flex;align-items:center;justify-content:center;padding:20px;min-height:300px}.image-modal-image{max-width:100%;max-height:70vh;object-fit:contain;border-radius:10px;box-shadow:0 10px 30px rgba(0,0,0,.5);transition:transform .3s ease}.image-modal-image:hover{transform:scale(1.02)}.image-modal-caption{padding:20px;text-align:center;background:rgba(0,0,0,.3);border-top:1px solid rgba(147,112,219,.2)}.image-modal-caption p{color:var(--text);font-size:16px;margin:0;font-weight:500}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideIn{0%{transform:scale(.8) translateY(-20px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}@media (max-width:768px){.image-modal-content{max-width:95%;max-height:95%}.image-modal-image-container{padding:15px;min-height:250px}.image-modal-image{max-height:60vh}.image-modal-close{top:10px;right:10px;width:35px;height:35px;font-size:16px}.image-modal-caption{padding:15px}.image-modal-caption p{font-size:14px}}@media (max-width:480px){.image-modal-image-container{padding:10px;min-height:200px}.image-modal-image{max-height:50vh}.image-modal-close{width:30px;height:30px;font-size:14px}}.reviews-section{padding:80px 0;position:relative;overflow:hidden}.reviews-section:before{content:"";position:absolute;top:10%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(147,112,219,.1) 0,rgba(147,112,219,0) 70%);border-radius:50%;z-index:0;animation:pulse 8s infinite alternate-reverse}.reviews-container{position:relative;z-index:2}.reviews-header{text-align:center;margin-bottom:60px}.reviews-header h2{font-size:42px;font-weight:800;margin-bottom:20px;background:linear-gradient(90deg,var(--text),var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-family:Montserrat Alternates,sans-serif}.reviews-header p{font-size:18px;color:hsla(0,0%,100%,.8);max-width:600px;margin:0 auto;line-height:1.6}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin-top:50px}.review-card{background:rgba(26,31,74,.6);border-radius:16px;overflow:hidden;transition:var(--transition);position:relative;backdrop-filter:blur(10px);border:1px solid rgba(147,112,219,.2);transform:translateY(0);box-shadow:0 16px 40px rgba(0,0,0,.2);padding:30px;display:flex;flex-direction:column}.review-card:hover{transform:translateY(-8px);border-color:var(--accent);box-shadow:0 16px 40px rgba(147,112,219,.3)}.review-header{margin-bottom:20px}.reviewer-info{display:flex;align-items:flex-start;gap:15px}.reviewer-avatar{flex-shrink:0}.avatar-icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:#6c757d;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,.1);border:none;transition:var(--transition);color:#fff}.avatar-icon svg{width:24px;height:24px}.reviewer-avatar:hover .avatar-icon{background:#5a6268;box-shadow:0 2px 6px rgba(0,0,0,.15)}.reviewer-details{flex-grow:1;display:flex;flex-direction:column;gap:8px;min-width:0}.reviewer-name{font-size:18px;font-weight:700;color:var(--text);margin:0;font-family:Montserrat Alternates,sans-serif}.review-product{display:flex;align-items:center;gap:8px;font-size:13px;flex-wrap:wrap}.product-label{color:hsla(0,0%,100%,.6);font-weight:500}.product-name{color:var(--accent);font-weight:600;background:rgba(147,112,219,.1);padding:4px 8px;border-radius:12px;border:1px solid rgba(147,112,219,.2)}.review-stars{display:flex;gap:5px}.review-stars .fa-star{font-size:16px;transition:var(--transition)}.star-filled{color:gold;text-shadow:0 0 10px rgba(255,215,0,.5)}.star-empty{color:hsla(0,0%,100%,.3)}.review-content{flex-grow:1}.review-text{font-size:14px;color:hsla(0,0%,100%,.9);line-height:1.7;margin:0;font-style:italic}@media (max-width:768px){.reviews-header h2{font-size:32px}.reviews-header p{font-size:16px}.reviews-grid{grid-template-columns:1fr;gap:20px}.review-card{padding:25px}.reviewer-info{gap:12px}.avatar-icon{width:45px;height:45px}.avatar-icon svg{width:20px;height:20px}.reviewer-name{font-size:16px}.review-product{font-size:12px;gap:6px}.review-stars .fa-star{font-size:14px}}@media (max-width:480px){.reviews-section{padding:60px 0}.reviews-header{margin-bottom:40px}.reviews-header h2{font-size:28px}.review-card{padding:20px}.reviewer-info{gap:10px}.avatar-icon{width:40px;height:40px}.avatar-icon svg{width:18px;height:18px}.reviewer-name{font-size:15px}.review-product{font-size:11px;gap:5px}.review-text{font-size:13px}.review-stars .fa-star{font-size:12px}}.hero,.page-hero{min-height:100vh;display:flex;align-items:center;padding:120px 0 80px;position:relative;overflow:hidden}.page-hero,.products-page-hero{min-height:20vh;padding:90px 0 50px}.hero:before,.page-hero:before,.products-page-hero:before{content:"";position:absolute;top:-50%;left:-20%;width:800px;height:800px;background:radial-gradient(circle,rgba(147,112,219,.15) 0,rgba(147,112,219,0) 70%);border-radius:50%;z-index:0;animation:pulse 8s infinite alternate}.hero:after,.page-hero:after,.products-page-hero:after{content:"";position:absolute;bottom:-30%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(74,107,255,.15) 0,rgba(74,107,255,0) 70%);border-radius:50%;z-index:0;animation:pulse 6s infinite alternate-reverse}.hero-content{display:flex;align-items:center;gap:80px;position:relative;z-index:2}.page-hero-content{position:relative;z-index:2;max-width:800px;margin:0 auto;text-align:center;padding:20px 0}.page-hero-content h1{font-size:48px;font-weight:700;color:var(--text);margin-bottom:1 0;font-family:Montserrat Alternates,sans-serif}.page-hero-content p{font-size:18px;color:var(--text);opacity:.9;line-height:1.6}.hero-text{flex:1}.hero-image{flex:0.78;position:relative}.hero-image:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:98px;height:98px;background:linear-gradient(45deg,var(--accent) 0,var(--primary) 100%);border-radius:50%;opacity:.15;filter:blur(16px);z-index:-1}.hero-image img,.science-image img{max-width:78%;border-radius:20px;box-shadow:0 25px 50px rgba(0,0,0,.3);transform:perspective(1000px) rotateY(-5deg);transition:var(--transition);animation:float 6s ease-in-out infinite}.science-image img{animation:none}.science-image:hover img{transform:perspective(1000px) rotateY(0deg)}.hero h1,.page-hero h1{font-size:2.5rem;font-weight:800;line-height:1.1;margin-bottom:20px;background:linear-gradient(90deg,#fff,var(--accent),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;background-size:200% auto;animation:gradientText 8s ease infinite;font-family:Montserrat Alternates,sans-serif}.hero p,.page-hero p{font-size:1.1rem;color:hsla(0,0%,100%,.8);margin-bottom:30px}.hero p{max-width:600px}.hero-actions{display:flex;gap:20px;margin-top:40px}.featured-product{padding:100px 0;background:linear-gradient(to bottom,rgba(26,31,74,.8),var(--dark-bg));position:relative;overflow:hidden}.featured-container{display:flex;align-items:center;gap:80px}.featured-image{flex:1;min-width:400px;height:750px;background:linear-gradient(45deg,#1a1f4a,#0a0e2a);border-radius:20px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;box-shadow:0 25px 50px rgba(0,0,0,.4)}.featured-image:before{content:"";position:absolute;width:200%;height:200%;top:-50%;left:-50%;background:radial-gradient(circle,rgba(147,112,219,.15) 0,rgba(26,31,74,0) 70%)}.featured-image img{width:100%;max-width:400px;height:auto;z-index:2;filter:drop-shadow(0 15px 30px rgba(0,0,0,.9));transition:transform .5s ease}.featured-image-clickable{cursor:pointer;transition:transform .3s ease,filter .3s ease}.featured-image-clickable:hover{transform:scale(1.15)!important;filter:drop-shadow(0 15px 25px rgba(0,0,0,.8)) brightness(1.1)}.featured-container:hover .featured-image img:not(.featured-image-clickable){transform:scale(1.1)}.featured-image-zoom-hint{position:absolute;bottom:15px;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.8);color:#fff;padding:8px 15px;border-radius:20px;font-size:12px;display:flex;align-items:center;gap:8px;opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:3}.featured-image-zoom-hint i{font-size:14px;color:var(--accent)}.featured-image:hover .featured-image-zoom-hint{opacity:1}.featured-content{flex:1}.about-content h2,.featured-content h2,.science h2,.section-title h2{font-size:2.2rem;margin-bottom:18px;background:linear-gradient(90deg,var(--text),var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-family:Montserrat Alternates,sans-serif}.about-content h2,.science h2{background:linear-gradient(90deg,var(--accent),var(--blue-green))}.about-content h2{font-weight:800;margin-bottom:25px;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.featured-content p,.section-title p{margin-bottom:20px;color:var(--gray);font-size:1.1rem;line-height:1.7}.section-title{margin-bottom:50px}.section-title h2{font-size:2.2rem;background:linear-gradient(90deg,var(--text),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:15px;font-weight:700;font-family:Montserrat Alternates,sans-serif}.section-title p{color:hsla(0,0%,100%,.7);max-width:700px;margin:0 auto;font-size:1.1rem}.featured-highlights{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin:30px 0}.highlight-item{display:flex;align-items:center;gap:15px}.highlight-icon{width:50px;height:50px;background:linear-gradient(45deg,var(--accent),var(--secondary));border-radius:12px;box-shadow:0 4px 12px rgba(147,112,219,.3);transition:var(--transition)}.highlight-icon,.highlight-icon i{display:flex;align-items:center;justify-content:center;font-size:20px;color:var(--dark-bg)}.highlight-icon i{font-weight:600;width:100%;height:100%}.highlight-item:hover .highlight-icon{transform:scale(1.1);box-shadow:0 12px 25px rgba(147,112,219,.4)}.highlight-text h4{font-size:14px;margin-bottom:5px;color:var(--text)}.highlight-text p{color:var(--gray);font-size:11px;margin:0}.product-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;background:rgba(147,112,219,.1);padding:15px 20px;border-radius:15px}.product-price{font-size:28px;font-weight:700;color:var(--text)}.product-quantity{color:var(--text);font-size:16px;display:flex;align-items:center;gap:8px}.about-section,.products{padding:100px 0;position:relative}.home-products .product-image{height:200px;background:linear-gradient(45deg,#1a1f4a,#0a0e2a);display:flex;align-items:center;justify-content:center;padding:16px;position:relative;overflow:hidden}.home-products .product-image img{max-height:140px;max-width:140px;width:auto;height:auto;object-fit:contain;position:relative;z-index:2;transition:var(--transition);filter:drop-shadow(0 5px 15px rgba(0,0,0,.5))}.section-title{text-align:center;margin-bottom:80px;position:relative}.science{padding:100px 0;background:linear-gradient(45deg,rgba(10,14,42,.9),rgba(26,31,74,.9)),url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect width="100" height="100" fill="%230a0e2a"/><path d="M0 50 Q 25 25, 50 50 T 100 50" stroke="rgba(147,112,219,0.05)" stroke-width="2" fill="none"/></svg>');border-radius:50px;margin:100px 0;position:relative;overflow:hidden}.science:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at top left,rgba(147,112,219,.1) 0,transparent 50%);pointer-events:none}.science-content{display:flex;align-items:center;gap:80px}.science-text{flex:1}.science-image{flex:1;position:relative}.science-list{margin-top:30px}.science-list li{margin-bottom:15px;display:flex;align-items:flex-start;font-size:1.1rem;color:hsla(0,0%,100%,.9)}.science-list li i{color:var(--secondary);margin-right:15px;font-size:20px;margin-top:5px}.science-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:50px}.science-card{background:rgba(26,31,74,.6);padding:35px 30px;border-radius:20px;box-shadow:0 15px 35px rgba(0,0,0,.2);border:1px solid rgba(147,112,219,.2);transition:var(--transition);backdrop-filter:blur(10px);text-align:center}.science-card:hover{transform:translateY(-10px);border-color:var(--accent);box-shadow:0 20px 50px rgba(147,112,219,.2)}.science-card i{font-size:36px;color:var(--accent);margin-bottom:20px}.science-card h3{color:var(--text);margin-bottom:15px;font-size:1.5rem;font-weight:700;font-family:Montserrat Alternates,sans-serif}.science-card p{color:hsla(0,0%,100%,.7);font-size:1rem;line-height:1.7}.articles-mini{padding:60px 0 90px}.articles-mini .section-title{margin-bottom:30px}.articles-mini-grid{display:grid;grid-template-columns:repeat(2,minmax(240px,420px));justify-content:center;gap:28px}.articles-mini-card{background:rgba(26,31,74,.6);border:1px solid rgba(147,112,219,.2);border-radius:16px;overflow:hidden;text-decoration:none;color:inherit;transition:var(--transition);display:flex;flex-direction:column;align-items:center}.articles-mini-card:hover{transform:translateY(-6px);border-color:var(--accent);box-shadow:0 18px 40px rgba(147,112,219,.2)}.articles-mini-image{width:100%;height:200px;display:flex;align-items:center;justify-content:center;background:linear-gradient(45deg,#1a1f4a,#0a0e2a)}.articles-mini-image img{width:90%;height:90%;object-fit:contain;background:hsla(0,0%,100%,.98);border-radius:14px;padding:10px;box-shadow:0 10px 24px rgba(0,0,0,.18);transition:transform .3s ease}.articles-mini-card:hover .articles-mini-image img{transform:scale(1.06)}.articles-mini-title{font-size:18px;font-weight:800;padding:14px 18px 18px;text-align:center;color:var(--text);font-family:Montserrat Alternates,sans-serif}@media (max-width:768px){.articles-mini-grid{grid-template-columns:1fr;gap:18px}.articles-mini-image{height:180px}.articles-mini-title{font-size:16px}}@media (max-width:480px){.articles-mini-image{height:150px}.articles-mini-title{font-size:14px}}.about-content{max-width:900px;text-align:center}.about-content p{color:hsla(0,0%,100%,.8);margin-bottom:25px;line-height:1.7}.product-detail-section{padding:80px 0 60px;position:relative;overflow:hidden;min-height:100vh}.product-detail-section:before{content:"";position:absolute;top:5%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(147,112,219,.15) 0,rgba(147,112,219,0) 70%);border-radius:50%;z-index:0;animation:pulse 8s infinite alternate}.product-detail-section:after{content:"";position:absolute;bottom:5%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(42,138,128,.15) 0,rgba(42,138,128,0) 70%);border-radius:50%;z-index:0;animation:pulse 6s infinite alternate-reverse}.product-detail-container{display:flex;gap:50px;align-items:flex-start;position:relative;z-index:1;background:rgba(26,31,74,.6);border-radius:17px;padding:30px;border:1px solid rgba(147,112,219,.2);box-shadow:0 17px 43px rgba(0,0,0,.2)}.product-detail-image{flex:1;min-width:350px;height:450px;background:linear-gradient(45deg,#1a1f4a,#0a0e2a);border-radius:13px;display:flex;align-items:center;justify-content:center;padding:15px;position:relative;overflow:hidden;box-shadow:0 13px 26px rgba(0,0,0,.4)}.product-detail-image img{max-width:120%;max-height:120%;object-fit:contain;filter:drop-shadow(0 15px 30px rgba(0,0,0,.9))}.product-detail-image-clickable{cursor:pointer;transition:transform .3s ease,filter .3s ease}.product-detail-image-clickable:hover{transform:scale(1.05);filter:drop-shadow(0 15px 25px rgba(0,0,0,.8)) brightness(1.1)}.image-zoom-hint{position:absolute;bottom:15px;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.8);color:#fff;padding:8px 15px;border-radius:20px;font-size:12px;display:flex;align-items:center;gap:8px;opacity:0;transition:opacity .3s ease;pointer-events:none}.image-zoom-hint i{font-size:14px;color:var(--accent)}.product-detail-image:hover .image-zoom-hint{opacity:1}.product-detail-content{flex:2;padding-right:10px}.product-detail-content h1{font-size:28px;font-weight:800;margin-bottom:8px;background:linear-gradient(90deg,var(--text),var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-family:Montserrat Alternates,sans-serif}.product-detail-long-description{font-size:12px;color:hsla(0,0%,100%,.8);line-height:1.5;margin-bottom:12px}.product-recommended-use{margin-bottom:15px;padding:10px 14px;background:rgba(147,112,219,.1);border-left:4px solid var(--accent);border-radius:8px}.product-recommended-use p{font-size:11px;color:hsla(0,0%,100%,.9);line-height:1.4;margin:0;font-style:italic}.product-detail-highlights{margin-top:15px;margin-bottom:20px}.product-detail-highlights .highlight-item{display:flex;align-items:center;gap:10px;margin-bottom:10px}.product-detail-highlights .highlight-icon{width:35px;height:35px;background:linear-gradient(45deg,var(--accent),var(--orange));border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:14px;color:#000;box-shadow:0 4px 12px rgba(230,179,37,.3);transition:var(--transition);flex-shrink:0}.product-detail-highlights .highlight-icon i{font-weight:600;color:#000;font-size:20px;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.product-detail-highlights .highlight-item:hover .highlight-icon{transform:scale(1.05);box-shadow:0 6px 15px rgba(230,179,37,.4)}.product-detail-highlights .highlight-text h4{font-size:13px;color:var(--text);margin:0;font-weight:600;line-height:1.2}.product-recommendations{margin-bottom:15px;background:rgba(26,31,74,.4);border:1px solid rgba(147,112,219,.2);border-radius:12px;padding:12px;backdrop-filter:blur(5px)}.product-recommendations h3{font-size:14px;color:var(--text);margin-bottom:6px;margin-top:0;font-weight:600;font-family:Montserrat Alternates,sans-serif}.product-recommendations h3:not(:first-child){margin-top:20px}.product-recommendations p{font-size:11px;color:hsla(0,0%,100%,.8);line-height:1.3;margin:0}.product-key-benefits{margin-bottom:15px;background:rgba(26,31,74,.4);border:1px solid rgba(147,112,219,.2);border-radius:12px;padding:12px;backdrop-filter:blur(5px)}.product-key-benefits h3{font-size:14px;color:var(--text);margin-bottom:8px;font-weight:600;font-family:Montserrat Alternates,sans-serif}.product-key-benefits ul{list-style:none;padding:0;margin:0}.product-key-benefits li{font-size:11px;color:hsla(0,0%,100%,.8);line-height:1.3;margin-bottom:6px;padding-left:14px;position:relative}.product-key-benefits li:before{content:"✓";position:absolute;left:0;color:var(--accent);font-weight:700}.product-detail-section .product-price-quantity{display:flex;justify-content:flex-end;align-items:center;background:rgba(26,31,74,.4);border:1px solid rgba(147,112,219,.2);border-radius:8px;padding:8px 12px;backdrop-filter:blur(5px);width:fit-content;margin:20px -20px 20px auto;position:relative;right:0;gap:15px}.product-detail-section .product-price-quantity .product-price{font-size:18px;font-weight:700;color:var(--text);font-family:Montserrat Alternates,sans-serif;text-align:right}.product-detail-section .product-price-quantity .product-quantity{font-size:12px;color:var(--text);font-weight:500;text-align:right;opacity:.9;white-space:nowrap}.product-detail-section .product-price-quantity .product-quantity i{font-size:12px;margin-right:4px}.add-to-cart{margin-top:20px}.add-to-cart .btn{width:100%;padding:16px 24px;font-size:16px;font-weight:600;background:linear-gradient(45deg,var(--accent),var(--secondary));color:var(--dark-bg);border:none;border-radius:25px;cursor:pointer;transition:var(--transition);display:flex;align-items:center;justify-content:center;gap:10px}.add-to-cart .btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(147,112,219,.3)}.add-to-cart .btn i{font-size:16px}.about-page-hero{background:linear-gradient(45deg,rgba(10,14,42,.9),rgba(26,31,74,.9)),url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect width="100" height="100" fill="%230a0e2a"/><path d="M0 50 Q 25 25, 50 50 T 100 50" stroke="rgba(147,112,219,0.05)" stroke-width="2" fill="none"/></svg>');color:#fff;padding:80px 0;text-align:center;position:relative;overflow:hidden}.about-page-hero:before{top:-50%;left:-20%;width:800px;height:800px;background:radial-gradient(circle,rgba(171,222,185,.15) 0,rgba(171,222,185,0) 70%);animation:pulse 8s infinite alternate}.about-page-hero:after,.about-page-hero:before{content:"";position:absolute;border-radius:50%;z-index:0}.about-page-hero:after{bottom:-30%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(42,138,128,.15) 0,rgba(42,138,128,0) 70%);animation:pulse 6s infinite alternate-reverse}.about-page-hero .page-hero-content{position:relative;z-index:2}.about-page-hero .page-hero-content h1{font-size:2.5rem;margin-bottom:1rem;font-weight:700;background:linear-gradient(45deg,var(--accent) 0,var(--orange) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-family:Montserrat Alternates,sans-serif!important}.about-page-hero .page-hero-content p{font-size:1.1rem;opacity:.9;max-width:600px;margin:0 auto;color:var(--text)}.about-section{padding:80px 0;background:linear-gradient(45deg,rgba(10,14,42,.9),rgba(26,31,74,.9)),url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect width="100" height="100" fill="%230a0e2a"/><path d="M0 50 Q 25 25, 50 50 T 100 50" stroke="rgba(147,112,219,0.05)" stroke-width="2" fill="none"/></svg>');min-height:100vh}.about-content{max-width:800px;margin:0 auto}.about-content h2{color:var(--accent);margin-bottom:20px;font-size:2.2rem}.about-content p{margin-bottom:20px;font-size:1.1rem;line-height:1.8}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;justify-content:center;max-width:1500px;margin:40px auto}.feature-card{background:var(--dark-card);padding:50px 45px;border-radius:15px;text-align:center;border:1px solid hsla(0,0%,100%,.1);transition:var(--transition);min-height:400px;display:flex;flex-direction:column;justify-content:center;align-items:center;min-width:380px}.feature-card:hover{transform:translateY(-5px);border-color:var(--accent)}.feature-icon{width:100px;height:100px;background:linear-gradient(45deg,var(--primary) 0,var(--secondary) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 0 30px;font-size:2.5rem;color:#fff;flex-shrink:0}.feature-card h3{color:var(--accent);margin-bottom:25px;font-size:1.9rem;text-align:center;width:100%;flex-shrink:0}.feature-card p{color:var(--text);font-size:1.15rem;text-align:center;line-height:1.7;margin:0;width:100%;flex:1;display:flex;align-items:center;justify-content:center}@media (max-width:768px){.about-page-hero .page-hero-content h1{font-size:2rem}.about-page-hero .page-hero-content p{font-size:1rem}.about-content h2{font-size:2.3rem}.features-grid{grid-template-columns:1fr;gap:1.5rem;max-width:100%}.feature-card{padding:30px 20px;min-height:300px}}.delivery-page-hero{background:linear-gradient(45deg,rgba(10,14,42,.9),rgba(26,31,74,.9)),url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect width="100" height="100" fill="%230a0e2a"/><path d="M0 50 Q 25 25, 50 50 T 100 50" stroke="rgba(147,112,219,0.05)" stroke-width="2" fill="none"/></svg>');color:#fff;padding:80px 0;text-align:center;position:relative;overflow:hidden}.delivery-page-hero:before{top:-50%;left:-20%;width:800px;height:800px;background:radial-gradient(circle,rgba(171,222,185,.15) 0,rgba(171,222,185,0) 70%);animation:pulse 8s infinite alternate}.delivery-page-hero:after,.delivery-page-hero:before{content:"";position:absolute;border-radius:50%;z-index:0}.delivery-page-hero:after{bottom:-30%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(42,138,128,.15) 0,rgba(42,138,128,0) 70%);animation:pulse 6s infinite alternate-reverse}.delivery-page-hero .page-hero-content{position:relative;z-index:2}.delivery-page-hero .page-hero-content h1{font-size:3rem;margin-bottom:1rem;font-weight:700;background:linear-gradient(45deg,var(--accent) 0,var(--orange) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-family:Montserrat Alternates,sans-serif!important}.delivery-page-hero .page-hero-content p{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto;color:var(--text)}.delivery-section{padding:80px 0;background:linear-gradient(45deg,rgba(10,14,42,.9),rgba(26,31,74,.9)),url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect width="100" height="100" fill="%230a0e2a"/><path d="M0 50 Q 25 25, 50 50 T 100 50" stroke="rgba(147,112,219,0.05)" stroke-width="2" fill="none"/></svg>');min-height:100vh}.delivery-content{max-width:800px;margin:0 auto}.delivery-content h2{color:var(--accent);margin-bottom:20px;font-size:2.5rem}.delivery-content p{margin-bottom:20px;font-size:1.1rem;line-height:1.8}.delivery-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:40px 0}.delivery-method{background:var(--dark-card);padding:30px;border-radius:15px;text-align:center;border:1px solid hsla(0,0%,100%,.1);transition:var(--transition)}.delivery-method:hover{transform:translateY(-5px);border-color:var(--accent)}.delivery-icon{width:80px;height:80px;background:linear-gradient(45deg,var(--primary) 0,var(--secondary) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:2rem;color:#fff}.delivery-method h3{color:var(--accent);margin-bottom:15px;font-size:1.5rem}.delivery-method p{color:var(--text);font-size:1rem}@media (max-width:768px){.delivery-page-hero .page-hero-content h1{font-size:2rem}.delivery-page-hero .page-hero-content p{font-size:1rem}.delivery-content h2{font-size:2rem}.delivery-methods{grid-template-columns:1fr;gap:1.5rem}.delivery-method{padding:20px}.header-container{display:flex;align-items:center;justify-content:space-between}.logo,nav ul{display:none}nav ul{position:absolute;top:100%;left:0;right:0;background:rgba(26,31,74,.96);padding:clamp(.75rem,3vw,1rem);border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.35)}nav ul.show{display:block}nav ul li{padding:clamp(.5rem,2.2vw,.75rem) 0}nav ul li a{display:flex;align-items:center;gap:10px}.mobile-menu-btn{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:10px;border:1px solid rgba(147,112,219,.35);background:rgba(26,31,74,.6);color:var(--text)}.mobile-menu-btn i{font-size:1.1rem}.hero{padding:clamp(.2rem,.9vw,.3rem) 0 clamp(.15rem,.8vw,.25rem)}.hero-content{display:flex;align-items:center;justify-content:space-between;gap:clamp(.12rem,.9vw,.2rem)}.hero-text{flex:1 1 48%;text-align:left}.hero-image{display:block;flex:0 0 50%;max-width:50%}.hero-image img{width:100%;height:auto;border-radius:10px}.hero h1{font-size:clamp(.85rem,2vw,1rem);line-height:1.2;margin-bottom:clamp(.3rem,1vw,.5rem)}.hero p{font-size:clamp(.6rem,1.4vw,.75rem);margin-bottom:clamp(.55rem,1.2vw,.5rem);line-height:1.36}.hero-actions{display:flex;flex-wrap:wrap;gap:clamp(.15rem,1vw,.25rem)}.hero .btn,.hero .btn.btn-outline{padding:clamp(.3rem,1vw,.45rem) clamp(.5rem,1.8vw,.7rem);font-size:clamp(.65rem,1.8vw,.78rem);border-radius:8px;line-height:1}.hero:before{width:20px;height:20px;top:-25%}.hero:after{width:20px;height:20px;bottom:-15%}.header-container{position:relative}header .mobile-cart-top{display:flex!important;position:absolute;right:15px;top:50%;transform:translateY(-50%);z-index:2000}.mobile-cart-top-link{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:var(--text);background:rgba(147,112,219,.12);border:1px solid rgba(147,112,219,.25);padding:8px 10px;border-radius:10px;font-size:12px;line-height:1}.mobile-cart-top-link i{font-size:16px}.mobile-cart-top .cart-text{font-size:12px;font-weight:600}.mobile-cart-top .cart-count{position:static;min-width:18px;height:18px;border-radius:9px;background:var(--accent);color:var(--dark-bg);display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;border:none}.cart-icon{display:none!important}.only-mobile{text-decoration:none;color:var(--text)}.mobile-cart-link,.only-mobile{display:inline-flex;align-items:center;gap:10px;margin-left:auto}.mobile-cart-link{position:relative}.mobile-cart-link .cart-icon-wrap{display:inline-flex;align-items:center;gap:4px}.mobile-cart-link .cart-text{font-size:clamp(.9rem,2.8vw,1rem)}.mobile-cart-link .cart-count{order:-1;position:static;margin-right:8px;background:var(--accent);color:var(--dark-bg);min-width:20px;height:20px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;padding:0 6px}html{font-size:calc(var(--base-size) * var(--mobile-scale))}body{font-size:var(--font-size-md);line-height:1.7}.container{padding:0 clamp(.25rem,2vw,.5rem);max-width:100%}header{padding:clamp(.75rem,2.5vw,1rem) 0}nav ul{gap:clamp(.5rem,2vw,1rem)}.section-title{margin-bottom:clamp(2rem,6vw,3rem)}.section-title h2{font-size:clamp(1.4rem,4.2vw,1.8rem)}.section-title p{font-size:clamp(.95rem,2.8vw,1.05rem)}.about-section,.featured-product,.products,.science{padding:clamp(1rem,5vw,2rem) 0}.science{margin:clamp(1rem,5vw,2rem) 0}.section-title{margin-bottom:clamp(.75rem,3.5vw,1.25rem)}.products{padding:clamp(1.5rem,4vw,2rem) 0}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(.2rem,2vw,.6rem);padding:0 clamp(.3rem,1.5vw,.5rem)}.product-card{background:rgba(26,31,74,.8);border-radius:8px;border:1px solid rgba(147,112,219,.3);padding:clamp(.3rem,1.5vw,.5rem);display:flex;flex-direction:column;align-items:center;gap:clamp(.25rem,5vw,2.8rem)!important;height:clamp(20rem,10vw,15rem)!important;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.3);position:relative;overflow:hidden}.product-card:hover{transform:translateY(-1px);border-color:var(--accent);box-shadow:0 4px 15px rgba(147,112,219,.2)}.product-image{width:clamp(10.5rem,5vw,3.5rem)!important;height:clamp(9.5rem,5vw,2rem)!important;background:linear-gradient(45deg,#1a1f4a,#0a0e2a);border-radius:4px;display:flex;align-items:center;justify-content:center;padding:clamp(.1rem,.8vw,.2rem);position:relative;overflow:hidden;flex-shrink:0}.product-image:before{content:"";position:absolute;width:100%;height:100%;background:linear-gradient(45deg,rgba(147,112,219,.1),rgba(74,107,255,.1));z-index:1}.product-image img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;position:relative;z-index:2;filter:drop-shadow(0 1px 2px rgba(0,0,0,.4));transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.05)}.product-info{display:flex;flex-direction:column;align-items:center;gap:clamp(.1rem,.5vw,.2rem);width:100%}.product-description,.product-subtitle,.product-title{display:none}.product-actions{gap:clamp(.1rem,.5vw,.2rem)}.product-actions,.product-price-quantity{display:flex;flex-direction:column;align-items:center;width:100%}.product-price-quantity{gap:clamp(.05rem,.3vw,.1rem)}.product-price{font-size:clamp(.1rem,1.15rem,1.2rem)!important;font-weight:1000!important;font-family:Montserrat Alternates,sans-serif}.product-price,.product-quantity{color:var(--text);line-height:1;text-align:center}.product-quantity{font-size:clamp(.5rem,1.5vw,.6rem);opacity:.7;display:flex;align-items:center;gap:1px}.product-quantity i{display:none}.action-buttons{gap:clamp(.1rem,.2vw,.1rem)!important;margin-top:auto}.action-buttons,.btn-buy{display:flex;width:100%;justify-content:center}.btn-buy{padding:clamp(.3rem,1vw,.1rem) clamp(.3rem,1.5vw,.2rem)!important;font-size:clamp(.2rem,1.5vw,.6rem)!important;font-weight:200!important;background:linear-gradient(45deg,var(--accent),var(--secondary));color:var(--dark-bg);border:none;border-radius:4px;cursor:pointer;transition:all .3s ease;align-items:center;gap:clamp(.05rem,.5vw,.1rem);text-decoration:none;white-space:nowrap;min-width:fit-content}.btn-buy svg{width:clamp(8px,2.5vw,10px);height:clamp(8px,2.5vw,10px);flex-shrink:0}.btn-buy:hover{transform:translateY(-1px);box-shadow:0 2px 8px rgba(147,112,219,.3)}.product-badge{top:clamp(.05rem,.5vw,.1rem);right:clamp(.05rem,.5vw,.1rem);padding:clamp(.02rem,.3vw,.05rem) clamp(.1rem,.8vw,.2rem);border-radius:4px;font-size:clamp(.3rem,1vw,.4rem)}.product-icon-mobile{top:clamp(.1rem,.8vw,.2rem);left:clamp(.1rem,.8vw,.2rem);width:clamp(.8rem,2.5vw,1rem);height:clamp(.8rem,2.5vw,1rem)}.product-icon{font-size:clamp(.4rem,1.5vw,.6rem);filter:drop-shadow(0 1px 1px rgba(0,0,0,.3))}.hero,.page-hero{min-height:auto;padding:6px 0}.section-title{margin-bottom:30px}.about-section,.articles-mini,.featured-product,.products,.science{padding:12px 0!important}.science{margin:20px 0}.products-page-hero{padding:clamp(4rem,10vw,6rem) 0;overflow:visible}.products-page-hero .page-hero-content{height:auto}.products-page-hero .page-hero-content p{font-size:clamp(1rem,3.2vw,1.125rem);line-height:1.6;max-width:100%;white-space:normal;overflow:visible}.reviews-section{padding:clamp(3rem,8vw,4rem) 0}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(18rem,1fr));gap:clamp(1rem,3.5vw,1.5rem)}.review-card{padding:clamp(1rem,3vw,1.25rem)}.reviewer-name{font-size:clamp(1rem,3.4vw,1.15rem)}.review-text{font-size:clamp(.9rem,3vw,1rem)}.articles-mini{padding:clamp(2rem,6vw,3rem) 0 clamp(3rem,8vw,4rem)}.articles-mini-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));gap:clamp(1rem,3.5vw,1.5rem)}.articles-mini-card{padding:clamp(.9rem,3vw,1.1rem)}.articles-mini-image{height:clamp(9rem,28vw,11rem);margin-bottom:clamp(.75rem,2.5vw,1rem)}.articles-mini-title{font-size:clamp(1rem,3.4vw,1.1rem)}.product-detail-section{padding:clamp(3rem,8vw,4rem) 0}.product-detail-container{display:flex;flex-direction:column;gap:clamp(1.25rem,4vw,2rem)}.product-detail-image{width:100%;height:clamp(18rem,55vw,22rem);padding:clamp(.9rem,3vw,1.1rem)}.product-detail-content h1{font-size:clamp(1.6rem,4.6vw,2.1rem)}.product-detail-subtitle{font-size:clamp(1rem,3.2vw,1.15rem)}.product-detail-long-description{font-size:clamp(.95rem,3vw,1.05rem)}.checkout-section{padding:clamp(3rem,8vw,4rem) 0}.checkout-container{padding:0 clamp(1rem,4vw,1.5rem)}.checkout-item{padding:clamp(.9rem,3vw,1.1rem) 0}.checkout-item-image{width:clamp(5.5rem,20vw,6.5rem);height:clamp(5.5rem,20vw,6.5rem)}.product-badge{right:clamp(.6rem,2vw,.8rem);background:linear-gradient(90deg,var(--accent),var(--orange));color:var(--dark-bg);padding:clamp(.3rem,1.5vw,.5rem) clamp(.6rem,2vw,.8rem);border-radius:20px;font-size:clamp(.7rem,2.2vw,.8rem);font-weight:600}.product-badge,.product-icon-mobile{position:absolute;top:clamp(.6rem,2vw,.8rem);z-index:10}.product-icon-mobile{left:clamp(.6rem,2vw,.8rem);display:flex;align-items:center;justify-content:center;width:clamp(2rem,6vw,2.5rem);height:clamp(2rem,6vw,2.5rem);background:rgba(147,112,219,.2);border-radius:50%;backdrop-filter:blur(5px);border:1px solid rgba(147,112,219,.3)}.product-icon{font-size:clamp(1rem,3vw,1.2rem);filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}}@media (max-width:768px){@media (min-width:769px){.product-icon-mobile{display:none}}}@media (max-width:480px){html{font-size:calc(var(--base-size) * (var(--mobile-scale) - .05))}.container{padding:0 clamp(.9rem,5vw,1.25rem)}.hero-image img{max-height:80vh}.product-grid{grid-template-columns:repeat(2,1fr);gap:clamp(.4rem,2vw,.6rem);padding:0 clamp(.3rem,1.5vw,.5rem)}.product-card{height:clamp(3.5rem,10vw,4.5rem);padding:clamp(.3rem,1.5vw,.5rem)}.product-image{width:clamp(1.8rem,6vw,2.5rem);height:clamp(1.8rem,6vw,2.5rem)}.product-price{font-size:clamp(.8rem,2.5vw,1rem)}.btn-buy{padding:clamp(.3rem,1.2vw,.4rem) clamp(.4rem,1.8vw,.6rem)!important;font-size:clamp(.6rem,1.8vw,.7rem)!important;width:100%}.action-buttons{margin-top:auto}.product-badge{top:clamp(.05rem,.5vw,.1rem);right:clamp(.05rem,.5vw,.1rem);padding:clamp(.02rem,.3vw,.05rem) clamp(.1rem,.8vw,.2rem);border-radius:4px;font-size:clamp(.3rem,1vw,.4rem)}.articles-mini-grid,.reviews-grid{grid-template-columns:1fr}}@media (max-width:992px){.featured-container{flex-direction:column}.featured-image{width:100%;max-width:500px;height:680px;margin-bottom:40px}.featured-highlights{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr);gap:25px}.products-page-grid{grid-template-columns:repeat(2,1fr)!important;gap:20px!important}.products-page-grid .product-card{width:100%;height:auto}.products-page-grid .product-image{height:400px}.products-page-grid .product-title{font-size:18px;margin-bottom:10px}.products-page-grid .product-subtitle{font-size:13px;margin-bottom:10px;color:var(--text)}.products-page-grid .product-description{font-size:12px;margin-bottom:20px;min-height:80px;color:var(--text)}.products-page-grid .product-price{font-size:22px}.products-page-grid .product-price-quantity{padding:13px 18px;margin-bottom:13px}.products-page-grid .product-quantity{font-size:12px;color:var(--text)}.products-page-grid .product-actions{gap:10px}.products-page-grid .product-actions .btn{padding:11px 20px;font-size:15px;white-space:nowrap;min-width:130px}.product-detail-container{flex-direction:column;gap:40px;padding:40px}.product-detail-image{width:100%;max-width:550px;height:520px}.product-detail-content h1{font-size:38px;font-family:Montserrat Alternates,sans-serif}.product-detail-subtitle{font-size:18px;font-family:Montserrat Alternates,sans-serif}.product-detail-long-description{font-size:16px}.admin-sidebar{width:250px}.admin-main{padding:1rem}.admin-products-grid,.admin-stats{grid-template-columns:1fr;gap:1rem}.admin-product-card{padding:1rem}.admin-product-image{height:120px}.form-row{grid-template-columns:1fr;gap:.5rem}.admin-form{padding:1.5rem}}@media (min-width:769px){.product-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:35px;max-width:1400px;margin:0 auto}.product-card{min-height:360px;max-width:340px}.product-image{height:180px}.product-image img{max-height:120px;max-width:120px}.product-title{font-weight:600;line-height:1.2}.product-card .product-subtitle,.product-title{text-align:center;align-items:center;justify-content:center}.product-card .product-subtitle{font-size:13px;margin-bottom:9px;min-height:58px;display:flex;line-height:1.3}.product-info{padding:14px 14px 16px;display:flex;flex-direction:column}.product-title{font-size:18px;margin-bottom:6px;min-height:24px;display:flex;align-items:flex-start}.product-actions{min-height:65px;gap:6px}.product-price-quantity{padding:10px 12px;margin-bottom:6px}.product-price{font-size:20px;text-align:center}.product-quantity{font-size:11px;text-align:center}.product-quantity i{font-size:9px;margin-right:3px}.product-icon-mobile{display:none}.btn-buy{padding:12px 18px!important;font-size:14px!important}.cart-icon{position:relative;margin-left:20px;display:block!important}.cart-link{font-size:18px;padding:12px 16px;border-radius:10px;display:flex!important;align-items:center;gap:8px}.cart-link i{font-size:22px;display:inline-block!important}.cart-count{width:28px;height:28px;font-size:16px;top:-12px;right:-12px;display:flex!important;align-items:center;justify-content:center}nav ul li a i{font-size:16px}nav ul li a i,nav ul li a svg{display:inline-block!important}nav ul li a svg{width:18px;height:18px}}@media (max-width:1200px){.featured-container,.hero-content,.science-content{gap:50px}.hero h1,.page-hero h1{font-size:48px}.admin-container{gap:1rem}.admin-main{padding:1.5rem}.admin-products-grid,.admin-stats{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width:576px){.hero,.page-hero{padding:100px 0 60px}.page-hero{padding:150px 0 60px}.hero h1,.page-hero h1{font-size:32px;font-family:Montserrat Alternates,sans-serif}.hero-actions{flex-direction:column;gap:15px}.section-title h2{font-size:28px;font-family:Montserrat Alternates,sans-serif}.product-grid{grid-template-columns:1fr}.admin-main{margin-top:.25rem}.admin-header,.admin-main{padding:.75rem}.admin-header h1{font-size:1.25rem}.admin-nav-item{padding:.5rem .75rem;font-size:.8rem}.admin-nav-item i{margin-right:.25rem}.stat-card{padding:.75rem}.stat-number{font-size:1.25rem}.action-card{padding:.75rem}.admin-product-card{padding:.5rem}.admin-product-image{height:80px}.admin-product-info h3{font-size:.9rem}.admin-product-subtitle{font-size:.8rem}.admin-product-actions{padding:.5rem}.admin-delete-btn,.admin-edit-btn{padding:.5rem;font-size:.8rem}.admin-form{padding:.75rem}.form-section{margin-bottom:1rem;padding-bottom:1rem}.form-section h3{font-size:1rem}.form-group label{font-size:.8rem}.form-group input,.form-group textarea{padding:.5rem;font-size:.9rem}.admin-login-card{padding:1.5rem 1rem}.admin-login-header h1{font-size:1.5rem}.admin-login-header h2{font-size:.9rem}.admin-login-form{gap:.75rem}.form-group input{padding:.4rem;font-size:.8rem}.admin-login-btn{padding:.6rem;font-size:.8rem}}