.v7-home .hero {
  min-height: 730px;
  padding: 84px 0 58px;
}

.v7-home .hero-grid {
  align-items: center;
  gap: 50px;
  grid-template-columns: minmax(680px, 730px) minmax(370px, 1fr);
  grid-template-rows: auto auto;
}

.v7-home .hero-content {
  grid-column: 1;
  grid-row: 1;
  max-width: 730px;
}

.v7-home .hero .eyebrow {
  margin-bottom: 20px;
}

.v7-home .hero .display {
  font-size: 70px;
  line-height: 1.04;
  margin-bottom: 30px;
  max-width: none;
  padding-bottom: 0.04em;
}

.v7-home .hero-title-line {
  display: block;
}

.v7-home .hero-accent-word {
  display: inline-block;
  line-height: 1.1;
  padding-bottom: 0.08em;
  margin-bottom: -0.08em;
}

.v7-home .hero-title-line:nth-child(2) {
  white-space: nowrap;
}

.v7-home .hero .lead {
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
  max-width: 520px;
}

.v7-home .hero-actions {
  margin-top: 30px;
}

.v7-home .hero-proof {
  display: grid;
  gap: 0;
  grid-column: 1;
  grid-row: 2;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 36px;
  max-width: 730px;
}

.v7-home .proof-item {
  font-size: 12px;
  line-height: 1.45;
}

.v7-home .proof-item strong {
  font-size: 13px;
}

.v7-home .orbit {
  grid-column: 2;
  grid-row: 1 / span 2;
  height: 380px;
  justify-self: center;
  width: 380px;
}

.v7-home .impact-proof-section {
  padding: 70px 0 36px;
}

.v7-home .impact-proof-head {
  align-items: flex-start;
  margin-bottom: 34px;
}

.v7-home .impact-proof-head h2 {
  font-size: 42px;
  line-height: 1.1;
  margin-bottom: 12px;
}

.v7-home .impact-proof-head p {
  font-size: 12px;
  line-height: 1.5;
  max-width: 650px;
}

.v7-home .impact-proof-head .btn {
  flex: 0 0 auto;
}

.v7-home .impact-metrics {
  gap: 0;
  overflow: visible;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 25px;
}

.v7-home .impact-metric,
.v7-home .impact-metric:last-child {
  min-height: 132px;
  padding: 24px;
  border-right: 1px solid var(--line);
}

.v7-home .impact-metric:last-child {
  border-right: 0;
}

.v7-home .impact-number {
  margin-bottom: 12px;
  background: none;
  color: #019ca7;
  -webkit-text-fill-color: #019ca7;
}

.v7-home .impact-source {
  padding-top: 24px;
}

.v7-home .why-now-section {
  padding: 82px 0;
}

.v7-home .why-now-head {
  display: block;
  margin-bottom: 38px;
}

.v7-home .why-now-head h2 {
  max-width: 890px;
  font-size: 42px;
  line-height: 1.12;
  margin-bottom: 22px;
}

.v7-home .why-now-head p {
  max-width: 890px;
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
}

.v7-home .why-now-grid {
  gap: 10px;
}

.v7-home .why-now-card {
  min-height: 194px;
  padding: 16px;
  border-radius: 14px;
}

.v7-home .why-now-icon {
  width: 28px;
  height: 28px;
  margin-bottom: 14px;
  border-radius: 8px;
  font-size: 10px;
}

.v7-home .why-now-card h3 {
  font-size: 14px;
  line-height: 1.35;
  margin-bottom: 6px;
}

.v7-home .why-now-card p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.v7-home .value-chain-section {
  padding: 82px 0;
}

.v7-home .value-chain-head {
  display: block;
  margin-bottom: 38px;
}

.v7-home .value-chain-head h2 {
  max-width: none;
  font-size: 42px;
  line-height: 1.12;
  margin-bottom: 22px;
  white-space: nowrap;
}

.v7-home .value-chain-head p {
  max-width: 890px;
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
}

.v7-home .value-chain {
  border-radius: 18px;
}

.v7-home .value-step {
  min-height: 146px;
  padding: 18px 14px;
}

.v7-home .value-step b {
  font-size: 10px;
}

.v7-home .value-step h3 {
  font-size: 16px;
  line-height: 1.35;
  margin: 20px 0 4px;
}

.v7-home .value-step p {
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}

.v7-home .foundation-section {
  padding: 82px 0;
}

.v7-home .foundation-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.8fr);
  align-items: center;
  gap: 76px;
  margin-bottom: 38px;
}

.v7-home .foundation-head h2 {
  font-size: 42px;
  line-height: 1.1;
  margin: 0;
}

