@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700;800&family=DM+Sans:wght@400;500;700&display=swap");

:root {
  --nda-bg: #f7f4e8;
  --nda-white: #fffdf7;
  --nda-ink: #183424;
  --nda-muted: #5c6756;
  --nda-navy: #1f5b3a;
  --nda-teal: #5f7f1f;
  --nda-violet: #86a300;
  --nda-blue-card: #d6e2af;
  --nda-soft-blue: #edf3dd;
  --nda-yellow: #b58f25;
  --nda-border: rgba(31, 91, 58, 0.12);
  --nda-shadow: 0 18px 42px rgba(31, 91, 58, 0.08);
}

body {
  color: var(--nda-ink);
  background: var(--nda-bg);
  font-family: "DM Sans", sans-serif;
  overflow-x: hidden;
}

.btn.btn-primary {
  background: var(--nda-navy);
  border-color: var(--nda-navy);
  color: #fff;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
  background: #17472e !important;
  border-color: #17472e !important;
  color: #fff !important;
  box-shadow: 0 10px 20px rgba(31, 91, 58, 0.18) !important;
}

.alert-primary {
  background: #eef3dd;
  border-color: #d4dfaf;
  color: #29462e;
}

.alert-info {
  background: #f3edd9;
  border-color: #dfc981;
  color: #5c4813;
}

.alert-dark {
  background: #21452f;
  border-color: #21452f;
  color: #fff9eb;
}

.form-control:focus,
.form-select:focus,
select.form-control:focus {
  border-color: rgba(181, 143, 37, 0.48) !important;
  box-shadow: 0 0 0 0.22rem rgba(181, 143, 37, 0.16) !important;
}

.swal-button,
.swal-button--confirm {
  background: var(--nda-navy) !important;
  border-color: var(--nda-navy) !important;
}

.swal-button:not([disabled]):hover,
.swal-button--confirm:not([disabled]):hover {
  background: #17472e !important;
}

.swal-footer {
  text-align: center;
}

img {
  max-width: 100%;
}

.alt-font,
.nda-block-title,
.nda-hero-title,
.nda-result-card h5,
.nda-course-preview h5,
.nda-property-main h5,
.nda-property-mini h6,
.pin-footer-title,
.pin-brand-text strong,
.nda-logo-wordmark,
.nda-stat-card strong,
.nda-category-tab,
.nda-tab-button,
.pin-nav-cta,
.nda-cta-button,
.pin-pill,
.nda-mentor-profile strong {
  font-family: "Baloo 2", cursive !important;
}

.container {
  max-width: 1220px;
}

.nda-navbar {
  width: 100%;
  margin: 0;
  padding: 16px 0;
  background: #fff;
  box-shadow: 0 10px 24px rgba(31, 91, 58, 0.08);
}

.nda-nav-shell {
  align-items: center;
}

.nda-logo-link {
  text-decoration: none;
}

.nda-logo-wordmark {
  display: inline-block;
  color: var(--nda-ink);
  font-size: 54px;
  line-height: 0.82;
  font-weight: 800;
  letter-spacing: -0.08em;
}

.nda-logo-wordmark::first-letter {
  font-size: 1.16em;
}

.nda-logo-wordmark-footer {
  color: #fff;
}

.nda-nav-pill {
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 24px rgba(31, 91, 58, 0.05);
}

.nda-navbar .navbar-nav .nav-link {
  color: var(--nda-ink);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  padding-left: 18px;
  padding-right: 18px;
}

.nda-navbar .navbar-nav .nav-link:hover,
.nda-navbar .navbar-nav .active .nav-link {
  color: var(--nda-violet);
}

.pin-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.pin-brand-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(31, 91, 58, 0.08);
  box-shadow: 0 10px 22px rgba(31, 91, 58, 0.08);
  flex-shrink: 0;
  padding: 3px;
}

.pin-brand-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: none;
  border-radius: 14px;
}

