.integra-module-wrapper{background-color:#fff;color:#333;font-family:Poppins,sans-serif;line-height:1.6}.integra-module-wrapper .container{margin:0 auto;max-width:1200px;width:90%}.integra-module-wrapper h1,.integra-module-wrapper h2{color:#333;font-weight:600}.integra-module-wrapper h1{font-size:3.2rem;line-height:1.2;margin-bottom:.5em}.integra-module-wrapper h2{font-size:1.75rem;margin-top:0}.integra-module-wrapper a{color:#008c99;text-decoration:none;transition:color .3s ease}.integra-module-wrapper a:hover{color:#333}.integra-module-wrapper .hero-section{background-color:#f8fafa;padding:4rem 0}.integra-module-wrapper .hero-container{align-items:center;display:flex;gap:3rem}.integra-module-wrapper .hero-content{flex:1 1 55%;text-align:left}.integra-module-wrapper .hero-content .subtitle{color:#555;font-size:1.1rem;max-width:500px}.integra-module-wrapper .hero-image{flex:1 1 45%}.integra-module-wrapper .hero-image img{border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.1);height:auto;width:100%}.integra-module-wrapper .hero-cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.integra-module-wrapper .btn{background-color:#008c99;border:2px solid transparent;border-radius:8px;box-sizing:border-box;color:#fff;display:inline-block;font-weight:500;padding:.75rem 1.75rem;text-align:center;transition:all .3s ease}.integra-module-wrapper .btn:hover{background-color:#006a75;color:#fff;transform:translateY(-2px)}.integra-module-wrapper .btn.btn-secondary{background-color:transparent;border-color:#008c99;color:#008c99}.integra-module-wrapper .btn.btn-secondary:hover{background-color:#008c99;color:#fff}.integra-module-wrapper .products-section{padding:4rem 0;scroll-margin-top:4rem}.integra-module-wrapper .products-grid{display:grid;gap:2rem;grid-template-columns:1fr}.integra-module-wrapper .product-card{background:#fff;border:1px solid #e1e1e1;border-radius:12px;border-top:4px solid transparent;box-shadow:0 4px 12px rgba(0,0,0,.05);display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.integra-module-wrapper .product-card:hover{border-top-color:#008c99;box-shadow:0 12px 24px rgba(0,0,0,.1);transform:translateY(-8px)}.integra-module-wrapper .product-image{background-color:#fdfdfd;box-sizing:border-box;height:250px;object-fit:contain;padding:1.5rem;width:100%}.integra-module-wrapper .card-content{display:flex;flex-direction:column;flex-grow:1;padding:1.5rem}.integra-module-wrapper .card-content h2{margin-bottom:.5rem}.integra-module-wrapper .card-content p{color:#555;flex-grow:1;margin-bottom:1.5rem}.integra-module-wrapper .features-list{color:#555;font-size:.9rem;list-style:none;margin:0 0 1.5rem;padding:0}.integra-module-wrapper .features-list li{margin-bottom:.5rem}.integra-module-wrapper .card-content .btn{margin-top:auto;padding:.75rem 1.5rem}.integra-module-wrapper .comparison-section{background-color:#f4f7f6;padding:4rem 0;scroll-margin-top:4rem;text-align:center}.integra-module-wrapper .comparison-section h2{margin-bottom:2rem}.integra-module-wrapper .comparison-table{background:#fff;border-collapse:collapse;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.05);overflow:hidden;text-align:center;width:100%}.integra-module-wrapper .comparison-table td,.integra-module-wrapper .comparison-table th{border-bottom:1px solid #e1e1e1;padding:1rem 1.25rem}.integra-module-wrapper .comparison-table th{background-color:#008c99;color:#fff;font-size:1rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.integra-module-wrapper .comparison-table td:first-child{font-weight:500;text-align:left}.integra-module-wrapper .comparison-table tbody tr:last-child td{border-bottom:none}.integra-module-wrapper .check{color:#27ae60;font-size:1.2rem;font-weight:700}.integra-module-wrapper .cross{color:#c0392b;font-size:1.2rem;font-weight:700}@media (min-width:600px){.integra-module-wrapper .products-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.integra-module-wrapper .products-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.integra-module-wrapper .hero-container{flex-direction:column;text-align:center}.integra-module-wrapper .hero-content{text-align:center}.integra-module-wrapper .hero-content .subtitle{margin-left:auto;margin-right:auto}.integra-module-wrapper .hero-cta-buttons{justify-content:center}.integra-module-wrapper .hero-image{display:none}}@media (max-width:768px){.integra-module-wrapper h1{font-size:2.5rem}.integra-module-wrapper h2{font-size:1.5rem}.integra-module-wrapper .comparison-section,.integra-module-wrapper .hero-section,.integra-module-wrapper .products-section{padding:2.5rem 0}.integra-module-wrapper .comparison-table{display:none}.integra-module-wrapper .accordion-container{border:1px solid #e1e1e1;border-radius:8px;overflow:hidden}.integra-module-wrapper .accordion-item:not(:last-child){border-bottom:1px solid #e1e1e1}.integra-module-wrapper .accordion-trigger{align-items:center;background:#fff;border:none;color:#333;cursor:pointer;display:flex;font-size:1rem;font-weight:600;justify-content:space-between;padding:1rem;text-align:left;transition:background-color .2s ease;width:100%}.integra-module-wrapper .accordion-trigger:hover{background-color:#f8fafa}.integra-module-wrapper .accordion-trigger .icon{color:#008c99;font-size:1.5rem;transition:transform .3s ease}.integra-module-wrapper .accordion-trigger.active .icon{transform:rotate(45deg)}.integra-module-wrapper .accordion-panel{background:#f8fafa;max-height:0;overflow:hidden;transition:max-height .3s ease-out}.integra-module-wrapper .accordion-panel-content{padding:.5rem 1rem 1rem}.integra-module-wrapper .accordion-panel-item{display:flex;justify-content:space-between;padding:.5rem 0}.integra-module-wrapper .accordion-panel-item .product-name{color:#555}}@media (max-width:480px){.integra-module-wrapper .hero-cta-buttons{flex-direction:column}.integra-module-wrapper .hero-cta-buttons .btn{width:100%}}