.automation-page {
  --automation-blue: #24566a;
  --automation-mist: #e8f1f3;
}

.automation-offer-card {
  background:
    radial-gradient(circle at 86% 10%, rgba(246, 208, 119, 0.22), transparent 31%),
    linear-gradient(145deg, #16333e, #286176);
}

.automation-offer-card .fix-offer-head b {
  color: #f5d68e;
}

.automation-offer-card .fix-price {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
}

.automation-offer-card .fix-price small {
  max-width: 24rem;
}

.automation-summary {
  background: linear-gradient(135deg, #fbfaf6, var(--automation-mist));
}

.automation-component-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.automation-component-grid article:nth-child(2),
.automation-component-grid article:nth-child(5) {
  background: var(--automation-mist);
}

.automation-component-grid article:last-child {
  grid-column: auto;
  min-height: 240px;
}

.automation-component-grid span {
  color: var(--automation-blue);
}

.automation-cta {
  background:
    radial-gradient(circle at 90% 20%, rgba(246, 208, 119, 0.18), transparent 31%),
    #183640;
}

.automation-final {
  background: linear-gradient(135deg, rgba(232, 241, 243, 0.96), rgba(251, 250, 246, 0.98));
}

@media (max-width: 760px) {
  .automation-component-grid {
    grid-template-columns: 1fr;
  }

  .automation-component-grid article:last-child {
    min-height: 0;
  }
}
