:root {
  --ink: #f6f2df;
  --muted: #b8b2a0;
  --dark: #0c0d0b;
  --dark-2: #171916;
  --line: rgba(246, 242, 223, 0.16);
  --yellow: #ffd33d;
  --orange: #ff7a1a;
  --red: #e2382f;
  --green: #79d989;
  --steel: #9fb4bf;
  --blue: #53a6d8;
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--dark);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 48px);
  background: linear-gradient(180deg, rgba(12, 13, 11, 0.86), rgba(12, 13, 11, 0.42));
  border-bottom: 1px solid transparent;
  transition: background 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(12, 13, 11, 0.92);
  border-color: var(--line);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  background: var(--yellow);
  color: #14120a;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 28px;
  font-weight: 800;
  clip-path: polygon(18% 0, 100% 0, 82% 100%, 0 100%);
}

.brand strong,
h1,
h2,
h3 {
  font-family: "Barlow Condensed", Impact, sans-serif;
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand strong {
  display: block;
  font-size: 22px;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.nav a:hover {
  color: var(--yellow);
}

.header-cta {
  border: 1px solid var(--yellow);
  color: var(--yellow);
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.header-cta:hover {
  background: var(--yellow);
  color: #12100a;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 128px clamp(18px, 4vw, 48px) 80px;
  background:
    radial-gradient(circle at 72% 30%, rgba(255, 122, 26, 0.18), transparent 34%),
    linear-gradient(135deg, #11130f 0%, #1c1d16 48%, #070807 100%);
}

.sub-hero {
  min-height: 78vh;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  transition: opacity 240ms ease;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.hero-media:has(img[src]) {
  opacity: 0.9;
}

#dropfield,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(12, 13, 11, 0.98) 0%, rgba(12, 13, 11, 0.82) 45%, rgba(12, 13, 11, 0.24) 100%),
    linear-gradient(0deg, rgba(12, 13, 11, 0.72) 0%, rgba(12, 13, 11, 0.08) 55%),
    repeating-linear-gradient(0deg, rgba(255,255,255,0.035) 0, rgba(255,255,255,0.035) 1px, transparent 1px, transparent 5px);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
}

.partner-lockup {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 9px 12px;
  border: 1px solid rgba(83, 166, 216, 0.48);
  background: rgba(4, 91, 187, 0.22);
  color: #dceeff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.nord-logo-frame {
  display: inline-grid;
  place-items: center;
  width: 118px;
  height: 28px;
  flex: 0 0 auto;
}

.nord-logo-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.nord-mark {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 50%;
  background: #045bbb;
}

.nord-mark::before,
.nord-mark::after {
  content: "";
  position: absolute;
  bottom: 7px;
  width: 17px;
  height: 17px;
  background: #fff;
  transform: rotate(45deg);
}

.nord-mark::before {
  left: 7px;
}

.nord-mark::after {
  right: 7px;
  width: 13px;
  height: 13px;
  background: #dceeff;
}

.nord-mark.mini {
  width: 42px;
  height: 42px;
}

.nord-mark.mini::before {
  bottom: 10px;
  left: 10px;
  width: 24px;
  height: 24px;
}

.nord-mark.mini::after {
  right: 10px;
  bottom: 10px;
  width: 18px;
  height: 18px;
}

.kicker,
.eyebrow {
  margin: 0 0 14px;
  color: var(--yellow);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(58px, 10vw, 132px);
  text-wrap: balance;
}

.hero-copy {
  max-width: 650px;
  margin: 26px 0 0;
  color: #ddd6bd;
  font-size: clamp(18px, 2vw, 22px);
}

.hero-actions,
.trust-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 32px;
}

.disclosure-note,
.pricing-disclosure {
  max-width: 680px;
  margin: 16px 0 0;
  color: #c9c0a4;
  font-size: 13px;
  font-weight: 700;
}

.disclosure-note.compact {
  max-width: 560px;
  color: rgba(246, 242, 223, 0.68);
}

.pricing-disclosure {
  margin: -12px 0 26px;
  color: var(--muted);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 22px;
  border: 1px solid var(--line);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--yellow);
  border-color: var(--yellow);
  color: #12100a;
  box-shadow: 0 0 24px rgba(255, 211, 61, 0.28);
}

.btn-dark {
  margin-top: 20px;
  background: #11120f;
  border-color: #11120f;
  color: var(--yellow);
}

.btn-secondary,
.btn-plan {
  background: rgba(255, 255, 255, 0.04);
  color: var(--ink);
}

.trust-row {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.trust-row span::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--green);
}

.mission-panel {
  position: absolute;
  z-index: 3;
  right: clamp(18px, 5vw, 70px);
  bottom: 62px;
  width: min(310px, calc(100% - 36px));
  padding: 22px;
  background: rgba(15, 17, 14, 0.78);
  border: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.panel-topline {
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.mission-panel strong {
  display: block;
  margin-top: 8px;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 42px;
  line-height: 1;
  text-transform: uppercase;
}

.mission-panel span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
}

.mission-panel a {
  display: inline-block;
  margin-top: 16px;
  color: var(--yellow);
  font-weight: 900;
  text-transform: uppercase;
}

.section {
  padding: 82px clamp(18px, 4vw, 48px);
}

.section-inner {
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.intro-band {
  background: var(--yellow);
  color: #171308;
}

.intro-band .eyebrow {
  color: #6a2c0b;
}

.intro-grid,
.conversion-grid,
.section-heading.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.78fr);
  gap: 38px;
  align-items: end;
}

h2 {
  margin: 0;
  font-size: clamp(42px, 6vw, 78px);
}

.intro-copy p,
.section-heading.split p,
.section-copy {
  margin: 0;
  color: rgba(23, 19, 8, 0.78);
  font-size: 18px;
  font-weight: 600;
}

.section-copy {
  max-width: 560px;
  margin-top: 22px;
  color: var(--muted);
}

.benefits,
.plans,
.decision-band,
.handoff-band,
.fit-band,
.faq {
  background: #11120f;
}

.section-heading {
  margin-bottom: 32px;
}

.benefit-grid,
.pricing-grid,
.decision-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.benefit-card,
.price-card,
.decision-list article,
.faq details {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
}

.benefit-card,
.price-card,
.decision-list article {
  padding: 26px;
}

.icon {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 32px;
  margin-bottom: 22px;
  background: var(--red);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

h3 {
  margin: 0;
  font-size: 32px;
}

.benefit-card p,
.price-card li,
.fit-columns li,
.decision-list span,
.handoff-copy p,
.faq p {
  color: var(--muted);
}

.decision-band {
  border-top: 1px solid var(--line);
}

.decision-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  gap: 38px;
  align-items: start;
}

.decision-list {
  grid-template-columns: 1fr;
}

.decision-list article {
  display: grid;
  gap: 8px;
}

.decision-list strong {
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 30px;
  line-height: 0.95;
  text-transform: uppercase;
}

.proof-band {
  background:
    linear-gradient(90deg, rgba(226, 56, 47, 0.16), rgba(255, 211, 61, 0.12)),
    #171916;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.stats-grid div {
  border-left: 4px solid var(--yellow);
  padding-left: 18px;
}

.stats-grid strong {
  display: block;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 58px;
  line-height: 0.9;
}

.stats-grid span {
  color: var(--muted);
  font-weight: 800;
  text-transform: uppercase;
}

.fit-band {
  border-bottom: 1px solid var(--line);
}

.handoff-band {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 18% 42%, rgba(83, 166, 216, 0.16), transparent 36%),
    #0e100e;
}

