/* =========================================================
   YD COMMERCIAL CLEANING
   PRIVACY POLICY PAGE
   Premium Emerald / Fresh Mint Design
   ========================================================= */


/* =========================================================
   BASE
   ========================================================= */

.privacy-page {
    background: #ffffff;
    color: #17201c;
}


/* =========================================================
   HERO
   ========================================================= */

.privacy-hero {
    position: relative;
    overflow: hidden;
    padding: 105px 0 95px;
    background:
        radial-gradient(
            circle at 85% 18%,
            rgba(16, 185, 129, 0.22),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #022c22 0%,
            #064e3b 55%,
            #047857 100%
        );
    color: #ffffff;
}

.privacy-hero::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    right: -220px;
    bottom: -270px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 50%;
}

.privacy-hero::after {
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    left: -110px;
    top: -90px;
    border-radius: 50%;
    background: rgba(16,185,129,.08);
}

.privacy-hero .container {
    position: relative;
    z-index: 2;
}

.privacy-hero-content {
    max-width: 820px;
}

.privacy-eyebrow,
.privacy-section-label {
    display: inline-block;
    margin-bottom: 14px;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.privacy-eyebrow {
    color: rgba(255,255,255,.72);
}

.privacy-hero h1 {
    margin: 0 0 22px;
    color: #ffffff;
    font-size: clamp(2.7rem, 6vw, 4.7rem);
    line-height: 1.02;
    font-weight: 850;
    letter-spacing: -.045em;
}

.privacy-hero p {
    max-width: 720px;
    margin: 0;
    color: rgba(255,255,255,.90);
    font-size: 1.12rem;
    line-height: 1.8;
}

.privacy-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.privacy-meta span {
    padding: 9px 14px;
    border: 1px solid rgba(255,255,255,.20);
    border-radius: 8px;
    background: rgba(255,255,255,.07);
    color: rgba(255,255,255,.85);
    font-size: .82rem;
}

.privacy-meta strong {
    color: #ffffff;
}


/* =========================================================
   INTRO
   ========================================================= */

.privacy-intro {
    padding: 95px 0;
    background: #ffffff;
}

.privacy-intro-grid {
    display: grid;
    grid-template-columns: 1.5fr .75fr;
    gap: 70px;
    align-items: center;
}

.privacy-section-label {
    color: #047857;
}

.privacy-intro-content h2,
.privacy-heading h2,
.privacy-two-column h2,
.privacy-narrow h2 {
    margin: 0 0 18px;
    color: #17201c;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -.025em;
}

.privacy-intro-content p {
    max-width: 780px;
    margin-bottom: 17px;
    color: #596660;
    line-height: 1.85;
}

.privacy-commitment-card {
    padding: 34px;
    border: 1px solid #dce9e3;
    border-radius: 20px;
    background: linear-gradient(
        145deg,
        #f0fdf8 0%,
        #ffffff 100%
    );
    box-shadow: 0 15px 40px rgba(6,78,59,.08);
}

.privacy-card-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 14px;
    background: #047857;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 800;
}

.privacy-commitment-card h3 {
    margin: 0 0 18px;
    color: #17201c;
    font-size: 1.25rem;
}

.privacy-commitment-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.privacy-commitment-card li {
    position: relative;
    margin-bottom: 13px;
    padding-left: 25px;
    color: #596660;
    line-height: 1.6;
}

.privacy-commitment-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #047857;
    font-weight: 800;
}


/* =========================================================
   OVERVIEW
   ========================================================= */

.privacy-overview {
    padding: 100px 0;
    background: #f7faf8;
}

.privacy-heading {
    max-width: 760px;
    margin-bottom: 50px;
}

.privacy-heading p {
    margin: 0;
    color: #596660;
    line-height: 1.8;
}

.privacy-overview-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}

.privacy-overview-card {
    position: relative;
    min-height: 270px;
    padding: 30px;
    overflow: hidden;
    border: 1px solid #dce9e3;
    border-radius: 18px;
    background: #ffffff;
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.privacy-overview-card:hover {
    transform: translateY(-5px);
    border-color: #a8d9c5;
    box-shadow: 0 18px 40px rgba(6,78,59,.08);
}

.privacy-overview-number {
    margin-bottom: 30px;
    color: #047857;
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .10em;
}

.privacy-overview-card h3 {
    margin: 0 0 13px;
    color: #17201c;
    font-size: 1.15rem;
}

.privacy-overview-card p {
    margin: 0;
    color: #596660;
    line-height: 1.7;
}


/* =========================================================
   STANDARD CONTENT SECTIONS
   ========================================================= */

.privacy-section {
    padding: 100px 0;
    background: #ffffff;
}

.privacy-section-soft {
    background: #f7faf8;
}

.privacy-two-column {
    display: grid;
    grid-template-columns: minmax(250px,.7fr) minmax(0,1.3fr);
    gap: 75px;
    align-items: start;
}

.privacy-content {
    max-width: 780px;
}

.privacy-content p {
    margin: 0 0 20px;
    color: #596660;
    line-height: 1.85;
}

.privacy-content h3 {
    margin: 34px 0 13px;
    color: #17201c;
    font-size: 1.15rem;
}

.privacy-list {
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
}

.privacy-list li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 25px;
    color: #596660;
    line-height: 1.7;
}

.privacy-list li::before {
    content: "•";
    position: absolute;
    left: 5px;
    color: #047857;
    font-size: 1.2rem;
}


/* =========================================================
   CHECK LIST
   ========================================================= */

.privacy-check-list {
    display: grid;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.privacy-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    color: #596660;
    line-height: 1.65;
}

