/* Óticas Braga
   ----------------------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: var(--ot-scroll-thumb) var(--ot-scroll-track);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

html::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
html::-webkit-scrollbar-track {
  background: var(--ot-scroll-track);
  border-radius: 999px;
}
html::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #38bdf8, #0ea5e9, #0284c7);
  border-radius: 999px;
  border: 2px solid var(--ot-scroll-track);
  box-shadow: 0 0 12px rgba(14, 165, 233, 0.35);
}

:root {
  --ot-bg: #f4f6fb;
  --ot-bg-elev: #fff;
  --ot-ink: #0c1220;
  --ot-muted: #4b5b76;
  --ot-line: rgba(12, 18, 32, 0.1);
  --ot-sky-700: #0369a1;
  --ot-sky-500: #0ea5e9;
  --ot-sky-300: #7dd3fc;
  --ot-deep: #062c47;
  --ot-accent: #0ea5e9;
  --ot-accent-2: #22d3ee;
  --ot-radius: 16px;
  --ot-radius-sm: 10px;
  --ot-shadow: 0 24px 64px rgba(6, 44, 71, 0.12);
  --ot-reveal: 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  --ot-scroll-track: #e2e8f0;
  --ot-scroll-thumb: #0ea5e9;
  --ot-header-h: 72px;
  --z-header: 100;
  --z-fab: 120;
  --z-lb: 200;
  --z-nav: 90;
  --font: "Plus Jakarta Sans", system-ui, sans-serif;
  --font-display: "Playfair Display", Georgia, serif;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.02rem;
  line-height: 1.6;
  color: var(--ot-ink);
  background: var(--ot-bg);
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0 0 0.5rem;
}

h1 {
  font-size: clamp(2.5rem, 5vw, 3.6rem);
}
h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
}
h3 {
  font-size: 1.2rem;
}

a {
  text-underline-offset: 0.2em;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.ot-skip {
  position: absolute;
  left: -9999px;
  z-index: 1000;
  padding: 0.5rem 1rem;
  background: #fff;
  color: var(--ot-deep);
  border-radius: 8px;
  font-weight: 600;
}
.ot-skip:focus {
  left: 0.75rem;
  top: 0.75rem;
}

.ot-mesh {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(900px 500px at 8% 0%, rgba(14, 165, 233, 0.12), transparent 50%),
    radial-gradient(700px 400px at 100% 20%, rgba(34, 211, 238, 0.1), transparent 55%),
    var(--ot-bg);
}

/* Header */
.ot-header {
  position: sticky;
  top: 0;
  z-index: var(--z-header);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--ot-line);
  transition: box-shadow 0.3s var(--ot-reveal);
}
.ot-header--scrolled {
  box-shadow: 0 8px 32px rgba(6, 44, 71, 0.08);
}
.ot-header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: var(--ot-header-h);
}
.ot-logo {
  text-decoration: none;
  color: var(--ot-deep);
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.ot-logo__name {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.03em;
}
.ot-logo__name span {
  color: var(--ot-sky-500);
  font-style: normal;
}
.ot-logo__tag {
  font-size: 0.75rem;
  color: var(--ot-muted);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.ot-nav__toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--ot-line);
  background: #fff;
  border-radius: 10px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.ot-nav__toggle-bars,
.ot-nav__toggle-bars::before,
.ot-nav__toggle-bars::after {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--ot-deep);
  position: relative;
  transition: transform 0.25s ease, opacity 0.2s;
}
.ot-nav__toggle-bars::before,
.ot-nav__toggle-bars::after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
}
.ot-nav__toggle-bars::before {
  top: -6px;
}
.ot-nav__toggle-bars::after {
  top: 6px;
}
.ot-header.is-menu-open .ot-nav__toggle-bars {
  background: transparent;
}
.ot-header.is-menu-open .ot-nav__toggle-bars::before {
  transform: translateY(6px) rotate(45deg);
}
.ot-header.is-menu-open .ot-nav__toggle-bars::after {
  transform: translateY(-6px) rotate(-45deg);
}