.v7-home .foundation-head p {
  max-width: 520px;
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
}

.v7-home .foundation-grid {
  gap: 12px;
}

.v7-home .foundation-card {
  display: flex;
  flex-direction: column;
  min-height: 238px;
  padding: 18px;
  border-radius: 14px;
}

.v7-home .foundation-card h3 {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 8px;
}

.v7-home .foundation-card p {
  font-size: 14px;
  line-height: 1.5;
}

.v7-home .foundation-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: auto;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.v7-home .intelligence-section {
  padding: 82px 0;
}

.v7-home .intelligence-head {
  align-items: center;
  gap: 76px;
  margin-bottom: 38px;
}

.v7-home .intelligence-head h2 {
  max-width: 580px;
  font-size: 42px;
  line-height: 1.1;
  margin: 0;
}

.v7-home .intelligence-head p {
  max-width: 560px;
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
}

.v7-home .intelligence-grid {
  gap: 12px;
}

.v7-home .intelligence-card {
  min-height: 206px;
  padding: 18px;
  border-radius: 14px;
}

.v7-home .intelligence-icon {
  width: 28px;
  height: 28px;
  margin-bottom: 16px;
  border-radius: 8px;
  font-size: 10px;
}

.v7-home .intelligence-card h3 {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 7px;
}

.v7-home .intelligence-card p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.v7-home .customer-story-section {
  padding: 82px 0;
}

.v7-home .customer-story {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.55fr);
  gap: 78px;
}

.v7-home .customer-story-copy h2 {
  max-width: 560px;
  font-size: 42px;
  line-height: 1.1;
  margin-bottom: 18px;
}

.v7-home .customer-story-copy > p {
  max-width: 590px;
  font-size: 14px;
  line-height: 1.55;
  margin-bottom: 0;
}

.v7-home .story-points {
  gap: 14px 28px;
  margin: 26px 0;
}

.v7-home .story-points div {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.v7-home .story-points strong {
  font-size: 22px;
}

.v7-home .story-points span {
  display: block;
  font-size: 12px;
  line-height: 1.45;
}

.v7-home .impact-doc {
  justify-self: center;
  overflow: hidden;
  padding: 12px;
  transform: none;
  transition:
    transform 280ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 280ms ease,
    border-color 280ms ease;
}

.v7-home .impact-doc:hover {
  transform: translateY(-6px);
  border-color: rgba(1, 156, 167, 0.42);
  box-shadow: 0 26px 58px rgba(15, 55, 60, 0.2);
}

.v7-home .impact-doc img {
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.v7-home .impact-doc:hover img {
  transform: scale(1.025);
}

.v7-home .operating-models-section {
  padding: 82px 0;
}

.v7-home .operating-models-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.8fr);
  align-items: center;
  gap: 76px;
  margin-bottom: 38px;
}

.v7-home .operating-models-head h2 {
  font-size: 42px;
  line-height: 1.1;
  margin: 0;
}

.v7-home .operating-models-head p {
  max-width: 520px;
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
}

.v7-home .operating-models-grid {
  gap: 12px;
}

.v7-home .operating-models-card {
  min-height: 238px;
  padding: 18px;
  border-radius: 14px;
}

.v7-home .operating-models-card h3 {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 8px;
}

.v7-home .operating-models-card p {
  font-size: 14px;
  line-height: 1.5;
}

.v7-home .operating-model-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: auto;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.v7-home .operating-model-link::after {
  content: "→";
  margin-left: 8px;
}

.v7-home .cta-section {
  padding: 120px 0;
}

.v7-home .quote-band {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 56px;
  padding: 36px;
  border-radius: 24px;
}

.v7-home .quote-band h2 {
  max-width: 700px;
  font-size: 32px;
  line-height: 1.12;
  margin: 0;
}

.v7-home .quote-band .btn {
  white-space: nowrap;
}

.motion-ready .v7-home .motion-reveal {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition:
    opacity 620ms cubic-bezier(0.22, 1, 0.36, 1) var(--motion-delay, 0ms),
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1) var(--motion-delay, 0ms);
}

.motion-ready .v7-home .motion-reveal.motion-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.v7-home .why-now-card,
.v7-home .foundation-card,
.v7-home .intelligence-card,
.v7-home .operating-models-card,
.v7-home .value-step,
.v7-home .impact-metric,
.v7-home .foundation-link,
.v7-home .operating-model-link,
.v7-home .btn {
  transition:
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 260ms ease,
    border-color 260ms ease,
    background-color 260ms ease,
    color 260ms ease;
}

