.cloud-page {
  color: #0f172a;
  background: #fff;
}

.cloud-container {
  width: min(calc(100% - 2rem), 1180px);
  margin-inline: auto;
}

.cloud-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 5.2rem 0;
  color: #fff;
  background:
    radial-gradient(circle at 20% 12%, rgb(59 130 246 / .32), transparent 34%),
    linear-gradient(135deg, #07111f, #172554 58%, #1d4ed8);
}

.cloud-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(to right, rgb(255 255 255 / .05) 1px, transparent 1px),
    linear-gradient(to bottom, rgb(255 255 255 / .05) 1px, transparent 1px);
  background-size: 36px 36px;
}

.cloud-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 2rem;
  align-items: center;
}

.cloud-eyebrow,
.cloud-section-head span,
.cloud-consult-card span {
  display: inline-flex;
  border-radius: 999px;
  padding: .32rem .75rem;
  color: #1d4ed8;
  background: #dbeafe;
  font-size: .76rem;
  font-weight: 950;
}

.cloud-hero .cloud-eyebrow {
  color: #bfdbfe;
  background: rgb(37 99 235 / .18);
  border: 1px solid rgb(255 255 255 / .16);
}

.cloud-hero h1 {
  max-width: 820px;
  margin: 1rem 0;
  font-size: clamp(2.2rem, 5vw, 4.5rem);
  line-height: 1.18;
  letter-spacing: -.05em;
  font-weight: 950;
}

.cloud-hero p {
  max-width: 720px;
  margin: 0;
  color: #dbeafe;
  line-height: 2;
  font-size: 1rem;
}

.cloud-hero__actions {
  display: flex;
  gap: .85rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.cloud-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: .95rem;
  padding: .85rem 1.1rem;
  font-size: .86rem;
  font-weight: 950;
}

.cloud-btn--primary {
  color: #fff;
  background: #2563eb;
}

.cloud-btn--ghost {
  color: #dbeafe;
  background: rgb(255 255 255 / .08);
  border: 1px solid rgb(255 255 255 / .18);
}

.cloud-hero__panel {
  border: 1px solid rgb(255 255 255 / .14);
  border-radius: 1.5rem;
  padding: 1.2rem;
  background: rgb(255 255 255 / .08);
  backdrop-filter: blur(10px);
}

.cloud-hero__panel strong {
  display: block;
  margin-bottom: .8rem;
  font-size: 1rem;
  font-weight: 950;
}

.cloud-hero__panel ul {
  display: grid;
  gap: .65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cloud-hero__panel li {
  color: #dbeafe;
  font-size: .84rem;
  line-height: 1.8;
}

.cloud-hero__panel li::before {
  content: "✓";
  color: #34d399;
  margin-left: .45rem;
  font-weight: 950;
}

.cloud-section {
  padding: 4.5rem 0;
}

.cloud-section--soft {
  background: #f8fafc;
  border-block: 1px solid #e2e8f0;
}

.cloud-section-head {
  max-width: 780px;
  margin: 0 auto 2rem;
  text-align: center;
}

.cloud-section-head h2 {
  margin: .75rem 0 .7rem;
  font-size: clamp(1.65rem, 4vw, 3rem);
  line-height: 1.25;
  letter-spacing: -.04em;
  font-weight: 950;
}

.cloud-section-head p {
  margin: 0;
  color: #64748b;
  line-height: 2;
}

.cloud-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.cloud-benefit-card,
.cloud-usecase-grid article {
  border: 1px solid #e2e8f0;
  border-radius: 1.25rem;
  padding: 1.1rem;
  background: #fff;
  box-shadow: 0 16px 50px rgb(15 23 42 / .05);
}

.cloud-benefit-card h3 {
  margin: 0 0 .6rem;
  font-size: 1rem;
  font-weight: 950;
}

.cloud-benefit-card p {
  margin: 0;
  color: #64748b;
  font-size: .84rem;
  line-height: 1.95;
}

.cloud-usecase-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.cloud-usecase-grid article {
  color: #0f172a;
  text-align: center;
  font-weight: 950;
}

.cloud-table-wrap {
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 16px 55px rgb(15 23 42 / .06);
}

.cloud-compare-table {
  width: 100%;
  border-collapse: collapse;
}

.cloud-compare-table th {
  color: #fff;
  background: #0f172a;
  padding: 1rem;
  font-weight: 950;
}

.cloud-compare-table td {
  border-top: 1px solid #e2e8f0;
  padding: 1rem;
  color: #334155;
  line-height: 1.8;
}

.cloud-compare-table td:first-child {
  color: #0f172a;
  font-weight: 950;
}

.cloud-consult-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  align-items: center;
  border: 1px solid #dbeafe;
  border-radius: 1.5rem;
  padding: clamp(1.4rem, 4vw, 2rem);
  background: linear-gradient(135deg, #fff, #eff6ff);
  box-shadow: 0 20px 60px rgb(37 99 235 / .07);
}

.cloud-consult-card h2 {
  margin: .7rem 0 .6rem;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  font-weight: 950;
}

.cloud-consult-card p {
  margin: 0;
  color: #64748b;
  line-height: 2;
}

.cloud-consult-card a {
  display: inline-flex;
  border-radius: .95rem;
  padding: .9rem 1.1rem;
  color: #fff;
  background: #2563eb;
  font-size: .86rem;
  font-weight: 950;
  white-space: nowrap;
}

.cloud-faq-list {
  display: grid;
  gap: .8rem;
  max-width: 850px;
  margin-inline: auto;
}

.cloud-faq-list details {
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  background: #fff;
  overflow: hidden;
}

.cloud-faq-list summary {
  cursor: pointer;
  padding: 1rem 1.1rem;
  font-weight: 950;
}

.cloud-faq-list p {
  margin: 0;
  padding: 0 1.1rem 1rem;
  color: #64748b;
  line-height: 2;
}

@media (max-width: 980px) {
  .cloud-hero__inner,
  .cloud-consult-card {
    grid-template-columns: 1fr;
  }

  .cloud-benefits-grid,
  .cloud-usecase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .cloud-hero {
    padding: 3.5rem 0;
  }

  .cloud-section {
    padding: 3rem 0;
  }

  .cloud-benefits-grid,
  .cloud-usecase-grid {
    grid-template-columns: 1fr;
  }
}
