.product-page {
  color: #102033;
  background: #f6f8fb;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  overflow: hidden;
}

.product-page * {
  box-sizing: border-box;
}

.product-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.product-hero {
  position: relative;
  min-height: calc(100vh - 118px);
  padding: 64px 0 54px;
  background:
    linear-gradient(180deg, rgba(7, 12, 22, .92), rgba(16, 32, 51, .9)),
    url("../images/abstract-background-with-circuit-board-2026-01-09-00-06-37-utc-1-p-1080.png") center / cover;
  color: #fff;
}

.product-hero .product-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 540px);
  gap: 54px;
  align-items: center;
}

.product-kicker {
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #67e8f9;
}

.product-title {
  margin: 0 0 22px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(42px, 6vw, 76px);
  line-height: .95;
  font-weight: 700;
  letter-spacing: 0;
}

.product-lead {
  max-width: 680px;
  margin: 0 0 18px;
  color: #d8e4f2;
  font-size: clamp(16px, 1.7vw, 19px);
  line-height: 1.68;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.product-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.product-btn--primary {
  background: #67e8f9;
  color: #05131f;
}

.product-btn--secondary {
  border-color: rgba(255, 255, 255, .28);
  color: #fff;
  background: rgba(255, 255, 255, .06);
}

.product-hero__visual {
  position: relative;
  min-height: 560px;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(3, 10, 20, .68);
  overflow: hidden;
  box-shadow: 0 32px 90px rgba(0, 0, 0, .34);
}

.product-hero__visual canvas,
.product-flow__visual canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.product-hero__hud {
  position: absolute;
  inset: auto 22px 22px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  pointer-events: none;
}

.product-hud-item {
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(6, 18, 34, .78);
  padding: 12px;
  min-width: 0;
}

.product-hud-item span {
  display: block;
  color: #9fb3c8;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.product-hud-item strong {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 18px;
  line-height: 1.15;
}

.product-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #dbe4ee;
}

.product-stat {
  padding: 28px 24px;
  background: #fff;
}

.product-stat strong {
  display: block;
  margin: 0 0 7px;
  color: #0f766e;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 26px;
}

.product-stat span {
  color: #40546a;
  font-size: 14px;
  line-height: 1.5;
}

.product-section {
  padding: 94px 0;
}

.product-section--white {
  background: #fff;
}

.product-section--dark {
  background: #0b1220;
  color: #fff;
}

.product-section__head {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(320px, .6fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 38px;
}

.product-section__head h2,
.product-flow__copy h2,
.product-stack__copy h2,
.product-cta h2 {
  margin: 0;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(30px, 4.2vw, 50px);
  line-height: 1.05;
  letter-spacing: 0;
}

.product-section__head p,
.product-flow__copy p,
.product-stack__copy p,
.product-cta p {
  margin: 0;
  color: #52677e;
  font-size: 16px;
  line-height: 1.7;
}

.product-section--dark .product-section__head p,
.product-section--dark .product-flow__copy p,
.product-section--dark .product-stack__copy p,
.product-section--dark .product-cta p {
  color: #b8c7d8;
}

.product-module-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.product-module {
  position: relative;
  min-height: 260px;
  padding: 26px;
  border: 1px solid #dce5ef;
  background: #fff;
  overflow: hidden;
}

.product-module:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--accent, #0f766e);
}

.product-module__num {
  margin: 0 0 24px;
  color: var(--accent, #0f766e);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.product-module h3 {
  margin: 0 0 12px;
  font-family: "Space Grotesk", Arial, sans-serif;
  color: #102033;
  font-size: 24px;
  line-height: 1.15;
}

.product-module p {
  margin: 0 0 18px;
  color: #52677e;
  font-size: 15px;
  line-height: 1.65;
}

.product-module ul,
.product-stack__list,
.product-timeline {
  padding: 0;
  margin: 0;
  list-style: none;
}

.product-module li,
.product-stack__list li,
.product-timeline li {
  position: relative;
  padding-left: 18px;
  margin-top: 9px;
  color: #30465d;
  font-size: 14px;
  line-height: 1.55;
}

.product-module li:before,
.product-stack__list li:before,
.product-timeline li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .68em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent, #0f766e);
}

.product-flow {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(420px, 1fr);
  gap: 48px;
  align-items: center;
}

.product-flow__visual {
  min-height: 530px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: #050a14;
}

.product-flow__copy {
  max-width: 520px;
}

.product-flow__copy p {
  margin-top: 18px;
}

.product-flow__steps {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.product-flow__step {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .04);
}

.product-flow__step strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #67e8f9;
  color: #07131f;
  border-radius: 50%;
  font-family: "Space Grotesk", Arial, sans-serif;
}

.product-flow__step span {
  display: block;
  color: #f8fbff;
  font-weight: 800;
  margin-bottom: 4px;
}

.product-flow__step p {
  margin: 0;
  color: #b8c7d8;
  font-size: 14px;
}

.product-stack {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(360px, .7fr);
  gap: 42px;
  align-items: start;
}

.product-stack__copy p {
  margin-top: 18px;
}

.product-stack__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 18px;
  margin-top: 28px;
}

.product-stack__list li {
  color: #30465d;
}

.product-stack__panel {
  border: 1px solid #dce5ef;
  background: #fff;
}

.product-layer {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  padding: 20px;
  border-bottom: 1px solid #e7edf4;
}

.product-layer:last-child {
  border-bottom: 0;
}

.product-layer strong {
  color: #0f766e;
  font-family: "Space Grotesk", Arial, sans-serif;
}

