/* =========================================================
   UNICOMPARE PRIVACY POLICY
========================================================= */


/* =========================================================
   PAGE
========================================================= */

.privacy-page {
    background: #f7f9fc;
    color: #172033;
}


/* =========================================================
   HERO
========================================================= */

.privacy-hero {
    position: relative;

    min-height: 640px;

    display: flex;
    align-items: center;

    overflow: hidden;

    background: #7359a6;

    color: #ffffff;
}


/* =========================================================
   VANTA GLOBE
========================================================= */

.privacy-globe {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    z-index: 0;

    overflow: hidden;
}


.privacy-globe canvas {
    position: absolute !important;

    top: 0 !important;
    left: 0 !important;

    width: 100% !important;
    height: 100% !important;

    display: block !important;

    z-index: 0 !important;
}


/* =========================================================
   HERO OVERLAY
========================================================= */

.privacy-hero-overlay {
    position: absolute;

    inset: 0;

    z-index: 1;

    pointer-events: none;

    background:
        linear-gradient(
            90deg,
            rgba(73, 49, 121, 0.28) 0%,
            rgba(115, 89, 166, 0.08) 50%,
            rgba(65, 42, 111, 0.22) 100%
        );
}


/* =========================================================
   HERO INNER
========================================================= */

.privacy-hero-inner {
    position: relative;

    z-index: 3;

    width: 100%;
}


/* =========================================================
   BREADCRUMB
========================================================= */

.privacy-breadcrumb {
    display: flex;

    align-items: center;

    gap: 13px;

    margin-bottom: 75px;

    font-size: 16px;
}


.privacy-breadcrumb a {
    color: rgba(255, 255, 255, 0.65);

    text-decoration: none;

    transition: 0.25s ease;
}


.privacy-breadcrumb a:hover {
    color: #ffffff;
}


.privacy-breadcrumb span {
    color: rgba(255, 255, 255, 0.4);
}


.privacy-breadcrumb strong {
    color: #ffffff;

    font-weight: 600;
}


/* =========================================================
   HERO CONTENT
========================================================= */

.privacy-hero-content {
    max-width: 800px;
}


.privacy-label {
    display: inline-flex;

    align-items: center;

    padding: 8px 17px;

    margin-bottom: 18px;

    border: 1px solid rgba(255,255,255,0.28);

    border-radius: 50px;

    background: rgba(255,255,255,0.09);

    color: #ffffff;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 2px;

    backdrop-filter: blur(6px);
}


.privacy-hero h1 {
    margin: 0 0 20px;

    color: #ffffff;

    font-size: clamp(
        52px,
        6vw,
        82px
    );

    line-height: 1.04;

    font-weight: 800;

    letter-spacing: -2.5px;

    text-shadow:
        0 5px 30px rgba(30, 10, 60, 0.15);
}


.privacy-hero p {
    max-width: 760px;

    margin: 0 0 25px;

    color: rgba(255,255,255,0.80);

    font-size: 19px;

    line-height: 1.7;
}


.privacy-updated {
    display: inline-flex;

    padding: 9px 16px;

    border: 1px solid rgba(255,255,255,0.18);

    border-radius: 50px;

    background: rgba(255,255,255,0.08);

    color: rgba(255,255,255,0.85);

    font-size: 13px;

    backdrop-filter: blur(7px);
}


/* =========================================================
   PRIVACY SECTION
========================================================= */

.privacy-section {
    padding: 75px 0 100px;

    background: #f7f9fc;
}


.privacy-layout {
    display: grid;

    grid-template-columns: 260px minmax(0, 1fr);

    gap: 45px;

    align-items: start;
}


/* =========================================================
   SIDEBAR
========================================================= */

.privacy-sidebar {
    position: sticky;

    top: 100px;
}


.privacy-nav {
    padding: 23px;

    border: 1px solid #e6eaf1;

    border-radius: 18px;

    background: #ffffff;

    box-shadow:
        0 15px 40px rgba(7,26,61,0.055);
}


.privacy-nav > strong {
    display: block;

    padding-bottom: 15px;

    margin-bottom: 10px;

    border-bottom: 1px solid #edf0f5;

    color: #071a3d;

    font-size: 15px;

    font-weight: 800;
}


.privacy-nav a {
    display: block;

    padding: 8px 0;

    color: #697386;

    font-size: 13px;

    line-height: 1.4;

    text-decoration: none;

    transition:
        color 0.25s ease,
        padding 0.25s ease;
}


