@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@600;700&display=swap";body{font-family:Inter,sans-serif;background:#f8f9ff;color:#0b1c30}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}.hero-section{background:white;padding:4rem 1.5rem;border-bottom:1px solid #d3e4fe}.hero-container{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}@media (max-width: 768px){.hero-container{grid-template-columns:1fr;gap:2rem}}.hero-content{display:flex;flex-direction:column;gap:1rem}.hero-badge{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#0071bd;font-weight:600;width:fit-content}.hero-title{font-size:clamp(2rem,5vw,3rem);font-weight:700;font-family:Space Grotesk,sans-serif;line-height:1.1;letter-spacing:-.02em;color:#0b1c30}.hero-subtitle{font-size:1.125rem;color:#404751;line-height:1.6;max-width:560px}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;margin-top:.5rem}.btn{padding:.75rem 1.5rem;border-radius:9999px;font-weight:600;font-size:.875rem;border:none;cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:.5rem;font-family:Inter,sans-serif}.btn-primary{background:#0071bd;color:#fff;box-shadow:0 2px 8px #0071bd4d}.btn-primary:hover{background:#005a9e;transform:translateY(-2px);box-shadow:0 4px 12px #0071bd66}.btn-secondary{background:transparent;border:2px solid #0071bd;color:#0071bd}.btn-secondary:hover{background:#f1f5f9;border-color:#0071bd}.btn-icon{font-size:1rem}.hero-image{display:flex;align-items:center;justify-content:center;position:relative}.hero-image:before{content:"";position:absolute;width:400px;height:400px;background:rgba(0,113,189,.05);border-radius:50%;filter:blur(80px);z-index:0}.hero-image img{width:100%;max-width:400px;height:auto;position:relative;z-index:1;border-radius:1rem;box-shadow:0 8px 32px #0071bd1a;border:1px solid rgba(0,113,189,.2)}.products-section{background:#f8f9ff;padding:4rem 1.5rem}.products-container{max-width:1280px;margin:0 auto}.section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2rem;border-bottom:1px solid #d3e4fe;padding-bottom:1rem}.section-title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:600;font-family:Space Grotesk,sans-serif;color:#0b1c30}.view-all-link{color:#0071bd;text-decoration:none;font-weight:600;font-size:.875rem;display:flex;align-items:center;gap:.5rem;transition:gap .2s}.view-all-link:hover{gap:.75rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}@media (max-width: 768px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}}.features-section{background:white;padding:4rem 1.5rem;border-top:1px solid #d3e4fe;border-bottom:1px solid #d3e4fe}.features-container{max-width:1280px;margin:0 auto}.features-header{text-align:center;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.section-subtitle{color:#404751;font-size:1rem;line-height:1.6;margin-top:.5rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#f8fafc;border:1px solid #d3e4fe;border-radius:1rem;padding:2rem;text-align:center;transition:all .3s;cursor:pointer}.feature-card:hover{border-color:#0071bd4d;box-shadow:0 4px 12px #0071bd14}.feature-icon{font-size:2.5rem;margin-bottom:1rem}.feature-card h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:#0b1c30}.feature-card p{color:#404751;font-size:.875rem;line-height:1.6}.newsletter-section{background:#f8f9ff;padding:4rem 1.5rem}.newsletter-container{max-width:600px;margin:0 auto;background:linear-gradient(135deg,rgba(0,113,189,.05) 0%,rgba(0,113,189,.02) 100%);border:1px solid rgba(0,113,189,.2);border-radius:1rem;padding:3rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.newsletter-icon{font-size:2.5rem}.newsletter-title{font-size:1.75rem;font-weight:600;font-family:Space Grotesk,sans-serif;color:#0b1c30}.newsletter-subtitle{color:#404751;font-size:.95rem;line-height:1.6}.newsletter-form{width:100%;display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center;margin-top:1rem}@media (max-width: 640px){.newsletter-form{flex-direction:column}}.newsletter-input{flex:1;min-width:240px;padding:.75rem 1rem;background:#f8fafc;border:1px solid #d3e4fe;border-radius:9999px;font-size:.875rem;font-family:Inter,sans-serif;transition:border-color .2s}.newsletter-input:focus{outline:none;border-color:#0071bd;background:white}.newsletter-btn{padding:.75rem 1.5rem;background:#0071bd;color:#fff;border:none;border-radius:9999px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .3s;font-family:Inter,sans-serif}.newsletter-btn:hover{background:#005a9e;transform:translateY(-2px);box-shadow:0 4px 12px #0071bd4d}.footer{background:#f1f5f9;border-top:1px solid #e2e8f0;margin-top:auto}.footer-container{max-width:1280px;margin:0 auto;padding:3rem 1.5rem 1.5rem}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0}.footer-brand{display:flex;flex-direction:column;gap:.5rem}.footer-logo{font-size:1.25rem;font-weight:700;color:#0071bd;font-family:Space Grotesk,sans-serif;display:flex;align-items:center;gap:.5rem}.footer-logo .logo-img{height:1.5rem;width:auto}.footer-brand p{color:#475569;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.footer-col h4{font-weight:700;font-size:.95rem;color:#0b1c30;margin-bottom:1rem}.footer-col a{display:block;color:#475569;text-decoration:none;font-size:.875rem;margin-bottom:.75rem;transition:color .2s}.footer-col a:hover{color:#0071bd}.footer-bottom{text-align:center;padding-top:1rem;color:#475569;font-size:.875rem}@media (max-width: 768px){.hero-section,.products-section,.features-section,.newsletter-section{padding:2rem 1.5rem}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}.newsletter-container{padding:2rem 1.5rem}}.filters-section{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.search-input-full{flex:1;min-width:200px;padding:.75rem 1rem;border:1px solid #d3e4fe;border-radius:.5rem;font-size:1rem;font-family:Inter,sans-serif}.search-input-full:focus{outline:none;border-color:#0b63e5;box-shadow:0 0 0 3px #0b63e51a}.filter-select{padding:.75rem 1rem;border:1px solid #d3e4fe;border-radius:.5rem;font-size:1rem;font-family:Inter,sans-serif;background-color:#fff;cursor:pointer}.filter-select:focus{outline:none;border-color:#0b63e5;box-shadow:0 0 0 3px #0b63e51a}.no-products{text-align:center;padding:3rem;color:#666;grid-column:1 / -1}@media (max-width: 768px){.filters-section{flex-direction:column}.search-input-full{width:100%}}.product-card{background:white;border-radius:1rem;border:1px solid #d3e4fe;overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column;cursor:pointer}.product-card:hover{box-shadow:0 4px 24px #0071bd14;border-color:#0071bd4d;transform:translateY(-2px)}.product-image{position:relative;padding:1.5rem;display:flex;align-items:center;justify-content:center;background:#f8fafc;min-height:220px}.product-image img{width:100%;max-width:200px;height:180px;object-fit:contain;mix-blend-mode:multiply}.product-info{padding:1.25rem;border-top:1px solid #d3e4fe;background:#f8fafc;display:flex;flex-direction:column;gap:.5rem;flex:1}.product-name{font-size:1rem;font-weight:600;color:#0b1c30;margin:0;line-height:1.4}.product-brand{font-size:.875rem;font-weight:500;color:#0071bd;margin:0}.product-category{font-size:.8rem;color:#888;margin:0 0 .5rem}.product-info .btn{margin-top:auto;width:100%;justify-content:center}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8f9ff;color:#0b1c30}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{display:flex;flex-direction:column;min-height:100vh}
