.n099 {
  --n-ink: #0b1530;
  --n-blue: #2448a6;
  --n-blue-2: #3f64cf;
  --n-cyan: #58c5f5;
  --n-soft: #f3f7ff;
  --n-line: #dbe4f4;
  --n-muted: #52617c;
  background: #fff;
  color: var(--n-ink);
  overflow: hidden;
}

.n099 *, .n099 *::before, .n099 *::after { box-sizing: border-box; }
.n099 a { color: inherit; }
.n099-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.n099-section { padding: 88px 0; }
.n099-section--soft { background: var(--n-soft); }
.n099-section--ink { background: linear-gradient(135deg, #07142e 0%, #173b80 100%); color: #fff; }
.n099-section--trust { background: linear-gradient(180deg, #fff 0%, #f7faff 100%); }
.n099-section--values { background: #09162f; color: #fff; }

.n099-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--n-blue);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.n099-eyebrow::before { content: ""; width: 30px; height: 3px; border-radius: 9px; background: var(--n-cyan); }
.n099-section--ink .n099-eyebrow,
.n099-section--values .n099-eyebrow,
.n099-final .n099-eyebrow { color: #7dd8ff; }

.n099 h2 { margin: 0 0 22px; color: var(--n-ink); font-size: clamp(2.1rem, 4vw, 4.5rem); line-height: .98; letter-spacing: -.055em; font-weight: 900; }
.n099 h3 { margin: 0; color: var(--n-ink); font-weight: 850; }
.n099 p { margin: 0; color: var(--n-muted); font-size: 1.08rem; line-height: 1.75; }
.n099-section--ink h2, .n099-section--ink h3, .n099-section--values h2, .n099-section--values h3 { color: #fff; }
.n099-section--ink p, .n099-section--values p { color: #c8d5ec; }

.n099-facts { position: relative; z-index: 2; background: #fff; border-bottom: 1px solid var(--n-line); }
.n099-facts__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.n099-facts article { min-height: 145px; padding: 32px 28px; border-right: 1px solid var(--n-line); display: flex; flex-direction: column; justify-content: center; }
.n099-facts article:last-child { border-right: 0; }
.n099-facts strong { display: block; color: var(--n-blue); font-size: clamp(1.6rem, 2.4vw, 2.6rem); line-height: 1; letter-spacing: -.04em; }
.n099-facts span { display: block; margin-top: 11px; color: var(--n-muted); font-weight: 650; }

.n099-story { display: grid; grid-template-columns: 1fr .92fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.n099-story__copy > p + p { margin-top: 18px; }
.n099-story__media { position: relative; margin: 0; border-radius: 32px; overflow: hidden; background: #09162f; box-shadow: 0 30px 70px rgba(10, 30, 75, .18); }
.n099-story__media img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.n099-story__media figcaption { position: absolute; left: 22px; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 10px; width: max-content; max-width: calc(100% - 44px); padding: 12px 17px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(6, 20, 49, .84); color: #fff; font-size: .86rem; font-weight: 800; backdrop-filter: blur(10px); }
.n099-story__media figcaption span { width: 9px; height: 9px; border-radius: 50%; background: #72d59a; box-shadow: 0 0 0 6px rgba(114,213,154,.14); }
.n099-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.n099-links a { padding: 13px 17px; border: 1px solid var(--n-line); border-radius: 14px; color: var(--n-blue); font-weight: 800; text-decoration: none; transition: .2s ease; }
.n099-links a:hover { transform: translateY(-2px); border-color: #a9c3f5; background: var(--n-soft); }

.n099-heading { max-width: 810px; margin-bottom: 42px; }
.n099-heading p { max-width: 720px; }
.n099-heading--light h2 { color: #fff; }

.n099-pillars { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.n099-pillars article { min-height: 315px; padding: 28px; border: 1px solid rgba(147,188,255,.24); border-radius: 24px; background: rgba(255,255,255,.065); display: flex; flex-direction: column; }
.n099-pillars h3 { margin: 22px 0 12px; font-size: 1.25rem; }
.n099-pillars p { font-size: .98rem; line-height: 1.62; }
.n099-pillars a { margin-top: auto; padding-top: 24px; color: #7dd8ff; font-weight: 800; text-decoration: none; }
.n099-icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 16px; background: rgba(88,197,245,.14); border: 1px solid rgba(88,197,245,.35); color: #7dd8ff; font-size: 1.7rem; }

.n099-steps { counter-reset: none; list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin: 0; padding: 0; }
.n099-steps li { display: grid; grid-template-columns: 62px 1fr; gap: 20px; padding: 27px; border: 1px solid var(--n-line); border-radius: 22px; background: #fff; box-shadow: 0 14px 36px rgba(30, 63, 125, .06); }
.n099-steps li > span { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 17px; background: #eaf1ff; color: var(--n-blue); font-weight: 900; }
.n099-steps h3 { margin: 2px 0 9px; font-size: 1.18rem; }
.n099-steps p { font-size: .96rem; line-height: 1.6; }

.n099-regions { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.n099-region { position: relative; min-height: 300px; padding: 27px; overflow: hidden; border: 1px solid var(--n-line); border-radius: 25px; background: #fff; text-decoration: none; display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.n099-region::after { content: ""; position: absolute; inset: auto -35px -55px auto; width: 150px; height: 150px; border: 24px solid rgba(63,100,207,.07); border-radius: 50%; }
.n099-region:hover { transform: translateY(-5px); border-color: #aac5f4; box-shadow: 0 24px 50px rgba(27,67,139,.12); }
.n099-region > span { color: var(--n-blue-2); font-size: .78rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.n099-region > strong { margin: 25px 0 14px; color: var(--n-ink); font-size: 1.75rem; line-height: 1.05; }
.n099-region p { font-size: .98rem; line-height: 1.58; }
.n099-region em { position: relative; z-index: 1; margin-top: auto; padding-top: 24px; color: var(--n-blue); font-style: normal; font-weight: 850; }
.n099-region--featured { border-color: transparent; background: linear-gradient(145deg, #17357d, #3561c6); }
.n099-region--featured > span, .n099-region--featured em { color: #7dd8ff; }
.n099-region--featured > strong { color: #fff; }
.n099-region--featured p { color: #dbe7ff; }
.n099-coverage-cta { margin-top: 20px; padding: 24px 28px; border-radius: 20px; background: var(--n-soft); display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.n099-coverage-cta strong, .n099-coverage-cta span { display: block; }
.n099-coverage-cta strong { font-size: 1.12rem; }
.n099-coverage-cta span { margin-top: 5px; color: var(--n-muted); }
.n099-coverage-cta a { padding: 13px 18px; border-radius: 13px; background: var(--n-blue); color: #fff; font-weight: 850; text-decoration: none; white-space: nowrap; }

.n099-trust { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 110px); align-items: start; }
.n099-trust h2 { font-size: clamp(2.2rem, 3.5vw, 3.7rem); }
.n099-trust__links { display: grid; gap: 12px; }
.n099-trust__links a { padding: 21px 23px; border: 1px solid var(--n-line); border-radius: 18px; background: #fff; text-decoration: none; box-shadow: 0 10px 28px rgba(27,67,139,.045); transition: .2s ease; }
.n099-trust__links a:hover { transform: translateX(5px); border-color: #aac5f4; }
.n099-trust__links strong, .n099-trust__links span { display: block; }
.n099-trust__links strong { color: var(--n-ink); font-size: 1.06rem; }
.n099-trust__links span { margin-top: 6px; color: var(--n-muted); font-size: .92rem; line-height: 1.45; }

.n099-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.n099-values article { padding: 30px; border-top: 3px solid var(--n-cyan); background: rgba(255,255,255,.055); }
.n099-values h3 { margin-bottom: 12px; font-size: 1.25rem; }
.n099-values p { font-size: .98rem; line-height: 1.6; }

.n099-final { padding: 78px 0; background: linear-gradient(120deg, #2449a7, #3f67cf); color: #fff; }
.n099-final__grid { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.n099 .n099-final h2 { max-width: 760px; color: #fff !important; font-size: clamp(2.3rem, 4.2vw, 4.8rem); text-shadow: 0 2px 18px rgba(5,18,56,.22); }
.n099 .n099-final p { max-width: 700px; color: #e8efff !important; }
.n099 .n099-final .n099-eyebrow { color: #8ee2ff !important; }
.n099 .n099-final .n099-btn--primary { color: var(--n-blue) !important; }
.n099 .n099-final .n099-btn--secondary { color: #fff !important; }
.n099-final__actions { min-width: 280px; display: grid; gap: 12px; }
.n099-btn { display: flex; align-items: center; justify-content: center; min-height: 58px; padding: 14px 24px; border-radius: 16px; font-weight: 900; text-decoration: none; text-align: center; }
.n099-btn--primary { background: #fff; color: var(--n-blue); }
.n099-btn--secondary { border: 1px solid rgba(255,255,255,.48); color: #fff; }

@media (max-width: 1050px) {
  .n099-facts__grid, .n099-pillars, .n099-regions { grid-template-columns: repeat(2, 1fr); }
  .n099-story, .n099-trust { grid-template-columns: 1fr; }
  .n099-story__media { max-width: 760px; }
}

@media (max-width: 700px) {
  .n099-container { width: min(100% - 28px, 1180px); }
  .n099-section { padding: 58px 0; }
  .n099 h2 { font-size: clamp(2.15rem, 11vw, 3.25rem); line-height: 1.02; }
  .n099 p { font-size: 1rem; line-height: 1.65; }
  .n099-facts__grid { grid-template-columns: 1fr 1fr; }
  .n099-facts article { min-height: 126px; padding: 22px 16px; border-bottom: 1px solid var(--n-line); }
  .n099-facts article:nth-child(2) { border-right: 0; }
  .n099-facts article:nth-child(n+3) { border-bottom: 0; }
  .n099-facts strong { font-size: 1.42rem; }
  .n099-facts span { font-size: .83rem; line-height: 1.35; }
  .n099-story { gap: 38px; }
  .n099-story__media { border-radius: 22px; }
  .n099-story__media figcaption { left: 13px; right: 13px; bottom: 13px; max-width: calc(100% - 26px); padding: 10px 13px; font-size: .75rem; }
  .n099-links { display: grid; }
  .n099-links a { width: 100%; }
  .n099-heading { margin-bottom: 28px; }
  .n099-pillars, .n099-steps, .n099-regions, .n099-values { grid-template-columns: 1fr; }
  .n099-pillars article { min-height: 270px; }
  .n099-steps li { grid-template-columns: 50px 1fr; gap: 14px; padding: 22px 18px; }
  .n099-steps li > span { width: 46px; height: 46px; }
  .n099-region { min-height: 250px; }
  .n099-coverage-cta { align-items: stretch; flex-direction: column; padding: 22px; }
  .n099-coverage-cta a { width: 100%; text-align: center; white-space: normal; }
  .n099-trust { gap: 35px; }
  .n099-final { padding: 60px 0; }
  .n099-final__grid { grid-template-columns: 1fr; gap: 30px; }
  .n099-final__actions { min-width: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .n099 a { transition: none !important; }
}
