:root {
  --nc-bg: #f6f4ff;
  --nc-card: rgba(103, 80, 164, 0.06);
  --nc-panel: rgba(103, 80, 164, 0.1);
  --nc-text: #1c1238;
  --nc-muted: #524276;
  --nc-accent: #8280ff;
  --nc-accent-2: #6750a4;
  --nc-stroke: rgba(103, 80, 164, 0.22);
  --nc-shadow: 0 16px 46px rgba(103, 80, 164, 0.16);
  --nc-radius: 18px;
  font-family: "Space Grotesk", "Sora", sans-serif;
}

html {
  scroll-padding-top: 140px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--nc-text);
  line-height: 1.6;
  letter-spacing: 0.01em;
  background: radial-gradient(circle at 20% 20%, rgba(130, 128, 255, 0.12), transparent 32%),
    radial-gradient(circle at 80% 0%, rgba(103, 80, 164, 0.18), transparent 25%),
    var(--nc-bg);
  scroll-padding-top: 140px;
  overflow-x: hidden;
}

.numacare-home {
  position: relative;
  overflow: visible;
  padding-bottom: 64px;
}

.numacare-home *,
.numacare-home *::before,
.numacare-home *::after {
  box-sizing: border-box;
}

.numacare-home a {
  color: inherit;
  text-decoration: none;
}

.numacare-home h1,
.numacare-home h2,
.numacare-home h3,
.numacare-home h4,
.numacare-home h5,
.numacare-home h6 {
  margin: 0;
  color: var(--nc-text);
  letter-spacing: -0.01em;
}

.numacare-home p {
  margin: 0;
  color: var(--nc-muted);
}

.nc-bg-noise {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.22'/%3E%3C/svg%3E");
  opacity: 0.18;
  pointer-events: none;
  z-index: 0;
}

.nc-orb {
  position: absolute;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  filter: blur(140px);
  opacity: 0.6;
  z-index: 0;
}

.nc-orb-one {
  background: #d6cff9;
  top: -120px;
  left: -120px;
}

.nc-orb-two {
  background: #c2b4ff;
  bottom: -160px;
  right: -80px;
}

.nc-shell {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
}

.nc-nav {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding: 18px 32px;
  margin: 0 auto 24px;
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.78);
  border-bottom: 1px solid var(--nc-stroke);
  border-radius: 0 0 28px 28px;
  box-shadow: 0 20px 40px rgba(103, 80, 164, 0.15);
  z-index: 10;
}

.nc-nav__brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nc-nav__brand img {
  width: 160px;
  height: auto;
}

.nc-nav__links {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  flex-wrap: wrap;
}

.nc-nav__links a {
  padding: 4px 0;
  border-radius: 0;
  border: none;
  background: transparent;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: color 0.2s ease;
}

.nc-nav__links a:hover {
  color: var(--nc-accent);
}

.numacare-home .nc-primary,
.numacare-home .nc-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 16px;
  border-radius: 12px;
  font-weight: 600;
  transition: 0.25s ease;
}

.numacare-home .nc-primary {
  background: linear-gradient(120deg, var(--nc-accent), var(--nc-accent-2));
  color: #fdfcff;
  box-shadow: 0 10px 30px rgba(130, 128, 255, 0.28);
}

.numacare-home .nc-ghost {
  border: 1px solid var(--nc-stroke);
  color: var(--nc-text);
  background: rgba(103, 80, 164, 0.08);
}

.numacare-home .nc-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(130, 128, 255, 0.35);
}

.numacare-home .nc-ghost:hover {
  border-color: rgba(103, 80, 164, 0.35);
  transform: translateY(-1px);
}

.nc-main {
  padding: 0 32px 80px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.nc-hero,
.nc-section {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 48px;
  border: 1px solid var(--nc-stroke);
  box-shadow: var(--nc-shadow);
  padding: 48px;
  scroll-margin-top: 160px;
}

.nc-hero {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  align-items: center;
}

.nc-hero__copy h1 {
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.1;
  margin-bottom: 14px;
}

.nc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(103, 80, 164, 0.08);
  border: 1px solid var(--nc-stroke);
  color: var(--nc-accent);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
}

.nc-lede {
  font-size: 18px;
  max-width: 720px;
}

.nc-hero__actions,
.nc-cta-row,
.nc-cta__actions {
  display: flex;
  gap: 12px;
  margin: 20px 0 10px;
  flex-wrap: wrap;
}

.nc-hero__meta {
  display: grid;
  gap: 16px;
  margin-top: 22px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.nc-meta-card {
  padding: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(103, 80, 164, 0.18);
  border-radius: 22px;
  box-shadow: 0 15px 40px rgba(103, 80, 164, 0.15);
}

.nc-meta-title {
  font-weight: 700;
  color: var(--nc-text);
  margin-bottom: 6px;
}

.nc-hero__panel .nc-glass {
  padding: 24px;
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.5));
  border: 1px solid var(--nc-stroke);
  box-shadow: var(--nc-shadow);
  backdrop-filter: blur(10px);
}

