﻿:root {
    --navy-deep: #0b1530;
    --navy: #111e42;
    --navy-light: #1c2c58;
    --gold: #9e6e30;
    --gold-light: #e8c878;
    --cream: #f4f1ea;
    --wa-green: #22c55e;
    --wa-green-dark: #0e7a52;
    --ink: #ffffff;
}
.legalPrivacy {
    background: var( --cream);
    color: black;
}
.row {
    margin: 0!important;
}

body {
    font-family: 'Jost', sans-serif;
    background: var(--navy-deep);
    color: var(--ink);
}

h1, h2, h3, .brand-name, .btn-hero {
    font-family: 'Playfair Display', serif;
}

/* ---------- Top utility bar ---------- */
.topbar {
    background: #070d20;
    font-size: .82rem;
    padding: .5rem 0;
    border-bottom: 1px solid rgba(255,255,255,.06);
}

    .topbar a {
        color: rgba(255,255,255,.75);
        text-decoration: none;
    }

    .topbar .fa-clock, .topbar .fa-location-dot {
        color: var(--gold);
    }

    .topbar .fa-envelope, .topbar .fa-phone {
        color: var(--gold);
        margin-right: .35rem;
    }

    .topbar .divider {
        color: rgba(255,255,255,.25);
    }

/* ---------- Navbar ---------- */
.site-header.scrolled {
    backdrop-filter: saturate(160%) blur(14px);
    box-shadow: rgba(10, 24, 54, 0.06) 0px 10px 30px;
    background: rgba(255, 255, 255, 0.92);
    inset: 0px 0px auto;
    padding: 12px 0px;
    border-bottom: 1px solid var(--line);
}

.navbar-custom {
    background: var(--navy-deep);
    padding: 10px 0;
    font-family: 'Playfair Display', serif;
    position: fixed;
    width: 100%;
    z-index: 999;
}
.logoColored {
    display: none!important;
}
.site-header.scrolled .nav-link,
.site-header.scrolled .navbar-brand {
    color: var(--navy-deep) !important;
}
.site-header.scrolled .icon-circle {
    background: rgb(179 132 65);
    color: #ffffff;
}
.site-header.scrolled .logoWhite {
  display:none!important;
}
.site-header.scrolled .logoColored {
    display: block!important;
}
.site-header.scrolled .navbar-toggler i {
    color: #b48542 !important;
}

.navbar-toggler:focus {
    box-shadow: none
}

.logo-box {
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 4px;
    flex: 0 0 auto;
}

.brand-name {
    font-weight: 600;
    font-size: 1.15rem;
    line-height: 1.1;
    color: #fff;
    letter-spacing: .3px;
}

.brand-sub {
    font-family: 'Jost', sans-serif;
    font-size: .62rem;
    letter-spacing: 2px;
    color: var(--gold-light);
    font-weight: 500;
}

.navbar-custom .nav-link {
    color: rgba(255,255,255,.85);
    font-size: .95rem;
    font-weight: 400;
    margin: 0 .65rem;
    position: relative;
}

    .navbar-custom .nav-link.active {
        color: #fff;
    }

        .navbar-custom .nav-link.active::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: -8px;
            height: 2px;
            background: var(--gold);
        }

    .navbar-custom .nav-link:hover {
        color: var(--gold-light);
    }

.icon-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgb(255 255 255 / 46%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: .85rem;
    font-weight: 600;
    border: 1px solid rgba(255,255,255,.1);
    cursor:pointer;
}

    .icon-circle:hover {
        background: rgb(179 132 65);
        color: #ffffff;
    }

.btn-gold {
    background: linear-gradient(180deg, var(--gold-light), var(--gold));
    color: #1a1305;
    border: none;
    font-weight: 600;
    padding: .6rem 1.35rem;
    border-radius: 50px;
    font-size: .92rem;
    white-space: nowrap;
    transition: transform .2s ease, box-shadow .2s ease;
}

    .btn-gold:hover {
        color: #1a1305;
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(213,169,79,.35);
    }

.btn-outline-gold {
    border: 1.5px solid var(--gold);
    color: var(--gold-light);
    background: transparent;
    font-weight: 500;
    padding: .6rem 1.35rem;
    border-radius: 50px;
    font-size: .92rem;
    transition: all .2s ease;
}

    .btn-outline-gold:hover {
        background: var(--gold);
        color: #1a1305;
    }

/* ---------- Hero ---------- */
.hero-section {
    background: radial-gradient(ellipse 900px 500px at 15% 15%, rgba(40,60,110,.55), transparent 60%), linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 45%, var(--navy-light) 100%);
    padding: 0rem 0 4rem;
    position: relative;
    overflow: hidden;
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: .7rem;
    color: var(--gold-light);
    letter-spacing: 3px;
    font-size: .78rem;
    font-weight: 500;
    margin-bottom: 1.75rem;
}

    .eyebrow .rule {
        width: 38px;
        height: 1px;
        background: var(--gold);
        display: inline-block;
    }

.hero-heading {
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1.12;
    color: #fdfdfd;
    margin-bottom: 1.6rem;
}

    .hero-heading em {
        font-style: italic;
        font-weight: 500;
        background: linear-gradient(180deg, var(--gold-light), var(--gold));
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }

