.consensum-home-page {
  background: var(--nf-frost-white);
  color: var(--nf-text-primary);
  line-height: 1.65;
  overflow-x: hidden;
}

.consensum-home-page .container {
  margin: 0 auto;
  max-width: 1160px;
  padding: 0 28px;
}

.consensum-home-page .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1), transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.consensum-home-page .reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.consensum-home-page .reveal-delay-1 {
  transition-delay: 0.1s;
}

.consensum-home-page .reveal-delay-2 {
  transition-delay: 0.2s;
}

.consensum-home-page .reveal-delay-3 {
  transition-delay: 0.3s;
}

.consensum-home-page .nav {
  align-items: center;
  background: rgba(250, 252, 255, 0.72);
  backdrop-filter: blur(18px) saturate(1.5);
  border-bottom: 1px solid var(--nf-border);
  display: flex;
  height: 64px;
  justify-content: space-between;
  left: 0;
  padding: 0 28px;
  position: fixed;
  right: 0;
  top: 0;
  transition: var(--nf-transition);
  z-index: 100;
}

.consensum-home-page .nav.scrolled {
  background: rgba(250, 252, 255, 0.92);
  box-shadow: 0 2px 24px rgba(11, 29, 58, 0.07);
}

.consensum-home-page .nav-logo {
  color: var(--nf-navy);
  font-family: var(--nf-font-head);
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.consensum-home-page .nav-logo span {
  color: var(--nf-glacier);
}

.consensum-home-page .nav-links {
  align-items: center;
  display: flex;
  gap: 6px;
  list-style: none;
}

.consensum-home-page .nav-links a {
  border-radius: var(--nf-radius-sm);
  color: var(--nf-text-muted);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 7px 12px;
  text-transform: uppercase;
  transition: var(--nf-transition);
}

.consensum-home-page .nav-links a:hover {
  background: var(--nf-ice-blue);
  color: var(--nf-navy);
}

.consensum-home-page .nav-toggle {
  background: none;
  border: none;
  cursor: pointer;
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 4px;
}

.consensum-home-page .nav-toggle span {
  background: var(--nf-navy);
  border-radius: 2px;
  display: block;
  height: 1.5px;
  transition: var(--nf-transition);
  width: 22px;
}

.consensum-home-page .nav-mobile {
  background: rgba(250, 252, 255, 0.97);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--nf-border);
  display: none;
  left: 0;
  padding: 20px 28px;
  position: fixed;
  right: 0;
  top: 64px;
  z-index: 99;
}

.consensum-home-page .nav-mobile.open {
  display: block;
}

.consensum-home-page .nav-mobile a {
  border-bottom: 1px solid var(--nf-border);
  color: var(--nf-text-muted);
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 12px 0;
  text-transform: uppercase;
  transition: var(--nf-transition);
}

.consensum-home-page .nav-mobile a:hover {
  color: var(--nf-glacier);
}

.consensum-home-main section {
  padding: 100px 0;
}

.consensum-home-page .hero {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100svh;
  overflow: hidden;
  padding-top: 64px;
  position: relative;
}

.consensum-home-page .hero-bg {
  background:
    radial-gradient(ellipse 80% 60% at 70% 40%, rgba(91, 164, 207, 0.12) 0%, transparent 65%),
    radial-gradient(ellipse 50% 50% at 10% 80%, rgba(224, 229, 240, 0.5) 0%, transparent 55%),
    linear-gradient(165deg, var(--nf-frost-white) 0%, var(--nf-ice-blue) 55%, rgba(200, 216, 236, 0.4) 100%);
  inset: 0;
  position: absolute;
}