.nc-badge {
  display: inline-flex;
  padding: 8px 12px;
  background: rgba(103, 80, 164, 0.18);
  color: var(--nc-accent-2);
  border-radius: 999px;
  border: 1px solid rgba(103, 80, 164, 0.35);
  font-weight: 600;
  margin-bottom: 10px;
}

.nc-feed {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.nc-feed__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  padding: 12px;
  border: 1px solid var(--nc-stroke);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.7);
}

.nc-feed__title {
  color: var(--nc-text);
  font-weight: 700;
}

.nc-feed__body {
  color: var(--nc-muted);
  margin-top: 2px;
}

.nc-thread {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  border-radius: 32px;
  border: 1px solid var(--nc-stroke);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(246, 244, 255, 0.8));
  box-shadow: 0 28px 60px rgba(103, 80, 164, 0.25);
}

.nc-thread__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.nc-thread__client {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nc-thread__avatar {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--nc-accent), var(--nc-accent-2));
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 30px rgba(130, 128, 255, 0.35);
}

.nc-thread__client-name {
  font-weight: 700;
  margin: 0;
  color: var(--nc-text);
}

.nc-thread__header span {
  font-size: 13px;
  color: var(--nc-muted);
}

.nc-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  background: rgba(103, 80, 164, 0.12);
  color: var(--nc-text);
  text-transform: none;
}

.nc-pill--info {
  background: rgba(130, 128, 255, 0.25);
  color: var(--nc-accent-2);
}

.nc-pill--success {
  background: rgba(46, 204, 113, 0.16);
  color: #147d3c;
}

.nc-pill--warning {
  background: rgba(255, 193, 7, 0.2);
  color: #8c5c00;
}

.nc-thread__card {
  padding: 18px;
  border-radius: 26px;
  border: 1px solid rgba(103, 80, 164, 0.18);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 36px rgba(103, 80, 164, 0.18);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.nc-thread__card--primary {
  background: linear-gradient(150deg, #ffffff, #f3ecff);
  border-color: rgba(130, 128, 255, 0.35);
}

.nc-thread__author {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.nc-thread__author img {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 12px 26px rgba(103, 80, 164, 0.2);
}

.nc-thread__author strong {
  display: block;
  color: var(--nc-text);
}

.nc-thread__author span {
  font-size: 13px;
  color: var(--nc-muted);
}

.nc-thread__author .nc-pill {
  margin-left: auto;
}

.nc-thread__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid rgba(103, 80, 164, 0.15);
  padding-top: 12px;
  font-size: 13px;
}

.nc-thread__meta strong {
  font-size: 14px;
}

.nc-thread__meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--nc-muted);
}

.nc-thread__icon {
  width: 18px;
  height: 18px;
  border-radius: 6px;
  background: rgba(130, 128, 255, 0.3);
  display: inline-block;
}

.nc-thread__icon--reply {
  border-radius: 50%;
  background: rgba(103, 80, 164, 0.3);
}

.nc-thread__avatars {
  display: flex;
  align-items: center;
}

.nc-thread__avatars img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 6px 18px rgba(103, 80, 164, 0.25);
  margin-left: -10px;
}

.nc-thread__avatars img:first-child {
  margin-left: 0;
}

.nc-thread__card p {
  color: var(--nc-text);
  font-size: 15px;
}

.nc-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--nc-accent);
  margin-top: 6px;
  box-shadow: 0 0 0 6px rgba(130, 128, 255, 0.18);
}

.nc-dot.nc-alt {
  background: var(--nc-accent-2);
  box-shadow: 0 0 0 6px rgba(103, 80, 164, 0.2);
}

.nc-section {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 42px;
}

.nc-section__head {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.nc-section__head h2 {
  font-size: clamp(28px, 4vw, 42px);
  margin-top: 12px;
  margin-bottom: 6px;
}

.nc-pillars__grid,
.nc-features__grid,
.nc-team__grid,
.nc-faq__list {
  margin-top: 28px;
  display: grid;
  gap: 22px;
}

.nc-pillars__grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.nc-features__grid,
.nc-team__grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.nc-card {
  padding: 20px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(103, 80, 164, 0.14);
  border-radius: 26px;
  box-shadow: 0 18px 40px rgba(103, 80, 164, 0.18);
}

.nc-card h4,
.nc-card h5 {
  margin-bottom: 10px;
}

.nc-chip {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.85), rgba(216, 210, 255, 0.65));
  border: 1px solid rgba(130, 128, 255, 0.35);
  color: var(--nc-text);
  font-weight: 600;
  margin-bottom: 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 6px 18px rgba(103, 80, 164, 0.18);
  letter-spacing: 0.02em;
}

