/* ==========================================================
   RIC PACKERS & MOVERS
   PRIVACY POLICY PAGE
========================================================== */

:root {

    --navy: #071a33;
    --blue: #1769e0;
    --blue-dark: #0f5bc7;

    --light: #f4f8fd;

    --text: #20334c;
    --muted: #66758a;

    --border: #dbe5f0;

    --white: #ffffff;

}


/* ==========================================================
   RESET
========================================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


html {
    scroll-behavior: smooth;
}


body {

    font-family: "Inter", sans-serif;

    color: var(--text);

    background: var(--white);

    line-height: 1.7;

}


a {
    text-decoration: none;
}


.container {

    width: min(1180px, 92%);

    margin: 0 auto;

}



/* ==========================================================
   HEADER
========================================================== */

.site-header {

    position: sticky;

    top: 0;

    z-index: 50;

    background: var(--navy);

    border-bottom: 1px solid rgba(255, 255, 255, 0.08);

}


.header-inner {

    min-height: 78px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

}


/* LOGO */

.logo {

    display: flex;

    align-items: center;

}


.logo img {

    width: 155px;

    height: auto;

    display: block;

}


/* NAV */

.main-nav {

    display: flex;

    align-items: center;

    gap: 28px;

}


.main-nav a {

    color: #c7d4e4;

    font-size: 14px;

    font-weight: 600;

    transition: 0.2s ease;

}


.main-nav a:hover {

    color: #ffffff;

}


/* QUOTE BUTTON */

.quote-btn {

    padding: 12px 18px;

    border-radius: 8px;

    background: var(--blue);

    color: #ffffff !important;

}


.quote-btn:hover {

    background: var(--blue-dark);

}



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

.policy-hero {

    background:
        radial-gradient(
            circle at 15% 15%,
            rgba(23, 105, 224, 0.12),
            transparent 34%
        ),
        linear-gradient(
            180deg,
            #f8fbff 0%,
            #eef5fc 100%
        );

    border-bottom: 1px solid #e4edf7;

}


.policy-hero-inner {

    padding: 92px 0 78px;

    text-align: center;

}


.eyebrow {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    margin-bottom: 18px;

    color: var(--blue);

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 3px;

    text-transform: uppercase;

}


.eyebrow::before,
.eyebrow::after {

    content: "";

    width: 36px;

    height: 2px;

    background: var(--blue);

}


.policy-hero h1 {

    margin-bottom: 18px;

    color: var(--navy);

    font-family: "Manrope", sans-serif;

    font-size: clamp(42px, 6vw, 66px);

    font-weight: 800;

    line-height: 1.05;

    letter-spacing: -2.4px;

}


.policy-hero h1 span {

    color: var(--blue);

}


.policy-hero p {

    max-width: 720px;

    margin: 0 auto;

    color: var(--muted);

    font-size: 17px;

}


.updated {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    margin-top: 22px;

    padding: 9px 13px;

    border: 1px solid #cfdded;

    border-radius: 999px;

    background: #ffffff;

    color: #617189;

    font-size: 12px;

    font-weight: 600;

}



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

.policy-section {

    padding: 80px 0 95px;

}


.policy-layout {

    display: grid;

    grid-template-columns: 260px minmax(0, 1fr);

    gap: 50px;

    align-items: start;

}



/* LEFT MENU */

.policy-toc {

    position: sticky;

    top: 102px;

    padding: 24px;

    border: 1px solid var(--border);

    border-radius: 14px;

    background: #f9fbfe;

}


.policy-toc h3 {

    margin-bottom: 14px;

    color: var(--navy);

    font-family: "Manrope", sans-serif;

    font-size: 16px;

}


.policy-toc a {

    display: block;

    padding: 8px 0;

    border-bottom: 1px solid #edf2f7;

    color: #64758c;

    font-size: 13px;

    font-weight: 600;

}


.policy-toc a:last-child {

    border-bottom: none;

}


.policy-toc a:hover {

    color: var(--blue);

}



/* RIGHT CONTENT */

.policy-content {

    max-width: 820px;

}


.policy-block {

    padding-bottom: 34px;

    margin-bottom: 34px;

    border-bottom: 1px solid #e7edf4;

}


.policy-block:last-child {

    padding-bottom: 0;

    margin-bottom: 0;

    border-bottom: none;

}


.policy-block h2 {

    margin-bottom: 14px;

    color: var(--navy);

    font-family: "Manrope", sans-serif;

    font-size: 28px;

    line-height: 1.25;

}