.ot-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 0.4rem;
}
.ot-nav a {
  display: block;
  padding: 0.4rem 0.7rem;
  text-decoration: none;
  color: var(--ot-muted);
  font-weight: 500;
  font-size: 0.92rem;
  border-radius: 8px;
  transition: color 0.2s, background 0.2s;
}
.ot-nav a:hover,
.ot-nav a:focus-visible {
  color: var(--ot-deep);
  background: rgba(14, 165, 233, 0.08);
}
.ot-nav__wa {
  background: linear-gradient(135deg, #25d366, #1ebe57) !important;
  color: #fff !important;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.35);
}
.ot-nav__wa:hover,
.ot-nav__wa:focus-visible {
  color: #fff !important;
  filter: brightness(1.05);
}

@media (max-width: 900px) {
  .ot-nav__toggle {
    display: flex;
  }
  .ot-nav {
    position: fixed;
    inset: var(--ot-header-h) 0 0 0;
    background: rgba(6, 44, 71, 0.45);
    padding: 1rem;
    z-index: var(--z-nav);
    transform: translateY(-120%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.32s var(--ot-reveal), opacity 0.25s, visibility 0.25s;
  }
  .ot-header.is-menu-open .ot-nav {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .ot-nav__list {
    flex-direction: column;
    align-items: stretch;
    max-width: 400px;
    margin: 0 auto;
    background: #fff;
    border-radius: var(--ot-radius);
    padding: 0.5rem;
    box-shadow: var(--ot-shadow);
  }
  .ot-nav a {
    padding: 0.75rem 1rem;
  }
}

.ot-backdrop {
  position: fixed;
  inset: 0;
  z-index: calc(var(--z-nav) - 1);
  background: rgba(0, 0, 0, 0.25);
}
.ot-backdrop[hidden] {
  display: none;
}

/* Hero */
.ot-hero {
  position: relative;
  min-height: min(100vh, 900px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.ot-hero__media {
  position: absolute;
  inset: 0;
}
.ot-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  animation: ot-kenburns 28s ease-in-out infinite alternate;
}
@media (prefers-reduced-motion: reduce) {
  .ot-hero__video {
    animation: none;
  }
}
@keyframes ot-kenburns {
  0% {
    transform: scale(1.04) translate(0, 0);
  }
  100% {
    transform: scale(1.1) translate(-1.5%, -0.5%);
  }
}
.ot-hero__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(6, 20, 40, 0.86) 0%, rgba(6, 44, 71, 0.68) 48%, rgba(2, 28, 55, 0.88) 100%);
  mix-blend-mode: normal;
}
.ot-hero__grid {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 3rem 1.25rem 4.5rem;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.5rem;
  align-items: center;
  box-sizing: border-box;
}
@media (max-width: 900px) {
  .ot-hero__grid {
    grid-template-columns: 1fr;
    text-align: center;
    padding-top: 2rem;
  }
  .ot-hero__ctas {
    justify-content: center;
  }
  .ot-hero__social {
    margin-left: auto;
    margin-right: auto;
    max-width: 20rem;
  }
}
.ot-hero__col--text {
  text-align: left;
  color: #f0f6ff;
}
@media (max-width: 900px) {
  .ot-hero__col--text {
    text-align: center;
  }
}
.ot-eyebrow {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--ot-sky-300);
  margin: 0 0 0.75rem;
  font-weight: 600;
}
.ot-hero h1 {
  text-shadow: 0 2px 40px rgba(0, 0, 0, 0.4);
  margin-bottom: 0.65rem;
}
.ot-hero h1 em {
  font-style: normal;
  color: var(--ot-accent-2);
}
.ot-hero__social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  margin: 0 0 1.25rem;
  padding: 0;
}
@media (max-width: 900px) {
  .ot-hero__social {
    justify-content: center;
  }
}
.ot-hero__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  color: rgba(240, 246, 255, 0.9);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-decoration: none;
  transition: color 0.2s, background 0.2s, border-color 0.2s, transform 0.2s;
}
.ot-hero__social-link:hover {
  color: #fff;
  background: rgba(14, 165, 233, 0.35);
  border-color: rgba(125, 211, 252, 0.55);
  transform: translateY(-1px);
}
.ot-hero__social-link:focus-visible {
  outline: 2px solid var(--ot-accent-2);
  outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
  .ot-hero__social-link:hover {
    transform: none;
  }
}
.ot-hero__social-ico {
  display: block;
  flex-shrink: 0;
}
.ot-hero__lead {
  font-size: 1.1rem;
  line-height: 1.7;
  color: rgba(240, 246, 255, 0.92);
  margin: 0 0 1.5rem;
  max-width: 46ch;
}
@media (max-width: 900px) {
  .ot-hero__lead {
    max-width: none;
  }
}
.ot-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-start;
}
/* Carrossel de clientes (hero) */
.ot-hero__faces-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(240, 246, 255, 0.7);
  margin: 0 0 0.6rem;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 900px) {
  .ot-hero__faces-label {
    text-align: center;
  }
}
.ot-hero__stack {
  position: relative;
  min-height: 400px;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  perspective: 1100px;
  perspective-origin: 50% 50%;
  --hero-tilt-x: 0deg;
  --hero-tilt-y: 0deg;
}
@media (max-width: 900px) {
  .ot-hero__stack {
    min-height: 380px;
  }
}
.ot-hero__face {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
  padding: 0.55rem 0.55rem 0.35rem;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05));
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
  border: 1px solid rgba(255, 255, 255, 0.14);
  transform: none;
  transform-style: preserve-3d;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.6s var(--ot-reveal), box-shadow 0.35s, transform 0.18s ease-out;
}
.ot-hero__face.is-active {
  opacity: 1;
  z-index: 2;
  pointer-events: auto;
  transform: rotateX(var(--hero-tilt-x, 0deg)) rotateY(var(--hero-tilt-y, 0deg));
}
.ot-hero__face.is-active:hover {
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(125, 211, 252, 0.45) inset;
}
@media (prefers-reduced-motion: reduce) {
  .ot-hero__face {
    transform: none;
    transition: opacity 0.2s;
  }
  .ot-hero__face.is-active {
    transform: none;
  }
}
.ot-hero__face img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}
.ot-hero__face figcaption {
  font-size: 0.8rem;
  color: rgba(240, 246, 255, 0.9);
  margin-top: 0.4rem;
  text-align: center;
  line-height: 1.3;
  font-style: normal;
  font-weight: 500;
}
@media (max-width: 900px) {
  .ot-hero__face {
    max-width: 300px;
  }
}
.ot-hero__dots {
  display: flex;
  gap: 0.45rem;
  justify-content: center;
  margin-top: 0.9rem;
}
.ot-hero__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: transform 0.2s, background 0.2s;
}
.ot-hero__dot.is-active {
  background: #fff;
  transform: scale(1.25);
}
.ot-hero__dot:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.ot-hero__scroll {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  animation: ot-bounce 2.4s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  .ot-hero__scroll {
    animation: none;
  }
}
@keyframes ot-bounce {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(6px);
  }
}

