:root{font-family:Inter,Inter Fallback,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#222;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}html{overflow-x:hidden}body{margin:0;min-width:320px;min-height:100vh;background-color:#fff;overflow-x:hidden}#root{width:100%;min-height:100vh}img,video,iframe,table{max-width:100%;height:auto}table{display:block;overflow-x:auto}.ltr-isolate{unicode-bidi:isolate}.hp3-reviews-name .ltr-isolate,.author-name-primary .ltr-isolate,.author-signature .ltr-isolate,.reviews-video-caption .ltr-isolate{display:inline-block}.language-switcher{position:relative;flex-shrink:0}.language-switcher-trigger{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-family:Inter,Inter Fallback,sans-serif;font-size:.85rem;font-weight:600;color:#222;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:10px;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #0000000a}.language-switcher-trigger:hover{border-color:#d4af37;color:#233041;box-shadow:0 4px 12px #d4af3726}.language-switcher-flag{width:24px;height:18px;object-fit:cover;border-radius:2px;flex-shrink:0}.language-switcher-current{letter-spacing:.05em;text-transform:uppercase}.language-switcher-chevron{font-size:.5rem;opacity:.7;transition:transform .25s ease;margin-left:.15rem}.language-switcher--open .language-switcher-chevron{transform:rotate(180deg)}.language-switcher-dropdown{position:absolute;top:calc(100% + .5rem);right:0;min-width:200px;background:#fff;border-radius:12px;box-shadow:0 12px 40px #0000001f;padding:.5rem;z-index:100;overflow:hidden;border:1px solid rgba(0,0,0,.06);animation:language-dropdown-in .2s ease}@keyframes language-dropdown-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.language-switcher-option{display:flex;align-items:center;gap:.75rem;width:100%;padding:.65rem 1rem;font-family:Inter,Inter Fallback,sans-serif;font-size:.9rem;font-weight:500;color:#222;background:none;border:none;cursor:pointer;text-align:left;border-radius:8px;transition:all .15s ease}.language-switcher-option:hover{background:#2330410f;color:#233041}.language-switcher-option--active{background:linear-gradient(135deg,#d4af3726,#d4af3714);color:#233041;font-weight:600}.language-switcher-option--active:hover{background:linear-gradient(135deg,#d4af3738,#d4af371f)}.language-switcher-option-flag{width:28px;height:21px;object-fit:cover;border-radius:3px;flex-shrink:0}.language-switcher-option-label{flex:1}@media(max-width:968px){.language-switcher-trigger{padding:.45rem .75rem;font-size:.85rem;gap:.4rem}.language-switcher-flag{width:22px;height:16px}.language-switcher-dropdown{min-width:180px;right:0;left:auto}}.header{width:100%;position:sticky;top:0;left:0;z-index:1000;background-color:#fff;box-shadow:0 2px 8px #0000001a}.header-container{width:100%;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;height:80px}.header-brand{display:flex;align-items:center;flex-shrink:0;text-decoration:none;min-width:0}.header-logo{height:50px;width:auto;object-fit:contain}.header-nav{display:flex;align-items:center;gap:1.75rem;flex:1;min-width:0;justify-content:flex-start;padding:0 2rem}.nav-link{font-family:Inter,Inter Fallback,sans-serif;font-size:.95rem;font-weight:600;color:#222;text-decoration:none;transition:color .3s ease;white-space:nowrap;position:relative;letter-spacing:.3px}.nav-link:hover{color:#d4af37}.nav-dropdown{position:relative}.nav-dropdown-trigger-row{display:inline-flex;align-items:center;gap:.35rem}.nav-link-trigger{display:inline-flex;align-items:center}.nav-dropdown-arrow-btn{display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;background:none;cursor:pointer;color:inherit;font:inherit}.nav-dropdown-arrow{font-size:.6rem;opacity:.8;transition:transform .2s ease}.nav-dropdown:hover .nav-dropdown-arrow{transform:rotate(180deg)}.nav-dropdown-menu{position:absolute;top:100%;left:0;margin-top:.5rem;min-width:220px;max-width:280px;background-color:#fff;border-radius:6px;box-shadow:0 4px 12px #00000026;padding:.5rem 0;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease;z-index:100;max-height:80vh;overflow-y:auto}.nav-dropdown:hover .nav-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown-item{display:block;padding:.6rem 1.25rem;font-family:Inter,Inter Fallback,sans-serif;font-size:.9rem;font-weight:600;color:#222;text-decoration:none;transition:background-color .2s ease,color .2s ease;white-space:nowrap}.nav-dropdown-item:hover{background-color:#f5f5f5;color:#d4af37}.header-contact{display:flex;align-items:center;gap:1.5rem;flex-shrink:0}.header-phone{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:inherit;transition:opacity .2s ease}.header-phone:hover{opacity:.85}.phone-icon{color:#222;flex-shrink:0}.phone-number{font-family:Inter,Inter Fallback,sans-serif;font-size:.95rem;font-weight:700;color:#222;white-space:nowrap}.header-cta-button{font-family:Inter,Inter Fallback,sans-serif;font-size:.83rem;font-weight:600;color:#233041;background-color:transparent;border:2px solid #233041;border-radius:9999px;padding:.7rem 1.4rem;cursor:pointer;transition:background-color .2s,color .2s,transform .2s;white-space:nowrap;letter-spacing:.05em;text-transform:uppercase;position:relative;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.header-cta-button:hover{background-color:#23304114;color:#233041;transform:translateY(-2px)}.header-cta-button:active{transform:translateY(0)}.header-nav-cta,.header-flyout-close,.header-flyout-logo{display:none}.header-menu-toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border-radius:9999px;border:1px solid rgba(0,0,0,.08);background:#f5f7fb;cursor:pointer;flex-direction:column;gap:6px;z-index:1001;transition:opacity .2s ease,box-shadow .2s ease,background-color .2s ease,border-color .2s ease}.header-menu-toggle:hover{opacity:1;background:#fff;border-color:#d4af37;box-shadow:0 2px 8px #0000001f}.header-menu-toggle-bar{display:block;width:22px;height:2px;background-color:#233041;border-radius:1px;transition:transform .25s ease,opacity .25s ease}.header--menu-open .header-menu-toggle-bar:nth-child(1){transform:translateY(8px) rotate(45deg)}.header--menu-open .header-menu-toggle-bar:nth-child(2){opacity:0}.header--menu-open .header-menu-toggle-bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.header-flyout-backdrop{display:none}@media(max-width:1200px){.header-container{padding:0 1.5rem;gap:1.25rem}.header-nav{gap:1.25rem;padding:0 1rem}.nav-link{font-size:.85rem}.header-contact{gap:1rem}.phone-number{font-size:.85rem}.header-cta-button{padding:.65rem 1.25rem;font-size:.8rem}}@media(min-width:880px)and (max-width:1600px){.header-phone{display:none}}@media(min-width:880px)and (max-width:1300px){.header-cta-button{display:none}}@media(max-width:880px){.header-container{flex-wrap:nowrap;height:auto;min-height:72px;padding:0 1.25rem;align-content:center;justify-content:flex-start}.header-menu-toggle{display:flex;order:3;margin-left:0}.header-contact{display:flex;order:2;margin-left:auto;margin-right:.25rem}.header-contact .header-phone,.header-contact .header-cta-button{display:none}.header-flyout-backdrop{display:block;position:fixed;inset:0;background:#0006;z-index:1001;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease}.header--menu-open .header-flyout-backdrop{opacity:1;visibility:visible;pointer-events:auto}.header-nav{position:fixed;top:0;right:0;width:min(320px,85vw);max-width:100%;height:100vh;height:100dvh;margin:0;padding:2.5rem 1.25rem 1.5rem;background:#fff;box-shadow:-4px 0 24px #00000029;z-index:1002;overflow-y:auto;overflow-x:hidden;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;transform:translate(100%);visibility:hidden;transition:transform .3s ease,visibility .3s ease;border-radius:16px 0 0 16px}.header-flyout-logo{display:block;margin-bottom:1.25rem;text-decoration:none;flex-shrink:0}.header-flyout-logo-img{height:44px;width:auto;display:block;object-fit:contain}.header-nav--open{transform:translate(0);visibility:visible}.header-flyout-close{display:flex;position:absolute;top:1rem;right:1rem;width:44px;height:44px;align-items:center;justify-content:center;padding:0;border:none;background:none;color:#222;cursor:pointer;border-radius:50%;transition:background-color .2s,color .2s}.header-flyout-close:hover{background:#0000000f;color:#233041}.header-nav-cta{display:flex;align-items:center;justify-content:center;margin:1rem 0 0;padding:.85rem 1.25rem;font-family:Inter,Inter Fallback,sans-serif;font-size:.9rem;font-weight:600;color:#fff;background:#d4af37;border:2px solid #D4AF37;border-radius:9999px;text-decoration:none;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;transition:background-color .2s,color .2s,transform .2s;box-shadow:0 2px 8px #d4af374d}.header-nav-cta:hover{background:#e5c04a;border-color:#e5c04a;color:#fff;transform:translateY(-1px)}.header-nav .nav-link,.header-nav .nav-link-trigger{display:block;padding:.85rem 0;font-size:1rem;text-align:left;border-bottom:1px solid rgba(0,0,0,.05)}.header-nav .nav-dropdown-trigger-row{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.85rem 0;border-bottom:1px solid rgba(0,0,0,.05);gap:1rem}.header-nav .nav-dropdown-trigger-row .nav-link-trigger{padding:0;border-bottom:none;flex:1;min-width:0}.header-nav .nav-dropdown-arrow-btn{flex-shrink:0;padding:.35rem;margin:-.35rem 0}.header-nav .nav-dropdown-menu{display:none;margin-top:.5rem;margin-bottom:.5rem;padding:.5rem 0;background:#2330410a;border-radius:10px;position:static;opacity:1;visibility:visible;transform:none;max-height:none;box-shadow:none}.header-nav .nav-dropdown.nav-dropdown--open .nav-dropdown-menu{display:block}.header-nav .nav-dropdown-arrow{display:inline-block;transition:transform .2s ease}.header-nav .nav-dropdown.nav-dropdown--open .nav-dropdown-arrow{transform:rotate(180deg)}.header-nav .nav-dropdown-item{display:block;padding:.6rem 1rem;font-size:.9rem;border-radius:6px;margin:0 .35rem;border-bottom:1px solid rgba(0,0,0,.06);transition:background-color .15s ease,color .15s ease}.header-nav .nav-dropdown-item:last-child{border-bottom:none;margin-bottom:0}.header-nav .nav-dropdown-item:first-child{margin-top:0}.header-nav .nav-dropdown-item:hover{background:#23304114;color:#233041}}@media(max-width:640px){.header-container{padding:0 1rem;min-height:64px}.header-logo{height:44px}.header-menu-toggle{width:40px;height:40px}.header-menu-toggle-bar{width:20px}.header-nav-cta{margin:1.25rem 0 0;padding:.75rem 1rem;font-size:.8rem;white-space:nowrap}}.footer{width:100%}.footer-top-section{width:100%;background-color:#fff;padding:1.5rem 2rem 1rem}.footer-top-container{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}.footer-row-1{display:flex;align-items:center;justify-content:space-between;gap:2rem}.footer-top-left{display:flex;align-items:center;text-decoration:none}.footer-logo{height:64px;width:auto;object-fit:contain}.footer-social{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.footer-social-label{font-family:Inter,Inter Fallback,sans-serif;font-size:.85rem;font-weight:700;color:#1a1a1a}.footer-social-icons{display:flex;gap:.5rem}.social-icon{width:32px;height:32px;background-color:#000;color:#fff;display:flex;align-items:center;justify-content:center;border-radius:4px;text-decoration:none;transition:background-color .3s ease}.social-icon:hover{background-color:#233041}.social-icon svg{width:18px;height:18px}.footer-separator{width:100%;height:1px;background-color:#333}.footer-row-2{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding-top:.25rem;padding-bottom:.25rem;margin-top:.25rem;margin-bottom:.25rem}.footer-nav{display:flex;align-items:center;gap:2rem;flex:1}.footer-nav-link{font-family:Inter,Inter Fallback,sans-serif;font-size:.95rem;font-weight:700;color:#1a1a1a;text-decoration:none;transition:color .3s ease}.footer-nav-link:hover{color:#233041}.footer-search-wrap{display:flex;align-items:center;gap:0;flex-shrink:0}.footer-search-form{display:flex;align-items:center;width:0;overflow:hidden;opacity:0;transition:width .2s ease,opacity .2s ease}.footer-search-form--open{width:200px;opacity:1;margin-right:.5rem}.footer-search-form--open .footer-search-input{padding:.5rem .75rem;width:100%}.footer-search-input{font-family:Inter,Inter Fallback,sans-serif;font-size:.9rem;padding:0;width:0;border:1px solid rgba(0,0,0,.2);border-radius:6px;background:#fff;color:#1a1a1a;transition:border-color .2s ease}.footer-search-input:focus{outline:none;border-color:#233041}.footer-search-input::placeholder{color:#666}.footer-search-submit{display:none;width:32px;height:32px;margin-left:.25rem;background:#233041;color:#fff;border:none;border-radius:6px;cursor:pointer;align-items:center;justify-content:center;padding:0;flex-shrink:0}.footer-search-form--open .footer-search-submit{display:flex}.footer-search-submit:hover{background:#1a2530}.footer-search-toggle{width:32px;height:32px;background:none;border:none;color:#1a1a1a;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:color .3s ease}.footer-search-toggle:hover{color:#233041}.footer-search-form--open~.footer-search-toggle{border:1px solid rgba(0,0,0,.2);border-radius:6px}.footer-search-icon svg,.footer-search-submit svg{width:20px;height:20px}.footer-search-mobile{display:none}.footer-bottom-section{width:100%;background-color:#000;color:#fff;padding:3rem 2rem 2rem}.footer-bottom-container{max-width:1400px;margin:0 auto}.footer-bottom-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-bottom-left{font-family:Inter,Inter Fallback,sans-serif;font-size:14px;color:#d1d5db;line-height:1.6}.footer-bottom-links{margin-top:1rem;display:flex;align-items:center;flex-wrap:wrap;gap:.25rem}.footer-bottom-link{color:#d1d5db;text-decoration:none;transition:color .2s ease}.footer-bottom-link:hover{color:#d4af37}.footer-bottom-sep{color:#d1d5db99}.footer-bottom-right{display:flex;flex-direction:column;gap:1rem}.footer-disclaimer{font-family:Inter,Inter Fallback,sans-serif;font-size:14px;color:#d1d5db;line-height:1.6;margin:0}.footer-links-bottom{font-family:Inter,Inter Fallback,sans-serif;font-size:14px;color:#d1d5db}.footer-links-bottom a{color:#d1d5db;text-decoration:none;transition:color .3s ease}.footer-links-bottom a:hover{color:#fff}.footer-copyright{text-align:center;padding-top:2rem;border-top:1px solid #333333}.footer-copyright p{font-family:Inter,Inter Fallback,sans-serif;font-size:14px;color:#d1d5db;margin:0}@media(max-width:968px){.footer-top-section{padding:2rem 1.5rem}.footer-row-1{flex-direction:column;align-items:center;gap:1.5rem}.footer-social{align-items:center}.footer-row-2{flex-direction:column;gap:1.5rem}.footer-nav{flex-wrap:wrap;justify-content:center;gap:1.5rem}.footer-bottom-section{padding:2rem 1.5rem 1.5rem}.footer-bottom-content{grid-template-columns:1fr;gap:2rem}}@media(max-width:640px){.footer-top-section{padding:1.25rem 1rem .75rem}.footer-top-container{gap:.5rem}.footer-row-1{gap:1rem}.footer-logo{height:56px}.footer-social-label{font-size:.8rem}.footer-row-2{flex-direction:column;gap:.75rem;padding-top:.75rem;padding-bottom:.5rem;margin-top:.5rem;margin-bottom:.5rem}.footer-nav{display:grid;grid-template-columns:1fr 1fr;gap:.35rem .75rem;justify-items:start;width:100%}.footer-nav-link{font-size:.9rem;padding:.3rem 0}.footer-search-wrap{display:none}.footer-search-mobile{display:block;width:100%;margin-top:.5rem}.footer-search-mobile .footer-search-form{width:100%;opacity:1;max-width:100%;display:flex;gap:.5rem}.footer-search-mobile .footer-search-input{flex:1;width:100%;min-width:0;padding:.65rem 1rem;font-size:1rem;border:1px solid rgba(0,0,0,.2);border-radius:8px;background:#f5f5f5}.footer-search-mobile .footer-search-submit{display:flex;flex-shrink:0;width:44px;height:44px;background:#233041;color:#fff;border:none;border-radius:8px;cursor:pointer;align-items:center;justify-content:center}.footer-search-mobile .footer-search-submit:hover{background:#1a2530}.footer-bottom-section{padding:1.5rem 1rem 1rem}.footer-bottom-content{gap:1.25rem;margin-bottom:1.25rem}.footer-bottom-left p,.footer-disclaimer,.footer-links-bottom{font-size:15px;line-height:1.55}.footer-copyright{padding-top:1.25rem}.footer-copyright p{font-size:13px}}.hp3-hero{position:relative;width:100%;min-height:61vh;display:flex;align-items:stretch;padding:2.5rem 0 0;overflow:hidden}.hp3-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center 88%;background-repeat:no-repeat;background-color:#233041}.hp3-hero-overlay{position:absolute;inset:0;background:linear-gradient(105deg,#233041eb,#233041c7 45%,#23304180 70%,#23304159)}.hp3-hero-inner{position:relative;z-index:1;max-width:1280px;margin:0 auto;padding:0 2rem;width:100%;min-height:100%;display:grid;grid-template-columns:40% 60%;gap:4.5rem;align-items:center}.hp3-hero-left{order:1;color:#fff}.hp3-hero-right{order:2}.hp3-hero-headline{margin:0 0 1rem;display:flex;flex-direction:column;gap:.25rem}.hp3-hero-headline-italic{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(2rem,4.5vw,3.25rem);font-weight:400;font-style:italic;color:#e6c766;text-shadow:0 3px 14px rgba(0,0,0,.5)}.hp3-hero-headline-bold{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(2.5rem,5.5vw,4rem);font-weight:600;color:#fff;line-height:1.1;text-shadow:0 2px 16px rgba(0,0,0,.4)}.hp3-hero-desc{font-family:Inter,Inter Fallback,sans-serif;font-size:clamp(1rem,1.5vw,1.15rem);color:#fffffff2;line-height:1.6;margin:0 0 1.75rem;max-width:520px;text-shadow:0 1px 8px rgba(0,0,0,.3)}.hp3-hero-buttons{display:flex;flex-wrap:nowrap;gap:1rem}.hp3-hero-btn{font-family:Inter,Inter Fallback,sans-serif;font-size:.95rem;font-weight:600;padding:.875rem 1.75rem;border-radius:9999px;text-decoration:none;transition:opacity .2s,transform .2s,background-color .2s,border-color .2s;display:inline-block;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.hp3-hero-btn:hover{transform:translateY(-2px)}.hp3-hero-btn--primary{background:#d4af37;color:#233041;border:2px solid #D4AF37}.hp3-hero-btn--primary:hover{background:#e5c04a;border-color:#e5c04a;color:#233041}.hp3-hero-btn--secondary{background:transparent;color:#fff;border:2px solid #ffffff}.hp3-hero-btn--secondary:hover{background:#ffffff1f;border-color:#fff;color:#fff}.hp3-hero-right{display:flex;justify-content:center;align-items:flex-end;align-self:end}.hp3-hero-team-img{width:100%;max-width:100%;height:auto;display:block;vertical-align:bottom;object-fit:cover;object-position:center bottom;transform:scale(1.15);transform-origin:center bottom;mask-image:linear-gradient(to right,transparent 0%,black 2%,black 98%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 2%,black 98%,transparent 100%);mask-size:100% 100%;-webkit-mask-size:100% 100%;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat}@media(min-width:1249px)and (max-width:1400px){.hp3-hero-team-img{transform:scale(1.07);max-width:105%;object-position:center bottom;mask-image:linear-gradient(to right,transparent 0%,black 3%,black 97%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 3%,black 97%,transparent 100%)}}@media(min-width:969px)and (max-width:1248px){.hp3-hero{min-height:62vh}.hp3-hero-inner{grid-template-columns:45% 55%;gap:3rem;padding:0 1.25rem}.hp3-hero-team-img{transform:scale(1);max-width:100%;object-fit:contain;object-position:center bottom;mask-image:none;-webkit-mask-image:none}}@media(max-width:968px){.hp3-hero-inner{grid-template-columns:1fr;text-align:center;padding:0 1.5rem}.hp3-hero-desc{max-width:none;margin-left:auto;margin-right:auto}.hp3-hero-buttons{justify-content:center}.hp3-hero-left{order:-1}.hp3-hero-right{order:0;align-self:center;align-items:center}.hp3-hero-team-img{max-width:680px}}@media(max-width:640px){.hp3-hero{min-height:auto;padding:2rem 0 0}.hp3-hero-inner{padding:0 1rem}.hp3-hero-buttons{flex-direction:row;justify-content:center;flex-wrap:nowrap}.hp3-hero-btn{flex:0 1 auto;padding:.7rem 1rem;font-size:.75rem;white-space:nowrap}.hp3-hero-team-img{max-width:100%}}.hp3-awards-section{width:100%;background-color:#fff;padding:5rem 0;overflow:hidden}.hp3-awards-container{max-width:1400px;margin:0 auto}.hp3-awards-label{font-family:Inter,Inter Fallback,sans-serif;font-size:.85rem;font-weight:500;color:#6b778d;text-align:center;letter-spacing:.16em;text-transform:uppercase;margin:0 0 1.5rem}.hp3-awards-heading{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;color:#233041;text-align:center;margin:0 0 2.5rem;line-height:1.3}.hp3-awards-heading em{font-family:Playfair Display,Playfair Display Fallback,serif;font-style:italic;font-weight:inherit;color:#d4af37}.hp3-awards-carousel{display:flex;justify-content:flex-start;align-items:center;width:100%;min-width:0;overflow:hidden;min-height:130px;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);unicode-bidi:isolate}.hp3-awards-carousel.hp3-scroll-rtl--ar,.hp3-awards-carousel.hp3-scroll-rtl--ur{mask-image:linear-gradient(to left,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to left,transparent,black 10%,black 90%,transparent)}.hp3-awards-track{display:flex;flex-wrap:nowrap;flex:0 0 auto;width:max-content;min-width:max-content;animation:hp3-awards-carousel-scroll 30s linear infinite;direction:ltr;gap:0}.hp3-awards-track-half{display:flex;flex-shrink:0;gap:3rem;width:max-content}.hp3-awards-track-half .hp3-awards-item:last-child{margin-right:3rem}.hp3-awards-carousel.hp3-scroll-rtl--ar .hp3-awards-track{animation-direction:reverse}.hp3-awards-track:hover{animation-play-state:paused}@keyframes hp3-awards-carousel-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.hp3-awards-item{flex-shrink:0}.hp3-awards-placeholder{width:200px;height:120px;background-color:#fff;border:1px solid rgba(0,0,0,.1);border-radius:8px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000000f;padding:.5rem}.hp3-awards-placeholder img,.hp3-awards-logo{max-width:170px;max-height:95px;width:auto;height:auto;object-fit:contain;filter:grayscale(100%);transition:filter .3s ease}.hp3-awards-item:hover .hp3-awards-logo{filter:grayscale(0%)}@media(max-width:968px){.hp3-awards-section{padding:3rem 0}.hp3-awards-heading{margin-bottom:2rem}}@media(max-width:640px){.hp3-awards-section{padding:2.5rem 0}.hp3-awards-label{font-size:.8rem}.hp3-awards-heading{font-size:2rem}.hp3-awards-track-half{gap:2rem}.hp3-awards-track-half .hp3-awards-item:last-child{margin-right:2rem}.hp3-awards-placeholder{width:180px;height:105px}.hp3-awards-logo{max-width:155px;max-height:85px}}.hp3-value-section{width:100%;background:#233041;padding:4rem 2rem 6rem;color:#fff;position:relative;overflow-x:hidden}.hp3-value-container{max-width:1400px;margin:0 auto;padding:0 2rem}.hp3-value-label{font-family:Inter,Inter Fallback,sans-serif;font-size:.85rem;font-weight:500;color:#ffffffb3;text-align:center;letter-spacing:.16em;text-transform:uppercase;margin:0 0 1.5rem}.hp3-value-heading{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;color:#fff;text-align:center;line-height:1.3;margin:0 0 2rem}.hp3-value-heading em{font-family:Playfair Display,Playfair Display Fallback,serif;font-style:italic;font-weight:inherit;color:#d4af37}.hp3-value-layout{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center;margin-bottom:3rem}.hp3-value-cards-col{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.hp3-value-card{background-color:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:2rem 1.5rem;text-align:center;transition:box-shadow .2s,border-color .2s,transform .2s}.hp3-value-card:hover{box-shadow:0 4px 20px #0003;border-color:#fff3;transform:translateY(-4px)}.hp3-value-video-col{position:sticky;top:6rem}.hp3-value-video-wrap{border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #00000059;border:2px solid rgba(212,175,55,.25);background:#0003}.hp3-value-video-aspect{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:8px}.hp3-value-video-iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.hp3-value-card-icon{width:64px;height:64px;margin:0 auto 1.25rem;border-radius:50%;background-color:#ffffff26;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hp3-value-card-icon svg{width:28px;height:28px}.hp3-value-card-title{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:1.25rem;font-weight:600;color:#fff;margin:0 0 .75rem;line-height:1.2}.hp3-value-card-desc{font-family:Inter,Inter Fallback,sans-serif;font-size:.95rem;color:#ffffffd9;line-height:1.6;margin:0}.hp3-value-cta-wrap{text-align:center}.hp3-value-cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:Inter,Inter Fallback,sans-serif;font-size:.9rem;font-weight:600;color:#fff;background-color:transparent;border:2px solid #ffffff;padding:1rem 2.5rem;border-radius:9999px;text-decoration:none;letter-spacing:.1em;text-transform:uppercase;transition:background-color .2s,transform .2s}.hp3-value-cta:hover{background-color:#ffffff1f;transform:translateY(-2px);color:#fff}.hp3-value-cta-icon{display:inline-flex;align-items:center;justify-content:center}@media(max-width:968px){.hp3-value-section{padding:4rem 1.5rem 5rem}.hp3-value-layout{grid-template-columns:1fr;gap:2rem;margin-bottom:2.5rem}.hp3-value-video-col{position:relative;top:0;order:-1}}@media(max-width:640px){.hp3-value-section{padding:3rem 1rem 4rem}.hp3-value-label{font-size:.8rem}.hp3-value-heading{font-size:2rem}.hp3-value-container{padding:0 1rem}.hp3-value-cards-col{grid-template-columns:1fr}.hp3-value-card{padding:1.5rem 1.25rem}.hp3-value-cta{padding:.7rem 1rem;font-size:.75rem;width:auto}}.hp3-performance-section{width:100%;background-color:#fff;padding:0 2rem 8rem;position:relative;overflow-x:hidden}.hp3-performance-container{max-width:1400px;margin:0 auto}.hp3-performance-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;padding-top:4rem;justify-content:center;max-width:fit-content;margin:0 auto}.hp3-performance-text{display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start}.hp3-performance-label{font-family:Inter,Inter Fallback,sans-serif;font-size:.85rem;font-weight:500;color:#2d3f52;text-transform:uppercase;letter-spacing:.16em;margin:0}.hp3-performance-heading{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;color:#233041;margin:0;line-height:1.3}.hp3-performance-heading em{font-family:Playfair Display,Playfair Display Fallback,serif;font-style:italic;font-weight:inherit;color:#d4af37;display:inline-block}.hp3-performance-heading-line2{white-space:nowrap}.hp3-performance-footnote{margin-top:1rem}.hp3-performance-footnote-text{font-family:Inter,Inter Fallback,sans-serif;font-size:clamp(.7rem,1vw,.8rem);font-weight:400;color:#000;text-transform:uppercase;letter-spacing:.15em;line-height:1.6;margin:0;max-width:50%;padding-left:1rem;border-left:2px solid #D3D3D3}.hp3-performance-achievements-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.hp3-performance-achievement-card{background-color:#fff;border-radius:16px;padding:2.5rem 2rem;text-align:center;box-shadow:0 4px 10px #0000000d;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;gap:1rem}.hp3-performance-achievement-card:hover{transform:translateY(-3px);box-shadow:0 6px 15px #00000014}.hp3-performance-achievement-amount{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;color:#000;line-height:1.2}.hp3-performance-achievement-description{font-family:Inter,Inter Fallback,sans-serif;font-size:clamp(.85rem,1.3vw,1rem);font-weight:400;color:#6b778d;line-height:1.5;margin:0}@media(max-width:968px){.hp3-performance-section{padding:0 1.5rem 6rem}.hp3-performance-content{grid-template-columns:1fr;gap:3rem;padding-top:3rem}.hp3-performance-achievements-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.hp3-performance-achievement-card{padding:2rem 1.5rem}}@media(max-width:640px){.hp3-performance-section{padding:0 1rem 4rem}.hp3-performance-content{padding-top:2rem}.hp3-performance-text{align-items:center;text-align:center}.hp3-performance-heading-line2{white-space:normal}.hp3-performance-footnote{margin-top:.75rem;width:100%}.hp3-performance-footnote-text{max-width:100%}.hp3-performance-achievements-grid{grid-template-columns:1fr;gap:1rem}.hp3-performance-achievement-card{padding:2rem 1.5rem}}.hp3-practice-section{width:100%;background-color:#233041;padding:5rem 0}.hp3-practice-container{max-width:1280px;margin:0 auto;padding:0 2rem}.hp3-practice-label{font-family:Inter,Inter Fallback,sans-serif;font-size:.85rem;font-weight:500;color:#ffffffb3;text-align:center;letter-spacing:.16em;text-transform:uppercase;margin:0 0 1.5rem}.hp3-practice-heading{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;color:#fff;text-align:center;margin:0 0 2rem;line-height:1.3}.hp3-practice-heading em{font-family:Playfair Display,Playfair Display Fallback,serif;font-style:italic;font-weight:inherit;color:#d4af37}.hp3-practice-slider-wrap{position:relative;display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;direction:ltr;unicode-bidi:isolate}.hp3-practice-arrow{flex-shrink:0;width:52px;height:52px;border-radius:50%;border:2px solid rgba(35,48,65,.15);background-color:#fff;color:#233041;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s,border-color .2s,color .2s,box-shadow .2s;box-shadow:0 2px 12px #0000000f}.hp3-practice-arrow:hover{background-color:#233041;color:#fff;border-color:#233041;box-shadow:0 4px 16px #23304140}.hp3-practice-arrow:disabled{opacity:.6;cursor:not-allowed}.hp3-practice-arrow--prev{margin-right:.25rem}.hp3-practice-arrow--next{margin-left:.25rem}.hp3-practice-slider{flex:1 1 0%;display:flex;justify-content:flex-start;align-items:stretch;width:100%;min-width:0;overflow:hidden;border-radius:16px;direction:ltr;unicode-bidi:isolate}.hp3-practice-track{display:flex;flex:0 0 auto;width:calc(100% * 14 / 3);direction:ltr;transition:transform .5s cubic-bezier(.4,0,.2,1);will-change:transform}.hp3-practice-card-wrap{flex:0 0 auto;width:calc(100% / 14);padding:0 .75rem;box-sizing:border-box}.hp3-practice-card{display:block;background:linear-gradient(145deg,#fff,#f5f7fb 60%,#eef1f7);border-radius:18px;overflow:hidden;box-shadow:0 10px 30px #0000002e;border:1px solid rgba(255,255,255,.65);transition:box-shadow .3s,transform .3s,border-color .3s;text-decoration:none;color:inherit;height:100%}.hp3-practice-card:hover{box-shadow:0 16px 40px #00000040,0 0 0 1px #d4af3759;border-color:#d4af3766}.hp3-practice-card-image{position:relative;width:100%;padding-top:62%;overflow:hidden;background-color:#eef1f6}.hp3-practice-card-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .4s ease}.hp3-practice-card:hover .hp3-practice-card-img{transform:scale(1.03)}.hp3-practice-card-title{display:block;font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(1rem,1.4vw,1.2rem);font-weight:600;color:#233041;text-align:center;padding:1.5rem 1.25rem 1.6rem;line-height:1.3;transition:color .2s}.hp3-practice-card:hover .hp3-practice-card-title{color:#1a2634}.hp3-practice-skeleton-track{width:100%}.hp3-practice-skeleton-track .hp3-practice-card-wrap{width:calc(100% / 3)}.hp3-practice-card--skeleton{cursor:default;pointer-events:none}.hp3-practice-card-image--skeleton{background:linear-gradient(90deg,#e8eaef,#f0f2f6,#e8eaef)!important;background-size:200% 100%;animation:hp3-practice-shimmer 1.2s ease-in-out infinite}.hp3-practice-card-title--skeleton{display:block;height:1.25rem;margin:0 1rem;border-radius:4px;background:linear-gradient(90deg,#e8eaef,#f0f2f6,#e8eaef);background-size:200% 100%;animation:hp3-practice-shimmer 1.2s ease-in-out infinite;animation-delay:.1s}@keyframes hp3-practice-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.hp3-practice-dots{display:none}.hp3-practice-dot{width:10px;height:10px;border-radius:50%;border:none;background-color:#23304133;cursor:pointer;padding:0;transition:background-color .2s,transform .2s}.hp3-practice-dot:hover{background-color:#23304166}.hp3-practice-dot--active{background-color:#233041;transform:scale(1.2)}.hp3-practice-cta-wrap{text-align:center}.hp3-practice-cta{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;font-family:Inter,Inter Fallback,sans-serif;font-size:.95rem;font-weight:600;color:#fff;background-color:transparent;border:2px solid #ffffff;padding:1rem 2.25rem;border-radius:9999px;text-decoration:none;letter-spacing:.08em;text-transform:uppercase;transition:background-color .2s,color .2s,transform .2s}.hp3-practice-cta:hover{background-color:#ffffff1f;color:#fff;transform:translateY(-2px)}.hp3-practice-cta-icon{display:inline-flex;color:#fff}@media(max-width:968px){.hp3-practice-section{padding:3.5rem 0}.hp3-practice-card-wrap{flex:0 0 auto}.hp3-practice-dots{margin-bottom:2rem}}@media(min-width:641px)and (max-width:968px){.hp3-practice-container{max-width:720px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.hp3-practice-track{width:700%}.hp3-practice-card-image{padding-top:0;height:260px;background-position:center}}@media(max-width:640px){.hp3-practice-section{padding:2.5rem 0}.hp3-practice-container{padding:0 1rem}.hp3-practice-slider-wrap{gap:.5rem}.hp3-practice-label{font-size:.8rem}.hp3-practice-heading{font-size:2rem}.hp3-practice-track{width:1400%}.hp3-practice-card-wrap{flex:0 0 auto;width:calc(100% / 14);padding:0 .5rem}.hp3-practice-card-image{padding-top:0;height:165px}.hp3-practice-card-title{padding:1rem 1rem 1.2rem;font-size:1rem}.hp3-practice-arrow{width:44px;height:44px}.hp3-practice-dots{margin-bottom:1.5rem}.hp3-practice-cta{padding:.7rem 1rem;font-size:.75rem;width:auto}}.hp3-team-section{width:100%;background:#fff;padding:3rem 2rem 4rem;color:#233041;position:relative;overflow-x:hidden}.hp3-team-container{max-width:1400px;margin:0 auto}.hp3-team-label{font-family:Inter,Inter Fallback,sans-serif;font-size:.85rem;font-weight:500;color:#6b778d;text-align:center;letter-spacing:.16em;text-transform:uppercase;margin-bottom:1.5rem}.hp3-team-heading{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;color:#233041;text-align:center;margin-bottom:2.5rem;line-height:1.3}.hp3-team-heading em{font-family:Playfair Display,Playfair Display Fallback,serif;font-style:italic;font-weight:inherit;color:#d4af37}.hp3-team-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.75rem;margin-bottom:2.5rem;max-width:900px;margin-left:auto;margin-right:auto}.hp3-team-member{position:relative;background-color:#fff;border-radius:20px;overflow:hidden;border:1px solid rgba(35,48,65,.08);box-shadow:0 4px 16px #0000000f;transition:transform .3s ease,box-shadow .3s ease;padding:1.25rem;display:flex;flex-direction:column}.hp3-team-member:hover{transform:translateY(-4px)}.hp3-team-member-overlay{position:absolute;inset:0;z-index:1;border-radius:20px}.hp3-team-member-overlay:focus-visible{outline:2px solid #D4AF37;outline-offset:2px}.hp3-member-photo{width:100%;height:340px;background-color:#e0e0e0;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:15px;margin-bottom:1rem}.hp3-member-image{width:100%;height:100%;object-fit:cover;object-position:center 5%;display:block;border-radius:15px}.hp3-member-info{position:relative;z-index:0;padding:0;text-align:left;background-color:transparent;display:flex;flex-direction:column;gap:.5rem}.hp3-member-name{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:400;color:#233041;margin:0;line-height:1.3;background-color:transparent}.hp3-team-member-email{position:relative;z-index:2;font-family:Inter,Inter Fallback,sans-serif;font-size:.85rem;font-weight:500;color:#233041;text-decoration:none;word-break:break-all;transition:color .2s ease}.hp3-team-member-email:hover{color:#d4af37}.hp3-member-title{font-family:Inter,Inter Fallback,sans-serif;font-size:.75rem;font-weight:400;color:#6b778d;text-transform:uppercase;letter-spacing:.1em;margin-bottom:0;line-height:1.4}.hp3-team-footer{text-align:center}.hp3-view-all-button{font-family:Inter,Inter Fallback,sans-serif;font-size:.9rem;font-weight:600;color:#233041;background-color:transparent;border:2px solid #233041;padding:1rem 2.5rem;border-radius:9999px;cursor:pointer;transition:background-color .2s,transform .2s;text-transform:uppercase;letter-spacing:.1em;text-decoration:none;display:inline-block}.hp3-view-all-button:hover{background-color:#2330410f;border-color:#233041;transform:translateY(-2px);color:#233041}@media(max-width:968px){.hp3-team-section{padding:3rem 1.5rem 4rem}.hp3-team-heading{font-size:2.5rem;margin-bottom:2rem}.hp3-team-grid{grid-template-columns:1fr;max-width:500px;gap:1.5rem;margin-bottom:2rem}.hp3-member-photo{height:300px}}@media(max-width:640px){.hp3-team-section{padding:2.5rem 1rem 3rem}.hp3-team-label{font-size:.8rem}.hp3-team-heading{font-size:2rem;margin-bottom:1.5rem}.hp3-team-grid{grid-template-columns:1fr;max-width:100%;margin-bottom:1.5rem}.hp3-member-photo{height:260px}.hp3-member-name{font-size:1.5rem}}.hp3-reviews-section{width:100%;background:#233041;padding:4rem 2rem 5rem;color:#fff;position:relative;overflow:hidden}.hp3-reviews-section:before{content:"";position:absolute;inset:-20% -10%;background:linear-gradient(115deg,#ffffff0f,#fff0 55%);transform:skew(-12deg);pointer-events:none}.hp3-reviews-container{position:relative;z-index:1;max-width:1000px;margin:0 auto;padding:0 2rem;text-align:center}.hp3-reviews-label{font-family:Inter,Inter Fallback,sans-serif;font-size:.85rem;font-weight:500;color:#ffffffb3;letter-spacing:.16em;text-transform:uppercase;margin:0 0 1.5rem}.hp3-reviews-heading{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;color:#fff;margin:0 0 2.5rem;line-height:1.3}.hp3-reviews-heading em{font-family:Playfair Display,Playfair Display Fallback,serif;font-style:italic;font-weight:inherit;color:#d4af37}.hp3-reviews-card{max-width:860px;margin:0 auto 1.75rem;padding:2.5rem 2.25rem;border-radius:18px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);box-shadow:0 12px 40px #00000038}.hp3-reviews-quote{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(1.05rem,1.8vw,1.3rem);font-style:italic;line-height:1.8;color:#fffffff2;margin:0 0 1.5rem}.hp3-reviews-name{font-family:Inter,Inter Fallback,sans-serif;font-size:.85rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#fffc;margin:0}.hp3-reviews-dots{display:flex;align-items:center;justify-content:center;gap:.6rem}.hp3-reviews-dot{width:9px;height:9px;border-radius:9999px;border:none;background:#ffffff47;cursor:pointer;padding:0;transition:transform .2s,background-color .2s,width .2s}.hp3-reviews-dot:hover{background:#ffffff73;transform:scale(1.1)}.hp3-reviews-dot--active{width:22px;background:#ffffffd9}@media(max-width:968px){.hp3-reviews-section{padding:3.5rem 1.5rem 4.5rem}.hp3-reviews-card{padding:2.25rem 1.75rem}}@media(max-width:640px){.hp3-reviews-section{padding:3rem 1rem 4rem}.hp3-reviews-container{padding:0 1rem}.hp3-reviews-label{font-size:.7rem}.hp3-reviews-heading{font-size:2rem;margin-bottom:2rem}.hp3-reviews-card{padding:2rem 1.25rem}}.hp3-faq-section{width:100%;background-color:#fff;padding:4rem 2rem 3.5rem;position:relative;overflow-x:hidden}.hp3-faq-container{max-width:1000px;margin:0 auto;padding:0 2rem}.hp3-faq-label{font-family:Inter,Inter Fallback,sans-serif;font-size:.85rem;font-weight:500;color:#6b778d;text-align:center;letter-spacing:.16em;text-transform:uppercase;margin:0 0 1.5rem}.hp3-faq-heading{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;color:#233041;text-align:center;margin:0 0 2rem;line-height:1.3}.hp3-faq-heading em{font-family:Playfair Display,Playfair Display Fallback,serif;font-style:italic;font-weight:inherit;color:#d4af37}.hp3-faq-list{margin-bottom:2rem}.hp3-faq-item{background-color:#fff;border-radius:12px;box-shadow:0 2px 12px #0000000f;border:1px solid rgba(35,48,65,.08);margin-bottom:1rem;overflow:hidden;transition:box-shadow .2s ease,border-color .2s ease}.hp3-faq-item:hover{box-shadow:0 4px 16px #00000014;border-color:#2330411f}.hp3-faq-item--open{border-color:#d4af3740;box-shadow:0 4px 20px #2330411a}.hp3-faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:none;border:none;text-align:left;cursor:pointer;font-family:Inter,Inter Fallback,sans-serif;font-size:1.05rem;font-weight:600;color:#233041;transition:color .2s ease}.hp3-faq-question:hover{color:#1a2634}.hp3-faq-icon{font-size:.7rem;font-weight:400;color:#6b778d;flex-shrink:0;margin-left:1rem;transition:transform .25s ease}.hp3-faq-icon--open{transform:rotate(180deg);color:#233041}.hp3-faq-separator{width:calc(100% - 3rem);height:1px;background-color:#2330411a;margin:0 1.5rem}.hp3-faq-answer{padding:.75rem 1.5rem 1.25rem;animation:hp3-faq-slideDown .25s ease}.hp3-faq-answer p{font-family:Inter,Inter Fallback,sans-serif;font-size:.95rem;font-weight:400;color:#6b778d;line-height:1.7;margin:0}@keyframes hp3-faq-slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:968px){.hp3-faq-section{padding:3.5rem 1.5rem}.hp3-faq-heading{font-size:2.5rem}.hp3-faq-buttons{flex-direction:column;align-items:center}.hp3-faq-cta{width:100%;max-width:320px;text-align:center}}@media(max-width:640px){.hp3-faq-section{padding:3rem 1rem 3.25rem}.hp3-faq-container{padding:0 1rem}.hp3-faq-label{font-size:.7rem}.hp3-faq-heading{font-size:2rem}.hp3-faq-question{font-size:1rem;padding:1rem 1.25rem}.hp3-faq-answer{padding:.5rem 1.25rem 1rem}.hp3-faq-cta{padding:.7rem 1rem;font-size:.75rem;width:auto;max-width:none}}.hp3-locations-section{width:100%;background-color:#233041;padding:4rem 2rem 5rem;color:#fff}.hp3-locations-container{max-width:1200px;margin:0 auto;padding:0 2rem}.hp3-locations-label{font-family:Inter,Inter Fallback,sans-serif;font-size:.85rem;font-weight:500;color:#ffffffb3;text-align:center;letter-spacing:.16em;text-transform:uppercase;margin:0 0 1.5rem}.hp3-locations-heading{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;color:#fff;text-align:center;margin:0 0 3rem;line-height:1.3}.hp3-locations-heading em{font-family:Playfair Display,Playfair Display Fallback,serif;font-style:italic;font-weight:inherit;color:#d4af37}.hp3-locations-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1.2fr);gap:3rem;align-items:stretch}.hp3-locations-left{display:flex;flex-direction:column;gap:1.75rem;padding:2.5rem 2.25rem;border-radius:18px;border:1px solid rgba(255,255,255,.14);background:radial-gradient(circle at top left,rgba(255,255,255,.12),transparent 55%),#00000026;box-shadow:0 14px 40px #00000059;box-sizing:border-box;height:100%}.hp3-locations-office-name{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:1.8rem;font-weight:500;margin:0}.hp3-locations-block{display:flex;flex-direction:column;gap:.5rem}.hp3-locations-block-label{font-family:Inter,Inter Fallback,sans-serif;font-size:.8rem;font-weight:500;color:#ffffffb3;text-transform:uppercase;letter-spacing:.1em}.hp3-locations-line{font-family:Inter,Inter Fallback,sans-serif;font-size:.98rem;color:#fffffff2;margin:0}.hp3-locations-line--muted{color:#fffc}.hp3-locations-link{font-family:Inter,Inter Fallback,sans-serif;font-size:1.1rem;font-weight:600;color:#d4af37;text-decoration:none}.hp3-locations-link--muted{font-weight:500;font-size:.95rem;color:#ffffffe6}.hp3-locations-link:hover{color:#d4af37}.hp3-locations-right{display:flex;justify-content:flex-end}.hp3-locations-form-card{width:100%;max-width:520px;background-color:#fff;border-radius:18px;padding:2.5rem 2.25rem;box-shadow:0 14px 40px #00000059;box-sizing:border-box;display:flex;flex-direction:column;height:100%}.hp3-locations-form-heading{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:1.5rem;font-weight:500;color:#233041;margin:0 0 .75rem}.hp3-locations-form-sub{font-family:Inter,Inter Fallback,sans-serif;font-size:.9rem;color:#6b778d;margin:0 0 1.75rem}.hp3-locations-form{display:flex;flex-direction:column;gap:1rem}.hp3-locations-form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem 1rem}.hp3-locations-field{display:flex;flex-direction:column;gap:.35rem}.hp3-locations-field label{font-family:Inter,Inter Fallback,sans-serif;font-size:.8rem;font-weight:500;color:#6b778d;text-transform:uppercase;letter-spacing:.08em}.hp3-locations-field input,.hp3-locations-field select,.hp3-locations-field textarea{font-family:Inter,Inter Fallback,sans-serif;font-size:.9rem;color:#233041;border-radius:9999px;border:1px solid #D0D4DC;padding:.7rem .9rem;outline:none;transition:border-color .2s,box-shadow .2s}.hp3-locations-field textarea{border-radius:12px;resize:vertical;min-height:120px}.hp3-locations-field input:focus,.hp3-locations-field select:focus,.hp3-locations-field textarea:focus{border-color:#d4af37;box-shadow:0 0 0 1px #d4af3799}.hp3-locations-submit{margin-top:.5rem;font-family:Inter,Inter Fallback,sans-serif;font-size:.9rem;font-weight:600;color:#233041;background-color:#d4af37;border:2px solid #D4AF37;border-radius:9999px;padding:.85rem 1.75rem;cursor:pointer;text-transform:uppercase;letter-spacing:.1em;width:100%;transition:background-color .2s,transform .2s,box-shadow .2s}.hp3-locations-submit:hover{background-color:#e5c04a;border-color:#e5c04a;transform:translateY(-2px);box-shadow:0 8px 20px #00000026}.hp3-locations-disclaimer{font-family:Inter,Inter Fallback,sans-serif;font-size:.7rem;color:#6b778d;margin:.75rem 0 0;line-height:1.5}.hp3-locations-social{display:flex;align-items:center;gap:.75rem;margin-top:.5rem}.hp3-locations-social-label{font-family:Inter,Inter Fallback,sans-serif;font-size:.8rem;font-weight:500;color:#ffffffbf;text-transform:uppercase;letter-spacing:.09em}.hp3-locations-social-icons{display:flex;align-items:center;gap:.45rem}.hp3-locations-social-icon{width:32px;height:32px;border-radius:9999px;border:1px solid rgba(255,255,255,.5);display:flex;align-items:center;justify-content:center;color:#d4af37;text-decoration:none;transition:background-color .2s,border-color .2s,transform .2s}.hp3-locations-social-icon svg{flex-shrink:0;display:block}.hp3-locations-social-icon:hover{background-color:#ffffff2e;border-color:#ffffffe6;transform:translateY(-1px)}@media(max-width:968px){.hp3-locations-section{padding:3.5rem 1.5rem 4.5rem}.hp3-locations-container{padding:0 1.5rem}.hp3-locations-grid{grid-template-columns:minmax(0,1fr);gap:2.5rem}.hp3-locations-right{justify-content:center}}@media(max-width:640px){.hp3-locations-section{padding:3rem 1rem 4rem}.hp3-locations-container{padding:0 1rem}.hp3-locations-heading{font-size:2rem;margin-bottom:2.25rem}.hp3-locations-form-card{padding:2rem 1.5rem}.hp3-locations-form-row{grid-template-columns:minmax(0,1fr)}}.home-page{width:100%}.page-banner{position:relative;width:100%;min-height:40vh;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-top:0;padding-top:0}.page-banner-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.page-banner-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:1}.page-banner-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#23304199;z-index:2}.page-banner-content{position:relative;z-index:3;text-align:center;padding:3rem 2rem 2rem;max-width:1200px;margin:0 auto;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem}.page-banner-title{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(2.5rem,6vw,5rem);font-weight:600;color:#fff;line-height:1.2;letter-spacing:.5px;text-shadow:0 4px 12px rgba(0,0,0,.4);margin:0;max-width:900px}.page-banner-subtitle{font-family:Inter,Inter Fallback,sans-serif;font-size:clamp(1rem,2vw,1.3rem);font-weight:400;color:#fffffff2;line-height:1.6;text-shadow:0 2px 8px rgba(0,0,0,.3);margin:0;max-width:700px}@media(max-width:968px){.page-banner{min-height:35vh}.page-banner-content{padding:2.5rem 1.5rem 1.5rem;gap:1.25rem}.page-banner-title{font-size:clamp(2rem,5vw,3.5rem)}.page-banner-subtitle{font-size:clamp(.95rem,2vw,1.15rem)}}@media(max-width:640px){.page-banner{min-height:30vh}.page-banner-content{padding:2rem 1rem 1rem;gap:1rem}.page-banner-title{font-size:clamp(1.75rem,4vw,2.5rem)}.page-banner-subtitle{font-size:clamp(.9rem,2vw,1rem)}}.practice-areas-sidebar{background-color:#233041;padding:2rem;border-radius:8px;height:fit-content;position:sticky;top:100px}.sidebar-header{margin-bottom:2rem}.sidebar-title{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:1.75rem;font-weight:600;color:#fff;margin:0 0 .5rem;line-height:1.3}.sidebar-subtitle{font-family:Inter,Inter Fallback,sans-serif;font-size:.95rem;font-weight:400;color:#ffffffe6;margin:0;line-height:1.5}.practice-areas-list{display:flex;flex-direction:column;gap:1.5rem}.practice-area-item{display:flex;gap:1rem;padding:1.25rem;background-color:#ffffff0d;border-radius:6px;transition:background-color .3s ease,transform .3s ease}.practice-area-item:hover{background-color:#ffffff1a;transform:translate(4px)}.practice-area-icon{font-size:2rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;width:50px;height:50px;background-color:#ffffff1a;border-radius:8px}.practice-area-content{flex:1}.practice-area-title{font-family:Inter,Inter Fallback,sans-serif;font-size:1.1rem;font-weight:600;color:#fff;margin:0 0 .5rem;line-height:1.3}.practice-area-description{font-family:Inter,Inter Fallback,sans-serif;font-size:.9rem;font-weight:400;color:#ffffffd9;margin:0;line-height:1.5}@media(max-width:968px){.practice-areas-sidebar{position:relative;top:0;margin-bottom:2rem}}.about-firm-section{width:100%;background-color:#f8f8f8;padding:0 2rem 4rem;position:relative;overflow-x:hidden}.about-firm-container{max-width:1400px;margin:0 auto;padding-top:3rem}.about-firm-heading{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;color:#000;text-align:center;margin-bottom:2rem;line-height:1.3}.about-firm-layout{display:grid;grid-template-columns:350px 1fr;gap:3rem;align-items:start}.about-firm-sidebar{position:relative}.about-firm-main-content{background-color:#fff;padding:2.5rem;border-radius:8px;box-shadow:0 2px 8px #0000000d}.about-firm-text,.about-firm-subsection{margin-bottom:2rem}.about-firm-subsection:last-child{margin-bottom:0}.subsection-heading{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:600;color:#000;margin:0 0 1rem;line-height:1.3}.about-firm-text p,.about-firm-subsection p{font-family:Inter,Inter Fallback,sans-serif;font-size:1rem;font-weight:400;color:#333;line-height:1.7;margin-bottom:1.25rem}.about-firm-text p:last-child,.about-firm-subsection p:last-child{margin-bottom:0}@media(max-width:968px){.about-firm-section{padding:0 1.5rem 3rem}.about-firm-container{padding-top:2rem}.about-firm-layout{grid-template-columns:1fr;gap:2rem;display:flex;flex-direction:column}.about-firm-main-content{order:1;padding:2rem}.about-firm-sidebar{order:2}}@media(max-width:640px){.about-firm-section{padding:0 1rem 2rem}.about-firm-container{padding-top:1.5rem}.about-firm-layout{gap:1.5rem}.about-firm-main-content{padding:1.5rem}}.experience-commitment-section{width:100%;background-color:#fff;padding:0 2rem 4rem;position:relative;overflow-x:hidden}.experience-commitment-container{max-width:1400px;margin:0 auto;padding-top:3rem}.experience-commitment-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.section-column-title{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(2rem,4vw,3rem);font-weight:600;color:#000;margin-bottom:1rem;line-height:1.3}.section-column-intro{font-family:Inter,Inter Fallback,sans-serif;font-size:1rem;font-weight:400;color:#666;line-height:1.6;margin-bottom:1.5rem}.experience-list,.commitment-list{list-style:none;padding:0;margin:0}.experience-list li{font-family:Inter,Inter Fallback,sans-serif;font-size:1rem;font-weight:400;color:#333;line-height:1.7;margin-bottom:1rem;padding-left:1.5rem;position:relative}.experience-list li:before{content:"•";position:absolute;left:0;color:#233041;font-size:1.5rem;line-height:1}.commitment-list li{font-family:Inter,Inter Fallback,sans-serif;font-size:1rem;font-weight:400;color:#333;line-height:1.7;margin-bottom:1rem;display:flex;align-items:center;gap:.75rem}.commitment-list li .checkmark{color:#22c55e;font-size:1.25rem;font-weight:600;flex-shrink:0}@media(max-width:968px){.experience-commitment-section{padding:0 1.5rem 3rem}.experience-commitment-container{padding-top:2rem}.experience-commitment-content{grid-template-columns:1fr;gap:2rem}}@media(max-width:640px){.experience-commitment-section{padding:0 1rem 2rem}.experience-commitment-container{padding-top:1.5rem}}.about-cta-section{width:100%;background-color:#233041;padding:0 2rem 4rem;color:#fff;position:relative;overflow-x:hidden}.about-cta-container{max-width:1400px;margin:0 auto;text-align:center;padding-top:3rem}.about-cta-heading{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;color:#fff;margin-bottom:1rem;line-height:1.3}.about-cta-description{font-family:Inter,Inter Fallback,sans-serif;font-size:clamp(1rem,2vw,1.2rem);font-weight:400;color:#ffffffe6;line-height:1.6;max-width:800px;margin:0 auto 2rem}.about-cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.cta-button-primary,.cta-button-secondary{font-family:Inter,Inter Fallback,sans-serif;font-size:.9rem;font-weight:500;padding:1rem 2.5rem;border-radius:50px;text-decoration:none;display:inline-block;text-transform:uppercase;letter-spacing:.1em;transition:all .3s ease}.cta-button-primary{background-color:#233041;color:#fff;border:1px solid #ffffff}.cta-button-primary:hover{background-color:#1c242e;border-color:#fff;transform:translateY(-2px)}.cta-button-secondary{background-color:#233041;color:#fff;border:1px solid #ffffff}.cta-button-secondary:hover{background-color:#1c242e;border-color:#fff;transform:translateY(-2px)}@media(max-width:968px){.about-cta-section{padding:0 1.5rem 3rem}.about-cta-container{padding-top:2rem}.about-cta-buttons{flex-direction:column;align-items:center}.cta-button-primary,.cta-button-secondary{width:100%;max-width:400px}}@media(max-width:640px){.about-cta-section{padding:0 1rem 2rem}.about-cta-container{padding-top:1.5rem}}.about-page{width:100%;min-height:100vh}.attorneys-grid-section{width:100%;background-color:#fff;padding:3rem 2rem 4rem;color:#233041;position:relative;overflow-x:hidden}.attorneys-grid-container{max-width:1400px;margin:0 auto;padding-top:0}.attorneys-intro{max-width:1000px;margin:0 auto 2rem}.attorneys-intro p{font-family:Inter,Inter Fallback,sans-serif;font-size:1rem;font-weight:400;color:#233041;line-height:1.7;margin-bottom:1.5rem}.attorneys-intro p:last-child{margin-bottom:0}.attorneys-team-label{font-family:Inter,Inter Fallback,sans-serif;font-size:.85rem;font-weight:500;color:#6b778d;text-align:center;letter-spacing:.16em;text-transform:uppercase;margin-bottom:1.5rem}.attorneys-team-heading{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;color:#233041;text-align:center;margin-bottom:2.5rem;line-height:1.3}.attorneys-team-heading em{font-family:Playfair Display,Playfair Display Fallback,serif;font-style:italic;font-weight:inherit;color:#d4af37}.attorneys-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.75rem;max-width:900px;margin-left:auto;margin-right:auto}.attorney-card{width:100%;background-color:#fff;border-radius:20px;overflow:hidden;border:1px solid rgba(35,48,65,.08);box-shadow:0 4px 16px #0000000f;transition:transform .3s ease,box-shadow .3s ease;padding:1.25rem;display:flex;flex-direction:column}.attorney-card:hover{transform:translateY(-4px)}.attorney-photo{width:100%;height:340px;background-color:#e0e0e0;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:15px;margin-bottom:1rem}.attorney-image{width:100%;height:100%;object-fit:cover;object-position:center 5%;display:block;border-radius:15px}.attorney-info{padding:0;text-align:left;background-color:transparent;display:flex;flex-direction:column;gap:.5rem}.attorney-name{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:400;color:#233041;margin:0;line-height:1.3}.attorney-email-link{font-family:Inter,Inter Fallback,sans-serif;font-size:.85rem;font-weight:500;color:#233041;text-decoration:none;word-break:break-all;transition:color .2s ease}.attorney-email-link:hover{color:#d4af37}.attorney-title{font-family:Inter,Inter Fallback,sans-serif;font-size:.75rem;font-weight:400;color:#6b778d;text-transform:uppercase;letter-spacing:.1em;margin:0;line-height:1.4}.attorney-profile-link{font-family:Inter,Inter Fallback,sans-serif;font-size:.9rem;font-weight:500;color:#233041;text-decoration:none;margin-top:.25rem;transition:color .2s ease}.attorney-profile-link:hover{color:#d4af37}@media(max-width:968px){.attorneys-grid-section{padding:3rem 1.5rem 4rem}.attorneys-team-heading{font-size:2.5rem;margin-bottom:2rem}.attorneys-grid{grid-template-columns:1fr;max-width:500px;gap:1.5rem}.attorney-photo{height:300px}}@media(max-width:640px){.attorneys-grid-section{padding:2.5rem 1rem 3rem}.attorneys-team-label{font-size:.8rem}.attorneys-team-heading{font-size:2rem;margin-bottom:1.5rem}.attorneys-grid{grid-template-columns:1fr;max-width:100%}.attorney-photo{height:260px}.attorney-name{font-size:1.5rem}}.locations-section{width:100%;background-color:#233041;padding:4rem 2rem 8rem;color:#fff;position:relative;overflow-x:hidden}.locations-container{max-width:1400px;margin:0 auto}.locations-label{font-family:Inter,Inter Fallback,sans-serif;font-size:.75rem;font-weight:300;color:#ffffffb3;text-align:center;letter-spacing:.2em;text-transform:uppercase;margin-bottom:1.5rem}.locations-heading{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;color:#fff;text-align:center;margin-bottom:4rem;line-height:1.3}.locations-heading em{font-family:Playfair Display,Playfair Display Fallback,serif;font-style:italic;font-weight:inherit;color:#fff}.location-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:stretch}.location-map{width:100%;min-height:500px;height:100%;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #0003}.location-map iframe{width:100%;height:100%;border:none}.location-info{background-color:#ffffff0d;padding:2.5rem;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column;height:100%}.location-name{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:2rem;font-weight:600;color:#fff;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.2)}.location-address{margin-bottom:2rem;display:flex;flex-direction:column}.location-address .contact-label{margin-bottom:.75rem}.address-line,.address-city{font-family:Inter,Inter Fallback,sans-serif;font-size:1rem;font-weight:400;color:#ffffffe6;margin-bottom:.25rem;line-height:1.6}.location-contact{margin-bottom:2rem;flex:1}.contact-item{display:flex;flex-direction:column;margin-bottom:1.5rem}.contact-label{font-family:Inter,Inter Fallback,sans-serif;font-size:.85rem;font-weight:500;color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.contact-phone,.contact-email{font-family:Inter,Inter Fallback,sans-serif;font-size:1.1rem;font-weight:600;color:#fff;text-decoration:none;transition:color .3s ease}.contact-phone:hover,.contact-email:hover{color:#d4af37}.location-button{font-family:Inter,Inter Fallback,sans-serif;font-size:.9rem;font-weight:600;color:#fff;background-color:transparent;border:1px solid rgba(255,255,255,.5);padding:1rem 2rem;border-radius:6px;cursor:pointer;transition:all .3s ease;width:100%;text-decoration:none;display:inline-block;text-align:center}.location-button:hover{background-color:#ffffff1a;border-color:#fffc;transform:translateY(-2px);box-shadow:0 4px 12px #0003}@media(max-width:968px){.locations-section{padding:4rem 1.5rem}.locations-heading{font-size:2.5rem}.location-content{grid-template-columns:1fr;gap:2rem}.location-map{height:400px}}@media(max-width:640px){.locations-section{padding:3rem 1rem}.locations-heading{font-size:2rem}.location-content{grid-template-columns:1fr}.location-map{height:300px}.location-info{padding:2rem}}.attorneys-page{width:100%;min-height:100vh;overflow-x:hidden}.attorneys-page .locations-section{padding-top:4rem}.attorney-profile-page{width:100%;min-height:100vh;background-color:#fff}.attorney-profile-section{width:100%;padding:3rem 2rem 4rem;background-color:#f8f8f8}.attorney-profile-container{max-width:1200px;margin:0 auto}.attorney-profile-layout{display:grid;grid-template-columns:340px 1fr;gap:3rem;align-items:start}.attorney-profile-sidebar{position:sticky;top:100px;display:flex;flex-direction:column;gap:1rem;background-color:#233041;padding:2rem;border-radius:12px;box-shadow:0 8px 24px #23304126}.attorney-profile-photo-wrap{width:100%;aspect-ratio:3 / 4;border-radius:10px;overflow:hidden;background-color:#ffffff14}.attorney-profile-photo{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.attorney-profile-contact{display:flex;flex-direction:column;gap:.35rem}.attorney-profile-email-label{font-family:Inter,Inter Fallback,sans-serif;font-size:.7rem;font-weight:600;color:#ffffff8c;text-transform:uppercase;letter-spacing:.1em;margin:0}.attorney-profile-email{font-family:Inter,Inter Fallback,sans-serif;font-size:.9rem;font-weight:500;color:#d4af37;text-decoration:none;word-break:break-all;transition:color .2s ease}.attorney-profile-email:hover{color:#fff;text-decoration:underline}.attorney-profile-title-sidebar{font-family:Inter,Inter Fallback,sans-serif;font-size:.8rem;font-weight:500;color:#d4af37;text-transform:uppercase;letter-spacing:.12em;margin:0}.attorney-profile-cta{display:block;text-align:center;padding:.9rem 1.5rem;font-family:Inter,Inter Fallback,sans-serif;font-size:.95rem;font-weight:600;color:#233041;background-color:#d4af37;border:2px solid #D4AF37;border-radius:8px;text-decoration:none;transition:background-color .2s ease,color .2s ease;margin-top:.5rem}.attorney-profile-cta:hover{background-color:transparent;color:#d4af37}.attorney-profile-main{display:flex;flex-direction:column;gap:2rem;background-color:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 2px 12px #0000000f}.attorney-profile-block{margin-bottom:0}.attorney-profile-heading{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(1.5rem,2.5vw,1.85rem);font-weight:600;color:#233041;margin:0 0 1rem;line-height:1.3;padding-bottom:.5rem;border-bottom:2px solid #D4AF37}.attorney-profile-text{font-family:Inter,Inter Fallback,sans-serif;font-size:1rem;font-weight:400;color:#333;line-height:1.75;margin:0 0 1rem}.attorney-profile-text:last-child{margin-bottom:0}.attorney-profile-list{font-family:Inter,Inter Fallback,sans-serif;font-size:1rem;color:#333;line-height:1.8;margin:0;padding-left:1.25rem}.attorney-profile-list li{margin-bottom:.5rem}.attorney-profile-list li:last-child{margin-bottom:0}.attorney-profile-list strong{color:#233041;font-weight:600}.attorney-profile-list--simple{list-style:disc}.attorney-profile-tags{display:flex;flex-wrap:wrap;gap:.6rem}.attorney-profile-tag{display:inline-block;padding:.4rem .9rem;font-family:Inter,Inter Fallback,sans-serif;font-size:.9rem;font-weight:500;color:#233041;background-color:#d4af3726;border:1px solid rgba(212,175,55,.4);border-radius:6px}.attorney-profile-block--accent{background-color:#233041;padding:2rem;border-radius:10px;margin-top:.5rem}.attorney-profile-heading--light{color:#fff;border-bottom-color:#d4af37}.attorney-profile-highlights{list-style:none;padding:0;margin:0}.attorney-profile-highlights li{font-family:Inter,Inter Fallback,sans-serif;font-size:1rem;color:#ffffffeb;line-height:1.7;padding-left:1.75rem;margin-bottom:.75rem;position:relative}.attorney-profile-highlights li:before{content:"";position:absolute;left:0;top:.55em;width:8px;height:8px;background-color:#d4af37;border-radius:50%}.attorney-profile-highlights li:last-child{margin-bottom:0}@media(max-width:968px){.attorney-profile-section{padding:2.5rem 1.5rem 3rem}.attorney-profile-layout{grid-template-columns:1fr;gap:2rem;display:flex;flex-direction:column}.attorney-profile-sidebar{position:relative;top:0;order:1;flex-direction:row;flex-wrap:wrap;align-items:center;gap:1.25rem;width:100%}.attorney-profile-photo-wrap{width:160px;aspect-ratio:3 / 4;flex-shrink:0}.attorney-profile-title-sidebar{width:100%}.attorney-profile-cta{margin-top:0;flex:1;min-width:200px}.attorney-profile-main{order:2;padding:2rem;width:100%}}@media(max-width:640px){.attorney-profile-section{padding:2rem 1rem 2.5rem}.attorney-profile-layout{align-items:stretch}.attorney-profile-sidebar{flex-direction:column;padding:1.5rem;width:100%;align-items:center;text-align:center}.attorney-profile-photo-wrap{width:100%;max-width:100%;margin:0 auto}.attorney-profile-title-sidebar{width:100%;text-align:center}.attorney-profile-cta{width:100%;max-width:100%}.attorney-profile-main{padding:1.5rem;width:100%}.attorney-profile-block--accent{padding:1.5rem}}.all-practice-areas-section{width:100%;background-color:#f8f8f8;padding:0 2rem 4rem;position:relative;overflow-x:hidden}.all-practice-areas-container{max-width:1400px;margin:0 auto;padding-top:3rem}.all-practice-areas-section .section-heading{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(2rem,4vw,3rem);font-weight:600;color:#1a1a1a;text-align:center;margin-bottom:1rem;line-height:1.3}.all-practice-areas-section .section-subheading{font-family:Inter,Inter Fallback,sans-serif;font-size:1.1rem;font-weight:400;color:#444;text-align:center;margin-bottom:3rem;line-height:1.6}.all-practice-areas-section .practice-areas-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;align-items:stretch}.all-practice-areas-section .practice-area-card{background-color:#fff;border:1px solid rgba(0,0,0,.12);border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;min-height:0}.all-practice-areas-section .card-title{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:1.5rem;font-weight:600;color:#1a1a1a;margin:0 0 1rem;line-height:1.3}.all-practice-areas-section .card-title-link{color:inherit;text-decoration:none;transition:color .2s ease}.all-practice-areas-section .card-title-link:hover{color:#d4af37}.all-practice-areas-section .card-items{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem;flex:1}.all-practice-areas-section .card-items li{font-family:Inter,Inter Fallback,sans-serif;font-size:.9rem;font-weight:400;color:#333;line-height:1.5;padding-left:1rem;position:relative}.all-practice-areas-section .card-items li:before{content:"•";position:absolute;left:0;color:#233041;font-size:1rem}.all-practice-areas-section .card-item-link{color:#333;text-decoration:none;transition:color .2s ease}.all-practice-areas-section .card-item-link:hover{color:#d4af37;text-decoration:underline}.all-practice-areas-section .practice-area-card:nth-child(4),.all-practice-areas-section .practice-area-card:nth-child(5){grid-column:span 1.5}@media(max-width:968px){.all-practice-areas-section{padding:0 1.5rem 3rem}.all-practice-areas-container{padding-top:2rem}.all-practice-areas-section .practice-areas-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:auto;gap:1.5rem}.all-practice-areas-section .practice-area-card:nth-child(4),.all-practice-areas-section .practice-area-card:nth-child(5){grid-column:span 1}}@media(max-width:640px){.all-practice-areas-section{padding:0 1rem 2rem}.all-practice-areas-container{padding-top:1.5rem}.all-practice-areas-section .practice-areas-grid{grid-template-columns:1fr;grid-template-rows:auto;gap:1.5rem}}.location-specific-section{width:100%;background-color:#233041;padding:0 2rem 4rem;position:relative;overflow-x:hidden}.location-specific-container{max-width:1400px;margin:0 auto;padding-top:3rem}.section-heading{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(2rem,4vw,3rem);font-weight:600;color:#fff;text-align:center;margin-bottom:1rem;line-height:1.3}.section-subheading{font-family:Inter,Inter Fallback,sans-serif;font-size:1.1rem;font-weight:400;color:#ffffffe6;text-align:center;margin-bottom:3rem;line-height:1.6}.location-practice-areas-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.location-practice-area-card{background-color:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.card-title{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:1.5rem;font-weight:600;color:#fff;margin:0 0 1rem;line-height:1.3}.card-items{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.card-items li{font-family:Inter,Inter Fallback,sans-serif;font-size:.9rem;font-weight:400;color:#ffffffe6;line-height:1.5;padding-left:1rem;position:relative}.card-items li:before{content:"•";position:absolute;left:0;color:#fff;font-size:1rem}.card-icon-wrapper{width:40px;height:40px;background-color:#fff3;border-radius:6px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.card-icon-wrapper svg{color:#fff;width:20px;height:20px}@media(max-width:968px){.location-specific-section{padding:0 1.5rem 3rem}.location-specific-container{padding-top:2rem}.location-practice-areas-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:640px){.location-specific-section{padding:0 1rem 2rem}.location-specific-container{padding-top:1.5rem}.location-practice-areas-grid{grid-template-columns:1fr;gap:1.5rem}}.why-choose-us-section{width:100%;background-color:#f8f8f8;padding:0 2rem 4rem;position:relative;overflow-x:hidden}.why-choose-us-container{max-width:1400px;margin:0 auto;padding-top:3rem}.why-choose-us-section .section-heading{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(2rem,4vw,3rem);font-weight:600;color:#1a1a1a;text-align:center;margin-bottom:2.5rem;line-height:1.3}.why-choose-us-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.why-choose-us-section .why-choose-us-item{text-align:center;background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000000d}.why-choose-us-section .item-icon{width:80px;height:80px;background-color:#233041;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff}.why-choose-us-section .item-title{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:1.5rem;font-weight:600;color:#1a1a1a;margin:0 0 1rem;line-height:1.3}.why-choose-us-section .item-description{font-family:Inter,Inter Fallback,sans-serif;font-size:1rem;font-weight:400;color:#333;line-height:1.6;margin:0}@media(max-width:968px){.why-choose-us-section{padding:0 1.5rem 3rem}.why-choose-us-container{padding-top:2rem}.why-choose-us-grid{grid-template-columns:1fr;gap:2rem}}@media(max-width:640px){.why-choose-us-section{padding:0 1rem 2rem}.why-choose-us-container{padding-top:1.5rem}}.practice-areas-page{width:100%;min-height:100vh;overflow-x:hidden}.practice-area-sidebar{width:320px;background-color:#233041;padding:2rem 1.5rem;display:flex;flex-direction:column;height:fit-content;min-height:fit-content;position:sticky;top:100px;align-self:flex-start;overflow:visible;box-sizing:border-box;border-radius:12px;box-shadow:0 4px 16px #00000014}.sidebar-section{width:100%;flex-shrink:0}.sidebar-navigation{flex:0 1 auto;overflow:visible;display:flex;flex-direction:column;min-height:0;justify-content:flex-start}.sidebar-section-title{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:1.5rem;font-weight:600;color:#fff;margin:0 0 1rem;line-height:1.3}.sidebar-top-link{font-weight:500}.sidebar-collapsible-block{margin-top:.5rem}.sidebar-section-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;font-family:Inter,Inter Fallback,sans-serif;font-size:.95rem;font-weight:600;color:#fff;background-color:#ffffff14;border:none;padding:.75rem 1rem;border-radius:8px;cursor:pointer;text-align:left;transition:background-color .2s ease;margin-bottom:.25rem}.sidebar-section-toggle:hover{background-color:#ffffff1f}.sidebar-section-toggle .dropdown-chevron{transform:rotate(0);transition:transform .2s ease}.sidebar-section-toggle.expanded .dropdown-chevron{transform:rotate(180deg)}.sidebar-collapsible-content{display:flex;flex-direction:column;gap:.25rem;padding-left:.5rem;margin-bottom:.5rem;border-left:2px solid rgba(255,255,255,.15)}.sidebar-nav{display:flex;flex-direction:column;gap:.5rem;overflow:visible}.sidebar-nav-item-wrapper{display:flex;align-items:center;position:relative}.sidebar-nav-link{font-family:Inter,Inter Fallback,sans-serif;font-size:.95rem;font-weight:400;color:#fff;text-decoration:none;padding:.75rem 1rem;border-radius:8px;transition:background-color .2s ease,color .2s ease;display:block;flex:1}.sidebar-nav-link.has-submenu{padding-right:2.5rem}.sidebar-nav-link:hover{background-color:#ffffff1a;color:#fff}.sidebar-nav-link.active,.sidebar-nav-link.parent-active{background-color:#d4af37;color:#fff;font-weight:600}.sidebar-nav-link.has-submenu.active,.sidebar-nav-link.has-submenu.parent-active{background-color:#d4af37;color:#fff}.sidebar-dropdown-toggle{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:transform .2s ease;z-index:1}.sidebar-dropdown-toggle:hover{opacity:.8}.sidebar-dropdown-toggle.expanded .dropdown-chevron{transform:rotate(180deg)}.dropdown-chevron{font-size:.7rem;transition:transform .2s ease;display:inline-block}.sidebar-submenu{margin-left:1rem;margin-top:.5rem;margin-bottom:.5rem;padding-left:.5rem;border-left:2px solid rgba(255,255,255,.2);display:flex;flex-direction:column;gap:.25rem;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:1000px}}.sidebar-submenu-link{font-family:Inter,Inter Fallback,sans-serif;font-size:.9rem;font-weight:400;color:#ffffffd9;text-decoration:underline;padding:.5rem .75rem;border-radius:4px;transition:background-color .2s ease,color .2s ease;display:block}.sidebar-submenu-link:hover{background-color:#ffffff1a;color:#fff}.sidebar-submenu-link.active{background-color:#d4af374d;color:#d4af37;font-weight:500}.sidebar-contact-form{background-color:#233041;flex-shrink:0;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);margin-top:0}.sidebar-form-title{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:1.25rem;font-weight:600;color:#fff;margin:0 0 .75rem;line-height:1.3}.sidebar-form-description{font-family:Inter,Inter Fallback,sans-serif;font-size:.9rem;font-weight:400;color:#fffc;margin:0 0 1.5rem;line-height:1.5}.sidebar-form{display:flex;flex-direction:column;gap:1rem}.sidebar-form .form-group{width:100%}.sidebar-form .form-input,.sidebar-form .form-textarea{width:100%;padding:.875rem 1rem;font-family:Inter,Inter Fallback,sans-serif;font-size:.95rem;color:#1a1a1a;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:4px;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box}.sidebar-form .form-input:focus,.sidebar-form .form-textarea:focus{outline:none;border-color:#d4af37;box-shadow:0 0 0 3px #d4af371a}.sidebar-form .form-textarea{resize:vertical;min-height:100px}.sidebar-form .form-submit-button{width:100%;padding:1rem 1.5rem;font-family:Inter,Inter Fallback,sans-serif;font-size:1rem;font-weight:600;color:#fff;background-color:#d4af37;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s ease,transform .1s ease;margin-top:.5rem}.sidebar-form .form-submit-button:hover{background-color:#c19d2e;transform:translateY(-1px)}.sidebar-form .form-submit-button:active{transform:translateY(0)}@media(max-width:968px){.practice-area-sidebar{position:relative;top:0;width:100%;max-width:100%;height:fit-content;min-height:fit-content;padding:1.5rem 1.25rem;border-radius:15px}.sidebar-navigation{flex:none;overflow-y:visible;margin-bottom:2rem}.sidebar-contact-form{margin-top:2rem;border-top:1px solid rgba(255,255,255,.1);padding-top:2rem}.sidebar-section-title{font-size:1.25rem}.sidebar-form-title{font-size:1.1rem}}@media(max-width:640px){.practice-area-sidebar{padding:1.25rem 1rem}}.auto-accidents-page{width:100%;min-height:100vh;background-color:#fff}.practice-area-content-wrapper{width:100%;padding:3rem 2rem;background-color:#fff}.practice-area-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:320px 1fr;gap:3rem;align-items:start}.practice-area-main-content{width:100%;background-color:#fff}.content-section{margin-bottom:3rem}.content-section:last-child{margin-bottom:0}.content-title{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(2rem,4vw,2.75rem);font-weight:600;color:#233041;margin:0 0 2rem;line-height:1.3}.content-heading{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:600;color:#233041;margin:0 0 1rem;line-height:1.3}.content-paragraph{font-family:Inter,Inter Fallback,sans-serif;font-size:1rem;font-weight:400;color:#333;line-height:1.7;margin:0 0 1.5rem}.intro-section{display:grid;grid-template-columns:1fr 400px;gap:2rem;margin-bottom:2rem;align-items:start}.intro-text{display:flex;flex-direction:column;gap:1rem}.intro-paragraph{font-family:Inter,Inter Fallback,sans-serif;font-size:1rem;font-weight:400;color:#333;line-height:1.7;margin:0}.intro-image{width:100%;height:auto}.content-image{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 12px #0000001a;object-fit:cover}.key-points{margin:2rem 0;padding:1.5rem;background-color:#f8f8f8;border-left:4px solid #D4AF37;border-radius:4px}.points-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.points-list li{font-family:Inter,Inter Fallback,sans-serif;font-size:1rem;font-weight:500;color:#233041;padding-left:1.5rem;position:relative}.points-list li:before{content:"✓";position:absolute;left:0;color:#d4af37;font-weight:600;font-size:1.1rem}.content-list{font-family:Inter,Inter Fallback,sans-serif;font-size:1rem;font-weight:400;color:#333;line-height:1.8;margin:0 0 1.5rem;padding-left:1.5rem}.content-list li{margin-bottom:.75rem}.content-list li:last-child{margin-bottom:0}.content-list strong{color:#233041;font-weight:600}.video-embed{margin:2rem 0;width:100%}.video-placeholder{position:relative;width:100%;padding-bottom:56.25%;background-color:#1a1a1a;border-radius:8px;overflow:hidden;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}.video-placeholder:hover{opacity:.9}.video-play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;background-color:#d4af37e6;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff;z-index:2;transition:transform .2s ease,background-color .2s ease}.video-placeholder:hover .video-play-button{transform:translate(-50%,-50%) scale(1.1);background-color:#d4af37}.video-title{position:absolute;bottom:0;left:0;right:0;padding:1rem;font-family:Inter,Inter Fallback,sans-serif;font-size:.95rem;font-weight:500;color:#fff;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);margin:0;z-index:1}@media(max-width:1200px){.practice-area-container{grid-template-columns:300px 1fr;gap:2.5rem}.intro-section{grid-template-columns:1fr 350px}}@media(max-width:968px){.practice-area-content-wrapper{padding:2rem 1.5rem}.practice-area-container{grid-template-columns:1fr;gap:2rem;display:flex;flex-direction:column}.practice-area-main-content{order:1}.practice-area-sidebar{order:2}.intro-section{grid-template-columns:1fr}.intro-image{order:-1}.content-title{font-size:clamp(1.75rem,4vw,2.25rem)}.content-heading{font-size:clamp(1.35rem,3vw,1.75rem)}}@media(max-width:640px){.practice-area-content-wrapper{padding:1.5rem 1rem}.practice-area-container{gap:1.5rem}.content-section{margin-bottom:2rem}.intro-section{gap:1.5rem}.key-points{padding:1.25rem}.video-play-button{width:60px;height:60px;font-size:1.5rem}}.verdicts-settlements-page{width:100%;min-height:100vh;background-color:#fff}.verdicts-intro{width:100%;padding:4rem 2rem 3rem;background-color:#f8f8f8}.verdicts-intro-container{max-width:900px;margin:0 auto;text-align:center}.verdicts-intro-heading{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:600;color:#233041;margin:0 0 1.25rem;line-height:1.3}.verdicts-intro-text{font-family:Inter,Inter Fallback,sans-serif;font-size:1.05rem;font-weight:400;color:#444;line-height:1.7;margin:0 0 2.5rem}.verdicts-stats{display:flex;flex-wrap:wrap;justify-content:center;gap:3rem}.verdicts-stat-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.verdicts-stat-value{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(2rem,4vw,2.75rem);font-weight:700;color:#d4af37;line-height:1}.verdicts-stat-label{font-family:Inter,Inter Fallback,sans-serif;font-size:.95rem;font-weight:600;color:#233041;text-transform:uppercase;letter-spacing:.5px}.verdicts-results{width:100%;padding:4rem 2rem 5rem}.verdicts-results-container{max-width:1200px;margin:0 auto}.verdicts-results-heading{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:600;color:#233041;margin:0 0 2rem;text-align:center}.verdicts-filter{margin-bottom:2.5rem;padding:1.5rem 0;border-bottom:1px solid rgba(0,0,0,.1)}.verdicts-filter-heading{font-family:Inter,Inter Fallback,sans-serif;font-size:1.1rem;font-weight:600;color:#333;margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}.filter-scale-icon{flex-shrink:0;color:#233041}.verdicts-filter-buttons{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.verdicts-filter-btn{font-family:Inter,Inter Fallback,sans-serif;font-size:.9rem;font-weight:600;color:#444;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:6px;padding:.6rem 1.1rem;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease;white-space:nowrap}.verdicts-filter-btn:hover{background-color:#f5f5f5;border-color:#0000004d;color:#233041}.verdicts-filter-btn.active{background-color:#233041;color:#fff;border-color:#233041}.verdicts-filter-count{font-family:Inter,Inter Fallback,sans-serif;font-size:.95rem;font-weight:500;color:#666;margin:0}.verdicts-load-more-wrap{text-align:center;margin-top:2.5rem}.verdicts-load-more-btn{font-family:Inter,Inter Fallback,sans-serif;font-size:1rem;font-weight:600;color:#fff;background-color:#233041;border:none;border-radius:6px;padding:.9rem 2rem;cursor:pointer;transition:background-color .2s ease,transform .1s ease}.verdicts-load-more-btn:hover{background-color:#1a2530;transform:translateY(-1px)}.verdicts-load-more-btn:active{transform:translateY(0)}.verdicts-no-results{font-family:Inter,Inter Fallback,sans-serif;font-size:1.1rem;color:#666;text-align:center;padding:3rem 2rem;margin:0}.verdicts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem}.verdict-card{background-color:#fff;border:1px solid rgba(0,0,0,.1);border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000000f;transition:box-shadow .2s ease,border-color .2s ease}.verdict-card:hover{box-shadow:0 6px 20px #0000001a;border-color:#d4af374d}.verdict-card-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.5rem;flex-wrap:wrap;gap:.5rem}.verdict-amount{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:1.5rem;font-weight:700;color:#d4af37;line-height:1.2}.verdict-year{font-family:Inter,Inter Fallback,sans-serif;font-size:.85rem;font-weight:600;color:#666;background-color:#f0f0f0;padding:.25rem .6rem;border-radius:4px}.verdict-type{display:inline-block;font-family:Inter,Inter Fallback,sans-serif;font-size:.8rem;font-weight:600;color:#233041;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem}.verdict-description{font-family:Inter,Inter Fallback,sans-serif;font-size:.95rem;font-weight:400;color:#555;line-height:1.6;margin:0}.verdicts-disclaimer{width:100%;padding:2.5rem 2rem;background-color:#233041}.verdicts-disclaimer-container{max-width:800px;margin:0 auto;text-align:center}.verdicts-disclaimer-text{font-family:Inter,Inter Fallback,sans-serif;font-size:.9rem;font-weight:400;color:#ffffffd9;line-height:1.6;margin:0}@media(max-width:968px){.verdicts-intro{padding:3rem 1.5rem 2.5rem}.verdicts-stats{gap:2rem}.verdicts-results{padding:3rem 1.5rem 4rem}.verdicts-filter-buttons{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;gap:.6rem;margin-bottom:1rem;padding-bottom:.5rem;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.verdicts-filter-buttons::-webkit-scrollbar{height:6px}.verdicts-filter-buttons::-webkit-scrollbar-track{background:#0000000f;border-radius:3px}.verdicts-filter-buttons::-webkit-scrollbar-thumb{background:#23304140;border-radius:3px}.verdicts-filter-btn{flex-shrink:0}.verdicts-grid{grid-template-columns:1fr;gap:1.25rem}}@media(max-width:640px){.verdicts-intro{padding:2.5rem 1rem 2rem}.verdicts-stats{flex-direction:column;gap:1.5rem}.verdicts-results{padding:2.5rem 1rem 3rem}.verdict-card{padding:1.25rem}.verdict-amount{font-size:1.35rem}}.testimonials-section{width:100%;background:#233041;padding:0 2rem 8rem;color:#fff;position:relative;overflow-x:hidden}.testimonials-container{max-width:1400px;margin:0 auto}.testimonials-header{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:4rem;padding-top:4rem}.testimonials-video-column{width:100%}.testimonials-video-wrapper{position:relative;width:100%;padding-bottom:56.25%;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #0000004d}.testimonials-video{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.testimonials-text-column{display:flex;flex-direction:column;gap:2rem;align-items:flex-end;text-align:right}.testimonials-label{font-family:Inter,Inter Fallback,sans-serif;font-size:clamp(.75rem,1.2vw,.9rem);font-weight:600;color:#d4af37;text-transform:uppercase;letter-spacing:.2em;margin:0;align-self:flex-end}.testimonials-heading{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(2rem,4vw,3.5rem);font-weight:400;color:#fff;margin:0;line-height:1.3;text-align:right}.testimonials-heading em{font-family:Playfair Display,Playfair Display Fallback,serif;font-style:italic;font-weight:400;color:#5b9bd5;display:block}.testimonials-description{font-family:Inter,Inter Fallback,sans-serif;font-size:clamp(1rem,1.8vw,1.2rem);font-weight:400;color:#fff;line-height:1.7;margin:0;max-width:80%;text-align:right;align-self:flex-end}.testimonials-cta{display:flex;align-items:center;gap:.75rem;font-family:Inter,Inter Fallback,sans-serif;font-size:clamp(.85rem,1.2vw,1rem);font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.1em;text-decoration:none;transition:opacity .3s ease,transform .3s ease;margin-top:1rem;align-self:flex-end;flex-direction:row-reverse}.testimonials-cta:hover{opacity:.8;transform:translate(5px)}.testimonials-cta-icon{width:40px;height:40px;border-radius:50%;background-color:#ffffff1a;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.testimonials-cta-text{flex:1}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:5rem}.testimonial-card{background-color:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;gap:2rem;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.testimonial-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026}.testimonial-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.testimonial-firm-info{display:flex;align-items:center;gap:1rem}.testimonial-avatar{width:60px;height:60px;border-radius:50%;background-color:#e5e5e5;flex-shrink:0}.testimonial-firm-details{display:flex;flex-direction:column;gap:.25rem}.testimonial-firm-name{font-family:Inter,Inter Fallback,sans-serif;font-size:1rem;font-weight:600;color:#333;text-transform:uppercase;letter-spacing:.05em}.testimonial-firm-year{font-family:Inter,Inter Fallback,sans-serif;font-size:.85rem;font-weight:400;color:#999;text-transform:uppercase}.testimonial-stars{display:flex;gap:.25rem;align-items:center}.testimonial-stars .star{color:gold;font-size:1.2rem;line-height:1}.testimonial-quote{flex:1;display:flex;align-items:center;margin:1rem 0}.testimonial-text{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:1.1rem;font-style:italic;color:#333;line-height:1.7;margin:0;text-align:left}.testimonial-author{display:flex;justify-content:space-between;align-items:flex-end;margin-top:auto;padding-top:1.5rem}.author-name-section{display:flex;flex-direction:column}.author-name-primary{font-family:Inter,Inter Fallback,sans-serif;font-size:.95rem;font-weight:700;color:#333;text-transform:uppercase;letter-spacing:.05em;line-height:1.4}.author-signature{font-family:Dancing Script,cursive,serif;font-size:3rem;font-weight:400;color:#e0e0e0;opacity:.5;line-height:1;transform:rotate(-5deg);position:relative;top:-.5rem}.testimonials-rating{display:flex;justify-content:center;align-items:center;margin-top:3rem;padding:0}.rating-widget{background-color:#fff;border-radius:50px;padding:1rem 1.5rem;box-shadow:0 4px 12px #0000001a;display:flex;align-items:center;gap:1.5rem;max-width:fit-content;transition:transform .3s ease,box-shadow .3s ease}.rating-widget:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000026}.rating-stars{display:flex;gap:.25rem;align-items:center}.rating-stars .star{color:gold;font-size:1.2rem;line-height:1}.rating-text{display:flex;flex-direction:column;gap:.25rem;align-items:flex-start}.rating-score{font-family:Inter,Inter Fallback,sans-serif;font-size:1.1rem;font-weight:700;color:#333;line-height:1}.rating-label{font-family:Inter,Inter Fallback,sans-serif;font-size:.85rem;font-weight:400;color:#666;line-height:1}.rating-nav-button{width:40px;height:40px;border-radius:50%;background-color:#233041;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .3s ease,transform .3s ease;flex-shrink:0}.rating-nav-button:hover{background-color:#2d3f52;transform:scale(1.1)}.nav-arrow{color:#fff;font-size:1.2rem;font-weight:600;line-height:1}@media(max-width:1200px){.testimonials-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:968px){.testimonials-section{padding:4rem 1.5rem}.testimonials-header{grid-template-columns:1fr;gap:3rem;padding-top:3rem}.testimonials-description{max-width:100%}.testimonials-grid{grid-template-columns:1fr;gap:2rem}.testimonial-card{padding:2rem}.rating-widget{flex-wrap:wrap;padding:1rem;gap:1rem;justify-content:center}.rating-text{align-items:center;text-align:center}}@media(max-width:640px){.testimonials-section{padding:3rem 1rem}.testimonials-header{padding-top:2rem}.testimonials-heading{font-size:clamp(1.5rem,5vw,2rem)}.testimonial-card{padding:1.5rem}.testimonial-text{font-size:1rem}.author-signature{font-size:2.5rem}.rating-widget{padding:.75rem 1rem;gap:1rem}.rating-score{font-size:1rem}.rating-label{font-size:.75rem}.rating-nav-button{width:36px;height:36px}}.reviews-ratings-page{width:100%;min-height:100vh;background-color:#fff}.reviews-container{max-width:1200px;margin:0 auto;padding:0 2rem}.reviews-section-heading{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:600;color:#233041;margin:0 0 .5rem;text-align:center}.reviews-section-sub{font-family:Inter,Inter Fallback,sans-serif;font-size:1.05rem;color:#666;text-align:center;margin:0 0 2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.reviews-video-section{padding:4rem 0;background-color:#fff}.reviews-video-section .reviews-section-sub{margin-bottom:2.5rem}.reviews-video-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.reviews-video-card{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 12px #00000014}.reviews-video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;background-color:#1a1a1a}.reviews-video-iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.reviews-video-caption{font-family:Inter,Inter Fallback,sans-serif;font-size:.95rem;font-weight:600;color:#233041;padding:1rem 1.25rem;margin:0}.reviews-written-section.testimonials-section{padding:4rem 2rem 8rem}.reviews-written-section.testimonials-section .reviews-section-heading{color:#fff}.reviews-written-section.testimonials-section .reviews-section-sub{color:#ffffffd9}.reviews-written-section .testimonials-grid{grid-template-columns:repeat(3,1fr);margin-bottom:0;gap:1.25rem}.reviews-written-section .testimonial-card{padding:1.25rem 1.5rem;gap:1rem}.reviews-written-section .testimonial-top{margin-bottom:.5rem}.reviews-written-section .testimonial-avatar{width:44px;height:44px}.reviews-written-section .testimonial-firm-name{font-size:1rem}.reviews-written-section .testimonial-firm-year{font-size:.85rem}.reviews-written-section .testimonial-stars .star{font-size:1.2rem}.reviews-written-section .testimonial-quote{margin:.5rem 0}.reviews-written-section .testimonial-text{font-size:1.15rem;line-height:1.6;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.reviews-written-section .testimonial-author{padding-top:.75rem}.reviews-written-section .author-name-primary{font-size:.95rem}.reviews-written-section .author-signature{font-size:2.25rem;top:-.25rem}.reviews-written-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.reviews-written-card{background-color:#fff;border:1px solid rgba(0,0,0,.08);border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000000d;transition:box-shadow .2s ease}.reviews-written-card:hover{box-shadow:0 6px 20px #00000014}.reviews-stars{margin-bottom:.75rem}.reviews-star{color:#d4af37;font-size:1.1rem}.reviews-quote{font-family:Inter,Inter Fallback,sans-serif;font-size:.95rem;font-weight:400;color:#444;line-height:1.65;margin:0 0 1rem;font-style:italic}.reviews-meta{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.reviews-author{font-family:Inter,Inter Fallback,sans-serif;font-size:.9rem;font-weight:600;color:#233041}.reviews-date{font-family:Inter,Inter Fallback,sans-serif;font-size:.85rem;color:#888}.reviews-logos-section{padding:4rem 0;background-color:#f8f8f8;overflow:hidden}.reviews-logos-carousel{overflow:hidden;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.reviews-logos-track{display:flex;gap:3rem;width:max-content;animation:reviews-carousel-scroll 30s linear infinite}.reviews-logos-track:hover{animation-play-state:paused}@keyframes reviews-carousel-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.reviews-logo-item{flex-shrink:0}.reviews-logo-placeholder{width:160px;height:90px;background-color:#fff;border:1px solid rgba(0,0,0,.1);border-radius:8px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000000f}.reviews-logo-placeholder img{max-width:120px;max-height:60px;object-fit:contain}.reviews-logo-text{font-family:Inter,Inter Fallback,sans-serif;font-size:.85rem;font-weight:600;color:#999}@media(max-width:968px){.reviews-video-section,.reviews-written-section,.reviews-logos-section{padding:3rem 0}.reviews-container{padding:0 1.5rem}.reviews-video-grid{grid-template-columns:1fr}}@media(max-width:640px){.reviews-video-section,.reviews-written-section,.reviews-logos-section{padding:2.5rem 0}.reviews-container{padding:0 1rem}.reviews-written-grid{grid-template-columns:1fr}.reviews-logo-placeholder{width:140px;height:80px}}.legal-blog-page{width:100%;min-height:100vh;background-color:#fff}.legal-blog-intro{width:100%;padding:3rem 2rem 3.5rem;background-color:#f8f8f8}.legal-blog-intro-container{max-width:800px;margin:0 auto;text-align:center}.legal-blog-intro-label{font-family:Inter,Inter Fallback,sans-serif;font-size:.85rem;font-weight:500;color:#6b778d;letter-spacing:.16em;text-transform:uppercase;margin:0 0 1rem}.legal-blog-intro-heading{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(2rem,4vw,3rem);font-weight:400;color:#233041;margin:0 0 1rem;line-height:1.3}.legal-blog-intro-heading em{font-style:italic;font-weight:inherit;color:#d4af37}.legal-blog-intro-text{font-family:Inter,Inter Fallback,sans-serif;font-size:1.05rem;color:#555;line-height:1.65;margin:0}.legal-blog-main{padding:4rem 2rem 5rem;background-color:#fff}.legal-blog-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:320px 1fr;gap:3rem;align-items:start}.legal-blog-sidebar{width:320px;background-color:#233041;padding:2rem 1.5rem;display:flex;flex-direction:column;height:fit-content;min-height:fit-content;position:sticky;top:100px;align-self:flex-start;overflow:visible;box-sizing:border-box;border-radius:12px;box-shadow:0 4px 16px #00000014}.legal-blog-sidebar-inner{width:100%;flex-shrink:0}.legal-blog-sidebar .sidebar-section-title{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:1.5rem;font-weight:600;color:#fff;margin:0 0 1rem;line-height:1.3}.legal-blog-sidebar .sidebar-nav{display:flex;flex-direction:column;gap:.5rem;overflow:visible}.legal-blog-sidebar .sidebar-collapsible-block{margin-top:.5rem}.legal-blog-sidebar .sidebar-section-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;font-family:Inter,Inter Fallback,sans-serif;font-size:.95rem;font-weight:600;color:#fff;background-color:#ffffff14;border:none;padding:.75rem 1rem;border-radius:8px;cursor:pointer;text-align:left;transition:background-color .2s ease;margin-bottom:.25rem}.legal-blog-sidebar .sidebar-section-toggle:hover{background-color:#ffffff1f}.legal-blog-sidebar .sidebar-section-toggle .dropdown-chevron{transform:rotate(0);transition:transform .2s ease;font-size:.7rem;display:inline-block}.legal-blog-sidebar .sidebar-section-toggle.expanded .dropdown-chevron{transform:rotate(180deg)}.legal-blog-sidebar .sidebar-collapsible-content{display:flex;flex-direction:column;gap:.25rem;padding-left:.5rem;margin-bottom:.5rem;border-left:2px solid rgba(255,255,255,.15)}.legal-blog-sidebar .sidebar-nav-link{font-family:Inter,Inter Fallback,sans-serif;font-size:.95rem;font-weight:400;color:#fff;text-decoration:none;padding:.75rem 1rem;border-radius:8px;transition:background-color .2s ease,color .2s ease;display:block}.legal-blog-sidebar .sidebar-nav-link:hover{background-color:#ffffff1a;color:#fff}.legal-blog-content{display:flex;flex-direction:column;gap:0}.legal-blog-posts-heading{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(1.5rem,2.5vw,1.85rem);font-weight:600;color:#233041;margin:0 0 1.5rem;padding-bottom:.5rem;border-bottom:2px solid #D4AF37}.legal-blog-card{background-color:#fff;border:1px solid rgba(35,48,65,.1);border-radius:12px;padding:1.75rem;margin-bottom:1.25rem;box-shadow:0 2px 12px #0000000d;transition:box-shadow .2s ease,border-color .2s ease,transform .2s ease;border-left:4px solid #D4AF37}.legal-blog-card:hover{box-shadow:0 6px 20px #00000014;border-color:#d4af3759}.legal-blog-card-title{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(1.25rem,2vw,1.5rem);font-weight:600;margin:0 0 .75rem;line-height:1.35}.legal-blog-card-title-link{color:#233041;text-decoration:none;transition:color .2s ease}.legal-blog-card-title-link:hover{color:#d4af37}.legal-blog-card-excerpt{font-family:Inter,Inter Fallback,sans-serif;font-size:1rem;color:#555;line-height:1.65;margin:0 0 .75rem}.legal-blog-card-date{font-family:Inter,Inter Fallback,sans-serif;font-size:.85rem;font-weight:600;color:#d4af37;text-transform:uppercase;letter-spacing:.05em}.legal-blog-cta-section{background-color:#233041;padding:4rem 2rem 5rem;color:#fff}.legal-blog-cta-container{max-width:700px;margin:0 auto;padding:0 2rem}.legal-blog-cta-label{font-family:Inter,Inter Fallback,sans-serif;font-size:.85rem;font-weight:500;color:#ffffffb3;letter-spacing:.16em;text-transform:uppercase;text-align:center;margin:0 0 1rem}.legal-blog-cta-heading{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:600;margin:0 0 1rem;text-align:center;color:#fff;line-height:1.3}.legal-blog-cta-heading em{font-style:italic;font-weight:inherit;color:#d4af37}.legal-blog-cta-sub{font-family:Inter,Inter Fallback,sans-serif;font-size:1.05rem;color:#ffffffe6;text-align:center;margin:0 0 2rem;line-height:1.6}.legal-blog-cta-form{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.legal-blog-cta-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.legal-blog-cta-input,.legal-blog-cta-textarea{font-family:Inter,Inter Fallback,sans-serif;font-size:1rem;padding:.75rem 1rem;border:1px solid rgba(255,255,255,.25);border-radius:8px;background:#ffffff14;color:#fff;transition:border-color .2s ease,box-shadow .2s ease}.legal-blog-cta-input:focus,.legal-blog-cta-textarea:focus{outline:none;border-color:#d4af37;box-shadow:0 0 0 2px #d4af3733}.legal-blog-cta-input::placeholder,.legal-blog-cta-textarea::placeholder{color:#ffffff80}.legal-blog-cta-textarea{resize:vertical;min-height:100px}.legal-blog-cta-submit{font-family:Inter,Inter Fallback,sans-serif;font-size:1rem;font-weight:600;padding:.875rem 1.5rem;background:#d4af37;color:#233041;border:2px solid #D4AF37;border-radius:8px;cursor:pointer;transition:background .2s ease,color .2s ease}.legal-blog-cta-submit:hover{background:transparent;color:#d4af37}.legal-blog-cta-media{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.legal-blog-cta-media-card{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:12px;color:#fff;text-decoration:none;font-family:Inter,Inter Fallback,sans-serif;font-size:.95rem;font-weight:600;transition:background .2s ease,border-color .2s ease,color .2s ease}.legal-blog-cta-media-card:hover{background:#d4af3733;border-color:#d4af37;color:#d4af37}.legal-blog-cta-media-icon{font-size:1.1rem}@media(max-width:968px){.legal-blog-intro{padding:2.5rem 1.5rem 3rem}.legal-blog-main{padding:3rem 1.5rem 4rem}.legal-blog-container{grid-template-columns:1fr;padding:0 1.5rem;gap:2rem;display:flex;flex-direction:column}.legal-blog-content{order:1}.legal-blog-sidebar{order:2;position:relative;top:0;width:100%;max-width:100%;padding:1.5rem 1.25rem;border-radius:15px}.legal-blog-cta-form-row{grid-template-columns:1fr}.legal-blog-cta-section{padding:3rem 1.5rem 4rem}}@media(max-width:640px){.legal-blog-intro{padding:2rem 1rem 2.5rem}.legal-blog-intro-label{font-size:.8rem}.legal-blog-main{padding:2.5rem 1rem 3rem}.legal-blog-container{padding:0 1rem}.legal-blog-sidebar{padding:1.25rem 1rem}.legal-blog-card{padding:1.25rem}.legal-blog-cta-container{padding:0 1rem}.legal-blog-cta-section{padding:2.5rem 1rem 3rem}}.faq-page{width:100%;min-height:100vh;background-color:#fff}.faq-page-section{background-color:#f8f8f8;padding:4rem 0}.faq-page-container{max-width:800px;margin:0 auto;padding:0 2rem}.faq-page-intro{font-family:Inter,Inter Fallback,sans-serif;font-size:1.1rem;color:#444;text-align:center;margin:0 0 2.5rem;line-height:1.6}.faq-page-list{margin-bottom:3rem}.faq-page-item{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;margin-bottom:1rem;overflow:hidden;transition:box-shadow .2s ease}.faq-page-item:hover{box-shadow:0 4px 12px #0000001a}.faq-page-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:none;border:none;text-align:left;cursor:pointer;font-family:Inter,Inter Fallback,sans-serif;font-size:1.05rem;font-weight:600;color:#233041}.faq-page-icon{font-size:.7rem;color:#666;flex-shrink:0;margin-left:1rem;transition:transform .25s ease}.faq-page-icon.open{transform:rotate(180deg)}.faq-page-separator{height:1px;background-color:#e8e8e8;margin:0 1.5rem}.faq-page-answer{padding:0 1.5rem 1.25rem;animation:faqSlideDown .25s ease}.faq-page-answer p{font-family:Inter,Inter Fallback,sans-serif;font-size:.95rem;color:#555;line-height:1.7;margin:0}@keyframes faqSlideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.faq-page-footer{text-align:center;padding-top:2rem}.faq-page-footer-text{font-family:Inter,Inter Fallback,sans-serif;font-size:1.05rem;color:#333;margin-bottom:1.5rem}.faq-page-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.faq-page-cta-primary,.faq-page-cta-secondary{font-family:Inter,Inter Fallback,sans-serif;font-size:.9rem;font-weight:600;padding:.875rem 1.75rem;border-radius:6px;cursor:pointer;transition:all .2s ease;text-decoration:none;border:none;display:inline-block}.faq-page-cta-primary{background-color:#233041;color:#fff}.faq-page-cta-primary:hover{background-color:#1a2635}.faq-page-cta-secondary{background-color:transparent;color:#233041;border:2px solid #233041}.faq-page-cta-secondary:hover{background-color:#233041;color:#fff}@media(max-width:640px){.faq-page-container{padding:0 1rem}.faq-page-question{font-size:1rem}}.legal-resources-page{width:100%;min-height:100vh;background-color:#fff}.legal-resources-main{padding:4rem 0;background-color:#fff}.legal-resources-container{max-width:1100px;margin:0 auto;padding:0 2rem}.legal-resources-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem}.legal-resources-card{background:#fefce8;border:1px solid rgba(0,0,0,.08);border-radius:8px;padding:1.5rem}.legal-resources-card-icon{font-size:1.75rem;margin-bottom:.75rem}.legal-resources-card-title{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:1.2rem;font-weight:600;color:#233041;margin:0 0 .5rem}.legal-resources-card-desc{font-family:Inter,Inter Fallback,sans-serif;font-size:.95rem;color:#444;line-height:1.5;margin:0 0 1rem}.legal-resources-card-list{font-family:Inter,Inter Fallback,sans-serif;font-size:.9rem;color:#233041;margin:0;padding-left:1.25rem;line-height:1.7}.legal-resources-card-list li{margin-bottom:.25rem}.legal-resources-two-col{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2.5rem}.legal-resources-block{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:8px;padding:1.5rem}.legal-resources-block-title{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:1.15rem;font-weight:600;color:#233041;margin:0 0 .5rem}.legal-resources-block-note{font-family:Inter,Inter Fallback,sans-serif;font-size:.9rem;color:#666;margin:0 0 .75rem}.legal-resources-block-list{font-family:Inter,Inter Fallback,sans-serif;font-size:.95rem;color:#333;margin:0;padding-left:1.25rem;line-height:1.7}.legal-resources-block-list--numbered{list-style:decimal}.legal-resources-block-list li{margin-bottom:.35rem}.legal-resources-emergency{background:#1a1a1a;color:#fff;border-radius:8px;padding:1.5rem}.legal-resources-emergency .legal-resources-block-title{color:#fff}.legal-resources-emergency-list{list-style:none;padding:0;margin:0}.legal-resources-emergency-list li{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.15)}.legal-resources-emergency-list li:last-child{border-bottom:none}.legal-resources-emergency-label{font-family:Inter,Inter Fallback,sans-serif;font-size:.95rem}.legal-resources-emergency-number{font-family:Inter,Inter Fallback,sans-serif;font-size:1rem;font-weight:600;color:#fff;text-decoration:none}.legal-resources-emergency-number:hover{text-decoration:underline}.legal-resources-help{background:#fefce8;border:1px solid rgba(0,0,0,.08);border-radius:8px;padding:1.5rem}.legal-resources-help-text{font-family:Inter,Inter Fallback,sans-serif;font-size:.95rem;color:#333;margin:0 0 .5rem}.legal-resources-help-text a{color:#1a56b0;text-decoration:none}.legal-resources-help-text a:hover{text-decoration:underline}.legal-resources-links{margin-top:2rem}.legal-resources-links-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:1rem}.legal-resources-links-cat{font-family:Inter,Inter Fallback,sans-serif;font-size:.85rem;font-weight:700;letter-spacing:.04em;color:#233041;margin:0 0 .75rem}.legal-resources-links-list{list-style:none;padding:0;margin:0}.legal-resources-links-list li{margin-bottom:.5rem}.legal-resources-links-list a{font-family:Inter,Inter Fallback,sans-serif;font-size:.95rem;color:#1a56b0;text-decoration:none}.legal-resources-links-list a:hover{text-decoration:underline}.legal-resources-cta{background-color:#233041;padding:4rem 0;color:#fff;text-align:center}.legal-resources-cta-inner{max-width:600px;margin:0 auto;padding:0 2rem}.legal-resources-cta-heading{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:600;margin:0 0 .75rem}.legal-resources-cta-sub{font-family:Inter,Inter Fallback,sans-serif;font-size:1rem;color:#ffffffe6;margin:0 0 1.5rem;line-height:1.6}.legal-resources-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:1rem}.legal-resources-cta-btn{font-family:Inter,Inter Fallback,sans-serif;font-size:.95rem;font-weight:600;padding:.75rem 1.5rem;border-radius:6px;text-decoration:none;transition:all .2s ease;display:inline-block}.legal-resources-cta-btn--primary{background:#1a56b0;color:#fff;border:none}.legal-resources-cta-btn--primary:hover{background:#164a9a}.legal-resources-cta-btn--outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.6)}.legal-resources-cta-btn--outline:hover{border-color:#fff;background:#ffffff1a}.legal-resources-cta-note{font-family:Inter,Inter Fallback,sans-serif;font-size:.85rem;color:#ffffffbf;margin:0}@media(max-width:968px){.legal-resources-cards,.legal-resources-two-col,.legal-resources-links-grid{grid-template-columns:1fr}}@media(max-width:640px){.legal-resources-container,.legal-resources-cta-inner{padding:0 1rem}}.contact-page{width:100%;min-height:100vh;background-color:#fff}.contact-intro-section{width:100%;padding:3rem 2rem 3.5rem;background-color:#f8f8f8}.contact-intro-container{max-width:800px;margin:0 auto;text-align:center}.contact-intro-label{font-family:Inter,Inter Fallback,sans-serif;font-size:.85rem;font-weight:500;color:#6b778d;letter-spacing:.16em;text-transform:uppercase;margin:0 0 1rem}.contact-intro-heading{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(2rem,4vw,3rem);font-weight:400;color:#233041;margin:0 0 1rem;line-height:1.3}.contact-intro-heading em{font-style:italic;font-weight:inherit;color:#d4af37}.contact-intro-text{font-family:Inter,Inter Fallback,sans-serif;font-size:1.05rem;color:#555;line-height:1.65;margin:0}.contact-intro-text a{color:#233041;font-weight:600;text-decoration:none;border-bottom:1px solid #D4AF37}.contact-intro-text a:hover{color:#d4af37}.contact-main{padding:4rem 2rem 5rem;background-color:#fff}.contact-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:320px 1fr;gap:3rem;align-items:start}.contact-sidebar{width:320px;background-color:#233041;padding:2rem 1.5rem;display:flex;flex-direction:column;height:fit-content;min-height:fit-content;position:sticky;top:100px;align-self:flex-start;overflow:visible;box-sizing:border-box;border-radius:12px;box-shadow:0 4px 16px #00000014}.contact-sidebar-inner{width:100%;flex-shrink:0}.contact-sidebar .sidebar-section-title{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:1.5rem;font-weight:600;color:#fff;margin:0 0 1rem;line-height:1.3}.contact-sidebar .sidebar-nav{display:flex;flex-direction:column;gap:.5rem;overflow:visible}.contact-sidebar .sidebar-collapsible-block{margin-top:.5rem}.contact-sidebar .sidebar-section-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;font-family:Inter,Inter Fallback,sans-serif;font-size:.95rem;font-weight:600;color:#fff;background-color:#ffffff14;border:none;padding:.75rem 1rem;border-radius:8px;cursor:pointer;text-align:left;transition:background-color .2s ease;margin-bottom:.25rem}.contact-sidebar .sidebar-section-toggle:hover{background-color:#ffffff1f}.contact-sidebar .sidebar-section-toggle .dropdown-chevron{transform:rotate(0);transition:transform .2s ease;font-size:.7rem;display:inline-block}.contact-sidebar .sidebar-section-toggle.expanded .dropdown-chevron{transform:rotate(180deg)}.contact-sidebar .sidebar-collapsible-content{display:flex;flex-direction:column;gap:.25rem;padding-left:.5rem;margin-bottom:.5rem;border-left:2px solid rgba(255,255,255,.15)}.contact-sidebar .sidebar-nav-link{font-family:Inter,Inter Fallback,sans-serif;font-size:.95rem;font-weight:400;color:#fff;text-decoration:none;padding:.75rem 1rem;border-radius:8px;transition:background-color .2s ease,color .2s ease;display:block}.contact-sidebar .sidebar-nav-link:hover{background-color:#ffffff1a;color:#fff}.contact-sidebar-contact .sidebar-nav-link{word-break:break-word}.contact-sidebar-attorney-emails-label{font-family:Inter,Inter Fallback,sans-serif;font-size:.7rem;font-weight:600;color:#ffffff8c;text-transform:uppercase;letter-spacing:.08em;margin:.75rem 0 .15rem;padding:0 1rem}.contact-sidebar .sidebar-nav-link--attorney-email{font-size:.85rem;padding-top:.5rem;padding-bottom:.5rem}.contact-content{min-width:0;display:flex;flex-direction:column;gap:2rem}.contact-content-card{background:#fff;border:1px solid rgba(35,48,65,.1);border-radius:12px;padding:2rem;box-shadow:0 2px 12px #0000000d;border-left:4px solid #D4AF37}.contact-heading{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(1.5rem,2.5vw,1.85rem);font-weight:600;color:#233041;margin:0 0 .75rem;padding-bottom:.5rem;border-bottom:2px solid #D4AF37}.contact-content-intro{font-family:Inter,Inter Fallback,sans-serif;font-size:1rem;color:#555;line-height:1.65;margin:0 0 1.5rem}.contact-content-intro a{color:#233041;font-weight:600;text-decoration:none;border-bottom:1px solid #D4AF37}.contact-content-intro a:hover{color:#d4af37}.contact-form{margin-top:.5rem}.contact-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1rem}.contact-form-group{display:flex;flex-direction:column;gap:.35rem}.contact-form-group-full{grid-column:1 / -1}.contact-form-group label{font-family:Inter,Inter Fallback,sans-serif;font-size:.9rem;font-weight:600;color:#233041}.contact-form-group input,.contact-form-group select,.contact-form-group textarea{font-family:Inter,Inter Fallback,sans-serif;font-size:1rem;padding:.75rem 1rem;border:1px solid rgba(35,48,65,.2);border-radius:8px;background:#fff;color:#333;transition:border-color .2s ease,box-shadow .2s ease}.contact-form-group input:focus,.contact-form-group select:focus,.contact-form-group textarea:focus{outline:none;border-color:#d4af37;box-shadow:0 0 0 2px #d4af3726}.contact-form-group textarea{resize:vertical;min-height:100px}.contact-file-wrapper{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;border:1px solid rgba(35,48,65,.2);border-radius:8px;background:#fff;position:relative;min-height:48px;transition:border-color .2s ease,box-shadow .2s ease}.contact-file-wrapper:focus-within{border-color:#d4af37;box-shadow:0 0 0 2px #d4af3726}.contact-file-input{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%;height:100%}.contact-file-label{font-family:Inter,Inter Fallback,sans-serif;font-size:.95rem;font-weight:600;color:#233041;padding:.5rem 1rem;background:#d4af37;border-radius:6px;flex-shrink:0;pointer-events:none}.contact-file-chosen{font-family:Inter,Inter Fallback,sans-serif;font-size:.95rem;color:#666;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contact-file-hint{font-family:Inter,Inter Fallback,sans-serif;font-size:.85rem;color:#666;margin-top:.25rem;display:block}.contact-checkbox-group{display:flex;gap:1.5rem;flex-wrap:wrap;margin-bottom:1rem}.contact-checkbox-label{display:inline-flex;align-items:center;gap:.5rem;font-family:Inter,Inter Fallback,sans-serif;font-size:.95rem;color:#333;cursor:pointer}.contact-checkbox-label input{width:1.1rem;height:1.1rem;accent-color:#D4AF37}.contact-disclaimer{margin-bottom:1.25rem}.contact-submit{font-family:Inter,Inter Fallback,sans-serif;font-size:1rem;font-weight:600;padding:.9rem 1.75rem;background:#d4af37;color:#233041;border:2px solid #D4AF37;border-radius:8px;cursor:pointer;transition:background .2s ease,color .2s ease}.contact-submit:hover{background:transparent;color:#d4af37}.contact-map-card{background:#fff;border:1px solid rgba(35,48,65,.1);border-radius:12px;padding:2rem;box-shadow:0 2px 12px #0000000d}.contact-map-heading{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(1.35rem,2vw,1.6rem);font-weight:600;color:#233041;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #D4AF37}.contact-map-wrapper{position:relative;width:100%;height:320px;border-radius:10px;overflow:hidden;background:#e8e8e8;margin-bottom:1.25rem}.contact-map-iframe{position:absolute;top:0;left:0;width:100%;height:100%}.contact-map-info{font-family:Inter,Inter Fallback,sans-serif;font-size:.95rem;color:#333;line-height:1.6}.contact-map-name{font-weight:700;color:#233041;margin:0 0 .35rem;font-size:1.05rem}.contact-map-address,.contact-map-city{margin:0 0 .15rem}.contact-map-phone{margin:0 0 .75rem}.contact-map-phone a{color:#233041;font-weight:600;text-decoration:none}.contact-map-phone a:hover{color:#d4af37}.contact-map-directions{display:inline-block;font-family:Inter,Inter Fallback,sans-serif;font-size:.95rem;font-weight:600;padding:.6rem 1.25rem;background:#233041;color:#fff;text-decoration:none;border-radius:8px;transition:background .2s ease,color .2s ease;border:2px solid #233041}.contact-map-directions:hover{background:transparent;color:#233041}.contact-media-section{background-color:#233041;padding:4rem 2rem 5rem;color:#fff}.contact-media-container{max-width:1000px;margin:0 auto;padding:0 2rem}.contact-media-label{font-family:Inter,Inter Fallback,sans-serif;font-size:.85rem;font-weight:500;color:#ffffffb3;letter-spacing:.16em;text-transform:uppercase;text-align:center;margin:0 0 1rem}.contact-media-heading{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:600;text-align:center;margin:0 0 2rem;color:#fff;line-height:1.3}.contact-media-heading em{font-style:italic;font-weight:inherit;color:#d4af37}.contact-media-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.contact-media-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:12px;color:#fff;text-decoration:none;transition:background .2s ease,border-color .2s ease,color .2s ease}.contact-media-card:hover{background:#d4af3733;border-color:#d4af37;color:#d4af37}.contact-media-icon{font-size:1.5rem;flex-shrink:0}.contact-media-text{font-family:Inter,Inter Fallback,sans-serif;font-size:.95rem;font-weight:500;line-height:1.4}@media(max-width:968px){.contact-intro-section{padding:2.5rem 1.5rem 3rem}.contact-main{padding:3rem 1.5rem 4rem}.contact-container{grid-template-columns:1fr;padding:0 1.5rem;gap:2rem;display:flex;flex-direction:column}.contact-content{order:1}.contact-sidebar{order:2;position:relative;top:0;width:100%;max-width:100%;padding:1.5rem 1.25rem;border-radius:15px}.contact-form-grid,.contact-media-cards{grid-template-columns:1fr}.contact-media-section{padding:3rem 1.5rem 4rem}}@media(max-width:640px){.contact-intro-section{padding:2rem 1rem 2.5rem}.contact-intro-label{font-size:.8rem}.contact-main{padding:2.5rem 1rem 3rem}.contact-container{padding:0 1rem}.contact-content-card,.contact-map-card{padding:1.5rem}.contact-sidebar{padding:1.25rem 1rem}.contact-media-container{padding:0 1rem}.contact-media-section{padding:2.5rem 1rem 3rem}.contact-map-wrapper{height:260px}}.search-page{width:100%;min-height:100vh;background-color:#fff}.search-results-section{padding:3rem 2rem 4rem}.search-results-container{max-width:700px;margin:0 auto}.search-results-count{font-family:Inter,Inter Fallback,sans-serif;font-size:.95rem;color:#666;margin:0 0 1rem}.search-results-empty{font-family:Inter,Inter Fallback,sans-serif;font-size:1.05rem;color:#555;line-height:1.6;margin:0}.search-results-empty a{color:#233041;font-weight:600;text-decoration:none;border-bottom:1px solid #D4AF37}.search-results-empty a:hover{color:#d4af37}.search-results-list{list-style:none;padding:0;margin:0}.search-results-list li{margin-bottom:.5rem}.search-results-link{font-family:Inter,Inter Fallback,sans-serif;font-size:1.05rem;font-weight:500;color:#233041;text-decoration:none;display:block;padding:.75rem 1rem;border-radius:8px;transition:background-color .2s ease,color .2s ease;border-left:3px solid transparent}.search-results-link:hover{background-color:#d4af371f;border-left-color:#d4af37}.privacy-policy-page{width:100%;min-height:100vh;background-color:#fff}.privacy-policy-section{padding:4rem 0 5rem}.privacy-policy-container{max-width:800px;margin:0 auto;padding:0 2rem}.privacy-policy-content{font-family:Inter,Inter Fallback,sans-serif;font-size:1rem;color:#333;line-height:1.75}.privacy-policy-content h2{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:1.35rem;font-weight:600;color:#233041;margin:2rem 0 .75rem}.privacy-policy-content h2:first-of-type{margin-top:0}.privacy-policy-content p{margin:0 0 1rem}@media(max-width:640px){.privacy-policy-container{padding:0 1.5rem}}.disclaimer-page{width:100%;min-height:100vh;background-color:#fff}.disclaimer-section{padding:4rem 0 5rem}.disclaimer-container{max-width:800px;margin:0 auto;padding:0 2rem}.disclaimer-content{font-family:Inter,Inter Fallback,sans-serif;font-size:1rem;color:#333;line-height:1.75}.disclaimer-content h2{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:1.35rem;font-weight:600;color:#233041;margin:2rem 0 .75rem}.disclaimer-content h2:first-of-type{margin-top:0}.disclaimer-content p{margin:0 0 1rem}@media(max-width:640px){.disclaimer-container{padding:0 1.5rem}}.sitemap-page{width:100%;min-height:100vh;background-color:#fff}.sitemap-section{padding:4rem 0 5rem}.sitemap-container{max-width:960px;margin:0 auto;padding:0 2rem}.sitemap-intro{font-family:Inter,Inter Fallback,sans-serif;font-size:1rem;color:#5a6570;line-height:1.7;margin:0 0 2.5rem}.sitemap-nav{margin-bottom:3rem}.sitemap-nav:last-of-type{margin-bottom:0}.sitemap-heading{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:1.5rem;font-weight:600;color:#233041;margin:0 0 1.25rem;padding-bottom:.75rem;border-bottom:2px solid #d4af37}.sitemap-subheading{font-family:Playfair Display,Playfair Display Fallback,serif;font-size:1.15rem;font-weight:600;margin:0 0 .75rem}.sitemap-category{margin-bottom:2rem}.sitemap-category:last-child{margin-bottom:0}.sitemap-list{list-style:none;margin:0;padding:0}.sitemap-list--grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem 2rem}.sitemap-list--sub{padding-left:1rem;border-left:3px solid rgba(212,175,55,.35)}.sitemap-list--sub li{margin-bottom:.45rem}.sitemap-list--sub li:last-child{margin-bottom:0}.sitemap-link{font-family:Inter,Inter Fallback,sans-serif;font-size:1rem;color:#233041;text-decoration:none;line-height:1.5;transition:color .2s ease}.sitemap-link:hover{color:#d4af37}.sitemap-link--category{font-weight:600}@media(max-width:640px){.sitemap-container{padding:0 1.5rem}.sitemap-list--grid{grid-template-columns:1fr}.sitemap-section{padding:3rem 0 4rem}}.chatbot{position:fixed;bottom:1.5rem;right:1.5rem;z-index:9999;font-family:Inter,Inter Fallback,system-ui,sans-serif}.chatbot-window{position:absolute;bottom:3.5rem;right:0;width:380px;max-width:calc(100vw - 2rem);height:520px;max-height:calc(100vh - 8rem);background:#fff;border-radius:12px;box-shadow:0 8px 32px #00000026;display:flex;flex-direction:column;overflow:hidden;opacity:0;visibility:hidden;transform:translateY(12px) scale(.96);transition:opacity .25s ease,visibility .25s ease,transform .25s ease}.chatbot-window.open{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.chatbot-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:#233041;color:#fff}.chatbot-header-text{display:flex;flex-direction:column;gap:.15rem}.chatbot-title{font-size:1rem;font-weight:700;letter-spacing:.02em}.chatbot-subtitle{font-size:.8rem;opacity:.85;font-weight:500}.chatbot-close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:none;background:#ffffff1f;color:#fff;font-size:1.5rem;line-height:1;cursor:pointer;border-radius:8px;transition:background .2s ease}.chatbot-close:hover{background:#fff3}.chatbot-messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:1rem;background:#f8f9fa}.chatbot-message{display:flex}.chatbot-message--user{justify-content:flex-end}.chatbot-message--assistant{justify-content:flex-start}.chatbot-message-bubble{max-width:85%;padding:.75rem 1rem;border-radius:12px;font-size:.9rem;line-height:1.5}.chatbot-message--user .chatbot-message-bubble{background:#233041;color:#fff;border-bottom-right-radius:4px}.chatbot-message--assistant .chatbot-message-bubble{background:#fff;color:#222;border:1px solid rgba(0,0,0,.08);border-bottom-left-radius:4px}.chatbot-message-bubble a{color:#d4af37;text-decoration:underline;text-underline-offset:2px}.chatbot-message-bubble a:hover{color:#e5c04a}.chatbot-typing{display:flex;align-items:center;gap:4px;padding:.85rem 1.1rem}.chatbot-typing span{width:6px;height:6px;background:#999;border-radius:50%;animation:chatbot-bounce 1.2s ease-in-out infinite}.chatbot-typing span:nth-child(2){animation-delay:.15s}.chatbot-typing span:nth-child(3){animation-delay:.3s}@keyframes chatbot-bounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}}.chatbot-form{display:flex;gap:.5rem;padding:1rem;background:#fff;border-top:1px solid rgba(0,0,0,.06)}.chatbot-input{flex:1;min-height:44px;max-height:120px;padding:.65rem 1rem;border:1px solid rgba(0,0,0,.12);border-radius:10px;font-family:inherit;font-size:.9rem;resize:none;transition:border-color .2s ease}.chatbot-input:focus{outline:none;border-color:#233041}.chatbot-input::placeholder{color:#888}.chatbot-input:disabled{background:#f5f5f5;cursor:not-allowed}.chatbot-send{padding:.65rem 1.1rem;background:#d4af37;color:#233041;border:none;border-radius:10px;font-weight:600;font-size:.85rem;cursor:pointer;transition:background .2s ease,transform .2s ease}.chatbot-send:hover:not(:disabled){background:#e5c04a;transform:translateY(-1px)}.chatbot-send:disabled{background:#ccc;color:#666;cursor:not-allowed}.chatbot-toggle{width:56px;height:56px;border-radius:50%;background:#233041;color:#fff;border:none;font-size:1.5rem;font-weight:600;cursor:pointer;box-shadow:0 4px 16px #23304159;transition:background .2s ease,transform .2s ease}.chatbot-toggle:hover{background:#2d3d52;transform:scale(1.05)}@media(max-width:480px){.chatbot{bottom:1rem;right:1rem}.chatbot-window{width:calc(100vw - 2rem);height:70vh;bottom:3.25rem}.chatbot-toggle{width:50px;height:50px;font-size:1.35rem}}.App{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;width:100%;overflow-x:hidden}