.pin-brand-mark {
  min-width: 52px;
  height: 52px;
  padding: 0 12px;
  border-radius: 14px;
  background: var(--nda-white);
  border: 1px solid rgba(31, 91, 58, 0.08);
  color: var(--nda-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.pin-brand-text {
  display: inline-flex;
  flex-direction: column;
  line-height: 1.08;
}

.pin-brand-text strong {
  color: var(--nda-ink);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.pin-brand-text span {
  color: var(--nda-muted);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pin-brand-text strong.text-white,
.pin-brand-text span.text-white {
  color: #fff !important;
}

.navbar .pin-brand-text strong,
.navbar .pin-brand-text span {
  color: inherit;
}

.pin-brand-footer .pin-brand-icon {
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.pin-nav-cta,
.btn.btn-base-color {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--nda-navy);
  border: 2px solid rgba(255, 255, 255, 0.9);
  outline: 1px solid var(--nda-navy);
  color: #fff !important;
  box-shadow: 0 10px 18px rgba(31, 91, 58, 0.16);
  font-size: 15px;
  font-weight: 700;
}

.pin-nav-cta:hover,
.pin-nav-cta:focus,
.pin-nav-cta:active {
  background: #17472e !important;
  border-color: rgba(255, 255, 255, 0.9) !important;
  outline-color: #17472e !important;
  color: #fff !important;
  box-shadow: 0 12px 22px rgba(31, 91, 58, 0.2) !important;
}

.pin-nav-cta span,
.btn.btn-base-color span {
  background: transparent !important;
  color: #fff !important;
  min-width: 0;
  width: auto;
  height: auto;
  margin-left: 0;
}

.pin-nav-cta:hover span,
.pin-nav-cta:focus span,
.pin-nav-cta:active span,
.pin-nav-cta:hover i,
.pin-nav-cta:focus i,
.pin-nav-cta:active i {
  color: #fff !important;
  background: transparent !important;
}

.btn.btn-dark-gray {
  background: var(--nda-white);
  color: var(--nda-navy);
  border: 1px solid rgba(31, 91, 58, 0.18);
  box-shadow: none;
}

.btn.btn-light.nda-footer-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 2px solid rgba(31, 91, 58, 0.92);
  outline: 1px solid rgba(255, 255, 255, 0.9);
  color: var(--nda-navy);
  font-family: "Baloo 2", cursive;
  font-weight: 700;
}

.pin-highlight-link,
.pin-accent-text {
  color: var(--nda-violet);
  font-weight: 700;
}

.pin-dark-text {
  color: var(--nda-ink);
}

.pin-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(134, 163, 0, 0.12);
  color: var(--nda-violet);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: none;
}

.pin-pill-light {
  background: transparent;
  color: #f7e7a5;
}

.pin-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.pin-action-row .btn {
  margin: 0;
}

.pin-soft-bg {
  background: #f2f4e7;
}

.pin-olive-bg {
  background: #e7edd3;
}

.pin-sand-bg {
  background: #f3ecde;
}

.pin-info-card,
.pin-course-card,
.pin-contact-card,
.pin-stat-card,
.pin-apply-note {
  height: 100%;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--nda-border);
  border-radius: 20px;
  box-shadow: var(--nda-shadow);
}

.pin-course-card i,
.pin-contact-card i,
.pin-info-card i {
  color: var(--nda-violet);
}

.pin-course-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0;
}

.pin-course-meta span {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(134, 163, 0, 0.1);
  color: var(--nda-violet);
  font-size: 12px;
  font-weight: 700;
}

.pin-list {
  margin: 0;
  padding-left: 18px;
  color: var(--nda-muted);
}

.pin-list li + li {
  margin-top: 8px;
}

.pin-apply-step {
  background: #fff;
  border: 1px solid var(--nda-border);
  border-radius: 16px;
  padding: 18px 20px;
}

.pin-apply-step strong {
  color: var(--nda-ink);
}

.pin-page-banner {
  position: relative;
}

.pin-page-banner:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(31, 91, 58, 0.88), rgba(134, 163, 0, 0.52));
}

.pin-page-banner > .container {
  position: relative;
  z-index: 1;
}

.pin-mini-nav,
.pin-mini-nav a {
  color: rgba(255, 255, 255, 0.84);
}

.pin-table {
  width: 100%;
  border-collapse: collapse;
}

.pin-table th,
.pin-table td {
  padding: 16px 14px;
  border-bottom: 1px solid rgba(17, 33, 43, 0.08);
  text-align: left;
}

.pin-table th {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--nda-muted);
}

.pin-site-footer {
  background: var(--nda-navy);
}

.pin-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pin-footer-links li + li {
  margin-top: 10px;
}

.pin-footer-links a,
.pin-footer-copy,
.pin-footer-meta {
  color: rgba(255, 255, 255, 0.78);
}

.pin-footer-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.pin-footer-compact {
  font-size: 14px;
  line-height: 1.8;
}

