﻿/* =========================================================
   POLICY PAGE
========================================================= */

.policy-page {
    background: #f7f8fa;
    min-height: 100vh;
}


/* =========================================================
   HERO
========================================================= */

.policy-hero {
    min-height: 330px;
    display: flex;
    align-items: center;
    background: linear-gradient( 90deg, rgba(9, 16, 29, .92), rgba(9, 16, 29, .65), rgba(9, 16, 29, .30) ), url("https://images.unsplash.com/photo-1492144534655-ae79c964c9d7?auto=format&fit=crop&w=1800&q=85");
    background-size: cover;
    background-position: center;
}


.policy-hero-content {
    width: 86%;
    max-width: 1100px;
    margin: auto;
    color: #fff;
}


    .policy-hero-content span {
        display: inline-block;
        color: #ffccd1;
        font-size: 13px;
        font-weight: 800;
        letter-spacing: 2px;
        margin-bottom: 12px;
    }


    .policy-hero-content h1 {
        font-size: 44px;
        font-weight: 800;
        margin-bottom: 12px;
    }


    .policy-hero-content p {
        color: #e5e7eb;
        font-size: 16px;
        line-height: 1.6;
    }


/* =========================================================
   CONTENT
========================================================= */

.policy-section {
    width: 86%;
    max-width: 1050px;
    margin: 70px auto;
}


.policy-container {
    width: 100%;
}


.policy-card {
    background: #fff;
    border-radius: 18px;
    padding: 50px;
    border: 1px solid #eee;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .06);
}


/* =========================================================
   LABEL
========================================================= */

.policy-label {
    display: inline-block;
    color: #e63946;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 10px;
}


/* =========================================================
   TITLE
========================================================= */

.policy-card h2 {
    font-size: 30px;
    color: #172033;
    margin-bottom: 18px;
}


.policy-card > p {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 35px;
}


/* =========================================================
   ITEM
========================================================= */

.policy-item {
    padding: 25px 0;
    border-top: 1px solid #eee;
}


    .policy-item h3 {
        color: #172033;
        font-size: 18px;
        margin-bottom: 10px;
    }


    .policy-item p {
        color: #5f6672;
        font-size: 15px;
        line-height: 1.8;
        margin: 0;
    }


/* =========================================================
   BACK
========================================================= */

.policy-back {
    margin-top: 35px;
    padding-top: 25px;
    border-top: 1px solid #eee;
}


    .policy-back a {
        display: inline-flex;
        align-items: center;
        color: #e63946;
        font-size: 14px;
        font-weight: 700;
        transition: .2s;
    }


        .policy-back a:hover {
            color: #c92d3a;
            transform: translateX(-3px);
        }


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .policy-hero {
        min-height: 280px;
    }


    .policy-hero-content h1 {
        font-size: 32px;
    }


    .policy-hero-content p {
        font-size: 14px;
    }


    .policy-section {
        width: 92%;
        margin: 45px auto;
    }


    .policy-card {
        padding: 28px 22px;
        border-radius: 14px;
    }


        .policy-card h2 {
            font-size: 24px;
        }


    .policy-item p {
        font-size: 14px;
    }
}


/* =========================================================
   GUIDE - RENTAL STEPS
========================================================= */

.guide-step {
    display: flex;
    gap: 22px;
    padding: 28px 0;
    border-top: 1px solid #eee;
}


.guide-number {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff0f1;
    color: #e63946;
    font-size: 14px;
    font-weight: 800;
}


.guide-content {
    flex: 1;
}


    .guide-content h3 {
        margin: 0 0 9px;
        font-size: 18px;
        color: #172033;
    }


    .guide-content p {
        margin: 0;
        color: #5f6672;
        font-size: 15px;
        line-height: 1.8;
    }


/* =========================================================
   GUIDE NOTE
========================================================= */

.guide-note {
    display: flex;
    gap: 16px;
    margin-top: 25px;
    padding: 22px;
    border-radius: 12px;
    background: #fff8e6;
    border: 1px solid #f5e3b0;
}


.guide-note-icon {
    font-size: 25px;
}


.guide-note h3 {
    margin: 0 0 6px;
    font-size: 16px;
}


.guide-note p {
    margin: 0;
    color: #6b6250;
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   GUIDE CONTACT
========================================================= */

.guide-contact {
    margin-top: 35px;
    padding: 28px;
    border-radius: 14px;
    background: #172033;
    color: #fff;
}


    .guide-contact h3 {
        margin: 0 0 7px;
        font-size: 20px;
    }


    .guide-contact p {
        margin: 0 0 18px;
        color: #cbd1dc;
        font-size: 14px;
    }


.guide-call-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 18px;
    border-radius: 8px;
    background: #e63946;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    transition: .2s;
}


    .guide-call-btn:hover {
        background: #c92d3a;
        color: #fff;
        transform: translateY(-2px);
    }


/* =========================================================
   FAQ
========================================================= */

.faq-item {
    border-top: 1px solid #eee;
}


    .faq-item summary {
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        padding: 23px 0;
        cursor: pointer;
        color: #172033;
        font-size: 16px;
        font-weight: 700;
    }


        .faq-item summary::-webkit-details-marker {
            display: none;
        }


        .faq-item summary b {
            flex-shrink: 0;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: #fff0f1;
            color: #e63946;
            font-size: 20px;
            transition: .25s;
        }


    .faq-item[open] summary b {
        transform: rotate(45deg);
    }


.faq-answer {
    padding: 0 50px 23px 0;
}


    .faq-answer p {
        margin: 0;
        color: #5f6672;
        font-size: 14px;
        line-height: 1.8;
    }


/* =========================================================
   FAQ CONTACT
========================================================= */

.faq-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-top: 35px;
    padding: 25px;
    border-radius: 14px;
    background: #f7f8fa;
    border: 1px solid #eee;
}


    .faq-contact h3 {
        margin: 0 0 6px;
        font-size: 18px;
    }


    .faq-contact p {
        margin: 0;
        color: #777;
        font-size: 14px;
    }


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .guide-step {
        gap: 15px;
    }


    .guide-number {
        width: 44px;
        height: 44px;
        font-size: 12px;
    }


    .guide-content h3 {
        font-size: 16px;
    }


    .guide-content p {
        font-size: 14px;
    }


    .guide-note {
        padding: 18px;
    }


    .faq-item summary {
        font-size: 14px;
        padding: 19px 0;
    }


    .faq-answer {
        padding-right: 10px;
    }


        .faq-answer p {
            font-size: 13px;
        }


    .faq-contact {
        flex-direction: column;
        align-items: flex-start;
    }
}