html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #132238;
  background:
    radial-gradient(circle at top left, rgba(77, 124, 255, 0.18), transparent 28%),
    radial-gradient(circle at top right, rgba(16, 185, 129, 0.14), transparent 22%),
    linear-gradient(180deg, #f6f8fc 0%, #eef3fb 38%, #ffffff 100%);
  font-family: 'Inter', sans-serif;
}

a {
  color: #1246b5;
}

.topbar {
  background: rgba(246, 248, 252, 0.76);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(19, 34, 56, 0.08);
}

.topbar .navbar-item,
.topbar .navbar-link {
  color: #132238;
  font-weight: 500;
}

.topbar .nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0.5rem 0 0.5rem 0.75rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #0f2140, #1e4fa7);
  color: #fff;
}

.topbar .nav-cta:hover,
.topbar a.nav-cta.navbar-item:hover {
  background: linear-gradient(135deg, #10284f, #255cc0);
  color: #fff;
}

.brandmark {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: 'Inter', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
}

.brandmark img {
  width: 1.9rem;
  height: 1.9rem;
}

.landing-hero {
  position: relative;
  overflow: hidden;
}

.landing-hero .hero-body {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: center;
}

.hero-copy-panel,
.hero-video-panel {
  min-width: 0;
}

.hero-copy-panel {
  padding: 0.75rem 0.75rem 0 0.75rem;
  text-align: center;
}

.hero-tldr-panel,
.hero-video-panel {
  padding: 0.75rem;
}

.hero-tldr-panel {
  display: flex;
  justify-content: center;
  margin-bottom: -1.15rem;
}

.hero-video-panel {
  display: flex;
  justify-content: center;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 0.9rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(18, 70, 181, 0.08);
  color: #1246b5;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-heading .eyebrow {
  display: block;
  margin: 0 0 0.7rem;
  padding: 0;
  border-radius: 0;
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-family: 'Inter', sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.15;
  text-align: center;
  text-transform: none;
}

.hero-title,
.section-heading .title {
  color: #0e1a2f;
  font-family: 'Inter', sans-serif;
  line-height: 1.02;
}

.hero-title {
  margin-bottom: 0;
  font-family: 'Inter', sans-serif;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.1;
}

.hero-subtitle {
  margin-top: 0.55rem;
  color: #355274;
  font-family: 'Inter', sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
}

.hero-copy,
.section-copy {
  color: #49627f;
  font-size: 1.06rem;
  line-height: 1.8;
}

.hero-tldr-copy {
  margin: 0;
  width: 100%;
  max-width: 1200px;
  padding: 1.1rem 1.35rem;
  border: 1px solid rgba(19, 34, 56, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 40px rgba(15, 33, 64, 0.06);
  color: #49627f;
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  line-height: 1.6;
  text-align: center;
}

.hero-tldr-copy strong {
  color: #0f2140;
}

.hero-tldr-line {
  margin: 0;
}

.hero-tldr-lead,
.hero-tldr-detail {
  color: #49627f;
  font-size: 1.3rem;
  font-weight: 400;
}

.hero-tldr-detail {
  margin-top: 0.25rem;
}

.hero-bolt {
  color: #f4b400;
}

.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.hero-pills span {
  padding: 0.5rem 0.85rem;
  border: 1px solid rgba(18, 70, 181, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: #20406b;
  font-size: 0.92rem;
}

.hero-meta {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.7rem;
}

.hero-meta div {
  padding: 0.95rem 1rem;
  border: 1px solid rgba(19, 34, 56, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 12px 30px rgba(15, 33, 64, 0.04);
}

.hero-meta strong {
  display: block;
  margin-bottom: 0.2rem;
  color: #0f2140;
  font-family: 'Inter', sans-serif;
}

.hero-meta span {
  color: #5e738d;
  font-size: 0.96rem;
}

.hero-media-shell {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.hero-showcase-video,
.gallery-card video {
  display: block;
  width: 100%;
  height: auto;
  background: #0b1220;
}

.gallery-placeholder {
  aspect-ratio: 16 / 9;
  width: 100%;
  border-radius: 1rem 1rem 0 0;
  background:
    linear-gradient(135deg, rgba(18, 70, 181, 0.07), rgba(22, 160, 133, 0.07)),
    repeating-linear-gradient(
      -45deg,
      rgba(19, 34, 56, 0.045),
      rgba(19, 34, 56, 0.045) 18px,
      rgba(255, 255, 255, 0.35) 18px,
      rgba(255, 255, 255, 0.35) 36px
    );
  border-bottom: 1px solid rgba(19, 34, 56, 0.08);
}

.band-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.88));
}

.section-heading {
  max-width: 64rem;
  margin: 0 auto 2.6rem;
  text-align: center;
}

.section-heading .title {
  margin-bottom: 0.85rem;
  font-family: 'Inter', sans-serif;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.35;
}

.section-heading .section-copy {
  max-width: 56rem;
  margin: 0 auto;
}

.why-grid,
.feature-grid,
.gallery-grid {
  margin-top: 0.5rem;
}

.mini-panel,
.feature-card,
.gallery-card,
.ack-primary,
.ack-secondary,
.framework-step {
  height: 100%;
  border: 1px solid rgba(19, 34, 56, 0.08);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 40px rgba(15, 33, 64, 0.06);
}

.mini-panel {
  padding: 1.3rem;
}

.panel-icon,
.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  margin-bottom: 1rem;
  border-radius: 0.9rem;
  background: linear-gradient(135deg, #1246b5, #16a085);
  color: #fff;
  font-size: 1.05rem;
}

.mini-panel h3,
.feature-card h3,
.gallery-copy h3,
.framework-step h3,
.ack-shell h3 {
  margin-bottom: 0.7rem;
  color: #0f2140;
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
}

.mini-panel p,
.feature-card p,
.framework-step p,
.gallery-copy p,
.ack-shell p,
.ack-shell li {
  color: #5a6f88;
  line-height: 1.75;
}

.framework-figure-shell {
  width: calc(100% + 24px);
  max-width: calc(100% + 24px);
  margin: 1.1rem auto 0;
  margin-left: -12px;
  overflow: hidden;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(19, 34, 56, 0.08);
}

.framework-figure {
  display: block;
  width: 100%;
  height: auto;
}

.framework-panel {
  border: 1px solid rgba(19, 34, 56, 0.08);
  border-radius: 12px;
  background: #f8fafc;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  padding: 18px 16px 20px;
}

.framework-container {
  max-width: 1180px !important;
}

.features-container {
  max-width: 1260px !important;
}

.gallery-container {
  max-width: 1188px !important;
}

.ack-container {
  max-width: 1210px !important;
}

.framework-heading {
  margin-bottom: 20px;
}

.framework-title {
  margin: 0;
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-family: 'Inter', sans-serif;
  font-size: 2.2rem !important;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
}

.framework-copy {
  max-width: 64rem;
  margin: 0 auto;
  color: #64748b;
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem !important;
  line-height: 1.7;
  text-align: center;
}

.feature-card {
  padding: 1.4rem;
}

.feature-carousel-container {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
}

.feature-carousel {
  margin-inline: -18px;
}

.feature-stage {
  position: relative;
}

.feature-slide {
  display: none;
  border: 1px solid rgba(19, 34, 56, 0.08);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 40px rgba(15, 33, 64, 0.06);
  padding: 2rem;
}

.feature-slide.is-active {
  display: block;
}

.feature-media-shell {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 1.8rem;
  background: #ffffff;
}

.ability-media-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(18, 70, 181, 0.08), rgba(22, 160, 133, 0.08)),
    repeating-linear-gradient(
      -45deg,
      rgba(19, 34, 56, 0.045),
      rgba(19, 34, 56, 0.045) 18px,
      rgba(255, 255, 255, 0.35) 18px,
      rgba(255, 255, 255, 0.35) 36px
    );
  color: #36506f;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.feature-demo-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #ffffff;
}