.handoff-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1fr);
  gap: 42px;
  align-items: center;
}

.handoff-visual {
  display: grid;
  place-items: center;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(255, 211, 61, 0.16), rgba(83, 166, 216, 0.12)),
    #141613;
}

.route-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(96px, 1fr) auto;
  align-items: center;
  width: min(420px, calc(100% - 48px));
  padding: 36px 28px;
  border: 1px solid rgba(255, 211, 61, 0.28);
  background:
    linear-gradient(135deg, rgba(255, 211, 61, 0.14), rgba(83, 166, 216, 0.16)),
    rgba(8, 10, 9, 0.72);
}

.route-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(246, 242, 223, 0.08);
}

.route-node {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  border: 2px solid var(--yellow);
  color: var(--yellow);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
}

.route-node-end {
  background: var(--yellow);
  color: #12100a;
}

.route-node-end img {
  display: block;
  width: 48px;
  height: 48px;
}

.route-node-end .nord-mark {
  box-shadow: 0 0 28px rgba(4, 91, 187, 0.46);
}

.route-line {
  position: relative;
  z-index: 1;
  height: 3px;
  background: linear-gradient(90deg, var(--yellow), var(--blue));
  box-shadow: 0 0 22px rgba(255, 211, 61, 0.46);
}

.route-line::before,
.route-line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid var(--blue);
  border-right: 2px solid var(--blue);
}

.route-line::before {
  left: 28%;
}

.route-line::after {
  right: 18%;
}

.handoff-copy p {
  max-width: 620px;
  margin: 24px 0 0;
  font-size: 17px;
}

.handoff-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0;
}

.handoff-steps span {
  border: 1px solid rgba(255, 211, 61, 0.34);
  padding: 9px 11px;
  color: #efe6c3;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.official-links-band {
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(4, 91, 187, 0.18), rgba(255, 211, 61, 0.08)),
    #10120f;
}

.official-links-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1.14fr);
  gap: 38px;
  align-items: start;
}

.official-links-grid p {
  max-width: 560px;
  margin: 20px 0 0;
  color: #ddd6bd;
  font-size: 17px;
}

