.app-header{background-color:#2c3e50;padding:20px 0;color:#ecf0f1;box-shadow:0 2px 4px #0000001a}.app-header .container{display:flex;justify-content:space-between;align-items:center}.logo{margin:0;font-size:1.8em;font-weight:700}.nav-links{list-style:none;padding:0;margin:0;display:flex}.nav-links li{margin-left:25px}.nav-links a{color:#ecf0f1;text-decoration:none;font-size:1em;transition:color .3s ease}.nav-links a:hover,.nav-links a:focus{color:#1abc9c}.app-footer{background-color:#34495e;color:#bdc3c7;padding:30px 0;margin-top:40px;font-size:.9em;text-align:center}.app-footer .container p{margin:0 0 10px}.app-footer .footer-links a{color:#ecf0f1;text-decoration:none;margin:0 10px;transition:color .3s ease}.app-footer .footer-links a:hover,.app-footer .footer-links a:focus{color:#1abc9c;text-decoration:underline}.hero-section{background-color:#1abc9c;color:#fff;padding:80px 0;text-align:center}.hero-content{max-width:800px}.hero-title{font-size:3em;font-weight:700;margin-bottom:20px;line-height:1.2}.hero-subtitle{font-size:1.3em;margin-bottom:30px;line-height:1.6}.hero-cta-button{background-color:#e67e22;color:#fff;padding:15px 30px;text-decoration:none;font-size:1.1em;font-weight:700;border-radius:5px;transition:background-color .3s ease,transform .2s ease;display:inline-block}.hero-cta-button:hover,.hero-cta-button:focus{background-color:#d35400;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.key-features-section{padding:60px 0;text-align:center}.section-title{font-size:2.5em;color:#2c3e50;margin-bottom:50px;font-weight:700}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;text-align:left}.feature-item{background-color:#fff;padding:30px;border-radius:8px;box-shadow:0 5px 15px #00000014;transition:transform .3s ease,box-shadow .3s ease}.feature-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001f}.feature-icon{font-size:2.8em;margin-bottom:20px;color:#1abc9c;display:block;text-align:center}.feature-title{font-size:1.5em;color:#34495e;margin-bottom:10px;font-weight:700;text-align:center}.feature-description{font-size:.95em;line-height:1.6;color:#555}.product-showcase-section{padding:60px 0;background-color:#f8f9fa}.product-showcase-section .section-title{font-size:2.5em;color:#2c3e50;margin-bottom:50px;font-weight:700;text-align:center}.products-grid{display:grid;grid-template-columns:1fr;gap:30px}@media (min-width: 768px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 992px){.products-grid{grid-template-columns:repeat(3,1fr)}}.product-card{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #00000014;overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px #0000001f}.product-image{width:100%;height:250px;object-fit:cover}.product-info{padding:25px;flex-grow:1;display:flex;flex-direction:column}.product-name{font-size:1.4em;color:#34495e;margin-bottom:10px;font-weight:700}.product-description{font-size:.9em;line-height:1.6;color:#555;margin-bottom:20px;flex-grow:1}.product-link{display:inline-block;text-decoration:none;color:#1abc9c;font-weight:700;transition:color .3s ease;align-self:flex-start}.product-link:hover{color:#16a085;text-decoration:underline}.cta-section{background-color:#2c3e50;color:#fff;padding:70px 0;text-align:center}.cta-content{max-width:800px;margin-left:auto;margin-right:auto}.cta-title{font-size:2.2em;font-weight:700;margin-bottom:20px;line-height:1.3}.cta-text{font-size:1.1em;line-height:1.7;margin-bottom:35px;color:#ecf0f1}.cta-button{display:inline-block;background-color:#1abc9c;color:#fff;padding:15px 35px;font-size:1.1em;font-weight:700;text-decoration:none;border-radius:5px;transition:background-color .3s ease,transform .2s ease;border:2px solid #1abc9c}.cta-button:hover,.cta-button:focus{background-color:#16a085;border-color:#16a085;transform:translateY(-3px);box-shadow:0 4px 10px #0003}@media (max-width: 768px){.cta-section{padding:50px 0}.cta-title{font-size:1.8em}.cta-text{font-size:1em}.cta-button{padding:12px 30px;font-size:1em}}.homepage{display:flex;flex-direction:column;min-height:100vh}.main-content{flex-grow:1;padding-top:30px;padding-bottom:30px}.main-content h2{color:#2c3e50;margin-bottom:20px}.main-content p{line-height:1.6;margin-bottom:15px}.breadcrumb-container{padding:10px 20px;background-color:#f8f9fa;border-bottom:1px solid #dee2e6;margin-bottom:20px}.breadcrumb{display:flex;flex-wrap:wrap;padding:0;margin:0;list-style:none}.breadcrumb-item{display:flex;align-items:center}.breadcrumb-item+.breadcrumb-item:before{content:">";padding:0 .5rem;color:#6c757d}.breadcrumb-item a{text-decoration:none;color:#007bff}.breadcrumb-item a:hover{text-decoration:underline}.breadcrumb-item.active{color:#495057;font-weight:700}body{margin:0;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;background-color:#f4f4f4;color:#333}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*,*:before,*:after{box-sizing:border-box}ul,ol{list-style:none;padding:0;margin:0}a{text-decoration:none;color:inherit}.container{width:90%;max-width:1200px;margin:0 auto;padding:20px}