.hero-lede {
    color: rgba(255,255,255,.72);
    font-size: 1.05rem;
    line-height: 1.75;
    max-width: 520px;
    margin-bottom: 2.3rem;
}

.hero-cta {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

/* ---------- Hero image ---------- */
.hero-media {
    position: relative;
}

    .hero-media .frame {
        border-radius: 18px;
        /* overflow: hidden; */
        box-shadow: 0 30px 60px rgba(0, 0, 0, .45);
        /* aspect-ratio: 4 / 5; */
    }

    .hero-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        border-radius: 10px;
    }

.floating-badge {
    position: absolute;
    background: rgba(15,23,50,.85);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 14px;
    padding: .85rem 1rem;
    display: flex;
    align-items: center;
    gap: .7rem;
    box-shadow: 0 15px 30px rgba(0,0,0,.35);
}

    .floating-badge .fa-scale-balanced,
    .floating-badge .fa-chevron-left {
        color: var(--gold);
        font-size: 1.1rem;
    }

.badge-left {
    left: -1.2rem;
    bottom: 2.2rem;
}

.badge-right {
    right: -1rem;
    top: 42%;
    padding: .9rem;
}

@media (max-width: 991.98px) {
    .hero-heading {
        font-size: 2.6rem;
    }

    .hero-media {
        margin-top: 0rem;
    }

    .badge-left {
        left: 1rem;
    }

    .badge-right {
        right: 1rem;
    }

    .navbar-brand img {
        height: 50px;
    }
}

@media (max-width: 767.98px) {
    .hero-heading {
        font-size: 2.1rem;
    }

    .hero-section {
        padding: 0rem 0 3rem;
        text-align: left;
    }
}
/* ---------- Hero image ---------- */


/* ---------- About Section ---------- */
.about-section {
    background: var(--cream);
    padding: 0rem 0 3rem 0;
}

.about-media {
    position: relative;
}

    .about-media .frame {
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 25px 50px rgba(20,25,50,.18);
        aspect-ratio: 4/3.35;
    }

    .about-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.years-badge {
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--navy);
    color: #fff;
    padding: 1.6rem 2rem;
    border-bottom-right-radius: 16px;
    min-width: 230px;
}

    .years-badge .num {
        font-family: 'Playfair Display', serif;
        font-size: 2.4rem;
        font-weight: 600;
        color: var(--gold-light);
        line-height: 1;
    }

    .years-badge .label {
        font-size: .72rem;
        letter-spacing: 2px;
        color: rgba(255,255,255,.75);
        margin-top: .4rem;
    }

.about-eyebrow {
    display: flex;
    align-items: center;
    gap: .7rem;
    color: #b5893a;
    letter-spacing: 3px;
    font-size: .78rem;
    font-weight: 600;
    margin-bottom: 1.3rem;
}

    .about-eyebrow .rule {
        width: 34px;
        height: 1px;
        background: var(--gold);
        display: inline-block;
    }

.about-heading {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.25;
    color: var(--navy);
    margin-bottom: 1.4rem;
}

.about-heading-rule {
    width: 60px;
    height: 2px;
    background: var(--gold);
    margin-bottom: 1.6rem;
}

.about-copy {
    color: #5c6270;
    font-size: 1.02rem;
    line-height: 1.85;
    max-width: 620px;
    margin-bottom: 2.2rem;
}

    .about-copy strong {
        color: var(--navy);
        font-weight: 600;
    }

.value-row {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.1rem 0;
    border-bottom: 1px solid #eae7e0;
}

    .value-row:first-of-type {
        border-top: 1px solid #eae7e0;
    }

.value-diamond {
    width: 12px;
    height: 12px;
    background: var(--gold);
    transform: rotate(45deg);
    margin-top: .35rem;
    flex: 0 0 auto;
}

.value-row .value-text {
    color: #5c6270;
    font-size: 1rem;
}

    .value-row .value-text strong {
        color: var(--navy);
        font-weight: 600;
    }

.btn-navy-outline {
    border: 1.5px solid var(--navy);
    color: var(--navy);
    background: transparent;
    font-weight: 500;
    padding: .65rem 1.5rem;
    border-radius: 50px;
    font-size: .92rem;
    transition: all .2s ease;
    margin-top: 2rem;
}

    .btn-navy-outline:hover {
        background: var(--navy);
        color: #fff;
    }

@media (max-width: 991.98px) {
    .about-heading {
        font-size: 2.1rem;
    }

    .about-media {
        margin-bottom: 2.5rem;
    }
        .about-media .frame{
            border-radius:0
        }
}

@media (max-width: 575.98px) {
    .years-badge {
        position: static;
        border-radius: 0 0 16px 16px;
        width: 100%;
    }

    .about-heading {
        font-size: 1.75rem;
    }
}



/* ---------- Practice Areas Section ---------- */
.practice-section {
    background: var(--cream);
    padding: 2rem 0;
}

