:root {
  --ink: #10212b;
  --muted: #5d7180;
  --paper: #f4f9fb;
  --panel: #ffffff;
  --soft: #e7f4f5;
  --line: rgba(16, 33, 43, 0.14);
  --teal: #0b6b78;
  --blue: #0b4f6c;
  --mint: #7fd1b9;
  --gold: #f0b84f;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(12, 55, 68, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #f4f9fb 0%, #eef7f7 46%, #f4f9fb 100%);
  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;
}

button,
input {
  font: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 16px clamp(18px, 4vw, 56px);
  background: rgba(244, 249, 251, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

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

.brand img {
  width: 38px;
  height: 38px;
  border-radius: 8px;
}

.nav-links {
  display: flex;
  gap: 22px;
  color: var(--muted);
  font-weight: 750;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  min-height: 92vh;
  padding: 120px clamp(18px, 4vw, 56px) 64px;
  background:
    linear-gradient(135deg, rgba(11, 79, 108, 0.94), rgba(11, 107, 120, 0.78)),
    radial-gradient(circle at 82% 12%, rgba(127, 209, 185, 0.75), transparent 24rem);
  color: var(--white);
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 20px;
  font-size: clamp(3.2rem, 7vw, 7rem);
  line-height: 0.94;
}

h1 span {
  display: block;
}

h1 span:nth-child(2) {
  color: var(--mint);
}

h2 {
  font-size: clamp(2rem, 4.5vw, 4.2rem);
  line-height: 1;
}

.hero p:not(.eyebrow) {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
}

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

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 0;
  border-radius: 8px;
  font-weight: 900;
  cursor: pointer;
}

.button.primary {
  color: var(--blue);
  background: var(--mint);
}

.button.secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.34);
}

.journey-panel,
.contact-form,
.platform-grid article,
.feature-list div,
.journey-grid article {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.journey-panel {
  padding: 12px;
  color: var(--ink);
}

.journey-panel img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.journey-panel span,
.section-heading p,
.platform-grid p,
.feature-list span,
.journey-grid p,
.outcomes-section p,
.outcomes-section li,
.contact-section p {
  color: var(--muted);
}

.hero-copy p:not(.eyebrow),
.section-heading p:not(.eyebrow),
.outcomes-copy p,
.contact-copy p {
  text-align: justify;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.metrics div {
  padding: 28px clamp(18px, 3vw, 42px);
  background: var(--white);
}

.metrics strong {
  display: block;
  color: var(--teal);
  font-size: clamp(1.8rem, 4vw, 3.3rem);
  line-height: 1;
}

.metrics span {
  color: var(--muted);
  font-weight: 800;
}

.section,
.features-section,
.ai-development-section,
.intersection-section,
.journey-section,
.outcomes-section,
.contact-section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(64px, 9vw, 112px) 0;
}

.section-heading {
  max-width: 800px;
  margin-bottom: 32px;
}

.centered-heading {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.centered-heading p {
  text-align: center;
}

.platform-grid,
.ai-development-grid,
.intersection-grid,
.feature-list,
.journey-grid {
  display: grid;
  gap: 18px;
}

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

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

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

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

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

.platform-grid article,
.ai-development-grid article,
.intersection-grid article,
.feature-list div,
.journey-grid article {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 24px;
}

.platform-grid span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  place-items: center;
  color: var(--white);
  background: var(--blue);
  border-radius: 8px;
  font-weight: 900;
}

.feature-list strong {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
}

.ai-development-section {
  width: 100%;
  max-width: none;
  padding-right: clamp(18px, 4vw, 56px);
  padding-left: clamp(18px, 4vw, 56px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(11, 79, 108, 0.96), rgba(11, 107, 120, 0.9)),
    radial-gradient(circle at 88% 16%, rgba(127, 209, 185, 0.36), transparent 24rem);
}

.ai-development-section > * {
  width: min(1180px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.ai-development-section .section-heading p:not(.eyebrow),
.ai-development-grid p {
  color: rgba(255, 255, 255, 0.78);
}

.ai-development-grid article {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: none;
}

.ai-development-grid span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  place-items: center;
  color: var(--blue);
  background: var(--mint);
  border-radius: 8px;
  font-weight: 900;
}

.intersection-section {
  background: var(--paper);
}

.intersection-grid article {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.intersection-grid span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 8px 10px;
  color: var(--blue);
  background: var(--soft);
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.intersection-grid p {
  color: var(--muted);
}

.intersection-note {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  padding: 22px;
  color: var(--white);
  background: var(--blue);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.intersection-note p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
}

.features-section,
.outcomes-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.features-section {
  width: 100%;
  max-width: none;
  padding-right: clamp(18px, 4vw, 56px);
  padding-left: clamp(18px, 4vw, 56px);
  background: var(--soft);
}

.features-section > * {
  width: min(1180px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.journey-section {
  padding-top: clamp(64px, 8vw, 96px);
}

.outcomes-section,
.contact-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
}

.outcomes-copy,
.contact-copy {
  padding: 28px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.outcomes-section ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 24px;
  background: var(--blue);
  border-radius: 8px;
  list-style-position: inside;
  box-shadow: var(--shadow);
}

.outcomes-section li {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 800;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 24px;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-weight: 850;
}

.contact-form input {
  width: 100%;
  min-height: 48px;
  padding: 12px;
  color: var(--ink);
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.contact-form .button {
  width: 100%;
}

.form-note {
  min-height: 24px;
  margin: 0;
  color: var(--teal);
  font-weight: 900;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding: 26px clamp(18px, 4vw, 56px);
  color: rgba(255, 255, 255, 0.82);
  background: var(--blue);
}

.footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-links a {
  color: var(--white);
  font-weight: 900;
}

.legal-page {
  width: min(980px, calc(100% - 36px));
  margin: 0 auto;
  padding: 128px 0 80px;
}

.legal-hero {
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}

.legal-hero h1 {
  margin-bottom: 14px;
  color: var(--blue);
  font-size: clamp(2.7rem, 6vw, 5.6rem);
}

.legal-hero p,
.legal-content p {
  color: var(--muted);
}

.legal-content {
  display: grid;
  gap: 18px;
  padding-top: 34px;
}

.legal-content h2 {
  margin: 16px 0 0;
  color: var(--blue);
  font-size: clamp(1.45rem, 2.5vw, 2.1rem);
}

.legal-content p {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .nav-links {
    display: none;
  }

  .hero,
  .outcomes-section,
  .contact-section,
  .platform-grid,
  .ai-development-grid,
  .intersection-grid,
  .metrics,
  .feature-list,
  .journey-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .hero {
    min-height: auto;
    padding: 104px 16px 44px;
  }

  .hero-actions .button {
    width: 100%;
  }
}
