:root {
  --bg: #0b0b0d;
  --bg-soft: #14161a;
  --surface: #ffffff;
  --surface-2: #f6f7f9;
  --text: #17181b;
  --text-soft: #5b616b;
  --line: rgba(255, 255, 255, 0.1);
  --line-light: rgba(17, 18, 20, 0.08);
  --primary: #d32f2f;
  --primary-dark: #a91f1f;
  --white: #ffffff;
  --shadow-lg: 0 28px 70px rgba(0, 0, 0, 0.26);
  --shadow-md: 0 18px 40px rgba(0, 0, 0, 0.14);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --container: 1240px;
  --header-h: 72px;
}

.quem-somos-page {
  background:
    radial-gradient(circle at top right, rgba(211, 47, 47, 0.1), transparent 24%),
    linear-gradient(180deg, #0b0b0d 0, #0b0b0d 560px, #f5f6f8 560px, #f5f6f8 100%);
  overflow-x: hidden;
}

.quem-somos-page img {
  max-width: 100%;
  height: auto;
}

.quem-somos-page .loja-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-h);
  z-index: 1000;
  background: linear-gradient(90deg, rgba(2, 3, 5, 0.98) 0%, rgba(5, 6, 8, 0.96) 66%, rgba(52, 8, 8, 0.92) 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  box-shadow: none;
}

.quem-somos-page .loja-navbar::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(211, 47, 47, 0.18), transparent);
}

.quem-somos-page .loja-navbar .container {
  height: 100%;
  display: grid;
  grid-template-columns: minmax(230px, 280px) 1fr minmax(204px, 224px);
  align-items: center;
  gap: 30px;
}

.quem-somos-page .logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  font-family: 'Montserrat', sans-serif;
  font-size: 1.85rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.quem-somos-page .loja-navbar nav {
  justify-self: center;
}

.quem-somos-page nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  list-style: none;
}

.quem-somos-page nav ul li {
  display: flex;
  align-items: center;
}

.quem-somos-page nav ul li a {
  color: rgba(255, 255, 255, 0.88);
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.79rem;
  line-height: 1;
  padding: 8px 4px;
  border-radius: 999px;
  transition: 0.25s ease;
}

.quem-somos-page nav ul li a.nav-active,
.quem-somos-page nav ul li a:hover {
  color: var(--white);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.quem-somos-page a {
  text-decoration: none;
}

.quem-somos-page a:hover {
  text-decoration: none;
}

.quem-somos-page .btn-quote,
.quem-somos-page .quem-cta-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.quem-somos-page .btn-quote {
  background: linear-gradient(135deg, #d32f2f, #a91f1f);
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 12px 26px rgba(211, 47, 47, 0.2);
  min-height: 46px;
  padding: 0 20px;
  font-size: 0.76rem;
  line-height: 1;
}

.quem-somos-page .quem-cta-outline {
  background: linear-gradient(135deg, rgba(211, 47, 47, 0.16), rgba(169, 31, 31, 0.12));
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
}

.quem-somos-page .btn-quote:hover,
.quem-somos-page .quem-cta-outline:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.quem-main {
  padding-bottom: 90px;
}

.quem-somos-page .loja-header-space {
  height: var(--header-h);
}

.quem-hero {
  position: relative;
  overflow: hidden;
  padding: 42px 0 70px;
  background:
    radial-gradient(circle at 82% 20%, rgba(211, 47, 47, 0.26), transparent 16%),
    linear-gradient(115deg, #050608 0%, #0a0b0f 52%, #1d0505 100%);
}

.quem-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(180deg, rgba(255,255,255,0.5), transparent 78%);
  opacity: 0.22;
  pointer-events: none;
}

.quem-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 560px) minmax(0, 1fr);
  align-items: center;
  gap: 34px;
  min-height: calc(100vh - var(--header-h) - 80px);
}

.quem-kicker,
.quem-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ff8787;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.quem-kicker::before,
.quem-section-kicker::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: radial-gradient(circle at center, #ff4d43 0%, #ff4d43 35%, rgba(255, 77, 67, 0.2) 35%, rgba(255, 77, 67, 0.2) 100%);
}

.quem-hero-copy h1 {
  max-width: 10ch;
  margin: 18px 0 14px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2.6rem, 5vw, 4.7rem);
  line-height: 0.95;
}

.quem-hero-copy h2 {
  max-width: 16ch;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.94);
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.2rem, 2.2vw, 1.75rem);
  line-height: 1.15;
}

.quem-hero-copy p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.02rem;
  line-height: 1.78;
}