/* Buttons */
.ot-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.4rem;
  font-family: var(--font);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.25s, background 0.2s, color 0.2s;
}
.ot-btn--primary {
  background: linear-gradient(135deg, #0ea5e9, #06b6d4);
  color: #fff;
  box-shadow: 0 8px 28px rgba(14, 165, 233, 0.45);
}
.ot-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(14, 165, 233, 0.55);
}
.ot-btn--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
}
.ot-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: #fff;
}
.ot-btn--light {
  background: #fff;
  color: var(--ot-deep);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
}
.ot-btn--light:hover {
  transform: translateY(-2px);
}
.ot-btn--outline {
  background: #fff;
  color: var(--ot-sky-700);
  border-color: rgba(14, 165, 233, 0.45);
  margin-bottom: 1rem;
}
.ot-btn--outline:hover {
  border-color: var(--ot-sky-500);
  color: var(--ot-sky-500);
}
.ot-btn--wa {
  background: linear-gradient(145deg, #25d366, #1ebe57);
  color: #fff;
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.45);
}
.ot-btn--wa:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(37, 211, 102, 0.55);
}

/* Brands marquee */
.ot-brands-wrap {
  position: relative;
  padding: 1.5rem 0 1rem;
  background: #fff;
  border-block: 1px solid var(--ot-line);
  overflow: hidden;
}
.ot-bottom-cta + .ot-trust {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.ot-trust:last-of-type {
  scroll-margin-top: calc(var(--ot-header-h) + 0.5rem);
}
.ot-brands__label {
  text-align: center;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--ot-muted);
  margin: 0 0 1rem;
  font-weight: 600;
}
.ot-brands {
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.ot-brands__track {
  display: flex;
  flex-wrap: nowrap;
  gap: 2.5rem;
  width: max-content;
  animation: ot-marquee 45s linear infinite;
}
html.no-marquee .ot-brands__track {
  animation: none;
}
@media (prefers-reduced-motion: reduce) {
  .ot-brands__track {
    animation: none;
    flex-wrap: wrap;
    width: 100% !important;
    justify-content: center;
  }
  .ot-brands {
    overflow-x: auto;
  }
  .ot-brands__item[aria-hidden="true"] {
    display: none;
  }
}
@keyframes ot-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.ot-brands__item {
  flex-shrink: 0;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #94a3b8;
  text-transform: uppercase;
  user-select: none;
  text-shadow: 0 0 0 transparent;
  background: linear-gradient(180deg, #0f172a, #64748b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ot-brands__note {
  text-align: center;
  font-size: 0.7rem;
  color: #94a3b8;
  max-width: 56ch;
  margin: 1rem auto 0;
  padding: 0 1rem;
  line-height: 1.5;
}

/* Agendamento (coluna à direita em Encontre-nos) */
.ot-schedule__head--in-near {
  text-align: left;
  max-width: none;
  margin: 0 0 1.1rem;
}
.ot-schedule__head--in-near .ot-schedule__steps {
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
}
.ot-schedule__eyebrow {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--ot-sky-700);
  margin: 0 0 0.4rem;
  font-weight: 700;
}
.ot-schedule__title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 1.2rem + 1vw, 1.85rem);
  font-weight: 600;
  color: var(--ot-ink);
  margin: 0 0 0.65rem;
  letter-spacing: -0.02em;
}
.ot-schedule__steps {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.25rem;
  max-width: 42rem;
}
.ot-schedule__step {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ot-deep);
}
.ot-schedule__step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #0ea5e9, #06b6d4);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
}
.ot-schedule__form {
  max-width: none;
  margin: 0;
  padding: 1.5rem 1.35rem 1.6rem;
  background: linear-gradient(165deg, #f8fafc 0%, #fff 100%);
  border: 1px solid var(--ot-line);
  border-radius: var(--ot-radius);
  box-shadow: 0 8px 32px rgba(6, 44, 71, 0.07);
}
.ot-schedule__fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 1.1rem;
}
@media (max-width: 640px) {
  .ot-schedule__fields {
    grid-template-columns: 1fr;
  }
}
.ot-schedule__field--full {
  grid-column: 1 / -1;
}
.ot-schedule__label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ot-deep);
  margin-bottom: 0.35rem;
}
.ot-schedule__opt {
  font-weight: 500;
  color: var(--ot-muted);
  font-size: 0.78rem;
}
.ot-schedule__input {
  width: 100%;
  box-sizing: border-box;
  font-family: var(--font);
  font-size: 0.95rem;
  padding: 0.65rem 0.75rem;
  border: 1px solid var(--ot-line);
  border-radius: var(--ot-radius-sm);
  background: #fff;
  color: var(--ot-ink);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.ot-schedule__input:hover {
  border-color: rgba(14, 165, 233, 0.35);
}
.ot-schedule__input:focus {
  outline: none;
  border-color: var(--ot-sky-500);
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.2);
}
.ot-schedule__textarea {
  resize: vertical;
  min-height: 4.5rem;
}
.ot-schedule__fine {
  margin: 1rem 0 0;
  font-size: 0.78rem;
  color: var(--ot-muted);
  line-height: 1.5;
}
.ot-schedule__actions {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-start;
}
.ot-schedule__submit {
  border: none;
  cursor: pointer;
  font-family: var(--font);
}

