* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: #000;
  color: #fff;
  font-family: Inter, Arial, sans-serif;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  background: #000 !important;
}

/* NAVBAR */

.navbar {
  width: min(100% - 48px, 1120px);
  margin: 0 auto;
  padding: 43px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.logo {
  width: 182px;
  height: 64px;
  object-fit: cover;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
}

.nav-links a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 32px;
  transition: 0.3s ease;
}

.nav-links a.active,
.nav-links a:hover {
  color: #fff;
}

.nav-button {
  background: #8200db;
  color: #fff;
  border-radius: 30px;
  padding: 0 32px;
  height: 47px;
  line-height: 47px;
  font-weight: 600;
  white-space: nowrap;
}

/* HERO */

.hero-section {
  background:
    radial-gradient(circle at 0% 45%, rgba(114, 40, 217, 0.75), transparent 28%),
    radial-gradient(circle at 100% 45%, rgba(152, 16, 250, 0.75), transparent 30%),
    repeating-linear-gradient(
      90deg,
      rgba(255,255,255,0.045) 0,
      rgba(255,255,255,0.045) 1px,
      transparent 1px,
      transparent 58px
    ),
    #030006 !important;
}
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-top: 70px;
}

.hero-badge {
  display: inline-flex;
  padding: 14px 36px;
  border-radius: 999px;
  background: rgba(91, 12, 133, 0.7);
  border: 1px solid rgba(214,119,255,0.35);
  color: white;
  font-size: 16px;
}

.hero-title-wrap {
  position: relative;
  width: fit-content;
  margin: 70px auto 0;
}

.hero-title-wrap h1 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-size: clamp(44px, 5vw, 68px);
  line-height: 1.25;
  font-weight: 400;
}

.hero-dashed-circle {
  position: absolute;
  left: -130px;
  top: -45px;
  width: 245px;
  z-index: 1;
  animation: spinSlow 14s linear infinite;
}

.accuracy {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: white;
  font-size: 22px;
}

.accuracy img {
  width: 42px;
  height: 42px;
}

.hero-content p {
  margin: 42px auto 0;
  color: rgba(255,255,255,0.55);
  font-size: 20px;
  line-height: 32px;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  width: 245px;
  height: 52px;
  border-radius: 999px;
  background: #9810fa;
  color: #fff;
  font-weight: 700;
}

.hero-visual-area {
  position: relative;
  width: min(100% - 48px, 1050px);
  height: 650px;
  margin: 70px auto 0;
}

.ai-card {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 430px;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  color: #172033;
  box-shadow: 0 30px 80px rgba(0,0,0,.35);
}

.ai-card-header {
  height: 58px;
  background: #f00065;
  color: white;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 22px;
  font-size: 18px;
  font-weight: 700;
}

.ai-card-header img {
  width: 24px;
}

.circle-wrap {
  position: relative;
  display: grid;
  place-items: center;
  padding: 30px 0 20px;
}

.circle-wrap img {
  width: 150px;
}

.circle-wrap div {
  position: absolute;
  text-align: center;
}

.circle-wrap strong {
  display: block;
  color: #ef1515;
  font-size: 34px;
}

.circle-wrap span {
  color: #667085;
  font-size: 13px;
}

.danger-box {
  margin: 0 24px 18px;
  padding: 16px;
  border: 1px solid #ffb3b3;
  border-radius: 8px;
  background: #fff4f4;
}

.danger-box div {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #921313;
}

.danger-box img {
  width: 24px;
}

.danger-box p {
  margin: 10px 0 0;
  color: #a12626;
  font-size: 12px;
  line-height: 20px;
}

.ai-results {
  display: grid;
  gap: 12px;
  padding: 0 24px 34px;
}

.ai-results div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px;
  border-radius: 8px;
  background: #f8fafc;
  font-size: 14px;
}

.ai-results span {
  color: #475467;
}

