:root {
  --bg: #08111f;
  --bg-soft: #101b2d;
  --panel: rgba(12, 19, 32, 0.82);
  --panel-strong: rgba(14, 23, 38, 0.94);
  --line: rgba(255, 255, 255, 0.12);
  --text: #f3f5f8;
  --muted: #a9b5c9;
  --accent: #ff815d;
  --accent-2: #f3c64e;
  --accent-3: #58d0be;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body.marketing-body {
  margin: 0;
  min-height: 100vh;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 129, 93, 0.3), transparent 28%),
    radial-gradient(circle at 85% 22%, rgba(243, 198, 78, 0.24), transparent 20%),
    radial-gradient(circle at 30% 100%, rgba(88, 208, 190, 0.2), transparent 24%),
    linear-gradient(180deg, #09111d 0%, #0a1421 52%, #08111f 100%);
}

a { color: inherit; }
button { font: inherit; }

.marketing-shell {
  max-width: 1360px;
  margin: 0 auto;
  padding: 20px 18px 40px;
}

.thenx-hero {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: start;
  padding: 22px 30px 26px;
  background: #050608;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 22px;
  box-shadow: var(--shadow);
  margin-bottom: 18px;
}

.thenx-brand-block {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.thenx-wordmark {
  text-decoration: none;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 0.88;
}

.thenx-top,
.thenx-bottom {
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #f4efe3;
  text-shadow: none;
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}

.thenx-bottom-wrap {
  display: inline-flex;
  align-items: flex-end;
  padding: 8px 16px 10px;
  border: 1px solid rgba(210, 194, 152, 0.45);
  margin-top: 8px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
}

.thenx-about-link {
  border: none;
  background: none;
  color: #d3d8e2;
  font-size: 0.95rem;
  padding: 0;
  cursor: pointer;
}

.thenx-about-link:hover {
  color: #ffffff;
}

.thenx-actions,
.hero-cta-row,
.panel-stack,
.results-head,
.slider-controls,
.footer-links {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.thenx-actions {
  justify-self: end;
}

.text-link,
.footer-links a {
  text-decoration: none;
  color: var(--muted);
}

.text-link:hover,
.footer-links a:hover {
  color: var(--text);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 12px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, filter 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
}

.button-primary {
  color: #11131a;
  background: linear-gradient(135deg, var(--accent), #ffb269);
}

.button-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.16);
}

.button-muted {
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
}

.button-small {
  min-height: 34px;
  padding: 0 12px;
  font-size: 0.85rem;
  border-radius: 9px;
}

.provide-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  background: rgba(255,255,255,0.92);
  color: #24222d;
  border-radius: 0 0 18px 18px;
  overflow: hidden;
  margin-bottom: 28px;
}

.provide-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 20px;
  border: none;
  border-right: 1px solid rgba(30,30,30,0.08);
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.provide-item:last-child {
  border-right: none;
}

.provide-number {
  font-size: 2.25rem;
  line-height: 0.9;
  color: #666583;
  font-weight: 300;
}