/* Faixa de confiança / benefícios */
.ot-trust {
  padding: 2.25rem 0;
  background: #0a1624;
  border-block: 1px solid rgba(255, 255, 255, 0.08);
}
.ot-trust__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
@media (max-width: 960px) {
  .ot-trust__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 520px) {
  .ot-trust__grid {
    grid-template-columns: 1fr;
  }
}
.ot-trust__item {
  background: #fff;
  border: 1px solid rgba(14, 165, 233, 0.18);
  border-radius: var(--ot-radius-sm);
  padding: 1.1rem 1rem;
  box-shadow: 0 4px 16px rgba(6, 44, 71, 0.06);
}
.ot-trust__ico {
  color: var(--ot-sky-700);
  margin-bottom: 0.6rem;
  line-height: 0;
}
.ot-trust__title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--ot-deep);
  margin: 0 0 0.35rem;
  font-family: var(--font);
}
.ot-trust__text {
  margin: 0;
  font-size: 0.84rem;
  color: var(--ot-muted);
  line-height: 1.5;
}

/* Sections */
.ot-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.ot-section {
  padding: 4.5rem 0;
}
.ot-section--tint {
  background: linear-gradient(180deg, #eef2f9 0%, #f8faff 100%);
}
.ot-section__head {
  text-align: center;
  max-width: 60ch;
  margin: 0 auto 2.5rem;
  color: var(--ot-muted);
}
.ot-section__head h2 {
  color: var(--ot-ink);
  margin-bottom: 0.6rem;
}
#produtos.ot-section--tint {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #0d2338;
  border-block: 1px solid rgba(255, 255, 255, 0.08);
}
#produtos.ot-section--tint::before {
  content: "";
  position: absolute;
  inset: -60% -40%;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    115deg,
    transparent 38%,
    rgba(56, 189, 248, 0.06) 44%,
    rgba(125, 211, 252, 0.18) 50%,
    rgba(56, 189, 248, 0.06) 56%,
    transparent 62%
  );
  transform: translateX(-18%) rotate(-6deg);
  animation: ot-produtos-beam 18s ease-in-out infinite;
}
#produtos.ot-section--tint::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(
    ellipse 120% 70% at 70% 0%,
    rgba(14, 165, 233, 0.14) 0%,
    transparent 52%
  );
  animation: ot-produtos-glow 10s ease-in-out infinite alternate;
}

/* Neve (decoração de fundo — apenas catálogo) */
.ot-produtos-snow {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.ot-produtos-snow__layer {
  position: absolute;
  inset: -80px 0 0;
  height: calc(100% + 160px);
  display: block;
  background-repeat: repeat;
  will-change: background-position;
}
.ot-produtos-snow__layer--1 {
  opacity: 0.55;
  background-image: radial-gradient(1.2px 1.2px at 50% 50%, rgba(255, 255, 255, 0.95) 50%, transparent 52%);
  background-size: 52px 52px;
  animation: ot-catalog-snow-1 20s linear infinite;
}
.ot-produtos-snow__layer--2 {
  opacity: 0.38;
  background-image: radial-gradient(1.8px 1.8px at 50% 50%, rgba(255, 255, 255, 0.85) 50%, transparent 52%);
  background-size: 84px 84px;
  animation: ot-catalog-snow-2 28s linear infinite;
}
.ot-produtos-snow__layer--3 {
  opacity: 0.28;
  background-image: radial-gradient(0.9px 0.9px at 50% 50%, rgba(255, 255, 255, 0.9) 50%, transparent 52%);
  background-size: 36px 40px;
  animation: ot-catalog-snow-3 16s linear infinite;
}

@keyframes ot-catalog-snow-1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 18px 156px;
  }
}
@keyframes ot-catalog-snow-2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -26px 252px;
  }
}
@keyframes ot-catalog-snow-3 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 12px 120px;
  }
}

#produtos .ot-container {
  position: relative;
  z-index: 2;
}
#produtos .ot-section__head h2 {
  color: #fff;
}

@keyframes ot-produtos-beam {
  0%,
  100% {
    transform: translateX(-22%) rotate(-7deg);
    opacity: 0.65;
  }
  50% {
    transform: translateX(18%) rotate(5deg);
    opacity: 1;
  }
}

@keyframes ot-produtos-glow {
  0% {
    opacity: 0.35;
  }
  100% {
    opacity: 0.85;
  }
}

@media (prefers-reduced-motion: reduce) {
  #produtos.ot-section--tint::before,
  #produtos.ot-section--tint::after,
  #faq.ot-faq::before,
  #faq.ot-faq::after {
    animation: none;
  }
  #produtos.ot-section--tint::before,
  #faq.ot-faq::before {
    transform: translateX(-5%) rotate(-6deg);
    opacity: 0.45;
  }
  #produtos.ot-section--tint::after,
  #faq.ot-faq::after {
    opacity: 0.5;
  }
  .ot-produtos-snow__layer {
    animation: none !important;
    will-change: auto;
  }
  .ot-produtos-snow__layer--1 {
    background-position: 0 40px;
    opacity: 0.35;
  }
  .ot-produtos-snow__layer--2 {
    background-position: -12px 80px;
    opacity: 0.25;
  }
  .ot-produtos-snow__layer--3 {
    background-position: 6px 20px;
    opacity: 0.2;
  }
}

/* Reveal (JS) */
.no-js .ot-reveal,
.ot-reveal {
  opacity: 1;
  transform: none;
  filter: none;
  transition: none;
}
html.is-enhanced .ot-reveal {
  opacity: 0;
  transform: translateY(1.1rem);
  filter: blur(3px);
  transition: opacity var(--ot-reveal), transform var(--ot-reveal), filter var(--ot-reveal);
}
html.is-enhanced .ot-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
@media (prefers-reduced-motion: reduce) {
  html.is-enhanced .ot-reveal,
  html.is-enhanced .ot-reveal.is-visible {
    opacity: 1;
    transform: none;
    filter: none;
  }
}