.nc-chip.nc-ghost {
  color: var(--nc-accent-2);
  background: linear-gradient(135deg, rgba(247, 244, 255, 0.8), rgba(226, 219, 255, 0.7));
}

.nc-team__grid .nc-card {
  text-align: center;
}

.nc-team__grid h5 {
  font-size: 20px;
  letter-spacing: -0.01em;
  margin-bottom: 6px;
  color: var(--nc-text);
}

.nc-team__avatar {
  width: 120px;
  height: 120px;
  border-radius: 24px;
  object-fit: cover;
  border: 3px solid rgba(103, 80, 164, 0.18);
  box-shadow: 0 12px 32px rgba(103, 80, 164, 0.2);
  margin: 0 auto 14px;
  display: block;
}

.nc-spotlight {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px;
  align-items: center;
}

.nc-spotlight--video {
  align-items: stretch;
}

.nc-spotlight__panel {
  padding: 24px;
  background: var(--nc-panel);
  border-radius: var(--nc-radius);
  border: 1px solid var(--nc-stroke);
  box-shadow: 0 18px 50px rgba(103, 80, 164, 0.2);
}

.nc-spotlight__panel--video {
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  background: linear-gradient(135deg, rgba(12, 6, 29, 0.94), rgba(45, 16, 72, 0.8));
  box-shadow: 0 40px 80px rgba(35, 11, 85, 0.45);
  overflow: hidden;
}

.nc-spotlight__highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.nc-spotlight__highlights span {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(130, 128, 255, 0.35);
  color: var(--nc-text);
  font-weight: 600;
  letter-spacing: 0.02em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 10px 30px rgba(103, 80, 164, 0.25);
}

.nc-video-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 24px;
  overflow: hidden;
  background: radial-gradient(circle at top, rgba(255, 255, 255, 0.12), rgba(0, 0, 0, 0.6));
  margin: 0 auto;
  max-width: 640px;
}

.nc-video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.nc-video-embed__glow {
  pointer-events: none;
  position: absolute;
  inset: -20%;
  background: radial-gradient(circle, rgba(130, 128, 255, 0.25), transparent 60%);
  filter: blur(30px);
}

.nc-timeline {
  display: grid;
  gap: 14px;
}

.nc-timeline__item {
  padding: 12px;
  border-radius: 12px;
  border: 1px dashed var(--nc-stroke);
  background: rgba(255, 255, 255, 0.6);
}

.nc-timeline__item span {
  color: var(--nc-muted);
  font-size: 14px;
}

.nc-timeline__item strong {
  display: block;
  color: var(--nc-text);
  margin-top: 4px;
}

.nc-faq__question {
  color: var(--nc-text);
  font-weight: 700;
  margin-bottom: 6px;
}

.nc-cta {
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.nc-cta__content {
  padding: 26px;
  background: linear-gradient(120deg, rgba(130, 128, 255, 0.18), rgba(103, 80, 164, 0.18));
  border-radius: 22px;
  border: 1px solid var(--nc-stroke);
  box-shadow: 0 20px 60px rgba(103, 80, 164, 0.28);
}

.nc-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  padding: 26px 32px 38px;
  border: 1px solid var(--nc-stroke);
  background: rgba(246, 244, 255, 0.95);
  border-radius: 36px;
  box-shadow: var(--nc-shadow);
}

.nc-footer__brand img {
  width: 160px;
  height: auto;
}

.nc-footer__links {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 18px 32px;
}

.nc-footer__links h6 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--nc-muted);
  margin-bottom: 8px;
}

.nc-footer__links a {
  display: block;
  color: var(--nc-text);
  margin-bottom: 6px;
  font-size: 14px;
}

@media (max-width: 1024px) {
  .nc-hero,
  .nc-spotlight {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .nc-nav {
    flex-direction: column;
    gap: 10px;
    margin: 0 16px;
    max-width: calc(100% - 32px);
    border-radius: 0 0 18px 18px;
  }

  .nc-main {
    padding: 32px 20px 64px;
    gap: 32px;
  }

  .nc-hero,
  .nc-section {
    padding: 32px;
  }

  .nc-footer {
    margin: 0 20px;
    grid-template-columns: 1fr;
  }

  .nc-footer__links {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }
}

@media (max-width: 540px) {
  .nc-hero__actions,
  .nc-cta-row,
  .nc-cta__actions {
    flex-direction: column;
  }

  .nc-nav__brand img {
    width: 130px;
  }

  .nc-hero,
  .nc-section {
    padding: 24px;
  }
}
