/* --- Variables & Local Scope Reset --- */
.i-hpe-ja-ng26-lp-wrapper {
  /* Color Palette */
  --ngs-brand-main: #01a982;
  --ngs-brand-sub: #05cc93;
  --ngs-blue: #0070f8;
  --ngs-gray-bg: #e6e8e9;
  --ngs-black: #292d3a;
  --ngs-white: #ffffff;

  max-width: 1208px;
  margin: 0 auto;
  position: relative;
  text-align: left;
  color: var(--ngs-black);
  font-family: sans-serif;
}

.i-hpe-ja-ng26-lp-wrapper *,
.i-hpe-ja-ng26-lp-wrapper *::before,
.i-hpe-ja-ng26-lp-wrapper *::after {
  box-sizing: border-box;
}

.i-hpe-ja-ng26-lp-wrapper h4 {
  margin: 1.33em 0;
  font-size: 1.15rem;
  font-weight: bold;
}

.i-hpe-ja-ng26-lp-wrapper img {
  margin-top: 1.33em !important;
  margin-bottom: 1.33em !important;
}

/* --- Color Utilities --- */
.i-hpe-ja-ng26-lp-bg-main { background-color: var(--ngs-brand-main); }
.i-hpe-ja-ng26-lp-bg-sub { background-color: var(--ngs-brand-sub); }
.i-hpe-ja-ng26-lp-bg-blue { background-color: var(--ngs-blue); }
.i-hpe-ja-ng26-lp-bg-gray { background-color: var(--ngs-gray-bg); }
.i-hpe-ja-ng26-lp-bg-black { background-color: var(--ngs-black); }
.i-hpe-ja-ng26-lp-text-white { color: var(--ngs-white); }
.i-hpe-ja-ng26-lp-text-center { text-align: center; }

/* --- Grid System --- */
.i-hpe-ja-ng26-lp-flex-box {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}
.i-hpe-ja-ng26-lp-flex-item {
  padding-left: 16px;
  padding-right: 16px;
  flex: 0 0 auto;
}
.i-hpe-ja-ng26-lp-align-center { align-items: center; }
.i-hpe-ja-ng26-lp-justify-between { justify-content: space-between; }
.i-hpe-ja-ng26-lp-justify-center { justify-content: center; }

/* Widths */
.i-hpe-ja-ng26-lp-w-33 { width: 33.333333%; }
.i-hpe-ja-ng26-lp-w-40 { width: 40%; }
.i-hpe-ja-ng26-lp-w-50 { width: 50%; }
.i-hpe-ja-ng26-lp-w-60 { width: 60%; }
.i-hpe-ja-ng26-lp-w-100 { width: 100%; }

/* --- Spacing --- */
.i-hpe-ja-ng26-lp-mt-2 { margin-top: 16px; }
.i-hpe-ja-ng26-lp-mt-4 { margin-top: 32px; }
.i-hpe-ja-ng26-lp-mt-6 { margin-top: 64px; }
.i-hpe-ja-ng26-lp-mb-2 { margin-bottom: 16px; }
.i-hpe-ja-ng26-lp-mb-4 { margin-bottom: 32px; }
.i-hpe-ja-ng26-lp-p-4 { padding: 32px; }
.i-hpe-ja-ng26-lp-py-4 { padding-top: 32px; padding-bottom: 32px; }

/* --- Text --- */
h1.i-hpe-ja-ng26-lp-text-white{ 
    font-size: 35px;
    line-height: 1.4em;
    color: var(--ngs-white);
}

p.p-reg16{
    font-size: 16px;
    line-height: 1.5em;
    text-align: justify;
}

/* --- Custom Components --- */
/* Placeholder Image Block */
.i-hpe-ja-ng26-lp-img-top img{
    max-width: 400px;
    height: auto;
    align-items: center;
    justify-content: center;
}







/*-- feature area --*/
.i-hpe-ja-ng26-tophead{
background: #01A982;
background: linear-gradient(90deg, rgba(1, 169, 130, 1) 20%, rgba(0, 224, 175, 1) 90%);
}
.i-hpe-ja-ng26-featureimg{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Blue Feature Box with Shadow/Offset */
.i-hpe-ja-ng26-lp-feature-box {
  background-color: var(--ngs-blue);
  color: var(--ngs-white);
  padding: 30px;
  margin-bottom: 24px;
  box-shadow: 8px 8px 0px var(--ngs-black);
  max-width: 450px;
}

/* Anchor Navigation Line */
/* --- Anchor Target Offset --- */
.i-hpe-ja-ng26-lp-anchor-section {
  scroll-margin-top: 140px; 
}

.i-hpe-ja-ng26-lp-anchor-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 16px;
}
.i-hpe-ja-ng26-lp-anchor-link {
  color: var(--ngs-black);
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  margin-right: 32px;
  background-color: none;
  padding: 10px 20px;
  border-radius: 5px;
  transition: background-color 0.4s ease;
}

.i-hpe-ja-ng26-lp-anchor-link:hover{
  background-color: var(--ngs-brand-sub);
  padding: 10px 20px;
  border-radius: 5px;
}

.i-hpe-ja-ng26-lp-btn-contact {
  background-color: var(--ngs-black);
  color: var(--ngs-white);
  padding: 8px 60px;
  text-decoration: none;
  border-radius: 50px;
  margin-left: auto;
  border: 2px solid var(--ngs-black);
  transition: background-color 0.4s ease;
}

.i-hpe-ja-ng26-lp-btn-contact:hover{
  background-color: var(--ngs-white);
  border: 2px solid var(--ngs-black);
  color: var(--ngs-black);
}

