/* RESET & VARIÁVEIS */
* { margin: 0; padding: 0; box-sizing: border-box; }
:root { --bg-primary: #0A0A0A; --bg-secondary: #111111; --bg-card: #1A1A1A; --bg-section1: #0A0A0A; --bg-section2: #0D0D0D; --bg-section3: #080808; --bg-section4: #0F0F0F; --bg-section5: #0A0A0A; --gold: #C9A87C; --gold-light: #E0C9A3; --gold-dark: #A67C52; --text-light: #F5F5F5; --text-dim: #B0B0B0; --border-glow: rgba(201,168,124,.3); --transition: opacity .3s ease, transform .3s ease, background-color .2s ease, border-color .2s ease; }
body { font-family: 'Inter',sans-serif; background: var(--bg-primary); color: var(--text-light); line-height: 1.6; overflow-x: hidden; }
h1,h2,h3,.logo-main { font-family: 'Cormorant Garamond',serif; font-weight: 600; letter-spacing: -.02em; }
.container { max-width: 1280px; margin: 0 auto; padding: 0 32px; }

/* PRELOADER */
#preloader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #000; z-index: 9999; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 20px; transition: opacity .5s,visibility .5s; }
#preloader.hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.preloader-ring { width: 60px; height: 60px; border: 3px solid var(--gold-dark); border-top: 3px solid var(--gold); border-radius: 50%; animation: spin 1s linear infinite; margin: 0 auto; }
.preloader-text { text-align: center; color: var(--gold); font-size: 1.2rem; letter-spacing: 2px; font-weight: 300; line-height: 1.4; }
.preloader-text span { font-size: 1.5rem; font-weight: 600; font-family: 'Cormorant Garamond',serif; letter-spacing: 4px; color: var(--gold-light); }
@keyframes spin { 0% { transform: rotate(0); } 100% { transform: rotate(360deg); } }

/* HEADER */
#header { position: fixed; width: 100%; z-index: 1000; backdrop-filter: blur(12px); background: rgba(10,10,10,.85); border-bottom: 1px solid rgba(201,168,124,.2); transition: var(--transition); }
.header-container { display: flex; justify-content: space-between; align-items: center; padding: 20px 32px; max-width: 1280px; margin: 0 auto; }
.logo { display: flex; flex-direction: column; }
.logo-main { font-size: 1.8rem; color: var(--gold); letter-spacing: 2px; font-weight: 700; }
.logo-sub { font-size: .7rem; display: block; letter-spacing: 3px; color: var(--text-dim); margin-top: 4px; }
#navMenu ul { display: flex; gap: 40px; list-style: none; }
.nav-link { color: var(--text-light); text-decoration: none; font-weight: 500; transition: .3s; font-size: .9rem; letter-spacing: .5px; }
.nav-link:hover { color: var(--gold); }
.nav-cta { background: var(--gold); padding: 8px 24px; border-radius: 40px; color: #000 !important; font-weight: 600; }
.nav-cta:hover { background: var(--gold-light); transform: translateY(-2px); }
#mobileMenuIcon { display: none; font-size: 1.6rem; cursor: pointer; transition: .3s; }
#mobileMenuIcon:hover { color: var(--gold); }
#navMenu.active ul { display: flex; }

/* HERO */
#hero { min-height: 100vh; position: relative; display: flex; align-items: center; background: url('fotos/bruno.webp') center/cover no-repeat; overflow: hidden; scroll-margin-top: 80px; }
#hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 30% 50%,rgba(201,168,124,.08),transparent 70%); pointer-events: none; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg,rgba(0,0,0,.8),rgba(0,0,0,.6)); }
.hero-content { position: relative; z-index: 2; max-width: 700px; padding: 120px 32px 80px; }
.hero-text { max-width: 100%; }
.hero-tag { color: var(--gold); letter-spacing: 4px; font-size: .8rem; text-transform: uppercase; font-weight: 600; }
.hero-title { font-size: 4rem; margin: 24px 0; line-height: 1.2; font-weight: 700; }
.hero-subtitle { font-size: 1.2rem; color: var(--text-dim); margin-bottom: 40px; line-height: 1.6; }
.hero-buttons { display: flex; gap: 20px; flex-wrap: wrap; margin-bottom: 60px; }
.btn-primary,.btn-secondary,.btn-outline-light,.btn-gold,.btn { padding: 14px 32px; border-radius: 40px; font-weight: 600; text-decoration: none; transition: .3s; display: inline-flex; align-items: center; gap: 10px; cursor: pointer; border: none; font-family: 'Inter',sans-serif; font-size: .95rem; }
.btn-primary { background: var(--gold); color: #000; }
.btn-primary:hover { transform: translateY(-3px); background: var(--gold-light); box-shadow: 0 10px 25px rgba(201,168,124,.3); }
.btn-secondary { background: rgba(255,255,255,.08); backdrop-filter: blur(8px); border: 1px solid var(--border-glow); color: #fff; }
.btn-secondary:hover { background: rgba(255,255,255,.15); transform: translateY(-3px); }
.btn-gold { background: var(--gold); color: #000; }
.btn-gold:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 10px 25px rgba(201,168,124,.3); }
.btn-gold:disabled { opacity: .6; cursor: not-allowed; transform: none; }
.btn-outline-light { border: 2px solid var(--gold); background: transparent; color: var(--gold); width: auto; align-self: flex-start; }
.btn-outline-light:hover { background: var(--gold); color: #000; transform: translateY(-3px); box-shadow: 0 10px 25px rgba(201,168,124,.2); }
.btn-full { width: 100%; justify-content: center; }
.btn-glow { position: relative; overflow: hidden; }
.btn-glow::after { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle,rgba(255,255,255,.2),transparent 60%); opacity: 0; transition: opacity .3s; pointer-events: none; }
.btn-glow:hover::after { opacity: 1; }
.hero-stats { display: flex; gap: 60px; }
.stat span { font-size: 2rem; font-weight: 700; color: var(--gold); display: block; margin-bottom: 8px; }
.stat p { color: var(--text-dim); font-size: .9rem; }
#scrollIndicator { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); color: var(--gold); font-size: 1.5rem; animation: bounce 2s infinite; cursor: pointer; z-index: 2; }
@keyframes bounce { 0%,20%,50%,80%,100% { transform: translateX(-50%) translateY(0); } 40% { transform: translateX(-50%) translateY(-10px); } 60% { transform: translateX(-50%) translateY(-5px); } }

/* SEÇÕES GERAIS */
.section { padding: 100px 0; }
.section-tag { color: var(--gold); font-size: .8rem; letter-spacing: 3px; text-transform: uppercase; display: inline-block; margin-bottom: 16px; font-weight: 600; }
.section-header { text-align: center; margin-bottom: 60px; }
.section-header h2 { font-size: 3rem; margin-bottom: 0; font-weight: 700; }
h2 { font-size: 3rem; margin-bottom: 50px; font-weight: 700; }
#sobre,#beneficios,#procedimentos,#depoimentos,#agendamento,#localizacao,#localizacao-rio { scroll-margin-top: 80px; }

/* SOBRE */
#sobre { background: var(--bg-section2); padding: 100px 0; position: relative; }
#sobre::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg,transparent,var(--gold),transparent); opacity: .3; }
.sobre-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.sobre-image { display: flex; align-items: center; justify-content: center; }
.image-frame { position: relative; border-radius: 20px; overflow: hidden; box-shadow: 0 20px 40px rgba(0,0,0,.5); background: #1A1A1A; width: 100%; max-width: 480px; aspect-ratio: 3/4; display: flex; align-items: center; justify-content: center; }
.image-frame img { width: 100%; height: 100%; object-fit: cover; display: block; transition: .5s; }
.sobre-text { display: flex; flex-direction: column; gap: 8px; }
.sobre-text h2 { font-size: 2.8rem; margin-bottom: 10px; line-height: 1.2; }
.light-accent { color: var(--gold); }
.sobre-text p { color: var(--text-dim); line-height: 1.8; font-size: 1.05rem; margin: 8px 0 12px; }
.credenciais { margin: 20px 0 30px; display: flex; flex-direction: column; gap: 12px; }
.credenciais div { display: flex; align-items: center; gap: 12px; color: var(--text-light); font-size: .95rem; }
.credenciais div::before { content: "✔"; color: var(--gold); font-weight: 700; font-size: 1.1rem; }

/* BENEFÍCIOS */
#beneficios { background: var(--bg-section3); padding: 100px 0; position: relative; }
#beneficios::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg,transparent,var(--gold),transparent); opacity: .2; }
#beneficios::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg,transparent,var(--gold),transparent); opacity: .2; }
.beneficios-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; }
.card-premium { background: var(--bg-card); padding: 40px 30px; border-radius: 24px; transition: var(--transition); border: 1px solid rgba(201,168,124,.1); text-align: center; }
.card-premium:hover { transform: translateY(-8px); border-color: var(--gold); box-shadow: 0 20px 30px -12px rgba(0,0,0,.5); background: #202020; }
.card-premium i { font-size: 2.8rem; color: var(--gold); margin-bottom: 24px; }
.card-premium h3 { font-size: 1.5rem; margin-bottom: 16px; }
.card-premium p { color: var(--text-dim); line-height: 1.6; }

/* PROCEDIMENTOS */
#procedimentos { background: var(--bg-section4); padding: 100px 0; position: relative; }
#procedimentos::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg,transparent,var(--gold),transparent); opacity: .25; }
.procedimentos-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; margin-top: 20px; }
.proc-card { background: var(--bg-card); padding: 50px 35px; border-radius: 24px; transition: var(--transition); border: 1px solid rgba(201,168,124,.1); text-align: center; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 280px; }
.proc-card:hover { transform: translateY(-10px); border-color: var(--gold); box-shadow: 0 20px 40px -12px rgba(0,0,0,.6); background: #202020; }
.proc-icon { margin-bottom: 24px; width: 80px; height: 80px; display: flex; align-items: center; justify-content: center; background: rgba(201,168,124,.08); border-radius: 50%; transition: var(--transition); }
.proc-card:hover .proc-icon { background: rgba(201,168,124,.2); }
.proc-icon i { font-size: 2.8rem; color: var(--gold); transition: var(--transition); }
.proc-card:hover .proc-icon i { transform: scale(1.1); }
.proc-card h3 { font-size: 1.5rem; margin-bottom: 16px; font-weight: 600; color: var(--text-light); }
.proc-card p { color: var(--text-dim); line-height: 1.7; font-size: .95rem; max-width: 280px; margin: 0 auto; }

/* DEPOIMENTOS */
#depoimentos { background: var(--bg-section5); padding: 100px 0; position: relative; }
#depoimentos::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg,transparent,var(--gold),transparent); opacity: .2; }
#depoimentos::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg,transparent,var(--gold),transparent); opacity: .2; }
.slider-container { position: relative; max-width: 800px; margin: 0 auto; overflow: hidden; padding: 20px 0; }
#sliderWrapper { display: flex; transition: transform .4s cubic-bezier(0.25, 1, 0.5, 1); }
.slide { min-width: 100%; padding: 20px; }
.depoimento-card { background: rgba(30,30,40,.9); padding: 50px 40px; border-radius: 32px; backdrop-filter: blur(12px); text-align: center; border: 1px solid rgba(201,168,124,.2); }
.depoimento-card i { font-size: 2.5rem; color: var(--gold); margin-bottom: 24px; opacity: .7; }
.depoimento-card p { font-size: 1.2rem; line-height: 1.6; margin-bottom: 24px; }
.author { color: var(--gold); font-weight: 600; }
.slider-btn { position: absolute; top: 50%; transform: translateY(-50%); background: var(--gold); border: none; width: 50px; height: 50px; border-radius: 50%; cursor: pointer; transition: .2s; color: #000; font-size: 1.2rem; display: flex; align-items: center; justify-content: center; z-index: 10; }
.slider-btn:hover { transform: translateY(-50%) scale(1.1); }
#prevSlide { left: -60px; }
#nextSlide { right: -60px; }
.dots { display: flex; justify-content: center; gap: 12px; margin-top: 30px; }
#dotsContainer { display: flex; justify-content: center; gap: 12px; margin-top: 30px; }
.dot { width: 10px; height: 10px; background: #333; border-radius: 50%; cursor: pointer; transition: .3s; border: none; outline: none; padding: 0; }
.dot.active { background: var(--gold); width: 28px; border-radius: 8px; }
.dot:focus { outline: 2px solid var(--gold); outline-offset: 2px; }

/* LOCALIZAÇÃO */
#localizacao { background: var(--bg-section2); padding: 120px 0; position: relative; }
#localizacao::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg,transparent,var(--gold),transparent); opacity: .25; }
#localizacao-rio { background: var(--bg-section4); padding: 80px 0; position: relative; }
#localizacao-rio::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg,transparent,var(--gold),transparent); opacity: .25; }
#localizacao-rio::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg,transparent,var(--gold),transparent); opacity: .2; }
#localizacao-tresrios { background: var(--bg-section2); padding: 80px 0; position: relative; }
#localizacao-tresrios::before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg,transparent,var(--gold),transparent); opacity: .2;}
.location-inner { max-width: 1280px; margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: 1fr 1.4fr; gap: 60px; align-items: center; }
.location-info { display: flex; flex-direction: column; }
.section-label { color: var(--gold); font-size: .8rem; letter-spacing: 3px; text-transform: uppercase; font-weight: 600; margin-bottom: 12px; }
.section-title { font-size: 3rem; font-weight: 700; margin-bottom: 30px; line-height: 1.1; font-family: 'Cormorant Garamond',serif; }
.section-title em { color: var(--gold); font-style: normal; }
.location-details { display: flex; flex-direction: column; gap: 24px; margin-bottom: 36px; }
.location-detail-item { display: flex; align-items: flex-start; gap: 16px; }
.location-detail-item i { color: var(--gold); font-size: 1.1rem; margin-top: 4px; min-width: 20px; }
.location-detail-item strong { display: block; font-size: .75rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--text-dim); margin-bottom: 2px; }
.location-detail-item span { color: var(--text-light); line-height: 1.6; font-size: .95rem; display: block; }
.location-map { border-radius: 20px; overflow: hidden; height: 500px; box-shadow: 0 20px 40px rgba(0,0,0,.5); border: 1px solid rgba(201,168,124,.15); }
.location-map iframe { display: block; width: 100%; height: 100%; border: 0; }

/* CONTATO */
.contact { background: var(--bg-section5); padding: 100px 0; position: relative; }
.contact::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg,transparent,var(--gold),transparent); opacity: .25; }
.contact-inneer { max-width: 1280px; margin: 0 auto; padding: 0 2rem; }
.contact-header { margin-bottom: 4rem; max-width: 500px; }
.contact-header p { font-size: .95rem; color: var(--text-dim); line-height: 1.7; margin-top: -.5rem; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 3rem; align-items: start; }
.contact-info { display: flex; flex-direction: column; justify-content: space-evenly; height: 50%; gap: 0; }
.contact-item { display: flex; align-items: center; gap: 1.25rem; padding: 1.25rem 0; border-bottom: 1px solid rgba(201,168,124,.15); transition: padding-left .3s ease; cursor: pointer; }
.contact-item:first-child { border-top: 1px solid rgba(201,168,124,.15); }
.contact-item:hover { padding-left: 8px; }
.contact-icon { width: 42px; height: 42px; border-radius: 50%; background: rgba(201,168,124,.12); display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 1rem; flex-shrink: 0; }
.contact-item h4 { font-size: .85rem; color: var(--gold); font-weight: 500; letter-spacing: .5px; }
.contact-item p { font-size: .9rem; color: var(--text-light); font-weight: 400; }

/* FORMULÁRIO - CLEAN & SOPHISTICATED APPROVED (TÍTULO CENTRALIZADO) */
.contact-header { text-align: center; max-width: 600px; margin: 0 auto 64px auto; }
.contact-header p { color: var(--text-dim); margin-top: 16px; font-weight: 300; text-align: center; }
#contactForm { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; text-align: left; }
.form-group.full-width, #contactSubmitBtn, #contactFormSuccess { grid-column: span 2; }
.form-group { display: flex; flex-direction: column; }
.form-group label { display: block; margin-bottom: 8px; color: var(--gold); font-size: 0.75rem; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; text-align: left; }
.form-group input, .form-group select, .form-group textarea { width: 100%; background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(201, 168, 124, 0.15); padding: 14px 20px; border-radius: 8px; color: #fff; font-family: 'Inter', sans-serif; font-size: 0.95rem; transition: var(--transition); text-align: left; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--gold); outline: none; background: rgba(255, 255, 255, 0.06); box-shadow: 0 0 15px rgba(201, 168, 124, 0.08); }
.form-group textarea { border-radius: 8px; resize: none; min-height: 110px; }
.form-group select { cursor: pointer; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23C9A87C' stroke-width='1.5' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 20px center; }
.form-group select option { background: #111111; color: #fff; }
.form-group select:disabled { opacity: .4; cursor: not-allowed; }
.error-msg-contact { display: block; color: #ff4d4d; font-size: 0.7rem; margin-top: 6px; margin-left: 4px; min-height: 16px; letter-spacing: 0.3px; text-align: left; }
#contactSubmitBtn { position: relative; overflow: hidden; margin-top: 0.5rem; justify-content: center; }
.btn-text-contact, .btn-loading-contact { display: inline-flex; align-items: center; gap: 10px; }
#contactFormSuccess { margin-top: 16px; padding: 16px; border-radius: 8px; text-align: center; background: rgba(201, 168, 124, 0.05); border: 1px solid rgba(201, 168, 124, 0.2); color: var(--gold-light); font-size: 0.95rem; }

@media (max-width: 768px) {
  #contactForm { grid-template-columns: 1fr; gap: 1.25rem; }
  .form-group.full-width, #contactSubmitBtn, #contactFormSuccess { grid-column: span 1; }
}

/* FOOTER */
.footer { background: #050505; padding: 60px 0 20px; border-top: 1px solid rgba(201,168,124,.2); }
.footer-content { display: grid; grid-template-columns: repeat(auto-fit,minmax(250px,1fr)); gap: 50px; margin-bottom: 50px; }
.footer-logo { font-size: 1.5rem; color: var(--gold); font-weight: 700; display: block; margin-bottom: 12px; }
.social-icons { display: flex; gap: 20px; margin-top: 20px; }
.social-icons a { color: var(--text-dim); font-size: 1.3rem; transition: .3s; text-decoration: none; }
.social-icons a:hover { color: var(--gold); transform: translateY(-3px); }
.footer h4 { color: var(--gold); margin-bottom: 20px; font-size: 1.1rem; }
.footer p { color: var(--text-dim); margin: 10px 0; line-height: 1.6; }
.footer a { color: var(--text-dim); text-decoration: none; transition: .3s; }
.footer a:hover { color: var(--gold); }
.footer-bottom { text-align: center; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.05); color: var(--text-dim); font-size: .85rem; }
.footer-bottom span { color: var(--gold); }

/* UTILITÁRIOS */
html { scroll-behavior: smooth; }
*:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; border-radius: 4px; }
::selection { background: rgba(201,168,124,.3); color: var(--text-light); }
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--bg-primary); }
::-webkit-scrollbar-thumb { background: var(--gold-dark); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: var(--gold); }
.fas,.fab { display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; }
.fa-fw { text-align: center; width: 1.25em; }
.fa-spin { animation: fa-spin 1s linear infinite; }
@keyframes fa-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

/* RESPONSIVO */
@media (max-width: 1200px) { .beneficios-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 1024px) {
  .sobre-grid { gap: 50px; }
  .image-frame { max-width: 400px; }
  .sobre-text h2 { font-size: 2.4rem; }
  .procedimentos-grid { grid-template-columns: repeat(2,1fr); gap: 25px; }
  .proc-card { padding: 40px 30px; min-height: 250px; }
}
@media (max-width: 968px) {
  .hero-title { font-size: 3rem; }
  .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
  .contact-header { max-width: 100%; }
  .location-inner { grid-template-columns: 1fr; gap: 40px; }
  .section-title { font-size: 2.5rem; }
  .location-map { height: 300px; }
  .slider-btn,#prevSlide,#nextSlide { display: none; }
}
@media (max-width: 768px) {
  .container { padding: 0 24px; }
  #mobileMenuIcon { display: block; }
  #navMenu ul { display: none; position: absolute; top: 80px; left: 0; width: 100%; background: rgba(10,10,10,.98); backdrop-filter: blur(20px); flex-direction: column; padding: 30px; gap: 25px; text-align: center; }
  #navMenu.active ul { display: flex; }
  .hero-title { font-size: 2.5rem; }
  .hero-stats { gap: 30px; flex-wrap: wrap; }
  .stat span { font-size: 1.5rem; }
  h2,.section-header h2 { font-size: 2rem; }
  .section { padding: 60px 0; }
  #sobre { padding: 70px 0; }
  .sobre-grid { grid-template-columns: 1fr; gap: 40px; }
  .sobre-image { order: -1; }
  .image-frame { max-width: 320px; margin: 0 auto; }
  .sobre-text { text-align: center; }
  .sobre-text h2 { font-size: 2rem; }
  .sobre-text p { font-size: .95rem; text-align: center; }
  .credenciais { align-items: center; }
  .credenciais div { justify-content: center; }
  .btn-outline-light { align-self: center; }
  .beneficios-grid { grid-template-columns: 1fr; }
  #procedimentos { padding: 70px 0; }
  .procedimentos-grid { grid-template-columns: 1fr; gap: 20px; max-width: 500px; margin: 20px auto 0; }
  .proc-card { padding: 35px 25px; min-height: 200px; }
  .proc-icon { width: 70px; height: 70px; }
  .proc-icon i { font-size: 2.3rem; }
  .proc-card h3 { font-size: 1.3rem; }
  #localizacao,#localizacao-rio { padding: 70px 0; }
  .location-inner { padding: 0 24px; gap: 30px; }
  .section-title { font-size: 2rem; }
  .location-map { height: 250px; }
  .contact { padding: 60px 0; }
}
@media (max-width: 480px) {
  .hero-buttons { flex-direction: column; }
  .btn-primary,.btn-secondary,.btn-gold,.btn-outline-light,.btn { justify-content: center; width: 100%; }
  #sobre { padding: 50px 0; }
  .image-frame { max-width: 260px; }
  .sobre-text h2 { font-size: 1.7rem; }
  .sobre-text p { font-size: .9rem; }
  .credenciais div { font-size: .85rem; }
  .btn-outline-light { padding: 12px 24px; font-size: .9rem; }
  #procedimentos { padding: 50px 0; }
  .procedimentos h2 { font-size: 1.8rem; }
  .proc-card { padding: 30px 20px; min-height: 180px; }
  .proc-icon { width: 60px; height: 60px; margin-bottom: 18px; }
  .proc-icon i { font-size: 2rem; }
  .proc-card h3 { font-size: 1.1rem; margin-bottom: 12px; }
  .proc-card p { font-size: .85rem; }
  #localizacao,#localizacao-rio { padding: 50px 0; }
  .location-inner { padding: 0 16px; gap: 24px; }
  .section-title { font-size: 1.7rem; }
  .location-detail-item span { font-size: .85rem; }
  .location-map { height: 200px; }
  .contact { padding: 4rem 0; }
  .contact-inneer { padding: 0 1rem; }
  .contact-item { padding: 1rem 0; gap: 1rem; }
  .contact-icon { width: 36px; height: 36px; font-size: .85rem; }
}

@media (max-width: 768px) {
  .location-map, .location-map iframe { transition: none !important; transform: none !important; }
  .card-premium, .proc-card { will-change: auto; }
}

/* ULTRA SPEED OPTIMIZATION FOR MOBILE */
@media (max-width: 768px) {
  #sobre, #beneficios, #procedimentos, #depoimentos, #localizacao, .contact { content-visibility: auto; contain-intrinsic-size: 0 500px; }
  .hero-title { text-shadow: none !important; }
  .image-frame img { will-change: auto; }
}
