:root {
  color-scheme: light;
  --font-sans: Aptos, "Segoe UI Variable", "Segoe UI", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --font-display: "Aptos Display", "Segoe UI Variable Display", Aptos, "Segoe UI", Inter, ui-sans-serif, system-ui, sans-serif;
  --ink: #101820;
  --muted: #53606f;
  --line: #dfe6ee;
  --surface: #ffffff;
  --soft: #f5f8fb;
  --deep: #0b1620;
  --blue: #1667d9;
  --cyan: #00a6c8;
  --green: #17865d;
  --gold: #b67800;
  --shadow: 0 16px 45px rgba(14, 31, 53, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  font-family: var(--font-sans);
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

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

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  min-height: 76px;
  padding: 14px clamp(18px, 4vw, 56px);
  color: #fff;
  transition: background 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.site-header[data-elevated="true"] {
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  box-shadow: 0 8px 28px rgba(15, 27, 42, 0.12);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 230px;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 8px;
}

.brand-mark svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: var(--font-display);
  font-size: 1.04rem;
  font-weight: 850;
}

.brand small {
  color: currentColor;
  font-size: 0.7rem;
  font-weight: 750;
  opacity: 0.74;
  text-transform: uppercase;
}

.top-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2vw, 28px);
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.top-nav a {
  opacity: 0.82;
}

.top-nav a:hover,
.top-nav a:focus-visible {
  opacity: 1;
}

.header-cta {
  justify-self: end;
  border: 1px solid currentColor;
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--deep);
  padding-bottom: 146px;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(7, 15, 23, 0.96) 0%, rgba(7, 15, 23, 0.78) 42%, rgba(7, 15, 23, 0.25) 78%),
    linear-gradient(180deg, rgba(7, 15, 23, 0.18), rgba(7, 15, 23, 0.72));
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(700px, calc(100% - 36px));
  margin-left: clamp(18px, 6vw, 82px);
  padding-top: 84px;
  padding-bottom: 40px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--cyan);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.contact-section h2 {
  margin: 0;
  font-family: var(--font-display);
  letter-spacing: 0;
  line-height: 1.04;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(2.75rem, 6vw, 5.75rem);
}

.hero-copy {
  max-width: 660px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.03rem, 1.35vw, 1.18rem);
  font-weight: 450;
}

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

.solution-preview {
  position: absolute;
  z-index: 2;
  right: clamp(12px, 3.5vw, 58px);
  top: 50%;
  width: min(610px, 44vw);
  perspective: 1200px;
  transform: translateY(-46%);
}

.solution-preview img {
  width: 100%;
  height: auto;
  opacity: 0.86;
  filter: drop-shadow(0 34px 74px rgba(0, 0, 0, 0.32));
  transform: rotateY(-24deg) rotateX(4deg) rotateZ(1.2deg);
  transform-origin: right center;
}

.solution-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(105deg, rgba(255, 255, 255, 0.14), transparent 42%),
    linear-gradient(270deg, rgba(11, 22, 32, 0.1), transparent 34%);
  transform: rotateY(-24deg) rotateX(4deg) rotateZ(1.2deg);
  transform-origin: right center;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 12px 18px;
  border: 1px solid transparent;
  font-size: 0.8rem;
  font-weight: 850;
  text-transform: uppercase;
  cursor: pointer;
}

.button.primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 14px 30px rgba(22, 103, 217, 0.34);
}

.button.primary:hover,
.button.primary:focus-visible {
  background: #084db0;
  transform: translateY(-1px);
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.46);
  color: #fff;
}

.button.secondary:hover,
.button.secondary:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  max-width: 660px;
}

