.install-hero-section{
    background:linear-gradient(135deg, #eef7f2 0%, #f8fafb 50%, #f4f8f6 100%);
}

.hero-breadcrumb{
    display:flex;
    align-items:center;
    gap:8px;
    font-size:14px;
}

.hero-breadcrumb a{
    color:#0d8b55;
    text-decoration:none;
    font-weight:600;
}

.hero-breadcrumb span{
    color:#667788;
}

.hero-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:10px 18px;
    border-radius:50px;
    background:#e8f8f0;
    color:#0d8b55;
    font-weight:700;
    margin-bottom:20px;
}

.hero-badge i{
    font-size:18px;
}

.hero-title{
    font-size:56px;
    font-weight:800;
    color:#172331;
    margin-bottom:18px;
}

.hero-desc{
    color:#667788;
    font-size:18px;
    line-height:1.9;
    margin-bottom:30px;
}

.install-facts-card{
    background:#fff;
    border:1px solid #e7ecef;
    border-radius:24px;
    padding:35px;
    box-shadow:0 12px 35px rgba(0,0,0,.06);
    height:100%;
}

.facts-label{
    color:#0d8b55;
    font-size:14px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:20px;
}

.facts-list{
    list-style:none;
    margin:0;
    padding:0;
}

.facts-list li{
    padding:18px 0;
    border-bottom:1px solid #eef2f4;
}

.facts-list li:last-child{
    border-bottom:none;
    padding-bottom:0;
}

.facts-list strong{
    display:block;
    color:#172331;
    font-size:18px;
    margin-bottom:6px;
}

.facts-list span{
    color:#667788;
    line-height:1.8;
    display:block;
}

.install-types-section{
    background:#f5fbf8;
}

.install-type-card{
    background:#fff;
    border:1px solid #e8edf1;
    border-radius:24px;
    padding:32px;
    box-shadow:0 12px 35px rgba(0,0,0,.06);
    transition:.3s ease;
}

.install-type-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 45px rgba(0,0,0,.10);
}

.install-type-icon{
    width:75px;
    height:75px;
    border-radius:20px;
    background:#e8f8f0;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:22px;
}

.install-type-icon i{
    font-size:30px;
    color:#0d8b55;
}

.install-type-card h3{
    font-size:24px;
    font-weight:700;
    color:#172331;
    margin-bottom:15px;
}

.install-type-card p{
    color:#667788;
    line-height:1.9;
    margin-bottom:22px;
}

.install-type-list{
    margin:0;
    padding-left:20px;
}

.install-type-list li{
    color:#445566;
    line-height:1.9;
    margin-bottom:12px;
}

.install-type-list li:last-child{
    margin-bottom:0;
}

.prep-checklist-section {
    background: #f8fbff;
}

.section-label {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 50px;
    background: #eaf2ff;
    color: #0d8b55;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.section-title {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 800;
    color: #10233f;
    margin-bottom: 0;
}

.prep-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background: #fff;
    border: 1px solid #e5edf8;
    border-radius: 18px;
    box-shadow: 0 8px 25px rgba(16, 35, 63, 0.06);
    transition: all .3s ease;
}

.prep-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(16, 35, 63, 0.12);
}

.prep-item i {
    font-size: 24px;
    color: #0d8b55;
    flex-shrink: 0;
    margin-top: 2px;
}

.prep-item span {
    color: #4f5f73;
    line-height: 1.7;
    font-size: 16px;
    font-weight: 500;
}

.install-day-section {
    background: #f5fbf8;
}

.section-label {
    display: inline-block;
    padding: 8px 18px;
    background: #eaf2ff;
    color: #0d8b55;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.section-title {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 800;
    color: #10233f;
    line-height: 1.15;
}

.section-desc {
    color: #6c757d;
    font-size: 17px;
    line-height: 1.7;
}

.install-timeline {
    position: relative;
    padding-left: 30px;
}

.install-timeline::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #d9e7ff;
}

.timeline-item {
    position: relative;
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-number {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 50%;
    background: #0d8b55;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    box-shadow: 0 8px 20px rgba(13, 110, 253, .25);
}

.timeline-content {
    background: #fff;
    border: 1px solid #e9eef7;
    border-radius: 18px;
    padding: 22px;
    width: 100%;
    box-shadow: 0 10px 30px rgba(16, 35, 63, 0.06);
    transition: .3s ease;
}

.timeline-content:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 35px rgba(16, 35, 63, 0.12);
}

.timeline-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: #10233f;
    margin-bottom: 10px;
}