.practice-eyebrow {
    display: flex;
    align-items: center;
    gap: .7rem;
    color: #b5893a;
    letter-spacing: 3px;
    font-size: .78rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

    .practice-eyebrow .rule {
        width: 34px;
        height: 1px;
        background: var(--gold);
        display: inline-block;
    }

.practice-heading {
    font-size: 2.2rem;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: .5rem;
}

.practice-sub {
    color: #6b7280;
    font-size: 1.02rem;
    margin-bottom: 0;
}

.btn-view-all {
    border: 1.5px solid #d8d3c8;
    color: var(--navy);
    background: #fff;
    font-weight: 500;
    padding: .7rem 1.4rem;
    border-radius: 8px;
    font-size: .92rem;
    white-space: nowrap;
    transition: all .2s ease;
}

    .btn-view-all:hover {
        background: var(--navy);
        color: #fff;
        border-color: var(--navy);
    }

.practice-card {
    background: #fff;
    border-radius: 12px;
    padding: 2.2rem 2rem;
    height: 100%;
    box-shadow: 0 2px 10px rgba(20,25,50,.04);
    transition: transform .25s ease, box-shadow .25s ease;
}

    .practice-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 18px 35px rgba(20,25,50,.1);
    }

    .practice-card .icon-wrap {
        font-size: 1.9rem;
        color: var(--gold);
        margin-bottom: 1.3rem;
    }

    .practice-card h3 {
        font-size: 1.25rem;
        font-weight: 600;
        color: var(--navy);
        margin-bottom: .7rem;
    }

    .practice-card p {
        color: #6b7280;
        font-size: .95rem;
        line-height: 1.65;
        margin-bottom: 0;
    }

@media (max-width: 767.98px) {
    .practice-heading {
        font-size: 1.8rem;
    }

    .btn-view-all {
        margin-top: 1.2rem;
    }
}


/* ---------- FAQ + Consultation Section ---------- */
.faq-section {
    background: white;
    padding: 0rem 0;
}

.faq-eyebrow {
    display: flex;
    align-items: center;
    gap: .7rem;
    color: #b5893a;
    letter-spacing: 3px;
    font-size: .78rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
}

    .faq-eyebrow .rule {
        width: 34px;
        height: 1px;
        background: var(--gold);
        display: inline-block;
    }

.faq-heading {
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.25;
    color: var(--navy);
/*    margin-bottom: 1.4rem;*/
}

.faq-heading-rule {
    width: 60px;
    height: 2px;
    background: var(--gold);
    margin-bottom: 2.2rem;
}

.faq-item {
    border-bottom: 1px solid #e4ded2;
    padding: 1.5rem 0;
}

    .faq-item:first-child {
        border-top: 1px solid #e4ded2;
    }

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    color: #b5893a;
    font-weight: 500;
}

.faq-item.active .faq-question {
    color: var(--gold);
}

.faq-toggle-icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1.5px solid var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    flex: 0 0 auto;
    font-size: .8rem;
    transition: transform .25s ease;
}

.faq-item.active .faq-toggle-icon {
    transform: rotate(45deg);
}

.faq-answer {
    color: #5c6270;
    font-size: .98rem;
    line-height: 1.75;
    max-width: 640px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease, margin-top .3s ease;
    margin-top: 0;
}

.faq-item.active .faq-answer {
    max-height: 220px;
    margin-top: 1rem;
}

/* Consultation form card */
.consult-card {
    background: #fff;
    border-radius: 18px;
    padding: 1.8rem;
    box-shadow: 0 30px 60px rgba(20,25,50,.12);
}

.consult-eyebrow {
    display: flex;
    align-items: center;
    gap: .7rem;
    color: var(--gold);
    letter-spacing: 2.5px;
    font-size: .75rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

    .consult-eyebrow .rule {
        width: 30px;
        height: 1px;
        background: var(--gold);
        display: inline-block;
    }

.consult-heading {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 1.6rem;
}

.consult-card .form-control {
    background: #f6f5f2;
    border: 1px solid #e8e5dd;
    border-radius: 10px;
    padding: .8rem 1rem;
    font-size: .95rem;
    color: var(--navy);
}

    .consult-card .form-control:focus {
        background: #fff;
        border-color: var(--gold);
        box-shadow: 0 0 0 3px rgba(213,169,79,.15);
    }

    .consult-card .form-control::placeholder {
        color: #8b8f9a;
    }

.btn-request {
    background: linear-gradient(180deg, var(--gold-light), var(--gold));
    color: #1a1305;
    border: none;
    font-weight: 600;
    padding: .9rem 1.5rem;
    border-radius: 50px;
    font-size: 1rem;
    width: 100%;
    transition: transform .2s ease, box-shadow .2s ease;
}

    .btn-request:hover {
        color: #1a1305;
        transform: translateY(-2px);
        box-shadow: 0 10px 24px rgba(213,169,79,.35);
    }

.consult-note {
    color: #8b8f9a;
    font-size: .85rem;
    margin-top: 1.1rem;
    display: flex;
    align-items: center;
    gap: .5rem;
}

    .consult-note i {
        color: #b5893a;
    }

@media (max-width: 991.98px) {
    .faq-heading {
        font-size: 2rem;
    }

    .consult-card {
        margin-top: 3rem;
        padding: 2.2rem;
    }
}


/* ---------- Contact Section ---------- */
.contact-section {
    background: var(--cream);
    padding: 2rem 0;
}

.contact-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .7rem;
    color: #b5893a;
    letter-spacing: 3px;
    font-size: .78rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
}

    .contact-eyebrow .rule {
        width: 34px;
        height: 1px;
        background: var(--gold);
        display: inline-block;
    }

