:root {
  --navy: #0b1f3a;
  --navy-2: #102b50;
  --blue: #1768b0;
  --blue-2: #2586d3;
  --sky: #eaf4ff;
  --ink: #101828;
  --muted: #667085;
  --line: #e5e7eb;
  --soft: #f5f8fc;
  --white: #ffffff;
  --green: #25d366;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(11, 31, 58, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.topbar {
  background: var(--navy);
  color: rgba(255,255,255,.78);
  font-size: 14px;
}
.topbar__inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar p { margin: 0; }
.topbar__links { display: flex; gap: 12px; align-items: center; }
.topbar__links a { color: white; font-weight: 700; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid rgba(229,231,235,.8);
  backdrop-filter: blur(14px);
}
.header__inner { height: 84px; display: flex; align-items: center; gap: 28px; }
.brand { flex: 0 0 auto; }
.brand img { width: 205px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.main-nav a { font-size: 15px; font-weight: 700; color: #344054; transition: .2s ease; }
.main-nav a:hover { color: var(--blue); }
.header__cta { margin-left: 8px; }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; margin-left: auto; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: var(--navy); margin: 5px 0; border-radius: 2px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: linear-gradient(135deg, var(--blue), #0f5a9e); color: white; box-shadow: 0 10px 24px rgba(23,104,176,.24); }
.btn--primary:hover { box-shadow: 0 14px 32px rgba(23,104,176,.32); }
.btn--ghost { color: var(--navy); border: 1px solid #d8dee8; background: rgba(255,255,255,.72); }
.btn--white { background: white; color: var(--navy); box-shadow: 0 12px 30px rgba(0,0,0,.12); }
.btn--lg { padding: 15px 23px; font-size: 16px; }
.btn svg { width: 18px; height: 18px; }

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 83% 14%, rgba(37,134,211,.15), transparent 31%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  padding: 70px 0 76px;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(11,31,58,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(11,31,58,.035) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.6), transparent 88%);
  pointer-events: none;
}
.hero__glow { position: absolute; border-radius: 50%; filter: blur(40px); opacity: .35; }
.hero__glow--one { width: 290px; height: 290px; background: #b7dcff; right: 4%; top: 4%; }
.hero__glow--two { width: 220px; height: 220px; background: #d8eaff; left: -120px; bottom: 5%; }
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 64px; }
.eyebrow, .kicker { text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 800; color: var(--blue); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.eyebrow span { width: 28px; height: 2px; background: var(--blue); }
.hero h1 { margin: 0; font-size: clamp(42px, 5.2vw, 64px); line-height: 1.04; letter-spacing: -.045em; color: var(--navy); max-width: 710px; }
.hero h1 em { font-style: normal; color: var(--blue); }
.hero__lead { margin: 24px 0 0; max-width: 650px; color: #475467; font-size: 18px; line-height: 1.75; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero__trust { margin-top: 34px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 610px; }
.hero__trust div { padding-right: 18px; border-right: 1px solid #dfe7ef; }
.hero__trust div:last-child { border-right: 0; }
.hero__trust strong { display: block; color: var(--navy); font-size: 16px; }
.hero__trust span { display: block; color: var(--muted); font-size: 14px; margin-top: 3px; }

.hero__visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.hero-card { position: relative; width: min(100%, 540px); height: 470px; overflow: hidden; border-radius: 34px; box-shadow: var(--shadow); border: 8px solid white; }
.hero-card__photo { width: 100%; height: 100%; object-fit: cover; }
.hero-card__shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 44%, rgba(6,20,38,.85) 100%); }
.hero-card__caption { position: absolute; left: 24px; right: 24px; bottom: 22px; display: flex; gap: 12px; align-items: center; color: white; }
.hero-card__caption strong { display: block; font-size: 15px; }
.hero-card__caption small { display: block; opacity: .78; font-size: 14px; }
.status-dot { flex: 0 0 auto; width: 12px; height: 12px; border-radius: 50%; background: #4ade80; box-shadow: 0 0 0 6px rgba(74,222,128,.16); }
.floating-card { position: absolute; z-index: 4; display: flex; gap: 12px; align-items: center; background: rgba(255,255,255,.95); border: 1px solid rgba(226,232,240,.95); border-radius: 18px; padding: 14px 16px; box-shadow: 0 16px 40px rgba(11,31,58,.14); min-width: 220px; }
.floating-card--top { right: -16px; top: 78px; }
.floating-card--bottom { right: -24px; left: auto; bottom: 64px; }
.floating-card__icon { width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; color: white; background: var(--blue); font-weight: 800; }
.floating-card strong { display: block; font-size: 15px; color: var(--navy); }
.floating-card small { display: block; font-size: 14px; color: var(--muted); margin-top: 1px; }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.trust-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { min-height: 112px; padding: 22px 26px; display: flex; align-items: center; gap: 14px; border-right: 1px solid var(--line); }
.trust-item:first-child { border-left: 1px solid var(--line); }
.trust-icon { flex: 0 0 auto; width: 42px; height: 42px; border-radius: 13px; display: grid; place-items: center; background: var(--sky); color: var(--blue); font-size: 20px; font-weight: 700; }
.trust-item strong { display: block; color: var(--navy); font-size: 16px; }
.trust-item small { display: block; color: var(--muted); font-size: 14px; margin-top: 3px; }

.section { padding: 100px 0; }
.section-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 48px;
  max-width: 920px;
}
.section-heading > div { width: 100%; }
.section-heading h2 {
  margin: 9px 0 0;
  max-width: 860px;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.12;
  letter-spacing: -.035em;
  color: var(--navy);
}
.section-heading > p {
  margin: 0;
  max-width: 760px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.services { background: var(--soft); }
.service-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 18px; }
.service-card { position: relative; overflow: hidden; min-height: 480px; border-radius: var(--radius); background: var(--navy); box-shadow: 0 15px 40px rgba(11,31,58,.08); }
.service-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.service-card:hover img { transform: scale(1.04); }
.service-card__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,20,38,.04) 26%, rgba(6,20,38,.92) 100%); }
.service-card__content { position: absolute; inset: auto 0 0; padding: 28px; color: white; }
.service-number { font-size: 14px; opacity: .72; letter-spacing: .12em; }
.service-card h3 { margin: 8px 0 8px; font-size: 25px; line-height: 1.2; }
.service-card p { margin: 0; opacity: .82; font-size: 15px; line-height: 1.65; max-width: 390px; }
.service-card a { display: inline-flex; gap: 8px; align-items: center; margin-top: 18px; font-size: 15px; font-weight: 800; }
.service-card a span { font-size: 18px; }

.company__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.company__media { position: relative; min-height: 550px; }
.company__main-photo { width: 82%; height: 520px; overflow: hidden; border-radius: 32px; box-shadow: var(--shadow); }
.company__main-photo img { width: 100%; height: 100%; object-fit: cover; }
.company__small-photo { position: absolute; width: 44%; height: 260px; overflow: hidden; border-radius: 24px; right: 0; bottom: -24px; border: 8px solid white; box-shadow: 0 18px 45px rgba(11,31,58,.18); }
.company__small-photo img { width: 100%; height: 100%; object-fit: cover; }
.company__badge { position: absolute; right: 2%; top: 30px; background: var(--blue); color: white; border-radius: 20px; padding: 18px 20px; box-shadow: 0 16px 30px rgba(23,104,176,.22); }
.company__badge strong, .company__badge span { display: block; }
.company__badge strong { font-size: 18px; }
.company__badge span { font-size: 14px; opacity: .82; }
.company__content h2 { margin: 10px 0 22px; font-size: clamp(34px, 4vw, 50px); line-height: 1.12; letter-spacing: -.035em; color: var(--navy); }
.company__content p { color: var(--muted); font-size: 16px; line-height: 1.75; }
.check-list { list-style: none; padding: 0; margin: 26px 0; display: grid; gap: 12px; }
.check-list li { display: flex; gap: 10px; align-items: center; font-weight: 700; font-size: 15px; color: #344054; }
.check-list li > span { flex: 1 1 auto; min-width: 0; width: auto; height: auto; display: block; background: transparent; color: #344054; font-size: 16px; line-height: 1.45; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: 15px; font-weight: 800; }
.text-link span { font-size: 19px; }

.process { background: var(--navy); color: white; overflow: hidden; position: relative; }
.process::before { content: ""; position: absolute; width: 520px; height: 520px; right: -200px; top: -220px; border-radius: 50%; background: rgba(37,134,211,.16); filter: blur(2px); }
.process__heading { position: relative; z-index: 1; }
.process .section-heading h2 { color: white; }
.process .section-heading p { color: rgba(255,255,255,.65); }
.kicker--light { color: #8ec9ff; }
.process-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.12); border-radius: 24px; overflow: hidden; }
.process-step { padding: 34px 28px; background: rgba(255,255,255,.035); min-height: 250px; }
.process-step span { display: inline-flex; width: 44px; height: 44px; border-radius: 13px; align-items: center; justify-content: center; background: rgba(142,201,255,.12); color: #8ec9ff; font-weight: 800; font-size: 14px; }
.process-step h3 { margin: 32px 0 10px; font-size: 20px; }
.process-step p { margin: 0; color: rgba(255,255,255,.68); font-size: 15px; line-height: 1.7; }

.work { background: white; }
 .gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(3, 230px);
  grid-template-areas:
    "feature feature feature feature feature feature item2 item2 item2 item3 item3 item3"
    "feature feature feature feature feature feature item4 item4 item4 item5 item5 item5"
    "item6 item6 item6 item6 item6 item6 item7 item7 item7 item7 item7 item7";
  gap: 16px;
}
.gallery__item { position: relative; margin: 0; overflow: hidden; border-radius: 22px; background: #dbe4ee; min-width: 0; min-height: 0; }
.gallery__item:nth-child(1) { grid-area: feature; }
.gallery__item:nth-child(2) { grid-area: item2; }
.gallery__item:nth-child(3) { grid-area: item3; }
.gallery__item:nth-child(4) { grid-area: item4; }
.gallery__item:nth-child(5) { grid-area: item5; }
.gallery__item:nth-child(6) { grid-area: item6; }
.gallery__item:nth-child(7) { grid-area: item7; }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery__item:hover img { transform: scale(1.035); }
.gallery__item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 56%, rgba(6,20,38,.76)); }
.gallery__item figcaption { position: absolute; z-index: 1; left: 20px; bottom: 18px; color: white; font-size: 15px; font-weight: 800; text-shadow: 0 2px 12px rgba(0,0,0,.22); }


.cta-section { padding-top: 40px; }
.cta-panel { position: relative; overflow: hidden; min-height: 470px; border-radius: 34px; background: linear-gradient(135deg, #0f5a9e 0%, var(--blue) 52%, #2586d3 100%); color: white; display: grid; grid-template-columns: 1.05fr .95fr; align-items: stretch; box-shadow: var(--shadow); }
.cta-panel::before { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; left: -160px; bottom: -240px; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.02); }
.cta-panel__content { position: relative; z-index: 2; padding: 62px; align-self: center; }
.cta-panel__content h2 { margin: 10px 0 18px; font-size: clamp(34px, 4vw, 49px); line-height: 1.08; letter-spacing: -.035em; }
.cta-panel__content p { max-width: 650px; color: rgba(255,255,255,.78); font-size: 16px; line-height: 1.75; }
.cta-panel__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 28px; }
.phone-link { font-weight: 800; font-size: 16px; }
.cta-panel__visual { min-height: 470px; clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%); }
.cta-panel__visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) contrast(1.02); }