.pin-footer-bottom {
  border-top: 1px dashed rgba(255, 255, 255, 0.18);
  margin-top: 34px;
  padding-top: 22px;
}

.pin-inline-note {
  padding: 18px 20px;
  border-left: 3px solid var(--nda-violet);
  background: #fff;
  border-radius: 0 14px 14px 0;
  box-shadow: 0 8px 20px rgba(20, 30, 24, 0.04);
}

.pin-section-title {
  letter-spacing: -0.045em;
}

.nda-home {
  overflow: hidden;
}

.nda-block-title {
  font-size: 66px;
  line-height: 0.98;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.nda-block-title span {
  color: var(--nda-yellow);
}

.nda-left-title {
  font-size: 58px;
}

.nda-section-copy {
  color: var(--nda-muted);
  font-size: 18px;
  line-height: 1.85;
}

.nda-showcase-hero {
  margin-top: 0;
  padding: 0;
}

.nda-video-hero {
  margin-top: 16vh;
  padding: 0 0 72px;
  background: #fff;
}

.nda-video-hero-shell {
  position: relative;
  overflow: hidden;
  background: var(--nda-navy);
}

.nda-video-banner-only {
  height: 80vh;
  min-height: 360px;
  max-height: 760px;
  border-radius: 34px;
  box-shadow: 0 22px 52px rgba(31, 91, 58, 0.14);
}

.nda-video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  filter: saturate(0.92) brightness(0.72);
}

.nda-video-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 43, 28, 0.74) 0%, rgba(16, 43, 28, 0.46) 38%, rgba(16, 43, 28, 0.28) 100%),
    radial-gradient(circle at 50% 45%, rgba(181, 143, 37, 0.12), transparent 42%);
}

.nda-video-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 44px 54px;
}

.nda-video-caption {
  max-width: 520px;
}

.nda-video-caption-title {
  margin: 0 0 16px;
  color: #fff;
  font-size: 56px;
  line-height: 0.98;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  text-shadow: 0 16px 36px rgba(5, 11, 28, 0.28);
}

.nda-video-caption-text {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.7;
  max-width: 420px;
}

.nda-video-caption-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.nda-video-caption-primary,
.nda-video-caption-secondary {
  min-width: 132px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  font-family: "Baloo 2", cursive;
  font-size: 14px;
  font-weight: 700;
}

.nda-video-caption-primary {
  background: #fff;
  color: var(--nda-navy) !important;
  border: 1px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 28px rgba(22, 52, 36, 0.18);
}

.nda-video-caption-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(10px);
}

.nda-video-caption-primary:hover,
.nda-video-caption-primary:focus,
.nda-video-caption-primary:active {
  color: var(--nda-navy) !important;
  background: #f7f8fb;
}

.nda-video-caption-secondary:hover,
.nda-video-caption-secondary:focus,
.nda-video-caption-secondary:active {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.16);
}

.nda-reference-copy {
  position: relative;
  max-width: 560px;
  padding-top: 42px;
}

.nda-reference-spark {
  position: absolute;
  top: 0;
  left: 2px;
  width: 42px;
  height: 42px;
}

.nda-reference-spark:before,
.nda-reference-spark:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(#1a1a1a, #1a1a1a) center/2px 100% no-repeat,
    linear-gradient(#1a1a1a, #1a1a1a) center/100% 2px no-repeat;
  opacity: 0.7;
}

.nda-reference-spark:after {
  transform: rotate(45deg);
}

.nda-reference-title {
  margin: 0;
  color: #161616;
  font-size: 78px;
  line-height: 0.94;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.nda-reference-title span {
  color: var(--nda-violet);
}

.nda-reference-story {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 420px;
  margin-top: 34px;
}

.nda-reference-story-avatar {
  width: 88px;
  height: 118px;
  overflow: hidden;
  border-radius: 28px;
  flex-shrink: 0;
  box-shadow: 0 14px 28px rgba(31, 91, 58, 0.12);
}

.nda-reference-story-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nda-reference-story-copy p {
  margin: 0 0 14px;
  color: #4f5563;
  font-size: 15px;
  line-height: 1.75;
}

.nda-reference-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  background: var(--nda-navy);
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, 0.9);
  outline: 1px solid var(--nda-navy);
  box-shadow: 0 12px 22px rgba(31, 91, 58, 0.16);
  font-family: "Baloo 2", cursive;
  font-size: 16px;
  font-weight: 700;
}

