/* CLINENSFJ — tema inspirado em Medic (TemplateMonster medical / Bootstrap) */
:root {
  --medic-green: #28a745;
  --medic-green-dark: #218838;
  --medic-green-soft: #e8f5e9;
  --medic-green-icon: #c8e6c9;
  --medic-dark: #1a202c;
  --medic-muted: #6c757d;
  --bg: #f8f9fa;
  --surface: #ffffff;
  --text: #1a202c;
  --muted: #6c757d;
  --border: rgba(26, 32, 44, 0.1);
  --shadow-sm: 0 4px 24px rgba(26, 32, 44, 0.06);
  --shadow-md: 0 12px 40px rgba(26, 32, 44, 0.1);
  --radius: 10px;
  --radius-btn: 6px;
  --font: "Poppins", system-ui, -apple-system, sans-serif;
  --topbar-h: 44px;
  --header-h: 58px;
  --head-sticky-h: calc(var(--topbar-h) + var(--header-h));
  --space-section: clamp(3rem, 7vw, 5rem);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
  padding-bottom: env(safe-area-inset-bottom);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--medic-green-dark);
  text-decoration-thickness: 0.06em;
  text-underline-offset: 0.15em;
}

a:hover {
  color: var(--medic-green);
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0.75rem;
  z-index: 100;
  padding: 0.65rem 1rem;
  background: var(--surface);
  border-radius: 8px;
  font-weight: 600;
}

.skip-link:focus {
  left: 0.75rem;
  outline: 2px solid var(--medic-green);
}

.wrap {
  width: min(1140px, calc(100% - 2 * clamp(1rem, 5vw, 1.75rem)));
  margin-inline: auto;
}

/* Sticky: barra superior + menu verde */
.site-head-wrap {
  position: sticky;
  top: 0;
  z-index: 100;
}

/* Barra branca — telefone / e-mail (estilo Medic) */
.top-bar {
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  min-height: var(--topbar-h);
}

.top-bar-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem 2rem;
  padding: 0.45rem 0;
  min-height: var(--topbar-h);
}

.top-bar-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--medic-muted);
  text-decoration: none;
}

.top-bar-link:hover {
  color: var(--medic-green);
}

.top-bar-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--medic-green-soft);
  color: var(--medic-green);
  flex-shrink: 0;
}

/* Header verde */
.site-header--medic {
  background: var(--medic-green);
  border-bottom: none;
  box-shadow: 0 4px 20px rgba(40, 167, 69, 0.25);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: var(--header-h);
  padding: 0.5rem 0;
}

.logo--medic {
  flex-direction: row;
  align-items: center;
  gap: 0.65rem;
  color: #fff;
  text-decoration: none;
}

.logo--medic:hover {
  color: #fff;
}

.logo--medic.logo--has-img {
  max-width: min(220px, 48vw);
}

.logo--medic.logo--has-img .logo-img {
  background: #fff;
  padding: 0.35rem 0.55rem;
  border-radius: var(--radius-btn);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  box-sizing: content-box;
}

.logo-img {
  display: block;
  height: 44px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
}

.logo-icon {
  display: flex;
  color: #fff;
  flex-shrink: 0;
}

