:root{--navy-950:#071327;--navy-900:#0b1f3a;--navy-800:#112c50;--navy-700:#1f3c61;--gold-500:#c9a227;--gold-700:#7a5a00;--gold-400:#d3b24d;--gold-300:#e0c56d;--white:#ffffff;--text-900:#111827;--text-700:#4b5563;--text-500:#6b7280;--gray-100:#f6f7fb;--gray-200:#e8ebf0;--gray-300:#d8dde6;--shadow-soft:0 20px 45px rgba(7, 19, 39, 0.12);--shadow-strong:0 25px 60px rgba(7, 19, 39, 0.18);--radius-lg:1.2rem;--radius-xl:1.8rem;--radius-2xl:2.2rem}html{scroll-behavior:smooth}img{max-width:100%;height:auto}img[loading=lazy]{opacity:1;filter:none}img.lazy-loaded,img[data-no-lazy=true],img[loading=eager]{opacity:1;filter:none}@media (prefers-reduced-motion:reduce){img[loading=lazy]{filter:none}}body{font-family:Poppins,Inter,sans-serif;color:var(--text-900);background:linear-gradient(180deg,#fbfcff 0,#f5f7fb 100%);overflow-x:hidden}#pageLoader{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0b1f3a 0,#1f3c61 100%);display:flex!important;align-items:center;justify-content:center;z-index:9999;opacity:1;visibility:visible;transition:all .3s ease-out}#pageLoader.hidden{opacity:0!important;visibility:hidden!important;display:none!important;pointer-events:none!important}.loader-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.loader-logo{width:120px;height:120px;display:flex;align-items:center;justify-content:center}.loader-logo img{width:100%;height:100%;object-fit:contain}.loader-spinner{width:50px;height:50px;border:4px solid rgba(201,162,39,.2);border-top:4px solid #c9a227;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}img{max-width:100%;display:block}::selection{background:rgba(201,162,39,.3)}.brand-script,.display-title,.hero-title,.section-heading{font-family:Cinzel,"Cormorant Garamond",serif;letter-spacing:.35px}.page-shell{position:relative}.practice-ticker-bar{height:50px;background:#0b2345;width:100%;margin:0;padding:0;overflow:hidden;position:sticky;top:0;z-index:1300;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.practice-ticker-bar+#header .premium-navbar{top:50px}.practice-ticker-bar+header#header .premium-navbar{top:50px}.practice-ticker-shell{width:100%;height:100%;overflow:hidden}.practice-ticker-track{display:flex;align-items:center;width:max-content;min-width:100%;height:100%;animation:practiceTickerMove 42s linear infinite;will-change:transform;transform:translate3d(0,0,0)}.practice-ticker-group{display:flex;align-items:center;flex-shrink:0;gap:.9rem;white-space:nowrap;padding-right:.9rem}.practice-ticker-item{color:#fff;font-size:16px;font-weight:700;line-height:1}.practice-ticker-sep{color:var(--gold-500);font-size:1.05rem;line-height:1}@keyframes practiceTickerMove{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}@media (max-width:991.98px){.practice-ticker-track{animation-duration:36s}}@media (max-width:575.98px){.practice-ticker-bar{height:50px}.practice-ticker-group{gap:.85rem}.practice-ticker-item{font-size:16px}}.premium-inner-banner{position:relative;overflow:hidden;display:block;width:100%;background:#071327;--banner-height-desktop:520px;--banner-height-tablet:400px;--banner-height-mobile:320px;min-height:var(--banner-height-mobile)}.premium-inner-banner .banner-media{position:absolute;inset:0;overflow:hidden;z-index:0;will-change:transform;transform:translate3d(0,0,0) scale(1.03)}.premium-inner-banner .banner-slide{position:absolute;inset:0;background-size:cover;background-position:center center;background-repeat:no-repeat;opacity:0;animation:premiumBannerFade 12s infinite;transform:translate3d(0,0,0) scale(1.02);will-change:opacity}.premium-inner-banner .banner-slide-1{opacity:1;animation-delay:0s}.premium-inner-banner .banner-slide-2{animation-delay:3s}.premium-inner-banner .banner-slide-3{animation-delay:6s}.premium-inner-banner .banner-slide-4{animation-delay:9s}.premium-inner-banner .banner-img{display:none}.premium-inner-banner .banner-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,19,45,.55) 0,rgba(4,19,45,.6) 100%);z-index:1}.premium-inner-banner .banner-content{position:relative;z-index:2;padding-top:48px;padding-bottom:48px;display:flex;align-items:center;height:var(--banner-height-mobile)}.premium-inner-banner .banner-inner{color:var(--white)}.premium-inner-banner .banner-breadcrumb{color:rgba(255,255,255,.85);margin-bottom:8px;font-weight:600;opacity:0;animation:bannerFadeIn 620ms ease-out 120ms forwards}.premium-inner-banner .banner-title{font-size:2rem;margin:0 0 8px 0;color:var(--white);text-shadow:0 6px 20px rgba(7,19,39,.45);transform:translateY(0);opacity:1;animation:bannerTitleUp 680ms cubic-bezier(.2,.9,.24,1) 80ms both}.premium-inner-banner .banner-subtitle{color:rgba(255,255,255,.9);margin:0;max-width:760px;opacity:0;animation:bannerFadeIn 680ms ease-out 240ms forwards}.premium-inner-banner .banner-title:before{content:'';display:inline-block;width:48px;height:3px;background:var(--gold-500);margin-right:14px;vertical-align:middle}@keyframes premiumBannerFade{0%{opacity:0}4%{opacity:1}25%{opacity:1}33%{opacity:0}100%{opacity:0}}@keyframes bannerTitleUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes bannerFadeIn{from{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.premium-inner-banner .banner-slide{animation:none}.premium-inner-banner .banner-slide-1{opacity:1}.premium-inner-banner .banner-breadcrumb,.premium-inner-banner .banner-subtitle,.premium-inner-banner .banner-title{animation:none;opacity:1;transform:none}}@media (min-width:992px){.premium-inner-banner{min-height:var(--banner-height-desktop)}.premium-inner-banner .banner-content{height:var(--banner-height-desktop);padding-top:72px;padding-bottom:72px}.premium-inner-banner .banner-title{font-size:2.8rem}}@media (min-width:768px) and (max-width:991.98px){.premium-inner-banner{min-height:var(--banner-height-tablet)}.premium-inner-banner .banner-content{height:var(--banner-height-tablet);padding-top:56px;padding-bottom:56px}.premium-inner-banner .banner-title{font-size:2.1rem}}@media (max-width:575.98px){.premium-inner-banner{min-height:var(--banner-height-mobile)}.premium-inner-banner .banner-content{padding-top:28px;padding-bottom:28px}.premium-inner-banner .banner-title{font-size:1.5rem}}.about-page{background:radial-gradient(circle at 10% 8%,rgba(201,162,39,.08),transparent 28%),linear-gradient(180deg,#fbfcff 0,#f3f6fb 100%)}.about-section{position:relative;padding:96px 0;overflow:hidden}.about-kicker{display:inline-flex;align-items:center;gap:.5rem;color:var(--gold-500);font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.85rem}.about-advocate-content h3,.about-brand-card h2,.about-cta-banner h2,.about-heading,.about-philosophy-card h2{font-family:Cinzel,"Cormorant Garamond",serif;color:var(--navy-950);letter-spacing:.25px}.about-heading{font-size:clamp(2rem, 4vw, 3.25rem);line-height:1.12;margin-bottom:1.2rem}.about-section p{color:var(--text-700);font-size:1.02rem;line-height:1.85}.about-section-head{max-width:820px;margin-bottom:3rem}.about-advocate-portrait,.about-image-frame{border-radius:26px;overflow:hidden;background:linear-gradient(145deg,rgba(255,255,255,.94),rgba(255,255,255,.68));border:1px solid rgba(201,162,39,.26);box-shadow:0 30px 75px rgba(7,19,39,.18)}.about-image-frame img{width:100%;min-height:460px;object-fit:cover;object-position:center}.about-advocate-panel{padding:clamp(1.25rem,3vw,2.4rem);border-radius:30px;margin-top:2rem;background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(255,255,255,.74)),radial-gradient(circle at top right,rgba(201,162,39,.14),transparent 35%);border:1px solid rgba(201,162,39,.2);box-shadow:0 26px 70px rgba(7,19,39,.12)}.about-advocate-panel+.about-advocate-panel{margin-top:4rem}.about-advocate-portrait{display:flex;align-items:center;justify-content:center;min-height:520px;padding:1.25rem;background:linear-gradient(180deg,rgba(7,19,39,.06),rgba(201,162,39,.08))}.about-advocate-portrait img{width:100%;max-height:620px;object-fit:cover;object-position:center;border-radius:20px;border:2px solid rgba(201,162,39,.85);box-shadow:0 22px 48px rgba(7,19,39,.14);transition:transform 360ms ease-in-out,box-shadow 360ms ease-in-out}.about-advocate-portrait:hover img{transform:scale(1.03)}.about-advocate-panel.js-advocate-controlled .about-advocate-content,.about-advocate-panel.js-advocate-controlled .about-advocate-portrait img{opacity:0;will-change:transform,opacity}.about-advocate-panel.js-advocate-controlled .about-advocate-portrait img{transform:translateX(-40px)}.about-advocate-panel.js-advocate-controlled .about-advocate-content{transform:translateX(40px)}.about-advocate-panel-reverse.js-advocate-controlled .about-advocate-portrait img{transform:translateX(40px)}.about-advocate-panel-reverse.js-advocate-controlled .about-advocate-content{transform:translateX(-40px)}.about-advocate-panel.js-advocate-controlled.in-view .about-advocate-content,.about-advocate-panel.js-advocate-controlled.in-view .about-advocate-portrait img{transform:translateX(0);opacity:1;transition:transform .9s ease-in-out,opacity .9s ease-in-out}.about-info-card i{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:10px;background:linear-gradient(180deg,rgba(201,162,39,.12),rgba(201,162,39,.06));border:1px solid rgba(201,162,39,.18);font-size:1.15rem}.about-experts{background:linear-gradient(180deg,rgba(7,19,39,.03) 0,rgba(255,255,255,0) 100%);padding-top:72px;padding-bottom:72px}.about-advocate-panel:nth-of-type(odd){background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(251,252,255,.9))}.about-advocate-panel:nth-of-type(2n){background:linear-gradient(180deg,rgba(247,249,252,.98),rgba(255,255,255,.96))}.about-advocate-content h3{font-size:clamp(2rem, 3.4vw, 3rem);margin-bottom:.75rem}.about-advocate-meta{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.2rem}.about-advocate-meta span{display:inline-flex;padding:.45rem .9rem;border-radius:999px;background:rgba(11,31,58,.08);color:var(--navy-900);font-weight:700}.about-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.5rem}.about-choice-grid>div,.about-info-card,.about-service-card,.about-timeline-item{border-radius:22px;background:rgba(255,255,255,.82);border:1px solid rgba(201,162,39,.18);box-shadow:0 16px 40px rgba(7,19,39,.09)}.about-info-card{padding:1.25rem}.about-info-card-wide{grid-column:1/-1}.about-choice-grid i,.about-icon-badge i,.about-info-card i,.about-service-card i{color:var(--gold-500);font-size:1.65rem}.about-info-card h4,.about-service-card h3,.about-timeline-item h3{color:var(--navy-950);font-weight:800;margin:.75rem 0 .45rem}.about-info-card p{margin:0;font-size:.93rem;line-height:1.7}.about-brand-card,.about-icon-statement,.about-philosophy-card,.about-vision-content{max-width:960px;margin:0 auto;text-align:center}.about-icon-badge{width:76px;height:76px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin-bottom:1.35rem;background:rgba(201,162,39,.12);border:1px solid rgba(201,162,39,.28)}.about-vision-band{background:linear-gradient(135deg,rgba(7,19,39,.94),rgba(11,31,58,.9)),url("../images/library.d3dec4c60a01.webp") center/cover no-repeat}.about-vision-band .about-heading,.about-vision-band .about-kicker,.about-vision-band p{color:var(--white)}.about-vision-band p{color:rgba(255,255,255,.86)}.about-philosophy{background:linear-gradient(135deg,#071327,#0b1f3a 58%,#132f55)}.about-philosophy-card{padding:clamp(2rem,5vw,4.5rem);border-radius:30px;background:rgba(255,255,255,.06);border:1px solid rgba(201,162,39,.28);box-shadow:0 28px 80px rgba(0,0,0,.22)}.about-philosophy-card blockquote,.about-philosophy-card h2,.about-philosophy-card p{color:var(--white)}.about-brand-card blockquote,.about-philosophy-card blockquote{font-family:Cinzel,"Cormorant Garamond",serif;font-size:clamp(1.7rem, 4vw, 3rem);line-height:1.25;margin:1.5rem auto;max-width:900px}.about-philosophy-card p{color:rgba(255,255,255,.84)}.about-highlight-quote{display:inline-flex;margin-top:1rem;padding:.85rem 1.25rem;border-radius:999px;background:rgba(201,162,39,.16);color:var(--gold-300);border:1px solid rgba(201,162,39,.34);font-weight:800}.about-service-card{height:100%;padding:1.6rem;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.about-service-card:hover{transform:translateY(-8px);border-color:rgba(201,162,39,.42);box-shadow:0 26px 65px rgba(7,19,39,.16)}.about-service-card a{display:inline-flex;gap:.45rem;align-items:center;color:var(--navy-900);font-weight:800;text-decoration:none}.about-timeline{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem;position:relative}.about-timeline-item{padding:1.4rem;min-height:160px}.about-timeline-item span{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--navy-900);color:var(--gold-300);font-weight:900}.about-choice-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.about-choice-grid>div{padding:1.2rem;display:flex;gap:.8rem;align-items:center;min-height:96px}.about-choice-grid span{color:var(--navy-950);font-weight:800}.about-brand-promise{background:linear-gradient(180deg,#f8fafc,#eef3f8)}.about-brand-card,.about-cta-banner{border-radius:30px;border:1px solid rgba(201,162,39,.25);background:rgba(255,255,255,.82);box-shadow:0 24px 70px rgba(7,19,39,.12)}.about-brand-card{padding:clamp(2rem,5vw,4rem)}.about-brand-card blockquote{color:var(--navy-900)}.about-cta-section{padding-top:48px}.about-cta-banner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:clamp(1.5rem,4vw,2.6rem);background:linear-gradient(135deg,rgba(7,19,39,.95),rgba(15,46,82,.92)),url("../images/meeting-1.28a02cf63e74.jpeg") center/cover no-repeat}.about-cta-banner .about-kicker,.about-cta-banner h2{color:var(--white);margin-bottom:0}.about-cta-actions{display:flex;flex-wrap:wrap;gap:.8rem}@media (max-width:991.98px){.about-section{padding:72px 0}.about-choice-grid,.about-info-grid,.about-timeline{grid-template-columns:repeat(2,minmax(0,1fr))}.about-advocate-portrait{min-height:420px}.about-cta-banner{align-items:flex-start;flex-direction:column}}@media (max-width:575.98px){.about-section{padding:56px 0}.about-choice-grid,.about-info-grid,.about-timeline{grid-template-columns:1fr}.about-image-frame img{min-height:320px}.about-advocate-portrait{min-height:340px;padding:.85rem}.about-highlight-quote{border-radius:18px}.about-cta-actions{width:100%}.about-cta-actions .btn{width:100%}}.premium-navbar,header#header,header#header .navbar,header#header .navbar-collapse,header#header .navbar-nav{background:#fff!important}.premium-navbar{position:fixed;top:50px;z-index:1200;width:100%;padding:.75rem 0;background:#fff!important;backdrop-filter:none;transition:all .3s ease;border-bottom:1px solid rgba(20,33,61,.12)}.premium-navbar .navbar-brand{font-size:1.35rem;font-weight:700;color:#0b1f3a!important;letter-spacing:.2px}.navbar-logo{width:55px;height:55px;object-fit:cover;border-radius:.85rem;border:1px solid rgba(20,33,61,.14);background:#fff;padding:.2rem;box-shadow:none;margin-right:.65rem}.brand-text{white-space:nowrap}.nav-shell{display:flex;align-items:center;justify-content:space-between;gap:1rem}.premium-navbar .nav-link{position:relative;color:#0b1f3a!important;font-weight:600;padding-inline:0.8rem;transition:color .3s ease;white-space:nowrap;border-bottom:0}.premium-navbar .nav-link::after{content:"";position:absolute;width:calc(100% - 1.6rem);left:.8rem;bottom:.05rem;height:3px;border-radius:999px;background:#c9a227;transform:scaleX(0);transform-origin:center;transition:transform .3s ease}.nav-menu-center{align-items:center;width:100%;justify-content:center;gap:.15rem}.nav-actions .btn{min-width:98px}.nav-actions{display:flex;align-items:center;justify-content:flex-end}.navbar-consultation-btn{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;text-decoration:none;padding:12px 26px;border-radius:999px;border:1px solid #c8a03a;background:#c8a03a;color:#fff!important;font-weight:600;line-height:1;box-shadow:0 8px 20px rgba(200,160,58,.24);transition:background-color .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease,transform .3s ease}.navbar-consultation-btn:hover{background:#b58d26;color:#fff!important;transform:translateY(-3px);box-shadow:0 10px 25px rgba(0,0,0,.15)}.premium-navbar .navbar-nav{margin-left:auto;margin-right:auto}@media (min-width:1200px){.premium-navbar .nav-shell{display:grid;grid-template-columns:minmax(235px,max-content) minmax(0,1fr);align-items:center;column-gap:.6rem}.premium-navbar .navbar-brand{min-width:235px;margin-left:-.35rem;flex-shrink:0}.premium-navbar .navbar-collapse{display:grid!important;grid-template-columns:auto 1fr auto;align-items:center;justify-content:stretch;gap:.6rem;width:100%;min-width:0}.nav-menu-center{grid-column:2;justify-content:center;margin:0!important;min-width:0;flex-wrap:nowrap}.premium-navbar .navbar-nav{margin-left:0;margin-right:0}.nav-actions{grid-column:3;justify-self:end;margin-left:.35rem}.premium-navbar .nav-link{font-size:.96rem;padding-inline:0.62rem}.nav-actions .btn{padding:.6rem .95rem;min-width:auto}}@media (max-width:1199.98px) and (min-width:768px){.premium-navbar .navbar-brand{margin-left:-.15rem}}@media (max-width:1380px) and (min-width:1200px){.nav-actions .btn-premium-ghost{display:none}}.premium-navbar .nav-link:hover{color:#c9a227!important}.premium-navbar .nav-link:hover::after{transform:scaleX(1)}.premium-navbar .nav-link.active{color:#c9a227!important;font-weight:700}.premium-navbar .nav-link.active::after{transform:scaleX(1)}.premium-navbar .nav-link:focus-visible{color:#c9a227!important}.premium-navbar .nav-link:focus-visible::after{transform:scaleX(1)}.premium-navbar.scrolled{background:#fff!important;box-shadow:0 10px 24px rgba(20,33,61,.08)}.nav-actions .btn-premium-outline{background:#fff;color:#0b1f3a;border-color:#0b1f3a}.nav-actions .btn-premium-outline:hover{background:#0b1f3a;color:#fff}.nav-actions .btn-premium-primary{background:linear-gradient(135deg,var(--gold-500),var(--gold-300));color:#111}.premium-navbar.scrolled .nav-link,.premium-navbar.scrolled .navbar-brand{color:#0b1f3a!important}.navbar-toggler{border:1px solid rgba(7,19,39,.28)}.navbar-toggler-icon{filter:none}.btn-premium-dark,.btn-premium-ghost,.btn-premium-outline,.btn-premium-primary{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;border-radius:999px;padding:.8rem 1.3rem;font-weight:600;transition:background-color .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease,transform .3s ease;cursor:pointer}.btn-premium-primary{background:linear-gradient(135deg,var(--gold-500),var(--gold-300));color:#111;box-shadow:0 12px 26px rgba(201,162,39,.24)}.btn-premium-primary:hover{background:#b58d26;border-color:#b58d26;transform:translateY(-3px);box-shadow:0 10px 25px rgba(0,0,0,.15);color:#fff}.btn-premium-outline{border:1px solid rgba(20,33,61,.34);color:#14213d;background:#fff}.btn-premium-outline:hover{background:var(--gold-500);border-color:var(--gold-500);color:#fff;transform:translateY(-3px);box-shadow:0 10px 25px rgba(0,0,0,.15)}.nav-actions .btn-premium-outline{background:#fff;color:#14213d;border-color:#14213d}.nav-actions .btn-premium-outline:hover{background:var(--gold-500);border-color:var(--gold-500);color:#fff}.btn-premium-ghost{border:1px solid rgba(201,162,39,.35);color:var(--gold-500);background:rgba(201,162,39,.09)}.btn-premium-dark{background:var(--navy-900);color:#fff}.btn-premium-dark:hover{background:var(--navy-950);color:#fff;transform:translateY(-3px);box-shadow:0 10px 25px rgba(0,0,0,.15)}.btn:hover,.page-link:hover{transform:translateY(-3px);box-shadow:0 10px 25px rgba(0,0,0,.15);cursor:pointer}.btn:focus-visible,.navbar-consultation-btn:focus-visible,.page-link:focus-visible{outline:2px solid rgba(200,160,58,.45);outline-offset:2px}.premium-hero{position:relative;min-height:100vh;display:flex;align-items:center;background:linear-gradient(120deg,rgba(7,19,39,.84) 0,rgba(17,44,80,.82) 100%);color:#fff;overflow:hidden}.premium-hero-carousel{position:relative;width:100%;height:100vh;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-top:0;background-color:#081427}.premium-hero-carousel .carousel{position:absolute;width:100%;height:100%;top:0;left:0;z-index:1}.carousel-inner{position:relative;width:100%;height:100%}.carousel-item{position:absolute;width:100%;height:100%;opacity:0;visibility:hidden;display:flex;align-items:center;justify-content:center;transition:opacity var(--hero-fade-duration, 800ms) ease-in-out;top:0;left:0;z-index:1;will-change:opacity}.carousel-item.active,.carousel-item.is-active{opacity:1;visibility:visible;z-index:2}.carousel-item.is-fading-out,.carousel-item.is-next{visibility:visible}.carousel-item.is-next{z-index:3}.carousel-item.is-fading-out{opacity:0;z-index:2}.carousel-image{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center;top:0;left:0;transform:translate3d(0,0,0) scale(1.06);transform-origin:center center;backface-visibility:hidden;will-change:transform}.carousel-dark-overlay{position:absolute;width:100%;height:100%;background:rgba(7,16,34,.55);top:0;left:0;z-index:1}.hero-content-fixed{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:10;top:0;left:0}.hero-content-fixed .container{position:relative;z-index:11;transform:translate3d(0,0,0);will-change:transform}.hero-pill,.hero-subtitle,.hero-title,[data-hero-cta]{will-change:transform;transform:translate3d(0,0,0);transition:transform 180ms linear}.premium-hero-carousel .hero-content-fixed{color:#fff}.premium-hero-carousel .hero-pill,.premium-hero-carousel .hero-stat .label,.premium-hero-carousel .hero-stat .value,.premium-hero-carousel .hero-subtitle,.premium-hero-carousel .hero-title{color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.45)}.premium-hero-carousel .carousel-control-next,.premium-hero-carousel .carousel-control-prev,.premium-hero-carousel .carousel-indicators{display:none}.premium-hero-carousel .carousel{pointer-events:none}.hero-content-fixed{pointer-events:auto}.home-hero-spotlight{position:relative;padding-top:5.7rem;background:url("../images/law-lady.586f3de0349c.webp") center/cover no-repeat;background-attachment:fixed}.premium-hero::before{content:"";position:absolute;inset:0;background:url("../images/law-lady.586f3de0349c.webp") center/cover no-repeat;opacity:.55}.premium-hero::after{content:"";position:absolute;width:680px;height:680px;background:radial-gradient(circle,rgba(201,162,39,.2) 0,rgba(201,162,39,0) 70%);top:-220px;right:-160px;border-radius:50%}.premium-hero .container{position:relative;z-index:2}.hero-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem .95rem;border:1px solid rgba(201,162,39,.35);border-radius:999px;background:rgba(255,255,255,.08);color:var(--gold-300);font-size:.83rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;margin-bottom:1.2rem}.premium-hero .hero-title{font-size:clamp(2.6rem, 4.9vw, 4.6rem);line-height:1.06;margin-bottom:1rem;max-width:780px}.premium-hero .hero-subtitle{max-width:675px;color:rgba(255,255,255,.86);font-size:1.05rem;line-height:1.8}.hero-stats{display:flex;flex-wrap:wrap;gap:1.2rem;margin-top:2rem}.hero-stat{min-width:140px;padding:.9rem 1rem;border-left:2px solid rgba(201,162,39,.55)}.hero-stat .value{display:block;font-size:1.6rem;font-weight:700;color:var(--gold-300)}.hero-stat .label{color:rgba(255,255,255,.77);font-size:.92rem}.hero-frame{position:relative;padding:1rem;border:1px solid rgba(201,162,39,.28);border-radius:1.8rem;background:linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.04));box-shadow:var(--shadow-strong)}.hero-frame img{width:100%;min-height:460px;object-fit:cover;border-radius:1.2rem}.section-shell{padding:6rem 0}.section-soft{background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(255,255,255,.94)),radial-gradient(circle at 85% 18%,rgba(212,175,55,.12),rgba(212,175,55,0) 45%),url("../images/library.d3dec4c60a01.webp") center/cover no-repeat;background-blend-mode:normal,multiply,soft-light}.section-muted{background:linear-gradient(160deg,rgba(255,255,255,.9),rgba(244,248,255,.9)),linear-gradient(120deg,rgba(11,35,69,.1),rgba(212,175,55,.08)),url("../images/office-1.749ba0633014.webp") center/cover no-repeat;background-blend-mode:normal,normal,luminosity}.section-shell.section-soft:nth-of-type(2n){background:linear-gradient(152deg,rgba(255,255,255,.93),rgba(249,252,255,.95)),radial-gradient(circle at 14% 24%,rgba(11,35,69,.1),rgba(11,35,69,0) 42%),url("../images/the-law.55c432f1bcfc.webp") center/cover no-repeat;background-blend-mode:normal,multiply,soft-light}.section-shell.section-muted:nth-of-type(2n){background:linear-gradient(165deg,rgba(255,255,255,.9),rgba(244,248,255,.9)),linear-gradient(132deg,rgba(11,35,69,.11),rgba(212,175,55,.07)),url("../images/big-court.7055e0b6c1c8.webp") center/cover no-repeat;background-blend-mode:normal,normal,luminosity}.section-dark{background:linear-gradient(135deg,var(--navy-900) 0,var(--navy-950) 100%);color:#fff}.section-head{max-width:760px;margin-bottom:2.75rem}.section-kicker{text-transform:uppercase;letter-spacing:.24em;color:var(--gold-700);font-weight:700;font-size:.8rem;margin-bottom:.75rem;display:inline-block}.compact-list a,.content-card li a,.content-card p a,.section-text a{color:var(--navy-800);text-decoration:underline;text-underline-offset:0.16em;text-decoration-thickness:1.5px}.compact-list a:hover,.content-card li a:hover,.content-card p a:hover,.section-text a:hover{color:var(--navy-900)}.section-heading{color:var(--navy-900);font-size:clamp(1.95rem, 2.8vw, 2.8rem);margin-bottom:.8rem;line-height:1.2}.section-shell.section-dark .section-heading,.section-shell.section-dark .section-text{color:#fff}.section-text{color:var(--text-700);font-size:1rem;line-height:1.8}.logo-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;align-items:center}.subject-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:1rem}.subject-card{border:1px solid var(--gray-200);background:#fff;border-radius:1rem;padding:.9rem;text-align:center;box-shadow:var(--shadow-soft)}.subject-card img{width:68px;height:68px;object-fit:cover;border-radius:50%;margin:0 auto .65rem;border:2px solid rgba(201,162,39,.45)}.subject-card h3{margin:0;font-size:1.05rem;color:var(--navy-900);letter-spacing:.08em;text-transform:uppercase}.logo-chip{padding:1rem 1.1rem;border-radius:1rem;border:1px solid var(--gray-200);background:rgba(255,255,255,.8);text-align:center;color:var(--navy-800);font-weight:700;letter-spacing:.12em;text-transform:uppercase}.blog-grid,.feature-grid,.service-grid,.testimonial-grid{display:grid;gap:1.4rem}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.blog-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.membership-plan-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.4rem}.membership-plan-card{border-radius:1.45rem;box-shadow:0 18px 40px rgba(7,19,39,.14);min-height:260px;display:flex;flex-direction:column;justify-content:flex-start}.membership-plan-card h3{font-size:2rem;color:var(--navy-900);margin-bottom:.65rem}.membership-plan-card p{font-size:1.22rem;line-height:1.72;color:#4e5460;margin-bottom:1.25rem}.membership-plan-card .btn{margin-top:auto;align-self:flex-start}#apply-membership .content-card{transition:box-shadow .35s ease,border-color .35s ease}#apply-membership .content-card.membership-form-highlight{border-color:rgba(201,162,39,.55);box-shadow:0 0 0 4px rgba(201,162,39,.2),var(--shadow-strong)}.gallery-page-grid,.home-gallery-grid{display:grid;gap:1.25rem}.home-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.gallery-page-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.gallery-page-card,.home-gallery-card{position:relative;border-radius:1rem;overflow:hidden;box-shadow:0 18px 36px rgba(7,19,39,.14)}.gallery-page-card picture,.home-gallery-card picture{display:block}.gallery-page-card img,.home-gallery-card img{width:100%;height:100%;min-height:240px;object-fit:cover;transform:scale(1);transition:transform .4s ease}.gallery-page-card::after,.home-gallery-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(9,24,47,.08) 24%,rgba(9,24,47,.84) 100%);opacity:.86;transition:opacity .35s ease}.gallery-page-card:hover img,.home-gallery-card:hover img{transform:scale(1.08)}.gallery-page-card:hover::after,.home-gallery-card:hover::after{opacity:1}.home-gallery-slider{position:relative}.home-gallery-swiper{padding-bottom:.4rem}.home-gallery-swiper .swiper-wrapper{align-items:stretch}.home-gallery-swiper .swiper-slide{height:auto}.home-gallery-slide-link{display:block;text-decoration:none}.home-gallery-button-next,.home-gallery-button-prev{width:42px;height:42px;border-radius:999px;border:1px solid rgba(201,162,39,.4);background:rgba(255,255,255,.92);box-shadow:0 10px 22px rgba(7,19,39,.14);color:var(--navy-900)}.home-gallery-button-next::after,.home-gallery-button-prev::after{font-size:14px;font-weight:700}.home-gallery-button-next:hover,.home-gallery-button-prev:hover{color:var(--gold-500);border-color:rgba(201,162,39,.75)}.home-gallery-pagination{margin-top:1rem;text-align:center}.home-gallery-pagination .swiper-pagination-bullet{width:9px;height:9px;background:rgba(11,31,58,.24);opacity:1}.home-gallery-pagination .swiper-pagination-bullet-active{background:var(--gold-500)}.home-guide-card{border-radius:16px;overflow:hidden;box-shadow:0 12px 30px rgba(7,19,39,.12);transition:transform .3s ease,box-shadow .3s ease}.home-guide-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(7,19,39,.18)}.home-guide-card>img{width:100%;height:220px;object-fit:cover;object-position:top center}.home-guide-card .blog-body{padding:1.1rem 1.1rem 1.2rem}.home-guide-summary{display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.home-guide-modal .modal-content{border-radius:16px;border:1px solid rgba(201,162,39,.18)}.home-guide-modal .modal-footer,.home-guide-modal .modal-header{border-color:rgba(201,162,39,.18)}.home-guide-modal-image{width:100%;height:auto;display:block;border-radius:12px}.gallery-page-overlay,.home-gallery-overlay{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:1rem}.gallery-page-overlay h3,.home-gallery-overlay h3{margin:0;color:#fff;font-size:1.05rem}.gallery-page-overlay p,.home-gallery-overlay p{margin:.35rem 0 0;color:rgba(255,255,255,.88);font-size:.92rem;line-height:1.5}.pagination-wrap{margin-top:2rem}.pagination-wrap .page-link{border-radius:999px}.testimonial-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.review-pattern-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.3rem}.review-pattern-card{border-radius:1.3rem;border:1px solid rgba(17,44,80,.08);background:#f2f3f5;padding:1.25rem}.review-pattern-card p{color:#5b616b;font-size:1.02rem;margin-bottom:1.05rem}.review-person{display:flex;align-items:center;gap:.75rem}.review-person img{width:64px;height:64px;object-fit:cover;border-radius:50%}.review-person h3{margin:0 0 .2rem;font-size:1.4rem}.review-pattern-card .stars{color:#f1b10a;letter-spacing:.16rem}.blog-card,.card-surface,.contact-card,.content-card,.feature-card,.info-card,.service-card,.sidebar-card,.stat-card,.testimonial-card{border-radius:var(--radius-xl);background:#fff;border:1px solid rgba(201,162,39,.14);box-shadow:var(--shadow-soft)}.blog-card,.feature-card,.info-card,.service-card,.testimonial-card{padding:1.35rem;height:100%;transition:transform .25s ease,box-shadow .25s ease}.testimonial-card{position:relative;overflow:hidden}.testimonial-card__quote{font-size:3.2rem;line-height:1;color:rgba(201,162,39,.25);margin-bottom:.4rem}.testimonial-card__meta{display:flex;align-items:center;gap:.85rem;margin-top:1.1rem}.testimonial-avatar{width:46px;height:46px;border-radius:50%;display:inline-grid;place-items:center;background:linear-gradient(135deg,var(--gold-500),var(--gold-300));color:#111;font-weight:700}.testimonial-card__meta span{color:var(--text-500);font-size:.92rem}.blog-card:hover,.feature-card:hover,.info-card:hover,.service-card:hover,.testimonial-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-strong)}.feature-card i,.info-card i,.service-card i{font-size:1.5rem;color:var(--gold-500);margin-bottom:1rem}.service-card-action{margin-top:.8rem;padding:.6rem 1rem;border-radius:999px}.blog-card h3,.content-card h3,.feature-card h3,.info-card h3,.service-card h3,.sidebar-card h3,.testimonial-card h3{font-size:1.15rem;color:var(--navy-900);margin-bottom:.7rem}.blog-card p,.content-card p,.feature-card p,.info-card p,.list-unstyled li,.service-card p,.sidebar-card p,.testimonial-card p{color:var(--text-700);line-height:1.75}.link-arrow{display:inline-flex;align-items:center;gap:.45rem;margin-top:1rem;color:var(--navy-900);font-weight:600}.link-arrow:hover{color:var(--gold-500)}.practice-vertical-section{position:relative}.practice-scroll-shell{position:relative;height:560px;overflow:hidden;padding:.2rem}.practice-scroll-track{display:flex;flex-direction:column;gap:1rem;animation:practiceScrollUp 30s linear infinite;will-change:transform;transform:translate3d(0,0,0)}.practice-scroll-shell:hover .practice-scroll-track{animation-play-state:paused}.practice-scroll-group{display:grid;gap:1rem}.practice-scroll-card{display:grid;grid-template-columns:56px 1fr 24px;align-items:center;gap:.9rem;padding:1rem 1.05rem;border-radius:1rem;border:1px solid rgba(201,162,39,.42);background:#fff;text-decoration:none;box-shadow:0 8px 24px rgba(7,19,39,.08);transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}.practice-scroll-card:hover{transform:translateY(-4px) scale(1.01);border-color:var(--gold-500);box-shadow:0 16px 30px rgba(7,19,39,.13)}.practice-card-icon{width:48px;height:48px;display:inline-grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,rgba(201,162,39,.16),rgba(17,44,80,.06));color:var(--gold-500);font-size:1.15rem}.practice-card-content h3{margin:0 0 .25rem;color:var(--navy-900);font-size:1.04rem;line-height:1.3}.practice-card-content p{margin:0;color:#5d6675;font-size:.92rem;line-height:1.45}.practice-card-arrow{color:var(--gold-500);font-size:1rem}@keyframes practiceScrollUp{from{transform:translate3d(0,0,0)}to{transform:translate3d(0,-50%,0)}}@media (prefers-reduced-motion:reduce){.practice-scroll-track{animation:none}}.split-grid{display:grid;grid-template-columns:1.1fr 0.9fr;gap:2rem;align-items:center}.split-image{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-strong)}.split-image img{width:100%;min-height:420px;object-fit:cover}.compact-list,.pill-list,.trust-list{display:grid;gap:.95rem;padding:0;margin:0;list-style:none}.compact-list li,.pill-list li,.trust-list li{padding:.8rem 1rem;border-radius:999px;background:rgba(201,162,39,.09);border:1px solid rgba(201,162,39,.16)}.home-intro-card,.home-support-card{padding:40px 46px 38px}.home-intro-card h3,.home-support-card h3{margin-bottom:1rem}.home-intro-card p,.home-support-card p{margin-bottom:1.25rem}.home-intro-card .section-kicker,.home-support-card .section-kicker{margin-bottom:.9rem}.home-intro-card .trust-list,.home-support-card .trust-list{margin-top:.45rem}@media (max-width:991.98px){.home-intro-card,.home-support-card{padding:34px 34px 34px}}@media (max-width:575.98px){.home-intro-card,.home-support-card{padding:22px 22px 24px}}.timeline{display:grid;gap:1rem;margin-top:2rem}.timeline-item{display:grid;grid-template-columns:70px 1fr;gap:1rem;align-items:start;padding:1rem 1.25rem;border-radius:1rem;background:#fff;box-shadow:var(--shadow-soft)}.timeline-item .step{width:48px;height:48px;display:inline-grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,var(--navy-900),var(--navy-800));color:#fff;font-weight:700}.stat-card{padding:1.4rem;text-align:center}.stat-card .value{font-size:clamp(1.8rem, 3.4vw, 2.4rem);font-weight:700;color:var(--gold-500);margin-bottom:.35rem}.corporate-banner{padding:2.4rem;border-radius:var(--radius-2xl);background:linear-gradient(135deg,rgba(201,162,39,.14),rgba(7,19,39,.04));border:1px solid rgba(201,162,39,.2)}.corporate-banner h3,.corporate-banner p{color:var(--navy-900)}.blog-card img,.service-card img,.testimonial-card img{width:100%;height:200px;object-fit:cover;border-radius:1rem;margin-bottom:1rem}.form-panel{padding:1.5rem;border-radius:var(--radius-xl);background:#fff;box-shadow:var(--shadow-soft);border:1px solid rgba(201,162,39,.12)}.form-control,.form-select,textarea.form-control{border-radius:.9rem;border:1px solid var(--gray-300);padding:.8rem .95rem}.form-control:focus,.form-select:focus,textarea.form-control:focus{border-color:var(--gold-500);box-shadow:0 0 0 .2rem rgba(201,162,39,.16)}.premium-footer{padding:0;background:url("../images/library.d3dec4c60a01.webp") center/cover no-repeat;background-attachment:fixed;color:#fff;position:relative;overflow:hidden}.premium-footer::before{content:"";position:absolute;inset:0;background:rgba(10,28,58,.4);pointer-events:none}.premium-footer-rich{background:0 0}.premium-footer h3,.premium-footer h4{color:#fff;position:relative;z-index:3}.premium-footer-rich .brand-script{color:var(--gold-300)}.footer-main-grid{position:relative;z-index:3;padding:1.35rem 0 1rem}.footer-main-grid .row{--bs-gutter-x:1rem;--bs-gutter-y:0.9rem}.footer-panel{height:auto;padding:1.05rem 1rem;border-radius:1rem;background:rgba(6,20,45,.32);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(4px)}.footer-firm-name{color:#fff;font-family:Cinzel,"Cormorant Garamond",serif;font-size:1.15rem;line-height:1.18}.footer-brand-block{display:flex;align-items:flex-start;gap:.65rem;margin-bottom:.55rem;position:relative;z-index:3}.footer-logo{width:100%;max-width:70px;height:auto;border-radius:.75rem;object-fit:contain;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.15)}.footer-address{max-width:560px;color:#fff;font-size:.88rem;line-height:1.34;position:relative;z-index:3}.footer-address span{display:inline}.footer-address span:not(:last-child)::after{content:" "}.footer-short{margin:0;color:rgba(255,255,255,.95);font-size:.88rem;line-height:1.35;position:relative;z-index:3}.footer-column-title{color:#fff;font-size:.88rem;text-transform:uppercase;letter-spacing:.17em;margin-bottom:.65rem;position:relative;z-index:3}.footer-links li{color:rgba(255,255,255,.95);line-height:1.25;position:relative;z-index:3}.footer-bottom-bar{position:relative;z-index:3;background:#081b33;border-top:1px solid rgba(255,255,255,.16)}.footer-bottom-inner{display:flex;justify-content:space-between;align-items:center;gap:.7rem;flex-wrap:wrap;color:rgba(255,255,255,.95);font-size:.84rem;min-height:44px;padding:.45rem 0}.footer-bottom-links{display:flex;align-items:center;gap:.7rem}.footer-bottom-links a{color:#fff;text-decoration:none;font-weight:500}.footer-bottom-links a:hover{color:var(--gold-300)}.footer-credit-link{color:#fff;text-decoration:underline;text-underline-offset:0.16em;text-decoration-thickness:1px}.footer-credit-link:hover{color:var(--gold-300)}.footer-contact-list{display:grid;gap:.33rem;margin-bottom:.55rem!important}.footer-hours-label,.footer-hours-value{color:#fff}.footer-social-links{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.55rem}.footer-social-link{width:36px;height:36px;display:inline-grid;place-items:center;border-radius:50%;text-decoration:none;border:1px solid rgba(255,255,255,.25);box-shadow:0 10px 20px rgba(4,14,32,.32);transition:transform .22s ease,box-shadow .22s ease}.footer-social-link:hover{transform:translateY(-2px) scale(1.08);box-shadow:0 14px 24px rgba(4,14,32,.38)}.footer-social-link.whatsapp{color:#25d366;background:rgba(37,211,102,.16)}.footer-social-link.facebook{color:#1877f2;background:rgba(24,119,242,.16)}.footer-social-link.instagram{color:#e1306c;background:rgba(225,48,108,.16)}.footer-social-link.instagram i{background:linear-gradient(45deg,#f58529,#dd2a7b,#8134af,#515bd4);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.footer-social-link.linkedin{color:#0a66c2;background:rgba(10,102,194,.16)}.footer-social-link.youtube{color:red;background:rgba(255,0,0,.16)}.footer-social-link.email{color:#d93025;background:rgba(217,48,37,.16)}.footer-social-link.phone{color:#0b2545;background:rgba(11,37,69,.18)}.footer-contact-rail{position:fixed;right:1rem;top:52%;transform:translateY(-50%);z-index:1200;display:grid;gap:.6rem}.rail-btn{width:46px;height:46px;border-radius:50%;display:inline-grid;place-items:center;color:#fff;text-decoration:none;box-shadow:0 14px 26px rgba(7,19,39,.32);transition:transform .2s ease}.rail-btn:hover{transform:translateY(-2px);color:#fff}.rail-btn.whatsapp{background:#1faa59}.rail-btn.call{background:#125fb5}.rail-btn.mail{background:#d24736}.premium-footer a{color:#fff;text-decoration:none;position:relative;z-index:3}.premium-footer a:hover{color:var(--gold-300)}.premium-footer .footer-credit-link{color:#fff;text-decoration:underline;text-underline-offset:0.16em;text-decoration-thickness:1px}.premium-footer .footer-credit-link:hover{color:var(--gold-300)}.footer-links{display:grid;gap:.42rem}.scroll-top-btn{position:fixed;right:1.4rem;bottom:1.4rem;z-index:1000;border:0;width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--gold-500),var(--gold-300));color:#111;box-shadow:var(--shadow-soft);opacity:0;pointer-events:none;transition:all .25s ease;font-weight:700;font-size:.82rem}.scroll-top-btn.show{opacity:1;pointer-events:auto}@media (max-width:992px){.split-grid{grid-template-columns:1fr}.premium-hero{min-height:92vh}.premium-navbar .navbar-collapse{background:#fff!important;margin-top:.8rem;border:1px solid rgba(20,33,61,.12);border-radius:1rem;padding:1rem}.nav-actions{padding-top:.5rem;justify-content:flex-start}.navbar-consultation-btn{padding:12px 22px}}@media (max-width:991.98px){.home-gallery-button-next,.home-gallery-button-prev{width:38px;height:38px}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.practice-scroll-shell{height:500px;margin-top:.4rem}}@media (max-width:768px){.home-gallery-button-next,.home-gallery-button-prev{display:none}.section-shell{padding:4.6rem 0}.timeline-item{grid-template-columns:1fr}.hero-frame img{min-height:320px}.practice-scroll-shell{height:430px}.practice-scroll-card{grid-template-columns:48px 1fr 22px;gap:.75rem;padding:.88rem .85rem}.practice-card-icon{width:42px;height:42px;font-size:1.02rem}.practice-card-content h3{font-size:.97rem}.practice-card-content p{font-size:.86rem}.brand-text{display:none}.service-grid,.testimonial-grid{grid-template-columns:1fr}.review-pattern-grid{grid-template-columns:1fr}.navbar-logo{width:45px;height:45px}.footer-contact-rail{right:.75rem;top:auto;bottom:6.2rem;transform:none}}.client-row h4{margin:0;font-size:1.02rem}.client-row span{color:var(--text-700);font-size:.88rem}.video-placeholder{min-height:240px;border:1px dashed rgba(17,44,80,.25);border-radius:1rem;display:grid;place-content:center;text-align:center;background:linear-gradient(145deg,rgba(11,31,58,.08),rgba(201,162,39,.15))}.video-placeholder i{font-size:2.8rem;color:var(--navy-800)}.consultation-banner{background:linear-gradient(140deg,#0a1d37,#0f2b50 60%,#203f67);color:#fff}.banner-wrap{text-align:center;padding:3rem 1.5rem;border:1px solid rgba(255,255,255,.2)}.banner-wrap p{color:rgba(255,255,255,.86);max-width:760px;margin:0 auto 1.4rem}.premium-accordion .accordion-item{border:1px solid rgba(11,31,58,.12);margin-bottom:.9rem;border-radius:1rem;overflow:hidden}.premium-accordion .accordion-button{font-weight:600;color:var(--navy-900);background:#fff}.premium-accordion .accordion-button:not(.collapsed){background:rgba(201,162,39,.15);color:var(--navy-900);box-shadow:none}.blog-card{background:#fff;overflow:hidden;box-shadow:var(--shadow-soft);height:100%}.blog-card img{width:100%;height:220px;object-fit:cover}.blog-body{padding:1.2rem}.blog-body h3{font-size:1.2rem;color:var(--navy-900);font-weight:600}.read-more{color:var(--gold-500);font-weight:600;text-decoration:none}.contact-grid{padding:1.7rem}.contact-grid h3{font-size:1rem;color:var(--navy-900);font-weight:600}.contact-grid a,.contact-grid p{color:var(--text-700);text-decoration:none}.contact-trust-list{display:grid;gap:.9rem;padding:0;margin:0;list-style:none}.contact-trust-item{display:grid;grid-template-columns:34px 1fr;gap:.75rem;align-items:start;padding:.85rem .95rem;border-radius:999px;background:rgba(201,162,39,.09);border:1px solid rgba(201,162,39,.16)}.contact-trust-icon{width:30px;height:30px;display:inline-grid;place-items:center;border-radius:50%;background:rgba(12,38,72,.08);color:var(--navy-900);font-size:.92rem;margin-top:.1rem}.contact-trust-item h3{margin:0 0 .18rem;font-size:1rem;color:var(--navy-900);font-weight:600}.contact-trust-item p{margin:0;font-size:.9rem;line-height:1.52;color:var(--text-700)}.map-placeholder{min-height:320px}.map-placeholder i{color:var(--navy-800);font-size:2.2rem}.office-visit-panel{padding:1.9rem}.office-info-list{display:grid;gap:1.15rem}.office-info-list strong{display:block;color:var(--navy-900);margin-bottom:.3rem}.office-info-list a,.office-info-list p{color:var(--text-700);text-decoration:none;line-height:1.65}.office-map-frame{height:100%;min-height:360px;overflow:hidden;border-radius:18px;box-shadow:0 14px 34px rgba(7,19,39,.14);border:1px solid rgba(201,162,39,.2);background:#fff}.office-map-frame iframe{width:100%;height:100%;min-height:360px;display:block}.premium-footer{padding:0;background:url("../images/library.d3dec4c60a01.webp") center/cover no-repeat;background-attachment:fixed;color:#fff;position:relative;overflow:hidden}.premium-footer::before{content:"";position:absolute;inset:0;background:rgba(10,28,58,.4);pointer-events:none}.premium-footer .brand-script{color:var(--gold-300)}.footer-links li{margin-bottom:.45rem}.footer-links a{color:#fff;text-decoration:none;position:relative;z-index:3}.footer-links a:hover{color:var(--gold-300)}@media (max-width:1199.98px){.footer-main-grid{padding-top:1.1rem;padding-bottom:.9rem}}@media (max-width:991.98px){.footer-main-grid .row{--bs-gutter-x:0.9rem;--bs-gutter-y:0.8rem}.footer-bottom-inner{justify-content:center;text-align:center}}@media (max-width:767.98px){.footer-main-grid{padding-top:.95rem;padding-bottom:.8rem}.footer-panel{padding:.9rem .9rem}.footer-social-links{justify-content:flex-start}.footer-address{line-height:1.45}.footer-address span{display:block}.office-visit-panel{padding:1.35rem}.office-map-frame,.office-map-frame iframe{min-height:320px}}.floating-actions{position:fixed;right:1.25rem;bottom:1.25rem;display:grid;gap:.55rem;z-index:1100}.float-btn{width:46px;height:46px;border:0;border-radius:50%;display:inline-grid;place-items:center;color:#fff;text-decoration:none;box-shadow:0 12px 24px rgba(7,19,39,.28);transition:transform .2s ease}.float-btn:hover{transform:translateY(-3px)}.float-btn.whatsapp{background:#1fa463}.float-btn.call{background:#1666c1}.float-btn.top{background:var(--navy-900);opacity:0;visibility:hidden}.float-btn.top.show{opacity:1;visibility:visible}@media (max-width:1199.98px){.premium-navbar{background:#fff!important;backdrop-filter:blur(10px)}.premium-navbar .navbar-collapse{margin-top:.9rem;border-top:1px solid rgba(7,19,39,.16);padding-top:.9rem}.nav-actions{margin-top:.6rem}.navbar-consultation-btn{padding:12px 20px}}@media (max-width:991.98px){.section-pad{padding:5.2rem 0}.process-timeline{grid-template-columns:1fr;gap:1.5rem}.process-timeline::before{left:30px;right:auto;top:5%;bottom:5%;width:2px;height:auto}.timeline-node{text-align:left;padding-left:5.3rem}.timeline-node span{position:absolute;left:0;top:-3px}.hero-title{font-size:clamp(2.05rem, 9vw, 3.2rem)}.review-pattern-grid{grid-template-columns:1fr}}@media (max-width:575.98px){.navbar-logo{width:40px;height:40px}.hero-cta-wrap .btn{width:100%;justify-content:center}.practice-track{gap:1.2rem}.floating-actions{right:.9rem;bottom:.9rem}.float-btn{width:42px;height:42px}}