/* Products */
.ot-products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}
.ot-card {
  background: var(--ot-bg-elev);
  border-radius: var(--ot-radius);
  border: 1px solid var(--ot-line);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(6, 44, 71, 0.06);
  transition: transform 0.3s var(--ot-reveal), box-shadow 0.3s;
}
.ot-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--ot-shadow);
}
@media (prefers-reduced-motion: reduce) {
  .ot-card:hover {
    transform: none;
  }
}
.ot-card__img {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #e2e8f0;
}
.ot-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ot-reveal);
}
.ot-card:hover .ot-card__img img {
  transform: scale(1.06);
}
@media (prefers-reduced-motion: reduce) {
  .ot-card:hover .ot-card__img img {
    transform: none;
  }
}
.ot-card h3,
.ot-card p {
  padding: 0 1.15rem 1.15rem;
  margin: 0;
}
.ot-card h3 {
  padding-top: 1rem;
  color: var(--ot-deep);
}
.ot-card p {
  color: var(--ot-muted);
  font-size: 0.95rem;
}

/* CTA banner exame */
.ot-cta-bnr {
  padding: 4rem 0;
  background: linear-gradient(120deg, #0369a1 0%, #0c4a6e 50%, #075985 100%);
  color: #e0f2fe;
  position: relative;
  overflow: hidden;
}
.ot-cta-bnr::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(800px 400px at 80% 20%, rgba(34, 211, 238, 0.25), transparent 60%);
  pointer-events: none;
}
.ot-cta-bnr__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 1.5rem;
  position: relative;
  z-index: 1;
}
.ot-cta-bnr__layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2rem;
  align-items: end;
  text-align: left;
}
@media (max-width: 880px) {
  .ot-cta-bnr__layout {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .ot-cta-bnr__text .ot-btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.ot-cta-bnr__text {
  padding-bottom: 0.5rem;
}
.ot-cta-bnr h2 {
  color: #fff;
  margin-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 880px) {
  .ot-cta-bnr h2 {
    text-align: center;
  }
}
.ot-cta-bnr__text p {
  text-align: left;
  line-height: 1.7;
  margin: 0 0 1.1rem;
}
@media (max-width: 880px) {
  .ot-cta-bnr__text p {
    text-align: center;
  }
}
.ot-cta-bnr__figure {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 200px;
}
.ot-cta-bnr__doctor {
  max-width: 280px;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));
  transform: translateY(8px);
  pointer-events: none;
  user-select: none;
}
/* Bloco após exame: foto circular + copy */
.ot-vision-pitch__grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 2.25rem 2.5rem;
  align-items: center;
}
@media (max-width: 900px) {
  .ot-vision-pitch__grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.ot-vision-pitch__media {
  justify-self: start;
}
@media (max-width: 900px) {
  .ot-vision-pitch__media {
    justify-self: center;
  }
}
.ot-vision-pitch__circle {
  width: min(100%, 420px);
  max-width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  background: #e2e8f0;
  box-shadow:
    0 24px 48px rgba(6, 44, 71, 0.16),
    0 8px 20px rgba(6, 44, 71, 0.08);
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}
@media (prefers-reduced-motion: no-preference) {
  .ot-vision-pitch__circle:hover {
    transform: translateY(-2px);
    box-shadow:
      0 32px 56px rgba(6, 44, 71, 0.2),
      0 12px 28px rgba(6, 44, 71, 0.1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .ot-vision-pitch__circle {
    transition: none;
  }
  .ot-vision-pitch__circle:hover {
    transform: none;
  }
}
.ot-vision-pitch__circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.ot-vision-pitch__text h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 1.1rem + 1.2vw, 1.85rem);
  font-weight: 600;
  color: var(--ot-ink);
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
  line-height: 1.2;
  text-align: left;
}
@media (max-width: 900px) {
  .ot-vision-pitch__text h2 {
    text-align: center;
  }
}
.ot-vision-pitch__text p {
  margin: 0 0 1rem;
  color: var(--ot-muted);
  line-height: 1.7;
  font-size: 1.01rem;
  text-align: left;
  max-width: 52ch;
}
.ot-vision-pitch__text p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .ot-vision-pitch__text p {
    text-align: center;
    max-width: none;
  }
}

