/* Edge page -------------------------------------------------------------
   Page-specific layout and presentation.
   Shared surfaces and specification-table primitives remain in custom.css. */

#section0.edge-hero,
#section1.edge-products {
  position: relative;
  overflow: hidden;
}

#section0.edge-hero {
  background-position: center;
  background-size: cover;
}

#section0.edge-hero .bg-overlay {
  background:
    radial-gradient(circle at 82% 68%, rgba(37, 99, 235, 0.26), transparent 28%),
    linear-gradient(120deg, rgba(3, 7, 18, 0.82) 0%, rgba(15, 23, 42, 0.64) 48%, rgba(15, 23, 42, 0.22) 100%);
}

#section0.edge-hero .container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  gap: 56px;
  align-items: center;
}

.edge-hero-copy {
  max-width: 760px;
}

.edge-eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 6px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

#section0.edge-hero h1 {
  color: #fff;
  font-size: clamp(38px, 5.5vw, 72px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.045em;
  text-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.edge-hero-device {
  justify-self: center;
  width: min(420px, 100%);
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px);
}

.edge-hero-device img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 2px 7px rgba(0, 0, 0, 0.08));
}

#section1.edge-products {
  padding-bottom: 86px;
}

.edge-intro-card {
  position: relative;
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 24px;
  align-items: flex-start;
  width: 100%;
  margin: 0;
}

.edge-intro-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border: 1px solid rgba(0, 112, 255, 0.14);
  border-radius: 5px;
  background: linear-gradient(135deg, rgba(0, 112, 255, 0.12), rgba(56, 189, 248, 0.1));
  color: #006fff;
  font-size: 32px;
  box-shadow: var(--site-surface-shadow-soft);
}

.edge-intro-body {
  min-width: 0;
}

.edge-intro-card .lead {
  margin-bottom: 12px;
  color: #475467;
  font-size: 17px;
  line-height: 1.9;
}

.edge-intro-card .lead:last-child {
  margin-bottom: 0;
}

.edge-product-table col.product-col-label {
  width: 18%;
}

.edge-product-table col:not(.product-col-label) {
  width: 20.5%;
}

.edge-product-table .product-head-title {
  margin-top: 10px;
  line-height: 1.3;
  font-weight: 700;
}

.edge-cta {
  position: relative;
  overflow: hidden;
}

.edge-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(3, 7, 18, 0.76), rgba(15, 23, 42, 0.38));
  pointer-events: none;
}

.edge-cta .container {
  position: relative;
  z-index: 1;
}

.edge-cta h3,
.edge-cta p {
  color: #fff;
}

.edge-cta p {
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.8;
}

.edge-cta .btn {
  border-color: rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  color: #fff;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  #section0.edge-hero .container {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }

  .edge-hero-device {
    max-width: 320px;
  }

  .edge-intro-card {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .edge-intro-icon {
    width: 64px;
    height: 64px;
    font-size: 28px;
  }

}

@media (max-width: 767.98px) {
  #section0.edge-hero h1 {
    font-size: 36px;
  }

  .edge-intro-card .lead {
    font-size: 15px;
  }
}
/* end: Edge page -------------------------------------------------------- */
