:root {
  --ink: #071018;
  --ink-soft: #314454;
  --paper: #f4f7f8;
  --white: #ffffff;
  --line: #d7e3ea;
  --cyan: #14d8ff;
  --blue: #147efb;
  --green: #62d49a;
  --amber: #f2c761;
  --deep: #03070d;
  --deep-2: #08131f;
  --shadow: 0 18px 48px rgba(3, 13, 24, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 32px;
  color: var(--white);
  background: rgba(3, 7, 13, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
}

.brand,
.site-nav,
.hero-actions,
.product-actions,
.contact-actions {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  min-width: 220px;
  text-decoration: none;
  font-weight: 800;
}

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

.site-nav {
  justify-content: center;
  gap: 6px;
  flex: 1;
}

.site-nav a,
.header-cta {
  text-decoration: none;
  border-radius: 6px;
}

.site-nav a {
  padding: 10px 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
}

.site-nav a:hover,
.header-cta:hover {
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
}

.header-cta {
  padding: 10px 16px;
  border: 1px solid rgba(20, 216, 255, 0.5);
  color: var(--white);
  font-weight: 700;
}

.hero {
  position: relative;
  min-height: 86svh;
  overflow: hidden;
  color: var(--white);
  background: var(--deep);
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(3, 7, 13, 0.95) 0%, rgba(3, 7, 13, 0.78) 35%, rgba(3, 7, 13, 0.1) 75%),
    linear-gradient(180deg, rgba(3, 7, 13, 0.8) 0%, rgba(3, 7, 13, 0.15) 42%, rgba(3, 7, 13, 0.88) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 132px 0 64px;
}

.eyebrow,
.product-kicker {
  margin: 0 0 14px;
  color: var(--cyan);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.contact-section h2 {
  margin: 0;
  line-height: 1.02;
}

.hero h1 {
  max-width: 620px;
  font-size: 5rem;
}

.hero-lead {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.35rem;
}

.hero-actions,
.product-actions,
.contact-actions {
  gap: 12px;
  flex-wrap: wrap;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 11px 18px;
  border-radius: 6px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 0.98rem;
  font-weight: 800;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #02111a;
  background: var(--cyan);
  border-color: var(--cyan);
}

.button-store img {
  width: 22px;
  height: 22px;
  padding: 2px;
  object-fit: contain;
  border-radius: 4px;
  background: var(--white);
}

.button-secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.32);
}

.button-quiet {
  color: var(--ink);
  background: var(--white);
  border-color: var(--line);
}

.section-dark .button-quiet,
.contact-section .button-quiet {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.26);
}

.hero-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 780px;
  margin-top: 58px;
}

.hero-products a {
  min-height: 116px;
  padding: 18px;
  color: var(--white);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 8px;
  background: rgba(3, 7, 13, 0.52);
  backdrop-filter: blur(12px);
}

.hero-products strong,
.hero-products span {
  display: block;
}

.hero-products strong {
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.hero-products span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
}

.section {
  padding: 96px 24px;
}

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

.section-dark {
  color: var(--white);
  background: var(--deep-2);
}

.section-heading {
  width: min(920px, 100%);
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading h2,
.contact-section h2 {
  font-size: 3rem;
}

.section-heading p:not(.eyebrow) {
  max-width: 720px;
  margin: 18px auto 0;
  color: var(--ink-soft);
}

.section-dark .section-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.product-grid,
.workflow-columns,
.video-grid,
.team-grid {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.product-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.product-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
  gap: 28px;
  align-items: center;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.product-card-large {
  color: var(--white);
  background: #06111d;
  border-color: rgba(20, 216, 255, 0.26);
}

.product-copy h3,
.workflow-panel h3,
.video-card h3,
.team-card h3 {
  margin: 0;
  line-height: 1.15;
}

.product-copy h3 {
  font-size: 2rem;
}

.product-copy p:not(.product-kicker) {
  margin: 18px 0 0;
  color: var(--ink-soft);
}

.product-card-large .product-copy p:not(.product-kicker) {
  color: rgba(255, 255, 255, 0.76);
}

.feature-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 24px;
  color: var(--ink-soft);
}

.product-card-large .feature-list li {
  color: rgba(255, 255, 255, 0.82);
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}

.product-actions {
  margin-top: 26px;
}

.product-visual {
  margin: 0;
}

.product-visual img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
}

.product-visual-light {
  padding: 18px;
  border-radius: 8px;
  background: #eef5f8;
}

.product-visual-light img {
  object-fit: contain;
}