/* Filtro + catálogo */
.ot-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: center;
  margin-bottom: 1.75rem;
}
.ot-filter__search {
  display: inline-flex;
  align-items: center;
  margin-right: 0.2rem;
}
.ot-filter__search-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.ot-filter__search-input {
  min-width: 13.5rem;
  max-width: 100%;
  height: 2.2rem;
  padding: 0.42rem 0.82rem;
  border-radius: 999px;
  border: 1px solid var(--ot-line);
  background: #fff;
  color: var(--ot-deep);
  font: 500 0.82rem/1.2 var(--font);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.ot-filter__search-input::placeholder {
  color: var(--ot-muted);
}
.ot-filter__search-input:focus {
  outline: none;
  border-color: rgba(14, 165, 233, 0.45);
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.16);
}
.ot-filter__btn {
  font-family: var(--font);
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1px solid var(--ot-line);
  background: #fff;
  color: var(--ot-muted);
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.ot-filter__btn:hover {
  border-color: rgba(14, 165, 233, 0.45);
  color: var(--ot-deep);
}
.ot-filter__btn.is-active {
  background: linear-gradient(135deg, #0ea5e9, #06b6d4);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 16px rgba(14, 165, 233, 0.35);
}
@media (max-width: 640px) {
  .ot-filter {
    justify-content: flex-start;
  }
  .ot-filter__search {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.25rem;
  }
  .ot-filter__search-input {
    width: 100%;
    min-width: 0;
  }
}
.ot-catalog {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
  transition: opacity 0.25s ease;
  align-content: start;
}
@media (max-width: 900px) {
  .ot-catalog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.ot-catalog--filtering {
  opacity: 0.85;
}
.ot-catalog__item {
  transition: transform 0.3s, opacity 0.25s, visibility 0.25s;
  min-width: 0;
}
.ot-catalog__item.is-filtered {
  display: none;
}
.ot-catalog__item.is-page-out {
  display: none;
}
.ot-catalog-pager {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}
.ot-catalog-pager__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  justify-content: center;
  align-items: center;
}
.ot-catalog-pager__btn {
  font-family: var(--font);
  font-size: 0.9rem;
  font-weight: 700;
  min-width: 2.4rem;
  height: 2.4rem;
  padding: 0 0.65rem;
  border-radius: 10px;
  border: 1px solid var(--ot-line);
  background: #fff;
  color: var(--ot-muted);
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  line-height: 1;
}
.ot-catalog-pager__btn:hover {
  border-color: rgba(14, 165, 233, 0.45);
  color: var(--ot-deep);
}
.ot-catalog-pager__btn.is-active {
  background: linear-gradient(135deg, #0ea5e9, #06b6d4);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(14, 165, 233, 0.35);
}
@media (prefers-reduced-motion: reduce) {
  .ot-catalog-pager__btn {
    transition: none;
  }
}
.ot-catalog__link {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid var(--ot-line);
  border-radius: var(--ot-radius);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(6, 44, 71, 0.06);
  transition: box-shadow 0.3s, transform 0.3s;
}
.ot-catalog__link:hover {
  color: inherit;
  box-shadow: var(--ot-shadow);
  transform: translateY(-3px);
}
@media (prefers-reduced-motion: reduce) {
  .ot-catalog__link:hover {
    transform: none;
  }
}
.ot-catalog__img {
  aspect-ratio: 1;
  background: #e2e8f0;
  overflow: hidden;
}
.ot-catalog__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Lentes: diagrama ou macro da lente (não pessoa) — mostrar o quadro completo */
.ot-catalog__item--lens-diagram .ot-catalog__img img {
  object-fit: contain;
  object-position: center;
  background: #f1f5f9;
}
.ot-catalog__body {
  padding: 0.85rem 1rem 1.1rem;
}
.ot-catalog__brand {
  display: block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 0.25rem;
}
.ot-catalog__name {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--ot-deep);
  margin: 0 0 0.35rem;
  line-height: 1.25;
  font-weight: 600;
}
.ot-catalog__name small {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--ot-muted);
  font-family: var(--font);
  margin-top: 0.15rem;
}
.ot-catalog__meta {
  font-size: 0.9rem;
  color: var(--ot-muted);
  margin: 0;
}
.ot-catalog__meta strong {
  color: var(--ot-sky-700);
  font-size: 1.05rem;
}

.ot-difer-split__aside#sobre {
  scroll-margin-top: calc(var(--ot-header-h) + 0.75rem);
}

/* FAQ */
#faq.ot-faq {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #0d2338;
  border-block: 1px solid rgba(255, 255, 255, 0.08);
}
#faq.ot-faq::before {
  content: "";
  position: absolute;
  inset: -60% -40%;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    115deg,
    transparent 38%,
    rgba(56, 189, 248, 0.06) 44%,
    rgba(125, 211, 252, 0.18) 50%,
    rgba(56, 189, 248, 0.06) 56%,
    transparent 62%
  );
  transform: translateX(-18%) rotate(-6deg);
  animation: ot-produtos-beam 18s ease-in-out infinite;
}
#faq.ot-faq::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(
    ellipse 120% 70% at 70% 0%,
    rgba(14, 165, 233, 0.14) 0%,
    transparent 52%
  );
  animation: ot-produtos-glow 10s ease-in-out infinite alternate;
}
#faq.ot-faq .ot-container {
  position: relative;
  z-index: 1;
}
.ot-faq .ot-section__head {
  color: rgba(255, 255, 255, 0.82);
}
.ot-faq .ot-section__head h2 {
  color: #fff;
}
.ot-faq__inner {
  max-width: 720px;
}
.ot-faq__list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.ot-faq__item {
  border: 1px solid var(--ot-line);
  border-radius: var(--ot-radius-sm);
  background: var(--ot-bg-elev);
  overflow: hidden;
}
.ot-faq__summary {
  list-style: none;
  cursor: pointer;
  padding: 1rem 1.15rem;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--ot-deep);
  font-family: var(--font);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.ot-faq__summary::-webkit-details-marker {
  display: none;
}
.ot-faq__summary::after {
  content: "";
  flex-shrink: 0;
  width: 0.55rem;
  height: 0.55rem;
  border-right: 2px solid var(--ot-sky-500);
  border-bottom: 2px solid var(--ot-sky-500);
  transform: rotate(45deg);
  transition: transform 0.2s;
  margin-top: -0.2rem;
}
.ot-faq__item[open] .ot-faq__summary::after {
  transform: rotate(225deg);
  margin-top: 0.15rem;
}
.ot-faq__summary:focus-visible {
  outline: 2px solid var(--ot-accent);
  outline-offset: -2px;
}
.ot-faq__answer {
  margin: 0;
  padding: 0 1.15rem 1.1rem;
  font-size: 0.92rem;
  color: var(--ot-muted);
  line-height: 1.65;
  border-top: 1px solid var(--ot-line);
  padding-top: 0.85rem;
}