.contact-heading {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--navy);
    text-align: center;
    max-width: 700px;
    margin: 0 auto 3.2rem;
    line-height: 1.3;
}

.contact-card {
    background: #fff;
    border: 1px solid #ebe8e1;
    border-radius: 12px;
    padding: 1.7rem 1.5rem;
    height: 100%;
}

    .contact-card .contact-icon {
        color: var(--gold);
        font-size: 1.3rem;
        margin-bottom: .9rem;
    }

    .contact-card .contact-label {
        font-size: .72rem;
        letter-spacing: 1.5px;
        color: #9a9da5;
        font-weight: 600;
        margin-bottom: .5rem;
    }

    .contact-card .contact-value {
        color: var(--navy);
        font-size: .95rem;
        line-height: 1.6;
    }

.map-wrap {
    border-radius: 16px 16px 0 0;
    overflow: hidden;
    box-shadow: 0 -10px 0 rgba(0,0,0,0);
}

    .map-wrap iframe {
        width: 100%;
        height: 520px;
        border: 0;
        display: block;
        filter: saturate(.9);
        border-radius: 20px;
    }

@media (max-width: 767.98px) {
    .contact-heading {
        font-size: 1.9rem;
    }

    .contact-section {
        padding: 4rem 0 0;
    }
}


/* ---------- Footer ---------- */
.site-footer {
    background: var(--navy-deep);
    padding: 0rem 0 1.5rem 0;
    
}

.footer-logo-box {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 4px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.1;
    color: var(--navy);
    overflow: hidden;
}

    .footer-logo-box .nh-mono {
        font-family: 'Playfair Display', serif;
        font-size: 1.05rem;
        font-weight: 700;
        color: var(--navy);
    }

    .footer-logo-box .nh-sub {
        font-size: .32rem;
        letter-spacing: .5px;
        color: #8a8f9a;
        font-weight: 600;
        text-transform: uppercase;
    }

.footer-brand-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
}

.footer-brand-sub {
    font-size: .68rem;
    letter-spacing: 2px;
    color: var(--gold-light);
    font-weight: 500;
}

.footer-desc {
    color: rgba(255,255,255,.55);
    font-size: .95rem;
    line-height: 1.75;
    max-width: 340px;
    margin-top: 1.5rem;
}

.footer-col-title {
    font-family: 'Playfair Display', serif;
    color: var(--gold-light);
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: .8rem;
}

.footer-col-rule {
    width: 36px;
    height: 2px;
    background: var(--gold);
    margin-bottom: 1.6rem;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-links li {
        margin-bottom: .9rem;
    }

    .footer-links a {
        color: rgba(255,255,255,.65);
        text-decoration: none;
        font-size: .95rem;
        transition: color .2s ease;
    }

        .footer-links a:hover {
            color: var(--gold-light);
        }

.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-contact-list li {
        display: flex;
        align-items: flex-start;
        gap: .7rem;
        margin-bottom: 1rem;
        color: rgba(255,255,255,.75);
        font-size: .95rem;
        line-height: 1.5;
    }

    .footer-contact-list i {
        color: var(--gold);
        font-size: .95rem;
        margin-top: .15rem;
        flex: 0 0 auto;
    }

.socialicons li {
    list-style: none;
    border-radius: 50%;
    border: 1px solid;
    text-align: center;
    width: fit-content;
    padding: 12px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    display: inline-block;
    margin-top: 1rem;
}
    .socialicons li:hover {
        background: #9e6e30;
        color: white;
        cursor: pointer;
        border: 0;
    }

    @media (max-width: 767.98px) {
        .footer-contact-list li {
            word-break: break-word;
        }
    }


/* ---------- Page Header Banner ---------- */
.page-header {
    background: radial-gradient(ellipse 900px 400px at 10% 0%, rgba(40,60,110,.5), transparent 60%), linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 60%, var(--navy-light) 100%);
    padding: 5.5rem 0;
}

.page-header-eyebrow {
    display: flex;
    align-items: center;
    gap: .7rem;
    color: var(--gold-light);
    letter-spacing: 3px;
    font-size: .78rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
}

    .page-header-eyebrow .rule {
        width: 38px;
        height: 1px;
        background: var(--gold);
        display: inline-block;
    }

.page-header-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.9rem;
    font-weight: 600;
    color: #fdfdfd;
    margin-bottom: .9rem;
}

.page-header-sub {
    color: rgba(255,255,255,.65);
    font-size: 1.05rem;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .page-header {
        padding: 3.5rem 0;
    }

    .page-header-title {
        font-size: 2.1rem;
    }
}



.lawyers-section {
    padding: 2rem 0;
    background: var(--cream);
}

