/* Global Career OS — Institutional Site Styles */
/* Design tokens: bg #0E1116, surface #14181E, text #E8E6E1, muted #9AA29F (stone), accent #B08D57 (muted bronze), border #262C34 — sober/authority palette (owner request 2026-08-24) */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* ——————————————————————————
   Reset & base
—————————————————————————— */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  background-color: #0E1116;
  color: #E8E6E1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

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

a {
  color: #B08D57;
  text-decoration: underline;
  text-underline-offset: 3px;
}

a:hover {
  opacity: 0.85;
}

a:focus-visible {
  outline: 2px solid #B08D57;
  outline-offset: 3px;
  border-radius: 2px;
}

/* ——————————————————————————
   Layout containers
—————————————————————————— */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.container--narrow {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* ——————————————————————————
   Subtle grid background pattern
—————————————————————————— */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(38, 44, 52, 0.35) 1px, transparent 1px),
    linear-gradient(90deg, rgba(38, 44, 52, 0.35) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
  z-index: 0;
}

main, header, footer, section {
  position: relative;
  z-index: 1;
}

/* ——————————————————————————
   Header / Nav
—————————————————————————— */
.site-header {
  border-bottom: 1px solid #262C34;
  background-color: rgba(11, 18, 32, 0.95);
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  gap: 1rem;
}

