/* ===== VK Viagens — estilos ===== */

:root {
  --blue-bright: #0068ff;
  --blue-mid: #0047ff;
  --blue-deep: #00379d;
  --navy: #002959;
  --gold: #ffcc00;
  --off-white: #f5f5f5;
  --white: #ffffff;
  --ink: #10233f;
  --text-muted: #5c6b7f;

  --font: 'Poppins', system-ui, sans-serif;
  --container: 1140px;
  --radius: 16px;
  --shadow: 0 20px 40px -20px rgba(0, 41, 89, 0.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--gold);
  color: var(--navy);
  padding: 10px 16px;
  border-radius: 0 0 8px 0;
  z-index: 999;
}
.skip-link:focus { left: 0; }

h1, h2, h3 { font-weight: 700; margin: 0 0 16px; color: var(--navy); }
h1 { font-size: clamp(2rem, 4.5vw, 3.4rem); line-height: 1.15; color: var(--white); }
h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); }
h3 { font-size: 1.15rem; margin-bottom: 8px; }
p { margin: 0 0 16px; color: var(--text-muted); }

.center { text-align: center; margin-left: auto; margin-right: auto; }

.section-eyebrow {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 600;
  font-size: .78rem;
  color: var(--blue-mid);
  margin-bottom: 8px;
}
.section-eyebrow.center { text-align: center; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 600;
  font-size: .98rem;
  text-decoration: none;
  border: 2px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  cursor: pointer;
}
.btn:hover { transform: translateY(-2px); }

.btn-accent {
  background: var(--gold);
  color: var(--navy);
  box-shadow: 0 12px 24px -10px rgba(255, 204, 0, 0.6);
}
.btn-accent:hover { background: #ffd633; }

.btn-ghost {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,0.5);
}
.btn-ghost:hover { background: rgba(255,255,255,0.1); }

/* ===== Header ===== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--navy);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 84px;
  gap: 24px;
}
.brand { display: flex; align-items: center; }
.brand-logo { height: 56px; width: auto; }

.nav {
  display: flex;
  gap: 32px;
  margin-left: auto;
}
.nav a {
  color: var(--white);
  text-decoration: none;
  font-weight: 500;
  font-size: .95rem;
  opacity: .88;
  transition: opacity .15s ease;
}
.nav a:hover { opacity: 1; }

.nav-cta { margin-left: 16px; padding: 10px 22px; font-size: .9rem; flex-shrink: 0; }

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
}

/* ===== Hero ===== */
.hero {
  position: relative;
  background: linear-gradient(160deg, var(--navy) 0%, var(--blue-deep) 60%, var(--blue-mid) 130%);
  padding: 40px 0;
  min-height: calc(100vh - 84px);
  display: flex;
  align-items: center;
}
.hero-inner { position: relative; max-width: 760px; }
.hero-logo-wrap { margin-bottom: 24px; }
.hero-logo { height: 100px; width: auto; display: inline-block; }
.hero-title-light { font-weight: 400; }
.hero h1 { font-size: clamp(2rem, 3.8vw, 3.2rem); line-height: 1.2; margin-bottom: 18px; }
.eyebrow {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: 700;
  font-size: .8rem;
  margin-bottom: 18px;
}
.hero-sub {
  color: rgba(255,255,255,0.85);
  font-size: 1.05rem;
  max-width: 560px;
  margin-bottom: 26px;
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

/* ===== Page hero (páginas internas) ===== */
.page-hero {
  position: relative;
  background: linear-gradient(160deg, var(--navy) 0%, var(--blue-deep) 60%, var(--blue-mid) 130%);
  padding: 72px 0 64px;
  overflow: hidden;
}
.page-hero-title { color: var(--white); margin-bottom: 12px; }
.page-hero .hero-sub { margin-bottom: 0; max-width: 640px; }

/* Variante compacta: usada em páginas curtas para caber na tela sem rolagem */
.page-hero-compact { padding: 22px 0 20px; }
.page-hero-compact .eyebrow { margin-bottom: 8px; }
.page-hero-compact .page-hero-title { font-size: clamp(1.7rem, 3.2vw, 2.2rem); margin-bottom: 6px; }
.page-hero-compact .hero-sub { font-size: .92rem; }

/* ===== Vagas (listagem) ===== */
.vagas-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.vaga-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  background: var(--white);
  border-radius: var(--radius);
  padding: 30px 26px;
  text-decoration: none;
  box-shadow: var(--shadow);
  border-top: 4px solid var(--gold);
  transition: transform .15s ease;
}
.vaga-card:hover { transform: translateY(-4px); }
.vaga-tag {
  display: inline-block;
  background: rgba(0, 104, 255, 0.1);
  color: var(--blue-mid);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.vaga-card h2 { font-size: 1.3rem; margin-bottom: 10px; }
.vaga-card p { margin: 0; font-size: .95rem; }
.vaga-card-cta { font-weight: 600; color: var(--navy); font-size: .92rem; }
.vagas-empty-note {
  margin: 40px 0 0;
  text-align: center;
  font-size: .95rem;
}
.vagas-empty-note a { color: var(--blue-mid); font-weight: 600; }

/* ===== Página de vaga (detalhe + formulário) ===== */
.job-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
  align-items: start;
}
.job-info { max-width: 760px; }
.job-info h2 { font-size: 1.6rem; }
.job-info h3 { font-size: 1.15rem; margin-top: 28px; }
.job-info-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.job-info-list li {
  display: flex;
  gap: 10px;
  font-size: .93rem;
  color: var(--text-muted);
}
.job-info-list li::before {
  content: "✓";
  color: var(--blue-mid);
  font-weight: 700;
  flex-shrink: 0;
}