.lawyer-card {
    background: #fff;
    border-radius: 16px;
    padding: 1.4rem 1.4rem 1.8rem;
    height: 100%;
    box-shadow: 0 15px 35px rgba(20,25,50,.06);
    transition: transform .25s ease, box-shadow .25s ease;
}

    .lawyer-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 25px 45px rgba(20,25,50,.12);
    }

.lawyer-photo {
    background: linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%);
    border-radius: 10px;
    height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.4rem;
}

.lawyer-initials {
    font-family: 'Playfair Display', serif;
    font-size: 2.4rem;
    letter-spacing: 2px;
    color: var(--gold-light);
}

.lawyer-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: .4rem;
}

.lawyer-role {
    color: #b5893a;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: 1.3px;
    margin-bottom: .9rem;
    line-height: 1.5;
}

.lawyer-desc {
    color: #5c6270;
    font-size: .92rem;
    line-height: 1.65;
    margin-bottom: 0;
}




a {
    text-decoration: none;
}

/* ---------- Page Header ---------- */
.page-header {
    background: radial-gradient(ellipse 900px 400px at 10% 0%, rgba(40,60,110,.5), transparent 60%), linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 60%, var(--navy-light) 100%);
    padding: 2rem 0;
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: .7rem;
    color: var(--gold-light);
    letter-spacing: 3px;
    font-size: .78rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
}

    .eyebrow .rule {
        width: 38px;
        height: 1px;
        background: var(--gold);
        display: inline-block;
    }

.page-title {
    font-size: 2.9rem;
    font-weight: 600;
    color: #fdfdfd;
    margin-bottom: .9rem;
}

.page-sub {
    color: rgba(255,255,255,.65);
    font-size: 1.05rem;
    max-width: 600px;
    margin-bottom: 0;
}

/* ---------- Filter Bar ---------- */
.filter-bar {
    background: var(--cream);
    border-bottom: 1px solid #eae5d8;
    padding: 1.4rem 0;
}

.filter-pills {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
}

.filter-pill {
    border: 1.5px solid #ddd6c4;
    background: #fff;
    color: var(--navy);
    font-size: .85rem;
    font-weight: 500;
    padding: .45rem 1.1rem;
    border-radius: 50px;
    transition: all .2s ease;
    cursor: pointer;
}

    .filter-pill.active,
    .filter-pill:hover {
        background: var(--navy);
        border-color: var(--navy);
        color: #fff;
    }

.search-box {
    position: relative;
    max-width: 280px;
    margin-left: auto;
}

    .search-box input {
        border: 1.5px solid #ddd6c4;
        border-radius: 50px;
        padding: .5rem 1rem .5rem 2.4rem;
        font-size: .88rem;
        width: 100%;
        background: #fff;
    }

        .search-box input:focus {
            outline: none;
            border-color: var(--gold);
        }

    .search-box i {
        position: absolute;
        left: .95rem;
        top: 50%;
        transform: translateY(-50%);
        color: #9a9da5;
        font-size: .85rem;
    }

/* ---------- Blog Section ---------- */
.blog-section {
    background: #fff;
    padding: 4.5rem 0;
}

/* Featured post */
.featured-post {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(20,25,50,.08);
    display: flex;
    flex-wrap: wrap;
}

.featured-img {
    flex: 1 1 45%;
    min-height: 320px;
    background-size: cover;
    background-position: center;
}

.featured-body {
    flex: 1 1 50%;
    padding: 2.6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.post-tag {
    display: inline-block;
    background: rgba(213,169,79,.12);
    color: #b5893a;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: 1.3px;
    padding: .35rem .8rem;
    border-radius: 50px;
    margin-bottom: 1rem;
    width: fit-content;
}

.featured-body h2 {
    font-size: 1.7rem;
    font-weight: 600;
    color: var(--navy);
    line-height: 1.35;
    margin-bottom: .9rem;
}

.featured-body p {
    color: #5c6270;
    font-size: .98rem;
    line-height: 1.75;
    margin-bottom: 1.5rem;
}

.post-meta {
    display: flex;
    align-items: center;
    gap: 1.3rem;
    color: #9a9da5;
    font-size: .85rem;
}

    .post-meta i {
        color: var(--gold);
        margin-right: .35rem;
    }

.read-more {
    color: var(--navy);
    font-weight: 600;
    font-size: .92rem;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    margin-top: 1.6rem;
    transition: gap .2s ease;
}

    .read-more:hover {
        color: var(--gold);
        gap: .8rem;
    }

/* Blog grid cards */
.blog-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 4px 18px rgba(20,25,50,.05);
    border: 1px solid #f0eee8;
    transition: transform .25s ease, box-shadow .25s ease;
    display: flex;
    flex-direction: column;
}

    .blog-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 35px rgba(20,25,50,.1);
    }

.blog-card-img {
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
}

    .blog-card-img .post-tag {
        position: absolute;
        left: 1.1rem;
        top: 1.1rem;
        background: rgba(11,21,48,.85);
        color: var(--gold-light);
        backdrop-filter: blur(4px);
        margin: 0;
    }

