* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #10233f;
    background: #ffffff;
    line-height: 1.6;
    font-size: 17px;
}

a {
    text-decoration: none;
    color: inherit;
}

button,
input,
select,
textarea {
    font-family: inherit;
}

.wrap {
    width: 92%;
    max-width: 1180px;
    margin: 0 auto;
}


/* =========================
   HEADER
========================= */

header {
    background: #ffffff;
    border-bottom: 1px solid #dce6ef;
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 3px 15px rgba(0, 40, 80, 0.07);
}

.nav {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.logo {
    width: 50px;
    height: 50px;
    border-radius: 13px;
    background: linear-gradient(135deg, #082f66, #0b5aa5);
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -1px;
    border: 2px solid #ffffff;
    box-shadow: 0 6px 16px rgba(8, 47, 102, 0.28);
}

.brand {
    display: flex;
    align-items: center;
    gap: 13px;
    color: #082f66 !important;
    font-size: 20px;
    font-weight: 900;
}

nav {
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 16px;
    font-weight: 700;
}

nav a {
    color: #173b64 !important;
}

nav a:hover {
    color: #e85d04 !important;
}


/* =========================
   HERO
========================= */

.hero {
    padding: 90px 0;
    background: linear-gradient(135deg, #f5fbff, #eef8ff);
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.12fr 0.88fr;
    gap: 60px;
    align-items: center;
}

.pill {
    display: inline-block;
    color: #e85d04 !important;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .5px;
    margin-bottom: 10px;
}

.hero h1 {
    margin: 8px 0 20px;
    color: #082f66 !important;
    font-size: 50px;
    line-height: 1.12;
}

.hero p {
    margin: 0;
    max-width: 650px;
    color: #40536a !important;
    font-size: 20px;
    line-height: 1.7;
}

.actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}


/* =========================
   BUTTONS
========================= */

.btn {
    min-height: 52px;
    padding: 13px 24px;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 800;
    border: none;
    cursor: pointer;
}

.btn.green {
    background: #0a9b68;
    color: #ffffff !important;
}

.btn.blue {
    background: #082f66;
    color: #ffffff !important;
}

.btn.outline {
    background: #ffffff;
    color: #082f66 !important;
    border: 2px solid #082f66;
}


/* =========================
   TRUST
========================= */

.trust {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 28px;
    color: #34516e !important;
    font-size: 15px;
}


/* =========================
   CARDS
========================= */

.hero-card {
    background: #ffffff;
    border: 1px solid #dbe5ef;
    border-radius: 18px;
    padding: 32px;
    box-shadow: 0 15px 40px rgba(0, 40, 80, .09);
}

.card-head {
    color: #082f66 !important;
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 10px;
}

.hero-card p {
    color: #506176 !important;
    font-size: 17px;
}

.mini-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
    margin-top: 22px;
}

.mini-grid div {
    background: #f5f9fd;
    border: 1px solid #e1eaf2;
    border-radius: 11px;
    padding: 17px;
}

.mini-grid small {
    color: #657589 !important;
}


/* =========================
   SECTIONS
========================= */

.section {
    padding: 80px 0;
}

.section.soft {
    background: #f3faff;
}

.section h2 {
    color: #082f66 !important;
    font-size: 38px;
    line-height: 1.2;
    margin: 8px 0 15px;
}

.section p {
    color: #526579 !important;
    font-size: 17px;
}

.section-head {
    text-align: center;
    margin-bottom: 45px;
}

.section-head small,
.form-layout > div:first-child > small {
    color: #e85d04 !important;
    font-size: 14px;
    font-weight: 900;
}


/* =========================
   SERVICE CARDS
========================= */

.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.cards article {
    background: #ffffff;
    border: 1px solid #dce6ef;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 7px 22px rgba(0, 40, 80, .06);
}

.cards h3 {
    color: #082f66 !important;
    font-size: 22px;
    margin: 0 0 10px;
}

.cards p {
    color: #596a7c !important;
}


/* =========================
   GET QUOTE
========================= */

#quote {
    padding: 85px 0;
}

.form-layout {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 60px;
    align-items: start;
}

.form-layout h2 {
    color: #082f66 !important;
    font-size: 40px;
    line-height: 1.2;
    margin: 10px 0 20px;
}

.form-layout > div:first-child > p {
    color: #526579 !important;
    font-size: 18px;
}

.note,
.privacy {
    background: #ffffff;
    border: 1px solid #d7e3ee;
    border-radius: 11px;
    padding: 17px 19px;
    margin-top: 18px;
    font-size: 16px;
    color: #44576c !important;
}


/* =========================
   FORM
========================= */

.form-card {
    background: #ffffff;
    border: 1px solid #d6e2ed;
    border-radius: 18px;
    padding: 32px;
    box-shadow: 0 15px 40px rgba(0, 40, 80, .09);
}

.form-card label {
    display: block;
    margin-bottom: 18px;
    color: #173b5f !important;
    font-size: 16px;
    font-weight: 800;
}

.form-card input,
.form-card select,
.form-card textarea {
    width: 100%;
    margin-top: 7px;
    padding: 14px 15px;
    min-height: 54px;
    border: 1px solid #bfd0df;
    border-radius: 9px;
    background: #ffffff;
    color: #172f49 !important;
    font-size: 17px;
    outline: none;
}