.privacy-check-list li span {
    display: flex;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ecfdf5;
    color: #047857;
    font-size: .8rem;
    font-weight: 800;
}


/* =========================================================
   THIRD PARTY PROVIDERS
   ========================================================= */

.privacy-provider-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 16px;
    margin: 30px 0;
}

.privacy-provider {
    padding: 24px;
    border: 1px solid #dce9e3;
    border-radius: 14px;
    background: #ffffff;
}

.privacy-provider h3 {
    margin: 0 0 8px;
    color: #17201c;
    font-size: 1rem;
}

.privacy-provider p {
    margin: 0;
    font-size: .92rem;
    line-height: 1.65;
}


/* =========================================================
   SECURITY
   ========================================================= */

.privacy-security {
    padding: 100px 0;
    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(16,185,129,.13),
            transparent 30%
        ),
        #f0fdf8;
}

.privacy-security-inner {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 75px;
    align-items: center;
}

.privacy-security-inner h2 {
    margin: 0 0 18px;
    color: #17201c;
    font-size: clamp(2rem,4vw,3rem);
    line-height: 1.15;
}

.privacy-security-inner p {
    max-width: 760px;
    color: #596660;
    line-height: 1.8;
}

.privacy-security-points {
    display: grid;
    gap: 14px;
}

.privacy-security-points div {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    border: 1px solid #cfe7dc;
    border-radius: 13px;
    background: rgba(255,255,255,.75);
}

.privacy-security-points span {
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #047857;
    color: #ffffff;
    font-size: .8rem;
    font-weight: 800;
}

.privacy-security-points strong {
    color: #17201c;
    font-size: .94rem;
}


/* =========================================================
   RIGHTS
   ========================================================= */

.privacy-rights {
    padding: 100px 0;
    background: #ffffff;
}

.privacy-rights-grid {
    display: grid;
    grid-template-columns: 1fr .8fr;
    gap: 70px;
    align-items: center;
}

.privacy-rights-grid > div:first-child p {
    max-width: 650px;
    color: #596660;
    line-height: 1.8;
}

.privacy-rights-card {
    padding: 34px;
    border-radius: 20px;
    border: 1px solid #dce9e3;
    background: #f7faf8;
}

.privacy-rights-card h3 {
    margin: 0 0 20px;
    color: #17201c;
}

.privacy-rights-card ul {
    display: grid;
    gap: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.privacy-rights-card li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    color: #596660;
    line-height: 1.6;
}

.privacy-rights-card li span {
    color: #047857;
    font-weight: 800;
}


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

.privacy-narrow {
    max-width: 820px;
}

.privacy-narrow p {
    color: #596660;
    line-height: 1.85;
}


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

.privacy-contact {
    position: relative;
    overflow: hidden;
    padding: 105px 0;
    background:
        radial-gradient(
            circle at 80% 20%,
            rgba(16,185,129,.20),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #022c22 0%,
            #064e3b 60%,
            #047857 100%
        );
    color: #ffffff;
}

.privacy-contact::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    left: -220px;
    bottom: -260px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 50%;
}

.privacy-contact-inner {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.privacy-contact .privacy-section-label {
    color: rgba(255,255,255,.70);
}

.privacy-contact h2 {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: clamp(2rem,4vw,3.2rem);
    line-height: 1.15;
}

.privacy-contact p {
    max-width: 650px;
    margin: 0 auto;
    color: rgba(255,255,255,.84);
    line-height: 1.8;
}

.privacy-contact-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}


/* =========================================================
   BUTTONS
   ========================================================= */

.privacy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 13px 25px;
    border-radius: 10px;
    font-weight: 750;
    text-decoration: none;
    transition:
        transform .2s ease,
        box-shadow .2s ease,
        background .2s ease;
}

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

.privacy-btn-primary {
    background: #10b981;
    color: #ffffff;
    box-shadow: 0 10px 28px rgba(16,185,129,.20);
}

.privacy-btn-primary:hover {
    background: #059669;
    color: #ffffff;
}

.privacy-btn-secondary {
    border: 1px solid rgba(255,255,255,.30);
    background: rgba(255,255,255,.08);
    color: #ffffff;
}

.privacy-btn-secondary:hover {
    background: rgba(255,255,255,.15);
    color: #ffffff;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1050px) {

    .privacy-overview-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .privacy-intro-grid,
    .privacy-security-inner,
    .privacy-rights-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

    .privacy-hero {
        padding: 70px 0;
    }

    .privacy-hero h1 {
        font-size: 2.65rem;
    }

    .privacy-hero p {
        font-size: 1rem;
        line-height: 1.7;
    }

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

    .privacy-intro,
    .privacy-overview,
    .privacy-section,
    .privacy-security,
    .privacy-rights,
    .privacy-contact {
        padding: 65px 0;
    }

    .privacy-two-column {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .privacy-overview-grid,
    .privacy-provider-grid {
        grid-template-columns: 1fr;
    }

    .privacy-overview-card {
        min-height: auto;
    }

    .privacy-contact-actions {
        flex-direction: column;
    }

    .privacy-btn {
        width: 100%;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .privacy-hero {
        padding: 58px 0;
    }

    .privacy-hero h1 {
        font-size: 2.3rem;
    }

    .privacy-intro-content h2,
    .privacy-heading h2,
    .privacy-two-column h2,
    .privacy-narrow h2,
    .privacy-security-inner h2 {
        font-size: 2rem;
    }

    .privacy-commitment-card,
    .privacy-rights-card {
        padding: 27px;
    }

    .privacy-overview-card {
        padding: 27px;
    }

}