.blog-card-body {
    padding: 1.5rem 1.4rem 1.6rem;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

    .blog-card-body h3 {
        font-size: 1.12rem;
        font-weight: 600;
        color: var(--navy);
        line-height: 1.4;
        margin-bottom: .7rem;
    }

        .blog-card-body h3 a {
            color: inherit;
        }

            .blog-card-body h3 a:hover {
                color: #b5893a;
            }

    .blog-card-body p {
        color: #6b7280;
        font-size: .9rem;
        line-height: 1.65;
        margin-bottom: 1.2rem;
        flex: 1 1 auto;
    }

.blog-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .8rem;
    color: #9a9da5;
    border-top: 1px solid #f0eee8;
    padding-top: 1rem;
}

    .blog-card-meta i {
        color: var(--gold);
        margin-right: .3rem;
    }

/* Sidebar */
.sidebar-card {
    background: var(--cream);
    border-radius: 14px;
    padding: 1.7rem;
    margin-bottom: 1.6rem;
}

.sidebar-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 1.3rem;
}

.cat-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .cat-list li {
        display: flex;
        justify-content: space-between;
        padding: .7rem 0;
        border-bottom: 1px solid #e9e4d7;
        font-size: .92rem;
    }

        .cat-list li:last-child {
            border-bottom: none;
        }

    .cat-list a {
        color: #3f4657;
        transition: color .2s ease;
    }

        .cat-list a:hover {
            color: #b5893a;
        }

    .cat-list span {
        color: #9a9da5;
        font-size: .82rem;
    }

.recent-post {
    display: flex;
    gap: .9rem;
    padding: .85rem 0;
    border-bottom: 1px solid #e9e4d7;
}

    .recent-post:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .recent-post:first-child {
        padding-top: 0;
    }

.recent-post-thumb {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    flex: 0 0 auto;
}

.recent-post-title {
    font-size: .9rem;
    font-weight: 500;
    color: var(--navy);
    line-height: 1.4;
    margin-bottom: .3rem;
}

    .recent-post-title:hover {
        color: #b5893a;
    }

.recent-post-date {
    font-size: .78rem;
    color: #9a9da5;
}

.newsletter-side {
    background: linear-gradient(160deg, var(--navy-light), var(--navy-deep));
    border-radius: 14px;
    padding: 2rem 1.7rem;
    color: #fff;
}

    .newsletter-side h4 {
        font-family: 'Playfair Display', serif;
        font-size: 1.1rem;
        font-weight: 600;
        margin-bottom: .6rem;
    }

    .newsletter-side p {
        color: rgba(255,255,255,.6);
        font-size: .88rem;
        line-height: 1.6;
        margin-bottom: 1.3rem;
    }

    .newsletter-side input {
        width: 100%;
        border: 1px solid rgba(255,255,255,.18);
        background: rgba(255,255,255,.07);
        border-radius: 8px;
        padding: .65rem .9rem;
        color: #fff;
        font-size: .88rem;
        margin-bottom: .8rem;
    }

        .newsletter-side input::placeholder {
            color: rgba(255,255,255,.4);
        }

.btn-gold-full {
    width: 100%;
    background: linear-gradient(180deg, var(--gold-light), var(--gold));
    color: #1a1305;
    border: none;
    font-weight: 600;
    padding: .7rem;
    border-radius: 8px;
    font-size: .9rem;
}

.tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

    .tag-cloud a {
        border: 1px solid #ddd6c4;
        background: #fff;
        color: var(--navy);
        font-size: .8rem;
        padding: .4rem .9rem;
        border-radius: 50px;
        transition: all .2s ease;
    }

        .tag-cloud a:hover {
            background: var(--navy);
            border-color: var(--navy);
            color: #fff;
        }

/* Pagination */
.blog-pagination {
    display: flex;
    justify-content: center;
    gap: .6rem;
    margin-top: 3rem;
}

    .blog-pagination a {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        border: 1.5px solid #e2ddd0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--navy);
        font-size: .9rem;
        transition: all .2s ease;
    }

        .blog-pagination a.active,
        .blog-pagination a:hover {
            background: var(--navy);
            border-color: var(--navy);
            color: #fff;
        }

@media (max-width: 767.98px) {
    .page-title {
        font-size: 2.1rem;
    }

    .page-header {
        padding: 3.5rem 0;
    }

    .featured-img {
        min-height: 220px;
        flex-basis: 100%;
    }

    .featured-body {
        flex-basis: 100%;
        padding: 1.8rem;
    }

    .search-box {
        margin-left: 0;
        max-width: 100%;
        margin-top: 1rem;
    }
}

.policy-wrap {
    padding: 2rem;
    background:var(--cream);
}

