:root {
    --navy: #001b45;
    --dark: #071a3d;
    --gold: #d99500;
    --text: #081735;
    --light: #f8fbff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Inter", "Segoe UI", sans-serif;
    color: var(--text);
    background: #fff;
}

a {
    text-decoration: none;
}

/* Top Bar */
.top-bar {
    background: linear-gradient(90deg, #061b42, #00142f);
    color: #fff;
    font-size: 14px;
    padding: 9px 0;
}

.top-left {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
}

.top-left i,
.top-social i {
    margin-right: 7px;
}

.top-social {
    display: flex;
    gap: 20px;
}

/* Header */
.main-header {
    background: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,.05);
    position: sticky;
    top: 0;
    z-index: 99;
}

.logo {
    width: 185px;
}

.navbar {
    padding: 18px 0;
}

.navbar-nav {
    gap: 24px;
}

.nav-link {
    color: #081735;
    font-weight: 700;
    font-size: 15px;
}

.nav-link:hover {
    color: var(--gold);
}

.btn-gold {
    background: linear-gradient(135deg, #edae16, #d89500);
    color: #fff;
    font-weight: 800;
    padding: 14px 30px;
    border-radius: 6px;
}

.btn-gold:hover {
    color: #fff;
}

/* Hero */
.privacy-hero {
    background: linear-gradient(135deg, #001b45, #00102d);
    color: #fff;
    padding: 70px 0 95px;
}

.hero-label {
    color: var(--gold);
    font-weight: 900;
    text-transform: uppercase;
    font-size: 22px;
    display: inline-block;
    position: relative;
}

.hero-label::after {
    content: "";
    width: 42px;
    height: 2px;
    background: var(--gold);
    position: absolute;
    top: 50%;
    left: 100%;
    margin-left: 15px;
}

.privacy-hero h1 {
    font-size: 48px;
    font-weight: 900;
    margin: 18px 0 24px;
}

.privacy-hero h1::after {
    content: "";
    display: block;
    width: 48px;
    height: 3px;
    background: var(--gold);
    margin-top: 20px;
}

.privacy-hero p {
    font-size: 19px;
    line-height: 1.7;
    max-width: 720px;
}

.hero-shield {
    font-size: 165px;
    color: #65a6ff;
}

/* Policy */
.policy-section {
    padding-bottom: 30px;
}

.policy-card {
    background: #fff;
    border: 1px solid #dfe6ef;
    border-radius: 12px;
    padding: 36px;
    margin-top: -55px;
    box-shadow: 0 14px 35px rgba(0, 27, 69, .08);
}

.policy-item {
    display: grid;
    grid-template-columns: 70px 55px 1fr;
    gap: 18px;
    margin-bottom: 28px;
    position: relative;
}

.policy-icon {
    width: 58px;
    height: 58px;
    background: var(--navy);
    color: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 26px;
}

.policy-number {
    color: var(--gold);
    font-size: 27px;
    font-weight: 900;
}

.policy-content h4 {
    font-size: 19px;
    font-weight: 900;
    color: var(--dark);
}

.policy-content p {
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.privacy-visual {
    height: 190px;
    display: grid;
    place-items: center;
    position: relative;
    color: var(--navy);
}

.laptop-icon {
    font-size: 120px;
    color: #0b234f;
}

.shield-icon {
    position: absolute;
    font-size: 85px;
    color: #0d5bd7;
}

.side-box {
    border: 1px solid #dfe6ef;
    background: linear-gradient(120deg, #fff, #f8fbff);
    border-radius: 10px;
    padding: 25px;
}

.side-box h3 {
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 22px;
}

.side-box h3::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: var(--gold);
    margin-top: 10px;
}

.side-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.side-box li {
    margin-bottom: 16px;
    line-height: 1.6;
}

.side-box li i {
    color: var(--navy);
    margin-right: 10px;
}

.date-row {
    display: flex;
    gap: 18px;
    margin-bottom: 18px;
}

.date-row i {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    background: var(--navy);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 22px;
}

.date-row p {
    margin: 4px 0 0;
}

/* Features */
.privacy-features {
    margin: 22px 0;
    border: 1px solid #dfe6ef;
    border-radius: 10px;
    padding: 22px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    background: linear-gradient(120deg, #f8fbff, #fff);
}

.privacy-feature {
    border-right: 1px solid #d5dde9;
    padding: 0 18px;
}

.privacy-feature i {
    color: var(--gold);
    font-size: 34px;
}

.privacy-feature h5 {
    font-size: 16px;
    font-weight: 900;
    margin-top: 10px;
}

.privacy-feature p {
    font-size: 14px;
    color: #59657a;
    margin: 0;
}

/* CTA */
.privacy-cta {
    background: linear-gradient(135deg, #001b45, #00102d);
    color: #fff;
    border-radius: 10px;
    padding: 30px 55px;
    display: grid;
    grid-template-columns: 90px 1fr 230px;
    align-items: center;
    gap: 25px;
    margin-bottom: 18px;
}

.cta-icon {
    width: 90px;
    height: 90px;
    border: 2px solid var(--gold);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 40px;
    color: var(--gold);
}

.privacy-cta h3 {
    font-size: 28px;
    font-weight: 900;
}

.privacy-cta p {
    margin: 0;
}

/* Footer */
.footer {
    background: linear-gradient(135deg, #001b45, #00102d);
    color: #fff;
    padding: 35px 0 0;
}

.footer-logo {
    width: 170px;
    margin-bottom: 15px;
}

.footer p,
.footer li,
.footer a {
    font-size: 14px;
    line-height: 1.8;
    color: #eef4ff;
}

.footer h5 {
    font-weight: 900;
    margin-bottom: 16px;
    position: relative;
}

.footer h5::after {
    content: "";
    width: 32px;
    height: 2px;
    background: var(--gold);
    display: block;
    margin-top: 8px;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer li::before {
    content: "›";
    color: var(--gold);
    margin-right: 7px;
}

.footer-social {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-social i {
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
}

.footer input {
    width: 100%;
    padding: 13px;
    border-radius: 5px;
    border: 0;
    margin-bottom: 12px;
}

.footer button {
    background: linear-gradient(135deg, #edae16, #d89500);
    color: #fff;
    border: 0;
    font-weight: 800;
    padding: 12px 28px;
    border-radius: 6px;
}

.footer-bottom {
    margin-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.15);
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.footer-bottom p {
    margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .navbar-nav {
        gap: 5px;
        margin-top: 20px;
    }

    .btn-gold {
        margin-top: 15px;
    }

    .privacy-hero {
        padding: 55px 0 85px;
    }

    .privacy-hero h1 {
        font-size: 36px;
    }

    .policy-card {
        padding: 24px;
    }

    .policy-item {
        grid-template-columns: 55px 45px 1fr;
    }

    .privacy-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .privacy-feature {
        border-right: 0;
        border-bottom: 1px solid #d5dde9;
        padding-bottom: 18px;
    }

    .privacy-cta {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
        padding: 30px 20px;
    }
}

@media (max-width: 767px) {
    .top-bar .container {
        flex-direction: column;
        gap: 10px;
    }

    .top-left {
        justify-content: center;
        gap: 12px;
        font-size: 12px;
    }

    .logo {
        width: 150px;
    }

    .privacy-hero h1 {
        font-size: 30px;
    }

    .privacy-hero p {
        font-size: 15px;
    }

    .hero-shield {
        font-size: 95px;
    }

    .policy-card {
        padding: 18px;
    }

    .policy-item {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .privacy-features {
        grid-template-columns: 1fr;
    }

    .privacy-cta h3 {
        font-size: 24px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}