.sc-hero {
  position: relative;
  top: 233px;
  /* overflow: hidden; */
  background: #000;
  /* min-height: 820px; */
  /* display: flex; */
  height: 750px;
  align-items: center;
  isolation: isolate;
  font-family: Inter, Arial, Helvetica, sans-serif;
  /* background: linear-gradient(90deg,      rgba(0, 0, 0, .96) 0%,      rgba(0, 0, 0, .94) 18%,      rgba(0, 0, 0, .88) 35%,      rgba(0, 0, 0, .72) 50%,      rgba(0, 0, 0, .40) 65%,      rgba(0, 0, 0, .08) 82%,      rgba(0, 0, 0, 0) 100%), url(https://www.360energysolutions.net/images/data-centers-server-rooms-banner.png); */
  /* background-size: cover; */
  /* background-repeat: no-repeat; */
  /* background-position: center; */
/*  max-width: 1500px;*/
  margin: auto;
  margin-bottom: 233px;
}

.sc-hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
  height: 750px;
}

.sc-hero__media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sc-hero__media-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      rgba(0, 0, 0, .96) 0%,
      rgba(0, 0, 0, .94) 18%,
      rgba(0, 0, 0, .88) 35%,
      rgba(0, 0, 0, .72) 50%,
      rgba(0, 0, 0, .40) 65%,
      rgba(0, 0, 0, .08) 82%,
      rgba(0, 0, 0, 0) 100%);
}

.sc-hero__container {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 55px 90px 55px;
  position: relative;
  top: -175px;
  z-index: 5;
}

.sc-hero__content {
  max-width: 800px;
}

.sc-hero__eyebrow {
  margin: 0 0 18px;
  color: #f2b500;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1px;
}

.sc-hero__title {
  margin: 0;
  text-transform: uppercase;
  font-family: "oswald", sans-serif;
  font-weight: 800;
  line-height: 65px;
}

.sc-hero__title-line {
  display: block;
  color: #fff;
  font-size: clamp(56px, 7vw, 56px);
}

.sc-hero__title-line--accent {
  color: #f2b500;
}

.sc-hero__desc {
  margin: 34px 0 42px;
  max-width: 610px;
  color: #ffffff;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.65;
  font-weight: 400;
}

.sc-hero__actions {
  display: flex;
  gap: 22px;
  align-items: center;
  flex-wrap: wrap;
}

.sc-hero__btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 66px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  transition: .30s ease;
}

.sc-hero__btn::before {
  content: "";
  position: absolute;
  left: -120%;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .15);
  transform: skewX(-20deg);
  transition: .55s;
}

.sc-hero__btn:hover::before {
  left: 120%;
}

.sc-hero__btn:focus-visible {
  outline: 3px solid #f2b500;
  outline-offset: 3px;
}

.sc-hero__btn-icon {
  width: 30px;
  height: 30px;
  display: block;
  flex-shrink: 0;
  transition: .25s ease;
}

.sc-hero__btn--primary {
  background: #f2b500;
  color: #000;
  min-width: 355px;
  padding: 0 34px;
}

.sc-hero__btn--primary:hover {
  background: #ffc61f;
  transform: translateY(-2px);
}

.sc-hero__btn--primary:hover .sc-hero__btn-icon {
  transform: translateX(4px);
}

.sc-hero__btn--secondary {
  background: rgba(0, 0, 0, .72);
  border: 2px solid rgba(255, 255, 255, .22);
  color: #fff;
  min-width: 345px;
  padding: 0 32px;
}

.sc-hero__btn--secondary:hover {
  background: #111;
  border-color: #f2b500;
}

.sc-hero__btn--secondary:hover .sc-hero__btn-icon {
  transform: scale(1.08);
}

.sc-hero__features {
  list-style: none;
  margin: 55px 0 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.sc-hero__feature {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 20px;
  min-height: 74px;
  transition: .25s ease;
}

.sc-hero__feature:first-child {
  padding-left: 0;
}

.sc-hero__feature:last-child {
  padding-right: 0;
}

.sc-hero__feature:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 74px;
  background: rgba(255, 255, 255, .18);
  transform: translateY(-50%);
}

.sc-hero__feature:hover {
  transform: translateY(-4px);
}

.sc-hero__feature:hover .sc-hero__feature-icon {
  transform: scale(1.08);
}