.quem-hero-actions {
  margin-top: 30px;
}

.quem-hero-visual {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quem-hero-glow {
  position: absolute;
  inset: 15% 10% 10% 18%;
  background: radial-gradient(circle at center, rgba(255, 59, 48, 0.22), transparent 62%);
  filter: blur(30px);
}

.quem-hero-orbit {
  position: absolute;
  right: 42px;
  top: 40px;
  width: min(88%, 560px);
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(255, 86, 86, 0.24);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 999px;
}

.quem-hero-visual img {
  position: relative;
  z-index: 2;
  width: min(100%, 900px);
  max-width: none;
  object-fit: contain;
  filter:
    drop-shadow(0 30px 58px rgba(0, 0, 0, 0.42))
    drop-shadow(0 0 42px rgba(255, 59, 48, 0.12));
}

.quem-section {
  padding: 88px 0;
}

.quem-section-soft {
  background:
    radial-gradient(circle at 10% 15%, rgba(211, 47, 47, 0.08), transparent 25%),
    linear-gradient(180deg, #ffffff, #fafbfc);
}

.quem-grid-about {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  gap: 28px;
  align-items: start;
}

.quem-section-head {
  grid-column: 1 / -1;
  max-width: 760px;
}

.quem-section-head h2 {
  margin-top: 14px;
  color: #16181b;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.02;
}

.quem-about-card,
.quem-card,
.quem-num-card,
.quem-cta-shell {
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-md);
}

.quem-about-card {
  padding: 30px;
  background: #fff;
  border: 1px solid var(--line-light);
}

.quem-about-card p + p {
  margin-top: 16px;
}

.quem-about-card p {
  color: var(--text-soft);
  line-height: 1.85;
}

.quem-about-visual {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line-light);
  background: #111214;
  box-shadow: var(--shadow-lg);
}

.quem-about-visual img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.02);
}

.quem-about-badge {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(8, 9, 12, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  color: rgba(255, 255, 255, 0.82);
}

.quem-about-badge strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}

.quem-pillars,
.quem-diferenciais,
.quem-numeros {
  display: grid;
  gap: 22px;
}

.quem-pillars {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.quem-diferenciais {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
}

.quem-tech-section {
  padding-top: 0;
}

.quem-tech-card {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 360px);
  gap: 28px;
  padding: 32px;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top right, rgba(211, 47, 47, 0.16), transparent 24%),
    linear-gradient(135deg, #14161a, #0b0c10);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.22);
  color: rgba(255, 255, 255, 0.8);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.quem-tech-card:hover {
  transform: translateY(-4px);
  border-color: rgba(211, 47, 47, 0.28);
  box-shadow: 0 30px 62px rgba(0, 0, 0, 0.26);
}

.quem-tech-copy h2 {
  margin: 14px 0 10px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.02;
}

.quem-tech-copy h3 {
  margin-bottom: 18px;
  color: #ffd8d8;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.18;
}

.quem-tech-copy p + p {
  margin-top: 14px;
}

.quem-tech-copy p {
  line-height: 1.82;
}

.quem-tech-aside {
  display: grid;
  gap: 18px;
  align-content: center;
}

.quem-tech-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(211, 47, 47, 0.16);
  border: 1px solid rgba(255, 116, 116, 0.22);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-align: center;
  box-shadow: 0 12px 28px rgba(211, 47, 47, 0.12);
}

.quem-tech-badge-alt {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
}

.quem-tech-panel {
  padding: 26px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.quem-tech-panel strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.05rem;
}

.quem-tech-panel span {
  display: block;
  line-height: 1.72;
}

.quem-card {
  min-height: 100%;
  padding: 28px;
  background:
    linear-gradient(180deg, #14161a 0%, #0d0e12 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.quem-card:hover {
  transform: translateY(-4px);
  border-color: rgba(211, 47, 47, 0.32);
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.18);
}

.quem-card-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 14px;
  background: rgba(211, 47, 47, 0.14);
  color: #ff6159;
  box-shadow: inset 0 0 0 1px rgba(255, 103, 103, 0.14);
}

.quem-card-icon svg {
  width: 22px;
  height: 22px;
}

.quem-card h3,
.quem-num-card p,
.quem-cta-shell h2 {
  font-family: 'Montserrat', sans-serif;
}

.quem-card h3 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 1.22rem;
}

.quem-card p {
  line-height: 1.78;
}

.quem-values {
  display: grid;
  gap: 10px;
  list-style: none;
}

.quem-values li {
  position: relative;
  padding-left: 18px;
}