.form-card textarea {
    min-height: 130px;
    resize: vertical;
}

.two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}


/* =========================
   UPLOAD
========================= */

.upload-box {
    background: #f8fbfe;
    border: 1px dashed #9fb8cd;
    border-radius: 13px;
    padding: 21px;
    margin: 8px 0 20px;
}

.upload-box b {
    color: #082f66 !important;
    font-size: 18px;
}

.upload-box small {
    color: #718296 !important;
}


/* =========================
   SUBMIT
========================= */

.form-card button[type="submit"] {
    width: 100%;
    min-height: 58px;
    margin-top: 10px;
    border: none;
    border-radius: 9px;
    background: #0a9b68;
    color: #ffffff !important;
    font-size: 19px;
    font-weight: 900;
    cursor: pointer;
}


/* =========================================================
   CONTACT SECTION
========================================================= */

#contact {
    background: #082f66 !important;
    color: #ffffff !important;
    padding: 80px 0;
}

#contact h2 {
    color: #ffffff !important;
    font-size: 38px;
    line-height: 1.2;
}

#contact p {
    color: #ffffff !important;
}

#contact small {
    color: #ffffff !important;
}


/* =========================================================
   CONTACT WHITE BOX - IMPORTANT FIX
========================================================= */

#contact .contactbox {
    background: #ffffff !important;
    color: #082f66 !important;
    border: 1px solid #dce6ef !important;
    border-radius: 18px !important;
    padding: 30px !important;
    box-shadow: 0 15px 40px rgba(0,0,0,.16) !important;
}


/* PHONE / WHATSAPP / ADDRESS / EMAIL */

#contact .contactbox p {
    color: #082f66 !important;
    background: transparent !important;
    font-size: 17px !important;
    line-height: 1.6 !important;
    margin: 0 0 17px !important;
}

#contact .contactbox p * {
    color: #082f66 !important;
}

#contact .contactbox b {
    color: #082f66 !important;
    font-weight: 900 !important;
}

#contact .contactbox span {
    color: #082f66 !important;
}

#contact .contactbox div {
    color: #082f66 !important;
}

#contact .contactbox small {
    color: #082f66 !important;
}

#contact .contactbox a {
    color: #075fa8 !important;
    font-weight: 700 !important;
}

#contact .contactbox a:hover {
    color: #e85d04 !important;
}


/* =========================================================
   FOOTER
========================================================= */

footer {
    background: #061f45 !important;
    color: #ffffff !important;
    padding: 30px 0;
}

footer .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

footer,
footer p,
footer div {
    color: #ffffff !important;
}


/* =========================================================
   INSTAGRAM
========================================================= */

.instagram-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 12px 20px;

    border-radius: 9px;

    background: linear-gradient(
        135deg,
        #833ab4,
        #fd1d1d,
        #fcb045
    ) !important;

    color: #ffffff !important;

    font-size: 16px;
    font-weight: 900;

    box-shadow: 0 6px 16px rgba(0,0,0,.20);
}


/* =========================================================
   CHECKBOX
========================================================= */

.form-card input[type="checkbox"] {
    width: auto;
    min-height: auto;
    accent-color: #0a9b68;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 900px) {

    .hero-grid,
    .form-layout {
        grid-template-columns: 1fr;
    }

    .cards {
        grid-template-columns: 1fr;
    }

    .hero h1 {
        font-size: 42px;
    }
}


@media (max-width: 600px) {

    body {
        font-size: 16px;
    }

    .wrap {
        width: 94%;
    }

    .nav {
        min-height: 68px;
    }

    .logo {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }

    .brand {
        gap: 9px;
        font-size: 16px;
    }

    nav {
        gap: 13px;
        font-size: 13px;
    }

    .hero {
        padding: 60px 0;
    }

    .hero h1 {
        font-size: 36px;
    }

    .hero p {
        font-size: 18px;
    }

    .actions {
        flex-direction: column;
    }

    .actions .btn {
        width: 100%;
    }

    .section {
        padding: 60px 0;
    }

    .section h2,
    .form-layout h2,
    #contact h2 {
        font-size: 30px;
    }

    .two {
        grid-template-columns: 1fr;
    }

    .form-card {
        padding: 21px;
    }

    #contact {
        padding: 60px 0;
    }

    #contact .contactbox {
        padding: 22px !important;
    }

    #contact .contactbox p {
        font-size: 16px !important;
    }

    footer .wrap {
        flex-direction: column;
        text-align: center;
    }

    .instagram-link {
        width: 100%;
    }
}
/* ADDRESS FORCE VISIBILITY */

#contact .contactbox p {
    color: #082f66 !important;
    background: #ffffff !important;
    opacity: 1 !important;
    visibility: visible !important;
}

#contact .contactbox p strong,
#contact .contactbox p b,
#contact .contactbox p span,
#contact .contactbox p a {
    color: #082f66 !important;
    background: transparent !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Office address */
#contact .contactbox p:nth-child(3) {
    color: #082f66 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.claim-section {
    background: #f7fbff;
}

.claim-highlight {
    margin: 35px auto 0;
    max-width: 900px;
    padding: 20px 25px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #d8e5f0;
    border-radius: 12px;
    color: #082f66;
    font-size: 18px;
    box-shadow: 0 8px 25px rgba(0,40,80,.07);
}

.claim-highlight strong {
    color: #0a8f62;
}