.nav__wordmark {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #E8E6E1;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}

.nav__wordmark:hover {
  color: #B08D57;
  opacity: 1;
}

.nav__wordmark:focus-visible {
  outline: 2px solid #B08D57;
  outline-offset: 3px;
  border-radius: 2px;
}

.nav__links {
  display: none;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

.nav__links a {
  color: #9AA29F;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: color 0.15s;
}

.nav__links a:hover {
  color: #E8E6E1;
  opacity: 1;
}

.nav__toggle {
  background: none;
  border: 1px solid #262C34;
  border-radius: 6px;
  color: #9AA29F;
  cursor: pointer;
  padding: 0.4rem 0.6rem;
  font-size: 1.1rem;
  line-height: 1;
  display: flex;
  align-items: center;
}

.nav__toggle:focus-visible {
  outline: 2px solid #B08D57;
  outline-offset: 2px;
}

.nav__mobile-menu {
  display: none;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #262C34;
  background-color: #14181E;
  padding: 0.5rem 0;
}

.nav__mobile-menu.is-open {
  display: flex;
}

.nav__mobile-menu a {
  color: #9AA29F;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid #262C34;
  transition: color 0.15s, background 0.15s;
}

.nav__mobile-menu a:last-child {
  border-bottom: none;
}

.nav__mobile-menu a:hover {
  color: #E8E6E1;
  background-color: rgba(11, 95, 255, 0.07);
  opacity: 1;
}

@media (min-width: 768px) {
  .nav__links {
    display: flex;
  }
  .nav__toggle {
    display: none;
  }
}

/* ——————————————————————————
   Buttons
—————————————————————————— */
.btn {
  display: inline-block;
  background-color: #B08D57;
  color: #14181E;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 600;
  padding: 0.75rem 1.75rem;
  border-radius: 6px;
  border: 1px solid transparent;
  transition: background-color 0.15s, opacity 0.15s;
  cursor: pointer;
  line-height: 1.3;
  text-align: center;
}

.btn:hover {
  background-color: #9C7A46;
  opacity: 1;
  color: #E8E6E1;
  text-decoration: none;
}

.btn:focus-visible {
  outline: 2px solid #E8E6E1;
  outline-offset: 3px;
}

/* ——————————————————————————
   Hero
—————————————————————————— */
.hero {
  padding: 5rem 0 4rem;
  border-bottom: 1px solid #262C34;
}

.hero__eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #B08D57;
  margin-bottom: 1.25rem;
}

.hero__title {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #E8E6E1;
  max-width: 720px;
  margin-bottom: 1.25rem;
}

.hero__sub {
  font-size: 1.0625rem;
  color: #9AA29F;
  max-width: 600px;
  margin-bottom: 2rem;
  line-height: 1.7;
}

/* ——————————————————————————
   Sections
—————————————————————————— */
.section {
  padding: 4rem 0;
  border-bottom: 1px solid #262C34;
}

.section__label {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #B08D57;
  margin-bottom: 0.6rem;
}

.section__title {
  font-size: clamp(1.35rem, 2.5vw, 1.875rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #E8E6E1;
  margin-bottom: 1rem;
}

.section__intro {
  font-size: 1rem;
  color: #9AA29F;
  max-width: 600px;
  line-height: 1.7;
  margin-bottom: 2.5rem;
}

/* ——————————————————————————
   Product cards
—————————————————————————— */
.cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 600px) {
  .cards-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 960px) {
  .cards-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.card {
  background-color: #14181E;
  border: 1px solid #262C34;
  border-radius: 8px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition: border-color 0.15s;
}

.card:hover {
  border-color: #B08D57;
}

.card__tag {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #B08D57;
}

.card__title {
  font-size: 1rem;
  font-weight: 700;
  color: #E8E6E1;
  line-height: 1.3;
}

.card__desc {
  font-size: 0.875rem;
  color: #9AA29F;
  line-height: 1.65;
  flex: 1;
}

.card__price {
  font-size: 1.25rem;
  font-weight: 700;
  color: #E8E6E1;
  letter-spacing: -0.01em;
}

.card--wide {
  grid-column: 1 / -1;
  display: grid;
  gap: 1.5rem;
  align-items: center;
}

@media (min-width: 600px) {
  .card--wide {
    grid-template-columns: 1fr auto;
  }
}

.card--wide .card__body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* ——————————————————————————
   Steps (Método)
—————————————————————————— */
.steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 700px) {
  .steps {
    grid-template-columns: repeat(3, 1fr);
  }
}

.step {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  background-color: #14181E;
  border: 1px solid #262C34;
  border-radius: 8px;
  padding: 1.5rem;
}

.step__number {
  font-size: 2rem;
  font-weight: 700;
  color: #B08D57;
  line-height: 1;
  letter-spacing: -0.03em;
  opacity: 0.7;
}

.step__title {
  font-size: 1rem;
  font-weight: 700;
  color: #E8E6E1;
}

.step__desc {
  font-size: 0.875rem;
  color: #9AA29F;
  line-height: 1.65;
}

/* ——————————————————————————
   Sobre
—————————————————————————— */
.sobre {
  max-width: 660px;
}

.sobre p {
  color: #9AA29F;
  line-height: 1.75;
  margin-bottom: 1rem;
}

.sobre p:last-child {
  margin-bottom: 0;
}

/* ——————————————————————————
   Contato
—————————————————————————— */
.contato__email {
  font-size: 1.125rem;
  font-weight: 600;
  color: #B08D57;
  text-decoration: none;
}

.contato__email:hover {
  text-decoration: underline;
  opacity: 0.85;
}

.contato__note {
  font-size: 0.875rem;
  color: #9AA29F;
  margin-top: 0.75rem;
  line-height: 1.65;
}

/* ——————————————————————————
   Footer
—————————————————————————— */
.site-footer {
  border-top: 1px solid #262C34;
  background-color: #14181E;
  padding: 2.5rem 0 1.5rem;
}

.footer__inner {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 700px) {
  .footer__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.footer__brand {
  font-size: 0.875rem;
  color: #9AA29F;
  line-height: 1.6;
}

.footer__brand strong {
  color: #E8E6E1;
  display: block;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  list-style: none;
}

.footer__links a {
  font-size: 0.875rem;
  color: #9AA29F;
  text-decoration: none;
  transition: color 0.15s;
}

.footer__links a:hover {
  color: #E8E6E1;
  opacity: 1;
}

.footer__disclaimer {
  border-top: 1px solid #262C34;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  font-size: 0.75rem;
  color: #9AA29F;
  line-height: 1.6;
}

/* ——————————————————————————
   Policy pages
—————————————————————————— */
.policy-header {
  padding: 3rem 0 2rem;
  border-bottom: 1px solid #262C34;
}

.policy-header__back {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  color: #9AA29F;
  text-decoration: none;
  margin-bottom: 1.25rem;
  transition: color 0.15s;
}

.policy-header__back:hover {
  color: #E8E6E1;
  opacity: 1;
}

.policy-header__title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #E8E6E1;
  margin-bottom: 0.5rem;
}

.policy-header__updated {
  font-size: 0.8rem;
  color: #9AA29F;
}

.policy-body {
  padding: 2.5rem 0 4rem;
}

.policy-body h2 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #E8E6E1;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
}

.policy-body h2:first-child {
  margin-top: 0;
}

.policy-body p {
  font-size: 0.9375rem;
  color: #9AA29F;
  line-height: 1.75;
  margin-bottom: 1rem;
}

.policy-body ul, .policy-body ol {
  margin: 0.5rem 0 1rem 1.25rem;
  color: #9AA29F;
  font-size: 0.9375rem;
  line-height: 1.75;
}

.policy-body li {
  margin-bottom: 0.35rem;
}

.policy-body strong {
  color: #E8E6E1;
  font-weight: 600;
}

.policy-body a {
  color: #B08D57;
}
