*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#2563eb;--secondary-color:#10b981;--dark-blue:#1e3a8a;--light-blue:#dbeafe;--green:#059669;--light-green:#d1fae5;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--white:#fff;--danger:#dc2626;--success:#16a34a;--warning:#f59e0b;--shadow-sm:0 1px 2px 0 #0000000d;--shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f9fafb;background-color:var(--gray-50);color:#1f2937;color:var(--gray-800);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.app-container{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;padding-top:80px}.container{margin:0 auto;max-width:1200px;padding:0 20px}h1,h2,h3,h4,h5,h6{color:#111827;color:var(--gray-900);font-weight:700;line-height:1.2;margin-bottom:16px}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}p{color:#374151;color:var(--gray-700);margin-bottom:12px}a{color:#2563eb;color:var(--primary-color);text-decoration:none;transition:color .3s ease}a:hover{color:#1e3a8a;color:var(--dark-blue)}button{border:none;cursor:pointer;font-family:inherit;outline:none}.btn,button{transition:all .3s ease}.btn{border-radius:8px;display:inline-block;font-size:16px;font-weight:600;padding:12px 32px;text-align:center}.btn-primary{background:linear-gradient(135deg,#2563eb,#1e3a8a);background:linear-gradient(135deg,var(--primary-color),var(--dark-blue));box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-md);color:#fff;color:var(--white)}.btn-primary:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-secondary{background:linear-gradient(135deg,#10b981,#059669);background:linear-gradient(135deg,var(--secondary-color),var(--green));box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-md);color:#fff;color:var(--white)}.btn-secondary:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-outline{background:#0000;border:2px solid #2563eb;border:2px solid var(--primary-color);color:#2563eb;color:var(--primary-color)}.btn-outline:hover{background:#2563eb;background:var(--primary-color);color:#fff;color:var(--white)}.btn-danger{background:#dc2626;background:var(--danger);color:#fff;color:var(--white)}.btn-danger:hover{background:#b91c1c}header{background:linear-gradient(135deg,#2563eb,#1e3a8a);background:linear-gradient(135deg,var(--primary-color),var(--dark-blue));box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-md);left:0;position:fixed;right:0;top:0;z-index:1000}.header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:16px 20px}.logo-section{align-items:center;display:flex;gap:12px}.logo-image{border-radius:8px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--shadow);height:50px;object-fit:cover;width:50px}.logo-text{color:#fff;color:var(--white);font-size:1.5rem;font-weight:700}nav ul{gap:32px;list-style:none}nav a,nav ul{align-items:center;display:flex}nav a{color:#fff;color:var(--white);font-size:16px;font-weight:500;gap:8px;padding:8px 0;position:relative}nav a:after{background:#fff;background:var(--white);bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}nav a:hover:after{width:100%}nav a:hover{color:#dbeafe;color:var(--light-blue)}.cart-icon-wrapper{position:relative}.cart-count{align-items:center;background:#dc2626;background:var(--danger);border-radius:50%;display:flex;font-size:12px;font-weight:700;height:20px;justify-content:center;position:absolute;right:-8px;top:-8px;width:20px}.cart-count,.hero-section{color:#fff;color:var(--white)}.hero-section{background:linear-gradient(135deg,#1e3a8a,#2563eb);background:linear-gradient(135deg,var(--dark-blue),var(--primary-color));padding:80px 20px;text-align:center}.hero-content{margin:0 auto;max-width:900px}.hero-section h1{color:#fff;color:var(--white);font-size:3rem;margin-bottom:24px;text-shadow:2px 2px 4px #0003}.hero-section p{color:#dbeafe;color:var(--light-blue);font-size:1.25rem;margin-bottom:32px}.hero-button{font-size:18px;padding:16px 48px}.problems-section{background:#fff;background:var(--white);padding:80px 20px}.problems-section h2{color:#111827;color:var(--gray-900);margin-bottom:48px;text-align:center}.problems-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1200px}.problem-card{background:#f9fafb;background:var(--gray-50);border-radius:12px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--shadow);padding:32px;transition:all .3s ease}.problem-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);transform:translateY(-4px)}.problem-icon{color:#dc2626;color:var(--danger);font-size:2.5rem;margin-bottom:16px}.problem-card h3{color:#111827;color:var(--gray-900);margin-bottom:12px}.problem-card p{color:#4b5563;color:var(--gray-600)}.solution-section{background:linear-gradient(135deg,#dbeafe,#d1fae5);background:linear-gradient(135deg,var(--light-blue),var(--light-green));padding:80px 20px}.solution-section h2{margin-bottom:48px;text-align:center}.steps-container{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px}.step-card{background:#fff;background:var(--white);border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-md);padding:40px;position:relative;text-align:center;transition:all .3s ease}.step-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;box-shadow:var(--shadow-xl);transform:translateY(-4px)}.step-number{align-items:center;background:linear-gradient(135deg,#2563eb,#1e3a8a);background:linear-gradient(135deg,var(--primary-color),var(--dark-blue));border-radius:50%;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-md);color:#fff;color:var(--white);display:flex;font-size:1.5rem;font-weight:700;height:50px;justify-content:center;left:50%;position:absolute;top:-20px;transform:translateX(-50%);width:50px}.step-icon{color:#2563eb;color:var(--primary-color);font-size:3rem;margin:20px 0}.benefits-section{background:#fff;background:var(--white);padding:80px 20px}.benefits-section h2{margin-bottom:48px;text-align:center}.benefits-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto 48px;max-width:1200px}.benefit-card{background:linear-gradient(135deg,#d1fae5,#fff);background:linear-gradient(135deg,var(--light-green),var(--white));border-radius:12px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--shadow);padding:32px;text-align:center}.benefit-number{color:#059669;color:var(--green);font-size:3rem;font-weight:700;margin-bottom:8px}.benefit-label{color:#4b5563;color:var(--gray-600);font-size:1.1rem}.lead-form-section{background:linear-gradient(135deg,#2563eb,#1e3a8a);background:linear-gradient(135deg,var(--primary-color),var(--dark-blue));color:#fff;color:var(--white);padding:80px 20px}.lead-form-content{margin:0 auto;max-width:600px;text-align:center}.lead-form-section h2{color:#fff;color:var(--white);margin-bottom:24px}.lead-form-section p{color:#dbeafe;color:var(--light-blue);font-size:1.1rem;margin-bottom:32px}.lead-form{background:#fff;background:var(--white);border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;box-shadow:var(--shadow-xl);padding:40px}.form-group{margin-bottom:24px;text-align:left}.form-group label{color:#374151;color:var(--gray-700);display:block;font-weight:600;margin-bottom:8px}.form-group input,.form-group textarea{border:2px solid #e5e7eb;border:2px solid var(--gray-200);border-radius:8px;font-size:16px;padding:12px 16px;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#2563eb;border-color:var(--primary-color);outline:none}.form-group textarea{min-height:120px;resize:vertical}.submit-btn{font-size:18px;padding:16px;width:100%}.products-section{background:#f9fafb;background:var(--gray-50);padding:80px 20px}.products-section h2{margin-bottom:48px;text-align:center}.products-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin:0 auto;max-width:1200px}.product-card{background:#fff;background:var(--white);border-radius:12px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--shadow);display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease}.product-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;box-shadow:var(--shadow-xl);transform:translateY(-8px)}.product-image-wrapper{background:#f3f4f6;background:var(--gray-100);height:250px;overflow:hidden;width:100%}.product-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.product-card:hover .product-image{transform:scale(1.05)}.product-info{display:flex;flex:1 1;flex-direction:column;padding:24px}.product-title{color:#111827;color:var(--gray-900);font-size:1.25rem;margin-bottom:12px}.product-description{color:#4b5563;color:var(--gray-600);flex:1 1;margin-bottom:16px}.product-price{color:#059669;color:var(--green);font-size:1.75rem;font-weight:700;margin-bottom:16px}.product-actions{display:flex;gap:12px}.product-actions .btn{flex:1 1;font-size:14px;padding:10px 16px}.product-detail-container{margin:0 auto;max-width:1200px;padding:40px 20px}.product-detail-grid{grid-gap:48px;display:grid;gap:48px;grid-template-columns:1fr 1fr;margin-bottom:48px}.product-detail-image-wrapper{border-radius:12px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);height:500px;overflow:hidden;width:100%}.product-detail-image{height:100%;object-fit:cover;width:100%}.product-detail-info{display:flex;flex-direction:column;justify-content:center}.product-detail-price,.product-detail-title{font-size:2.5rem;margin-bottom:24px}.product-detail-price{color:#059669;color:var(--green);font-weight:700}.product-detail-description{color:#374151;color:var(--gray-700);font-size:1.1rem;line-height:1.8;margin-bottom:32px}.product-detail-actions{display:flex;gap:16px}.product-detail-actions .btn{flex:1 1;font-size:18px;padding:16px 32px}.product-features{background:#fff;background:var(--white);border-radius:12px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--shadow);padding:40px}.product-features h3{margin-bottom:24px}.product-features ul{list-style:none}.product-features li{align-items:center;border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--gray-200);color:#374151;color:var(--gray-700);display:flex;gap:12px;padding:12px 0}.product-features li:last-child{border-bottom:none}.feature-icon{color:#059669;color:var(--green);font-size:1.2rem}.cart-container{margin:0 auto;max-width:1000px;padding:40px 20px}.cart-container h1{margin-bottom:32px}.cart-empty{padding:80px 20px;text-align:center}.cart-empty p{color:#4b5563;color:var(--gray-600);font-size:1.25rem;margin-bottom:24px}.cart-items{background:#fff;background:var(--white);border-radius:12px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--shadow);margin-bottom:24px;padding:24px}.cart-item{grid-gap:24px;align-items:center;border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--gray-200);display:grid;gap:24px;grid-template-columns:100px 1fr auto;padding:24px 0}.cart-item:last-child{border-bottom:none}.cart-item-image{border-radius:8px;height:100px;object-fit:cover;width:100px}.cart-item-info h3{font-size:1.25rem;margin-bottom:8px}.cart-item-price{color:#059669;color:var(--green);font-size:1.25rem;font-weight:700;margin-bottom:12px}.cart-item-quantity{align-items:center;display:flex;gap:12px}.quantity-btn{align-items:center;background:#e5e7eb;background:var(--gray-200);border-radius:4px;color:#374151;color:var(--gray-700);display:flex;font-size:18px;font-weight:700;height:32px;justify-content:center;width:32px}.quantity-btn:hover{background:#d1d5db;background:var(--gray-300)}.quantity-value{font-weight:600;min-width:30px;text-align:center}.cart-item-actions{align-items:flex-end;display:flex;flex-direction:column;gap:12px}.cart-item-total{color:#111827;color:var(--gray-900);font-size:1.5rem;font-weight:700}.cart-summary{background:#fff;background:var(--white);border-radius:12px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--shadow);padding:32px}.summary-row{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--gray-200);display:flex;justify-content:space-between;padding:12px 0}.summary-row.total{border-bottom:none;font-size:1.5rem;font-weight:700;padding-top:20px}.summary-row.total .summary-value{color:#059669;color:var(--green)}.checkout-button{font-size:18px;margin-top:24px;padding:16px;width:100%}.checkout-container{margin:0 auto;max-width:800px;padding:40px 20px}.checkout-container h1{margin-bottom:32px}.checkout-form{background:#fff;background:var(--white);border-radius:12px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--shadow);padding:40px}.form-row{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr}.success-container{margin:0 auto;max-width:600px;padding:80px 20px;text-align:center}.success-icon{color:#16a34a;color:var(--success);font-size:5rem;margin-bottom:24px}.success-container h1{color:#16a34a;color:var(--success);margin-bottom:16px}.success-container p{color:#4b5563;color:var(--gray-600);font-size:1.1rem;margin-bottom:32px}.contact-container{margin:0 auto;max-width:1200px;padding:40px 20px}.contact-grid{grid-gap:48px;display:grid;gap:48px;grid-template-columns:1fr 1fr;margin-top:32px}.contact-info{background:#fff;background:var(--white);border-radius:12px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--shadow);padding:40px}.contact-info h2,.contact-item{margin-bottom:24px}.contact-item{align-items:flex-start;border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--gray-200);display:flex;gap:16px;padding-bottom:24px}.contact-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.contact-icon{color:#2563eb;color:var(--primary-color);font-size:1.5rem;margin-top:4px}.contact-details h3{font-size:1.1rem;margin-bottom:8px}.contact-details p{color:#4b5563;color:var(--gray-600);margin:0}.contact-form-wrapper{background:#fff;background:var(--white);border-radius:12px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--shadow);padding:40px}.contact-form-wrapper h2{margin-bottom:24px}.about-container{margin:0 auto;max-width:1200px;padding:40px 20px}.about-hero{background:linear-gradient(135deg,#2563eb,#1e3a8a);background:linear-gradient(135deg,var(--primary-color),var(--dark-blue));border-radius:12px;margin-bottom:48px;padding:60px 40px;text-align:center}.about-hero,.about-hero h1{color:#fff;color:var(--white)}.about-hero h1{margin-bottom:16px}.about-hero p{color:#dbeafe;color:var(--light-blue);font-size:1.1rem}.about-content{background:#fff;background:var(--white);border-radius:12px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--shadow);margin-bottom:48px;padding:40px}.about-content h2{margin-bottom:24px}.about-content p{font-size:1.1rem;line-height:1.8;margin-bottom:16px}.team-section{margin-top:48px}.team-section h2{margin-bottom:48px;text-align:center}.team-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.team-member{background:#fff;background:var(--white);border-radius:12px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--shadow);overflow:hidden;text-align:center;transition:all .3s ease}.team-member:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);transform:translateY(-4px)}.team-member-image{height:400px;object-fit:cover;width:100%}.team-member-info{padding:24px}.team-member-info h3{color:#111827;color:var(--gray-900);margin-bottom:8px}.team-member-role{color:#2563eb;color:var(--primary-color);font-weight:600;margin-bottom:12px}.team-member-bio{color:#4b5563;color:var(--gray-600);font-size:.95rem;line-height:1.6}footer{background:linear-gradient(135deg,#111827,#1f2937);background:linear-gradient(135deg,var(--gray-900),var(--gray-800));color:#fff;color:var(--white);padding:48px 20px 24px}.footer-content{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto 32px;max-width:1200px}.footer-section h3{color:#fff;color:var(--white);margin-bottom:16px}.footer-section a,.footer-section p{color:#d1d5db;color:var(--gray-300);display:block;margin-bottom:8px}.footer-section a:hover{color:#fff;color:var(--white)}.footer-links{list-style:none}.footer-links li{margin-bottom:8px}.footer-contact{align-items:center;display:flex;gap:12px;margin-bottom:12px}.footer-contact-icon{color:#2563eb;color:var(--primary-color);font-size:1.2rem}.footer-bottom{border-top:1px solid #374151;border-top:1px solid var(--gray-700);color:var(--gray-400);margin:0 auto;max-width:1200px;padding-top:24px;text-align:center}.footer-policy-links{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;margin-bottom:16px}.footer-policy-links a{color:var(--gray-400);font-size:.9rem}.cookie-consent,.footer-policy-links a:hover{color:#fff;color:var(--white)}.cookie-consent{background:#111827;background:var(--gray-900);bottom:0;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;box-shadow:var(--shadow-xl);left:0;padding:24px;position:fixed;right:0;transform:translateY(100%);transition:transform .3s ease;z-index:9999}.cookie-consent.show{transform:translateY(0)}.cookie-content{align-items:center;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;margin:0 auto;max-width:1200px}.cookie-text{flex:1 1;min-width:300px}.cookie-text h4{color:#fff;color:var(--white);margin-bottom:8px}.cookie-text p{color:#d1d5db;color:var(--gray-300);font-size:.95rem;margin-bottom:8px}.cookie-text a{color:#2563eb;color:var(--primary-color);text-decoration:underline}.cookie-actions{display:flex;flex-wrap:wrap;gap:12px}.cookie-btn{border-radius:6px;font-size:14px;font-weight:600;padding:10px 24px;white-space:nowrap}.cookie-btn-accept{background:#16a34a;background:var(--success);color:#fff;color:var(--white)}.cookie-btn-accept:hover{background:#15803d}.cookie-btn-settings{background:#374151;background:var(--gray-700);color:#fff;color:var(--white)}.cookie-btn-settings:hover{background:#4b5563;background:var(--gray-600)}.cookie-btn-decline{background:#0000;border:1px solid #4b5563;border:1px solid var(--gray-600);color:var(--gray-400)}.cookie-btn-decline:hover{border-color:var(--gray-500);color:#fff;color:var(--white)}.notification{animation:slideIn .3s ease;background:#16a34a;background:var(--success);border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);color:#fff;color:var(--white);padding:16px 24px;position:fixed;right:20px;top:100px;z-index:9999}@keyframes slideIn{0%{opacity:0;transform:translateX(400px)}to{opacity:1;transform:translateX(0)}}.features-section{background:#fff;background:var(--white);padding:80px 20px}.features-section h2{margin-bottom:48px;text-align:center}.features-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px}.feature-card{background:linear-gradient(135deg,#dbeafe,#fff);background:linear-gradient(135deg,var(--light-blue),var(--white));border-radius:12px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--shadow);padding:32px;text-align:center;transition:all .3s ease}.feature-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);transform:translateY(-4px)}.feature-card-icon{color:#2563eb;color:var(--primary-color);font-size:3rem;margin-bottom:16px}.feature-card h3{color:#111827;color:var(--gray-900);margin-bottom:12px}.feature-card p{color:#4b5563;color:var(--gray-600)}.stats-section{background:linear-gradient(135deg,#2563eb,#1e3a8a);background:linear-gradient(135deg,var(--primary-color),var(--dark-blue));margin:48px 0;padding:60px 20px}.stats-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;max-width:1200px;text-align:center}.stat-item h3{color:#fff;color:var(--white);font-size:3rem;margin-bottom:8px}.stat-item p{color:#dbeafe;color:var(--light-blue);font-size:1.1rem}.text-section{background:#f9fafb;background:var(--gray-50);padding:80px 20px}.text-content{background:#fff;background:var(--white);border-radius:12px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--shadow);margin:0 auto;max-width:900px;padding:48px}.text-content h2{color:#111827;color:var(--gray-900);margin-bottom:24px}.text-content p{color:#374151;color:var(--gray-700);font-size:1.1rem;line-height:1.8;margin-bottom:20px}.text-content h3{color:#2563eb;color:var(--primary-color);margin-bottom:16px;margin-top:32px}.admin-preview{background:#fff;background:var(--white);border-radius:12px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--shadow);margin:48px auto;max-width:1200px;padding:40px}.admin-preview h2{color:#111827;color:var(--gray-900);margin-bottom:24px;text-align:center}.admin-frame{align-items:center;background:#f9fafb;background:var(--gray-50);border:2px solid #e5e7eb;border:2px solid var(--gray-200);border-radius:8px;color:var(--gray-500);display:flex;font-size:1.1rem;height:600px;justify-content:center;width:100%}.editor-section{background:linear-gradient(135deg,#dbeafe,#fff);background:linear-gradient(135deg,var(--light-blue),var(--white));border-radius:12px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);margin:48px auto;max-width:900px;padding:60px 40px}.editor-section h2{color:#111827;color:var(--gray-900);margin-bottom:24px;text-align:center}.editor-content{background:#fff;background:var(--white);border-left:4px solid #2563eb;border-left:4px solid var(--primary-color);border-radius:8px;padding:32px}.editor-content p{color:#374151;color:var(--gray-700);font-size:1.1rem;font-style:italic;line-height:1.8;margin-bottom:16px}.editor-signature{color:#2563eb;color:var(--primary-color);font-weight:600;margin-top:24px;text-align:right}.policy-container{margin:0 auto;max-width:900px;padding:40px 20px}.policy-content{background:#fff;background:var(--white);border-radius:12px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;box-shadow:var(--shadow);padding:48px}.policy-content h1{color:#111827;color:var(--gray-900);margin-bottom:24px}.policy-content h2{color:#2563eb;color:var(--primary-color);font-size:1.5rem;margin-bottom:16px;margin-top:32px}.policy-content p{color:#374151;color:var(--gray-700);font-size:1.05rem;line-height:1.8;margin-bottom:16px}.policy-content ul{margin-bottom:16px;margin-left:24px}.policy-content li{color:#374151;color:var(--gray-700);line-height:1.6;margin-bottom:8px}.policy-date{color:#4b5563;color:var(--gray-600);font-style:italic;margin-bottom:24px}@media (max-width:768px){h1{font-size:2rem}h2{font-size:1.75rem}.header-container{flex-direction:column;gap:16px}nav ul{flex-wrap:wrap;gap:16px;justify-content:center}.hero-section h1{font-size:2rem}.hero-section p{font-size:1.1rem}.product-detail-grid{grid-template-columns:1fr}.product-detail-image-wrapper{height:400px}.contact-grid{grid-template-columns:1fr}.cart-item{gap:16px;grid-template-columns:80px 1fr}.cart-item-image{height:80px;width:80px}.cart-item-actions{align-items:center;flex-direction:row;grid-column:1/-1;justify-content:space-between}.footer-content,.form-row{grid-template-columns:1fr}.cookie-content{align-items:flex-start;flex-direction:column}.cookie-actions{justify-content:stretch;width:100%}.cookie-btn{flex:1 1}.text-content{padding:32px 24px}.about-hero{padding:40px 24px}.team-grid{grid-template-columns:1fr}.policy-content{padding:32px 24px}}@media (max-width:480px){.products-grid{grid-template-columns:1fr}.product-actions,.product-detail-actions{flex-direction:column}.hero-button{font-size:16px;padding:14px 32px}}
/*# sourceMappingURL=main.a44f6b8f.css.map*/