:root {
    --green:#1f7a4d;
    --green-dark:#155c39;
    --green-light:#e8f3ec;
    --Week-Blue: #a6dbf8;
    --ink:#1c2b22;
    --muted:#5a6b61;
    --line:#e2e8e4;
    --amber:#f6a821;
    --bg:#ffffff;
    --radius:14px;
    --shadow:0 6px 22px rgba(20,60,40,.10);
    font-synthesis:none;
}
.wrap {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 20px;
}
section {
    padding: 0;
}
/* placeholder image styling for wireframe */
.ph {
    position: relative;
    background: linear-gradient(135deg, #53BAF2, #2348A7);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    border-radius: 10px;
    min-height: 120px;
    overflow: hidden;
}

.ph small {
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    font-size: 10px;
    opacity: .7;
    font-weight: 500;
}
.ph svg {
    width: 80px;
    height: 80px;
    color: #fff;
}

/* HERO — full-width background image, centered content */
.hero {
    position: relative;
    color: #fff;
    text-align: center;
    padding: 0 !important;
}
.hero:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(15, 45, 30, .55), rgba(15, 45, 30, .65)), var(--bg-image);
    background-size: cover !important;
    background-position: bottom !important;
    z-index: 1;
}
.hero-inner {
    padding: 65px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 10;
}

.hero h1 {
    font-size: 44px;
    line-height: 1.1;
    letter-spacing: -.5px;
    margin-bottom: 14px;
    max-width: 720px;
    text-shadow: 0 2px 14px rgba(0, 0, 0, .35);
    color: #fff;
}

.hero p.sub {
    font-size: 19px;
    color: #eaf3ee;
    margin-bottom: 30px;
    max-width: 600px;
    text-shadow: 0 1px 8px rgba(0, 0, 0, .3);
}

.quote-card {
    background: #fff;
    border-radius: var(--radius);
    box-shadow: 0 12px 40px rgba(0, 0, 0, .25);
    padding: 26px 30px;
    width: 100%;
    max-width: 720px;
    color: var(--ink);
    text-align: left;
}

.zip-label {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 10px;
    text-align: center;
}

.zip-row {
    display: flex;
    gap: 10px;
}

.zip-row input {
    flex: 1;
    min-width: 0;
    padding: 14px 16px;
    border: 1px solid #cdd8d1;
    border-radius: 10px;
    font-size: 16px;
}

.zip-row .btn {
    white-space: nowrap;
    flex-shrink: 0;
}

.trust-line {
    margin-top: 12px;
    font-size: 12px;
    color: var(--muted);
    text-align: center;
}

.form-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--line);
}

.mini-badge {
    font-size: 11px;
    font-weight: 600;
    color: var(--Dark-Blue);
    background: var(--Week-Blue);
    border-radius: 20px;
    padding: 5px 11px;
    white-space: nowrap;
}

@media (max-width: 420px) {
    .zip-row {
        flex-direction: column;
    }

    .zip-row .btn {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 860px) {
    .hero:before {
        height: 200px;
        background: var(--bg-image);
    }
    .hero-inner {
        padding: 220px 0 0;
    }

    .hero h1 {
        font-size: 28px;
        color: var(--ink);
        text-shadow: none;
        padding: 0 10px;
    }

    .hero p.sub {
        display: none;
    }
}

/* TRUST BAR */
.trustbar {
    background: #fafcfb;
    border-bottom: 1px solid var(--line);
}

.trustbar-inner {
    display: flex;
    justify-content: center;
    gap: 34px;
    flex-wrap: wrap;
    padding: 18px 0;
}

.tb-item {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--ink);
}

.tb-item svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    color: var(--Week-Blue);
}

@media (max-width: 640px) {
    .trustbar-inner {
        gap: 18px 22px;
        padding: 16px 0;
    }

    .tb-item {
        font-size: 12.5px;
    }
}

/* SECTION shared */
section.block {
    padding: 54px 0;
}

.block h2 {
    font-size: 28px;
    text-align: center;
    letter-spacing: -.3px;
    margin-bottom: 8px;
}

.block .lead {
    text-align: center;
    color: var(--Black);
    max-width: 60ch;
    margin: 0 auto 32px;
    font-size: 16px;
}