.nda-reference-collage {
  position: relative;
  width: 100%;
  max-width: 540px;
  height: 560px;
  margin-left: auto;
}

.nda-reference-card {
  position: absolute;
}

.nda-reference-card-main {
  top: 46px;
  left: 12px;
  width: 232px;
  height: 252px;
}

.nda-reference-card-purple {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #7f9f19;
  box-shadow: 0 18px 34px rgba(95, 127, 31, 0.2);
}

.nda-reference-card-purple img {
  position: absolute;
  inset: auto 0 0 10px;
  width: calc(100% - 20px);
  max-height: 100%;
  object-fit: contain;
}

.nda-reference-card-circle {
  top: 22px;
  right: 8px;
  width: 228px;
  height: 228px;
}

.nda-reference-circle-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  background: #d7c070;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nda-reference-circle-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nda-reference-card-small {
  left: 138px;
  bottom: 64px;
  width: 172px;
  height: 186px;
}

.nda-reference-card-soft {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 22px;
  background: #fbf7f1;
  box-shadow: 0 18px 32px rgba(31, 91, 58, 0.12);
}

.nda-reference-card-soft img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nda-reference-card-square {
  right: 18px;
  bottom: 22px;
  width: 218px;
  height: 218px;
}

.nda-reference-card-dark {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 18px;
  background: #2c5c29;
  box-shadow: 0 18px 34px rgba(31, 91, 58, 0.24);
}

.nda-reference-card-dark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nda-reference-float {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 5px 12px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(31, 91, 58, 0.1);
  color: #42495c;
  font-size: 12px;
  font-weight: 700;
}

.nda-reference-float-top {
  top: 8px;
  left: 196px;
}

.nda-reference-float-mid {
  left: 110px;
  bottom: 132px;
}

.nda-reference-float-bottom {
  right: 38px;
  bottom: -2px;
}

.nda-reference-check {
  position: absolute;
  z-index: 3;
  right: 148px;
  bottom: 154px;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(31, 91, 58, 0.12);
  color: var(--nda-yellow);
  font-size: 18px;
}

.nda-reference-scribble {
  position: absolute;
  left: 250px;
  bottom: 12px;
  width: 70px;
  height: 28px;
  border-bottom: 3px solid rgba(38, 38, 38, 0.7);
  border-radius: 0 0 60px 60px;
  transform: rotate(8deg);
}

.nda-reference-scribble:after {
  content: "";
  position: absolute;
  left: 26px;
  top: -6px;
  width: 36px;
  height: 18px;
  border-bottom: 3px solid rgba(38, 38, 38, 0.7);
  border-radius: 0 0 40px 40px;
  transform: rotate(-18deg);
}

.nda-video-mini-copy {
  padding: 28px 26px;
  background: rgba(31, 91, 58, 0.88);
}

.nda-video-mini-copy strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-family: "Baloo 2", cursive;
  font-size: 28px;
  line-height: 1;
}

.nda-video-mini-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.8;
}

.nda-video-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--nda-navy);
  font-family: "Baloo 2", cursive;
  font-size: 16px;
  font-weight: 700;
}

.nda-doodle,
.nda-spark,
.nda-squiggle {
  position: absolute;
}

.nda-doodle-top {
  top: -6px;
  left: -22px;
  width: 38px;
  height: 38px;
}

.nda-doodle-top::before,
.nda-doodle-top::after,
.nda-doodle-white::before,
.nda-doodle-white::after {
  content: "";
  position: absolute;
  left: 18px;
  width: 3px;
  border-radius: 999px;
  background: currentColor;
}

.nda-doodle-top,
.nda-doodle-white {
  color: var(--nda-ink);
}

.nda-doodle-top::before,
.nda-doodle-white::before {
  top: 2px;
  height: 16px;
  transform: rotate(-14deg);
}

.nda-doodle-top::after,
.nda-doodle-white::after {
  top: 18px;
  height: 12px;
  transform: rotate(18deg);
}

.nda-doodle-top span,
.nda-doodle-white span {
  display: none;
}

.nda-spark {
  width: 22px;
  height: 22px;
  border: 2px solid var(--nda-yellow);
  border-left-color: transparent;
  border-right-color: transparent;
  transform: rotate(45deg);
}

.nda-spark-one {
  left: 26px;
  top: 256px;
}

.nda-spark-two {
  right: 6px;
  top: 132px;
}

