/* Jen by HPE — landing (hero) */

:root {
  --jen-bg-deep: #0a1628;
  --jen-bg-mid: #0f2744;
  --jen-accent: #00b388;
  --jen-accent-soft: rgba(0, 179, 136, 0.22);
  --jen-text: #f4f7fb;
  --jen-muted: #9bb0c4;
  --jen-card: rgba(15, 39, 68, 0.85);
  --jen-teal: #00b388;
  --jen-teal-deep: #005f6b;
  --jen-charcoal: #1a1a1a;
  --jen-yellow: #f3c420;
}

.jen-landing {
  color: var(--jen-text);
  background: radial-gradient(120% 80% at 10% 0%, var(--jen-bg-mid) 0%, var(--jen-bg-deep) 45%, #050a12 100%);
  min-height: calc(100vh - 120px);
}

.jen-landing a:not(.jen-btn-primary) {
  color: var(--jen-accent);
  text-decoration: none;
}

.jen-landing a:not(.jen-btn-primary):hover {
  color: #33c4a8;
  text-decoration: underline;
}

/* CTA must win over .jen-landing a (higher specificity) */
.jen-landing a.jen-btn-primary,
.jen-landing a.jen-btn-primary:hover {
  color: #041018;
  text-decoration: none;
  background: linear-gradient(180deg, #2ed4b4 0%, var(--jen-accent) 100%);
}

.jen-landing a.jen-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 32px rgba(0, 179, 136, 0.45);
}

.jen-topbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 10, 18, 0.65);
  backdrop-filter: blur(10px);
}

.jen-topbar-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.875rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.jen-logo {
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  color: var(--jen-text);
  text-decoration: none;
}

.jen-logo span {
  color: var(--jen-accent);
  font-weight: 600;
}

.jen-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 0.9375rem;
}

.jen-nav a {
  color: var(--jen-muted);
  text-decoration: none;
}

.jen-nav a:hover {
  color: var(--jen-text);
  text-decoration: none;
}

.jen-hero-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 1.5rem 4rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
  min-height: min(720px, calc(100vh - 180px));
}

@media (min-width: 992px) {
  .jen-hero-wrap {
    grid-template-columns: 1.05fr 0.95fr;
    padding: 4rem 1.5rem 5rem;
    gap: 3rem;
  }
}

.jen-hero-copy {
  max-width: 36rem;
}

.jen-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--jen-accent);
  margin-bottom: 1.25rem;
}

.jen-hero-eyebrow::before {
  content: "";
  width: 2rem;
  height: 2px;
  background: linear-gradient(90deg, var(--jen-accent), transparent);
}

.jen-hero-title {
  font-size: clamp(2.25rem, 5vw, 3.25rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin: 0 0 0.5rem;
}

.jen-hero-sub {
  font-size: clamp(1.125rem, 2.2vw, 1.35rem);
  font-weight: 500;
  color: var(--jen-muted);
  margin: 0 0 1.25rem;
  line-height: 1.45;
}

.jen-hero-lead {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: #c5d4e3;
  margin: 0 0 2rem;
  max-width: 32rem;
}

.jen-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.jen-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 1.75rem;
  font-size: 1rem;
  font-weight: 700;
  font-family: inherit;
  line-height: 1.2;
  color: #041018;
  background: linear-gradient(180deg, #2ed4b4 0%, var(--jen-accent) 100%);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0, 179, 136, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.jen-btn-primary:hover {
  color: #041018;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 12px 32px rgba(0, 179, 136, 0.45);
}

.jen-hero-visual {
  position: relative;
  min-height: 280px;
}

@media (min-width: 992px) {
  .jen-hero-visual {
    min-height: 420px;
  }
}

.jen-visual-panel {
  position: relative;
  height: 100%;
  min-height: 280px;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(0, 179, 136, 0.12) 0%, var(--jen-card) 40%, #0a1628 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .jen-visual-panel {
    min-height: 420px;
  }
}

.jen-visual-panel::before {
  content: "";
  position: absolute;
  inset: -40% -20% auto 20%;
  height: 80%;
  background: radial-gradient(ellipse at center, var(--jen-accent-soft) 0%, transparent 65%);
  pointer-events: none;
}

.jen-visual-decor {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.jen-visual-panel:has(.jen-visual-img) .jen-visual-decor {
  opacity: 0.35;
}

.jen-visual-img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  max-height: min(520px, 70vh);
  object-fit: contain;
  padding: 1rem 1rem 3.25rem;
  box-sizing: border-box;
}

.jen-visual-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, black 20%, transparent 75%);
  opacity: 0.9;
}

.jen-visual-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(72%, 320px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(0, 179, 136, 0.35);
  border-radius: 50%;
  box-shadow: inset 0 0 60px rgba(0, 179, 136, 0.15);
}

.jen-visual-orbit::after {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px dashed rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  animation: jen-spin 48s linear infinite;
}

@keyframes jen-spin {
  to {
    transform: rotate(360deg);
  }
}

.jen-visual-core {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44%;
  max-width: 180px;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle at 35% 30%, #3dd4b8, var(--jen-accent) 45%, #04785c 100%);
  border-radius: 50%;
  box-shadow: 0 0 80px rgba(0, 179, 136, 0.55), inset 0 -12px 24px rgba(0, 0, 0, 0.35);
}

