@import url(https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600;700&family=Inter:wght@300;400;500;600&display=swap);.header{background:var(--black);box-shadow:0 2px 20px #0000004d;padding:1.2rem 0;position:fixed;top:0;width:100%;z-index:1000}.nav{justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 3rem}.logo,.nav{align-items:center;display:flex}.logo{gap:.8rem}.logo-icon{border-radius:5px;height:70px;justify-content:center;width:170px}.logo-icon,.nav-links{align-items:center;display:flex}.nav-links{gap:3rem;list-style:none}.nav-links a{color:var(--text-light);cursor:pointer;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s}.nav-links a.active,.nav-links a:hover{color:var(--gold)}.contact-header-btn{background:var(--gold);border-radius:50px;color:var(--black)!important;font-weight:600;padding:.7rem 1.5rem;text-decoration:none;transition:all .3s}.contact-header-btn:hover{background:var(--dark-gold)!important;transform:translateY(-2px)}.mobile-menu-btn{background:none;border:none;color:var(--gold);cursor:pointer;display:none;font-size:1.5rem;z-index:1600}.mobile-nav{align-items:center;background:var(--black);display:none;flex-direction:column;gap:2rem;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1500}.mobile-nav.active{display:flex}.mobile-nav a{border-radius:10px;color:var(--text-light);font-size:1.5rem;font-weight:500;padding:1rem 2rem;text-align:center;text-decoration:none;transition:color .3s;width:80%}.mobile-nav a:hover{background:#d4af371a;color:var(--gold)}.close-mobile-menu{background:none;border:none;color:var(--gold);cursor:pointer;font-size:2rem;position:absolute;right:2rem;top:2rem}@media (max-width:768px){.nav{padding:0 1.5rem}.nav-links{display:none}.mobile-menu-btn{display:block}}.chatbot-container{animation:fadeInUp .3s ease;background:var(--white);border-radius:20px;bottom:110px;box-shadow:0 10px 50px #0000004d;display:flex;flex-direction:column;height:550px;overflow:hidden;position:fixed;right:30px;width:380px;z-index:1500}.chatbot-header{align-items:center;background:linear-gradient(135deg,var(--gold),var(--dark-gold));color:var(--black);display:flex;justify-content:space-between;padding:1.5rem}.chatbot-header h3{font-size:1.2rem;margin:0}.chatbot-close{align-items:center;background:#0000001a;border-radius:50%;cursor:pointer;display:flex;font-size:1.8rem;font-weight:700;height:35px;justify-content:center;transition:all .3s;width:35px}.chatbot-close:hover{background:#0003}.chatbot-messages{background:#f8f8f8;flex:1 1;overflow-y:auto;padding:1.5rem}.chatbot-options{background:var(--white);border-top:1px solid #e0e0e0;max-height:250px;overflow-y:auto;padding:1rem 1.5rem}.chat-option{background:var(--white);border:2px solid #e0e0e0;border-radius:10px;cursor:pointer;font-family:Inter,sans-serif;font-size:.95rem;margin-bottom:.7rem;padding:1rem;transition:all .3s}.chat-option:hover{transform:translateX(5px)}.chat-option.gold-btn,.chat-option:hover{background:var(--gold);border-color:var(--gold);color:var(--black)}.chat-option.gold-btn{font-weight:600}.chat-option.gold-btn:hover{background:var(--dark-gold);border-color:var(--dark-gold)}.chat-option.back-btn{color:#666}.message{animation:fadeIn .3s;border-radius:15px;margin-bottom:1rem;max-width:85%;padding:1rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.bot-message{background:var(--white);box-shadow:0 2px 10px #0000001a;margin-right:15%}.user-message{background:var(--gold);color:var(--black);margin-left:15%;text-align:right}@media (max-width:768px){.chatbot-container{bottom:80px;height:70vh;left:20px;right:20px;width:calc(100% - 40px)}}.page-wrapper{min-height:100vh;padding-top:80px}.hero{align-items:center;background:linear-gradient(135deg,#0a0a0af2,#1a1a1ae6),url(https://images.unsplash.com/photo-1589391886645-d51941baf7fb?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80);background-position:50%;background-size:cover;border-radius:0 0 50px 50px;display:flex;height:90vh;overflow:hidden;position:relative}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1400px;padding:0 3rem;width:100%}.hero-text h1{color:var(--white);font-size:3.5rem;line-height:1.2;margin-bottom:1rem}.hero-text h1 span{color:var(--gold)}.hero-text .subtitle{color:var(--text-light);font-size:1.3rem;margin-bottom:2rem}.hero-text p{color:var(--text-light);font-size:1.05rem;line-height:1.8;margin-bottom:2.5rem}.hero-image{align-items:center;display:flex;justify-content:center}.justice-image{border-radius:10px;max-width:500px;opacity:.9;width:100%}.about-section{margin:0 auto;max-width:1400px;padding:5rem 3rem}.about-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-top:3rem}.about-text h2{color:var(--black);font-size:2.5rem;margin-bottom:1.5rem}.about-text h2 span{color:var(--gold)}.about-text p{color:#555;line-height:1.8;margin-bottom:1.5rem}.about-image img{border-radius:15px;box-shadow:0 10px 30px #0000001a;width:100%}.services-section{margin:0 auto;max-width:1400px;padding:5rem 3rem}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:3rem}.service-card{background:var(--white);border:2px solid #0000;border-radius:15px;box-shadow:0 5px 30px #00000014;cursor:pointer;padding:2.5rem;transition:all .3s}.service-card:hover{border-color:var(--gold);box-shadow:0 10px 40px #d4af3733;transform:translateY(-5px)}.service-icon{align-items:center;background:linear-gradient(135deg,var(--gold),var(--dark-gold));border-radius:12px;display:flex;font-size:1.8rem;height:60px;justify-content:center;margin-bottom:1.5rem;width:60px}.service-card h3{color:var(--black);font-size:1.4rem;margin-bottom:1rem}.service-card p{color:#666;line-height:1.7}.service-modal-content{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.service-details h3{color:var(--gold);font-size:1.8rem;margin-bottom:1rem}.service-description,.service-features{margin-bottom:2rem}.service-features h4{margin-bottom:1rem}.service-features ul{list-style-type:none}.service-contact{background:#f8f8f8;border-radius:10px;padding:1.5rem}.service-contact h4{color:var(--gold);margin-bottom:1rem}.specialist-list{margin-top:1rem}.specialist-item{align-items:center;background:#f8f8f8;border-radius:10px;cursor:pointer;display:flex;gap:1rem;margin-bottom:1rem;padding:1rem;transition:all .3s}.specialist-avatar,.specialist-item:hover{background:var(--gold);color:var(--black)}.specialist-avatar{align-items:center;border-radius:50%;display:flex;flex-shrink:0;font-size:1.2rem;font-weight:700;height:50px;justify-content:center;width:50px}.specialist-info h5{margin-bottom:.2rem}.specialist-info p{color:#666;font-size:.9rem}.specialist-item:hover .specialist-info p{color:var(--black)}@media (max-width:1200px){.hero-content{grid-template-columns:1fr;text-align:center}.hero-image{display:none}.about-content,.service-modal-content{grid-template-columns:1fr}}@media (max-width:768px){.hero{border-radius:0 0 30px 30px;height:70vh}.hero-text h1{font-size:2.5rem}.about-section,.services-section{padding:3rem 1.5rem}.services-grid{grid-template-columns:1fr}.btn-primary{text-align:center;width:100%}}@media (max-width:480px){.hero-text h1{font-size:2rem}}.services-page-wrapper{min-height:100vh;padding-top:80px}.services-hero{background:linear-gradient(135deg,#0a0a0ae6,#1a1a1acc),url(https://images.unsplash.com/photo-1589391886645-d51941baf7fb?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80);background-position:50%;background-size:cover;border-radius:0 0 50px 50px;color:var(--white);padding:8rem 3rem 5rem;text-align:center}.services-hero h1{font-size:3.5rem;margin-bottom:1rem}.services-hero p{font-size:1.2rem;margin:0 auto;max-width:700px}.service-detail-section{margin:0 auto;max-width:1400px;padding:5rem 3rem}.service-detail-grid{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-bottom:4rem;margin-top:3rem}.service-details-block h3{color:var(--gold);font-size:1.8rem;margin-bottom:1.5rem}.service-details-block p{color:#555;line-height:1.8;margin-bottom:1rem}.service-features{margin:1.5rem 0}.service-features h4{color:var(--gold);margin-bottom:.8rem}.service-features ul{list-style:none}.service-features li{color:#555;margin-bottom:.7rem;padding-left:1.5rem;position:relative}.service-features li:before{color:var(--gold);content:"•";left:0;position:absolute}.service-process{background:#f8f8f8;border-radius:20px;padding:4rem 3rem}.service-process h3{color:var(--black);font-size:2rem;margin-bottom:1rem}.process-steps{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.process-step{background:var(--white);border-radius:15px;box-shadow:0 5px 20px #00000014;padding:2rem;text-align:center}.step-number{align-items:center;background:var(--gold);border-radius:50%;color:var(--black);display:flex;font-size:1.5rem;font-weight:700;height:50px;justify-content:center;margin:0 auto 1rem;width:50px}.process-step h4{color:var(--black);margin-bottom:.8rem}.process-step p{color:#666;font-size:.95rem}.services-section-list{margin:0 auto;max-width:1400px;padding:5rem 3rem}.services-grid-full{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:3rem}.service-card-item{background:var(--white);border:2px solid #0000;border-radius:15px;box-shadow:0 5px 30px #00000014;cursor:pointer;padding:2.5rem;transition:all .3s}.service-card-item:hover{border-color:var(--gold);box-shadow:0 10px 40px #d4af3733;transform:translateY(-5px)}.service-icon-box{align-items:center;background:linear-gradient(135deg,var(--gold),var(--dark-gold));border-radius:12px;display:flex;font-size:1.8rem;height:60px;justify-content:center;margin-bottom:1.5rem;width:60px}.service-card-item h3{color:var(--black);font-size:1.4rem;margin-bottom:1rem}.service-card-item p{color:#666;line-height:1.7}.service-modal-inner{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.service-contact-box{background:#f8f8f8;border-radius:10px;margin-top:1.5rem;padding:1.5rem}.service-contact-box h4{color:var(--gold);margin-bottom:.5rem}.specialist-item-row{align-items:center;background:#f8f8f8;border-radius:10px;cursor:pointer;display:flex;gap:1rem;margin-bottom:1rem;padding:1rem;transition:all .3s}.specialist-item-row:hover{background:var(--gold)}.specialist-item-row h5{margin-bottom:.2rem}.sp-avatar{align-items:center;background:var(--gold);border-radius:50%;color:var(--black);display:flex;flex-shrink:0;font-size:1.2rem;font-weight:700;height:50px;justify-content:center;width:50px}@media (max-width:1200px){.service-detail-grid,.service-modal-inner{grid-template-columns:1fr}}@media (max-width:768px){.services-hero{border-radius:0 0 30px 30px;padding:6rem 1.5rem 3rem}.services-hero h1{font-size:2.5rem}.service-detail-section,.services-section-list{padding:3rem 1.5rem}.process-steps,.services-grid-full{grid-template-columns:1fr}}.team-page-wrapper{min-height:100vh;padding-top:80px}.team-hero{background:linear-gradient(135deg,#0a0a0ae6,#1a1a1acc),url(https://images.unsplash.com/photo-1589829545856-d10d557cf95f?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80);background-position:50%;background-size:cover;border-radius:0 0 50px 50px;color:var(--white);padding:8rem 3rem 5rem;text-align:center}.team-hero h1{font-size:3.5rem;margin-bottom:1rem}.team-hero p{font-size:1.2rem;margin:0 auto;max-width:700px}.team-values{background:#f8f8f8;padding:5rem 3rem}.values-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:3rem auto 0;max-width:1400px}.value-card{background:var(--white);border-radius:15px;box-shadow:0 5px 20px #00000014;padding:2.5rem;text-align:center}.value-icon{align-items:center;background:var(--gold);border-radius:50%;display:flex;font-size:2rem;height:70px;justify-content:center;margin:0 auto 1.5rem;width:70px}.value-card h3{color:var(--black);margin-bottom:1rem}.value-card p{color:#666;line-height:1.7}.team-section{padding:5rem 3rem}.team-section .section-title{margin:0 auto 2rem;max-width:1400px}.carousel-wrapper{align-items:center;display:flex;gap:1rem;margin:0 auto;max-width:1400px;position:relative}.carousel-track-container{border-radius:20px;flex:1 1;overflow:hidden}.carousel-track{display:flex;gap:2rem;transition:transform .5s ease-in-out}.carousel-slide{grid-gap:1.5rem;display:grid;flex:0 0 100%;gap:1.5rem;grid-template-columns:repeat(4,1fr)}.team-card{background:var(--black);border-radius:20px;cursor:pointer;overflow:hidden;transition:all .3s}.team-card:hover{box-shadow:0 15px 50px #d4af374d;transform:translateY(-4px)}.team-photo{height:260px;object-fit:cover;width:100%}.team-info{padding:1.5rem}.team-info h3{color:var(--gold);font-size:1.1rem;margin-bottom:.5rem}.team-role{color:var(--light-gold);font-size:.85rem;margin-bottom:.5rem}.team-specialty{border-bottom:1px solid var(--light-gray);color:var(--text-light);font-size:.9rem;margin-bottom:1rem;padding-bottom:1rem}.team-desc{color:#999;font-size:.85rem;line-height:1.6;margin-bottom:1.5rem}.social-links{display:flex;gap:1rem}.social-link{align-items:center;background:var(--light-gray);border-radius:50%;color:var(--gold);display:flex;height:35px;justify-content:center;text-decoration:none;transition:all .3s;width:35px}.carousel-btn,.social-link:hover{background:var(--gold);color:var(--black)}.carousel-btn{align-items:center;border:none;border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;font-size:2rem;height:50px;justify-content:center;line-height:1;transition:all .3s;width:50px}.carousel-btn:hover{background:var(--dark-gold);transform:scale(1.1)}.carousel-dots{display:flex;gap:.5rem;justify-content:center;margin-top:2rem}.carousel-dot{background:#ddd;border-radius:50%;cursor:pointer;height:12px;transition:all .3s;width:12px}.carousel-dot.active{background:var(--gold);transform:scale(1.2)}@media (max-width:1100px){.carousel-slide{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.team-hero{border-radius:0 0 30px 30px;padding:6rem 1.5rem 3rem}.team-hero h1{font-size:2.5rem}.team-section,.team-values{padding:3rem 1.5rem}.values-grid{grid-template-columns:1fr}.carousel-wrapper{max-width:100%}.carousel-btn{font-size:1.5rem;height:40px;width:40px}.carousel-slide{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.carousel-slide{grid-template-columns:1fr}}.contact-page-wrapper{min-height:100vh;padding-top:80px}.contact-section{margin:0 auto;max-width:1400px;padding:5rem 3rem}.contact-section .section-title{margin-bottom:3rem}.contact-grid{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-top:3rem}.contact-info{background:var(--black);border-radius:20px;color:var(--text-light);padding:3rem}.contact-info h3{color:var(--gold);font-size:2rem;margin-bottom:2rem}.contact-item{align-items:flex-start;display:flex;gap:1.5rem;margin-bottom:2rem}.contact-icon{align-items:center;background:var(--gold);border-radius:12px;color:var(--black);display:flex;flex-shrink:0;font-size:1.3rem;height:50px;justify-content:center;width:50px}.contact-details h4{color:var(--gold);font-size:1rem;margin-bottom:.4rem}.contact-details p{color:var(--text-light);font-size:.95rem;line-height:1.6}.contact-form{background:var(--white);border-radius:20px;box-shadow:0 5px 30px #00000014;padding:3rem}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--black);display:block;font-size:.95rem;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{background:var(--white);border:2px solid #e0e0e0;border-radius:10px;color:var(--black);font-family:Inter,sans-serif;font-size:1rem;padding:1rem;transition:all .3s;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px #d4af3726;outline:none}.form-group textarea{min-height:130px;resize:vertical}.success-message{animation:fadeInUp .5s ease;flex-direction:column;height:100%;min-height:300px;text-align:center}.success-icon,.success-message{align-items:center;display:flex;justify-content:center}.success-icon{background:var(--gold);border-radius:50%;color:var(--black);font-size:2.5rem;font-weight:700;height:80px;margin-bottom:1.5rem;width:80px}.success-message h3{color:var(--black);font-size:1.8rem;margin-bottom:.8rem}.success-message p{color:#666;font-size:1rem}@media (max-width:1200px){.contact-grid{grid-template-columns:1fr}}@media (max-width:768px){.contact-section{padding:3rem 1.5rem}.contact-form,.contact-info{padding:2rem 1.5rem}}@media (max-width:480px){.contact-form,.contact-info{padding:1.5rem}}*{box-sizing:border-box;margin:0;padding:0}:root{--gold:#d4af37;--dark-gold:#b8941f;--light-gold:#e6c85c;--black:#0a0a0a;--dark-gray:#1a1a1a;--medium-gray:#2a2a2a;--light-gray:#3a3a3a;--text-light:#e0e0e0;--white:#fff}body{background-color:#fff;background-color:var(--white);color:#0a0a0a;color:var(--black);font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Crimson Text,serif;font-weight:600}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.animate-fade-in-up{animation:fadeInUp .8s ease-out}.animate-fade-in-left{animation:fadeInLeft .8s ease-out}.animate-fade-in-right{animation:fadeInRight .8s ease-out}.animate-pulse-slow{animation:pulse 2s infinite}.fade-in{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.slide-in-left{opacity:0;transform:translateX(-30px);transition:opacity .6s ease,transform .6s ease}.slide-in-left.visible{opacity:1;transform:translateX(0)}.slide-in-right{opacity:0;transform:translateX(30px);transition:opacity .6s ease,transform .6s ease}.slide-in-right.visible{opacity:1;transform:translateX(0)}.btn-primary{background:#d4af37;background:var(--gold);border:none;border-radius:50px;color:#0a0a0a;color:var(--black);cursor:pointer;display:inline-block;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;padding:1rem 2.5rem;text-decoration:none;transition:all .3s}.btn-primary:hover{background:#b8941f;background:var(--dark-gold);box-shadow:0 10px 30px #d4af374d;transform:translateY(-2px)}.section-title{margin-bottom:3rem;text-align:center}.section-title h2{color:#0a0a0a;color:var(--black);font-size:2.8rem;margin-bottom:1rem}.section-title h2 span{color:#d4af37;color:var(--gold)}.section-title p{color:#666;font-size:1.1rem;margin:0 auto;max-width:700px}.modal{background-color:#000000e6;display:none;height:100%;left:0;overflow-y:auto;position:fixed;top:0;width:100%;z-index:2000}.modal.open{display:block}.modal-content{background-color:#fff;background-color:var(--white);border-radius:20px;margin:3% auto;max-height:85vh;max-width:900px;overflow-y:auto;padding:3rem;position:relative;width:85%}.modal-close{align-items:center;background:#f0f0f0;border:none;border-radius:50%;color:#d4af37;color:var(--gold);cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:2rem;font-weight:700;height:40px;justify-content:center;position:absolute;right:2rem;top:2rem;transition:all .3s;width:40px}.modal-close:hover{background:#d4af37;background:var(--gold);color:#0a0a0a;color:var(--black)}.modal-header{border-bottom:2px solid #d4af37;border-bottom:2px solid var(--gold);margin-bottom:2rem;padding-bottom:1.5rem}.modal-header h3{color:#0a0a0a;color:var(--black);font-size:2rem;margin-bottom:.5rem}.modal-header .role{color:#d4af37;color:var(--gold);font-size:1.2rem}.modal-section{margin-bottom:2rem}.modal-section h4{color:#d4af37;color:var(--gold);font-size:1.3rem;margin-bottom:1rem}.modal-section p{color:#555;line-height:1.8}.whatsapp-float{align-items:center;background-color:#25d366;border:none;border-radius:50px;bottom:30px;box-shadow:0 4px 20px #25d36666;color:#fff;cursor:pointer;display:flex;font-size:30px;height:60px;justify-content:center;position:fixed;right:30px;text-align:center;transition:all .3s;width:60px;z-index:1500}.whatsapp-float:hover{box-shadow:0 6px 30px #25d36699;transform:scale(1.1)}footer{background:#0a0a0a;background:var(--black);color:#e0e0e0;color:var(--text-light);padding:3rem 3rem 1.5rem}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr 1fr;margin:0 auto 2rem;max-width:1400px}.footer-section h3{color:#d4af37;color:var(--gold);margin-bottom:1rem}.footer-section p{color:#999;line-height:1.8}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.7rem}.footer-section ul li a{color:#999;cursor:pointer;text-decoration:none;transition:color .3s}.footer-section ul li a:hover{color:#d4af37;color:var(--gold)}.footer-bottom{border-top:1px solid #3a3a3a;border-top:1px solid var(--light-gray);color:#999;margin:2rem auto 0;max-width:1400px;padding-top:2rem;text-align:center}@media (max-width:1200px){.footer-content{grid-template-columns:1fr 1fr}}@media (max-width:768px){.footer-content{grid-template-columns:1fr}.modal-content{margin:5% auto;padding:1.5rem;width:95%}.whatsapp-float{bottom:20px;height:50px;right:20px;width:50px}}@media (max-width:480px){.section-title h2{font-size:1.8rem}}
/*# sourceMappingURL=main.ed66090f.css.map*/