.hero-trust span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.hero-proof {
  position: absolute;
  z-index: 2;
  left: clamp(18px, 6vw, 82px);
  right: clamp(18px, 6vw, 82px);
  bottom: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hero-proof span {
  min-height: 76px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.hero-proof strong {
  color: #fff;
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 850;
}

.hero-proof small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
  font-weight: 650;
}

.section,
.contact-section {
  padding: clamp(72px, 9vw, 126px) clamp(18px, 5vw, 76px);
}

.section-heading {
  max-width: 860px;
  margin-bottom: 38px;
}

.section-heading.compact {
  margin-bottom: 28px;
}

.section h2,
.contact-section h2 {
  max-width: 850px;
  font-size: clamp(2rem, 4vw, 3.85rem);
}

.section-heading p:not(.eyebrow),
.solution-copy p:not(.eyebrow),
.contact-copy p {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.04rem;
  font-weight: 450;
}

.solution-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.solution-proof span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid #c9e7ee;
  border-radius: 999px;
  padding: 8px 12px;
  background: #fff;
  color: #006b80;
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.pain-section {
  background: var(--surface);
}

.pain-grid,
.capability-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pain-grid article,
.capability-list article {
  min-height: 250px;
  background: #fff;
  padding: 28px;
  border: 1px solid var(--line);
}

.capability-list article {
  border-radius: 8px;
}

.pain-grid article {
  min-height: 235px;
  padding: 30px 30px 28px 32px;
  border-radius: 8px;
}

.pain-grid article:hover,
.capability-list article:hover {
  box-shadow: var(--shadow);
  transform: translateY(-2px);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.pain-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 14px;
  overflow: hidden;
}

.pain-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--cyan), var(--blue));
}

.pain-card::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 22px;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(0, 166, 200, 0.22);
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(0, 166, 200, 0.14) 0 28%, transparent 30%),
    linear-gradient(135deg, rgba(22, 103, 217, 0.1), rgba(23, 134, 93, 0.08));
}

.pain-card:hover::after {
  border-color: rgba(22, 103, 217, 0.34);
  transform: scale(1.08);
  transition: transform 180ms ease, border-color 180ms ease;
}

.pain-signal {
  position: relative;
  z-index: 1;
  width: fit-content;
  max-width: 100%;
  padding: 7px 10px;
  border-radius: 999px;
  background: #eaf6f8;
  color: #006b80;
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.pain-card:hover .pain-signal {
  background: #dff2f5;
  color: #004f60;
}

.pain-card h3 {
  position: relative;
  z-index: 1;
  max-width: 82%;
  margin-top: 6px;
  font-size: clamp(1.28rem, 1.7vw, 1.55rem);
  line-height: 1.12;
}

.pain-card p {
  position: relative;
  z-index: 1;
  max-width: 92%;
  margin: 0;
  font-size: 1rem;
}

h3 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 850;
  letter-spacing: 0;
}

.capability-icon,
.use-case-tag {
  display: inline-flex;
  width: fit-content;
  min-height: 30px;
  align-items: center;
  margin-bottom: 18px;
  border-radius: 999px;
  padding: 7px 10px;
  background: #eaf6f8;
  color: #006b80;
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

article p,
.step p,
.risk-list {
  color: var(--muted);
}

.solution-band {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1fr);
  gap: clamp(34px, 6vw, 90px);
  align-items: start;
  background: var(--soft);
}

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

.step {
  position: relative;
  min-height: 220px;
  background: #fff;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(13, 31, 50, 0.06);
}

.step::after {
  content: "";
  position: absolute;
  right: -26px;
  bottom: -28px;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(0, 166, 200, 0.16) 0 26%, transparent 28%),
    linear-gradient(135deg, rgba(22, 103, 217, 0.12), rgba(23, 134, 93, 0.1));
}

.step span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 12px;
  background: var(--deep);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 850;
}

.step strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-display);
  font-size: clamp(1.18rem, 1.6vw, 1.45rem);
  font-weight: 850;
  line-height: 1.14;
}

.step p {
  position: relative;
  z-index: 1;
  margin: 0;
}

.platform-section {
  background: #fff;
}

.use-cases-section {
  background:
    linear-gradient(135deg, rgba(22, 103, 217, 0.08), transparent 34%),
    var(--soft);
}

.use-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.use-case-grid article {
  min-height: 250px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(13, 31, 50, 0.06);
}

.use-case-grid article:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

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

.risk-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: clamp(32px, 6vw, 88px);
  align-items: start;
  background:
    linear-gradient(135deg, rgba(0, 166, 200, 0.12), transparent 32%),
    linear-gradient(180deg, #0b1620, #101820);
  color: #fff;
}

.risk-section .eyebrow {
  color: #74d7ea;
}

.risk-copy {
  position: sticky;
  top: 110px;
}

.risk-copy p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.05rem;
}

.risk-panel {
  display: grid;
  gap: 12px;
}

.risk-panel article {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 16px;
  row-gap: 6px;
  min-height: 128px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(12px);
}

