/* =============================================
   Loft Sections Plugin — loft-sections.css
   3 Widgets: Removal | Energy Bills | Install
   ============================================= */

/* ─── Shared Base ─────────────────────────── */
.lsw-section {
    width: 100%;
    box-sizing: border-box;
    font-family: inherit;
}

.lsw-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.lsw-two-col {
    display: flex;
    align-items: center;
    gap: 48px;
    padding: 60px 40px 40px;
}

.lsw-col-left  { flex: 1 1 45%; min-width: 0; }
.lsw-col-right { flex: 1 1 50%; min-width: 0; }

.lsw-underline,
.lsw-inst-underline {
    width: 56px;
    height: 3px;
    background-color: #3dc04a;
    border-radius: 2px;
    margin: 10px 0 22px;
}

.lsw-main-heading {
    margin: 12px 0 0;
    line-height: 1.15;
}

.lsw-paras {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* ═══════════════════════════════════════════
   WIDGET 1: REMOVAL SECTION
   ═══════════════════════════════════════════ */

.lsw-removal-section {
    background-color: #ffffff;
    padding-bottom: 0;
}

/* Top Badge */
.lsw-top-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background-color: #f0faf1;
    border: 1px solid #c5ecc8;
    border-radius: 50px;
    padding: 6px 14px 6px 10px;
    font-size: 12px;
    font-weight: 700;
    color: #3dc04a;
    letter-spacing: 0.6px;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.lsw-top-badge i,
.lsw-top-badge svg {
    font-size: 13px;
    color: #3dc04a;
    fill: #3dc04a;
    width: 13px;
    height: 13px;
}

/* Heading */
.lsw-heading-black {
    display: block;
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 900;
    color: #0d1b0f;
    line-height: 1.1;
}

.lsw-heading-green {
    display: block;
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 900;
    color: #3dc04a;
    line-height: 1.15;
}

.lsw-para {
    font-size: 15px;
    color: #444;
    line-height: 1.75;
    margin: 0;
}

/* Right image frame */
.lsw-img-frame {
    position: relative;
    border-radius: 20px;
    overflow: visible;
}

.lsw-main-img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

/* Green corner badge */
.lsw-corner-badge {
    position: absolute;
    bottom: -16px;
    right: -16px;
    width: 70px;
    height: 70px;
    background-color: #3dc04a;
    border-radius: 50% 0 16px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(61,192,74,0.4);
}

.lsw-corner-badge i,
.lsw-corner-badge svg {
    font-size: 28px;
    color: #ffffff;
    fill: #ffffff;
    width: 28px;
    height: 28px;
}

/* Benefits Row */
.lsw-benefits-row {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 24px 40px;
    background: #fff;
    border-top: 1px solid #e8f5e9;
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 16px;
}

.lsw-benefit-item {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1 1 160px;
    min-width: 0;
}

.lsw-benefit-item + .lsw-benefit-item {
    border-left: 1px solid #d0ead1;
    padding-left: 24px;
}

.lsw-benefit-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid #c5ecc8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lsw-benefit-icon i,
.lsw-benefit-icon svg {
    font-size: 18px;
    color: #3dc04a;
    fill: #3dc04a;
    width: 18px;
    height: 18px;
}

.lsw-benefit-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.lsw-benefit-title {
    font-size: 14px;
    font-weight: 700;
    color: #111;
    display: block;
}

.lsw-benefit-sub {
    font-size: 13px;
    color: #555;
    display: block;
}

/* ═══════════════════════════════════════════
   WIDGET 2: ENERGY BILLS SECTION
   ═══════════════════════════════════════════ */

.lsw-energy-section {
    background-color: #0d1f0f;
    position: relative;
    overflow: hidden;
}

.lsw-energy-section .lsw-two-col {
    padding-bottom: 0;
}

/* Heading row with icon circle */
.lsw-eb-heading-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 6px;
}

.lsw-section-icon-wrap {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #1a4a22;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lsw-section-icon-wrap i,
.lsw-section-icon-wrap svg {
    font-size: 22px;
    color: #3dc04a;
    fill: #3dc04a;
    width: 22px;
    height: 22px;
}

.lsw-eb-white {
    font-size: clamp(22px, 2.8vw, 36px);
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
}

.lsw-eb-green {
    font-size: clamp(22px, 2.8vw, 36px);
    font-weight: 800;
    color: #3dc04a;
    margin: 0;
    line-height: 1.2;
}

.lsw-eb-para {
    font-size: 15px;
    color: #c0d4c0;
    line-height: 1.75;
    margin: 0;
}

/* Highlight Box */
.lsw-highlight-box {
    display: flex;
    align-items: center;
    gap: 16px;
    background-color: #162c18;
    border-left: 4px solid #3dc04a;
    border-radius: 10px;
    padding: 16px 20px;
    margin-top: 24px;
}

.lsw-hl-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lsw-hl-icon i,
.lsw-hl-icon svg {
    font-size: 32px;
    color: #3dc04a;
    fill: #3dc04a;
    width: 32px;
    height: 32px;
}

.lsw-highlight-box p {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.5;
}

.lsw-green-text {
    color: #3dc04a;
}

/* Right image */
.lsw-eb-right {
    display: flex;
    flex-direction: column;
}

.lsw-eb-img-frame {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-color: #1a3520;
    border-radius: 16px 16px 0 0;
}

/* Icon Cards Row */
.lsw-icon-cards-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    background: rgba(13,31,15,0.92);
    border-radius: 0 0 16px 16px;
    overflow: hidden;
    border: 1px solid rgba(61,192,74,0.2);
    border-top: none;
}