.v7-home .why-now-card:hover,
.v7-home .foundation-card:hover,
.v7-home .operating-models-card:hover {
  transform: translateY(-5px);
  border-color: rgba(1, 156, 167, 0.32);
  box-shadow: 0 18px 36px rgba(15, 55, 60, 0.1);
}

.v7-home .intelligence-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 250, 255, 0.26);
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.22);
}

.v7-home .value-step:hover {
  background: linear-gradient(145deg, #fff, #f2fbfb);
}

.v7-home .impact-metric:hover .impact-number {
  transform: translateY(-3px);
}

.v7-home .impact-number {
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.v7-home .foundation-link:hover,
.v7-home .operating-model-link:hover {
  transform: translateX(4px);
  border-color: var(--teal);
  color: var(--teal);
}

.v7-home .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(15, 55, 60, 0.18);
}

.v7-home .btn-primary:hover {
  background: linear-gradient(135deg, #00e0e8 0%, #087f89 100%);
  border-color: rgba(0, 250, 255, 0.42);
  color: #fff;
  box-shadow: 0 16px 32px rgba(1, 156, 167, 0.34);
}

.v7-home .btn-secondary:hover {
  background: rgba(0, 250, 255, 0.1);
  border-color: rgba(0, 250, 255, 0.5);
  color: #fff;
}

.v7-home .btn-light:hover {
  background: #f0fbfc;
  border-color: rgba(1, 156, 167, 0.44);
  color: var(--ink);
}

.v7-home .nav-links a {
  position: relative;
}

.v7-home .nav-links a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: var(--teal);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.v7-home .nav-links a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.v7-home .orbit-ring {
  animation: home-orbit-pulse 5s ease-in-out infinite;
}

.v7-home .r2 {
  animation-delay: -2.5s;
}

.v7-home .core {
  animation: home-core-float 4.5s ease-in-out infinite;
}

.v7-home .node {
  transition:
    transform 240ms ease,
    border-color 240ms ease,
    background-color 240ms ease;
}

.v7-home .node:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 250, 255, 0.42);
  background: rgba(17, 25, 28, 0.92);
}

.motion-ready .v7-home .impact-doc.motion-visible:hover {
  transform: translate3d(0, -6px, 0);
}

.motion-ready .v7-home .why-now-card.motion-visible:hover,
.motion-ready .v7-home .foundation-card.motion-visible:hover,
.motion-ready .v7-home .operating-models-card.motion-visible:hover,
.motion-ready .v7-home .intelligence-card.motion-visible:hover {
  transform: translate3d(0, -5px, 0);
}

@keyframes home-orbit-pulse {
  0%,
  100% {
    opacity: 0.42;
    transform: scale(0.985);
  }
  50% {
    opacity: 0.85;
    transform: scale(1);
  }
}

@keyframes home-core-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.v7-home .core {
  height: 140px;
  width: 140px;
}

.v7-home .core img {
  width: 58px;
}

.v7-home .r1 {
  height: 255px;
  width: 255px;
}

.v7-home .r2 {
  height: 350px;
  width: 350px;
}

.v7-home .node {
  font-size: 10px;
  padding: 8px 11px;
}

.v7-home .n1 {
  left: 145px;
  top: 12px;
}

.v7-home .n2 {
  right: -16px;
  top: 88px;
}

.v7-home .n3 {
  bottom: 60px;
  right: 0;
}

.v7-home .n4 {
  bottom: 0;
  left: 140px;
}

.v7-home .n5 {
  bottom: 80px;
  left: -16px;
}

.v7-home .n6 {
  left: 0;
  top: 76px;
}

@media (max-width: 1120px) {
  .v7-home .hero {
    padding: 75px 0 65px;
  }

  .v7-home .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.75fr);
    gap: 40px;
  }

  .v7-home .hero-content {
    max-width: 620px;
  }

  .v7-home .hero .display {
    font-size: clamp(52px, 8vw, 70px);
  }

  .v7-home .hero-title-line:nth-child(2) {
    white-space: normal;
  }

  .v7-home .value-chain-head h2 {
    white-space: normal;
  }

}