/* Diferenciais */
.ot-section--difer {
  background: #fff;
  border-block: 1px solid var(--ot-line);
}
.ot-difer-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 2.25rem 2.5rem;
  align-items: start;
}
@media (max-width: 900px) {
  .ot-difer-split {
    grid-template-columns: 1fr;
  }
}
.ot-difer-split__aside {
  padding: 1.35rem 1.5rem;
  background: linear-gradient(165deg, #f8fafc 0%, #fff 100%);
  border: 1px solid var(--ot-line);
  border-radius: var(--ot-radius);
  box-shadow: 0 8px 28px rgba(6, 44, 71, 0.06);
}
.ot-difer-split__aside .ot-near__eyebrow {
  margin-bottom: 0.4rem;
}
.ot-difer-split__aside-title {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 1.05rem + 1vw, 1.72rem);
  font-weight: 600;
  color: var(--ot-ink);
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.ot-difer-split__aside p {
  margin: 0 0 1rem;
  color: var(--ot-muted);
  line-height: 1.7;
  font-size: 1.02rem;
}
.ot-difer-split__aside p:last-of-type {
  margin-bottom: 0;
}
.ot-difer {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 0.85rem 0.2rem;
  align-items: stretch;
}
.ot-difer__arrow {
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  color: var(--ot-sky-500);
  padding: 0 0.1rem;
}
.ot-difer__arrow-inner {
  display: flex;
  line-height: 0;
  filter: drop-shadow(0 1px 2px rgba(14, 165, 233, 0.25));
}
@media (max-width: 860px) {
  .ot-difer {
    grid-template-columns: 1fr;
    gap: 0.35rem;
    justify-items: stretch;
  }
  .ot-difer__arrow {
    padding: 0.2rem 0;
  }
  .ot-difer__chev {
    transform: rotate(90deg);
  }
}
.ot-difer__item {
  padding: 1.5rem;
  background: linear-gradient(165deg, #f8fafc 0%, #fff 100%);
  border: 1px solid var(--ot-line);
  border-radius: var(--ot-radius);
  box-shadow: 0 4px 20px rgba(6, 44, 71, 0.05);
}
.ot-difer__item h3 {
  font-size: 1.1rem;
  color: var(--ot-deep);
  margin: 0.4rem 0 0.5rem;
  font-family: var(--font-display);
}
.ot-difer__item p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--ot-muted);
  line-height: 1.6;
}
.ot-difer__ico {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, #0ea5e9, #06b6d4);
  color: #fff;
  font-weight: 800;
  font-size: 1.1rem;
  font-family: var(--font);
}

/* Filiais: convite a visitar a rede */
.ot-section--near {
  position: relative;
  overflow: hidden;
  background: linear-gradient(165deg, #e0f2fe 0%, #f0f9ff 38%, #f8fafc 100%);
  border-block: 1px solid rgba(14, 165, 233, 0.18);
  scroll-margin-top: calc(var(--ot-header-h) + 0.75rem);
}
.ot-near__col--schedule#agendar {
  scroll-margin-top: calc(var(--ot-header-h) + 0.75rem);
}
.ot-near__split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 2rem 2.25rem;
  align-items: start;
}
.ot-near__col {
  min-width: 0;
}
@media (max-width: 900px) {
  .ot-near__split {
    grid-template-columns: 1fr;
  }
}
.ot-section--near::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #0284c7, #22d3ee, #0ea5e9);
  opacity: 0.9;
  pointer-events: none;
}
.ot-near__eyebrow {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--ot-sky-700);
  margin: 0 0 0.45rem;
  font-weight: 700;
}
.ot-section__head--near h2 {
  color: var(--ot-deep);
}
.ot-section__head--near p {
  max-width: 58ch;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.04rem;
  line-height: 1.65;
  color: var(--ot-muted);
}
.ot-section__head--near p strong {
  color: var(--ot-ink);
  font-weight: 600;
}

/* Filiais: mapa único */
.ot-filiais {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.ot-map-all {
  width: 100%;
  min-height: 420px;
  height: 420px;
  border-radius: var(--ot-radius);
  overflow: hidden;
  border: 1px solid var(--ot-line);
  z-index: 0;
  box-shadow: 0 8px 32px rgba(6, 44, 71, 0.08);
}
.ot-section--near .ot-map-all {
  border: 1px solid rgba(14, 165, 233, 0.28);
  box-shadow: 0 12px 44px rgba(14, 165, 233, 0.14);
  min-height: 340px;
  height: min(420px, 50vh);
}
@media (min-width: 901px) {
  .ot-section--near .ot-map-all {
    height: clamp(320px, 42vh, 440px);
  }
}
.leaflet-container {
  font-family: var(--font) !important;
}
.ot-store-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.6rem;
}
.ot-store-chip {
  font-size: 0.86rem;
  color: var(--ot-muted);
  background: #fff;
  border: 1px solid var(--ot-line);
  border-radius: 10px;
  padding: 0.55rem 0.7rem;
  line-height: 1.4;
  box-shadow: 0 2px 8px rgba(6, 44, 71, 0.04);
}
.ot-section--near .ot-store-chip {
  background: #fff;
  border-color: rgba(14, 165, 233, 0.22);
  box-shadow: 0 2px 12px rgba(14, 165, 233, 0.08);
}
.ot-store-chip strong {
  color: var(--ot-deep);
  display: block;
  font-size: 0.8rem;
  margin-bottom: 0.15rem;
  font-weight: 700;
}
.ot-store-chip span {
  font-size: 0.8rem;
}

