:root {
  --nglp-ink: #101a35;
  --nglp-navy: #0d1e47;
  --nglp-blue: #2c63e8;
  --nglp-blue-deep: #153ea8;
  --nglp-mint: #0fb889;
  --nglp-ice: #eef5ff;
  --nglp-cloud: #f7f9fc;
  --nglp-line: #dfe7f2;
  --nglp-white: #ffffff;
  --nglp-muted: #5d6880;
  --nglp-radius: 24px;
  --nglp-shadow: 0 24px 70px rgba(14, 39, 90, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--nglp-ink);
  background: var(--nglp-white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.nglp-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.nglp-skip { position: fixed; left: 12px; top: -60px; z-index: 200; background: var(--nglp-white); padding: 10px 16px; border-radius: 10px; }
.nglp-skip:focus { top: 12px; }

.nglp-nav { position: relative; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(223,231,242,.9); backdrop-filter: blur(16px); }
.nglp-nav-inner { min-height: 72px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; }
.nglp-brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; font-size: 20px; font-weight: 700; letter-spacing: -.03em; }
.nglp-brand strong { color: var(--nglp-blue); }
.nglp-brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; background: var(--nglp-blue); color: var(--nglp-white); font-weight: 800; box-shadow: inset -7px -7px 0 rgba(13,30,71,.14); }
.nglp-nav-links { display: flex; align-items: center; gap: 30px; color: #45516a; font-size: 14px; font-weight: 700; }
.nglp-nav-links a:hover { color: var(--nglp-blue); }
.nglp-nav-cta { justify-self: end; }

.nglp-page { display: flex; flex-direction: column; }
.nglp-seo-copy { order: 99; padding: 82px 0; background: var(--nglp-cloud); border-top: 1px solid var(--nglp-line); }
.nglp-seo-inner { max-width: 850px; }
.nglp-seo-inner h2 { margin: 6px 0 16px; font-size: clamp(30px, 4vw, 44px); line-height: 1.08; letter-spacing: -.04em; }
.nglp-seo-inner p:last-child { margin: 0; color: var(--nglp-muted); }

.nglp-button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 54px; padding: 0 24px; border-radius: 14px; font-weight: 800; line-height: 1.2; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.nglp-button:hover { transform: translateY(-2px); }
.nglp-button-small { min-height: 44px; padding-inline: 18px; border: 1px solid var(--nglp-line); background: var(--nglp-white); color: var(--nglp-blue-deep); font-size: 14px; }
.nglp-button-primary { background: var(--nglp-blue); color: var(--nglp-white); box-shadow: 0 16px 34px rgba(44,99,232,.27); }
.nglp-button-light { background: var(--nglp-white); color: var(--nglp-blue-deep); box-shadow: 0 16px 40px rgba(0,0,0,.16); }
.nglp-button span { font-size: 20px; }

.nglp-hero { order: 1; position: relative; overflow: hidden; background: linear-gradient(135deg, #f9fbff 0%, #eef5ff 70%, #e7f1ff 100%); }
.nglp-hero::before { content: ""; position: absolute; width: 540px; height: 540px; border-radius: 50%; right: -200px; top: -260px; background: rgba(44,99,232,.09); }
.nglp-hero-grid { position: relative; display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 70px; min-height: 690px; padding-block: 72px; }
.nglp-hero-copy { position: relative; z-index: 2; }
.nglp-eyebrow, .nglp-kicker { margin: 0 0 16px; color: var(--nglp-blue-deep); font-size: 12px; line-height: 1.4; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.nglp-eyebrow { display: flex; align-items: center; gap: 9px; }
.nglp-eyebrow span, .nglp-visual-label span { width: 8px; height: 8px; border-radius: 50%; background: var(--nglp-mint); box-shadow: 0 0 0 5px rgba(15,184,137,.13); }
.nglp-hero h1 { max-width: 620px; margin: 0; font-size: clamp(46px, 5.2vw, 72px); line-height: .99; letter-spacing: -.055em; font-weight: 820; }
.nglp-hero-lede { max-width: 600px; margin: 24px 0 22px; color: #495771; font-size: 19px; line-height: 1.55; }
.nglp-hero-points { display: flex; flex-wrap: wrap; gap: 10px 18px; margin: 0 0 26px; }
.nglp-hero-points span { display: inline-flex; align-items: center; gap: 8px; color: #394760; font-size: 13px; font-weight: 760; }
.nglp-hero-points b { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: var(--nglp-white); color: var(--nglp-blue); font-size: 9px; box-shadow: 0 3px 14px rgba(13,30,71,.1); }
.nglp-hero-note { margin: 14px 0 0; color: #68748b; font-size: 12px; }
.nglp-mobile-title-grid, .nglp-hero-visual-mobile { display: contents; }
.nglp-hero-visual-mobile { display: none; }
.nglp-hero-visual-desktop { position: relative; padding: 24px; border-radius: 32px; background: rgba(255,255,255,.72); box-shadow: var(--nglp-shadow); border: 1px solid rgba(255,255,255,.85); }
.nglp-hero-visual-desktop::after { content: ""; position: absolute; inset: 12px; z-index: 0; border: 1px solid rgba(44,99,232,.12); border-radius: 24px; pointer-events: none; }
.nglp-hero-visual-desktop img { position: relative; z-index: 1; width: 100%; height: auto; aspect-ratio: 16/9; object-fit: cover; border-radius: 20px; }
.nglp-visual-label { position: absolute; left: 42px; top: 42px; z-index: 3; display: flex; align-items: center; gap: 9px; padding: 9px 13px; background: rgba(255,255,255,.95); border: 1px solid var(--nglp-line); border-radius: 999px; color: var(--nglp-navy); font-size: 11px; font-weight: 800; box-shadow: 0 8px 26px rgba(13,30,71,.1); }
.nglp-visual-card { position: absolute; z-index: 3; left: 48px; right: 48px; bottom: 0; transform: translateY(50%); display: flex; align-items: center; gap: 13px; padding: 15px 18px; border-radius: 17px; background: var(--nglp-navy); color: var(--nglp-white); box-shadow: 0 15px 40px rgba(13,30,71,.3); }
.nglp-visual-card div { display: flex; flex-direction: column; line-height: 1.25; }
.nglp-visual-card strong { font-size: 13px; }
.nglp-visual-card small { color: #bfcae2; font-size: 11px; }
.nglp-visual-check { flex: 0 0 auto; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; background: var(--nglp-mint); font-weight: 900; }

.nglp-trust-band { order: 2; padding: 28px 0; background: var(--nglp-white); border-block: 1px solid var(--nglp-line); }
.nglp-trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.nglp-trust-grid div { display: flex; align-items: baseline; justify-content: center; gap: 9px; padding: 4px 28px; border-right: 1px solid var(--nglp-line); }
.nglp-trust-grid div:last-child { border-right: 0; }
.nglp-trust-grid span { color: var(--nglp-blue); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.nglp-trust-grid strong { font-size: 14px; }

.nglp-section { padding: 112px 0; }
.nglp-process { order: 3; background: var(--nglp-white); }
.nglp-section-heading { max-width: 760px; margin-bottom: 54px; }
.nglp-section-heading h2, .nglp-ready h2, .nglp-faq h2, .nglp-final h2 { margin: 0 0 18px; font-size: clamp(38px, 5vw, 58px); line-height: 1.06; letter-spacing: -.045em; }
.nglp-section-heading > p:last-child { margin: 0; color: var(--nglp-muted); font-size: 18px; }
.nglp-process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.nglp-step { min-height: 280px; display: flex; flex-direction: column; justify-content: space-between; padding: 30px; border-radius: var(--nglp-radius); background: var(--nglp-cloud); border: 1px solid var(--nglp-line); }
.nglp-step-featured { background: var(--nglp-blue); color: var(--nglp-white); border-color: var(--nglp-blue); box-shadow: 0 20px 48px rgba(44,99,232,.22); }
.nglp-step-number { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 13px; background: var(--nglp-white); color: var(--nglp-blue); font-size: 12px; font-weight: 900; }
.nglp-step h3 { margin: 30px 0 10px; font-size: 23px; line-height: 1.2; letter-spacing: -.025em; }
.nglp-step p { margin: 0; color: var(--nglp-muted); font-size: 14px; }
.nglp-step-featured p { color: #dce6ff; }
.nglp-process-media { margin-top: 72px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; padding: 34px; border-radius: 32px; background: var(--nglp-ice); }
.nglp-process-media img { width: 100%; aspect-ratio: 30/19; object-fit: cover; border-radius: 23px; box-shadow: 0 18px 44px rgba(13,30,71,.13); }
.nglp-process-media h3 { margin: 0 0 14px; font-size: 36px; line-height: 1.08; letter-spacing: -.04em; }
.nglp-process-media p:not(.nglp-kicker) { color: var(--nglp-muted); }
.nglp-text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--nglp-blue-deep); font-weight: 850; border-bottom: 2px solid rgba(44,99,232,.25); }

.nglp-care { order: 4; background: var(--nglp-navy); color: var(--nglp-white); overflow: hidden; }
.nglp-section-heading-light .nglp-kicker { color: #68e1bd; }
.nglp-section-heading-light > p:last-child { color: #bec9de; }
.nglp-care-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.nglp-care-grid article { overflow: hidden; border-radius: 28px; background: var(--nglp-white); color: var(--nglp-ink); }
.nglp-care-image { padding: 22px 22px 0; background: linear-gradient(#143064, #0d1e47); }
.nglp-care-image img { width: 100%; aspect-ratio: 30/19; object-fit: cover; border-radius: 19px 19px 0 0; }
.nglp-care-copy { padding: 30px; }
.nglp-care-copy span { color: var(--nglp-blue); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.nglp-care-copy h3 { margin: 8px 0 12px; font-size: 28px; line-height: 1.15; letter-spacing: -.035em; }
.nglp-care-copy p { margin: 0; color: var(--nglp-muted); font-size: 14px; }

.nglp-ready { order: 5; background: var(--nglp-ice); }
.nglp-ready-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.nglp-ready h2 { font-size: 48px; }
.nglp-ready ul { list-style: none; margin: 0; padding: 0; }
.nglp-ready li { display: flex; gap: 18px; padding: 22px 0; border-bottom: 1px solid #cad8ed; }
.nglp-ready li:first-child { padding-top: 0; }
.nglp-ready li > span { flex: 0 0 auto; width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; background: var(--nglp-blue); color: var(--nglp-white); font-size: 12px; font-weight: 900; }
.nglp-ready li div { display: flex; flex-direction: column; }
.nglp-ready li strong { font-size: 17px; }
.nglp-ready li small { color: var(--nglp-muted); font-size: 14px; }

.nglp-faq { order: 6; background: var(--nglp-white); }
.nglp-faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; }
.nglp-faq-intro { position: sticky; top: 40px; align-self: start; }
.nglp-faq-intro > p:last-child { color: var(--nglp-muted); }
.nglp-faq-list { border-top: 1px solid var(--nglp-line); }
.nglp-faq-list details { border-bottom: 1px solid var(--nglp-line); }
.nglp-faq-list summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 20px; padding: 24px 4px 24px 0; font-weight: 780; }
.nglp-faq-list summary::-webkit-details-marker { display: none; }
.nglp-faq-list summary span { color: var(--nglp-blue); font-size: 22px; font-weight: 400; }
.nglp-faq-list details[open] summary span { transform: rotate(45deg); }
.nglp-faq-list details p { margin: -8px 45px 24px 0; color: var(--nglp-muted); }

.nglp-final { order: 7; padding: 74px 0; background: var(--nglp-blue); color: var(--nglp-white); }
.nglp-final-inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.nglp-final .nglp-kicker { color: #b9ffea; }
.nglp-final h2 { max-width: 720px; margin-bottom: 12px; }
.nglp-final p:last-child { margin: 0; max-width: 720px; color: #dfe7ff; }
.nglp-final .nglp-button { flex: 0 0 auto; }

.nglp-footer { position: relative; z-index: 2; padding: 70px 0 24px; background: #08142f; color: var(--nglp-white); }
.nglp-footer-grid { display: grid; grid-template-columns: 1.45fr .55fr 1fr; gap: 70px; }
.nglp-brand-footer { margin-bottom: 16px; }
.nglp-footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; }
.nglp-footer-grid p, .nglp-footer-grid a { margin: 0 0 8px; color: #b4bfd6; font-size: 13px; }
.nglp-footer-grid strong { margin-bottom: 14px; color: var(--nglp-white); }
.nglp-footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 46px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); }
.nglp-footer-bottom p { margin: 0; color: #8e9bb6; font-size: 11px; }

.nglp-sticky { position: fixed; z-index: 100; left: 50%; bottom: 16px; transform: translate(-50%, calc(100% + 40px)); width: min(520px, calc(100% - 28px)); padding: 7px; border-radius: 18px; background: rgba(8,20,47,.96); box-shadow: 0 18px 55px rgba(0,0,0,.3); opacity: 0; visibility: hidden; pointer-events: none; transition: transform .32s ease, opacity .32s ease, visibility .32s ease; }
.nglp-sticky.is-visible { transform: translate(-50%, 0); opacity: 1; visibility: visible; pointer-events: auto; }
.nglp-sticky a { min-height: 52px; display: flex; align-items: center; justify-content: center; gap: 14px; border-radius: 13px; background: var(--nglp-white); color: var(--nglp-blue-deep); font-weight: 850; }

@media (max-width: 900px) {
  .nglp-shell { width: min(100% - 32px, 680px); }
  .nglp-nav-inner { min-height: 62px; grid-template-columns: 1fr; }
  .nglp-nav-links, .nglp-nav-cta { display: none; }
  .nglp-brand { justify-self: center; font-size: 18px; }
  .nglp-brand-mark { width: 31px; height: 31px; border-radius: 10px; }
  .nglp-hero-grid { grid-template-columns: 1fr; min-height: 0; gap: 0; padding-block: 28px 32px; }
  .nglp-mobile-title-grid { display: grid; grid-template-columns: minmax(0, 1fr) 124px; gap: 14px; align-items: center; }
  .nglp-hero h1 { font-size: clamp(38px, 10vw, 50px); line-height: 1.01; }
  .nglp-hero-visual-desktop { display: none; }
  .nglp-hero-visual-mobile { display: block; width: 124px; height: 138px; padding: 7px; border-radius: 20px; background: var(--nglp-white); box-shadow: 0 12px 34px rgba(13,30,71,.15); }
  .nglp-hero-visual-mobile img { width: 100%; height: 100%; border-radius: 14px; object-fit: cover; object-position: 60% center; }
  .nglp-hero-lede { margin: 18px 0 15px; font-size: 16px; line-height: 1.45; }
  .nglp-hero-points { margin-bottom: 18px; gap: 8px 14px; }
  .nglp-hero .nglp-button-primary { width: 100%; min-height: 54px; }
  .nglp-hero-note { text-align: center; line-height: 1.35; }
  .nglp-trust-grid { grid-template-columns: 1fr; }
  .nglp-trust-grid div { justify-content: flex-start; border-right: 0; border-bottom: 1px solid var(--nglp-line); padding: 10px 0; }
  .nglp-trust-grid div:last-child { border-bottom: 0; }
  .nglp-section { padding: 78px 0; }
  .nglp-process-grid, .nglp-care-grid { grid-template-columns: 1fr; }
  .nglp-step { min-height: 230px; }
  .nglp-process-media { grid-template-columns: 1fr; gap: 34px; margin-top: 46px; padding: 18px 18px 28px; }
  .nglp-process-media h3 { font-size: 30px; }
  .nglp-ready-grid, .nglp-faq-grid { grid-template-columns: 1fr; gap: 36px; }
  .nglp-ready h2 { font-size: 40px; }
  .nglp-faq-intro { position: static; }
  .nglp-final-inner { flex-direction: column; align-items: flex-start; }
  .nglp-final .nglp-button { width: 100%; }
  .nglp-footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .nglp-footer-bottom { flex-direction: column; gap: 8px; }
  .nglp-seo-copy { padding: 68px 0; }
}

@media (max-width: 420px) {
  .nglp-shell { width: calc(100% - 28px); }
  .nglp-nav-inner { min-height: 58px; }
  .nglp-hero-grid { padding-top: 19px; padding-bottom: 24px; }
  .nglp-eyebrow { margin-bottom: 11px; font-size: 9.5px; letter-spacing: .075em; white-space: nowrap; }
  .nglp-mobile-title-grid { grid-template-columns: minmax(0, 1fr) 130px; gap: 7px; }
  .nglp-hero h1 { font-size: 36px; }
  .nglp-hero-visual-mobile { width: 130px; height: 130px; padding: 5px; border-radius: 18px; }
  .nglp-hero-lede { margin: 13px 0 12px; font-size: 14.5px; line-height: 1.39; }
  .nglp-hero-points { gap: 6px 10px; margin-bottom: 13px; }
  .nglp-hero-points span { font-size: 10.5px; gap: 5px; }
  .nglp-hero-points b { width: 20px; height: 20px; font-size: 7px; }
  .nglp-hero .nglp-button-primary { min-height: 50px; padding-inline: 13px; font-size: 14px; }
  .nglp-hero-note { margin-top: 8px; font-size: 10px; }
  .nglp-trust-band { padding: 18px 0; }
  .nglp-section-heading h2, .nglp-faq h2, .nglp-final h2 { font-size: 37px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
