/* =========================================================
   MV MOBILIDADE - Folha de estilo principal
   Marca: navy #0F264D | laranja #FD581D
   ========================================================= */

/* ---------- Tokens ---------- */
:root{
  --navy:#0F264D;
  --navy-800:#132F5E;
  --navy-900:#08152D;
  --orange:#FD581D;
  --orange-600:#E24A12;
  --orange-100:#FFF0E9;

  --ink:#0F1B2E;
  --body:#44546F;
  --muted:#6B7A93;
  --line:#E3E9F2;
  --line-soft:#EFF3F9;
  --bg:#FFFFFF;
  --bg-soft:#F6F8FC;

  --ff-title:"Plus Jakarta Sans","Segoe UI",system-ui,-apple-system,sans-serif;
  --ff-body:"Inter","Segoe UI",system-ui,-apple-system,sans-serif;

  --r-sm:10px;
  --r:14px;
  --r-lg:22px;
  --r-full:999px;

  --shadow-sm:0 1px 2px rgba(15,38,77,.06), 0 2px 8px rgba(15,38,77,.05);
  --shadow:0 10px 30px rgba(15,38,77,.08), 0 2px 8px rgba(15,38,77,.04);
  --shadow-lg:0 24px 60px rgba(15,38,77,.14);

  --container:1160px;
  --header-h:76px;
}