.policy-card {
    background: #fff;
    border-radius: 14px;
    padding: 3.2rem 3rem;
    box-shadow: 0 20px 50px rgba(20,25,50,.06);
    margin: 0 auto;
    color: black;
}

    .policy-card h2 {
        font-family: 'Playfair Display', serif;
        font-size: 1.55rem;
        font-weight: 600;
        color: var(--navy);
        margin-top: 2.4rem;
        margin-bottom: 1rem;
    }

        .policy-card h2:first-child {
            margin-top: 0;
        }

    .policy-card h3 {
        font-family: 'Playfair Display', serif;
        font-size: 1.02rem;
        font-weight: 600;
        font-style: italic;
        color: var(--navy);
        margin-top: 1.4rem;
        margin-bottom: .7rem;
    }

    .policy-card p {
        font-size: .98rem;
        line-height: 1.85;
        margin-bottom: 1rem;
    }

    .policy-card ul {
        padding-left: 1.2rem;
        margin-bottom: 1rem;
    }

        .policy-card ul li {
            font-size: .98rem;
            line-height: 1.85;
            margin-bottom: .4rem;
        }

    .policy-card a {
        color: var(--navy);
        text-decoration: underline;
        text-decoration-color: var(--gold);
        text-underline-offset: 3px;
    }

        .policy-card a:hover {
            color: #b5893a;
        }

.policy-footer {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #eee9dc;
    text-align: center;
}

    .policy-footer a {
        color: var(--navy);
        font-size: .82rem;
        font-weight: 600;
        letter-spacing: 1.5px;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: .5rem;
    }

        .policy-footer a:hover {
            color: #b5893a;
        }

@media (max-width: 767.98px) {
    .policy-card {
        padding: 2.2rem 1.6rem;
    }

    .policy-wrap {
        padding: 3rem 0 4rem;
    }
}



/* chabbot - whatsapp - topbutton */


.demo-spacer {
    padding: 6rem 0;
}

    .demo-spacer h1 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .demo-spacer p {
        max-width: 640px;
        line-height: 1.8;
        margin-bottom: 1rem;
    }

/* ================= Floating Stack ================= */
.fab-stack {
    position: fixed;
    right: 1.6rem;
    bottom: 1.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .9rem;
    z-index: 1000;
}

.fab-btn {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: #fff;
    box-shadow: 0 10px 25px rgba(15,25,55,.25);
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, opacity .25s ease;
    position: relative;
}

    .fab-btn:hover {
        transform: translateY(-3px) scale(1.05);
        box-shadow: 0 16px 30px rgba(15,25,55,.32);
    }

.fab-top {
    background: var(--navy-deep);
    width: 44px;
    height: 44px;
    font-size: 1rem;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
}

    .fab-top.show {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

.fab-assistant {
    background: linear-gradient(160deg, var(--navy-deep), var(--navy));
    border: 2px solid var(--gold);
    color: var(--gold-light);
}

.fab-whatsapp {
    background: var(--wa-green);
}

.fab-pulse::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid rgba(213,169,79,.5);
    animation: pulseRing 2.4s ease-out infinite;
}

