/* Sun Green Solar — brand theme (logo colors: orange, green, blue) */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
    --sgs-orange: #f7941d;
    --sgs-orange-dark: #e07d0a;
    --sgs-green: #2db24c;
    --sgs-green-dark: #1a8f38;
    --sgs-blue: #1a6dcc;
    --sgs-blue-dark: #0f4f9e;
    --sgs-ink: #1e293b;
    --sgs-muted: #64748b;
    --sgs-sky: #eef8f1;
    --sgs-cream: #fffaf3;
    --pbmit-global-color: var(--sgs-green);
    --pbmit-white-color: #ffffff;
}

body {
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif !important;
    color: var(--sgs-ink);
    background: #f8fafb;
}

/* ── Pre-header ── */
.header-style-4 .pre-header {
    background: linear-gradient(90deg, var(--sgs-blue-dark), var(--sgs-green-dark), var(--sgs-orange-dark)) !important;
    height: 38px !important;
    line-height: 38px !important;
    font-size: 13px !important;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.header-style-4 .pbmit-social-links li a {
    opacity: 0.9;
    transition: opacity 0.2s, transform 0.2s;
}

.header-style-4 .pbmit-social-links li a:hover {
    opacity: 1;
    transform: translateY(-1px);
}

/* ── Main header ── */
.site-header-menu.sticky-header {
    background: rgba(255, 255, 255, 0.97) !important;
    backdrop-filter: blur(12px);
    box-shadow: 0 4px 24px rgba(15, 79, 158, 0.08);
    border-bottom: 3px solid transparent;
    border-image: linear-gradient(90deg, var(--sgs-orange), var(--sgs-green), var(--sgs-blue)) 1;
}

/* ── Header layout ── */
.sgs-header-inner {
    min-height: 78px;
    flex-wrap: nowrap !important;
    gap: 12px;
}

.site-header-menu.sticky-header {
    padding: 4px 0;
}

/* ── Logo — sharp vector (logo.svg) ── */
.header-style-4 .site-branding,
.site-branding {
    flex-shrink: 0 !important;
    margin-right: 16px !important;
    padding: 6px 0;
    min-width: 180px;
}

.header-style-4 .site-branding img,
.header-style-4.site-header .site-branding img,
.header-style-4.site-header .site-branding img.logo-img,
.site-header .site-branding img.logo-img {
    display: block !important;
    height: 100px !important;
    width: auto !important;
    max-height: none !important;
    max-width: 240px !important;
    object-fit: contain !important;
    object-position: left center;
    opacity: 1 !important;
    visibility: visible !important;
    image-rendering: auto;
    filter: none !important;
    transform: none;
    transition: none;
}

.site-branding a {
    display: block !important;
    line-height: 0;
}

.site-branding a:hover img.logo-img {
    transform: none;
}

.sgs-footer-logo {
    height: auto !important;
    width: auto !important;
    max-height: 150px !important;
    max-width: 300px !important;
    object-fit: contain !important;
    margin-bottom: 16px;
    display: block !important;
}

/* ── Navigation — single line ── */
.sgs-main-nav {
    min-width: 0;
    overflow: visible;
}

.site-navigation ul.navigation,
.site-navigation ul.navigation.clearfix {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    white-space: nowrap !important;
}

.site-navigation ul.navigation > li {
    float: none !important;
    flex-shrink: 0 !important;
    display: block !important;
    position: relative;
}

.header-style-4 .site-navigation ul.navigation > li > a,
.site-navigation ul.navigation > li > a {
    height: auto !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    color: var(--sgs-ink) !important;
    padding: 10px 14px !important;
    position: relative;
    transition: color 0.2s;
    text-transform: none !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
}

@media (min-width: 1400px) {
    .header-style-4 .site-navigation ul.navigation > li > a,
    .site-navigation ul.navigation > li > a {
        font-size: 13px !important;
        padding: 10px 11px !important;
    }
}

.header-style-4 .site-navigation ul.navigation > li > a:hover,
.header-style-4 .site-navigation ul.navigation > li.active > a {
    color: var(--sgs-green) !important;
}

.header-style-4 .site-navigation ul.navigation > li > a::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 8px;
    right: 8px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--sgs-orange), var(--sgs-green));
    transform: scaleX(0);
    transition: transform 0.25s ease;
}

