/* =========================================================
   NextGen Sellers — section styles
   ========================================================= */

/* ---------------- Logo placeholders ---------------- */
.ng-logo { display: inline-flex; align-items: center; gap: 12px; }
.ng-logo__img { height: 48px; width: auto; display: block; }
.ng-logo__mark { position: relative; width: 30px; height: 30px; display: inline-block; flex-shrink: 0; }
.ng-logo__dot { position: absolute; border-radius: 999px; }
.ng-logo__dot--a { width: 15px; height: 15px; background: #fff; top: 0; left: 0; }
.ng-logo__dot--b { width: 15px; height: 15px; background: var(--amber); bottom: 0; right: 0; }
.ng-logo__dot--c { width: 12px; height: 12px; border: 2.5px solid #fff; bottom: 1px; left: 3px; background: transparent; }
.ng-logo__word { font-family: var(--font-display); font-weight: 700; font-size: 1.18rem; letter-spacing: -0.02em; color: #fff; line-height: 1; }
.ng-logo__word-accent { color: var(--amber); }

.ng-lockup { display: flex; flex-direction: column; align-items: flex-end; line-height: 1.05; gap: 5px; }
.ng-lockup__tag { font-size: 0.62rem; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.7); font-weight: 600; }
.ng-lockup__img { height: 42px; width: auto; display: block; }
.ng-lockup__name { font-family: var(--font-display); font-weight: 600; font-size: 1rem; color: #fff; letter-spacing: -0.01em; }
.ng-lockup__x { color: var(--amber); margin: 0 1px; }

/* ---------------- Navigation ---------------- */
.ng-nav {
  position: sticky; top: 0; z-index: 50;
  background: var(--teal);
  transition: box-shadow var(--dur) var(--ease), background var(--dur) var(--ease);
}
.ng-nav--scrolled { box-shadow: 0 4px 20px rgba(26,22,35,0.18); }
.ng-nav__inner { height: var(--nav-h); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.ng-nav__links { display: flex; align-items: center; gap: 4px; }
.ng-nav__link {
  font-size: 0.94rem; font-weight: 500; color: rgba(255,255,255,0.92);
  padding: 8px 13px; border-radius: var(--radius-pill); transition: background var(--dur) var(--ease);
}
.ng-nav__link:hover { background: rgba(255,255,255,0.14); color: #fff; }
.ng-nav__right { display: flex; align-items: center; gap: 18px; }
.btn--nav { padding: 10px 20px; font-size: 0.92rem; }

/* language switcher */
.ng-lang { display: inline-flex; align-items: center; gap: 2px; padding: 3px; border: 1.5px solid rgba(255,255,255,0.45); border-radius: var(--radius-pill); flex-shrink: 0; }
.ng-lang__btn {
  border: 0; background: transparent; color: rgba(255,255,255,0.88); cursor: pointer;
  font-family: var(--font-body); font-weight: 600; font-size: 0.8rem; letter-spacing: 0.02em;
  padding: 6px 13px; border-radius: var(--radius-pill); line-height: 1;
  transition: background var(--dur) var(--ease), color var(--dur) var(--ease);
}
.ng-lang__btn:hover { color: #fff; }
.ng-lang__btn.is-active { background: #fff; color: var(--teal); }
.ng-lang--mobile { align-self: flex-start; margin-top: 6px; border-color: rgba(255,255,255,0.6); }
.ng-nav__burger { display: none; flex-direction: column; gap: 4px; background: none; border: 0; cursor: pointer; padding: 8px; }
.ng-nav__burger span { width: 22px; height: 2px; background: #fff; border-radius: 2px; }
.ng-nav__mobile { display: none; }

/* ---------------- Hero ---------------- */
.ng-hero { position: relative; background: var(--off-black); color: #fff; overflow: hidden; padding: clamp(72px, 11vw, 132px) 0 clamp(64px, 9vw, 110px); }
.ng-hero__bg { position: absolute; inset: 0; pointer-events: none; }
.ng-hero__glow { position: absolute; top: -20%; right: -8%; width: 60vw; height: 60vw; max-width: 760px; max-height: 760px;
  background: radial-gradient(circle, rgba(31,163,166,0.42), transparent 62%); }
.ng-hero__rings {
  position: absolute; left: -90px; bottom: -90px; width: 360px; height: 360px; border-radius: 999px;
  border: 1.5px solid rgba(255,255,255,0.06);
  box-shadow: 0 0 0 60px rgba(255,255,255,0.03), 0 0 0 120px rgba(255,255,255,0.02);
}
.ng-hero__inner { position: relative; max-width: 1080px; }
.ng-hero__logo { height: clamp(64px, 9vw, 96px); width: auto; display: block; margin: 0 0 30px; }
.ng-hero__eyebrow { display: flex; align-items: center; gap: 16px; margin-bottom: 26px; flex-wrap: wrap; }
.ng-hero__eyebrow-note { font-size: 0.85rem; color: rgba(255,255,255,0.66); font-weight: 500; }
.ng-hero__title { font-size: clamp(2.4rem, 5.4vw, 4.4rem); font-weight: 800; line-height: 1.04; letter-spacing: -0.03em; margin: 0 0 24px; }
.ng-hero__line { display: block; }
@media (min-width: 720px) {
  .ng-hero__line { white-space: nowrap; }
}
.ng-hero__title-accent { color: var(--teal-300); }
.ng-hero__sub { font-size: clamp(1.06rem, 1.6vw, 1.3rem); line-height: 1.55; color: rgba(255,255,255,0.82); max-width: 64ch; margin: 0 0 34px; }
.ng-hero__cta { display: flex; flex-wrap: wrap; gap: 14px; }
.btn--lg { padding: 17px 32px; font-size: 1.06rem; }
.ng-hero__facts { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 40px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,0.12); }
.ng-hero__fact { display: inline-flex; align-items: center; gap: 9px; font-size: 0.96rem; font-weight: 500; color: rgba(255,255,255,0.9); }
.ng-hero__fact svg { color: var(--teal-300); }

/* ---------------- Section heads ---------------- */
.ng-section-head { max-width: 760px; margin: 0 0 clamp(36px, 5vw, 56px); }
.ng-section-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.ng-eyebrow--center { justify-content: center; }

/* ---------------- About ---------------- */
.ng-about { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.ng-about__copy .section-title { margin-bottom: 22px; }
.ng-about__p { font-size: 1.08rem; line-height: 1.6; color: var(--ink-700); margin: 0 0 18px; }
.ng-about__facts { display: flex; gap: 36px; margin-top: 30px; padding-top: 28px; border-top: 1px solid var(--border); }
.ng-about__fact { display: flex; flex-direction: column; gap: 6px; max-width: 200px; }
.ng-about__fact-num { font-family: var(--font-display); font-weight: 800; font-size: 2.4rem; color: var(--teal); line-height: 1; }
.ng-about__fact-label { font-size: 0.9rem; color: var(--fg-muted); line-height: 1.4; }
.ng-about__media { position: relative; }
.ng-about__badge {
  position: absolute; left: 20px; bottom: 20px; right: 20px;
  background: #fff; border-radius: var(--radius-md); padding: 14px 16px;
  box-shadow: var(--shadow-md); display: flex; align-items: center; gap: 13px;
}
.ng-about__badge .icon-well { width: 44px; height: 44px; }
.ng-about__badge strong { display: block; font-family: var(--font-display); font-size: 0.98rem; }
.ng-about__badge span { font-size: 0.85rem; color: var(--fg-muted); }

/* ---------------- Benefits ---------------- */
.ng-benefits { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.ng-benefit { position: relative; padding: 28px 26px 30px; overflow: hidden; }
.ng-benefit:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.ng-benefit__line { position: absolute; top: 0; left: 0; height: 4px; width: 56px; border-radius: 0 0 4px 0; }
.ng-benefit--amber .ng-benefit__line { background: var(--amber); }
.ng-benefit--teal .ng-benefit__line { background: var(--teal); }
.ng-benefit .icon-well { margin: 12px 0 18px; }
.ng-benefit__title { font-family: var(--font-display); font-weight: 700; font-size: 1.22rem; line-height: 1.18; margin: 0 0 10px; }
.ng-benefit__body { font-size: 0.96rem; line-height: 1.55; color: var(--fg-muted); margin: 0; }

/* ---------------- Eligibility ---------------- */
.ng-elig { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: clamp(32px, 5vw, 64px); align-items: start; }
.ng-elig__intro .section-title { margin-bottom: 18px; }
.ng-elig__nudge { display: flex; align-items: center; gap: 14px; margin-top: 28px; font-size: 1rem; color: var(--ink-700); line-height: 1.5; }
.ng-elig__nudge .icon-well { width: 46px; height: 46px; }
.ng-elig__nudge a { color: var(--teal-700); font-weight: 600; border-bottom: 1.5px solid var(--teal-100); }
.ng-elig__nudge a:hover { border-bottom-color: var(--teal); }

.ng-elig__panel { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-xl); padding: 12px; box-shadow: var(--shadow-sm); }
.ng-checklist { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 4px; }
.ng-check {
  width: 100%; display: flex; align-items: center; gap: 15px; text-align: left;
  background: transparent; border: 0; cursor: pointer; padding: 15px 16px;
  border-radius: var(--radius-md); transition: background var(--dur) var(--ease);
  font-family: var(--font-body);
}
.ng-check:hover { background: var(--grey); }
.ng-check__box {
  width: 28px; height: 28px; border-radius: 8px; border: 2px solid var(--ink-300);
  display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
  transition: all var(--dur) var(--ease); color: transparent;
}
.ng-check__box svg { width: 17px; height: 17px; stroke-width: 3; }
.ng-check--on .ng-check__box { background: var(--teal); border-color: var(--teal); color: #fff; }
.ng-check__label { font-size: 1.02rem; color: var(--fg); line-height: 1.35; font-weight: 500; }

.ng-elig__result { margin: 8px; margin-top: 14px; border-radius: var(--radius-lg); padding: 20px 22px; transition: background var(--dur) var(--ease); }
.ng-elig__result--idle { background: var(--grey); }
.ng-elig__result--partial { background: var(--amber-50); }
.ng-elig__result--good { background: var(--teal-50); }
.ng-elig__result-top { display: flex; gap: 14px; align-items: flex-start; }
.ng-elig__result-icon { width: 40px; height: 40px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; background: #fff; box-shadow: var(--shadow-sm); }
.ng-elig__result-icon svg { width: 20px; height: 20px; }
.ng-elig__result--good .ng-elig__result-icon { color: var(--teal); }
.ng-elig__result--partial .ng-elig__result-icon { color: var(--amber-700); }
.ng-elig__result--idle .ng-elig__result-icon { color: var(--ink-500); }
.ng-elig__result-top strong { font-family: var(--font-display); font-size: 1.1rem; display: block; margin-bottom: 4px; }
.ng-elig__result-top p { font-size: 0.94rem; color: var(--ink-700); line-height: 1.5; margin: 0; }
.ng-elig__result-cta { display: flex; gap: 12px; margin-top: 18px; flex-wrap: wrap; }
.ng-elig__result-cta .btn { padding: 12px 22px; font-size: 0.95rem; }

/* ---------------- How it works: interactive journey ---------------- */
.ng-journey { margin: 0 0 clamp(36px, 5vw, 56px); }

.ng-journey__rail { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); margin-bottom: 26px; }
.ng-journey__line {
  position: absolute; top: 23px; left: 10%; right: 10%; height: 3px;
  background: var(--ink-200); border-radius: 2px; pointer-events: none;
}
.ng-journey__line--fill {
  right: auto; width: 0; background: var(--teal);
  transition: width 600ms var(--ease);
}

.ng-journey__node {
  position: relative; display: flex; flex-direction: column; align-items: center; gap: 12px;
  background: none; border: 0; padding: 0; cursor: pointer; font-family: var(--font-body);
}
.ng-journey__dot {
  width: 48px; height: 48px; border-radius: 999px; box-sizing: border-box;
  display: inline-flex; align-items: center; justify-content: center;
  background: #fff; border: 2px solid var(--ink-300); color: var(--ink-500);
  transition: all 300ms var(--ease);
}
.ng-journey__dot svg { width: 20px; height: 20px; stroke-width: 2.6; }
.ng-journey__n { font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; }
.ng-journey__label {
  font-size: 0.95rem; font-weight: 600; color: var(--fg-subtle); line-height: 1.25;
  max-width: 16ch; transition: color 300ms var(--ease);
}

.ng-journey__node--done .ng-journey__dot { background: var(--teal); border-color: var(--teal); color: #fff; }
.ng-journey__node--done .ng-journey__label { color: var(--teal-700); }
.ng-journey__node--active .ng-journey__dot {
  background: var(--off-black); border-color: var(--off-black); color: #fff;
  transform: scale(1.12);
  box-shadow: 0 0 0 6px rgba(31,163,166,0.22);
}
.ng-journey__node--active .ng-journey__label { color: var(--off-black); }
.ng-journey__node--todo:hover .ng-journey__dot { border-color: var(--teal); color: var(--teal); }
.ng-journey__node--todo:hover .ng-journey__label { color: var(--fg-muted); }

.ng-journey__panel {
  position: relative; overflow: hidden;
  display: flex; align-items: flex-start; gap: 22px;
  background: #fff; padding: clamp(22px, 3vw, 32px);
  animation: ngJourneyIn 360ms var(--ease);
}
.ng-journey__icon { width: 56px; height: 56px; }
.ng-journey__count {
  display: inline-block; font-family: var(--font-display); font-weight: 700; font-size: 0.82rem;
  letter-spacing: 0.08em; color: var(--teal-700); background: var(--teal-50);
  border-radius: var(--radius-pill); padding: 4px 12px; margin-bottom: 10px;
}
.ng-journey__title { font-family: var(--font-display); font-weight: 700; font-size: 1.45rem; margin: 0 0 8px; }
.ng-journey__body { font-size: 1.05rem; line-height: 1.55; color: var(--fg-muted); margin: 0; max-width: 62ch; }
.ng-journey__tick {
  position: absolute; left: 0; bottom: 0; height: 3px; width: 0;
  background: var(--amber); animation: ngJourneyTick 3400ms linear;
}

@keyframes ngJourneyIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@keyframes ngJourneyTick { from { width: 0; } to { width: 100%; } }

/* timeline table */
.ng-timeline { padding: clamp(22px, 3vw, 34px); background: #fff; }
.ng-timeline__head { display: flex; align-items: center; gap: 16px; margin-bottom: 22px; }
.ng-timeline__title { font-family: var(--font-display); font-weight: 700; font-size: 1.4rem; margin: 0; }
.ng-timeline__sub { font-size: 0.92rem; color: var(--fg-muted); margin: 4px 0 0; }
.ng-table { width: 100%; border-collapse: collapse; font-size: 1rem; }
.ng-table thead th { text-align: left; font-family: var(--font-body); font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fg-subtle); font-weight: 600; padding: 0 18px 12px; border-bottom: 1px solid var(--border); }
.ng-table tbody td { padding: 17px 18px; border-bottom: 1px solid var(--ink-100); vertical-align: middle; }
.ng-table tbody td:first-child { font-weight: 500; }
.ng-table tbody td:last-child { color: var(--ink-700); white-space: nowrap; }
.ng-table tbody tr:last-child td { border-bottom: 0; }
.ng-table__row--hot td { background: var(--teal-50); }
.ng-table__row--hot td:first-child { color: var(--teal-900); font-weight: 700; position: relative; }
.ng-table__row--hot td:last-child { color: var(--teal-900); font-weight: 700; }
.ng-table__dot { display: inline-block; width: 8px; height: 8px; border-radius: 999px; background: var(--teal); margin-right: 10px; vertical-align: middle; }
.ng-table__tag { margin-left: 12px; vertical-align: middle; }

/* ---------------- Participant stories (carousel) ---------------- */
.ng-stories__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: clamp(28px, 4vw, 44px); }
.ng-stories__nav { display: flex; gap: 10px; flex-shrink: 0; }
.ng-stories__arrow {
  width: 48px; height: 48px; border-radius: 999px; flex-shrink: 0;
  background: transparent; border: 1.5px solid rgba(255,255,255,0.28); color: #fff;
  display: inline-flex; align-items: center; justify-content: center; cursor: pointer;
  transition: all var(--dur) var(--ease);
}
.ng-stories__arrow svg { width: 20px; height: 20px; }
.ng-stories__arrow:hover:not(:disabled) { background: var(--amber); border-color: var(--amber); color: var(--off-black); }
.ng-stories__arrow:disabled { opacity: 0.32; cursor: not-allowed; }

.ng-stories__track {
  display: flex; gap: 22px; overflow-x: auto;
  padding: 4px 4px 18px; margin: 0 -4px;
  scrollbar-width: none; -ms-overflow-style: none;
}
.ng-stories__track::-webkit-scrollbar { display: none; }

.ng-story-card {
  flex: 0 0 clamp(280px, 80vw, 420px);
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-xl); padding: 30px 30px 32px;
  display: flex; flex-direction: column;
}
.ng-story-card__photo { margin-bottom: 6px; }
.ng-story-card__photo image-slot { --is-placeholder-bg: rgba(255,255,255,0.08); --is-placeholder-fg: rgba(255,255,255,0.55); border: 2px solid rgba(232,169,47,0.55); border-radius: 999px; }
.ng-story-card__quote { font-family: var(--font-display); font-weight: 500; font-size: 1.18rem; line-height: 1.45; letter-spacing: -0.01em; margin: 0 0 22px; color: #fff; flex: 1; }
.ng-story__quote-mark { color: var(--amber); display: inline-block; margin: 10px 0 8px; }
.ng-story__quote-mark svg { width: 34px; height: 34px; }
.ng-story__attr strong { font-family: var(--font-display); font-size: 1.05rem; color: #fff; display: block; }
.ng-story__attr span { font-size: 0.92rem; color: var(--amber); }

.ng-stories__dots { display: flex; justify-content: center; gap: 9px; margin-top: 26px; }
.ng-stories__dot { width: 9px; height: 9px; border-radius: 999px; border: 0; padding: 0; cursor: pointer; background: rgba(255,255,255,0.25); transition: all var(--dur) var(--ease); }
.ng-stories__dot.is-active { background: var(--amber); width: 26px; }

/* ---------------- FAQ ---------------- */
.ng-faq { max-width: 820px; }
.ng-faq__list { display: flex; flex-direction: column; gap: 12px; }
.ng-faq__item { border: 1px solid var(--border); border-radius: var(--radius-md); background: #fff; transition: border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease); overflow: hidden; }
.ng-faq__item--open { border-color: var(--teal-300); box-shadow: var(--shadow-sm); }
.ng-faq__q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  background: none; border: 0; cursor: pointer; text-align: left;
  font-family: var(--font-display); font-weight: 600; font-size: 1.1rem; color: var(--fg);
  padding: 20px 22px;
}
.ng-faq__chev { width: 30px; height: 30px; border-radius: 999px; background: var(--grey); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; transition: transform var(--dur) var(--ease), background var(--dur) var(--ease); }
.ng-faq__chev svg { width: 18px; height: 18px; }
.ng-faq__item--open .ng-faq__chev { transform: rotate(180deg); background: var(--teal-50); color: var(--teal); }
.ng-faq__a { display: grid; transition: grid-template-rows var(--dur) var(--ease); }
.ng-faq__a-inner { overflow: hidden; }
.ng-faq__a-inner p { padding: 0 22px 22px; margin: 0; color: var(--ink-700); font-size: 1rem; line-height: 1.6; }
.ng-faq__more { text-align: center; margin-top: 28px; color: var(--fg-muted); }
.ng-faq__more a { color: var(--teal-700); font-weight: 600; border-bottom: 1.5px solid var(--teal-100); }
.ng-faq__more a:hover { border-bottom-color: var(--teal); }

/* ---------------- Partners ---------------- */
.ng-partners { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; max-width: 1180px; margin: 0 auto; }
.ng-partners--row2 { max-width: 1000px; }
.ng-partner-slot { --is-placeholder-bg: transparent; }
#partners image-slot::part(frame) { background: transparent; }
.ng-partners__divider { display: flex; align-items: center; gap: 18px; max-width: 880px; margin: 38px auto 30px; }
.ng-partners__divider::before, .ng-partners__divider::after { content: ""; flex: 1; height: 1px; background: var(--border); }
.ng-partners__divider span { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fg-subtle); white-space: nowrap; }
.ng-partners__caption { text-align: center; margin-top: 32px; color: var(--fg-muted); font-size: 0.95rem; max-width: 60ch; margin-left: auto; margin-right: auto; }

/* ---------------- Final CTA ---------------- */
.ng-cta { position: relative; overflow: hidden; text-align: center; }
.ng-cta__rings { position: absolute; right: -100px; top: -100px; width: 380px; height: 380px; border-radius: 999px; border: 2px solid rgba(255,255,255,0.14); box-shadow: 0 0 0 60px rgba(255,255,255,0.06); pointer-events: none; }
.ng-cta__inner { position: relative; max-width: 720px; }
.ng-cta__title { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.1rem, 4.2vw, 3.2rem); letter-spacing: -0.02em; margin: 0 0 14px; color: #fff; }
.ng-cta__sub { font-size: 1.2rem; color: rgba(255,255,255,0.9); margin: 0 0 30px; }
.ng-cta__alt { margin-top: 22px; color: rgba(255,255,255,0.88); font-size: 1rem; }
.ng-cta__alt a { color: #fff; font-weight: 600; border-bottom: 1.5px solid rgba(255,255,255,0.5); }
.ng-cta__alt a:hover { border-bottom-color: #fff; }

/* ---------------- Footer (Biji-biji style) ---------------- */
.ng-footer { background: var(--grey); color: var(--off-black); padding: clamp(48px, 6vw, 88px) 0 clamp(36px, 5vw, 60px); }

.ng-footer__cols { display: grid; grid-template-columns: 1fr 1fr 1.5fr; gap: 40px clamp(32px, 6vw, 96px); }
.ng-fcol__title { font-family: var(--font-display); font-weight: 700; font-size: 1.3rem; color: var(--off-black); margin: 0 0 22px; }
.ng-fcol__title--caps { text-transform: uppercase; font-size: 1.12rem; letter-spacing: 0.02em; }
.ng-fcol__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 16px; }
.ng-fcol__list a { font-size: 1.02rem; line-height: 1.35; color: var(--ink-700); transition: color var(--dur) var(--ease); }
.ng-fcol__list a:hover { color: var(--teal-700); }

/* subscribe block */
.ng-footer__subtext { font-size: 1rem; line-height: 1.55; color: var(--ink-700); margin: 0 0 22px; }
.ng-subform { display: flex; flex-direction: column; gap: 14px; }
.ng-subform__input {
  width: 100%; font-family: var(--font-body); font-size: 1rem; color: var(--off-black);
  background: #fff; border: 1px solid var(--ink-300); border-radius: var(--radius-pill);
  padding: 15px 22px; outline: none; transition: border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.ng-subform__input::placeholder { color: var(--ink-400); }
.ng-subform__input:focus { border-color: var(--teal); box-shadow: 0 0 0 3px var(--teal-50); }
.ng-subform__btn {
  width: 100%; border: 0; cursor: pointer; font-family: var(--font-body); font-weight: 600; font-size: 1.02rem;
  background: var(--off-black); color: #fff; border-radius: var(--radius-pill); padding: 15px 22px;
  transition: background var(--dur) var(--ease);
}
.ng-subform__btn:hover { background: var(--teal); }
.ng-subform__err { margin: -4px 0 0; font-size: 0.85rem; color: #b3261e; padding-left: 22px; }
.ng-footer__subdone {
  font-family: var(--font-display); font-size: 1.18rem; font-weight: 700; line-height: 1.5;
  color: var(--ink-700); background: var(--grey); border: 1px solid var(--ink-200);
  padding: 26px 28px; margin: 0;
}

/* bottom bar */
.ng-footer__bottom { display: flex; justify-content: space-between; align-items: flex-end; gap: 28px; flex-wrap: wrap; margin-top: clamp(40px, 6vw, 72px); }
.ng-footer__bottomleft { display: flex; flex-direction: column; gap: 16px; }
.ng-footer__copy { font-size: 0.98rem; color: var(--off-black); margin: 0; }
.ng-footer__legal { display: flex; flex-direction: column; gap: 14px; }
.ng-footer__legal a { font-size: 0.98rem; color: var(--ink-700); transition: color var(--dur) var(--ease); width: max-content; }
.ng-footer__legal a:hover { color: var(--teal-700); }
.ng-footer__bottomright { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.ng-footer__email { font-family: var(--font-display); font-weight: 600; font-size: 1.12rem; color: var(--off-black); transition: color var(--dur) var(--ease); }
.ng-footer__email:hover { color: var(--teal-700); }
.ng-footer__socials { display: flex; align-items: center; gap: 12px; }
.ng-footer__socials a {
  width: 38px; height: 38px; border-radius: 999px; background: var(--off-black); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  transition: background var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.ng-footer__socials a:hover { background: var(--teal); transform: translateY(-1px); }

/* ---------------- Responsive ---------------- */
@media (max-width: 900px) {
  :root { --gutter: 20px; }
  .ng-nav__links { display: none; }
  .ng-nav__burger { display: flex; }
  .ng-nav__right > .ng-lang { display: none; }
  .ng-lockup { display: none; }
  .ng-nav__mobile { display: flex; flex-direction: column; gap: 6px; padding: 14px 20px 20px; background: var(--teal-700); }
  .ng-nav__mobile a:not(.btn) { color: #fff; padding: 12px 14px; border-radius: 10px; font-weight: 500; }
  .ng-nav__mobile a:not(.btn):hover { background: rgba(255,255,255,0.12); }
  .ng-nav__mobile .btn { margin-top: 6px; }
  .ng-about { grid-template-columns: 1fr; }
  .ng-about__media { order: -1; }
  .ng-benefits { grid-template-columns: repeat(2, 1fr); }
  .ng-elig { grid-template-columns: 1fr; }
  .ng-journey__label { font-size: 0.82rem; max-width: 11ch; }
  .ng-story { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .ng-footer__cols { grid-template-columns: 1fr 1fr; gap: 36px 28px; }
  .ng-fcol--subscribe { grid-column: 1 / -1; max-width: 520px; }
}
@media (max-width: 560px) {
  .ng-benefits { grid-template-columns: 1fr; }
  .ng-journey__label { display: none; }
  .ng-journey__dot { width: 40px; height: 40px; }
  .ng-journey__line { top: 19px; }
  .ng-journey__panel { flex-direction: column; gap: 14px; }
  .ng-hero__cta .btn { flex: 1 1 auto; }
  .ng-about__facts { flex-direction: column; gap: 22px; }
  .ng-table thead { display: none; }
  .ng-table tbody td { display: block; border: 0; padding: 4px 0; }
  .ng-table tbody tr { display: block; padding: 14px 14px; border-bottom: 1px solid var(--ink-100); }
  .ng-table__row--hot td { background: transparent; }
  .ng-table__row--hot { background: var(--teal-50); border-radius: var(--radius-md); }
  .ng-footer__bottom { flex-direction: column; align-items: flex-start; }
  .ng-footer__cols { grid-template-columns: 1fr; gap: 36px; }
  .ng-footer__bottomright { flex-direction: column; align-items: flex-start; gap: 16px; }
}
