.serviceContSection{padding:2.2rem 0 .5rem}.serviceContSection a{color:inherit;text-decoration:none}.serviceContSection img{display:block;width:100%}.serviceContSection button,.serviceContSection input,.serviceContSection textarea,select{font-family:inherit}.serviceContSection .breadcrumb,.serviceContSection .breadcrumb a{color:var(--text-secondary);font-size:14px;margin-bottom:18px}.serviceContSection .breadcrumb,.serviceContSection .breadcrumb a,.serviceContSection .breadcrumb a:focus,.serviceContSection .breadcrumb a:hover{-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.serviceContSection .breadcrumb a:focus,.serviceContSection .breadcrumb a:hover{color:var(--text-primary);text-decoration:underline}.serviceContSection .breadcrumb span{color:var(--accent-hover);font-weight:700}.serviceContSection .page-layout{align-items:start;display:grid;gap:2.5rem;grid-template-columns:minmax(0,1fr) 330px}.serviceContentSection #mainCarouselImage{transition:opacity .5s ease}.serviceContentSection .carousel{margin-bottom:14px;position:relative}.serviceContentSection .main-image-wrap{background:var(--accent-hover-light);border-radius:4px;box-shadow:0 8px 20px rgba(0,0,0,.08);height:370px;overflow:hidden;position:relative}.serviceContentSection .main-image-wrap img{height:100%;object-fit:cover}.serviceContentSection .carousel-arrow{background:transparent;border:0;border-radius:50%;box-shadow:none;color:var(--text-white);cursor:pointer;display:grid;font-size:4.5rem;height:35px;line-height:1;place-items:center;position:absolute;top:35%;transform:translateY(-50%);width:35px;z-index:3}.serviceContentSection button.carousel-arrow:active,.serviceContentSection button.carousel-arrow:focus,.serviceContentSection button.carousel-arrow:hover{background:transparent;border:none;box-shadow:none;color:var(--text-white)}.serviceContentSection .carousel-arrow.prev{left:-12px}.serviceContentSection .carousel-arrow.next{right:12px}.serviceContentSection .thumbs{display:grid;gap:10px;grid-template-columns:repeat(5,1fr);margin-top:15px}.serviceContentSection .thumb{background:var(--accent-hover-light);border:2px solid transparent;border-radius:6px;cursor:pointer;height:84px;overflow:hidden;padding:0;transition:border-color .2s ease,transform .2s ease}.serviceContentSection .thumb img{height:100%;object-fit:cover}.serviceContentSection .thumb.active,.serviceContentSection .thumb:hover{border-color:var(--accent-hover);transform:translateY(-2px)}.serviceDescSection{border-bottom:1px solid var(--ash-color);padding:.5rem 0 2.5rem}.serviceDescSection h2{color:var(--text-primary);font-family:var(--primary-font);font-size:34px;font-weight:800;line-height:1;margin-bottom:15px}.serviceDescSection p{color:var(--text-primary);font-size:16px;line-height:1.5;margin-bottom:15px}.serviceDescSection .feature-grid{display:grid;gap:1rem;grid-template-columns:repeat(5,1fr);margin-top:1.5rem}.serviceDescSection .feature-card{background:rgba(238,236,253,.5);border:1px solid var(--ash-color);border-radius:5px;min-height:94px;padding:16px 10px;text-align:center}.serviceDescSection .feature-icon{color:var(--text-primary);height:34px;margin:0 auto 8px;width:34px}.serviceDescSection .feature-icon svg{fill:none;height:100%;stroke:var(--accent-hover);stroke-width:1.8;width:100%}.serviceDescSection .feature-card strong{color:var(--text-primary);display:block;font-size:13px;line-height:1.3}.serviceDescSection .two-col{align-items:stretch;display:grid;gap:1.6rem;grid-template-columns:1fr 280px;margin-top:2.2rem}.serviceDescSection ul{color:var(--primary-text);display:grid;font-size:16px;gap:7px;line-height:1.5;list-style:none}.serviceDescSection ul li{padding-left:22px;position:relative}.serviceDescSection ul li:before{color:var(--accent-hover);content:"✓";font-size:20px;font-weight:900;left:0;position:absolute;top:-1px}.serviceDescSection .compact-cta{background:var(--text-primary);border-radius:4px;box-shadow:0 10px 24px rgba(0,61,79,.22);color:var(--text-white);display:flex;flex-direction:column;justify-content:center;min-height:210px;padding:1.5rem}.serviceDescSection .compact-cta h2{color:var(--text-white);font-family:var(--primary-font);font-size:26px;font-weight:600;line-height:1.25;margin-bottom:14px}.serviceDescSection .compact-cta p{color:var(--text-white);font-size:15px;line-height:1.45;margin-bottom:18px}.serviceDescSection .compact-cta small,.serviceDescSection .compact-cta small a{color:var(--text-white);font-size:13px;font-weight:700;margin-top:12px;text-align:center}.serviceDescSection .compact-cta small a{cursor:pointer;text-decoration:underline}.serviceDescSection .compact-cta small a:focus,.serviceDescSection .compact-cta small a:hover{color:var(--accent-hover)}.serviceDescSection .compact-cta .cta-btn{align-items:center;justify-content:center;padding:12px;text-align:center;width:100%}.faqCardSection{padding:18px}.faqCardSection h3{color:var(--text-primary);font-family:var(--primary-font);font-size:25px;font-weight:700;line-height:1;margin-bottom:15px}.faqCardSection .faq-item{background:var(--text-white);border:1px solid var(--ash-color);border-radius:6px;margin-bottom:9px;overflow:hidden}.faqCardSection .faq-question{align-items:center;background:var(--text-white);border:0;color:var(--text-secondary);cursor:pointer;display:flex;font-size:13.5px;font-weight:500;gap:12px;justify-content:space-between;line-height:1.3;padding:12px;text-align:left;width:100%}.faqCardSection .faq-question span{color:var(--text-primary);font-size:18px;line-height:1;transition:transform .2s ease}.faqCardSection .faq-answer{color:var(--text-primary);display:none;font-size:13.5px;line-height:1.3;padding:8px 12px 12px}.faqCardSection .faq-item.active .faq-answer{display:block}.faqCardSection .faq-item.active .faq-question{background:var(--accent-hover);border-radius:6px 0 0;box-shadow:none;color:var(--text-white)}.faqCardSection .faq-item.active .faq-question span{color:var(--text-white);transform:rotate(45deg)}