@keyframes pulseRing {
    0% {
        transform: scale(1);
        opacity: .7;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

/* ================= Shared Popup Panel ================= */
.fab-panel {
    position: fixed;
    right: 1.6rem;
    bottom: 6.4rem;
    width: 340px;
    max-width: calc(100vw - 2.2rem);
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 25px 60px rgba(15,25,55,.28);
    overflow: hidden;
    z-index: 1001;
    opacity: 0;
    transform: translateY(16px) scale(.97);
    pointer-events: none;
    transition: opacity .22s ease, transform .22s ease;
}

    .fab-panel.open {
        opacity: 1;
        transform: translateY(0) scale(1);
        pointer-events: auto;
    }

.fab-panel-header {
    display: flex;
    align-items: center;
    gap: .8rem;
    padding: 1.1rem 1.2rem;
    color: #fff;
}

    .fab-panel-header .fab-panel-icon {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background: rgba(255,255,255,.15);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.05rem;
        flex: 0 0 auto;
    }

    .fab-panel-header .title-block {
        flex: 1 1 auto;
        line-height: 1.3;
    }

        .fab-panel-header .title-block strong {
            display: block;
            font-size: .95rem;
            font-weight: 600;
        }

        .fab-panel-header .title-block span {
            font-size: .68rem;
            letter-spacing: 1px;
            opacity: .8;
            font-weight: 500;
        }

.fab-panel-close {
    background: none;
    border: none;
    color: #fff;
    opacity: .85;
    font-size: 1rem;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

    .fab-panel-close:hover {
        opacity: 1;
    }

.fab-panel-body {
    padding: 1.2rem;
}

.chat-bubble {
    background: #f3f2ee;
    border-radius: 14px;
    padding: .9rem 1.1rem;
    font-size: .9rem;
    color: #3f4657;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.chat-thread {
    max-height: 280px;
    overflow-y: auto;
    margin-bottom: .8rem;
    padding-right: .2rem;
}

    .chat-thread::-webkit-scrollbar {
        width: 5px;
    }

    .chat-thread::-webkit-scrollbar-thumb {
        background: #e2ddd0;
        border-radius: 10px;
    }

.msg-row {
    display: flex;
    margin-bottom: .8rem;
}

    .msg-row.user {
        justify-content: flex-end;
    }

    .msg-row.bot {
        justify-content: flex-start;
    }

.msg-bubble {
    max-width: 85%;
    padding: .75rem 1rem;
    border-radius: 14px;
    font-size: .88rem;
    line-height: 1.6;
}

.msg-row.bot .msg-bubble {
    background: #f3f2ee;
    color: #3f4657;
    border-bottom-left-radius: 4px;
}

.msg-row.user .msg-bubble {
    background: var(--navy);
    color: #fff;
    border-bottom-right-radius: 4px;
}

.msg-bubble a {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: var(--gold);
    text-underline-offset: 2px;
}

.msg-row.bot .msg-bubble a {
    color: var(--navy);
    font-weight: 600;
}

/* --- WhatsApp panel specifics --- */
.wa-header {
    background: linear-gradient(135deg, var(--wa-green-dark), #0f8f5f);
}

.btn-wa-start {
    width: 100%;
    background: linear-gradient(180deg, var(--gold-light), var(--gold));
    color: #1a1305;
    border: none;
    font-weight: 600;
    padding: .85rem 1rem;
    border-radius: 50px;
    font-size: .92rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    transition: transform .2s ease, box-shadow .2s ease;
}

    .btn-wa-start:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 22px rgba(213,169,79,.35);
        color: #1a1305;
    }

.wa-meta {
    text-align: center;
    font-size: .75rem;
    color: #9a9da5;
    margin-top: .8rem;
}

/* --- Assistant panel specifics --- */
.ai-header {
    background: linear-gradient(135deg, var(--navy-deep), var(--navy));
}

    .ai-header .fab-panel-icon {
        background: var(--gold);
        color: var(--navy-deep);
    }

.quick-replies {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin-bottom: 1rem;
}

.quick-reply {
    border: 1.5px solid #e2ddd0;
    background: #fff;
    color: var(--navy);
    font-size: .82rem;
    padding: .5rem .95rem;
    border-radius: 50px;
    cursor: pointer;
    transition: all .2s ease;
}

    .quick-reply:hover {
        background: var(--navy);
        border-color: var(--navy);
        color: #fff;
    }

.ai-input-row {
    display: flex;
    align-items: center;
    gap: .6rem;
    border: 1px solid #e2ddd0;
    border-radius: 50px;
    padding: .4rem .5rem .4rem 1.1rem;
}

    .ai-input-row input {
        flex: 1 1 auto;
        border: none;
        outline: none;
        font-size: .88rem;
        background: transparent;
        min-width: 0;
    }

.ai-send-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;
    background: var(--navy);
    color: var(--gold-light);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    cursor: pointer;
    transition: background .2s ease;
}

    .ai-send-btn:hover {
        background: var(--navy-deep);
    }

@media (max-width: 480px) {
    .fab-panel {
        right: 1rem;
        bottom: 5.6rem;
        width: calc(100vw - 2rem);
    }

    .fab-stack {
        right: 1rem;
        bottom: 1rem;
    }
}


/* chabbot - whatsapp - topbutton */


.notfound-wrap {
    padding: 4rem 0;
    text-align: center;
}

.nf-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .7rem;
    color: var(--gold-light);
    letter-spacing: 3px;
    font-size: .78rem;
    font-weight: 600;
    margin-bottom: 1.6rem;
}

    .nf-eyebrow .rule {
        width: 38px;
        height: 1px;
        background: var(--gold);
        display: inline-block;
    }

.nf-code {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 600;
    font-size: 9rem;
    line-height: 1;
    background: linear-gradient(180deg, var(--gold-light), var(--gold));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: .5rem;
}

.nf-scale {
    font-size: 1.4rem;
    color: var(--gold);
    margin-bottom: 1.2rem;
    opacity: .8;
}

.nf-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.1rem;
    font-weight: 600;
    color: #fdfdfd;
    margin-bottom: 1rem;
}

.nf-sub {
    color: rgba(255,255,255,.65);
    font-size: 1.02rem;
    max-width: 520px;
    margin: 0 auto 2.4rem;
    line-height: 1.75;
}

.nf-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.btn-gold {
    background: linear-gradient(180deg, var(--gold-light), var(--gold));
    color: #1a1305;
    border: none;
    font-weight: 600;
    padding: .75rem 1.7rem;
    border-radius: 50px;
    font-size: .95rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    transition: transform .2s ease, box-shadow .2s ease;
}

    .btn-gold:hover {
        color: #1a1305;
        transform: translateY(-2px);
        box-shadow: 0 10px 24px rgba(213,169,79,.35);
    }

.btn-outline-gold {
    border: 1.5px solid var(--gold);
    color: var(--gold-light);
    background: transparent;
    font-weight: 500;
    padding: .75rem 1.7rem;
    border-radius: 50px;
    font-size: .95rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    transition: all .2s ease;
}

    .btn-outline-gold:hover {
        background: var(--gold);
        color: #1a1305;
    }

.nf-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255,255,255,.1);
    padding-top: 2rem;
    max-width: 500px;
    margin: 0 auto;
}

    .nf-links a {
        color: rgba(255,255,255,.6);
        text-decoration: none;
        font-size: .9rem;
        transition: color .2s ease;
    }

        .nf-links a:hover {
            color: var(--gold-light);
        }

@media (max-width: 575.98px) {
    .nf-code {
        font-size: 5.5rem;
    }

    .nf-title {
        font-size: 1.6rem;
    }

    .nf-actions {
        flex-direction: column;
        align-items: center;
    }

        .nf-actions a {
            width: 220px;
            justify-content: center;
        }
}