.jen-visual-badge {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  right: 1.25rem;
  z-index: 2;
  padding: 0.875rem 1rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  color: var(--jen-text);
  background: rgba(5, 10, 18, 0.75);
  border: 1px solid rgba(0, 179, 136, 0.35);
  border-radius: 6px;
  backdrop-filter: blur(8px);
}

body.jen-body {
  margin-bottom: 0;
  background: var(--jen-bg-deep);
  font-family: "Open Sans", "Segoe UI", system-ui, sans-serif;
}

.jen-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.jen-shell main {
  flex: 1;
}

/* ——— Screenshot-aligned content rows (below hero) ——— */

.jen-sheet {
  background: #ffffff;
  color: var(--jen-charcoal);
}

.jen-sheet--flush {
  padding: 0;
}

.jen-sheet__grid {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1320px;
  margin: 0 auto;
  align-items: stretch;
  gap: 0;
}

@media (min-width: 992px) {
  .jen-sheet__grid--media-left {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .jen-sheet__grid--presales {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .jen-sheet__grid--conv {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    min-height: min(560px, 88vh);
    align-items: stretch;
  }

  .jen-sheet__grid--conv > * {
    min-height: 100%;
  }
}

/* Mobile: image first for split sections */
@media (max-width: 991px) {
  .jen-sheet__grid--media-left .jen-sheet__media {
    order: -1;
  }

  .jen-sheet__grid--presales .jen-sheet__media,
  .jen-sheet__grid--presales .jen-sheet__media--cover {
    order: -1;
  }
}

.jen-sheet__media {
  position: relative;
  min-height: 280px;
  background: #dfe6ec;
}

.jen-sheet__media--cover {
  min-height: 320px;
}

.jen-sheet__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 280px;
}

.jen-sheet__img--cover {
  min-height: 360px;
}

.jen-sheet__content {
  padding: 2.75rem 1.75rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
}

@media (min-width: 992px) {
  .jen-sheet__content {
    padding: 3.5rem 3rem 3.5rem 2.5rem;
  }
}

.jen-sheet__content--white {
  background: #ffffff;
}

.jen-sheet__content--teal-dark {
  background: var(--jen-teal-deep);
  color: #ffffff;
}

.jen-sheet__content--conv {
  padding-bottom: 3rem;
}

.jen-sheet__icon {
  margin-bottom: 1.25rem;
}

.jen-sheet__icon--teal {
  color: var(--jen-teal);
}

.jen-sheet__icon--white {
  color: #ffffff;
}

.jen-sheet__title {
  font-size: clamp(1.5rem, 2.5vw, 1.875rem);
  font-weight: 700;
  color: var(--jen-charcoal);
  margin: 0 0 1rem;
  line-height: 1.25;
}

.jen-sheet__title--light {
  color: #ffffff;
}

.jen-sheet__text {
  font-size: 1rem;
  line-height: 1.65;
  color: #3a3a3a;
  margin: 0 0 1.25rem;
}

.jen-sheet__text--light {
  color: rgba(255, 255, 255, 0.95);
}

.jen-sheet__list {
  margin: 0 0 1.25rem;
  padding-left: 1.15rem;
  color: #3a3a3a;
  line-height: 1.7;
}

.jen-sheet__list li::marker {
  color: var(--jen-teal);
  font-size: 1.1em;
}

.jen-sheet__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-top: 0.5rem;
  padding: 0.85rem 1.75rem;
  font-size: 1rem;
  font-weight: 700;
  border: none;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
  transition: filter 0.15s ease, box-shadow 0.15s ease;
}

.jen-sheet__btn--teal {
  background: var(--jen-teal);
  color: #ffffff;
  box-shadow: 0 4px 16px rgba(0, 179, 136, 0.35);
}

.jen-sheet__btn--teal:hover {
  color: #ffffff;
  filter: brightness(1.05);
  text-decoration: none;
}

.jen-sheet__btn--teal-on-dark {
  background: var(--jen-teal);
  color: #ffffff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
}

.jen-sheet__btn--teal-on-dark:hover {
  color: #ffffff;
  filter: brightness(1.06);
  text-decoration: none;
}

/* Yellow quote frame (dark gray panel) */
.jen-quote-frame {
  background: var(--jen-charcoal);
  color: #ffffff;
  padding: 2.5rem 1.75rem 2.75rem;
  border: 4px solid var(--jen-yellow);
  margin: 1.5rem 1.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 280px;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .jen-quote-frame {
    margin: 0;
    min-height: 100%;
    padding: 3rem 2.5rem;
  }
}

.jen-quote-frame__glyph {
  font-size: 4.5rem;
  line-height: 0.85;
  color: var(--jen-yellow);
  font-family: Georgia, "Times New Roman", serif;
  margin-bottom: 0.25rem;
  font-weight: 700;
}

.jen-quote-frame__lead {
  font-size: clamp(1.25rem, 2.2vw, 1.5rem);
  font-weight: 700;
  margin: 0 0 1rem;
  line-height: 1.35;
  color: #ffffff;
}

.jen-quote-frame__body {
  font-size: 1rem;
  line-height: 1.65;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
}

/* Numbered steps — teal squares */
.jen-step-line {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
}

.jen-step-line li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
  color: rgba(255, 255, 255, 0.95);
  font-size: 1rem;
  line-height: 1.5;
}

.jen-step-line li:last-child {
  margin-bottom: 0;
}

.jen-step-line__num {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffffff;
  background: var(--jen-teal);
  border: 1px solid #ffffff;
  border-radius: 0;
  line-height: 1;
}

.jen-step-line__txt {
  padding-top: 0.15rem;
}
