.tecsis-logo {
  width: 170px !important;
  height: 46px !important;
  max-width: 42vw;
  object-fit: cover !important;
  object-position: center;
}

section[id] {
  scroll-margin-top: 5.5rem;
}
.ai-prompt-icon {
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  flex: 0 0 1.5rem;
  align-items: center;
  justify-content: center;
  margin-top: 0.125rem;
  border-radius: 9999px;
  background: color-mix(in srgb, var(--primary) 10%, transparent);
}

.ai-prompt-icon svg {
  width: 1rem;
  height: 1rem;
  fill: var(--primary);
}

.evolution-section,
.efficiency-section {
  padding: 1.5rem 1rem;
  background: var(--background);
}

.evolution-panel,
.efficiency-panel {
  max-width: 80rem;
  margin: 0 auto;
  border-radius: 1.25rem;
}

.evolution-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 6rem);
  padding: clamp(2.5rem, 6vw, 5rem);
  color: #f8fbff;
  background: radial-gradient(circle at 95% 5%, rgba(42, 105, 175, 0.2), transparent 36%), #111b38;
  box-shadow: 0 24px 60px rgba(17, 27, 56, 0.16);
}

.custom-eyebrow {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1.25rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #77d9eb;
}

.custom-eyebrow span {
  display: block;
  width: 1.6rem;
  height: 2px;
  background: #19c3d8;
}

.evolution-heading h2,
.efficiency-copy h2 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.evolution-heading h2 {
  max-width: 36rem;
  font-size: clamp(2rem, 4vw, 3.7rem);
}

.evolution-copy {
  align-self: center;
}

.evolution-copy > p {
  margin: 0 0 1.25rem;
  color: rgba(239, 246, 255, 0.76);
  font-size: 1rem;
  line-height: 1.75;
}

.evolution-copy strong {
  color: #ffffff;
}

.evolution-path {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1.25rem;
  align-items: center;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.evolution-path div {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.evolution-path strong {
  font-family: "Outfit", sans-serif;
  font-size: 1.05rem;
}

.evolution-path small {
  color: rgba(239, 246, 255, 0.5);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.evolution-arrow {
  color: #20c9de;
  font-size: 1.7rem;
}

.efficiency-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.efficiency-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  padding: clamp(2.5rem, 5vw, 4.5rem);
  color: #ffffff;
  background: radial-gradient(circle at 80% 20%, rgba(109, 191, 255, 0.22), transparent 38%), linear-gradient(120deg, #4844b8 0%, #2879bf 100%);
  box-shadow: 0 24px 55px rgba(49, 76, 170, 0.22);
}

.custom-eyebrow-light {
  color: #aeeaf2;
}

.efficiency-copy {
  max-width: 53rem;
}

.efficiency-copy h2 {
  font-size: clamp(2rem, 4.2vw, 3.8rem);
}

.efficiency-copy > p:last-child {
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(0.95rem, 1.4vw, 1.1rem);
  line-height: 1.65;
}

.efficiency-button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-height: 3.25rem;
  padding: 0.9rem 1.4rem;
  border-radius: 0.65rem;
  background: #ffffff;
  color: #304db1;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(12, 34, 88, 0.2);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.efficiency-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(12, 34, 88, 0.27);
}

.efficiency-button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.7);
  outline-offset: 4px;
}

@media (max-width: 800px) {
  .tecsis-logo {
    width: 138px !important;
    height: 42px !important;
  }

  .evolution-panel {
    grid-template-columns: 1fr;
  }

  .efficiency-panel {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 520px) {
  .evolution-section,
  .efficiency-section {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }

  .evolution-panel,
  .efficiency-panel {
    padding: 2rem 1.35rem;
    border-radius: 1rem;
  }

  .evolution-path {
    gap: 0.7rem;
  }

  .evolution-path small {
    letter-spacing: 0.06em;
  }

  .efficiency-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .efficiency-button {
    transition: none;
  }
}
