/* Correções de contraste e interação posteriores ao tema principal. */
.dropdown-panel a:hover,
.dropdown-panel a:focus,
.dropdown-panel a:focus-visible {
  background: var(--soft);
  border-color: var(--red);
  color: var(--ink);
  outline: none;
}

.dropdown-panel a:focus-visible {
  box-shadow: inset 0 0 0 2px rgba(229, 35, 41, 0.35);
}

.helpdesk-link { color: #fff !important; white-space: nowrap; }
.service-visual strong { font-size: clamp(24px, 2.7vw, 42px); letter-spacing: -.055em; position: relative; z-index: 2; }
.service-visual > img { width: 58%; max-width: 225px; height: auto; object-fit: contain; position: relative; z-index: 2; filter: drop-shadow(0 8px 22px rgba(0,0,0,.28)); }
.language-switcher { display: flex; align-items: center; gap: 3px; padding-left: 8px; border-left: 1px solid rgba(255,255,255,.18); }
.language-switcher a { display: grid; place-items: center; width: 29px; height: 29px; color: #aeb2ba; font-size: 10px; font-weight: 800; border: 1px solid transparent; }
.language-switcher a:hover { color: #fff; }
.language-switcher a.active { color: #fff; border-color: var(--red); background: rgba(229,35,41,.14); }

@media (max-width: 900px) {
  .language-switcher { padding: 13px 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.12); }
  .language-switcher a { width: 38px; height: 34px; }
}

.section-intro { max-width: 760px; color: var(--muted); font-size: 18px; }
.support-plans { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); }
.support-plan { padding: 48px; position: relative; min-height: 460px; }
.support-plan + .support-plan { border-left: 1px solid var(--line); }
.support-plan.featured { background: var(--ink); color: #fff; }
.support-plan .plan-number { position: absolute; top: 30px; right: 32px; color: #999da5; font-size: 12px; }
.support-plan h3 { margin: 0 0 20px; font-size: 38px; letter-spacing: -.04em; }
.support-plan p { color: var(--muted); font-size: 16px; }
.support-plan.featured p { color: #b9bdc4; }
.support-plan ul { list-style: none; padding: 20px 0 0; margin: 25px 0 0; border-top: 1px solid var(--line); }
.support-plan.featured ul { border-color: #34363c; }
.support-plan li { padding: 8px 0 8px 22px; position: relative; font-size: 14px; }
.support-plan li::before { content: '✓'; position: absolute; left: 0; color: var(--red); font-weight: 800; }
.support-note { margin: 25px 0 0; color: var(--muted); font-size: 13px; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.faq-layout h2 { font-size: clamp(34px,4vw,58px); line-height: 1.08; letter-spacing: -.04em; margin: 0; }
.faq-layout > div:first-child p { color: var(--muted); }
.faq-list details { border-top: 1px solid #d7d9dc; padding: 0; }
.faq-list details:last-child { border-bottom: 1px solid #d7d9dc; }
.faq-list summary { padding: 23px 40px 23px 0; cursor: pointer; list-style: none; font-weight: 750; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; position: absolute; right: 4px; color: var(--red); font-size: 22px; top: 17px; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details p { color: var(--muted); margin: 0; padding: 0 40px 24px 0; }
.download-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.download-card { min-height: 250px; padding: 36px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; transition: .2s; }
.download-card:hover { background: var(--soft); transform: translateY(-3px); }
.download-card img { width: 120px; height: 54px; object-fit: contain; object-position: left center; }
.download-card small { color: var(--muted); text-transform: uppercase; letter-spacing: .14em; font-weight: 800; }
.download-card h3 { margin: 5px 0; font-size: 24px; }
.download-card span { color: var(--red); font-size: 13px; font-weight: 750; }

@media (max-width: 760px) {
  .support-plans, .faq-layout, .download-grid { grid-template-columns: 1fr; }
  .support-plan { min-height: auto; padding: 34px 25px; }
  .support-plan + .support-plan { border-left: 0; border-top: 1px solid var(--line); }
  .faq-layout { gap: 40px; }
}

.brand-section { padding: 90px 0 100px; overflow: hidden; background: #fff; border-top: 1px solid var(--line); }
.brand-heading { display: grid; grid-template-columns: 1fr .7fr; gap: 80px; align-items: end; margin-bottom: 52px; }
.brand-heading h2 { max-width: 720px; margin: 0; font-size: clamp(34px,4vw,56px); line-height: 1.08; letter-spacing: -.04em; }
.brand-heading p { color: var(--muted); margin: 0; font-size: 16px; }
.brand-slider { width: 100%; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; }
.brand-slider::before, .brand-slider::after { content: ''; position: absolute; z-index: 2; top: 0; bottom: 0; width: 9vw; pointer-events: none; }
.brand-slider::before { left: 0; background: linear-gradient(90deg,#fff,transparent); }
.brand-slider::after { right: 0; background: linear-gradient(-90deg,#fff,transparent); }
.brand-track { display: flex; width: max-content; transform: translate3d(0,0,0); will-change: transform; }
.brand-set { display: flex; }
.brand-item { width: 210px; height: 135px; display: grid; place-items: center; border-right: 1px solid var(--line); background: #fff; }
.brand-item img { width: 145px; height: 72px; object-fit: contain; filter: grayscale(1) contrast(1.65) brightness(.62); opacity: .92; transition: .2s; }
.brand-item:hover img { filter: grayscale(1) contrast(1.8) brightness(.52); opacity: 1; transform: scale(1.05); }
@media (max-width: 760px) { .brand-section { padding: 65px 0 75px; } .brand-heading { grid-template-columns: 1fr; gap: 20px; } .brand-item { width: 165px; height: 110px; } .brand-item img { width: 115px; } }
