:root {
  --ink: #101828;
  --muted: #667085;
  --line: #d9e2ec;
  --surface: #ffffff;
  --surface-soft: #f6f9fc;
  --surface-strong: #edf4fb;
  --blue: #1267d8;
  --blue-deep: #083a82;
  --green: #1fb978;
  --cyan: #13a7c7;
  --shadow-sm: 0 10px 30px rgba(16, 24, 40, 0.08);
  --shadow-lg: 0 28px 90px rgba(16, 24, 40, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  color: var(--ink);
  background: var(--surface);
  overflow-x: hidden;
}

body::selection {
  color: #fff;
  background: var(--blue);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 78px;
  padding: 12px clamp(18px, 5vw, 76px);
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(217, 226, 236, 0.8);
  backdrop-filter: blur(18px);
}

.brand,
.nav-actions,
.hero-actions,
.primary-link,
.secondary-link,
.trust-row,
.trust-row span,
.module-card,
.activity-list div,
.logo-strip,
.cta-section,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 11px;
  color: var(--blue-deep);
  font-size: 1.02rem;
  font-weight: 900;
  white-space: nowrap;
}

.brand img {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 8px 18px rgba(18, 103, 216, 0.14);
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 2.6vw, 38px);
  color: #475467;
  font-size: 0.94rem;
  font-weight: 800;
}

.site-nav a {
  position: relative;
  padding: 10px 0;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, var(--blue), var(--green));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover {
  color: var(--blue-deep);
}

.site-nav a:hover::after {
  transform: scaleX(1);
}

.nav-actions {
  justify-content: flex-end;
  gap: 10px;
}

.ghost-link {
  min-height: 42px;
  padding: 0 14px;
  color: #475467;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
}

.primary-link,
.secondary-link {
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 8px;
  font-size: 0.94rem;
  font-weight: 900;
  white-space: nowrap;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.primary-link {
  color: #fff;
  background: linear-gradient(180deg, #1976e9 0%, #0d55b7 100%);
  box-shadow: 0 14px 30px rgba(18, 103, 216, 0.28);
}

.primary-link:hover,
.secondary-link:hover {
  transform: translateY(-2px);
}

.secondary-link {
  color: #103f7b;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.1);
}

.large {
  min-height: 54px;
  padding-inline: 23px;
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid #b9c8d9;
  border-radius: 8px;
  color: var(--blue-deep);
  background: #fff;
}

.menu-button span,
.menu-button span::before,
.menu-button span::after {
  display: block;
  width: 18px;
  height: 2px;
  content: "";
  background: currentColor;
  border-radius: 999px;
}

.menu-button span::before {
  transform: translateY(-6px);
}

.menu-button span::after {
  transform: translateY(4px);
}

.hero-section {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.78fr);
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
  min-height: calc(100vh - 78px);
  padding: clamp(70px, 8vw, 118px) clamp(20px, 5vw, 76px) clamp(58px, 7vw, 88px);
  overflow: hidden;
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 18, 35, 0.95), rgba(7, 18, 35, 0.76) 46%, rgba(7, 18, 35, 0.38)),
    linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff 99%);
}

.hero-content {
  max-width: 790px;
  min-width: 0;
  color: #fff;
}

.eyebrow {
  margin: 0 0 13px;
  color: #55d895;
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 920px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 6vw, 6.35rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 715px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.82;
}

.hero-actions {
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}

.trust-row {
  flex-wrap: wrap;
  gap: 10px;
}

.trust-row span {
  gap: 8px;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.82rem;
  font-weight: 850;
  backdrop-filter: blur(12px);
}

.product-panel {
  justify-self: end;
  width: min(100%, 530px);
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(22px);
}

.panel-toolbar {
  display: grid;
  grid-template-columns: repeat(3, 10px) 1fr;
  gap: 8px;
  align-items: center;
  padding: 8px 8px 16px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
}

.panel-toolbar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
}

.panel-toolbar strong {
  justify-self: end;
}

.score-card {
  min-height: 130px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-sm);
}

.score-card p,
.score-card small {
  color: var(--muted);
  font-weight: 800;
}

.score-card p {
  margin-bottom: 10px;
}

.score-card strong {
  display: block;
  color: var(--blue-deep);
  font-size: 2.25rem;
  line-height: 1;
}

.primary-score {
  min-height: 155px;
  background:
    radial-gradient(circle at top right, rgba(31, 185, 120, 0.2), transparent 42%),
    #fff;
}

.primary-score strong {
  font-size: 4rem;
}

.mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.mini-grid .score-card {
  min-height: 118px;
}

.mini-grid svg {
  color: var(--green);
  margin-bottom: 16px;
}

.activity-list {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.activity-list div {
  gap: 12px;
  padding: 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
}

.activity-list p {
  margin: 0;
}

.activity-list strong,
.activity-list small {
  display: block;
}

.activity-list small {
  margin-top: 2px;
  color: var(--muted);
  font-weight: 750;
}

.activity-icon {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border-radius: 8px;
  color: #fff;
}

.activity-icon.green {
  background: linear-gradient(135deg, var(--green), #44d39c);
}

.activity-icon.blue {
  background: linear-gradient(135deg, var(--blue), var(--cyan));
}

.section {
  padding: clamp(66px, 8vw, 108px) clamp(20px, 5vw, 76px);
}

.logo-strip {
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 24px;
  padding-bottom: 24px;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.logo-strip span {
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #475467;
  background: var(--surface-soft);
  font-size: 0.85rem;
  font-weight: 900;
}

.intro-section,
.workflow-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 92px);
  align-items: end;
}

.section-heading h2,
.workflow-copy h2,
.cta-section h2 {
  margin-bottom: 0;
  font-size: clamp(2.15rem, 4vw, 3.9rem);
  line-height: 1.03;
  letter-spacing: 0;
}

.section-heading.compact {
  max-width: 820px;
}

.intro-section > p,
.workflow-copy p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.86;
}

