.Breadcrumb-module__ndiauG__breadcrumb{text-align:center;color:var(--text-light);background-color:var(--secondary);padding:60px 1rem 12px;position:relative;overflow:hidden}.Breadcrumb-module__ndiauG__bgWrapper{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.Breadcrumb-module__ndiauG__overlay{z-index:1;background:linear-gradient(135deg,#3d5a5bf2 0%,#2d4445eb 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Breadcrumb-module__ndiauG__content{z-index:2;position:relative}.Breadcrumb-module__ndiauG__title{font-family:var(--font-frank);color:var(--accent);margin-bottom:.2rem;font-size:1.1rem;font-weight:700;animation:.5s Breadcrumb-module__ndiauG__slideUp}.Breadcrumb-module__ndiauG__nav{font-family:var(--font-karla);opacity:.9;font-size:.75rem;font-weight:500;animation:.5s .1s both Breadcrumb-module__ndiauG__slideUp}.Breadcrumb-module__ndiauG__nav a{color:var(--text-light);transition:color .2s}.Breadcrumb-module__ndiauG__nav a:hover,.Breadcrumb-module__ndiauG__nav a:active{color:var(--accent)}.Breadcrumb-module__ndiauG__separator{color:var(--accent);margin:0 .25rem}.Breadcrumb-module__ndiauG__current{color:var(--accent)}@keyframes Breadcrumb-module__ndiauG__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (min-width:480px){.Breadcrumb-module__ndiauG__breadcrumb{padding:90px 1.5rem 35px}.Breadcrumb-module__ndiauG__title{margin-bottom:.5rem;font-size:1.75rem}.Breadcrumb-module__ndiauG__nav{font-size:.9rem}}@media (min-width:768px){.Breadcrumb-module__ndiauG__breadcrumb{padding:110px 2rem 45px}.Breadcrumb-module__ndiauG__title{font-size:2rem}.Breadcrumb-module__ndiauG__nav{font-size:.95rem}.Breadcrumb-module__ndiauG__separator{margin:0 .5rem}}@media (min-width:1024px){.Breadcrumb-module__ndiauG__breadcrumb{padding:140px 2rem 60px}.Breadcrumb-module__ndiauG__title{margin-bottom:.75rem;font-size:2.5rem}.Breadcrumb-module__ndiauG__nav{font-size:1rem;font-weight:700}}
.ContactForm-module__j1WgZG__form,.ContactForm-module__j1WgZG__row{flex-direction:column;gap:1rem;display:flex}.ContactForm-module__j1WgZG__inputGroup{flex-direction:column;gap:.4rem;display:flex}.ContactForm-module__j1WgZG__label{font-family:var(--font-karla);color:var(--primary);text-transform:uppercase;letter-spacing:.3px;font-size:.8rem;font-weight:600}.ContactForm-module__j1WgZG__inputWrapper{background:var(--surface);border:2px solid #0000;border-radius:10px;align-items:center;transition:all .2s;display:flex;position:relative}.ContactForm-module__j1WgZG__inputWrapper:focus-within{border-color:var(--accent);background:#fff;box-shadow:0 0 0 3px #b68c5a1a}.ContactForm-module__j1WgZG__inputWrapper.ContactForm-module__j1WgZG__error{background:#dc354508;border-color:#dc3545}.ContactForm-module__j1WgZG__inputIcon{color:var(--text-muted);pointer-events:none;transition:color .2s;position:absolute;left:.875rem}.ContactForm-module__j1WgZG__inputWrapper:focus-within .ContactForm-module__j1WgZG__inputIcon{color:var(--accent)}.ContactForm-module__j1WgZG__input,.ContactForm-module__j1WgZG__select{width:100%;font-family:var(--font-karla);color:var(--text-dark);background:0 0;border:none;outline:none;min-height:48px;padding:.875rem .875rem .875rem 2.75rem;font-size:16px}.ContactForm-module__j1WgZG__input::placeholder{color:var(--text-muted);opacity:.7}.ContactForm-module__j1WgZG__select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23888888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right .875rem center;background-repeat:no-repeat;background-size:16px;padding-right:2.5rem}.ContactForm-module__j1WgZG__textareaWrapper{align-items:flex-start}.ContactForm-module__j1WgZG__textareaWrapper .ContactForm-module__j1WgZG__inputIcon{top:.875rem}.ContactForm-module__j1WgZG__textarea{width:100%;font-family:var(--font-karla);color:var(--text-dark);resize:vertical;background:0 0;border:none;outline:none;min-height:100px;padding:.875rem .875rem .875rem 2.75rem;font-size:16px;line-height:1.5}.ContactForm-module__j1WgZG__textarea::placeholder{color:var(--text-muted);opacity:.7}.ContactForm-module__j1WgZG__errorText{color:#dc3545;align-items:center;gap:.25rem;margin-top:.25rem;font-size:.75rem;display:flex}.ContactForm-module__j1WgZG__submitBtn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;min-height:48px;margin-top:.5rem;padding:.875rem 1.25rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.ContactForm-module__j1WgZG__submitBtn:active:not(:disabled){transform:scale(.98)}.ContactForm-module__j1WgZG__submitBtn:disabled{opacity:.6;cursor:not-allowed}.ContactForm-module__j1WgZG__loading{align-items:center;gap:.5rem;display:flex}.ContactForm-module__j1WgZG__loading:after{content:"";border:2px solid #fff;border-top-color:#0000;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite ContactForm-module__j1WgZG__spin}@keyframes ContactForm-module__j1WgZG__spin{to{transform:rotate(360deg)}}.ContactForm-module__j1WgZG__successMessage{text-align:center;background:#fff;border-radius:12px;padding:1.5rem 1rem;animation:.5s ContactForm-module__j1WgZG__fadeInUp}.ContactForm-module__j1WgZG__successIcon{color:#28a745;background:#28a7451a;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1rem;display:flex}.ContactForm-module__j1WgZG__successIcon svg{width:36px;height:36px}.ContactForm-module__j1WgZG__successMessage h3{color:var(--primary);margin-bottom:.5rem;font-size:1.1rem}.ContactForm-module__j1WgZG__successMessage p{color:var(--text-muted);font-size:.875rem;line-height:1.5}@keyframes ContactForm-module__j1WgZG__fadeInUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@media (min-width:480px){.ContactForm-module__j1WgZG__form{gap:1.25rem}.ContactForm-module__j1WgZG__row{flex-direction:row;gap:1.25rem}.ContactForm-module__j1WgZG__row>.ContactForm-module__j1WgZG__inputGroup{flex:1}.ContactForm-module__j1WgZG__textarea{min-height:120px}.ContactForm-module__j1WgZG__successMessage{padding:2rem 1.5rem}.ContactForm-module__j1WgZG__successIcon{width:72px;height:72px}.ContactForm-module__j1WgZG__successIcon svg{width:42px;height:42px}.ContactForm-module__j1WgZG__successMessage h3{font-size:1.25rem}.ContactForm-module__j1WgZG__successMessage p{font-size:.95rem}}@media (min-width:768px){.ContactForm-module__j1WgZG__label{font-size:.85rem}.ContactForm-module__j1WgZG__input,.ContactForm-module__j1WgZG__select{padding:1rem 1rem 1rem 3rem}.ContactForm-module__j1WgZG__inputIcon{left:1rem}.ContactForm-module__j1WgZG__select{background-position:right 1rem center;background-size:18px;padding-right:3rem}.ContactForm-module__j1WgZG__textarea{min-height:130px;padding:1rem 1rem 1rem 3rem}.ContactForm-module__j1WgZG__textareaWrapper .ContactForm-module__j1WgZG__inputIcon{top:1rem;left:1rem}.ContactForm-module__j1WgZG__submitBtn{padding:1rem 1.5rem;font-size:1rem}.ContactForm-module__j1WgZG__submitBtn:hover:not(:disabled){background:#c9956a;transform:translateY(-1px)}}@media (min-width:1024px){.ContactForm-module__j1WgZG__form,.ContactForm-module__j1WgZG__row{gap:1.5rem}.ContactForm-module__j1WgZG__textarea{min-height:150px}.ContactForm-module__j1WgZG__successMessage{padding:2.5rem}.ContactForm-module__j1WgZG__successIcon{width:80px;height:80px;margin-bottom:1.25rem}.ContactForm-module__j1WgZG__successIcon svg{width:48px;height:48px}.ContactForm-module__j1WgZG__successMessage h3{font-size:1.4rem}.ContactForm-module__j1WgZG__successMessage p{font-size:1rem}}
.about-module__8TymFG__main{background:var(--background);min-height:100vh}.about-module__8TymFG__content{flex-direction:column;gap:2.5rem;padding:1.5rem 1rem 2.5rem;display:flex}.about-module__8TymFG__bioSection{flex-direction:column;gap:1.5rem;display:flex}.about-module__8TymFG__bioText h2{color:var(--primary);margin-bottom:1rem;font-size:1.5rem;line-height:1.3}.about-module__8TymFG__bioText p{color:var(--text-main);margin-bottom:1rem;font-size:.95rem;line-height:1.7}.about-module__8TymFG__bioText p:last-child{margin-bottom:0}.about-module__8TymFG__bioImage{aspect-ratio:4/3;border-radius:12px;width:100%;position:relative;overflow:hidden;box-shadow:0 4px 15px #0000001a}.about-module__8TymFG__valuesSection{flex-direction:column;gap:1.5rem;display:flex}.about-module__8TymFG__valuesImage{aspect-ratio:4/3;border-radius:12px;order:-1;width:100%;position:relative;overflow:hidden;box-shadow:0 4px 15px #0000001a}.about-module__8TymFG__valuesContent{order:1}.about-module__8TymFG__valuesContent h2{color:var(--primary);margin-bottom:1.25rem;font-size:1.5rem;line-height:1.3}.about-module__8TymFG__valueGrid{grid-template-columns:1fr;gap:1rem;display:grid}.about-module__8TymFG__valueCard{border-left:3px solid var(--accent);background:#fff;border-radius:10px;padding:1.25rem;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 8px #0000000f}.about-module__8TymFG__valueCard:active{transform:scale(.98)}.about-module__8TymFG__valueCard h3{color:var(--primary);margin-bottom:.4rem;font-size:1.05rem;font-weight:600}.about-module__8TymFG__valueCard p{color:var(--text-muted);font-size:.9rem;line-height:1.5}@media (min-width:480px){.about-module__8TymFG__content{gap:3rem;padding:2rem 1.5rem 3rem}.about-module__8TymFG__bioSection,.about-module__8TymFG__valuesSection{gap:2rem}.about-module__8TymFG__bioText h2,.about-module__8TymFG__valuesContent h2{font-size:1.75rem}.about-module__8TymFG__bioText p{font-size:1rem}.about-module__8TymFG__valueGrid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.about-module__8TymFG__valueCard{padding:1.5rem}.about-module__8TymFG__valueCard h3{font-size:1.1rem}.about-module__8TymFG__valueCard p{font-size:.95rem}}@media (min-width:768px){.about-module__8TymFG__content{gap:4rem;padding:2.5rem 2rem 4rem}.about-module__8TymFG__bioSection,.about-module__8TymFG__valuesSection{grid-template-columns:1fr 1fr;align-items:center;gap:2.5rem;display:grid}.about-module__8TymFG__valuesImage{order:0}.about-module__8TymFG__valuesContent{order:1}.about-module__8TymFG__bioText h2,.about-module__8TymFG__valuesContent h2{margin-bottom:1.5rem;font-size:2rem}.about-module__8TymFG__bioText p{margin-bottom:1.25rem;font-size:1.05rem}.about-module__8TymFG__bioImage,.about-module__8TymFG__valuesImage{aspect-ratio:1}.about-module__8TymFG__valueCard:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001a}}@media (min-width:1024px){.about-module__8TymFG__content{gap:5rem;max-width:1200px;margin:0 auto;padding:3rem 2rem 5rem}.about-module__8TymFG__bioSection,.about-module__8TymFG__valuesSection{gap:3.5rem}.about-module__8TymFG__bioText h2,.about-module__8TymFG__valuesContent h2{font-size:2.25rem}.about-module__8TymFG__bioText p{font-size:1.1rem;line-height:1.8}.about-module__8TymFG__valuesContent h2{margin-bottom:2rem}.about-module__8TymFG__valueGrid{gap:1.5rem}.about-module__8TymFG__valueCard{padding:1.75rem}.about-module__8TymFG__valueCard h3{margin-bottom:.5rem;font-size:1.15rem}.about-module__8TymFG__valueCard p{font-size:1rem}}@media (min-width:1280px){.about-module__8TymFG__content{max-width:1300px}.about-module__8TymFG__bioSection,.about-module__8TymFG__valuesSection{gap:4rem}.about-module__8TymFG__bioText h2,.about-module__8TymFG__valuesContent h2{font-size:2.5rem}}
.contact-module__swMWYG__main{background:var(--background);min-height:100vh}.contact-module__swMWYG__heroSection{text-align:center;background:var(--surface);padding:1.5rem 1rem 2rem}.contact-module__swMWYG__heroContent{max-width:600px;margin:0 auto}.contact-module__swMWYG__badge{color:var(--accent);background:#b68c5a1f;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:.75rem;padding:.5rem 1rem;font-size:.8rem;font-weight:600;display:inline-flex}.contact-module__swMWYG__heroTitle{color:var(--primary);margin-bottom:.75rem;font-size:1.4rem;font-weight:700;line-height:1.3}.contact-module__swMWYG__highlight{color:var(--accent)}.contact-module__swMWYG__heroSubtitle{color:var(--text-muted);font-size:.9rem;line-height:1.5}.contact-module__swMWYG__cardsSection{background:var(--background);padding:1.5rem 1rem}.contact-module__swMWYG__cardsGrid{grid-template-columns:1fr;gap:1rem;max-width:1200px;margin:0 auto;display:grid}.contact-module__swMWYG__contactCard{background:#fff;border-radius:12px;align-items:flex-start;gap:1rem;padding:1.25rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 2px 8px #00000014}.contact-module__swMWYG__contactCard:active{transform:scale(.98)}.contact-module__swMWYG__cardIcon{width:44px;min-width:44px;height:44px;color:var(--accent);background:#b68c5a1f;border-radius:10px;justify-content:center;align-items:center;display:flex}.contact-module__swMWYG__cardContent{flex:1;min-width:0}.contact-module__swMWYG__cardTitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.35rem;font-size:.85rem;font-weight:600}.contact-module__swMWYG__cardText{color:var(--primary);word-break:break-word;font-size:.95rem;font-weight:500;line-height:1.5}.contact-module__swMWYG__cardLink{color:var(--accent);align-items:center;gap:.5rem;margin-top:.5rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:gap .2s;display:inline-flex}.contact-module__swMWYG__cardLink:hover,.contact-module__swMWYG__cardLink:active{gap:.75rem}.contact-module__swMWYG__mainContent{background:var(--surface);padding:1.5rem 1rem 2rem}.contact-module__swMWYG__contentWrapper{flex-direction:column;gap:1.5rem;max-width:1200px;margin:0 auto;display:flex}.contact-module__swMWYG__mapContainer{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014}.contact-module__swMWYG__mapHeader{border-bottom:1px solid var(--surface);color:var(--primary);align-items:center;gap:.75rem;padding:1rem 1.25rem;display:flex}.contact-module__swMWYG__mapHeader h2{margin:0;font-size:1rem;font-weight:600}.contact-module__swMWYG__mapWrapper{width:100%;height:200px}.contact-module__swMWYG__mapWrapper iframe{width:100%;height:100%;display:block}.contact-module__swMWYG__addressBox{background:var(--surface);padding:1rem 1.25rem}.contact-module__swMWYG__addressBox p{color:var(--text-main);margin:0;font-size:.875rem;line-height:1.6}.contact-module__swMWYG__addressBox strong{color:var(--primary)}.contact-module__swMWYG__formContainer{background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 2px 8px #00000014}.contact-module__swMWYG__formHeader{color:var(--primary);align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.contact-module__swMWYG__formHeader h2{margin:0;font-size:1rem;font-weight:600}.contact-module__swMWYG__formDescription{color:var(--text-muted);margin-bottom:1.25rem;font-size:.875rem;line-height:1.5}.contact-module__swMWYG__ctaSection{background:linear-gradient(135deg,var(--accent)0%,#c9956a 100%);text-align:center;padding:2rem 1rem}.contact-module__swMWYG__ctaContent{max-width:500px;margin:0 auto}.contact-module__swMWYG__ctaContent h2{color:#fff;margin-bottom:.5rem;font-size:1.25rem}.contact-module__swMWYG__ctaContent p{color:#ffffffe6;margin-bottom:1.25rem;font-size:.95rem}.contact-module__swMWYG__ctaButton{color:var(--accent);background:#fff;border-radius:50px;justify-content:center;align-items:center;gap:.75rem;min-height:48px;padding:.875rem 1.5rem;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 15px #00000026}.contact-module__swMWYG__ctaButton:active{transform:scale(.98)}@media (min-width:480px){.contact-module__swMWYG__heroSection{padding:2rem 1.5rem 2.5rem}.contact-module__swMWYG__heroTitle{font-size:1.6rem}.contact-module__swMWYG__cardsSection{padding:2rem 1.5rem}.contact-module__swMWYG__cardsGrid{grid-template-columns:repeat(2,1fr)}.contact-module__swMWYG__mainContent{padding:2rem 1.5rem}.contact-module__swMWYG__mapWrapper{height:250px}.contact-module__swMWYG__formContainer{padding:1.5rem}.contact-module__swMWYG__ctaSection{padding:2.5rem 1.5rem}.contact-module__swMWYG__ctaContent h2{font-size:1.5rem}}@media (min-width:768px){.contact-module__swMWYG__heroSection{padding:2.5rem 2rem 3rem}.contact-module__swMWYG__heroTitle{font-size:1.75rem}.contact-module__swMWYG__heroSubtitle{font-size:.95rem}.contact-module__swMWYG__cardsSection{padding:2.5rem 2rem}.contact-module__swMWYG__cardsGrid{grid-template-columns:repeat(4,1fr);gap:1.25rem}.contact-module__swMWYG__contactCard{text-align:center;flex-direction:column;padding:1.5rem 1rem}.contact-module__swMWYG__cardIcon{margin:0 auto}.contact-module__swMWYG__cardLink{justify-content:center}.contact-module__swMWYG__mainContent{padding:2.5rem 2rem}.contact-module__swMWYG__contentWrapper{flex-direction:row;gap:2rem}.contact-module__swMWYG__mapContainer,.contact-module__swMWYG__formContainer{flex:1}.contact-module__swMWYG__mapWrapper{height:300px}.contact-module__swMWYG__formContainer{padding:1.75rem}.contact-module__swMWYG__formHeader h2,.contact-module__swMWYG__mapHeader h2{font-size:1.1rem}.contact-module__swMWYG__ctaSection{padding:3rem 2rem}.contact-module__swMWYG__ctaContent h2{font-size:1.75rem}.contact-module__swMWYG__ctaButton{padding:1rem 2rem;font-size:1.1rem}}@media (min-width:1024px){.contact-module__swMWYG__heroSection{padding:3rem 2rem 3.5rem}.contact-module__swMWYG__heroTitle{font-size:2rem}.contact-module__swMWYG__heroSubtitle{max-width:500px;margin:0 auto;font-size:1rem}.contact-module__swMWYG__cardsSection{padding:3rem 2rem}.contact-module__swMWYG__cardsGrid{gap:1.5rem}.contact-module__swMWYG__contactCard{padding:1.75rem 1.25rem}.contact-module__swMWYG__contactCard:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001f}.contact-module__swMWYG__cardIcon{width:52px;height:52px}.contact-module__swMWYG__cardTitle{font-size:.9rem}.contact-module__swMWYG__cardText{font-size:1rem}.contact-module__swMWYG__mainContent{padding:3rem 2rem}.contact-module__swMWYG__contentWrapper{gap:2.5rem}.contact-module__swMWYG__mapWrapper{height:350px}.contact-module__swMWYG__mapHeader,.contact-module__swMWYG__addressBox{padding:1.25rem 1.5rem}.contact-module__swMWYG__formContainer{padding:2rem}.contact-module__swMWYG__formHeader h2,.contact-module__swMWYG__mapHeader h2{font-size:1.25rem}.contact-module__swMWYG__formDescription{font-size:.95rem}.contact-module__swMWYG__ctaSection{padding:4rem 2rem}.contact-module__swMWYG__ctaContent h2{font-size:2rem}.contact-module__swMWYG__ctaContent p{font-size:1.05rem}.contact-module__swMWYG__ctaButton:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}}@media (min-width:1280px){.contact-module__swMWYG__heroTitle{font-size:2.25rem}.contact-module__swMWYG__contentWrapper{gap:3rem}.contact-module__swMWYG__mapWrapper{height:400px}}
.practice-area-module__fy3SeW__main{min-height:100vh}.practice-area-module__fy3SeW__heroSection{background:linear-gradient(135deg,var(--color-primary)0%,var(--color-secondary)100%);margin-bottom:1.5rem;padding:60px 1rem 1.5rem}.practice-area-module__fy3SeW__heroContent{text-align:center;color:var(--color-text-light)}.practice-area-module__fy3SeW__iconWrapper{border-radius:var(--radius-full);width:60px;height:60px;color:var(--color-accent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;justify-content:center;align-items:center;margin-bottom:1rem;display:inline-flex}.practice-area-module__fy3SeW__title{color:var(--color-accent);margin-bottom:.75rem;font-size:1.25rem}.practice-area-module__fy3SeW__subtitle{opacity:.95;max-width:100%;margin:0 auto;font-size:.9rem;line-height:1.6}.practice-area-module__fy3SeW__contentSection{padding:1rem 0 2rem}.practice-area-module__fy3SeW__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}.practice-area-module__fy3SeW__mainContent{flex-direction:column;gap:1.5rem;display:flex}.practice-area-module__fy3SeW__descriptionCard,.practice-area-module__fy3SeW__servicesCard,.practice-area-module__fy3SeW__processCard,.practice-area-module__fy3SeW__faqCard{background:var(--color-background);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:all var(--transition-base);border:1px solid #d4875a1a;padding:1.25rem}.practice-area-module__fy3SeW__descriptionCard:active,.practice-area-module__fy3SeW__servicesCard:active,.practice-area-module__fy3SeW__processCard:active,.practice-area-module__fy3SeW__faqCard:active{transform:scale(.99)}.practice-area-module__fy3SeW__descriptionCard h2,.practice-area-module__fy3SeW__servicesCard h2,.practice-area-module__fy3SeW__processCard h2,.practice-area-module__fy3SeW__faqCard h2{color:var(--color-primary);border-bottom:2px solid var(--color-accent);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.15rem}.practice-area-module__fy3SeW__description p{color:var(--color-text-main);margin-bottom:.875rem;font-size:.9rem;line-height:1.7}.practice-area-module__fy3SeW__description p:last-child{margin-bottom:0}.practice-area-module__fy3SeW__servicesList{gap:.5rem;margin:0;padding:0;list-style:none;display:grid}.practice-area-module__fy3SeW__servicesList li{border-radius:var(--radius-sm);transition:all var(--transition-fast);align-items:flex-start;gap:.6rem;padding:.6rem;display:flex}.practice-area-module__fy3SeW__servicesList li:active{background:var(--color-surface)}.practice-area-module__fy3SeW__servicesList li svg{color:var(--color-accent);flex-shrink:0;width:16px;height:16px;margin-top:2px}.practice-area-module__fy3SeW__servicesList li span{color:var(--color-text-main);font-size:.875rem;line-height:1.5}.practice-area-module__fy3SeW__processSteps{flex-direction:column;gap:1rem;display:flex}.practice-area-module__fy3SeW__processStep{background:var(--color-surface);border-radius:var(--radius-md);border-left:3px solid var(--color-accent);transition:all var(--transition-base);flex-direction:column;gap:.75rem;padding:1rem;display:flex}.practice-area-module__fy3SeW__processStep:active{background:var(--color-surface-dark)}.practice-area-module__fy3SeW__stepNumber{background:var(--color-accent);width:36px;height:36px;color:var(--color-primary);border-radius:var(--radius-full);flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.practice-area-module__fy3SeW__stepContent h3{color:var(--color-primary);margin-bottom:.4rem;font-size:1rem}.practice-area-module__fy3SeW__stepContent p{color:var(--color-text-main);margin:0;font-size:.875rem;line-height:1.6}.practice-area-module__fy3SeW__faqList{flex-direction:column;gap:1rem;display:flex}.practice-area-module__fy3SeW__faqItem{background:var(--color-surface);border-radius:var(--radius-md);transition:all var(--transition-base);padding:1rem}.practice-area-module__fy3SeW__faqItem:active{background:var(--color-surface-dark)}.practice-area-module__fy3SeW__faqQuestion{align-items:flex-start;gap:.6rem;margin-bottom:.6rem;display:flex}.practice-area-module__fy3SeW__faqQuestion svg{color:var(--color-accent);flex-shrink:0;width:16px;height:16px;margin-top:2px}.practice-area-module__fy3SeW__faqQuestion h3{color:var(--color-primary);margin:0;font-size:.95rem;line-height:1.4}.practice-area-module__fy3SeW__faqAnswer{color:var(--color-text-main);margin:0;padding-left:1.6rem;font-size:.875rem;line-height:1.6}.practice-area-module__fy3SeW__sidebar{flex-direction:column;order:-1;gap:1rem;display:flex}.practice-area-module__fy3SeW__ctaCard,.practice-area-module__fy3SeW__relatedCard,.practice-area-module__fy3SeW__infoCard{background:var(--color-background);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid #d4875a1a;padding:1.25rem}.practice-area-module__fy3SeW__ctaCard{background:linear-gradient(135deg,var(--color-primary)0%,var(--color-secondary)100%);color:var(--color-text-light);text-align:center}.practice-area-module__fy3SeW__ctaCard h3{color:var(--color-accent);margin-bottom:.75rem;font-size:1.1rem}.practice-area-module__fy3SeW__ctaCard p{opacity:.95;margin-bottom:1rem;font-size:.875rem;line-height:1.6}.practice-area-module__fy3SeW__ctaCard .practice-area-module__fy3SeW__btn{justify-content:center;gap:.5rem;width:100%}.practice-area-module__fy3SeW__relatedCard h3,.practice-area-module__fy3SeW__infoCard h3{color:var(--color-primary);border-bottom:2px solid var(--color-accent);margin-bottom:.875rem;padding-bottom:.5rem;font-size:1.05rem}.practice-area-module__fy3SeW__relatedList{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.practice-area-module__fy3SeW__relatedList li a{border-radius:var(--radius-sm);color:var(--color-text-main);transition:all var(--transition-fast);align-items:center;gap:.6rem;padding:.6rem;font-size:.875rem;text-decoration:none;display:flex}.practice-area-module__fy3SeW__relatedList li a:active{background:var(--color-surface);color:var(--color-accent)}.practice-area-module__fy3SeW__relatedList li a svg:first-child{color:var(--color-accent);width:16px;height:16px}.practice-area-module__fy3SeW__relatedList li a svg:last-child{opacity:0;width:14px;height:14px;margin-left:auto}.practice-area-module__fy3SeW__contactInfo{flex-direction:column;gap:.75rem;display:flex}.practice-area-module__fy3SeW__infoItem{flex-direction:column;gap:.2rem;display:flex}.practice-area-module__fy3SeW__infoItem strong{color:var(--color-primary);font-size:.8rem}.practice-area-module__fy3SeW__infoItem a,.practice-area-module__fy3SeW__infoItem span{color:var(--color-text-main);transition:color var(--transition-fast);font-size:.875rem;line-height:1.5;text-decoration:none}.practice-area-module__fy3SeW__infoItem a:active{color:var(--color-accent)}@media (min-width:480px){.practice-area-module__fy3SeW__heroSection{margin-bottom:2rem;padding:70px 1.5rem 2rem}.practice-area-module__fy3SeW__iconWrapper{width:70px;height:70px}.practice-area-module__fy3SeW__title{font-size:1.5rem}.practice-area-module__fy3SeW__subtitle{font-size:.95rem}.practice-area-module__fy3SeW__contentSection{padding:1.5rem 0 2.5rem}.practice-area-module__fy3SeW__grid{gap:1.75rem}.practice-area-module__fy3SeW__descriptionCard,.practice-area-module__fy3SeW__servicesCard,.practice-area-module__fy3SeW__processCard,.practice-area-module__fy3SeW__faqCard{padding:1.5rem}.practice-area-module__fy3SeW__descriptionCard h2,.practice-area-module__fy3SeW__servicesCard h2,.practice-area-module__fy3SeW__processCard h2,.practice-area-module__fy3SeW__faqCard h2{margin-bottom:1.25rem;font-size:1.25rem}.practice-area-module__fy3SeW__description p{font-size:.95rem}.practice-area-module__fy3SeW__servicesList li span{font-size:.9rem}.practice-area-module__fy3SeW__processStep{padding:1.25rem}.practice-area-module__fy3SeW__stepNumber{width:40px;height:40px;font-size:1.2rem}.practice-area-module__fy3SeW__stepContent h3{font-size:1.05rem}.practice-area-module__fy3SeW__faqQuestion h3{font-size:1rem}.practice-area-module__fy3SeW__ctaCard,.practice-area-module__fy3SeW__relatedCard,.practice-area-module__fy3SeW__infoCard{padding:1.5rem}.practice-area-module__fy3SeW__ctaCard h3{font-size:1.2rem}.practice-area-module__fy3SeW__relatedCard h3,.practice-area-module__fy3SeW__infoCard h3{font-size:1.1rem}}@media (min-width:768px){.practice-area-module__fy3SeW__heroSection{margin-bottom:2.5rem;padding:100px 2rem 2.5rem}.practice-area-module__fy3SeW__iconWrapper{width:80px;height:80px;margin-bottom:1.25rem}.practice-area-module__fy3SeW__title{margin-bottom:.875rem;font-size:1.75rem}.practice-area-module__fy3SeW__subtitle{max-width:600px;font-size:1rem}.practice-area-module__fy3SeW__contentSection{padding:2rem 0 3rem}.practice-area-module__fy3SeW__grid,.practice-area-module__fy3SeW__mainContent{gap:2rem}.practice-area-module__fy3SeW__descriptionCard,.practice-area-module__fy3SeW__servicesCard,.practice-area-module__fy3SeW__processCard,.practice-area-module__fy3SeW__faqCard{padding:1.75rem}.practice-area-module__fy3SeW__descriptionCard:hover,.practice-area-module__fy3SeW__servicesCard:hover,.practice-area-module__fy3SeW__processCard:hover,.practice-area-module__fy3SeW__faqCard:hover{box-shadow:var(--shadow-lg);border-color:#d4875a33}.practice-area-module__fy3SeW__descriptionCard h2,.practice-area-module__fy3SeW__servicesCard h2,.practice-area-module__fy3SeW__processCard h2,.practice-area-module__fy3SeW__faqCard h2{margin-bottom:1.25rem;padding-bottom:.6rem;font-size:1.5rem}.practice-area-module__fy3SeW__description p{margin-bottom:1rem;font-size:1rem;line-height:1.8}.practice-area-module__fy3SeW__servicesList{gap:.6rem}.practice-area-module__fy3SeW__servicesList li{gap:.75rem;padding:.75rem}.practice-area-module__fy3SeW__servicesList li:hover{background:var(--color-surface);transform:translate(5px)}.practice-area-module__fy3SeW__servicesList li svg{width:18px;height:18px}.practice-area-module__fy3SeW__servicesList li span{font-size:.95rem;line-height:1.6}.practice-area-module__fy3SeW__processSteps{gap:1.25rem}.practice-area-module__fy3SeW__processStep{border-left-width:4px;flex-direction:row;gap:1.25rem;padding:1.5rem}.practice-area-module__fy3SeW__processStep:hover{background:var(--color-surface-dark);transform:translate(5px)}.practice-area-module__fy3SeW__stepNumber{width:45px;height:45px;font-size:1.3rem}.practice-area-module__fy3SeW__stepContent h3{margin-bottom:.5rem;font-size:1.1rem}.practice-area-module__fy3SeW__stepContent p{font-size:.95rem}.practice-area-module__fy3SeW__faqList{gap:1.25rem}.practice-area-module__fy3SeW__faqItem{padding:1.5rem}.practice-area-module__fy3SeW__faqItem:hover{background:var(--color-surface-dark);box-shadow:var(--shadow-sm)}.practice-area-module__fy3SeW__faqQuestion{gap:.75rem;margin-bottom:.75rem}.practice-area-module__fy3SeW__faqQuestion svg{width:18px;height:18px}.practice-area-module__fy3SeW__faqQuestion h3{font-size:1.05rem}.practice-area-module__fy3SeW__faqAnswer{padding-left:2rem;font-size:.95rem;line-height:1.7}.practice-area-module__fy3SeW__sidebar{gap:1.25rem}.practice-area-module__fy3SeW__relatedList li a{padding:.75rem;font-size:.9rem}.practice-area-module__fy3SeW__relatedList li a:hover{background:var(--color-surface);color:var(--color-accent);transform:translate(5px)}.practice-area-module__fy3SeW__relatedList li a:hover svg:last-child{opacity:1}.practice-area-module__fy3SeW__infoItem a:hover{color:var(--color-accent)}}@media (min-width:1024px){.practice-area-module__fy3SeW__heroSection{margin-bottom:3rem;padding:120px 2rem 3rem}.practice-area-module__fy3SeW__iconWrapper{width:90px;height:90px;margin-bottom:1.5rem}.practice-area-module__fy3SeW__title{margin-bottom:1rem;font-size:2.25rem}.practice-area-module__fy3SeW__subtitle{max-width:700px;font-size:1.1rem}.practice-area-module__fy3SeW__contentSection{padding:2rem 0 4rem}.practice-area-module__fy3SeW__grid{grid-template-columns:1fr 320px;gap:2.5rem}.practice-area-module__fy3SeW__sidebar{order:0;align-self:start;position:sticky;top:100px}.practice-area-module__fy3SeW__descriptionCard,.practice-area-module__fy3SeW__servicesCard,.practice-area-module__fy3SeW__processCard,.practice-area-module__fy3SeW__faqCard{padding:2rem}.practice-area-module__fy3SeW__descriptionCard h2,.practice-area-module__fy3SeW__servicesCard h2,.practice-area-module__fy3SeW__processCard h2,.practice-area-module__fy3SeW__faqCard h2{margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.65rem}.practice-area-module__fy3SeW__processStep{gap:1.5rem}.practice-area-module__fy3SeW__stepNumber{width:50px;height:50px;font-size:1.5rem}.practice-area-module__fy3SeW__ctaCard h3{margin-bottom:1rem;font-size:1.3rem}.practice-area-module__fy3SeW__ctaCard p{margin-bottom:1.5rem;font-size:.95rem}.practice-area-module__fy3SeW__relatedCard h3,.practice-area-module__fy3SeW__infoCard h3{margin-bottom:1rem;padding-bottom:.75rem;font-size:1.2rem}.practice-area-module__fy3SeW__contactInfo{gap:1rem}.practice-area-module__fy3SeW__infoItem strong{font-size:.9rem}.practice-area-module__fy3SeW__infoItem a,.practice-area-module__fy3SeW__infoItem span{font-size:.95rem}}@media (min-width:1280px){.practice-area-module__fy3SeW__heroSection{padding:140px 2rem 3.5rem}.practice-area-module__fy3SeW__iconWrapper{width:100px;height:100px}.practice-area-module__fy3SeW__title{font-size:2.5rem}.practice-area-module__fy3SeW__subtitle{font-size:1.2rem}.practice-area-module__fy3SeW__grid{grid-template-columns:1fr 350px;gap:3rem}.practice-area-module__fy3SeW__descriptionCard h2,.practice-area-module__fy3SeW__servicesCard h2,.practice-area-module__fy3SeW__processCard h2,.practice-area-module__fy3SeW__faqCard h2{font-size:1.75rem}.practice-area-module__fy3SeW__ctaCard,.practice-area-module__fy3SeW__relatedCard,.practice-area-module__fy3SeW__infoCard{padding:1.75rem}}
.practice-areas-module__maFDGW__main{min-height:100vh}.practice-areas-module__maFDGW__introSection{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}.practice-areas-module__maFDGW__introContent h2{color:var(--primary);margin-bottom:1rem;font-size:1.5rem}.practice-areas-module__maFDGW__introContent p{color:var(--text-main);font-size:.9rem;line-height:1.7}.practice-areas-module__maFDGW__introImage{width:100%;height:200px;box-shadow:var(--shadow-lg);border-radius:var(--radius-md);order:-1;position:relative}.practice-areas-module__maFDGW__areasGrid{grid-template-columns:1fr;gap:1.25rem;display:grid}.practice-areas-module__maFDGW__areaCard{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fff;border:1px solid #0000000d;flex-direction:column;padding:1.5rem;transition:all .3s;display:flex}.practice-areas-module__maFDGW__areaCard:active{box-shadow:var(--shadow-md);transform:scale(.98)}.practice-areas-module__maFDGW__cardHeader{align-items:center;gap:.875rem;margin-bottom:1rem;display:flex}.practice-areas-module__maFDGW__icon{color:var(--accent);background:#b68c5a1a;border-radius:50%;justify-content:center;align-items:center;padding:10px;display:flex}.practice-areas-module__maFDGW__areaTitle{color:var(--primary);margin:0;font-size:1.25rem}.practice-areas-module__maFDGW__areaDescription{color:var(--text-main);margin-bottom:1.25rem;font-size:.9rem;line-height:1.6}.practice-areas-module__maFDGW__services h3{color:var(--primary);font-size:1rem;font-family:var(--font-karla);margin-bottom:.75rem}.practice-areas-module__maFDGW__services ul{padding:0;list-style:none}.practice-areas-module__maFDGW__services li{color:var(--text-muted);margin-bottom:.4rem;padding-left:1rem;font-size:.85rem;position:relative}.practice-areas-module__maFDGW__services li:before{content:"•";color:var(--accent);font-weight:700;position:absolute;left:0}.practice-areas-module__maFDGW__detailLink{color:var(--accent);align-items:center;gap:.4rem;margin-top:auto;padding-top:1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:gap .3s;display:inline-flex}.practice-areas-module__maFDGW__detailLink:active{gap:.6rem}.practice-areas-module__maFDGW__detailLink svg{transition:transform .3s}@media (min-width:480px){.practice-areas-module__maFDGW__introSection{gap:2rem;margin-bottom:2.5rem}.practice-areas-module__maFDGW__introContent h2{font-size:1.75rem}.practice-areas-module__maFDGW__introContent p{font-size:.95rem}.practice-areas-module__maFDGW__introImage{height:220px}.practice-areas-module__maFDGW__areasGrid{gap:1.5rem}.practice-areas-module__maFDGW__areaCard{padding:1.75rem}.practice-areas-module__maFDGW__areaTitle{font-size:1.35rem}.practice-areas-module__maFDGW__areaDescription{margin-bottom:1.5rem;font-size:.95rem}.practice-areas-module__maFDGW__services h3{font-size:1.05rem}.practice-areas-module__maFDGW__services li{margin-bottom:.5rem;font-size:.9rem}}@media (min-width:768px){.practice-areas-module__maFDGW__introSection{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;margin-bottom:3rem;display:grid}.practice-areas-module__maFDGW__introContent h2{margin-bottom:1.25rem;font-size:2rem}.practice-areas-module__maFDGW__introContent p{font-size:1rem;line-height:1.8}.practice-areas-module__maFDGW__introImage{order:0;height:260px}.practice-areas-module__maFDGW__areasGrid{grid-template-columns:repeat(2,1fr);gap:2rem}.practice-areas-module__maFDGW__areaCard{padding:2rem}.practice-areas-module__maFDGW__areaCard:hover{box-shadow:var(--shadow-lg);border-color:#0000;transform:translateY(-5px)}.practice-areas-module__maFDGW__areaTitle{font-size:1.4rem}.practice-areas-module__maFDGW__areaDescription{margin-bottom:1.75rem;font-size:1rem}.practice-areas-module__maFDGW__detailLink:hover{gap:.6rem}.practice-areas-module__maFDGW__detailLink:hover svg{transform:translate(3px)}}@media (min-width:1024px){.practice-areas-module__maFDGW__introSection{gap:4rem;margin-bottom:3.5rem}.practice-areas-module__maFDGW__introContent h2{margin-bottom:1.5rem;font-size:2.25rem}.practice-areas-module__maFDGW__introContent p{font-size:1.05rem}.practice-areas-module__maFDGW__introImage{height:280px}.practice-areas-module__maFDGW__areaCard{padding:2.25rem}.practice-areas-module__maFDGW__cardHeader{gap:1rem;margin-bottom:1.25rem}.practice-areas-module__maFDGW__icon{padding:12px}.practice-areas-module__maFDGW__areaTitle{font-size:1.5rem}.practice-areas-module__maFDGW__areaDescription{margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.practice-areas-module__maFDGW__services h3{margin-bottom:1rem;font-size:1.1rem}.practice-areas-module__maFDGW__services li{font-size:.95rem}.practice-areas-module__maFDGW__detailLink{padding-top:1.5rem;font-size:.95rem}}@media (min-width:1280px){.practice-areas-module__maFDGW__introContent h2{font-size:2.5rem}.practice-areas-module__maFDGW__introContent p{font-size:1.1rem}.practice-areas-module__maFDGW__introImage{height:300px}.practice-areas-module__maFDGW__areaCard{padding:2.5rem}}
.privacy-module__ZGDmtG__main{min-height:100vh}.privacy-module__ZGDmtG__content{padding:1.5rem 0 2.5rem}.privacy-module__ZGDmtG__article{max-width:100%;margin:0 auto}.privacy-module__ZGDmtG__lastUpdate{text-align:right;color:var(--text-muted);border-bottom:1px solid var(--surface);margin-bottom:1.5rem;padding-bottom:.75rem;font-size:.8rem}.privacy-module__ZGDmtG__section{margin-bottom:2rem}.privacy-module__ZGDmtG__section h2{font-family:var(--font-frank);color:var(--primary);border-bottom:2px solid var(--accent);margin-bottom:.75rem;padding-bottom:.4rem;font-size:1.15rem;display:inline-block}.privacy-module__ZGDmtG__section p{color:var(--text-main);margin-bottom:.875rem;font-size:.9rem;line-height:1.7}.privacy-module__ZGDmtG__section ul{margin:.875rem 0;padding-left:0;list-style:none}.privacy-module__ZGDmtG__section ul li{color:var(--text-main);margin-bottom:.6rem;padding-left:1.25rem;font-size:.875rem;line-height:1.6;position:relative}.privacy-module__ZGDmtG__section ul li:before{content:"";background:var(--accent);border-radius:50%;width:6px;height:6px;position:absolute;top:8px;left:0}.privacy-module__ZGDmtG__section ul li strong{color:var(--primary)}.privacy-module__ZGDmtG__contactInfo{background:var(--surface);border-left:3px solid var(--accent);border-radius:8px;margin-top:.875rem;padding:1rem}.privacy-module__ZGDmtG__contactInfo p{color:var(--text-main);margin-bottom:.4rem;font-size:.875rem}.privacy-module__ZGDmtG__contactInfo p:first-child{color:var(--primary);margin-bottom:.75rem;font-size:1rem}@media (min-width:480px){.privacy-module__ZGDmtG__content{padding:2rem 0 3rem}.privacy-module__ZGDmtG__lastUpdate{margin-bottom:1.75rem;font-size:.85rem}.privacy-module__ZGDmtG__section{margin-bottom:2.25rem}.privacy-module__ZGDmtG__section h2{margin-bottom:.875rem;font-size:1.25rem}.privacy-module__ZGDmtG__section p{margin-bottom:1rem;font-size:.95rem}.privacy-module__ZGDmtG__section ul li{margin-bottom:.75rem;padding-left:1.5rem;font-size:.9rem}.privacy-module__ZGDmtG__section ul li:before{width:7px;height:7px}.privacy-module__ZGDmtG__contactInfo{padding:1.25rem}.privacy-module__ZGDmtG__contactInfo p{font-size:.9rem}.privacy-module__ZGDmtG__contactInfo p:first-child{font-size:1.05rem}}@media (min-width:768px){.privacy-module__ZGDmtG__content{padding:3rem 0 4rem}.privacy-module__ZGDmtG__article{max-width:700px}.privacy-module__ZGDmtG__lastUpdate{margin-bottom:2rem;padding-bottom:1rem;font-size:.9rem}.privacy-module__ZGDmtG__section{margin-bottom:2.5rem}.privacy-module__ZGDmtG__section h2{margin-bottom:1rem;padding-bottom:.5rem;font-size:1.4rem}.privacy-module__ZGDmtG__section p{margin-bottom:1rem;font-size:1rem;line-height:1.8}.privacy-module__ZGDmtG__section ul{margin:1rem 0}.privacy-module__ZGDmtG__section ul li{margin-bottom:.75rem;font-size:.95rem;line-height:1.7}.privacy-module__ZGDmtG__section ul li:before{width:8px;height:8px;top:10px}.privacy-module__ZGDmtG__contactInfo{border-left-width:4px;padding:1.5rem}.privacy-module__ZGDmtG__contactInfo p{margin-bottom:.5rem;font-size:.95rem}.privacy-module__ZGDmtG__contactInfo p:first-child{margin-bottom:1rem;font-size:1.1rem}}@media (min-width:1024px){.privacy-module__ZGDmtG__content{padding:4rem 0 5rem}.privacy-module__ZGDmtG__article{max-width:750px}.privacy-module__ZGDmtG__section h2{font-size:1.5rem}.privacy-module__ZGDmtG__section p{font-size:1.05rem}.privacy-module__ZGDmtG__section ul li{font-size:1rem}}@media (min-width:1280px){.privacy-module__ZGDmtG__content{padding:4rem 0 6rem}.privacy-module__ZGDmtG__article{max-width:800px}}
.terms-module__tZIRGq__main{min-height:100vh}.terms-module__tZIRGq__content{padding:1.5rem 0 2.5rem}.terms-module__tZIRGq__article{max-width:100%;margin:0 auto}.terms-module__tZIRGq__lastUpdate{text-align:right;color:var(--text-muted);border-bottom:1px solid var(--surface);margin-bottom:1.5rem;padding-bottom:.75rem;font-size:.8rem}.terms-module__tZIRGq__section{margin-bottom:2rem}.terms-module__tZIRGq__section h2{font-family:var(--font-frank);color:var(--primary);border-bottom:2px solid var(--accent);margin-bottom:.75rem;padding-bottom:.4rem;font-size:1.15rem;display:inline-block}.terms-module__tZIRGq__section p{color:var(--text-main);margin-bottom:.875rem;font-size:.9rem;line-height:1.7}.terms-module__tZIRGq__section ul{margin:.875rem 0;padding-left:0;list-style:none}.terms-module__tZIRGq__section ul li{color:var(--text-main);margin-bottom:.6rem;padding-left:1.25rem;font-size:.875rem;line-height:1.6;position:relative}.terms-module__tZIRGq__section ul li:before{content:"";background:var(--accent);border-radius:50%;width:6px;height:6px;position:absolute;top:8px;left:0}.terms-module__tZIRGq__section ul li strong{color:var(--primary)}.terms-module__tZIRGq__warningBox{border-left:3px solid var(--accent);background:#d4875a1a;border-radius:0 8px 8px 0;margin:1.25rem 0;padding:1rem}.terms-module__tZIRGq__warningBox p{color:var(--primary);margin-bottom:0;font-size:.875rem;line-height:1.6}.terms-module__tZIRGq__contactInfo{background:var(--surface);border-left:3px solid var(--accent);border-radius:8px;margin-top:.875rem;padding:1rem}.terms-module__tZIRGq__contactInfo p{color:var(--text-main);margin-bottom:.4rem;font-size:.875rem}.terms-module__tZIRGq__contactInfo p:first-child{color:var(--primary);margin-bottom:.75rem;font-size:1rem}@media (min-width:480px){.terms-module__tZIRGq__content{padding:2rem 0 3rem}.terms-module__tZIRGq__lastUpdate{margin-bottom:1.75rem;font-size:.85rem}.terms-module__tZIRGq__section{margin-bottom:2.25rem}.terms-module__tZIRGq__section h2{margin-bottom:.875rem;font-size:1.25rem}.terms-module__tZIRGq__section p{margin-bottom:1rem;font-size:.95rem}.terms-module__tZIRGq__section ul li{margin-bottom:.75rem;padding-left:1.5rem;font-size:.9rem}.terms-module__tZIRGq__section ul li:before{width:7px;height:7px}.terms-module__tZIRGq__warningBox{padding:1.1rem}.terms-module__tZIRGq__warningBox p{font-size:.9rem}.terms-module__tZIRGq__contactInfo{padding:1.25rem}.terms-module__tZIRGq__contactInfo p{font-size:.9rem}.terms-module__tZIRGq__contactInfo p:first-child{font-size:1.05rem}}@media (min-width:768px){.terms-module__tZIRGq__content{padding:3rem 0 4rem}.terms-module__tZIRGq__article{max-width:700px}.terms-module__tZIRGq__lastUpdate{margin-bottom:2rem;padding-bottom:1rem;font-size:.9rem}.terms-module__tZIRGq__section{margin-bottom:2.5rem}.terms-module__tZIRGq__section h2{margin-bottom:1rem;padding-bottom:.5rem;font-size:1.4rem}.terms-module__tZIRGq__section p{margin-bottom:1rem;font-size:1rem;line-height:1.8}.terms-module__tZIRGq__section ul{margin:1rem 0}.terms-module__tZIRGq__section ul li{margin-bottom:.75rem;font-size:.95rem;line-height:1.7}.terms-module__tZIRGq__section ul li:before{width:8px;height:8px;top:10px}.terms-module__tZIRGq__warningBox{border-left-width:4px;margin:1.5rem 0;padding:1.25rem}.terms-module__tZIRGq__warningBox p{font-size:.95rem;line-height:1.7}.terms-module__tZIRGq__contactInfo{border-left-width:4px;padding:1.5rem}.terms-module__tZIRGq__contactInfo p{margin-bottom:.5rem;font-size:.95rem}.terms-module__tZIRGq__contactInfo p:first-child{margin-bottom:1rem;font-size:1.1rem}}@media (min-width:1024px){.terms-module__tZIRGq__content{padding:4rem 0 5rem}.terms-module__tZIRGq__article{max-width:750px}.terms-module__tZIRGq__section h2{font-size:1.5rem}.terms-module__tZIRGq__section p{font-size:1.05rem}.terms-module__tZIRGq__section ul li,.terms-module__tZIRGq__warningBox p{font-size:1rem}}@media (min-width:1280px){.terms-module__tZIRGq__content{padding:4rem 0 6rem}.terms-module__tZIRGq__article{max-width:800px}}
.FAQ-module__V8_xEa__faq{background:#fff;padding:3rem 0}.FAQ-module__V8_xEa__header{text-align:center;margin-bottom:2rem}.FAQ-module__V8_xEa__badge{color:var(--accent);text-transform:uppercase;letter-spacing:.5px;background:#d4875a1a;border-radius:50px;margin-bottom:.75rem;padding:.4rem 1rem;font-size:.75rem;font-weight:600;display:inline-block}.FAQ-module__V8_xEa__title{color:var(--primary);margin-bottom:.75rem;font-size:1.5rem}.FAQ-module__V8_xEa__highlight{color:var(--accent)}.FAQ-module__V8_xEa__subtitle{color:var(--text-muted);max-width:400px;margin:0 auto;font-size:.9rem;line-height:1.6}.FAQ-module__V8_xEa__content{flex-direction:column;gap:2rem;display:flex}.FAQ-module__V8_xEa__accordionWrapper{flex-direction:column;gap:.75rem;display:flex}.FAQ-module__V8_xEa__accordionItem{border:1px solid var(--surface);background:#fff;border-radius:8px;transition:all .3s;overflow:hidden}.FAQ-module__V8_xEa__accordionItem:active{border-color:#d4875a4d}.FAQ-module__V8_xEa__accordionItem.FAQ-module__V8_xEa__active{border-color:var(--accent);box-shadow:0 4px 15px #d4875a1f}.FAQ-module__V8_xEa__accordionHeader{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:.75rem;width:100%;padding:1rem;transition:all .3s;display:flex}.FAQ-module__V8_xEa__accordionItem.FAQ-module__V8_xEa__active .FAQ-module__V8_xEa__accordionHeader{background:#d4875a0d}.FAQ-module__V8_xEa__questionWrapper{flex:1;align-items:center;gap:.75rem;min-width:0;display:flex}.FAQ-module__V8_xEa__questionIcon{background:var(--surface);width:32px;min-width:32px;height:32px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.FAQ-module__V8_xEa__accordionItem.FAQ-module__V8_xEa__active .FAQ-module__V8_xEa__questionIcon{background:var(--accent);color:#fff}.FAQ-module__V8_xEa__question{font-family:var(--font-karla);color:var(--primary);font-size:.9rem;font-weight:600;line-height:1.4}.FAQ-module__V8_xEa__chevron{color:var(--text-muted);flex-shrink:0;transition:transform .3s}.FAQ-module__V8_xEa__accordionItem.FAQ-module__V8_xEa__active .FAQ-module__V8_xEa__chevron{color:var(--accent);transform:rotate(180deg)}.FAQ-module__V8_xEa__accordionBody{max-height:0;transition:max-height .3s ease-out;overflow:hidden}.FAQ-module__V8_xEa__accordionItem.FAQ-module__V8_xEa__active .FAQ-module__V8_xEa__accordionBody{max-height:500px}.FAQ-module__V8_xEa__answer{color:var(--text-main);padding:0 1rem 1rem;font-size:.875rem;line-height:1.7}.FAQ-module__V8_xEa__cta{order:-1}.FAQ-module__V8_xEa__ctaContent{background:linear-gradient(135deg,var(--primary)0%,var(--secondary)100%);text-align:center;color:#fff;border-radius:10px;padding:1.5rem}.FAQ-module__V8_xEa__ctaTitle{color:var(--accent);margin-bottom:.75rem;font-size:1.15rem}.FAQ-module__V8_xEa__ctaText{opacity:.9;margin-bottom:1.25rem;font-size:.875rem;line-height:1.6}@media (min-width:480px){.FAQ-module__V8_xEa__faq{padding:3.5rem 0}.FAQ-module__V8_xEa__header{margin-bottom:2.5rem}.FAQ-module__V8_xEa__title{font-size:1.75rem}.FAQ-module__V8_xEa__subtitle{max-width:450px;font-size:.95rem}.FAQ-module__V8_xEa__accordionWrapper{gap:.875rem}.FAQ-module__V8_xEa__accordionHeader{padding:1.1rem 1.25rem}.FAQ-module__V8_xEa__questionIcon{width:34px;height:34px}.FAQ-module__V8_xEa__question{font-size:.95rem}.FAQ-module__V8_xEa__answer{padding:0 1.25rem 1.25rem 3.5rem;font-size:.9rem}.FAQ-module__V8_xEa__ctaContent{max-width:400px;margin:0 auto;padding:2rem}.FAQ-module__V8_xEa__ctaTitle{font-size:1.25rem}.FAQ-module__V8_xEa__ctaText{font-size:.9rem}}@media (min-width:768px){.FAQ-module__V8_xEa__faq{padding:4rem 0}.FAQ-module__V8_xEa__header{margin-bottom:3rem}.FAQ-module__V8_xEa__title{font-size:2rem}.FAQ-module__V8_xEa__subtitle{max-width:500px;font-size:1rem}.FAQ-module__V8_xEa__content{gap:2.5rem}.FAQ-module__V8_xEa__accordionWrapper{gap:1rem}.FAQ-module__V8_xEa__accordionItem:hover{border-color:#d4875a4d}.FAQ-module__V8_xEa__accordionHeader{padding:1.25rem 1.5rem}.FAQ-module__V8_xEa__questionIcon{width:36px;height:36px}.FAQ-module__V8_xEa__question{font-size:1rem}.FAQ-module__V8_xEa__answer{padding:0 1.5rem 1.5rem 4rem;font-size:.95rem;line-height:1.8}.FAQ-module__V8_xEa__cta{order:0}.FAQ-module__V8_xEa__ctaContent{max-width:100%}.FAQ-module__V8_xEa__ctaTitle{margin-bottom:1rem;font-size:1.35rem}.FAQ-module__V8_xEa__ctaText{margin-bottom:1.5rem;font-size:.95rem}}@media (min-width:1024px){.FAQ-module__V8_xEa__faq{padding:5rem 0}.FAQ-module__V8_xEa__header{margin-bottom:3.5rem}.FAQ-module__V8_xEa__badge{padding:.45rem 1.1rem;font-size:.8rem}.FAQ-module__V8_xEa__title{margin-bottom:1rem;font-size:2.25rem}.FAQ-module__V8_xEa__subtitle{font-size:1.05rem}.FAQ-module__V8_xEa__content{grid-template-columns:1fr 320px;align-items:start;gap:3rem;display:grid}.FAQ-module__V8_xEa__cta{order:1;position:sticky;top:120px}.FAQ-module__V8_xEa__ctaContent{padding:2.25rem}.FAQ-module__V8_xEa__ctaTitle{font-size:1.4rem}.FAQ-module__V8_xEa__ctaText{font-size:.95rem;line-height:1.7}}@media (min-width:1280px){.FAQ-module__V8_xEa__faq{padding:6rem 0}.FAQ-module__V8_xEa__header{margin-bottom:4rem}.FAQ-module__V8_xEa__title{font-size:2.5rem}.FAQ-module__V8_xEa__subtitle{font-size:1.1rem}.FAQ-module__V8_xEa__content{grid-template-columns:1fr 350px}.FAQ-module__V8_xEa__ctaContent{padding:2.5rem}.FAQ-module__V8_xEa__ctaTitle{font-size:1.5rem}}
