.admin-login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#0f172a,#1e293b)}.admin-login-box{background:var(--surface);border:1px solid var(--surface-2);border-radius:8px;padding:2rem;width:100%;max-width:400px;box-shadow:0 20px 60px #0000004d}.admin-login-box h1{color:var(--white);margin-bottom:1.5rem;text-align:center}.admin-login-box .form-group{margin-bottom:1.2rem}.admin-login-box label{display:block;color:var(--text-dim);font-size:.9rem;margin-bottom:.4rem;font-weight:600}.admin-login-box input{width:100%;padding:.8rem;border:1px solid var(--surface-2);border-radius:6px;background:#0f172a;color:var(--white);font-size:.95rem;outline:none;transition:border-color .3s}.admin-login-box input:focus{border-color:var(--accent)}.admin-login-box .btn-primary{width:100%;padding:.8rem;background:var(--accent);color:var(--primary);border:none;border-radius:6px;font-weight:700;cursor:pointer;transition:opacity .3s}.admin-login-box .btn-primary:hover:not(:disabled){opacity:.9}.admin-login-box .btn-primary:disabled{opacity:.6;cursor:not-allowed}.admin-login-box .error-message{color:#ff6b6b;background:#ff6b6b1a;padding:.8rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem}.default-creds{text-align:center;color:var(--text-dim);font-size:.85rem;margin-top:1rem}.admin-dashboard{padding:2rem;background:var(--primary);min-height:100vh}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.admin-header h1{color:var(--white);font-size:2rem}.btn-logout{padding:.6rem 1.2rem;background:#ef4444;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:600;transition:background .3s}.btn-logout:hover{background:#dc2626}.admin-tabs{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:1px solid var(--surface-2)}.tab-button{padding:.8rem 1.5rem;background:none;border:none;color:var(--text-dim);cursor:pointer;font-weight:600;border-bottom:2px solid transparent;transition:all .3s}.tab-button.active{color:var(--accent);border-bottom-color:var(--accent)}.tab-button:hover{color:var(--accent)}.admin-content{background:var(--surface);border:1px solid var(--surface-2);border-radius:8px;padding:2rem}.editor-section h2{color:var(--white);margin-bottom:1.5rem}.editor-form{background:var(--primary);padding:1.5rem;border-radius:8px;margin-bottom:2rem}.form-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;border-bottom:1px solid var(--surface-2)}.form-tabs .tab-button{padding:.8rem 1rem;background:none;border:none;color:var(--text-dim);cursor:pointer;font-weight:600;border-bottom:2px solid transparent;transition:all .3s}.form-tabs .tab-button:hover{color:var(--accent)}.form-tabs .tab-button.active{color:var(--accent);border-bottom-color:var(--accent)}.editor-form .form-group{margin-bottom:1rem}.editor-form label{display:block;color:var(--text-dim);font-size:.9rem;margin-bottom:.4rem;font-weight:600}.editor-form input,.editor-form textarea{width:100%;padding:.8rem;border:1px solid var(--surface-2);border-radius:6px;background:#0f172a;color:var(--white);font-size:.95rem;outline:none;font-family:inherit}.editor-form input:focus,.editor-form textarea:focus{border-color:var(--accent)}.editor-form textarea{min-height:100px;resize:vertical}.image-upload-section{margin-bottom:1rem}.upload-input{display:flex;gap:.5rem;margin-bottom:1rem}.file-input{display:none}.upload-btn{flex:1;padding:.8rem;background:var(--accent);color:var(--primary);border:none;border-radius:6px;cursor:pointer;font-weight:600;transition:all .3s}.upload-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #f59e0b33}.upload-btn:disabled{opacity:.6;cursor:not-allowed}.image-preview{background:#0f172a;border:1px solid var(--surface-2);border-radius:6px;padding:1rem;margin-bottom:1rem}.image-preview img{max-width:100%;max-height:200px;border-radius:6px;margin-bottom:.5rem}.image-preview small{display:block;color:var(--text-dim);font-size:.85rem;word-break:break-all}.editor-form button{padding:.8rem 1.5rem;margin-right:.5rem;border:none;border-radius:6px;cursor:pointer;font-weight:600;transition:all .3s}.editor-form .btn-primary{background:var(--accent);color:var(--primary)}.editor-form .btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #f59e0b33}.editor-form .btn-secondary{background:var(--surface-2);color:var(--text)}.editor-form .btn-secondary:hover{background:var(--surface)}.seo-info{background:#f59e0b1a;border:1px solid var(--accent);padding:1rem;border-radius:6px;margin-bottom:1rem;color:var(--text-dim);font-size:.9rem}.form-group small{display:block;color:var(--text-dim);font-size:.85rem;margin-top:.2rem}.products-list{margin-top:2rem}.products-list h3{color:var(--white);margin-bottom:1rem}.product-item{background:var(--primary);border:1px solid var(--surface-2);border-radius:8px;padding:1rem;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center}.product-details h4{color:var(--white);margin-bottom:.4rem}.product-details p{color:var(--text-dim);font-size:.9rem;margin-bottom:.4rem}.product-details small{color:var(--text-dim);font-size:.85rem}.product-actions{display:flex;gap:.5rem}.btn-edit,.btn-delete{padding:.5rem 1rem;border:none;border-radius:6px;cursor:pointer;font-weight:600;font-size:.9rem;transition:all .3s}.btn-edit{background:var(--accent);color:var(--primary)}.btn-edit:hover{transform:translateY(-2px);box-shadow:0 5px 15px #f59e0b33}.btn-delete{background:#ef4444;color:#fff}.btn-delete:hover{background:#dc2626}.error-message{background:#ff6b6b1a;border:1px solid #ff6b6b;color:#ff6b6b;padding:1rem;border-radius:6px;margin-bottom:1rem}.sections-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;margin-bottom:2rem}.section-card{background:var(--primary);border:1px solid var(--surface-2);border-radius:8px;padding:1.5rem}.section-card h3{color:var(--white);margin-bottom:1rem}.preview,.seo-preview{background:#0f172a;border:1px solid var(--surface-2);padding:1rem;border-radius:6px;color:var(--text-dim);font-size:.85rem;max-height:200px;overflow-y:auto;margin-bottom:1rem}.preview{font-family:Courier New,monospace;white-space:pre-wrap;word-wrap:break-word}.seo-item{margin-bottom:.8rem;padding-bottom:.8rem;border-bottom:1px solid var(--surface-2)}.seo-item strong{color:var(--accent)}.edit-form,.edit-form .form-group{margin-bottom:1rem}.edit-form label{display:block;color:var(--text-dim);font-size:.9rem;margin-bottom:.4rem;font-weight:600}.edit-form input,.edit-form textarea{width:100%;padding:.6rem;border:1px solid var(--surface-2);border-radius:6px;background:#0f172a;color:var(--white);font-size:.9rem;font-family:inherit}.edit-form input:focus,.edit-form textarea:focus{outline:none;border-color:var(--accent)}.button-group{display:flex;gap:.5rem;margin-top:1rem}.button-group button{flex:1;padding:.6rem;border:none;border-radius:6px;cursor:pointer;font-weight:600;transition:all .3s}.button-group .btn-primary{background:var(--accent);color:var(--primary)}.button-group .btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #f59e0b33}.button-group .btn-secondary{background:var(--surface-2);color:var(--text)}.button-group .btn-secondary:hover{background:var(--surface)}@media (max-width: 768px){.admin-header{flex-direction:column;gap:1rem}.admin-tabs{flex-wrap:wrap}.sections-grid{grid-template-columns:1fr}.product-item{flex-direction:column;align-items:flex-start}.product-actions{margin-top:1rem;width:100%}.product-actions button{flex:1}}:root{--primary: #0f172a;--accent: #f59e0b;--accent-dark: #d97706;--text: #e2e8f0;--text-dim: #94a3b8;--surface: #1e293b;--surface-2: #334155;--white: #ffffff}*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,sans-serif}html{scroll-behavior:smooth}body{background:var(--primary);color:var(--text);line-height:1.6}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes zoomIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes rotateIn{0%{opacity:0;transform:rotate(-10deg) scale(.9)}to{opacity:1;transform:rotate(0) scale(1)}}.animate-fade-in{animation:fadeInUp .8s ease-out forwards;opacity:0}.animate-slide-left{animation:slideInLeft .8s ease-out forwards;opacity:0}.animate-slide-right{animation:slideInRight .8s ease-out forwards;opacity:0}.animate-scale{animation:scaleIn .8s ease-out forwards;opacity:0}.animate-zoom{animation:zoomIn .8s ease-out forwards;opacity:0}.animate-rotate{animation:rotateIn .8s ease-out forwards;opacity:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:90%;max-width:1200px;margin:0 auto;padding:0 1rem}header{position:fixed;width:100%;top:0;z-index:1000;background:#0f172ae6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--surface-2);height:100px}.nav{display:flex;justify-content:space-between;align-items:center;padding:.25rem 0;height:100px}.logo{font-weight:900;font-size:1.4rem;color:var(--white);letter-spacing:1px;display:flex;align-items:center;justify-content:center;gap:.5rem}.logo img{height:200px;object-fit:contain;margin:0}.logo span{color:var(--accent)}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{font-size:.9rem;font-weight:600;color:var(--text-dim);transition:color .3s}.nav-links a:hover{color:var(--accent)}.nav-links.mobile-open{display:flex!important;flex-direction:column;position:fixed;top:70px;left:0;right:0;width:100%;background:#0f172afa;padding:1rem;gap:0;z-index:999;max-height:calc(100vh - 70px);overflow-y:auto}.nav-links.mobile-open li{width:100%;padding:1rem 0;border-bottom:1px solid var(--surface-2)}.nav-links.mobile-open li:last-child{border-bottom:none}.nav-links.mobile-open a{display:block;font-size:1.1rem}.mobile-menu-btn{display:none;background:none!important;border:none!important;color:var(--white)!important;font-size:1.5rem!important;cursor:pointer!important;z-index:1001;padding:0!important;width:auto!important;height:auto!important;min-width:auto!important}.hero .container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;width:100%}.hero{min-height:100vh;display:flex;align-items:center;padding-top:20px;background:radial-gradient(ellipse at top right,rgba(245,158,11,.08),transparent),linear-gradient(180deg,var(--primary) 0%,#0b1120 100%);position:relative;overflow:hidden}.hero-content{z-index:5;margin-top:80px}.hero h1,.hero-title{font-size:3.2rem;font-weight:900;line-height:1.1;color:var(--white);margin-bottom:1.5rem}.hero h1 span{color:var(--accent)}.hero p{font-size:1.15rem;color:var(--text-dim);margin-bottom:2.5rem;max-width:500px}.hero-buttons{display:flex;gap:1rem}.hero-carousel-container{position:relative;height:520px;border-radius:12px;overflow:hidden;border:2px solid var(--accent);box-shadow:0 20px 60px #00000080}.hero-carousel-inner{display:flex;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1)}.hero-carousel-slide{min-width:100%;display:flex;justify-content:center;align-items:center;overflow:hidden}.hero-carousel-slide img{width:100%;height:100%;object-fit:contain;display:block;background:var(--surface);padding:2rem;object-position:center;will-change:transform}.hero-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:#ffa500cc;color:var(--primary);border:none;width:50px;height:50px;border-radius:50%;font-size:1.8rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.hero-carousel-btn:hover{background:var(--accent);transform:translateY(-50%) scale(1.15);box-shadow:0 8px 25px #ffa50066}.hero-carousel-btn-prev{left:20px}.hero-carousel-btn-prev:hover{transform:translateY(-50%) scale(1.15) translate(-3px)}.hero-carousel-btn-next{right:20px}.hero-carousel-btn-next:hover{transform:translateY(-50%) scale(1.15) translate(3px)}.hero-carousel-dots{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:10}.hero-carousel-dot{width:12px;height:12px;border-radius:50%;border:none;cursor:pointer;background:#ffffff80;transition:all .3s ease}.hero-carousel-dot.active{background:var(--accent);transform:scale(1.3)}.hero-carousel-dot:hover{background:var(--accent)}.hero-carousel-product-name{position:absolute;bottom:65px;left:50%;transform:translate(-50%);background:#ffa500f2;color:var(--primary);padding:12px 28px;border-radius:8px;font-size:1.2rem;font-weight:700;z-index:10;max-width:85%;text-align:center;border:2px solid var(--accent);box-shadow:0 4px 15px #ffa5004d}.hero-carousel-counter{position:absolute;top:20px;right:20px;background:#0f172acc;color:var(--accent);padding:8px 16px;border-radius:25px;font-size:.9rem;font-weight:700;z-index:10}.btn{display:inline-block;padding:.9rem 2.2rem;border-radius:6px;font-weight:700;font-size:.95rem;transition:transform .2s,box-shadow .3s;cursor:pointer;border:none}.btn-primary{background:var(--accent);color:var(--primary)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #f59e0b4d}.btn-outline{border:2px solid var(--accent);color:var(--accent);margin-left:1rem}.btn-outline:hover{background:var(--accent);color:var(--primary)}section{padding:6rem 0}.section-title{text-align:center;margin-bottom:4rem}.section-title h2{font-size:2.2rem;font-weight:800;color:var(--white);margin-bottom:.5rem}.section-title p{color:var(--text-dim);font-size:1.05rem}h2{font-size:2rem;font-weight:800;color:var(--white);margin-bottom:1rem}h3{font-size:1.3rem;font-weight:700;color:var(--white)}h4{font-size:1.1rem;font-weight:600;color:var(--white)}.products-slider-container{position:relative;margin:2rem 0;padding:1rem;background:#1e293b80;border-radius:12px;border:1px solid var(--surface-2);overflow:hidden}.products-slider-inner{display:flex;gap:1.5rem;transition:transform .6s cubic-bezier(.4,0,.2,1)}.products-slider-item{flex:0 0 calc(33.333% - 1rem);min-width:0}.products-slider-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:#ffa500cc;color:var(--primary);border:none;width:45px;height:45px;border-radius:50%;font-size:1.5rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.products-slider-btn:hover{background:var(--accent);transform:translateY(-50%) scale(1.1);box-shadow:0 8px 25px #ffa50066}.products-slider-btn-prev{left:15px}.products-slider-btn-prev:hover{transform:translateY(-50%) scale(1.1) translate(-2px)}.products-slider-btn-next{right:15px}.products-slider-btn-next:hover{transform:translateY(-50%) scale(1.1) translate(2px)}.product-card{background:var(--surface);border:1px solid var(--surface-2);border-radius:.75rem;overflow:hidden;transition:transform .3s,box-shadow .3s}.product-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #0000004d}.product-img{height:180px;background:linear-gradient(135deg,var(--surface-2),var(--primary));display:flex;align-items:center;justify-content:center;font-size:3.5rem;color:var(--accent)}.product-img img{width:100%;height:180px;object-fit:cover}.product-info{padding:1.5rem}.product-info h3{font-size:1.1rem;font-weight:700;color:var(--white);margin-bottom:.4rem}.product-info p{font-size:.9rem;color:var(--text-dim);margin-bottom:1rem}.price{font-weight:800;color:var(--accent);font-size:1.1rem}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about-img{border-radius:.75rem;border:1px solid var(--surface-2);overflow:hidden}.about-img img{width:100%;height:auto}.about-text h2{font-size:2.2rem;font-weight:800;color:var(--white);margin-bottom:1rem}.about-text p{color:var(--text-dim);margin-bottom:1.2rem;font-size:1.05rem}.about-stats{display:flex;gap:2.5rem;margin-top:2rem}.stat h3{font-size:2rem;font-weight:900;color:var(--accent)}.stat p{font-size:.85rem;color:var(--text-dim);text-transform:uppercase;letter-spacing:1px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.feature-card{background:var(--surface);border:1px solid var(--surface-2);border-radius:.75rem;padding:2rem;text-align:center;transition:transform .3s}.feature-card:hover{transform:translateY(-4px);border-color:var(--accent)}.feature-icon{font-size:2.5rem;margin-bottom:1rem}.feature-card h3{font-size:1.1rem;font-weight:700;color:var(--white);margin-bottom:.5rem}.feature-card p{font-size:.9rem;color:var(--text-dim)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:flex-start}.contact-info h3{font-size:1.5rem;font-weight:700;color:var(--white);margin-bottom:1.5rem}.contact-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.contact-item .icon{font-size:1.4rem;color:var(--accent);margin-top:2px}.contact-item h4{font-size:1rem;color:var(--white);margin-bottom:.2rem}.contact-item p{font-size:.9rem;color:var(--text-dim)}.contact-form{background:var(--surface);border:1px solid var(--surface-2);border-radius:.75rem;padding:2rem}.form-group{margin-bottom:1.2rem}.form-group label{display:block;font-size:.85rem;font-weight:600;margin-bottom:.4rem;color:var(--text-dim)}.form-group input,.form-group textarea{width:100%;padding:.8rem 1rem;border:1px solid var(--surface-2);border-radius:6px;background:#0f172a;color:var(--white);font-size:.95rem;outline:none;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{border-color:var(--accent)}.form-group textarea{min-height:120px;resize:vertical}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:1rem}.gallery-item{background:var(--surface);padding:8px;border-radius:8px}.gallery-item img{width:100%;height:220px;object-fit:cover;border-radius:6px}.carousel-container{position:relative}.carousel-btn{background:#ffa500cc;color:var(--primary);border:none;width:45px;height:45px;border-radius:50%;font-size:1.5rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.carousel-btn:hover{background:var(--accent);transform:scale(1.1)!important;box-shadow:0 5px 20px #ffa50066}.carousel-btn-prev:hover{transform:scale(1.1) translate(-2px)!important}.carousel-btn-next:hover{transform:scale(1.1) translate(2px)!important}.carousel-dot{transition:all .3s ease}.carousel-dot:hover{background:var(--accent)!important}@media (max-width: 768px){.carousel-btn{width:38px;height:38px;font-size:1.2rem}.carousel-container{border-radius:8px}}footer{background:#0b1120;border-top:1px solid var(--surface-2);padding:3rem 0;text-align:center;color:var(--text-dim)}@media (max-width: 1024px){.container{width:95%;padding:0 1rem}.hero h1{font-size:2.8rem}.section-title h2{font-size:2rem}.logo img{height:90px}section{padding:4rem 0}.hero-carousel-container{height:400px}}@media (max-width: 900px){header{height:80px}.nav{height:80px;padding:.5rem 0}.logo img{height:140px}.hero{padding-top:0;min-height:calc(100vh - 80px)}.hero .container{grid-template-columns:1fr;gap:2rem}.hero h1{font-size:2.2rem;margin-bottom:1rem}.hero p{font-size:1rem;margin-bottom:2rem}.btn-outline{margin-left:.5rem}.section-title h2{font-size:1.8rem}.section-title{margin-bottom:3rem}section{padding:3rem 0}.products-grid,.features-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.product-card,.feature-card{padding:1.5rem}.about-stats{gap:2rem}.stat h3{font-size:1.8rem}.hero-carousel-container{height:350px}.hero-carousel-btn{width:42px;height:42px;font-size:1.4rem}}@media (max-width: 768px){.container{width:95%;padding:0 .75rem}.mobile-menu-btn{display:block!important}.nav-links{display:none!important}.nav-links.mobile-open{display:flex!important;top:70px!important;max-height:calc(100vh - 70px)!important}.nav-links li{width:100%;padding:1rem 0;border-bottom:1px solid var(--surface-2)}.nav-links a{display:block;font-size:1rem}header{height:70px}.nav{height:70px;padding:.25rem 0}.logo img{height:110px}.hero{padding-top:0;min-height:calc(100vh - 70px)}.hero .container{grid-template-columns:1fr;gap:2rem}.hero h1{font-size:1.8rem;line-height:1.2;margin-bottom:1rem}.hero p{font-size:.95rem;margin-bottom:1.5rem}.hero-buttons{display:flex;flex-direction:column;gap:.5rem}.hero-buttons .btn{width:100%}.btn{padding:.75rem 1.5rem;font-size:.85rem}.btn-outline{margin-left:0;margin-top:.5rem;display:inline-block}.hero-carousel-container{height:300px}.hero-carousel-btn{width:38px;height:38px;font-size:1.2rem}.section-title h2{font-size:1.6rem}.section-title p{font-size:.95rem}.section-title{margin-bottom:2rem}section{padding:2.5rem 0}.product-card{background:var(--surface);border:1px solid var(--surface-2);border-radius:.5rem}.product-img{height:150px;font-size:2.5rem}.product-img img{height:150px}.product-info{padding:1rem}.product-info h3{font-size:1rem}.product-info p{font-size:.85rem}.about-text h2{font-size:1.6rem;margin-bottom:.8rem}.about-text p{font-size:.95rem;margin-bottom:1rem}.about-stats{gap:1.5rem;margin-top:1.5rem}.stat h3{font-size:1.5rem}.stat p{font-size:.8rem}#about .container{grid-template-columns:1fr!important}.carousel-container{max-width:100%!important;margin:0 auto!important}.carousel-container img{height:300px!important}.feature-card{padding:1.2rem}.feature-icon{font-size:2rem;margin-bottom:.8rem}.feature-card h3{font-size:1rem;margin-bottom:.3rem}.feature-card p{font-size:.85rem}.contact-grid{gap:2rem}.contact-info h3{font-size:1.3rem;margin-bottom:1.2rem}.contact-item{gap:.8rem;margin-bottom:1.2rem}.contact-item .icon{font-size:1.2rem}.contact-item h4{font-size:.95rem}.contact-item p{font-size:.85rem}.contact-form{border-radius:.5rem;padding:1.5rem;max-width:400px;margin:0 auto}.form-group{margin-bottom:1rem}.form-group label{font-size:.8rem;margin-bottom:.3rem}.form-group input,.form-group textarea{padding:.7rem .8rem;font-size:.9rem}.form-group textarea{min-height:100px}footer{padding:2rem 0}.about-grid,.contact-grid{grid-template-columns:1fr}}@media (max-width: 600px){.container{width:98%;padding:0 .5rem}header{height:60px}.nav{height:60px;padding:0}.logo img{height:35px}.nav-links{display:none!important}.hero{min-height:auto;padding-top:0;padding-bottom:0;display:block!important;align-items:flex-start!important}.hero .container{grid-template-columns:1fr;gap:.5rem}.nav-links.mobile-open{top:60px!important;max-height:calc(100vh - 60px)!important}.mobile-menu-btn{display:block!important}.hero{min-height:auto}.hero .container{grid-template-columns:1fr}.hero-buttons{display:flex;flex-direction:column;gap:.4rem;margin-bottom:.5rem;align-items:center;max-width:280px;margin-left:auto;margin-right:auto}.btn-outline{margin-left:0;margin-top:.5rem;display:block;width:100%;max-width:200px;text-align:center}.btn-primary{width:100%;display:block;max-width:200px;text-align:center}.btn{display:block;width:100%;max-width:200px;text-align:center}.hero-carousel-container{height:320px}.hero-carousel-btn{width:40px;height:40px;font-size:1.2rem}.hero-carousel-product-name{display:none!important}.hero-carousel-counter{font-size:.8rem;padding:6px 12px}.section-title h2{font-size:1.4rem}.section-title p{font-size:.9rem}.section-title{margin-bottom:1.5rem}section{padding:2rem 0}.products-grid,.features-grid{grid-template-columns:1fr;gap:1rem}.product-card{border-radius:.4rem}.product-img{height:260px;font-size:2rem}.product-img img{height:260px}.product-info{padding:.8rem}.product-info h3{font-size:.95rem;margin-bottom:.3rem}.product-info p{font-size:.8rem;margin-bottom:.5rem}.about-img{border-radius:.4rem}.about-text h2{font-size:1.4rem;margin-bottom:.6rem}.about-text p{font-size:.9rem;margin-bottom:.8rem}.about-stats{flex-direction:column;gap:1rem;margin-top:1rem}.stat h3{font-size:1.3rem}.stat p{font-size:.75rem}.feature-card{padding:1rem;text-align:center}.feature-icon{font-size:1.8rem;margin-bottom:.6rem}.feature-card h3{font-size:.95rem;margin-bottom:.2rem}.feature-card p{font-size:.8rem}.contact-grid{gap:1.5rem}.contact-info h3{font-size:1.2rem;margin-bottom:1rem}.contact-item{gap:.6rem;margin-bottom:1rem}.contact-item .icon{font-size:1.1rem;min-width:1.5rem}.contact-item h4{font-size:.9rem}.contact-item p{font-size:.8rem}.contact-form{padding:1.2rem;border-radius:.4rem}.form-group{margin-bottom:.8rem}.form-group label{font-size:.75rem;margin-bottom:.2rem}.form-group input,.form-group textarea{padding:.6rem .7rem;font-size:.85rem}.form-group textarea{min-height:90px}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:.8rem}.gallery-item img{height:150px}#about .container{grid-template-columns:1fr!important;gap:2rem!important}.carousel-container{max-width:100%!important;height:350px!important}.carousel-container img{height:350px!important}footer{padding:1.5rem 0;font-size:.85rem}}@media (max-width: 400px){.container{width:100%;padding:0 .5rem}header{height:55px}.nav{height:55px}.mobile-menu-btn{display:block!important}.nav-links{display:none!important}.nav-links.mobile-open{top:55px!important;max-height:calc(100vh - 55px)!important}.logo img{height:70px}.hero{min-height:auto;padding-top:0;padding-bottom:0;display:block!important;align-items:flex-start!important}.hero{min-height:auto}.hero .container{grid-template-columns:1fr}.section-title h2{font-size:1.2rem}.section-title p{font-size:.85rem}section{padding:1.5rem 0}.hero-carousel-container{height:280px}.hero-carousel-btn{width:36px;height:36px;font-size:1rem}.hero-carousel-product-name{display:none!important}.hero-buttons{display:flex;flex-direction:column;gap:.3rem;margin-bottom:.3rem;align-items:center;max-width:250px;margin-left:auto;margin-right:auto}.btn{display:block;width:100%;max-width:180px;text-align:center}.product-img{height:240px;font-size:2rem}.product-img img{height:240px}.carousel-container{max-width:100%!important;height:300px!important}.carousel-container img{height:300px!important}.about-stats{flex-direction:column;gap:.8rem}.contact-form{padding:1rem;max-width:350px;margin:0 auto}.form-group input,.form-group textarea{padding:.5rem .6rem}.gallery-grid{grid-template-columns:1fr}}