.provide-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.provide-copy strong {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.provide-copy small {
  color: #6b6b79;
  font-size: 0.88rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: 22px;
  align-items: start;
}

.hero-return {
  margin-bottom: 24px;
}

.hero-copy,
.panel-card,
.results-card,
.modal-card,
.metric-card {
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.hero-copy,
.panel-card,
.results-card,
.modal-card {
  border-radius: 28px;
}

.hero-copy,
.panel-card,
.results-card,
.modal-card {
  padding: 24px;
}

.eyebrow {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #ffd2c6;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-copy h1,
.results-card h2,
.panel-card h2 {
  margin: 0;
  line-height: 1.02;
}

.hero-copy h1 {
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  max-width: 10ch;
}

.panel-card h2 {
  font-size: clamp(1.6rem, 2.5vw, 2.4rem);
}

.results-card h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.hero-text,
.results-copy,
.panel-card p,
.slide-info p,
.contact-help,
.modal-head p {
  color: var(--muted);
  line-height: 1.5;
}

.hero-text {
  max-width: 620px;
  margin: 18px 0 22px;
  font-size: 1.06rem;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.metric-card {
  padding: 16px;
  border-radius: 18px;
}

.metric-card strong {
  display: block;
  margin-bottom: 8px;
}

.metric-card span {
  color: var(--muted);
  line-height: 1.42;
  font-size: 0.92rem;
}

.panel-divider {
  height: 1px;
  margin: 22px 0;
  background: var(--line);
}

.panel-list {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.7;
}

.results-card {
  margin-top: 0;
}

.results-head {
  justify-content: space-between;
  margin-bottom: 16px;
}

.results-copy {
  max-width: 460px;
  margin: 0;
}

.slider-shell {
  position: relative;
  margin-top: 16px;
}

.slider-frame {
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  width: 100%;
}

.slider-track {
  display: flex;
  transition: transform 420ms ease;
  will-change: transform;
}

.slide {
  min-width: 100%;
  padding: 8px;
}

.slide-card {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 14px;
  align-items: center;
  width: 100%;
}

.slide-media {
  height: 245px !important;
  min-height: 245px !important;
  max-height: 245px !important;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.slide-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block !important;
}

.slide-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 6px;
}

.slide-kicker {
  color: #ffd6c5;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.slide-info h3 {
  margin: 0;
  font-size: 1.1rem;
}

.slider-buttons,
.slider-dots {
  display: flex;
  align-items: center;
  gap: 10px;
}

.slider-arrow {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  cursor: pointer;
}

.slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: none;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  padding: 0;
}

.slider-dot.active {
  background: var(--accent);
}

.marketing-footer {
  justify-content: space-between;
  margin-top: 28px;
  padding: 10px 4px 8px;
  color: var(--muted);
}

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(3, 7, 15, 0.7);
  backdrop-filter: blur(8px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  z-index: 1000;
}

.modal-overlay.open {
  display: flex;
}

.modal-card {
  width: min(100%, 520px);
  background: rgba(10, 17, 29, 0.95);
}

.modal-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.modal-head h2 {
  margin: 0 0 8px;
  font-size: 1.4rem;
}

.modal-close {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.05);
  color: var(--text);
  cursor: pointer;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  font-weight: 600;
}

.contact-form input {
  width: 100%;
  min-height: 46px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.04);
  color: var(--text);
  padding: 0 14px;
}

@media (max-width: 1040px) {
  .provide-strip,
  .hero-grid,
  .hero-metrics,
  .slide-card {
    grid-template-columns: 1fr;
  }

  .slide-media {
    height: 210px !important;
    min-height: 210px !important;
    max-height: 210px !important;
  }
}

@media (max-width: 760px) {
  .marketing-shell {
    padding: 14px 12px 28px;
  }

  .thenx-hero,
  .results-head,
  .slider-controls,
  .marketing-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .thenx-actions {
    justify-self: start;
  }

  .thenx-top,
  .thenx-bottom {
    font-size: clamp(2.5rem, 14vw, 4rem);
  }

  .provide-strip {
    border-radius: 16px;
  }

  .slide-media {
    height: 180px !important;
    min-height: 180px !important;
    max-height: 180px !important;
  }

  .button-small {
    width: auto;
  }
}

/* Homepage refinement */
.hub-section {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 22px;
  margin-bottom: 24px;
}

.hub-copy,
.hub-side-card,
.about-page-card {
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
  border-radius: 28px;
  padding: 24px;
}

.hub-copy h1,
.about-page-card h1 {
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 3.6rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  max-width: 12ch;
}

.hub-side-card h2 {
  margin: 0;
  font-size: clamp(1.4rem, 2.2vw, 2.15rem);
  line-height: 1.08;
}

.hub-text,
.hub-side-card p,
.about-page-card p {
  color: var(--muted);
  line-height: 1.55;
  font-size: 1rem;
}

.hub-text {
  max-width: 760px;
  margin: 16px 0 20px;
}

.hub-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.hub-points {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.hub-point {
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.03);
  color: var(--text);
  font-weight: 600;
}

.results-card-premium .results-copy {
  max-width: 520px;
}

.results-card-premium .slide-kicker {
  color: #ffd6c5;
}

