/* =============================================
   OM ENERGY — SOLUTIONS — STYLES
   ============================================= */

/* ---- UTILIDADES ---- */
.wf-img {
  background: #d8d8d8;
  border: 1.5px dashed #bbb;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
  font-size: 12px;
}
.btn-wf {
  display: inline-block;
  border: 1.5px solid #999;
  padding: 7px 16px;
  border-radius: 4px;
  font-size: 11px;
  color: #888;
  margin-right: 8px;
  margin-top: 8px;
  cursor: pointer;
  text-decoration: none;
}
.chip {
  display: inline-block;
  border: 1px solid #bbb;
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 11px;
  color: #888;
  margin-right: 8px;
  margin-top: 6px;
}
.h1 {
  font-size: 26px;
  font-weight: 500;
  color: #eee;
  line-height: 1.25;
  margin-bottom: 8px;
}
.h2 {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  margin-bottom: 6px;
}
.h3 {
  font-size: 12px;
  font-weight: 500;
  color: #666;
  margin-bottom: 4px;
}
.body-txt {
  font-size: 12px;
  color: #aaa;
  line-height: 1.7;
}
.label {
  font-size: 10px;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}

/* =============================================
   WRAPPER
   ============================================= */
.page-wrapper {
  max-width: 100%;
  width: 100%;
  margin: 0;
  background: #aaaaaa;
}