.sc-hero__feature-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: block;
  transition: .25s ease;
}

.sc-hero__feature-text {
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: .4px;
  max-width: 150px;
}

.sc-hero img {
  user-select: none;
  -webkit-user-drag: none;
}

.sc-hero *,
.sc-hero *::before,
.sc-hero *::after {
  box-sizing: border-box;
}

@media (min-width: 1200px) {
  .sc-hero {
    /* min-height: 820px; */
  }

  .sc-hero__content {
    padding-top: 10px;
  }
}

@media (min-width: 1600px) {
  .sc-hero__container {
    max-width: 1500px;
  }

  .sc-hero__content {
    max-width: 800px;
  }
}

@media (max-width: 1400px) {
  .sc-hero__container {
    padding: 80px 45px;
  }

  .sc-hero__feature {
    padding: 0 22px;
  }
}

@media (max-width: 1199px) {
  .sc-hero {
    height: auto;
  }

  .sc-hero__container {
    padding: 70px 35px;
  }

  .sc-hero__content {
    max-width: 700px;
  }

  .sc-hero__actions {
    gap: 18px;
  }

  .sc-hero__btn {
    min-width: 300px;
    min-height: 60px;
    font-size: 16px;
  }

  .sc-hero__features {
    flex-wrap: wrap;
    row-gap: 30px;
    margin-top: 45px;
  }

  .sc-hero__feature {
    flex: 0 0 50%;
    padding-right: 30px;
    padding-left: 0;
  }

  .sc-hero__feature:nth-child(even) {
    padding-left: 30px;
    padding-right: 0;
  }

  .sc-hero__feature::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .sc-hero {
    text-align: center;
    flex-direction: column;
    margin-bottom: 0;
  }

  .sc-hero__container {
    padding: 60px 24px;
  }

  .sc-hero__content {
    max-width: 100%;
  }

  .sc-hero__eyebrow {
    font-size: 15px;
  }

  .sc-hero__title {
    line-height: 1.1;
  }

  .sc-hero__desc {
    margin: 28px auto 36px;
  }

  .sc-hero__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .sc-hero__btn {
    width: 100%;
    min-width: 100%;
  }

  .sc-hero__features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .sc-hero__feature {
    padding: 0;
    justify-content: center;
    text-align: left;
  }

  .sc-hero__feature-text {
    max-width: none;
  }
}

@media (max-width: 480px) {
  .sc-hero__container {
    padding: 0 18px 50px 18px;
    top: -190px;
  }

  .sc-hero__title-line {
    font-size: 44px;
  }

  .sc-hero__desc {
    font-size: 16px;
    line-height: 1.7;
  }

  .sc-hero__btn {
    min-height: 56px;
    font-size: 15px;
    padding: 0 18px;
  }

  .sc-hero__feature {
    gap: 14px;
    justify-content: start;
    padding-left: 0 !important;
  }

  .sc-hero__feature-icon {
    width: 42px;
    height: 42px;
  }

  .sc-hero__feature-text {
    font-size: 14px;
  }
}

.cs-grid-section {
  width: 100%;
  background-color: #0b0b0c;
  padding: 50px 0;
}

.cs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 2px;
  background-color: #fff;
  max-width: 1380px;
  margin: auto;
}

.cs-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #111113;
  overflow: hidden;
  isolation: isolate;
}

.cs-card__image-wrap {
  position: relative;
  width: 100%;
  padding-top: 101.5%;
  overflow: hidden;
}

.cs-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cs-card__image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 55%,
      rgba(0, 0, 0, 0.55) 80%,
      #0d0d0e 100%);
  pointer-events: none;
}

.cs-card__icon {
  position: relative;
  z-index: 2;
  width: 62px;
  height: 62px;
  margin: -31px auto 0;
  border-radius: 50%;
  background-color: #0d0d0e;
  border: 2px solid #f2a71e;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cs-card__icon img {
  width: 30px;
  height: 30px;
  display: block;
}

.cs-card__body {
  background-color: #0d0d0e;
  padding: 18px 28px 34px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.cs-card__title {
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.35;
  margin: 8px 0 12px;
}

.cs-card__desc {
  color: #b7b7b9;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 1100px) {
  .cs-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
}

@media (max-width: 560px) {
  .cs-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(8, 1fr);
  }

  .cs-card__body {
    padding: 18px 22px 28px;
  }
}