.logo-text-wrap {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

.logo-mark {
  font-family: var(--font);
  font-weight: 700;
  font-size: clamp(1.2rem, 3.5vw, 1.45rem);
  letter-spacing: 0.02em;
  line-height: 1.1;
  color: #fff;
}

.logo-sub {
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav--medic {
  display: flex;
  align-items: center;
  gap: clamp(0.35rem, 2vw, 1.15rem);
}

.nav--medic a:not(.btn) {
  color: #fff !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.88rem;
  padding: 0.5rem 0.35rem;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.nav--medic a:not(.btn):hover {
  color: rgba(255, 255, 255, 0.85) !important;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

/* CTA branco no menu verde (como “Contact” no demo) */
.btn--nav-cta {
  background: #fff !important;
  color: var(--medic-green) !important;
  border: none;
  border-radius: var(--radius-btn);
  font-weight: 700;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

.btn--nav-cta:hover {
  background: var(--medic-green-soft) !important;
  color: var(--medic-green-dark) !important;
}

/* Menu sempre visível (botão hambúrguer removido) */
@media (max-width: 860px) {
  .header-inner {
    flex-wrap: wrap;
    align-items: flex-start;
    row-gap: 0.35rem;
  }

  .nav--medic {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    order: 3;
    gap: 0.25rem 0.65rem;
    padding: 0.5rem 0 0;
    margin-top: 0.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
  }

  .nav--medic a:not(.btn) {
    color: #fff !important;
    padding: 0.35rem 0.2rem;
    min-height: 44px;
    font-size: 0.8rem;
    border-bottom: none;
  }

  .nav--medic a:not(.btn):hover {
    color: rgba(255, 255, 255, 0.88) !important;
  }

  .nav--medic .btn--nav-cta {
    margin-top: 0;
    font-size: 0.78rem;
    padding: 0.45rem 0.65rem;
    min-height: 40px;
  }
}

/* Botões base (cantos levemente arredondados como Bootstrap/Medic) */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.35rem;
  border-radius: var(--radius-btn);
  font-family: var(--font);
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.1s, box-shadow 0.2s;
  min-height: 48px;
}

.btn:active {
  transform: translateY(1px);
}

.btn--small {
  padding: 0.45rem 0.95rem;
  min-height: 38px;
  font-size: 0.85rem;
}

.btn--medic-primary {
  background: var(--medic-green);
  color: #fff !important;
  box-shadow: 0 4px 16px rgba(40, 167, 69, 0.35);
}

.btn--medic-primary:hover {
  background: var(--medic-green-dark);
  color: #fff !important;
}

.btn--medic-dark {
  background: var(--medic-dark);
  color: #fff !important;
  box-shadow: 0 4px 16px rgba(26, 32, 44, 0.2);
}

.btn--medic-dark:hover {
  background: #111820;
  color: #fff !important;
}

.btn--primary {
  background: var(--medic-green);
  color: #fff !important;
  box-shadow: 0 4px 16px rgba(40, 167, 69, 0.3);
}

.btn--primary:hover {
  background: var(--medic-green-dark);
  color: #fff !important;
}

.btn--light {
  background: var(--medic-green);
  color: #fff !important;
  border-radius: var(--radius-btn);
  box-shadow: 0 4px 16px rgba(40, 167, 69, 0.3);
}

.btn--light:hover {
  background: var(--medic-green-dark);
  color: #fff !important;
}

.btn--lg {
  padding: 0.95rem 1.65rem;
  font-size: 1rem;
  min-height: 52px;
}

.btn--block {
  width: 100%;
}

.btn--insta {
  margin-top: auto;
  border-radius: var(--radius-btn);
  background: linear-gradient(135deg, #e4405f, #c13584, #833ab4);
  color: #fff !important;
  border: none;
  min-height: 46px;
}

.btn--insta:hover {
  filter: brightness(1.06);
  color: #fff !important;
}

.insta-icon {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.25);
  position: relative;
  flex-shrink: 0;
}

.insta-icon::after {
  content: "";
  position: absolute;
  inset: 4px;
  border: 2px solid #fff;
  border-radius: 5px;
}

/* Hero — imagem full + overlay + texto central (demo Medic) */
.hero--medic {
  position: relative;
  min-height: min(88vh, 720px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  overflow: hidden;
}

.hero-bgimg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-slides {
  position: absolute;
  inset: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  pointer-events: none;
}

.hero-slide.is-active {
  opacity: 1;
  z-index: 1;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  /* Mantém cores da foto mais fiéis (sem filtro escurecedor extra) */
}

.hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  /* Overlay leve só para legibilidade do texto; imagem mais “viva” */
  background: linear-gradient(
    105deg,
    rgba(26, 32, 44, 0.42) 0%,
    rgba(26, 32, 44, 0.18) 48%,
    rgba(26, 32, 44, 0.28) 100%
  );
}

.hero-dots {
  position: absolute;
  bottom: clamp(2.5rem, 12vw, 5rem);
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
  padding: 0 1rem;
}

.hero-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.55);
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}

.hero-dot:hover {
  border-color: rgba(255, 255, 255, 0.95);
}

.hero-dot.is-active {
  background: #fff;
  border-color: #fff;
}

.hero-medic-inner {
  position: relative;
  z-index: 4;
  text-align: center;
  padding: clamp(3rem, 10vw, 5rem) 0 clamp(2.5rem, 6vw, 3.5rem);
  max-width: 52rem;
  margin-inline: auto;
}

.eyebrow--hero {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #7bed9f;
  margin: 0 0 1rem;
}

.hero--medic h1 {
  font-family: var(--font);
  font-size: clamp(1.85rem, 5vw, 2.85rem);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 1rem;
  color: #fff;
  letter-spacing: -0.02em;
}

.hero-lead--medic {
  font-size: clamp(0.95rem, 2.2vw, 1.1rem);
  color: rgba(255, 255, 255, 0.92);
  margin: 0 auto 1.75rem;
  max-width: 42rem;
  line-height: 1.7;
}

.hero-actions--medic {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
}

/* Faixa de confiança */
.trust-strip--medic {
  position: relative;
  z-index: 5;
  margin-top: auto;
  padding: 1.25rem 0 calc(1.25rem + env(safe-area-inset-bottom));
  background: var(--surface);
  border-top: 1px solid var(--border);
}

.trust-strip-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 560px) {
  .trust-strip-inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}

.trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--medic-dark);
  text-align: center;
}

