/* EWADC Enterprise Storage */
.ew-storage-page{
  --ew-green:#12c98b;
  --ew-green-dark:#079c6b;
  --ew-ink:#0b1110;
  --ew-muted:#60706b;
  --ew-line:#dce5e1;
  --ew-soft:#f4f7f6;
  overflow:hidden;
  background:#fff;
  color:var(--ew-ink);
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}

.ew-storage-page *,
.ew-storage-page *::before,
.ew-storage-page *::after{box-sizing:border-box}

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

.ew-storage-eyebrow{
  display:inline-block;
  color:var(--ew-green);
  font-size:12px;
  font-weight:800;
  letter-spacing:.13em;
  line-height:1.2;
}

.ew-storage-hero{
  position:relative;
  min-height:680px;
  background:#050908;
  color:#fff;
  isolation:isolate;
}

.ew-storage-hero__media{
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    linear-gradient(90deg,#050908 0%,#050908 34%,rgba(5,9,8,.84) 48%,rgba(5,9,8,.12) 72%),
    url("../images/storage-hero.webp") center/1600px 680px no-repeat;
}

.ew-storage-hero::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:radial-gradient(circle at 69% 48%,rgba(18,201,139,.13),transparent 34%);
  pointer-events:none;
}

.ew-storage-hero__inner{display:flex;align-items:center;min-height:680px;padding:80px 0}

.ew-storage-hero__copy{width:min(620px,58%)}

.ew-storage-hero h1{
  max-width:720px;
  margin:18px 0 22px;
  font-size:clamp(46px,6vw,76px);
  line-height:.98;
  letter-spacing:-.055em;
}

.ew-storage-hero p{
  max-width:610px;
  margin:0;
  color:rgba(255,255,255,.72);
  font-size:18px;
  line-height:1.65;
}

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

.ew-storage-btn{
  display:inline-flex;
  min-height:50px;
  align-items:center;
  justify-content:center;
  padding:0 24px;
  border:1px solid transparent;
  border-radius:9px;
  font-size:14px;
  font-weight:750;
  text-decoration:none;
  transition:.2s ease;
}