.footer { background: #071528; color: rgba(255,255,255,.65); padding: 66px 0 24px; margin-top: 100px; }
.footer__grid { display: grid; grid-template-columns: 1.35fr .8fr .9fr .7fr; gap: 60px; }
.footer__brand img { width: 210px; padding: 9px 12px; background: white; border-radius: 14px; }
.footer__brand p { max-width: 360px; font-size: 15px; line-height: 1.7; margin-top: 18px; }
.footer h3 { color: white; font-size: 16px; margin: 0 0 16px; }
.footer a, .footer p { display: block; margin: 8px 0; font-size: 15px; line-height: 1.6; }
.footer a:hover { color: white; }
.footer__bottom { margin-top: 46px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 20px; font-size: 14px; }

.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 50; height: 56px; padding: 0 19px 0 16px; display: flex; align-items: center; gap: 9px; border-radius: 999px; color: white; background: var(--green); box-shadow: 0 14px 34px rgba(37,211,102,.32); font-size: 14px; font-weight: 800; }
.whatsapp-float svg { width: 24px; height: 24px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal--delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .main-nav { gap: 18px; }
  .main-nav a { font-size: 15px; }
  .header__cta { display: none; }
  .hero__grid { gap: 36px; }
  .floating-card--top { right: -4px; }
  .floating-card--bottom { right: -4px; left: auto; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card--large { grid-column: span 2; min-height: 520px; }
  .company__grid { gap: 55px; }
  .trust-strip__grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 1px solid var(--line); }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .cta-panel { grid-template-columns: 1fr; }
  .cta-panel__visual { min-height: 320px; clip-path: none; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 28px, 720px); }
  .topbar__inner { justify-content: center; text-align: center; min-height: 32px; }
  .topbar__links { display: none; }
  .header__inner { height: 72px; }
  .brand img { width: 172px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; left: 14px; right: 14px; top: 78px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 18px 50px rgba(11,31,58,.14); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 12px 10px; border-radius: 10px; }
  .main-nav a:hover { background: var(--soft); }
  .hero { padding: 46px 0 62px; }
  .hero__grid { grid-template-columns: 1fr; gap: 48px; }
  .hero__content { text-align: center; }
  .eyebrow { justify-content: center; }
  .hero__lead { margin-inline: auto; }
  .hero__actions { justify-content: center; }
  .hero__trust { margin-inline: auto; }
  .hero__visual { min-height: auto; }
  .hero-card { height: 430px; }
  .floating-card--top { right: 10px; top: 34px; }
  .floating-card--bottom { right: 10px; left: auto; bottom: 28px; }
  .section { padding: 76px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 34px; }
  .company__grid { grid-template-columns: 1fr; gap: 72px; }
  .company__media { max-width: 620px; }
  .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 360px repeat(3, 220px);
    grid-template-areas:
      "feature feature"
      "item2 item3"
      "item4 item5"
      "item6 item7";
  }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 34px; }
}