@media (min-width: 560px) {
  .trust-item {
    justify-content: flex-start;
    text-align: left;
  }
}

.trust-ico {
  display: flex;
  color: var(--medic-green);
  flex-shrink: 0;
}

/* Seções */
.section {
  padding: var(--space-section) 0;
}

.section-kicker {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--medic-green);
  margin: 0 0 0.5rem;
}

.section-kicker--dark {
  color: rgba(255, 255, 255, 0.85);
}

.section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 2.5rem;
}

.section-head h2 {
  font-family: var(--font);
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 700;
  margin: 0 0 1rem;
  color: var(--medic-dark);
  line-height: 1.2;
}

.section-intro {
  color: var(--muted);
  font-size: clamp(1rem, 2.2vw, 1.08rem);
  text-align: left;
  line-height: 1.75;
}

.section-intro strong {
  color: var(--text);
}

/* Números / estatísticas — faixa verde com cards em vidro */
.section--stats {
  position: relative;
  padding: clamp(2.75rem, 6vw, 4.25rem) 0;
  overflow: hidden;
  color: #f1f5f0;
}

.stats-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(145deg, #1a4d2e 0%, var(--medic-green) 42%, #1e5630 100%);
  z-index: 0;
}

.stats-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.12) 0%, transparent 45%),
    radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.08) 0%, transparent 40%);
  pointer-events: none;
}

.stats-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cpath d='M30 0L60 30 30 60 0 30z' fill='none' stroke='%23ffffff' stroke-opacity='0.04'/%3E%3C/svg%3E");
  opacity: 0.9;
  pointer-events: none;
}

.stats-inner {
  position: relative;
  z-index: 1;
}

.section-head--stats {
  margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
}

.section-head--stats h2 {
  color: #fff;
}

.section-intro--stats {
  color: rgba(255, 255, 255, 0.88);
  text-align: center;
  max-width: 640px;
  margin-inline: auto;
}

.stats-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 520px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.15rem;
  }
}

@media (min-width: 960px) {
  .stats-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }
}

.stat-card {
  position: relative;
  padding: 1.35rem 1.15rem 1.5rem;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(10px);
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

@media (hover: hover) and (pointer: fine) {
  .stat-card:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.14);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
  }
}

.stat-card__icon {
  display: flex;
  justify-content: center;
  margin-bottom: 0.65rem;
  color: rgba(255, 255, 255, 0.92);
  opacity: 0.95;
}

.stat-card__icon svg {
  display: block;
}

.stat-card__value {
  margin: 0 0 0.35rem;
  font-size: clamp(2rem, 5.5vw, 2.85rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
  color: #fff;
}

.stat-card__suffix {
  font-weight: 800;
  margin-left: 0.06em;
}

.stat-card__label {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.88);
}

/* Resultados — fundo claro + imagem (estilo clínica) */
.section--results {
  background: var(--surface);
  position: relative;
}

.section--results::before {
  display: none;
}

.results-split {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.75rem, 4vw, 2.5rem);
  align-items: center;
}

@media (min-width: 901px) {
  .results-split {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

.results-visual {
  order: 2;
}

.results-copy {
  order: 1;
}

@media (min-width: 901px) {
  .results-visual {
    order: 0;
  }

  .results-copy {
    order: 0;
  }
}

.results-img-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border);
}

.results-img-wrap img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.results-copy .section-kicker {
  color: var(--medic-green);
}