.job-form-wrap {
  background: var(--white);
  border: 1px solid #eceef2;
  border-radius: var(--radius);
  padding: 36px;
  box-shadow: var(--shadow);
}
.job-form-wrap h3 { font-size: 1.15rem; }

.form-row-inline {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 20px;
}
.form-row-inline label {
  margin: 0;
  font-weight: 600;
  font-size: .9rem;
  color: var(--navy);
  white-space: nowrap;
  flex-shrink: 0;
}
.form-row-inline input {
  flex: 1;
  min-width: 0;
  font-family: var(--font);
  font-size: .95rem;
  padding: 12px 14px;
  border: 1px solid #dde2ea;
  border-radius: 10px;
  background: var(--off-white);
  color: var(--ink);
}
.form-row-inline input:focus {
  outline: none;
  border-color: var(--blue-bright);
  background: var(--white);
}

.form-required-note {
  font-size: .82rem;
  color: var(--text-muted);
  margin: -6px 0 24px;
}
.required-mark { color: #d9432b; margin-left: 3px; }

.scale-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.scale-option {
  position: relative;
}
.scale-option input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
}
.scale-option span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid #dde2ea;
  background: var(--off-white);
  font-size: .88rem;
  font-weight: 600;
  color: var(--ink);
}
.scale-option input:checked + span {
  background: var(--blue-bright);
  border-color: var(--blue-bright);
  color: var(--white);
}
.scale-labels {
  display: flex;
  justify-content: space-between;
  font-size: .78rem;
  color: var(--text-muted);
  margin-top: 6px;
}

.radio-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.radio-option {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #dde2ea;
  border-radius: 10px;
  padding: 12px 14px;
  background: var(--off-white);
  cursor: pointer;
  font-size: .92rem;
}
.radio-option input { accent-color: var(--blue-bright); width: 16px; height: 16px; flex-shrink: 0; }
.radio-option:has(input:checked) {
  border-color: var(--blue-bright);
  background: rgba(0, 104, 255, 0.06);
}

.form-status {
  min-height: 20px;
  margin-top: 18px;
  font-size: .9rem;
  font-weight: 600;
}
.form-status-success { color: #1a8f4c; }
.form-status-error { color: #d9432b; }

/* ===== Sections ===== */
.section { padding: 96px 0; }
.section-compact { padding: 20px 0; }
.section-compact .vaga-card { padding: 18px 22px; }
.section-alt { background: var(--off-white); }

/* Sobre */
.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  align-items: start;
}
.about-text p { font-size: 1.02rem; }

.about-team {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}
.team-member { text-align: center; }
.team-photo {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 16px;
  border: 4px solid var(--gold);
  box-shadow: var(--shadow);
}
.team-name {
  margin: 0;
  font-weight: 700;
  color: var(--navy);
  font-size: 1.15rem;
}

.about-profiles-wrap {
  margin-top: 72px;
  padding-top: 56px;
  border-top: 1px solid #eceef2;
}
.about-profiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.profile-card {
  background: var(--white);
  border: 1px solid #eceef2;
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
}
.profile-icon { font-size: 1.6rem; margin-bottom: 10px; }
.profile-card p { margin: 0; font-size: .95rem; }

/* Serviços */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 48px;
}
.service-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px 28px;
  text-align: left;
  box-shadow: var(--shadow);
  border-top: 4px solid var(--gold);
}
.service-icon {
  font-size: 2rem;
  margin-bottom: 16px;
}
.service-card p { margin: 0; font-size: .95rem; }