.header-style-4 .site-navigation ul.navigation > li:hover > a::after,
.header-style-4 .site-navigation ul.navigation > li.active > a::after {
    transform: scaleX(1);
}

.pbmit-header-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
    min-width: 0;
}

.sticky-header .site-navigation ul.navigation > li > a,
.site-header-menu.sticky-header .site-navigation ul.navigation > li > a {
    height: auto !important;
    line-height: 1.2 !important;
}

@media (min-width: 1200px) {
    .sgs-mobile-nav {
        display: none !important;
    }

    .sgs-mobile-menu-btn {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .sgs-mobile-menu-btn {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        border: none;
        border-radius: 10px;
        background: var(--sgs-sky);
        color: var(--sgs-ink);
        font-size: 28px;
        line-height: 1;
        padding: 0;
        flex-shrink: 0;
        z-index: 10060;
        cursor: pointer;
        position: relative;
        touch-action: manipulation;
        -webkit-tap-highlight-color: transparent;
    }

    .sgs-mobile-menu-btn:focus {
        outline: none;
        box-shadow: 0 0 0 3px rgba(45, 178, 76, 0.25);
    }

    .sgs-mobile-nav {
        display: block !important;
        position: fixed;
        inset: 0;
        z-index: 10055;
        pointer-events: none;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.25s ease, visibility 0.25s ease;
    }

    .sgs-mobile-nav.is-open {
        pointer-events: auto;
        visibility: visible;
        opacity: 1;
    }

    .sgs-mobile-nav-backdrop {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.55);
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .sgs-mobile-nav.is-open .sgs-mobile-nav-backdrop {
        opacity: 1;
    }

    .sgs-mobile-nav-drawer {
        position: absolute;
        top: 0;
        right: 0;
        width: min(320px, 88vw);
        height: 100%;
        background: #fff;
        transform: translateX(100%);
        transition: transform 0.3s ease;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        box-shadow: -10px 0 40px rgba(0, 0, 0, 0.18);
        z-index: 2;
        display: flex;
        flex-direction: column;
    }

    .sgs-mobile-nav.is-open .sgs-mobile-nav-drawer {
        transform: translateX(0);
    }

    .sgs-mobile-nav-close {
        position: absolute;
        top: 16px;
        right: 16px;
        width: 40px;
        height: 40px;
        border: none;
        border-radius: 50%;
        background: #f1f5f9;
        color: var(--sgs-ink);
        font-size: 22px;
        line-height: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 3;
    }

    .sgs-mobile-nav-menu {
        padding: 72px 0 16px;
        flex: 1;
    }

    .sgs-mobile-nav-menu ul.navigation {
        display: block !important;
        flex-wrap: wrap !important;
        white-space: normal !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
        float: none !important;
    }

    .sgs-mobile-nav-menu ul.navigation > li {
        display: block !important;
        float: none !important;
        position: relative;
        border-bottom: 1px solid #e8eef3;
    }

    .sgs-mobile-nav-menu ul.navigation > li > a {
        display: block !important;
        padding: 14px 20px !important;
        color: var(--sgs-ink) !important;
        font-weight: 600 !important;
        font-size: 15px !important;
        text-decoration: none !important;
        white-space: normal !important;
    }

    .sgs-mobile-nav-menu ul.navigation li.dropdown > ul {
        display: none;
        position: static !important;
        width: 100% !important;
        box-shadow: none !important;
        background: #f8fafc !important;
        padding: 0 !important;
        margin: 0 !important;
        list-style: none !important;
    }

    .sgs-mobile-nav-menu ul.navigation li.dropdown > ul.open {
        display: block !important;
    }

    .sgs-mobile-nav-menu ul.navigation li.dropdown > ul li a {
        padding: 12px 20px 12px 32px !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        color: var(--sgs-muted) !important;
    }

    .sgs-mobile-nav-menu .righticon {
        display: flex !important;
        position: absolute;
        top: 0;
        right: 0;
        width: 48px;
        height: 48px;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: var(--sgs-green);
    }

    .sgs-mobile-nav-menu .righticon.open i {
        transform: rotate(180deg);
    }

    .sgs-mobile-nav-cta {
        padding: 16px 20px 24px;
        border-top: 1px solid #e8eef3;
        margin-top: auto;
    }

    .sgs-mobile-nav-cta .sgs-btn-primary,
    .sgs-mobile-nav-cta .sgs-btn-outline {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        box-sizing: border-box;
    }

    .site-header,
    .site-header-menu,
    .pbmit-header-overlay,
    .page-wrapper {
        overflow: visible !important;
    }

    body.sgs-menu-open {
        overflow: hidden;
    }
}

.sgs-promo-modal .modal-content {
    border-radius: 16px;
    overflow: hidden;
}

.sgs-promo-modal-img {
    display: block;
    max-height: 80vh;
    object-fit: contain;
    background: #f8fafb;
}

.sgs-promo-modal-link {
    text-decoration: none;
}

.sgs-promo-modal .modal-footer {
    gap: 10px;
    flex-wrap: wrap;
}

/* Home promo lightbox */
.sgs-promo-overlay {
    position: fixed;
    inset: 0;
    z-index: 2147483647;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
}

.sgs-promo-overlay.is-visible {
    display: flex !important;
}

.sgs-promo-overlay.is-closed {
    display: none !important;
}

html.sgs-promo-open,
body.sgs-promo-open {
    overflow: hidden;
}

.sgs-promo-overlay-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.72);
    cursor: pointer;
    z-index: 1;
}