.policy-block p {

    margin-bottom: 12px;

    color: #52657d;

    font-size: 15px;

}


.policy-block ul {

    margin: 12px 0 0 20px;

}


.policy-block li {

    margin: 8px 0;

    color: #52657d;

    font-size: 15px;

}



/* CONTACT BOX */

.contact-box {

    margin-top: 18px;

    padding: 22px;

    border: 1px solid #d8e6f5;

    border-radius: 12px;

    background: #f2f7fd;

}


.contact-box a {

    color: var(--blue);

    font-weight: 700;

}



/* ==========================================================
   FOOTER
========================================================== */

.site-footer {

    padding: 54px 0 0;

    background: var(--navy);

    color: #b9c8da;

}


.footer-grid {

    display: grid;

    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;

    gap: 36px;

    padding-bottom: 42px;

}


.site-footer h3 {

    margin-bottom: 15px;

    color: #ffffff;

    font-family: "Manrope", sans-serif;

    font-size: 16px;

}


.site-footer p {

    max-width: 310px;

    font-size: 13px;

}


.site-footer a {

    display: block;

    margin: 9px 0;

    color: #b9c8da;

    font-size: 13px;

}


.site-footer a:hover {

    color: #ffffff;

}



/* FOOTER LOGO */

.footer-logo {

    display: inline-block;

    margin-bottom: 20px !important;

}


.footer-logo img {

    width: 155px;

    height: auto;

    display: block;

}



/* FOOTER BOTTOM */

.footer-bottom {

    border-top: 1px solid rgba(255, 255, 255, 0.1);

}


.footer-bottom-inner {

    min-height: 68px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    font-size: 12px;

}


.footer-legal {

    display: flex;

    gap: 22px;

}


.footer-legal a {

    margin: 0;

}



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

@media (max-width: 900px) {

    .main-nav {

        gap: 16px;

    }


    .main-nav a:not(.quote-btn) {

        display: none;

    }


    .policy-layout {

        grid-template-columns: 1fr;

    }


    .policy-toc {

        position: static;

    }


    .footer-grid {

        grid-template-columns: 1fr 1fr;

    }

}



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

@media (max-width: 600px) {

    .header-inner {

        min-height: 70px;

    }


    .logo img {

        width: 125px;

    }


    .quote-btn {

        padding: 10px 13px;

        font-size: 12px !important;

    }


    .policy-hero-inner {

        padding: 68px 0 58px;

    }


    .policy-hero h1 {

        font-size: 42px;

        letter-spacing: -1.6px;

    }


    .policy-hero p {

        font-size: 14px;

    }


    .policy-section {

        padding: 55px 0 70px;

    }


    .policy-block h2 {

        font-size: 23px;

    }


    .policy-block p,
    .policy-block li {

        font-size: 14px;

    }


    .footer-grid {

        grid-template-columns: 1fr;

    }


    .footer-logo img {

        width: 135px;

    }


    .footer-bottom-inner {

        padding: 18px 0;

        flex-direction: column;

        align-items: flex-start;

    }


    .footer-legal {

        flex-wrap: wrap;

    }

}

.logo img {
    width: 230px;
    height: auto;
    display: block;
}

@media (max-width: 600px) {
    .logo img {
        width: 170px;
    }
}

/* HEADER */

.site-header {
    background: #071a33;
    height: 90px;
}