.about-page-card {
  max-width: 980px;
  margin: 0 auto;
}

.about-placeholder {
  margin-top: 28px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.1);
  background:
    radial-gradient(circle at top left, rgba(255,129,93,0.18), transparent 30%),
    radial-gradient(circle at bottom right, rgba(88,208,190,0.16), transparent 30%),
    rgba(255,255,255,0.03);
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.about-placeholder-board {
  width: min(100%, 520px);
  aspect-ratio: 1.4 / 1;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.14);
  background:
    linear-gradient(45deg, rgba(255,255,255,0.04) 25%, transparent 25%, transparent 75%, rgba(255,255,255,0.04) 75%),
    linear-gradient(45deg, rgba(255,255,255,0.04) 25%, transparent 25%, transparent 75%, rgba(255,255,255,0.04) 75%);
  background-size: 72px 72px;
  background-position: 0 0, 36px 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  color: #eef6ef;
}

.about-placeholder-board span {
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: 0.04em;
}

.about-placeholder-board small {
  color: var(--muted);
  font-size: 0.96rem;
}

@media (max-width: 1040px) {
  .hub-section {
    grid-template-columns: 1fr;
  }
}

/* Quick homepage refinements */
.provide-item-static {
  cursor: default !important;
}

.provide-item-static:hover {
  background: transparent !important;
  transform: none !important;
}

.provide-number {
  display: none !important;
}

.provide-item {
  align-items: center !important;
}

.provide-copy {
  gap: 2px !important;
}

.thenx-actions .button-small {
  min-height: 34px !important;
  padding: 0 12px !important;
}

.hub-actions-center {
  justify-content: center !important;
}

.hub-copy .hub-actions {
  margin-top: 22px;
}

.hub-copy .hub-point,
.hub-copy .hub-points {
  display: none !important;
}

.hub-side-card .button-primary {
  background: linear-gradient(135deg, var(--accent), #ffb269) !important;
  color: #11131a !important;
}

.hub-side-card .hub-actions {
  margin-top: 22px;
}

/* Header CTA refinement */
.thenx-hero {
  grid-template-columns: 1fr auto !important;
  align-items: start !important;
}

.thenx-actions-stacked {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 10px !important;
  justify-self: end !important;
  min-width: 190px;
}

.header-contact-btn {
  min-height: 42px !important;
  padding: 0 18px !important;
  border-radius: 12px !important;
  font-size: 0.95rem !important;
  font-weight: 800 !important;
  background: linear-gradient(135deg, var(--accent), #ffb269) !important;
  color: #11131a !important;
}

.header-login-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 38px !important;
  padding: 0 18px !important;
  border-radius: 12px !important;
  text-decoration: none !important;
  font-weight: 800 !important;
  font-size: 0.92rem !important;
  background: linear-gradient(135deg, #c9ff87, #7ef7a8) !important;
  color: #08111f !important;
  border: 1px solid rgba(126, 247, 168, 0.35) !important;
}

@media (max-width: 760px) {
  .thenx-actions-stacked {
    width: 100%;
    min-width: 0;
  }

  .header-contact-btn,
  .header-login-btn {
    width: 100%;
  }
}




/* Spray-paint wordmark */
.thenx-wordmark {
  line-height: 0.92;
  position: relative;
}

.thenx-top {
  position: relative;
  font-family: "Arial Black", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(3rem, 7vw, 5.2rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #b9ff56;
  text-transform: uppercase;
  text-shadow:
    0 0 6px rgba(185, 255, 86, 0.22),
    0 0 18px rgba(185, 255, 86, 0.14);
}

.thenx-bottom {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  gap: 2px;
  font-family: "Arial Black", "Helvetica Neue", Arial, sans-serif;
  text-transform: none;
}

.thenx-bottom-wrap {
  display: inline-flex;
  align-items: flex-end;
  padding: 8px 16px 10px;
  border: 1px solid rgba(185, 255, 86, 0.75);
  margin-top: 8px;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.03),
    0 0 16px rgba(185, 255, 86, 0.08);
}

.thenx-then {
  position: relative;
  font-size: clamp(2rem, 4vw, 3.15rem);
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #c7ff73;
  text-shadow:
    0 0 6px rgba(185, 255, 86, 0.16),
    0 0 14px rgba(185, 255, 86, 0.12);
}

.thenx-x {
  position: relative;
  font-size: clamp(3.5rem, 7vw, 6.3rem);
  line-height: 0.88;
  font-weight: 900;
  color: #d4ff7f;
  margin-left: 4px;
  text-shadow:
    0 0 8px rgba(185, 255, 86, 0.18),
    0 0 18px rgba(185, 255, 86, 0.12);
}

.thenx-top::after,
.thenx-then::after,
.thenx-x::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 12% 18%, rgba(0, 0, 0, 0.85) 0 1px, transparent 1.5px),
    radial-gradient(circle at 28% 42%, rgba(0, 0, 0, 0.75) 0 1.2px, transparent 1.8px),
    radial-gradient(circle at 46% 26%, rgba(0, 0, 0, 0.8) 0 1px, transparent 1.6px),
    radial-gradient(circle at 58% 58%, rgba(0, 0, 0, 0.78) 0 1.1px, transparent 1.8px),
    radial-gradient(circle at 76% 30%, rgba(0, 0, 0, 0.72) 0 1.1px, transparent 1.7px),
    radial-gradient(circle at 86% 62%, rgba(0, 0, 0, 0.82) 0 1px, transparent 1.5px),
    radial-gradient(circle at 20% 74%, rgba(0, 0, 0, 0.76) 0 1px, transparent 1.7px),
    radial-gradient(circle at 70% 82%, rgba(0, 0, 0, 0.86) 0 1.1px, transparent 1.6px);
  mix-blend-mode: multiply;
  opacity: 0.68;
}

