.topbar{background:#1a1a1a;color:#fff;padding:.5rem 0;font-size:.875rem}.topbar-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.topbar-left{display:flex;align-items:center}.topbar-phone{color:#fff;text-decoration:none;transition:color .3s ease}.topbar-phone:hover{color:var(--accent-color)}.topbar-phone strong{color:var(--accent-color);font-weight:600}.topbar-right{display:flex;align-items:center;gap:.5rem}.topbar-link{color:#fff;text-decoration:none;transition:color .3s ease;padding:.25rem .5rem}.topbar-link:hover{color:var(--accent-color)}.topbar-divider{color:#666}@media (max-width: 768px){.topbar{font-size:.75rem;padding:.4rem 0}.topbar-container{padding:0 1rem;flex-direction:column;gap:.5rem}.topbar-phone{font-size:.8rem}}.navbar{background:var(--bg-white);box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000}.navbar-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.navbar-logo{font-size:1.5rem;font-weight:700;color:var(--primary-color)}.logo-text{background:linear-gradient(135deg,var(--primary-color),var(--accent-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.navbar-menu{display:flex;gap:2rem;align-items:center}.navbar-link{color:var(--text-dark);font-weight:500;transition:color .3s ease;position:relative}.navbar-link:hover,.navbar-link.active{color:var(--primary-color)}.navbar-link.active:after{content:"";position:absolute;bottom:-5px;left:0;right:0;height:2px;background:var(--primary-color)}.navbar-dropdown{position:relative}.dropdown-arrow{font-size:.7rem;margin-left:.25rem;transition:transform .3s ease}.navbar-dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;background:var(--bg-white);box-shadow:0 4px 20px #00000026;border-radius:8px;min-width:280px;padding:1rem 0;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1000;margin-top:.5rem}.dropdown-menu.show{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-item{display:block;padding:1rem 1.5rem;color:var(--text-dark);transition:background .3s ease;border-left:3px solid transparent}.dropdown-item:hover{background:var(--bg-light);border-left-color:var(--primary-color)}.dropdown-item-title{font-weight:600;margin-bottom:.25rem;color:var(--text-dark)}.dropdown-item-desc{font-size:.875rem;color:var(--text-light)}.navbar-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:.5rem}.navbar-toggle span{width:25px;height:3px;background:var(--text-dark);transition:all .3s ease}@media (max-width: 768px){.navbar-container{padding:1rem}.navbar-logo{font-size:1.2rem}.navbar-toggle{display:flex}.navbar-menu{position:fixed;top:70px;left:0;right:0;background:var(--bg-white);flex-direction:column;padding:2rem;box-shadow:0 4px 6px #0000001a;transform:translate(-100%);transition:transform .3s ease;gap:1.5rem;max-height:calc(100vh - 70px);overflow-y:auto}.navbar-menu.active{transform:translate(0)}.navbar-link.active:after{display:none}.navbar-dropdown{width:100%}.dropdown-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;background:var(--bg-light);margin-top:.5rem;border-radius:5px;display:none}.dropdown-menu.show{display:block}.dropdown-item{padding:.75rem 1rem}}@media (max-width: 480px){.navbar-logo{font-size:1rem}}.footer{background:#1a1a1a;color:#fff;padding:3rem 0 1rem;margin-top:4rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:3rem}.footer-section h3{margin-bottom:1rem;color:var(--accent-color);font-size:1.25rem;font-weight:600}.footer-section h4{margin-bottom:1rem;color:#fff;font-size:1rem;font-weight:600}.footer-section p{color:#d1d5db;line-height:1.8;margin-bottom:1rem;font-size:.9rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.75rem}.footer-section ul li a{color:#d1d5db;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-section ul li a:hover{color:var(--accent-color)}.footer-social{display:flex;gap:1rem;margin-top:1rem}.social-link{padding:.5rem 1rem;background:#ffffff1a;border-radius:5px;transition:background .3s ease;color:#fff;text-decoration:none;font-size:.875rem}.social-link:hover{background:var(--accent-color)}.contact-info{display:flex;flex-direction:column;gap:1rem}.contact-info li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:0}.contact-icon{font-size:1.25rem;flex-shrink:0;margin-top:.25rem}.contact-info a{color:var(--accent-color);text-decoration:none}.contact-info a:hover{text-decoration:underline}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{color:#9ca3af;font-size:.875rem;margin:0}.footer-links{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.footer-links a{color:#9ca3af;text-decoration:none;font-size:.875rem;transition:color .3s ease}.footer-links a:hover{color:var(--accent-color)}.footer-links span{color:#666}@media (max-width: 968px){.footer-content{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer-bottom-content{flex-direction:column;text-align:center}.footer-links{justify-content:center}}.home{width:100%}.hero{max-width:1200px;margin:0 auto;padding:4rem 2rem;display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:center;min-height:500px}.hero-content{animation:fadeInUp .8s ease}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-dark);line-height:1.2}.hero-subtitle{font-size:1.25rem;color:var(--text-light);margin-bottom:2rem;line-height:1.8}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.hero-hotline{font-size:1rem;color:var(--text-light)}.hotline-number{color:var(--primary-color);font-weight:600;font-size:1.2rem;text-decoration:none;margin-left:.5rem}.hotline-number:hover{text-decoration:underline}.hero-image{animation:fadeIn 1s ease}.hero-placeholder{width:100%;height:100%;border-radius:10px;overflow:hidden;box-shadow:0 10px 30px #0000001a}.hero-placeholder svg{width:100%;height:auto}.products-section{background:var(--bg-light);padding:5rem 0}.section-title{text-align:center;font-size:2.5rem;margin-bottom:1rem;color:var(--text-dark);font-weight:600}.section-subtitle{text-align:center;font-size:1.1rem;color:var(--text-light);margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.product-card{background:var(--bg-white);padding:2.5rem;border-radius:12px;text-align:center;box-shadow:0 4px 6px #0000001a;transition:all .3s ease;border:1px solid var(--border-color);text-decoration:none;color:inherit}.product-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026;border-color:var(--primary-color)}.product-icon{font-size:4rem;margin-bottom:1rem}.product-subtitle{font-size:.875rem;color:var(--primary-color);font-weight:600;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.product-title{font-size:1.5rem;margin-bottom:1rem;color:var(--text-dark);font-weight:600}.product-desc{color:var(--text-light);line-height:1.8;margin-bottom:1.5rem}.product-link{color:var(--primary-color);font-weight:600;transition:color .3s ease}.product-card:hover .product-link{color:var(--secondary-color)}.honors-section{padding:5rem 0;background:var(--bg-white)}.honors-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.honor-card{text-align:center;padding:2.5rem 2rem;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;border-radius:12px;transition:transform .3s ease}.honor-card:hover{transform:translateY(-5px)}.honor-value{font-size:3rem;font-weight:700;margin-bottom:.5rem}.honor-title{font-size:1.25rem;margin-bottom:.5rem;font-weight:600}.honor-desc{font-size:.9rem;opacity:.9}.insights-section{background:var(--bg-light);padding:5rem 0}.insights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.insight-card{background:var(--bg-white);padding:2.5rem;border-radius:12px;box-shadow:0 4px 6px #0000001a;transition:all .3s ease}.insight-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #00000026}.insight-image{font-size:3rem;margin-bottom:1.5rem}.insight-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-dark);font-weight:600}.insight-card p{color:var(--text-light);line-height:1.8;margin-bottom:1.5rem}.insight-link{color:var(--primary-color);font-weight:600;text-decoration:none;transition:color .3s ease}.insight-link:hover{color:var(--secondary-color)}.cta{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;padding:5rem 2rem;text-align:center}.cta h2{font-size:2.5rem;margin-bottom:1rem;font-weight:600}.cta p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 968px){.hero{grid-template-columns:1fr;padding:2rem 1rem;text-align:center}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem}.hero-buttons{justify-content:center}}@media (max-width: 768px){.section-title{font-size:2rem}.products-grid,.honors-grid,.insights-grid{grid-template-columns:1fr}.cta h2{font-size:2rem}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn{width:100%;max-width:300px}}.about{width:100%}.about-hero{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;padding:5rem 2rem;text-align:center}.about-hero h1{font-size:3rem;margin-bottom:1rem}.about-hero p{font-size:1.25rem;opacity:.9}.about-content{padding:4rem 0}.about-section{margin-bottom:4rem}.about-section h2{font-size:2rem;margin-bottom:1.5rem;color:var(--text-dark);border-bottom:3px solid var(--primary-color);padding-bottom:.5rem}.about-section p{font-size:1.1rem;line-height:1.8;color:var(--text-light);margin-bottom:1rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.value-item{background:var(--bg-light);padding:2rem;border-radius:10px;border-left:4px solid var(--primary-color)}.value-item h3{font-size:1.5rem;margin-bottom:1rem;color:var(--primary-color)}.value-item p{color:var(--text-light);line-height:1.8}.achievements{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:2rem}.achievement-item{text-align:center;padding:2rem;background:var(--bg-light);border-radius:10px;transition:transform .3s ease}.achievement-item:hover{transform:translateY(-5px)}.achievement-number{font-size:3rem;font-weight:700;color:var(--primary-color);margin-bottom:.5rem}.achievement-label{font-size:1.1rem;color:var(--text-light)}@media (max-width: 768px){.about-hero h1{font-size:2rem}.about-hero p{font-size:1rem}.values-grid,.achievements{grid-template-columns:1fr}}.services{width:100%}.services-hero{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;padding:5rem 2rem;text-align:center}.services-hero h1{font-size:3rem;margin-bottom:1rem}.services-hero p{font-size:1.25rem;opacity:.9}.services-content{padding:4rem 0}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background:var(--bg-white);padding:2.5rem;border-radius:10px;box-shadow:0 4px 6px #0000001a;transition:all .3s ease;border-top:4px solid var(--primary-color)}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #00000026}.service-icon{font-size:3rem;margin-bottom:1rem}.service-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-dark)}.service-card p{color:var(--text-light);line-height:1.8}.services-process{background:var(--bg-light);padding:4rem 0}.services-process h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:var(--text-dark)}.process-steps{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:2rem}.process-step{flex:1;min-width:200px;text-align:center;background:var(--bg-white);padding:2rem;border-radius:10px;box-shadow:0 4px 6px #0000001a}.step-number{width:60px;height:60px;background:var(--primary-color);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.process-step h3{font-size:1.25rem;margin-bottom:.5rem;color:var(--text-dark)}.process-step p{color:var(--text-light);line-height:1.6}.process-arrow{font-size:2rem;color:var(--primary-color);font-weight:700}@media (max-width: 768px){.services-hero h1{font-size:2rem}.services-grid{grid-template-columns:1fr}.process-steps{flex-direction:column}.process-arrow{transform:rotate(90deg)}.services-process h2{font-size:2rem}}.team{width:100%}.team-hero{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;padding:5rem 2rem;text-align:center}.team-hero h1{font-size:3rem;margin-bottom:1rem}.team-hero p{font-size:1.25rem;opacity:.9}.team-content{padding:4rem 0}.team-intro{text-align:center;max-width:800px;margin:0 auto 4rem}.team-intro h2{font-size:2.5rem;margin-bottom:1.5rem;color:var(--text-dark)}.team-intro p{font-size:1.1rem;line-height:1.8;color:var(--text-light)}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.team-card{background:var(--bg-white);padding:2.5rem;border-radius:10px;text-align:center;box-shadow:0 4px 6px #0000001a;transition:all .3s ease}.team-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #00000026}.team-avatar{font-size:5rem;margin-bottom:1rem;width:120px;height:120px;background:var(--bg-light);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;border:4px solid var(--primary-color)}.team-card h3{font-size:1.5rem;margin-bottom:.5rem;color:var(--text-dark)}.team-position{color:var(--primary-color);font-weight:600;margin-bottom:1rem}.team-description{color:var(--text-light);line-height:1.8;font-size:.95rem}.team-values{background:var(--bg-light);padding:4rem 0}.team-values h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:var(--text-dark)}.culture-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.culture-item{background:var(--bg-white);padding:2rem;border-radius:10px;text-align:center;box-shadow:0 4px 6px #0000001a}.culture-item h3{font-size:1.5rem;margin-bottom:1rem;color:var(--primary-color)}.culture-item p{color:var(--text-light);line-height:1.8}@media (max-width: 768px){.team-hero h1,.team-intro h2{font-size:2rem}.team-grid{grid-template-columns:1fr}.team-values h2{font-size:2rem}}.contact{width:100%}.contact-hero{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;padding:5rem 2rem;text-align:center}.contact-hero h1{font-size:3rem;margin-bottom:1rem}.contact-hero p{font-size:1.25rem;opacity:.9}.contact-content{padding:4rem 0}.contact-wrapper{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:start}.contact-info h2,.contact-form-wrapper h2{font-size:2rem;margin-bottom:2rem;color:var(--text-dark)}.info-item{display:flex;gap:1.5rem;margin-bottom:2rem;align-items:flex-start}.info-icon{font-size:2rem;width:50px;height:50px;background:var(--bg-light);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.info-item h3{font-size:1.25rem;margin-bottom:.5rem;color:var(--text-dark)}.info-item p{color:var(--text-light);line-height:1.8}.contact-form{background:var(--bg-light);padding:2.5rem;border-radius:10px}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--text-dark)}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:2px solid var(--border-color);border-radius:5px;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color)}.form-group textarea{resize:vertical;min-height:120px}.contact-form .btn{width:100%}@media (max-width: 968px){.contact-wrapper{grid-template-columns:1fr;gap:3rem}}@media (max-width: 768px){.contact-hero h1{font-size:2rem}.contact-info h2,.contact-form-wrapper h2{font-size:1.5rem}}.products-page{width:100%}.product-hero{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;padding:4rem 2rem}.product-breadcrumb{font-size:.9rem;margin-bottom:1.5rem;opacity:.9}.product-breadcrumb a{color:#fff;text-decoration:none}.product-breadcrumb a:hover{text-decoration:underline}.product-breadcrumb span{opacity:.7}.product-hero h1{font-size:3rem;margin-bottom:1rem;font-weight:600}.product-subtitle{font-size:1.5rem;margin-bottom:1.5rem;opacity:.95;font-weight:500}.product-description{font-size:1.1rem;line-height:1.8;opacity:.9;max-width:800px}.product-content{padding:4rem 0;background:var(--bg-light)}.product-details{display:flex;flex-direction:column;gap:4rem}.product-features h2,.product-benefits h2{font-size:2rem;margin-bottom:2rem;color:var(--text-dark);font-weight:600}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.feature-item{display:flex;align-items:center;gap:1rem;background:var(--bg-white);padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;transition:transform .3s ease}.feature-item:hover{transform:translate(5px)}.feature-icon{width:30px;height:30px;background:var(--primary-color);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.feature-item span{color:var(--text-dark);font-weight:500}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.benefit-card{background:var(--bg-white);padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 6px #0000001a;transition:all .3s ease;border-top:4px solid var(--primary-color)}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #00000026}.benefit-icon{font-size:2.5rem;margin-bottom:1rem}.benefit-card h3{font-size:1.25rem;color:var(--text-dark);font-weight:600}.product-cta{background:var(--bg-white);padding:4rem 2rem;text-align:center}.product-cta h2{font-size:2.5rem;margin-bottom:1rem;color:var(--text-dark);font-weight:600}.product-cta p{font-size:1.25rem;color:var(--text-light);margin-bottom:2rem}@media (max-width: 768px){.product-hero h1{font-size:2rem}.product-subtitle{font-size:1.25rem}.features-grid,.benefits-grid{grid-template-columns:1fr}.product-cta h2{font-size:2rem}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn{width:100%;max-width:300px}}.solutions-page{width:100%}.solution-hero{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;padding:4rem 2rem}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.solution-breadcrumb{font-size:.9rem;margin-bottom:1.5rem;opacity:.9}.solution-breadcrumb a{color:#fff;text-decoration:none}.solution-breadcrumb a:hover{text-decoration:underline}.solution-breadcrumb span{opacity:.7}.solution-hero h1{font-size:3rem;margin-bottom:1rem;font-weight:600}.solution-subtitle{font-size:1.5rem;margin-bottom:1.5rem;opacity:.95;font-weight:500}.solution-description{font-size:1.1rem;line-height:1.8;opacity:.9;max-width:800px}.solution-content{padding:4rem 0;background:var(--bg-light)}.solution-features h2,.solution-industries h2{font-size:2rem;margin-bottom:2rem;color:var(--text-dark);font-weight:600}.solution-industries{margin-top:4rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{background:var(--bg-white);padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000001a;transition:all .3s ease;border-left:4px solid var(--primary-color)}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #00000026}.feature-number{width:40px;height:40px;background:var(--primary-color);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;margin-bottom:1rem}.feature-card h3{font-size:1.25rem;color:var(--text-dark);font-weight:600}.industries-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.industry-card{background:var(--bg-white);padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 6px #0000001a;transition:all .3s ease}.industry-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #00000026}.industry-icon{font-size:3rem;margin-bottom:1rem}.industry-card h3{font-size:1.25rem;color:var(--text-dark);font-weight:600}.solution-cta{background:var(--bg-white);padding:4rem 2rem;text-align:center}.solution-cta h2{font-size:2.5rem;margin-bottom:1rem;color:var(--text-dark);font-weight:600}.solution-cta p{font-size:1.25rem;color:var(--text-light);margin-bottom:2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-block;padding:.75rem 2rem;border-radius:5px;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;text-align:center;text-decoration:none}.btn-primary{background:var(--primary-color);color:#fff}.btn-primary:hover{background:var(--secondary-color);transform:translateY(-2px);box-shadow:0 4px 12px #2563eb66}.btn-secondary{background:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.btn-secondary:hover{background:var(--primary-color);color:#fff}.btn-large{padding:1rem 2.5rem;font-size:1.1rem}@media (max-width: 768px){.solution-hero h1{font-size:2rem}.solution-subtitle{font-size:1.25rem}.features-grid,.industries-grid{grid-template-columns:1fr}.solution-cta h2{font-size:2rem}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn{width:100%;max-width:300px}}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #1e40af;--secondary-color: #1e3a8a;--accent-color: #3b82f6;--text-dark: #1f2937;--text-light: #6b7280;--bg-light: #f9fafb;--bg-white: #ffffff;--border-color: #e5e7eb;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1)}body{font-family:-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;color:var(--text-dark);line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{text-decoration:none;color:inherit}ul{list-style:none}img{max-width:100%;height:auto;display:block}