.sgs-promo-overlay-dialog {
    position: relative;
    z-index: 2;
    pointer-events: auto;
    width: min(96vw, 1100px);
    height: min(96vh, 920px);
    max-width: 96vw;
    max-height: 96vh;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.sgs-promo-overlay-close {
    position: absolute;
    top: 10px;
    right: 12px;
    z-index: 10;
    pointer-events: auto;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: #333;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.sgs-promo-overlay-body {
    flex: 1 1 auto;
    padding: 0;
    overflow: hidden;
    min-height: 0;
    display: flex;
}

.sgs-promo-overlay-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff;
}

.sgs-promo-overlay-link {
    display: flex;
    flex: 1 1 auto;
    width: 100%;
    min-height: 0;
    text-decoration: none;
}

.sgs-promo-overlay-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    flex-shrink: 0;
    border-top: 1px solid #eee;
    background: #fff;
}

.sgs-phone {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--sgs-blue-dark) !important;
    font-weight: 700;
    font-size: 12px;
    text-decoration: none !important;
    white-space: nowrap;
}

@media (max-width: 1399px) {
    .sgs-phone-text {
        display: none;
    }
}

.sgs-phone i {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--sgs-sky);
    color: var(--sgs-green);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.sgs-btn-primary {
    display: inline-flex;
    align-items: center;
    padding: 9px 18px;
    border-radius: 50px;
    background: linear-gradient(135deg, var(--sgs-orange), var(--sgs-orange-dark)) !important;
    border: none !important;
    color: #fff !important;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none !important;
    box-shadow: 0 4px 16px rgba(247, 148, 29, 0.35);
    transition: transform 0.2s, box-shadow 0.2s;
    white-space: nowrap;
}

.sgs-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(247, 148, 29, 0.45);
    color: #fff !important;
}