.thenx-top::before,
.thenx-then::before,
.thenx-x::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.12), transparent 32%, rgba(0,0,0,0.08) 100%);
  mix-blend-mode: soft-light;
  opacity: 0.8;
}



/* Spray-paint wordmark */
.thenx-wordmark {
  line-height: 0.92;
  position: relative;
}

.thenx-top {
  position: relative;
  font-family: "Arial Black", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(3rem, 7vw, 5.2rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #b9ff56;
  text-transform: uppercase;
  text-shadow:
    0 0 6px rgba(185, 255, 86, 0.22),
    0 0 18px rgba(185, 255, 86, 0.14);
}

.thenx-bottom {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  gap: 2px;
  font-family: "Arial Black", "Helvetica Neue", Arial, sans-serif;
  text-transform: none;
}

.thenx-bottom-wrap {
  display: inline-flex;
  align-items: flex-end;
  padding: 8px 16px 10px;
  border: 1px solid rgba(185, 255, 86, 0.75);
  margin-top: 8px;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.03),
    0 0 16px rgba(185, 255, 86, 0.08);
}

.thenx-then {
  position: relative;
  font-size: clamp(2rem, 4vw, 3.15rem);
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #c7ff73;
  text-shadow:
    0 0 6px rgba(185, 255, 86, 0.16),
    0 0 14px rgba(185, 255, 86, 0.12);
}

.thenx-x {
  position: relative;
  font-size: clamp(3.5rem, 7vw, 6.3rem);
  line-height: 0.88;
  font-weight: 900;
  color: #d4ff7f;
  margin-left: 4px;
  text-shadow:
    0 0 8px rgba(185, 255, 86, 0.18),
    0 0 18px rgba(185, 255, 86, 0.12);
}

.thenx-top::after,
.thenx-then::after,
.thenx-x::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 12% 18%, rgba(0, 0, 0, 0.85) 0 1px, transparent 1.5px),
    radial-gradient(circle at 28% 42%, rgba(0, 0, 0, 0.75) 0 1.2px, transparent 1.8px),
    radial-gradient(circle at 46% 26%, rgba(0, 0, 0, 0.8) 0 1px, transparent 1.6px),
    radial-gradient(circle at 58% 58%, rgba(0, 0, 0, 0.78) 0 1.1px, transparent 1.8px),
    radial-gradient(circle at 76% 30%, rgba(0, 0, 0, 0.72) 0 1.1px, transparent 1.7px),
    radial-gradient(circle at 86% 62%, rgba(0, 0, 0, 0.82) 0 1px, transparent 1.5px),
    radial-gradient(circle at 20% 74%, rgba(0, 0, 0, 0.76) 0 1px, transparent 1.7px),
    radial-gradient(circle at 70% 82%, rgba(0, 0, 0, 0.86) 0 1.1px, transparent 1.6px);
  mix-blend-mode: multiply;
  opacity: 0.68;
}

