:root {
  --navy: #061426;
  --navy-2: #0a1e35;
  --ink: #10223a;
  --muted: #607086;
  --line: #dfe6ee;
  --soft: #f3f7fb;
  --white: #ffffff;
  --blue: #0878f9;
  --blue-2: #4da3ff;
  --cyan: #2ed6c8;
  --radius: 22px;
  --section-space: 88px;
  --intro-space: 28px;
  --heading-gap: 40px;
  --shadow: 0 24px 70px rgba(8, 27, 51, .11);
}

/* Páginas internas: mesma identidade, conteúdo servido em HTML completo. */
.internal-page .site-header { position: relative; background: var(--navy); }
.internal-hero { padding: 12px 0 74px; color: white; background: var(--navy); }
.internal-hero .eyebrow { margin-bottom: 12px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 20px; color: #c0d3e8; font-size: .875rem; }
.breadcrumbs a { text-decoration: underline; text-underline-offset: 4px; }
.internal-hero h1 { max-width: 1000px; margin: 0; font-size: clamp(2.5rem,5vw,4.5rem); line-height: 1.08; letter-spacing: -.045em; }
.internal-lead { max-width: 740px; margin: 24px 0 0; color: #c0d3e8; font-size: 1.125rem; }
.reading-layout { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 72px; align-items: start; }
.contact-page-layout { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: 56px; align-items: start; }
.contact-form-card { min-width: 0; padding: 32px; border: 1px solid var(--line); border-radius: 22px; background: var(--soft); }
.internal-page .contact-form-card h2 { font-size: 1.8rem; line-height: 1.2; }
.contact-form-card > p:not(.eyebrow) { color: #42546a; }
.contact-fields { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 18px; }
.contact-field { display: flex; flex-direction: column; min-width: 0; gap: 7px; margin-bottom: 18px; }
.contact-field label { font-size: .9375rem; font-weight: 700; }
.contact-field label span { font-size: .875rem; font-weight: 400; color: #526479; }
.contact-field input, .contact-field select, .contact-field textarea { width: 100%; min-width: 0; min-height: 48px; padding: 11px 12px; border: 1px solid #b9c7d7; border-radius: 8px; color: var(--ink); background: white; font: inherit; font-size: 1rem; }
.contact-field textarea { resize: vertical; }
.contact-field input::placeholder, .contact-field textarea::placeholder { color: #607086; opacity: 1; }
.contact-field input:focus-visible, .contact-field select:focus-visible, .contact-field textarea:focus-visible { outline: 3px solid var(--blue); outline-offset: 2px; }
.contact-form-note, #contact-form-status { font-size: .875rem; color: #42546a; }
.contact-form-note a { text-decoration: underline; overflow-wrap: anywhere; }
#contact-form-status:empty { display: none; }
.contact-form-card .button { width: 100%; gap: 12px; }
.reading-copy { max-width: 780px; }
.service-eyebrow { display: flex; align-items: center; gap: 10px; }
.service-title-icon { width: 22px; height: 22px; flex: 0 0 22px; }
.service-topic-heading { display: flex; align-items: flex-start; gap: 12px; }
.service-topic-heading > span { min-width: 0; }
.topic-icon { width: 30px; height: 30px; flex: 0 0 30px; color: #0765ce; }
.service-card-heading { display: flex; align-items: flex-start; gap: 12px; }
.service-card-icon { width: 30px; height: 30px; flex: 0 0 30px; color: #0765ce; }
.reading-copy section + section { margin-top: 44px; }
.internal-page .reading-copy h2, .internal-page .internal-card h2, .internal-page .service-aside h2 { font-size: 1.65rem; line-height: 1.25; }
.reading-copy p { color: #42546a; line-height: 1.85; }
.reading-copy ul { color: #42546a; padding-left: 1.25rem; line-height: 1.85; }
.reading-copy li + li { margin-top: 8px; }
.service-aside { padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: var(--soft); }
.service-aside p { color: #42546a; }
.service-aside .button { max-width: 100%; text-align: center; }
.internal-cards { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.internal-card { padding: 32px; border: 1px solid var(--line); border-radius: 18px; transition: border-color .2s; }
.internal-card:hover { border-color: var(--blue); }
.internal-card p { color: #42546a; }
.internal-card span { font-size: .875rem; font-weight: 700; color: #0765ce; }
.related { padding-top: 37px; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #0878f9; outline-offset: 5px; }
.internal-page .main-nav > a[aria-current="page"] { color: white; text-decoration: underline; text-underline-offset: 6px; }
@media (max-width: 820px) {
  .contact-page-layout { grid-template-columns: 1fr; gap: 32px; }
  .reading-layout { grid-template-columns: 1fr; gap: 36px; }
  .internal-page .main-nav > a:not(.button):nth-child(3), .internal-page .main-nav > a:not(.button):nth-child(4) { display: block; }
}
@media (max-width: 560px) {
  .contact-form-card { padding: 24px; }
  .contact-fields { grid-template-columns: 1fr; }
  .internal-cards { grid-template-columns: 1fr; }
  .internal-hero { padding-top: 10px; padding-bottom: 50px; }
  .internal-hero .breadcrumbs { margin-bottom: 16px; }
  .internal-card { padding: 24px; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Manrope", system-ui, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 16px; background: var(--white); color: var(--navy); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.14); }
.nav-wrap { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav-wrap .brand { flex: 0 0 auto; }
.nav-wrap .brand img { width: 160px; }
.brand img { width: 184px; height: auto; filter: brightness(0) invert(1); }
.main-nav { display: flex; align-items: center; gap: 17px; color: rgba(255,255,255,.8); font-size: .875rem; font-weight: 600; }
.main-nav > a { flex-shrink: 0; white-space: nowrap; }
.main-nav .button { text-align: center; }
.solutions-menu { position: relative; flex-shrink: 0; }
.solutions-menu > summary { display: flex; align-items: center; gap: 6px; cursor: pointer; list-style: none; white-space: nowrap; }
.solutions-menu > summary::-webkit-details-marker { display: none; }
.solutions-menu > summary:focus-visible { outline: 2px solid #77b8ff; outline-offset: 7px; }
.solutions-menu[open] > summary { color: white; }
.solutions-menu > summary { transition: color .2s ease; }
.solutions-menu > summary > .nav-chevron { display: block; flex: 0 0 12px; transition: transform .2s ease; }
.solutions-menu[open] > summary > .nav-chevron { transform: rotate(180deg); }
.solutions-menu[open] .solutions-dropdown { animation: solutions-reveal .2s ease-out; }
@media (min-width: 1241px) and (hover: hover) and (pointer: fine) {
.solutions-dropdown::before { content: ""; position: absolute; top: -25px; left: 0; right: 0; height: 25px; }
}
@keyframes solutions-reveal { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }
.solutions-dropdown { position: absolute; top: calc(100% + 24px); left: -90px; width: 610px; padding: 24px; border: 1px solid #2c435d; border-radius: 14px; background: #0a1e35; box-shadow: 0 20px 50px #0005; color: #fff; }
.solutions-overview { display: flex; justify-content: space-between; padding-bottom: 14px; border-bottom: 1px solid #ffffff24; }
.solutions-menu-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.solutions-menu-grid strong { display: block; margin: 20px 0 8px; color: #8dbbfa; font-size: .73rem; }
.solutions-menu-grid a { display: block; padding: 9px 0; font-size: .84rem; white-space: normal; }
.solutions-menu-grid a:hover, .solutions-menu-grid a:focus-visible { color: #8dbbfa; text-decoration: underline; text-underline-offset: 4px; }
.solutions-menu-grid .rental-menu-link { color: #fff; font-weight: 800; }
.main-nav > a:not(.button) { transition: color .2s ease; }
.main-nav > a:not(.button):hover { color: var(--white); }
.main-nav .nav-support { padding-left: 12px; border-left: 1px solid rgba(255,255,255,.2); color: var(--white); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; background: var(--white); margin: 5px; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 1px solid var(--blue); border-radius: 9px; background: var(--blue); color: var(--white); font-weight: 700; font-size: .92rem; letter-spacing: -.01em; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); background: #006bea; box-shadow: 0 12px 30px rgba(8,120,249,.26); }
.button-small { min-height: 43px; padding: 0 17px; font-size: .82rem; }
.button-outline { border-color: rgba(255,255,255,.35); background: transparent; }
.button-outline:hover { background: var(--white); color: var(--navy); border-color: var(--white); box-shadow: none; }
.button-white { background: var(--white); color: var(--navy); border-color: var(--white); }
.button-white:hover { background: #eef6ff; box-shadow: 0 12px 28px rgba(1,19,42,.2); }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-size: .92rem; font-weight: 700; }
.text-link span, .card-link span { color: var(--blue); transition: transform .2s ease; }
.text-link:hover span, .card-link:hover span { transform: translate(3px, -3px); }
.light-link { color: var(--white); }
.light-link span { color: var(--blue-2); }

.hero { position: relative; min-height: 820px; overflow: hidden; display: flex; align-items: center; background: var(--navy); color: var(--white); }
.hero-media { position: absolute; inset: 0; background-image: url("hero-operations.png"); background-size: cover; background-position: center; transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,15,31,.99) 0%, rgba(3,15,31,.91) 33%, rgba(3,15,31,.48) 60%, rgba(3,15,31,.08) 100%), linear-gradient(0deg, rgba(3,15,31,.85) 0%, transparent 38%); }
.hero-grid { position: relative; z-index: 2; padding-top: 112px; padding-bottom: 96px; }
.hero-copy { max-width: 720px; }
.eyebrow { margin: 0 0 18px; color: var(--blue); font-size: .76rem; line-height: 1.2; font-weight: 800; letter-spacing: .16em; }
.eyebrow.light { color: #77b8ff; }
.hero h1 { margin: 0; max-width: 780px; font-size: clamp(3.25rem, 6vw, 5.8rem); line-height: .98; letter-spacing: -.06em; font-weight: 700; }
.hero h1 span { color: #78baff; }
.hero-lead { max-width: 650px; margin: 30px 0 0; color: rgba(255,255,255,.72); font-size: clamp(1.05rem, 1.5vw, 1.22rem); line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 36px; }
.hero-proof { display: flex; align-items: flex-start; gap: 0; margin-top: 32px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.15); width: fit-content; }
.hero-proof div { min-width: 152px; padding: 0 28px; border-right: 1px solid rgba(255,255,255,.14); }
.hero-proof div:first-child { padding-left: 0; }
.hero-proof div:last-child { border: 0; }
.hero-proof strong { display: block; font-size: 1.1rem; color: var(--white); }
.hero-proof span { display: block; color: rgba(255,255,255,.48); font-size: .76rem; }
.hero-status { position: absolute; right: 32px; bottom: 31px; z-index: 2; display: flex; align-items: center; gap: 10px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.15); border-radius: 99px; background: rgba(4,19,37,.63); backdrop-filter: blur(12px); color: rgba(255,255,255,.68); font-size: .72rem; }
.status-pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 5px rgba(46,214,200,.13); }

.trust-strip { border-bottom: 1px solid var(--line); background: var(--white); }
.trust-items { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: #718095; font-size: .7rem; font-weight: 800; letter-spacing: .1em; }
.trust-items i { width: 4px; height: 4px; background: #c8d2de; border-radius: 50%; }
.section { padding: calc(var(--section-space) / 2) 0 var(--section-space); }
.section.intro-section { padding-top: calc(var(--intro-space) / 2); }
.section-heading { margin-bottom: var(--heading-gap); }
.split-heading { display: grid; grid-template-columns: 1.45fr .65fr; gap: 80px; align-items: end; }
.section h2 { margin: 0; font-size: clamp(2.15rem, 4vw, 3.5rem); line-height: 1.1; letter-spacing: -.045em; font-weight: 700; }
.split-heading > p { margin: 0 0 6px; color: var(--muted); font-size: 1.02rem; }

.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.solution-card { display: flex; flex-direction: column; min-height: 560px; padding: 31px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.solution-card:hover { transform: translateY(-5px); border-color: #bed6ee; box-shadow: var(--shadow); }
.solution-card.featured { background: #edf6ff; border-color: #d8eaff; }
.solution-card.dark-card { background: var(--navy); border-color: var(--navy); color: var(--white); }
.card-topline { display: flex; align-items: center; justify-content: space-between; color: #8795a7; font-size: .68rem; font-weight: 800; letter-spacing: .1em; }
.mini-tag { padding: 5px 8px; border-radius: 5px; background: rgba(8,120,249,.08); color: var(--blue); }
.dark-card .mini-tag { color: #77b8ff; background: rgba(119,184,255,.1); }
.icon-box { width: 58px; height: 58px; display: grid; place-items: center; margin: 48px 0 24px; border-radius: 15px; background: var(--white); box-shadow: 0 12px 30px rgba(8, 51, 98, .1); }
.icon-box svg { width: 29px; height: 29px; fill: none; stroke: var(--blue); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.dark-card .icon-box { background: rgba(255,255,255,.08); box-shadow: none; }
.dark-card .icon-box svg { stroke: #79bbff; }
.solution-card h3 { margin: 0; font-size: 1.55rem; line-height: 1.2; letter-spacing: -.035em; }
.solution-card > p { margin: 17px 0; color: var(--muted); font-size: .91rem; }
.dark-card > p { color: rgba(255,255,255,.6); }
.solution-card ul { margin: 3px 0 30px; padding: 0; list-style: none; color: #3d5067; font-size: .83rem; }
.dark-card ul { color: rgba(255,255,255,.72); }
.solution-card li { position: relative; padding: 8px 0 8px 21px; border-bottom: 1px solid rgba(111,132,155,.15); }
.solution-card li::before { content: ""; position: absolute; left: 1px; top: 16px; width: 5px; height: 5px; border-radius: 50%; background: var(--blue); }
.card-link { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 20px; border-top: 1px solid rgba(111,132,155,.2); font-size: .84rem; font-weight: 800; }
.dark-card .card-link span { color: #78baff; }

.method-section { position: relative; overflow: hidden; background: var(--navy); color: var(--white); }
.method-section::before { content: ""; position: absolute; width: 700px; height: 700px; top: -480px; left: -220px; border: 1px solid rgba(93,169,255,.19); border-radius: 50%; box-shadow: 0 0 0 140px rgba(93,169,255,.025), 0 0 0 280px rgba(93,169,255,.018); }
.method-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 120px; }
.method-copy { padding-top: 0; }
.method-copy > p:not(.eyebrow) { margin: 28px 0 35px; max-width: 470px; color: rgba(255,255,255,.62); }
.steps { border-top: 1px solid rgba(255,255,255,.16); }
.steps article { display: grid; grid-template-columns: 62px 1fr; gap: 25px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.steps article > span { color: #65adff; font-size: .73rem; font-weight: 800; }
.steps h3 { margin: -4px 0 7px; font-size: 1.18rem; }
.steps p { margin: 0; color: rgba(255,255,255,.52); font-size: .88rem; }

.impact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 120px; align-items: start; }
.impact-statement h2 span { color: var(--blue); }
.large-copy { margin: 0 0 55px; color: #42546a; font-size: 1.22rem; line-height: 1.75; }
.numbers { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; padding-top: 28px; border-top: 1px solid var(--line); }
.numbers strong { display: block; color: var(--navy); font-size: 2rem; letter-spacing: -.045em; }
.numbers span { color: var(--muted); font-size: .8rem; }

.section.platform-section { padding-top: 0; }
.platform-card { min-height: 570px; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 55px; overflow: hidden; padding: 75px 0 75px 74px; border-radius: 28px; background: linear-gradient(135deg, #0a203b, #071426 65%); color: var(--white); box-shadow: 0 35px 80px rgba(3,20,41,.16); }
.platform-copy { position: relative; z-index: 2; }
.platform-copy > p:not(.eyebrow) { color: rgba(255,255,255,.6); margin: 24px 0; }
.platform-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 33px; }
.platform-tags span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.15); border-radius: 99px; color: rgba(255,255,255,.7); font-size: .72rem; }
.platform-visual { align-self: stretch; display: flex; align-items: center; transform: perspective(1400px) rotateY(-6deg); transform-origin: right; }
.dashboard-window { width: 680px; border: 1px solid rgba(255,255,255,.14); border-radius: 15px 0 0 15px; background: #f8fbff; color: var(--ink); box-shadow: -20px 35px 80px rgba(0,0,0,.35); overflow: hidden; }
.window-top { height: 46px; display: flex; align-items: center; gap: 7px; padding: 0 17px; background: #fff; border-bottom: 1px solid #e3eaf1; color: #8190a1; font-size: .65rem; }
.window-top i { width: 7px; height: 7px; border-radius: 50%; background: #dce4ed; }
.window-top span { margin-left: 10px; }
.dashboard-body { height: 355px; display: grid; grid-template-columns: 61px 1fr; }
.side-rail { padding: 29px 18px; background: #0a1e35; }
.side-rail b { display: block; width: 24px; height: 24px; margin-bottom: 20px; border-radius: 7px; background: rgba(255,255,255,.09); }
.side-rail b:first-child { background: var(--blue); }
.dash-content { padding: 31px; }
.dash-head { display: flex; align-items: center; justify-content: space-between; }
.dash-head div { width: 148px; height: 18px; border-radius: 5px; background: #dfe8f1; }
.dash-head span { width: 73px; height: 28px; border-radius: 7px; background: var(--blue); }
.metric-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; margin: 26px 0; }
.metric-row > div { height: 73px; padding: 16px; border: 1px solid #e0e8f0; border-radius: 10px; background: #fff; }
.metric-row i { display: block; width: 28px; height: 7px; border-radius: 3px; background: #cfdbe7; }
.metric-row b { display: block; width: 55px; height: 15px; margin-top: 10px; border-radius: 4px; background: #89bfff; }
.chart { height: 160px; padding: 13px; border: 1px solid #e0e8f0; border-radius: 10px; background: #fff; }
.chart svg { width: 100%; height: 100%; overflow: visible; }
.chart path { fill: none; stroke: var(--blue); stroke-width: 3; }
.chart .area { fill: rgba(8,120,249,.08); stroke: none; }

.content-section { background: var(--soft); }
.row-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.row-heading h2 { max-width: 720px; }
.article-grid { display: grid; grid-template-columns: 1fr 1fr .78fr; gap: 18px; }
.article-card { min-height: 340px; display: flex; flex-direction: column; padding: 32px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); transition: transform .2s ease, box-shadow .2s ease; }
.article-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.article-category { color: var(--blue); font-size: .68rem; font-weight: 800; letter-spacing: .13em; }
.article-card h3 { margin: 54px 0 14px; font-size: 1.45rem; line-height: 1.25; letter-spacing: -.03em; }
.article-card p { margin: 0; color: var(--muted); font-size: .86rem; }
.read-more { margin-top: auto; padding-top: 25px; font-size: .78rem; font-weight: 800; }
.accent-article { background: var(--blue); border-color: var(--blue); color: var(--white); }
.accent-article .article-category, .accent-article p { color: rgba(255,255,255,.72); }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.faq-help { margin-top: 28px; color: var(--muted); }
.faq-help a { color: var(--blue); font-weight: 700; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; cursor: pointer; list-style: none; font-weight: 700; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--blue); font-size: 1.4rem; font-weight: 400; transition: transform .2s ease; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { margin: -5px 50px 24px 0; color: var(--muted); font-size: .9rem; }

.contact-section { padding: 47.5px 0 95px; background: #123b68; color: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 80px; }
.contact-section .eyebrow { color: #dceeff; }
.contact-section h2 { max-width: 740px; }
.contact-section p:not(.eyebrow) { color: rgba(255,255,255,.72); margin-bottom: 0; }
.contact-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 22px; }
.phone-link span { display: block; color: rgba(255,255,255,.65); font-size: .75rem; }
.phone-link strong { display: block; font-size: 1.2rem; }

.site-footer { padding: 75px 0 28px; background: var(--navy); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3,1fr); gap: 60px; padding-bottom: 65px; }
.footer-brand img { width: 180px; height: auto; filter: brightness(0) invert(1); }
.footer-brand p { margin-top: 22px; color: rgba(255,255,255,.48); font-size: .86rem; }
.footer-grid h3 { margin: 0 0 18px; color: rgba(255,255,255,.46); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) a { display: block; padding: 5px 0; color: rgba(255,255,255,.72); font-size: .8rem; }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.4); font-size: .7rem; }

@media (max-width: 1080px) {
  .main-nav { gap: 17px; }
  .solution-card { min-height: 590px; padding: 26px; }
  .platform-card { padding-left: 50px; }
  .method-grid, .impact-grid { gap: 70px; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 36px, 700px); }
  .site-header { position: absolute; }
  .nav-wrap { height: 76px; }
  .brand img { width: 160px; }
  .menu-toggle { display: block; z-index: 3; }
  .main-nav { position: absolute; top: 76px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 22px 18px 28px; background: rgba(6,20,38,.98); border-top: 1px solid rgba(255,255,255,.12); }
  .main-nav.open { display: flex; }
  .main-nav > a, .main-nav > a:not(.button):nth-child(3), .main-nav > a:not(.button):nth-child(4) { display: block; padding: 12px; }
  .main-nav .nav-support { padding-left: 12px; border: 0; }
  .main-nav .button { margin-top: 10px; }
  .hero { min-height: 800px; }
  .hero-media { background-position: 63% center; opacity: .72; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,15,31,.98), rgba(3,15,31,.75)), linear-gradient(0deg, rgba(3,15,31,.92), transparent 50%); }
  .hero h1 { font-size: clamp(3rem, 11vw, 4.7rem); }
  .hero-copy { max-width: 650px; }
  .hero-proof { margin-top: 28px; }
  .hero-status { display: none; }
  .trust-items { justify-content: flex-start; overflow: hidden; white-space: nowrap; }
  :root { --section-space: 72px; --intro-space: 24px; --heading-gap: 32px; }
  .split-heading, .method-grid, .impact-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: auto; }
  .platform-card { grid-template-columns: 1fr; padding: 55px 0 0 42px; }
  .platform-copy { padding-right: 42px; }
  .platform-visual { min-height: 360px; transform: perspective(1400px) rotateY(-5deg); }
  .article-grid { grid-template-columns: 1fr 1fr; }
  .article-grid .article-card:last-child { grid-column: 1 / -1; min-height: 270px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .container { width: calc(100% - 30px); }
  .hero { min-height: 790px; }
  .hero-grid { padding-top: 110px; padding-bottom: 64px; }
  .hero h1 { font-size: 3.15rem; }
  .hero-lead { font-size: .98rem; line-height: 1.65; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 19px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { justify-content: center; }
  .hero-proof { width: 100%; }
  .hero-proof div { min-width: 0; flex: 1; padding: 0 12px; }
  .hero-proof strong { font-size: .9rem; }
  .hero-proof span { font-size: .62rem; line-height: 1.3; margin-top: 4px; }
  :root { --section-space: 56px; --intro-space: 24px; --heading-gap: 28px; }
  .section h2 { font-size: 2.25rem; }
  .split-heading { gap: 25px; }
  .solution-card { padding: 24px; }
  .method-grid { gap: 50px; }
  .numbers { grid-template-columns: 1fr; }
  .platform-section { padding-inline: 0; }
  .platform-card { width: calc(100% - 20px); padding: 45px 0 0 28px; border-radius: 22px; }
  .platform-copy { padding-right: 28px; }
  .dashboard-window { width: 570px; }
  .article-grid { grid-template-columns: 1fr; }
  .article-grid .article-card:last-child { grid-column: auto; }
  .row-heading { align-items: flex-start; flex-direction: column; }
  .article-card { min-height: 300px; }
  .faq-grid { gap: 40px; }
  .contact-section { padding: 37.5px 0 75px; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

/* Segurança: destaque editorial com acesso direto aos cinco serviços. */
.security-section { color: var(--white); background: var(--navy-2); }
.security-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.security-copy > p:not(.eyebrow) { color: #c0d3e8; max-width: 530px; }
.security-copy .button { margin-top: 16px; max-width: 100%; text-align: center; }
.security-copy .security-scope { font-size: .875rem; margin-top: 16px; }
.security-services { border-top: 1px solid #34475e; }
.security-services > a { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 0; border-bottom: 1px solid #34475e; }
.security-services strong { display: block; font-size: 1.125rem; }
.security-services > a > span > span { display: block; color: #c0d3e8; font-size: .9375rem; margin-top: 4px; }
.security-services > a > span:last-child { color: var(--cyan); }
.security-services > a:hover strong { color: var(--cyan); }
.security-intro { margin-bottom: 36px; }
.security-next { margin-top: 48px; padding-top: 32px; border-top: 1px solid var(--line); }
/* O menu recolhe antes de faltar espaço; nenhum destino fica escondido. */
@media (max-width: 1240px) {
  .nav-wrap { height: 76px; }
  .brand img { width: 160px; }
  .menu-toggle { display: block; z-index: 3; }
  .main-nav { position: absolute; top: 76px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 22px 18px 28px; background: rgba(6,20,38,.98); border-top: 1px solid rgba(255,255,255,.12); }
  .main-nav.open { display: flex; }
  .main-nav > a { display: block; padding: 12px; }
  .main-nav .nav-support { padding-left: 12px; border: 0; }
  .main-nav .button { margin-top: 10px; }
}
@media (max-width: 820px) {
  .security-grid { grid-template-columns: 1fr; gap: 32px; }
}
.whatsapp-float { position: fixed; right: max(24px, env(safe-area-inset-right)); bottom: max(24px, env(safe-area-inset-bottom)); z-index: 40; display: flex; align-items: center; justify-content: center; width: 58px; height: 58px; border: 2px solid white; border-radius: 50%; background: #128c46; color: white; box-shadow: 0 5px 20px rgba(0,0,0,.22); transition: background .2s, transform .2s; }
.whatsapp-float svg { width: 30px; height: 30px; }
.whatsapp-float:hover { background: #0b7338; transform: translateY(-2px); }
.whatsapp-float:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
@media (max-width: 560px) {
  .whatsapp-float { width: 52px; height: 52px; right: max(16px, env(safe-area-inset-right)); bottom: max(16px, env(safe-area-inset-bottom)); }
  .whatsapp-float svg { width: 27px; height: 27px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Locação: destaque permanente, página própria e carrossel leve. */
.hero-carousel { display: block; }
.hero-slides { display: grid; min-height: inherit; }
.hero-slide { grid-area: 1 / 1; position: relative; display: flex; align-items: center; min-width: 0; min-height: inherit; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .6s ease, visibility .6s; }
.hero-slide.is-active { opacity: 1; visibility: visible; pointer-events: auto; }
.hero-carousel .hero-grid { padding-bottom: 140px; }
.hero-carousel .hero-status { display: none; }
.hero-slide-title { margin: 0; max-width: 780px; font-size: clamp(3.25rem, 6vw, 5.8rem); line-height: .98; letter-spacing: -.06em; font-weight: 700; }
.hero-slide-title span { color: #78baff; }
.hero-rental .hero-slide-title span { color: #f89800; }
.rental-media { background-image: url("rental-workstation.webp"); }
.rental-hero-tags { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 32px; color: #c4d5e8; font-size: .82rem; }
.rental-hero-tags span { padding-bottom: 7px; border-bottom: 1px solid #ffffff35; }
.hero-carousel-controls { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 24px; z-index: 3; }
.hero-carousel-controls[hidden] { display: none; }
.hero-selectors { display: flex; gap: 24px; }
.hero-selectors button, .hero-pause { cursor: pointer; font: inherit; color: #c5d5e7; background: transparent; border: 0; padding: 12px 0; font-size: .76rem; }
.hero-selectors button { display: flex; gap: 10px; border-top: 2px solid #ffffff38; }
.hero-selectors button[aria-pressed="true"] { color: #fff; border-color: #78baff; }
.hero-pause { margin-left: auto; padding: 9px 13px; border: 1px solid #ffffff38; border-radius: 6px; }
.hero-carousel button:focus-visible { outline: 2px solid white; outline-offset: 5px; }
.solution-grid-organized { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.solution-grid-organized .solution-card { min-height: 0; padding: 32px; }
.solution-grid-organized .solution-card h3 { max-width: 420px; }
.solution-grid-organized .solution-card ul { margin-bottom: 30px; }
.rental-solution-card { background: #eef4ff; border-color: #c5d7f3; }
.rental-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.rental-intro p { color: var(--muted); }
.rental-intro h2 { font-size: clamp(2rem, 3.3vw, 3rem); }
.rental-intro .button { margin-top: 12px; }
.rental-figure { margin: 0; }
.rental-figure img { width: 100%; aspect-ratio: 1.15; object-fit: cover; object-position: 72% center; border-radius: 18px; }
.rental-figure figcaption { margin-top: 10px; font-size: .75rem; color: var(--muted); }
.rental-block { margin-top: 64px; }
.rental-heading { max-width: 780px; margin-bottom: 28px; }
.rental-heading h2 { font-size: clamp(1.9rem, 3vw, 2.65rem); }
.rental-heading > p:not(.eyebrow) { color: var(--muted); }
.rental-profile-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.rental-profile { display: flex; flex-direction: column; align-items: flex-start; border: 1px solid var(--line); border-radius: 16px; padding: 28px; }
.rental-profile:first-child { background: #eef4ff; border-color: #c5d7f3; }
.rental-profile > svg { width: 38px; height: 38px; color: #2963a5; margin-bottom: 16px; }
.rental-profile h3 { margin: 0 0 12px; font-size: 1.35rem; }
.rental-profile strong { font-size: .9rem; line-height: 1.5; }
.rental-profile p { color: var(--muted); font-size: .92rem; }
.rental-profile a { margin-top: auto; padding-top: 16px; }
.rental-benefits { padding: 36px; background: #f3f7fb; border-radius: 18px; }
.rental-benefit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px 42px; }
.rental-benefit-grid article { display: flex; gap: 18px; }
.rental-benefit-grid svg { flex-shrink: 0; width: 28px; height: 28px; color: #2963a5; }
.rental-benefit-grid h3 { margin: 0; font-size: 1.08rem; }
.rental-benefit-grid p { margin: 10px 0 0; color: var(--muted); font-size: .92rem; }
.rental-process { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; list-style: none; padding: 0; }
.rental-process li { border-top: 1px solid #b9cfe7; padding-top: 20px; }
.rental-process span { color: #2963a5; font-weight: 800; font-size: .82rem; }
.rental-process h3 { font-size: 1.08rem; }
.rental-process p { color: var(--muted); font-size: .92rem; }
.rental-quote { display: grid; grid-template-columns: 1.5fr 1fr; gap: 60px; align-items: center; margin-top: 56px; padding: 40px; background: #123b68; color: #fff; border-radius: 18px; }
.rental-quote h2 { font-size: clamp(2rem, 3vw, 2.7rem); }
.rental-quote p { color: #d0deef; }
.rental-quote .button { margin-top: 12px; }
.rental-quote ul { padding-left: 20px; }
.rental-quote li { padding: 12px 0; border-bottom: 1px solid #ffffff25; }
.rental-faq { max-width: 960px; }
.rental-faq summary { gap: 20px; }
.rental-related h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); }
.rental-related-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 26px; }
.rental-related-links a { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 22px; border: 1px solid var(--line); border-radius: 12px; font-weight: 700; }
.rental-related-links svg { width: 25px; height: 25px; flex-shrink: 0; color: #2963a5; }
.rental-portal { margin-top: 26px; font-size: .88rem; color: var(--muted); }
.rental-portal a { text-decoration: underline; text-underline-offset: 4px; }
.solutions-category { margin-top: 42px; }
.solutions-category > h2 { margin-bottom: 20px; font-size: clamp(1.7rem, 2.8vw, 2.25rem); }
.solutions-rental-feature { display: grid; grid-template-columns: 1.3fr 1fr; border: 1px solid #c5d7f3; border-radius: 18px; overflow: hidden; background: #eef4ff; margin-bottom: 42px; }
.solutions-rental-feature > div { padding: 30px; }
.solutions-rental-feature h2 { font-size: clamp(1.9rem, 3vw, 2.6rem); }
.solutions-rental-feature p { color: var(--muted); }
.solutions-rental-feature img { width: 100%; height: 100%; min-height: 280px; object-fit: cover; object-position: 73% center; }
@media (max-width: 1240px) {
  .solutions-menu > summary { padding: 12px; }
  .solutions-dropdown { position: static; width: auto; margin: 0 12px 12px; padding: 16px; box-shadow: none; }
  .main-nav { max-height: calc(100dvh - 76px); overflow-y: auto; }
  .solutions-menu-grid a { padding: 10px 0; }
}
@media (max-width: 820px) {
  .hero-slide-title { font-size: clamp(2.8rem, 7.5vw, 4.5rem); }
  .rental-intro { grid-template-columns: 1fr; gap: 28px; }
  .rental-figure img { aspect-ratio: 16 / 9; }
  .rental-profile-grid { grid-template-columns: 1fr; }
  .rental-process { grid-template-columns: 1fr 1fr; }
  .rental-quote { grid-template-columns: 1fr; gap: 20px; }
  .rental-related-links { grid-template-columns: 1fr; }
  .trust-items { flex-wrap: wrap; justify-content: center; padding-block: 20px; gap: 10px 18px; }
  .solutions-rental-feature { grid-template-columns: 1fr; }
  .solutions-rental-feature img { max-height: 300px; }
}
@media (max-width: 560px) {
  .solution-grid-organized { grid-template-columns: 1fr; }
  .solution-grid-organized .solution-card { padding: 26px; }
  .solutions-menu-grid { grid-template-columns: 1fr; gap: 0; }
  .hero-carousel-controls { bottom: 20px; flex-wrap: wrap; gap: 10px; }
  .hero-carousel .hero-grid { padding-bottom: 175px; }
  .hero-selectors { gap: 16px; }
  .hero-selectors button { font-size: .7rem; gap: 6px; }
  .hero-pause { margin-left: 0; }
  .hero-slide-title { font-size: clamp(2.4rem, 9vw, 3.25rem); }
  .rental-hero-tags { font-size: .75rem; }
  .rental-benefit-grid { grid-template-columns: 1fr; }
  .rental-benefits, .rental-quote { padding: 26px; }
  .rental-block { margin-top: 44px; }
  .rental-process { gap: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-slide { transition: none; }
  .solutions-menu[open] .solutions-dropdown { animation: none; }
  .solutions-menu > summary, .solutions-menu > summary > .nav-chevron { transition: none; }
}

/* Navegação por toque: expansão no fluxo, sem a área de hover do desktop. */
@media (max-width: 1240px) {
  body.menu-open { overflow: hidden; }
  body.menu-open .site-header { position: fixed; z-index: 60; background: #061426; }
  body.menu-open .whatsapp-float { visibility: hidden; }
  .main-nav { max-height: calc(100vh - 76px); max-height: calc(100dvh - 76px); overscroll-behavior-y: contain; padding-bottom: max(28px, env(safe-area-inset-bottom)); }
  .main-nav > a { white-space: normal; }
  .main-nav > a, .solutions-menu > summary { min-height: 48px; }
  .solutions-menu > summary { justify-content: space-between; gap: 16px; }
  .solutions-menu[open] .solutions-dropdown { animation: none; }
  .solutions-dropdown::before { display: none; }
  .solutions-menu-grid { grid-template-columns: 1fr; gap: 16px; }
  .solutions-menu-grid a { min-height: 44px; display: flex; align-items: center; }
  .menu-toggle { min-width: 44px; min-height: 44px; cursor: pointer; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}
@media (max-width: 560px) {
  .hero-selectors { flex-wrap: wrap; }
  .hero-selectors button, .hero-pause { min-height: 44px; }
  .hero-copy, .rental-intro > *, .contact-grid > * { min-width: 0; }
  .contact-form input, .contact-form select, .contact-form textarea { font-size: 16px; }
}

/* A introdução das soluções acompanha a largura dos cards. */
.solutions-heading { display: block; margin-bottom: 32px; }
.solutions-heading h2 { max-width: 100%; font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.12; }
.solutions-heading > p { max-width: 780px; margin: 18px 0 0; color: var(--muted); font-size: 1.02rem; }
@media (max-width: 560px) {
  .solutions-heading { margin-bottom: 26px; }
  .solutions-heading h2 { font-size: clamp(1.7rem, 7vw, 2.3rem); }
  .solutions-heading > p { margin-top: 16px; }
}

/* Menu de serviços: categorias, ícones e descrições curtas. */
.solutions-dropdown { left: -180px; width: min(860px, calc(100vw - 48px)); padding: 22px; border-color: #34516f; border-radius: 18px; background: linear-gradient(135deg, #12253e, #09182c); box-shadow: 0 24px 64px #0006; }
.solutions-overview { align-items: center; padding: 0 8px 18px; color: #fff; font-size: .95rem; }
.solutions-overview > span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 8px; background: #294366; color: #b2d2ff; }
.solutions-menu-grid { grid-template-columns: 1fr 1.12fr 1fr; gap: 16px; padding-top: 20px; }
.menu-service-group { min-width: 0; }
.solutions-menu-grid .menu-group-title { margin: 0 0 12px; padding: 0 10px; color: #a7c8fa; font-size: .78rem; line-height: 1.5; font-weight: 700; }
.solutions-menu-grid .menu-service-link { display: flex; align-items: flex-start; gap: 10px; min-height: 70px; padding: 12px 10px; margin: 3px 0; border: 1px solid transparent; border-radius: 11px; color: #fff; text-decoration: none; transition: background .18s ease, border-color .18s ease; }
.menu-service-icon { display: grid; place-items: center; flex: 0 0 32px; width: 32px; height: 32px; border-radius: 9px; background: #213954; color: #a8cdff; }
.menu-service-icon .menu-icon { width: 20px; height: 20px; }
.menu-item-copy { display: block; min-width: 0; }
.menu-item-title { display: block; font-size: .875rem; line-height: 1.4; font-weight: 700; }
.menu-item-description { display: block; margin-top: 4px; font-size: .78rem; line-height: 1.45; color: #b0bdd0; font-weight: 400; }
.solutions-menu-grid .menu-feature-priority { background: #1c3657; border-color: #345b85; }
.solutions-menu-grid .menu-feature-rental { background: #26303b; border-color: #665039; }
.menu-feature-rental .menu-service-icon { color: #ffb65e; background: #493825; }
.solutions-menu-grid .menu-service-link:focus-visible { outline: 2px solid #9bc6ff; outline-offset: 2px; background: #233e5e; }
@media (hover: hover) and (pointer: fine) {
  .solutions-menu-grid .menu-service-link:hover { background: #233e5e; border-color: #45688d; text-decoration: none; color: #fff; }
}
@media (max-width: 1240px) {
  .solutions-dropdown { position: static; width: auto; margin: 4px 0 14px; padding: 16px 12px; border-radius: 12px; background: #102139; box-shadow: none; }
  .solutions-menu-grid { grid-template-columns: 1fr; gap: 20px; padding-top: 18px; }
  .solutions-menu-grid .menu-service-link { min-height: 64px; }
  .solutions-menu-grid .menu-group-title { font-size: .875rem; }
}
@media (prefers-reduced-motion: reduce) {
  .solutions-menu-grid .menu-service-link { transition: none; }
}

/* Prova de composição na página de segurança. */
.security-overview-layout { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(300px, 1fr); align-items: start; gap: clamp(28px, 4vw, 64px); margin-bottom: 44px; }
.security-overview-layout .security-intro { margin-bottom: 0; }
.security-summary { min-width: 0; padding: 28px; border: 1px solid #d4e2f4; border-radius: 20px; background: linear-gradient(145deg, #f0f6ff, #fbfdff); box-shadow: 0 12px 32px #19365d08; }
.security-summary .eyebrow { margin: 0 0 12px; font-size: .72rem; }
.security-summary h2 { margin: 0; font-size: 1.5rem; line-height: 1.2; letter-spacing: -.035em; }
.security-summary-lead { margin: 12px 0 20px; font-size: .9rem; line-height: 1.6; color: #52657d; }
.security-summary-links { display: grid; gap: 8px; margin-bottom: 22px; }
.security-summary-links > a { display: flex; align-items: center; gap: 12px; padding: 13px 12px; border: 1px solid #dfe8f4; border-radius: 12px; background: #fff; color: #14263e; text-decoration: none; }
.security-summary-icon { display: grid; place-items: center; flex: 0 0 38px; width: 38px; height: 38px; border-radius: 10px; background: #eaf2ff; color: #3268c7; }
.security-summary-icon .topic-icon { width: 22px; height: 22px; }
.security-summary-links strong { display: block; font-size: .95rem; line-height: 1.3; }
.security-summary-description { display: block; margin-top: 4px; font-size: .8rem; line-height: 1.45; color: #596b80; }
.security-summary-arrow { margin-left: auto; color: #3268c7; }
.security-summary > .button { width: 100%; padding-inline: 12px; white-space: normal; text-align: center; }
.security-summary-note { margin: 12px 0 0; color: #5c6d81; font-size: .75rem; line-height: 1.5; text-align: center; }
.security-summary-links > a:focus-visible { outline: 2px solid #3268c7; outline-offset: 3px; }
@media (hover: hover) and (pointer: fine) {
  .security-summary-links > a:hover { border-color: #8aafe6; background: #f8fbff; }
}
@media (max-width: 820px) {
  .security-overview-layout { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 560px) {
  .security-summary { padding: 22px 18px; }
}

.security-process-title { margin: 26px 0 14px; font-size: 1.18rem; line-height: 1.35; color: #15263f; }
.security-process-list { margin: 0 0 20px; padding-left: 1.35rem; color: #42546a; line-height: 1.7; }
.security-process-list li { padding-left: 5px; }
.security-process-list li + li { margin-top: 14px; }
.security-process-list li::marker { color: #3268c7; font-weight: 700; }
.security-process-list strong { color: #213650; }

/* Padrão das páginas internas: leitura e resumo contextual. */
.service-reading-layout { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(300px, 1fr); gap: 38px clamp(28px, 4vw, 64px); align-items: start; }
.service-reading-layout .page-summary { grid-column: 2; grid-row: 1 / span 2; position: sticky; top: 24px; }
.service-introduction { grid-column: 1; grid-row: 1; min-width: 0; }
.service-continuation { grid-column: 1; grid-row: 2; min-width: 0; }
.service-reading-layout section[id], #app-clientes, #app-equipes, #app-integracao { scroll-margin-top: 28px; }
.security-overview-layout > .reading-copy { min-width: 0; }
.rental-summary-layout { grid-template-columns: minmax(0, 1.55fr) minmax(300px, 1fr); align-items: start; }
.rental-summary-layout > div { min-width: 0; }
.rental-summary-layout .page-summary h2 { font-size: 1.5rem; }
.rental-block > .rental-figure { margin: 24px 0; }
.rental-block > .rental-figure img { width: 100%; max-height: 300px; object-fit: cover; object-position: 70% 55%; border-radius: 18px; }
.contact-form-card { border-color: #d4e2f4; border-radius: 20px; background: linear-gradient(145deg, #f0f6ff, #fbfdff); }
@media (max-width: 820px) {
  .service-reading-layout, .rental-summary-layout { grid-template-columns: 1fr; gap: 28px; }
  .service-reading-layout .page-summary { grid-column: auto; grid-row: auto; position: static; }
  .service-introduction, .service-continuation { grid-column: auto; grid-row: auto; }
}

.contact-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.contact-form-card button:disabled { opacity: .65; cursor: wait; }

/* Retornos do formulário com a identidade da Descomplique. */
.contact-field-error { display: block; color: #a52b39; font-size: .8rem; line-height: 1.45; font-weight: 600; }
.contact-field-error:empty { display: none; }
.contact-field [aria-invalid="true"] { border-color: #bf4957; background: #fff8f8; }
.contact-character-count { display: block; text-align: right; color: #52657d; font-size: .75rem; margin-top: 5px; }
.contact-submit { gap: 10px; box-shadow: 0 5px 16px #315bcb20; }
.contact-submit-icon { flex: 0 0 19px; width: 19px; height: 19px; }
.contact-submit-spinner { display: none; width: 18px; height: 18px; border: 2px solid #ffffff65; border-top-color: white; border-radius: 50%; animation: contact-spin .75s linear infinite; }
.contact-submit[aria-busy="true"] .contact-submit-spinner { display: block; }
.contact-submit[aria-busy="true"] .contact-submit-icon { display: none; }
.contact-feedback { display: flex; align-items: flex-start; gap: 12px; margin-top: 18px; padding: 16px; border: 1px solid #c9dafa; border-radius: 12px; background: #edf4ff; color: #244676; }
.contact-feedback[hidden] { display: none; }
.contact-feedback-symbol { display: grid; place-items: center; flex: 0 0 25px; width: 25px; height: 25px; border-radius: 50%; border: 1px solid currentColor; font-size: .9rem; font-weight: 800; }
.contact-feedback strong { display: block; font-size: .92rem; line-height: 1.4; }
.contact-feedback #contact-form-status { margin: 6px 0 0; font-size: .85rem; color: inherit; line-height: 1.55; }
.contact-feedback[data-state="success"] { background: #eef8f3; color: #216044; border-color: #b9dccb; }
.contact-feedback[data-state="error"] { background: #fff4f3; color: #92323a; border-color: #ebc5c8; }
@keyframes contact-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .contact-submit-spinner { animation: none; } }

/* Segurança: segunda mensagem do carrossel, na mesma identidade da home. */
.security-media { background-image: url("security-soc.webp"); background-position: 70% center; }
.hero-security .hero-slide-title span { color: #59dec5; }
.security-hero-links { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 32px; }
.security-hero-links a { color: #c4d5e8; font-size: .82rem; text-decoration: none; padding-bottom: 7px; border-bottom: 1px solid #ffffff35; }
.security-hero-links a:hover, .security-hero-links a:focus-visible { color: #fff; border-color: #8fb7ff; }
.hero-selectors { min-width: 0; }
@media (max-width: 560px) {
  .hero-selectors { width: 100%; gap: 14px; }
  .hero-selectors button { flex: 1; min-width: 0; text-align: left; }
  .security-hero-links { gap: 12px 16px; }
  .security-hero-links a { font-size: .8rem; }
}

/* Backup gerenciado: telas reais com dados protegidos. */
.backup-block { margin-top: 64px; scroll-margin-top: 110px; }
.backup-block h2, .home-backup h2 { font-size: clamp(1.9rem, 3.1vw, 3rem); line-height: 1.12; letter-spacing: -.045em; margin: 0 0 24px; }
.backup-block p { color: var(--muted); line-height: 1.8; }
.backup-benefits { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; }
.backup-benefits article { padding: 26px; background: #f3f7ff; border: 1px solid #dce5f4; border-radius: 20px; }
.backup-benefits h3 { font-size: 1.15rem; margin: 18px 0 10px; }
.backup-benefits p { font-size: 1rem; margin: 0; }
.backup-benefits .topic-icon { color: #4168d7; width: 30px; height: 30px; }
.backup-section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; margin-bottom: 24px; }
.backup-screen { margin: 0; min-width: 0; border: 1px solid #dce5f4; border-radius: 20px; overflow: hidden; background: #0c1220; box-shadow: 0 18px 55px #12284a12; }
.backup-screen a { display: block; }
.backup-screen img { display: block; width: 100%; height: auto; }
.backup-screen figcaption { padding: 18px 24px; background: #f5f8ff; color: #52637c; font-size: .875rem; line-height: 1.6; }
.backup-screen figcaption strong { display: block; color: #17243c; font-size: 1rem; margin-bottom: 4px; }
.backup-agent-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; align-items: center; }
.backup-recovery { display: grid; grid-template-columns: 1.2fr 1fr; gap: 44px; padding: 40px; background: #f2f6ff; border: 1px solid #dce5f4; border-radius: 24px; }
.backup-checklist ul { padding-left: 20px; color: #52637c; line-height: 1.8; }
.backup-checklist li { margin-bottom: 12px; }
.backup-checklist h3 { font-size: 1.35rem; }
.backup-access { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; align-items: center; }
.home-backup { background: #0b1425; color: white; }
.home-backup-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 44px; align-items: center; }
.home-backup .eyebrow, .home-backup h2 span { color: #8fb7ff; }
.home-backup p:not(.eyebrow) { color: #c4d5e8; line-height: 1.8; margin-bottom: 28px; }
.home-backup-screen { display: block; border: 1px solid #ffffff25; border-radius: 18px; overflow: hidden; box-shadow: 0 25px 60px #0004; }
.home-backup-screen img { display: block; width: 100%; height: auto; }
@media(max-width: 1050px) {
  .backup-benefits { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .backup-agent-layout, .backup-access, .home-backup-layout { grid-template-columns: 1fr; }
}
@media(max-width: 680px) {
  .backup-section-heading, .backup-recovery { grid-template-columns: 1fr; gap: 20px; }
  .backup-recovery { padding: 24px; }
  .backup-benefits { grid-template-columns: 1fr; }
  .backup-block { margin-top: 44px; }
  .backup-screen figcaption { padding: 16px; }
}

/* Backup: segundo destaque e perguntas com controle visual próprio. */
.backup-media { background-image: url("backup-storage.webp"); background-position: 70% center; }
.hero-backup .hero-slide-title span { color: #b6a3ff; }
.backup-block.rental-faq { max-width: 1050px; }
.backup-block .faq-list { display: grid; gap: 12px; }
.backup-block .faq-list details { border: 1px solid #dce5f4; border-radius: 16px; background: #fff; overflow: hidden; }
.backup-block .faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 24px; list-style: none; cursor: pointer; font-size: 1.05rem; line-height: 1.5; font-weight: 700; color: #18243c; }
.backup-block .faq-list summary::-webkit-details-marker { display: none; }
.backup-block .faq-list summary::marker { content: ''; }
.backup-faq-symbol { display: flex; align-items: center; justify-content: center; flex: 0 0 36px; height: 36px; border: 1px solid #d6e2ff; border-radius: 50%; color: #4168d7; background: #eef3ff; }
.backup-faq-symbol svg { width: 20px; height: 20px; }
.backup-block .faq-list details[open] { background: #f7f9ff; border-color: #b8cbf5; }
.backup-block .faq-list details[open] .backup-faq-symbol { color: #fff; background: #4973f5; border-color: #4973f5; }
.backup-block .faq-list details[open] .backup-faq-vertical { display: none; }
.backup-block .faq-list summary:hover { background: #f2f6ff; }
.backup-block .faq-list summary:focus-visible { outline: 2px solid #4973f5; outline-offset: -4px; border-radius: 14px; }
.backup-block .faq-list details p { margin: 0; padding: 0 24px 24px; max-width: 880px; }
@media(max-width: 560px) {
  .hero-selectors { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 20px; }
  .hero-carousel .hero-grid { padding-bottom: 220px; }
  .backup-block .faq-list summary { padding: 18px; gap: 12px; font-size: 1rem; }
  .backup-block .faq-list details p { padding: 0 18px 20px; }
}

/* Início: entrada lateral dos títulos dos banners. */
@media (prefers-reduced-motion: no-preference) {
  .hero-slide { transition: opacity 1.2s ease-in-out, visibility 1.2s; }
}
@keyframes descomplique-headline-enter {
  from { opacity: 0; transform: translateX(-32px); }
  to { opacity: 1; transform: translateX(0); }
}
@media (prefers-reduced-motion: no-preference) {
  .hero-slide.is-active h1,
  .hero-slide.is-active .hero-slide-title {
    animation: descomplique-headline-enter 1.4s cubic-bezier(.25, .1, .25, 1) both;
  }
}
/* Fim: entrada lateral dos títulos dos banners. */