.sgs-btn-outline {
    display: inline-flex;
    align-items: center;
    padding: 11px 22px;
    border-radius: 50px;
    background: transparent !important;
    border: 2px solid #fff !important;
    color: #fff !important;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none !important;
    transition: background 0.2s, color 0.2s;
}

.sgs-btn-outline:hover {
    background: #fff !important;
    color: var(--sgs-green-dark) !important;
}

/* ── Hero ── */
.herosect {
    position: relative;
    min-height: 720px !important;
    height: auto !important;
    background: none !important;
    animation: none !important;
    overflow: hidden;
}

.sgs-hero-slider {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.sgs-hero-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1.4s ease-in-out;
    transform: scale(1.06);
}

.sgs-hero-slide.is-active {
    opacity: 1;
    z-index: 1;
    animation: sgsHeroKenBurns 6s ease-out forwards;
}

@keyframes sgsHeroKenBurns {
    from { transform: scale(1.06); }
    to { transform: scale(1); }
}

.sgs-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(105deg, rgba(0, 25, 55, 0.92) 0%, rgba(0, 40, 80, 0.78) 42%, rgba(20, 70, 45, 0.5) 72%, rgba(0, 0, 0, 0.25) 100%);
    pointer-events: none;
}

.herosect::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.herosect::after {
    content: '';
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(247, 148, 29, 0.25) 0%, transparent 70%);
    top: -80px;
    right: -60px;
    pointer-events: none;
    z-index: 2;
}

.sgs-hero-dots {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    display: flex;
    gap: 10px;
}

.sgs-hero-dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.45);
    cursor: pointer;
    transition: width 0.3s ease, background 0.3s ease, border-radius 0.3s ease;
}

.sgs-hero-dot.is-active {
    width: 28px;
    border-radius: 5px;
    background: var(--sgs-orange);
}

.herosect .container {
    position: relative;
    z-index: 3;
}

.herosect .pbmit-title {
    font-size: clamp(2rem, 4.5vw, 3.2rem) !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-transform: none !important;
    color: #ffffff !important;
    text-shadow:
        0 2px 4px rgba(0, 0, 0, 0.45),
        0 4px 24px rgba(0, 0, 0, 0.35);
}

.herosect .text-white,
.herosect p.text-white {
    color: #ffffff !important;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.herosect .pbmit-globalcolor,
.herosect .typetext {
    background: linear-gradient(90deg, var(--sgs-orange), #ffd080);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.herosect .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 2rem;
}

.herosect .video-section-seven {
    display: none !important;
}

/* ── Section headings ── */
.pbmit-title {
    text-transform: none !important;
    font-weight: 800 !important;
    color: var(--sgs-ink) !important;
}

.pbmit-heading-subheading-style-1 .pbmit-title {
    position: relative;
    padding-bottom: 16px;
}

.pbmit-heading-subheading-style-1 .pbmit-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 72px;
    height: 4px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--sgs-orange), var(--sgs-green), var(--sgs-blue));
}

.section-lgt {
    padding: 80px 0;
}

/* ── Cards & boxes ── */
.sgs-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    height: 100%;
    border: 1px solid #e8eef3;
    box-shadow: 0 4px 20px rgba(15, 79, 158, 0.06);
    transition: transform 0.25s, box-shadow 0.25s;
    position: relative;
    overflow: hidden;
}

.sgs-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--sgs-orange), var(--sgs-green), var(--sgs-blue));
}

.sgs-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(15, 79, 158, 0.12);
}

.sgs-card h3 {
    font-weight: 700;
    color: var(--sgs-blue-dark);
    margin-bottom: 12px;
}

.sgs-card p {
    color: var(--sgs-muted);
    line-height: 1.7;
}

.sgs-card .btn {
    border-radius: 50px;
    font-weight: 600;
    padding: 8px 20px;
    background: var(--sgs-green) !important;
    border-color: var(--sgs-green) !important;
}