.consensum-home-page .hero-grid-overlay {
  background-image:
    linear-gradient(rgba(91, 164, 207, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(91, 164, 207, 0.06) 1px, transparent 1px);
  background-size: 48px 48px;
  inset: 0;
  mask-image: radial-gradient(ellipse 90% 90% at 60% 50%, black 30%, transparent 80%);
  position: absolute;
}

.consensum-home-page .crystal {
  pointer-events: none;
  position: absolute;
}

.consensum-home-page .crystal svg {
  height: 100%;
  width: 100%;
}

.consensum-home-page .crystal-1 {
  animation: consensum-crystal-float 8s ease-in-out infinite;
  height: 340px;
  opacity: 0.55;
  right: 6%;
  top: 14%;
  width: 340px;
}

.consensum-home-page .crystal-2 {
  animation: consensum-crystal-float 11s ease-in-out infinite reverse;
  bottom: 8%;
  height: 180px;
  opacity: 0.35;
  right: 18%;
  width: 180px;
}

.consensum-home-page .crystal-3 {
  animation: consensum-crystal-float 7s ease-in-out infinite;
  animation-delay: -3s;
  bottom: 30%;
  height: 90px;
  opacity: 0.25;
  right: 3%;
  width: 90px;
}

@keyframes consensum-crystal-float {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  33% {
    transform: translateY(-14px) rotate(2deg);
  }

  66% {
    transform: translateY(6px) rotate(-1.5deg);
  }
}

.consensum-home-page .hero-content {
  padding: 80px 0;
  position: relative;
  z-index: 2;
}

.consensum-home-page .hero-heading {
  color: var(--nf-navy);
  font-family: var(--nf-font-head);
  font-size: clamp(4.5rem, 10vw, 9rem);
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 0.92;
  margin-bottom: 32px;
}

.consensum-home-page .hero-heading em {
  color: var(--nf-glacier);
  font-style: italic;
}

.consensum-home-page .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.consensum-home-page .btn-primary,
.consensum-home-page .btn-ghost {
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 700;
  gap: 8px;
  letter-spacing: 0.1em;
  padding: 14px 28px;
  text-transform: uppercase;
  transition: var(--nf-transition);
}

.consensum-home-page .btn-primary {
  background: var(--nf-navy);
  color: var(--nf-frost-white);
}

.consensum-home-page .btn-primary:hover {
  background: var(--nf-glacier);
  box-shadow: 0 8px 28px rgba(91, 164, 207, 0.35);
  transform: translateY(-2px);
}

.consensum-home-page .btn-primary:hover svg,
.consensum-home-page .btn-ghost:hover svg {
  transform: translateX(3px);
}

.consensum-home-page .btn-primary svg,
.consensum-home-page .btn-ghost svg {
  transition: transform 0.28s ease;
}

.consensum-home-page .btn-ghost {
  background: transparent;
  border: 1px solid var(--nf-mist);
  color: var(--nf-navy);
  padding: 13px 28px;
}

.consensum-home-page .btn-ghost:hover {
  background: var(--nf-ice-blue);
  border-color: var(--nf-glacier);
  color: var(--nf-glacier);
  transform: translateY(-2px);
}

.consensum-home-page .projects {
  background: var(--nf-ice-blue);
  overflow: hidden;
  position: relative;
}

.consensum-home-page .projects::before {
  background-image:
    linear-gradient(rgba(91, 164, 207, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(91, 164, 207, 0.08) 1px, transparent 1px);
  background-size: 40px 40px;
  content: '';
  inset: 0;
  position: absolute;
}

.consensum-home-page .projects-header {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  margin-bottom: 56px;
  position: relative;
}

.consensum-home-page .section-label {
  align-items: center;
  color: var(--nf-glacier);
  display: flex;
  font-size: 0.72rem;
  font-weight: 700;
  gap: 10px;
  letter-spacing: 0.18em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.consensum-home-page .section-label::before {
  background: currentcolor;
  content: '';
  display: block;
  height: 1px;
  width: 24px;
}

.consensum-home-page .section-heading {
  color: var(--nf-navy);
  font-family: var(--nf-font-head);
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 20px;
}

.consensum-home-page .projects-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  position: relative;
}

.consensum-home-page .project-card {
  background: rgba(250, 252, 255, 0.7);
  backdrop-filter: blur(16px) saturate(1.2);
  border: 1px solid rgba(250, 252, 255, 0.9);
  border-radius: var(--nf-radius-md);
  overflow: hidden;
  padding: 40px 32px;
  position: relative;
  transition: var(--nf-transition);
}

.consensum-home-page .project-card::before {
  background: linear-gradient(90deg, var(--nf-glacier), var(--nf-glacier-light));
  content: '';
  height: 3px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
}

.consensum-home-page .project-card:hover {
  background: rgba(250, 252, 255, 0.92);
  box-shadow: 0 20px 60px rgba(11, 29, 58, 0.12);
  transform: translateY(-8px);
}

.consensum-home-page .project-card:hover::before {
  opacity: 1;
}

.consensum-home-page .project-tag {
  background: rgba(91, 164, 207, 0.1);
  border-radius: 3px;
  color: var(--nf-glacier);
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-bottom: 20px;
  padding: 4px 10px;
  text-transform: uppercase;
}

.consensum-home-page .project-title {
  color: var(--nf-navy);
  font-family: var(--nf-font-head);
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 14px;
}

.consensum-home-page .project-desc {
  color: var(--nf-text-muted);
  font-size: 0.88rem;
  font-weight: 300;
  line-height: 1.72;
  margin-bottom: 28px;
}

.consensum-home-page .project-link {
  align-items: center;
  color: var(--nf-glacier);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 700;
  gap: 6px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: gap 0.25s ease;
}

.consensum-home-page .project-link:hover {
  gap: 10px;
}

.consensum-home-page .project-number {
  bottom: 24px;
  color: rgba(11, 29, 58, 0.04);
  font-family: var(--nf-font-head);
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  right: 28px;
  user-select: none;
}

@media (max-width: 1024px) {
  .consensum-home-page .projects-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .consensum-home-main section {
    padding: 72px 0;
  }

  .consensum-home-page .nav-links {
    display: none;
  }

  .consensum-home-page .nav-toggle {
    display: flex;
  }

  .consensum-home-page .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 120px 0 72px;
  }

  .consensum-home-page .hero > .container {
    min-width: 0;
    width: 100%;
  }

  .consensum-home-page .hero-content {
    max-width: none;
    min-width: 0;
  }

  .consensum-home-page .hero-heading {
    font-size: clamp(3.5rem, 16vw, 6rem);
  }

  .consensum-home-page .projects-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .consensum-home-page .projects-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .consensum-home-page .container {
    padding: 0 20px;
  }

  .consensum-home-page .hero-heading {
    font-size: clamp(2.9rem, 14vw, 6rem);
  }

  .consensum-home-page .hero-actions {
    flex-direction: column;
  }

  .consensum-home-page .btn-primary,
  .consensum-home-page .btn-ghost {
    justify-content: center;
  }
}