.feature-info {
  padding: 0;
}

.feature-info h3 {
  margin-bottom: 0.8rem;
  color: #0f2140;
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
}

.feature-info p {
  color: #5a6f88;
  line-height: 1.75;
}

.feature-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 25px rgba(15, 33, 64, 0.08);
  color: #1246b5;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-nav:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(15, 33, 64, 0.12);
}

.feature-indicators {
  display: flex;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 1.1rem;
}

.feature-indicator {
  width: 0.7rem;
  height: 0.7rem;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: rgba(18, 70, 181, 0.22);
  cursor: pointer;
}

.feature-indicator.is-active {
  background: #1246b5;
}

.feature-value {
  margin-bottom: 0.55rem;
  color: #294668;
  font-weight: 600;
}

.feature-detail {
  font-size: 0.96rem;
}

.gallery-section {
  position: relative;
}

.section-surface-white {
  background: rgba(255, 255, 255, 0.92);
  border-top: 1px solid rgba(19, 34, 56, 0.06);
  border-bottom: 1px solid rgba(19, 34, 56, 0.06);
}

.section-surface-tint {
  background: linear-gradient(180deg, rgba(238, 244, 252, 0.92), rgba(247, 250, 255, 0.96));
  border-top: 1px solid rgba(19, 34, 56, 0.04);
  border-bottom: 1px solid rgba(19, 34, 56, 0.04);
}