.sgs-card .btn:hover {
    background: var(--sgs-green-dark) !important;
    border-color: var(--sgs-green-dark) !important;
}

/* ── Inner page banner ── */
.sgs-page-banner {
    position: relative;
    padding: 72px 0 64px;
    background:
        radial-gradient(ellipse 70% 80% at 90% 10%, rgba(247, 148, 29, 0.3), transparent),
        linear-gradient(135deg, var(--sgs-blue-dark), var(--sgs-green-dark));
    overflow: hidden;
}

.sgs-page-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M0 0h20v20H0V0zm20 20h20v20H20V20z'/%3E%3C/g%3E%3C/svg%3E");
}

.sgs-page-banner .container {
    position: relative;
    z-index: 1;
}

.sgs-page-banner h1 {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 8px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

.sgs-page-banner p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.05rem;
    margin: 0;
}

.sgs-breadcrumb {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 13px;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.75);
}

.sgs-breadcrumb a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.sgs-breadcrumb a:hover {
    color: var(--sgs-orange);
}

/* ── Content pages ── */
.page-content .section-lgt {
    background: #fff;
}

.page-content .section-lgt p,
.page-content .section-lgt li {
    line-height: 1.8;
    color: var(--sgs-muted);
}

.page-content .section-lgt strong {
    color: var(--sgs-ink);
}

.alert-success {
    background: var(--sgs-sky);
    border-color: var(--sgs-green);
    color: var(--sgs-green-dark);
    border-radius: 12px;
}

.form-control {
    border-radius: 10px !important;
    border-color: #dde5ec !important;
    padding: 12px 16px !important;
}

.form-control:focus {
    border-color: var(--sgs-green) !important;
    box-shadow: 0 0 0 3px rgba(45, 178, 76, 0.15) !important;
}

.sgs-contact-form .form-label {
    font-weight: 600;
    color: var(--sgs-ink);
    margin-bottom: 0.35rem;
    font-size: 0.9rem;
}

.sgs-contact-form .form-control,
.sgs-contact-form .form-select {
    min-height: 48px;
    line-height: 1.5;
    background-color: #fff;
    width: 100%;
}

.sgs-contact-form .form-select {
    padding: 12px 40px 12px 16px !important;
    border-radius: 10px !important;
    border: 1px solid #dde5ec !important;
    appearance: auto;
    -webkit-appearance: menulist;
    cursor: pointer;
    color: var(--sgs-ink);
}

.sgs-contact-form .form-select:focus {
    border-color: var(--sgs-green) !important;
    box-shadow: 0 0 0 3px rgba(45, 178, 76, 0.15) !important;
    outline: none;
}

.sgs-contact-form textarea.form-control {
    min-height: 140px;
    resize: vertical;
}

.btn-success {
    background: linear-gradient(135deg, var(--sgs-green), var(--sgs-green-dark)) !important;
    border: none !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    padding: 12px 28px !important;
}

/* ── Footer ── */
.footer-style-3.site-footer {
    background: linear-gradient(180deg, #0f2d4a 0%, #0a1f35 100%) !important;
}

.footer-style-3 .widget-title {
    color: var(--sgs-orange) !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em;
}

.footer-style-3 .textwidget a {
    color: rgba(255, 255, 255, 0.8) !important;
    transition: color 0.2s;
}

.footer-style-3 .textwidget a:hover {
    color: var(--sgs-orange) !important;
}

.footer-style-3 .pbmit-footer-big-title {
    font-weight: 800 !important;
    background: linear-gradient(90deg, #fff, #a8e6b8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ── Stats / counters ── */
.pbmit-fid-inner,
.pbmit-fid-title {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}

/* ── Float buttons: bottom-right corner ── */
#sgs-float-buttons {
    position: fixed !important;
    inset: auto 20px 14px auto !important;
    z-index: 2147483000 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 12px;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    direction: ltr !important;
    pointer-events: none;
}

#sgs-float-buttons a {
    pointer-events: auto;
}

#sgs-float-buttons .sgs-whatsapp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #ffffff;
    text-decoration: none !important;
    box-shadow: rgba(136, 136, 136, 0.4) 0 1px 7px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    flex-shrink: 0;
}

