*{margin:0;padding:0;box-sizing:border-box}body{font-family:Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;line-height:1.6;color:#333;background-color:#fafafa}.container{max-width:1200px;margin:0 auto;padding:0 20px}h1,h2,h3,h4{margin-bottom:1rem;font-weight:600;line-height:1.2}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}p{margin-bottom:1rem;color:#666}.btn{display:inline-block;padding:12px 24px;text-decoration:none;border-radius:6px;font-weight:500;transition:all .3s ease;border:2px solid transparent;cursor:pointer;font-size:1rem}.btn-primary{background-color:#007acc;color:#fff;border-color:#007acc}.btn-primary:hover{background-color:#0056a3;border-color:#0056a3;transform:translateY(-2px)}.btn-secondary{background-color:transparent;color:#007acc;border-color:#007acc}.btn-secondary:hover{background-color:#007acc;color:#fff;transform:translateY(-2px)}.btn-outline{background-color:transparent;color:#333;border-color:#ddd}.btn-outline:hover{background-color:#333;color:#fff;border-color:#333}.header{background-color:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);position:fixed;top:0;left:0;right:0;z-index:1000}.nav{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.logo h1{color:#007acc;margin:0;font-size:1.8rem;font-weight:700;font-family:Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;position:relative}.logo h1:after{content:"_";animation:blink 1s infinite;color:#007acc}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu a{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease}.nav-menu a:hover{color:#007acc}.nav-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:0;gap:4px}.nav-toggle span{width:25px;height:3px;background-color:#333;transition:all .3s ease}.hero{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:150px 0 100px;text-align:center}.hero-content h1{font-size:3.5rem;color:#1a202c;margin-bottom:1.5rem;font-weight:700}.hero-description{font-size:1.25rem;color:#4a5568;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-stats{display:flex;justify-content:center;gap:3rem;margin-bottom:2.5rem;flex-wrap:wrap}.stat{display:flex;align-items:center;gap:.5rem}.stat-number{font-size:1.5rem}.stat-label{color:#4a5568;font-weight:500}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}section{padding:80px 0}.section-description{text-align:center;font-size:1.125rem;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto;color:#666}section h2{text-align:center;margin-bottom:1rem;color:#1a202c}.products{background-color:#f8fafc}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));grid-gap:2rem;gap:2rem;max-width:1000px;margin:0 auto}.product-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.08);text-align:center;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.product-icon{font-size:3rem;margin-bottom:1.5rem}.product-card h3{color:#1a202c;margin-bottom:1rem}.product-description{margin-bottom:1.5rem;color:#666;line-height:1.6}.product-features ul{list-style:none;text-align:left;margin-bottom:2rem}.product-features li{color:#666;position:relative;padding:.5rem 0 .5rem 1.5rem}.product-features li:before{content:"✓";position:absolute;left:0;color:#007acc;font-weight:700}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.service-card{background:#fff;padding:2rem;border-radius:8px;border:1px solid #e2e8f0;transition:all .3s ease}.service-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,.1);border-color:#007acc}.service-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.service-card h3{color:#1a202c;margin-bottom:1rem}.about{background-color:#f8fafc}.about-content{max-width:800px;margin:0 auto}.about-text{text-align:center}.about-text p{font-size:1.125rem;margin-bottom:1.5rem}.about-highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.highlight{display:flex;align-items:center;gap:1rem;text-align:left}.highlight-number{font-size:2rem;flex-shrink:0}.highlight h4{color:#1a202c;margin-bottom:.5rem}.highlight p{color:#666;margin:0}.contact-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:start}.contact-info h2{text-align:left;margin-bottom:1rem}.contact-info p{font-size:1.125rem;margin-bottom:2rem}.contact-methods{display:flex;flex-direction:column;gap:1.5rem}.contact-method{display:flex;align-items:center;gap:1rem}.contact-icon{font-size:1.5rem;flex-shrink:0}.contact-method h4{color:#1a202c;margin-bottom:.25rem}.contact-method p{color:#666;margin:0}.contact-form-container{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.08)}.contact-form h3{color:#1a202c}.contact-form h3,.form-group{margin-bottom:1.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px;border:2px solid #e2e8f0;border-radius:6px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#007acc}.form-group textarea{resize:vertical;min-height:120px}.footer{background-color:#1a202c;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:1fr 2fr;grid-gap:3rem;gap:3rem;margin-bottom:2rem}.footer-brand h3{color:#007acc;margin-bottom:.5rem}.footer-brand p{color:#a0aec0}.footer-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:2rem;gap:2rem}.footer-column h4{color:#fff;margin-bottom:1rem}.footer-column ul{list-style:none}.footer-column li{margin-bottom:.5rem}.footer-column a{color:#a0aec0;text-decoration:none;transition:color .3s ease}.footer-column a:hover{color:#007acc}.footer-bottom{border-top:1px solid #2d3748;padding-top:1rem;text-align:center}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.company-address p{color:#a0aec0;margin:0;font-size:.9rem}.company-address p:first-child{margin-bottom:.25rem}.footer-bottom p{color:#a0aec0;margin:0}@media (max-width:768px){.footer-bottom-content{flex-direction:column;text-align:center}.nav-menu{display:none;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);padding:1rem;gap:1rem}.nav-menu.active,.nav-toggle{display:flex}.nav-toggle.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.hero-content h1{font-size:2.5rem}.hero-stats{flex-direction:column;gap:1.5rem}.products-grid{grid-template-columns:1fr}.contact-content,.footer-content{grid-template-columns:1fr;gap:2rem}}@media (max-width:480px){.container{padding:0 15px}.hero{padding:120px 0 80px}.hero-content h1{font-size:2rem}.hero-cta{flex-direction:column;align-items:center}.contact-form-container,.product-card{padding:1.5rem}section{padding:60px 0}}.blog-hero{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:120px 0 80px;text-align:center}.blog-hero-content h1{font-size:3rem;color:#1a202c;margin-bottom:1.5rem;font-weight:700}.blog-hero-description{font-size:1.25rem;color:#4a5568;max-width:600px;margin:0 auto}.blog-posts{padding:80px 0}.posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-gap:2rem;gap:2rem}.post-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease;border:1px solid #e2e8f0}.post-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.post-meta{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;font-size:.9rem;color:#666}.post-date{color:#007acc;font-weight:500}.post-author{color:#666}.post-title{margin-bottom:1rem}.post-title a{color:#1a202c;text-decoration:none;transition:color .3s ease}.post-title a:hover{color:#007acc}.post-excerpt{color:#666;line-height:1.6;margin-bottom:1.5rem}.post-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.post-tag{background:#f8fafc;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;border:1px solid #e2e8f0}.post-tag,.read-more{color:#007acc;font-weight:500}.read-more{text-decoration:none;transition:color .3s ease}.read-more:hover{color:#0056a3}.no-posts{text-align:center;padding:4rem 0}.no-posts h2{color:#1a202c;margin-bottom:1rem}.no-posts p{color:#666;font-size:1.125rem}.blog-post{padding:100px 0 80px}.post-header{margin-bottom:3rem;text-align:center}.breadcrumbs{margin-bottom:2rem;font-size:.9rem}.breadcrumbs a{color:#007acc;text-decoration:none}.breadcrumbs a:hover{text-decoration:underline}.breadcrumbs span{color:#666}.blog-post .post-meta{justify-content:center;margin-bottom:2rem}.blog-post .post-title{font-size:2.5rem;color:#1a202c;margin-bottom:1.5rem;font-weight:700;line-height:1.2}.blog-post .post-tags{justify-content:center}.post-content{max-width:800px;margin:0 auto 4rem;line-height:1.8}.post-content h1,.post-content h2,.post-content h3,.post-content h4{color:#1a202c;margin-top:2.5rem;margin-bottom:1rem}.post-content h1{font-size:2rem;border-bottom:2px solid #e2e8f0;padding-bottom:.5rem}.post-content h2{font-size:1.75rem}.post-content h3{font-size:1.5rem}.post-content p{margin-bottom:1.5rem;color:#4a5568}.post-content ol,.post-content ul{margin-bottom:1.5rem;padding-left:2rem}.post-content li{margin-bottom:.5rem;color:#4a5568}.post-content code{background:#f8fafc;padding:.2rem .4rem;border-radius:4px;font-size:.9em;color:#007acc;border:1px solid #e2e8f0}.post-content code,.post-content pre{font-family:Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.post-content pre{background:#1a202c;color:#e2e8f0;padding:1.5rem;border-radius:8px;overflow-x:auto;margin-bottom:1.5rem}.post-content pre code{background:transparent;padding:0;border:none;color:inherit}.post-content blockquote{border-left:4px solid #007acc;padding-left:1.5rem;margin:2rem 0;font-style:italic;color:#4a5568}.post-content a{color:#007acc;text-decoration:none}.post-content a:hover{text-decoration:underline}.post-footer{max-width:800px;margin:0 auto}.post-cta{background:#f8fafc;padding:2.5rem;border-radius:12px;text-align:center;margin-bottom:2rem;border:1px solid #e2e8f0}.cta-content h3{color:#1a202c;margin-bottom:1rem}.cta-content p{color:#666;margin-bottom:1.5rem;font-size:1.125rem}.post-navigation{text-align:center;padding-top:2rem;border-top:1px solid #e2e8f0}.back-to-blog{color:#007acc;text-decoration:none;font-weight:500;transition:color .3s ease}.back-to-blog:hover{color:#0056a3}@media (max-width:768px){.blog-hero{padding:100px 0 60px}.blog-hero-content h1{font-size:2.5rem}.posts-grid{grid-template-columns:1fr}.blog-post .post-title{font-size:2rem}.post-content{padding:0 1rem}.post-cta{padding:2rem 1.5rem}}@media (max-width:480px){.blog-hero-content h1{font-size:2rem}.blog-post .post-title{font-size:1.75rem}.post-card{padding:1.5rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-content>*{animation:fadeInUp .8s ease-out}.hero-content h1{animation-delay:.1s}.hero-description{animation-delay:.2s}.hero-stats{animation-delay:.3s}.hero-cta{animation-delay:.4s}