@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;line-height:1.5;color:#111827;background-color:#fff;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:700;line-height:1.1;color:#111827;margin:0}h1{font-size:3rem;font-weight:800;letter-spacing:-.02em}@media(max-width:768px){h1{font-size:2.25rem}}@media(max-width:640px){h1{font-size:1.875rem}}h2{font-size:2.25rem;font-weight:700;letter-spacing:-.01em}@media(max-width:768px){h2{font-size:1.875rem}}@media(max-width:640px){h2{font-size:1.5rem}}h3{font-size:1.5rem;font-weight:600}@media(max-width:768px){h3{font-size:1.25rem}}h4{font-size:1.25rem;font-weight:600}h5{font-size:1.125rem;font-weight:600}h6{font-size:1rem;font-weight:600}p{margin:0;line-height:1.625}a{color:#111;text-decoration:none;transition:color .2s cubic-bezier(.4,0,.2,1)}a:hover{color:#000}img{max-width:100%;height:auto;display:block}button{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;cursor:pointer;border:none;background:none}ul,ol{list-style:none;margin:0;padding:0}.container{max-width:1280px;margin:0 auto;padding:0 2rem;width:100%}@media(max-width:768px){.container{padding:0 1.5rem}}@media(max-width:640px){.container{padding:0 1rem}}section{padding:2rem 0}@media(max-width:1024px){section{padding:1.5rem 0}}@media(max-width:768px){section{padding:1rem 0}}@media(max-width:640px){section{padding:1rem 0}}.text-center{text-align:center}.text-secondary{color:#4b5563}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}*:focus{outline:none}*:focus-visible{outline:3px solid #111111;outline-offset:2px;border-radius:4px}button:focus-visible,.btn:focus-visible{outline:3px solid #111111;outline-offset:3px}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid #111111;outline-offset:0;box-shadow:0 0 0 3px #1111111a}a:focus-visible{outline:2px solid #111111;outline-offset:2px;border-radius:2px}.skip-to-main{position:absolute;left:-9999px;z-index:999;padding:1rem 1.5rem;background-color:#111;color:#fff;text-decoration:none;border-radius:4px}.skip-to-main:focus{left:50%;top:1rem;transform:translate(-50%)}.form-error{display:block;color:#dc2626;font-size:.875rem;margin-top:.5rem}.form-input[aria-invalid=true]{border-color:#dc2626}.form-message{padding:1rem;border-radius:8px;margin-bottom:1.5rem;font-size:1rem}.form-message--success{background-color:#d1fae5;color:#065f46;border:1px solid #10b981}.form-message--error{background-color:#fee2e2;color:#991b1b;border:1px solid #dc2626}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.header{position:sticky;top:0;z-index:1020;background-color:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;border-bottom:1px solid #f3f4f6}.header__inner{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 0;gap:2.5rem}.header__logo{display:flex;align-items:center;gap:1rem;text-decoration:none;transition:opacity .2s cubic-bezier(.4,0,.2,1)}.header__logo:hover{opacity:.8}.header__logo-img{height:40px;width:auto;display:block}.header__logo-icon{font-size:1.5rem;color:#111;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#111;color:#fff;border-radius:8px;font-weight:700}.header__logo-text{display:flex;flex-direction:column}.header__logo-name{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:700;color:#111827;line-height:1.2}.header__logo-tagline{font-size:.75rem;color:#6b7280;line-height:1.2}.header__nav{display:flex;align-items:center;gap:2.5rem}@media(max-width:1024px){.header__nav{position:fixed;top:0;right:-100%;width:85%;max-width:400px;height:100vh;background-color:#fff;box-shadow:0 25px 50px -12px #0000004d;flex-direction:column;align-items:flex-start;padding:4rem 2rem;transition:right .3s cubic-bezier(.4,0,.2,1);z-index:1030;overflow-y:auto}.header__nav.active{right:0}}.header__phone{font-weight:500;color:#4b5563;white-space:nowrap;font-size:.875rem}.header__phone:hover{color:#111}.header__burger{display:none;flex-direction:column;gap:5px;width:28px;height:24px;padding:0}@media(max-width:1024px){.header__burger{display:flex}}.header__burger span{display:block;width:100%;height:2px;background-color:#111827;border-radius:2px;transition:all .2s cubic-bezier(.4,0,.2,1)}.header__burger:hover span{background-color:#111}.nav{display:flex;align-items:center;gap:2.5rem}.nav__item{list-style:none}.nav__link{font-weight:600;font-size:1rem;color:#4b5563;transition:color .2s cubic-bezier(.4,0,.2,1);position:relative}.nav__link:hover{color:#111827}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;font-size:.875rem;font-weight:600;text-decoration:none;border-radius:8px;border:none;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);white-space:nowrap;line-height:1}.btn svg{transition:transform .2s cubic-bezier(.4,0,.2,1)}.btn:hover svg{transform:translate(2px)}.btn--primary{background-color:#111;color:#fff}.btn--primary:hover{background-color:#000;color:#fff;transform:translateY(-1px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.btn--outline{background-color:transparent;border:1.5px solid #e5e7eb;color:#111827}.btn--outline:hover{background-color:#f5f5f5;border-color:#d1d5db;transform:translateY(-1px)}.btn--large{padding:1.5rem 2.5rem;font-size:1rem}.btn--full{width:100%}.footer{background-color:#000;color:#ffffffb3;padding:5rem 0 3rem}@media(max-width:768px){.footer{padding:3rem 0 2.5rem}}.footer__main{display:grid;grid-template-columns:1.5fr 2fr;gap:5rem;margin-bottom:5rem;padding-bottom:5rem;border-bottom:1px solid rgba(255,255,255,.1)}@media(max-width:768px){.footer__main{grid-template-columns:1fr;gap:3rem;margin-bottom:3rem;padding-bottom:3rem}}.footer__logo{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.footer__logo-img{height:40px;width:auto;display:block;border:1px solid #ffffff;border-radius:10px}.footer__logo-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#111;color:#fff;border-radius:8px;font-weight:700;font-size:1.25rem}.footer__logo-text{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:700;color:#fff}.footer__tagline{font-size:.875rem;color:#fff9;line-height:1.625;max-width:400px;margin-bottom:1.5rem}.footer__social{display:flex;gap:1rem}.footer__social-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background-color:#ffffff1a;color:#fff9;border-radius:8px;transition:all .2s cubic-bezier(.4,0,.2,1)}.footer__social-link:hover{background-color:#111;color:#fff;transform:translateY(-2px)}.footer__social-link svg{width:18px;height:18px}.footer__links{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}@media(max-width:640px){.footer__links{grid-template-columns:1fr;gap:2.5rem}}.footer__heading{font-size:.875rem;font-weight:600;color:#fff;margin-bottom:1.5rem}.footer__list{display:flex;flex-direction:column;gap:1rem}.footer__list li{font-size:.875rem;color:#fff9;line-height:1.375}.footer__list a{color:#fff9;transition:color .2s cubic-bezier(.4,0,.2,1)}.footer__list a:hover{color:#fff}.footer__bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}@media(max-width:640px){.footer__bottom{flex-direction:column;text-align:center}}.footer__copyright{font-size:.875rem;color:#ffffff80}.footer__legal{display:flex;align-items:center;gap:1rem;font-size:.875rem}.footer__legal a{color:#fff9;transition:color .2s cubic-bezier(.4,0,.2,1)}.footer__legal a:hover{color:#fff}.footer__separator{color:#ffffff4d}.mobile-overlay{display:none;position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#11182780;backdrop-filter:blur(4px);opacity:0;transition:opacity .2s cubic-bezier(.4,0,.2,1)}.mobile-overlay.active{display:block;opacity:1}@media(max-width:1024px){.nav{flex-direction:column;align-items:flex-start;width:100%;margin-bottom:2.5rem;gap:0}.nav__link{display:block;width:100%;padding:1.5rem 0;font-size:1rem;border-bottom:1px solid #f3f4f6}.header__phone{padding:1.5rem 0;margin-bottom:1.5rem;border-bottom:1px solid #f3f4f6;width:100%}.header__burger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.header__burger.active span:nth-child(2){opacity:0}.header__burger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}body.menu-open{overflow:hidden}}.header.scrolled{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background-color:#fff;border-top:1px solid #e5e7eb;box-shadow:0 -4px 20px #0000001a;z-index:1050;transform:translateY(100%);opacity:0;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1)}.cookie-banner--visible{transform:translateY(0);opacity:1}.cookie-banner__content{display:flex;align-items:center;justify-content:space-between;gap:2.5rem;padding:1.5rem 0}@media(max-width:768px){.cookie-banner__content{flex-direction:column;align-items:stretch;gap:1.5rem;padding:2rem 0}}.cookie-banner__text{flex:1}.cookie-banner__title{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.75rem;line-height:1.375}.cookie-banner__description{font-size:.875rem;color:#4b5563;line-height:1.625;margin:0}.cookie-banner__actions{display:flex;gap:1rem;flex-shrink:0}@media(max-width:768px){.cookie-banner__actions{flex-direction:column}}.cookie-banner__btn{padding:1rem 2rem;font-size:.875rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);white-space:nowrap;border:none}@media(max-width:768px){.cookie-banner__btn{width:100%}}.cookie-banner__btn--accept{background-color:#111;color:#fff}.cookie-banner__btn--accept:hover{background-color:#000;transform:translateY(-1px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.cookie-banner__btn--accept:active{transform:translateY(0)}.cookie-banner__btn--decline{background-color:transparent;color:#4b5563;border:1.5px solid #e5e7eb}.cookie-banner__btn--decline:hover{background-color:#f5f5f5;border-color:#d1d5db;color:#111827}.cookie-banner__btn--decline:active{background-color:#f3f4f6}.badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#f59e0b1a;color:#d97706;font-size:.75rem;font-weight:600;border-radius:16px;line-height:1}.hero{background:#f5f5f5;padding:2rem 0}@media(max-width:768px){.hero{padding:2rem 0}}.hero__content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:2.5rem;max-width:800px;margin:0 auto}.hero__logo{width:100%;max-width:300px}@media(max-width:768px){.hero__logo{max-width:250px}}@media(max-width:640px){.hero__logo{max-width:200px}}.hero__logo-img{width:100%;height:auto;display:block;border-radius:20px}.hero__tagline{font-size:1.25rem;color:#4b5563;line-height:1.625;font-weight:400}@media(max-width:768px){.hero__tagline{font-size:1.125rem}}@media(max-width:640px){.hero__tagline{font-size:1rem}}.section-header{margin-bottom:5rem}@media(max-width:768px){.section-header{margin-bottom:4rem}}.section-header--center{text-align:center;max-width:800px;margin-left:auto;margin-right:auto;margin-bottom:5rem}@media(max-width:768px){.section-header--center{margin-bottom:4rem}}.section-tag{font-size:.875rem;font-weight:600;color:#111;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.section-title{margin-bottom:1rem;color:#111827}.section-subtitle{font-size:1.125rem;color:#4b5563;margin-top:1.5rem;line-height:1.625}@media(max-width:768px){.section-subtitle{font-size:1rem}}.section-divider{width:60px;height:4px;background:#111;border-radius:6px;margin-top:1rem}.section-header--center .section-divider{margin-left:auto;margin-right:auto}.practice-areas{background-color:#f5f5f5}.practice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}@media(max-width:768px){.practice-grid{grid-template-columns:1fr;gap:2rem}}.practice-card{background-color:#fff;border:1px solid #f3f4f6;border-radius:16px;padding:3rem;transition:all .2s cubic-bezier(.4,0,.2,1)}@media(max-width:640px){.practice-card{padding:2.5rem}}.practice-card:hover{border-color:#111;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;transform:translateY(-4px)}.practice-card:hover .practice-card__icon{background-color:#111;color:#fff}.practice-card__icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background-color:#1111111a;color:#111;border-radius:12px;margin-bottom:2rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.practice-card__icon svg{width:28px;height:28px;stroke-width:2}.practice-card__title{font-size:1.25rem;color:#111827;margin-bottom:1rem;font-weight:600}.practice-card__description{font-size:.875rem;color:#4b5563;line-height:1.625;margin-bottom:2rem}.practice-card__list{display:flex;flex-direction:column;gap:.75rem}.practice-card__list li{position:relative;padding-left:1.5rem;color:#4b5563;font-size:.875rem;line-height:1.375}.practice-card__list li:before{content:"→";position:absolute;left:0;color:#111;font-weight:600}.about{background-color:#f5f5f5}.about__wrapper{display:grid;grid-template-columns:.9fr 1.1fr;gap:6rem;align-items:start}@media(max-width:1024px){.about__wrapper{grid-template-columns:1fr;gap:4rem}}.about__image{align-self:start}@media(max-width:1024px){.about__image{max-width:500px;margin:0 auto}}.about__image-placeholder{border-radius:20px;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;background-color:#f3f4f6}.about__image-placeholder picture{display:block;width:100%;height:auto}.about__image-placeholder img{width:100%;height:auto;display:block}.about__image-placeholder svg{width:100%;height:auto}@media(max-width:1024px){.about__content{text-align:center}}.about__text{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.about__text p{font-size:1rem;color:#4b5563;line-height:1.625}.about__text-expandable{display:flex;flex-direction:column;gap:1.5rem;max-height:0;overflow:hidden;opacity:0;transition:max-height .3s cubic-bezier(.4,0,.2,1) ease-in-out,opacity .2s cubic-bezier(.4,0,.2,1) ease-in-out}.about__text-expandable.expanded{max-height:2000px;opacity:1;margin-top:1.5rem}.about__toggle-btn{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;font-size:.875rem;font-weight:500;color:#111;background-color:transparent;border:1.5px solid #111111;border-radius:8px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);align-self:flex-start}@media(max-width:1024px){.about__toggle-btn{align-self:center}}.about__toggle-btn:hover{background-color:#111;color:#fff;transform:translateY(-1px);box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.about__toggle-btn svg{transition:transform .2s cubic-bezier(.4,0,.2,1)}.about__toggle-btn[aria-expanded=true] svg{transform:rotate(180deg)}.about__features{display:flex;flex-direction:column;gap:1.5rem}.about__feature{display:flex;align-items:flex-start;gap:1.5rem}@media(max-width:1024px){.about__feature{justify-content:center;text-align:left}}.about__feature-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;color:#111;flex-shrink:0;margin-top:2px}.about__feature-content{flex:1}.about__feature-content h4{font-size:1rem;font-weight:600;color:#111827;margin-bottom:.5rem;line-height:1.375}.about__feature-content p{font-size:1rem;color:#4b5563;line-height:1.375}.contact{background-color:#f5f5f5;padding-bottom:5rem}.contact__content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:800px;margin:0 auto}@media(max-width:768px){.contact__content{grid-template-columns:1fr;gap:2.5rem}}.contact-info__item{display:flex;gap:1.5rem;padding:2rem;background-color:#fff;border-radius:16px;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a;border:1px solid #f3f4f6;transition:all .2s cubic-bezier(.4,0,.2,1)}.contact-info__item:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.contact-info__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background-color:#1111111a;color:#111;border-radius:12px;flex-shrink:0}.contact-info__content{flex:1}.contact-info__label{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.contact-info__value{font-size:1rem;font-weight:600;color:#111827;display:block;transition:color .2s cubic-bezier(.4,0,.2,1)}.contact-info__value:hover{color:#111}.contact-info__note{font-size:.875rem;color:#6b7280;line-height:1.375}