.privacy-nav a:hover {
    padding-left: 6px;

    color: #7359a6;
}


/* =========================================================
   CONTENT
========================================================= */

.privacy-content {
    min-width: 0;
}


.privacy-card {
    position: relative;

    margin-bottom: 22px;

    padding: 35px 38px;

    border: 1px solid #e6eaf1;

    border-radius: 20px;

    background: #ffffff;

    box-shadow:
        0 12px 35px rgba(7,26,61,0.045);

    scroll-margin-top: 100px;
}


.privacy-card:last-child {
    margin-bottom: 0;
}


/* =========================================================
   NUMBER
========================================================= */

.privacy-number {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: 40px;

    height: 40px;

    margin-bottom: 16px;

    border-radius: 11px;

    background: rgba(115,89,166,0.10);

    color: #7359a6;

    font-size: 12px;

    font-weight: 800;
}


/* =========================================================
   HEADING
========================================================= */

.privacy-card h2 {
    margin: 0 0 16px;

    color: #071a3d;

    font-size: 25px;

    line-height: 1.25;

    font-weight: 800;
}


/* =========================================================
   TEXT
========================================================= */

.privacy-card p {
    margin: 0 0 15px;

    color: #5f6b7d;

    font-size: 15px;

    line-height: 1.85;
}


.privacy-card p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   LIST
========================================================= */

.privacy-card ul {
    margin: 12px 0 0;

    padding-left: 22px;
}


.privacy-card li {
    margin-bottom: 10px;

    padding-left: 4px;

    color: #5f6b7d;

    font-size: 15px;

    line-height: 1.7;
}


.privacy-card li:last-child {
    margin-bottom: 0;
}


.privacy-card li::marker {
    color: #7359a6;
}


/* =========================================================
   CONTACT
========================================================= */

.privacy-contact {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 14px;

    margin-top: 26px;
}


.contact-item {
    display: flex;

    align-items: center;

    gap: 14px;

    padding: 17px;

    border: 1px solid #e8ecf3;

    border-radius: 14px;

    background: #f8fafc;
}


.contact-icon {
    display: flex;

    align-items: center;

    justify-content: center;

    width: 43px;

    height: 43px;

    flex: 0 0 43px;

    border-radius: 11px;

    background: #071a3d;

    color: #ffffff;
}


.contact-icon i {
    font-size: 17px;
}


.contact-item span {
    display: block;

    margin-bottom: 4px;

    color: #8992a2;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 0.7px;

    text-transform: uppercase;
}


.contact-item strong {
    display: block;

    overflow-wrap: anywhere;

    color: #172033;

    font-size: 14px;

    font-weight: 700;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .privacy-hero {
        min-height: 560px;
    }


    .privacy-layout {
        grid-template-columns: 1fr;

        gap: 25px;
    }


    .privacy-sidebar {
        position: static;
    }


    .privacy-nav {
        display: flex;

        flex-wrap: wrap;

        gap: 8px;
    }


    .privacy-nav > strong {
        width: 100%;
    }


    .privacy-nav a {
        padding: 7px 12px;

        border: 1px solid #e5e9f0;

        border-radius: 30px;

        background: #f8fafc;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .privacy-hero {
        min-height: 500px;

        padding: 75px 0 65px;

        align-items: flex-start;
    }


    .privacy-breadcrumb {
        margin-bottom: 55px;

        font-size: 14px;
    }


    .privacy-hero h1 {
        font-size: 46px;

        letter-spacing: -1.5px;
    }


    .privacy-hero p {
        font-size: 16px;

        line-height: 1.7;
    }


    .privacy-section {
        padding: 45px 0 65px;
    }


    .privacy-card {
        padding: 26px 22px;

        border-radius: 16px;
    }


    .privacy-card h2 {
        font-size: 21px;
    }


    .privacy-card p,
    .privacy-card li {
        font-size: 14px;

        line-height: 1.75;
    }


    .privacy-contact {
        grid-template-columns: 1fr;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .privacy-hero {
        min-height: 480px;
    }


    .privacy-hero h1 {
        font-size: 40px;
    }


    .privacy-hero p {
        font-size: 15px;
    }


    .privacy-card {
        padding: 23px 19px;
    }


    .privacy-number {
        width: 36px;

        height: 36px;
    }


    .contact-item {
        padding: 14px;
    }

}