:root{--navy:#1a2b3c;--navy2:#243447;--gold:#b8860b;--gold-light:#c9a227;--cream:#f8f7f4;--white:#fff;--text:#2c3e50;--muted:#6b7280;--border:#e5e7eb;--bg-soft:#fafafa}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:"DM Sans",sans-serif;color:var(--text);background:var(--white);overflow-x:hidden}h1,h2,h3,h4,h5{font-family:"Playfair Display",serif}a{text-decoration:none}.section-padding{padding:90px 0}
.topbar{background:var(--white);color:var(--muted);font-size:12px;padding:9px 0;border-bottom:1px solid var(--border)}.top-info{display:flex;gap:22px}.top-info i{color:var(--gold);margin-right:6px}
.main-nav{background:rgba(255,255,255,.98);border-bottom:1px solid #eee;box-shadow:0 5px 25px rgba(0,0,0,.04);z-index:1000}.navbar-brand{color:var(--navy)}.brand-mark{width:52px;height:52px;border:1px solid var(--gold);color:var(--gold);border-radius:50%;display:grid;place-items:center;font-size:23px}.brand-name{font-family:"Playfair Display",serif;font-size:16px;font-weight:700}.brand-sub{font-size:8px;letter-spacing:1.8px;color:#777}.navbar-nav{gap:3px}.nav-link{color:#1f2a32!important;font-size:13px;font-weight:600;padding:27px 12px!important;position:relative}.nav-link:after{content:"";position:absolute;height:2px;width:0;bottom:16px;left:50%;background:var(--gold);transition:.3s}.nav-link:hover:after,.nav-link.active:after{width:28px;left:calc(50% - 14px)}
.btn{border-radius:4px;font-weight:700;font-size:13px}.btn-gold{background:var(--gold);color:#fff;border:1px solid var(--gold);padding:13px 22px;box-shadow:0 8px 22px rgba(184,134,11,.15)}.btn-gold:hover{background:#a67609;color:#fff;border-color:#a67609}.btn-call{color:var(--navy);border:1px solid var(--navy);padding:12px 16px}.btn-call:hover{background:var(--gold);color:#fff;border-color:var(--gold)}
.hero{min-height:78vh;position:relative;color:var(--navy);overflow:hidden;background:linear-gradient(135deg,#fafafa 0%,#fff 45%,#f5f3ef 100%)}.hero:before{content:"";position:absolute;right:-8%;top:-20%;width:620px;height:620px;border:1px solid rgba(184,134,11,.12);border-radius:50%}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.4),transparent)}.min-vh-75{min-height:78vh}.eyebrow,.section-heading>span{color:var(--gold);letter-spacing:2.5px;font-size:12px;font-weight:700}.hero h1{font-size:clamp(48px,6vw,82px);line-height:1.02;margin:18px 0;font-weight:600;color:var(--navy)}.hero h1 span{color:var(--gold)}.gold-line{width:150px;height:1px;background:var(--gold);margin:25px 0}.hero-text{max-width:610px;color:var(--muted);font-size:16px;line-height:1.8}.hero-buttons{display:flex;gap:14px;margin-top:30px;flex-wrap:wrap}.hero-points{display:flex;flex-wrap:wrap;gap:24px;margin-top:38px;color:var(--text);font-size:12px}.hero-points i{color:var(--gold);margin-right:6px}
.lawyer-card{width:330px;position:relative}.lawyer-photo{width:100%;height:430px;border:1px solid var(--border);background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 25px 60px rgba(26,43,60,.08)}.photo-placeholder{width:85%;height:88%;border:1px dashed rgba(184,134,11,.35);display:flex;flex-direction:column;align-items:center;justify-content:center;color:rgba(184,134,11,.55);gap:12px}.photo-placeholder i{font-size:85px}.photo-placeholder span{font-size:11px;letter-spacing:2px}.lawyer-caption{background:#fff;color:var(--navy);padding:16px 20px;display:flex;flex-direction:column;position:absolute;bottom:-35px;left:25px;right:25px;box-shadow:0 12px 30px rgba(26,43,60,.1);border:1px solid var(--border)}.lawyer-caption strong{font-family:"Playfair Display",serif;font-size:18px}.lawyer-caption small{color:#777}
.section-heading h2{color:var(--navy);font-size:42px;margin:10px 0}.section-heading p{max-width:650px;margin:0 auto;color:var(--muted);line-height:1.8}.heading-divider{display:flex;align-items:center;justify-content:center;gap:13px;color:var(--gold);margin:15px 0}.heading-divider:before,.heading-divider:after{content:"";width:70px;height:1px;background:var(--gold);opacity:.65}.heading-divider.left{justify-content:flex-start}.heading-divider.left:before{display:none}
.practice-section,.reviews-section{background:var(--cream)}.practice-card{height:100%;background:#fff;border:1px solid var(--border);padding:34px 28px;text-align:center;transition:.3s;position:relative;overflow:hidden;border-radius:6px}.practice-card:before{content:"";position:absolute;height:3px;width:0;left:0;top:0;background:var(--gold);transition:.3s}.practice-card:hover{transform:translateY(-8px);box-shadow:0 18px 45px rgba(8,21,34,.1)}.practice-card:hover:before{width:100%}.icon-box{width:62px;height:62px;margin:0 auto 20px;display:grid;place-items:center;color:var(--gold);border:1px solid rgba(200,154,75,.5);border-radius:50%;font-size:23px}.practice-card:hover .icon-box{background:var(--gold);color:#fff}.practice-card h3{font-size:22px}.practice-card p{color:var(--muted);line-height:1.7;font-size:13px;min-height:65px}.practice-card a{color:var(--gold);font-size:12px;font-weight:700}
.about-section{background:var(--cream)}.about-left,.why-right{padding:75px 55px}.about-left{color:var(--text);background:#fff;border-right:1px solid var(--border)}.about-left p{color:var(--muted);line-height:1.85}.about-left .light-heading h2,.about-left .section-heading h2{color:var(--navy)}.light-heading h2{color:var(--navy)}.why-right{background:var(--cream)}.why-item{display:flex;gap:15px;padding:20px;border:1px solid var(--border);height:100%;background:#fff;border-radius:6px}.why-item>i{color:var(--gold);font-size:21px}.why-item h4{font-size:17px;margin-bottom:5px}.why-item p{color:var(--muted);font-size:12px;margin:0;line-height:1.6}
.stats-section{background:#fff;border-bottom:1px solid var(--border)}.stat-item{padding:35px 20px;text-align:center;border-right:1px solid var(--border)}.stat-item:last-child{border-right:0}.stat-item i{color:var(--gold);font-size:23px;display:block;margin-bottom:10px}.stat-item strong{font-family:"Playfair Display",serif;font-size:34px;color:var(--navy);display:block}.stat-item span{color:var(--muted);font-size:12px}
.process-card,.review-card{border:1px solid var(--border);padding:30px;height:100%;background:#fff;border-radius:6px}.step{color:var(--gold);font-family:"Playfair Display",serif;font-size:38px;font-weight:700}.process-card h3{font-size:20px}.process-card p,.review-card p{color:var(--muted);line-height:1.7;font-size:13px}.stars{color:var(--gold);letter-spacing:3px;margin-bottom:17px}.review-card strong{display:block;font-family:"Playfair Display",serif;color:var(--navy)}
.appointment-section{background:var(--bg-soft);padding:95px 0;border-top:1px solid var(--border)}.appointment-section .light-heading h2{color:var(--navy)}.appointment-section .text-white-50{color:var(--muted)!important}.contact-mini{margin-top:35px;display:grid;gap:15px}.contact-mini div{display:flex;gap:13px;color:var(--muted);font-size:14px}.contact-mini i{color:var(--gold);width:20px}.appointment-form{background:#fff;padding:35px;box-shadow:0 15px 45px rgba(26,43,60,.08);border:1px solid var(--border);border-radius:8px}.appointment-form label{font-size:11px;font-weight:700;color:#3b454c;margin-bottom:7px}.form-control,.form-select{border:1px solid var(--border);border-radius:3px;min-height:48px;font-size:13px;background:#fff}.form-control:focus,.form-select:focus{border-color:var(--gold);box-shadow:0 0 0 .2rem rgba(184,134,11,.12)}
.faq-accordion .accordion-item{border:1px solid var(--border);margin-bottom:12px}.faq-accordion .accordion-button{font-family:"Playfair Display",serif;color:var(--navy);font-size:17px;padding:20px;background:#fff;box-shadow:none}.faq-accordion .accordion-button:not(.collapsed){color:var(--gold);background:var(--cream)}.faq-accordion .accordion-body{color:var(--muted);line-height:1.8;font-size:13px}
/* Legacy footer class – kept for backward compatibility */
.footer{background:var(--white);color:var(--muted);padding:70px 0 0;border-top:1px solid var(--border)}.footer-brand{color:var(--navy);font-family:"Playfair Display",serif;font-size:21px}.footer h5{color:var(--navy);font-size:17px;margin-bottom:18px}.footer a{color:var(--muted);display:block;margin-bottom:10px;font-size:13px}.footer a:hover{color:var(--gold)}.footer p{font-size:13px;line-height:1.8}.footer i{color:var(--gold);width:20px}.footer-bottom{margin-top:55px;padding:20px 0;border-top:1px solid var(--border);display:flex;justify-content:space-between;font-size:11px;color:var(--muted)}
.floating-contact{position:fixed;right:18px;bottom:25px;display:grid;gap:9px;z-index:999}.floating-contact a{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;color:#fff;box-shadow:0 8px 25px rgba(0,0,0,.2)}.float-call{background:var(--gold)}.float-whatsapp{background:#159447}
.inner-hero{background:linear-gradient(180deg,var(--bg-soft),var(--white));padding:75px 0;color:var(--navy);border-bottom:1px solid var(--border)}.inner-hero h1{font-size:52px;color:var(--navy)}.inner-hero p,.inner-hero .text-white-50{color:var(--muted)!important}.content-card{background:#fff;border:1px solid var(--border);padding:35px;height:100%;border-radius:8px;box-shadow:0 4px 20px rgba(26,43,60,.04)}.content-card h3{font-size:24px}.content-card p{color:var(--muted);line-height:1.8}
@media(max-width:991px){.main-nav .navbar-collapse{background:#fff;padding:15px 0 20px}.nav-link{padding:12px 0!important}.nav-link:after{display:none}.nav-actions{margin-top:10px}.hero{min-height:auto;padding:75px 0}.hero h1{font-size:55px}.about-left,.why-right{padding:55px 35px}.stat-item:nth-child(2){border-right:0}.stat-item{border-bottom:1px solid var(--border)}}
@media(max-width:767px){.section-padding{padding:65px 0}.hero{padding:65px 0}.hero h1{font-size:44px}.hero-buttons .btn{width:100%}.hero-points{display:grid;gap:12px}.section-heading h2{font-size:34px}.appointment-form{padding:22px}.footer-bottom{flex-direction:column}.brand-name{font-size:14px}.brand-sub{font-size:7px}.brand-mark{width:44px;height:44px}.inner-hero h1{font-size:40px}}

/* Ravi Choudhary actual brand assets */
.site-logo{object-fit:contain;object-position:left center;display:block}
.actual-photo-wrap{overflow:hidden;padding:0;background:#fff}
.actual-lawyer-photo{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}
.about-photo{width:100%;height:100%;min-height:420px;object-fit:cover;object-position:center top;border-radius:4px;display:block}
@media(max-width:991px){.actual-lawyer-photo{object-position:center top}}
@media(max-width:575px){.rc-mega-grid{grid-template-columns:1fr}.rc-mega-head>a{display:none}.rc-services-page .section-heading h2{font-size:33px}}

/* =========================================================
   SERVICES PAGE - ADDED TO EXISTING SITE
========================================================= */
.rc-services-inner-hero{
    background:linear-gradient(180deg,var(--bg-soft),var(--white));
    position:relative;
    overflow:hidden;
    border-bottom:1px solid var(--border);
}
.rc-services-inner-hero:after{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    right:-110px;
    top:-210px;
    border:1px solid rgba(184,134,11,.1);
    border-radius:50%;
}
.rc-services-page{
    background:#fff;
}
.rc-services-page .section-heading{
    max-width:780px;
    margin-left:auto;
    margin-right:auto;
}
.rc-services-page .section-heading p{
    max-width:650px;
    margin:8px auto 0;
}
.rc-service-box{
    position:relative;
    height:100%;
    min-height:275px;
    padding:25px 22px 20px;
    background:#fff;
    border:1px solid #e4e0d7;
    border-radius:6px;
    box-shadow:0 6px 20px rgba(7,18,28,.035);
    transition:.25s ease;
    overflow:hidden;
}
.rc-service-box:after{
    content:"";
    position:absolute;
    width:100px;
    height:100px;
    right:-40px;
    top:-40px;
    border:1px solid rgba(211,161,63,.15);
    border-radius:50%;
}
.rc-service-box:hover{
    transform:translateY(-6px);
    border-color:#d5a34a;
    box-shadow:0 17px 35px rgba(7,18,28,.09);
}
.rc-service-icon-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:18px;
}
.rc-service-icon{
    width:56px;
    height:56px;
    display:grid;
    place-items:center;
    border-radius:50%;
    color:#cb9630;
    border:1px solid #dfb96c;
    background:#fffaf0;
    font-size:21px;
}
.rc-service-icon-row>span{
    font-family:"Playfair Display",serif;
    font-size:24px;
    color:#eee8dc;
}
.rc-service-box h3{
    font-family:"Playfair Display",serif;
    font-size:21px;
    color:#121b23;
    margin-bottom:9px;
}
.rc-service-box p{
    color:#6c747a;
    font-size:11px;
    line-height:1.7;
    min-height:72px;
}
.rc-service-box>a{
    display:inline-flex;
    align-items:center;
    gap:7px;
    color:#bd801d;
    font-size:10px;
    font-weight:800;
    margin-top:10px;
}
.rc-service-box>a i{transition:.2s}
.rc-service-box:hover>a i{transform:translateX(4px)}

.rc-services-dark{
    padding:80px 0;
    background:var(--cream);
    color:var(--text);
    border-top:1px solid var(--border);
}
.rc-services-dark h2{
    font-family:"Playfair Display",serif;
    font-size:43px;
    line-height:1.1;
    margin:8px 0 17px;
    color:var(--navy);
}
.rc-services-dark h2 span{color:var(--gold)}
.rc-services-dark p{
    color:var(--muted);
    font-size:13px;
    line-height:1.8;
    max-width:520px;
}
.rc-service-steps{
    border-top:1px solid var(--border);
}
.rc-service-step{
    display:flex;
    gap:20px;
    padding:18px 0;
    border-bottom:1px solid var(--border);
}
.rc-service-step>b{
    color:var(--gold);
    font-family:"Playfair Display",serif;
    font-size:24px;
    min-width:38px;
}
.rc-service-step h4{
    font-family:"Playfair Display",serif;
    font-size:20px;
    margin:0 0 4px;
    color:var(--navy);
}
.rc-service-step p{
    font-size:11px;
    line-height:1.55;
    margin:0;
    color:var(--muted);
}
.rc-services-cta{
    background:#fff;
    padding:50px 0;
    border-top:1px solid var(--border);
}
.rc-services-cta-box{
    background:#fff;
    border:1px solid var(--border);
    border-radius:8px;
    padding:28px 34px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    box-shadow:0 10px 40px rgba(26,43,60,.06);
}
.rc-services-cta-box>div:first-child>span{
    color:var(--gold);
    font-size:10px;
    font-weight:800;
    letter-spacing:1.5px;
}
.rc-services-cta-box h2{
    font-family:"Playfair Display",serif;
    color:var(--navy);
    font-size:29px;
    margin:3px 0;
}
.rc-services-cta-box p{
    margin:0;
    color:var(--muted);
    font-size:11px;
}

@media(max-width:767px){
    .rc-service-box{min-height:245px}
    .rc-services-dark{padding:62px 0}
    .rc-services-dark h2{font-size:36px}
    .rc-services-cta-box{
        align-items:flex-start;
        flex-direction:column;
        padding:25px 20px;
    }
    .rc-services-cta-box h2{font-size:25px}
}


/* =========================================================
   INDIVIDUAL SERVICE DETAIL PAGES
========================================================= */
.rc-detail-hero{
    background:linear-gradient(180deg,var(--bg-soft),var(--white));
    position:relative;
    overflow:hidden;
    border-bottom:1px solid var(--border);
}
.rc-detail-hero:after{
    content:"";
    position:absolute;
    width:430px;height:430px;
    right:-110px;top:-215px;
    border:1px solid rgba(184,134,11,.1);
    border-radius:50%;
}
.rc-detail-breadcrumb{
    display:flex;
    align-items:center;
    gap:9px;
    margin-top:22px;
    font-size:10px;
    color:var(--muted);
}
.rc-detail-breadcrumb a{color:var(--gold)}
.rc-detail-breadcrumb i{font-size:8px}
.rc-detail-main{
    padding-right:15px;
}
.rc-detail-icon{
    width:66px;height:66px;
    display:grid;place-items:center;
    border-radius:50%;
    background:#fffaf0;
    border:1px solid #dfb96c;
    color:#c9952f;
    font-size:24px;
    margin-bottom:24px;
}
.rc-detail-main h2{
    font-family:"Playfair Display",serif;
    font-size:43px;
    color:#111b23;
    margin:7px 0 15px;
}
.rc-detail-main p{
    color:#6b7379;
    font-size:13px;
    line-height:1.85;
}
.rc-detail-main .rc-detail-lead{
    color:#3e474d;
    font-size:15px;
    line-height:1.8;
    font-weight:500;
}
.rc-detail-benefits{
    background:#fff;
    color:var(--text);
    padding:30px;
    border-radius:8px;
    border:1px solid var(--border);
    box-shadow:0 12px 35px rgba(26,43,60,.06);
    position:sticky;
    top:95px;
}
.rc-benefit-head{
    display:flex;
    align-items:center;
    gap:12px;
    border-bottom:1px solid var(--border);
    padding-bottom:17px;
}
.rc-benefit-head i{color:var(--gold);font-size:22px}
.rc-benefit-head h3{
    font-family:"Playfair Display",serif;
    font-size:24px;
    margin:0;
    color:var(--navy);
}
.rc-detail-benefits ul{
    list-style:none;
    padding:0;
    margin:20px 0 0;
}
.rc-detail-benefits li{
    display:flex;
    gap:10px;
    padding:10px 0;
    border-bottom:1px solid var(--border);
    color:var(--muted);
    font-size:11px;
    line-height:1.5;
}
.rc-detail-benefits li i{color:var(--gold);margin-top:2px}
.rc-detail-process{
    background:#f7f5f0;
    padding:78px 0 82px;
}
.rc-detail-step-card{
    background:#fff;
    border:1px solid #e3dfd6;
    padding:28px 24px;
    min-height:190px;
    border-radius:5px;
    transition:.25s;
}
.rc-detail-step-card:hover{
    transform:translateY(-5px);
    border-color:#d7a84f;
    box-shadow:0 15px 35px rgba(7,18,28,.08);
}
.rc-detail-step-card>span{
    color:#c9942e;
    font-family:"Playfair Display",serif;
    font-size:25px;
}
.rc-detail-step-card h3{
    font-family:"Playfair Display",serif;
    font-size:21px;
    color:#111b23;
    margin:8px 0;
}
.rc-detail-step-card p{
    font-size:11px;
    color:#6b7379;
    line-height:1.7;
}
.rc-detail-cta{
    padding:50px 0;
    background:#fff;
}
.rc-detail-cta-box{
    background:#fff;
    border:1px solid var(--border);
    padding:28px 34px;
    border-radius:8px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    box-shadow:0 10px 40px rgba(26,43,60,.06);
}
.rc-detail-cta-box>div:first-child>span{
    color:var(--gold);
    font-size:10px;
    font-weight:800;
    letter-spacing:1.5px;
}
.rc-detail-cta-box h2{
    font-family:"Playfair Display",serif;
    color:var(--navy);
    font-size:29px;
    margin:3px 0;
}
.rc-detail-cta-box p{
    margin:0;
    color:var(--muted);
    font-size:11px;
}
@media(max-width:991px){
    .rc-detail-benefits{position:relative;top:auto}
}
@media(max-width:767px){
    .rc-detail-main h2{font-size:35px}
    .rc-detail-cta-box{
        align-items:flex-start;
        flex-direction:column;
        padding:25px 20px;
    }
    .rc-detail-cta-box h2{font-size:25px}
}


/* Make the Services page itself more premium */
.rc-services-page{
    padding-top:64px!important;
    padding-bottom:72px!important;
}
.rc-services-page .section-heading h2{
    font-size:42px;
}
.rc-services-page .section-heading p{
    color:#737a80;
    font-size:13px;
    line-height:1.7;
}
.rc-service-box{
    min-height:300px!important;
    padding:28px 24px 22px!important;
    border-radius:8px!important;
}
.rc-service-icon{
    width:62px!important;
    height:62px!important;
    font-size:23px!important;
    box-shadow:0 7px 17px rgba(211,161,63,.08);
}
.rc-service-box h3{
    font-size:23px!important;
}
.rc-service-box p{
    font-size:12px!important;
    line-height:1.72!important;
}
.rc-service-box>a{
    padding-top:8px;
    border-top:1px solid #eee8dd;
    width:100%;
}

/* Desktop hover also opens the menu naturally, while Bootstrap click still works. */
@media(min-width:992px){
    .rc-nav-services:hover>.dropdown-menu{
        display:block;
        opacity:1;
        visibility:visible;
        transform:translateX(-50%) translateY(0);
    }
    .rc-mega-menu{
        opacity:0;
        visibility:hidden;
        transform:translateX(-50%) translateY(7px);
        transition:opacity .18s ease,transform .18s ease,visibility .18s ease;
    }
    .rc-nav-services:hover>.rc-mega-menu{
        opacity:1;
        visibility:visible;
    }
}
@media(max-width:991px){
    .rc-mega-menu{
        width:100%;
        position:static!important;
        transform:none!important;
        margin:0!important;
        border-radius:7px!important;
        box-shadow:none!important;
    }
    .rc-mega-menu:before{display:none}
    .rc-mega-head{
        padding:14px;
    }
    .rc-mega-head strong{font-size:16px}
    .rc-mega-grid{
        grid-template-columns:1fr 1fr;
        padding:10px;
    }
}
@media(max-width:575px){
    .rc-mega-grid{grid-template-columns:1fr}
    .rc-mega-head>a{display:none}
    .rc-services-page .section-heading h2{font-size:33px}
}

/* =========================================================
   SERVICES MEGA MENU - PREMIUM / INDICPAY-STYLE
========================================================= */
.main-nav .nav-item.dropdown{position:static}
.rc-nav-services .dropdown-toggle:after{margin-left:7px;font-size:8px;vertical-align:2px}
.rc-mega-menu{
    position:absolute!important;
    left:50%!important;
    right:auto!important;
    top:100%!important;
    width:min(930px,calc(100vw - 50px));
    transform:translateX(-50%) translateY(10px)!important;
    margin:0!important;
    padding:0!important;
    border:1px solid #e7e1d6!important;
    border-radius:14px!important;
    background:#fff!important;
    box-shadow:0 25px 70px rgba(8,20,30,.18)!important;
    overflow:hidden;
    opacity:0;
    visibility:hidden;
    transition:opacity .18s ease,transform .18s ease,visibility .18s ease;
}
.rc-nav-services:hover>.rc-mega-menu,
.rc-nav-services .dropdown-menu.show{
    opacity:1;
    visibility:visible;
    transform:translateX(-50%) translateY(4px)!important;
}
.rc-mega-menu:before{
    content:"";
    position:absolute;
    top:-7px;
    left:50%;
    width:14px;height:14px;
    background:#fff;
    border-left:1px solid #e7e1d6;
    border-top:1px solid #e7e1d6;
    transform:translateX(-50%) rotate(45deg);
    z-index:2;
}
.rc-mega-top{
    position:relative;
    z-index:3;
    padding:20px 24px 18px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    background:linear-gradient(135deg,#fafafa,#f5f3ef);
    border-bottom:1px solid var(--border);
}
.rc-mega-title span{
    display:block;color:var(--gold);font-size:8px;font-weight:800;letter-spacing:2px;margin-bottom:4px
}
.rc-mega-title strong{
    display:block;color:var(--navy);font-family:"Playfair Display",serif;font-size:22px;line-height:1.1
}
.rc-mega-title small{display:block;color:var(--muted);font-size:9px;margin-top:5px}
.rc-mega-view{
    flex:0 0 auto;
    display:inline-flex;align-items:center;gap:8px;
    padding:10px 14px;border:1px solid var(--gold);border-radius:5px;
    color:#fff!important;background:var(--gold);font-size:10px;font-weight:800;text-decoration:none!important
}
.rc-mega-view:hover{background:#a67609;color:#fff!important}
.rc-mega-columns{
    display:grid;grid-template-columns:repeat(3,1fr);padding:18px 18px 15px;gap:0
}
.rc-mega-column{padding:0 12px;border-right:1px solid #eee9e0}
.rc-mega-column:last-child{border-right:0}
.rc-mega-column-title{
    display:flex;align-items:center;gap:8px;padding:0 5px 10px;
    color:#1a232b;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.7px
}
.rc-mega-column-title i{color:#c89431;font-size:12px}
.rc-mega-item{
    display:flex!important;align-items:center;gap:11px;width:100%;
    padding:8px 7px!important;margin:2px 0;border-radius:7px;
    color:#29333c!important;background:#fff!important;text-decoration:none!important;
    font-size:10px;font-weight:600;transition:.18s ease
}
.rc-mega-item i{
    width:35px;height:35px;flex:0 0 35px;display:grid;place-items:center;
    border:1px solid #ead19b;border-radius:8px;background:#fffaf1;color:#c88f2a;font-size:13px;transition:.18s
}
.rc-mega-item span{line-height:1.25}
.rc-mega-item:hover{background:#f7f2e8!important;color:#111!important;transform:translateX(3px)}
.rc-mega-item:hover i{background:#d3a13f;color:#111;border-color:#d3a13f}
.rc-mega-bottom{
    border-top:1px solid #eee9e0;background:#faf8f4;padding:10px 22px;
    display:flex;justify-content:space-between;align-items:center;font-size:9px;color:#697178
}
.rc-mega-bottom span i{color:#c89431;margin-right:5px}
.rc-mega-bottom a{color:#bd801d!important;font-weight:800;text-decoration:none!important}
@media(max-width:991px){
    .rc-mega-menu{position:static!important;width:100%!important;transform:none!important;border-radius:7px!important;box-shadow:none!important;opacity:1;visibility:visible;display:none}
    .rc-mega-menu.show{display:block}
    .rc-mega-menu:before{display:none}
    .rc-mega-top{padding:14px}
    .rc-mega-title strong{font-size:17px}
    .rc-mega-title small{font-size:8px}
    .rc-mega-view{font-size:9px;padding:8px 10px}
    .rc-mega-columns{grid-template-columns:1fr 1fr;padding:10px;gap:4px}
    .rc-mega-column{padding:6px;border-right:0}
    .rc-mega-bottom{display:none}
}
@media(max-width:575px){
    .rc-mega-top{align-items:flex-start}.rc-mega-view{display:none}
    .rc-mega-columns{grid-template-columns:1fr}
}

/* =========================================================
   FINAL SERVICES MEGA MENU - DESKTOP PROFESSIONAL FIX
========================================================= */
@media (min-width: 992px){
    .main-nav .navbar-nav .rc-nav-services{
        position:static !important;
    }
    .main-nav .navbar-nav .rc-nav-services > .rc-mega-menu,
    .main-nav .navbar-nav .rc-nav-services > .dropdown-menu.rc-mega-menu{
        display:block !important;
        position:absolute !important;
        top:calc(100% + 10px) !important;
        left:50% !important;
        right:auto !important;
        bottom:auto !important;
        width:980px !important;
        max-width:calc(100vw - 70px) !important;
        min-width:0 !important;
        margin:0 !important;
        padding:0 !important;
        transform:translateX(-50%) translateY(8px) !important;
        border:1px solid var(--border) !important;
        border-radius:16px !important;
        background:#fff !important;
        box-shadow:0 28px 80px rgba(26,43,60,.12) !important;
        overflow:hidden !important;
        opacity:0 !important;
        visibility:hidden !important;
        pointer-events:none !important;
        transition:opacity .2s ease, transform .2s ease, visibility .2s ease !important;
    }
    .main-nav .navbar-nav .rc-nav-services:hover > .rc-mega-menu,
    .main-nav .navbar-nav .rc-nav-services > .dropdown-menu.rc-mega-menu.show{
        opacity:1 !important;
        visibility:visible !important;
        pointer-events:auto !important;
        transform:translateX(-50%) translateY(0) !important;
    }

    .rc-mega-menu .rc-mega-top{
        min-height:112px !important;
        padding:22px 28px !important;
        display:flex !important;
        align-items:center !important;
        justify-content:space-between !important;
        gap:28px !important;
        background:linear-gradient(135deg,#fafafa,#f5f3ef) !important;
        border-bottom:1px solid var(--border) !important;
    }
    .rc-mega-menu .rc-mega-title span{
        color:var(--gold) !important;
        font-size:9px !important;
        letter-spacing:2px !important;
        margin-bottom:6px !important;
    }
    .rc-mega-menu .rc-mega-title strong{
        color:var(--navy) !important;
        font-size:25px !important;
        line-height:1.15 !important;
    }
    .rc-mega-menu .rc-mega-title small{
        color:var(--muted) !important;
        font-size:10px !important;
        margin-top:7px !important;
    }
    .rc-mega-menu .rc-mega-view{
        padding:12px 17px !important;
        border-radius:7px !important;
        color:#fff !important;
        background:var(--gold) !important;
        border:1px solid var(--gold) !important;
        font-size:10px !important;
        white-space:nowrap !important;
        box-shadow:0 8px 20px rgba(184,134,11,.15) !important;
    }

    .rc-mega-menu .rc-mega-columns{
        display:grid !important;
        grid-template-columns:repeat(3,minmax(0,1fr)) !important;
        padding:20px 18px !important;
        gap:0 !important;
        background:#fff !important;
    }
    .rc-mega-menu .rc-mega-column{
        min-width:0 !important;
        padding:0 17px !important;
        border-right:1px solid var(--border) !important;
    }
    .rc-mega-menu .rc-mega-column:last-child{border-right:0 !important}
    .rc-mega-menu .rc-mega-column-title{
        margin-bottom:8px !important;
        padding:0 3px 10px !important;
        font-size:10px !important;
        letter-spacing:1px !important;
        color:var(--navy) !important;
    }
    .rc-mega-menu .rc-mega-column-title i{
        width:30px !important;height:30px !important;
        display:grid !important;place-items:center !important;
        border:1px solid rgba(184,134,11,.35) !important;
        border-radius:8px !important;
        background:#fffaf1 !important;
        color:var(--gold) !important;
    }
    .rc-mega-menu .rc-mega-item{
        display:flex !important;
        align-items:center !important;
        gap:11px !important;
        min-height:52px !important;
        width:100% !important;
        margin:3px 0 !important;
        padding:7px 9px !important;
        border-radius:9px !important;
        color:var(--text) !important;
        background:#fff !important;
        font-size:11px !important;
        font-weight:600 !important;
        line-height:1.25 !important;
        text-decoration:none !important;
        white-space:normal !important;
        transition:.18s ease !important;
    }
    .rc-mega-menu .rc-mega-item i{
        width:36px !important;height:36px !important;
        flex:0 0 36px !important;
        display:grid !important;place-items:center !important;
        border:1px solid rgba(184,134,11,.35) !important;
        border-radius:9px !important;
        background:#fffaf1 !important;
        color:var(--gold) !important;
        font-size:13px !important;
    }
    .rc-mega-menu .rc-mega-item:hover{
        background:#f8f3e9 !important;
        color:var(--navy) !important;
        transform:translateX(3px) !important;
    }
    .rc-mega-menu .rc-mega-item:hover i{
        background:var(--gold) !important;
        color:#fff !important;
        border-color:var(--gold) !important;
    }
    .rc-mega-menu .rc-mega-bottom{
        min-height:54px !important;
        padding:12px 24px !important;
        background:var(--cream) !important;
        border-top:1px solid var(--border) !important;
        font-size:10px !important;
    }
}

@media (max-width: 991px){
    .main-nav .navbar-nav .rc-nav-services > .rc-mega-menu{
        width:100% !important;
        max-width:none !important;
        min-width:0 !important;
    }
}

.rc-review-card-head{
    display:flex;
    align-items:center;
    gap:10px;
    padding-bottom:18px;
    border-bottom:1px solid #eee9df;
}
.rc-review-avatar{
    width:42px;height:42px;
    display:grid;place-items:center;
    border-radius:50%;
    background:#fff8e9;
    color:#c58f2e;
    border:1px solid #ead29f;
}
.rc-review-card-head strong{display:block;font-size:11px;color:var(--rc-text)}
.rc-review-card-head small{display:block;color:#8b9297;font-size:9px;margin-top:2px}
.rc-review-card-head>span{
    margin-left:auto;
    color:#e5dfd4;
    font-family:"Playfair Display",serif;
    font-size:20px;
}
.rc-review-card .rc-stars{color:#d09b37;font-size:12px;letter-spacing:2px;margin:18px 0 10px}
.rc-review-card h3{font-family:"Playfair Display",serif;color:var(--rc-text);font-size:20px;margin-bottom:9px}
.rc-review-card p{color:#6d757b;font-size:11px;line-height:1.8;margin:0;max-width:95%}
.rc-review-quote{
    position:absolute;
    right:18px;
    bottom:13px;
    color:#f0eadf;
    font-size:30px;
}
.rc-review-points{
    border-top:1px solid var(--border);
}
.rc-review-points>div{
    display:flex;
    align-items:center;
    gap:13px;
    padding:16px 0;
    border-bottom:1px solid var(--border);
    color:var(--muted);
    font-size:12px;
}
.rc-review-points i{
    width:23px;height:23px;
    display:grid;place-items:center;
    border-radius:50%;
    background:rgba(184,134,11,.1);
    color:var(--gold);
    font-size:9px;
}
.rc-reviews-dark{
    background:var(--cream);
    color:var(--text);
}
.rc-reviews-dark h2{
    font-family:"Playfair Display",serif;
    color:var(--navy);
    font-size:43px;
    line-height:1.15;
    margin:8px 0 14px;
}
.rc-reviews-dark p{
    max-width:520px;
    color:var(--muted);
    font-size:13px;
    line-height:1.8;
}
.rc-reviews-cta-box .rc-kicker,
.rc-about-cta-box .rc-kicker{color:var(--gold)}

/* ---------- MEGA MENU FIX ---------- */
.rc-nav-services{position:static}
.rc-nav-services .rc-mega-menu-v2,
.rc-nav-services .rc-mega-menu{
    width:min(980px,calc(100vw - 40px)) !important;
    min-width:0 !important;
    left:50% !important;
    right:auto !important;
    transform:translateX(-50%) !important;
    top:calc(100% + 10px) !important;
    padding:0 !important;
    border:1px solid #e7e1d7 !important;
    border-radius:12px !important;
    background:#fff !important;
    box-shadow:0 25px 70px rgba(5,16,26,.18) !important;
    overflow:hidden !important;
}
.rc-nav-services .rc-mega-menu.show{
    display:block !important;
}
.rc-mega-top{
    display:flex !important;
    justify-content:space-between !important;
    align-items:center !important;
    gap:30px !important;
    padding:23px 28px !important;
    background:linear-gradient(135deg,#fafafa,#f5f3ef) !important;
    color:var(--navy) !important;
    border-bottom:1px solid var(--border) !important;
}
.rc-mega-title span{
    display:block !important;
    color:var(--gold) !important;
    font-size:9px !important;
    font-weight:800 !important;
    letter-spacing:1.8px !important;
    margin-bottom:5px !important;
}
.rc-mega-title strong{
    display:block !important;
    font-family:"Playfair Display",serif !important;
    font-size:23px !important;
    line-height:1.1 !important;
    color:var(--navy) !important;
}
.rc-mega-title small{
    display:block !important;
    color:var(--muted) !important;
    font-size:10px !important;
    margin-top:5px !important;
}
.rc-mega-view{
    flex:0 0 auto !important;
    display:inline-flex !important;
    align-items:center !important;
    gap:8px !important;
    padding:11px 15px !important;
    border:1px solid var(--gold) !important;
    color:#fff !important;
    background:var(--gold) !important;
    font-size:10px !important;
    font-weight:800 !important;
    text-decoration:none !important;
}
.rc-mega-view:hover{background:#a67609 !important;color:#fff !important}
.rc-mega-columns{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:0 !important;
    padding:10px 14px !important;
}
.rc-mega-column{
    padding:12px 16px 16px !important;
    border-right:1px solid #eee9df !important;
}
.rc-mega-column:last-child{border-right:0 !important}
.rc-mega-column-title{
    display:flex !important;
    align-items:center !important;
    gap:8px !important;
    color:#1b2731 !important;
    font-size:11px !important;
    font-weight:800 !important;
    padding:8px 7px 12px !important;
    border-bottom:1px solid #eee9df !important;
}
.rc-mega-column-title i{color:#c9983b !important}
.rc-mega-item{
    display:flex !important;
    align-items:center !important;
    gap:10px !important;
    width:100% !important;
    min-height:39px !important;
    padding:7px !important;
    margin-top:3px !important;
    border-radius:6px !important;
    color:#3d464d !important;
    font-size:10px !important;
    font-weight:600 !important;
    line-height:1.25 !important;
    text-decoration:none !important;
    white-space:normal !important;
}
.rc-mega-item i{
    flex:0 0 28px !important;
    width:28px !important;
    height:28px !important;
    display:grid !important;
    place-items:center !important;
    border:1px solid #e8d5ad !important;
    border-radius:7px !important;
    color:#bd852b !important;
    background:#fffaf0 !important;
    font-size:11px !important;
}
.rc-mega-item:hover{
    background:#fff8e9 !important;
    color:#a76e16 !important;
}
.rc-mega-item:hover i{
    background:#c9983b !important;
    color:#fff !important;
    border-color:#c9983b !important;
}
.rc-mega-bottom{
    display:flex !important;
    justify-content:space-between !important;
    align-items:center !important;
    gap:20px !important;
    padding:13px 23px !important;
    background:#f8f5ee !important;
    border-top:1px solid #e8e1d4 !important;
    color:#5f666b !important;
    font-size:10px !important;
}
.rc-mega-bottom span i{color:#c9983b !important;margin-right:5px !important}
.rc-mega-bottom a{
    color:#9f6b18 !important;
    font-weight:800 !important;
    text-decoration:none !important;
}

/* ---------- MOBILE ---------- */
@media(max-width:991.98px){
    .rc-page-hero{padding:58px 0}
    .rc-page-hero-grid{
        grid-template-columns:1fr;
        gap:28px;
        min-height:auto;
    }
    .rc-page-hero h1{font-size:43px}
    .rc-hero-seal,.rc-services-hero-stat,.rc-review-summary{max-width:260px}
    .rc-mega-top{display:block !important}
    .rc-mega-view{margin-top:12px !important}
    .rc-mega-columns{grid-template-columns:1fr !important}
    .rc-mega-column{border-right:0 !important;border-bottom:1px solid #eee9df !important}
    .rc-mega-column:last-child{border-bottom:0 !important}
    .rc-nav-services .rc-mega-menu-v2,
    .rc-nav-services .rc-mega-menu{
        position:static !important;
        transform:none !important;
        width:100% !important;
        max-width:100% !important;
        margin-top:8px !important;
        box-shadow:none !important;
    }
    .rc-about-cta-box,.rc-reviews-cta-box{
        align-items:flex-start;
        flex-direction:column;
        padding:25px 20px;
    }
}
@media(max-width:767px){
    .rc-page-hero h1{font-size:37px}
    .rc-display-title{font-size:33px}
    .rc-centered-head h2{font-size:34px}
    .rc-services-approach h2,.rc-reviews-dark h2{font-size:35px}
    .rc-profile-wrap{padding-right:10px}
    .rc-profile-caption{left:20px}
    .rc-profile-badge{right:0}
    .rc-mega-columns{padding:4px 8px !important}
    .rc-mega-column{padding:10px 8px !important}
    .rc-mega-bottom{display:block !important}
    .rc-mega-bottom a{display:block !important;margin-top:8px !important}
}

:root{--rc-text:#26313a;--rc-gold:#c89a4b;--rc-gold-light:#e1bd7a}
/* =========================================================
   FINAL ABOUT PAGE POLISH
   Keeps the existing About HTML and makes it clean,
   responsive and visually consistent with the new design.
========================================================= */
.inner-hero{
    position:relative;
    overflow:hidden;
    padding:78px 0 82px;
    background:linear-gradient(180deg,var(--bg-soft),var(--white));
    border-bottom:1px solid var(--border);
}
.inner-hero:before{
    content:"";
    position:absolute;
    width:520px;height:520px;
    right:-190px;top:-280px;
    border:1px solid rgba(184,134,11,.1);
    border-radius:50%;
}
.inner-hero .container{position:relative;z-index:2}
.inner-hero h1{
    color:var(--navy);
    font-size:clamp(42px,5vw,62px);
    line-height:1.05;
    margin:12px 0 8px;
}
.inner-hero p{font-size:14px;max-width:650px;line-height:1.8;color:var(--muted)!important}

.about-page-section{
    background:#fbfaf7;
    padding:92px 0;
}
.about-page-grid{
    align-items:stretch;
}
.about-page-image-card{
    height:100%;
    padding:10px!important;
    border:1px solid #e7e1d6;
    border-radius:14px;
    background:#fff;
    box-shadow:0 18px 50px rgba(8,21,34,.08);
    overflow:hidden;
}
.about-page-image-card .about-photo{
    width:100%;
    height:100%;
    min-height:560px;
    object-fit:cover;
    object-position:center top;
    display:block;
    border-radius:9px;
}
.about-page-content{
    height:100%;
    padding:42px!important;
    border:1px solid #e7e1d6;
    border-radius:14px;
    background:#fff;
    box-shadow:0 18px 50px rgba(8,21,34,.06);
}
.about-page-content .eyebrow{
    display:inline-block;
    margin-bottom:10px;
}
.about-page-content h2{
    color:var(--navy);
    font-size:clamp(30px,3.2vw,45px);
    line-height:1.12;
    margin:0 0 20px;
}
.about-page-content p{
    color:#69737b;
    font-size:14px;
    line-height:1.9;
    margin-bottom:15px;
}
.about-values-card{
    margin-top:24px;
    padding:32px!important;
    border:1px solid #e7e1d6;
    border-radius:14px;
    background:linear-gradient(145deg,#fff,#fbf8f1);
    box-shadow:0 14px 35px rgba(8,21,34,.05);
}
.about-values-card h3{
    color:var(--navy);
    font-size:25px;
    margin-bottom:22px;
}
.about-values-card ul{margin:0!important}
.about-values-card li{
    color:#38434b;
    font-size:13px;
    line-height:1.6;
    padding:13px 0;
    margin:0!important;
    border-bottom:1px solid #eee9df;
}
.about-values-card li:last-child{border-bottom:0}
.about-values-card li i{
    color:var(--gold)!important;
}
@media(max-width:991px){
    .inner-hero{padding:62px 0 68px}
    .about-page-section{padding:70px 0}
    .about-page-image-card .about-photo{min-height:520px}
    .about-page-content{padding:32px!important}
}
@media(max-width:767px){
    .inner-hero h1{font-size:40px}
    .about-page-section{padding:55px 0}
    .about-page-image-card .about-photo{min-height:430px}
    .about-page-content{padding:26px!important}
    .about-page-content h2{font-size:31px}
    .about-values-card{padding:25px!important}
}


/* =========================================================
   MOBILE NAVIGATION - PREMIUM RIGHT SIDEBAR
   (Legacy fallback – site-header uses header-collapse rules)
========================================================= */
@media (max-width: 991.98px){
    body.mobile-nav-open{overflow:hidden}
    .site-header .main-nav{position:static}
    .site-header .header-collapse.collapsing{
        height:100vh!important;
        transition:transform .28s ease!important;
    }
    .site-header .mobile-sidebar-close{
        position:absolute!important;
        top:20px!important;right:20px!important;
        width:34px!important;height:34px!important;
        padding:0!important;
        border:0!important;
        background:transparent!important;
        color:var(--navy)!important;
        z-index:2!important;
        font-size:16px!important;
    }
    .site-header .rc-nav-services .dropdown-menu{
        position:static!important;
        width:100%!important;
        min-width:0!important;
        margin:0!important;
        padding:0!important;
        transform:none!important;
        border:0!important;
        border-radius:0!important;
        background:var(--cream)!important;
        box-shadow:none!important;
        display:none!important;
        visibility:visible!important;
        opacity:1!important;
    }
    .site-header .rc-nav-services .dropdown-menu.show{display:block!important}
    .mobile-nav-backdrop{
        position:fixed;
        inset:0;
        background:rgba(26,43,60,.45);
        backdrop-filter:blur(2px);
        opacity:0;
        visibility:hidden;
        transition:.25s ease;
        z-index:1055;
    }
    .mobile-nav-backdrop.show{opacity:1;visibility:visible}

    /* Non site-header fallback */
    .main-nav:not(.header-main) .navbar-collapse{
        position:fixed!important;
        top:0!important;right:0!important;bottom:0!important;left:auto!important;
        width:min(350px,88vw)!important;height:100vh!important;
        padding:92px 22px 28px!important;
        background:#fff!important;
        transform:translateX(105%)!important;
        visibility:hidden!important;opacity:0!important;
        transition:transform .28s ease,opacity .22s ease,visibility .28s ease!important;
        z-index:1060!important;display:block!important;
    }
    .main-nav:not(.header-main) .navbar-collapse.show{
        transform:translateX(0)!important;visibility:visible!important;opacity:1!important;
    }
}
@media(min-width:992px){.mobile-nav-backdrop,.mobile-sidebar-close{display:none!important}}

/* ===== CONTACT PAGE ENHANCEMENTS ===== */
.contact-page-wrap .content-card,
.contact-page-wrap .appointment-form{border-radius:18px;}
.contact-detail-link{color:inherit;text-decoration:none;transition:.2s ease}
.contact-detail-link:hover{color:var(--gold);}
.contact-detail-link i{width:24px;}
.contact-map-section{padding:0 0 90px;background:#fff;}
.contact-map-card{position:relative;overflow:hidden;border:1px solid #e7e0d4;border-radius:22px;background:#fff;box-shadow:0 18px 55px rgba(10,24,35,.10);}
.contact-map-card iframe{display:block;width:100%;height:430px;border:0;filter:saturate(.82) contrast(.98);}
.map-info-bar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 26px;background:#fff;color:var(--text);border-top:1px solid var(--border);}
.map-info-bar h3{font-family:'Playfair Display',serif;margin:0 0 4px;font-size:24px;color:var(--navy);}
.map-info-bar p{margin:0;color:var(--muted);font-size:14px;}
.map-info-bar .map-btn{white-space:nowrap;}
@media(max-width:767.98px){
 .contact-map-section{padding-bottom:55px;}
 .contact-map-card iframe{height:330px;}
 .map-info-bar{align-items:flex-start;flex-direction:column;padding:20px;}
 .map-info-bar .map-btn{width:100%;text-align:center;}
}

/* Homepage consultation contact links */
.contact-mini-link{color:var(--muted);text-decoration:none;transition:color .2s ease}.contact-mini-link:hover{color:var(--gold)}

/* =========================================================
   CONTACT GOOGLE MAP - PREMIUM / FULL WIDTH FIX
========================================================= */
.contact-map-section{
    position:relative;
    padding:100px 0 100px;
    background:linear-gradient(180deg,#faf8f3 0%,#ffffff 100%);
}
.contact-map-section > .container{
    width:100%;
    max-width:1320px;
}
.contact-map-section .section-heading{
    margin-bottom:42px;
}
.contact-map-section .section-heading h2{
    font-size:46px;
    margin-top:8px;
}
.contact-map-section .section-heading p{
    margin-top:8px;
}
.contact-map-card{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    position:relative;
    overflow:hidden;
    border:1px solid #e3ddd1;
    border-radius:20px;
    background:#fff;
    box-shadow:0 22px 60px rgba(8,21,34,.12);
}
.contact-map-card iframe{
    display:block !important;
    width:100% !important;
    min-width:100% !important;
    max-width:100% !important;
    height:480px !important;
    min-height:480px;
    border:0 !important;
    margin:0 !important;
    padding:0 !important;
    filter:none;
}
.map-info-bar{
    display:flex !important;
    align-items:center;
    justify-content:space-between;
    gap:30px;
    width:100%;
    padding:25px 30px;
    background:#fff;
    color:var(--text);
    border-top:1px solid var(--border);
}
.map-info-bar > div{
    min-width:0;
}
.map-info-bar h3{
    font-family:'Playfair Display',serif;
    color:var(--navy);
    margin:0 0 6px;
    font-size:26px;
}
.map-info-bar p{
    margin:0;
    color:var(--muted);
    font-size:14px;
    line-height:1.6;
}
.map-info-bar .map-btn{
    flex:0 0 auto;
    white-space:nowrap;
    min-height:48px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
}

@media (max-width:991.98px){
    .contact-map-section{padding:75px 0 75px;}
    .contact-map-section .section-heading h2{font-size:40px;}
    .contact-map-card iframe{
        height:420px !important;
        min-height:420px;
    }
}

@media (max-width:767.98px){
    .contact-map-section{padding:60px 0 60px;}
    .contact-map-section .section-heading{margin-bottom:28px;}
    .contact-map-section .section-heading h2{font-size:34px;}
    .contact-map-section .section-heading p{font-size:13px;}
    .contact-map-card{border-radius:14px;}
    .contact-map-card iframe{
        height:330px !important;
        min-height:330px;
    }
    .map-info-bar{
        flex-direction:column;
        align-items:flex-start;
        gap:18px;
        padding:20px;
    }
    .map-info-bar h3{font-size:22px;}
    .map-info-bar p{font-size:12px;}
    .map-info-bar .map-btn{
        width:100%;
    }
}

/* =========================================================
   FULL LIGHT THEME - GLOBAL OVERRIDES
========================================================= */
.rc-detail-hero .text-white,
.rc-detail-hero h2.text-white{color:var(--navy)!important}
.rc-detail-hero .text-white-50,
.rc-detail-hero .rc-detail-lead.text-white-50{color:var(--muted)!important}
.practice-section,.reviews-section{background:var(--bg-soft)}
.stats-section{background:var(--white)}
.main-nav{border-bottom:0!important;box-shadow:none!important}
.float-call{background:var(--gold)}
.mobile-nav-backdrop{background:rgba(26,43,60,.2)}
.about-page-section{background:var(--bg-soft)}
.rc-detail-process{background:var(--cream)}
.rc-services-page{background:#fff}

/* =========================================================
   PROFESSIONAL SITE HEADER
========================================================= */
.site-header{
    position:sticky;
    top:0;
    z-index:1050;
    background:#fff;
    transition:box-shadow .25s ease;
}
.site-header.is-scrolled{
    box-shadow:0 8px 30px rgba(26,43,60,.08);
}

/* Top utility bar */
.header-top{
    background:var(--cream);
    color:var(--muted);
    font-size:12px;
    border-bottom:1px solid var(--border);
}
.header-top-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    min-height:38px;
}
.header-top-left,
.header-top-right{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:18px;
}
.header-top-item{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:var(--muted);
    text-decoration:none;
    transition:color .2s ease;
    white-space:nowrap;
}
a.header-top-item:hover{color:var(--gold)}
.header-top-item i{
    color:var(--gold);
    font-size:11px;
    flex-shrink:0;
}
.header-social{
    display:flex;
    align-items:center;
    gap:8px;
    padding-left:14px;
    border-left:1px solid var(--border);
}
.header-social a{
    width:28px;
    height:28px;
    display:grid;
    place-items:center;
    border:1px solid var(--border);
    border-radius:50%;
    background:#fff;
    color:var(--navy);
    font-size:11px;
    text-decoration:none;
    transition:.2s ease;
}
.header-social a:hover{
    background:var(--gold);
    border-color:var(--gold);
    color:#fff;
}

/* Mobile quick contact bar */
.header-mobile-bar{
    background:var(--cream);
    border-bottom:1px solid var(--border);
}
.header-mobile-bar .container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    min-height:36px;
}
.header-mobile-bar-item{
    display:inline-flex;
    align-items:center;
    gap:7px;
    color:var(--navy);
    font-size:11px;
    font-weight:600;
    text-decoration:none;
    white-space:nowrap;
}
.header-mobile-bar-item i{color:var(--gold);font-size:10px}

/* Main navigation shell */
.header-main{
    padding:0;
    background:#fff!important;
    border-bottom:0!important;
    box-shadow:none!important;
}
.header-container{
    min-height:64px;
    display:grid;
    grid-template-columns:auto 1fr auto;
    align-items:center;
    gap:16px;
    position:relative;
}
.header-brand{
    display:flex!important;
    align-items:center;
    gap:12px;
    margin-right:0!important;
    padding:0!important;
    flex:0 0 auto;
    grid-column:1;
    max-width:340px;
}
.header-brand-text{
    display:flex;
    flex-direction:column;
    line-height:1.2;
    padding-left:12px;
    border-left:1px solid var(--border);
    min-width:0;
}
.header-brand-text strong{
    font-family:"Playfair Display",serif;
    font-size:16px;
    color:var(--navy);
    font-weight:600;
    white-space:nowrap;
}
.header-brand-text small{
    font-size:9px;
    letter-spacing:1.2px;
    text-transform:uppercase;
    color:var(--muted);
    margin-top:2px;
    white-space:nowrap;
}
.site-logo{
    width:220px;
    height:44px;
    object-fit:contain;
    object-position:left center;
    flex-shrink:0;
    display:block;
}
.footer-logo-link{display:inline-block;text-decoration:none}
.footer-logo{width:220px;height:46px;object-fit:contain;object-position:left center;display:block}

/* Collapse area – desktop nav only */
.header-collapse{
    min-width:0;
    grid-column:2;
}
.header-actions-desktop{
    grid-column:3;
    align-items:center;
    gap:10px;
    flex-shrink:0;
    padding-left:18px;
    margin-left:4px;
    border-left:1px solid var(--border);
    background:#fff;
}
.header-mobile-actions{
    grid-column:3;
}
@media(min-width:992px){
    .header-collapse{
        display:flex!important;
        align-items:center;
        justify-content:center;
        width:100%;
        min-width:0;
    }
    .header-nav{
        display:flex;
        justify-content:center;
        align-items:center;
        flex-wrap:nowrap;
        margin:0!important;
        width:100%;
        max-width:100%;
    }
    .header-nav .nav-item{
        flex:0 0 auto;
    }
    .header-nav .nav-link{
        padding:18px 8px!important;
    }
    .header-actions-desktop{
        display:flex!important;
    }
}

/* Nav links */
.header-nav .nav-link{
    color:var(--navy)!important;
    font-size:12.5px;
    font-weight:600;
    letter-spacing:.15px;
    padding:18px 9px!important;
    position:relative;
    transition:color .2s ease;
    white-space:nowrap;
}
.header-nav .nav-link:hover,
.header-nav .nav-link.active{
    color:var(--gold)!important;
}
.header-nav .nav-link:after{
    content:"";
    position:absolute;
    left:50%;
    bottom:20px;
    width:0;
    height:2px;
    background:var(--gold);
    transform:translateX(-50%);
    transition:width .25s ease;
}
.header-nav .nav-link:hover:after,
.header-nav .nav-link.active:after{
    width:20px;
}
.header-nav .dropdown-toggle:after{
    margin-left:4px;
    font-size:8px;
    vertical-align:1px;
    border:0!important;
    content:"\f107"!important;
    font-family:"Font Awesome 6 Free"!important;
    font-weight:900!important;
    color:var(--gold)!important;
}

/* Header CTAs */
.header-actions{
    display:flex;
    align-items:center;
    gap:10px;
}
.header-phone-link{
    display:flex;
    align-items:center;
    gap:10px;
    padding:8px 14px 8px 8px;
    border:1px solid var(--border);
    border-radius:8px;
    text-decoration:none;
    background:#fff;
    transition:.2s ease;
    flex-shrink:0;
}
.header-phone-link:hover{
    border-color:rgba(184,134,11,.45);
    background:#fffdf8;
}
.header-phone-icon{
    width:36px;
    height:36px;
    display:grid;
    place-items:center;
    border-radius:8px;
    background:rgba(184,134,11,.1);
    color:var(--gold);
    font-size:14px;
    flex-shrink:0;
}
.header-phone-text{
    display:flex;
    flex-direction:column;
    line-height:1.2;
    gap:1px;
}
.header-phone-text small{
    font-size:8px;
    letter-spacing:.8px;
    text-transform:uppercase;
    color:var(--muted);
    font-weight:700;
}
.header-phone-text strong{
    font-size:12.5px;
    color:var(--navy);
    font-weight:700;
    white-space:nowrap;
}
.header-phone-compact{display:none}
.header-cta-btn{
    padding:11px 20px!important;
    white-space:nowrap;
    border-radius:6px!important;
    font-size:12px!important;
    flex-shrink:0;
    min-height:48px;
    display:inline-flex!important;
    align-items:center;
    justify-content:center;
}

/* Mobile header controls */
.header-mobile-actions{
    display:flex;
    align-items:center;
    gap:8px;
    margin-left:auto;
    flex-shrink:0;
}
.header-mobile-call{
    width:40px;
    height:40px;
    display:grid;
    place-items:center;
    border:1px solid var(--border);
    border-radius:8px;
    color:var(--navy);
    background:#fff;
    text-decoration:none;
    transition:.2s ease;
}
.header-mobile-call:hover{
    background:var(--gold);
    color:#fff;
    border-color:var(--gold);
}
.header-toggler{
    width:40px;
    height:40px;
    padding:0!important;
    border:1px solid var(--border)!important;
    border-radius:8px!important;
    background:#fff!important;
    box-shadow:none!important;
    display:grid!important;
    place-items:center;
    gap:4px;
}
.header-toggler:focus{
    box-shadow:0 0 0 3px rgba(184,134,11,.15)!important;
}
.header-toggler .toggler-bar{
    display:block;
    width:18px;
    height:2px;
    background:var(--navy);
    border-radius:2px;
    transition:.2s ease;
}
.header-toggler[aria-expanded="true"] .toggler-bar:nth-child(1){
    transform:translateY(6px) rotate(45deg);
}
.header-toggler[aria-expanded="true"] .toggler-bar:nth-child(2){
    opacity:0;
}
.header-toggler[aria-expanded="true"] .toggler-bar:nth-child(3){
    transform:translateY(-6px) rotate(-45deg);
}

/* Large desktop */
@media(min-width:1400px){
    .site-logo{width:240px;height:52px}
    .footer-logo{width:230px;height:50px}
    .header-brand{max-width:380px}
    .header-brand-text strong{font-size:17px}
    .header-nav .nav-link{
        font-size:13px;
        padding:28px 10px!important;
    }
    .header-cta-btn{padding:12px 22px!important;font-size:13px!important}
    .header-actions-desktop{gap:12px;padding-left:22px}
}

/* Medium desktop – tighter spacing */
@media(min-width:992px) and (max-width:1399px){
    .header-brand-text{display:none}
    .header-brand{max-width:200px}
    .site-logo{width:190px;height:44px}
    .footer-logo{width:185px;height:42px}
    .header-nav .nav-link{
        font-size:11.5px;
        padding:28px 6px!important;
    }
    .header-phone-full{display:none}
    .header-phone-compact{display:flex;padding:8px}
    .header-actions-desktop{padding-left:14px;gap:8px}
}

/* Tablet landscape */
@media(min-width:992px) and (max-width:1199px){
    .header-container{gap:10px}
    .header-nav .nav-link{
        font-size:10.5px;
        padding:28px 4px!important;
    }
    .header-cta-btn{
        padding:10px 14px!important;
        font-size:11px!important;
        min-height:44px;
    }
    .header-nav .nav-item:last-child .nav-link{
        padding-right:8px!important;
    }
}

/* Mobile & tablet portrait */
@media(max-width:991.98px){
    .header-container{
        min-height:68px;
        gap:8px;
        grid-template-columns:1fr auto;
    }
    .header-brand{
        max-width:calc(100% - 100px);
        grid-column:1;
    }
    .header-mobile-actions{
        grid-column:2;
    }
    .header-collapse{
        grid-column:1 / -1;
    }
    .header-actions-desktop{display:none!important}
    .header-brand-text{display:none!important}
    .site-logo{width:175px;height:40px}
    .footer-logo{width:170px;height:38px}

    .header-collapse{
        position:fixed!important;
        top:0!important;
        right:0!important;
        bottom:0!important;
        left:auto!important;
        width:min(360px,92vw)!important;
        height:100vh!important;
        max-height:100vh!important;
        margin:0!important;
        padding:88px 22px 28px!important;
        background:#fff!important;
        border-left:1px solid var(--border)!important;
        box-shadow:-18px 0 55px rgba(26,43,60,.18)!important;
        overflow-y:auto!important;
        overflow-x:hidden!important;
        transform:translateX(105%)!important;
        visibility:hidden!important;
        opacity:0!important;
        transition:transform .28s ease,opacity .22s ease,visibility .28s ease!important;
        z-index:1060!important;
        display:block!important;
        flex-direction:column!important;
    }
    .header-collapse.show{
        transform:translateX(0)!important;
        visibility:visible!important;
        opacity:1!important;
    }
    .header-collapse:before{
        content:'NAVIGATION';
        position:absolute;
        top:28px;
        left:22px;
        color:var(--gold);
        font-size:10px;
        font-weight:800;
        letter-spacing:2px;
    }
    .header-nav{
        width:100%;
        margin:0!important;
        padding:0!important;
    }
    .header-nav .nav-item{width:100%}
    .header-nav .nav-link{
        display:flex!important;
        align-items:center!important;
        min-height:50px;
        padding:14px 4px!important;
        border-bottom:1px solid var(--border);
        font-size:14px!important;
    }
    .header-nav .nav-link:after{display:none!important}
    .header-nav .nav-link.active{color:var(--gold)!important}
    .header-nav .dropdown-toggle:after{
        margin-left:auto!important;
        font-size:12px!important;
    }

    .header-actions-mobile{
        display:flex!important;
        flex-direction:column!important;
        width:100%;
        margin-top:18px!important;
        padding-top:18px;
        border-top:1px solid var(--border);
        gap:10px!important;
    }
    .header-actions-mobile .header-phone-full{
        display:flex!important;
        width:100%;
        padding:12px!important;
    }
    .header-actions-mobile .header-phone-compact{display:none!important}
    .header-actions-mobile .header-cta-btn{
        width:100%;
        min-height:46px;
        display:flex!important;
        align-items:center;
        justify-content:center;
    }

    .mobile-nav-backdrop{
        z-index:1055!important;
    }

    .site-header .rc-mega-top{
        display:block!important;
        padding:16px!important;
    }
    .site-header .rc-mega-columns{
        display:block!important;
        padding:8px!important;
    }
    .site-header .rc-mega-column{
        padding:8px 4px!important;
        border-right:0!important;
        border-bottom:1px solid var(--border)!important;
    }
    .site-header .rc-mega-column:last-child{border-bottom:0!important}
    .site-header .rc-mega-view{
        display:inline-flex!important;
        margin-top:10px!important;
    }
    .site-header .rc-mega-bottom{
        display:block!important;
        padding:12px 16px!important;
    }
    .site-header .rc-mega-bottom a{display:inline-block!important;margin-top:6px!important}
}

@media(max-width:575px){
    .site-logo{width:160px;height:36px}
    .footer-logo{width:155px;height:34px}
    .header-mobile-bar .container{
        justify-content:center;
        flex-wrap:wrap;
        padding-top:6px;
        padding-bottom:6px;
    }
}

/* Override legacy nav styles inside new header */
.site-header .nav-link{bottom:auto}
.site-header .main-nav .navbar-nav .nav-link{
    padding:18px 9px!important;
}

/* Override legacy nav padding inside site header */
.site-header.main-nav .nav-link,
.site-header .main-nav .nav-link{
    padding:18px 9px!important;
}
.site-header .navbar-nav .nav-link:after{
    left:50%!important;
    bottom:14px!important;
    width:0!important;
}
.site-header .navbar-nav .nav-link:hover:after,
.site-header .navbar-nav .nav-link.active:after{
    width:20px!important;
    left:calc(50% - 10px)!important;
}
@media(max-width:991.98px){
    .site-header .navbar-nav .nav-link:after{display:none!important}
    .main-nav .navbar-collapse:before{display:none!important}
    .main-nav .navbar-collapse:after{display:none!important}
}

/* =========================================================
   SITE PRELOADER
========================================================= */
body.preloader-active{overflow:hidden}
.site-preloader{
    position:fixed;
    inset:0;
    z-index:9999;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    transition:opacity .45s ease, visibility .45s ease;
}
.site-preloader.is-hidden{
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
}
.site-preloader-inner{
    text-align:center;
    padding:24px;
    animation:preloaderFadeIn .5s ease;
}
.site-preloader-logo{
    width:min(280px,78vw);
    height:auto;
    display:block;
    margin:0 auto;
    animation:preloaderLogoPulse 1.8s ease-in-out infinite;
}
.site-preloader-bar{
    width:180px;
    max-width:70vw;
    height:3px;
    margin:28px auto 12px;
    background:#eef0f2;
    border-radius:999px;
    overflow:hidden;
}
.site-preloader-bar span{
    display:block;
    width:40%;
    height:100%;
    border-radius:999px;
    background:linear-gradient(90deg,var(--gold),var(--gold-light));
    animation:preloaderBarMove 1.1s ease-in-out infinite;
}
.site-preloader-text{
    margin:0;
    font-size:11px;
    letter-spacing:2px;
    text-transform:uppercase;
    color:var(--muted);
    font-weight:700;
}
@keyframes preloaderFadeIn{
    from{opacity:0;transform:translateY(8px)}
    to{opacity:1;transform:translateY(0)}
}
@keyframes preloaderLogoPulse{
    0%,100%{opacity:1;transform:scale(1)}
    50%{opacity:.88;transform:scale(.985)}
}
@keyframes preloaderBarMove{
    0%{transform:translateX(-120%)}
    100%{transform:translateX(320%)}
}
@media(max-width:575px){
    .site-preloader-logo{width:min(240px,82vw)}
    .site-preloader-bar{width:150px;margin-top:22px}
}

/* =========================================================
   PROFESSIONAL MENU & SUBMENU
========================================================= */
.site-header .main-nav .nav-item.dropdown{position:static}

/* Main nav links */
.site-header .header-nav .menu-link{
    display:inline-flex!important;
    align-items:center;
    gap:6px;
    border-radius:6px;
    transition:color .2s ease, background .2s ease;
}
.site-header .header-nav .menu-link .menu-chevron{
    font-size:9px;
    color:var(--gold);
    transition:transform .25s ease;
}
.site-header .header-nav .menu-item-has-children.show .menu-chevron,
.site-header .header-nav .menu-item-has-children:hover .menu-chevron{
    transform:rotate(180deg);
}
.site-header .header-nav .dropdown-toggle:after{display:none!important}

@media(min-width:992px){
    .site-header .header-nav .menu-link:hover{
        background:rgba(184,134,11,.06);
    }
    .site-header .header-nav .menu-link.active{
        background:rgba(184,134,11,.08);
    }
}

/* Mega panel shell */
.site-header .menu-mega-panel{
    position:absolute!important;
    left:50%!important;
    right:auto!important;
    top:calc(100% + 2px)!important;
    transform:translateX(-50%) translateY(10px)!important;
    width:min(520px,calc(100vw - 40px))!important;
    max-width:min(520px,calc(100vw - 40px))!important;
    margin:0!important;
    padding:0!important;
    border:1px solid var(--border)!important;
    border-radius:14px!important;
    background:#fff!important;
    box-shadow:0 22px 55px rgba(26,43,60,.14)!important;
    overflow:hidden!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    display:block!important;
    transition:opacity .22s ease, transform .22s ease, visibility .22s ease!important;
}
.site-header .menu-mega-panel:before{
    content:"";
    position:absolute;
    top:-7px;
    left:50%;
    width:14px;
    height:14px;
    background:#fff;
    border-left:1px solid var(--border);
    border-top:1px solid var(--border);
    transform:translateX(-50%) rotate(45deg);
    z-index:2;
}
.site-header .rc-nav-services{position:static}
.site-header .rc-nav-services:after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:100%;
    height:12px;
    z-index:1;
}
.site-header .rc-nav-services:hover>.menu-mega-panel,
.site-header .rc-nav-services.show>.menu-mega-panel,
.site-header .rc-nav-services>.menu-mega-panel.show{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:translateX(-50%) translateY(0)!important;
}

.site-header .main-nav .navbar-nav .rc-nav-services > .menu-mega-panel,
.site-header .main-nav .navbar-nav .rc-nav-services > .dropdown-menu.menu-mega-panel,
.site-header .main-nav .navbar-nav .rc-nav-services > .dropdown-menu.rc-mega-menu.menu-mega-panel{
    width:min(520px,calc(100vw - 40px))!important;
    max-width:min(520px,calc(100vw - 40px))!important;
}

/* Mega header */
.site-header .menu-mega-head{
    display:flex!important;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:12px 16px!important;
    background:linear-gradient(135deg,#f8f6f2 0%,#fff 100%)!important;
    border-bottom:1px solid var(--border)!important;
}
.site-header .menu-mega-head-info span{
    display:block;
    color:var(--gold)!important;
    font-size:9px!important;
    font-weight:800!important;
    letter-spacing:1.8px!important;
    text-transform:uppercase;
    margin-bottom:3px!important;
}
.site-header .menu-mega-head-info strong{
    display:block;
    font-family:"Playfair Display",serif!important;
    color:var(--navy)!important;
    font-size:17px!important;
    font-weight:600!important;
    line-height:1.15!important;
}
.site-header .menu-mega-all-link{
    flex-shrink:0;
    display:inline-flex!important;
    align-items:center;
    gap:7px;
    padding:7px 11px!important;
    border-radius:8px!important;
    border:1px solid rgba(184,134,11,.35)!important;
    background:#fff!important;
    color:var(--navy)!important;
    font-size:10px!important;
    font-weight:700!important;
    text-decoration:none!important;
    white-space:nowrap;
    transition:.2s ease;
}
.site-header .menu-mega-all-link i{
    font-size:10px;
    color:var(--gold);
    transition:.2s ease;
}
.site-header .menu-mega-all-link:hover{
    background:var(--gold)!important;
    border-color:var(--gold)!important;
    color:#fff!important;
}
.site-header .menu-mega-all-link:hover i{color:#fff}

/* Split submenu */
.site-header .menu-mega-split{
    display:grid!important;
    grid-template-columns:158px minmax(0,1fr)!important;
    min-height:0;
    background:#fff!important;
}
@media(min-width:992px){
    .site-header .menu-mega-split{
        grid-template-columns:158px minmax(0,1fr)!important;
    }
    .site-header .menu-mega-pages{
        grid-column:2;
    }
}
.site-header .menu-mega-cats{
    padding:10px 8px!important;
    background:#faf8f5!important;
    border-right:1px solid var(--border)!important;
}
.site-header .menu-mega-cats-label{
    margin:0 0 8px;
    padding:0 8px;
    font-size:9px;
    font-weight:800;
    letter-spacing:1.6px;
    text-transform:uppercase;
    color:var(--muted);
}
.site-header .menu-cat-btn{
    display:flex!important;
    align-items:center;
    gap:8px;
    width:100%;
    margin:3px 0;
    padding:8px 6px;
    border:1px solid transparent;
    border-radius:8px;
    background:transparent;
    color:var(--navy);
    font-size:11px;
    font-weight:600;
    text-align:left;
    cursor:pointer;
    transition:.2s ease;
    position:relative;
}
.site-header .menu-cat-btn:before{
    content:"";
    position:absolute;
    left:0;
    top:8px;
    bottom:8px;
    width:3px;
    border-radius:0 3px 3px 0;
    background:var(--gold);
    opacity:0;
    transition:.2s ease;
}
.site-header .menu-cat-btn:hover,
.site-header .menu-cat-btn.active{
    background:#fff;
    border-color:rgba(184,134,11,.2);
    color:var(--navy);
    box-shadow:0 2px 10px rgba(26,43,60,.05);
}
.site-header .menu-cat-btn.active:before,
.site-header .menu-cat-btn:hover:before{
    opacity:1;
}
.site-header .menu-cat-icon{
    width:30px;
    height:30px;
    flex:0 0 30px;
    display:grid;
    place-items:center;
    border-radius:7px;
    background:rgba(184,134,11,.08);
    color:var(--gold);
    font-size:12px;
    transition:.2s ease;
}
.site-header .menu-cat-btn.active .menu-cat-icon,
.site-header .menu-cat-btn:hover .menu-cat-icon{
    background:var(--gold);
    color:#fff;
}
.site-header .menu-cat-name{flex:1;line-height:1.35}
.site-header .menu-cat-arrow{
    font-size:9px;
    color:#c5cdd6;
    transition:.2s ease;
}
.site-header .menu-cat-btn.active .menu-cat-arrow{color:var(--gold)}

.site-header .menu-mega-pages{
    padding:10px 12px!important;
    position:relative;
    background:#fff!important;
    min-height:0;
    min-width:0;
    flex:1;
    display:block!important;
    overflow:visible!important;
}
.site-header .menu-panel-label{
    margin:0 0 8px;
    padding-bottom:6px;
    border-bottom:1px solid var(--border);
    font-family:"Playfair Display",serif;
    font-size:14px;
    font-weight:600;
    color:var(--navy);
    line-height:1.2;
}
.site-header .menu-cat-panel{
    display:none!important;
}
.site-header .rc-nav-services:hover .menu-cat-panel.active,
.site-header .rc-nav-services.show .menu-cat-panel.active,
.site-header .menu-mega-panel.show .menu-cat-panel.active{
    display:block!important;
}
.site-header .menu-mega-split:has(.menu-cat-btn:hover) .menu-cat-panel{
    display:none!important;
}
.site-header .menu-mega-split:has(.menu-cat-btn[data-target="cat-individuals"]:hover) #cat-individuals,
.site-header .menu-mega-split:has(.menu-cat-btn[data-target="cat-family"]:hover) #cat-family,
.site-header .menu-mega-split:has(.menu-cat-btn[data-target="cat-business"]:hover) #cat-business{
    display:block!important;
    animation:menuPanelIn .22s ease;
}
.site-header .menu-cat-panel-links{
    display:flex;
    flex-direction:column;
    gap:4px;
}
@keyframes menuPanelIn{
    from{opacity:0;transform:translateX(6px)}
    to{opacity:1;transform:translateX(0)}
}

/* Mega links */
.site-header .menu-mega-link{
    display:flex!important;
    align-items:center;
    gap:10px!important;
    width:100%!important;
    min-height:38px!important;
    padding:6px 8px!important;
    border-radius:8px!important;
    border:1px solid transparent!important;
    background:#fff!important;
    color:var(--text)!important;
    text-decoration:none!important;
    transition:.2s ease!important;
}
.site-header .menu-mega-icon{
    width:32px;
    height:32px;
    flex:0 0 32px;
    display:grid;
    place-items:center;
    border-radius:7px;
    background:#faf8f5;
    border:1px solid rgba(184,134,11,.18);
    color:var(--gold);
    font-size:12px;
    transition:.2s ease;
}
.site-header .menu-mega-text{
    flex:1;
    min-width:0;
}
.site-header .menu-mega-text strong{
    font-size:13px;
    font-weight:600;
    color:var(--navy);
    line-height:1.3;
}
.site-header .menu-mega-arrow{
    flex:0 0 auto;
    font-size:10px;
    color:#d1d5db;
    transition:.2s ease;
}
.site-header .menu-mega-link:hover{
    background:#faf8f3!important;
    border-color:rgba(184,134,11,.15)!important;
}
.site-header .menu-mega-link:hover .menu-mega-icon{
    background:var(--gold);
    border-color:var(--gold);
    color:#fff;
}
.site-header .menu-mega-link:hover .menu-mega-arrow{
    color:var(--gold);
    transform:translateX(2px);
}

/* Mega footer */
.site-header .menu-mega-foot{
    display:flex!important;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:11px 14px!important;
    background:linear-gradient(135deg,#f8f6f2 0%,#fff 100%)!important;
    border-top:1px solid rgba(184,134,11,.18)!important;
}
.site-header .menu-mega-foot-info{
    display:flex;
    align-items:center;
    gap:8px;
    color:var(--navy);
    font-size:11px;
    font-weight:600;
}
.site-header .menu-mega-foot-info i{
    width:28px;
    height:28px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:rgba(184,134,11,.12);
    color:var(--gold);
    font-size:11px;
}
.site-header .menu-mega-book{
    flex-shrink:0;
    display:inline-flex!important;
    align-items:center;
    gap:7px;
    padding:8px 13px!important;
    border-radius:8px!important;
    background:var(--gold)!important;
    border:1px solid var(--gold)!important;
    color:#fff!important;
    font-size:10px!important;
    font-weight:700!important;
    text-decoration:none!important;
    white-space:nowrap;
    transition:.2s ease;
    box-shadow:0 4px 14px rgba(184,134,11,.18);
}
.site-header .menu-mega-book i{font-size:10px;color:#fff}
.site-header .menu-mega-book:hover{
    background:#a67609!important;
    border-color:#a67609!important;
    color:#fff!important;
    box-shadow:0 6px 18px rgba(184,134,11,.22);
}

/* Resources submenu */
.site-header .rc-nav-resources{position:static}
.site-header .rc-nav-resources:after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:100%;
    height:12px;
    z-index:1;
}
.site-header .menu-resources-panel{
    position:absolute!important;
    left:50%!important;
    right:auto!important;
    top:calc(100% + 2px)!important;
    transform:translateX(-50%) translateY(10px)!important;
    width:min(300px,calc(100vw - 40px))!important;
    max-width:min(300px,calc(100vw - 40px))!important;
    margin:0!important;
    padding:0!important;
    border:1px solid var(--border)!important;
    border-radius:12px!important;
    background:#fff!important;
    box-shadow:0 18px 45px rgba(26,43,60,.12)!important;
    overflow:hidden!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    display:block!important;
    transition:opacity .22s ease, transform .22s ease, visibility .22s ease!important;
}
.site-header .rc-nav-resources:hover>.menu-resources-panel,
.site-header .rc-nav-resources.show>.menu-resources-panel,
.site-header .rc-nav-resources>.menu-resources-panel.show{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:translateX(-50%) translateY(0)!important;
}
.site-header .menu-resources-head{
    padding:12px 16px!important;
    background:linear-gradient(135deg,#f8f6f2 0%,#fff 100%)!important;
    border-bottom:1px solid var(--border)!important;
}
.site-header .menu-resources-head span{
    display:block;
    color:var(--gold)!important;
    font-size:9px!important;
    font-weight:800!important;
    letter-spacing:1.6px!important;
    text-transform:uppercase;
    margin-bottom:2px!important;
}
.site-header .menu-resources-head strong{
    display:block;
    font-family:"Playfair Display",serif!important;
    color:var(--navy)!important;
    font-size:16px!important;
    font-weight:600!important;
    line-height:1.15!important;
}
.site-header .menu-resources-links{
    padding:8px!important;
    display:flex;
    flex-direction:column;
    gap:4px;
}
.site-header .menu-resource-link{
    display:flex!important;
    align-items:center;
    gap:10px!important;
    width:100%!important;
    min-height:52px!important;
    padding:8px 10px!important;
    border-radius:8px!important;
    border:1px solid transparent!important;
    background:#fff!important;
    color:var(--text)!important;
    text-decoration:none!important;
    transition:.2s ease!important;
}
.site-header .menu-resource-link:hover,
.site-header .menu-resource-link.active{
    background:#faf8f3!important;
    border-color:rgba(184,134,11,.15)!important;
}
.site-header .menu-resource-icon{
    width:32px;
    height:32px;
    flex:0 0 32px;
    display:grid;
    place-items:center;
    border-radius:7px;
    background:#faf8f5;
    border:1px solid rgba(184,134,11,.18);
    color:var(--gold);
    font-size:12px;
    transition:.2s ease;
}
.site-header .menu-resource-link:hover .menu-resource-icon,
.site-header .menu-resource-link.active .menu-resource-icon{
    background:var(--gold);
    border-color:var(--gold);
    color:#fff;
}
.site-header .menu-resource-text{
    flex:1;
    min-width:0;
    display:flex;
    flex-direction:column;
    gap:1px;
}
.site-header .menu-resource-text strong{
    font-size:13px;
    font-weight:600;
    color:var(--navy);
    line-height:1.25;
}
.site-header .menu-resource-text small{
    font-size:10px;
    color:var(--muted);
    line-height:1.3;
}
.site-header .menu-resource-arrow{
    flex:0 0 auto;
    font-size:10px;
    color:#d1d5db;
    transition:.2s ease;
}
.site-header .menu-resource-link:hover .menu-resource-arrow,
.site-header .menu-resource-link.active .menu-resource-arrow{
    color:var(--gold);
    transform:translateX(2px);
}

/* Mobile menu & submenu */
@media(max-width:991.98px){
    .site-header .menu-mega-panel{
        position:static!important;
        width:100%!important;
        transform:none!important;
        border:0!important;
        border-radius:0!important;
        box-shadow:none!important;
        opacity:1!important;
        visibility:visible!important;
        pointer-events:auto!important;
        display:none!important;
        margin:0 0 8px!important;
        background:var(--cream)!important;
    }
    .site-header .menu-mega-panel:before{display:none!important}
    .site-header .menu-mega-panel.show{display:block!important}

    .site-header .header-nav .menu-item-has-children>.menu-link{
        justify-content:space-between!important;
    }
    .site-header .header-nav .menu-item-has-children.submenu-open>.menu-link{
        color:var(--gold)!important;
        background:rgba(184,134,11,.06);
    }

    .site-header .menu-mega-head{
        flex-direction:column;
        align-items:flex-start!important;
        padding:14px!important;
        gap:10px!important;
    }
    .site-header .menu-mega-all-link{width:100%;justify-content:center}
    .site-header .menu-mega-head-info strong{font-size:18px!important}

    .site-header .menu-mega-split{
        grid-template-columns:1fr!important;
        min-height:auto;
    }
    .site-header .menu-mega-cats{
        display:flex;
        flex-wrap:wrap;
        gap:6px;
        padding:10px!important;
        border-right:0!important;
        border-bottom:1px solid var(--border)!important;
    }
    .site-header .menu-mega-cats-label{
        width:100%;
        margin-bottom:2px;
    }
    .site-header .menu-cat-btn{
        width:auto;
        flex:1 1 calc(50% - 6px);
        min-width:130px;
        padding:8px 7px;
        font-size:11px;
    }
    .site-header .menu-cat-arrow{display:none}
    .site-header .menu-mega-pages{padding:10px!important}
    .site-header .menu-mega-link{
        min-height:40px!important;
    }
    .site-header .menu-mega-foot{
        flex-direction:column;
        align-items:stretch!important;
        gap:10px;
        padding:12px 14px!important;
    }
    .site-header .menu-mega-foot-info{
        justify-content:center;
        font-size:11px;
    }
    .site-header .menu-mega-book{
        width:100%;
        justify-content:center;
    }

    .site-header .menu-resources-panel{
        position:static!important;
        width:100%!important;
        max-width:100%!important;
        transform:none!important;
        border:0!important;
        border-radius:0!important;
        box-shadow:none!important;
        opacity:1!important;
        visibility:visible!important;
        pointer-events:auto!important;
        display:none!important;
        margin:0 0 8px!important;
        background:var(--cream)!important;
    }
    .site-header .menu-resources-panel.show{display:block!important}
    .site-header .menu-resources-head{padding:12px 14px!important}
    .site-header .menu-resources-links{padding:8px 10px!important}
    .site-header .menu-resource-link{
        min-height:48px!important;
        background:#fff!important;
        border:1px solid var(--border)!important;
    }
}

/* =========================================================
   HOME PAGE – PROFESSIONAL
========================================================= */
.hp-hero{
    position:relative;
    display:flex;
    flex-direction:column;
    min-height:calc(100vh - 64px);
    min-height:calc(100dvh - 64px);
    overflow:hidden;
    background:linear-gradient(135deg,#fafafa 0%,#fff 50%,#f5f3ef 100%);
    border-top:1px solid rgba(26,43,60,.04);
    padding:0;
}
.hp-hero-body{
    flex:1;
    display:flex;
    align-items:center;
    padding:36px 0 28px;
    position:relative;
    z-index:1;
}
.hp-hero-bg{
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at 85% 20%, rgba(184,134,11,.06) 0%, transparent 45%),
        radial-gradient(circle at 10% 80%, rgba(26,43,60,.04) 0%, transparent 40%);
    pointer-events:none;
}
.hp-hero-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:7px 12px;
    margin-bottom:16px;
    border-radius:999px;
    background:#fff;
    border:1px solid rgba(184,134,11,.22);
    color:var(--navy);
    font-size:11px;
    font-weight:700;
    letter-spacing:.3px;
    box-shadow:0 4px 18px rgba(26,43,60,.05);
}
.hp-hero-badge i{color:var(--gold);font-size:12px}
.hp-hero h1{
    font-size:clamp(34px,4.5vw,54px);
    line-height:1.1;
    color:var(--navy);
    margin-bottom:16px;
    font-weight:600;
}
.hp-hero h1 span{color:var(--gold)}
.hp-hero-text{
    max-width:580px;
    color:var(--muted);
    font-size:16px;
    line-height:1.85;
    margin-bottom:22px;
}
.hp-hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:24px}
.hp-hero-trust{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}
.hp-hero-trust .hp-trust-btn,
.hp-hero-trust div{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:var(--navy);
    font-size:12px;
    font-weight:700;
    padding:10px 14px;
    border:1px solid rgba(26,43,60,.14);
    border-radius:4px;
    background:#fff;
    box-shadow:0 4px 14px rgba(26,43,60,.06);
    line-height:1.2;
    white-space:nowrap;
}
.hp-hero-trust i{color:var(--gold);font-size:13px}

/* Hero profile – single framed card */
.hp-hero-profile{
    max-width:360px;
    margin-left:auto;
}
.hp-hero-frame{
    padding:8px;
    background:#fff;
    border:2px solid var(--gold);
    border-radius:12px;
    box-shadow:
        0 0 0 1px rgba(26,43,60,.08),
        0 16px 40px rgba(26,43,60,.1);
    position:relative;
    overflow:hidden;
}
.hp-hero-frame:before{
    content:"";
    position:absolute;
    inset:5px;
    border:1px solid rgba(184,134,11,.25);
    border-radius:8px;
    pointer-events:none;
    z-index:2;
}
.hp-hero-frame-photo{
    height:300px;
    overflow:hidden;
    border-radius:6px 6px 0 0;
    background:#f3f4f6;
    position:relative;
    z-index:0;
}
.hp-hero-frame-photo img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center top;
    display:block;
}
.hp-hero-frame-info{
    padding:12px 14px 14px;
    background:#fff;
    border-top:1px solid var(--border);
    border-radius:0 0 6px 6px;
    text-align:center;
    position:relative;
    z-index:1;
}
.hp-hero-frame-info span{
    display:block;
    color:var(--gold);
    font-size:9px;
    font-weight:800;
    letter-spacing:1.6px;
    text-transform:uppercase;
    margin-bottom:4px;
}
.hp-hero-frame-info strong{
    display:block;
    font-family:"Playfair Display",serif;
    font-size:19px;
    color:var(--navy);
    line-height:1.2;
}
.hp-hero-frame-info small{
    display:block;
    margin-top:3px;
    color:var(--muted);
    font-size:11px;
    line-height:1.4;
}

.hp-hero-info{
    position:relative;
    z-index:2;
    width:100%;
    background:var(--cream);
    border-top:1px solid var(--border);
    margin-top:auto;
    box-shadow:0 -4px 20px rgba(26,43,60,.03);
}
.hp-hero-info-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
}
.hp-hero-info-item{
    display:flex;
    align-items:center;
    gap:14px;
    padding:18px 16px;
    border-right:1px solid var(--border);
    color:var(--text);
    text-decoration:none!important;
    transition:background .2s ease;
}
a.hp-hero-info-item:hover{
    background:rgba(184,134,11,.06);
}
.hp-hero-info-item:last-child{border-right:0}
.hp-hero-info-item i{
    width:40px;
    height:40px;
    flex:0 0 40px;
    display:grid;
    place-items:center;
    border-radius:10px;
    background:rgba(184,134,11,.1);
    color:var(--gold);
    font-size:15px;
}
.hp-hero-info-item strong{
    display:block;
    font-size:13px;
    font-weight:700;
    line-height:1.3;
    color:var(--navy);
}
.hp-hero-info-item span{
    display:block;
    margin-top:2px;
    font-size:11px;
    color:var(--muted);
    line-height:1.35;
}

.hp-section-head span{
    display:block;
    color:var(--gold);
    font-size:11px;
    font-weight:800;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:8px;
}
.hp-section-head h2{
    color:var(--navy);
    font-size:clamp(30px,4vw,40px);
    margin:0 0 12px;
    line-height:1.15;
}
.hp-section-head p{
    max-width:620px;
    color:var(--muted);
    line-height:1.8;
    margin:0 auto;
}
.hp-section-head.left p{margin-left:0}

.hp-practice{
    background:
        radial-gradient(ellipse 50% 40% at 100% 0%, rgba(184,134,11,.05), transparent 50%),
        linear-gradient(180deg, #fff 0%, var(--cream) 45%, var(--bg-soft) 100%);
}
.hp-practice-head{margin-bottom:8px}
.hp-practice-panel{
    background:#fff;
    border:1px solid var(--border);
    border-radius:18px;
    padding:28px;
    box-shadow:0 18px 50px rgba(26,43,60,.06);
}
.hp-practice-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:16px;
}
.hp-practice-card{
    display:flex;
    flex-direction:column;
    height:100%;
    padding:26px 24px 22px;
    background:linear-gradient(180deg, #fff 0%, var(--cream) 100%);
    border:1px solid var(--border);
    border-radius:14px;
    text-decoration:none!important;
    transition:.28s ease;
    position:relative;
    overflow:hidden;
}
.hp-practice-card:before{
    content:"";
    position:absolute;
    top:0;left:0;
    width:100%;
    height:3px;
    background:linear-gradient(90deg, var(--gold), var(--gold-light));
    transform:scaleX(0);
    transform-origin:left;
    transition:.28s ease;
}
.hp-practice-card:hover{
    transform:translateY(-6px);
    box-shadow:0 22px 48px rgba(26,43,60,.1);
    border-color:rgba(184,134,11,.3);
    background:#fff;
}
.hp-practice-card:hover:before{transform:scaleX(1)}
.hp-practice-card-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:18px;
}
.hp-practice-icon{
    width:54px;
    height:54px;
    display:grid;
    place-items:center;
    border-radius:12px;
    background:rgba(184,134,11,.08);
    border:1px solid rgba(184,134,11,.22);
    color:var(--gold);
    font-size:20px;
    transition:.25s ease;
}
.hp-practice-card:hover .hp-practice-icon{
    background:var(--gold);
    border-color:var(--gold);
    color:#fff;
    box-shadow:0 8px 20px rgba(184,134,11,.25);
}
.hp-practice-num{
    font-family:"Playfair Display",serif;
    font-size:22px;
    font-weight:700;
    color:rgba(26,43,60,.12);
    line-height:1;
    transition:.25s ease;
}
.hp-practice-card:hover .hp-practice-num{color:rgba(184,134,11,.35)}
.hp-practice-card h3{
    font-size:21px;
    color:var(--navy);
    margin-bottom:10px;
}
.hp-practice-card p{
    color:var(--muted);
    font-size:13px;
    line-height:1.7;
    margin-bottom:18px;
    flex:1;
}
.hp-practice-link{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:var(--gold);
    font-size:12px;
    font-weight:700;
    letter-spacing:.2px;
    margin-top:auto;
    padding-top:14px;
    border-top:1px solid var(--border);
}
.hp-practice-link i{font-size:10px;transition:.2s ease}
.hp-practice-card:hover .hp-practice-link i{transform:translateX(4px)}
.hp-practice-footer{
    margin-top:20px;
    padding:20px 22px;
    border-radius:12px;
    background:linear-gradient(135deg, #1a2b3c 0%, #243447 100%);
    border:1px solid rgba(184,134,11,.25);
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    flex-wrap:wrap;
}
.hp-practice-footer-text{
    display:flex;
    flex-direction:column;
    gap:4px;
    color:#fff;
}
.hp-practice-footer-text strong{
    font-family:"Playfair Display",serif;
    font-size:18px;
    color:#fff;
}
.hp-practice-footer-text span{
    font-size:13px;
    color:rgba(255,255,255,.65);
}
.hp-practice-footer-actions{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}
.hp-practice-footer-actions .btn-call{
    background:transparent;
    color:#fff;
    border-color:rgba(255,255,255,.35);
}
.hp-practice-footer-actions .btn-call:hover{
    background:rgba(255,255,255,.08);
    color:#fff;
    border-color:rgba(255,255,255,.55);
}

.hp-about{
    background:
        radial-gradient(ellipse 60% 50% at 0% 0%, rgba(184,134,11,.06), transparent 55%),
        linear-gradient(180deg, var(--cream) 0%, #fff 55%, var(--bg-soft) 100%);
}
.hp-about-panel{
    background:#fff;
    border:1px solid var(--border);
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 18px 55px rgba(26,43,60,.07);
}
.hp-about-visual{
    position:relative;
    height:100%;
    min-height:100%;
    background:linear-gradient(165deg, #1a2b3c 0%, #243447 55%, #1a2b3c 100%);
    padding:28px;
    display:flex;
    flex-direction:column;
    gap:18px;
}
.hp-about-visual:before{
    content:"";
    position:absolute;
    inset:18px;
    border:1px solid rgba(184,134,11,.28);
    border-radius:12px;
    pointer-events:none;
    z-index:1;
}
.hp-about-photo-wrap{
    position:relative;
    z-index:2;
    border-radius:12px;
    overflow:hidden;
    flex:1;
    min-height:320px;
    border:1px solid rgba(255,255,255,.08);
}
.hp-about-photo{
    width:100%;
    height:100%;
    min-height:320px;
    object-fit:cover;
    object-position:center top;
    display:block;
    transition:transform .5s ease;
}
.hp-about-panel:hover .hp-about-photo{transform:scale(1.03)}
.hp-about-badge{
    position:relative;
    z-index:2;
    background:rgba(255,255,255,.96);
    border:1px solid rgba(184,134,11,.22);
    border-radius:10px;
    padding:14px 16px;
    color:var(--navy);
}
.hp-about-badge-label{
    display:inline-block;
    font-size:10px;
    font-weight:700;
    letter-spacing:1.6px;
    text-transform:uppercase;
    color:var(--gold);
    margin-bottom:4px;
}
.hp-about-badge strong{
    display:block;
    font-family:"Playfair Display",serif;
    font-size:18px;
    line-height:1.25;
}
.hp-about-badge small{
    display:block;
    margin-top:3px;
    color:var(--muted);
    font-size:11px;
}
.hp-about-creds{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:8px;
}
.hp-about-creds > div{
    text-align:center;
    padding:12px 6px;
    border-radius:8px;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(184,134,11,.2);
    color:#fff;
}
.hp-about-creds strong{
    display:block;
    font-family:"Playfair Display",serif;
    font-size:18px;
    color:var(--gold-light);
    line-height:1.1;
}
.hp-about-creds span{
    display:block;
    margin-top:4px;
    font-size:9px;
    letter-spacing:.6px;
    text-transform:uppercase;
    color:rgba(255,255,255,.65);
}
.hp-about-body{
    padding:48px 48px 44px;
    background:#fff;
}
.hp-about-body > p{
    color:var(--muted);
    line-height:1.85;
    margin-bottom:14px;
    font-size:14px;
}
.hp-about-lead{
    color:var(--text)!important;
    font-size:15px!important;
    font-weight:500;
}
.hp-about-list{
    list-style:none;
    padding:0;
    margin:22px 0 0;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px 16px;
}
.hp-about-list li{
    display:flex;
    align-items:center;
    gap:10px;
    color:var(--navy);
    font-size:13px;
    font-weight:600;
    padding:10px 12px;
    background:var(--cream);
    border:1px solid var(--border);
    border-radius:8px;
}
.hp-about-list i{color:var(--gold);font-size:14px;flex-shrink:0}
.hp-about-why{
    margin-top:28px;
    padding-top:26px;
    border-top:1px solid var(--border);
}
.hp-about-why-head span{
    display:block;
    color:var(--gold);
    letter-spacing:2px;
    font-size:11px;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:6px;
}
.hp-about-why-head h3{
    font-size:24px;
    color:var(--navy);
    margin:0 0 18px;
}
.hp-why-list{display:grid;gap:10px}
.hp-why-row{
    display:grid;
    grid-template-columns:48px 1fr auto;
    gap:14px;
    align-items:center;
    padding:14px 16px;
    background:var(--cream);
    border:1px solid var(--border);
    border-radius:10px;
    transition:.25s ease;
}
.hp-why-row:hover{
    background:#fff;
    border-color:rgba(184,134,11,.28);
    box-shadow:0 10px 28px rgba(26,43,60,.06);
    transform:translateX(4px);
}
.hp-why-icon{
    width:48px;
    height:48px;
    display:grid;
    place-items:center;
    border-radius:10px;
    background:#fff;
    border:1px solid rgba(184,134,11,.22);
    color:var(--gold);
    font-size:18px;
}
.hp-why-copy h4{
    font-size:15px;
    color:var(--navy);
    margin:0 0 3px;
}
.hp-why-copy p{
    color:var(--muted);
    font-size:12px;
    line-height:1.55;
    margin:0;
}
.hp-why-num{
    font-family:"Playfair Display",serif;
    font-size:20px;
    color:rgba(184,134,11,.35);
    font-weight:700;
    line-height:1;
}
.hp-about-actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:28px;
}

.hp-stats{
    background:var(--bg-soft);
    padding:10px 0 70px;
}
.hp-stats-panel{
    position:relative;
    overflow:hidden;
    background:linear-gradient(135deg, #1a2b3c 0%, #243447 48%, #1a2b3c 100%);
    border:1px solid rgba(184,134,11,.25);
    border-radius:18px;
    padding:42px 40px 28px;
    box-shadow:0 22px 55px rgba(26,43,60,.18);
    color:#fff;
}
.hp-stats-panel:before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    right:-120px;
    top:-180px;
    border:1px solid rgba(184,134,11,.18);
    border-radius:50%;
    pointer-events:none;
}
.hp-stats-panel:after{
    content:"";
    position:absolute;
    left:40px;
    right:40px;
    top:0;
    height:3px;
    background:linear-gradient(90deg, transparent, var(--gold), transparent);
}
.hp-stats-intro{
    position:relative;
    z-index:1;
    text-align:center;
    max-width:620px;
    margin:0 auto 32px;
}
.hp-stats-intro span{
    display:inline-block;
    color:var(--gold-light);
    letter-spacing:2.2px;
    font-size:11px;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:8px;
}
.hp-stats-intro h2{
    color:#fff;
    font-size:clamp(26px, 3vw, 34px);
    margin:0 0 10px;
}
.hp-stats-intro p{
    color:rgba(255,255,255,.68);
    font-size:14px;
    line-height:1.7;
    margin:0;
}
.hp-stats-grid{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:14px;
}
.hp-stat{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:14px;
    padding:22px 20px;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.08);
    border-radius:14px;
    transition:.25s ease;
}
.hp-stat:hover{
    background:rgba(255,255,255,.07);
    border-color:rgba(184,134,11,.35);
    transform:translateY(-4px);
    box-shadow:0 14px 30px rgba(0,0,0,.18);
}
.hp-stat-icon{
    width:48px;
    height:48px;
    display:grid;
    place-items:center;
    border-radius:12px;
    background:rgba(184,134,11,.12);
    border:1px solid rgba(184,134,11,.35);
    color:var(--gold-light);
    font-size:18px;
}
.hp-stat-copy strong{
    display:block;
    font-family:"Playfair Display",serif;
    font-size:36px;
    line-height:1;
    margin-bottom:8px;
    color:#fff;
}
.hp-stat-copy span{
    display:block;
    font-size:13px;
    font-weight:700;
    color:var(--gold-light);
    letter-spacing:.3px;
    margin-bottom:6px;
}
.hp-stat-copy small{
    display:block;
    font-size:11px;
    line-height:1.55;
    color:rgba(255,255,255,.55);
}
.hp-stats-note{
    position:relative;
    z-index:1;
    margin:18px 0 0;
    text-align:center;
    font-size:11px;
    color:rgba(255,255,255,.45);
}

.hp-process{
    background:
        radial-gradient(ellipse 45% 40% at 0% 100%, rgba(184,134,11,.05), transparent 55%),
        linear-gradient(180deg, var(--bg-soft) 0%, #fff 50%, var(--cream) 100%);
}
.hp-process-panel{
    margin-top:10px;
    background:#fff;
    border:1px solid var(--border);
    border-radius:18px;
    padding:30px 26px 22px;
    box-shadow:0 18px 50px rgba(26,43,60,.06);
}
.hp-process-track{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:16px;
    position:relative;
}
.hp-process-track:before{
    content:"";
    position:absolute;
    top:34px;
    left:8%;
    right:8%;
    height:2px;
    background:linear-gradient(90deg, rgba(184,134,11,.15), rgba(184,134,11,.45), rgba(184,134,11,.15));
    z-index:0;
}
.hp-process-card{
    position:relative;
    z-index:1;
    height:100%;
    padding:22px 20px 20px;
    background:linear-gradient(180deg, #fff 0%, var(--cream) 100%);
    border:1px solid var(--border);
    border-radius:14px;
    transition:.28s ease;
}
.hp-process-card:hover{
    border-color:rgba(184,134,11,.3);
    box-shadow:0 18px 40px rgba(26,43,60,.1);
    transform:translateY(-5px);
    background:#fff;
}
.hp-process-marker{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:16px;
}
.hp-process-step{
    font-family:"Playfair Display",serif;
    font-size:34px;
    font-weight:700;
    color:rgba(184,134,11,.28);
    line-height:1;
}
.hp-process-icon{
    width:46px;
    height:46px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:#fff;
    border:1px solid rgba(184,134,11,.28);
    color:var(--gold);
    font-size:16px;
    box-shadow:0 6px 16px rgba(26,43,60,.06);
    transition:.25s ease;
}
.hp-process-card:hover .hp-process-icon{
    background:var(--gold);
    border-color:var(--gold);
    color:#fff;
    box-shadow:0 8px 20px rgba(184,134,11,.28);
}
.hp-process-card:hover .hp-process-step{color:rgba(184,134,11,.5)}
.hp-process-card h3{
    font-size:18px;
    color:var(--navy);
    margin-bottom:8px;
}
.hp-process-card p{
    color:var(--muted);
    font-size:13px;
    line-height:1.7;
    margin:0;
}
.hp-process-footer{
    margin-top:20px;
    padding:18px 20px;
    border-radius:12px;
    background:linear-gradient(135deg, #1a2b3c 0%, #243447 100%);
    border:1px solid rgba(184,134,11,.25);
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    flex-wrap:wrap;
}
.hp-process-footer-text{
    display:flex;
    flex-direction:column;
    gap:4px;
}
.hp-process-footer-text strong{
    font-family:"Playfair Display",serif;
    font-size:18px;
    color:#fff;
}
.hp-process-footer-text span{
    font-size:13px;
    color:rgba(255,255,255,.65);
}
.hp-process-footer-actions{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}
.hp-process-footer-actions .btn-call{
    background:transparent;
    color:#fff;
    border-color:rgba(255,255,255,.35);
}
.hp-process-footer-actions .btn-call:hover{
    background:rgba(255,255,255,.08);
    color:#fff;
    border-color:rgba(255,255,255,.55);
}
.hp-text-link{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:var(--gold);
    font-size:13px;
    font-weight:700;
    text-decoration:none!important;
}
.hp-text-link:hover{color:#a67609}

.hp-reviews{
    background:
        radial-gradient(ellipse 50% 45% at 100% 0%, rgba(184,134,11,.06), transparent 55%),
        linear-gradient(180deg, var(--cream) 0%, #fff 55%, var(--bg-soft) 100%);
}
.hp-reviews-panel{
    margin-top:8px;
    background:#fff;
    border:1px solid var(--border);
    border-radius:18px;
    padding:26px;
    box-shadow:0 18px 50px rgba(26,43,60,.06);
}
.hp-reviews-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:16px;
}
.hp-review-card{
    height:100%;
    padding:24px 22px 20px;
    background:linear-gradient(180deg, #fff 0%, var(--cream) 100%);
    border:1px solid var(--border);
    border-radius:14px;
    transition:.28s ease;
    display:flex;
    flex-direction:column;
    position:relative;
    overflow:hidden;
}
.hp-review-card:before{
    content:"";
    position:absolute;
    top:0;left:0;
    width:100%;
    height:3px;
    background:linear-gradient(90deg, var(--gold), var(--gold-light));
    transform:scaleX(0);
    transform-origin:left;
    transition:.28s ease;
}
.hp-review-card:hover{
    box-shadow:0 18px 42px rgba(26,43,60,.1);
    transform:translateY(-5px);
    border-color:rgba(184,134,11,.28);
    background:#fff;
}
.hp-review-card:hover:before{transform:scaleX(1)}
.hp-review-top{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    margin-bottom:12px;
}
.hp-review-stars{
    color:var(--gold);
    font-size:12px;
    letter-spacing:2px;
}
.hp-review-quote-mark{
    font-family:"Playfair Display",serif;
    font-size:48px;
    line-height:.7;
    color:rgba(184,134,11,.22);
    font-weight:700;
}
.hp-review-text{
    color:var(--text);
    font-size:14px;
    line-height:1.75;
    font-style:italic;
    margin:0 0 20px;
    flex:1;
}
.hp-review-author{
    display:flex;
    align-items:center;
    gap:12px;
    padding-top:16px;
    border-top:1px solid var(--border);
    margin-top:auto;
}
.hp-review-avatar{
    width:44px;
    height:44px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:linear-gradient(135deg, #1a2b3c, #243447);
    border:1px solid rgba(184,134,11,.35);
    color:var(--gold-light);
    font-size:12px;
    font-weight:700;
    letter-spacing:.5px;
    flex-shrink:0;
}
.hp-review-author strong{
    display:block;
    font-family:"Playfair Display",serif;
    color:var(--navy);
    font-size:15px;
    line-height:1.2;
}
.hp-review-author small{
    display:block;
    color:var(--muted);
    font-size:11px;
    margin-top:3px;
}
.hp-reviews-footer{
    margin-top:18px;
    padding:18px 20px;
    border-radius:12px;
    background:linear-gradient(135deg, #1a2b3c 0%, #243447 100%);
    border:1px solid rgba(184,134,11,.25);
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    flex-wrap:wrap;
}
.hp-reviews-footer-text{
    display:flex;
    flex-direction:column;
    gap:4px;
}
.hp-reviews-footer-text strong{
    font-family:"Playfair Display",serif;
    font-size:18px;
    color:#fff;
}
.hp-reviews-footer-text span{
    font-size:13px;
    color:rgba(255,255,255,.65);
}

.hp-faq{background:#fff}
.hp-faq-accordion .accordion-item{
    border:1px solid var(--border);
    border-radius:8px!important;
    margin-bottom:10px;
    overflow:hidden;
}
.hp-faq-accordion .accordion-button{
    font-family:"Playfair Display",serif;
    font-size:16px;
    color:var(--navy);
    padding:18px 20px;
    background:#fff;
    box-shadow:none!important;
}
.hp-faq-accordion .accordion-button:not(.collapsed){
    color:var(--gold);
    background:var(--cream);
}
.hp-faq-accordion .accordion-body{
    color:var(--muted);
    font-size:14px;
    line-height:1.8;
    padding:0 20px 18px;
}

.hp-cta{
    padding:90px 0;
    background:linear-gradient(180deg,var(--cream),#fff);
}
.hp-cta-box{
    padding:45px;
    background:#fff;
    border:1px solid var(--border);
    border-radius:14px;
    box-shadow:0 20px 60px rgba(26,43,60,.08);
}
.hp-cta-box p{color:var(--muted);line-height:1.8}
.hp-cta-contact{
    margin-top:28px;
    display:grid;
    gap:14px;
}
.hp-cta-contact div{
    display:flex;
    align-items:center;
    gap:12px;
    color:var(--muted);
    font-size:14px;
}
.hp-cta-contact i{
    width:36px;
    height:36px;
    display:grid;
    place-items:center;
    border-radius:8px;
    background:rgba(184,134,11,.1);
    color:var(--gold);
    flex:0 0 36px;
}
.hp-cta-contact a{color:var(--navy);text-decoration:none}
.hp-cta-contact a:hover{color:var(--gold)}
.hp-cta-form label{
    font-size:11px;
    font-weight:700;
    color:#3b454c;
    margin-bottom:7px;
}
.hp-cta-form .form-control,
.hp-cta-form .form-select{
    border:1px solid var(--border);
    border-radius:6px;
    min-height:48px;
    font-size:13px;
}
.hp-cta-form .form-control:focus,
.hp-cta-form .form-select:focus{
    border-color:var(--gold);
    box-shadow:0 0 0 .2rem rgba(184,134,11,.12);
}

@media(max-width:991px){
    .hp-hero{min-height:auto}
    .hp-hero-body{padding:28px 0 24px}
    .hp-hero-profile{max-width:100%;margin:10px auto 0}
    .hp-hero-frame-photo{height:260px}
    .hp-hero-info-grid{grid-template-columns:1fr 1fr}
    .hp-hero-info-item{border-bottom:1px solid var(--border)}
    .hp-about-visual{min-height:auto;padding:22px}
    .hp-about-visual:before{inset:14px}
    .hp-about-photo,
    .hp-about-photo-wrap{min-height:280px}
    .hp-about-body{padding:36px 30px}
    .hp-stats-panel{padding:34px 24px 22px}
    .hp-stats-grid{grid-template-columns:1fr 1fr}
    .hp-practice-panel{padding:20px}
    .hp-practice-grid{grid-template-columns:1fr 1fr}
    .hp-process-panel{padding:22px 18px 16px}
    .hp-process-track{grid-template-columns:1fr 1fr;gap:14px}
    .hp-process-track:before{display:none}
    .hp-reviews-panel{padding:20px}
    .hp-reviews-grid{grid-template-columns:1fr 1fr}
    .hp-cta-box{padding:30px 24px}
}
@media(max-width:767px){
    .hp-hero-body{padding:22px 0 20px}
    .hp-hero h1{font-size:32px}
    .hp-hero-actions .btn{width:100%}
    .hp-hero-trust{display:grid;gap:12px}
    .hp-hero-info-grid{grid-template-columns:1fr}
    .hp-hero-info-item{border-right:0;padding:14px 16px}
    .hp-about-body{padding:26px 20px}
    .hp-about-list{grid-template-columns:1fr}
    .hp-why-row{
        grid-template-columns:44px 1fr;
        gap:12px;
    }
    .hp-why-num{display:none}
    .hp-about-actions .btn{width:100%}
    .hp-about-creds strong{font-size:15px}
    .hp-about-photo,
    .hp-about-photo-wrap{min-height:240px}
    .hp-practice-panel{padding:14px}
    .hp-practice-grid{grid-template-columns:1fr}
    .hp-practice-footer{padding:18px 16px}
    .hp-practice-footer-actions{width:100%}
    .hp-practice-footer-actions .btn{width:100%}
    .hp-process-panel{padding:16px 14px 12px}
    .hp-process-track{grid-template-columns:1fr}
    .hp-process-footer{padding:16px}
    .hp-process-footer-actions{width:100%}
    .hp-process-footer-actions .btn{width:100%}
    .hp-reviews-panel{padding:14px}
    .hp-reviews-grid{grid-template-columns:1fr}
    .hp-reviews-footer{padding:16px}
    .hp-reviews-footer .btn{width:100%}
    .hp-stats{padding:0 0 55px}
    .hp-stats-panel{padding:28px 16px 18px}
    .hp-stats-grid{grid-template-columns:1fr}
    .hp-stat{padding:18px 16px}
    .hp-stat-copy strong{font-size:30px}
    .hp-hero-frame-photo{height:220px}
    .hp-cta{padding:65px 0}
    .hp-cta-box{padding:24px 18px}
}

/* =========================================================
   SITE FOOTER — light theme (cream / navy / gold)
========================================================= */
.site-footer{
    margin-top:auto;
    border-top:1px solid var(--border);
}
.footer-main{
    background:linear-gradient(180deg,var(--cream),#fff);
    padding:70px 0 60px;
}
.footer-cta-box{
    padding:32px 36px;
    margin-bottom:52px;
    background:#fff;
    border:1px solid var(--border);
    border-radius:14px;
    box-shadow:0 20px 60px rgba(26,43,60,.07);
    position:relative;
    overflow:hidden;
}
.footer-cta-box:before{
    content:"";
    position:absolute;
    top:0;left:0;
    width:100%;
    height:3px;
    background:var(--gold);
}
.footer-cta-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    flex-wrap:wrap;
}
.footer-cta-label{
    display:block;
    color:var(--gold);
    font-size:11px;
    font-weight:800;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:8px;
}
.footer-cta-text h3{
    color:var(--navy);
    font-family:"Playfair Display",serif;
    font-size:clamp(22px,3vw,30px);
    margin:0 0 8px;
    line-height:1.2;
    max-width:520px;
}
.footer-cta-text p{
    margin:0;
    color:var(--muted);
    font-size:14px;
    line-height:1.75;
    max-width:520px;
}
.footer-cta-actions{
    display:flex;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
    flex-shrink:0;
}
.footer-columns{margin-top:0}
.footer-brand-text{
    margin:20px 0 22px;
    font-size:13px;
    line-height:1.85;
    color:var(--muted);
    max-width:360px;
}
.footer-social{
    display:flex;
    align-items:center;
    gap:8px;
    flex-wrap:wrap;
}
.footer-social a{
    width:34px;
    height:34px;
    display:grid;
    place-items:center;
    border-radius:8px;
    border:1px solid var(--border);
    background:#fff;
    color:var(--navy);
    font-size:13px;
    transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease;
}
.footer-social a:hover{
    background:var(--gold);
    border-color:var(--gold);
    color:#fff;
    transform:translateY(-2px);
}
.footer-heading{
    color:var(--navy);
    font-family:"Playfair Display",serif;
    font-size:17px;
    margin:0 0 20px;
    position:relative;
    padding-bottom:12px;
}
.footer-heading:after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:34px;
    height:2px;
    background:var(--gold);
    border-radius:2px;
}
.footer-links{
    list-style:none;
    margin:0;
    padding:0;
}
.footer-links li{margin-bottom:10px}
.footer-links li:last-child{margin-bottom:0}
.footer-links a{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:var(--muted);
    font-size:13px;
    line-height:1.5;
    transition:color .2s ease,padding-left .2s ease;
}
.footer-links a:before{
    content:"";
    width:5px;
    height:5px;
    border-radius:50%;
    background:rgba(184,134,11,.45);
    flex-shrink:0;
    transition:background .2s ease;
}
.footer-links a:hover{
    color:var(--gold);
    padding-left:4px;
}
.footer-links a:hover:before{background:var(--gold)}
.footer-links-columns{columns:1}
.footer-contact{
    list-style:none;
    margin:0;
    padding:0;
    display:grid;
    gap:14px;
}
.footer-contact li{
    display:flex;
    align-items:flex-start;
    gap:12px;
}
.footer-contact-icon{
    width:36px;
    height:36px;
    flex:0 0 36px;
    display:grid;
    place-items:center;
    border-radius:8px;
    background:rgba(184,134,11,.1);
    color:var(--gold);
    font-size:14px;
}
.footer-contact-text small{
    display:block;
    color:var(--muted);
    font-size:10px;
    font-weight:700;
    letter-spacing:.8px;
    text-transform:uppercase;
    line-height:1.2;
    margin-bottom:3px;
    opacity:.85;
}
.footer-contact-text a,
.footer-contact-text span{
    display:block;
    color:var(--navy);
    font-size:13px;
    line-height:1.55;
    word-break:break-word;
}
.footer-contact-text a:hover{color:var(--gold)}
.site-footer .footer-bottom{
    background:var(--cream);
    border-top:1px solid var(--border);
    padding:18px 0;
    margin-top:0;
}
.footer-bottom-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    flex-wrap:wrap;
}
.footer-copyright{
    margin:0;
    font-size:12px;
    color:var(--muted);
    line-height:1.6;
}
.footer-legal{
    display:flex;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
}
.footer-legal a{
    color:var(--muted);
    font-size:12px;
    transition:color .2s ease;
}
.footer-legal a:hover{color:var(--gold)}
.footer-legal-sep{
    color:var(--border);
    font-size:11px;
}
@media(min-width:576px){
    .footer-links-columns{columns:2;column-gap:24px}
    .footer-links-columns li{break-inside:avoid}
}
@media(max-width:991px){
    .footer-main{padding:55px 0 48px}
    .footer-cta-box{margin-bottom:42px;padding:28px 26px}
    .footer-cta-inner{align-items:flex-start}
}
@media(max-width:767px){
    .footer-main{padding:50px 0 42px}
    .footer-cta-box{padding:24px 20px;margin-bottom:36px}
    .footer-cta-text h3{font-size:24px}
    .footer-cta-actions{
        width:100%;
        flex-direction:column;
        align-items:stretch;
    }
    .footer-cta-actions .btn{width:100%;text-align:center}
    .footer-bottom-inner{
        flex-direction:column;
        align-items:flex-start;
    }
    .site-footer .footer-logo{width:185px;height:42px}
}
@media(max-width:575px){
    .footer-links-columns{columns:1}
}


/* =========================================================
   GLOBAL LIGHT THEME POLISH + SPACING TIGHTEN
========================================================= */
.section-padding{padding:58px 0!important}
.inner-hero{
    padding:42px 0 40px!important;
    background:linear-gradient(180deg,#f7f5f1 0%,#fff 100%)!important;
}
.inner-hero h1{font-size:clamp(30px,4vw,42px)!important;margin:8px 0 10px!important}
.inner-hero p{margin:0!important;max-width:560px!important}
.about-page-section,
.appointment-section{padding:58px 0!important}
.content-card{padding:26px!important;border-radius:14px!important}
.appointment-form{padding:26px!important;border-radius:14px!important}
.footer-main{padding:48px 0 36px!important}
.footer-cta-box{margin-bottom:36px!important;padding:24px 26px!important}

/* Homepage density */
.hp-hero{
    min-height:auto!important;
    padding-bottom:0!important;
}
.hp-hero-body{padding:28px 0 18px!important}
.hp-hero-frame-photo{height:300px!important}
.hp-section-head{margin-bottom:8px}
.hp-section-head h2{font-size:clamp(26px,3vw,34px)!important;margin:6px 0 8px!important}
.hp-section-head p{margin:0 auto!important;font-size:14px!important}
.heading-divider{margin:10px 0!important}

.hp-practice.section-padding,
.hp-about.section-padding,
.hp-process.section-padding,
.hp-reviews.section-padding,
.hp-faq.section-padding{padding-top:52px!important;padding-bottom:52px!important}

.hp-practice-panel,
.hp-about-panel,
.hp-process-panel,
.hp-reviews-panel,
.hp-faq-panel,
.hp-cta-box,
.hp-stats-panel{
    border-radius:16px!important;
}

.hp-practice-panel,
.hp-process-panel,
.hp-reviews-panel,
.hp-faq-panel{padding:20px!important}

.hp-about-body{padding:36px 34px!important}
.hp-about-visual{padding:20px!important}
.hp-about-photo,
.hp-about-photo-wrap{min-height:260px!important}

.hp-stats{padding:8px 0 48px!important}
.hp-stats-panel{
    background:linear-gradient(180deg,#fff 0%, var(--cream) 100%)!important;
    border:1px solid var(--border)!important;
    color:var(--navy)!important;
    padding:28px 24px 18px!important;
    box-shadow:0 14px 40px rgba(26,43,60,.06)!important;
}
.hp-stats-panel:before,
.hp-stats-panel:after{opacity:.55}
.hp-stats-intro span{color:var(--gold)!important}
.hp-stats-intro h2{color:var(--navy)!important}
.hp-stats-intro p{color:var(--muted)!important}
.hp-stat{
    background:#fff!important;
    border:1px solid var(--border)!important;
}
.hp-stat:hover{
    border-color:rgba(184,134,11,.3)!important;
    box-shadow:0 12px 28px rgba(26,43,60,.08)!important;
}
.hp-stat-icon{
    background:rgba(184,134,11,.08)!important;
    border-color:rgba(184,134,11,.25)!important;
    color:var(--gold)!important;
}
.hp-stat-copy strong{color:var(--navy)!important}
.hp-stat-copy span{color:var(--gold)!important}
.hp-stat-copy small{color:var(--muted)!important}
.hp-stats-note{color:var(--muted)!important}

/* Light professional footers inside sections */
.hp-practice-footer,
.hp-process-footer,
.hp-reviews-footer{
    background:linear-gradient(180deg, var(--cream), #fff)!important;
    border:1px solid var(--border)!important;
    padding:16px 18px!important;
}
.hp-practice-footer-text strong,
.hp-process-footer-text strong,
.hp-reviews-footer-text strong{color:var(--navy)!important}
.hp-practice-footer-text span,
.hp-process-footer-text span,
.hp-reviews-footer-text span{color:var(--muted)!important}
.hp-practice-footer-actions .btn-call,
.hp-process-footer-actions .btn-call{
    background:#fff!important;
    color:var(--navy)!important;
    border-color:var(--navy)!important;
}
.hp-practice-footer-actions .btn-call:hover,
.hp-process-footer-actions .btn-call:hover{
    background:var(--gold)!important;
    color:#fff!important;
    border-color:var(--gold)!important;
}

/* FAQ + CTA light polish */
.hp-faq{background:linear-gradient(180deg,#fff 0%, var(--cream) 100%)!important}
.hp-faq-panel{
    background:#fff;
    border:1px solid var(--border);
    border-radius:16px;
    padding:24px!important;
    box-shadow:0 14px 40px rgba(26,43,60,.05);
}
.hp-faq-accordion .accordion-item{
    border-radius:10px!important;
    margin-bottom:8px!important;
}
.hp-faq-accordion .accordion-button{
    font-size:15px!important;
    padding:14px 16px!important;
}
.hp-faq-accordion .accordion-body{
    padding:0 16px 14px!important;
    font-size:13px!important;
}

.hp-cta{
    padding:48px 0 56px!important;
    background:linear-gradient(180deg, var(--cream), #fff)!important;
}
.hp-cta-box{
    padding:28px 26px!important;
    border-radius:16px!important;
}
.hp-cta-box p{
    color:var(--muted);
    line-height:1.75;
    margin-bottom:16px!important;
    font-size:14px;
}
.hp-cta-contact{gap:10px!important;margin-top:14px!important}
.hp-cta-contact div{
    padding:10px 12px!important;
    background:var(--cream);
    border:1px solid var(--border);
    border-radius:8px;
}

/* Inner pages spacing */
.contact-map-section{
    padding:48px 0 56px!important;
    background:var(--bg-soft)!important;
}
.contact-map-card{border-radius:16px!important}
.contact-map-card iframe{height:380px!important}
.map-info-bar{padding:18px 20px!important}
.about-page-image-card .about-photo{min-height:380px!important}
.about-page-content{padding:28px!important}
.about-values-card{padding:22px!important}
.rc-page-hero,
.rc-services-inner-hero{padding:42px 0!important}
.rc-services-dark{padding:48px 0!important}

@media(max-width:991px){
    .section-padding{padding:48px 0!important}
    .hp-about-body{padding:28px 22px!important}
    .hp-hero-frame-photo{height:250px!important}
    .hp-stats-grid{grid-template-columns:1fr 1fr!important}
}
@media(max-width:767px){
    .section-padding{padding:40px 0!important}
    .inner-hero{padding:32px 0 28px!important}
    .hp-cta{padding:40px 0 48px!important}
    .hp-cta-box,
    .hp-faq-panel,
    .hp-practice-panel,
    .hp-process-panel,
    .hp-reviews-panel{padding:14px!important}
    .hp-stats-grid{grid-template-columns:1fr!important}
    .contact-map-card iframe{height:280px!important}
    .footer-main{padding:36px 0 28px!important}
}

/* =========================================================
   PRACTICE AREAS — PREMIUM LIGHT LAW-FIRM LAYOUT
========================================================= */
section.pa-section{
    padding:36px 0 44px!important;
    background:#f7f5f1!important;
}
.pa-section .pa-head{margin:0 0 18px!important}
.pa-section .pa-wrap{
    background:#fff!important;
    border:1px solid #e8e4dc!important;
    border-radius:16px!important;
    padding:18px!important;
    box-shadow:0 14px 40px rgba(26,43,60,.06)!important;
}
a.pa-card{
    display:flex!important;
    flex-direction:column!important;
    height:100%!important;
    min-height:200px!important;
    padding:20px 18px 16px!important;
    background:linear-gradient(180deg,#ffffff 0%,#faf8f4 100%)!important;
    border:1px solid #e8e4dc!important;
    border-top:3px solid #b8860b!important;
    border-radius:12px!important;
    text-decoration:none!important;
    box-shadow:0 6px 18px rgba(26,43,60,.04)!important;
    transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease!important;
    -webkit-text-decoration-skip-ink:none;
}
a.pa-card:hover,
a.pa-card:focus{
    transform:translateY(-4px)!important;
    box-shadow:0 16px 34px rgba(26,43,60,.1)!important;
    border-color:#d6c49a!important;
    border-top-color:#b8860b!important;
    text-decoration:none!important;
}
a.pa-card .pa-card-top{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    margin-bottom:14px!important;
}
a.pa-card .pa-icon{
    width:48px!important;
    height:48px!important;
    display:inline-grid!important;
    place-items:center!important;
    border-radius:10px!important;
    background:rgba(184,134,11,.1)!important;
    border:1px solid rgba(184,134,11,.28)!important;
    color:#b8860b!important;
    font-size:17px!important;
}
a.pa-card:hover .pa-icon{
    background:#b8860b!important;
    border-color:#b8860b!important;
    color:#fff!important;
}
a.pa-card .pa-icon i{color:inherit!important}
a.pa-card .pa-num{
    font-family:"Playfair Display",Georgia,serif!important;
    font-size:24px!important;
    font-weight:700!important;
    color:rgba(184,134,11,.28)!important;
    line-height:1!important;
}
a.pa-card .pa-title,
a.pa-card h3.pa-title{
    font-family:"Playfair Display",Georgia,serif!important;
    font-size:19px!important;
    font-weight:600!important;
    color:#1a2b3c!important;
    margin:0 0 8px!important;
}
a.pa-card .pa-desc,
a.pa-card p.pa-desc{
    color:#6b7280!important;
    font-size:13px!important;
    line-height:1.65!important;
    margin:0 0 14px!important;
    flex:1 1 auto!important;
}
a.pa-card .pa-link{
    display:inline-flex!important;
    align-items:center!important;
    gap:7px!important;
    margin-top:auto!important;
    padding-top:12px!important;
    border-top:1px solid #eee9e0!important;
    color:#b8860b!important;
    font-size:12px!important;
    font-weight:700!important;
    letter-spacing:.2px!important;
}
a.pa-card .pa-link i{
    font-size:10px!important;
    color:#b8860b!important;
    transition:transform .2s ease;
}
a.pa-card:hover .pa-link i{transform:translateX(4px)}
.pa-section .pa-bottom{
    margin-top:16px!important;
    padding:14px 16px!important;
    background:#f7f5f1!important;
    border:1px solid #e8e4dc!important;
    border-radius:10px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:14px!important;
    flex-wrap:wrap!important;
}
.pa-section .pa-bottom-text strong{
    display:block!important;
    font-family:"Playfair Display",Georgia,serif!important;
    font-size:16px!important;
    color:#1a2b3c!important;
    margin-bottom:2px!important;
}
.pa-section .pa-bottom-text span{
    display:block!important;
    font-size:12px!important;
    color:#6b7280!important;
}
.pa-section .pa-bottom-btns{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:8px!important;
}
@media(max-width:767px){
    section.pa-section{padding:28px 0 34px!important}
    .pa-section .pa-wrap{padding:12px!important}
    a.pa-card{min-height:0!important;padding:16px!important}
    .pa-section .pa-bottom-btns{width:100%!important}
    .pa-section .pa-bottom-btns .btn{width:100%!important}
}

/* =========================================================
   FIRST SCREEN FIT — hero + info bar = one viewport
========================================================= */
.hp-hero{
    min-height:calc(100svh - 118px)!important;
    height:calc(100svh - 118px)!important;
    max-height:calc(100svh - 118px)!important;
    display:flex!important;
    flex-direction:column!important;
    overflow:hidden!important;
}
.hp-hero-body{
    flex:1 1 auto!important;
    display:flex!important;
    align-items:center!important;
    padding:14px 0 10px!important;
    min-height:0!important;
}
.hp-hero-badge{
    margin-bottom:10px!important;
    padding:5px 10px!important;
    font-size:10px!important;
}
.hp-hero h1{
    font-size:clamp(28px, 3.6vw, 42px)!important;
    line-height:1.12!important;
    margin-bottom:10px!important;
}
.hp-hero-text{
    font-size:14px!important;
    line-height:1.6!important;
    margin-bottom:14px!important;
    max-width:540px!important;
}
.hp-hero-actions{
    gap:10px!important;
    margin-bottom:12px!important;
}
.hp-hero-actions .btn{
    padding:10px 16px!important;
    font-size:12px!important;
}
.hp-hero-trust{
    gap:10px 18px!important;
}
.hp-hero-trust div{font-size:11px!important}
.hp-hero-profile{
    max-width:300px!important;
}
.hp-hero-frame{padding:6px!important}
.hp-hero-frame-photo{
    height:clamp(180px, 28vh, 250px)!important;
}
.hp-hero-frame-info{padding:8px 10px 10px!important}
.hp-hero-frame-info strong{font-size:16px!important}
.hp-hero-frame-info small{font-size:10px!important}
.hp-hero-info{margin-top:auto!important;flex-shrink:0!important}
.hp-hero-info-item{
    padding:10px 12px!important;
    gap:10px!important;
}
.hp-hero-info-item i{
    width:32px!important;
    height:32px!important;
    font-size:12px!important;
}
.hp-hero-info-item strong{font-size:12px!important}
.hp-hero-info-item span{font-size:11px!important}

@media(max-width:1199px){
    /* keep laptop layout; only slight photo tune */
    .hp-hero-frame-photo{height:clamp(220px, 34vh, 300px)}
}
@media(max-width:991px){
    .hp-hero{
        min-height:auto!important;
        height:auto!important;
        max-height:none!important;
        overflow:visible!important;
    }
    .hp-hero-body{padding:20px 0 16px!important;align-items:flex-start!important}
    .hp-hero-profile{max-width:100%!important;margin:0 auto!important}
    .hp-hero-frame-photo{height:240px!important}
}

/* =========================================================
   HERO REDESIGN — photo left, text right, orbit animation
========================================================= */
@keyframes hp-orbit-spin{
    from{transform:translate(-50%,-50%) rotate(0deg)}
    to{transform:translate(-50%,-50%) rotate(360deg)}
}
@keyframes hp-orbit-spin-rev{
    from{transform:translate(-50%,-50%) rotate(360deg)}
    to{transform:translate(-50%,-50%) rotate(0deg)}
}
@keyframes hp-ring-pulse{
    0%,100%{opacity:.35;transform:translate(-50%,-50%) scale(1)}
    50%{opacity:.7;transform:translate(-50%,-50%) scale(1.04)}
}
@keyframes hp-float-soft{
    0%,100%{transform:translateY(0)}
    50%{transform:translateY(-8px)}
}
@keyframes hp-glow-breathe{
    0%,100%{opacity:.45;transform:scale(1)}
    50%{opacity:.75;transform:scale(1.08)}
}

.hp-hero{
    position:relative!important;
    display:flex!important;
    flex-direction:column!important;
    min-height:calc(100svh - 118px)!important;
    height:calc(100svh - 118px)!important;
    max-height:calc(100svh - 118px)!important;
    overflow:hidden!important;
    background:
        radial-gradient(ellipse 55% 60% at 18% 45%, rgba(184,134,11,.08), transparent 60%),
        linear-gradient(135deg,#faf9f6 0%,#ffffff 48%,#f4f1ea 100%)!important;
}
.hp-hero-bg{
    position:absolute!important;
    inset:0!important;
    pointer-events:none!important;
    z-index:0!important;
    overflow:hidden!important;
    background:transparent!important;
}
.hp-glow{
    position:absolute;
    left:12%;
    top:42%;
    width:340px;
    height:340px;
    border-radius:50%;
    background:radial-gradient(circle, rgba(184,134,11,.18) 0%, rgba(184,134,11,.04) 45%, transparent 70%);
    transform:translate(-50%,-50%);
    animation:hp-glow-breathe 6s ease-in-out infinite;
}
.hp-orbit{
    position:absolute;
    left:18%;
    top:46%;
    border:1px solid rgba(184,134,11,.18);
    border-radius:50%;
    transform:translate(-50%,-50%);
}
.hp-orbit-1{
    width:min(520px,58vw);
    height:min(520px,58vw);
    animation:hp-orbit-spin 42s linear infinite;
    border-style:dashed;
}
.hp-orbit-2{
    width:min(400px,46vw);
    height:min(400px,46vw);
    animation:hp-orbit-spin-rev 28s linear infinite;
    border-color:rgba(26,43,60,.1);
}
.hp-orbit-3{
    width:min(280px,34vw);
    height:min(280px,34vw);
    animation:hp-orbit-spin 18s linear infinite;
    border-color:rgba(184,134,11,.28);
}
.hp-orbit-dot{
    position:absolute;
    left:18%;
    top:46%;
    width:8px;
    height:8px;
    border-radius:50%;
    background:var(--gold);
    box-shadow:0 0 0 4px rgba(184,134,11,.15);
    transform-origin:0 0;
}
.hp-orbit-dot-1{
    animation:hp-orbit-spin 18s linear infinite;
    offset:none;
    /* place on orbit via translate then rotate */
    transform:translate(-50%,-50%) rotate(0deg) translateX(min(140px,17vw));
}
.hp-orbit-dot-2{
    background:#1a2b3c;
    box-shadow:0 0 0 4px rgba(26,43,60,.1);
    animation:hp-orbit-spin-rev 28s linear infinite;
    transform:translate(-50%,-50%) rotate(0deg) translateX(min(200px,23vw));
}

.hp-hero-body{
    position:relative!important;
    z-index:1!important;
    flex:1 1 auto!important;
    display:flex!important;
    align-items:center!important;
    padding:12px 0 8px!important;
    min-height:0!important;
}
.hp-hero-copy{max-width:620px}
.hp-hero-badge{
    margin-bottom:10px!important;
    animation:hp-float-soft 5s ease-in-out infinite;
}
.hp-hero h1{
    font-size:clamp(28px,3.5vw,44px)!important;
    margin-bottom:10px!important;
}
.hp-hero-text{
    font-size:14px!important;
    line-height:1.65!important;
    margin-bottom:14px!important;
}
.hp-hero-actions{margin-bottom:12px!important;gap:10px!important}
.hp-hero-actions .btn{padding:10px 16px!important;font-size:12px!important}
.hp-hero-trust{gap:10px 16px!important}
.hp-hero-trust div{font-size:11px!important}

.hp-hero-profile{
    position:relative!important;
    max-width:320px!important;
    margin:0 auto 0 8%!important;
    z-index:2;
}
.hp-hero-rings{
    position:absolute;
    left:50%;
    top:42%;
    width:100%;
    height:100%;
    pointer-events:none;
    z-index:0;
}
.hp-ring{
    position:absolute;
    left:50%;
    top:50%;
    border:1px solid rgba(184,134,11,.25);
    border-radius:50%;
    transform:translate(-50%,-50%);
}
.hp-ring-a{
    width:118%;
    height:118%;
    animation:hp-ring-pulse 4.5s ease-in-out infinite;
}
.hp-ring-b{
    width:136%;
    height:136%;
    border-style:dashed;
    border-color:rgba(26,43,60,.12);
    animation:hp-orbit-spin 30s linear infinite;
}
.hp-ring-c{
    width:154%;
    height:154%;
    border-color:rgba(184,134,11,.12);
    animation:hp-orbit-spin-rev 40s linear infinite;
}
.hp-hero-frame{
    position:relative;
    z-index:2;
    padding:7px!important;
    background:#fff!important;
    border:2px solid var(--gold)!important;
    border-radius:14px!important;
    box-shadow:
        0 0 0 8px rgba(255,255,255,.7),
        0 18px 40px rgba(26,43,60,.12)!important;
    animation:hp-float-soft 6.5s ease-in-out infinite;
}
.hp-hero-frame-photo{
    height:clamp(190px, 30vh, 260px)!important;
    border-radius:8px 8px 0 0!important;
}
.hp-hero-frame-info{padding:8px 10px 10px!important}
.hp-hero-frame-info strong{font-size:16px!important}
.hp-hero-float{
    position:absolute;
    right:-18px;
    bottom:72px;
    z-index:3;
    display:flex;
    align-items:center;
    gap:10px;
    padding:10px 12px;
    background:#fff;
    border:1px solid rgba(184,134,11,.25);
    border-radius:12px;
    box-shadow:0 12px 28px rgba(26,43,60,.12);
    animation:hp-float-soft 4.8s ease-in-out infinite;
}
.hp-hero-float i{
    width:34px;
    height:34px;
    display:grid;
    place-items:center;
    border-radius:8px;
    background:rgba(184,134,11,.1);
    color:var(--gold);
    font-size:14px;
}
.hp-hero-float strong{
    display:block;
    font-size:12px;
    color:var(--navy);
    line-height:1.2;
}
.hp-hero-float small{
    display:block;
    font-size:10px;
    color:var(--muted);
}
.hp-hero-info{flex-shrink:0!important;margin-top:auto!important}
.hp-hero-info-item{padding:9px 12px!important}

@media(max-width:1199px){
    .hp-hero-profile{margin-left:auto!important;margin-right:auto!important}
    .hp-orbit,.hp-glow,.hp-orbit-dot{left:22%}
}
@media(max-width:991px){
    .hp-hero{
        height:auto!important;
        max-height:none!important;
        min-height:auto!important;
        overflow:visible!important;
    }
    .hp-hero-body{padding:22px 0 16px!important}
    .hp-hero-profile{max-width:300px!important;margin:0 auto 8px!important}
    .hp-hero-copy{max-width:100%;text-align:left}
    .hp-hero-float{right:8px;bottom:64px}
    .hp-orbit-1,.hp-orbit-2,.hp-orbit-3{opacity:.5}
}
@media(prefers-reduced-motion:reduce){
    .hp-orbit,.hp-orbit-dot,.hp-ring,.hp-glow,.hp-hero-frame,.hp-hero-float,.hp-hero-badge{
        animation:none!important;
    }
}

/* Orbit dots — keep distance while spinning */
@keyframes hp-dot-spin-a{
    from{transform:translate(-50%,-50%) rotate(0deg) translateX(min(140px,17vw)) rotate(0deg)}
    to{transform:translate(-50%,-50%) rotate(360deg) translateX(min(140px,17vw)) rotate(-360deg)}
}
@keyframes hp-dot-spin-b{
    from{transform:translate(-50%,-50%) rotate(360deg) translateX(min(200px,23vw)) rotate(-360deg)}
    to{transform:translate(-50%,-50%) rotate(0deg) translateX(min(200px,23vw)) rotate(0deg)}
}
.hp-orbit-dot-1{animation:hp-dot-spin-a 18s linear infinite!important}
.hp-orbit-dot-2{animation:hp-dot-spin-b 28s linear infinite!important}

/* =========================================================
   HERO LAYOUT FIX — text left, large photo right, no top gap
========================================================= */
.hp-hero-bg .hp-glow,
.hp-hero-bg .hp-orbit,
.hp-hero-bg .hp-orbit-dot{
    left:78%!important;
}
.hp-hero-body{
    padding:6px 0 4px!important;
    align-items:center!important;
}
.hp-hero-copy{
    max-width:100%!important;
    padding-right:8px;
}
.hp-hero-profile{
    max-width:420px!important;
    width:100%!important;
    margin:0 0 0 auto!important;
}
.hp-hero-frame-photo{
    height:clamp(260px, 38vh, 360px)!important;
}
.hp-hero-float{
    left:-12px!important;
    right:auto!important;
    bottom:78px!important;
}
.hp-hero-badge{margin-bottom:8px!important}
.hp-hero h1{
    font-size:clamp(30px, 3.8vw, 46px)!important;
    margin-bottom:8px!important;
}
.hp-hero-text{margin-bottom:12px!important}
.hp-hero-actions{margin-bottom:10px!important}

@media(max-width:991px){
    .hp-hero-bg .hp-glow,
    .hp-hero-bg .hp-orbit,
    .hp-hero-bg .hp-orbit-dot{left:50%!important}
    .hp-hero-profile{
        max-width:340px!important;
        margin:0 auto 10px!important;
    }
    .hp-hero-frame-photo{height:280px!important}
    .hp-hero-float{
        left:auto!important;
        right:8px!important;
    }
    .hp-hero-copy{padding-right:0}
}

/* =========================================================
   HERO — larger text + larger photo
========================================================= */
.hp-hero h1{
    font-size:clamp(36px, 4.6vw, 56px)!important;
    line-height:1.08!important;
    margin-bottom:12px!important;
}
.hp-hero-text{
    font-size:16px!important;
    line-height:1.75!important;
    margin-bottom:16px!important;
    max-width:620px!important;
}
.hp-hero-badge{
    font-size:12px!important;
    padding:7px 12px!important;
    margin-bottom:12px!important;
}
.hp-hero-actions .btn{
    padding:12px 20px!important;
    font-size:13px!important;
}
.hp-hero-trust div{font-size:12px!important}
.hp-hero-profile{
    max-width:480px!important;
}
.hp-hero-frame-photo{
    height:clamp(300px, 46vh, 420px)!important;
}
.hp-hero-frame-info strong{font-size:20px!important}
.hp-hero-frame-info small{font-size:12px!important}
@media(max-width:991px){
    .hp-hero h1{font-size:clamp(30px, 8vw, 40px)!important}
    .hp-hero-profile{max-width:380px!important}
    .hp-hero-frame-photo{height:320px!important}
}

/* =========================================================
   HERO INFO BAR — distinct background from Practice Areas
========================================================= */
.hp-hero-info{
    background:#1a2b3c!important;
    border-top:1px solid rgba(184,134,11,.35)!important;
    box-shadow:0 -6px 24px rgba(26,43,60,.12)!important;
}
.hp-hero-info-item{
    border-right-color:rgba(255,255,255,.1)!important;
    color:#fff!important;
}
.hp-hero-info-item:hover{
    background:rgba(184,134,11,.12)!important;
}
.hp-hero-info-item i{
    background:rgba(184,134,11,.16)!important;
    border:1px solid rgba(184,134,11,.35)!important;
    color:#c9a227!important;
}
.hp-hero-info-item strong{
    color:#fff!important;
}
.hp-hero-info-item span{
    color:rgba(255,255,255,.7)!important;
}
a.hp-hero-info-item:hover strong{color:#c9a227!important}

/* =========================================================
   FIRST SCREEN ONLY — soft info bar, no Practice Areas peek
========================================================= */
.site-header{
    /* measured stack: top bar + main nav ≈ 108–120px */
}
.hp-hero{
    min-height:calc(100svh - 112px)!important;
    height:calc(100svh - 112px)!important;
    max-height:calc(100svh - 112px)!important;
    overflow:hidden!important;
    display:flex!important;
    flex-direction:column!important;
}
.hp-hero-body{
    flex:1 1 auto!important;
    min-height:0!important;
    padding:8px 0 6px!important;
    overflow:hidden!important;
}
.hp-hero-info{
    flex-shrink:0!important;
    margin-top:auto!important;
    background:#ebe6dc!important; /* light, slightly darker than page */
    border-top:1px solid #ddd5c8!important;
    box-shadow:none!important;
}
.hp-hero-info-item{
    border-right-color:#d9d1c4!important;
    color:var(--navy)!important;
    padding:12px 14px!important;
}
.hp-hero-info-item:hover,
a.hp-hero-info-item:hover{
    background:rgba(184,134,11,.08)!important;
}
.hp-hero-info-item i{
    background:#fff!important;
    border:1px solid rgba(184,134,11,.28)!important;
    color:var(--gold)!important;
}
.hp-hero-info-item strong{
    color:var(--navy)!important;
}
.hp-hero-info-item span{
    color:var(--muted)!important;
}
a.hp-hero-info-item:hover strong{color:var(--gold)!important}

/* Practice Areas starts cleanly after first screen */
.pa-section{
    margin-top:0!important;
    padding-top:40px!important;
}

@media(max-width:991px){
    .hp-hero{
        height:auto!important;
        max-height:none!important;
        min-height:auto!important;
        overflow:visible!important;
    }
}

/* =========================================================
   HERO — normal larger text + photo
========================================================= */
.hp-hero h1{
    font-size:clamp(34px, 4.2vw, 50px)!important;
    line-height:1.12!important;
    margin-bottom:12px!important;
}
.hp-hero-text{
    font-size:15px!important;
    line-height:1.75!important;
    margin-bottom:16px!important;
    max-width:580px!important;
}
.hp-hero-badge{
    font-size:11px!important;
    padding:6px 11px!important;
    margin-bottom:12px!important;
}
.hp-hero-actions{
    gap:12px!important;
    margin-bottom:14px!important;
}
.hp-hero-actions .btn{
    padding:11px 18px!important;
    font-size:13px!important;
}
.hp-hero-trust{
    gap:12px 20px!important;
}
.hp-hero-trust div{font-size:12px!important}
.hp-hero-profile{
    max-width:400px!important;
}
.hp-hero-frame-photo{
    height:clamp(250px, 40vh, 340px)!important;
}
.hp-hero-frame-info{padding:10px 12px 12px!important}
.hp-hero-frame-info span{font-size:10px!important}
.hp-hero-frame-info strong{font-size:18px!important}
.hp-hero-frame-info small{font-size:11px!important}
@media(max-width:991px){
    .hp-hero h1{font-size:clamp(28px, 7vw, 38px)!important}
    .hp-hero-profile{max-width:340px!important}
    .hp-hero-frame-photo{height:280px!important}
}

/* =========================================================
   HERO — bigger photo + bigger text (fill space)
========================================================= */
.hp-hero-body{
    padding:4px 0 2px!important;
}
.hp-hero h1{
    font-size:clamp(38px, 5vw, 58px)!important;
    line-height:1.06!important;
    margin-bottom:14px!important;
}
.hp-hero-text{
    font-size:16px!important;
    line-height:1.8!important;
    margin-bottom:18px!important;
    max-width:640px!important;
}
.hp-hero-badge{
    font-size:12px!important;
    padding:7px 13px!important;
    margin-bottom:14px!important;
}
.hp-hero-actions{
    gap:12px!important;
    margin-bottom:16px!important;
}
.hp-hero-actions .btn{
    padding:13px 22px!important;
    font-size:14px!important;
}
.hp-hero-trust{
    gap:14px 22px!important;
}
.hp-hero-trust div{font-size:13px!important}
.hp-hero-trust i{font-size:14px!important}
.hp-hero-profile{
    max-width:460px!important;
}
.hp-hero-frame-photo{
    height:clamp(290px, 48vh, 400px)!important;
}
.hp-hero-frame-info{padding:12px 14px 14px!important}
.hp-hero-frame-info span{font-size:10px!important;letter-spacing:1.8px!important}
.hp-hero-frame-info strong{font-size:20px!important}
.hp-hero-frame-info small{font-size:12px!important}
.hp-hero-float{
    padding:11px 13px!important;
}
.hp-hero-float strong{font-size:13px!important}
@media(max-width:991px){
    .hp-hero h1{font-size:clamp(30px, 8vw, 42px)!important}
    .hp-hero-profile{max-width:360px!important}
    .hp-hero-frame-photo{height:300px!important}
}

/* =========================================================
   HERO INFO BAR — taller footer height
========================================================= */
.hp-hero-info-item{
    padding:20px 16px!important;
    gap:14px!important;
    min-height:78px!important;
}
.hp-hero-info-item i{
    width:42px!important;
    height:42px!important;
    font-size:15px!important;
}
.hp-hero-info-item strong{
    font-size:14px!important;
    margin-bottom:3px!important;
    display:block!important;
}
.hp-hero-info-item span{
    font-size:12px!important;
    line-height:1.4!important;
}
@media(max-width:767px){
    .hp-hero-info-item{
        min-height:64px!important;
        padding:14px 12px!important;
    }
}

/* =========================================================
   HERO INFO BAR — even taller
========================================================= */
.hp-hero-info-item{
    padding:28px 18px!important;
    gap:16px!important;
    min-height:96px!important;
}
.hp-hero-info-item i{
    width:48px!important;
    height:48px!important;
    font-size:17px!important;
}
.hp-hero-info-item strong{
    font-size:15px!important;
    margin-bottom:4px!important;
}
.hp-hero-info-item span{
    font-size:13px!important;
    line-height:1.45!important;
}
@media(max-width:767px){
    .hp-hero-info-item{
        min-height:76px!important;
        padding:18px 14px!important;
    }
}

/* =========================================================
   PRACTICE AREAS — heading in one box
========================================================= */
.pa-head-box{
    background:#fff!important;
    border:1px solid #e8e4dc!important;
    border-radius:14px!important;
    padding:22px 24px 20px!important;
    margin:0 0 18px!important;
    box-shadow:0 10px 28px rgba(26,43,60,.05)!important;
    position:relative!important;
}
.pa-head-box:before{
    content:"";
    position:absolute;
    left:24px;
    right:24px;
    top:0;
    height:3px;
    background:linear-gradient(90deg, transparent, #b8860b, transparent);
    border-radius:0 0 2px 2px;
}
.pa-head-box .pa-head,
.pa-head-box .hp-section-head{
    margin:0!important;
}
.pa-head-box h2{
    margin:6px 0 8px!important;
}
.pa-head-box p{
    max-width:720px!important;
    margin:0 auto!important;
    color:#6b7280!important;
    font-size:14px!important;
    line-height:1.7!important;
}
.pa-head-box .heading-divider{margin:10px 0 12px!important}

/* =========================================================
   PRACTICE AREAS — title + text as one heading
========================================================= */
.pa-head-box{
    padding:18px 22px!important;
    text-align:center!important;
}
.pa-head-one{max-width:920px;margin:0 auto}
.pa-head-kicker{
    display:inline-block!important;
    color:#b8860b!important;
    font-size:11px!important;
    font-weight:700!important;
    letter-spacing:2px!important;
    text-transform:uppercase!important;
    margin-bottom:8px!important;
}
.pa-head-one h2{
    font-family:"Playfair Display",Georgia,serif!important;
    font-size:clamp(22px, 2.6vw, 30px)!important;
    color:#1a2b3c!important;
    margin:0!important;
    line-height:1.45!important;
    font-weight:600!important;
}
.pa-head-sep{
    color:#b8860b!important;
    font-weight:500!important;
    margin:0 4px!important;
}
.pa-head-sub{
    font-family:"DM Sans",sans-serif!important;
    font-size:clamp(13px, 1.5vw, 15px)!important;
    font-weight:500!important;
    color:#6b7280!important;
    line-height:1.55!important;
}
@media(max-width:767px){
    .pa-head-one h2{display:flex;flex-direction:column;gap:6px;align-items:center}
    .pa-head-sep{display:none!important}
}

/* Case Process heading — same one-box style */
.process-head-box{margin-bottom:18px!important}
.hp-process-panel{margin-top:0!important}
.reviews-head-box{margin-bottom:18px!important}
.hp-reviews-panel{margin-top:0!important}

/* =========================================================
   LAWYER PHOTO — lighten dark areas
========================================================= */
.hp-about-photo,
.hp-hero-frame-photo img,
.actual-lawyer-photo,
.about-photo{
    filter:brightness(1.18) contrast(1.05) saturate(1.05)!important;
    -webkit-filter:brightness(1.18) contrast(1.05) saturate(1.05)!important;
}
.hp-about-photo-wrap,
.hp-hero-frame-photo{
    background:#f3efe6!important;
}

/* =========================================================
   ABOUT PAGE — full professional light redesign
========================================================= */
.about-inner-hero{
    padding:28px 0 10px!important;
    background:linear-gradient(180deg,#f7f5f1,#fff)!important;
    border-bottom:0!important;
}
.about-hero-box{margin:0!important}
.about-hero-title{
    font-family:"Playfair Display",Georgia,serif!important;
    font-size:clamp(22px,2.6vw,30px)!important;
    color:#1a2b3c!important;
    margin:0!important;
    line-height:1.45!important;
    font-weight:600!important;
}
.about-pro{
    background:#f7f5f1!important;
    padding-top:24px!important;
}
.about-pro-panel{
    background:#fff!important;
    border:1px solid #e8e4dc!important;
    border-radius:16px!important;
    overflow:hidden!important;
    box-shadow:0 14px 40px rgba(26,43,60,.06)!important;
    margin-bottom:22px!important;
}
.about-pro-visual{
    height:100%;
    padding:22px!important;
    background:linear-gradient(165deg,#f3efe6 0%,#fff 55%,#f7f5f1 100%)!important;
    display:flex;
    flex-direction:column;
    gap:14px;
}
.about-pro-photo-wrap{
    border-radius:12px!important;
    overflow:hidden!important;
    border:1px solid #e8e4dc!important;
    background:#f3efe6!important;
    flex:1;
}
.about-pro-photo{
    width:100%!important;
    height:100%!important;
    min-height:360px!important;
    object-fit:cover!important;
    object-position:center top!important;
    display:block!important;
    filter:brightness(1.18) contrast(1.05) saturate(1.05)!important;
}
.about-pro-badge{
    background:#fff!important;
    border:1px solid rgba(184,134,11,.22)!important;
    border-radius:10px!important;
    padding:12px 14px!important;
}
.about-pro-badge span{
    display:block;
    color:#b8860b!important;
    font-size:10px!important;
    font-weight:700!important;
    letter-spacing:1.5px!important;
    text-transform:uppercase!important;
    margin-bottom:3px!important;
}
.about-pro-badge strong{
    display:block;
    font-family:"Playfair Display",Georgia,serif!important;
    font-size:18px!important;
    color:#1a2b3c!important;
}
.about-pro-badge small{
    display:block;
    color:#6b7280!important;
    font-size:11px!important;
    margin-top:2px!important;
}
.about-pro-creds{
    display:grid!important;
    grid-template-columns:repeat(3,1fr)!important;
    gap:8px!important;
}
.about-pro-creds > div{
    text-align:center!important;
    padding:12px 6px!important;
    background:#fff!important;
    border:1px solid #e8e4dc!important;
    border-radius:8px!important;
}
.about-pro-creds strong{
    display:block!important;
    font-family:"Playfair Display",Georgia,serif!important;
    font-size:18px!important;
    color:#b8860b!important;
    line-height:1.1!important;
}
.about-pro-creds span{
    display:block!important;
    margin-top:4px!important;
    font-size:9px!important;
    letter-spacing:.5px!important;
    text-transform:uppercase!important;
    color:#6b7280!important;
}
.about-pro-body{
    padding:34px 36px!important;
    height:100%;
    background:#fff!important;
}
.about-pro-body h2{
    font-size:clamp(24px,2.8vw,32px)!important;
    color:#1a2b3c!important;
    margin:8px 0 0!important;
}
.about-pro-body p{
    color:#6b7280!important;
    font-size:14px!important;
    line-height:1.8!important;
    margin-bottom:12px!important;
}
.about-pro-values{
    margin-top:18px!important;
    padding-top:18px!important;
    border-top:1px solid #eee9e0!important;
}
.about-pro-values h3{
    font-size:18px!important;
    color:#1a2b3c!important;
    margin:0 0 12px!important;
}
.about-pro-values-grid{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
}
.about-pro-value{
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
    padding:10px 12px!important;
    background:#f7f5f1!important;
    border:1px solid #e8e4dc!important;
    border-radius:8px!important;
    font-size:13px!important;
    font-weight:600!important;
    color:#1a2b3c!important;
}
.about-pro-value i{color:#b8860b!important;font-size:14px!important}
.about-pro-actions{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:10px!important;
    margin-top:22px!important;
}
.about-why-head{margin:8px 0 16px!important}
.about-why-grid{
    display:grid!important;
    grid-template-columns:repeat(4,1fr)!important;
    gap:14px!important;
}
.about-why-card{
    background:#fff!important;
    border:1px solid #e8e4dc!important;
    border-top:3px solid #b8860b!important;
    border-radius:12px!important;
    padding:18px 16px!important;
    box-shadow:0 8px 22px rgba(26,43,60,.04)!important;
    transition:.25s ease!important;
}
.about-why-card:hover{
    transform:translateY(-4px)!important;
    box-shadow:0 14px 32px rgba(26,43,60,.08)!important;
}
.about-why-top{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    margin-bottom:12px!important;
}
.about-why-icon{
    width:44px!important;
    height:44px!important;
    display:inline-grid!important;
    place-items:center!important;
    border-radius:10px!important;
    background:rgba(184,134,11,.1)!important;
    border:1px solid rgba(184,134,11,.25)!important;
    color:#b8860b!important;
}
.about-why-num{
    font-family:"Playfair Display",Georgia,serif!important;
    font-size:22px!important;
    font-weight:700!important;
    color:rgba(184,134,11,.28)!important;
}
.about-why-card h3{
    font-size:16px!important;
    color:#1a2b3c!important;
    margin:0 0 6px!important;
}
.about-why-card p{
    margin:0!important;
    color:#6b7280!important;
    font-size:12px!important;
    line-height:1.6!important;
}
@media(max-width:991px){
    .about-pro-body{padding:24px 20px!important}
    .about-pro-photo{min-height:300px!important}
    .about-why-grid{grid-template-columns:1fr 1fr!important}
}
@media(max-width:767px){
    .about-pro-values-grid{grid-template-columns:1fr!important}
    .about-why-grid{grid-template-columns:1fr!important}
    .about-pro-actions .btn{width:100%!important}
}

/* =========================================================
   REVIEWS PAGE
========================================================= */
.reviews-pro{
    background:#f7f5f1!important;
    padding-top:24px!important;
}
.reviews-pro-panel{
    background:#fff!important;
    border:1px solid #e8e4dc!important;
    border-radius:16px!important;
    padding:18px!important;
    box-shadow:0 14px 40px rgba(26,43,60,.06)!important;
}
.reviews-pro-card{
    height:100%!important;
    display:flex!important;
    flex-direction:column!important;
    padding:20px 18px 16px!important;
    background:linear-gradient(180deg,#fff 0%,#faf8f4 100%)!important;
    border:1px solid #e8e4dc!important;
    border-top:3px solid #b8860b!important;
    border-radius:12px!important;
    box-shadow:0 6px 18px rgba(26,43,60,.04)!important;
}
.reviews-pro-top{
    display:flex!important;
    align-items:flex-start!important;
    justify-content:space-between!important;
    margin-bottom:10px!important;
}
.reviews-pro-text{
    color:#2c3e50!important;
    font-size:13px!important;
    line-height:1.75!important;
    font-style:italic!important;
    margin:0 0 16px!important;
    flex:1!important;
}

/* =========================================================
   CASE PROCESS PAGE
========================================================= */
.case-pro{
    background:#f7f5f1!important;
    padding-top:24px!important;
}
.case-pro-panel{
    background:#fff!important;
    border:1px solid #e8e4dc!important;
    border-radius:16px!important;
    padding:20px!important;
    box-shadow:0 14px 40px rgba(26,43,60,.06)!important;
}
.case-pro-track{
    display:grid!important;
    grid-template-columns:repeat(4,1fr)!important;
    gap:14px!important;
    position:relative!important;
}
.case-pro-step{
    background:linear-gradient(180deg,#fff 0%,#faf8f4 100%)!important;
    border:1px solid #e8e4dc!important;
    border-top:3px solid #b8860b!important;
    border-radius:12px!important;
    padding:20px 16px 16px!important;
    box-shadow:0 6px 18px rgba(26,43,60,.04)!important;
    transition:.25s ease!important;
}
.case-pro-step:hover{
    transform:translateY(-4px)!important;
    box-shadow:0 14px 32px rgba(26,43,60,.08)!important;
}
.case-pro-step-top{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    margin-bottom:14px!important;
}
.case-pro-num{
    font-family:"Playfair Display",Georgia,serif!important;
    font-size:34px!important;
    font-weight:700!important;
    color:rgba(184,134,11,.28)!important;
    line-height:1!important;
}
.case-pro-icon{
    width:46px!important;
    height:46px!important;
    display:inline-grid!important;
    place-items:center!important;
    border-radius:50%!important;
    background:#fff!important;
    border:1px solid rgba(184,134,11,.28)!important;
    color:#b8860b!important;
    font-size:16px!important;
}
.case-pro-step:hover .case-pro-icon{
    background:#b8860b!important;
    color:#fff!important;
    border-color:#b8860b!important;
}
.case-pro-step h2{
    font-size:18px!important;
    color:#1a2b3c!important;
    margin:0 0 8px!important;
}
.case-pro-step > p{
    color:#6b7280!important;
    font-size:13px!important;
    line-height:1.65!important;
    margin:0 0 14px!important;
}
.case-pro-list{
    list-style:none!important;
    margin:0!important;
    padding:12px 0 0!important;
    border-top:1px solid #eee9e0!important;
    display:grid!important;
    gap:8px!important;
}
.case-pro-list li{
    display:flex!important;
    align-items:flex-start!important;
    gap:8px!important;
    font-size:12px!important;
    color:#1a2b3c!important;
    font-weight:600!important;
    line-height:1.4!important;
}
.case-pro-list i{
    color:#b8860b!important;
    font-size:12px!important;
    margin-top:2px!important;
}
.case-pro-note{
    margin:16px 0!important;
    padding:14px 16px!important;
    background:#f7f5f1!important;
    border:1px solid #e8e4dc!important;
    border-radius:10px!important;
    display:flex!important;
    align-items:center!important;
    gap:12px!important;
}
.case-pro-note i{
    width:40px!important;
    height:40px!important;
    display:grid!important;
    place-items:center!important;
    border-radius:8px!important;
    background:rgba(184,134,11,.1)!important;
    color:#b8860b!important;
    flex-shrink:0!important;
}
.case-pro-note strong{
    display:block!important;
    color:#1a2b3c!important;
    font-size:14px!important;
    margin-bottom:2px!important;
}
.case-pro-note span{
    display:block!important;
    color:#6b7280!important;
    font-size:12px!important;
}
@media(max-width:991px){
    .case-pro-track{grid-template-columns:1fr 1fr!important}
}
@media(max-width:767px){
    .case-pro-track{grid-template-columns:1fr!important}
    .case-pro-panel{padding:14px!important}
}

/* =========================================================
   PRACTICE AREAS PAGE
========================================================= */
.practice-pro{
    background:#f7f5f1!important;
    padding-top:24px!important;
}
.practice-pro-panel{
    background:#fff!important;
    border:1px solid #e8e4dc!important;
    border-radius:16px!important;
    padding:18px!important;
    box-shadow:0 14px 40px rgba(26,43,60,.06)!important;
}
a.practice-pro-card{
    display:flex!important;
    flex-direction:column!important;
    height:100%!important;
    min-height:220px!important;
    padding:20px 18px 16px!important;
    background:linear-gradient(180deg,#fff 0%,#faf8f4 100%)!important;
    border:1px solid #e8e4dc!important;
    border-top:3px solid #b8860b!important;
    border-radius:12px!important;
    text-decoration:none!important;
    box-shadow:0 6px 18px rgba(26,43,60,.04)!important;
    transition:.25s ease!important;
    color:inherit!important;
}
a.practice-pro-card:hover{
    transform:translateY(-4px)!important;
    box-shadow:0 14px 32px rgba(26,43,60,.1)!important;
    border-color:#d6c49a!important;
    border-top-color:#b8860b!important;
    text-decoration:none!important;
}
.practice-pro-top{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    margin-bottom:14px!important;
}
.practice-pro-icon{
    width:50px!important;
    height:50px!important;
    display:inline-grid!important;
    place-items:center!important;
    border-radius:10px!important;
    background:rgba(184,134,11,.1)!important;
    border:1px solid rgba(184,134,11,.28)!important;
    color:#b8860b!important;
    font-size:18px!important;
}
a.practice-pro-card:hover .practice-pro-icon{
    background:#b8860b!important;
    color:#fff!important;
    border-color:#b8860b!important;
}
.practice-pro-num{
    font-family:"Playfair Display",Georgia,serif!important;
    font-size:24px!important;
    font-weight:700!important;
    color:rgba(184,134,11,.28)!important;
    line-height:1!important;
}
a.practice-pro-card h2{
    font-size:20px!important;
    color:#1a2b3c!important;
    margin:0 0 8px!important;
}
a.practice-pro-card p{
    color:#6b7280!important;
    font-size:13px!important;
    line-height:1.7!important;
    margin:0 0 14px!important;
    flex:1!important;
}
.practice-pro-link{
    display:inline-flex!important;
    align-items:center!important;
    gap:7px!important;
    margin-top:auto!important;
    padding-top:12px!important;
    border-top:1px solid #eee9e0!important;
    color:#b8860b!important;
    font-size:12px!important;
    font-weight:700!important;
}
.practice-pro-link i{font-size:10px!important;transition:transform .2s ease}
a.practice-pro-card:hover .practice-pro-link i{transform:translateX(4px)}
@media(max-width:767px){
    .practice-pro-panel{padding:14px!important}
    a.practice-pro-card{min-height:0!important}
}

/* =========================================================
   SERVICE DETAIL PAGES
========================================================= */
.svc-breadcrumb{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:8px;
    margin-bottom:14px;
    font-size:12px;
    color:#6b7280;
}
.svc-breadcrumb a{color:#6b7280;text-decoration:none}
.svc-breadcrumb a:hover{color:#b8860b}
.svc-breadcrumb i{font-size:9px;opacity:.6}
.svc-breadcrumb span{color:#1a2b3c;font-weight:600}
.svc-detail{
    background:#f7f5f1!important;
    padding-top:24px!important;
}
.svc-detail-panel{
    background:#fff!important;
    border:1px solid #e8e4dc!important;
    border-radius:16px!important;
    padding:22px!important;
    box-shadow:0 14px 40px rgba(26,43,60,.06)!important;
}
.svc-detail-main h2{
    font-size:26px!important;
    color:#1a2b3c!important;
    margin:12px 0 8px!important;
}
.svc-detail-main > p{
    color:#6b7280!important;
    font-size:14px!important;
    line-height:1.7!important;
    margin-bottom:18px!important;
}
.svc-detail-icon{
    width:56px;height:56px;
    display:grid;place-items:center;
    border-radius:12px;
    background:rgba(184,134,11,.1);
    border:1px solid rgba(184,134,11,.28);
    color:#b8860b;
    font-size:22px;
}
.svc-detail-steps{display:grid;gap:12px}
.svc-detail-step{
    display:flex;gap:12px;align-items:flex-start;
    padding:12px 14px;
    background:#f7f5f1;
    border:1px solid #e8e4dc;
    border-radius:10px;
}
.svc-detail-step span{
    font-family:"Playfair Display",Georgia,serif;
    font-size:22px;font-weight:700;
    color:rgba(184,134,11,.4);
    line-height:1;
}
.svc-detail-step strong{display:block;color:#1a2b3c;font-size:14px;margin-bottom:3px}
.svc-detail-step small{display:block;color:#6b7280;font-size:12px;line-height:1.55}
.svc-detail-side{
    height:100%;
    padding:20px;
    background:linear-gradient(180deg,#fff 0%,#faf8f4 100%);
    border:1px solid #e8e4dc;
    border-top:3px solid #b8860b;
    border-radius:12px;
}
.svc-detail-side-head{
    display:flex;align-items:center;gap:10px;
    margin-bottom:14px;
}
.svc-detail-side-head i{color:#b8860b;font-size:18px}
.svc-detail-side-head h3{margin:0;font-size:18px;color:#1a2b3c}
.svc-detail-points{
    list-style:none;margin:0 0 18px;padding:0;
    display:grid;gap:10px;
}
.svc-detail-points li{
    display:flex;gap:10px;align-items:flex-start;
    font-size:13px;color:#1a2b3c;font-weight:600;line-height:1.45;
}
.svc-detail-points i{color:#b8860b;margin-top:2px}
.svc-detail-actions{display:grid;gap:8px}
.svc-related{
    margin-top:18px;
    padding-top:16px;
    border-top:1px solid #eee9e0;
}
.svc-related strong{
    display:block;
    margin-bottom:10px;
    color:#1a2b3c;
    font-size:14px;
}
.svc-related-links{display:flex;flex-wrap:wrap;gap:8px}
.svc-related-links a{
    display:inline-flex;align-items:center;gap:6px;
    padding:8px 12px;
    background:#f7f5f1;
    border:1px solid #e8e4dc;
    border-radius:8px;
    color:#1a2b3c;
    font-size:12px;font-weight:700;
    text-decoration:none;
}
.svc-related-links a:hover{border-color:#b8860b;color:#b8860b}
.svc-related-links i{font-size:10px;color:#b8860b}
@media(max-width:767px){
    .svc-detail-panel{padding:14px!important}
}

/* =========================================================
   CONTACT PAGE — unique professional layout
========================================================= */
.contact-pro{
    background:#f7f5f1!important;
    padding-top:24px!important;
}
.contact-quick-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:12px;
    margin-bottom:18px;
}
.contact-quick-card{
    display:flex;
    flex-direction:column;
    gap:6px;
    padding:16px 14px;
    background:#fff;
    border:1px solid #e8e4dc;
    border-radius:12px;
    text-decoration:none!important;
    color:inherit;
    box-shadow:0 8px 22px rgba(26,43,60,.04);
    transition:.25s ease;
}
a.contact-quick-card:hover{
    transform:translateY(-3px);
    border-color:rgba(184,134,11,.35);
    box-shadow:0 14px 30px rgba(26,43,60,.08);
}
.contact-quick-icon{
    width:40px;height:40px;
    display:grid;place-items:center;
    border-radius:10px;
    background:rgba(184,134,11,.1);
    border:1px solid rgba(184,134,11,.25);
    color:#b8860b;
    font-size:15px;
    margin-bottom:4px;
}
.contact-quick-icon.wa{
    background:rgba(21,148,71,.1);
    border-color:rgba(21,148,71,.25);
    color:#159447;
}
.contact-quick-card strong{
    color:#1a2b3c;
    font-size:14px;
}
.contact-quick-card span:last-child{
    color:#6b7280;
    font-size:12px;
    line-height:1.45;
    word-break:break-word;
}
.contact-pro-panel{
    background:#fff;
    border:1px solid #e8e4dc;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 14px 40px rgba(26,43,60,.06);
    margin-bottom:22px;
}
.contact-pro-info{
    height:100%;
    padding:28px 26px;
    background:linear-gradient(165deg,#1a2b3c 0%,#243447 100%);
    color:#fff;
}
.contact-pro-info .pa-head-kicker{color:#c9a227!important}
.contact-pro-info h2{
    color:#fff!important;
    font-size:clamp(24px,2.6vw,30px)!important;
    margin:8px 0 12px!important;
}
.contact-pro-info > p{
    color:rgba(255,255,255,.72)!important;
    font-size:14px!important;
    line-height:1.75!important;
    margin-bottom:18px!important;
}
.contact-pro-list{display:grid;gap:12px;margin-bottom:18px}
.contact-pro-item{
    display:flex;gap:12px;align-items:flex-start;
    padding:12px;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(184,134,11,.22);
    border-radius:10px;
}
.contact-pro-item i{
    width:34px;height:34px;
    display:grid;place-items:center;
    border-radius:8px;
    background:rgba(184,134,11,.15);
    color:#c9a227;
    flex-shrink:0;
}
.contact-pro-item strong{
    display:block;
    color:#fff;
    font-size:12px;
    margin-bottom:3px;
}
.contact-pro-item span,
.contact-pro-item a{
    color:rgba(255,255,255,.75)!important;
    font-size:12px;
    line-height:1.5;
    text-decoration:none;
}
.contact-pro-item a:hover{color:#c9a227!important}
.contact-pro-actions{display:flex;flex-wrap:wrap;gap:8px}
.contact-pro-actions .btn-call{
    background:transparent;
    color:#fff;
    border-color:rgba(255,255,255,.35);
}
.contact-pro-actions .btn-call:hover{
    background:rgba(255,255,255,.08);
    color:#fff;
    border-color:rgba(255,255,255,.55);
}
.btn-whatsapp{
    background:#159447!important;
    color:#fff!important;
    border:1px solid #159447!important;
    padding:12px 16px;
    font-weight:700;
    font-size:13px;
    border-radius:4px;
}
.btn-whatsapp:hover{background:#12803c!important;color:#fff!important}
.contact-pro-form{
    padding:28px 26px;
    background:#fff;
}
.contact-pro-form-head{margin-bottom:16px}
.contact-pro-form-head h3{
    margin:0 0 4px;
    color:#1a2b3c;
    font-size:22px;
}
.contact-pro-form-head p{
    margin:0;
    color:#6b7280;
    font-size:13px;
}
.contact-pro-form label{
    font-size:11px;
    font-weight:700;
    color:#3b454c;
    margin-bottom:6px;
}
.contact-pro-form .form-control,
.contact-pro-form .form-select{
    border:1px solid #e8e4dc;
    border-radius:6px;
    min-height:48px;
    font-size:13px;
    background:#fafafa;
}
.contact-pro-form textarea.form-control{min-height:120px}
.contact-pro-form .form-control:focus,
.contact-pro-form .form-select:focus{
    border-color:#b8860b;
    box-shadow:0 0 0 .2rem rgba(184,134,11,.12);
    background:#fff;
}
.contact-map-head{margin:8px 0 16px!important}
.contact-pro .contact-map-card{
    display:block;
    width:100%;
    overflow:hidden;
    border:1px solid #e8e4dc;
    border-radius:16px;
    background:#fff;
    box-shadow:0 14px 40px rgba(26,43,60,.06);
}
.contact-pro .contact-map-card iframe{
    display:block;
    width:100%;
    height:380px;
    border:0;
}
.contact-pro .map-info-bar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    padding:18px 20px;
    border-top:1px solid #e8e4dc;
    background:#fff;
}
.contact-pro .map-info-bar h3{
    margin:0 0 4px;
    color:#1a2b3c;
    font-family:"Playfair Display",serif;
    font-size:22px;
}
.contact-pro .map-info-bar p{
    margin:0;
    color:#6b7280;
    font-size:13px;
    line-height:1.55;
}
@media(max-width:991px){
    .contact-quick-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:767px){
    .contact-quick-grid{grid-template-columns:1fr}
    .contact-pro-info,
    .contact-pro-form{padding:20px 16px}
    .contact-pro .contact-map-card iframe{height:280px}
    .contact-pro .map-info-bar{
        flex-direction:column;
        align-items:flex-start;
        gap:14px;
    }
    .contact-pro .map-info-bar .map-btn{width:100%}
    .contact-pro-actions .btn{width:100%}
}

/* =========================================================
   FULL SITE RESPONSIVE — laptop safe + mobile friendly
   Laptop/Desktop (≥992px) keeps the previous polished layout.
   Mobile/tablet-only rules below.
========================================================= */
html,body{max-width:100%;overflow-x:hidden}
img,svg,video,iframe{max-width:100%}
img,svg,video{height:auto}

/* ---- Restore / lock laptop+ desktop hero look ---- */
@media(min-width:992px){
    .hp-hero{
        min-height:calc(100svh - 112px)!important;
        height:calc(100svh - 112px)!important;
        max-height:calc(100svh - 112px)!important;
        overflow:hidden!important;
        display:flex!important;
        flex-direction:column!important;
    }
    .hp-hero-body{
        flex:1 1 auto!important;
        min-height:0!important;
        padding:8px 0 6px!important;
        align-items:center!important;
        overflow:hidden!important;
    }
    .hp-hero-profile{
        max-width:420px!important;
        margin:0 0 0 auto!important;
    }
    .hp-hero-frame-photo{
        height:clamp(250px, 40vh, 340px)!important;
    }
    .hp-hero h1{
        font-size:clamp(34px, 4.2vw, 50px)!important;
    }
    .hp-hero-info{flex-shrink:0!important;margin-top:auto!important}
    .hp-hero-info-grid{grid-template-columns:repeat(4,1fr)!important}
    .hp-stats-grid{grid-template-columns:repeat(4,1fr)!important}
    .hp-process-track{grid-template-columns:repeat(4,1fr)!important}
    .hp-reviews-grid{grid-template-columns:repeat(3,1fr)!important}
    .about-why-grid{grid-template-columns:repeat(4,1fr)!important}
    .case-pro-track{grid-template-columns:repeat(4,1fr)!important}
    .contact-quick-grid{grid-template-columns:repeat(4,1fr)!important}
    .pa-head-one h2,.about-hero-title{
        display:block!important;
        flex-direction:unset!important;
    }
    .pa-head-sep{display:inline!important}
}

/* Undo earlier tablet rules that broke laptop (1199px) */
@media(min-width:992px) and (max-width:1199.98px){
    .hp-hero{
        min-height:calc(100svh - 112px)!important;
        height:calc(100svh - 112px)!important;
        max-height:calc(100svh - 112px)!important;
        overflow:hidden!important;
    }
    .hp-hero-profile{max-width:360px!important;margin-left:auto!important}
    .hp-hero-frame-photo{height:clamp(220px, 34vh, 300px)!important}
    .hp-hero h1{font-size:clamp(30px, 3.4vw, 42px)!important}
}

/* ---- Tablet / mobile only (≤991px) ---- */
@media(max-width:991.98px){
    .hp-hero{
        height:auto!important;
        max-height:none!important;
        min-height:auto!important;
        overflow:visible!important;
    }
    .hp-hero-body{padding:20px 0 16px!important;align-items:flex-start!important}
    .hp-hero-profile{max-width:340px!important;margin:0 auto 10px!important}
    .hp-hero-frame-photo{height:260px!important}
    .hp-hero-copy{max-width:100%!important;padding-right:0!important}
    .hp-hero-info-grid{grid-template-columns:1fr 1fr!important}
    .hp-hero-info-item{min-height:auto!important;padding:14px 12px!important}

    .section-padding{padding:42px 0!important}
    .inner-hero,.about-inner-hero{padding:22px 0 12px!important}
    .pa-head-box,.process-head-box,.reviews-head-box{padding:16px 14px!important}
    .pa-head-one h2,.about-hero-title{
        font-size:clamp(20px,4.5vw,26px)!important;
        display:flex!important;
        flex-direction:column!important;
        gap:6px!important;
        align-items:center!important;
    }
    .pa-head-sep{display:none!important}

    .hp-stats-grid,
    .hp-process-track,
    .hp-reviews-grid,
    .about-why-grid,
    .case-pro-track,
    .contact-quick-grid{grid-template-columns:1fr 1fr!important}
    .hp-process-track:before{display:none!important}

    .hp-about-visual{padding:16px!important}
    .hp-about-body{padding:22px 18px!important}
    .hp-about-list{grid-template-columns:1fr!important}
    .about-pro-body{padding:22px 16px!important}
    .about-pro-values-grid{grid-template-columns:1fr!important}
    .footer-cta-actions .btn{width:100%;text-align:center}
}

/* ---- Mobile (≤767px) ---- */
@media(max-width:767.98px){
    .container{padding-left:14px!important;padding-right:14px!important}
    .section-padding{padding:34px 0!important}
    .hp-hero h1{font-size:clamp(26px,7.5vw,34px)!important}
    .hp-hero-actions{flex-direction:column!important}
    .hp-hero-actions .btn{width:100%!important}
    .hp-hero-trust{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}
    .hp-hero-profile{max-width:100%!important}
    .hp-hero-frame-photo{height:240px!important}
    .hp-hero-float{position:static!important;margin-top:10px!important;width:100%!important}
    .hp-hero-info-grid{grid-template-columns:1fr!important}
    .hp-hero-info-item{border-right:0!important;border-bottom:1px solid #d9d1c4!important}
    .hp-hero-info-item:last-child{border-bottom:0!important}

    .hp-stats-grid,
    .hp-process-track,
    .hp-reviews-grid,
    .about-why-grid,
    .case-pro-track,
    .contact-quick-grid,
    .hp-practice-grid{grid-template-columns:1fr!important}

    .pa-bottom,.hp-practice-footer,.hp-process-footer,.hp-reviews-footer{
        flex-direction:column!important;align-items:stretch!important;
    }
    .pa-bottom-btns .btn,
    .hp-practice-footer-actions .btn,
    .hp-process-footer-actions .btn,
    .hp-reviews-footer .btn,
    .contact-pro-actions .btn,
    .about-pro-actions .btn,
    .map-info-bar .map-btn{width:100%!important}

    .pa-wrap,.practice-pro-panel,.hp-process-panel,.hp-reviews-panel,
    .reviews-pro-panel,.case-pro-panel,.svc-detail-panel,
    .contact-pro-panel,.about-pro-panel,.hp-faq-panel,.hp-cta-box{padding:12px!important}

    .contact-pro .contact-map-card iframe{height:260px!important}
    .contact-pro .map-info-bar{flex-direction:column!important;align-items:flex-start!important}
    .floating-contact{right:12px;bottom:16px}
}

@media(max-width:575.98px){
    .hp-hero h1{font-size:24px!important}
    .hp-hero-frame-photo{height:210px!important}
}

/* =========================================================
   HERO — larger text + photo (laptop)
========================================================= */
@media(min-width:992px){
    .hp-hero h1{
        font-size:clamp(40px, 5vw, 58px)!important;
        line-height:1.08!important;
        margin-bottom:14px!important;
    }
    .hp-hero-text{
        font-size:16px!important;
        line-height:1.8!important;
        margin-bottom:18px!important;
        max-width:640px!important;
    }
    .hp-hero-badge{
        font-size:12px!important;
        padding:7px 13px!important;
        margin-bottom:14px!important;
    }
    .hp-hero-actions .btn{
        padding:13px 22px!important;
        font-size:14px!important;
    }
    .hp-hero-trust div{font-size:13px!important}
    .hp-hero-profile{
        max-width:480px!important;
    }
    .hp-hero-frame-photo{
        height:clamp(300px, 48vh, 420px)!important;
    }
    .hp-hero-frame-info strong{font-size:20px!important}
    .hp-hero-frame-info small{font-size:12px!important}
}
@media(min-width:992px) and (max-width:1199.98px){
    .hp-hero-profile{max-width:400px!important}
    .hp-hero-frame-photo{height:clamp(260px, 42vh, 360px)!important}
    .hp-hero h1{font-size:clamp(34px, 4vw, 48px)!important}
}

/* Hero trust items — professional button boxes */
.hp-hero-trust{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:12px!important;
    margin-top:4px!important;
}
.hp-hero-trust .hp-trust-btn{
    display:inline-flex!important;
    align-items:center!important;
    gap:12px!important;
    padding:10px 16px 10px 10px!important;
    border:1px solid rgba(26,43,60,.12)!important;
    border-radius:6px!important;
    background:linear-gradient(180deg,#ffffff 0%,#f7f5f0 100%)!important;
    color:var(--navy)!important;
    font-size:12px!important;
    font-weight:700!important;
    letter-spacing:.02em!important;
    line-height:1.25!important;
    box-shadow:0 1px 0 rgba(255,255,255,.9) inset, 0 8px 22px rgba(26,43,60,.07)!important;
    white-space:nowrap!important;
    transition:border-color .2s, box-shadow .2s, transform .2s!important;
}
.hp-hero-trust .hp-trust-btn:hover{
    border-color:rgba(184,134,11,.45)!important;
    box-shadow:0 1px 0 rgba(255,255,255,.9) inset, 0 10px 26px rgba(184,134,11,.16)!important;
    transform:translateY(-2px)!important;
}
.hp-hero-trust .hp-trust-ico{
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
    border-radius:5px!important;
    display:inline-grid!important;
    place-items:center!important;
    background:rgba(184,134,11,.12)!important;
    border:1px solid rgba(184,134,11,.28)!important;
    color:var(--gold)!important;
}
.hp-hero-trust .hp-trust-ico i{
    color:var(--gold)!important;
    font-size:14px!important;
    margin:0!important;
}
.hp-hero-trust .hp-trust-txt{
    color:var(--navy)!important;
    font-size:12px!important;
    font-weight:700!important;
}
@media(max-width:991.98px){
    .hp-hero-trust{
        display:grid!important;
        grid-template-columns:1fr!important;
        gap:10px!important;
    }
    .hp-hero-trust .hp-trust-btn{
        justify-content:flex-start!important;
        white-space:normal!important;
        width:100%!important;
        padding:12px 14px 12px 10px!important;
    }
    .hp-hero-trust .hp-trust-txt{font-size:13px!important}
}

/* Hero info bar — chamber address row */
.hp-hero-info-address{
    display:flex!important;
    align-items:flex-start!important;
    gap:14px!important;
    padding:14px 4px 16px!important;
    border-top:1px solid rgba(26,43,60,.1)!important;
    text-decoration:none!important;
    color:inherit!important;
    transition:opacity .2s!important;
}
.hp-hero-info-address:hover{opacity:.85!important}
.hp-hero-info-address > i{
    width:40px!important;
    height:40px!important;
    flex:0 0 40px!important;
    display:grid!important;
    place-items:center!important;
    border-radius:10px!important;
    background:rgba(184,134,11,.1)!important;
    color:var(--gold)!important;
    font-size:15px!important;
    margin-top:2px!important;
}
.hp-hero-info-address strong{
    display:block!important;
    font-size:13px!important;
    font-weight:700!important;
    color:var(--navy)!important;
    line-height:1.3!important;
}
.hp-hero-info-address span{
    display:block!important;
    margin-top:3px!important;
    font-size:12px!important;
    color:var(--muted)!important;
    line-height:1.45!important;
}
@media(max-width:767.98px){
    .hp-hero-info-address{
        padding:14px 0 12px!important;
    }
    .hp-hero-info-address span{font-size:11px!important}
}