/* ---------- Reset ---------- */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%; scroll-behavior:smooth; scroll-padding-top:calc(var(--header-h) + 16px)}
body{
  margin:0;
  font-family:var(--ff-body);
  font-size:17px;
  line-height:1.65;
  color:var(--body);
  background:var(--bg);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
img,svg{max-width:100%; height:auto; display:block}
a{color:var(--navy); text-decoration:none}
a:hover{color:var(--orange)}
h1,h2,h3,h4{font-family:var(--ff-title); color:var(--ink); line-height:1.18; margin:0 0 .5em; font-weight:800; letter-spacing:-.02em}
h1{font-size:clamp(2rem,1.35rem + 2.6vw,3.35rem)}
h2{font-size:clamp(1.6rem,1.2rem + 1.7vw,2.5rem)}
h3{font-size:clamp(1.12rem,1.02rem + .4vw,1.35rem); font-weight:700}
p{margin:0 0 1.1em}
ul,ol{margin:0 0 1.1em; padding-left:1.25em}
li{margin-bottom:.5em}
strong{color:var(--ink); font-weight:650}
/* Em fundos escuros o texto em destaque precisa continuar legivel */
.hero strong,.cta strong,.panel strong,.page-hero strong,.strip strong,.footer strong{color:#fff}
hr{border:0; border-top:1px solid var(--line); margin:2.5rem 0}
::selection{background:var(--orange); color:#fff}
:focus-visible{outline:3px solid var(--orange); outline-offset:3px; border-radius:6px}

/* ---------- Layout ---------- */
.container{width:100%; max-width:var(--container); margin-inline:auto; padding-inline:22px}
.section{padding:clamp(56px,7vw,104px) 0}
.section--soft{background:var(--bg-soft)}
.section--tight{padding-block:clamp(40px,5vw,64px)}
.skip-link{position:absolute; left:-9999px; top:0; background:var(--orange); color:#fff; padding:12px 18px; z-index:200; border-radius:0 0 8px 0}
.skip-link:focus{left:0; color:#fff}

/* ---------- Cabecalho de secao ---------- */
.eyebrow{
  display:inline-flex; align-items:center; gap:9px;
  font-family:var(--ff-title); font-size:.775rem; font-weight:800;
  letter-spacing:.13em; text-transform:uppercase; color:var(--orange);
  margin-bottom:14px;
}
.eyebrow::before{content:""; width:22px; height:3px; border-radius:2px; background:var(--orange)}
.section-head{max-width:760px; margin-bottom:clamp(32px,4vw,52px)}
.section-head--center{margin-inline:auto; text-align:center}
.section-head--center .eyebrow{justify-content:center}
.lead{font-size:1.075rem; color:var(--muted); margin-bottom:0}
.lead--lg{font-size:1.16rem}

/* ---------- Botoes ---------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  font-family:var(--ff-title); font-size:.97rem; font-weight:700; line-height:1;
  padding:15px 26px; border-radius:var(--r-full); border:2px solid transparent;
  cursor:pointer; transition:transform .18s ease, background .18s ease, box-shadow .18s ease, color .18s ease, border-color .18s ease;
  white-space:nowrap;
}
.btn svg{width:18px; height:18px; flex:none}
.btn--primary{background:var(--orange); color:#fff; box-shadow:0 8px 22px rgba(253,88,29,.32)}
.btn--primary:hover{background:var(--orange-600); color:#fff; transform:translateY(-2px); box-shadow:0 12px 28px rgba(253,88,29,.4)}
.btn--dark{background:var(--navy); color:#fff}
.btn--dark:hover{background:var(--navy-800); color:#fff; transform:translateY(-2px)}
.btn--ghost{background:transparent; color:var(--navy); border-color:var(--line)}
.btn--ghost:hover{border-color:var(--navy); color:var(--navy); background:#fff}
.btn--ghost-light{background:rgba(255,255,255,.06); color:#fff; border-color:rgba(255,255,255,.28)}
.btn--ghost-light:hover{background:rgba(255,255,255,.14); color:#fff; border-color:rgba(255,255,255,.6); transform:translateY(-2px)}
.btn--block{width:100%}
.btn-row{display:flex; flex-wrap:wrap; gap:14px}

/* ---------- Header ---------- */
.header{
  position:sticky; top:0; z-index:100;
  background:rgba(255,255,255,.92);
  backdrop-filter:saturate(180%) blur(12px);
  -webkit-backdrop-filter:saturate(180%) blur(12px);
  border-bottom:1px solid var(--line-soft);
}
.header__inner{display:flex; align-items:center; gap:20px; height:var(--header-h)}
.brand{display:flex; align-items:center; flex:none}
.brand img{height:38px; width:auto}
.nav{margin-left:auto; display:flex; align-items:center; gap:4px}
.nav a{
  font-family:var(--ff-title); font-size:.94rem; font-weight:600; color:var(--ink);
  padding:9px 14px; border-radius:var(--r-full); transition:background .18s, color .18s;
}
.nav a:hover{background:var(--bg-soft); color:var(--navy)}
.nav a[aria-current="page"]{color:var(--orange)}
.header__cta{display:flex; align-items:center; gap:10px; flex:none}
.header__cta .btn{padding:12px 22px; font-size:.92rem}
.nav-toggle{
  display:none; margin-left:auto; width:46px; height:46px; align-items:center; justify-content:center;
  background:var(--bg-soft); border:1px solid var(--line); border-radius:12px; cursor:pointer; color:var(--navy);
}
.nav-toggle svg{width:22px; height:22px}
.nav-toggle .icon-close{display:none}
.nav-toggle[aria-expanded="true"] .icon-open{display:none}
.nav-toggle[aria-expanded="true"] .icon-close{display:block}

@media (max-width:960px){
  .nav-toggle{display:inline-flex; margin-left:auto}
  .header__inner{flex-wrap:wrap; gap:0}
  .nav,.header__cta{display:none; width:100%; margin-left:0}
  .header.is-open{box-shadow:0 18px 30px rgba(15,38,77,.08)}
  .header.is-open .header__inner{height:auto; min-height:var(--header-h); padding-bottom:18px}
  .header.is-open .nav{
    display:flex; order:3; flex-direction:column; align-items:stretch; gap:2px;
    padding:10px 0 4px; margin-top:6px; border-top:1px solid var(--line-soft);
  }
  .header.is-open .header__cta{display:flex; order:4; padding-top:12px}
  .header.is-open .header__cta .btn{width:100%}
  .nav a{padding:13px 12px; font-size:1rem}
}

/* ---------- Hero ---------- */
.hero{
  position:relative; overflow:hidden; color:#fff;
  background:
    radial-gradient(900px 460px at 88% -10%, rgba(253,88,29,.30), transparent 62%),
    radial-gradient(700px 520px at 8% 108%, rgba(48,92,168,.42), transparent 60%),
    linear-gradient(148deg, var(--navy) 0%, var(--navy-900) 100%);
  padding:clamp(64px,8vw,110px) 0 clamp(72px,8vw,108px);
}
.hero::after{
  content:""; position:absolute; inset:0; pointer-events:none; opacity:.5;
  background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),
                   linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);
  background-size:64px 64px;
  -webkit-mask-image:radial-gradient(70% 70% at 50% 40%,#000,transparent);
  mask-image:radial-gradient(70% 70% at 50% 40%,#000,transparent);
}
.hero .container{position:relative; z-index:1}
.hero__grid{display:grid; grid-template-columns:1.08fr .92fr; gap:clamp(36px,5vw,72px); align-items:center}
.hero h1{color:#fff; margin-bottom:20px}
.hero h1 em{font-style:normal; color:var(--orange)}
.hero__text{font-size:1.14rem; color:#C7D5EA; max-width:56ch; margin-bottom:32px}
.badge{
  display:inline-flex; align-items:center; gap:10px;
  background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.2);
  color:#fff; font-family:var(--ff-title); font-size:.82rem; font-weight:650;
  padding:8px 16px 8px 12px; border-radius:var(--r-full); margin-bottom:24px;
}
.badge .dot{width:8px; height:8px; border-radius:50%; background:#3FD07A; box-shadow:0 0 0 4px rgba(63,208,122,.22)}
.hero__note{margin:26px 0 0; font-size:.9rem; color:#93A8C7}

.hero__card{
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.14);
  border-radius:var(--r-lg);
  padding:30px;
  -webkit-backdrop-filter:blur(6px);
  backdrop-filter:blur(6px);
  box-shadow:var(--shadow-lg);
}
.hero__card h2{color:#fff; font-size:1.12rem; margin-bottom:20px; font-weight:700; letter-spacing:0}
.svc-list{list-style:none; margin:0; padding:0; display:grid; gap:12px}
.svc-list li{
  display:flex; gap:14px; align-items:flex-start; margin:0;
  background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.1);
  border-radius:var(--r); padding:15px 17px;
}
.svc-list .ico{
  flex:none; width:38px; height:38px; border-radius:10px; display:grid; place-items:center;
  background:rgba(253,88,29,.16); color:var(--orange);
}
.svc-list .ico svg{width:20px; height:20px}
.svc-list b{display:block; color:#fff; font-family:var(--ff-title); font-size:.98rem; font-weight:700; margin-bottom:2px}
.svc-list span{font-size:.875rem; color:#A9BCD8; line-height:1.5}

@media (max-width:920px){
  .hero__grid{grid-template-columns:1fr; gap:44px}
  .hero__card{padding:24px}
}

/* ---------- Faixa de destaques ---------- */
.strip{background:var(--navy-900); color:#fff; padding:22px 0}
.strip__grid{display:grid; grid-template-columns:repeat(4,1fr); gap:18px}
.strip__item{display:flex; align-items:center; gap:13px; font-size:.92rem; color:#C7D5EA}
.strip__item svg{width:22px; height:22px; color:var(--orange); flex:none}
.strip__item b{color:#fff; font-family:var(--ff-title); font-weight:700}
@media (max-width:860px){.strip__grid{grid-template-columns:repeat(2,1fr); gap:16px}}
@media (max-width:460px){.strip__grid{grid-template-columns:1fr}}

/* ---------- Cards ---------- */
.cards{display:grid; grid-template-columns:repeat(auto-fit,minmax(300px,1fr)); gap:26px}
.card{
  background:#fff; border:1px solid var(--line); border-radius:var(--r-lg);
  padding:32px 30px; box-shadow:var(--shadow-sm);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  display:flex; flex-direction:column;
}
.card:hover{transform:translateY(-4px); box-shadow:var(--shadow); border-color:#D4DEEE}
.card__ico{
  width:56px; height:56px; border-radius:16px; display:grid; place-items:center;
  background:var(--orange-100); color:var(--orange); margin-bottom:22px;
}
.card__ico svg{width:27px; height:27px}
.card h3{margin-bottom:10px}
.card p{color:var(--muted); font-size:.97rem; margin-bottom:18px}
.card ul{list-style:none; padding:0; margin:0 0 4px}
.card ul li{position:relative; padding-left:26px; font-size:.94rem; color:var(--body); margin-bottom:9px}
.card ul li::before{
  content:""; position:absolute; left:0; top:.42em; width:14px; height:8px;
  border-left:2.5px solid var(--orange); border-bottom:2.5px solid var(--orange);
  transform:rotate(-45deg); border-radius:1px;
}
.card__foot{margin-top:auto; padding-top:20px}
.card__link{display:inline-flex; align-items:center; gap:8px; font-family:var(--ff-title); font-weight:700; font-size:.93rem; color:var(--navy)}
.card__link svg{width:16px; height:16px; transition:transform .18s ease}
.card__link:hover svg{transform:translateX(4px)}

/* Diferenciais */
.features{display:grid; grid-template-columns:repeat(auto-fit,minmax(268px,1fr)); gap:22px}
.feature{background:#fff; border:1px solid var(--line); border-radius:var(--r); padding:26px 24px}
.feature .fico{
  width:44px; height:44px; border-radius:12px; display:grid; place-items:center;
  background:#EEF3FB; color:var(--navy); margin-bottom:16px;
}
.feature .fico svg{width:22px; height:22px}
.feature h3{font-size:1.04rem; margin-bottom:6px}
.feature p{font-size:.93rem; color:var(--muted); margin:0}

/* ---------- Passos ---------- */
.steps{display:grid; grid-template-columns:repeat(auto-fit,minmax(230px,1fr)); gap:26px; counter-reset:step}
.step{position:relative; padding-top:8px}
.step__n{
  counter-increment:step; width:46px; height:46px; border-radius:50%;
  background:var(--navy); color:#fff; display:grid; place-items:center;
  font-family:var(--ff-title); font-weight:800; font-size:1.05rem; margin-bottom:18px;
}
.step__n::after{content:counter(step,decimal-leading-zero)}
.step h3{font-size:1.06rem; margin-bottom:8px}
.step p{font-size:.94rem; color:var(--muted); margin:0}

/* ---------- Split ---------- */
.split{display:grid; grid-template-columns:1fr 1fr; gap:clamp(34px,5vw,68px); align-items:center}
.split--reverse .split__media{order:2}
@media (max-width:880px){
  .split{grid-template-columns:1fr; gap:36px}
  .split--reverse .split__media{order:0}
}
.panel{
  background:linear-gradient(150deg,var(--navy) 0%,var(--navy-900) 100%);
  border-radius:var(--r-lg); padding:38px 34px; color:#fff; box-shadow:var(--shadow);
}
.panel h3{color:#fff}
.panel p{color:#B9CAE3}
.panel__list{list-style:none; padding:0; margin:0}
.panel__list li{
  display:flex; gap:12px; align-items:flex-start; color:#D3E0F1; font-size:.96rem;
  padding:13px 0; border-bottom:1px solid rgba(255,255,255,.1);
}
.panel__list li:last-child{border-bottom:0; padding-bottom:0}
.panel__list svg{width:20px; height:20px; color:var(--orange); flex:none; margin-top:2px}

.checklist{list-style:none; padding:0; margin:0 0 28px}
.checklist li{display:flex; gap:13px; align-items:flex-start; margin-bottom:14px; font-size:1rem}
.checklist svg{width:22px; height:22px; color:var(--orange); flex:none; margin-top:2px}

/* ---------- Cobertura ---------- */
.tags{display:flex; flex-wrap:wrap; gap:10px; list-style:none; padding:0; margin:0}
.tags li{
  margin:0; background:#fff; border:1px solid var(--line); border-radius:var(--r-full);
  padding:9px 18px; font-size:.9rem; font-weight:600; color:var(--navy); font-family:var(--ff-title);
}

/* ---------- FAQ ---------- */
.faq{max-width:820px; margin-inline:auto}
.faq details{
  background:#fff; border:1px solid var(--line); border-radius:var(--r);
  margin-bottom:14px; overflow:hidden; transition:border-color .18s, box-shadow .18s;
}
.faq details[open]{border-color:#CFDCEF; box-shadow:var(--shadow-sm)}
.faq summary{
  cursor:pointer; list-style:none; padding:20px 56px 20px 24px; position:relative;
  font-family:var(--ff-title); font-weight:700; font-size:1.02rem; color:var(--ink);
}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{
  content:""; position:absolute; right:24px; top:50%; width:11px; height:11px;
  border-right:2.5px solid var(--orange); border-bottom:2.5px solid var(--orange);
  transform:translateY(-70%) rotate(45deg); transition:transform .22s ease;
}
.faq details[open] summary::after{transform:translateY(-25%) rotate(-135deg)}
.faq .faq__body{padding:0 24px 22px; color:var(--muted); font-size:.97rem}
.faq .faq__body p:last-child{margin-bottom:0}

/* ---------- CTA ---------- */
.cta{
  position:relative; overflow:hidden; color:#fff; text-align:center;
  background:
    radial-gradient(700px 380px at 82% 0%, rgba(253,88,29,.32), transparent 60%),
    linear-gradient(140deg,var(--navy) 0%,var(--navy-900) 100%);
  padding:clamp(56px,7vw,88px) 0;
}
.cta h2{color:#fff; max-width:22ch; margin-inline:auto}
.cta p{color:#BCCCE5; max-width:56ch; margin:0 auto 30px; font-size:1.06rem}
.cta .btn-row{justify-content:center}

/* ---------- Faixa informativa (sem acoes) ---------- */
.info-row{
  display:flex; flex-wrap:wrap; justify-content:center; align-items:flex-start;
  gap:20px 46px; margin-top:8px;
}
.info-row > div{display:flex; align-items:center; gap:12px; color:#BCCCE5; font-size:.98rem; text-align:left}
.info-row svg{width:22px; height:22px; color:var(--orange); flex:none}
.info-row b{display:block; color:#fff; font-family:var(--ff-title); font-weight:700; font-size:.95rem}
.info-row span{display:block; font-size:.92rem}

/* ---------- Bloco de informacoes de atendimento ---------- */
.contact-box{background:var(--bg-soft); border:1px solid var(--line); border-radius:var(--r-lg); padding:30px 28px}
.contact-box + .contact-box{margin-top:22px}
.contact-box h3{margin-bottom:6px}
.contact-item{display:flex; gap:15px; align-items:flex-start; padding:15px 0; border-bottom:1px solid var(--line)}
.contact-item:last-child{border-bottom:0; padding-bottom:0}
.contact-item .cico{
  flex:none; width:42px; height:42px; border-radius:12px; display:grid; place-items:center;
  background:#fff; border:1px solid var(--line); color:var(--orange);
}
.contact-item .cico svg{width:20px; height:20px}
.contact-item b{display:block; font-family:var(--ff-title); font-size:.87rem; color:var(--muted); font-weight:650; margin-bottom:3px}
.contact-item a,.contact-item span{font-size:1rem; color:var(--ink); font-weight:600; word-break:break-word}
.contact-item a:hover{color:var(--orange)}

/* ---------- Paginas legais ---------- */
.page-hero{background:linear-gradient(150deg,var(--navy) 0%,var(--navy-900) 100%); color:#fff; padding:clamp(48px,6vw,86px) 0}
.page-hero h1{color:#fff; margin-bottom:14px}
.page-hero p{color:#BCCCE5; max-width:62ch; margin:0; font-size:1.06rem}
.breadcrumb{font-size:.86rem; color:#8FA6C6; margin-bottom:18px}
.breadcrumb a{color:#BCCCE5}
.breadcrumb a:hover{color:var(--orange)}

.legal{max-width:840px; margin-inline:auto}
.legal .updated{
  display:inline-block; background:var(--bg-soft); border:1px solid var(--line);
  border-radius:var(--r-full); padding:8px 18px; font-size:.86rem; color:var(--muted); margin-bottom:34px;
}
.legal h2{font-size:1.42rem; margin-top:2.4em; scroll-margin-top:110px}
.legal h2:first-of-type{margin-top:0}
.legal h3{font-size:1.1rem; margin-top:1.8em}
.legal p,.legal li{font-size:1rem}
.legal ul li{margin-bottom:.6em}
.toc{background:var(--bg-soft); border:1px solid var(--line); border-radius:var(--r); padding:24px 28px; margin-bottom:44px}
.toc h2{font-size:1rem !important; margin:0 0 14px !important; text-transform:uppercase; letter-spacing:.08em; color:var(--muted)}
.toc ol{margin:0; padding-left:1.2em; columns:2; column-gap:32px}
.toc li{font-size:.94rem; margin-bottom:.45em; break-inside:avoid}
@media (max-width:640px){.toc ol{columns:1}}
.note{
  background:var(--orange-100); border-left:4px solid var(--orange);
  border-radius:0 var(--r-sm) var(--r-sm) 0; padding:18px 22px; margin:26px 0;
}
.note p:last-child{margin-bottom:0}
.note strong{color:#8A3410}

/* ---------- Rodape ---------- */
.footer{background:var(--navy-900); color:#93A8C7; padding:clamp(48px,6vw,72px) 0 0; font-size:.94rem}
.footer__grid{display:grid; grid-template-columns:1.6fr 1fr 1fr 1.2fr; gap:clamp(28px,4vw,52px)}
.footer__logo{height:42px; width:auto; margin-bottom:20px}
.footer p{color:#8FA4C2; font-size:.93rem; max-width:38ch}
.footer h4{font-family:var(--ff-title); color:#fff; font-size:.83rem; font-weight:750; text-transform:uppercase; letter-spacing:.12em; margin:0 0 18px}
.footer ul{list-style:none; padding:0; margin:0}
.footer ul li{margin-bottom:11px}
.footer a{color:#A8BCD8}
.footer a:hover{color:var(--orange)}
.footer__bottom{
  margin-top:clamp(38px,5vw,56px); border-top:1px solid rgba(255,255,255,.1);
  padding:24px 0; display:flex; flex-wrap:wrap; gap:14px; justify-content:space-between; align-items:center;
  font-size:.86rem; color:#7C93B4;
}
.footer__bottom nav{display:flex; flex-wrap:wrap; gap:20px}
@media (max-width:900px){.footer__grid{grid-template-columns:1fr 1fr}}
@media (max-width:560px){.footer__grid{grid-template-columns:1fr}}

/* ---------- 404 ---------- */
.err{text-align:center; padding:clamp(70px,10vw,130px) 0}
.err__code{
  font-family:var(--ff-title); font-size:clamp(4.5rem,14vw,9rem); font-weight:800;
  line-height:1; color:var(--navy); letter-spacing:-.04em; margin:0 0 8px;
}
.err__code span{color:var(--orange)}

/* ---------- Utilitarios ---------- */
.text-center{text-align:center}
.mb-0{margin-bottom:0}
.sr-only{position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0}
.reveal{opacity:0; transform:translateY(22px); transition:opacity .6s ease, transform .6s ease}
.reveal.is-visible{opacity:1; transform:none}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms !important; transition-duration:.01ms !important; scroll-behavior:auto !important}
  .reveal{opacity:1; transform:none}
}

/* ---------- Impressao ---------- */
@media print{
  .header,.footer,.cta,.btn,.nav-toggle{display:none !important}
  body{font-size:12pt; color:#000}
  .page-hero{background:none !important; color:#000; padding:0 0 20pt}
  .page-hero h1,.page-hero p{color:#000}
  a{color:#000; text-decoration:underline}
}