.quem-values li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--primary);
}

.quem-numeros-section {
  background:
    radial-gradient(circle at 88% 18%, rgba(211, 47, 47, 0.1), transparent 24%),
    linear-gradient(180deg, #111214, #0a0a0c);
}

.quem-numeros-section .quem-section-head h2,
.quem-numeros-section .quem-section-kicker {
  color: #fff;
}

.quem-numeros {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.quem-num-card {
  padding: 34px 24px;
  text-align: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
}

.quem-num-card .cert-num {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1;
}

.quem-num-card p {
  font-size: 1rem;
}

.quem-cta {
  padding: 0 0 40px;
}

.quem-cta-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 34px;
  background:
    linear-gradient(135deg, #14161a, #0c0d10),
    radial-gradient(circle at top right, rgba(211, 47, 47, 0.2), transparent 30%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.8);
}

.quem-cta-shell h2 {
  margin: 14px 0 10px;
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.02;
}

.quem-cta-shell p {
  max-width: 620px;
  line-height: 1.75;
}

.quem-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  margin-left: auto;
  gap: 12px;
}

.quem-cta-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.04);
  transition: 0.25s ease;
}

.quem-cta-outline:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.08);
}

.fade-up {
  opacity: 0;
  transform: translateY(18px);
  animation: fadeUp 0.7s ease forwards;
}

.delay-1 {
  animation-delay: 0.1s;
}

.delay-2 {
  animation-delay: 0.2s;
}