#sgs-float-buttons .sgs-whatsapp-btn:hover {
    transform: scale(1.06);
    box-shadow: rgba(136, 136, 136, 0.5) 0 3px 12px;
}

#sgs-float-buttons .sgs-whatsapp-btn svg {
    width: 34px;
    height: 34px;
    display: block;
}

#sgs-float-buttons .scroll-to-top {
    position: relative !important;
    inset: auto !important;
    opacity: 1 !important;
    width: 45px !important;
    height: 45px !important;
    line-height: 38px !important;
    background-color: var(--sgs-orange) !important;
    border: 3px solid #eeeeee !important;
    border-radius: 50% !important;
    box-shadow: rgba(136, 136, 136, 0.35) 0 1px 6px;
    flex-shrink: 0;
    display: block !important;
    text-align: center;
    color: #fff !important;
}

#sgs-float-buttons .scroll-to-top:hover {
    background-color: var(--sgs-orange-dark) !important;
    color: #fff !important;
}

body > .scroll-to-top {
    display: none !important;
}

@media (max-width: 767px) {
    #sgs-float-buttons {
        inset: auto 12px 12px auto !important;
    }

    #sgs-float-buttons .sgs-whatsapp-btn {
        width: 50px;
        height: 50px;
    }

    #sgs-float-buttons .sgs-whatsapp-btn svg {
        width: 30px;
        height: 30px;
    }

    #sgs-float-buttons .scroll-to-top {
        width: 40px !important;
        height: 40px !important;
        line-height: 34px !important;
    }
}

/* ── Responsive ── */
@media (max-width: 1199px) {
    .site-header .site-branding img.logo-img {
        height: 58px !important;
        max-width: 190px !important;
    }

    .header-style-4 .site-navigation ul.navigation > li > a {
        padding: 20px 10px !important;
        font-size: 13px !important;
    }
}

@media (max-width: 767px) {
    .herosect {
        min-height: 520px !important;
    }

    .herosect .container .row {
        padding-top: 120px !important;
    }

    .site-header .site-branding img.logo-img {
        height: 50px !important;
        max-width: 160px !important;
    }

    .sgs-footer-logo {
        max-height: 110px !important;
        max-width: 220px !important;
    }

    .section-lgt {
        padding: 50px 0;
    }
}

/* ── Brochure / PDF content sections ── */
.sgs-brochure-section .sgs-section-title {
    font-size: clamp(1.35rem, 3vw, 1.85rem) !important;
    color: var(--sgs-ink) !important;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.sgs-section-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: var(--sgs-green);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
    flex-shrink: 0;
}

.sgs-stat-card {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 1rem;
    padding: 1rem 0.75rem;
    text-align: center;
    height: 100%;
    backdrop-filter: blur(4px);
}

.sgs-stat-value {
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
}

.sgs-stat-label {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.8rem;
    margin-top: 0.35rem;
}