.feature-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding-top: 0;
  padding-bottom: 0;
  background: var(--line);
}

.feature-band article {
  min-height: 318px;
  padding: clamp(30px, 4vw, 48px);
  background: var(--surface-soft);
}

.feature-band svg,
.module-card svg,
.architecture-grid svg {
  color: var(--blue);
}

.feature-band h3,
.architecture-grid h3 {
  margin: 24px 0 12px;
  font-size: 1.42rem;
}

.feature-band p,
.timeline p,
.architecture-grid p,
.module-card small {
  color: var(--muted);
  line-height: 1.7;
}

.modules-section {
  background: #fff;
}

.module-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.module-card {
  align-items: flex-start;
  flex-direction: column;
  min-height: 168px;
  padding: 23px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(18, 42, 76, 0.06);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.module-card:hover {
  transform: translateY(-5px);
  border-color: rgba(18, 103, 216, 0.45);
  box-shadow: var(--shadow-sm);
}

.module-card span {
  margin-top: 22px;
  color: var(--ink);
  font-size: 1.1rem;
  font-weight: 950;
}

.module-card small {
  display: block;
  margin-top: 7px;
  font-weight: 700;
}

.architecture-section {
  background:
    linear-gradient(180deg, var(--surface-soft), #fff);
}

.architecture-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.architecture-grid article {
  min-height: 270px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-sm);
}

.architecture-grid span {
  display: inline-block;
  margin-bottom: 28px;
  color: var(--green);
  font-weight: 950;
}

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

.timeline {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.timeline li {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 4px 18px;
  padding: 23px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.timeline span {
  grid-row: span 2;
  color: var(--blue);
  font-size: 1.08rem;
  font-weight: 950;
}

.timeline strong {
  font-size: 1.1rem;
}

.timeline p {
  margin: 0;
}

.cta-section {
  justify-content: space-between;
  gap: 28px;
  margin: clamp(20px, 5vw, 76px);
  padding: clamp(36px, 6vw, 66px);
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(8, 58, 130, 0.94), rgba(18, 103, 216, 0.78)),
    url("assets/aams.png") center / cover;
  box-shadow: var(--shadow-lg);
}

.cta-section .eyebrow {
  color: #9df0c3;
}

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

.site-footer p {
  margin: 0;
}

svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

@media (max-width: 1080px) {
  .hero-section,
  .intro-section,
  .workflow-section {
    grid-template-columns: 1fr;
  }

  .product-panel {
    justify-self: start;
  }

  .architecture-grid,
  .module-grid,
  .feature-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 880px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .menu-button {
    display: inline-grid;
    place-items: center;
    justify-self: end;
  }

  .site-nav,
  .nav-actions {
    display: none;
  }

  .site-header.is-open .site-nav,
  .site-header.is-open .nav-actions {
    display: flex;
    grid-column: 1 / -1;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .site-header.is-open .site-nav {
    gap: 18px;
  }
}

@media (max-width: 680px) {
  .site-header {
    min-height: 74px;
    padding-inline: 18px;
  }

  .brand img {
    width: 40px;
    height: 40px;
  }

  .hero-section {
    display: block;
    width: 100%;
    max-width: 100vw;
    min-height: auto;
    padding: 54px 22px 0;
    overflow: hidden;
  }

  .hero-content {
    width: min(100%, 318px);
    max-width: 318px;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(7, 18, 35, 0.96), rgba(7, 18, 35, 0.74) 66%, rgba(255, 255, 255, 0.96)),
      linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 99%);
  }

  h1 {
    max-width: 100%;
    font-size: clamp(1.95rem, 8.8vw, 2.35rem);
    line-height: 1.04;
    overflow-wrap: anywhere;
  }

  .hero-copy {
    width: 100%;
    max-width: 100%;
    font-size: 0.96rem;
    line-height: 1.72;
    overflow-wrap: anywhere;
  }

  .eyebrow {
    font-size: 0.68rem;
    line-height: 1.5;
  }

  .hero-actions,
  .nav-actions {
    width: min(100%, 318px);
    align-items: stretch;
  }

  .hero-actions .large,
  .site-header.is-open .nav-actions,
  .site-header.is-open .nav-actions a {
    width: 100%;
    max-width: 100%;
    white-space: normal;
  }

  .trust-row span {
    width: 100%;
  }

  .product-panel {
    display: none;
  }

  .section {
    padding: 58px 22px;
  }

  .feature-band,
  .module-grid,
  .architecture-grid,
  .mini-grid {
    grid-template-columns: 1fr;
  }

  .feature-band article,
  .architecture-grid article {
    min-height: auto;
  }

  .timeline li {
    grid-template-columns: 1fr;
  }

  .timeline span {
    grid-row: auto;
  }

  .cta-section,
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-section {
    margin: 22px;
  }
}


