* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; background: var(--lv-bg); }
body { font-family: 'Inter', sans-serif; background: var(--lv-bg); color: var(--lv-text); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.lv-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.lv-hero { min-height: 560px; background-size: cover; background-position: center; color: #fff; position: relative; overflow: hidden; }
.lv-hero::after { content: ''; position: absolute; inset: auto -10% -160px -10%; height: 260px; background: var(--lv-bg); border-radius: 50% 50% 0 0; }
.lv-hero__inner { position: relative; z-index: 2; padding: 22px 0 130px; }
.lv-topbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.lv-brand { min-width: 92px; min-height: 72px; padding: 12px 18px; border-radius: 20px; background: rgba(255,255,255); display: flex; align-items: center; justify-content: center; box-shadow: 0 16px 50px rgba(15,23,42,.18); }
.lv-brand img { max-height: 58px; max-width: 160px; object-fit: contain; }
.lv-topbar__cta { padding: 12px 18px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; background: rgba(255,255,255,.13); backdrop-filter: blur(10px); font-weight: 700; font-size: 14px; transition: .2s ease; }
.lv-topbar__cta:hover { background: #fff; color: var(--lv-primary); }
.lv-hero__content { max-width: 760px; padding-top: 100px; }
.lv-eyebrow { display: inline-flex; padding: 8px 14px; border-radius: 999px; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.20); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.lv-hero h1 { margin-top: 18px; font-size: clamp(42px, 7vw, 82px); line-height: .95; letter-spacing: -.055em; font-weight: 800; }
.lv-hero p { max-width: 610px; margin-top: 20px; font-size: clamp(17px, 2vw, 22px); line-height: 1.55; color: rgba(255,255,255,.88); }
.lv-hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: 34px; }
.lv-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 999px; font-weight: 800; transition: .2s ease; }
.lv-btn--primary { background: #fff; color: var(--lv-primary); box-shadow: 0 16px 40px rgba(15,23,42,.20); }
.lv-btn--primary:hover { transform: translateY(-2px); box-shadow: 0 20px 50px rgba(15,23,42,.26); }
.lv-counter { display: flex; align-items: center; gap: 10px; padding: 10px 16px; border-radius: 18px; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.20); backdrop-filter: blur(10px); }
.lv-counter strong { font-size: 28px; line-height: 1; }
.lv-counter span { max-width: 120px; font-size: 13px; line-height: 1.25; color: rgba(255,255,255,.86); }

.lv-main { position: relative; z-index: 3; margin-top: -105px; padding-bottom: 70px; }
.lv-card, .lv-section { margin-bottom: 34px; }
.lv-intro-card { padding: clamp(28px, 5vw, 54px); background: rgba(255,255,255,.92); border: 1px solid rgba(226,232,240,.90); border-radius: 30px; box-shadow: var(--lv-shadow); backdrop-filter: blur(18px); }
.lv-section { padding-top: 34px; }
.lv-section-title span { color: var(--lv-primary); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.lv-section-title h2 { margin-top: 8px; font-size: clamp(28px, 4vw, 44px); line-height: 1.08; letter-spacing: -.035em; }
.lv-section-title p { margin-top: 10px; color: var(--lv-muted); line-height: 1.6; }
.lv-section-title--center { text-align: center; max-width: 680px; margin: 0 auto 28px; }
.lv-section-title--light { color: #fff; }
.lv-section-title--light span, .lv-section-title--light p { color: rgba(255,255,255,.76); }
.lv-text-content { margin-top: 22px; color: #334155; line-height: 1.85; font-size: 16px; }
.lv-text-content p + p { margin-top: 16px; }

.lv-benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 18px; }
.lv-benefit-card { padding: 28px 18px; min-height: 160px; border-radius: 24px; background: #fff; border: 1px solid var(--lv-border); box-shadow: 0 12px 35px rgba(15,23,42,.06); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; text-align: center; transition: .2s ease; }
.lv-benefit-card:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(15,23,42,.10); border-color: rgba(var(--lv-primary-rgb), .28); }
.lv-benefit-card__icon { width: 62px; height: 62px; display: flex; align-items: center; justify-content: center; border-radius: 20px; background: var(--lv-soft); color: var(--lv-primary); font-size: 28px; }
.lv-benefit-card h3 { font-size: 16px; font-weight: 700; color: #1f2937; }

.lv-process { margin: 34px 0; padding: 54px 0; background: linear-gradient(135deg, var(--lv-primary), rgba(var(--lv-primary-rgb), .82)); color: #fff; }
.lv-process__text { margin-top: 20px; line-height: 1.8; color: rgba(255,255,255,.88); }

.lv-jobs-section { padding-top: 28px; }
.lv-jobs-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 470px); gap: 24px; align-items: end; margin-bottom: 22px; }
.lv-search-box { height: 58px; border-radius: 999px; background: #fff; border: 1px solid var(--lv-border); box-shadow: 0 14px 40px rgba(15,23,42,.08); display: flex; align-items: center; gap: 12px; padding: 0 20px; }
.lv-search-box i { color: var(--lv-primary); }
.lv-search-box input { width: 100%; border: 0; background: transparent; font: inherit; color: var(--lv-text); outline: none; }
.lv-jobs-status { margin-bottom: 18px; color: var(--lv-muted); font-size: 14px; }
.lv-jobs-status strong { color: var(--lv-primary); }

.lv-jobs-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.lv-job-card { min-height: 245px; padding: 22px; border-radius: 24px; background: #fff; border: 1px solid var(--lv-border); box-shadow: 0 12px 32px rgba(15,23,42,.06); display: flex; flex-direction: column; gap: 18px; transition: .2s ease; }
.lv-job-card:hover { transform: translateY(-4px); border-color: rgba(var(--lv-primary-rgb), .36); box-shadow: 0 20px 54px rgba(15,23,42,.12); }
.lv-job-card__top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.lv-job-card__tag, .lv-job-card__pcd { display: inline-flex; padding: 6px 10px; border-radius: 999px; font-size: 12px; font-weight: 800; background: var(--lv-soft); color: var(--lv-primary); }
.lv-job-card__pcd { background: #ecfdf5; color: #047857; }
.lv-job-card h3 { min-height: 54px; font-size: 17px; line-height: 1.35; letter-spacing: -.015em; color: #172033; }
.lv-job-card__info { display: grid; gap: 10px; color: #475569; font-size: 14px; }
.lv-job-card__info span { display: flex; align-items: center; gap: 9px; }
.lv-job-card__info i { width: 16px; color: var(--lv-primary); }
.lv-job-card__footer { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--lv-border); display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.lv-job-card__footer small { color: var(--lv-muted); font-size: 12px; }
.lv-job-card__footer span { color: var(--lv-primary); font-size: 13px; font-weight: 800; }

.lv-jobs-list { display: grid; gap: 12px; }
.lv-job-row { min-height: 86px; padding: 16px 18px; border-radius: 20px; background: #fff; border: 1px solid var(--lv-border); display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; gap: 16px; align-items: center; transition: .2s ease; }
.lv-job-row:hover { transform: translateY(-2px); border-color: rgba(var(--lv-primary-rgb), .34); box-shadow: 0 16px 42px rgba(15,23,42,.09); }
.lv-job-row__icon { width: 38px; height: 38px; border-radius: 50%; background: var(--lv-primary); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 13px; }
.lv-job-row__content h3 { font-size: 17px; line-height: 1.35; letter-spacing: -.015em; }
.lv-job-row__content p { margin-top: 4px; color: var(--lv-primary); font-size: 14px; font-weight: 700; }
.lv-job-row__meta span { display: inline-flex; min-width: 120px; justify-content: center; padding: 9px 14px; border-radius: 999px; border: 1px solid var(--lv-primary); color: var(--lv-primary); font-weight: 700; font-size: 13px; }

.lv-empty-search, .lv-empty-state { display: none; padding: 48px 20px; border-radius: 26px; background: #fff; border: 1px dashed var(--lv-border); text-align: center; color: var(--lv-muted); }
.lv-empty-search.is-visible, .lv-empty-state { display: block; }
.lv-empty-search i, .lv-empty-state i { display: inline-flex; width: 58px; height: 58px; border-radius: 20px; align-items: center; justify-content: center; background: var(--lv-soft); color: var(--lv-primary); font-size: 24px; margin-bottom: 14px; }
.lv-empty-search strong, .lv-empty-state h3 { display: block; color: var(--lv-text); font-size: 20px; margin-bottom: 6px; }

.lv-social-float { position: fixed; right: 18px; top: 50%; transform: translateY(-50%); z-index: 50; display: grid; gap: 10px; }
.lv-social-float__item { width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; box-shadow: 0 10px 24px rgba(15,23,42,.18); transition: .2s ease; }
.lv-social-float__item:hover { transform: translateX(-3px) scale(1.04); }
.lv-social-float__item--instagram { background: #C13584; }
.lv-social-float__item--facebook { background: #3b5998; }
.lv-social-float__item--linkedin { background: #2867B2; }
.lv-social-float__item--whatsapp { background: #25D366; }
.lv-social-float__item--contato { background: #f1860b; }
.lv-social-float__item--site { background: #7e46d7; }
.lv-footer { border-top: 4px solid var(--lv-primary); background: #fff; padding: 28px 0; color: #64748b; text-align: center; font-size: 14px; }

.is-hidden-by-search { display: none !important; }

@media (max-width: 1024px) {
  .lv-jobs-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lv-jobs-head { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .lv-container { width: min(100% - 28px, 1180px); }
  .lv-hero { min-height: 620px; }
  .lv-hero__content { padding-top: 76px; }
  .lv-topbar__cta { display: none; }
  .lv-main { margin-top: -72px; }
  .lv-intro-card { border-radius: 24px; margin-top: -105px; }
  .lv-jobs-grid { grid-template-columns: 1fr; }
  .lv-job-row { grid-template-columns: 38px minmax(0, 1fr); }
  .lv-job-row__meta { grid-column: 2; }
  .lv-job-row__meta span { min-width: 0; }
  .lv-social-float { right: 10px; gap: 7px; }
  .lv-social-float__item { width: 36px; height: 36px; font-size: 14px; }
}

.fancybox-slide--html .fancybox-content {
    padding: 0 !important;
}

.lv-job-view {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 34px;
  background: var(--lv-bg);
  color: var(--lv-text);
  font-family: 'Inter', sans-serif;
}

.lv-job-view__hero {
  padding: 42px;
  background: linear-gradient(135deg, var(--lv-primary), rgba(var(--lv-primary-rgb), .82));
  color: #fff;
  border-radius: 32px;
  box-shadow: 0 22px 70px rgba(var(--lv-primary-rgb), .22);
}

.lv-job-view__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.22);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.lv-job-view__hero h1 {
  max-width: 980px;
  margin-top: 18px;
  font-size: clamp(34px, 4.5vw, 28px);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.lv-job-view__location {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 16px;
  color: rgba(255,255,255,.90);
  font-weight: 700;
}

.lv-job-view__body {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  margin-top: 24px;
}

.lv-job-view__sidebar {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 12px;
}

.lv-job-view__info {
  min-height: 82px;
  padding: 18px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--lv-border);
  box-shadow: 0 14px 34px rgba(15,23,42,.07);
  display: flex;
  align-items: center;
  gap: 14px;
}

.lv-job-view__info i {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 15px;
  background: var(--lv-soft);
  color: var(--lv-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}

.lv-job-view__info small {
  display: block;
  margin-bottom: 4px;
  color: var(--lv-muted);
  font-size: 12px;
  font-weight: 700;
}

.lv-job-view__info span {
  display: block;
  color: #1e293b;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.lv-job-view__info--pcd {
  background: #ecfdf5;
  border-color: #bbf7d0;
}

.lv-job-view__info--pcd i {
  background: #d1fae5;
  color: #047857;
}

.lv-job-view__info--pcd span {
  color: #047857;
}

.lv-job-view__content {
  min-height: 520px;
  padding: 38px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid var(--lv-border);
  box-shadow: 0 12px 32px rgba(15,23,42,.05);
}

.lv-job-view__content h2 {
  font-size: 28px;
  letter-spacing: -.03em;
  margin-bottom: 22px;
}

.lv-job-view__description {
  color: #24324a;
  font-size: 16px;
  line-height: 1.9;
}

.lv-job-view__description strong,
.lv-job-view__description b {
  color: #0f172a;
}

.lv-job-view__cta {
  padding: 22px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--lv-border);
  box-shadow: 0 16px 42px rgba(15,23,42,.08);
}

.lv-job-view__cta strong {
  display: block;
  color: #0f172a;
  font-size: 17px;
  line-height: 1.3;
}

.lv-job-view__cta span {
  display: block;
  margin-top: 6px;
  color: var(--lv-muted);
  font-size: 13px;
  line-height: 1.5;
}

.lv-job-view__button {
  width: 100%;
  min-height: 54px;
  margin-top: 18px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--lv-primary);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 800;
  box-shadow: 0 14px 34px rgba(var(--lv-primary-rgb), .28);
  transition: .2s ease;
}

.lv-job-view__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 48px rgba(var(--lv-primary-rgb), .34);
}

@media (max-width: 960px) {
  .lv-job-view {
    padding: 18px;
  }

  .lv-job-view__hero {
    padding: 30px 24px;
    border-radius: 26px;
  }

  .lv-job-view__body {
    grid-template-columns: 1fr;
  }

  .lv-job-view__sidebar {
    position: static;
    order: 2;
  }

  .lv-job-view__content {
    order: 1;
    padding: 28px 22px;
  }
}

@media (max-width: 520px) {
  .lv-job-view {
    padding: 12px;
  }

  .lv-job-view__hero h1 {
    font-size: 30px;
  }

  .lv-job-view__info {
    min-height: auto;
  }
}