:root {
  --nx-ink: #123b4a;
  --nx-ink-2: #0a2934;
  --nx-teal: #40766e;
  --nx-teal-soft: #dceae5;
  --nx-gold: #e7b34a;
  --nx-paper: #f4f7f5;
  --nx-white: #ffffff;
  --nx-text: #344b55;
  --nx-line: #d4dfdc;
  --nx-shadow: 0 20px 60px rgba(10, 41, 52, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
.nx-body { margin: 0; background: var(--nx-white); color: var(--nx-ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.nx-site { min-height: 100vh; overflow: hidden; }
.nx-container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.nx-topline { background: var(--nx-ink-2); color: #d8e8e4; font-size: 13px; letter-spacing: 0.03em; }
.nx-topline .nx-container { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.nx-header { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,0.96); border-bottom: 1px solid var(--nx-line); backdrop-filter: blur(12px); }
.nx-header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.nx-brand img { display: block; width: 205px; height: auto; }
.nx-nav { display: flex; align-items: center; justify-content: flex-end; gap: 20px; }
.nx-nav a { color: var(--nx-ink); text-decoration: none; font-size: 14px; font-weight: 750; }
.nx-nav a:not(.nx-btn):hover { color: var(--nx-teal); }
.nx-btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 20px; border: 1px solid var(--nx-gold); border-radius: 7px; background: var(--nx-gold); color: var(--nx-ink-2) !important; font-weight: 850; text-decoration: none; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease; }
.nx-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(231,179,74,.25); }
.nx-btn-sm { min-height: 42px; padding: 9px 15px; }
.nx-btn-ghost { background: transparent; border-color: var(--nx-teal); color: var(--nx-ink) !important; }
.nx-btn-light { background: var(--nx-white); border-color: var(--nx-white); color: var(--nx-ink) !important; }
.nx-hero { min-height: 650px; display: flex; align-items: center; background: linear-gradient(128deg, var(--nx-ink-2), var(--nx-ink) 60%, #1f5b61); color: var(--nx-white); }
.nx-hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .65fr); align-items: center; gap: 50px; padding: 88px 0; }
.nx-eyebrow { display: block; color: var(--nx-gold); font-size: 13px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.nx-hero h1, .nx-page-hero h1, .nx-thanks h1 { margin: 16px 0 22px; font-size: clamp(46px, 7vw, 78px); line-height: .99; letter-spacing: -.045em; font-weight: 850; }
.nx-hero p, .nx-page-hero p { max-width: 760px; margin: 0; color: #d6e6e3; font-size: 20px; line-height: 1.62; }
.nx-actions { display: flex; align-items: center; gap: 13px; flex-wrap: wrap; margin-top: 30px; }
.nx-actions-center { justify-content: center; }
.nx-hero .nx-btn-ghost, .nx-page-hero .nx-btn-ghost { border-color: rgba(255,255,255,.55); color: var(--nx-white) !important; }
.nx-hero-visual { position: relative; min-height: 410px; display: grid; place-items: center; }
.nx-orbit { position: absolute; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; }
.nx-orbit-a { width: 360px; height: 360px; }
.nx-orbit-b { width: 270px; height: 270px; border-color: rgba(231,179,74,.55); }
.nx-visual-core { position: relative; width: 190px; height: 190px; padding: 30px; border-radius: 28px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--nx-gold); color: var(--nx-ink-2); box-shadow: 0 30px 80px rgba(0,0,0,.25); transform: rotate(-5deg); }
.nx-visual-core strong { font-size: 38px; letter-spacing: .08em; }
.nx-visual-core span { margin-top: 5px; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.nx-section { padding: 88px 0; }
.nx-section-light { background: var(--nx-paper); }
.nx-section-accent { background: var(--nx-teal); color: var(--nx-white); }
.nx-section-head { max-width: 850px; margin-bottom: 34px; }
.nx-section-head-row { max-width: none; display: grid; grid-template-columns: 1fr .75fr; gap: 50px; align-items: end; }
.nx-section h2, .nx-panel h2, .nx-form h2, .nx-cta h2 { margin: 12px 0 16px; font-size: clamp(32px, 4.6vw, 54px); line-height: 1.07; letter-spacing: -.035em; }
.nx-section p, .nx-panel p, .nx-form p { color: var(--nx-text); line-height: 1.65; }
.nx-section-accent p { color: #e1eeeb; }
.nx-grid { display: grid; gap: 22px; }
.nx-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.nx-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.nx-feature { min-height: 300px; padding: 38px; border: 1px solid var(--nx-line); border-radius: 16px; background: var(--nx-white); }
.nx-feature-dark { background: var(--nx-ink); color: var(--nx-white); border-color: var(--nx-ink); }
.nx-section .nx-feature-dark p { color: #d6e6e3; }
.nx-feature > span, .nx-detail > span { color: var(--nx-gold); font-weight: 850; letter-spacing: .12em; }
.nx-feature h3, .nx-card h3 { margin: 42px 0 14px; font-size: 30px; }
.nx-feature p { min-height: 80px; }
.nx-feature a, .nx-card a { color: var(--nx-teal); font-weight: 850; text-decoration: none; }
.nx-feature .nx-link-light { color: var(--nx-gold); }
.nx-card { padding: 32px; border: 1px solid var(--nx-line); border-radius: 14px; background: var(--nx-white); box-shadow: 0 8px 30px rgba(18,59,74,.04); }
.nx-card-large h3 { margin-top: 0; }
.nx-checklist { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 13px; }
.nx-checklist li { position: relative; padding-left: 27px; color: var(--nx-text); line-height: 1.5; }
.nx-checklist li::before { content: ""; position: absolute; left: 0; top: .45em; width: 11px; height: 11px; border-radius: 50%; background: var(--nx-gold); }
.nx-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr); gap: 60px; align-items: center; }
.nx-metric-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.nx-metric-list span { padding: 20px; border: 1px solid rgba(255,255,255,.28); border-radius: 10px; font-weight: 750; }
.nx-form-wrap { display: grid; grid-template-columns: minmax(0, .75fr) minmax(480px, 1fr); gap: 44px; align-items: start; }
.nx-form-aside { position: sticky; top: 120px; }
.nx-steps { list-style: none; margin: 32px 0 0; padding: 0; display: grid; gap: 14px; }
.nx-steps li { display: flex; gap: 16px; align-items: center; padding: 15px 0; border-bottom: 1px solid var(--nx-line); }
.nx-steps strong { color: var(--nx-gold); }
.nx-form { position: relative; padding: 34px; border: 1px solid var(--nx-line); border-radius: 16px; background: var(--nx-white); box-shadow: var(--nx-shadow); }
.nx-form-head h2 { font-size: 34px; }
.nx-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 17px; margin-top: 25px; }
.nx-form label { display: grid; gap: 7px; color: var(--nx-ink); font-size: 14px; font-weight: 750; }
.nx-form input, .nx-form select, .nx-form textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #bbc9c5; border-radius: 7px; background: #fff; color: var(--nx-ink); font: inherit; }
.nx-form input:focus, .nx-form select:focus, .nx-form textarea:focus { outline: 3px solid rgba(64,118,110,.18); border-color: var(--nx-teal); }
.nx-field-wide { grid-column: 1 / -1; }
.nx-form textarea { min-height: 120px; resize: vertical; }
.nx-form-privacy { font-size: 12px; }
.nx-form-privacy a { color: var(--nx-teal); }
.nx-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.nx-alert { margin: 18px 0; padding: 14px 16px; border-radius: 8px; background: #fff0ed; color: #8d3021; font-weight: 700; }
.nx-page-hero { padding: 104px 0 88px; background: linear-gradient(128deg, var(--nx-ink-2), var(--nx-ink)); color: var(--nx-white); }
.nx-page-hero-compact { padding: 72px 0; }
.nx-course { min-height: 240px; padding: 27px; border: 1px solid var(--nx-line); border-radius: 13px; background: var(--nx-white); }
.nx-course > span { display: inline-flex; padding: 7px 10px; border-radius: 999px; background: var(--nx-teal-soft); color: var(--nx-teal); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.nx-course h3 { margin: 35px 0 10px; font-size: 23px; }
.nx-panel { padding: 30px; border: 1px solid var(--nx-line); border-radius: 16px; }
.nx-panel .nx-form { margin-top: 25px; padding: 25px; box-shadow: none; }
.nx-panel-dark { background: var(--nx-ink-2); color: var(--nx-white); border-color: var(--nx-ink-2); }
.nx-panel-dark > p { color: #cfdfdc; }
.nx-detail { padding: 35px; border: 1px solid var(--nx-line); border-radius: 14px; background: var(--nx-white); }
.nx-detail-wide { grid-column: 1 / -1; }
.nx-detail h2 { font-size: 31px; }
.nx-detail ul { margin: 20px 0 0; padding-left: 20px; color: var(--nx-text); line-height: 1.8; }
.nx-measure { min-height: 200px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; border-radius: 14px; background: var(--nx-white); border: 1px solid var(--nx-line); }
.nx-measure strong { color: var(--nx-gold); }
.nx-measure h2 { font-size: 28px; }
.nx-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 40px; border: 1px solid var(--nx-line); border-radius: 16px; }
.nx-cta h2 { max-width: 720px; margin-bottom: 0; }
.nx-direct-contact { display: grid; gap: 12px; margin-top: 28px; }
.nx-direct-contact > a:not(.nx-btn) { color: var(--nx-teal); font-weight: 750; }
.nx-thanks { min-height: 620px; display: grid; place-items: center; text-align: center; background: var(--nx-paper); }
.nx-thanks .nx-container { max-width: 780px; }
.nx-thanks-mark { width: 82px; height: 82px; display: grid; place-items: center; margin: 0 auto 24px; border-radius: 50%; background: var(--nx-gold); font-size: 38px; font-weight: 900; }
.nx-thanks p { font-size: 18px; }
.nx-prose { max-width: 850px; }
.nx-prose h2 { margin-top: 34px; font-size: 30px; }
.nx-note { padding: 18px; border-left: 4px solid var(--nx-gold); background: #fff; }
.nx-footer { padding: 55px 0 25px; background: var(--nx-ink-2); color: #dce9e6; }
.nx-footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 45px; }
.nx-footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.nx-footer-logo { width: 190px; filter: brightness(0) invert(1); opacity: .95; }
.nx-footer p { max-width: 420px; color: #abc2bd; line-height: 1.6; }
.nx-footer strong { color: var(--nx-gold); margin-bottom: 8px; }
.nx-footer a { color: #dce9e6; text-decoration: none; }
.nx-footer-bottom { margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); display: flex; justify-content: space-between; gap: 20px; font-size: 13px; color: #9fb8b2; }

@media (max-width: 980px) {
  .nx-header-inner { align-items: flex-start; flex-direction: column; padding: 14px 0; }
  .nx-nav { width: 100%; justify-content: flex-start; flex-wrap: wrap; }
  .nx-hero-grid, .nx-split, .nx-form-wrap { grid-template-columns: 1fr; }
  .nx-hero-visual { min-height: 330px; }
  .nx-form-aside { position: static; }
  .nx-grid-3 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .nx-section-head-row { grid-template-columns: 1fr; gap: 10px; }
}

@media (max-width: 680px) {
  .nx-container { width: min(100% - 28px, 1180px); }
  .nx-topline .nx-container { padding: 8px 0; flex-direction: column; align-items: flex-start; gap: 3px; }
  .nx-brand img { width: 180px; }
  .nx-nav { gap: 12px 16px; }
  .nx-nav a { font-size: 13px; }
  .nx-hero-grid { padding: 62px 0; }
  .nx-hero h1, .nx-page-hero h1 { font-size: 44px; }
  .nx-hero p, .nx-page-hero p { font-size: 18px; }
  .nx-hero-visual { display: none; }
  .nx-section { padding: 64px 0; }
  .nx-grid-2, .nx-grid-3, .nx-form-grid, .nx-footer-grid { grid-template-columns: 1fr; }
  .nx-detail-wide, .nx-field-wide { grid-column: auto; }
  .nx-feature { min-height: auto; }
  .nx-metric-list { grid-template-columns: 1fr; }
  .nx-form { padding: 23px; }
  .nx-cta { align-items: flex-start; flex-direction: column; padding: 28px; }
  .nx-footer-bottom { flex-direction: column; }
}