.orange { color: #ff6b00; }
.red { color: #e60000; }
.green { color: #009f45; }

.bio-card {
  position: absolute;
  width: 280px;
  background: #fff;
  color: #1f2937;
  border-radius: 8px;
  padding: 18px;
  box-shadow: 0 20px 50px rgba(0,0,0,.25);
}

.bio-card div:first-child {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.bio-card small {
  color: #ec1212;
  background: #ffe4e4;
  padding: 5px 12px;
  border-radius: 20px;
}

.bio-card small.yellow {
  color: #c78b00;
  background: #fff3bd;
}

.bio-card p {
  color: #667085;
  font-size: 12px;
  margin: 8px 0 0;
}

.bar {
  height: 7px;
  background: #e6e7ea;
  border-radius: 999px;
  overflow: hidden;
  margin-top: 14px;
}

.bar span {
  display: block;
  height: 100%;
  background: #ec1212;
}

.yellow-bar span {
  background: #d79000;
}

.bio-left {
  left: 120px;
  top: 70px;
}

.bio-right-top {
  right: 120px;
  top: 0;
}

.bio-right {
  right: 130px;
  top: 190px;
}

.bio-bottom-left {
  left: 60px;
  top: 255px;
}

.stats-pill {
  position: absolute;
  right: 0;
  bottom: 105px;
  display: flex;
  align-items: center;
  gap: 18px;
  width: 360px;
  padding: 14px 20px;
  border-radius: 999px;
  background: rgba(255,255,255,0.22);
  backdrop-filter: blur(16px);
  color: #fff;
}

.avatar-group {
  display: flex;
}

.avatar-group img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-left: -10px;
}

.avatar-group img:first-child {
  margin-left: 0;
}

.stats-pill strong,
.stats-pill span {
  display: block;
}

.stats-pill span {
  color: rgba(255,255,255,0.7);
  margin-top: 4px;
}

@keyframes spinSlow {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 900px) {
  .hero-section {
    min-height: auto;
    padding-bottom: 80px;
  }

  .hero-dashed-circle {
    display: none;
  }

  .hero-visual-area {
    height: auto;
    display: grid;
    gap: 18px;
  }

  .ai-card,
  .bio-card,
  .stats-pill {
    position: static;
    transform: none;
    width: 100%;
  }

  .stats-pill {
    border-radius: 18px;
  }
}
/* HERO LOAD ANIMATIONS */
.hero-badge,
.hero-title-wrap,
.accuracy,
.hero-content p,
.hero-cta,
.ai-card,
.bio-card,
.stats-pill {
  opacity: 0;
  animation-fill-mode: forwards;
}

.hero-badge {
  animation: fadeDown 0.8s ease forwards;
}

.hero-title-wrap {
  animation: fadeUp 0.9s ease forwards;
  animation-delay: 0.15s;
}

.accuracy {
  animation: fadeUp 0.8s ease forwards;
  animation-delay: 0.3s;
}

.hero-content p {
  animation: fadeUp 0.8s ease forwards;
  animation-delay: 0.45s;
}

.hero-cta {
  animation: fadeUp 0.8s ease forwards;
  animation-delay: 0.6s;
}

.ai-card {
  animation: fadeScale 1s ease forwards;
  animation-delay: 0.75s;
}

.bio-left {
  animation: fadeLeft 0.9s ease forwards;
  animation-delay: 1s;
}

.bio-right-top,
.bio-right {
  animation: fadeRight 0.9s ease forwards;
  animation-delay: 1.1s;
}

.bio-bottom-left {
  animation: fadeLeft 0.9s ease forwards;
  animation-delay: 1.2s;
}

.stats-pill {
  animation: fadeRight 0.9s ease forwards;
  animation-delay: 1.3s;
}

.hero-dashed-circle {
  animation:
    fadeLeft 0.9s ease forwards,
    spinSlow 14s linear infinite;
}

/* KEYFRAMES */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(35px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(-45px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translateX(45px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeScale {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(40px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1);
  }
}
/* ANALYSIS */

.analysis-section {
  width: min(100% - 48px, 1120px);
  margin: 0 auto;
  padding: 20px 0 90px;
  position: relative;
}

.analysis-card {
  width: min(100%, 640px);
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  color: #182033;
  box-shadow: 0 30px 80px rgba(0,0,0,.35);
}

.analysis-header {
  background: linear-gradient(90deg, #e9005f, #ff006e);
  color: #fff;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.analysis-header img {
  width: 24px;
  height: 24px;
}

.analysis-header h2 {
  margin: 0;
  font-size: 18px;
}

.confidence-circle {
  display: grid;
  place-items: center;
  padding: 42px 20px 22px;
  position: relative;
}

.confidence-circle img {
  width: 160px;
  height: 160px;
}

.confidence-circle div {
  position: absolute;
  text-align: center;
}

.confidence-circle strong {
  color: #ec1212;
  font-size: 32px;
  display: block;
}

.confidence-circle span {
  color: #667085;
  font-size: 14px;
}

.alert-box {
  margin: 0 28px 24px;
  padding: 18px;
  background: #fff4f4;
  border-radius: 12px;
}

.alert-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.alert-title img {
  width: 20px;
  height: 20px;
}

.alert-title h3 {
  margin: 0;
  color: #172033;
  font-size: 16px;
}

.alert-box p {
  margin: 10px 0 0;
  color: #667085;
  font-size: 14px;
  line-height: 22px;
}

.result-list {
  padding: 0 28px 32px;
  display: grid;
  gap: 14px;
}

.result-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8fafc;
  border-radius: 10px;
  padding: 14px;
  gap: 20px;
}

.result-list span {
  color: #667085;
  font-size: 14px;
}

.result-list strong {
  color: #182033;
  font-size: 14px;
  text-align: right;
}

/* BIOMARKERS */

.biomarker-grid {
  margin: -40px auto 0;
  width: min(100%, 900px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  position: relative;
  z-index: 3;
}

.biomarker-card {
  background: #fff;
  color: #182033;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 18px 45px rgba(0,0,0,.25);
}

.biomarker-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.biomarker-top span {
  font-size: 15px;
}

.biomarker-top small {
  color: #ec1212;
  background: #ffe4e4;
  padding: 5px 12px;
  border-radius: 20px;
}

.progress {
  height: 8px;
  background: #e6e7ea;
  border-radius: 10px;
  overflow: hidden;
  margin: 18px 0 8px;
}

.progress span {
  display: block;
  height: 100%;
  background: #ec1212;
  border-radius: inherit;
}

.biomarker-card p {
  margin: 0;
  color: #667085;
  font-size: 13px;
}

/* STATS */

.stats-strip {
  width: min(100% - 48px, 720px);
  margin: 0 auto 100px;
  background: rgba(130, 0, 219, .45);
  border-radius: 18px;
  padding: 18px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.avatar-group {
  display: flex;
}

.avatar-group img {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  margin-left: -10px;
}

.avatar-group img:first-child {
  margin-left: 0;
}

.stats-strip strong,
.stats-strip span {
  display: block;
}

.stats-strip strong {
  font-size: 18px;
}

.stats-strip span {
  color: rgba(255,255,255,.65);
  margin-top: 4px;
}

/* NEWS */

.news-section {
  width: min(100% - 48px, 1120px);
  margin: 180px auto 90px;
  text-align: center;
}

.partners-section {
  width: min(100% - 48px, 1120px);
  margin: 140px auto 90px;
  text-align: center;
}
.news-section h2,
.partners-section h2 {
  margin: 0;
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 500;
}

.news-section p {
  max-width: 820px;
  margin: 20px auto 40px;
  color: rgba(255,255,255,.55);
  font-size: 18px;
  line-height: 30px;
}

.news-carousel-container {
  display: flex;
  align-items: center;
  gap: 16px;
}

.news-carousel {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.news-carousel::-webkit-scrollbar {
  display: none;
}

.news-carousel a {
  min-width: 180px;
  height: 100px;
  background: #fff;
  border-radius: 16px;
  display: grid;
  place-items: center;
  padding: 22px;
}

.news-carousel img {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
}

.carousel-btn {
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 999px;
  background: #9810fa;
  color: #fff;
  cursor: pointer;
}

/* PARTNERS */

.partners-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.partners-grid img {
  width: 100%;
  height: 110px;
  object-fit: contain;
  background: #fff;
  border-radius: 18px;
  padding: 20px;
}

/* FOOTER */

.footer {
  background: #7228d9;
  padding: 74px 24px 36px;
}

.footer-inner {
  width: min(100%, 1268px);
  margin: 0 auto;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  align-items: flex-start;
}

.footer-brand {
  max-width: 300px;
}

.footer-logo {
  width: 182px;
  height: 64px;
  object-fit: cover;
}

.footer-brand p,
.footer-newsletter p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 26px;
}

.footer-social {
  display: flex;
  gap: 16px;
  margin-top: 18px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  border: 0.5px solid #fff;
  border-radius: 10px;
  display: grid;
  place-items: center;
}

.footer-social img {
  width: 22px;
  height: 22px;
  object-fit: cover;
}

.footer-nav-cols {
  display: flex;
  gap: 60px;
}

.footer-nav-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-nav-col h4,
.footer-newsletter h4,
.footer-newsletter label {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
}

.footer-nav-col a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 28px;
}

.footer-newsletter {
  max-width: 262px;
}

.footer-newsletter input {
  width: 262px;
  height: 55px;
  border: none;
  outline: none;
  border-radius: 10px;
  padding: 0 18px;
  font-size: 14px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  margin: 36px 0 18px;
  background: rgba(255, 255, 255, 0.3);
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  opacity: 0.8;
  font-size: 14px;
  line-height: 32px;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .navbar {
    flex-wrap: wrap;
    justify-content: center;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer-top {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .navbar {
    width: min(100% - 32px, 1120px);
    padding-top: 28px;
  }

  .logo {
    width: 150px;
    height: auto;
  }

  .nav-links {
    gap: 16px;
  }

  .nav-links a {
    font-size: 14px;
  }

  .hero {
    width: min(100% - 32px, 1120px);
    padding: 70px 0 44px;
  }

  .hero h1 {
    font-size: 38px;
  }

  .hero p {
    font-size: 16px;
    line-height: 28px;
  }

  .analysis-section {
    width: min(100% - 32px, 1120px);
  }

  .biomarker-grid {
    grid-template-columns: 1fr;
  }

  .stats-strip {
    flex-direction: column;
    text-align: center;
  }

  .news-section,
  .partners-section {
    width: min(100% - 32px, 1120px);
  }

  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-top,
  .footer-nav-cols {
    flex-direction: column;
  }

  .footer-newsletter,
  .footer-newsletter input {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .nav-button {
    width: 100%;
    text-align: center;
  }

  .hero h1 {
    font-size: 31px;
  }

  .hero-badge {
    font-size: 14px;
  }

  .hero-button {
    width: 100%;
  }

  .analysis-card {
    border-radius: 8px;
  }

  .result-list div {
    flex-direction: column;
    align-items: flex-start;
  }

  .result-list strong {
    text-align: left;
  }

  .news-carousel-container {
    gap: 8px;
  }

  .carousel-btn {
    display: none;
  }

  .partners-grid {
    grid-template-columns: 1fr;
  }
}