.thenx-top::before,
.thenx-then::before,
.thenx-x::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.12), transparent 32%, rgba(0,0,0,0.08) 100%);
  mix-blend-mode: soft-light;
  opacity: 0.8;
}


.team-grid {
  display: grid;
  gap: 34px;
  max-width: 860px;
}

.team-card {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}

.team-photo {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
}

.team-copy {
  padding-top: 14px;
}

.team-copy h2 {
  margin: 8px 0 8px;
  font-size: 1.45rem;
  color: var(--text);
}

.team-copy p {
  margin: 0;
  max-width: 560px;
  color: var(--muted);
  line-height: 1.7;
}

.team-role {
  display: inline-block;
  margin-bottom: 4px;
  color: var(--accent-2);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: none;
  padding: 0;
  border-radius: 0;
}

@media (max-width: 820px) {
  .team-card {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .team-photo {
    width: 150px;
    height: 150px;
  }

  .team-copy {
    padding-top: 0;
  }
}


.contact-status {
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  font-weight: 600;
  line-height: 1.45;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  color: var(--text);
}

.contact-status.success {
  background: rgba(119,214,120,0.18);
  border-color: rgba(119,214,120,0.34);
  color: #d8ffd7;
}

.contact-status.error {
  background: rgba(255,107,107,0.16);
  border-color: rgba(255,107,107,0.34);
  color: #ffd7d7;
}


.about-nav {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: start;
  min-height: 240px;
  padding: 24px 24px 26px;
  background: #050608;
}

.about-mentor-spotlight {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.about-mentor-card {
  width: min(360px, 100%);
  padding: 18px 18px 16px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
  box-shadow: 0 18px 40px rgba(0,0,0,0.22);
  text-align: center;
}

.about-mentor-photo {
  width: 142px;
  height: 142px;
  object-fit: cover;
  border-radius: 50%;
  margin: 6px auto 12px;
  border: 4px solid rgba(255,255,255,0.08);
  box-shadow: 0 14px 28px rgba(0,0,0,0.25);
}

.about-mentor-card h2 {
  margin: 0 0 6px;
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
  color: var(--text);
}

.about-mentor-role {
  margin: 0 0 10px !important;
  color: #f3c64e !important;
  font-size: 0.92rem;
  font-weight: 700;
}

.about-mentor-card p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
  font-size: 0.95rem;
}

@media (max-width: 980px) {
  .about-nav {
    grid-template-columns: 1fr;
  }

  .about-mentor-spotlight {
    justify-content: flex-start;
  }

  .about-mentor-card {
    width: 100%;
    max-width: 420px;
  }
}

/* about team page */
.about-nav {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(320px, 360px);
  gap: 22px;
  align-items: start;
  min-height: 240px;
  background: #050608;
}

.about-nav-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.about-home-link {
  color: var(--text);
  opacity: 0.9;
  text-decoration: underline;
}

.about-nav-actions {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.about-mentor-spotlight {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.about-mentor-card {
  width: 100%;
  padding: 18px 20px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.03);
  text-align: center;
}

.about-mentor-photo,
.about-team-photo {
  display: block;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid rgba(255,255,255,0.08);
  box-shadow: 0 14px 28px rgba(0,0,0,0.24);
}

.about-mentor-photo {
  width: 142px;
  height: 142px;
  margin: 8px auto 14px;
}

.about-mentor-card h2 {
  margin: 0 0 6px;
}

.about-mentor-role {
  margin: 0 0 10px !important;
  color: #f3c64e !important;
  font-weight: 700;
}

.about-team-hero {
  padding-top: 4px;
}

.about-team-list {
  display: grid;
  gap: 26px;
}

.about-team-member {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.about-team-photo {
  width: 132px;
  height: 132px;
}

.about-team-copy h2 {
  margin: 0 0 8px;
}

.about-team-role-label {
  display: inline-flex;
  margin-bottom: 8px;
  color: #f3c64e;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 1040px) {
  .about-nav {
    grid-template-columns: 1fr;
  }

  .about-nav-actions,
  .about-mentor-spotlight {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .about-team-member {
    grid-template-columns: 1fr;
  }

  .about-team-photo {
    width: 120px;
    height: 120px;
  }
}


/* about layout final start */
.about-top-nav {
  background: #050608;
}

.about-top-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.about-home-link {
  color: var(--text);
  opacity: 0.9;
  text-decoration: underline;
}

.thenx-wordmark {
  text-decoration: none;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 0.92;
}

.thenx-top {
  font-family: "Arial Black", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(2.4rem, 5.6vw, 4.6rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #d8ff63;
  text-transform: uppercase;
  text-shadow:
    0 0 6px rgba(216, 255, 99, 0.22),
    0 0 18px rgba(216, 255, 99, 0.14);
}

.thenx-bottom-wrap {
  display: inline-flex;
  align-items: flex-end;
  padding: 6px 12px 8px;
  border: 1px solid rgba(216, 255, 99, 0.72);
  margin-top: 6px;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.03),
    0 0 14px rgba(216, 255, 99, 0.08);
}

.thenx-bottom {
  display: inline-flex;
  align-items: flex-end;
  gap: 2px;
  font-family: "Arial Black", "Helvetica Neue", Arial, sans-serif;
}

.thenx-then {
  font-size: clamp(1.3rem, 2.8vw, 2.1rem);
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #dbff73;
}

.thenx-x {
  font-size: clamp(2.3rem, 4.4vw, 3.9rem);
  line-height: 0.88;
  font-weight: 900;
  color: #e4ff86;
  margin-left: 4px;
}

.thenx-wordmark-nav .thenx-top {
  font-size: clamp(1.15rem, 2.2vw, 1.85rem);
}

.thenx-wordmark-nav .thenx-bottom-wrap {
  margin-top: 4px;
  padding: 3px 8px 5px;
}

.thenx-wordmark-nav .thenx-then {
  font-size: clamp(0.82rem, 1.6vw, 1.12rem);
}

.thenx-wordmark-nav .thenx-x {
  margin-left: 2px;
  font-size: clamp(1.28rem, 2.4vw, 1.9rem);
}

.about-page-stack {
  gap: 26px;
}

.about-team-hero h1 {
  max-width: none;
  font-size: clamp(2.3rem, 4.8vw, 3.8rem);
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.8fr);
  gap: 56px;
  align-items: start;
}

.about-left-column {
  display: grid;
  gap: 28px;
}

.about-right-column {
  display: grid;
  gap: 28px;
  position: sticky;
  top: 24px;
}

.about-team-member {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.about-team-photo,
.about-main-photo {
  display: block;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid rgba(255,255,255,0.08);
  box-shadow: 0 14px 28px rgba(0,0,0,0.24);
}

.about-team-photo {
  width: 132px;
  height: 132px;
}

.about-team-copy h2,
.about-main-card h2 {
  margin: 0 0 8px;
}

.about-team-role-label {
  display: inline-flex;
  margin-bottom: 8px;
  color: #f3c64e;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-main-card {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--panel);
  box-shadow: var(--shadow);
  padding: 24px;
  text-align: center;
}

.about-main-photo {
  width: 148px;
  height: 148px;
  margin: 6px auto 14px;
  object-position: center 24%;
}

.about-main-photo-pranav {
  object-position: center 18%;
}

.about-main-role {
  margin: 0 0 10px !important;
  color: #f3c64e !important;
  font-weight: 700;
}

@media (max-width: 1040px) {
  .about-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .about-right-column {
    position: static;
  }
}

@media (max-width: 720px) {
  .about-team-member {
    grid-template-columns: 1fr;
  }

  .about-team-photo {
    width: 120px;
    height: 120px;
  }
}
/* about layout final end */