.risk-panel article:hover {
  transform: translateX(-4px);
  border-color: rgba(116, 215, 234, 0.42);
  background: rgba(255, 255, 255, 0.105);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.risk-panel span {
  grid-row: span 2;
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  background: rgba(116, 215, 234, 0.16);
  color: #74d7ea;
  font-size: 0.78rem;
  font-weight: 850;
}

.risk-panel strong {
  align-self: end;
  font-family: var(--font-display);
  font-size: clamp(1.08rem, 1.45vw, 1.28rem);
  font-weight: 850;
}

.risk-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.96rem;
}

.trust-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  padding: clamp(64px, 8vw, 100px) clamp(18px, 5vw, 76px);
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.trust-section h2 {
  max-width: 690px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  line-height: 1.06;
}

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

.trust-grid article {
  min-height: 74px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: var(--soft);
}

.trust-grid article:hover {
  border-color: #bfe9f1;
  background: #fafdff;
  box-shadow: 0 12px 28px rgba(13, 31, 50, 0.08);
  transform: translateY(-2px);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.trust-grid span {
  display: inline-grid;
  min-width: 46px;
  height: 38px;
  place-items: center;
  border-radius: 10px;
  background: #eaf6f8;
  color: #006b80;
  font-size: 0.72rem;
  font-weight: 900;
}

.trust-grid strong {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 850;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 520px);
  gap: clamp(32px, 6vw, 88px);
  align-items: start;
  background: var(--soft);
}

.contact-links {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.contact-links a {
  color: var(--blue);
  font-weight: 800;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 14px 34px rgba(13, 31, 50, 0.08);
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-form label span {
  color: var(--muted);
  font-weight: 700;
  text-transform: none;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #cbd6e2;
  border-radius: 6px;
  padding: 12px 13px;
  color: var(--ink);
  font: inherit;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(0, 166, 200, 0.2);
  border-color: var(--cyan);
}

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

.form-note {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.form-status {
  min-height: 20px;
  margin: -2px 0 0;
  color: var(--green);
  font-size: 0.86rem;
  font-weight: 850;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  padding: 28px clamp(18px, 5vw, 76px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
}

.site-footer strong {
  color: var(--ink);
}

.site-footer a {
  color: var(--blue);
  font-weight: 850;
}

@media (max-width: 920px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .top-nav {
    display: none;
  }

  .solution-band,
  .risk-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .risk-copy {
    position: static;
  }

  .pain-grid,
  .capability-list {
    grid-template-columns: 1fr 1fr;
  }

  .use-case-grid,
  .trust-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1180px) {
  .solution-preview {
    display: none;
  }

  .hero-content {
    width: min(760px, calc(100% - 36px));
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 68px;
    padding: 10px 14px;
  }

  .brand {
    min-width: auto;
  }

  .brand small,
  .header-cta {
    display: none;
  }

  .hero {
    min-height: 100svh;
    padding-bottom: 214px;
  }

  .hero-content {
    width: calc(100% - 28px);
    margin-left: 14px;
    padding-top: 86px;
    padding-bottom: 28px;
  }

  .hero h1 {
    font-size: clamp(2.25rem, 13vw, 3.35rem);
  }

  .hero-proof {
    grid-template-columns: 1fr;
    bottom: 12px;
    left: 14px;
    right: 14px;
    gap: 8px;
  }

  .hero-proof span {
    min-height: 50px;
    padding: 10px 12px;
  }

  .hero-proof strong {
    font-size: 0.82rem;
  }

  .hero-proof small {
    font-size: 0.72rem;
  }

  .pain-grid,
  .capability-list,
  .steps,
  .use-case-grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .pain-grid article,
  .capability-list article {
    min-height: 210px;
  }

  .pain-card h3,
  .pain-card p {
    max-width: 100%;
  }

}

@media (max-height: 760px) and (min-width: 641px) {
  .hero h1 {
    font-size: clamp(2.4rem, 5.2vw, 4.7rem);
  }

  .hero-copy {
    margin-top: 18px;
  }

  .hero-actions {
    margin-top: 24px;
  }
}

@media (max-height: 720px) and (max-width: 640px) {
  .hero h1 {
    font-size: clamp(2rem, 11vw, 2.8rem);
  }

  .hero-copy {
    margin-top: 16px;
    font-size: 0.98rem;
  }

  .hero-actions {
    margin-top: 20px;
  }
}