/* Bottom CTA */
.ot-bottom-cta {
  padding: 4rem 1.5rem;
  text-align: center;
  background: linear-gradient(
    145deg,
    var(--ot-deep) 0%,
    var(--ot-sky-700) 38%,
    var(--ot-sky-500) 68%,
    #0891b2 88%,
    var(--ot-accent-2) 100%
  );
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
}
.ot-bottom-cta__inner {
  max-width: 560px;
  margin: 0 auto;
}
.ot-bottom-cta h2 {
  color: #fff;
}
.ot-bottom-cta p {
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 1.5rem;
}

/* Footer */
.ot-footer {
  background: #0a1624;
  color: #cbd5e1;
  padding: 2.5rem 0;
  font-size: 0.9rem;
}
.ot-footer a {
  color: #7dd3fc;
}
.ot-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1.1fr 1fr 0.9fr;
  gap: 2rem;
  align-items: start;
}
@media (max-width: 900px) {
  .ot-footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .ot-footer__grid {
    grid-template-columns: 1fr;
  }
}
.ot-footer__hours {
  margin: 0 0 0.35rem;
}
.ot-footer__phone {
  margin: 0 0 0.75rem;
}
.ot-footer__hint {
  color: #64748b;
  font-size: 0.85em;
}
.ot-footer__pay {
  margin: 0;
  font-size: 0.82rem;
  color: #94a3b8;
  line-height: 1.45;
}
.ot-footer__pay-label {
  display: block;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #64748b;
  margin-bottom: 0.25rem;
}
.ot-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ot-footer__links li {
  margin-bottom: 0.4rem;
}
.ot-footer__links a {
  text-decoration: none;
}
.ot-footer__links a:hover {
  text-decoration: underline;
}
.ot-footer__brand {
  color: #fff;
  display: block;
  font-size: 1.15rem;
  font-family: var(--font-display);
  margin-bottom: 0.5rem;
}
.ot-footer__label {
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  color: #64748b;
  margin: 0 0 0.35rem;
}
.ot-footer__credit {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  font-size: 0.8rem;
  color: #64748b;
}
.ot-footer__credit p {
  margin: 0;
  line-height: 1.5;
}

/* WA FAB */
.ot-fab {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: var(--z-fab);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(145deg, #25d366, #1ebe57);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.45);
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
.ot-fab__bubble {
  position: absolute;
  right: calc(100% + 14px);
  top: 50%;
  transform: translateY(-50%);
  max-width: min(280px, calc(100vw - 5.5rem));
  padding: 0.55rem 0.85rem;
  background: #fff;
  color: var(--ot-deep);
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: right;
  border-radius: 12px;
  border: 1px solid var(--ot-line);
  box-shadow: 0 6px 24px rgba(6, 44, 71, 0.12);
  pointer-events: none;
}
.ot-fab__bubble::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border: 7px solid transparent;
  border-left-color: #fff;
  margin-left: -1px;
  filter: drop-shadow(1px 0 0 rgba(0, 0, 0, 0.06));
}
.ot-fab__bubble-text {
  display: block;
}
.ot-fab__bubble-text--hover {
  display: none;
}
.ot-fab:hover .ot-fab__bubble-text--rest,
.ot-fab:focus-visible .ot-fab__bubble-text--rest {
  display: none;
}
.ot-fab:hover .ot-fab__bubble-text--hover,
.ot-fab:focus-visible .ot-fab__bubble-text--hover {
  display: block;
}
.ot-fab:hover {
  transform: scale(1.07);
  box-shadow: 0 10px 36px rgba(37, 211, 102, 0.55);
}
@media (prefers-reduced-motion: reduce) {
  .ot-fab:hover {
    transform: none;
  }
}
@media (max-width: 400px) {
  .ot-fab__bubble {
    font-size: 0.78rem;
    padding: 0.45rem 0.7rem;
    right: calc(100% + 10px);
    max-width: calc(100vw - 5rem);
  }
}

/* Botões: impedir regra genérica de link a roubar o contraste */
a.ot-btn--primary,
a.ot-btn--primary:hover,
a.ot-btn--primary:focus,
a.ot-btn--primary:focus-visible,
button.ot-btn--primary,
button.ot-btn--primary:hover {
  color: #fff !important;
  text-decoration: none;
  border-color: transparent;
}
a.ot-btn--ghost,
a.ot-btn--ghost:hover,
a.ot-btn--ghost:focus,
a.ot-btn--ghost:focus-visible {
  color: #fff !important;
  text-decoration: none;
}
a.ot-btn--light,
a.ot-btn--light:hover,
a.ot-btn--light:focus,
a.ot-btn--light:focus-visible {
  color: var(--ot-deep) !important;
  text-decoration: none;
}
a.ot-btn--wa,
a.ot-btn--wa:hover,
a.ot-btn--wa:focus,
a.ot-btn--wa:focus-visible,
button.ot-btn--wa,
button.ot-btn--wa:hover,
button.ot-btn--wa:focus,
button.ot-btn--wa:focus-visible {
  color: #fff !important;
  text-decoration: none;
  border-color: transparent;
}
a.ot-fab,
a.ot-fab:hover,
a.ot-fab:focus {
  color: #fff !important;
  text-decoration: none;
}
a.ot-nav__wa,
a.ot-nav__wa:hover,
a.ot-nav__wa:focus {
  color: #fff !important;
  text-decoration: none;
}