@media (max-width: 560px) {
  .hero h1 { font-size: 42px; }
  .hero__lead { font-size: 16px; }
  .hero__actions { flex-direction: column; }
  .hero__actions .btn { width: 100%; }
  .hero__trust { grid-template-columns: 1fr; gap: 0; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; text-align: left; }
  .hero__trust div { padding: 13px 16px; border-right: 0; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.72); }
  .hero__trust div:last-child { border-bottom: 0; }
  .hero-card { height: 390px; border-width: 6px; border-radius: 26px; }
  .floating-card { min-width: auto; padding: 10px 12px; border-radius: 14px; }
  .floating-card__icon { width: 32px; height: 32px; }
  .floating-card strong { font-size: 15px; }
  .floating-card small { font-size: 14px; }
  .floating-card--top { top: 24px; right: 4px; }
  .floating-card--bottom { right: 4px; left: auto; bottom: 18px; }
  .trust-strip__grid { grid-template-columns: 1fr; }
  .trust-item, .trust-item:first-child, .trust-item:nth-child(2) { border-left: 1px solid var(--line); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); min-height: 92px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card--large { grid-column: auto; min-height: 430px; }
  .company__media { min-height: 440px; }
  .company__main-photo { width: 88%; height: 410px; }
  .company__small-photo { width: 46%; height: 205px; bottom: -12px; }
  .company__badge { right: 0; top: 18px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { min-height: auto; }
  .gallery {
    grid-template-columns: 1fr;
    grid-template-rows: 320px repeat(6, 250px);
    grid-template-areas:
      "feature"
      "item2"
      "item3"
      "item4"
      "item5"
      "item6"
      "item7";
    gap: 12px;
  }
  .gallery__item { border-radius: 18px; }
  .cta-panel { border-radius: 26px; }
  .cta-panel__content { padding: 38px 26px; }
  .cta-panel__visual { min-height: 250px; }
  .footer { margin-top: 72px; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__bottom { flex-direction: column; }
  .whatsapp-float span { display: none; }
  .whatsapp-float { width: 54px; padding: 0; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .service-card img, .gallery__item img, .btn { transition: none; }
}

/* Section introductions follow one global vertical hierarchy: kicker → title → text. */

/* FAQ */
.faq { background: #f7f9fc; }
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.faq-item {
  background: #fff;
  border: 1px solid rgba(11,31,58,.09);
  border-radius: 18px;
  padding: 0 22px;
  box-shadow: 0 14px 40px rgba(11,31,58,.06);
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  font-weight: 800;
  color: var(--navy);
  font-size: 17px;
  line-height: 1.4;
  padding: 22px 38px 22px 0;
  position: relative;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 18px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(23,86,190,.08);
  color: var(--blue);
  font-size: 22px;
  font-weight: 600;
}
.faq-item[open] summary::after { content: "−"; }
.faq-item p {
  margin: -4px 0 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
  padding-right: 18px;
}

@media (max-width: 820px) {
  .faq-grid { grid-template-columns: 1fr; }
  .section-heading { gap: 14px; margin-bottom: 34px; }
  .section-heading > p { font-size: 16px; }
}

/* V2.3 — ajustes de hero, footer e navegação mobile */
.mobile-nav-cta { display: none; }

/* O card de rotas fica visualmente mais alto para equilibrar o hero. */
.floating-card--bottom { right: -24px; left: auto; bottom: 126px; }

/* Logo transparente fornecida para o rodapé: sem caixa/cartão branco. */
.footer__brand img {
  width: 250px;
  height: auto;
  padding: 0;
  background: transparent;
  border-radius: 0;
}
.footer__brand p { font-size: 16px; line-height: 1.75; }
.footer h3 { font-size: 17px; }
.footer a, .footer p { font-size: 16px; line-height: 1.65; }
.footer__bottom { font-size: 15px; }

@media (max-width: 1050px) {
  .floating-card--bottom { right: -4px; left: auto; bottom: 108px; }
}

@media (max-width: 820px) {
  .footer__brand img { width: 172px; }
  .main-nav .mobile-nav-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    padding: 14px 18px;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, var(--blue), #0f5a9e);
    box-shadow: 0 10px 24px rgba(23,104,176,.22);
    font-size: 16px;
    font-weight: 800;
  }
  .main-nav .mobile-nav-cta:hover { background: linear-gradient(135deg, var(--blue), #0f5a9e); color: #fff; }
  .floating-card--bottom { right: 10px; left: auto; bottom: 78px; }
}

@media (max-width: 560px) {
  .floating-card--bottom { right: 4px; left: auto; bottom: 66px; }
}


/* V2.4 — sistema de ícones consistente e 100% local */
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.ui-icon {
  width: 1.25em;
  height: 1.25em;
  display: block;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.floating-card__icon { font-size: 20px; }
.floating-card__icon .ui-icon { width: 21px; height: 21px; stroke-width: 1.9; }
.trust-icon { font-size: 20px; }
.trust-icon .ui-icon { width: 22px; height: 22px; stroke-width: 1.8; }
.service-card a .link-icon,
.text-link .link-icon { width: 18px; height: 18px; transition: transform .2s ease; }
.service-card a:hover .link-icon,
.text-link:hover .link-icon { transform: translateX(3px); }
.check-list li { display: flex; align-items: flex-start; gap: 10px; }
.check-list .check-icon { width: 20px; height: 20px; margin-top: 3px; color: var(--blue); stroke-width: 2; }

/* Produção — acessibilidade e estabilidade */
:focus-visible {
  outline: 3px solid rgba(23,104,176,.45);
  outline-offset: 3px;
}
button { font: inherit; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; }
}
