*{margin:0;padding:0;box-sizing:border-box}:root{--primary-blue: #1A3A52;--secondary-blue: #2d5a7b;--accent-orange: #FF8C42;--neutral-gray: #4A5568;--light-gray: #F7F9FC;--white: #FFFFFF;--text-dark: #1A1A1A;--text-light: #6B7280;--border: #E5E7EB}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--text-dark);background-color:var(--white);line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Poppins,Inter,sans-serif;font-weight:600;line-height:1.2}h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:1.75rem}p{font-size:1.1rem;color:var(--text-light)}a{text-decoration:none;color:var(--accent-orange);transition:color .3s ease}a:hover{color:#ff7623}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 5%;background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #0000000d}.nav-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;width:100%;padding:0 2rem}.logo{display:flex;align-items:center;gap:.5rem}.logo-text{font-size:1.8rem;font-weight:700;color:var(--primary-blue);letter-spacing:-.5px}.logo-accent{color:var(--accent-orange)}.nav-links{display:flex;list-style:none;gap:2.5rem}.nav-links a{color:var(--text-dark);font-weight:500;font-size:.95rem;transition:color .3s ease}.nav-links a:hover{color:var(--accent-orange)}.cta-button{background:var(--accent-orange);color:var(--white);padding:.75rem 1.8rem;border-radius:8px;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;font-size:.95rem;text-decoration:none;display:inline-block}.cta-button:hover{background:#ff7623;color:var(--white);transform:translateY(-2px);box-shadow:0 8px 16px #ff8c424d}.hero{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--secondary-blue) 100%);color:var(--white);padding:6rem 5% 5rem;min-height:90vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(255,140,66,.15) 0%,transparent 70%);border-radius:50%;animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(20px)}}.hero-content{position:relative;z-index:1;max-width:700px}.hero-badge{display:inline-block;background:#ff8c4233;color:var(--accent-orange);padding:.6rem 1.2rem;border-radius:50px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem;border:1px solid rgba(255,140,66,.3)}.hero h1{font-size:4rem;margin-bottom:1.5rem;line-height:1.15;color:var(--white)}.hero-highlight{color:var(--accent-orange)}.hero p{color:#cfe3f0;font-size:1.3rem;margin-bottom:2.5rem;line-height:1.8}.hero-buttons{display:flex;gap:1.5rem;flex-wrap:wrap}.btn-primary{background:var(--accent-orange);color:var(--white);padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1.05rem;border:none;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-primary:hover{background:#ff7623;color:var(--white);transform:translateY(-3px);box-shadow:0 12px 24px #ff8c4266}.btn-secondary{background:transparent;color:var(--white);padding:1rem 2rem;border:2px solid var(--white);border-radius:8px;font-weight:600;font-size:1.05rem;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-secondary:hover{background:var(--white);color:var(--primary-blue)}.solutions{background:var(--light-gray);padding:5rem 5%}.solutions-container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:3.5rem}.section-header h2{color:var(--primary-blue);margin-bottom:1rem}.section-subtitle{text-align:center;color:var(--text-light);font-size:1.15rem;max-width:600px;margin:0 auto}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.product-card{background:var(--white);padding:2.5rem;border-radius:12px;border:1px solid var(--border);box-shadow:0 4px 12px #00000014;transition:all .3s ease;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026;border-color:var(--accent-orange)}.product-icon{font-size:2.5rem;margin-bottom:1rem}.product-card h3{color:var(--primary-blue);margin-bottom:.5rem;font-size:1.5rem}.product-tagline{font-size:1rem;margin-bottom:1rem;color:var(--accent-orange);font-weight:600}.product-description{color:var(--text-light);font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.benefits-list{list-style:none;padding:0;margin-bottom:2rem;flex-grow:1}.benefits-list li{padding:.6rem 0 .6rem 1.8rem;position:relative;color:var(--text-light);font-size:.95rem;line-height:1.6}.benefits-list li:before{content:"✓";position:absolute;left:0;color:var(--accent-orange);font-weight:700;font-size:1.2rem}.product-card-cta{background:var(--accent-orange);color:var(--white);padding:.75rem 1.5rem;border-radius:6px;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;text-align:center;font-size:.95rem;text-decoration:none;display:block}.product-card-cta:hover{background:#ff7623;color:var(--white);transform:translateY(-2px)}.featured-section{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--secondary-blue) 100%);color:var(--white);padding:4rem 5%;border-radius:12px;text-align:center;max-width:900px;margin:3rem auto}.featured-section h3{color:var(--white);margin-bottom:1rem;font-size:2rem}.featured-description{color:#cfe3f0;margin-bottom:1.5rem;font-size:1.1rem}.price-info{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.price-item{text-align:center}.regular-price{font-size:.95rem;color:#cfe3f0;text-decoration:line-through}.sale-price{font-size:2.5rem;color:var(--accent-orange);font-weight:700;margin-top:.5rem}.featured-stats{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.featured-stat{font-size:.9rem;color:#cfe3f0}.featured-stat strong{display:block;color:var(--accent-orange);font-size:1.2rem;margin-bottom:.3rem}.trust-section{text-align:center;padding:4rem 5%;background:var(--light-gray)}.trust-section h2{color:var(--primary-blue);margin-bottom:1rem}.trust-metrics{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;max-width:1000px;margin:2rem auto 0}.metric{text-align:center;padding:1.5rem}.metric-value{font-size:2.5rem;color:var(--accent-orange);font-weight:700}.metric-label{font-size:1rem;color:var(--text-light);margin-top:.5rem}.cta-section{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--secondary-blue) 100%);color:var(--white);padding:5rem 5%;text-align:center}.cta-container{max-width:800px;margin:0 auto}.cta-section h2{color:var(--white);margin-bottom:1rem;font-size:2.5rem}.cta-section p{color:#cfe3f0;max-width:600px;margin:0 auto 2rem;font-size:1.1rem}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.contact{padding:5rem 5%;background:var(--white)}.contact-container{max-width:1200px;margin:0 auto;text-align:center}.contact h2{color:var(--primary-blue);margin-bottom:1rem}.contact>p{color:var(--text-light);font-size:1.15rem;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.contact-card{background:var(--light-gray);border:1px solid var(--border);border-radius:12px;padding:2.5rem 2rem;transition:all .3s ease;text-decoration:none;display:block}.contact-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #0000001a;border-color:var(--accent-orange)}.contact-icon{font-size:2.5rem;margin-bottom:1rem}.contact-card h3{font-size:1.3rem;font-weight:600;color:var(--primary-blue);margin-bottom:.75rem}.contact-card p{color:var(--text-light);font-size:1rem}.footer{background:var(--primary-blue);color:var(--white);padding:3rem 5%}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{color:var(--accent-orange);margin-bottom:1rem;font-size:.95rem;font-weight:600}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.7rem}.footer-section a{color:#cfe3f0;transition:color .3s ease}.footer-section a:hover{color:var(--accent-orange)}.footer-container{max-width:1200px;margin:0 auto}.footer-logo{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2rem}.footer-logo-text{font-size:1.8rem;font-weight:700;color:var(--white)}.footer-logo-accent{color:var(--accent-orange)}.footer-tagline{color:#cfe3f0;text-align:center;margin-bottom:2rem}.footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.footer-links a{color:#cfe3f0;text-decoration:none;font-size:.95rem;transition:color .3s ease}.footer-links a:hover{color:var(--accent-orange)}.footer-contact{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-bottom:2rem}.footer-contact-item{color:#cfe3f0;font-size:.95rem}.copyright{color:#a0b8cc;font-size:.9rem;text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}@media (max-width: 768px){.nav-links{display:none}.hero h1{font-size:2.5rem}.hero p{font-size:1.1rem}.hero-buttons,.cta-buttons{flex-direction:column;align-items:center}.products-grid{grid-template-columns:1fr}.trust-metrics{gap:1.5rem}.metric-value{font-size:2rem}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:slideInUp .6s ease-out}.inventory-section{background:var(--light-gray);padding:5rem 5%}.inventory-container{max-width:900px;margin:0 auto}.inventory-header{text-align:center;margin-bottom:2.5rem}.inventory-badge{display:inline-block;background:#ff8c4226;color:var(--accent-orange);padding:.5rem 1rem;border-radius:50px;font-size:.85rem;font-weight:600;margin-bottom:1rem;border:1px solid rgba(255,140,66,.3)}.inventory-header h3{color:var(--primary-blue);font-size:1.8rem;margin-bottom:.5rem}.inventory-tagline{color:var(--accent-orange);font-size:1.4rem;font-weight:600;margin-bottom:1rem}.inventory-description{color:var(--text-light);font-size:1.05rem;max-width:700px;margin:0 auto;line-height:1.7}.inventory-stats{display:flex;justify-content:center;gap:3rem;margin-bottom:2.5rem;flex-wrap:wrap}.inventory-stat{text-align:center;font-size:.95rem;color:var(--text-light)}.inventory-stat strong{display:block;color:var(--primary-blue);font-size:1.5rem;margin-bottom:.3rem}.inventory-accordion{background:var(--white);border-radius:12px;border:1px solid var(--border);overflow:hidden;margin-bottom:2rem}.accordion-item{border-bottom:1px solid var(--border)}.accordion-item:last-child{border-bottom:none}.accordion-trigger{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:var(--white);border:none;cursor:pointer;transition:background .2s ease;text-align:left}.accordion-trigger:hover,.accordion-trigger.open{background:var(--light-gray)}.accordion-header{display:flex;align-items:center;gap:1rem}.step-badge{background:var(--primary-blue);color:var(--white);padding:.3rem .75rem;border-radius:4px;font-size:.8rem;font-weight:600;white-space:nowrap}.step-info{display:flex;flex-direction:column;gap:.25rem}.step-title{font-weight:600;color:var(--text-dark);font-size:1rem}.step-desc{color:var(--text-light);font-size:.9rem}.accordion-chevron{width:20px;height:20px;color:var(--text-light);transition:transform .3s ease;flex-shrink:0}.accordion-chevron.rotate{transform:rotate(180deg)}.accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease}.accordion-content[hidden]{display:block;max-height:0}.accordion-content.open{max-height:500px}.template-list{list-style:none;padding:0 1.5rem 1.25rem;margin:0}.template-list li{display:flex;flex-direction:column;padding:.75rem 0;border-bottom:1px dashed var(--border)}.template-list li:last-child{border-bottom:none}.template-name{font-weight:600;color:var(--primary-blue);font-size:.95rem}.template-desc{color:var(--text-light);font-size:.85rem;margin-top:.2rem}.inventory-cta{text-align:center}@media (max-width: 768px){.inventory-header h3{font-size:1.4rem}.inventory-tagline{font-size:1.2rem}.inventory-stats{gap:1.5rem}.accordion-header{flex-direction:column;align-items:flex-start;gap:.5rem}.step-badge{font-size:.75rem}}
