*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}p{margin-bottom:1rem;color:#666}.btn{display:inline-block;padding:12px 24px;border:none;border-radius:8px;text-decoration:none;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease;text-align:center}.btn-primary{background:linear-gradient(135deg,#027368,#5c7373);color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#015a52,#4a5c5c);transform:translateY(-2px);box-shadow:0 10px 25px #0273684d}.btn-secondary{background:transparent;color:#027368;border:2px solid #027368}.btn-secondary:hover{background:#027368;color:#fff;transform:translateY(-2px)}.header{position:fixed;top:0;left:0;width:100%;background:#011f26;backdrop-filter:blur(10px);z-index:1000;box-shadow:0 2px 20px #0000004d;transition:all .3s ease}.navbar{padding:1rem 0}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.nav-logo{display:flex;align-items:center;gap:12px}.nav-logo a{display:flex;align-items:center;gap:12px;text-decoration:none}.logo-img{width:50px;height:50px;border-radius:50%;object-fit:cover}.logo-text h1{font-size:1.5rem;margin:0;color:#fff}.logo-text span{font-size:.9rem;color:#cbd5e1;font-weight:400}.nav-menu{display:flex}.nav-list{display:flex;list-style:none;gap:2rem;align-items:center}.nav-link{text-decoration:none;color:#fff;font-weight:500;transition:color .3s ease;display:flex;align-items:center;gap:5px}.nav-link:hover,.nav-link.active{color:#5c7373}.dropdown{position:relative}.dropdown-menu{position:absolute;top:100%;left:0;background:#fff;min-width:200px;box-shadow:0 10px 30px #0000001a;border-radius:8px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;list-style:none;padding:1rem 0;z-index:1001}.dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu li{margin:0}.dropdown-menu a{display:block;padding:.5rem 1rem;color:#333;text-decoration:none;transition:all .3s ease}.dropdown-menu a:hover{background:#f8fafc;color:#011f26}.nav-toggle{display:none;flex-direction:column;cursor:pointer}.bar{width:25px;height:3px;background:#fff;margin:3px 0;transition:.3s}.hero{padding:120px 0 80px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);min-height:100vh;display:flex;align-items:center}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content{animation:fadeInUp 1s ease}.hero-title{font-size:3rem;color:#011f26;margin-bottom:1rem;line-height:1.1}.hero-subtitle{font-size:1.5rem;color:#027368;margin-bottom:1.5rem;font-weight:500}.hero-description{font-size:1.1rem;color:#666;margin-bottom:2rem;line-height:1.7}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-image{animation:fadeInRight 1s ease}.hero-img{width:100%;height:400px;object-fit:cover;border-radius:20px;box-shadow:0 20px 40px #0000001a}.features{padding:80px 0;background:#fff}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{text-align:center;padding:2rem;border-radius:15px;background:#f8fafc;transition:all .3s ease;border:1px solid #e2e8f0}.feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a;background:#fff}.feature-icon{width:80px;height:80px;background:linear-gradient(135deg,#011f26,#027368);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.feature-icon i{font-size:2rem;color:#fff}.feature-card h3{color:#011f26;margin-bottom:1rem}.about{padding:80px 0;background:#f8fafc}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text h2{color:#011f26;margin-bottom:2rem}.about-text p{font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.about-img{width:100%;height:400px;object-fit:cover;border-radius:20px;box-shadow:0 20px 40px #0000001a}.lawyers{padding:80px 0;background:#fff}.section-title{text-align:center;color:#011f26;margin-bottom:3rem;font-size:2.5rem}.lawyers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:3rem}.lawyer-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;border:1px solid #e2e8f0}.lawyer-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.lawyer-image{text-align:center;margin-bottom:1.5rem}.lawyer-img{width:150px;height:150px;border-radius:50%;object-fit:cover;border:4px solid #e2e8f0}.lawyer-info h3{color:#011f26;text-align:center;margin-bottom:.5rem}.lawyer-title{text-align:center;color:#027368;font-weight:500;margin-bottom:1rem}.lawyer-specialties{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:1rem}.specialty{background:#e6f7f5;color:#027368;padding:.25rem .75rem;border-radius:20px;font-size:.9rem;font-weight:500}.lawyer-description{text-align:center;line-height:1.6}.services{padding:80px 0;background:#f8fafc}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.service-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;border:1px solid #e2e8f0}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.service-icon{width:60px;height:60px;background:linear-gradient(135deg,#011f26,#027368);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.service-icon i{font-size:1.5rem;color:#fff}.service-card h3{color:#011f26;margin-bottom:1rem}.service-list{list-style:none;margin-top:1rem}.service-list li{color:#666;position:relative;padding:.5rem 0 .5rem 1.5rem}.service-list li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.tools{padding:80px 0;background:#fff}.tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.tool-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;border:1px solid #e2e8f0;text-align:center}.tool-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.tool-icon{width:60px;height:60px;background:linear-gradient(135deg,#5c7373,#027368);border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.tool-icon i{font-size:1.5rem;color:#fff}.tool-card h3{color:#011f26;margin-bottom:1rem}.tool-link{display:inline-flex;align-items:center;gap:.5rem;color:#027368;text-decoration:none;font-weight:500;margin-top:1rem;transition:color .3s ease}.tool-link:hover{color:#015a52}.modal{display:none;position:fixed;z-index:2000;left:0;top:0;width:100%;height:100%;background-color:#00000080;backdrop-filter:blur(5px)}.modal-content{background-color:#fff;margin:5% auto;padding:2rem;border-radius:15px;width:90%;max-width:500px;position:relative;animation:modalSlideIn .3s ease}.close{position:absolute;right:1rem;top:1rem;font-size:2rem;font-weight:700;cursor:pointer;color:#666;transition:color .3s ease}.close:hover{color:#333}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#027368}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.result{margin-top:1.5rem;padding:1rem;background:#e6f7f5;border:1px solid #027368;border-radius:8px;color:#011f26;font-weight:500}.contact{padding:80px 0;background:#f8fafc}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-item{display:flex;gap:1rem;margin-bottom:2rem}.contact-icon{width:50px;height:50px;background:linear-gradient(135deg,#011f26,#027368);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-icon i{color:#fff;font-size:1.2rem}.contact-details h3{color:#011f26;margin-bottom:.5rem}.contact-form{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 10px 30px #0000001a}.footer{background:#011f26;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-logo{display:flex;align-items:center;gap:12px;margin-bottom:1rem}.footer-logo-img{width:50px;height:50px;border-radius:50%;object-fit:cover}.footer-logo-text h3{color:#fff;margin:0;font-size:1.3rem}.footer-logo-text span{color:#cbd5e1;font-size:.9rem}.footer-section h4{color:#fff;margin-bottom:1rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#cbd5e1;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fff}.footer-contact p{color:#cbd5e1;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-link{width:40px;height:40px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all .3s ease}.social-link:hover{background:#027368;transform:translateY(-2px)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center}.footer-bottom p{color:#cbd5e1;margin-bottom:.5rem}.footer-disclaimer{font-size:.9rem;color:#94a3b8}.back-to-top{position:fixed;bottom:2rem;right:2rem;width:50px;height:50px;background:linear-gradient(135deg,#011f26,#027368);color:#fff;border:none;border-radius:50%;cursor:pointer;opacity:0;visibility:hidden;transition:all .3s ease;z-index:1000}.back-to-top.show{opacity:1;visibility:visible}.back-to-top:hover{transform:translateY(-3px);box-shadow:0 10px 25px #0273684d}.whatsapp-button{position:fixed;bottom:2rem;left:2rem;width:60px;height:60px;background:#25d366;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:1.5rem;box-shadow:0 4px 20px #25d3664d;transition:all .3s ease;z-index:1000}.whatsapp-button:hover{transform:scale(1.1);box-shadow:0 6px 25px #25d36666}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.blog-hero{padding:140px 0 80px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);text-align:center;margin-top:0}.blog-hero-content h1{font-size:3rem;color:#011f26;margin-bottom:1rem}.blog-hero-content p{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.blog-content{padding:80px 0;background:#fff}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:2.5rem;margin-bottom:3rem}.blog-article{background:#fff;border-radius:20px;box-shadow:0 15px 35px #00000014;overflow:hidden;transition:all .4s ease;border:1px solid #e2e8f0;position:relative}.blog-article:hover{transform:translateY(-15px);box-shadow:0 25px 50px #00000026}.blog-image{position:relative;overflow:hidden;height:280px}.article-img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.blog-article:hover .article-img{transform:scale(1.08)}.blog-category{position:absolute;top:1.5rem;left:1.5rem;background:linear-gradient(135deg,#027368,#5c7373);color:#fff;padding:.6rem 1.2rem;border-radius:25px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 15px #0273684d}.blog-text{padding:2.5rem}.blog-text h2{margin-bottom:1.2rem;line-height:1.3}.blog-text h2 a{color:#011f26;text-decoration:none;transition:color .3s ease;font-size:1.4rem;font-weight:600}.blog-text h2 a:hover{color:#027368}.blog-meta{display:flex;gap:1.5rem;margin-bottom:1.5rem;font-size:.9rem;color:#666;flex-wrap:wrap}.blog-meta span{display:flex;align-items:center;gap:.5rem;background:#f8fafc;padding:.4rem .8rem;border-radius:15px;font-size:.85rem}.blog-text p{color:#555;line-height:1.7;margin-bottom:1.5rem;font-size:1rem}.read-more{color:#027368;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;background:#e6f7f5;padding:.8rem 1.5rem;border-radius:25px;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.read-more:hover{color:#fff;background:#027368;transform:translate(5px)}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:3rem}.page-btn{padding:.75rem 1rem;border:1px solid #e2e8f0;color:#666;text-decoration:none;border-radius:8px;transition:all .3s ease}.page-btn:hover,.page-btn.active{background:#027368;color:#fff;border-color:#027368}.page-btn.disabled{opacity:.5;cursor:not-allowed}.newsletter{padding:80px 0;background:#f8fafc;text-align:center}.newsletter-content h2{color:#011f26;margin-bottom:1rem}.newsletter-content p{color:#666;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.newsletter-form{display:flex;max-width:500px;margin:0 auto;gap:1rem}.newsletter-form input{flex:1;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem}.newsletter-form input:focus{outline:none;border-color:#027368}.article-content{padding:140px 0 80px;background:#fff;margin-top:0}.article-header{margin-bottom:3rem}.breadcrumb{margin-bottom:1rem;font-size:.9rem;color:#666}.breadcrumb a{color:#027368;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.article-header h1{font-size:2.5rem;color:#011f26;margin-bottom:1.5rem;line-height:1.2}.article-meta{display:flex;gap:2rem;font-size:.9rem;color:#666;margin-bottom:2rem}.article-meta span{display:flex;align-items:center;gap:.5rem}.article-body{max-width:800px;margin:0 auto}.article-image{margin-bottom:2rem}.main-image{width:100%;height:400px;object-fit:cover;border-radius:15px}.article-text{line-height:1.8;color:#333}.article-text .lead{font-size:1.2rem;color:#666;margin-bottom:2rem;font-weight:500}.article-text h2{color:#011f26;margin:2rem 0 1rem;font-size:1.8rem}.article-text h3{color:#011f26;margin:1.5rem 0 1rem;font-size:1.4rem}.article-text p{margin-bottom:1.5rem}.article-text ul{margin-bottom:1.5rem;padding-left:2rem}.article-text li{margin-bottom:.5rem}.article-text blockquote{border-left:4px solid #027368;padding-left:1.5rem;margin:2rem 0;font-style:italic;color:#666;background:#f8fafc;padding:1.5rem;border-radius:8px}.article-tags{margin:3rem 0;padding:2rem 0;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.article-tags h3{color:#011f26;margin-bottom:1rem}.tags{display:flex;flex-wrap:wrap;gap:.5rem}.tag{background:#e6f7f5;color:#027368;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500}.article-share{margin:3rem 0;text-align:center}.article-share h3{color:#011f26;margin-bottom:1rem}.share-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.share-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:500;transition:all .3s ease}.share-btn.facebook{background:#1877f2;color:#fff}.share-btn.twitter{background:#1da1f2;color:#fff}.share-btn.linkedin{background:#0077b5;color:#fff}.share-btn.whatsapp{background:#25d366;color:#fff}.share-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0003}.related-articles{margin-top:4rem;padding-top:3rem;border-top:1px solid #e2e8f0}.related-articles h2{color:#011f26;margin-bottom:2rem;text-align:center}.related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.related-article{background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;overflow:hidden;transition:all .3s ease}.related-article:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.related-article img{width:100%;height:200px;object-fit:cover}.related-article h3{padding:1.5rem;margin:0}.related-article h3 a{color:#011f26;text-decoration:none;font-size:1.1rem;transition:color .3s ease}.related-article h3 a:hover{color:#027368}.related-date{padding:0 1.5rem 1.5rem;color:#666;font-size:.9rem}@media (max-width: 768px){.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:#000;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;padding:2rem 0}.nav-menu.active{left:0}.nav-list{flex-direction:column;gap:1rem}.nav-toggle{display:flex}.nav-toggle.active .bar:nth-child(2){opacity:0}.nav-toggle.active .bar:nth-child(1){transform:translateY(8px) rotate(45deg)}.nav-toggle.active .bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.hero-container{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-title{font-size:2rem}.hero-buttons{justify-content:center}.about-content{grid-template-columns:1fr;gap:2rem}.lawyers-grid{grid-template-columns:1fr}.contact-content{grid-template-columns:1fr;gap:2rem}.form-row{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;text-align:center}.blog-grid{grid-template-columns:1fr;gap:2rem}.blog-hero{padding:120px 0 60px}.blog-hero-content h1{font-size:2.5rem}.article-content{padding:120px 0 60px}.blog-text{padding:1.5rem}.blog-text h2 a{font-size:1.2rem}.blog-meta{flex-direction:column;gap:.5rem}.newsletter-form{flex-direction:column;gap:1rem}.article-header h1{font-size:2rem}.article-meta{flex-direction:column;gap:1rem}.share-buttons{flex-direction:column;align-items:center}.related-grid{grid-template-columns:1fr}.whatsapp-button{bottom:1rem;left:1rem;width:50px;height:50px;font-size:1.2rem}.back-to-top{bottom:1rem;right:1rem;width:45px;height:45px}}@media (max-width: 480px){.container{padding:0 15px}.hero{padding:100px 0 60px}.hero-title{font-size:1.8rem}.section-title{font-size:2rem}.feature-card,.service-card,.tool-card,.lawyer-card{padding:1.5rem}.modal-content{margin:10% auto;padding:1.5rem;width:95%}}.btn:focus,.nav-link:focus,input:focus,select:focus,textarea:focus{outline:2px solid #027368;outline-offset:2px}@media (prefers-contrast: high){.btn-primary{background:#000;color:#fff}.btn-secondary{border-color:#000;color:#000}}.calculator-page[data-astro-cid-utj4plfv]{padding:120px 0 80px;background:#f8fafc;min-height:100vh}.calculator-hero[data-astro-cid-utj4plfv]{background:linear-gradient(135deg,#011f26,#027368);padding:4rem 0;border-radius:20px;margin-bottom:4rem;text-align:center;color:#fff}.calculator-hero-icon[data-astro-cid-utj4plfv]{width:100px;height:100px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;backdrop-filter:blur(10px)}.calculator-hero-icon[data-astro-cid-utj4plfv] i[data-astro-cid-utj4plfv]{font-size:3rem;color:#fff}.calculator-hero[data-astro-cid-utj4plfv] h1[data-astro-cid-utj4plfv]{font-size:3rem;margin-bottom:1rem;font-weight:700}.calculator-hero-description[data-astro-cid-utj4plfv]{font-size:1.2rem;max-width:600px;color:#fff;margin:0 auto 2rem}.calculator-year-badge[data-astro-cid-utj4plfv]{display:inline-flex;align-items:center;gap:.5rem;background:#fff3;padding:.75rem 1.5rem;border-radius:50px;font-weight:600;backdrop-filter:blur(10px)}.calculator-content[data-astro-cid-utj4plfv]{display:grid;grid-template-columns:2fr 1fr;gap:3rem}.calculator-card[data-astro-cid-utj4plfv]{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 10px 30px #0000001a;border:1px solid #e2e8f0;margin-bottom:2rem}.calculator-header[data-astro-cid-utj4plfv]{text-align:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #f1f5f9}.calculator-header[data-astro-cid-utj4plfv] h2[data-astro-cid-utj4plfv]{color:#011f26;margin-bottom:.5rem;font-size:1.8rem}.calculator-header[data-astro-cid-utj4plfv] p[data-astro-cid-utj4plfv]{color:#666;font-size:1rem}.calculator-form-container[data-astro-cid-utj4plfv]{margin-bottom:2rem}.calculation-result[data-astro-cid-utj4plfv]{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:2px solid #22c55e;border-radius:15px;padding:2rem;margin-top:2rem}.algorithm-explanation[data-astro-cid-utj4plfv],.important-notes[data-astro-cid-utj4plfv]{background:#fff;border-radius:15px;padding:2rem;box-shadow:0 5px 20px #00000014;border:1px solid #e2e8f0;margin-bottom:2rem}.algorithm-explanation[data-astro-cid-utj4plfv] h3[data-astro-cid-utj4plfv],.important-notes[data-astro-cid-utj4plfv] h3[data-astro-cid-utj4plfv]{color:#011f26;margin-bottom:1.5rem;font-size:1.4rem;display:flex;align-items:center;gap:.5rem}.algorithm-explanation[data-astro-cid-utj4plfv] h3[data-astro-cid-utj4plfv]:before{content:"⚙️";font-size:1.2rem}.important-notes[data-astro-cid-utj4plfv] h3[data-astro-cid-utj4plfv]:before{content:"⚠️";font-size:1.2rem}.calculator-sidebar[data-astro-cid-utj4plfv]{display:flex;flex-direction:column;gap:2rem}.contact-section[data-astro-cid-utj4plfv],.quick-contact-section[data-astro-cid-utj4plfv],.office-hours-section[data-astro-cid-utj4plfv],.legal-disclaimer[data-astro-cid-utj4plfv]{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 20px #00000014;border:1px solid #e2e8f0}.contact-header[data-astro-cid-utj4plfv]{text-align:center;margin-bottom:1.5rem}.contact-header[data-astro-cid-utj4plfv] h3[data-astro-cid-utj4plfv]{color:#011f26;margin-bottom:.5rem;font-size:1.3rem}.contact-header[data-astro-cid-utj4plfv] p[data-astro-cid-utj4plfv]{color:#666;font-size:.9rem}.contact-form-section[data-astro-cid-utj4plfv] h4[data-astro-cid-utj4plfv],.quick-contact-section[data-astro-cid-utj4plfv] h3[data-astro-cid-utj4plfv],.office-hours-section[data-astro-cid-utj4plfv] h3[data-astro-cid-utj4plfv]{color:#011f26;margin-bottom:1rem;font-size:1.1rem}.form-group[data-astro-cid-utj4plfv]{margin-bottom:1rem}.form-group[data-astro-cid-utj4plfv] input[data-astro-cid-utj4plfv],.form-group[data-astro-cid-utj4plfv] textarea[data-astro-cid-utj4plfv]{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.form-group[data-astro-cid-utj4plfv] input[data-astro-cid-utj4plfv]:focus,.form-group[data-astro-cid-utj4plfv] textarea[data-astro-cid-utj4plfv]:focus{outline:none;border-color:#027368}.quick-contact-options[data-astro-cid-utj4plfv]{display:flex;flex-direction:column;gap:1rem}.quick-contact-btn[data-astro-cid-utj4plfv]{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8fafc;border:2px solid #e2e8f0;border-radius:10px;text-decoration:none;color:#333;transition:all .3s ease}.quick-contact-btn[data-astro-cid-utj4plfv]:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}.quick-contact-btn[data-astro-cid-utj4plfv].phone:hover{border-color:#10b981;background:#f0fdf4}.quick-contact-btn[data-astro-cid-utj4plfv].whatsapp:hover{border-color:#25d366;background:#f0fdf4}.quick-contact-btn[data-astro-cid-utj4plfv].email:hover{border-color:#3b82f6;background:#eff6ff}.quick-contact-btn[data-astro-cid-utj4plfv] i[data-astro-cid-utj4plfv]{font-size:1.5rem;width:30px;text-align:center}.quick-contact-btn[data-astro-cid-utj4plfv].phone i[data-astro-cid-utj4plfv]{color:#10b981}.quick-contact-btn[data-astro-cid-utj4plfv].whatsapp i[data-astro-cid-utj4plfv]{color:#25d366}.quick-contact-btn[data-astro-cid-utj4plfv].email i[data-astro-cid-utj4plfv]{color:#3b82f6}.quick-contact-btn[data-astro-cid-utj4plfv] span[data-astro-cid-utj4plfv]{font-weight:600;color:#011f26}.quick-contact-btn[data-astro-cid-utj4plfv] small[data-astro-cid-utj4plfv]{color:#666;font-size:.875rem}.hours-list[data-astro-cid-utj4plfv]{display:flex;flex-direction:column;gap:.75rem}.hours-item[data-astro-cid-utj4plfv]{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #f1f5f9}.hours-item[data-astro-cid-utj4plfv].emergency{border-bottom:none;color:#dc2626;font-weight:600}.legal-disclaimer[data-astro-cid-utj4plfv]{background:#fef3c7;border:2px solid #f59e0b}.legal-disclaimer[data-astro-cid-utj4plfv] h4[data-astro-cid-utj4plfv]{color:#92400e;margin-bottom:.5rem;font-size:1rem}.legal-disclaimer[data-astro-cid-utj4plfv] p[data-astro-cid-utj4plfv]{color:#92400e;font-size:.875rem;line-height:1.5}.related-calculators[data-astro-cid-utj4plfv]{margin-top:4rem;padding-top:3rem;border-top:2px solid #e2e8f0}.related-calculators[data-astro-cid-utj4plfv] h2[data-astro-cid-utj4plfv]{text-align:center;color:#011f26;margin-bottom:2rem;font-size:2rem}.related-calculators-grid[data-astro-cid-utj4plfv]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.related-calculator-card[data-astro-cid-utj4plfv]{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 20px #00000014;text-decoration:none;color:inherit;transition:all .3s ease;border:1px solid #e2e8f0}.related-calculator-card[data-astro-cid-utj4plfv]:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00000026}.related-calculator-icon[data-astro-cid-utj4plfv]{width:60px;height:60px;background:linear-gradient(135deg,#027368,#5c7373);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.related-calculator-icon[data-astro-cid-utj4plfv] i[data-astro-cid-utj4plfv]{font-size:1.5rem;color:#fff}.related-calculator-card[data-astro-cid-utj4plfv] h3[data-astro-cid-utj4plfv]{color:#011f26;margin-bottom:.5rem;font-size:1.2rem}.related-calculator-card[data-astro-cid-utj4plfv] p[data-astro-cid-utj4plfv]{color:#666;font-size:.9rem;line-height:1.5}@media (max-width: 768px){.calculator-content[data-astro-cid-utj4plfv]{grid-template-columns:1fr;gap:2rem}.calculator-hero[data-astro-cid-utj4plfv] h1[data-astro-cid-utj4plfv]{font-size:2rem}.calculator-card[data-astro-cid-utj4plfv],.algorithm-explanation[data-astro-cid-utj4plfv],.important-notes[data-astro-cid-utj4plfv]{padding:1.5rem}.quick-contact-btn[data-astro-cid-utj4plfv]{flex-direction:column;text-align:center;gap:.5rem}}.form-row[data-astro-cid-7qcxhdjc]{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group[data-astro-cid-7qcxhdjc]{display:flex;flex-direction:column}.form-group[data-astro-cid-7qcxhdjc] label[data-astro-cid-7qcxhdjc]{font-weight:600;color:#011f26;margin-bottom:.5rem;font-size:1rem}.form-group[data-astro-cid-7qcxhdjc] input[data-astro-cid-7qcxhdjc],.form-group[data-astro-cid-7qcxhdjc] select[data-astro-cid-7qcxhdjc]{padding:.875rem;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;transition:all .3s ease;background:#fff}.form-group[data-astro-cid-7qcxhdjc] input[data-astro-cid-7qcxhdjc]:focus,.form-group[data-astro-cid-7qcxhdjc] select[data-astro-cid-7qcxhdjc]:focus{outline:none;border-color:#027368;box-shadow:0 0 0 3px #0273681a}.form-help[data-astro-cid-7qcxhdjc]{color:#666;font-size:.875rem;margin-top:.25rem;font-style:italic}.btn-large[data-astro-cid-7qcxhdjc]{width:100%;padding:1rem 2rem;font-size:1.1rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem}.result-header[data-astro-cid-7qcxhdjc]{text-align:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #22c55e}.result-header[data-astro-cid-7qcxhdjc] h3[data-astro-cid-7qcxhdjc]{color:#011f26;font-size:1.5rem;margin-bottom:.5rem}.result-date[data-astro-cid-7qcxhdjc]{color:#666;font-size:.9rem}.result-summary[data-astro-cid-7qcxhdjc]{text-align:center;margin-bottom:2rem}.result-item[data-astro-cid-7qcxhdjc]{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f1f5f9}.result-item[data-astro-cid-7qcxhdjc].primary{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;padding:1.5rem;border-radius:12px;border:none;margin-bottom:1rem}.result-item[data-astro-cid-7qcxhdjc] .label[data-astro-cid-7qcxhdjc]{font-weight:500;color:#374151}.result-item[data-astro-cid-7qcxhdjc].primary .label[data-astro-cid-7qcxhdjc]{color:#fff;font-weight:600}.result-item[data-astro-cid-7qcxhdjc] .value[data-astro-cid-7qcxhdjc]{font-weight:700;color:#011f26;font-size:1.1rem}.result-item[data-astro-cid-7qcxhdjc].primary .value[data-astro-cid-7qcxhdjc]{color:#fff;font-size:1.8rem}.result-details[data-astro-cid-7qcxhdjc]{background:#f8fafc;border-radius:12px;padding:1.5rem;margin-bottom:2rem}.result-note[data-astro-cid-7qcxhdjc]{background:#eff6ff;border:2px solid #3b82f6;border-radius:12px;padding:1.5rem}.result-note[data-astro-cid-7qcxhdjc] h4[data-astro-cid-7qcxhdjc]{color:#1e40af;margin-bottom:1rem}.result-note[data-astro-cid-7qcxhdjc] ul[data-astro-cid-7qcxhdjc]{color:#1e40af;padding-left:1.5rem}.result-note[data-astro-cid-7qcxhdjc] li[data-astro-cid-7qcxhdjc]{margin-bottom:.5rem}.algorithm-section[data-astro-cid-7qcxhdjc]{line-height:1.6}.algorithm-section[data-astro-cid-7qcxhdjc] h5[data-astro-cid-7qcxhdjc]{color:#011f26;margin:1.5rem 0 1rem;font-size:1.2rem;border-left:4px solid #027368;padding-left:1rem}.formula-box[data-astro-cid-7qcxhdjc]{background:#f0fdf4;border:2px solid #22c55e;border-radius:10px;padding:1.5rem;margin:1rem 0}.formula-box[data-astro-cid-7qcxhdjc] p[data-astro-cid-7qcxhdjc]{margin:.5rem 0;font-weight:600;color:#15803d}.legal-references[data-astro-cid-7qcxhdjc]{background:#fef3c7;border:2px solid #f59e0b;border-radius:10px;padding:1.5rem;margin-top:2rem}.legal-references[data-astro-cid-7qcxhdjc] h5[data-astro-cid-7qcxhdjc]{color:#92400e;margin-bottom:1rem}.legal-references[data-astro-cid-7qcxhdjc] ul[data-astro-cid-7qcxhdjc]{color:#92400e}.notes-grid[data-astro-cid-7qcxhdjc]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.note-item[data-astro-cid-7qcxhdjc]{background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:1.5rem;transition:all .3s ease}.note-item[data-astro-cid-7qcxhdjc]:hover{border-color:#027368;transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}.note-item[data-astro-cid-7qcxhdjc] h5[data-astro-cid-7qcxhdjc]{color:#011f26;margin-bottom:.75rem;font-size:1.1rem}.note-item[data-astro-cid-7qcxhdjc] p[data-astro-cid-7qcxhdjc]{color:#666;line-height:1.5;margin:0}.warning-box[data-astro-cid-7qcxhdjc]{background:#fef2f2;border:2px solid #ef4444;border-radius:12px;padding:1.5rem}.warning-box[data-astro-cid-7qcxhdjc] h5[data-astro-cid-7qcxhdjc]{color:#dc2626;margin-bottom:.75rem}.warning-box[data-astro-cid-7qcxhdjc] p[data-astro-cid-7qcxhdjc]{color:#dc2626;line-height:1.6;margin:0}@media (max-width: 768px){.form-row[data-astro-cid-7qcxhdjc]{grid-template-columns:1fr;gap:1rem}.notes-grid[data-astro-cid-7qcxhdjc]{grid-template-columns:1fr}.result-item[data-astro-cid-7qcxhdjc].primary .value[data-astro-cid-7qcxhdjc]{font-size:1.4rem}}.tufe-table[data-astro-cid-aksxalvq]{margin:1rem 0;overflow-x:auto}.tufe-table[data-astro-cid-aksxalvq] table[data-astro-cid-aksxalvq]{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px #0000001a}.tufe-table[data-astro-cid-aksxalvq] th[data-astro-cid-aksxalvq],.tufe-table[data-astro-cid-aksxalvq] td[data-astro-cid-aksxalvq]{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #e2e8f0}.tufe-table[data-astro-cid-aksxalvq] th[data-astro-cid-aksxalvq]{background:#f8fafc;font-weight:600;color:#011f26}.tufe-table[data-astro-cid-aksxalvq] tr[data-astro-cid-aksxalvq]:hover{background:#f8fafc}.result-breakdown[data-astro-cid-aksxalvq]{background:#f0fdf4;border:2px solid #22c55e;border-radius:12px;padding:1.5rem;margin-bottom:2rem}.result-breakdown[data-astro-cid-aksxalvq] h4[data-astro-cid-aksxalvq]{color:#15803d;margin-bottom:1rem;text-align:center}.breakdown-item[data-astro-cid-aksxalvq]{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #dcfce7}.breakdown-item[data-astro-cid-aksxalvq]:last-child{border-bottom:none;font-weight:600;color:#15803d;background:#dcfce7;padding:1rem;border-radius:8px;margin-top:.5rem}.breakdown-label[data-astro-cid-aksxalvq]{color:#166534;font-weight:500}.breakdown-value[data-astro-cid-aksxalvq]{font-weight:600;color:#15803d}@media (max-width: 768px){.tufe-table[data-astro-cid-aksxalvq]{font-size:.875rem}.tufe-table[data-astro-cid-aksxalvq] th[data-astro-cid-aksxalvq],.tufe-table[data-astro-cid-aksxalvq] td[data-astro-cid-aksxalvq]{padding:.5rem}}.checkbox-group[data-astro-cid-2mmbxgg5]{display:flex;flex-direction:column;gap:1rem}.checkbox-option[data-astro-cid-2mmbxgg5]{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border:2px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:all .3s ease}.checkbox-option[data-astro-cid-2mmbxgg5]:hover{border-color:#027368;background:#f0fdf4}.checkbox-option[data-astro-cid-2mmbxgg5] input[data-astro-cid-2mmbxgg5][type=checkbox]{display:none}.checkbox-custom[data-astro-cid-2mmbxgg5]{width:20px;height:20px;border:2px solid #d1d5db;border-radius:4px;position:relative;transition:all .3s ease}.checkbox-option[data-astro-cid-2mmbxgg5] input[data-astro-cid-2mmbxgg5][type=checkbox]:checked+.checkbox-custom[data-astro-cid-2mmbxgg5]{border-color:#027368;background:#027368}.checkbox-option[data-astro-cid-2mmbxgg5] input[data-astro-cid-2mmbxgg5][type=checkbox]:checked+.checkbox-custom[data-astro-cid-2mmbxgg5]:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:14px;font-weight:700}.checkbox-content[data-astro-cid-2mmbxgg5] strong[data-astro-cid-2mmbxgg5]{color:#011f26;display:block;margin-bottom:.25rem}.checkbox-content[data-astro-cid-2mmbxgg5] small[data-astro-cid-2mmbxgg5]{color:#666;font-size:.875rem}.result-breakdown[data-astro-cid-2mmbxgg5]{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;padding:1.5rem;margin-bottom:2rem}.result-breakdown[data-astro-cid-2mmbxgg5] h4[data-astro-cid-2mmbxgg5]{color:#011f26;margin-bottom:1rem;text-align:center}.breakdown-category[data-astro-cid-2mmbxgg5]{margin-bottom:1.5rem;padding:1rem;background:#fff;border-radius:8px;border:1px solid #e2e8f0}.breakdown-category[data-astro-cid-2mmbxgg5] h5[data-astro-cid-2mmbxgg5]{color:#027368;margin-bottom:.75rem;font-size:1.1rem}.breakdown-item[data-astro-cid-2mmbxgg5]{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f1f5f9}.breakdown-item[data-astro-cid-2mmbxgg5]:last-child{border-bottom:none}.breakdown-label[data-astro-cid-2mmbxgg5]{color:#666;font-size:.9rem}.breakdown-value[data-astro-cid-2mmbxgg5]{font-weight:600;color:#011f26}.total-breakdown[data-astro-cid-2mmbxgg5]{background:#027368;color:#fff;padding:1rem;border-radius:8px;margin-top:1rem}.total-breakdown[data-astro-cid-2mmbxgg5] .breakdown-item[data-astro-cid-2mmbxgg5]{border-bottom-color:#fff3}.total-breakdown[data-astro-cid-2mmbxgg5] .breakdown-label[data-astro-cid-2mmbxgg5],.total-breakdown[data-astro-cid-2mmbxgg5] .breakdown-value[data-astro-cid-2mmbxgg5]{color:#fff}@media (max-width: 768px){.checkbox-group[data-astro-cid-2mmbxgg5]{gap:.75rem}.checkbox-option[data-astro-cid-2mmbxgg5]{padding:.75rem}}.form-section[data-astro-cid-lswqiohl]{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.form-section[data-astro-cid-lswqiohl] h4[data-astro-cid-lswqiohl]{color:#011f26;margin-bottom:1rem;font-size:1.2rem;border-bottom:2px solid #027368;padding-bottom:.5rem}.radio-group[data-astro-cid-lswqiohl]{display:flex;flex-direction:column;gap:1rem}.radio-option[data-astro-cid-lswqiohl]{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border:2px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:all .3s ease}.radio-option[data-astro-cid-lswqiohl]:hover{border-color:#027368;background:#f0fdf4}.radio-option[data-astro-cid-lswqiohl] input[data-astro-cid-lswqiohl][type=radio]{display:none}.radio-custom[data-astro-cid-lswqiohl]{width:20px;height:20px;border:2px solid #d1d5db;border-radius:50%;position:relative;transition:all .3s ease}.radio-option[data-astro-cid-lswqiohl] input[data-astro-cid-lswqiohl][type=radio]:checked+.radio-custom[data-astro-cid-lswqiohl]{border-color:#027368;background:#027368}.radio-option[data-astro-cid-lswqiohl] input[data-astro-cid-lswqiohl][type=radio]:checked+.radio-custom[data-astro-cid-lswqiohl]:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background:#fff;border-radius:50%}.radio-content[data-astro-cid-lswqiohl] strong[data-astro-cid-lswqiohl]{color:#011f26;display:block;margin-bottom:.25rem}.radio-content[data-astro-cid-lswqiohl] small[data-astro-cid-lswqiohl]{color:#666;font-size:.875rem}.form-row[data-astro-cid-lswqiohl]{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group[data-astro-cid-lswqiohl]{display:flex;flex-direction:column}.form-group[data-astro-cid-lswqiohl] label[data-astro-cid-lswqiohl]{font-weight:600;color:#011f26;margin-bottom:.5rem;font-size:1rem}.form-group[data-astro-cid-lswqiohl] input[data-astro-cid-lswqiohl],.form-group[data-astro-cid-lswqiohl] select[data-astro-cid-lswqiohl]{padding:.875rem;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;transition:all .3s ease;background:#fff}.form-group[data-astro-cid-lswqiohl] input[data-astro-cid-lswqiohl]:focus,.form-group[data-astro-cid-lswqiohl] select[data-astro-cid-lswqiohl]:focus{outline:none;border-color:#027368;box-shadow:0 0 0 3px #0273681a}.form-help[data-astro-cid-lswqiohl]{color:#666;font-size:.875rem;margin-top:.25rem;font-style:italic}.btn-large[data-astro-cid-lswqiohl]{width:100%;padding:1rem 2rem;font-size:1.1rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem}.result-breakdown[data-astro-cid-lswqiohl]{background:#f8fafc;border-radius:12px;padding:1.5rem;margin-bottom:2rem}.breakdown-item[data-astro-cid-lswqiohl]{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e2e8f0}.breakdown-item[data-astro-cid-lswqiohl]:last-child{border-bottom:none;font-weight:600;color:#011f26}.breakdown-label[data-astro-cid-lswqiohl]{color:#666}.breakdown-value[data-astro-cid-lswqiohl]{font-weight:600;color:#011f26}@media (max-width: 768px){.form-row[data-astro-cid-lswqiohl]{grid-template-columns:1fr;gap:1rem}.radio-group[data-astro-cid-lswqiohl]{gap:.75rem}.radio-option[data-astro-cid-lswqiohl]{padding:.75rem}}.service-detail[data-astro-cid-a5hfqa4e]{padding:120px 0 80px;background:#fff}.service-hero[data-astro-cid-a5hfqa4e]{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:4rem 2rem;border-radius:20px;margin-bottom:4rem;text-align:center;border:1px solid #e2e8f0;box-shadow:0 10px 30px #00000008}.service-hero-icon[data-astro-cid-a5hfqa4e]{width:100px;height:100px;background:linear-gradient(135deg,#011f26,#027368);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;box-shadow:0 10px 20px #02736833}.service-hero-icon[data-astro-cid-a5hfqa4e] i[data-astro-cid-a5hfqa4e]{font-size:3rem;color:#fff}.service-hero[data-astro-cid-a5hfqa4e] h1[data-astro-cid-a5hfqa4e]{font-size:3rem;color:#011f26;margin-bottom:1rem;font-weight:700}.service-hero-description[data-astro-cid-a5hfqa4e]{font-size:1.2rem;color:#555;max-width:700px;margin:0 auto 2rem;line-height:1.6}.service-hero-buttons[data-astro-cid-a5hfqa4e]{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.service-content[data-astro-cid-a5hfqa4e]{display:grid;grid-template-columns:2fr 1fr;gap:4rem;margin-bottom:4rem}.service-text[data-astro-cid-a5hfqa4e]{line-height:1.8;color:#333;font-size:1.05rem}.service-text[data-astro-cid-a5hfqa4e] h2{color:#011f26;margin:2.5rem 0 1.25rem;font-size:1.8rem;font-weight:600;padding-bottom:.75rem;border-bottom:2px solid #f1f5f9}.service-text[data-astro-cid-a5hfqa4e] h2:first-child{margin-top:0}.service-text[data-astro-cid-a5hfqa4e] h3{color:#027368;margin:2rem 0 1rem;font-size:1.4rem;font-weight:600}.service-text[data-astro-cid-a5hfqa4e] p{margin-bottom:1.5rem;color:#4b5563;line-height:1.8;text-align:justify}.service-text[data-astro-cid-a5hfqa4e] ul{margin-bottom:1.5rem;padding-left:0;list-style:none}.service-text[data-astro-cid-a5hfqa4e] li{margin-bottom:.75rem;padding-left:1.75rem;position:relative;color:#4b5563}.service-text[data-astro-cid-a5hfqa4e] li:before{content:"";font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;left:0;top:3px;color:#10b981;font-size:.9rem}.service-text[data-astro-cid-a5hfqa4e] blockquote{background:#f8fafc;border-left:5px solid #027368;padding:1.5rem 2rem;margin:2rem 0;border-radius:0 10px 10px 0;font-style:italic;color:#011f26}.service-text[data-astro-cid-a5hfqa4e] blockquote p{margin-bottom:0;color:#334155}.service-list-section[data-astro-cid-a5hfqa4e]{background:#f8fafc;padding:2.5rem;border-radius:15px;margin:3rem 0;border:1px solid #e2e8f0}.service-list-section[data-astro-cid-a5hfqa4e] h2[data-astro-cid-a5hfqa4e]{color:#011f26;margin-bottom:1.5rem;font-size:1.5rem;text-align:center}.service-items[data-astro-cid-a5hfqa4e]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-top:1.5rem}.service-item[data-astro-cid-a5hfqa4e]{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#fff;border-radius:8px;border:1px solid #e2e8f0;transition:all .3s ease}.service-item[data-astro-cid-a5hfqa4e]:hover{transform:translateY(-3px);box-shadow:0 5px 15px #0000000d;border-color:#027368}.service-item[data-astro-cid-a5hfqa4e] i[data-astro-cid-a5hfqa4e]{color:#10b981;font-size:1.2rem}.service-item[data-astro-cid-a5hfqa4e] span[data-astro-cid-a5hfqa4e]{font-weight:500;color:#334155}.why-choose-us[data-astro-cid-a5hfqa4e]{margin:4rem 0}.why-choose-us[data-astro-cid-a5hfqa4e] h2[data-astro-cid-a5hfqa4e]{text-align:center;color:#011f26;font-size:1.8rem;margin-bottom:2rem}.advantages-grid[data-astro-cid-a5hfqa4e]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:2rem}.advantage-item[data-astro-cid-a5hfqa4e]{text-align:center;padding:2rem;background:#fff;border-radius:15px;border:1px solid #e2e8f0;transition:all .3s ease;box-shadow:0 5px 20px #00000008}.advantage-item[data-astro-cid-a5hfqa4e]:hover{transform:translateY(-5px);box-shadow:0 15px 30px #00000014;border-color:#027368}.advantage-item[data-astro-cid-a5hfqa4e] i[data-astro-cid-a5hfqa4e]{font-size:2.5rem;color:#027368;margin-bottom:1.5rem;background:#f0fdfa;width:70px;height:70px;display:flex;align-items:center;justify-content:center;border-radius:50%;margin-left:auto;margin-right:auto}.advantage-item[data-astro-cid-a5hfqa4e] h3[data-astro-cid-a5hfqa4e]{color:#011f26;margin-bottom:.75rem;font-size:1.2rem}.advantage-item[data-astro-cid-a5hfqa4e] p[data-astro-cid-a5hfqa4e]{color:#666;font-size:.95rem;line-height:1.5}.service-sidebar[data-astro-cid-a5hfqa4e]{display:flex;flex-direction:column;gap:2rem}.sidebar-contact[data-astro-cid-a5hfqa4e],.sidebar-quick-contact[data-astro-cid-a5hfqa4e],.sidebar-hours[data-astro-cid-a5hfqa4e]{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 25px #0000000d;border:1px solid #e2e8f0;position:sticky}.sidebar-contact[data-astro-cid-a5hfqa4e]{top:100px}.sidebar-contact[data-astro-cid-a5hfqa4e] h3[data-astro-cid-a5hfqa4e],.sidebar-quick-contact[data-astro-cid-a5hfqa4e] h3[data-astro-cid-a5hfqa4e],.sidebar-hours[data-astro-cid-a5hfqa4e] h3[data-astro-cid-a5hfqa4e]{color:#011f26;margin-bottom:.5rem;font-size:1.3rem}.sidebar-contact[data-astro-cid-a5hfqa4e] p[data-astro-cid-a5hfqa4e]{color:#666;margin-bottom:1.5rem;font-size:.95rem}.contact-form[data-astro-cid-a5hfqa4e] .form-group[data-astro-cid-a5hfqa4e]{margin-bottom:1rem}.contact-form[data-astro-cid-a5hfqa4e] input[data-astro-cid-a5hfqa4e],.contact-form[data-astro-cid-a5hfqa4e] textarea[data-astro-cid-a5hfqa4e]{width:100%;padding:.85rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.95rem;transition:all .3s ease;background-color:#f8fafc}.contact-form[data-astro-cid-a5hfqa4e] input[data-astro-cid-a5hfqa4e]:focus,.contact-form[data-astro-cid-a5hfqa4e] textarea[data-astro-cid-a5hfqa4e]:focus{outline:none;border-color:#027368;background-color:#fff;box-shadow:0 0 0 3px #0273681a}.btn-full[data-astro-cid-a5hfqa4e]{width:100%;padding:1rem;font-weight:600;letter-spacing:.5px}.quick-contact-items[data-astro-cid-a5hfqa4e]{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.quick-contact-item[data-astro-cid-a5hfqa4e]{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8fafc;border-radius:10px;text-decoration:none;color:#333;transition:all .3s ease;border:1px solid transparent}.quick-contact-item[data-astro-cid-a5hfqa4e]:hover{background:#fff;color:#027368;border-color:#027368;transform:translate(5px);box-shadow:0 5px 15px #0000000d}.quick-contact-item[data-astro-cid-a5hfqa4e] i[data-astro-cid-a5hfqa4e]{width:35px;height:35px;display:flex;align-items:center;justify-content:center;background:#e0f2fe;color:#027368;border-radius:50%;font-size:1rem}.hours-list[data-astro-cid-a5hfqa4e]{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.hours-item[data-astro-cid-a5hfqa4e]{display:flex;justify-content:space-between;align-items:center;padding-bottom:.75rem;border-bottom:1px dashed #cbd5e1;font-size:.95rem}.hours-item[data-astro-cid-a5hfqa4e]:last-child{border-bottom:none;padding-bottom:0}.hours-item[data-astro-cid-a5hfqa4e] span[data-astro-cid-a5hfqa4e]:first-child{color:#64748b;font-weight:500}.hours-item[data-astro-cid-a5hfqa4e] span[data-astro-cid-a5hfqa4e]:last-child{color:#011f26;font-weight:600;background:#f1f5f9;padding:.25rem .75rem;border-radius:20px;font-size:.85rem}.related-services[data-astro-cid-a5hfqa4e]{margin-top:6rem;padding-top:4rem;border-top:1px solid #e2e8f0}.related-services[data-astro-cid-a5hfqa4e] h2[data-astro-cid-a5hfqa4e]{text-align:center;color:#011f26;margin-bottom:3rem;font-size:2rem}.related-services-grid[data-astro-cid-a5hfqa4e]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.related-service-card[data-astro-cid-a5hfqa4e]{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 20px #0000000d;text-decoration:none;color:inherit;transition:all .3s ease;border:1px solid #e2e8f0;display:flex;flex-direction:column;align-items:center;text-align:center}.related-service-card[data-astro-cid-a5hfqa4e]:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a;border-color:#027368}.related-service-icon[data-astro-cid-a5hfqa4e]{width:70px;height:70px;background:linear-gradient(135deg,#027368,#5c7373);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;box-shadow:0 5px 15px #02736833;transition:transform .3s ease}.related-service-card[data-astro-cid-a5hfqa4e]:hover .related-service-icon[data-astro-cid-a5hfqa4e]{transform:scale(1.1)}.related-service-icon[data-astro-cid-a5hfqa4e] i[data-astro-cid-a5hfqa4e]{font-size:1.8rem;color:#fff}.related-service-card[data-astro-cid-a5hfqa4e] h3[data-astro-cid-a5hfqa4e]{color:#011f26;margin-bottom:.75rem;font-size:1.3rem}.related-service-card[data-astro-cid-a5hfqa4e] p[data-astro-cid-a5hfqa4e]{color:#666;font-size:.95rem;line-height:1.6}@media (max-width: 992px){.service-content[data-astro-cid-a5hfqa4e]{grid-template-columns:1fr;gap:3rem}.service-sidebar[data-astro-cid-a5hfqa4e]{order:2}}@media (max-width: 768px){.service-hero[data-astro-cid-a5hfqa4e]{padding:3rem 1.5rem}.service-hero[data-astro-cid-a5hfqa4e] h1[data-astro-cid-a5hfqa4e]{font-size:2.2rem}.service-hero-buttons[data-astro-cid-a5hfqa4e]{flex-direction:column;align-items:stretch}.advantages-grid[data-astro-cid-a5hfqa4e],.service-items[data-astro-cid-a5hfqa4e]{grid-template-columns:1fr}.service-text[data-astro-cid-a5hfqa4e] h2{font-size:1.5rem}}.tools[data-astro-cid-l2cnqcpr]{padding:5rem 0;background-color:#f8fafc}.tools-grid[data-astro-cid-l2cnqcpr]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.tool-card[data-astro-cid-l2cnqcpr]{display:flex;flex-direction:column;background:#fff;padding:2rem;border-radius:15px;box-shadow:0 10px 30px #0000000d;text-align:center;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #e2e8f0;text-decoration:none;color:inherit;cursor:pointer;min-height:280px}.tool-card[data-astro-cid-l2cnqcpr]:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a;text-decoration:none;color:inherit}.tool-icon[data-astro-cid-l2cnqcpr]{width:70px;height:70px;background:#011f260d;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;transition:all .3s ease}.tool-card[data-astro-cid-l2cnqcpr]:hover .tool-icon[data-astro-cid-l2cnqcpr]{background:#011f26;color:#fff}.tool-icon[data-astro-cid-l2cnqcpr] i[data-astro-cid-l2cnqcpr]{font-size:1.75rem;color:#011f26;transition:all .3s ease}.tool-card[data-astro-cid-l2cnqcpr]:hover .tool-icon[data-astro-cid-l2cnqcpr] i[data-astro-cid-l2cnqcpr]{color:#fff}.tool-card[data-astro-cid-l2cnqcpr] h3[data-astro-cid-l2cnqcpr]{color:#011f26;margin-bottom:1rem;font-size:1.25rem}.tool-card[data-astro-cid-l2cnqcpr] p[data-astro-cid-l2cnqcpr]{color:#666;margin-bottom:auto;font-size:.95rem;line-height:1.6;flex-grow:1}.tool-card[data-astro-cid-l2cnqcpr]:after{content:"Hesapla →";display:block;margin-top:auto;padding-top:1.5rem;color:#027368;font-weight:600;font-size:.95rem;transition:transform .3s ease,color .3s ease}.tool-card[data-astro-cid-l2cnqcpr]:hover:after{transform:translate(5px);color:#015a52}
