.location-hero{padding:4rem 0;min-height:70vh;display:flex;align-items:center}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:4rem;align-items:center;max-width:900px;margin:0 auto}.hero-content h1{font-size:2.5rem;margin-bottom:1.5rem;line-height:1.3}.hero-description{font-size:1.125rem;line-height:1.8;color:var(--text-color);margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.location-hero .hero-image{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.location-hero .hero-image img{width:100%;height:auto;display:block}.location-content{max-width:900px;margin:0 auto}.location-content p{font-size:1.125rem;line-height:1.8;margin-bottom:1.5rem;text-align:center}.address-card{text-align:center;padding:2.5rem 2rem;background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--border-light);margin-bottom:2.5rem}.address-card h3{color:var(--primary-color);margin-bottom:1rem}.address-card p{margin:0}.map-container{border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-lg);margin-bottom:2rem}.map-container iframe{width:100%;height:450px;border:0}.map-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary-color);font-weight:500;text-decoration:underline;margin-top:1rem}.editorial-local{max-width:720px;margin:0 auto}.editorial-local h2{font-size:1.75rem;margin-bottom:.5rem;color:var(--black)}.editorial-subtitle{font-size:1.05rem;color:var(--text-light);font-style:italic;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid var(--primary-color)}.editorial-image{width:100%;height:auto;border-radius:var(--radius-md);margin-bottom:2rem;box-shadow:var(--shadow-sm)}.editorial-local p{font-size:1.05rem;line-height:1.85;margin-bottom:1.25rem;color:var(--text-color)}.editorial-local a{color:var(--primary-color);text-decoration:underline;text-underline-offset:3px}.editorial-local a:hover{color:var(--primary-dark)}.practical-section{max-width:720px;margin:0 auto;background:var(--white);border-radius:var(--radius-md);padding:2.5rem 2rem;box-shadow:var(--shadow-sm);border:1px solid var(--border-light);border-left:4px solid var(--primary-color)}.practical-section h2{font-size:1.35rem;margin-bottom:1.25rem;color:var(--primary-dark)}.practical-section p{font-size:1.05rem;line-height:1.8;margin-bottom:.75rem;color:var(--text-color)}.practical-section p:last-child{margin-bottom:0}.practical-section a{color:var(--primary-color);text-decoration:underline;text-underline-offset:3px}.about-grid{display:grid;grid-template-columns:250px 1fr;gap:2.5rem;align-items:center;max-width:800px;margin:0 auto;background:var(--white);border-radius:var(--radius-md);padding:2.5rem;box-shadow:var(--shadow-sm);border:1px solid var(--border-light)}.about-grid img{width:100%;height:auto;border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.about-grid picture{display:block;width:100%}.about-grid picture img{display:block}.about-grid h3{font-size:1.5rem;margin-bottom:.25rem;color:var(--black)}.crp-badge{display:inline-block;font-size:.85rem;font-weight:600;color:var(--primary-dark);background:#08ba9c14;padding:.35rem .75rem;border-radius:var(--radius-sm);margin-bottom:1rem;letter-spacing:.02em}.about-grid>div>p{font-size:1.05rem;line-height:1.75;color:var(--text-color);margin-bottom:1rem}.about-grid>div>a{color:var(--primary-color);font-weight:500;text-decoration:underline;text-underline-offset:3px;font-size:.95rem}.contact-steps{max-width:700px;margin:0 auto;text-align:center}.contact-steps h2{margin-bottom:2rem}.contact-steps ol{list-style:none;counter-reset:steps;text-align:left;max-width:520px;margin:0 auto 1.5rem}.contact-steps li{counter-increment:steps;position:relative;padding-left:3.5rem;padding-bottom:1.75rem;font-size:1.05rem;line-height:1.6;border-left:2px solid var(--border-light);margin-left:1rem}.contact-steps li:last-child{border-left-color:transparent;padding-bottom:0}.contact-steps li:before{content:counter(steps);position:absolute;left:-1.1rem;top:0;width:2.2rem;height:2.2rem;background:var(--primary-color);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem}.contact-steps>p{color:var(--text-light);font-size:.95rem;font-style:italic}.loc-faq-container{max-width:800px;margin:0 auto}.loc-faq-item{border-bottom:1px solid var(--border-light);margin-bottom:0}.loc-faq-item:last-child{border-bottom:none}.loc-faq-item summary{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;cursor:pointer;font-weight:600;font-size:1.05rem;list-style:none;color:var(--black);transition:color .2s}.loc-faq-item summary::-webkit-details-marker{display:none}.loc-faq-item summary::marker{content:""}.loc-faq-item summary:hover{color:var(--primary-color)}.loc-faq-item summary span{flex:1;padding-right:1rem}.loc-faq-chevron{transition:transform .3s;flex-shrink:0;color:var(--text-light)}.loc-faq-item[open] .loc-faq-chevron{transform:rotate(180deg)}.loc-faq-answer{padding:0 0 1.25rem}.loc-faq-answer p{color:var(--text-light);line-height:1.75;font-size:1rem}.loc-articles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:900px;margin:0 auto}.loc-article-card{display:block;padding:1.5rem;background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--border-light);text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1)}.loc-article-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px);border-color:#08ba9c4d}.loc-article-card h3{font-size:1.1rem;color:var(--black);margin-bottom:.5rem;line-height:1.4}.loc-article-card p{font-size:.9rem;color:var(--text-light);margin:0;line-height:1.5}.loc-article-card .read-more{display:inline-block;margin-top:.75rem;font-size:.85rem;font-weight:500;color:var(--primary-color)}.bairros-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto}.bairro-card{background:var(--white);padding:1.5rem;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--border-light);transition:all .4s cubic-bezier(.4,0,.2,1)}.bairro-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px);border-color:#08ba9c4d}.bairro-card h3{color:var(--primary-color);font-size:1.25rem;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.bairro-card ul{list-style:none}.bairro-card li{padding:.4rem 0;color:var(--text-color)}.links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;max-width:900px;margin:0 auto}.link-card{display:block;padding:1.5rem;background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--border-light);transition:all .4s cubic-bezier(.4,0,.2,1);text-decoration:none}.link-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px);border-color:#08ba9c4d}.link-card h3{color:var(--primary-color);font-size:1.25rem;margin-bottom:.5rem}.link-card p{color:var(--text-light);font-size:.95rem;margin:0;text-align:left}.cta-content{text-align:center;max-width:600px;margin:0 auto}.cta-content h2{color:var(--white);margin-bottom:1rem}.cta-content p{color:#ffffffe6;font-size:var(--text-lg);margin-bottom:2rem}.response-time{font-size:.9rem;opacity:.85;margin-top:1rem}.section-header{text-align:center;margin-bottom:2rem}.section-kicker{display:block;font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--primary-color);margin-bottom:.5rem}.section-subtitle{color:var(--text-light);margin-top:.5rem;font-size:1.05rem;line-height:1.6;max-width:720px;margin-left:auto;margin-right:auto}.modalities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:900px;margin:0 auto}.modality-card{display:block;background:var(--white);padding:2rem;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--border-light);text-align:center;text-decoration:none;color:inherit;transition:all .4s cubic-bezier(.4,0,.2,1)}.modality-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px);border-color:#08ba9c4d}.modality-icon{width:60px;height:60px;background:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--white)}.modality-card h3{color:var(--primary-color);font-size:1.5rem;margin-bottom:1.5rem}.modality-card p{font-size:1.125rem;line-height:1.8;color:var(--text-color);text-align:left;margin:0}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:900px;margin:0 auto}@media screen and (max-width:968px){.hero-grid{grid-template-columns:1fr;gap:2rem}.location-hero .hero-image{order:-1}.hero-content h1{font-size:2rem}.hero-buttons{flex-direction:column}.about-grid{grid-template-columns:1fr;gap:2rem;text-align:center}.about-grid img{max-width:200px;margin:0 auto}.editorial-local{padding:0 .5rem}.practical-section{padding:2rem 1.5rem}.contact-steps ol{max-width:100%}}@media screen and (max-width:480px){.about-grid{padding:1.5rem}.practical-section{padding:1.5rem 1.25rem}}
