:root {
  --info-navy: #061a31;
  --info-navy-soft: #0d3151;
  --info-green: #008d4c;
  --info-green-bright: #00b864;
  --info-green-soft: #eefaf4;
  --info-ink: #122638;
  --info-muted: #5d6c79;
  --info-line: #dce7e2;
  --info-white: #fff;
  --info-max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.nexa-info-page {
  margin: 0;
  color: var(--info-ink);
  background: #f7faf9;
  font-family: "Be Vietnam Pro", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.72;
}
.nexa-info-page a { color: inherit; text-decoration: none; }
.nexa-info-page img { display: block; max-width: 100%; height: auto; }
.info-wrap { width: min(calc(100% - 40px), var(--info-max)); margin-inline: auto; }
.info-skip {
  position: fixed; top: 8px; left: 8px; z-index: 100; padding: 9px 14px;
  color: #fff; background: var(--info-green); transform: translateY(-150%);
}
.info-skip:focus { transform: none; }

.info-header {
  position: sticky; top: 0; z-index: 30; color: #fff;
  background: rgba(6, 26, 49, .98); border-bottom: 1px solid rgba(255,255,255,.12);
}
.info-header-row { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.info-brand { display: flex; align-items: center; gap: 12px; flex: none; }
.info-brand img { width: 42px; height: 42px; object-fit: contain; }
.info-brand strong { display: block; font-size: 1.16rem; letter-spacing: .12em; }
.info-brand small { display: block; color: #b8c7d4; font-size: .65rem; letter-spacing: .16em; text-transform: uppercase; }
.info-nav { display: flex; align-items: center; gap: 24px; font-size: .9rem; font-weight: 750; }
.info-nav a { color: #d9e4ec; }
.info-nav a:hover, .info-nav a[aria-current="page"] { color: #62e4a2; }
.info-nav .info-nav-contact { padding: 8px 15px; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; color: #fff; }

.info-hero { position: relative; overflow: hidden; color: #fff; background: var(--info-navy); }
.info-hero::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 84% 8%, rgba(0,184,100,.24), transparent 30%),
              linear-gradient(135deg, #061a31 0%, #0a2a47 58%, #06432f 100%);
}
.info-hero.has-image::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(3,17,36,.95) 0%, rgba(3,17,36,.78) 49%, rgba(3,17,36,.28) 100%);
}
.info-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .72; }
.info-hero-content { position: relative; z-index: 2; padding-block: 76px 70px; }
.info-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; color: #c6d4df; font-size: .84rem; }
.info-breadcrumb a:hover { color: #62e4a2; }
.info-eyebrow { margin: 0 0 14px; color: #62e4a2; font-size: .78rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.info-hero h1 { max-width: 850px; margin: 0 0 18px; font-size: clamp(2.2rem, 5vw, 4.25rem); line-height: 1.08; letter-spacing: -.045em; }
.info-lead { max-width: 750px; margin: 0; color: #d9e5ed; font-size: clamp(1rem, 1.8vw, 1.16rem); }
.info-updated { display: inline-flex; margin-top: 22px; padding: 7px 12px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: #d7e2ea; font-size: .78rem; }

.info-main { padding: 72px 0 92px; }
.info-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 62px; align-items: start; }
.info-article { min-width: 0; }
.info-intro { margin: 0 0 34px; padding: 26px 28px; border-left: 4px solid var(--info-green); border-radius: 0 14px 14px 0; background: var(--info-green-soft); font-weight: 650; }
.info-section { scroll-margin-top: 105px; padding: 35px 0; border-top: 1px solid var(--info-line); }
.info-section:first-of-type { border-top: 0; padding-top: 0; }
.info-section-number { display: inline-grid; width: 34px; height: 34px; place-items: center; margin-bottom: 14px; border-radius: 50%; color: #fff; background: var(--info-green); font-size: .74rem; font-weight: 850; }
.info-section h2 { margin: 0 0 14px; font-size: clamp(1.35rem, 2.5vw, 1.85rem); line-height: 1.3; letter-spacing: -.025em; }
.info-section h3 { margin: 25px 0 8px; font-size: 1.08rem; }
.info-section p { margin: 0 0 14px; color: var(--info-muted); }
.info-section ul { margin: 10px 0 0; padding-left: 22px; color: var(--info-muted); }
.info-section li { margin: 7px 0; }
.info-section a { color: var(--info-green); font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.info-note { margin-top: 20px; padding: 18px 20px; border: 1px solid #bde8d2; border-radius: 12px; background: #f3fcf7; color: #26563f; }

.info-sidebar { position: sticky; top: 104px; display: grid; gap: 20px; }
.info-side-card { padding: 25px; border: 1px solid var(--info-line); border-radius: 17px; background: #fff; box-shadow: 0 10px 30px rgba(6,26,49,.05); }
.info-side-card h2 { margin: 0 0 14px; font-size: 1.05rem; }
.info-toc a { display: block; padding: 9px 0; color: var(--info-muted); font-size: .9rem; border-bottom: 1px solid #edf2ef; }
.info-toc a:last-child { border-bottom: 0; }
.info-toc a:hover { color: var(--info-green); }
.info-contact-card { color: #fff; background: linear-gradient(145deg, var(--info-navy), var(--info-navy-soft)); border: 0; }
.info-contact-card p { margin: 0 0 18px; color: #cbd9e3; font-size: .91rem; }
.info-contact-card a { display: block; margin-top: 10px; padding: 11px 14px; border-radius: 9px; color: var(--info-navy); background: #fff; font-weight: 800; text-align: center; }
.info-contact-card a:first-of-type { color: #fff; background: var(--info-green); }

.career-values { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; margin-top: 22px; }
.career-card { padding: 23px; border: 1px solid var(--info-line); border-radius: 15px; background: #fff; }
.career-card strong { display: block; margin-bottom: 7px; color: var(--info-ink); }
.career-card p { margin: 0; font-size: .93rem; }
.career-steps { display: grid; gap: 12px; margin-top: 22px; counter-reset: career-step; }
.career-step { position: relative; padding: 19px 20px 19px 64px; border: 1px solid var(--info-line); border-radius: 14px; background: #fff; }
.career-step::before { counter-increment: career-step; content: counter(career-step); position: absolute; top: 18px; left: 20px; display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; color: #fff; background: var(--info-green); font-size: .72rem; font-weight: 850; }
.career-step strong { display: block; margin-bottom: 3px; }
.career-step p { margin: 0; font-size: .92rem; }
.career-apply { margin-top: 26px; padding: 28px; border-radius: 16px; color: #fff; background: linear-gradient(135deg, #007d48, #00a85a); }
.career-apply h3 { margin: 0 0 8px; font-size: 1.3rem; }
.career-apply p { color: #edfff6; }
.career-apply a { display: inline-flex; margin-top: 6px; padding: 11px 16px; border-radius: 9px; color: var(--info-navy); background: #fff; text-decoration: none; }

.info-footer { padding: 44px 0 26px; color: #d4e0e9; background: var(--info-navy); }
.info-footer-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 56px; }
.info-footer strong { color: #fff; }
.info-footer p { max-width: 650px; margin: 10px 0 0; }
.info-footer-links { display: grid; gap: 7px; }
.info-footer-links a:hover { color: #62e4a2; }
.info-footer-bottom { margin-top: 30px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.13); color: #9eb0bf; font-size: .82rem; }
.info-float { position: fixed; right: 18px; bottom: 22px; z-index: 40; display: flex; gap: 8px; }
.info-float a { display: grid; min-width: 48px; height: 48px; padding: 0 15px; place-items: center; border-radius: 999px; color: #fff; background: var(--info-green); font-size: .82rem; font-weight: 800; box-shadow: 0 8px 24px rgba(0,0,0,.22); }
.info-float a:first-child { background: #0068ff; }

@media (max-width: 900px) {
  .info-nav a:not(.info-nav-contact) { display: none; }
  .info-layout { grid-template-columns: 1fr; gap: 42px; }
  .info-sidebar { position: static; grid-template-columns: 1fr 1fr; }
  .info-footer-grid { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 640px) {
  .info-wrap { width: min(calc(100% - 28px), var(--info-max)); }
  .info-header-row { min-height: 68px; }
  .info-brand img { width: 38px; height: 38px; }
  .info-brand strong { font-size: 1rem; }
  .info-brand small { font-size: .58rem; }
  .info-nav .info-nav-contact { padding: 7px 12px; font-size: .82rem; }
  .info-hero-content { padding-block: 56px 52px; }
  .info-hero h1 { font-size: clamp(2rem, 11vw, 3rem); }
  .info-main { padding: 52px 0 76px; }
  .info-intro { padding: 21px 20px; }
  .info-section { padding: 29px 0; }
  .info-sidebar, .career-values { grid-template-columns: 1fr; }
  .career-card, .info-side-card { padding: 21px; }
  .info-footer { padding-bottom: 86px; }
  .info-float { left: 14px; right: 14px; justify-content: flex-end; }
}