.ew-storage-btn:hover{transform:translateY(-2px)}
.ew-storage-btn--primary{background:var(--ew-green);color:#04110d}
.ew-storage-btn--primary:hover{background:#2bdba1}
.ew-storage-btn--ghost{border-color:rgba(255,255,255,.34);color:#fff;background:rgba(255,255,255,.03)}
.ew-storage-btn--dark{border-color:#192522;background:#101816;color:#fff}

.ew-storage-hero__trust{
  display:flex;
  flex-wrap:wrap;
  gap:12px 22px;
  margin-top:34px;
  color:rgba(255,255,255,.78);
  font-size:13px;
}

.ew-storage-hero__trust span::before{content:"✓";margin-right:8px;color:var(--ew-green);font-weight:900}

.ew-storage-metrics{position:relative;margin-top:-50px;z-index:3}

.ew-storage-metrics__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  overflow:hidden;
  border:1px solid rgba(255,255,255,.16);
  border-radius:18px;
  background:#0b1110;
  box-shadow:0 24px 70px rgba(0,0,0,.18);
  color:#fff;
}

.ew-storage-metrics article{padding:28px 30px;border-right:1px solid rgba(255,255,255,.1)}
.ew-storage-metrics article:last-child{border-right:0}
.ew-storage-metrics strong{display:block;font-size:25px;letter-spacing:-.03em}
.ew-storage-metrics span{display:block;margin-top:5px;color:rgba(255,255,255,.58);font-size:13px}

.ew-storage-section{padding:104px 0}
.ew-storage-section--plans{padding-top:126px;background:#fff}
.ew-storage-section--hardware{background:var(--ew-soft)}
.ew-storage-section--security{background:#fff}
.ew-storage-section--network{background:#f8faf9}
.ew-storage-section--platforms{padding:88px 0;background:#fff}
.ew-storage-section--usecases{background:var(--ew-soft)}

.ew-storage-heading{max-width:700px;margin-bottom:42px}
.ew-storage-heading--center{margin-right:auto;margin-left:auto;text-align:center}
.ew-storage-heading h2,
.ew-storage-feature h2,
.ew-storage-security h2,
.ew-storage-cta h2{
  margin:14px 0 16px;
  font-size:clamp(38px,4.8vw,58px);
  line-height:1.02;
  letter-spacing:-.05em;
}
.ew-storage-heading p,
.ew-storage-feature p,
.ew-storage-security p,
.ew-storage-cta p{
  margin:0;
  color:var(--ew-muted);
  font-size:17px;
  line-height:1.65;
}

.ew-storage-plans{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}

.ew-storage-plan{
  position:relative;
  display:flex;
  min-height:570px;
  flex-direction:column;
  padding:34px;
  border:1px solid var(--ew-line);
  border-radius:18px;
  background:#fff;
  box-shadow:0 18px 48px rgba(21,44,36,.055);
}

.ew-storage-plan--featured{
  border-color:rgba(18,201,139,.62);
  box-shadow:0 24px 65px rgba(18,201,139,.13);
  transform:translateY(-10px);
}

.ew-storage-plan__badge{
  position:absolute;
  top:0;
  right:26px;
  padding:8px 13px;
  border-radius:0 0 8px 8px;
  background:var(--ew-green);
  color:#052016;
  font-size:10px;
  font-weight:900;
  letter-spacing:.08em;
}

.ew-storage-plan__name{font-size:14px;font-weight:700;color:#56635f}
.ew-storage-plan h3{margin:12px 0 14px;font-size:48px;line-height:1;letter-spacing:-.055em}
.ew-storage-plan__price{display:flex;align-items:baseline;gap:8px;padding-bottom:27px;border-bottom:1px solid var(--ew-line)}
.ew-storage-plan__price strong{font-size:28px}
.ew-storage-plan__price span{font-size:13px;color:#73807c}

.ew-storage-plan ul{display:grid;gap:14px;margin:28px 0 34px;padding:0;list-style:none;color:#34413d;font-size:14px}
.ew-storage-plan li{position:relative;padding-left:23px}
.ew-storage-plan li::before{content:"✓";position:absolute;left:0;color:var(--ew-green-dark);font-weight:900}
.ew-storage-plan .ew-storage-btn{width:100%;margin-top:auto}

.ew-storage-feature{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(480px,1.08fr);
  align-items:center;
  gap:70px;
}

.ew-storage-feature--reverse{grid-template-columns:minmax(480px,1.08fr) minmax(0,.92fr)}
.ew-storage-feature--reverse .ew-storage-feature__copy{order:2}
.ew-storage-feature--reverse .ew-storage-feature__visual{order:1}

.ew-storage-feature__visual{
  overflow:hidden;
  min-height:410px;
  border-radius:22px;
  background:#08100e;
  box-shadow:0 24px 70px rgba(18,41,34,.12);
}

.ew-storage-feature__visual img{display:block;width:100%;height:100%;min-height:410px;object-fit:cover}
.ew-storage-feature__visual--hardware img{
  display:block;
  width:100%;
  height:100%;
  min-height:410px;
  object-fit:contain;
  object-position:center;
  background:#040807;
}
.ew-storage-feature__visual--fabric img{object-position:center}

.ew-storage-checkgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px 24px;margin-top:30px}
.ew-storage-checkgrid span{position:relative;padding-left:24px;font-size:14px;font-weight:650}
.ew-storage-checkgrid span::before{content:"✓";position:absolute;left:0;color:var(--ew-green-dark)}

.ew-storage-security{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(430px,.95fr);
  overflow:hidden;
  border:1px solid var(--ew-line);
  border-radius:24px;
  background:#0b1110;
  color:#fff;
}

.ew-storage-security__copy{padding:64px}
.ew-storage-security p{color:rgba(255,255,255,.65)}
.ew-storage-security__items{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:38px}
.ew-storage-security__items article{padding-top:18px;border-top:1px solid rgba(255,255,255,.13)}
.ew-storage-security__items strong{display:block;margin-bottom:7px;font-size:15px}
.ew-storage-security__items span{color:rgba(255,255,255,.55);font-size:13px;line-height:1.5}

.ew-storage-security__visual{
  min-height:590px;
  background:
    linear-gradient(90deg,#0b1110 0%,rgba(11,17,16,.68) 18%,transparent 50%),
    linear-gradient(0deg,rgba(11,17,16,.28),transparent 42%),
    url("../images/storage-security.webp") center/cover no-repeat;
}

.ew-storage-network-line{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:32px}
.ew-storage-network-line span{padding:10px 13px;border:1px solid var(--ew-line);border-radius:8px;background:#fff;font-size:12px;font-weight:800}
.ew-storage-network-line i{width:20px;height:1px;background:var(--ew-green);position:relative}
.ew-storage-network-line i::after{content:"";position:absolute;right:-1px;top:-3px;border:3px solid transparent;border-left-color:var(--ew-green)}

.ew-storage-platforms{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.ew-storage-platforms span{
  display:flex;
  min-height:78px;
  align-items:center;
  justify-content:center;
  padding:15px;
  border:1px solid var(--ew-line);
  border-radius:13px;
  background:#fff;
  font-size:14px;
  font-weight:800;
  text-align:center;
}

.ew-storage-usecases{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.ew-storage-usecases article{min-height:155px;padding:27px;border:1px solid #dde6e2;border-radius:16px;background:#fff}
.ew-storage-usecases strong{display:block;margin-bottom:10px;font-size:17px}
.ew-storage-usecases span{color:var(--ew-muted);font-size:14px;line-height:1.55}

.ew-storage-cta{padding:86px 0;background:#070b0a;color:#fff}
.ew-storage-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:40px}
.ew-storage-cta h2{margin-top:12px;font-size:clamp(38px,4.5vw,56px)}
.ew-storage-cta p{color:rgba(255,255,255,.6)}
.ew-storage-cta .ew-storage-actions{flex:0 0 auto;margin-top:0}

@media (max-width:1000px){
  .ew-storage-hero__media{inset:0 0 0 30%;opacity:.78}
  .ew-storage-hero__copy{width:72%}
  .ew-storage-metrics__grid{grid-template-columns:repeat(2,1fr)}
  .ew-storage-metrics article:nth-child(2){border-right:0}
  .ew-storage-metrics article:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.1)}
  .ew-storage-plans{grid-template-columns:1fr}
  .ew-storage-plan{min-height:0}
  .ew-storage-plan--featured{transform:none}
  .ew-storage-feature,
  .ew-storage-feature--reverse,
  .ew-storage-security{grid-template-columns:1fr}
  .ew-storage-feature--reverse .ew-storage-feature__copy,
  .ew-storage-feature--reverse .ew-storage-feature__visual{order:initial}
  .ew-storage-security__visual{min-height:420px}
  .ew-storage-platforms{grid-template-columns:repeat(2,1fr)}
  .ew-storage-usecases{grid-template-columns:repeat(2,1fr)}
}

@media (max-width:680px){
  .ew-storage-shell{width:min(100% - 28px,1180px)}
  .ew-storage-hero{min-height:760px}
  .ew-storage-hero__inner{min-height:760px;align-items:flex-end;padding:110px 0 70px}
  .ew-storage-hero__media{inset:0;opacity:.58;background-position:72% center;background-size:auto 100%}
  .ew-storage-hero::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(0deg,#050908 16%,rgba(5,9,8,.8) 60%,rgba(5,9,8,.32))}
  .ew-storage-hero__copy{width:100%}
  .ew-storage-hero h1{font-size:45px}
  .ew-storage-hero p{font-size:16px}
  .ew-storage-actions{display:grid;grid-template-columns:1fr;width:100%}
  .ew-storage-btn{width:100%}
  .ew-storage-metrics{margin-top:0;background:#0b1110}
  .ew-storage-metrics__grid{width:100%;grid-template-columns:1fr;border:0;border-radius:0;box-shadow:none}
  .ew-storage-metrics article{border-right:0;border-bottom:1px solid rgba(255,255,255,.1)!important}
  .ew-storage-section{padding:78px 0}
  .ew-storage-section--plans{padding-top:84px}
  .ew-storage-heading h2,
  .ew-storage-feature h2,
  .ew-storage-security h2{font-size:39px}
  .ew-storage-plan{padding:27px}
  .ew-storage-feature{gap:34px}
  .ew-storage-feature__visual,
  .ew-storage-feature__visual img{min-height:280px}
  .ew-storage-checkgrid{grid-template-columns:1fr}
  .ew-storage-security__copy{padding:34px 27px}
  .ew-storage-security__items{grid-template-columns:1fr}
  .ew-storage-security__visual{min-height:300px}
  .ew-storage-network-line i{display:none}
  .ew-storage-platforms{grid-template-columns:1fr 1fr}
  .ew-storage-usecases{grid-template-columns:1fr}
  .ew-storage-cta__inner{display:block}
  .ew-storage-cta .ew-storage-actions{margin-top:28px}
}

/* Storage visual refinements v2 */
.ew-storage-hero__media{
  background-position:center center;
  image-rendering:auto;
}
.ew-storage-feature__visual--hardware{
  background:#070b0a;
}
.ew-storage-feature__visual--hardware img{
  object-fit:cover;
  object-position:center;
}

/* Major image rebuild v3 */
.ew-storage-hero__media{
  inset:0;
  background:
    linear-gradient(90deg,#050908 0%,rgba(5,9,8,.98) 26%,rgba(5,9,8,.58) 52%,rgba(5,9,8,.08) 78%),
    linear-gradient(0deg,#050908 0%,transparent 25%),
    url("../images/storage-hero.webp") center/cover no-repeat;
}
.ew-storage-feature__visual--hardware{
  display:flex;align-items:center;justify-content:center;
  background:#050908;
}
.ew-storage-feature__visual--hardware img{
  width:100%;height:100%;min-height:410px;object-fit:contain;object-position:center;
}
.ew-storage-security__visual{
  background:
    linear-gradient(90deg,#0b1110 0%,rgba(11,17,16,.86) 17%,rgba(11,17,16,.18) 52%,transparent 72%),
    linear-gradient(0deg,rgba(11,17,16,.26),transparent 45%),
    url("../images/storage-security.webp") center/cover no-repeat;
}
@media(max-width:680px){
  .ew-storage-feature__visual--hardware img{min-height:280px;object-fit:contain}
  .ew-storage-hero__media{background-position:58% center}
}

/* Final Storage visual build v4 */
.ew-storage-feature__visual--hardware{background:#040807}
.ew-storage-feature__visual--hardware img{display:block;border:0}
@media (max-width:1000px){
  .ew-storage-hero__media{inset:0 0 0 22%;background-position:57% center}
}
@media (max-width:680px){
  .ew-storage-hero__media{inset:0;background-position:61% center;opacity:.72}
  .ew-storage-security__visual{background-position:61% center}
}

/* V5 final visual corrections */
.ew-storage-feature__visual--hardware{background:#040807}
@media (min-width:681px) and (max-width:1300px){
  .ew-storage-hero__media{background-size:cover;background-position:center}
}


/* V6 hardware image correction */
.ew-storage-feature__visual--hardware{
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:#040807;
}
.ew-storage-feature__visual--hardware img{
  display:block;
  width:100%;
  height:100%;
  min-height:410px;
  object-fit:contain;
  object-position:center;
  background:#040807;
  image-rendering:auto;
}
@media (max-width:680px){
  .ew-storage-feature__visual--hardware img{
    min-height:280px;
    object-fit:contain;
  }
}