.nda-squiggle-small {
  left: 96px;
  bottom: -12px;
  width: 110px;
  height: 40px;
}

.nda-squiggle-small::before,
.nda-squiggle-heading::before {
  content: "";
  position: absolute;
  inset: 0;
  border-bottom: 4px solid var(--nda-ink);
  border-radius: 50%;
}

.nda-squiggle-heading {
  right: 18px;
  top: 18px;
  width: 70px;
  height: 28px;
}

.nda-results-section {
  padding: 10px 0 80px;
}

.nda-results-shell {
  padding: 54px 32px 34px;
  background: var(--nda-navy);
  border-radius: 36px;
}

.nda-results-shell .nda-block-title {
  margin-bottom: 38px;
  color: #fff;
  font-size: 64px;
}

.nda-result-card {
  height: 100%;
  padding: 22px 22px 22px;
  border-radius: 16px;
  background: #5c7e20;
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.8);
}

.nda-result-asset {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.nda-result-card h5 {
  margin: 18px 0 8px;
  color: #fff;
  font-size: 34px;
  line-height: 0.98;
  text-transform: uppercase;
}

.nda-result-card p {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.75;
}

.nda-result-arrow {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  font-size: 28px;
}

.nda-goal-section,
.nda-categories-section,
.nda-mentor-section,
.nda-properties-section {
  padding: 84px 0;
}

.nda-goal-visual {
  position: relative;
  padding-left: 18px;
}

.nda-goal-frame {
  overflow: hidden;
  border-radius: 22px;
  background: #86a300;
  box-shadow: var(--nda-shadow);
}

.nda-goal-frame img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.nda-sunburst {
  position: absolute;
  top: -28px;
  left: -6px;
  width: 86px;
  height: 86px;
}

.nda-sunburst::before,
.nda-sunburst::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  border: 5px solid transparent;
  border-top-color: var(--nda-yellow);
  border-right-color: var(--nda-yellow);
}

.nda-sunburst::after {
  transform: rotate(45deg);
}

.nda-stat-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  min-height: 152px;
  padding: 30px 22px;
  border-radius: 20px;
  background: #eef2df;
  border: 1px solid rgba(31, 91, 58, 0.05);
}

.nda-stat-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--nda-ink);
  color: #fff;
  font-size: 24px;
  flex-shrink: 0;
}

.nda-stat-card strong,
.nda-stat-card span {
  display: block;
}

.nda-stat-card strong {
  color: var(--nda-ink);
  font-size: 24px;
  line-height: 1;
}

.nda-stat-card span {
  margin-top: 8px;
  color: var(--nda-ink);
  font-size: 15px;
  line-height: 1.65;
}

.nda-heading-row {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 26px;
}

.nda-category-shell {
  padding: 18px 18px 22px;
  background: linear-gradient(180deg, #f2ecd8, #d6e2af);
  border-radius: 28px;
  box-shadow: var(--nda-shadow);
}

.nda-category-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 66px;
  padding: 14px 18px;
  border-radius: 16px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.nda-category-tab + .nda-category-tab {
  margin-top: 10px;
}

.nda-category-tab-muted {
  color: rgba(31, 91, 58, 0.3);
  background: rgba(255, 255, 255, 0.44);
}

.nda-category-tab-active {
  color: var(--nda-ink);
  background: rgba(134, 163, 0, 0.12);
}

.nda-tab-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(31, 91, 58, 0.12);
  background: rgba(255, 255, 255, 0.72);
  color: rgba(31, 91, 58, 0.3);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.nda-tab-button-active {
  background: var(--nda-navy);
  border: 2px solid rgba(255, 255, 255, 0.92);
  outline: 1px solid var(--nda-navy);
  color: #fff;
}

.nda-course-preview {
  height: 100%;
  padding: 24px 22px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 24px rgba(31, 91, 58, 0.08);
}

.nda-course-preview-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 18px;
}

.nda-course-preview-image {
  width: 74px;
  height: 74px;
  object-fit: contain;
}

.nda-course-preview-badge {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #f3ead4;
  color: var(--nda-ink);
  font-size: 18px;
}

.nda-course-preview h5 {
  margin: 0 0 8px;
  font-size: 32px;
  line-height: 0.98;
}

.nda-course-preview p {
  margin: 0;
  color: var(--nda-ink);
  font-size: 14px;
  line-height: 1.75;
}