.official-link-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.official-link-list a {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 14px 16px;
  border: 1px solid rgba(83, 166, 216, 0.34);
  background: rgba(255, 255, 255, 0.045);
  color: #dceeff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.official-link-list a:hover {
  border-color: var(--yellow);
  color: var(--yellow);
}

.fit-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  gap: 38px;
  align-items: start;
}

.fit-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.fit-columns article {
  min-height: 100%;
  padding: 24px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
}

.fit-columns ul {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.fit-columns li {
  display: flex;
  gap: 10px;
}

.fit-columns li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 8px;
  background: var(--yellow);
  flex: 0 0 auto;
}

.fit-checklist {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.check-row {
  display: grid;
  gap: 6px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 211, 61, 0.22);
  background: rgba(255, 255, 255, 0.035);
}

.check-row strong {
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 28px;
  line-height: 0.95;
  text-transform: uppercase;
}

.check-row span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.fit-checklist .btn {
  justify-self: start;
  margin-top: 8px;
}

.plans .section-heading.split p {
  color: var(--muted);
}

.price-card {
  position: relative;
  display: flex;
  min-height: 430px;
  flex-direction: column;
}

.price-card.featured {
  border-color: rgba(255, 211, 61, 0.72);
  background: linear-gradient(180deg, rgba(255, 211, 61, 0.12), rgba(255, 255, 255, 0.04));
  transform: translateY(-14px);
}

.badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--yellow);
  color: #12100a;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.price-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
}

.price-head span {
  color: var(--steel);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.price {
  margin: 28px 0 20px;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 58px;
  font-weight: 800;
  line-height: 0.9;
}

.price small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-family: Inter, sans-serif;
  font-size: 15px;
}

.price-card ul {
  display: grid;
  gap: 12px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.price-card li {
  display: flex;
  gap: 10px;
  align-items: center;
}

.price-card li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--yellow);
  flex: 0 0 auto;
}

.price-card .btn {
  margin-top: auto;
}

.conversion-band {
  background: var(--orange);
  color: #160b05;
}

.conversion-band .eyebrow {
  color: #431505;
}

.conversion-band .btn-primary {
  justify-self: end;
  background: #11120f;
  border-color: #11120f;
  color: var(--yellow);
  box-shadow: none;
}

.before-click {
  max-width: 680px;
  margin: 18px 0 0;
  color: rgba(22, 11, 5, 0.78);
  font-size: 16px;
  font-weight: 700;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq details {
  padding: 20px 22px;
}

.faq summary {
  cursor: pointer;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}

.site-footer {
  padding: 30px clamp(18px, 4vw, 48px);
  background: #090a08;
  border-top: 1px solid var(--line);
}

.footer-inner {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  color: var(--muted);
  font-size: 13px;
}

.footer-inner strong {
  color: var(--ink);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.footer-links a:hover {
  color: var(--yellow);
}

.text-page {
  background:
    radial-gradient(circle at 78% 12%, rgba(255, 211, 61, 0.14), transparent 28%),
    #0d0e0c;
}

.legal-page {
  width: min(860px, calc(100% - 36px));
  margin: 0 auto;
  padding: 48px 0 80px;
}

.legal-brand {
  margin-bottom: 54px;
}

.legal-page article {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
  padding: clamp(24px, 5vw, 48px);
}

.legal-page h1 {
  font-size: clamp(54px, 9vw, 96px);
}

.legal-page h2 {
  margin-top: 34px;
  font-size: 42px;
}

.legal-page p {
  color: #ddd6bd;
}

.legal-page a:not(.brand):not(.btn) {
  color: var(--yellow);
}

@media (max-width: 860px) {
  .nav {
    display: none;
  }

  .hero {
    min-height: auto;
    align-items: start;
    padding-bottom: 64px;
  }

  .mission-panel {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 42px;
  }

  .intro-grid,
	  .conversion-grid,
  .decision-grid,
	  .fit-grid,
	  .fit-columns,
	  .fit-checklist,
  .handoff-grid,
	  .official-links-grid,
	  .official-link-list,
	  .section-heading.split,
	  .benefit-grid,
	  .pricing-grid,
  .decision-list,
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .price-card.featured {
    transform: none;
  }

  .conversion-band .btn-primary {
    justify-self: start;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 14px 16px;
  }

  .brand small,
  .header-cta {
    display: none;
  }

  .partner-lockup {
    max-width: 100%;
  }

  .hero {
    padding: 112px 18px 64px;
  }

  .hero-media img {
    object-position: 64% center;
  }

  h1 {
    font-size: 56px;
  }

  .handoff-visual {
    min-height: 260px;
  }

  .route-card {
    width: min(100%, 330px);
    padding: 28px 20px;
  }

  .route-node {
    width: 70px;
    height: 70px;
    font-size: 22px;
  }

  .section {
    padding: 60px 18px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .footer-inner {
    flex-direction: column;
    align-items: start;
  }
}