.timeline-content p {
    margin: 0;
    color: #6c757d;
    line-height: 1.7;
    font-size: 15px;
}

.equipment-section {
    background: #f5fbf8;
}

.equipment-card {
    background: #ffffff;
    border: 1px solid #e5edf8;
    border-radius: 22px;
    padding: 35px 25px;
    box-shadow: 0 10px 30px rgba(16, 35, 63, 0.06);
    transition: all .3s ease;
}

.equipment-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(16, 35, 63, 0.12);
    border-color: rgba(13, 110, 253, 0.25);
}

.equipment-icon {
    width: 74px;
    height: 74px;
    margin: 0 auto 22px;
    border-radius: 22px;
    background: #eaf2ff;
    color: #0d8b55;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}

.equipment-card h3 {
    color: #10233f;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 12px;
}

.equipment-card p {
    color: #6c757d;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 0;
}

.service-comparison-section {
    background: #f8fbff;
}

.section-label {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 50px;
    background: #eaf2ff;
    color: #0d8b55;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.section-title {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 800;
    color: #10233f;
}

.section-lead {
    max-width: 700px;
    color: #6c757d;
    line-height: 1.7;
    font-size: 17px;
}

.comparison-table-wrapper {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #e6edf8;
    box-shadow: 0 15px 40px rgba(16, 35, 63, 0.08);
}

.comparison-table {
    margin: 0;
}

.comparison-table thead th {
    background: #0d8b55;
    color: #fff;
    border: none;
    padding: 20px;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}

.comparison-table tbody td {
    padding: 20px;
    border-color: #edf2f8;
    color: #5f6f82;
    line-height: 1.7;
    vertical-align: middle;
}

.topic-title {
    font-weight: 700;
    color: #10233f !important;
    min-width: 220px;
}

.comparison-table tbody tr:hover {
    background: #f8fbff;
}

.comparison-table tbody tr:last-child td {
    border-bottom: none;
}

.setup-tips-section {
    background: #f8fbff;
}

.tip-card {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #fff;
    padding: 22px;
    border-radius: 20px;
    border: 1px solid #e8eef8;
    box-shadow: 0 10px 30px rgba(16, 35, 63, 0.06);
    transition: all .3s ease;
}

.tip-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(16, 35, 63, 0.12);
    border-color: rgba(13, 110, 253, .25);
}

.tip-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 18px;
    background: linear-gradient(135deg, #0d8b55, #4b8dff);
    display: flex;
    align-items: center;
    justify-content: center;
}

.tip-icon i {
    color: #fff;
    font-size: 24px;
}

.tip-content p {
    margin: 0;
    color: #4f5f73;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 500;
}
.install-faq-section {
    background: #f8fbff;
}

.install-faq-accordion {
    max-width: 900px;
    margin: 0 auto;
}

.install-faq-accordion .accordion-item {
    border: 1px solid #e5edf8;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 16px;
    background: #f5fbf8;
    box-shadow: 0 10px 30px rgba(16, 35, 63, 0.06);
}

.install-faq-accordion .accordion-button {
    padding: 22px 24px;
    background: #ffffff;
    color: #10233f;
    font-size: 17px;
    font-weight: 800;
    box-shadow: none;
}

.install-faq-accordion .accordion-button:not(.collapsed) {
    background: #eaf2ff;
    color: #0d8b55;
}

.install-faq-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.install-faq-accordion .accordion-body {
    color: #6c757d;
    font-size: 15px;
    line-height: 1.8;
    padding: 0 24px 24px;
}

.faq-bottom-text {
    color: #6c757d;
}

.faq-bottom-text a {
    color: #0d8b55;
    font-weight: 700;
    text-decoration: none;
}

.faq-bottom-text a:hover {
    text-decoration: underline;
}

.cta-disclaimer-section{
    background:#f5fbf8;
}

.cta-panel{
    background:linear-gradient(135deg,#0d8b55,#16a56d);
    border-radius:28px;
    padding:40px;
    box-shadow:0 15px 40px rgba(13,139,85,.18);
}

.cta-title{
    color:#fff;
    font-size:32px;
    font-weight:800;
    margin-bottom:12px;
}

.cta-text{
    color:rgba(255,255,255,.92);
    font-size:16px;
    line-height:1.8;
}

.cta-panel .btn{
    font-size:15px;
}

.disclaimer-box{
    background:#fff;
    border:1px solid #e7ecef;
    border-radius:20px;
    padding:24px;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
}

.disclaimer-box p{
    color:#667788;
    font-size:14px;
    line-height:1.9;
    text-align:center;
}