/* =========================================================
   WINDOW & GLASS CLEANING GUIDE
   YD Commercial Cleaning Services
========================================================= */

.wg-hero {
    background:
        linear-gradient(135deg, #102f46 0%, #164b6b 55%, #1d6384 100%);
    color: #ffffff;
    padding: 72px 20px;
}

.wg-hero .container {
    max-width: 1180px;
    margin: 0 auto;
}

.wg-hero-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.wg-hero-text {
    max-width: 760px;
}

.wg-eyebrow,
.wg-cta-eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 16px;
    padding: 7px 13px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.wg-hero h1 {
    margin: 0 0 18px;
    font-size: clamp(2.2rem, 5vw, 3.7rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.wg-hero-text > p {
    max-width: 700px;
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.08rem;
    line-height: 1.75;
}

.wg-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 25px;
}

.wg-hero-meta span {
    padding: 8px 12px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.09);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.88rem;
}

.wg-hero-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 190px;
}

.wg-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 700;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}

.wg-btn:hover {
    transform: translateY(-2px);
}

.wg-btn-primary {
    background: #ffffff;
    color: #123a55;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.16);
}

.wg-btn-primary:hover {
    background: #f4f8fa;
    color: #123a55;
}

.wg-btn-outline {
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.wg-btn-outline:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}


/* =========================================================
   CONTENT
========================================================= */

.wg-content {
    max-width: 980px;
    margin: 0 auto;
    padding: 55px 20px 80px;
}

.wg-intro {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    margin-bottom: 28px;
    padding: 30px;
    border: 1px solid #dce7ed;
    border-radius: 16px;
    background: #f7fafc;
}

.wg-intro-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #e8f3f8;
    font-size: 1.5rem;
}

.wg-intro h2 {
    margin: 0 0 12px;
    color: #153b54;
    font-size: 1.55rem;
}

.wg-intro p {
    margin: 0 0 10px;
    color: #566673;
    line-height: 1.75;
}

.wg-intro p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   MAIN CARDS
========================================================= */

.wg-card {
    margin-bottom: 28px;
    padding: 32px;
    border: 1px solid #e1e8ed;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 8px 30px rgba(18, 58, 85, 0.06);
}

.wg-card-header {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 28px;
    padding-bottom: 22px;
    border-bottom: 1px solid #edf1f4;
}

.wg-card-number {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 45px;
    width: 45px;
    height: 45px;
    border-radius: 12px;
    background: #e9f3f7;
    color: #14516f;
    font-size: 0.85rem;
    font-weight: 800;
}

.wg-card h2 {
    margin: 0 0 7px;
    color: #153b54;
    font-size: 1.55rem;
    line-height: 1.3;
}

.wg-card-header p {
    margin: 0;
    color: #6a7883;
    line-height: 1.6;
}

.wg-section {
    margin-bottom: 28px;
}

.wg-section:last-child {
    margin-bottom: 0;
}

.wg-section h3,
.wg-step-content h3,
.wg-mini-card h3 {
    margin: 0 0 13px;
    color: #215b7d;
    font-size: 1.08rem;
    line-height: 1.4;
}


/* =========================================================
   CHECKLIST
========================================================= */

.wg-checklist {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.wg-checklist li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wg-checklist label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    margin: 0;
    padding: 11px 13px;
    border-radius: 9px;
    cursor: pointer;
    color: #4d5c66;
    font-size: 0.96rem;
    line-height: 1.55;
    transition:
        background 0.2s ease,
        color 0.2s ease;
}

.wg-checklist label:hover {
    background: #f5f9fb;
    color: #173f58;
}

.wg-checklist input[type="checkbox"] {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
    cursor: pointer;
    accent-color: #176084;
}

.wg-checklist input[type="checkbox"]:checked + span {
    color: #7b8790;
    text-decoration: line-through;
}

.wg-checklist label:has(input:checked) {
    background: #f7fafb;
}


/* =========================================================
   STEP PROCESS
========================================================= */

.wg-step {
    display: flex;
    gap: 20px;
    margin-bottom: 28px;
}

.wg-step:last-child {
    margin-bottom: 0;
}

.wg-step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    margin-top: 2px;
    border-radius: 50%;
    background: #155775;
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 800;
}

.wg-step-content {
    flex: 1;
}


/* =========================================================
   MINI CARDS
========================================================= */

.wg-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.wg-mini-card {
    padding: 22px;
    border: 1px solid #e3eaee;
    border-radius: 14px;
    background: #fafcfd;
}

.wg-mini-card h3 {
    margin-bottom: 16px;
}


/* =========================================================
   TIPS
========================================================= */

.wg-tips-card {
    background: #f8fbfc;
}

.wg-tips {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.wg-tip {
    padding: 20px;
    border-left: 3px solid #24627f;
    border-radius: 10px;
    background: #ffffff;
}

.wg-tip strong {
    display: block;
    margin-bottom: 7px;
    color: #173f58;
    font-size: 0.98rem;
}

.wg-tip p {
    margin: 0;
    color: #62717b;
    font-size: 0.92rem;
    line-height: 1.65;
}


/* =========================================================
   CTA
========================================================= */

.wg-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 35px;
    border-radius: 18px;
    background: linear-gradient(135deg, #123b55, #1c617e);
    color: #ffffff;
}

.wg-cta-content {
    max-width: 620px;
}

.wg-cta-eyebrow {
    margin-bottom: 12px;
}

.wg-cta h2 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 1.65rem;
}

.wg-cta p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.7;
}

.wg-contact-links {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    min-width: 230px;
}

.wg-contact-links a {
    display: block;
    padding: 11px 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 700;
    transition: background 0.2s ease;
}

.wg-contact-links a:hover {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 900px) {

    .wg-hero-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .wg-hero-actions {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }

    .wg-btn {
        flex: 1;
        min-width: 180px;
    }

    .wg-cta {
        flex-direction: column;
        align-items: flex-start;
    }

    .wg-contact-links {
        width: 100%;
    }

}


@media (max-width: 700px) {

    .wg-hero {
        padding: 52px 18px;
    }

    .wg-hero h1 {
        font-size: 2.15rem;
    }

    .wg-hero-meta {
        flex-direction: column;
        align-items: flex-start;
    }

    .wg-content {
        padding: 38px 15px 60px;
    }

    .wg-intro {
        flex-direction: column;
        padding: 24px;
    }

    .wg-card {
        padding: 23px 18px;
        border-radius: 14px;
    }

    .wg-card-header {
        gap: 13px;
    }

    .wg-card-number {
        flex-basis: 39px;
        width: 39px;
        height: 39px;
    }

    .wg-card h2 {
        font-size: 1.3rem;
    }

    .wg-grid,
    .wg-tips {
        grid-template-columns: 1fr;
    }

    .wg-step {
        gap: 13px;
    }

    .wg-step-number {
        flex-basis: 34px;
        width: 34px;
        height: 34px;
        font-size: 0.8rem;
    }

    .wg-checklist label {
        padding: 10px 8px;
        gap: 10px;
    }

    .wg-cta {
        padding: 27px 22px;
    }

    .wg-cta h2 {
        font-size: 1.4rem;
    }

}


@media (max-width: 480px) {

    .wg-hero-actions {
        flex-direction: column;
    }

    .wg-btn {
        width: 100%;
        min-width: 0;
    }

    .wg-hero h1 {
        font-size: 1.9rem;
    }

    .wg-intro h2 {
        font-size: 1.35rem;
    }

    .wg-card-header {
        align-items: center;
    }

    .wg-card-number {
        flex-basis: 36px;
        width: 36px;
        height: 36px;
    }

}