.gallery-card {
  overflow: hidden;
}

.gallery-under-construction {
  display: grid;
  place-items: center;
  gap: 1.4rem;
  min-height: 360px;
  margin-inline: 0;
  padding: 2.4rem;
  border: 1px solid rgba(19, 34, 56, 0.08);
  border-radius: 1.25rem;
  background:
    linear-gradient(135deg, rgba(18, 70, 181, 0.04), rgba(22, 160, 133, 0.05)),
    repeating-linear-gradient(
      -45deg,
      rgba(19, 34, 56, 0.03),
      rgba(19, 34, 56, 0.03) 18px,
      rgba(255, 255, 255, 0.55) 18px,
      rgba(255, 255, 255, 0.55) 36px
    );
  box-shadow: 0 18px 40px rgba(15, 33, 64, 0.06);
  text-align: center;
}

.gallery-under-construction-art {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 30px rgba(15, 33, 64, 0.08);
  color: #f59e0b;
  font-size: 2rem;
}

.gallery-under-construction-copy {
  max-width: 48rem;
}

.gallery-under-construction-copy h3 {
  margin-bottom: 0.65rem;
  color: #0f2140;
  font-family: 'Inter', sans-serif;
  font-size: 1.35rem;
}

.gallery-under-construction-copy p {
  color: #5a6f88;
  font-size: 1.02rem;
  line-height: 1.8;
}

.gallery-copy {
  padding: 1.2rem 1.25rem 1.35rem;
}

.gallery-copy span {
  display: inline-block;
  margin-top: 0.65rem;
  color: #1246b5;
  font-size: 0.87rem;
  font-weight: 600;
}

.ack-shell {
  display: grid;
  grid-template-columns: 1fr;
}

.ack-primary,
.ack-secondary {
  padding: 1.4rem;
  min-height: 180px;
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1rem;
}

.tag-cloud span {
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(18, 70, 181, 0.08);
  color: #1246b5;
  font-size: 0.88rem;
  font-weight: 600;
}

.ack-secondary ul {
  margin-left: 1.1rem;
}

.ack-note {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(19, 34, 56, 0.08);
  font-size: 0.95rem;
}

.site-footer {
  background: transparent;
  padding-top: 1rem;
  padding-bottom: 2.5rem;
}

.site-footer p {
  color: #5a6f88;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 1.4rem;
  margin-top: 0.75rem;
}

.footer-links a {
  color: #1246b5;
  font-weight: 600;
}

@media screen and (max-width: 1023px) {
  .ack-shell {
    grid-template-columns: 1fr;
  }

  .topbar .navbar-menu {
    background: rgba(246, 248, 252, 0.96);
  }
}

@media screen and (max-width: 768px) {
  .landing-hero .hero-body {
    padding-top: 3rem;
  }

  .feature-carousel {
    margin-inline: 0;
  }

  .gallery-under-construction {
    margin-inline: 0;
  }

  .feature-carousel-container {
    grid-template-columns: 1fr;
  }

  .feature-nav {
    justify-self: center;
  }

  .section-heading .eyebrow {
    font-size: 1.9rem;
  }

  .section-heading .title {
    font-size: 1.2rem;
  }

  .framework-panel {
    padding: 20px;
  }

  .framework-title {
    font-size: 1.9rem !important;
  }

  .framework-copy {
    font-size: 1.1rem !important;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 1.2rem;
  }

  .hero-tldr-copy,
  .hero-tldr-lead,
  .hero-tldr-detail {
    font-size: 1.1rem;
  }

  .hero-pills,
  .footer-links {
    align-items: stretch;
  }
}
