/* =========================================
   PC SECURITY EXPERTS
   CSSBYDSSURYAWANSHI
   PRIVACY POLICY PAGE
========================================= */

.privacy-page {
    background: #f7f8fa;
    color: #171717;margin-top: 22px;
}

/* HERO */

.privacy-hero {
    position: relative;
    padding: 75px 20px 70px;
    text-align: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 50%, rgba(255,255,255,.08), transparent 30%),
        radial-gradient(circle at 80% 40%, rgba(255,255,255,.06), transparent 30%),
        linear-gradient(135deg, #650000, #c90000 50%, #790000);
}

.privacy-hero::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 50%;
    left: -150px;
    top: -220px;
}

.privacy-hero::after {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 50%;
    right: -180px;
    bottom: -300px;
}

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

.privacy-badge {
    display: inline-block;
    padding: 7px 17px;
    border-radius: 30px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.35);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
}

.privacy-hero h1 {
    margin: 18px 0 8px;
    color: #fff;
    font-size: clamp(38px, 5vw, 62px);
    line-height: 1.05;
    font-weight: 800;
}

.privacy-hero h1 span {
    color: #ffcccc;
}

.privacy-hero p {
    margin: 0;
    color: #fff;
    font-size: 17px;
}

.privacy-line {
    width: 65px;
    height: 4px;
    margin: 22px auto 0;
    border-radius: 10px;
    background: #fff;
}


/* MAIN CONTAINER */

.privacy-container {
    width: min(1180px, calc(100% - 40px));
    margin: 55px auto 80px;
    display: grid;
    grid-template-columns: 270px 1fr;
    gap: 45px;
    align-items: start;
}


/* SIDEBAR */

.privacy-sidebar {
    position: sticky;
    top: 25px;
}

.privacy-menu {
    background: #fff;
    border-radius: 12px;
    padding: 22px;
    border: 1px solid #eee;
    box-shadow: 0 8px 30px rgba(0,0,0,.06);
}

.privacy-menu h3 {
    margin: 0 0 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    font-size: 18px;
}

.privacy-menu a {
    position: relative;
    display: block;
    padding: 10px 12px;
    margin: 3px 0;
    color: #555;
    text-decoration: none;
    font-size: 14px;
    border-radius: 6px;
    transition: .25s ease;
}

.privacy-menu a:hover,
.privacy-menu a.active {
    color: #b40000;
    background: #fff2f2;
}

.privacy-menu a.active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    bottom: 7px;
    width: 3px;
    border-radius: 5px;
    background: #c40000;
}


/* CONTENT */

.privacy-content {
    min-width: 0;
}

.policy-date {
    display: inline-block;
    padding: 10px 15px;
    margin-bottom: 25px;
    border-radius: 7px;
    color: #555;
    background: #fff;
    border: 1px solid #eee;
    font-size: 13px;
}

.policy-section {
    position: relative;
    display: grid;
    grid-template-columns: 55px 1fr;
    gap: 20px;
    padding: 35px;
    margin-bottom: 22px;
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 12px;
    box-shadow: 0 6px 25px rgba(0,0,0,.045);
    scroll-margin-top: 30px;
}

.section-number {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, #d40000, #820000);
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 5px 15px rgba(180,0,0,.2);
}

.policy-section h2 {
    margin: 2px 0 17px;
    font-size: 25px;
    color: #1c1c1c;
}

.policy-section h2::after {
    content: "";
    display: block;
    width: 38px;
    height: 3px;
    margin-top: 10px;
    border-radius: 10px;
    background: #c60000;
}

.policy-section p {
    margin: 0 0 14px;
    color: #5b5b5b;
    font-size: 15px;
    line-height: 1.8;
}

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

.policy-section ul {
    margin: 12px 0 0;
    padding-left: 20px;
}

.policy-section li {
    margin: 9px 0;
    color: #555;
    font-size: 15px;
    line-height: 1.55;
}

.policy-section li::marker {
    color: #c40000;
}


/* SECURITY BOX */

.security-box {
    display: flex;
    gap: 15px;
    margin-top: 22px;
    padding: 18px;
    border-left: 4px solid #c40000;
    border-radius: 7px;
    background: #fff5f5;
}

.security-icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: #c40000;
    font-weight: 800;
}

.security-box strong {
    display: block;
    margin-bottom: 5px;
    color: #a50000;
}

.security-box p {
    margin: 0;
    font-size: 14px;
}


/* CONTACT */

.contact-policy {
    border: 1px solid #f1d0d0;
    background: linear-gradient(135deg, #fff, #fff8f8);
}

.contact-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 22px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 16px;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fff;
}

.contact-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: #c40000;
    font-size: 17px;
}

.contact-item small {
    display: block;
    margin-bottom: 3px;
    color: #888;
    font-size: 11px;
}

.contact-item a {
    color: #b00000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}


/* RESPONSIVE */

@media (max-width: 900px) {

    .privacy-container {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .privacy-sidebar {
        position: static;
    }

    .privacy-menu {
        overflow-x: auto;
        white-space: nowrap;
    }

    .privacy-menu h3 {
        display: none;
    }

    .privacy-menu a {
        display: inline-block;
        margin-right: 5px;
    }

    .privacy-menu a.active::before {
        display: none;
    }

    .privacy-container {
        margin-top: 30px;
    }
}


@media (max-width: 600px) {

    .privacy-hero {
        padding: 55px 18px;
    }

    .privacy-hero h1 {
        font-size: 40px;
    }

    .privacy-container {
        width: min(100% - 24px, 1180px);
        margin-bottom: 45px;
    }

    .policy-section {
        grid-template-columns: 1fr;
        padding: 25px 20px;
        gap: 13px;
    }

    .section-number {
        width: 36px;
        height: 36px;
    }

    .policy-section h2 {
        font-size: 22px;
    }

    .contact-card {
        grid-template-columns: 1fr;
    }

    .policy-section p,
    .policy-section li {
        font-size: 14px;
    }
}