/* Formulários de candidatura (páginas de vaga) */
.form-row { margin-bottom: 20px; }
.form-row > label {
  display: block;
  font-weight: 600;
  font-size: .9rem;
  color: var(--navy);
  margin-bottom: 6px;
}
.form-row > input,
.form-row > textarea,
.form-row > select {
  width: 100%;
  font-family: var(--font);
  font-size: .95rem;
  padding: 12px 14px;
  border: 1px solid #dde2ea;
  border-radius: 10px;
  background: var(--off-white);
  color: var(--ink);
  resize: vertical;
}
.form-row > input:focus,
.form-row > textarea:focus,
.form-row > select:focus {
  outline: none;
  border-color: var(--blue-bright);
  background: var(--white);
}

/* Visto */
.visa-section { background: var(--navy); }
.visa-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.visa-content .section-eyebrow { color: var(--gold); }
.visa-content h2 { color: var(--white); }
.visa-content p { color: rgba(255,255,255,0.78); }

.visa-steps { display: flex; flex-direction: column; gap: 22px; }
.visa-step {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  padding: 18px 20px;
}
.visa-step-num {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--navy);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.visa-step h3 { color: var(--white); margin-bottom: 4px; font-size: 1rem; }
.visa-step p { color: rgba(255,255,255,0.72); margin: 0; font-size: .92rem; }

/* Contato */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 48px;
}
.contact-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 28px 22px;
  text-decoration: none;
  box-shadow: var(--shadow);
  transition: transform .15s ease;
}
.contact-card:hover { transform: translateY(-4px); }
.contact-icon { font-size: 1.7rem; margin-bottom: 12px; }
.contact-card h3 { color: var(--navy); margin-bottom: 6px; }
.contact-card p { margin: 0; font-size: .92rem; color: var(--text-muted); }

/* ===== Footer ===== */
.site-footer {
  background: var(--navy);
  padding: 56px 0 32px;
}
.footer-inner { text-align: center; }
.footer-logo { height: 30px; margin: 0 auto 14px; }
.footer-tagline {
  color: var(--gold);
  font-weight: 600;
  font-size: .92rem;
  letter-spacing: .04em;
  margin-bottom: 22px;
}
.footer-links {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-bottom: 28px;
}
.footer-links a {
  color: rgba(255,255,255,0.82);
  text-decoration: none;
  font-size: .92rem;
}
.footer-links a:hover { color: var(--white); }
.footer-copy {
  color: rgba(255,255,255,0.45);
  font-size: .8rem;
  margin: 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 22px;
}

/* Variante compacta: usada em páginas curtas para caber na tela sem rolagem */
.site-footer-compact { padding: 18px 0 12px; }
.site-footer-compact .footer-logo { margin-bottom: 10px; }
.site-footer-compact .footer-tagline { margin-bottom: 10px; }
.site-footer-compact .footer-links { margin-bottom: 10px; }
.site-footer-compact .footer-copy { padding-top: 10px; }

/* ===== WhatsApp float button ===== */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 58px;
  height: 58px;
  background: #25D366;
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px -6px rgba(0,0,0,0.4);
  z-index: 90;
  transition: transform .15s ease;
}
.whatsapp-float:hover { transform: scale(1.08); }

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .about-grid, .visa-grid, .work-grid, .job-layout { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .vagas-grid { grid-template-columns: 1fr 1fr; }
  .job-info { position: static; }
}

@media (max-width: 640px) {
  .vagas-grid { grid-template-columns: 1fr; }
  .job-form-wrap { padding: 24px; }
}

@media (max-width: 520px) {
  .form-row-inline { flex-direction: column; align-items: stretch; gap: 6px; }
  .form-row-inline label { white-space: normal; }
}

@media (max-width: 720px) {
  .nav {
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    background: var(--navy);
    flex-direction: column;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height .25s ease;
  }
  .nav.open { max-height: 320px; border-top: 1px solid rgba(255,255,255,0.08); }
  .nav a {
    padding: 16px 24px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }
  .nav-cta { display: none; }
  .nav-toggle { display: flex; }

  .services-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .section { padding: 64px 0; }
  .about-team-wrap { margin-top: 48px; padding-top: 40px; }
  .about-team { gap: 40px; }
  .team-photo { width: 140px; height: 140px; }
  .hero { padding: 32px 0 40px; }
  .hero-logo { height: 60px; }
  .hero-logo-wrap { margin-bottom: 14px; }
}