.header-inner {
    height: 90px;
    min-height: 90px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* HEADER LOGO */

.logo {
    width: 220px;
    height: 75px;

    display: flex;
    align-items: center;

    overflow: hidden;
}

.logo img {
    width: 220px;
    height: 75px;

    object-fit: contain;

    display: block;
}

/* ==========================================================
   RIC PACKERS & MOVERS - FINAL FOOTER CSS
========================================================== */

.site-footer {
    background: #071a33;
    color: #b9c8da;

    padding: 55px 0 0;
}


/* ==========================================================
   MAIN FOOTER GRID
========================================================== */

.footer-grid {
    display: grid;

    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;

    gap: 42px;

    align-items: start;

    padding-bottom: 45px;
}


/* ALL COLUMNS SAME TOP ALIGNMENT */

.footer-grid > div {
    align-self: start;

    margin: 0;
    padding: 0;
}


/* ==========================================================
   BRAND COLUMN
========================================================== */

.footer-brand {
    align-self: start;

    margin: 0;
    padding: 0;
}


/* ==========================================================
   FOOTER LOGO
========================================================== */

.footer-logo {
    width: 190px;
    height: 65px;

    display: flex !important;

    align-items: flex-start;
    justify-content: flex-start;

    margin: 0 0 20px 0 !important;

    padding: 0;

    overflow: hidden;
}


/*
   Logo PNG has empty transparent space.
   Scale makes the actual logo visually bigger.
*/

.footer-logo img {
    width: 190px;
    height: 65px;

    display: block;

    object-fit: contain;

    margin: 0;

    transform: scale(1.45) translateY(-2px);

    transform-origin: center center;
}


/* ==========================================================
   BRAND DESCRIPTION
========================================================== */

.footer-brand p {
    max-width: 310px;

    margin: 0;

    padding: 0;

    color: #b9c8da;

    font-size: 14px;

    font-weight: 400;

    line-height: 1.65;
}


/* ==========================================================
   FOOTER HEADINGS
========================================================== */

.site-footer h3 {
    margin: 0 0 18px 0;

    padding: 0;

    color: #ffffff;

    font-family: "Manrope", sans-serif;

    font-size: 17px;

    font-weight: 700;

    line-height: 1.3;
}


/* ==========================================================
   FOOTER LINKS
========================================================== */

.site-footer a {
    display: block;

    margin: 0 0 11px 0;

    padding: 0;

    color: #b9c8da;

    font-size: 14px;

    font-weight: 500;

    line-height: 1.5;

    text-decoration: none;

    transition:
        color 0.2s ease,
        transform 0.2s ease;
}


.site-footer a:hover {
    color: #ffffff;

    transform: translateX(2px);
}


/* DON'T MOVE LOGO ON HOVER */

.footer-logo:hover {
    transform: none;
}


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

.site-footer .fa-phone,
.site-footer .fa-envelope {
    width: 18px;

    margin-right: 8px;

    color: #b9c8da;
}


/* ==========================================================
   FOOTER BOTTOM
========================================================== */

.footer-bottom {
    width: 100%;

    border-top: 1px solid rgba(255, 255, 255, 0.10);
}


.footer-bottom-inner {
    min-height: 70px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 25px;
}


/* COPYRIGHT */

.footer-bottom-inner p {
    margin: 0;

    padding: 0;

    color: #9fb0c4;

    font-size: 13px;

    font-weight: 400;

    line-height: 1.5;
}


/* ==========================================================
   FOOTER LEGAL LINKS
========================================================== */

.footer-legal {
    display: flex;

    align-items: center;

    gap: 24px;
}


.footer-legal a {
    margin: 0;

    padding: 0;

    color: #9fb0c4;

    font-size: 13px;

    font-weight: 500;
}


.footer-legal a:hover {
    color: #ffffff;

    transform: none;
}


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

@media (max-width: 900px) {

    .footer-grid {
        grid-template-columns: 1fr 1fr;

        gap: 40px 30px;

        padding-bottom: 40px;
    }


    .footer-brand p {
        max-width: 100%;
    }


    .footer-logo {
        width: 180px;
        height: 62px;
    }


    .footer-logo img {
        width: 180px;
        height: 62px;

        transform: scale(1.4) translateY(-2px);
    }

}


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

@media (max-width: 600px) {

    .site-footer {
        padding-top: 42px;
    }


    .footer-grid {
        grid-template-columns: 1fr;

        gap: 30px;

        padding-bottom: 35px;
    }


    /* MOBILE LOGO */

    .footer-logo {
        width: 165px;
        height: 58px;

        margin-bottom: 18px !important;
    }


    .footer-logo img {
        width: 165px;
        height: 58px;

        transform: scale(1.4) translateY(-2px);
    }


    /* DESCRIPTION */

    .footer-brand p {
        max-width: 100%;

        font-size: 14px;

        line-height: 1.65;
    }


    /* HEADINGS */

    .site-footer h3 {
        margin-bottom: 14px;

        font-size: 16px;
    }


    /* LINKS */

    .site-footer a {
        margin-bottom: 9px;

        font-size: 14px;
    }


    /* BOTTOM */

    .footer-bottom-inner {
        min-height: auto;

        padding: 18px 0;

        flex-direction: column;

        align-items: flex-start;

        gap: 12px;
    }


    .footer-legal {
        flex-wrap: wrap;

        gap: 16px;
    }

}