.store-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, 100%);
  margin: 24px auto 0;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.store-strip div {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
}

.store-strip img {
  width: 36px;
  height: 36px;
  padding: 4px;
  object-fit: contain;
  border-radius: 6px;
  background: #f5f7f8;
}

.store-strip p {
  max-width: 560px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.workflow-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.workflow-panel {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.workflow-panel-heading {
  min-height: 118px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.workflow-label {
  margin: 0 0 10px;
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.workflow-panel h3 {
  margin: 0;
  font-size: 1.65rem;
  line-height: 1.15;
}

.workflow-steps {
  display: grid;
  gap: 18px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.workflow-steps li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
}

.workflow-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #06111d;
  background: var(--green);
  border-radius: 50%;
  font-size: 0.9rem;
  font-weight: 900;
}

.workflow-steps h4 {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.2;
}

.workflow-steps p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.98rem;
}

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

.video-card,
.team-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(7, 16, 24, 0.08);
}

.video-card > div:last-child {
  padding: 20px;
}

.video-card p {
  margin: 10px 0 0;
  color: var(--ink-soft);
}

.video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.section-team {
  background: var(--white);
}

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

.team-card {
  padding: 26px;
  text-align: center;
}

.team-card img {
  width: 138px;
  height: 138px;
  margin: 0 auto 18px;
  object-fit: cover;
  border-radius: 50%;
}

.team-card h3 {
  font-size: 1.25rem;
}

.team-card a {
  display: block;
  margin-top: 8px;
  color: #0b67c2;
  text-decoration: none;
  font-weight: 700;
}

.team-card .linkedin-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin: 14px auto 8px;
  color: var(--white);
  background: #0a66c2;
  border-radius: 6px;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1;
}

.team-card .linkedin-link span {
  transform: translateY(-1px);
}

.contact-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 72px max(24px, calc((100% - 1180px) / 2));
  color: var(--white);
  background: #071018;
}

.contact-section h2 {
  max-width: 620px;
  font-size: 2.6rem;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 30px 24px;
  color: rgba(255, 255, 255, 0.68);
  background: #02060a;
}

.site-footer img {
  width: 34px;
  height: 34px;
}

.site-footer p {
  margin: 0;
}

.trademark-note {
  max-width: 760px;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.78rem;
  line-height: 1.4;
}

@media (max-width: 980px) {
  .site-header {
    flex-wrap: wrap;
    padding: 12px 20px;
  }

  .brand {
    flex: 1;
    min-width: 0;
  }

  .site-nav {
    order: 3;
    flex-basis: 100%;
    justify-content: flex-start;
    overflow-x: auto;
  }

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

  .hero h1 {
    font-size: 3.7rem;
  }

  .section-heading h2,
  .contact-section h2 {
    font-size: 2.35rem;
  }

  .product-card,
  .workflow-columns,
  .video-grid,
  .team-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    padding: 22px;
  }

  .contact-section {
    display: block;
  }

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

  .store-strip {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 16px;
  }

  .site-header {
    gap: 10px;
  }

  .brand span {
    font-size: 0.95rem;
  }

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

  .header-cta {
    display: none;
  }

  .site-nav a {
    padding: 8px 10px;
    font-size: 0.9rem;
  }

  .hero {
    min-height: 84svh;
  }

  .hero-image {
    object-position: 66% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(3, 7, 13, 0.96) 0%, rgba(3, 7, 13, 0.78) 55%, rgba(3, 7, 13, 0.4) 100%),
      linear-gradient(180deg, rgba(3, 7, 13, 0.72) 0%, rgba(3, 7, 13, 0.18) 40%, rgba(3, 7, 13, 0.9) 100%);
  }

  .hero-content {
    width: calc(100% - 28px);
    padding: 148px 0 40px;
  }

  .hero h1 {
    font-size: 2.7rem;
  }

  .hero-lead {
    max-width: 330px;
    font-size: 1.08rem;
  }

  .hero-actions,
  .product-actions,
  .contact-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-products {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .section {
    padding: 68px 16px;
  }

  .section-heading {
    margin-bottom: 30px;
    text-align: left;
  }

  .section-heading h2,
  .contact-section h2 {
    font-size: 2rem;
  }

  .product-copy h3 {
    font-size: 1.55rem;
  }

  .product-card {
    gap: 20px;
    padding: 18px;
  }

  .workflow-panel {
    padding: 20px;
  }

  .workflow-panel-heading {
    min-height: auto;
  }

  .contact-section {
    padding: 56px 16px;
  }

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