.lsw-icon-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 18px 12px;
    text-align: center;
    border-right: 1px solid rgba(61,192,74,0.15);
    transition: background 0.2s;
}

.lsw-icon-card:last-child { border-right: none; }
.lsw-icon-card:hover { background: rgba(61,192,74,0.08); }

.lsw-ic-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid rgba(61,192,74,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
}

.lsw-ic-icon i,
.lsw-ic-icon svg {
    font-size: 18px;
    color: #3dc04a;
    fill: #3dc04a;
    width: 18px;
    height: 18px;
}

.lsw-ic-label {
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.3;
}

/* ═══════════════════════════════════════════
   WIDGET 3: INSTALLATION SECTION
   ═══════════════════════════════════════════ */

.lsw-install-section {
    background-color: #f7fdf7;
    padding-bottom: 0;
}

/* Top Badge */
.lsw-inst-top-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background-color: #eaf7eb;
    border: 1px solid #b6e8ba;
    border-radius: 50px;
    padding: 6px 14px 6px 10px;
    font-size: 12px;
    font-weight: 700;
    color: #3dc04a;
    letter-spacing: 0.6px;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.lsw-inst-top-badge i,
.lsw-inst-top-badge svg {
    font-size: 13px;
    color: #3dc04a;
    fill: #3dc04a;
    width: 13px;
    height: 13px;
}

.lsw-inst-h-black {
    display: block;
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 900;
    color: #0d1b0f;
    line-height: 1.1;
}

.lsw-inst-h-green {
    display: block;
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 900;
    color: #3dc04a;
    line-height: 1.15;
}

.lsw-inst-para {
    font-size: 15px;
    color: #444;
    line-height: 1.75;
    margin: 0;
}

/* Right Image */
.lsw-inst-img-frame {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.lsw-inst-img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
}

/* Feature Strips Row */
.lsw-feat-row {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 28px 40px;
    background: #fff;
    border-top: 1px solid #e0f0e1;
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 16px;
}

.lsw-feat-strip {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1 1 180px;
    min-width: 0;
}

.lsw-feat-strip + .lsw-feat-strip {
    border-left: 1px solid #d0ead1;
    padding-left: 24px;
}

.lsw-feat-icon-wrap {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #3dc04a;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(61,192,74,0.3);
}

.lsw-feat-icon-wrap i,
.lsw-feat-icon-wrap svg {
    font-size: 20px;
    color: #ffffff;
    fill: #ffffff;
    width: 20px;
    height: 20px;
}

.lsw-feat-content {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.lsw-feat-title {
    font-size: 14px;
    font-weight: 700;
    color: #1a4a22;
    display: block;
    line-height: 1.3;
}

.lsw-feat-desc {
    font-size: 12px;
    color: #555;
    display: block;
    line-height: 1.45;
}

/* ═══════════════════════════════════════════
   RESPONSIVE — ALL WIDGETS
   ═══════════════════════════════════════════ */

/* Tablet */
@media (max-width: 900px) {
    .lsw-two-col {
        flex-direction: column;
        padding: 40px 24px 24px;
        gap: 32px;
    }

    .lsw-col-left,
    .lsw-col-right {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .lsw-main-img,
    .lsw-inst-img { height: 260px; }

    .lsw-eb-img-frame { height: 220px; }

    .lsw-icon-cards-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .lsw-icon-card:nth-child(2) { border-right: none; }
    .lsw-icon-card:nth-child(3) { border-top: 1px solid rgba(61,192,74,0.15); }
    .lsw-icon-card:nth-child(4) { border-top: 1px solid rgba(61,192,74,0.15); border-right: none; }

    .lsw-benefits-row,
    .lsw-feat-row {
        padding: 20px 24px;
        justify-content: flex-start;
    }

    .lsw-benefit-item + .lsw-benefit-item,
    .lsw-feat-strip + .lsw-feat-strip {
        border-left: none;
        padding-left: 0;
        border-top: 1px solid #d0ead1;
        padding-top: 14px;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .lsw-two-col { padding: 32px 16px 16px; gap: 24px; }

    .lsw-benefits-row,
    .lsw-feat-row { padding: 16px; flex-direction: column; align-items: flex-start; }

    .lsw-benefit-item,
    .lsw-feat-strip { flex: 1 1 100%; width: 100%; }

    .lsw-main-img,
    .lsw-inst-img { height: 210px; }

    .lsw-eb-img-frame { height: 180px; }

    .lsw-icon-cards-row { grid-template-columns: 1fr 1fr; }

    .lsw-heading-black,
    .lsw-heading-green,
    .lsw-inst-h-black,
    .lsw-inst-h-green { font-size: 26px; }

    .lsw-eb-white,
    .lsw-eb-green { font-size: 22px; }

    .lsw-highlight-box { flex-direction: column; gap: 10px; }

    .lsw-corner-badge { width: 52px; height: 52px; bottom: -10px; right: -10px; }
    .lsw-corner-badge i { font-size: 20px; }
}

/* Very small */
@media (max-width: 380px) {
    .lsw-icon-cards-row { grid-template-columns: 1fr; }
    .lsw-icon-card { border-right: none; border-top: 1px solid rgba(61,192,74,0.15); }
    .lsw-icon-card:first-child { border-top: none; }
}