.wc-section {
  --wc-black: #000000;
  --wc-gold: #f5ab00;
  --wc-white: #f4f4f4;
  --wc-text-muted: rgba(244, 244, 244, 0.72);
  --wc-text-dim: rgba(244, 244, 244, 0.55);
  --wc-border-muted: rgba(244, 244, 244, 0.16);
  --wc-font-display: 'Oswald', 'Arial Narrow', Arial, sans-serif;
  --wc-font-body: 'Open Sans', Arial, sans-serif;
  --wc-media-width: 42%;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-color: var(--wc-black);
  color: var(--wc-white);
  font-family: var(--wc-font-body);
}

.wc-section,
.wc-section *,
.wc-section *::before,
.wc-section *::after {
  box-sizing: border-box;
}

.wc-section p {
  margin: 0;
}

.wc-container {
  max-width: 1380px;
  margin: auto;
}

.wc-top {
  position: relative;
  display: flex;
  align-items: stretch;
}

.wc-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: var(--wc-media-width);
  z-index: 0;
}

.wc-media-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 76% 30%;
}

.wc-media-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg,
      #000 0%,
      rgba(0, 0, 0, 0.7) 6%,
      rgba(0, 0, 0, 0.35) 14%,
      rgba(0, 0, 0, 0) 24%);
}

.wc-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: min(800px, calc(100% - var(--wc-media-width) + 1rem));
  padding: clamp(2rem, 4vw, 3rem) clamp(1.5rem, 4vw, 3.5rem) clamp(1.75rem, 3vw, 2.5rem);
}

.wc-eyebrow {
  font-family: var(--wc-font-display);
  font-weight: 600;
  font-size: clamp(0.8rem, 0.72rem + 0.35vw, 0.9375rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--wc-gold);
  margin-bottom: clamp(0.5rem, 1.2vw, 0.75rem);
}

.wc-title {
  margin: 0;
  font-family: var(--wc-font-display);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.05;
  color: var(--wc-white);
  font-size: clamp(1.9rem, 1.1rem + 3.6vw, 3.375rem);
}

.wc-title-line {
  display: block;
}

.wc-title-dot {
  color: var(--wc-gold);
}

.wc-desc {
  margin: 34px 0 42px !important;
  max-width: 610px;
  color: #ffffff;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.65;
  font-weight: 400;
}

.wc-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.25rem, 2vw, 1.75rem) clamp(0.75rem, 1.6vw, 1.25rem);
  margin-top: clamp(1.75rem, 3.4vw, 2.5rem);
  padding: 0;
  list-style: none;
}

.wc-feature {
  text-align: center;
}

.wc-feature-icon {
  width: clamp(3.25rem, 3rem + 1vw, 4rem);
  height: clamp(3.25rem, 3rem + 1vw, 4rem);
  margin: 0 auto clamp(0.5rem, 1.2vw, 0.75rem);
  display: block;
  border: 2px solid #f2a71e;
  border-radius: 30%;
  padding: 8px;
}

.wc-feature-title {
  font-family: var(--wc-font-display);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--wc-white);
  font-size: 21px;
  line-height: 1.3;
  letter-spacing: 0.01em;
}

.wc-feature-rule {
  width: 1.75rem;
  height: 2px;
  background-color: var(--wc-gold);
  margin: 0.5rem auto;
}

.wc-feature-desc {
  font-family: var(--wc-font-body);
  font-size: 15.5px;
  line-height: 1.5;
  color: var(--wc-text-dim);
}

.wc-rule {
  border: none;
  border-top: 1px solid var(--wc-border-muted);
  margin: clamp(1.5rem, 3vw, 2.25rem) 0;
}

.wc-info-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.25rem, 2.5vw, 2rem);
}

.wc-info-item {
  display: flex;
  align-items: flex-start;
  gap: clamp(0.75rem, 1.4vw, 1rem);
  padding-left: clamp(1.25rem, 2.5vw, 2rem);
  border-left: 1px solid var(--wc-border-muted);
}

.wc-info-item:first-child {
  padding-left: 0;
  border-left: none;
}