.sgs-badge-pill {
    background: var(--sgs-sky, #e8f5ec);
    color: var(--sgs-green-dark, #0f5c28);
    font-weight: 600;
    padding: 0.45rem 0.9rem;
    border-radius: 2rem;
    font-size: 0.85rem;
    display: inline-block;
}

.sgs-badge-pill--light {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.sgs-feature-list {
    padding-left: 1.1rem;
}

.sgs-feature-list li {
    margin-bottom: 0.75rem;
}

.sgs-highlight-box {
    background: linear-gradient(135deg, #e8f5ec, #f0fdf4);
    border-radius: 1rem;
    padding: 1.75rem;
    height: 100%;
    border: 1px solid #d1e7dd;
}

.sgs-highlight-value {
    font-size: clamp(2rem, 5vw, 2.75rem);
    font-weight: 800;
    color: var(--sgs-green);
    line-height: 1.1;
}

.sgs-step-card,
.sgs-season-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    padding: 1.25rem;
    height: 100%;
    box-shadow: 0 4px 14px rgba(15, 92, 40, 0.05);
}

.sgs-step-num {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: var(--sgs-orange);
    color: #1e293b;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
}

.sgs-season-icon {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.sgs-cta-box {
    background: linear-gradient(135deg, var(--sgs-blue-dark), var(--sgs-green));
    color: #fff !important;
    border-radius: 1.25rem;
    padding: clamp(1.5rem, 4vw, 2.5rem);
}

.sgs-cta-box h1,
.sgs-cta-box h2,
.sgs-cta-box h3,
.sgs-cta-box h4,
.sgs-cta-box h5,
.sgs-cta-box p {
    color: #fff !important;
}

.sgs-cta-box p {
    opacity: 1;
    color: rgba(255, 255, 255, 0.95) !important;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.65;
}

.sgs-price-table-wrap {
    background: #fff;
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

.sgs-price-table-head {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc;
}

.sgs-price-table-foot {
    padding: 1rem 1.25rem;
    border-top: 1px solid #e2e8f0;
}

.sgs-price-table-wrap thead {
    background: var(--sgs-green);
    color: #fff;
}

.sgs-price-table-wrap th,
.sgs-price-table-wrap td {
    vertical-align: middle;
}

.sgs-compare-table thead {
    background: var(--sgs-green) !important;
    color: #fff !important;
}

.sgs-compare-table thead th {
    color: #fff !important;
    font-weight: 700;
    border-bottom: none;
    vertical-align: middle;
}

.sgs-compare-table tbody td {
    color: var(--sgs-ink);
}

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

.sgs-included-list li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #f1f5f9;
}

.sgs-included-list li::before {
    content: "✓";
    color: var(--sgs-green);
    font-weight: 700;
    margin-right: 0.5rem;
}

.sgs-contact-card {
    background: #fff;
    border: 2px solid var(--sgs-green);
    border-radius: 1.25rem;
    padding: 1.5rem;
}

.sgs-contact-phone {
    font-size: clamp(1.25rem, 3vw, 1.6rem);
    font-weight: 700;
    color: var(--sgs-green-dark);
    text-decoration: none;
}

.sgs-contact-phone:hover {
    color: var(--sgs-green);
}

.sgs-contact-phone-block .sgs-contact-phone {
    font-size: clamp(1.1rem, 2.5vw, 1.45rem);
    font-weight: 700;
    color: var(--sgs-green-dark);
    text-decoration: none;
    line-height: 1.5;
}

.sgs-contact-phone-block .sgs-contact-phone + .sgs-contact-phone {
    margin-top: 0.15rem;
}

.sgs-contact-email {
    color: var(--sgs-green-dark);
    text-decoration: none;
    word-break: break-word;
}

.sgs-contact-email:hover {
    color: var(--sgs-green);
}

.sgs-install-photo {
    position: relative;
    display: block;
    border-radius: 1rem;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.sgs-install-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.sgs-install-photo:hover img {
    transform: scale(1.06);
}

.sgs-install-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.55rem 0.65rem;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
    color: #fff;
    font-size: 0.78rem;
    font-weight: 600;
    text-align: center;
}

.sgs-video-section {
    background: linear-gradient(180deg, #fff 0%, var(--sgs-sky) 100%);
}

.sgs-video-wrap {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 10px 36px rgba(15, 79, 158, 0.15);
    background: #0f172a;
    aspect-ratio: 16 / 9;
    border: 3px solid #fff;
}

.sgs-video-wrap video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    background: #000;
}