.results-copy h2 {
  font-family: var(--font);
  font-size: clamp(1.65rem, 3.5vw, 2.1rem);
  margin: 0 0 0.75rem;
  line-height: 1.2;
  color: var(--medic-dark);
}

.results-lead {
  margin: 0 0 1.5rem;
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 40ch;
  line-height: 1.65;
}

.results-lead--rich {
  max-width: 48ch;
  margin: 0 0 1.5rem;
}

.results-lead--rich p {
  margin: 0 0 0.65rem;
}

.results-lead--rich p:last-child {
  margin-bottom: 0;
}

.results-copy .results-lead--rich + .btn {
  margin-top: 0.25rem;
}

/* Grupo Pacífico */
.section--grupo {
  background: var(--bg);
}

.cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.35rem;
}

@media (min-width: 640px) {
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

@media (min-width: 1080px) {
  .cards-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }
}

.company-card {
  background: var(--surface);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.company-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.company-card-media {
  position: relative;
  aspect-ratio: 16 / 10;
  background: #dee2e6;
}

.company-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company-card-body {
  padding: 1.2rem 1.25rem 1.4rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.company-badge {
  display: inline-block;
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--medic-green-dark);
  background: var(--medic-green-soft);
  padding: 0.3rem 0.55rem;
  border-radius: 4px;
  margin-bottom: 0.5rem;
}

.company-name {
  font-family: var(--font);
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
  line-height: 1.25;
  color: var(--medic-dark);
}

.company-short {
  font-weight: 600;
  color: var(--muted);
  font-size: 0.86rem;
  margin: 0;
}

.company-desc {
  margin: 0 0 1.1rem;
  color: var(--muted);
  font-size: 0.9rem;
  flex: 1;
  line-height: 1.6;
}

/* Contato */
.section--contact {
  background: var(--surface);
  border-top: 1px solid var(--border);
}

.contact-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 5vw, 3rem);
  align-items: start;
}

.contact-main {
  order: 1;
}

.contact-visual {
  order: 2;
}

@media (min-width: 901px) {
  .contact-split {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 3rem;
    align-items: center;
  }

  .contact-visual {
    order: 0;
  }

  .contact-main {
    order: 0;
  }
}

/* Mesmo enquadramento em todos os dispositivos (evita 16/10 + max-height só no mobile). */
.contact-img-wrap {
  width: min(448px, 100%);
  aspect-ratio: 4 / 5;
  margin-inline: auto;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border);
}

.contact-img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.contact-main h2 {
  font-family: var(--font);
  font-size: clamp(1.75rem, 4vw, 2.2rem);
  margin: 0 0 0.5rem;
  color: var(--medic-dark);
}

.contact-lead {
  color: var(--muted);
  margin: 0 0 1.75rem;
  font-size: 1.05rem;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.75rem;
}

.contact-list li {
  margin-bottom: 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.contact-label {
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
}

.contact-value {
  font-size: 1.02rem;
  font-weight: 600;
  color: var(--text);
  text-decoration: none;
}

a.contact-value:hover {
  color: var(--medic-green);
}

.contact-cta-card {
  background: var(--medic-green-soft);
  border-radius: var(--radius);
  padding: 1.4rem 1.3rem;
  border: 1px solid rgba(40, 167, 69, 0.2);
  box-shadow: var(--shadow-sm);
}

.contact-cta-card h3 {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
  font-family: var(--font);
  font-weight: 700;
  color: var(--medic-dark);
}

.contact-cta-card p {
  margin: 0 0 1.1rem;
  color: var(--muted);
  font-size: 0.95rem;
}

/* Rodapé escuro */
.site-footer {
  padding: 1.75rem 0 calc(2rem + env(safe-area-inset-bottom));
  background: var(--medic-dark);
  color: rgba(255, 255, 255, 0.65);
  border-top: none;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 0.88rem;
  text-align: center;
}

.footer-inner p {
  margin: 0;
}

.footer-credit {
  display: flex;
  justify-content: center;
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-credit-link {
  display: inline-flex;
  align-items: center;
  opacity: 0.55;
  transition: opacity 0.2s, transform 0.15s;
}

.footer-credit-link:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.footer-credit-img {
  display: block;
  max-height: 36px;
  width: auto;
  height: auto;
  object-fit: contain;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .btn,
  .company-card,
  .footer-credit-link {
    transition: none;
  }

  .footer-credit-link:hover {
    transform: none;
  }
}