/* -- section headers --*/
.i-hpe-ja-ng26-sectionheader{
    margin-top: 100px;
    padding: 10px 20px;
    background: #535C66;
background: linear-gradient(90deg, rgba(83, 92, 102, 1) 20%, rgba(255, 255, 255, 1) 90%);
}

/* --- Tabs Interface --- */
.i-hpe-ja-ng26-lp-tab-controls { 
  display: flex; 
  gap: 50px; 
}

/* Base Button Styles */
.i-hpe-ja-ng26-lp-tab-trigger {
  flex: 1;
  padding: 16px;
  border: 2px solid transparent; 
  border-radius: 50px; 
  color: var(--ngs-white);
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  font-size: 20px;
}

/* Hover */
.i-hpe-ja-ng26-lp-tab-trigger:not(.i-hpe-ja-ng26-lp-state-visible):hover {
    background-color: var(--ngs-black);
    color: var(--ngs-white);
}

/* Base Panel Visibility */
.i-hpe-ja-ng26-lp-tab-panel { 
  display: none; 
  padding: 60px 80px; 
  min-height: 300px; 
}
.i-hpe-ja-ng26-lp-tab-panel.i-hpe-ja-ng26-lp-state-visible { 
  display: block; 
}

/* ================================ */
/* Active Colors & Routing          */
/* ================================ */

/* Tab 1: Brand Main */
.i-hpe-ja-ng26-lp-tab-trigger.i-hpe-ja-ng26-lp-tab-1 {
  background-color: var(--ngs-brand-main);
}
.i-hpe-ja-ng26-lp-tab-trigger.i-hpe-ja-ng26-lp-tab-1.i-hpe-ja-ng26-lp-state-visible {
  border-color: var(--ngs-black);
}
.i-hpe-ja-ng26-lp-tab-panel.i-hpe-ja-ng26-lp-tab-1 {
  background-color: var(--ngs-brand-main);
  color: var(--ngs-white);
}

/* Tab 2: Brand Sub */
.i-hpe-ja-ng26-lp-tab-trigger.i-hpe-ja-ng26-lp-tab-2 {
  background-color: var(--ngs-brand-sub);
}
.i-hpe-ja-ng26-lp-tab-trigger.i-hpe-ja-ng26-lp-tab-2.i-hpe-ja-ng26-lp-state-visible {
  border-color: var(--ngs-black);
}
.i-hpe-ja-ng26-lp-tab-panel.i-hpe-ja-ng26-lp-tab-2 {
  background-color: var(--ngs-brand-sub);
  color: var(--ngs-white);
}

/* ================================ */
/* Panel Internal Typography        */
/* ================================ */

.i-hpe-ja-ng26-lp-tab-panel h3 {
    background-color: var(--ngs-white);
    color: var(--ngs-black);
    text-align: left;
    padding: 10px 20px;
    margin-top: 100px;
}

.i-hpe-ja-ng26-lp-tab-panel h3:first-of-type {
    margin-top: 0;
}

/* table */
.i-hpe-ja-ng26-lp-compare-wrap {
  width: 100%;
  margin: 1.3em auto 0;
  background-color: #b1b9be; 
  padding: 24px;
  color: var(--ngs-black);
  text-align: center;
}

.i-hpe-ja-ng26-lp-compare-main-title {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 24px 0;
}


.i-hpe-ja-ng26-lp-compare-row {
  display: flex;
  gap: 16px; 
}

/* Main inner group blocks */
.i-hpe-ja-ng26-lp-compare-group {
  flex: 1;
  background-color: #e6e8e9;
  padding: 16px;
}

.i-hpe-ja-ng26-lp-compare-group-title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 16px 0;
}

/* Flex row for the sub-columns */
.i-hpe-ja-ng26-lp-compare-subrow {
  display: flex;
  gap: 12px;
}

/* Sub-column blocks */
.i-hpe-ja-ng26-lp-compare-subcol {
  flex: 1;
  background-color: #d4d8db;
  padding: 12px;
}

.i-hpe-ja-ng26-lp-compare-subcol-title {
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 12px 0;
}

/* Individual white text boxes */
.i-hpe-ja-ng26-lp-compare-item {
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 8px;
  font-size: 15px;
}

.i-hpe-ja-ng26-lp-compare-item:last-child {
  margin-bottom: 0;
}


/* ------------------------------------------------
           Recommendation Banner Block
 ------------------------------------------------ */
.i-hpe-ja-ng26-lp-recommend-banner {
  background-color: var(--ngs-black);
  padding: 32px 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 100%;
  margin-bottom: 32px;
  margin-top: 32px;
}

/* Button Wrapper */
.i-hpe-ja-ng26-lp-recommend-btn-wrap {
  flex: 0 0 auto;
}

/* The Pill Button */
.i-hpe-ja-ng26-lp-recommend-btn {
  display: inline-block;
  background-color: var(--ngs-white);
  color: var(--ngs-black);
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
  padding: 16px 80px;
  border-radius: 50px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.i-hpe-ja-ng26-lp-recommend-btn:hover {
  background-color: var(--ngs-brand-sub);
  color: var(--ngs-white);
}

/* Icon Container */
.i-hpe-ja-ng26-lp-recommend-icon-wrap {
  flex: 0 0 120px; 
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.i-hpe-ja-ng26-lp-recommend-icon-wrap svg {
  max-width: 100%;
  max-height: 100%;
}


/* --------- SECURITY LAST ---------*/
.i-hpe-ja-ng26-lp-content-block {
  width: 100%;
  padding: 60px 120px;
  flex-direction: column;
  align-items: center;
  position: relative;
}

/* Subtitle */
.i-hpe-ja-ng26-lp-subtitle-bar h3 {
  max-width: 100%;
  height:auto;
  background-color: var(--ngs-white);
  color: var(--ngs-black);
  text-align: left;
  padding: 10px 10px;
}