.nda-mentor-panel {
  padding: 32px;
  border-radius: 34px;
  background: var(--nda-navy);
  box-shadow: var(--nda-shadow);
}

.nda-mentor-copy {
  position: relative;
  height: 100%;
  padding: 34px 30px;
  border-radius: 24px;
  background: #6f8e1a;
}

.nda-doodle-white {
  top: 24px;
  left: 18px;
  width: 32px;
  height: 32px;
  color: #fff;
}

.nda-mentor-copy .nda-block-title {
  font-size: 60px;
}

.nda-mentor-profile {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.8);
}

.nda-mentor-profile img {
  width: 68px;
  height: 68px;
  object-fit: cover;
  border-radius: 999px;
}

.nda-mentor-profile p {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.8;
}

.nda-mentor-profile strong,
.nda-mentor-profile span {
  display: block;
}

.nda-mentor-profile strong {
  color: #fff;
  font-size: 30px;
  line-height: 1;
}

.nda-mentor-profile span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
}

.nda-mentor-nav {
  display: flex;
  gap: 16px;
  margin-top: 28px;
}

.nda-mentor-nav span {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.66);
  color: #fff;
  font-size: 28px;
}

.nda-mentor-visual {
  margin-left: 22px;
  padding: 26px;
  border-radius: 24px;
  background: #d6b154;
}

.nda-mentor-visual img {
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 24px;
}

.nda-property-card {
  border-radius: 24px;
  background: #d9e3b5;
  box-shadow: var(--nda-shadow);
}

.nda-property-main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 420px;
  padding: 30px 30px 0;
}

.nda-property-main h5,
.nda-property-mini h6 {
  margin: 0 0 8px;
  color: var(--nda-ink);
  font-size: 34px;
  line-height: 1;
  text-transform: uppercase;
}

.nda-property-main p,
.nda-property-mini p {
  color: var(--nda-ink);
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
}

.nda-property-main img {
  width: 100%;
  max-width: 430px;
  align-self: flex-end;
  margin-top: 12px;
}

.nda-property-stack {
  display: grid;
  gap: 16px;
}

.nda-property-mini {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 22px;
}

.nda-property-mini h6 {
  font-size: 28px;
}

.nda-property-mini i {
  color: var(--nda-violet);
  font-size: 38px;
}

.nda-property-icon {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.nda-footer-cta {
  padding: 10px 0 60px;
}

.nda-footer-shell {
  padding: 42px 34px 28px;
  border-radius: 34px;
  background: var(--nda-navy);
  box-shadow: var(--nda-shadow);
}

.nda-footer-shell .nda-block-title {
  font-size: 72px;
}

.nda-footer-grid {
  margin-top: 44px;
}

.nda-follow-title {
  margin-top: 18px;
  margin-bottom: 12px;
  font-size: 18px;
}

.nda-socials {
  display: flex;
  gap: 12px;
}

.nda-socials a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 18px;
}

.nda-footer-meta {
  color: rgba(255, 255, 255, 0.78);
}

.nda-footer-meta i,
.pin-footer-links a i {
  margin-right: 8px;
}