.delay-3 {
  animation-delay: 0.3s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1024px) {
  .quem-somos-page .loja-navbar .container {
    grid-template-columns: minmax(200px, 232px) 1fr minmax(176px, 196px);
    gap: 18px;
  }

  .quem-somos-page nav ul {
    gap: 8px;
  }

  .quem-somos-page nav ul li a {
    font-size: 0.76rem;
    padding: 8px 3px;
  }

  .quem-somos-page .btn-quote {
    min-height: 44px;
    padding: 0 18px;
    font-size: 0.72rem;
  }

  .quem-hero-grid,
  .quem-grid-about,
  .quem-pillars,
  .quem-diferenciais,
  .quem-tech-card,
  .quem-numeros {
    grid-template-columns: 1fr;
  }

  .quem-hero {
    padding: 28px 0 58px;
  }

  .quem-hero-grid {
    min-height: auto;
    gap: 26px;
  }

  .quem-hero-copy h1 {
    max-width: 13ch;
    font-size: clamp(2.2rem, 5.5vw, 3.5rem);
    line-height: 1.08;
  }

  .quem-hero-copy h2 {
    max-width: 22ch;
    font-size: 1.06rem;
    line-height: 1.3;
  }

  .quem-hero-copy p {
    max-width: 62ch;
  }

  .quem-hero-visual {
    min-height: 470px;
  }

  .quem-hero-visual img {
    width: min(100%, 760px);
  }

  .quem-about-visual img {
    min-height: 360px;
  }

  .quem-cta-shell {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .quem-cta-actions {
    width: 100%;
    justify-content: flex-end;
  }
}

@media (max-width: 980px) {
  .quem-somos-page {
    --header-h: 58px;
  }

  .quem-somos-page .loja-navbar .container {
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    min-width: 0;
  }

  .quem-somos-page .logo {
    font-size: 1rem;
    max-width: 150px;
    gap: 8px;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .quem-somos-page .menu-toggle {
    display: flex;
    justify-self: end;
  }

  .quem-somos-page .loja-navbar nav {
    justify-self: stretch;
  }

  .quem-somos-page nav ul {
    position: absolute;
    top: calc(100% + 8px);
    right: 4%;
    width: min(86vw, 300px);
    max-height: min(66vh, 360px);
    overflow-y: auto;
    padding: 10px;
    display: none !important;
    flex-direction: column;
    align-items: stretch;
    gap: 5px;
    border-radius: 16px;
    background: rgba(14, 15, 18, 0.97);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
    z-index: 1001;
  }

  .quem-somos-page nav ul.active {
    display: flex !important;
  }

  .quem-somos-page nav ul li,
  .quem-somos-page nav ul li a,
  .quem-somos-page .loja-navbar nav ul .btn-quote {
    width: 100%;
  }

  .quem-somos-page nav ul li a {
    border-radius: 12px;
    padding: 8px 10px;
    font-size: 0.76rem;
    line-height: 1.2;
  }

  .quem-somos-page .loja-navbar nav ul .btn-quote {
    min-height: 34px;
    padding: 0 10px;
    font-size: 0.64rem;
    max-width: none;
    margin-inline: 0;
  }
}

@media (max-width: 768px) {
  .quem-somos-page .loja-navbar .container {
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    min-width: 0;
  }

  .quem-somos-page .menu-toggle {
    display: flex;
    justify-self: end;
  }

  .quem-somos-page .loja-navbar nav {
    justify-self: stretch;
  }

  .quem-somos-page nav ul {
    position: absolute;
    top: calc(100% + 12px);
    right: 4%;
    width: min(92vw, 360px);
    padding: 14px;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    border-radius: 22px;
    background: rgba(14, 15, 18, 0.96);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35);
    display: none;
    z-index: 1001;
    max-height: calc(100vh - 110px);
    overflow-y: auto;
  }

  .quem-somos-page nav ul.active {
    display: flex;
    flex-direction: column;
  }

  .quem-somos-page nav ul li,
  .quem-somos-page nav ul li a,
  .quem-somos-page .loja-navbar nav ul .btn-quote {
    width: 100%;
  }

  .quem-somos-page nav ul li a {
    border-radius: 14px;
    padding: 11px 12px;
    font-size: 0.82rem;
    line-height: 1.2;
  }

  .quem-somos-page .logo {
    font-size: 1.1rem;
    letter-spacing: 0;
    max-width: 165px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .quem-somos-page .loja-navbar nav ul .btn-quote {
    min-height: 40px;
    padding: 0 14px;
    font-size: 0.72rem;
    max-width: 230px;
    margin-inline: auto;
  }

  .quem-somos-page {
    background:
      radial-gradient(circle at top right, rgba(211, 47, 47, 0.1), transparent 24%),
      linear-gradient(180deg, #0b0b0d 0, #0b0b0d 480px, #f5f6f8 480px, #f5f6f8 100%);
  }

  .quem-hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 24px;
  }

  .quem-hero-copy h1 {
    max-width: 100%;
    font-size: clamp(1.8rem, 6vw, 2.6rem);
    line-height: 1.1;
  }

  .quem-hero-copy h2 {
    font-size: 1rem;
    line-height: 1.35;
  }

  .quem-hero-copy p {
    font-size: 0.96rem;
    line-height: 1.65;
  }

  .quem-hero-visual {
    min-height: 320px;
  }

  .quem-hero-orbit {
    right: 10px;
    top: 24px;
    width: min(92%, 360px);
  }

  .quem-section {
    padding: 50px 16px;
  }

  .quem-about-card,
  .quem-card,
  .quem-num-card,
  .quem-cta-shell {
    padding: 18px;
  }

  .quem-hero-actions,
  .quem-cta-actions {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-left: 0;
  }

  .quem-hero-actions .btn-quote,
  .quem-cta-actions .btn-quote,
  .quem-cta-actions .quem-cta-outline {
    width: min(100%, 320px);
  }

  .quem-cta-shell {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .quem-cta-shell p {
    margin-inline: auto;
  }
}

@media (max-width: 480px) {
  .quem-somos-page {
    --header-h: 54px;
  }

  .quem-somos-page .logo {
    font-size: 0.92rem;
    max-width: 134px;
  }

  .quem-somos-page nav ul {
    width: min(90vw, 280px);
    max-height: min(62vh, 320px);
    padding: 8px;
    gap: 4px;
  }

  .quem-somos-page nav ul li a {
    padding: 8px 9px;
    font-size: 0.72rem;
  }

  .quem-somos-page .loja-navbar nav ul .btn-quote {
    min-height: 32px;
    font-size: 0.62rem;
  }

  .quem-main {
    overflow-x: hidden;
  }

  .quem-section {
    padding: 42px 14px;
  }

  .quem-kicker,
  .quem-section-kicker {
    font-size: 0.66rem;
    letter-spacing: 0.12em;
  }

  .quem-hero-copy h1 {
    font-size: clamp(1.8rem, 6vw, 2.35rem);
  }

  .quem-hero-copy h2 {
    font-size: 0.95rem;
  }

  .quem-hero-copy p,
  .quem-card p,
  .quem-about-card p,
  .quem-cta-shell p {
    font-size: 0.92rem;
  }

  .quem-hero-visual {
    min-height: 260px;
  }

  .quem-about-visual img {
    min-height: 260px;
  }

  .quem-tech-card {
    padding: 20px 16px;
  }

  .quem-tech-panel {
    padding: 18px;
  }

  .quem-about-badge {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .whatsapp-float {
    width: 58px;
    height: 58px;
    right: 14px;
    bottom: 14px;
  }
}