/* =============================================
   NAVBAR
   ============================================= */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100px;
  width: 100%;
  padding: 12px 24px;
  background: transparent;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar__logo {
  width: 100px;
  height: 80px;
  background-image: url("../assets/images/logos/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.navbar__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 10px 18px;
}
.navbar__link {
  height: 10px;
  border-radius: 2px;
}
.navbar__cta {
  height: auto;
  width: auto;
  color: #ffffff;
  font-size: 12px;
  border: none;
  background-color: #404742;
  padding: 8px 16px;
  transition: all 0.2s ease;
}
.navbar__cta:hover {
  background-color: #ffffff;
  color: #000000;
}

/* =============================================
   HERO
   ============================================= */
.hero {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: end;
  position: relative;
  overflow: hidden;
  background-image: url("../assets/images/hero-images/Solutions.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 100px;
}
.hero__bottom {
  height: auto;
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.hero__title {
  width: 80%;
  font-size: 48px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.2;
}
.hero__right {
  height: auto;
  width: 500px;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
}
.hero__sub {
  width: 100%;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 12px;
}
.hero__cta {
  height: auto;
  width: auto;
  color: #ffffff;
  font-size: 12px;
  border: none;
  background-color: #404742;
  padding: 8px 16px;
  transition: all 0.2s ease;
  text-decoration: none;
}
.hero__cta:hover {
  background-color: #ffffff;
  color: #000000;
}

/* =============================================
   OVERVIEW
   ============================================= */
.overview {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 100px 40px;
  gap: 60px;
}
.overview__info {
  height: auto;
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 40px;
}
.overview__title-icon {
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-shrink: 0;
}
.overview__icon {
  height: 24px;
  width: 24px;
}
.overview__title {
  font-size: 24px;
  color: #000000;
  white-space: nowrap;
}
.overview__subtitle {
  width: 50%;
  font-size: 32px;
  font-weight: 500;
  color: #000000;
  line-height: 1.2;
}
.overview__intro-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.overview__intro-text p {
  font-size: 18px;
  color: #000000;
  line-height: 1.7;
}

/* =============================================
   7 LAYERS
   ============================================= */
.layers {
  width: 100%;
  padding: 100px 40px;
  background-color: #aaaaaa;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.layers__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.layers__label {
  font-size: 14px;
  color: #404742;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.layers__title {
  font-size: 40px;
  font-weight: 500;
  color: #000000;
}
.layers__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
}
.layer-card {
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.layer-card--dark {
  background-color: #404742;
}
.layer-card--light {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
}
.layer-card--full {
  grid-column: 1 / -1;
}
.layer-card__num {
  font-size: 40px;
  font-weight: 500;
  color: #ffffff;
  opacity: 0.3;
}
.layer-card--light .layer-card__num {
  color: #404742;
}
.layer-card__title {
  font-size: 22px;
  color: #ffffff;
  font-weight: 500;
}
.layer-card--light .layer-card__title {
  color: #000000;
}
.layer-card__text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
}
.layer-card--light .layer-card__text {
  color: #444444;
}

/* =============================================
   IMAGE WIDE
   ============================================= */
.img-rest-1 {
  height: 800px;
  width: 100%;
  background-image: url("../assets/images/images-provided-omid/7.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* =============================================
   RISK MANAGEMENT
   ============================================= */
.risk-section {
  width: 100%;
  padding: 100px 40px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  background-color: #aaaaaa;
}
.risk-section__header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 800px;
}
.risk-section__label {
  font-size: 14px;
  color: #404742;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.risk-section__title {
  font-size: 40px;
  font-weight: 500;
  color: #000000;
}
.risk-section__intro {
  font-size: 18px;
  color: #333333;
  line-height: 1.7;
}
.risk-section__intro strong {
  color: #000000;
}
.risk-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2px;
}
.risk-card {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 1px solid #e0e0e0;
  background: #f9f9f9;
}
.risk-card--dark {
  background-color: #404742;
  border-color: #404742;
}
.risk-card__title {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}
.risk-card--dark .risk-card__title {
  color: #ffffff;
}
.risk-card__text {
  font-size: 15px;
  color: #444444;
  line-height: 1.6;
}
.risk-card--dark .risk-card__text {
  color: rgba(255, 255, 255, 0.8);
}
.risk-section__footer-text {
  max-width: 900px;
}
.risk-section__footer-text p {
  font-size: 18px;
  color: #333333;
  line-height: 1.7;
}
.risk-section__footer-text strong {
  color: #000000;
}

/* =============================================
   CENTRAL COORDINATION
   ============================================= */
.coordination {
  width: 100%;
  min-height: 400px;
  position: relative;
  background-image: url("../assets/images/solutions-images//cornfield-with-windmill\ 1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
}
.coordination__overlay {
  width: 100%;
  padding: 80px 40px;
  max-width: 65%;
}
.coordination__title {
  font-size: 40px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 24px;
}
.coordination__sub {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
}
.coordination__sub strong {
  color: #ffffff;
}

/* =============================================
   BENEFITS
   ============================================= */
.benefits {
  width: 100%;
  padding: 100px 40px;
  background-color: #aaaaaa;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.benefits__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.benefits__label {
  font-size: 14px;
  color: #404742;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.benefits__title {
  font-size: 40px;
  font-weight: 500;
  color: #000000;
}
.benefits__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.benefit-item {
  display: flex;
  align-items: start;
  gap: 16px;
  padding: 24px;
  background: #ffffff;
}
.benefit-item__icon {
  font-size: 20px;
  color: #404742;
  flex-shrink: 0;
  margin-top: 2px;
}
.benefit-item p {
  font-size: 17px;
  color: #000000;
  line-height: 1.6;
}
.benefits__closing {
  font-size: 20px;
  color: #000000;
  line-height: 1.7;
  max-width: 800px;
  font-style: italic;
}

/* =============================================
   KEY ADVANTAGE
   ============================================= */
.key-advantage {
  height: 500px;
  width: 100%;
  position: relative;
  background-image: url("../assets/images/images-provided-omid/advantage.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.key-advantage__overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 55%;
}
.key-advantage__title {
  font-size: 48px;
  font-weight: 500;
  color: #ddd;
  margin-bottom: 10px;
}
.key-advantage__sub {
  font-size: 24px;
  line-height: 29px;
  color: #fcfcfc;
  margin-bottom: 48px;
}
.key-advantage__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.key-chip {
  display: inline-block;
  border: 1px solid #ffffff;
  border-radius: 50px;
  padding: 4px 12px;
  font-size: 16px;
  font-weight: lighter;
  color: #ffffff;
}

/* =============================================
   CTA BANNER
   ============================================= */
.cta-banner {
  height: auto;
  min-height: 400px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  padding: 80px 40px;
}
.cta__title {
  width: 60%;
  font-size: 48px;
  color: #000000;
  text-align: center;
}
.cta__subtitle {
  width: 60%;
  font-size: 20px;
  color: #000000;
  text-align: center;
  line-height: 1.6;
}
.ctas {
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.cta__1 {
  font-size: 16px;
  color: white;
  padding: 12px 24px;
  background-color: #000000;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s ease;
}
.cta__1:hover {
  background-color: #404742;
}
.cta__2 {
  font-size: 16px;
  color: white;
  padding: 12px 24px;
  background-color: #404742;
  text-align: center;
  text-decoration: none;
}

/* =============================================
   FOOTER
   ============================================= */
.footer-split {
  height: 700px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-split__left {
  height: 100%;
  width: auto;
  background-color: #404742;
  padding: 40px 40px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.footer-split__right {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: flex-start;
  background-image: url("../assets/images/footer/footer-image.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 24px;
  padding-left: 40px;
}
.footer__info {
  height: auto;
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
}
.footer-split__cta-title {
  font-size: 48px;
  font-weight: 500;
  color: #ddd;
  margin-bottom: 6px;
}
.footer__title {
  font-size: 48px;
  color: #fffefe;
}
.footer__desc {
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
  margin-bottom: 24px;
}
.footer__nav {
  height: auto;
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.footer__contact {
  margin-bottom: 20px;
}
.footer__contact-label {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
.footer__contact-email {
  font-size: 14px;
  color: #ffffff;
  list-style: none;
  margin-bottom: 8px;
}
.footer__contact-note {
  font-size: 10px;
  color: #ffffff;
  margin-bottom: 8px;
}

/* Legal links */
.footer__legal {
  margin-bottom: 20px;
}
.footer__legal-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.footer__legal-links li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer__legal-links li a:hover {
  color: #ffffff;
}

.footer__bottom {
  height: auto;
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.footer__logo {
  height: 70px;
  width: auto;
}
.footer__copy {
  font-size: 10px;
  color: #ffffff;
}

.footer__sitemap-links {
  list-style: none;
  padding: 0;
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}

.footer__sitemap-links li a:hover {
  color: #ffffff;
}

/* =============================================
   RESPONSIVE — TABLET (≤ 1024px)
   ============================================= */
@media (max-width: 1024px) {
  .navbar {
    height: 70px;
    padding: 12px 24px;
  }
  .navbar__logo {
    width: 80px;
    height: 60px;
  }
  .navbar__links {
    gap: 12px;
  }

  .hero {
    padding: 40px 32px 80px;
  }
  .hero__title {
    font-size: 44px;
  }
  .hero__right {
    width: 380px;
  }
  .hero__sub {
    font-size: 18px;
  }

  .overview {
    padding: 80px 32px;
    gap: 48px;
  }
  .overview__subtitle {
    width: 58%;
    font-size: 26px;
  }
  .overview__intro-text p {
    font-size: 16px;
  }

  .layers {
    padding: 80px 32px;
  }
  .layers__title {
    font-size: 32px;
  }
  .layer-card {
    padding: 28px;
  }
  .layer-card__title {
    font-size: 18px;
  }
  .layer-card__text {
    font-size: 14px;
  }

  .img-rest-1 {
    height: 500px;
  }

  .risk-section {
    padding: 80px 32px;
  }
  .risk-section__title {
    font-size: 32px;
  }
  .risk-grid {
    grid-template-columns: 1fr 1fr;
  }

  .coordination__overlay {
    max-width: 80%;
    padding: 60px 32px;
  }
  .coordination__title {
    font-size: 32px;
  }
  .coordination__sub {
    font-size: 17px;
  }

  .benefits {
    padding: 80px 32px;
  }
  .benefits__title {
    font-size: 32px;
  }

  .key-advantage {
    height: auto;
    min-height: 400px;
  }
  .key-advantage__overlay {
    max-width: 70%;
    padding: 60px 32px;
  }
  .key-advantage__title {
    font-size: 38px;
  }
  .key-advantage__sub {
    font-size: 18px;
  }

  .cta-banner {
    padding: 80px 32px;
  }
  .cta__title {
    width: 80%;
    font-size: 36px;
  }
  .cta__subtitle {
    width: 80%;
    font-size: 17px;
  }

  .footer-split {
    height: auto;
    flex-direction: column;
  }
  .footer-split__left {
    width: 100%;
    padding: 48px 32px 32px;
  }
  .footer-split__right {
    width: 100%;
    height: 300px;
    padding: 32px;
  }
  .footer-split__cta-title {
    font-size: 36px;
  }
  .footer__title {
    font-size: 36px;
  }
  .footer__desc {
    font-size: 18px;
  }
}

/* =============================================
   RESPONSIVE — MOBILE (≤ 768px)
   ============================================= */
@media (max-width: 768px) {
  /* NAVBAR */
  .navbar {
    height: 64px;
    padding: 0 20px;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .navbar__logo {
    width: 70px;
    height: 54px;
  }
  .navbar__links {
    display: none;
    position: fixed;
    top: 64px;
    left: 0;
    width: 100%;
    height: calc(100vh - 64px);
    background: #1a1a1a;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    padding: 24px 20px;
    overflow-y: auto;
    z-index: 9998;
  }
  .navbar__links--open {
    display: flex;
  }
  .navbar__item {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .navbar__link {
    display: block;
    width: 100%;
    height: auto;
    color: #ffffff;
    font-size: 16px;
    padding: 16px 0;
    text-decoration: none;
  }
  .navbar__link--active {
    color: #a8c0a0;
  }
  .navbar__dropdown {
    position: static;
    transform: none !important;
    opacity: 1 !important;
    pointer-events: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.05);
    padding: 0 0 8px 16px;
    width: 100%;
    min-width: unset;
    display: none !important;
  }
  .navbar__dropdown--active {
    display: flex !important;
    pointer-events: all;
    transform: none !important;
  }
  .navbar__dropdown-label {
    color: #cccccc;
    font-size: 14px;
  }
  .navbar__dropdown-arrow {
    color: #cccccc;
  }
  .navbar__dropdown-row {
    padding: 10px 8px;
  }
  .navbar__cta {
    display: none;
  }
  .navbar__hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
    padding: 4px;
    background: none;
    border: none;
  }
  .navbar__hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 2px;
    transition: all 0.25s ease;
  }
  .navbar__hamburger--open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .navbar__hamburger--open span:nth-child(2) {
    opacity: 0;
  }
  .navbar__hamburger--open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  /* HERO */
  .hero {
    height: auto;
    min-height: 100vh;
    padding: 100px 20px 60px;
  }
  .hero__bottom {
    flex-direction: column;
    gap: 32px;
  }
  .hero__title {
    font-size: 32px;
    width: 100%;
  }
  .hero__right {
    width: 100%;
  }
  .hero__sub {
    font-size: 16px;
  }

  /* OVERVIEW */
  .overview {
    padding: 60px 20px;
    gap: 40px;
  }
  .overview__info {
    flex-direction: column;
    gap: 16px;
  }
  .overview__subtitle {
    width: 100%;
    font-size: 22px;
  }
  .overview__intro-text p {
    font-size: 15px;
  }

  /* LAYERS */
  .layers {
    padding: 60px 20px;
    gap: 40px;
  }
  .layers__title {
    font-size: 26px;
  }
  .layers__grid {
    grid-template-columns: 1fr;
  }
  .layer-card--full {
    grid-column: 1;
  }
  .layer-card {
    padding: 24px;
    gap: 16px;
  }
  .layer-card__num {
    font-size: 28px;
  }
  .layer-card__title {
    font-size: 17px;
  }
  .layer-card__text {
    font-size: 14px;
  }

  /* IMG */
  .img-rest-1 {
    height: 260px;
  }

  /* RISK */
  .risk-section {
    padding: 60px 20px;
    gap: 40px;
  }
  .risk-section__title {
    font-size: 26px;
  }
  .risk-section__intro {
    font-size: 15px;
  }
  .risk-grid {
    grid-template-columns: 1fr;
  }
  .risk-card {
    padding: 24px;
  }
  .risk-card__title {
    font-size: 16px;
  }
  .risk-card__text {
    font-size: 14px;
  }
  .risk-section__footer-text p {
    font-size: 15px;
  }

  /* COORDINATION */
  .coordination {
    min-height: auto;
  }
  .coordination__overlay {
    max-width: 100%;
    padding: 60px 20px;
  }
  .coordination__title {
    font-size: 26px;
  }
  .coordination__sub {
    font-size: 15px;
  }

  /* BENEFITS */
  .benefits {
    padding: 60px 20px;
    gap: 40px;
  }
  .benefits__title {
    font-size: 26px;
  }
  .benefits__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .benefit-item p {
    font-size: 15px;
  }
  .benefits__closing {
    font-size: 16px;
  }

  /* KEY ADVANTAGE */
  .key-advantage {
    height: auto;
    min-height: 360px;
  }
  .key-advantage__overlay {
    max-width: 100%;
    padding: 60px 20px;
    position: relative;
  }
  .key-advantage__title {
    font-size: 28px;
  }
  .key-advantage__sub {
    font-size: 16px;
    margin-bottom: 28px;
  }
  .key-chip {
    font-size: 13px;
    padding: 4px 10px;
  }

  /* CTA */
  .cta-banner {
    padding: 60px 20px;
  }
  .cta__title {
    width: 100%;
    font-size: 28px;
  }
  .cta__subtitle {
    width: 100%;
    font-size: 15px;
  }
  .ctas {
    flex-direction: column;
    width: 100%;
    align-items: stretch;
  }
  .cta__1,
  .cta__2 {
    text-align: center;
    width: 100%;
    font-size: 14px;
    padding: 12px;
  }

  /* FOOTER */
  .footer-split {
    height: auto;
    flex-direction: column;
  }
  .footer-split__left {
    width: 100%;
    padding: 48px 20px 32px;
  }
  .footer-split__right {
    width: 100%;
    height: 250px;
    padding: 24px 20px;
  }
  .footer-split__cta-title {
    font-size: 24px;
  }
  .footer__title {
    font-size: 24px;
  }
  .footer__desc {
    font-size: 14px;
  }
  .footer__nav {
    gap: 24px;
  }
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-top: 48px;
  }
  .footer__legal-links {
    gap: 8px;
  }
}
