:root{
  --bg:#050505;--panel:#0d0d0d;--panel2:#111;--line:#262626;
  --text:#f7f7f3;--muted:#aaa9a2;--yellow:#ffd21f;--yellow2:#ffe266;
  --yellow-soft:rgba(255,210,31,.12);--max:1440px;--radius:26px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,textarea,select{font:inherit}.container{width:min(var(--max),calc(100% - 72px));margin:auto}.anchor-section{scroll-margin-top:92px}
header{position:sticky;top:0;z-index:50;background:rgba(5,5,5,.95);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}nav{height:84px;display:flex;align-items:center;justify-content:space-between;gap:28px}.logo img{height:72px;width:auto;max-width:300px;object-fit:contain}.navlinks{display:flex;align-items:center;gap:28px;color:#deded8;font-size:.92rem}.navlinks a:hover{color:var(--yellow)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border:0;border-radius:999px;background:var(--yellow);color:#0a0a0a;font-weight:900;cursor:pointer;transition:.2s}.btn:hover{background:var(--yellow2);transform:translateY(-1px)}
.hero{position:relative;min-height:calc(100vh - 84px);background-size:cover;background-position:center;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.91) 0%,rgba(0,0,0,.73) 48%,rgba(0,0,0,.45) 100%),linear-gradient(0deg,rgba(5,5,5,.5),transparent 46%)}.hero-layout{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) 470px;gap:64px;align-items:center;min-height:calc(100vh - 84px);padding-top:44px;padding-bottom:48px}.hero-copy{max-width:790px}.kicker{color:var(--yellow);font-size:.76rem;font-weight:900;letter-spacing:.18em;text-transform:uppercase;margin-bottom:18px}h1,h2,h3{font-family:"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:750}h1{margin:0 0 22px;font-size:clamp(3.2rem,5.5vw,5.9rem);line-height:.94;letter-spacing:-.035em}.hero-copy>p{max-width:700px;margin:0;color:#dfded8;font-size:1.08rem}.hero-badges{display:flex;flex-wrap:wrap;gap:10px;margin:28px 0}.hero-badges span{border:1px solid rgba(255,210,31,.35);border-radius:999px;padding:9px 13px;color:#e9e8e2;font-size:.84rem;background:rgba(0,0,0,.28)}.phone-link{display:inline-flex;flex-direction:column;padding-left:15px;border-left:3px solid var(--yellow)}.phone-link small{color:#b8b8b2;text-transform:uppercase;letter-spacing:.08em}.phone-link strong{font:700 1.35rem "Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;margin-top:2px}
.booking-card{background:rgba(8,8,8,.95);border:1px solid rgba(255,210,31,.28);border-radius:26px;padding:22px;box-shadow:0 28px 80px rgba(0,0,0,.36);backdrop-filter:blur(14px)}.booking-top{display:grid;grid-template-columns:46px 1fr;gap:12px;align-items:start;margin-bottom:15px}.booking-icon{width:46px;height:46px;border-radius:14px;background:var(--yellow);color:#080808;display:grid;place-items:center;font-weight:900}.booking-kicker{color:var(--yellow);font-size:.68rem;text-transform:uppercase;letter-spacing:.13em;font-weight:900}.booking-top h2{font-family:"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1.28rem;font-weight:900;margin:0 0 3px}.booking-top p{margin:0;color:#a7a7a0;font-size:.78rem;line-height:1.45}.booking-form{display:grid;grid-template-columns:1fr 1fr;gap:10px 11px}.form-field{display:flex;flex-direction:column;gap:5px}.form-field.full{grid-column:1/-1}.form-field label{font-size:.68rem;text-transform:uppercase;letter-spacing:.07em;font-weight:900;color:#d0d0ca}.form-field input,.form-field select,.form-field textarea{width:100%;border:1px solid #303030;background:#070707;color:#fff;border-radius:12px;padding:10px 12px;outline:none;transition:.2s}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--yellow);box-shadow:0 0 0 3px var(--yellow-soft)}.form-field textarea{min-height:62px;resize:vertical}.booking-submit{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;width:100%;border:0;background:var(--yellow);color:#080808;border-radius:13px;padding:13px 16px;font-weight:900;cursor:pointer}.booking-submit:hover{background:var(--yellow2)}.form-note{grid-column:1/-1;color:#767670;font-size:.68rem;text-align:center}.field-hint{font-size:.68rem;color:#77766f;margin-top:1px}
section{padding:90px 0}.section-head{display:grid;grid-template-columns:1fr .72fr;gap:64px;align-items:end;margin-bottom:40px}.section-head h2{font-size:clamp(2.4rem,4.3vw,4.5rem);line-height:1;margin:0}.section-head p{color:var(--muted);margin:0}.services{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.service{padding:27px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:230px;background:linear-gradient(180deg,#0f0f0f,#0a0a0a)}.service-line{display:block;width:34px;height:3px;background:var(--yellow);border-radius:99px;margin-bottom:42px}.service h3{font-size:1.34rem;margin:0 0 10px}.service p{color:var(--muted);font-size:.91rem;margin:0}
.split{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}.photo{border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);box-shadow:0 25px 70px rgba(0,0,0,.25)}.photo img{width:100%;height:520px;object-fit:cover}.copy h2{font-size:clamp(2.4rem,4vw,4.3rem);line-height:1;margin:0 0 22px}.copy p{color:var(--muted)}.about-list{display:grid;margin:26px 0;border-top:1px solid var(--line)}.about-list span{padding:13px 0;border-bottom:1px solid var(--line);color:#deded8}.about-list span:before{content:"✓";color:var(--yellow);font-weight:900;margin-right:10px}.phone{font:700 1.35rem "Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--yellow2)}
.local-seo{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#090909}.region-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:28px}.region-grid span{border:1px solid var(--line);padding:12px 14px;border-radius:14px;color:#c8c8c2;background:#0d0d0d;font-size:.9rem}.seo-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}.seo-links a{border:1px solid rgba(255,210,31,.25);padding:10px 13px;border-radius:999px;color:#eee}.seo-links a:hover{border-color:var(--yellow);color:var(--yellow)}
.faq{max-width:940px}.faq details{border-top:1px solid var(--line);padding:20px 0}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;font:650 1.08rem "Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}.faq p{color:var(--muted);margin:10px 0 0}.contact{background:#0d0d0d;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.contactbox{display:flex;justify-content:space-between;gap:30px;align-items:center}.contactbox h2{font-size:clamp(2.2rem,4vw,4rem);margin:0 0 12px}.contactbox p{color:var(--muted)}footer{padding:48px 0 24px}.footergrid{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:50px;border-bottom:1px solid var(--line);padding-bottom:30px}.footer-logo{height:82px;width:auto;max-width:300px;object-fit:contain}footer p,footer a,footer span{color:var(--muted);font-size:.9rem}footer a{display:block;margin:7px 0}footer a:hover{color:var(--yellow)}footer strong{color:#fff}.copyline{padding-top:18px;color:#777;font-size:.82rem}
.service-page-hero{padding:110px 0 72px;background:radial-gradient(circle at 75% 20%,rgba(255,210,31,.08),transparent 30%),#080808;border-bottom:1px solid var(--line)}.service-page-hero h1{max-width:980px}.service-page-hero p{max-width:760px;color:var(--muted);font-size:1.05rem}.article{max-width:900px}.article h2{font-size:2rem;margin-top:40px}.article p,.article li{color:#c0bfb9}.article ul{padding-left:20px}.article-cta{margin-top:36px;padding:24px;border:1px solid rgba(255,210,31,.25);border-radius:20px;background:#0d0d0d}
@media(max-width:1180px){.container{width:min(var(--max),calc(100% - 44px))}.hero-layout{grid-template-columns:minmax(0,1fr) 430px;gap:38px}.services{grid-template-columns:repeat(2,1fr)}.split,.section-head{grid-template-columns:1fr}.region-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px){nav{height:76px}.logo img{height:62px}.navlinks{display:none}.hero{min-height:auto;background-position:64% center}.hero-layout{grid-template-columns:1fr;min-height:auto;gap:38px;padding-top:78px;padding-bottom:78px}.hero-copy{max-width:700px}.booking-card{max-width:680px;width:100%}.header-btn{font-size:.84rem;padding:0 16px}.region-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.container{width:calc(100% - 28px)}nav{height:68px;gap:10px}.logo img{height:54px;max-width:62vw}.header-btn{display:none}.hero{background-position:68% center}.hero-layout{padding-top:58px;padding-bottom:56px;gap:30px}h1{font-size:clamp(2.7rem,12vw,3.45rem);line-height:.96}.hero-copy>p{font-size:1rem}.hero-badges{display:grid;gap:8px;margin:23px 0}.hero-badges span{width:max-content;max-width:100%}.phone-link strong,.phone{font-size:1.28rem}.booking-card{padding:18px;border-radius:20px}.booking-top{grid-template-columns:42px 1fr}.booking-icon{width:42px;height:42px}.booking-top h2{font-size:1.2rem}.booking-form{grid-template-columns:1fr}.form-field,.form-field.full,.booking-submit,.form-note{grid-column:1}.form-field input,.form-field select,.form-field textarea{font-size:16px;padding:12px}.field-hint{font-size:.72rem}section{padding:66px 0}.section-head{gap:18px;margin-bottom:28px}.section-head h2,.copy h2{font-size:clamp(2.15rem,9.5vw,3rem)}.services{grid-template-columns:1fr}.service{min-height:auto;padding:24px}.service-line{margin-bottom:22px}.photo img{height:350px}.region-grid{grid-template-columns:1fr}.contactbox{align-items:flex-start;flex-direction:column}.footergrid{grid-template-columns:1fr}.footer-logo{height:66px}.anchor-section{scroll-margin-top:76px}}

/* Tipografia executiva e telefone padronizado */
body{font-family:"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}
h1,h2,h3,.phone,.phone-link strong,.faq summary{font-family:"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}
h1{font-weight:750}
h2{font-weight:720}
h3{font-weight:700}
.phone,.phone-link strong{font-weight:700;letter-spacing:.01em}


/* Refinamento visual — tipografia premium do contato */
.phone-link strong,.phone,.contact-phone{
  font-family:"Aptos Display","Segoe UI Variable Display","Segoe UI",Arial,sans-serif;
  font-weight:600;
  letter-spacing:.055em;
  font-variant-numeric:tabular-nums;
  color:#f6f2e9;
  line-height:1.12;
}
.phone-link strong{font-size:1.55rem;margin-top:5px}
.phone{font-size:1.55rem}
.phone-link small{font-weight:600;letter-spacing:.11em;color:#b8b7b0}
.copyline{
  display:flex;align-items:center;justify-content:center;text-align:center;
  color:#8d8b84;font-size:.84rem;letter-spacing:.015em;padding-top:22px
}
@media(max-width:620px){
  .phone-link strong,.phone{font-size:1.32rem;letter-spacing:.035em}
  .copyline{line-height:1.7;padding-inline:10px}
}

.footergrid a[href^="tel:"]{
  font-family:"Aptos Display","Segoe UI Variable Display","Segoe UI",Arial,sans-serif;
  font-weight:600;letter-spacing:.045em;font-variant-numeric:tabular-nums;color:#ece9e2;
}
.footergrid a[href^="tel:"]:hover{color:var(--yellow)}


/* Atualização visual - logo, regiões e perguntas frequentes */
.logo{display:flex;align-items:center}
.logo img{height:74px;width:auto;max-width:320px;object-fit:contain;filter:drop-shadow(0 6px 16px rgba(0,0,0,.28))}
.footer-logo{height:86px;width:auto;max-width:310px;object-fit:contain}

.local-seo{background:linear-gradient(180deg,#080808,#0b0b0b);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.location-groups{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:28px}
.location-card{background:linear-gradient(180deg,#101010,#0c0c0c);border:1px solid var(--line);border-radius:22px;padding:20px;box-shadow:0 18px 45px rgba(0,0,0,.16)}
.location-title{display:inline-flex;align-items:center;gap:10px;margin-bottom:16px;padding:8px 12px;border-radius:999px;background:rgba(255,210,31,.08);border:1px solid rgba(255,210,31,.14);color:var(--yellow);font-size:.74rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.region-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:0}
.region-grid span{display:flex;align-items:center;justify-content:center;min-height:46px;border:1px solid var(--line);padding:10px 12px;border-radius:14px;color:#d2d2cc;background:#0f0f0f;font-size:.92rem;text-align:center;line-height:1.3}
.airports-grid span{background:linear-gradient(180deg,#121212,#0d0d0d)}
.seo-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.seo-links a{border:1px solid rgba(255,210,31,.24);padding:10px 14px;border-radius:999px;color:#f0efe9;background:#0e0e0e;transition:.18s}
.seo-links a:hover{border-color:var(--yellow);color:var(--yellow);transform:translateY(-1px)}

.faq-section{padding-top:84px}
.faq-head{margin-bottom:30px}
.faq{max-width:none;display:grid;gap:14px}
.faq details{position:relative;border:1px solid var(--line);border-radius:22px;padding:0;background:linear-gradient(180deg,#101010,#0b0b0b);overflow:hidden;transition:.18s;box-shadow:0 14px 36px rgba(0,0,0,.10)}
.faq details[open]{border-color:rgba(255,210,31,.24);box-shadow:0 18px 44px rgba(0,0,0,.18)}
.faq details:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:transparent;transition:.18s}
.faq details[open]:before{background:var(--yellow)}
.faq summary{list-style:none;cursor:pointer;padding:22px 58px 22px 24px;font:700 1.05rem "Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.45;position:relative;color:#f2f1eb}
.faq summary::-webkit-details-marker{display:none}
.faq summary:after{content:"+";position:absolute;right:22px;top:50%;transform:translateY(-50%);width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:rgba(255,210,31,.08);border:1px solid rgba(255,210,31,.12);color:var(--yellow);font-size:1.1rem;font-weight:900}
.faq details[open] summary:after{content:"–"}
.faq p{color:#c8c7c1;margin:0;padding:0 24px 22px 24px;line-height:1.75;font-size:.98rem}

@media(max-width:1180px){
  .location-groups{grid-template-columns:1fr}
}
@media(max-width:900px){
  .logo img{height:64px;max-width:240px}
}
@media(max-width:620px){
  .logo img{height:58px;max-width:178px}
  .footer-logo{height:72px;max-width:190px}
  .location-groups{gap:14px;margin-top:22px}
  .location-card{padding:16px;border-radius:18px}
  .location-title{font-size:.7rem;letter-spacing:.11em;margin-bottom:12px}
  .region-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .region-grid span{min-height:42px;font-size:.88rem;padding:10px}
  .faq-section{padding-top:66px}
  .faq-head{margin-bottom:20px}
  .faq{gap:12px}
  .faq details{border-radius:18px}
  .faq summary{padding:18px 52px 18px 18px;font-size:1rem;line-height:1.5}
  .faq summary:after{right:16px;width:28px;height:28px;font-size:1rem}
  .faq p{padding:0 18px 18px 18px;font-size:.96rem;line-height:1.7}
}


/* Correção visual - bairros mais atendidos */
.location-columns{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
  margin-top:28px;
}
.location-panel{
  background:linear-gradient(180deg,#101010,#0c0c0c);
  border:1px solid var(--line);
  border-radius:22px;
  padding:20px;
  box-shadow:0 16px 40px rgba(0,0,0,.14);
}
.location-panel-head{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:8px 14px;
  margin-bottom:16px;
  border-radius:999px;
  background:rgba(255,210,31,.08);
  border:1px solid rgba(255,210,31,.18);
  color:var(--yellow);
  font-size:.76rem;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.location-list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.location-list li{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:10px 12px;
  border-radius:14px;
  background:#0f0f0f;
  border:1px solid var(--line);
  color:#d7d6d0;
  font-size:.92rem;
  text-align:center;
  line-height:1.35;
}
@media(max-width:980px){
  .location-columns{grid-template-columns:1fr;gap:16px}
}
@media(max-width:620px){
  .location-columns{margin-top:22px}
  .location-panel{padding:16px;border-radius:18px}
  .location-panel-head{font-size:.7rem;margin-bottom:12px}
  .location-list{grid-template-columns:1fr;gap:8px}
  .location-list li{min-height:42px;font-size:.9rem;padding:10px}
}


/* Correção final do telefone e formulário */
.phone-link strong,
.phone,
.contact-phone,
.footergrid a[href^="tel:"],
.phone-preview strong{
  font-family:Arial,Helvetica,sans-serif !important;
  font-weight:600 !important;
  letter-spacing:0 !important;
  font-variant-numeric:normal !important;
  line-height:1.2 !important;
}
.phone-link strong{font-size:1.48rem !important;margin-top:4px}
.phone{font-size:1.48rem !important}
.footergrid a[href^="tel:"]{font-size:.94rem !important}
.field-hint{display:none !important}

@media(max-width:620px){
  .phone-link strong,.phone{font-size:1.28rem !important}
}


/* ============================================================
   RESPONSIVIDADE PREMIUM — DESKTOP 1440 / TABLET / MOBILE
   ============================================================ */
body{overflow-x:hidden}
.site-header{height:auto}
.main-nav{position:relative}
.nav-actions{display:flex;align-items:center;gap:12px;margin-left:auto}
.mobile-menu-toggle{display:none;width:46px;height:46px;border-radius:14px;border:1px solid #2c2c2c;background:#0d0d0d;padding:0;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}
.mobile-menu-toggle span{width:20px;height:2px;background:#f2f1eb;border-radius:99px;transition:.22s}
.mobile-menu-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.mobile-menu-toggle.open span:nth-child(2){opacity:0}
.mobile-menu-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mobile-menu,.menu-backdrop{display:none}

/* Primeira tela */
.hero{min-height:720px}
.hero-layout{min-height:720px;grid-template-columns:minmax(0,1fr) 445px;gap:54px;padding-top:38px;padding-bottom:42px}
.hero-copy{max-width:760px;padding:18px 0}
.hero-label{display:inline-flex;align-items:center;min-height:32px;padding:7px 11px;margin-bottom:14px;border-radius:999px;background:rgba(0,0,0,.34);border:1px solid rgba(255,255,255,.12);color:#d3d2cb;font-size:.72rem;font-weight:700;letter-spacing:.045em;backdrop-filter:blur(8px)}
.hero-copy h1{font-size:clamp(3.3rem,4.8vw,5.25rem);line-height:.96;max-width:720px;margin-bottom:20px}
.hero-copy>p{max-width:670px;font-size:1.03rem;line-height:1.65}
.hero-badges{gap:8px;margin:22px 0 24px}
.hero-badges span{padding:8px 12px;font-size:.8rem}
.phone-link{padding:10px 0 10px 14px}
.phone-link small{font-family:Arial,Helvetica,sans-serif;font-size:.74rem}
.phone-link strong{font-family:Arial,Helvetica,sans-serif!important;font-size:1.42rem!important;font-weight:600!important;letter-spacing:0!important}

.booking-card{border-radius:24px;padding:19px 20px;box-shadow:0 30px 95px rgba(0,0,0,.42);border-color:rgba(255,210,31,.34)}
.booking-top{grid-template-columns:42px 1fr;gap:11px;margin-bottom:13px}
.booking-icon{width:42px;height:42px;border-radius:13px}
.booking-top h2{font-size:1.18rem;line-height:1.25;margin-bottom:2px}
.booking-top p{font-size:.73rem;line-height:1.4}
.booking-form{gap:8px 10px}
.form-field{gap:4px}
.form-field label{font-size:.64rem;letter-spacing:.085em}
.form-field input,.form-field select,.form-field textarea{min-height:42px;padding:9px 11px;border-radius:11px}
.form-field textarea{min-height:52px;max-height:82px}
.booking-submit{min-height:44px;padding:11px 15px;border-radius:12px}
.form-note{font-size:.64rem;line-height:1.4}

/* Conteúdo geral mais controlado em telas grandes */
@media(min-width:1280px){
  .container{width:min(1440px,calc(100% - 96px))}
  section{padding:88px 0}
  .section-head{gap:76px}
  .split{gap:78px}
}

/* Notebook / tablet horizontal */
@media(max-width:1180px){
  .hero-layout{grid-template-columns:minmax(0,1fr) 410px;gap:34px}
  .hero-copy h1{font-size:clamp(3rem,5vw,4.45rem)}
  .booking-card{padding:17px}
}

/* Menu mobile premium + layout empilhado */
@media(max-width:900px){
  .desktop-nav{display:none!important}
  .mobile-menu-toggle{display:flex}
  .header-btn{display:none}
  .site-header nav{height:72px}
  .logo img{height:58px;max-width:210px}
  .mobile-menu{display:block;position:fixed;top:72px;right:14px;left:14px;z-index:80;opacity:0;visibility:hidden;transform:translateY(-10px) scale(.985);transition:.22s ease;pointer-events:none}
  .mobile-menu.open{opacity:1;visibility:visible;transform:none;pointer-events:auto}
  .mobile-menu-inner{background:linear-gradient(180deg,#111,#090909);border:1px solid #2c2c2c;border-radius:22px;padding:14px;box-shadow:0 30px 90px rgba(0,0,0,.55)}
  .mobile-menu-head{display:flex;align-items:end;justify-content:space-between;padding:8px 8px 13px;border-bottom:1px solid #292929;margin-bottom:6px}
  .mobile-menu-head span{font-weight:900;color:#fff}.mobile-menu-head small{color:#777;font-size:.7rem}
  .mobile-menu a{display:flex;align-items:center;justify-content:space-between;padding:13px 10px;border-bottom:1px solid #202020;color:#e8e7e1;font-weight:700;font-size:.94rem}
  .mobile-menu a span{color:#666;font-size:.68rem;font-weight:800}
  .mobile-menu a:last-of-type{border-bottom:0}
  .mobile-menu .mobile-menu-cta{margin-top:10px;border:0;border-radius:14px;background:var(--yellow);color:#080808;padding:14px 15px;font-weight:900}
  .mobile-menu .mobile-menu-cta b{font-size:1.05rem}
  .mobile-menu-contact{padding:13px 10px 4px;color:#777;font-size:.74rem;text-align:center}
  .menu-backdrop{display:block;position:fixed;inset:72px 0 0;z-index:70;background:rgba(0,0,0,.62);backdrop-filter:blur(3px);opacity:0;visibility:hidden;transition:.2s;pointer-events:none}
  .menu-backdrop.open{opacity:1;visibility:visible;pointer-events:auto}
  body.menu-open{overflow:hidden}

  .hero{min-height:auto;background-position:64% center}
  .hero-layout{grid-template-columns:1fr;min-height:auto;gap:28px;padding-top:54px;padding-bottom:64px}
  .hero-copy{max-width:720px;padding:0}
  .hero-copy h1{font-size:clamp(3rem,8vw,4.5rem);max-width:690px}
  .booking-card{max-width:720px;width:100%}
}

/* Celular */
@media(max-width:620px){
  .container{width:calc(100% - 28px)}
  .site-header nav{height:66px}
  .logo img{height:52px;max-width:164px}
  .mobile-menu-toggle{width:42px;height:42px;border-radius:13px}
  .mobile-menu{top:66px;left:10px;right:10px}
  .menu-backdrop{inset:66px 0 0}
  .mobile-menu-inner{border-radius:19px;padding:11px}
  .mobile-menu a{padding:12px 9px;font-size:.92rem}

  .hero{background-position:66% center}
  .hero-layout{padding-top:42px;padding-bottom:54px;gap:26px}
  .hero-label{font-size:.66rem;line-height:1.3;padding:7px 10px;margin-bottom:12px}
  .hero-copy h1{font-size:clamp(2.55rem,12.2vw,3.45rem);line-height:.97;margin-bottom:16px}
  .hero-copy>p{font-size:.96rem;line-height:1.62}
  .kicker{font-size:.69rem;letter-spacing:.15em;margin-bottom:14px}
  .hero-badges{display:flex;overflow-x:auto;flex-wrap:nowrap;margin:19px -14px 20px;padding:0 14px 4px;scrollbar-width:none}
  .hero-badges::-webkit-scrollbar{display:none}
  .hero-badges span{flex:0 0 auto;white-space:nowrap;font-size:.75rem;padding:8px 10px}
  .phone-link{padding:8px 0 8px 12px}
  .phone-link small{font-size:.67rem;letter-spacing:.08em}
  .phone-link strong{font-size:1.28rem!important}

  .booking-card{padding:16px;border-radius:19px}
  .booking-top{grid-template-columns:38px 1fr;gap:10px;margin-bottom:14px}
  .booking-icon{width:38px;height:38px;border-radius:12px}
  .booking-kicker{font-size:.62rem}
  .booking-top h2{font-size:1.15rem}
  .booking-top p{font-size:.72rem}
  .booking-form{grid-template-columns:1fr;gap:10px}
  .form-field,.form-field.full,.booking-submit,.form-note{grid-column:1}
  .form-field label{font-size:.66rem}
  .form-field input,.form-field select,.form-field textarea{min-height:46px;font-size:16px;padding:11px 12px}
  .form-field textarea{min-height:66px}
  .booking-submit{min-height:48px}
  .form-note{font-size:.67rem;padding:0 3px}

  section{padding:62px 0}
  .section-head{gap:16px;margin-bottom:26px}
  .section-head h2,.copy h2{font-size:clamp(2.05rem,9vw,2.85rem);line-height:1.03}
  .section-head p,.copy p{font-size:.94rem}
  .service{padding:21px}
  .photo img{height:320px}
  .contactbox h2{font-size:clamp(2rem,9vw,2.7rem)}
  .footergrid{gap:28px}
  .copyline{font-size:.74rem;line-height:1.65}
}

/* Telefones sempre alinhados */
.phone-link strong,.phone,.contact-phone,.footergrid a[href^="tel:"]{font-family:Arial,Helvetica,sans-serif!important;font-weight:600!important;letter-spacing:0!important;font-variant-numeric:normal!important}


/* =========================================================
   SERVIÇOS COMPLETOS — mesmo padrão visual do site
   ========================================================= */
.nav-services{position:relative;display:flex;align-items:center;height:84px}
.nav-services-trigger{display:flex!important;align-items:center;gap:6px;height:84px}
.nav-services-trigger span{font-size:.8rem;color:var(--yellow);transition:.18s}
.nav-services:hover .nav-services-trigger span{transform:rotate(180deg)}
.active-nav{color:var(--yellow)!important}
.services-dropdown{
  position:absolute;top:72px;left:50%;transform:translateX(-50%) translateY(8px);
  width:360px;padding:12px;background:rgba(10,10,10,.98);border:1px solid #2c2c2c;
  border-radius:18px;box-shadow:0 26px 70px rgba(0,0,0,.45);
  opacity:0;visibility:hidden;pointer-events:none;transition:.18s;z-index:80
}
.nav-services:hover .services-dropdown,.nav-services:focus-within .services-dropdown{
  opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)
}
.services-dropdown-head{
  padding:8px 10px 10px;color:#74746e;font-size:.66rem;text-transform:uppercase;
  letter-spacing:.13em;font-weight:900
}
.services-dropdown>a{
  display:grid!important;grid-template-columns:42px 1fr;align-items:center;gap:8px;
  padding:9px 10px!important;border-radius:11px;color:#d5d5cf!important;font-size:.84rem
}
.services-dropdown>a:hover{background:#151515;color:#fff!important}
.services-dropdown>a b{
  width:36px;height:28px;border-radius:8px;background:rgba(255,210,31,.08);
  border:1px solid rgba(255,210,31,.14);display:grid;place-items:center;
  color:var(--yellow);font-size:.66rem;letter-spacing:.04em
}
.services-dropdown-all{
  margin-top:7px;border-top:1px solid var(--line);grid-template-columns:1fr auto!important;
  color:var(--yellow)!important;font-weight:800
}
.services-dropdown-all strong{font-size:1rem}

.mobile-service-links{
  display:grid;grid-template-columns:1fr 1fr;gap:7px;padding:8px 0 14px;border-bottom:1px solid #202020
}
.mobile-service-links a{
  display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important;
  min-height:40px!important;padding:9px 10px!important;border:1px solid #232323!important;
  background:#111!important;border-radius:11px!important;color:#bab9b3!important;font-size:.78rem!important
}
.mobile-service-links a small{
  width:30px;height:24px;display:grid;place-items:center;border-radius:7px;
  background:rgba(255,210,31,.08);color:var(--yellow);font-weight:900;font-size:.6rem
}

.service-link{display:flex;flex-direction:column;color:inherit;text-decoration:none;transition:.2s}
.service-link:hover{background:linear-gradient(180deg,#151515,#0d0d0d);transform:translateY(-2px)}
.service-more{
  margin-top:auto;padding-top:24px;color:var(--yellow);font-size:.78rem;font-weight:900;
  text-transform:uppercase;letter-spacing:.06em
}
.service-more b{font-size:1rem;margin-left:4px}
.services-all-wrap{display:flex;justify-content:center;margin-top:26px}
.btn-outline-services{
  background:transparent;color:#f2f1eb;border:1px solid rgba(255,210,31,.35)
}
.btn-outline-services:hover{background:var(--yellow);color:#080808}

.services-hub-hero,.service-detail-hero{
  position:relative;background-size:cover;background-position:center;overflow:hidden
}
.services-hub-hero:before,.service-detail-hero:before{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(0,0,0,.93) 0%,rgba(0,0,0,.78) 48%,rgba(0,0,0,.45) 100%),
             linear-gradient(0deg,#080808 0%,transparent 45%)
}
.services-hub-hero>.container,.service-detail-layout{position:relative;z-index:2}
.services-hub-hero{padding:130px 0 108px;min-height:610px;display:flex;align-items:center}
.services-hub-hero>.container{width:min(var(--max),calc(100% - 72px))}
.services-hub-hero h1{
  max-width:900px;margin:12px 0 22px;font-size:clamp(3.2rem,6vw,6.2rem);
  line-height:.94;letter-spacing:-.045em
}
.services-hub-hero p{max-width:760px;color:#d5d4ce;font-size:1.05rem;margin:0 0 28px}

.service-breadcrumb{display:flex;align-items:center;gap:8px;color:#96958e;font-size:.78rem;margin-bottom:25px}
.service-breadcrumb a:hover{color:var(--yellow)}
.service-breadcrumb b{color:#d7d6d0;font-weight:700}

.service-directory-section{background:#080808}
.service-directory-grid{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px
}
.service-directory-grid.compact{grid-template-columns:repeat(4,minmax(0,1fr))}
.service-directory-card{
  position:relative;display:flex;flex-direction:column;min-height:300px;padding:24px;
  background:linear-gradient(180deg,#111,#0b0b0b);border:1px solid var(--line);
  border-radius:22px;color:inherit;overflow:hidden;transition:.22s
}
.service-directory-card:before{
  content:"";position:absolute;left:0;right:0;top:0;height:3px;background:var(--yellow);
  transform:scaleX(.18);transform-origin:left;transition:.22s
}
.service-directory-card:hover{transform:translateY(-4px);border-color:rgba(255,210,31,.32);box-shadow:0 20px 55px rgba(0,0,0,.22)}
.service-directory-card:hover:before{transform:scaleX(1)}
.directory-code{
  display:grid;place-items:center;width:50px;height:38px;border-radius:10px;
  background:rgba(255,210,31,.08);border:1px solid rgba(255,210,31,.16);
  color:var(--yellow);font-size:.7rem;font-weight:900;letter-spacing:.06em
}
.service-directory-card h3{font-size:1.42rem;margin:36px 0 10px}
.service-directory-card p{margin:0;color:var(--muted);font-size:.91rem}
.directory-more{
  margin-top:auto;padding-top:24px;color:var(--yellow);font-size:.75rem;
  font-weight:900;text-transform:uppercase;letter-spacing:.07em
}
.services-feature{border-top:1px solid var(--line);background:#090909}

.service-detail-hero{min-height:670px;display:flex;align-items:center}
.service-detail-layout{
  display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:70px;align-items:center;
  min-height:670px;padding-top:70px;padding-bottom:70px
}
.service-detail-copy{max-width:850px}
.service-detail-copy h1{
  margin:0 0 22px;font-size:clamp(3.1rem,5.7vw,6rem);line-height:.94;letter-spacing:-.045em
}
.service-detail-copy>p{max-width:720px;color:#d8d7d1;font-size:1.05rem}
.service-hero-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap;margin-top:30px}
.service-phone{display:flex;flex-direction:column;border-left:3px solid var(--yellow);padding-left:14px}
.service-phone small{color:#a9a8a2;text-transform:uppercase;letter-spacing:.08em;font-size:.68rem}
.service-phone strong{font-family:Arial,sans-serif;font-size:1.25rem;color:#f6f5ef;margin-top:3px}

.service-side-card{
  background:rgba(9,9,9,.94);border:1px solid rgba(255,210,31,.26);border-radius:24px;
  padding:24px;box-shadow:0 26px 70px rgba(0,0,0,.35);backdrop-filter:blur(10px)
}
.service-side-code{
  display:grid;place-items:center;width:58px;height:42px;border-radius:11px;background:var(--yellow);
  color:#070707;font-weight:950;font-size:.78rem;letter-spacing:.04em;margin-bottom:24px
}
.service-side-title{font-size:1.25rem;font-weight:850;margin-bottom:8px}
.service-side-card p{color:#aaa9a2;font-size:.88rem}
.service-side-card ul{list-style:none;margin:20px 0;padding:0;border-top:1px solid #222}
.service-side-card li{padding:10px 0;border-bottom:1px solid #222;color:#d0cfc9;font-size:.84rem}
.service-side-card li:before{content:"✓";color:var(--yellow);font-weight:900;margin-right:8px}
.service-side-card>a{display:flex;justify-content:space-between;gap:12px;color:var(--yellow);font-size:.82rem;font-weight:900;padding-top:6px}

.service-content-section{background:#080808}
.service-content-layout{
  display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:70px;align-items:start
}
.service-article{max-width:850px}
.service-text-block{
  display:grid;grid-template-columns:58px 1fr;gap:20px;padding:28px 0!important;
  border-top:1px solid var(--line)
}
.service-text-block:last-child{border-bottom:1px solid var(--line)}
.service-text-number{
  width:44px;height:34px;border-radius:9px;display:grid;place-items:center;
  background:rgba(255,210,31,.07);border:1px solid rgba(255,210,31,.12);
  color:var(--yellow);font-size:.67rem;font-weight:900
}
.service-text-block h2{font-size:1.65rem;margin:0 0 9px}
.service-text-block p{margin:0;color:#b8b7b1;line-height:1.75}
.service-list-sidebar{
  position:sticky;top:112px;background:#0c0c0c;border:1px solid var(--line);
  border-radius:20px;padding:15px
}
.service-list-title{
  padding:8px 8px 12px;color:#77766f;font-size:.68rem;letter-spacing:.12em;
  text-transform:uppercase;font-weight:900
}
.service-list-sidebar>a{
  display:grid;grid-template-columns:42px 1fr 18px;gap:8px;align-items:center;
  min-height:48px;padding:8px;border-radius:10px;color:#c7c6c0;font-size:.8rem
}
.service-list-sidebar>a:hover{background:#141414;color:#fff}
.service-list-sidebar>a span{
  width:36px;height:28px;display:grid;place-items:center;border-radius:8px;
  background:rgba(255,210,31,.07);color:var(--yellow);font-size:.6rem;font-weight:900
}
.service-list-sidebar>a em{font-style:normal;color:var(--yellow)}
.service-list-sidebar .all-services-link{
  display:block!important;margin-top:8px;border-top:1px solid var(--line);padding:14px 9px 7px!important;
  color:var(--yellow)!important;font-weight:800
}
.service-other-section{background:#090909;border-top:1px solid var(--line)}
.service-faq{background:#070707}
.footergrid-services{grid-template-columns:1.45fr 1fr 1fr .8fr}

@media(max-width:1180px){
  .service-directory-grid,.service-directory-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}
  .service-detail-layout{grid-template-columns:minmax(0,1fr) 300px;gap:38px}
  .service-content-layout{grid-template-columns:minmax(0,1fr) 280px;gap:38px}
  .footergrid-services{grid-template-columns:1.3fr 1fr 1fr}
  .footergrid-services>div:last-child{grid-column:1/-1}
}
@media(max-width:900px){
  .nav-services{display:none}
  .services-hub-hero{padding:100px 0 80px;min-height:auto}
  .services-hub-hero>.container{width:min(var(--max),calc(100% - 44px))}
  .service-detail-hero{min-height:auto}
  .service-detail-layout{grid-template-columns:1fr;min-height:auto;gap:28px;padding-top:90px;padding-bottom:70px}
  .service-side-card{max-width:620px}
  .service-content-layout{grid-template-columns:1fr}
  .service-list-sidebar{position:static}
}
@media(max-width:620px){
  .services-hub-hero>.container{width:calc(100% - 28px)}
  .services-hub-hero{padding:82px 0 66px;background-position:65% center}
  .services-hub-hero h1{font-size:clamp(2.7rem,12vw,3.5rem)}
  .service-directory-grid,.service-directory-grid.compact{grid-template-columns:1fr;gap:12px}
  .service-directory-card{min-height:230px;padding:21px;border-radius:18px}
  .service-directory-card h3{margin-top:26px;font-size:1.3rem}
  .service-detail-layout{padding-top:66px;padding-bottom:58px}
  .service-detail-copy h1{font-size:clamp(2.7rem,12vw,3.55rem)}
  .service-hero-actions{align-items:flex-start;flex-direction:column;gap:18px}
  .service-side-card{padding:19px;border-radius:18px}
  .service-content-layout{gap:32px}
  .service-text-block{grid-template-columns:42px 1fr;gap:12px;padding:22px 0!important}
  .service-text-block h2{font-size:1.35rem}
  .service-list-sidebar{border-radius:17px}
  .mobile-service-links{grid-template-columns:1fr}
  .footergrid-services{grid-template-columns:1fr}
  .footergrid-services>div:last-child{grid-column:auto}
}


/* =========================================================
   AJUSTES VISUAIS FINAIS — LOGO, MENU E FORMULÁRIO
   ========================================================= */
.logo{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:60px;
  padding:8px 14px 8px 10px;
  border-radius:18px;
  background:linear-gradient(180deg,rgba(18,18,18,.98),rgba(10,10,10,.98));
  border:1px solid rgba(255,210,31,.12);
  box-shadow:0 10px 34px rgba(0,0,0,.24), inset 0 0 0 1px rgba(255,255,255,.02);
}
.logo:hover{border-color:rgba(255,210,31,.28);transform:translateY(-1px)}
.logo img{
  height:56px !important;
  width:auto;
  max-width:210px !important;
  object-fit:contain;
  filter:drop-shadow(0 8px 22px rgba(0,0,0,.28));
}
.footer-logo-premium{
  height:72px !important;
  width:auto;
  max-width:220px !important;
  padding:8px 12px;
  border-radius:18px;
  background:linear-gradient(180deg,#111,#0b0b0b);
  border:1px solid rgba(255,210,31,.1);
}
.mobile-menu[hidden], .menu-backdrop[hidden]{display:none !important}
.mobile-menu-toggle{display:none !important}
.mobile-menu{display:none !important}
.menu-backdrop{display:none !important}
@media(max-width:900px){
  .mobile-menu-toggle{display:flex !important}
  .mobile-menu{display:block !important}
  .menu-backdrop{display:block !important}
}

/* Menu desktop mais limpo */
.desktop-nav{display:flex;align-items:center;gap:26px}
.desktop-nav>a,.nav-services-trigger{font-weight:600;letter-spacing:.01em}
.nav-actions .header-btn{min-width:215px;box-shadow:0 12px 35px rgba(255,210,31,.12)}

/* Dropdown de serviços mais elegante */
.services-dropdown{
  width:380px;
  padding:14px;
  border-radius:20px;
  background:linear-gradient(180deg,rgba(15,15,15,.99),rgba(9,9,9,.99));
  border:1px solid rgba(255,210,31,.14);
  box-shadow:0 32px 80px rgba(0,0,0,.5)
}
.services-dropdown>a{min-height:46px}
.services-dropdown>a span{line-height:1.3}

/* Hero mais organizado */
.hero-copy{max-width:760px}
.hero-copy h1{max-width:760px;text-wrap:balance}
.hero-copy>p{max-width:690px}
.hero-label{
  display:inline-flex;
  align-items:center;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08)
}
.booking-card{overflow:hidden}
.booking-top{margin-bottom:18px}
.booking-top p{max-width:96%}
.form-field input::placeholder,.form-field textarea::placeholder{color:#83837d}
#origem,#destino{appearance:none;-webkit-appearance:none}

/* Contato/telefones bem alinhados */
.phone-link strong,.phone,.contact-phone,.footergrid a[href^="tel:"],.service-phone strong{
  font-family:Arial,Helvetica,sans-serif !important;
  font-weight:600 !important;
  letter-spacing:0 !important;
}

/* Ajustes mobile premium */
@media(max-width:900px){
  .site-header nav{height:76px}
  .logo{min-height:56px;padding:7px 11px 7px 9px;border-radius:16px}
  .logo img{height:50px !important;max-width:180px !important}
  .mobile-menu{top:76px}
  .mobile-menu-inner{
    background:linear-gradient(180deg,#111 0%,#0a0a0a 100%);
    border:1px solid rgba(255,210,31,.14);
    box-shadow:0 30px 80px rgba(0,0,0,.56)
  }
  .mobile-menu-head span{color:#fff;font-size:1rem}
  .mobile-menu a{border-radius:12px}
  .mobile-menu a:hover{background:#121212}
}
@media(max-width:620px){
  .site-header nav{height:68px}
  .logo{min-height:50px;padding:6px 10px 6px 8px;border-radius:15px}
  .logo img{height:44px !important;max-width:150px !important}
  .mobile-menu{top:68px}
  .menu-backdrop{inset:68px 0 0 !important}
  .hero-copy h1{font-size:clamp(2.5rem,11vw,3.4rem)}
  .booking-top p{font-size:.74rem}
}


/* =========================================================
   MENU RESPONSIVO FINAL — DESKTOP / TABLET / CELULAR
   06/09/2026
   ========================================================= */
.site-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(5,5,5,.97);
  border-bottom:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}
.site-header .container{overflow:visible}
.main-nav{
  height:82px;
  display:flex;
  align-items:center;
  gap:24px;
  min-width:0;
}
.site-header .logo{
  flex:0 0 auto;
  min-height:0;
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
  border-radius:0;
}
.site-header .logo:hover{transform:none;border-color:transparent}
.site-header .logo img{
  height:62px !important;
  width:auto;
  max-width:170px !important;
  object-fit:contain;
}
.desktop-nav{
  flex:1 1 auto;
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  white-space:nowrap;
}
.desktop-nav>a,.nav-services-trigger{
  position:relative;
  display:flex;
  align-items:center;
  min-height:44px;
  color:#deded8;
  font-size:.92rem;
  font-weight:650;
  line-height:1;
}
.desktop-nav>a:hover,.desktop-nav>a:focus-visible,.nav-services-trigger:hover,.nav-services-trigger:focus-visible{
  color:var(--yellow);
}
.nav-services{
  position:relative;
  display:flex;
  align-items:center;
  height:82px;
}
.nav-services-trigger{
  height:82px;
  gap:7px;
}
.nav-services-trigger span{
  color:var(--yellow);
  font-size:.72rem;
  transition:transform .18s ease;
}
.nav-services:hover .nav-services-trigger span,
.nav-services:focus-within .nav-services-trigger span{transform:rotate(180deg)}

/* Dropdown: escondido por padrão e aberto somente no hover/foco */
.services-dropdown{
  display:none;
  position:absolute;
  top:calc(100% - 5px);
  left:50%;
  transform:translateX(-50%);
  width:min(560px,calc(100vw - 32px));
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:5px;
  padding:14px;
  margin:0;
  background:rgba(11,11,11,.99);
  border:1px solid rgba(255,210,31,.20);
  border-radius:20px;
  box-shadow:0 28px 80px rgba(0,0,0,.58);
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  z-index:1200;
}
.services-dropdown::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:-12px;
  height:12px;
}
.nav-services:hover .services-dropdown,
.nav-services:focus-within .services-dropdown{display:grid}
.services-dropdown-head{
  grid-column:1/-1;
  padding:5px 8px 10px;
  color:#8f8e87;
  font-size:.66rem;
  text-transform:uppercase;
  letter-spacing:.13em;
  font-weight:900;
}
.services-dropdown>a{
  display:grid !important;
  grid-template-columns:38px minmax(0,1fr);
  align-items:center;
  gap:9px;
  min-height:48px;
  padding:8px 9px !important;
  border:1px solid transparent;
  border-radius:12px;
  color:#d7d6d0 !important;
  font-size:.82rem;
  line-height:1.2;
}
.services-dropdown>a:hover,.services-dropdown>a:focus-visible{
  background:#151515;
  border-color:#242424;
  color:#fff !important;
  outline:none;
}
.services-dropdown>a b{
  width:34px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:8px;
  background:rgba(255,210,31,.08);
  border:1px solid rgba(255,210,31,.16);
  color:var(--yellow);
  font-size:.62rem;
  letter-spacing:.04em;
}
.services-dropdown>a span{min-width:0;line-height:1.25}
.services-dropdown-all{
  grid-column:1/-1 !important;
  grid-template-columns:1fr auto !important;
  margin-top:5px;
  padding-top:11px !important;
  border-top:1px solid #252525 !important;
  border-radius:0 0 10px 10px !important;
  color:var(--yellow) !important;
  font-weight:850;
}
.nav-actions{
  flex:0 0 auto;
  margin-left:0;
  display:flex;
  align-items:center;
  gap:10px;
}
.nav-actions .header-btn{
  min-width:205px;
  min-height:48px;
  padding:0 20px;
  white-space:nowrap;
  box-shadow:none;
}
.mobile-menu-toggle,.mobile-menu,.menu-backdrop{display:none !important}

@media (max-width:1220px) and (min-width:1051px){
  .main-nav{gap:18px}
  .site-header .logo img{height:58px !important;max-width:155px !important}
  .desktop-nav{gap:17px}
  .desktop-nav>a,.nav-services-trigger{font-size:.87rem}
  .nav-actions .header-btn{min-width:175px;padding:0 16px;font-size:.84rem}
}

/* Tablet e celular: troca para menu hambúrguer antes de o desktop apertar */
@media(max-width:1050px){
  .main-nav{height:74px;justify-content:space-between;gap:14px}
  .site-header .logo img{height:54px !important;max-width:160px !important}
  .desktop-nav,.header-btn{display:none !important}
  .nav-actions{margin-left:auto}
  .mobile-menu-toggle{
    display:flex !important;
    width:44px;
    height:44px;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:5px;
    padding:0;
    border:1px solid #2c2c2c;
    border-radius:13px;
    background:#0e0e0e;
    cursor:pointer;
  }
  .mobile-menu-toggle span{
    width:20px;
    height:2px;
    display:block;
    border-radius:99px;
    background:#f2f1eb;
    transition:.2s ease;
  }
  .mobile-menu-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .mobile-menu-toggle.open span:nth-child(2){opacity:0}
  .mobile-menu-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

  .mobile-menu[hidden],.menu-backdrop[hidden]{display:none !important}
  .mobile-menu{
    display:block !important;
    position:fixed;
    top:74px;
    left:12px;
    right:12px;
    z-index:1300;
    max-height:calc(100dvh - 88px);
    overflow-y:auto;
    overscroll-behavior:contain;
    opacity:0;
    visibility:hidden;
    transform:translateY(-8px);
    pointer-events:none;
    transition:opacity .18s ease,transform .18s ease,visibility .18s ease;
  }
  .mobile-menu.open{
    opacity:1;
    visibility:visible;
    transform:none;
    pointer-events:auto;
  }
  .mobile-menu-inner{
    padding:12px;
    background:linear-gradient(180deg,#111,#090909);
    border:1px solid rgba(255,210,31,.18);
    border-radius:19px;
    box-shadow:0 28px 80px rgba(0,0,0,.62);
  }
  .mobile-menu-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:8px 9px 12px;
    margin-bottom:4px;
    border-bottom:1px solid #252525;
  }
  .mobile-menu-head span{font-size:1rem;font-weight:900;color:#fff}
  .mobile-menu-head small{font-size:.7rem;color:#7d7c76}
  .mobile-menu>a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-height:48px;
    padding:11px 10px;
    border-bottom:1px solid #202020;
    border-radius:10px;
    color:#ecebe5;
    font-size:.94rem;
    font-weight:750;
  }
  .mobile-menu>a:hover,.mobile-menu>a:focus-visible{background:#141414;outline:none}
  .mobile-menu>a span{color:#666;font-size:.68rem;font-weight:850}
  /* No celular, a página Serviços concentra todos os subserviços para o menu ficar curto */
  .mobile-service-links{display:none !important}
  .mobile-menu .mobile-menu-cta{
    min-height:50px;
    margin-top:10px;
    border:0;
    border-radius:13px;
    background:var(--yellow);
    color:#080808;
    font-weight:900;
  }
  .mobile-menu .mobile-menu-cta:hover,.mobile-menu .mobile-menu-cta:focus-visible{background:var(--yellow2)}
  .mobile-menu-contact{
    padding:12px 8px 3px;
    color:#85847e;
    font-size:.72rem;
    line-height:1.45;
    text-align:center;
  }
  .menu-backdrop{
    display:block !important;
    position:fixed;
    inset:74px 0 0;
    z-index:1250;
    background:rgba(0,0,0,.66);
    backdrop-filter:blur(3px);
    -webkit-backdrop-filter:blur(3px);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:.18s ease;
  }
  .menu-backdrop.open{opacity:1;visibility:visible;pointer-events:auto}
  body.menu-open{overflow:hidden}
}

@media(max-width:620px){
  .site-header .container{width:calc(100% - 22px)}
  .main-nav{height:66px}
  .site-header .logo img{height:48px !important;max-width:145px !important}
  .mobile-menu-toggle{width:42px;height:42px;border-radius:12px}
  .mobile-menu{top:66px;left:8px;right:8px;max-height:calc(100dvh - 76px)}
  .menu-backdrop{inset:66px 0 0}
  .mobile-menu-inner{padding:10px;border-radius:17px}
  .mobile-menu>a{min-height:46px;padding:10px 9px;font-size:.92rem}
  .mobile-menu-head small{display:none}
}

/* =========================================================
   RESPONSIVIDADE CONSOLIDADA FINAL — 06/09/2026
   Mantém o visual original e elimina conflitos entre desktop,
   tablet e celular. Este bloco deve permanecer por último.
   ========================================================= */
html{
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
  overflow-x:hidden;
}
body{
  width:100%;
  min-width:0;
  overflow-x:hidden;
}
img,svg,video,canvas,iframe{max-width:100%;height:auto}
input,select,textarea,button{max-width:100%}
main,section,header,footer,.container,.main-nav,.hero-layout,.split,.section-head,
.service-content-layout,.service-detail-layout,.footergrid,.location-columns,
.service-directory-grid,.booking-card,.booking-form{min-width:0}
.container{width:min(var(--max),calc(100% - 64px))}
h1,h2,h3,p,a,span,b,strong,small,li{overflow-wrap:break-word}

/* Cabeçalho — desktop */
.site-header{z-index:1000}
.main-nav{
  height:80px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
}
.site-header .logo{flex:0 0 auto}
.site-header .logo img{
  width:auto !important;
  height:58px !important;
  max-width:168px !important;
}
.desktop-nav{
  flex:1 1 auto;
  min-width:0;
  justify-content:center;
  gap:clamp(15px,1.55vw,26px);
}
.desktop-nav>a,.nav-services-trigger{
  font-size:clamp(.82rem,.82vw,.92rem);
  white-space:nowrap;
}
.nav-services,.nav-services-trigger{height:80px}
.nav-actions{flex:0 0 auto}
.nav-actions .header-btn{
  min-width:0;
  min-height:46px;
  padding-inline:18px;
  font-size:.86rem;
}
.services-dropdown{
  top:calc(100% - 4px);
  width:min(560px,calc(100vw - 28px));
  max-height:min(72vh,620px);
  overflow-y:auto;
  overscroll-behavior:contain;
}

/* Home — desktop amplo */
.hero{min-height:680px}
.hero-layout{
  min-height:680px;
  grid-template-columns:minmax(0,1fr) minmax(380px,440px);
  gap:clamp(34px,4vw,58px);
  padding-top:42px;
  padding-bottom:46px;
}
.hero-copy{min-width:0;max-width:760px}
.hero-copy h1{
  max-width:760px;
  font-size:clamp(3.05rem,4.7vw,5.15rem);
  text-wrap:balance;
}
.booking-card{width:100%;max-width:440px;justify-self:end}
.services{grid-template-columns:repeat(5,minmax(0,1fr))}
.service{min-width:0}
.service h3{overflow-wrap:anywhere}
.split{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:clamp(38px,5vw,72px)}
.section-head{grid-template-columns:minmax(0,1fr) minmax(280px,.72fr);gap:clamp(32px,4vw,64px)}
.location-columns{grid-template-columns:repeat(2,minmax(0,1fr))}
.footergrid-services{grid-template-columns:minmax(240px,1.35fr) repeat(3,minmax(0,1fr))}

/* Notebook */
@media(max-width:1240px){
  .container{width:min(var(--max),calc(100% - 44px))}
  .main-nav{gap:16px}
  .site-header .logo img{height:54px !important;max-width:154px !important}
  .desktop-nav{gap:14px}
  .desktop-nav>a,.nav-services-trigger{font-size:.83rem}
  .nav-actions .header-btn{padding-inline:15px;font-size:.8rem}
  .hero-layout{grid-template-columns:minmax(0,1fr) minmax(360px,405px);gap:32px}
  .services{grid-template-columns:repeat(3,minmax(0,1fr))}
  .service-directory-grid,.service-directory-grid.compact{grid-template-columns:repeat(3,minmax(0,1fr))}
  .footergrid-services{grid-template-columns:1.25fr 1fr 1fr}
  .footergrid-services>div:last-child{grid-column:1/-1}
}

/* Tablet + celulares — menu hambúrguer e conteúdo empilhado */
@media(max-width:1050px){
  .container{width:min(var(--max),calc(100% - 36px))}
  .main-nav{height:72px;gap:12px}
  .site-header .logo img{height:52px !important;max-width:158px !important}
  .desktop-nav,.header-btn{display:none !important}
  .nav-actions{margin-left:auto}
  .mobile-menu-toggle{
    display:flex !important;
    flex:0 0 44px;
    width:44px;
    height:44px;
  }
  .mobile-menu[hidden],.menu-backdrop[hidden]{display:none !important}
  .mobile-menu{
    display:block !important;
    position:fixed;
    top:72px;
    left:50%;
    right:auto;
    width:min(560px,calc(100% - 24px));
    max-height:calc(100dvh - 84px);
    overflow-y:auto;
    z-index:1300;
    opacity:0;
    visibility:hidden;
    transform:translate(-50%,-8px);
    pointer-events:none;
    -webkit-overflow-scrolling:touch;
    overscroll-behavior:contain;
  }
  .mobile-menu.open{
    opacity:1;
    visibility:visible;
    transform:translate(-50%,0);
    pointer-events:auto;
  }
  .mobile-menu-inner{padding:12px;border-radius:18px}
  .mobile-menu>a{
    min-height:48px;
    padding:11px 10px;
    line-height:1.3;
  }
  .mobile-service-links{display:none !important}
  .menu-backdrop{
    display:block !important;
    position:fixed;
    inset:72px 0 0;
    z-index:1250;
  }
  body.menu-open{overflow:hidden;touch-action:none}

  .hero{min-height:auto;background-position:62% center}
  .hero-layout{
    min-height:auto;
    grid-template-columns:1fr;
    gap:34px;
    padding-top:52px;
    padding-bottom:62px;
  }
  .hero-copy{max-width:760px;padding:0}
  .hero-copy h1{font-size:clamp(2.8rem,7.5vw,4.35rem)}
  .booking-card{max-width:720px;justify-self:start}
  .split,.section-head,.service-detail-layout,.service-content-layout{grid-template-columns:1fr}
  .service-detail-layout{min-height:auto;gap:28px;padding-top:72px;padding-bottom:64px}
  .service-list-sidebar{position:static}
  .service-directory-grid,.service-directory-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}
  .location-columns{grid-template-columns:1fr}
  .region-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .photo img{height:clamp(360px,52vw,520px)}
  .footergrid,.footergrid-services{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}
  .footergrid-services>div:last-child{grid-column:auto}
}

/* Celulares */
@media(max-width:680px){
  .container,.site-header .container{width:calc(100% - 28px)}
  .main-nav{height:66px}
  .site-header .logo img{height:46px !important;max-width:142px !important}
  .mobile-menu-toggle{flex-basis:42px;width:42px;height:42px;border-radius:12px}
  .mobile-menu{top:66px;width:calc(100% - 16px);max-height:calc(100dvh - 74px)}
  .menu-backdrop{inset:66px 0 0}
  .mobile-menu-inner{padding:10px;border-radius:16px}
  .mobile-menu-head{padding:7px 8px 10px}
  .mobile-menu>a{min-height:46px;padding:10px 9px;font-size:.92rem}
  .mobile-menu-contact{font-size:.7rem}

  .hero{background-position:66% center}
  .hero-layout{padding-top:40px;padding-bottom:50px;gap:26px}
  .hero-label{max-width:100%;font-size:.64rem;line-height:1.35}
  .kicker{font-size:.68rem;letter-spacing:.14em;margin-bottom:13px}
  .hero-copy h1{
    font-size:clamp(2.35rem,11.5vw,3.3rem);
    line-height:.98;
    margin-bottom:15px;
  }
  .hero-copy>p{font-size:.95rem;line-height:1.58}
  .hero-badges{
    display:flex;
    flex-wrap:nowrap;
    overflow-x:auto;
    gap:8px;
    margin:18px -14px 19px;
    padding:0 14px 5px;
    scroll-snap-type:x proximity;
    scrollbar-width:none;
  }
  .hero-badges::-webkit-scrollbar{display:none}
  .hero-badges span{flex:0 0 auto;white-space:nowrap;scroll-snap-align:start}
  .phone-link{max-width:100%}
  .phone-link small{white-space:normal}

  .booking-card{max-width:none;padding:15px;border-radius:18px}
  .booking-top{grid-template-columns:1fr;gap:4px;margin-bottom:14px}
  .booking-top>span:empty{display:none}
  .booking-top h2{font-size:1.12rem;line-height:1.3}
  .booking-top p{max-width:100%;font-size:.72rem}
  .booking-form{grid-template-columns:1fr;gap:10px}
  .form-field,.form-field.full,.booking-submit,.form-note{grid-column:1/-1}
  .form-field input,.form-field select,.form-field textarea{
    min-height:46px;
    width:100%;
    font-size:16px;
    padding:11px 12px;
  }
  .form-field textarea{min-height:72px;max-height:140px}
  .booking-submit{min-height:49px}

  section{padding:58px 0}
  .section-head{gap:15px;margin-bottom:24px}
  .section-head h2,.copy h2{font-size:clamp(2rem,9.2vw,2.75rem);line-height:1.04}
  .services{grid-template-columns:1fr}
  .service{min-height:auto;padding:21px}
  .service-line{margin-bottom:22px}
  .service-directory-grid,.service-directory-grid.compact{grid-template-columns:1fr}
  .service-directory-card{min-height:225px}
  .service-detail-copy h1,.services-hub-hero h1{font-size:clamp(2.45rem,11vw,3.35rem)}
  .service-text-block{grid-template-columns:38px minmax(0,1fr);gap:11px}
  .service-text-number{width:36px}
  .service-hero-actions{flex-direction:column;align-items:flex-start;gap:17px}
  .region-grid{grid-template-columns:1fr}
  .seo-links{align-items:stretch}
  .seo-links a{width:100%;text-align:center}
  .contactbox{flex-direction:column;align-items:stretch}
  .contactbox .btn{width:100%}
  .photo img{height:300px}
  .footergrid,.footergrid-services{grid-template-columns:1fr;gap:25px}
  .footergrid-services>div:last-child{grid-column:auto}
  .footer-logo-premium{max-width:190px !important;height:auto !important;max-height:68px}
  .copyline{font-size:.74rem;line-height:1.6}
}

/* Celulares muito estreitos */
@media(max-width:380px){
  .container,.site-header .container{width:calc(100% - 22px)}
  .site-header .logo img{max-width:132px !important;height:43px !important}
  .hero-copy h1{font-size:clamp(2.18rem,11.4vw,2.8rem)}
  .booking-card{padding:13px}
  .mobile-menu{width:calc(100% - 12px)}
  .btn{padding-inline:18px}
}


/* WhatsApp direct CTA */
.whatsapp-direct{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;line-height:1.05;text-align:center;padding:10px 18px!important;min-height:48px!important}
.whatsapp-direct span{font-size:.8rem;font-weight:900;letter-spacing:.02em}
.whatsapp-direct small{font-size:.74rem;font-weight:800;line-height:1.1}
.mobile-menu .whatsapp-direct{align-items:flex-start;text-align:left}
