:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f5f7f8;
  color: #142033;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 320px;
  background: #f5f7f8;
}

a {
  color: inherit;
}

.site-header {
  min-height: 72px;
  padding: 0 clamp(18px, 4vw, 54px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  background: #ffffff;
  border-bottom: 1px solid #dfe7ec;
  position: sticky;
  top: 0;
  z-index: 10;
}

.brand,
.site-nav,
.hero-actions,
.contact-actions {
  display: inline-flex;
  align-items: center;
}

.brand {
  gap: 11px;
  font-weight: 900;
  text-decoration: none;
}

.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f0c85d;
  color: #142033;
}

.site-nav {
  gap: 22px;
  color: #516174;
  font-weight: 700;
  font-size: 0.94rem;
}

.site-nav a,
.header-action,
.primary-action,
.secondary-action {
  text-decoration: none;
}

.header-action,
.primary-action,
.secondary-action {
  min-height: 44px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 850;
}

.header-action,
.secondary-action {
  background: #e9eef2;
  color: #142033;
  padding: 0 16px;
}

.primary-action {
  background: #245c73;
  color: #ffffff;
  padding: 0 18px;
}

.hero {
  min-height: calc(100vh - 72px);
  max-height: 860px;
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(44px, 7vw, 86px) clamp(18px, 4vw, 54px);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(245, 247, 248, 0.96), rgba(245, 247, 248, 0.78) 35%, rgba(245, 247, 248, 0.05) 70%);
  z-index: -1;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.hero-copy {
  width: min(690px, 100%);
}

.eyebrow {
  margin: 0;
  color: #637386;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(3rem, 8vw, 6.4rem);
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.03;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.hero-lede {
  max-width: 610px;
  color: #425063;
  font-size: clamp(1.1rem, 2vw, 1.36rem);
  line-height: 1.55;
}

.hero-actions,
.contact-actions {
  flex-wrap: wrap;
  gap: 12px;
}

.section-band,
.split-section {
  padding: clamp(54px, 8vw, 90px) clamp(18px, 4vw, 54px);
}

.section-band {
  background: #ffffff;
}

.section-band.muted,
.contact-band {
  background: #eef3f5;
}

.section-heading {
  width: min(920px, 100%);
  margin-bottom: 30px;
}

.feature-grid,
.product-grid,
.cloud-options {
  display: grid;
  gap: 16px;
}

.feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-card,
.product-card,
.cloud-options article {
  border: 1px solid #dce5e9;
  border-radius: 8px;
  background: #ffffff;
}

.feature-card {
  min-height: 178px;
  padding: 22px;
}

.feature-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: block;
  margin-bottom: 18px;
  background: #f0c85d;
}

.feature-card p,
.product-card p,
.cloud-options p,
.contact-band p {
  color: #516174;
  line-height: 1.55;
}

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

.product-card {
  min-height: 220px;
  padding: 26px;
  display: grid;
  align-content: space-between;
}

.product-card strong {
  color: #245c73;
  font-size: 1.25rem;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
  background: #ffffff;
}

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

.cloud-options article {
  padding: 24px;
}

.contact-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-footer {
  padding: 24px clamp(18px, 4vw, 54px);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: #647386;
  background: #101926;
}

.legal-hero {
  padding: clamp(54px, 8vw, 90px) clamp(18px, 4vw, 54px) clamp(34px, 6vw, 64px);
  background: #ffffff;
}

.legal-hero h1 {
  max-width: 920px;
  margin: 12px 0 14px;
  font-size: clamp(2.35rem, 5vw, 4.4rem);
  line-height: 1.02;
}

.legal-hero p:last-child {
  color: #647386;
  font-weight: 700;
}

.legal-content {
  max-width: 920px;
  padding: 0 clamp(18px, 4vw, 54px) clamp(64px, 8vw, 100px);
}

.legal-content h2 {
  margin: 30px 0 10px;
  font-size: 1.45rem;
  line-height: 1.2;
}

.legal-content p {
  color: #425063;
  font-size: 1.04rem;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .site-header,
  .contact-band,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .site-header {
    position: static;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .site-nav {
    flex-wrap: wrap;
  }

  .hero {
    min-height: 720px;
    align-items: end;
  }

  .hero::after {
    background: linear-gradient(0deg, rgba(245, 247, 248, 0.96), rgba(245, 247, 248, 0.78) 52%, rgba(245, 247, 248, 0.12));
  }

  .feature-grid,
  .product-grid,
  .split-section,
  .cloud-options {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .hero-actions a,
  .contact-actions a,
  .header-action {
    width: 100%;
  }
}