@media (max-width: 991px) {
  .pin-brand-text span {
    display: none;
  }

  .nda-navbar .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 12px;
  }

  .nda-navbar .container > .col-auto:first-child {
    order: 1;
    flex: 0 0 auto;
  }

  .pin-brand {
    gap: 10px;
  }

  .pin-brand-icon {
    width: 52px;
    height: 52px;
  }

  .pin-brand-icon img {
    width: 100%;
    height: 100%;
  }

  .nda-block-title,
  .nda-left-title,
  .nda-footer-shell .nda-block-title,
  .nda-reference-title {
    font-size: 44px;
    line-height: 1.02;
  }

  .nda-navbar {
    padding: 12px 0;
  }

  .nda-navbar .d-lg-flex {
    order: 2;
    width: auto;
    margin-left: auto !important;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 auto;
  }

  .nda-navbar .menu-order {
    order: 3;
    flex: 0 0 auto;
    margin-left: 10px;
  }

  .nda-navbar .navbar-collapse {
    order: 4;
    flex-basis: 100%;
    width: 100%;
    margin-top: 14px;
    padding: 14px 16px;
    border-radius: 22px;
    background: #fffdf8;
  box-shadow: 0 16px 36px rgba(31, 91, 58, 0.1);
  }

  .nda-navbar .navbar-toggler {
    padding: 0;
    margin: 0;
    float: none !important;
    border: 0;
    box-shadow: none;
  }

  .nda-navbar .navbar-nav {
    gap: 6px;
  }

  .nda-navbar .navbar-nav .nav-link {
    padding: 10px 8px;
  }

  .pin-nav-cta {
    width: auto;
    min-height: 46px;
    padding: 10px 16px;
    font-size: 13px;
  }

  .nda-video-hero {
    padding-bottom: 56px;
  }

  .nda-video-content {
    padding: 36px 34px;
  }

  .nda-video-caption-title {
    font-size: 44px;
  }

  .nda-video-caption-text {
    font-size: 15px;
    max-width: 380px;
  }

  .nda-reference-copy {
    max-width: 100%;
    padding-top: 28px;
  }

  .nda-reference-collage {
    max-width: 500px;
    height: 520px;
    margin: 24px auto 0;
  }

  .nda-results-shell .nda-block-title,
  .nda-mentor-copy .nda-block-title,
  .nda-property-main h5,
  .nda-property-mini h6 {
    font-size: 42px;
  }

  .nda-result-card h5,
  .nda-course-preview h5 {
    font-size: 28px;
  }

  .nda-category-tab {
    font-size: 22px;
  }

  .nda-property-main {
    min-height: 0;
  }

  .nda-results-shell,
  .nda-footer-shell,
  .nda-mentor-panel {
    padding-left: 22px;
    padding-right: 22px;
  }

  .nda-mentor-visual {
    margin-top: 22px;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .nda-results-section,
  .nda-goal-section,
  .nda-categories-section,
  .nda-mentor-section,
  .nda-properties-section,
  .nda-footer-cta {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .pin-brand-text {
    display: none;
  }

  .nda-navbar {
    padding: 10px 0;
  }

  .nda-navbar .navbar-collapse {
    padding: 12px 14px;
    border-radius: 18px;
  }

  .pin-nav-cta {
    width: auto;
    min-height: 40px;
    padding: 9px 12px;
    font-size: 12px;
    justify-content: center;
    border-width: 1px;
  }

  .pin-nav-cta span {
    margin-left: 2px;
  }

  .nda-navbar .menu-order {
    margin-left: 8px;
  }

  .nda-navbar .navbar-toggler {
    min-width: 34px;
  }

  .nda-video-hero-shell {
    min-height: 0;
  }

  .nda-video-banner-only {
    height: 80vh;
    min-height: 300px;
    border-radius: 24px;
  }

  .nda-video-content {
    padding: 28px 22px;
    align-items: flex-end;
  }

  .nda-video-caption {
    max-width: 100%;
  }

  .nda-video-caption-title {
    font-size: 34px;
    margin-bottom: 12px;
  }

  .nda-video-caption-text {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.7;
  }

  .nda-video-caption-actions {
    gap: 10px;
  }

  .nda-video-caption-primary,
  .nda-video-caption-secondary {
    min-width: 118px;
    min-height: 42px;
    padding: 9px 16px;
    font-size: 13px;
  }

  .nda-reference-title {
    font-size: 38px;
    letter-spacing: -0.05em;
  }

  .nda-reference-story {
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
  }

  .nda-reference-story-avatar {
    width: 92px;
    height: 92px;
    border-radius: 24px;
  }

  .nda-reference-collage {
    height: 430px;
    max-width: 100%;
  }

  .nda-reference-card-main {
    top: 24px;
    left: 0;
    width: 168px;
    height: 190px;
  }

  .nda-reference-card-circle {
    top: 0;
    right: 0;
    width: 164px;
    height: 164px;
  }

  .nda-reference-card-small {
    left: 92px;
    bottom: 66px;
    width: 122px;
    height: 136px;
  }

  .nda-reference-card-square {
    right: 6px;
    bottom: 12px;
    width: 156px;
    height: 156px;
  }

  .nda-reference-float {
    font-size: 11px;
    padding: 4px 10px;
  }

  .nda-reference-float-top {
    left: 132px;
  }

  .nda-reference-float-mid {
    left: 54px;
    bottom: 114px;
  }

  .nda-reference-float-bottom {
    right: 16px;
    bottom: -6px;
  }

  .nda-reference-check {
    right: 104px;
    bottom: 118px;
  }

  .nda-reference-scribble {
    left: 170px;
    bottom: 0;
  }

  .nda-results-shell {
    padding: 32px 18px 20px;
    border-radius: 26px;
  }

  .nda-results-shell .nda-block-title {
    margin-bottom: 24px;
    font-size: 38px;
  }

  .nda-result-card {
    padding: 18px;
    border-radius: 14px;
  }

  .nda-result-card h5 {
    font-size: 24px;
  }

  .nda-result-asset {
    width: 62px;
    height: 62px;
  }

  .nda-section-copy {
    font-size: 16px;
    line-height: 1.75;
  }

  .nda-goal-visual {
    padding-left: 0;
  }

  .nda-goal-frame {
    max-width: 420px;
    margin: 0 auto;
  }

  .nda-stat-card {
    min-height: 0;
    padding: 20px 18px;
    border-radius: 16px;
  }

  .nda-stat-card strong {
    font-size: 20px;
  }

  .nda-stat-card span {
    font-size: 14px;
  }

  .nda-heading-row {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
  }

  .nda-category-shell {
    padding: 14px 14px 18px;
    border-radius: 22px;
  }

  .nda-category-tab {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    min-height: 0;
    padding: 14px;
    font-size: 20px;
  }

  .nda-tab-button {
    padding: 9px 14px;
    font-size: 12px;
  }

  .nda-course-preview {
    padding: 18px 16px;
    border-radius: 16px;
  }

  .nda-course-preview h5 {
    font-size: 24px;
  }

  .nda-course-preview-image {
    width: 62px;
    height: 62px;
  }

  .nda-mentor-panel {
    padding: 18px;
    border-radius: 24px;
  }

  .nda-mentor-copy {
    padding: 22px 18px;
    border-radius: 18px;
  }

  .nda-mentor-copy .nda-block-title {
    font-size: 36px;
  }

  .nda-mentor-profile {
    gap: 14px;
    margin-top: 22px;
  }

  .nda-mentor-profile strong {
    font-size: 24px;
  }

  .nda-mentor-nav span {
    width: 42px;
    height: 42px;
    font-size: 22px;
  }

  .nda-mentor-visual {
    padding: 16px;
    border-radius: 18px;
  }

  .nda-property-main {
    padding: 20px 18px 0;
  }

  .nda-property-main h5,
  .nda-property-mini h6 {
    font-size: 26px;
  }

  .nda-property-mini {
    padding: 18px 16px;
    align-items: flex-start;
  }

  .nda-property-icon {
    width: 58px;
    height: 58px;
  }

  .nda-footer-shell {
    padding: 28px 20px 22px;
    border-radius: 24px;
  }

  .nda-footer-shell .nda-block-title {
    font-size: 38px;
  }

  .pin-footer-title {
    font-size: 22px;
  }

  .nda-socials {
    flex-wrap: wrap;
  }

  .pin-footer-bottom {
    gap: 10px;
  }

  .nda-property-main {
    min-height: 0;
  }

  .nda-squiggle-heading {
    display: none;
  }
}

@media (max-width: 480px) {
  .nda-video-hero {
    padding-bottom: 46px;
  }

  .pin-brand-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }

  .nda-video-banner-only {
    min-height: 260px;
    border-radius: 18px;
  }

  .nda-video-content {
    padding: 22px 16px;
  }

  .nda-video-caption-title {
    font-size: 28px;
  }

  .nda-video-caption-text {
    font-size: 13px;
  }

  .nda-video-caption-primary,
  .nda-video-caption-secondary {
    flex: 1 1 0;
    min-width: 0;
  }

  .nda-reference-title {
    font-size: 32px;
  }

  .nda-reference-story-copy p {
    font-size: 14px;
  }

  .nda-reference-collage {
    height: 368px;
  }

  .nda-reference-card-main {
    width: 144px;
    height: 166px;
  }

  .nda-reference-card-circle {
    width: 142px;
    height: 142px;
  }

  .nda-reference-card-small {
    left: 76px;
    bottom: 56px;
    width: 108px;
    height: 120px;
  }

  .nda-reference-card-square {
    width: 136px;
    height: 136px;
  }

  .nda-reference-float-top {
    left: 108px;
  }

  .nda-reference-float-mid {
    left: 34px;
    bottom: 96px;
  }

  .nda-reference-check {
    right: 88px;
    bottom: 102px;
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .nda-reference-scribble {
    left: 136px;
    width: 52px;
  }

  .nda-results-shell .nda-block-title,
  .nda-footer-shell .nda-block-title {
    font-size: 32px;
  }

  .nda-category-tab {
    font-size: 18px;
  }
}