/* POPULAR SERVICES */
.cards4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.svc {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    background: #fff;
    transition: box-shadow .15s;
}

.svc:hover {
    box-shadow: var(--shadow);
}

.svc .ph {
    border-radius: 0;
    min-height: 140px;
}

.svc h4 {
    font-size: 15px;
    padding: 14px;
    text-align: center;
}

@media (max-width: 860px) {
    .cards4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* TIPS */
.tips {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.tip {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    background: #fff;
}

.tip .ph {
    border-radius: 0;
    min-height: 150px;
}

.tip .body {
    padding: 18px;
}

.tip h4 {
    font-size: 17px;
    margin-bottom: 7px;
}

.tip p {
    font-size: 14px;
    color: var(--muted);
}

@media (max-width: 860px) {
    .tips {
        grid-template-columns: 1fr;
    }
}

/* HOW IT WORKS */
.how {
    background: var(--Week-Blue);
}

.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.step {
    text-align: center;
    padding: 8px;
}

.step .num {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--Dark-Blue);
    color: #fff;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    font-size: 20px;
}

.step h4 {
    font-size: 18px;
    margin-bottom: 6px;
}

.step p {
    font-size: 14px;
    color: var(--Black);
}

@media (max-width: 860px) {
    .steps {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

/* TESTIMONIALS */
.quotes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.testi {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 22px;
    background: #fff;
}

.testi .stars {
    color: var(--amber);
    font-size: 15px;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.testi p {
    font-size: 14px;
    color: #33433a;
    margin-bottom: 14px;
}

.testi .name {
    font-size: 13px;
    font-weight: 700;
    color: var(--muted);
}

@media (max-width: 860px) {
    .quotes {
        grid-template-columns: 1fr;
    }
}

/* FAQ */
.faq {
    max-width: 760px;
    margin: 0 auto;
}

.faq details {
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
    margin-bottom: 12px;
    overflow: hidden;
}

.faq summary {
    list-style: none;
    cursor: pointer;
    padding: 18px 20px;
    font-size: 16px;
    font-weight: 700;
    color: var(--ink);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.faq summary::-webkit-details-marker {
    display: none;
}

.faq summary .ic {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--Week-Blue);
    color: var(--Dark-Blue);
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: transform .2s;
}

.faq details[open] summary .ic {
    transform: rotate(45deg);
}

.faq .answer {
    padding: 0 20px 18px;
    font-size: 14.5px;
    color: var(--Black);
    line-height: 1.6;
}

/* FINAL CTA */
.final {
    background: var(--Dark-Blue);
    color: #fff;
    text-align: center;
    padding: 56px 0;
}

.final h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 10px;
}

.final p {
    opacity: .92;
    margin-bottom: 24px;
    font-size: 17px;
}

.final .final-badges {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 22px;
    font-size: 13px;
    font-weight: 600;
    opacity: .95;
}

.final .final-badges span {
    display: flex;
    align-items: center;
    gap: 7px;
}

/* STICKY MOBILE CTA */
.mobile-cta {
    display: none;
}

@media (max-width: 860px) {
    .mobile-cta {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 60;
        background: #fff;
        border-top: 1px solid var(--line);
        padding: 10px 16px;
        box-shadow: 0 -4px 16px rgba(0, 0, 0, .08);
    }

    header .mobile-nav {
        display: none;
    }
    header .mobile-nav .mobile-external-link {
        display: none;
    }

    .mobile-cta .btn {
        width: 100%;
        text-align: center;
    }

    body {
        padding-bottom: 70px;
    }
}

/* COST FACTORS */
.factors{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.factor{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:18px;display:flex;gap:13px;align-items:flex-start}
.factor .fi{font-size:24px;line-height:1;flex-shrink:0}
.factor h4{font-size:15px;margin-bottom:4px; font-weight: bold}
.factor p{font-size:13px;color:var(--muted);line-height:1.5; margin-bottom: 0px}
@media(max-width:860px){.factors{grid-template-columns:1fr}}

/* CUSTOMIZATIONS TO VERSIONS */
body.siding .hero:before {
    background-position: center !important;
}
