*{box-sizing:border-box;margin:0;padding:0}#root,body,html{font-family:Arial,sans-serif;min-height:100%;width:100%}body{background-color:#f4f7fb;color:#222;margin:0;overflow-x:hidden}.App{display:flex;flex-direction:column;min-height:100vh;width:100%}.site-header{align-items:center;background-color:#0d1b2a;color:#fff;display:flex;justify-content:space-between;padding:18px 40px;position:sticky;top:0;z-index:1000}.logo{font-size:1.6rem;font-weight:700}.nav-links{display:flex;gap:20px}.nav-links a{color:#fff;font-size:1rem;font-weight:500;text-decoration:none}.nav-links a:hover{text-decoration:underline}.hero{background:linear-gradient(90deg,#1b263b,#415a77);color:#fff;padding:100px 20px;text-align:center}.hero-content{margin:0 auto;max-width:800px}.hero h1{font-size:2.8rem;line-height:1.2;margin-bottom:20px}.hero p{font-size:1.15rem;line-height:1.6;margin-bottom:30px}.hero-button{background-color:#ffb703;border:none;border-radius:6px;color:#222;cursor:pointer;font-size:1rem;font-weight:700;padding:14px 28px}.hero-button:hover{opacity:.9}.featured-products{background-color:#fff;overflow:hidden;padding:100px 30px;text-align:center;width:100%}.featured-products h2{font-size:2rem;margin-bottom:40px}.product-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin:0 auto;max-width:1300px}.product-card{background-color:#f8f9fa;border-radius:12px;box-shadow:0 3px 10px #00000014;padding:25px;text-align:center;width:100%}.product-image-placeholder{align-items:center;background-color:#d9e2ec;border-radius:8px;color:#555;display:flex;font-weight:700;height:180px;justify-content:center;margin-bottom:20px}.product-card h3{font-size:1.2rem;margin-bottom:12px}.product-card p{color:#555;font-size:.95rem;line-height:1.5;margin-bottom:20px}.product-card button{background-color:#1d3557;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:700;padding:12px 20px}.product-card button:hover{opacity:.9}.hero-button,.product-card button{transition:all .2s ease}.hero-button:hover,.product-card button:hover{opacity:.95;transform:translateY(-2px)}.categories{background-color:#eef3f8;overflow:hidden;padding:100px 30px;text-align:center;width:100%}.categories h2{font-size:2rem;margin-bottom:40px}.category-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin:0 auto;max-width:1300px}.category-card{background-color:#fff;border-radius:12px;box-shadow:0 3px 10px #00000014;padding:25px 20px;width:100%}.category-card h3{font-size:1.2rem;margin-bottom:12px}.category-card p{color:#555;font-size:.95rem;line-height:1.5}.page-content{margin:0 auto;max-width:900px;min-height:70vh;padding:80px 20px;text-align:center}.page-content h1{font-size:2.2rem;margin-bottom:20px}.page-content p{color:#444;font-size:1rem;line-height:1.6;margin-bottom:20px}.placeholder-box{background-color:#f8f9fa;border-radius:10px;box-shadow:0 3px 10px #00000014;margin-top:30px;padding:30px}.site-footer{background-color:#0d1b2a;color:#fff;margin-top:auto;padding:25px 20px;text-align:center}.category-link,.cta-link,.hero-button-link{text-decoration:none}.product-emoji{font-size:3rem}.product-price{color:#1d3557;font-size:1.1rem;font-weight:700;margin-bottom:18px}.category-link{color:inherit;display:block}.category-card{transition:transform .2s ease,box-shadow .2s ease}.category-card:hover{box-shadow:0 6px 18px #0000001f;transform:translateY(-4px)}.category-icon{font-size:2.2rem;margin-bottom:15px}.trust-section{background-color:#fff;padding:100px 30px}.trust-container{margin:0 auto;max-width:1300px;text-align:center}.trust-container h2{font-size:2rem;margin-bottom:40px}.trust-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.trust-card{background-color:#f8f9fa;border-radius:12px;box-shadow:0 3px 10px #00000014;display:flex;flex-direction:column;justify-content:center;min-height:160px;padding:35px 20px}.trust-card h3{color:#1d3557;font-size:1.8rem;margin-bottom:12px}.trust-card p{color:#555;line-height:1.5}.cta-section{background:linear-gradient(90deg,#1b263b,#415a77);color:#fff;padding:100px 20px;text-align:center}.cta-box{margin:0 auto;max-width:800px;padding-bottom:10px}.cta-box h2{font-size:2.2rem;margin-bottom:20px}.cta-box p{font-size:1.05rem;line-height:1.6;margin-bottom:30px}.cta-button{background-color:#ffb703;border:none;border-radius:6px;color:#222;cursor:pointer;font-size:1rem;font-weight:700;padding:14px 28px;transition:all .2s ease}.cta-button:hover{opacity:.95;transform:translateY(-2px)}.products-page{margin:0 auto;max-width:1300px;padding:80px 30px;width:100%}.products-header{margin-bottom:50px;text-align:center}.products-header h1{font-size:2.4rem;margin-bottom:20px}.products-header p{color:#555;font-size:1.05rem;line-height:1.6;margin:0 auto;max-width:800px}.products-page-grid{margin-bottom:40px}.product-link-button{background-color:#1d3557;border-radius:6px;color:#fff;display:inline-block;font-weight:700;padding:12px 20px;text-decoration:none;transition:all .2s ease}.product-link-button:hover{opacity:.95;transform:translateY(-2px)}.product-details-card{background-color:#f8f9fa;border-radius:12px;box-shadow:0 3px 10px #00000014;margin:0 auto;max-width:600px;padding:40px 30px}.details-emoji{font-size:4rem;margin-bottom:20px}@media (max-width:768px){.site-header{flex-direction:column;gap:15px;padding:18px 20px;text-align:center}.nav-links{flex-wrap:wrap;justify-content:center}.hero{padding:140px 20px}.hero h1{font-size:2rem}.hero p{font-size:1rem}}
/*# sourceMappingURL=main.4e0c9c44.css.map*/