:root {
  color-scheme: light;
  --ink: #10201a;
  --muted: #5c6e65;
  --line: #dbe5de;
  --paper: #f7faf6;
  --panel: #ffffff;
  --forest: #0f3d2e;
  --green: #2f8a5f;
  --mint: #a9e8c3;
  --cyan: #3cc2d3;
  --amber: #f0b84f;
  --shadow: 0 18px 50px rgba(15, 61, 46, .13);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(169,232,195,.42), transparent 460px),
    radial-gradient(circle at 10% 12%, rgba(60,194,211,.2), transparent 20rem),
    var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 0 clamp(18px, 5vw, 64px);
  border-bottom: 1px solid rgba(219,229,222,.75);
  background: rgba(247,250,246,.88);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  aspect-ratio: 1;
  border-radius: 8px;
  color: white;
  background: linear-gradient(135deg, var(--forest), var(--green));
  box-shadow: 0 10px 22px rgba(15,61,46,.2);
}

nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 6px 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}

nav a:hover { color: var(--forest); }

.portal-link {
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--forest);
  background: var(--panel);
}

main { overflow: hidden; }

.hero,
.section,
footer {
  width: min(1180px, calc(100% - 36px));
  margin-inline: auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, .76fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: calc(100vh - 72px);
  padding: clamp(48px, 8vw, 96px) 0;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p { overflow-wrap: anywhere; }

h1 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(48px, 8vw, 92px);
  line-height: .92;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(30px, 4.5vw, 54px);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.15;
}

.lead {
  max-width: 680px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2.2vw, 24px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-grid;
  place-items: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 900;
}

.primary {
  color: white;
  background: linear-gradient(135deg, var(--forest), var(--green));
  box-shadow: 0 12px 30px rgba(15,61,46,.2);
}

.secondary {
  border: 1px solid var(--line);
  color: var(--forest);
  background: rgba(255,255,255,.8);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 28px;
  color: var(--forest);
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 850;
}

.trust-row span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(47,138,95,.12);
}

.platform-preview {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(15,61,46,.16);
  border-radius: 8px;
  background: rgba(255,255,255,.82);
  box-shadow: var(--shadow);
}

.preview-top {
  display: grid;
  grid-template-columns: repeat(3, 10px) 1fr;
  align-items: center;
  gap: 7px;
  color: var(--forest);
}

.preview-top span {
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--line);
}

.preview-top strong {
  justify-self: end;
  font-size: 13px;
}

.deploy-card,
.deploy-grid > div,
.timeline {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.deploy-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  padding: 16px;
}

.deploy-card p,
.timeline p,
.service-grid p,
.pricing-grid p,
.vendor p,
.project-grid p,
.contact p,
.split p { margin: 8px 0 0; color: var(--muted); }

.status-dot {
  width: 14px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(47,138,95,.14);
}

.deploy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.deploy-grid > div {
  display: grid;
  gap: 4px;
  min-height: 88px;
  padding: 14px;
}

.deploy-grid span,
.catalog-table span,
.price span {
  color: var(--muted);
  font-size: 13px;
}

.timeline { padding: 12px 14px; }

.timeline p {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.timeline span {
  width: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--cyan);
}

.section { padding: clamp(54px, 8vw, 96px) 0; }

.section-heading {
  display: grid;
  gap: 8px;
  max-width: 760px;
  margin-bottom: 28px;
}

.service-grid,
.pricing-grid,
.project-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.service-grid article,
.pricing-grid article,
.project-grid article,
.vendor-packages article,
.catalog-table {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 12px 34px rgba(15,61,46,.07);
}

.service-grid article,
.pricing-grid article,
.project-grid article,
.vendor-packages article {
  padding: 18px;
}

.project-grid a,
.project-note {
  display: inline-flex;
  margin-top: 14px;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
}

.project-grid a::after {
  content: " ->";
}

.project-note {
  color: var(--muted);
}

.icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 34px;
  margin-bottom: 14px;
  border-radius: 8px;
  color: white;
  background: linear-gradient(135deg, var(--green), var(--cyan));
  font-weight: 950;
}

ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

li {
  padding: 6px 9px;
  border-radius: 999px;
  color: var(--forest);
  background: rgba(169,232,195,.38);
  font-size: 12px;
  font-weight: 800;
}

.band {
  width: 100%;
  max-width: none;
  padding-inline: max(18px, calc((100vw - 1180px) / 2));
  background: linear-gradient(135deg, rgba(15,61,46,.08), rgba(60,194,211,.08));
}

.price {
  margin: 14px 0 10px;
  color: var(--forest);
  font-size: 34px;
  font-weight: 950;
}

.featured {
  outline: 2px solid rgba(47,138,95,.28);
}

.split,
.vendor,
.contact {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1fr);
  gap: clamp(24px, 5vw, 60px);
  align-items: start;
}

.catalog-table {
  overflow: hidden;
}

.catalog-table div {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 14px;
  align-items: center;
  min-height: 58px;
  padding: 0 16px;
  border-top: 1px solid var(--line);
}

.catalog-table div:first-child { border-top: 0; }

.catalog-table a {
  color: var(--green);
  font-weight: 900;
}

.vendor {
  width: 100%;
  max-width: none;
  padding-inline: max(18px, calc((100vw - 1180px) / 2));
  background: var(--forest);
  color: white;
}

.vendor .eyebrow,
.vendor .price { color: var(--mint); }

.vendor p { color: rgba(255,255,255,.76); }

.vendor-packages {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.vendor-packages article {
  border-color: rgba(255,255,255,.14);
  background: rgba(255,255,255,.08);
  box-shadow: none;
}

.vendor li {
  color: white;
  background: rgba(255,255,255,.12);
}

form {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: #fbfdfb;
  font: inherit;
}

textarea {
  min-height: 130px;
  resize: vertical;
}

form .button {
  border: 0;
  cursor: pointer;
  font: inherit;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 30px 0 46px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

footer strong { color: var(--forest); }

@media (max-width: 920px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
    padding-block: 14px;
  }

  nav { justify-content: flex-start; }

  .hero,
  .split,
  .vendor,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    align-items: start;
  }

  .hero-copy { order: 1; }

  .platform-preview { order: 2; }

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

@media (max-width: 620px) {
  .hero,
  .section,
  footer {
    width: min(100% - 24px, 1180px);
  }

  .hero {
    gap: 28px;
    padding-top: 34px;
  }

  h1 { font-size: clamp(40px, 13vw, 58px); }

  .service-grid,
  .pricing-grid,
  .project-grid,
  .vendor-packages,
  .deploy-grid {
    grid-template-columns: 1fr;
  }

  .catalog-table div {
    grid-template-columns: 1fr;
    gap: 4px;
    padding-block: 12px;
  }

  footer { flex-direction: column; }
}