.product-layer span {
  color: #52677e;
  font-size: 14px;
  line-height: 1.55;
}

.product-use-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.product-use {
  padding: 22px;
  min-height: 210px;
  background: #fff;
  border: 1px solid #dce5ef;
}

.product-use strong {
  display: block;
  margin-bottom: 10px;
  font-family: "Space Grotesk", Arial, sans-serif;
  color: #102033;
  font-size: 20px;
}

.product-use span {
  color: #52677e;
  font-size: 14px;
  line-height: 1.6;
}

.product-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, .16);
}

.product-timeline li {
  margin: 0;
  padding: 26px;
  background: #0f1b2d;
  color: #dbe7f5;
}

.product-timeline li:before {
  display: none;
}

.product-timeline strong {
  display: block;
  margin-bottom: 10px;
  color: #fbbf24;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 18px;
}

.product-cta {
  padding: 74px 0;
  background:
    linear-gradient(90deg, rgba(15, 118, 110, .94), rgba(17, 24, 39, .94)),
    url("../images/securely-share-and-back-up-files-with-cloud-techno-2026-01-06-09-27-15-utc-1-p-800.png") center / cover;
  color: #fff;
}

.product-cta .product-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.product-cta p {
  max-width: 700px;
  margin-top: 16px;
}

.product-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .65s ease, transform .65s ease;
}

.product-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1020px) {
  .product-hero .product-shell,
  .product-flow,
  .product-stack,
  .product-section__head,
  .product-cta .product-shell {
    grid-template-columns: 1fr;
  }

  .product-hero__visual,
  .product-flow__visual {
    min-height: 430px;
  }

  .product-module-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-use-grid,
  .product-timeline,
  .product-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  body {
    overflow-x: hidden;
  }

  body > div:first-child {
    flex-wrap: wrap;
    gap: 5px 8px !important;
    padding: 8px 12px !important;
    font-size: 11px !important;
    line-height: 1.25 !important;
  }

  body > div:first-child span:nth-child(2) {
    flex: 1 1 210px;
  }

  .navbar14_component {
    position: sticky;
    top: 0;
    inset: auto;
    z-index: 1000;
    width: auto;
    margin: 0;
    padding: 10px 14px;
    background: #f6f8fb;
  }

  .navbar14_container {
    width: 100%;
    border-radius: 10px;
  }

  .navbar14_logo {
    width: 9rem;
    max-width: 44vw;
  }

  .navbar14_logo-link {
    min-width: 0;
  }

  .navbar14_menu-button {
    flex: 0 0 auto;
  }

  .product-shell {
    width: min(100% - 30px, 1180px);
  }

  .product-hero {
    min-height: 0;
    padding: 38px 0 44px;
  }

  .product-hero .product-shell {
    gap: 28px;
  }

  .product-kicker {
    margin-bottom: 14px;
    font-size: 11px;
    line-height: 1.35;
  }

  .product-title {
    font-size: clamp(36px, 10.7vw, 44px);
    line-height: 1.04;
    margin-bottom: 18px;
    text-wrap: balance;
  }

  .product-lead {
    font-size: 15.5px;
    line-height: 1.62;
    margin-bottom: 15px;
  }

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

  .product-btn {
    width: 100%;
    min-height: 49px;
    white-space: normal;
    text-align: center;
  }

  .product-hero__visual {
    min-height: 0;
    padding: 14px;
    border-color: rgba(255, 255, 255, .16);
  }

  .product-hero__visual canvas {
    display: none;
  }

  .product-hero__hud {
    position: relative;
    inset: auto;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .product-hud-item {
    padding: 12px 13px;
  }

  .product-hud-item strong {
    font-size: 17px;
  }

  .product-flow {
    gap: 26px;
  }

  .product-flow__copy {
    max-width: none;
  }

  .product-flow__visual {
    min-height: 260px;
  }

  .product-flow__step {
    grid-template-columns: 34px 1fr;
    gap: 12px;
    padding: 14px;
  }

  .product-flow__step strong {
    width: 34px;
    height: 34px;
  }

  .product-section {
    padding: 58px 0;
  }

  .product-section__head {
    gap: 16px;
    margin-bottom: 24px;
  }

  .product-section__head h2,
  .product-flow__copy h2,
  .product-stack__copy h2,
  .product-cta h2 {
    font-size: clamp(28px, 8.2vw, 34px);
    line-height: 1.12;
  }

  .product-section__head p,
  .product-flow__copy p,
  .product-stack__copy p,
  .product-cta p {
    font-size: 15px;
    line-height: 1.62;
  }

  .product-module-grid,
  .product-use-grid,
  .product-timeline,
  .product-stats,
  .product-stack__list {
    grid-template-columns: 1fr;
  }

  .product-stat,
  .product-module,
  .product-use,
  .product-layer,
  .product-timeline li {
    padding: 20px;
  }

  .product-module {
    min-height: 0;
  }

  .product-module__num {
    margin-bottom: 16px;
  }

  .product-module h3,
  .product-use strong {
    font-size: 21px;
  }

  .product-use {
    min-height: 0;
  }

  .product-layer {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .product-stack {
    gap: 26px;
  }

  .product-stack__list {
    gap: 6px;
  }

  .product-cta {
    padding: 54px 0;
  }

  .product-cta .product-actions {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .product-shell {
    width: min(100% - 24px, 1180px);
  }

  .product-title {
    font-size: 34px;
  }

  .navbar14_logo {
    width: 8.25rem;
  }
}