.wc-info-icon {
  width: clamp(2.5rem, 2.3rem + 0.6vw, 2.875rem);
  height: clamp(2.5rem, 2.3rem + 0.6vw, 2.875rem);
  flex-shrink: 0;
}

.wc-info-title {
  font-family: var(--wc-font-display);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--wc-white);
  font-size: clamp(0.85rem, 0.78rem + 0.28vw, 1rem);
  margin-bottom: 0.35rem;
}

.wc-info-desc {
  font-family: var(--wc-font-body);
  font-size: 15.5px;
  line-height: 1.55;
  color: var(--wc-text-dim);
}

.wc-bottom-bar {
  position: relative;
  z-index: 1;
  border-top: 2px solid var(--wc-gold);
  background-color: var(--wc-black);
  display: grid;
  grid-template-columns: 1.1fr 1fr 0.85fr;
  padding: clamp(1.1rem, 2vw, 1.5rem) clamp(1.5rem, 4vw, 3.5rem);
  gap: clamp(1.25rem, 2.5vw, 2rem);
}

.wc-bottom-item {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 1.4vw, 1.125rem);
  padding-left: clamp(1.25rem, 2.5vw, 2rem);
  border-left: 1px solid var(--wc-border-muted);
}

.wc-bottom-item:first-child {
  padding-left: 0;
  border-left: none;
}

.wc-bottom-icon {
  width: clamp(2.5rem, 2.3rem + 0.6vw, 2.875rem);
  height: clamp(2.5rem, 2.3rem + 0.6vw, 2.875rem);
  flex-shrink: 0;
}

.wc-bottom-title {
  font-family: var(--wc-font-display);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--wc-white);
  font-size: clamp(0.85rem, 0.78rem + 0.3vw, 1rem);
  line-height: 1.35;
}

.wc-bottom-title--accent {
  color: var(--wc-gold);
  display: block;
}

.wc-bottom-desc {
  font-family: var(--wc-font-body);
  font-size: clamp(0.75rem, 0.7rem + 0.2vw, 0.85rem);
  line-height: 1.5;
  color: var(--wc-text-dim);
  margin-top: 0.2rem;
}

.wc-bottom-phone {
  font-family: var(--wc-font-display);
  font-weight: 700;
  color: var(--wc-gold);
  font-size: clamp(1.25rem, 1rem + 1.1vw, 1.75rem);
  line-height: 1.15;
  white-space: nowrap;
}

@media (max-width: 1099.98px) {
  .wc-top {
    display: block;
  }

  .wc-media {
    position: relative;
    width: 100%;
    height: clamp(260px, 55vw, 420px);
  }

  .wc-media-overlay {
    background: linear-gradient(180deg,
        rgba(0, 0, 0, 0.15) 0%,
        rgba(0, 0, 0, 0.55) 70%,
        rgba(0, 0, 0, 0.92) 100%);
  }

  .wc-content {
    max-width: none;
  }

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

  .wc-info-row {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .wc-info-item:nth-child(2) {
    padding-left: 0;
    border-left: none;
    padding-top: 1.25rem;
    border-top: 1px solid var(--wc-border-muted);
  }

  .wc-bottom-bar {
    grid-template-columns: 1fr;
  }

  .wc-bottom-item {
    padding-left: 0;
    border-left: none;
    padding-top: 1rem;
    border-top: 1px solid var(--wc-border-muted);
  }

  .wc-bottom-item:first-child {
    padding-top: 0;
    border-top: none;
  }
}

@media (max-width: 575.98px) {
  .wc-features {
    grid-template-columns: 1fr;
    gap: 1.5rem 1rem;
  }

  .wc-bottom-phone {
    white-space: normal;
  }
  .sc-hero__media {
    position: unset;
    height: auto;
  }
  .sc-hero__media-img {
    position: relative;
    top: -234px;
  }
  .sc-hero__btn span {
      font-size: 12px;
  }
.sc-hero__media-overlay {
    background: linear-gradient(
358deg, rgba(0, 0, 0, .96) 0%, rgba(0, 0, 0, .94) 18%, rgba(0, 0, 0, .88) 35%, rgba(0, 0, 0, .72) 50%, rgba(0, 0, 0, .40) 65%, rgba(0, 0, 0, .12) 82%, rgba(0, 0, 0, 0) 100%);
}
.wc-section p{font-size:15px;color:#fff;}
}