@media (max-width: 960px) {
  .v7-home .hero-grid {
    grid-template-columns: 1fr;
  }

  .v7-home .hero-content,
  .v7-home .hero-proof,
  .v7-home .orbit {
    grid-column: auto;
    grid-row: auto;
  }

  .v7-home .orbit {
    margin: 0 auto;
  }

  .v7-home .impact-metric:nth-child(odd) {
    border-right: 1px solid var(--line);
  }

  .v7-home .impact-metric:nth-child(even) {
    border-right: 0;
  }

  .v7-home .impact-metric:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .v7-home .why-now-head h2,
  .v7-home .why-now-head p,
  .v7-home .value-chain-head h2,
  .v7-home .value-chain-head p {
    max-width: 720px;
  }

  .v7-home .value-chain-head h2 {
    white-space: normal;
  }

  .v7-home .foundation-head {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .v7-home .intelligence-head {
    display: block;
  }

  .v7-home .intelligence-head p {
    margin-top: 18px;
  }

  .v7-home .customer-story {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .v7-home .impact-doc {
    justify-self: start;
    width: min(100%, 520px);
  }

  .v7-home .operating-models-head {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .v7-home .quote-band {
    grid-template-columns: 1fr;
    gap: 26px;
  }
}

@media (max-width: 620px) {
  .v7-home .hero {
    min-height: auto;
    padding: 60px 0 50px;
  }

  .v7-home .hero .display {
    font-size: 44px;
    margin-bottom: 24px;
  }

  .v7-home .hero-actions {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .v7-home .hero-actions .btn {
    min-width: 0;
    padding: 12px 8px;
    font-size: clamp(10px, 3vw, 12px);
    white-space: nowrap;
    width: 100%;
  }

  .v7-home .hero-proof {
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 0;
  }

  .v7-home .proof-item {
    font-size: 10px;
    line-height: 1.35;
    padding-left: 10px;
  }

  .v7-home .proof-item strong {
    font-size: 11px;
    line-height: 1.25;
    margin-bottom: 4px;
  }

  .v7-home .orbit {
    height: 300px;
    margin: 12px auto 20px;
    width: 300px;
  }

  .v7-home .orbit .core {
    height: 112px;
    width: 112px;
  }

  .v7-home .orbit .core img {
    width: 47px;
  }

  .v7-home .orbit .r1 {
    height: 205px;
    width: 205px;
  }

  .v7-home .orbit .r2 {
    height: 285px;
    width: 285px;
  }

  .v7-home .orbit .n1 {
    left: 116px;
    top: 6px;
  }

  .v7-home .orbit .n2 {
    right: -5px;
    top: 69px;
  }

  .v7-home .orbit .n3 {
    bottom: 38px;
    right: -4px;
  }

  .v7-home .orbit .n4 {
    bottom: 0;
    left: 112px;
  }

  .v7-home .orbit .n5 {
    bottom: 61px;
    left: -6px;
  }

  .v7-home .orbit .n6 {
    left: 0;
    top: 60px;
  }

  .v7-home .impact-proof-section {
    padding: 54px 0 32px;
  }

  .v7-home .impact-proof-head h2 {
    font-size: 32px;
  }

  .v7-home .impact-metrics {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .v7-home .impact-metric {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .v7-home .impact-metric:last-child {
    border-bottom: 0;
  }

  .v7-home .why-now-section {
    padding: 64px 0;
  }

  .v7-home .why-now-head h2 {
    font-size: 32px;
    margin-bottom: 18px;
  }

  .v7-home .why-now-head p {
    font-size: 15px;
  }

  .v7-home .why-now-card {
    min-height: 0;
  }

  .v7-home .value-chain-section {
    padding: 64px 0;
  }

  .v7-home .value-chain-head h2 {
    font-size: clamp(22px, 6.2vw, 28px);
    line-height: 1.16;
    margin-bottom: 18px;
  }

  .v7-home .value-chain-head h2 span {
    display: block;
    white-space: nowrap;
  }

  .v7-home .value-chain-head p {
    font-size: 15px;
  }

  .v7-home .foundation-section {
    padding: 64px 0;
  }

  .v7-home .foundation-head h2 {
    font-size: 32px;
  }

  .v7-home .foundation-card {
    min-height: 0;
  }

  .v7-home .intelligence-section {
    padding: 64px 0;
  }

  .v7-home .intelligence-head h2 {
    font-size: 32px;
  }

  .v7-home .intelligence-head p {
    font-size: 15px;
  }

  .v7-home .intelligence-card {
    min-height: 0;
  }

  .v7-home .customer-story-section {
    padding: 64px 0;
  }

  .v7-home .customer-story-copy h2 {
    font-size: 32px;
  }

  .v7-home .operating-models-section {
    padding: 64px 0;
  }

  .v7-home .operating-models-head h2 {
    font-size: 32px;
  }

  .v7-home .operating-models-card {
    min-height: 0;
  }

  .v7-home .cta-section {
    padding: 72px 0;
  }

  .v7-home .quote-band {
    padding: 28px;
  }

  .v7-home .quote-band h2 {
    font-size: 28px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .v7-home *,
  .v7-home *::before,
  .v7-home *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
