:root {
  --purple1: #6c3ef4;
  --purple2: #3e1e8e;
  --purple3: #a084ee;
  --glass-bg: rgba(255,255,255,0.08);
  --glass-border: rgba(255,255,255,0.18);
  --white: #fff;
  --accent: #ffd600;
  --shadow: 0 8px 40px 0 #2a1a4a55;
}
html, body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  font-family: 'Inter', 'Montserrat', Arial, sans-serif;
  background: linear-gradient(120deg, #6c3ef4 0%, #4e2cb2 40%, #341e8a 100%);
  color: var(--white);
  box-sizing: border-box;
  position: relative;
  overflow-x: hidden;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 0;
  /* background: linear-gradient(120deg, #6c3ef4 0%, #3e1e8e 100%); */
  opacity: 0;
  pointer-events: none;
}
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

.kiko-header {
  width: 100vw;
  background: linear-gradient(90deg, #6c3ef4 0%, #3e1e8e 100%);
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  padding: 0;
}

.kiko-header-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 32px 0 32px;
  min-height: 64px;
}

.kiko-header-left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.kiko-logo-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border-radius: 8px;
  margin-right: 4px;
}
.kiko-logo-icon img{
  width: 70px;
  height: 46px;
  object-fit: contain;
}
.kiko-logo-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  line-height: 1.1;
}
.kiko-logo-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  color: #fff;
  letter-spacing: 0.5px;
}
.kiko-logo-sub {
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  color: #fff;
  opacity: 0.7;
  margin-top: 1px;
  letter-spacing: 0.2px;
}
.kiko-header-actions {
  display: flex;
  gap: 18px;
  align-items: center;
}
.kiko-header-login {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  color: #fff;
  border: 1.5px solid #fff;
  background: transparent;
  border-radius: 6px;
  padding: 7px 28px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border 0.2s;
  opacity: 0.85;
  box-sizing: border-box;
}
.kiko-header-login:hover {
  background: #fff;
  color: #6c3ef4;
  border-color: #fff;
  opacity: 1;
}
.kiko-hero-promo-home1 {
  width: 100vw;
  min-height: 520px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  overflow: hidden;
  height: 700px;
}
.kiko-hero-promo-home1::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10%;
  transform: translateX(-50%);
  width: 1200px;
  height: 600px;
  background: radial-gradient(ellipse at center, rgba(120,140,255,0.22) 0%, rgba(108,62,244,0.08) 60%, transparent 100%);
  filter: blur(8px);
  z-index: 1;
  pointer-events: none;
}
.kiko-hero-promo-home1::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  background:
    linear-gradient(110deg, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0.00) 60%),
    linear-gradient(-100deg, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0.00) 60%);
}
.kiko-hero-promo {
  width: 100vw;
  min-height: 520px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  overflow: hidden;
  height: 50vw;
}
.kiko-hero-promo::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10%;
  transform: translateX(-50%);
  width: 1200px;
  height: 600px;
  background: radial-gradient(ellipse at center, rgba(120,140,255,0.22) 0%, rgba(108,62,244,0.08) 60%, transparent 100%);
  filter: blur(8px);
  z-index: 1;
  pointer-events: none;
}
.kiko-hero-promo::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  background:
    linear-gradient(110deg, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0.00) 60%),
    linear-gradient(-100deg, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0.00) 60%);
}
.kiko-hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.kiko-hero-promo-inner-home1 {
  text-align: center;
  width: 100%;
  /*max-width: 900px;*/
  /*max-width: 1200px;*/
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  padding-top: 81px;
  z-index: 2;
  margin-right: 850px;
}
.kiko-hero-promo-inner {
  text-align: center;
  width: 100%;
  /*max-width: 900px;*/
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-top: 56px;
  z-index: 2;
}
.kiko-hero-promo-title {
  font-family: 'Montserrat', sans-serif;
  /*font-size: 4.2rem;*/
  font-size: 2.2rem;
  font-weight: 900;
  color: #fff;
  margin-bottom: 18px;
  text-transform: uppercase;
  text-shadow: 0 4px 32px #2a1a4a55;
}
.kiko-hero-promo-sub {
  font-family: 'Inter', sans-serif;
  font-size: 1.18rem;
  letter-spacing: 4px;
  color: #fff;
  opacity: 0.92;
  margin-bottom: 38px;
}
.kiko-hero-promo-illus-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
}
.kiko-hero-promo-btn {
  position: absolute;
  /*top: 24px;*/
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #3e1e8e;
  color: #fff;
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  border-radius: 8px;
  padding: 14px 44px;
  font-size: 1.1rem;
  cursor: pointer;
  box-shadow: 0 4px 32px #2a1a4a55;
  letter-spacing: 2px;
  transition: background 0.2s, color 0.2s;
  z-index: 2;
}
.kiko-hero-promo-btn:hover {
  background: #ffd600;
  color: #3e1e8e;
}
.client-logo-section .container{
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.client-logo-section .container h2{
  font-size: 2rem; 
  font-family: 'Montserrat', sans-serif; 
  font-weight: 700; 
  margin-bottom: 24px; 
  letter-spacing: 1px;
  margin-top: 0px;
  padding-top: 30px;
}

.about-kiko-section {
  width: 100vw;
  background: #341e8a;
  padding: 80px 0 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-kiko-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}
.about-kiko-left {
  flex: 1.2;
  min-width: 320px;
  max-width: 540px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.about-kiko-sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #bcb8d6;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 18px;
  text-align: left;
}
.about-kiko-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.2rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 24px;
  letter-spacing: 1px;
  text-align: left;
}
.about-kiko-desc {
  color: #fff;
  font-size: 1.15rem;
  font-family: 'Inter', sans-serif;
  margin-bottom: 18px;
  text-align: left;
  line-height: 1.5;
}
.about-kiko-mission {
  color: #fff;
  font-size: 1.05rem;
  font-family: 'Inter', sans-serif;
  margin-bottom: 28px;
  text-align: left;
  opacity: 0.85;
}
.about-kiko-btn {
  background: #3e1e8e;
  color: #fff;
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  border-radius: 8px;
  padding: 14px 38px;
  font-size: 1.1rem;
  cursor: pointer;
  letter-spacing: 1.5px;
  transition: background 0.2s, color 0.2s;
  margin-top: 8px;
  box-shadow: 0 4px 32px #2a1a4a55;
}
.about-kiko-btn:hover {
  background: #ffd600;
  color: #3e1e8e;
}
.about-kiko-right {
  flex: 1.1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 320px;
  max-width: 600px;
}
.about-kiko-img {
  width: 100%;
  max-width: 550px;
  height: auto;
  border-radius: 24px;
  background: transparent;
  display: block;
}
@media (max-width: 900px) {
  .about-kiko-container {
    flex-direction: column;
    gap: 28px;
    align-items: flex-start;
  }
  .about-kiko-title {
    font-size: 2rem;
  }
  .about-kiko-img {
    max-width: 220px;
  }
}
.cloud-process-section {
  width: 100vw;
  background: none;
  padding: 70px 0 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cloud-process-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 230px;
}
.cloud-process-sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #bcb8d6;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  /* margin-bottom: 18px; */
  margin-left: 10px;
  text-align: left;
}
.cloud-process-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: 1px;
  margin-left: 10px;
  text-align: left;
}
.cloud-process-steps {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 48px;
  width: 100%;
  max-width: 1100px;
}
.cloud-process-step {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  min-width: 160px;
  max-width: 260px;
  gap: 18px;
}
.cloud-process-step-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  box-shadow: 0 4px 24px 0 #2a1a4a22;
}
.step-icon-yellow svg rect { fill: #ffd600; }
.step-icon-purple svg rect { fill: #6c3ef4; }
.cloud-process-step-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.08rem;
  font-weight: 600;
  color: #fff;
  text-align: left;
  line-height: 1.4;
}
@media (max-width: 900px) {
  .cloud-process-steps {
    flex-direction: column;
    gap: 28px;
    align-items: center;
  }
  .cloud-process-title {
    font-size: 1.5rem;
  }
  .cloud-process-container {
    padding-left: 0;
  }
}
.why-choose-section {
  width: 100vw;
  background: none;
  padding: 80px 0 60px 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.why-choose-container {
  display: flex;
  gap: 48px;
  max-width: 1200px;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}
.why-choose-left,
    .why-choose-right {
      flex: 1;
      min-width: 320px;
      max-width: 500px;
      margin-left: 0;
      margin-right: 0;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }
    .why-choose-title {
      font-family: 'Montserrat', sans-serif;
      font-size: 3.6rem;
      font-weight: 800;
      color: #fff;
      line-height: 1.1;
      margin-bottom: 38px;
      margin-left: 15px;
    }
    .why-choose-features {
      display: flex;
      flex-direction: column;
      gap: 32px;
      width: 100%;
    }
    .why-choose-card {
      display: flex;
      align-items: flex-start;
      background: rgba(46,30,110,0.7);
      /* border: 1.5px solid #2e1e6e; */
      border-radius: 22px;
      padding: 28px 32px 28px 24px;
      gap: 18px;
      min-height: 90px;
      width: 100%;
    }
    .why-choose-icon-bg {
      width: 48px;
      height: 48px;
      border-radius: 12px;
      background: rgba(108,62,244,0.18);
      border: 1.5px solid #a084ee;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
    .why-choose-card-content {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
    }
    .why-choose-card-title {
      font-family: 'Montserrat', sans-serif;
      font-size: 1.18rem;
      font-weight: 700;
      color: #fff;
      margin-bottom: 6px;
      text-align: left;
    }
    .why-choose-card-desc {
      color: #fff;
      /* opacity: 1; */
      font-size: 1rem;
      font-family: 'Inter', sans-serif;
      text-align: left;
      line-height: 1.5;
    }
    .why-choose-right {
      flex: 2;
      min-width: 320px;
      max-width: 500px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }
    .why-choose-sub {
      color: #fff;
      /* opacity: 1; */
      font-size: 1.08rem;
      font-family: 'Inter', sans-serif;
      margin-bottom: 32px;
      position: relative;
      max-width: 480px;
      left: -150px;
    }
    .why-choose-underline {
      display: inline-block;
      width: 48px;
      height: 3px;
      background: linear-gradient(90deg, #ffd600 0%, #fffbe6 100%);
      border-radius: 2px;
      margin-left: 12px;
      vertical-align: middle;
      position: relative;
      top: 24px;
      right: 340px;
    }
    .cta-mining-section {
      width: 100vw;
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      padding: 90px 0 130px 0;
      background: none;
      position: relative;
      min-height: 340px;
    }
    .cta-mining-card {
      background: rgba(255,255,255,0.08);
      border-radius: 38px;
      box-shadow: 0 8px 40px 0 #2a1a4a22;
      padding: 15px 15px 15px 50px;
      max-width: 1000px;
      width: 100%;
      position: relative;
      z-index: 2;
      display: flex;
      align-items: center;
      min-height: 260px;
      flex-direction: row;
      justify-content: space-between;
      margin-left: 190px;
    }
    .cta-mining-heading {
      font-family: 'Montserrat', sans-serif;
      font-size: 3.5rem;
      font-weight: 800;
      color: #fff;
      line-height: 1.1;
      letter-spacing: 1px;
      text-align: left;
      flex: 1.1;
      margin-right: 36px;
    }
    .cta-mining-content {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      width: 100%;
      flex: 1.2;
    }
    .cta-mining-sub {
      color: #fff;
      font-size: 1.12rem;
      font-family: 'Inter', sans-serif;
      margin-bottom: 18px;
      max-width: 380px;
    }
    .cta-mining-underline {
      width: 100%;
      max-width: 340px;
      height: 3px;
      background: linear-gradient(90deg, #ffd600 0%, #fffbe6 100%);
      border-radius: 2px;
      margin-bottom: 10px;
    }
    .cta-mining-btn {
      background: #3e1e8e;
      color: #fff;
      border: none;
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      border-radius: 12px;
      padding: 10px 20px;
      font-size: 0.8rem;
      cursor: pointer;
      letter-spacing: 1px;
      transition: background 0.2s, color 0.2s;
      margin-top: 8px;
      box-shadow: 0 4px 32px #2a1a4a55;
    }
    .cta-mining-btn:hover {
      background: #ffd600;
      color: #3e1e8e;
    }
    .cta-mining-img-wrap {
      position: relative;
      z-index: 3;
      margin-left: -143px;
      margin-top: -101px;
      display: flex;
      align-items: flex-end;
      justify-content: flex-end;
      min-width: 320px;
      max-width: 500px;
      height: 100%;
      top: 135px;
      right: 140px;
    }
    .cta-mining-img {
      width: 100%;
      max-width: 340px;
      height: auto;
      border-radius: 24px;
      /* box-shadow: 0 8px 40px 0 #2a1a4a22; */
      background: transparent;
      display: block;
    }
    @media (max-width: 900px) {
      .cta-mining-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 32px 12px;
        min-height: unset;
      }
      .cta-mining-heading {
        font-size: 1.5rem;
        margin-right: 0;
        margin-bottom: 18px;
      }
      .cta-mining-content {
        flex: unset;
      }
      .cta-mining-img-wrap {
        margin-left: 0;
        max-width: 98vw;
        min-width: 0;
        margin-top: 18px;
      }
      .cta-mining-img {
        max-width: 180px;
      }
    }
    .tab-content {
      display: none;
    }
    .tab-content.active {
      display: block;
    }
    .offerings-nav-link.active {
      background: #fff !important;
      color: #3e1e8e !important;
    }
    .detailed-offerings-section {
      background: linear-gradient(90deg, #4e2cb2 0%, #341e8a 100%);
      padding: 80px 0 60px 0;
      color: #fff;
      font-family: 'Inter', 'Montserrat', Arial, sans-serif;
    }
    .detailed-offerings-section .container {
      max-width: 1200px;
      margin: 0 auto;
    }
    .detailed-offerings-section .offerings-nav {
      display: flex;
      gap: 24px;
      justify-content: center;
      margin-bottom: 48px;
    }
    .detailed-offerings-section .offerings-nav-link {
      background: #3e1e8e;
      color: #fff;
      border-radius: 24px;
      padding: 12px 32px;
      font-family: 'Montserrat',sans-serif;
      font-weight: 700;
      text-decoration: none;
      letter-spacing: 1px;
      transition: background 0.2s, color 0.2s;
      display: inline-block;
    }
    .detailed-offerings-section .offerings-nav-link:hover {
      background: #fff !important;
      color: #3e1e8e !important;
    }
    .detailed-offerings-section .offerings-section-block {
      margin-bottom: 64px;
      text-align: center;
    }
    .detailed-offerings-section .offerings-section-title {
      font-family: 'Montserrat',sans-serif;
      font-size: 2.4rem;
      font-weight: 800;
      color: #fff;
      margin-bottom: 18px;
    }
    .detailed-offerings-section .offerings-table-wrap {
      overflow-x: auto;
    }
    .detailed-offerings-section .offerings-table {
      width: 100%;
      border-collapse: separate;
      border-spacing: 0;
      background: rgba(255,255,255,0.07);
      border-radius: 18px;
      box-shadow: 0 8px 40px 0 #2a1a4a22;
      margin-bottom: 18px;
      color: #fff;
    }
    .detailed-offerings-section .offerings-table thead tr {
      background: rgba(108,62,244,0.18);
    }
    .detailed-offerings-section .offerings-table th {
      padding: 18px 12px;
      font-family: 'Montserrat',sans-serif;
      font-size: 1.1rem;
      color: #fff;
      font-weight: 700;
    }
    .detailed-offerings-section .offerings-table td {
      padding: 16px 12px;
      color: #fff;
    }
    .detailed-offerings-section .offerings-table-bold {
      font-weight: 600;
      color: #fff;
    }
     .detailed-offerings-section .offerings-table-bold a {
      font-weight: 600;
      color: #fff;
      text-decoration: none;
    }
    .detailed-offerings-section .offerings-table tbody tr {
      border-bottom: 1.5px solid #6c3ef4;
    }
    .detailed-offerings-section .specs-accordion {
      display: none;
      background: rgba(255,255,255,0.04);
      color: #fff;
    }
    .detailed-offerings-section .specs-accordion td {
      padding: 18px 32px;
      color: #fff;
    }
    .detailed-offerings-section .specs-accordion-btn {
      background: #fff;
      color: #3e1e8e;
      border: none;
      border-radius: 8px;
      padding: 6px 18px;
      font-weight: 700;
      cursor: pointer;
      font-family: 'Montserrat',sans-serif;
      transition: background 0.2s, color 0.2s;
    }
    .detailed-offerings-section .specs-accordion-btn:focus {
      outline: 2px solid #fff;
    }
    .detailed-offerings-section .cloud-packages-row {
      display: flex;
      flex-wrap: wrap;
      gap: 32px;
      justify-content: center;
      margin-bottom: 32px;
    }
    .detailed-offerings-section .cloud-package-card {
      background: rgba(255,255,255,0.07);
      border-radius: 18px;
      box-shadow: 0 8px 40px 0 #2a1a4a22;
      padding: 32px 28px;
      min-width: 220px;
      max-width: 300px;
      color: #fff;
      display: flex;
      flex-direction: column;
      align-items: center;      }
    .detailed-offerings-section .cloud-package-title {
      font-family: 'Montserrat',sans-serif;
      font-size: 1.2rem;
      font-weight: 700;
      color: #fff;
      margin-bottom: 8px;
    }
    .detailed-offerings-section .cloud-package-desc {
      font-size: 1.1rem;
      margin-bottom: 8px;
      color: #fff;
    }
    /* .detailed-offerings-section .capacity-meter-wrap {
      margin: 0 auto 32px auto;
      max-width: 500px;
    } */
    .detailed-offerings-section .capacity-meter-label {
      font-family: 'Montserrat',sans-serif;
      font-size: 1.1rem;
      color: #fff;
      margin-bottom: 8px;
    }
    .detailed-offerings-section .capacity-meter-bar-bg {
      background: rgba(255,255,255,0.13);
      border-radius: 12px;
      height: 28px;
      width: 100%;
      position: relative;
      overflow: hidden;
    }
    .detailed-offerings-section .capacity-meter-bar {
      background: linear-gradient(90deg,#fff 0%,#fff 100%);
      height: 100%;
      width: 70%;
      border-radius: 12px;
      transition: width 1s;
    }
    .detailed-offerings-section .capacity-meter-bar-label {
      position: absolute;
      left: 50%;
      top: 0;
      transform: translateX(-50%);
      color: #3e1e8e;
      font-weight: 700;
      font-family: 'Montserrat',sans-serif;
      line-height: 28px;
    }
    .detailed-offerings-section .dashboard-screenshot-wrap {
      text-align: center;
      margin-top: 32px;
    }
    .detailed-offerings-section .dashboard-screenshot-label {
      font-family: 'Montserrat',sans-serif;
      font-size: 1.1rem;
      color: #fff;
      margin-bottom: 12px;
    }
    .detailed-offerings-section .dashboard-screenshot-img {
      max-width: 480px;
      width: 100%;
      border-radius: 18px;
      box-shadow: 0 8px 40px 0 #2a1a4a22;
      border: 2px solid #fff;
    }
    .detailed-offerings-section .water-cooled-row {
      display: flex;
      flex-wrap: wrap;
      gap: 48px;
      align-items: center;
      justify-content: center;
    }
    .detailed-offerings-section .water-cooled-render {
      flex: 1;
      min-width: 260px;
      max-width: 400px;
      text-align: center;
    }
    .detailed-offerings-section .water-cooled-render-label {
      font-family: 'Montserrat',sans-serif;
      font-size: 1.1rem;
      color: #fff;
      margin-bottom: 12px;
    }
    .detailed-offerings-section .water-cooled-render-box {
      background: rgba(255,255,255,0.07);
      border-radius: 18px;
      height: 220px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 2rem;
      font-weight: 700;
    }
    .detailed-offerings-section .water-cooled-workflow {
      flex: 2;
      min-width: 320px;
      max-width: 600px;
    }
    .detailed-offerings-section .water-cooled-workflow-label {
      font-family: 'Montserrat',sans-serif;
      font-size: 1.1rem;
      color: #fff;
      margin-bottom: 12px;
    }
    .detailed-offerings-section .water-cooled-workflow-svg-wrap {
      margin-bottom: 24px;
    }
    .detailed-offerings-section .water-cooled-timeline {
      display: flex;
      gap: 32px;
      justify-content: space-between;
    }
    .detailed-offerings-section .water-cooled-timeline-step {
      flex: 1;
      text-align: center;
    }
    .detailed-offerings-section .water-cooled-timeline-title {
      font-family: 'Montserrat',sans-serif;
      font-weight: 700;
      color: #fff;
    }
    .detailed-offerings-section .water-cooled-timeline-desc {
      font-size: 1rem;
      color: #fff;
    }
    
    /*================ 9/1/2025 =========================*/
    .detailed-offerings-section .offerings-table-img {
      width: 120px;
      text-align: center;
    }
    .detailed-offerings-section .offerings-table-img img {
      max-width: 100px;
      max-height: 80px;
      object-fit: contain;
      border-radius: 8px;
    }
    /*===================== 9/1/2025 ==============================*/
    
    
    @media (max-width:900px) {
      .detailed-offerings-section .container { padding:0 8px; }
      .detailed-offerings-section .offerings-nav { flex-direction:column; gap:12px; }
      .detailed-offerings-section .cloud-package-card { min-width:160px; max-width:100%; }
      .detailed-offerings-section .cloud-packages-row,
      .detailed-offerings-section .water-cooled-row { flex-direction:column !important; gap:24px !important; }
    }
    .cloud-packages-flex {
      display: flex;
      gap: 48px;
      align-items: flex-start;
      justify-content: center;
    }
    .cloud-packages-left {
      flex: 1;
      min-width: 260px;
      max-width: 500px;
    }
    .cloud-packages-row {
      display: flex;
      flex-direction: column;
      gap: 32px;
    }
    .cloud-packages-right {
      flex: 1;
      min-width: 260px;
      max-width: 400px;
      display: flex;
      flex-direction: column;
      gap: 32px;
    }
    @media (max-width: 900px) {
      .cloud-packages-flex {
        flex-direction: column;
        gap: 24px;
      }
      .cloud-packages-row {
        flex-direction: row;
        gap: 16px;
        justify-content: center;
      }
      .cloud-packages-left, .cloud-packages-right {
        max-width: 100%;
        min-width: 0;
      }
    }
    .key-features-section {
      background: linear-gradient(90deg, #341e8a 0%, #4e2cb2 100%);
      color: #fff;
      padding: 60px 0;
      font-family: 'Inter', 'Montserrat', Arial, sans-serif;
    }
    .key-features-section .container {
      max-width: 900px;
      margin: 0 auto;
      text-align: center;
    }
    .key-features-section h2 {
      font-size: 2.2rem;
      font-family: 'Montserrat', sans-serif;
      font-weight: 800;
      margin-bottom: 28px;
      letter-spacing: 1px;
      /* margin-left: 200px; */
    }
    .key-features-section ul {
      list-style: none;
      padding: 0;
      margin: 0 auto;
      max-width: 1000px;
      text-align: left;
    }
    .key-features-section li {
      margin-bottom: 22px;
      font-size: 1.15rem;
      display: flex;
      align-items: flex-start;
      gap: 12px;
    }
    .key-features-section li span {
      font-size: 1.5rem;
      color: #a084ee;
    }

    .key-features-section {
      position: relative;
      overflow: hidden;
    }
    .key-features-bg-video {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      object-fit: cover;
      z-index: 0;
      opacity: 0.25; /* adjust for readability */
      pointer-events: none;
    }
    .key-features-container {
      position: relative;
      z-index: 1;
    }
    
    .key-features-title {
      text-align: center;
    }
    
    .two-column-list {
      columns: 2;
      -webkit-columns: 2;
      -moz-columns: 2;
      column-gap: 40px;
      list-style: none;
      padding: 0;
      margin: 0 auto;
      max-width: 700px;
    }
    .two-column-list li {
      break-inside: avoid;
      margin-bottom: 18px;
    }
    @media (max-width: 700px) {
      .two-column-list {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        max-width: 100%;
      }
    }

    .customer-case-studies-section {
      background: linear-gradient(90deg, #4e2cb2 0%, #341e8a 100%);
      color: #fff;
      padding: 60px 0;
      font-family: 'Inter', 'Montserrat', Arial, sans-serif;
    }
    .customer-case-studies-section .container {
      max-width: 900px;
      margin: 0 auto;
      text-align: center;
    }
    .customer-case-studies-section h2{
      font-size: 2.2rem; 
      font-family: 'Montserrat', sans-serif; 
      font-weight: 800; 
      margin-bottom: 50px; 
      letter-spacing: 1px;
      color: #fff;
    }
    .customer-case-studies-section .testimonials {
      display: flex;
      gap: 32px;
      justify-content: center;
      align-items: stretch;
      flex-wrap: wrap;
      max-width: 800px;
      margin: 0 auto;
    }
    .customer-case-studies-section .testimonial-card {
      background: rgba(255,255,255,0.09);
      border-radius: 18px;
      padding: 32px 28px 28px 28px;
      box-shadow: 0 4px 24px 0 #2a1a4a22;
      text-align: left;
      max-width: 360px;
      min-width: 260px;
      flex: 1 1 260px;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
    }
    .customer-case-studies-section .testimonial-quote {
      font-size: 2.5rem;
      color: #ffd600;
      position: absolute;
      top: 18px;
      left: 18px;
      opacity: 0.25;
      pointer-events: none;
    }
    .customer-case-studies-section .testimonial-text {
      font-size: 1.15rem;
      font-style: italic;
      margin-bottom: 18px;
      margin-top: 10px;
      z-index: 1;
    }
    .customer-case-studies-section .testimonial-author {
      font-weight: 700;
      color: #ffd600;
      z-index: 1;
    }
    @media (max-width: 900px) {
      .customer-case-studies-section .testimonials {
        flex-direction: column;
        gap: 24px;
        align-items: center;
      }
      .customer-case-studies-section .testimonial-card {
        max-width: 100%;
      }
    }
    .bottom-cta-section {
      background: linear-gradient(90deg, var(--purple1) 0%, var(--purple3) 100%);
      /*padding: 48px 0 32px 0;*/
      /*margin-top: 48px;*/
      padding-top: 48px;
    }
    .bottom-cta-inner {
      max-width: 540px;
      margin: 0 auto;
      background: var(--glass-bg);
      border-radius: 18px;
      box-shadow: var(--shadow);
      padding: 36px 28px;
      text-align: center;
      border: 1.5px solid var(--glass-border);
    }
    .bottom-cta-title {
      font-size: 2rem;
      font-family: 'Montserrat', sans-serif;
      font-weight: 800;
      margin-bottom: 18px;
      letter-spacing: 1px;
      color: var(--white);
    }
    .bottom-cta-form {
      display: flex;
      flex-direction: column;
      gap: 18px;
      /*margin-bottom: 18px;*/
    }
    .bottom-cta-form input,
    .bottom-cta-form select,
    .bottom-cta-form textarea {
      color: #3e1e8e;
      font-size: 1.08em;
      background: #fff;
    }

    .bottom-cta-form input::placeholder,
    .bottom-cta-form select,
    .bottom-cta-form textarea::placeholder {
      color: #7a6bb7;
      opacity: 1;
    }

    .bottom-cta-form input,
    .bottom-cta-form select,
    .bottom-cta-form textarea {
      border: 1px solid #e0d7fa;
      border-radius: 7px;
      padding: 12px 14px;
      margin-bottom: 18px;
      width: 100%;
      box-sizing: border-box;
    }

    .bottom-cta-form button[type="submit"] {
      color: #3e1e8e;
      font-weight: 700;
      font-size: 1.1em;
    }
    .bottom-cta-form button {
      background: var(--accent);
      color: var(--purple2);
      font-weight: 700;
      border: none;
      border-radius: 8px;
      padding: 14px;
      font-size: 1.1rem;
      cursor: pointer;
      font-family: 'Montserrat', sans-serif;
      box-shadow: var(--shadow);
      transition: background 0.2s, color 0.2s;
    }
    .bottom-cta-form button:hover {
      background: var(--white);
      color: var(--purple2);
    }
    .bottom-cta-whatsapp {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: #25d366;
      color: #fff;
      padding: 10px 18px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: 600;
      font-size: 1rem;
      margin-bottom: 18px;
      transition: background 0.2s;
    }
    .bottom-cta-whatsapp:hover {
      background: #1ebe5d;
    }
    .bottom-cta-whatsapp img {
      width: 22px;
      height: 22px;
      border-radius: 50%;
      background: #fff;
    }
    .bottom-cta-privacy {
      font-size: 0.98rem;
      color: var(--white);
      /*margin-top: 8px;*/
    }
    .bottom-cta-privacy span {
      font-size: 10px;
      font-weight: 600;
      color: #9a7cef;
    }
    .bottom-cta-inner-flex {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 40px;
      /* max-width: 900px; */
      max-width: 1100px;
      margin: 0 auto;
      /*padding: 40px 0;*/
    }
    
    .bottom-cta-img-wrap {
      flex: 1 1 0;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
    .bottom-cta-img {
      max-width: 520px;
      width: 100%;
      height: auto;
      border-radius: 16px;
      filter: drop-shadow(0 8px 32px rgba(62,30,142,0.18));
    }
    
    /* .bottom-cta-form-wrap {
      flex: 1 1 0;
      min-width: 320px;
    } */
    
    @media (max-width: 800px) {
      .bottom-cta-inner-flex {
        flex-direction: column;
        gap: 24px;
        padding: 24px 0;
      }
      .bottom-cta-img {
        max-width: 320px;
      }
    }
    
    .bottom-cta-form-wrap {
      flex: 1 1 0;
      min-width: 320px;
      background: #fff;
      padding: 32px 28px;
      border-radius: 14px;
      box-shadow: 0 2px 16px rgba(0,0,0,0.07);
    }
    
     /* Technical and Campaign Optimization Tips Section */
     .campaign-tips-section {
      position: relative;
      overflow: hidden;
      color: #fff;
      padding: 48px 0 32px 0;
      font-family: 'Inter', 'Montserrat', Arial, sans-serif;
    }
    .campaign-tips-bg-video {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      object-fit: cover;
      z-index: 0;
      opacity: 0.25; /* adjust for readability */
      pointer-events: none;
    }
    .campaign-tips-section .container {
      max-width: 900px;
      margin: 0 auto;
      text-align: center;
      position: relative;
      z-index: 1;
    }
    .campaign-tips-section h2 {
      font-size: 2rem;
      font-family: 'Montserrat', sans-serif;
      font-weight: 800;
      margin-bottom: 24px;
      letter-spacing: 1px;
    }
    .campaign-tips-section ul {
      columns: 2;
      -webkit-columns: 2;
      -moz-columns: 2;
      column-gap: 40px;
      padding-left: 0;
      margin: 0 0 24px 0;
      list-style: none;
      text-align: left;
    }
    .campaign-tips-section li {
      break-inside: avoid;
      margin-bottom: 18px;
      font-size: 1.08rem;
      list-style: none;
      color: #fff;
      opacity: 0.92;
      line-height: 1.6;
      text-align: left;
      display: flex;
      align-items: flex-start;
    }
    @media (max-width: 700px) {
      .campaign-tips-section ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        padding-left: 0;
      }
    }
        /* Footer Section */
        .footer-section {
          background: #320d93;
          color: #fff;
          padding: 56px 0 0 0;
          font-family: 'Inter', 'Montserrat', Arial, sans-serif;
          font-size: 1rem;
          letter-spacing: 0.1px;
        }
        .footer-divider {
          width: 100%;
          height: 1.5px;
          background: rgba(255,255,255,0.13);
          margin: 18px 0 0 0;
        }
        .footer-bottom-row {
          display: flex;
          justify-content: space-between;
          align-items: center;
          max-width: 1200px;
          margin: 0 auto;
          padding: 18px 32px 18px 32px;
          font-size: 0.98rem;
          opacity: 0.7;
        }
        .footer-bottom-links {
          display: flex;
          gap: 32px;
        }
        .footer-bottom-link {
          color: #fff;
          opacity: 0.85;
          text-decoration: none;
          transition: color 0.2s;
        }
        .footer-bottom-link:hover { color: #ffd600; opacity: 1; }


              /* Popup Modal Styles - Matching Page Design */
      .popup-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        backdrop-filter: blur(8px);
        z-index: 9999;
        display: none;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity 0.3s ease;
      }

      .popup-overlay.active {
        display: flex;
        opacity: 1;
      }

      .popup-modal {
        background: linear-gradient(135deg, #6c3ef4 0%, #4e2cb2 40%, #341e8a 100%);
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 18px;
        padding: 0;
        max-width: 520px;
        width: 90%;
        margin: 20px;
        position: relative;
        transform: scale(0.8) translateY(20px);
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        box-shadow: 0 8px 40px 0 #2a1a4a55;
        overflow: hidden;
      }

      .popup-overlay.active .popup-modal {
        transform: scale(1) translateY(0);
      }

      .popup-close {
        position: absolute;
        top: 20px;
        right: 20px;
        background: rgba(255, 255, 255, 0.08);
        border: 1.5px solid rgba(255, 255, 255, 0.18);
        color: #fff;
        font-size: 18px;
        cursor: pointer;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: all 0.3s ease;
        backdrop-filter: blur(10px);
        z-index: 10;
      }

      .popup-close:hover {
        background: rgba(255, 255, 255, 0.15);
        transform: scale(1.1);
        border-color: rgba(255, 255, 255, 0.3);
      }

      .popup-header {
        background: rgba(255, 255, 255, 0.08);
        padding: 40px 45px 30px 45px;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
      }

      .popup-title {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
        margin: 0;
        font-family: 'Montserrat', sans-serif;
        letter-spacing: 0.5px;
      }

      .popup-subtitle {
        color: rgba(255, 255, 255, 0.8);
        font-size: 16px;
        margin-top: 8px;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
      }

      .popup-form {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 40px 45px 45px 45px;
        background: transparent;
      }

      .popup-input-group {
        position: relative;
      }

      .popup-input {
        width: 100%;
        padding: 12px 16px;
        border: 1.5px solid rgba(255, 255, 255, 0.18);
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.08);
        color: #fff;
        font-size: 15px;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        transition: all 0.3s ease;
        backdrop-filter: blur(10px);
        box-sizing: border-box;
      }

      .popup-input::placeholder {
        color: rgba(255, 255, 255, 0.6);
        font-weight: 400;
      }

      .popup-input:focus {
        outline: none;
        border-color: rgba(255, 214, 0, 0.6);
        background: rgba(255, 255, 255, 0.12);
        box-shadow: 0 0 20px rgba(255, 214, 0, 0.2);
      }

      .popup-textarea {
        min-height: 100px;
        resize: vertical;
        line-height: 1.5;
      }

      .popup-submit-btn {
        background: linear-gradient(135deg, #ffd600 0%, #ffb800 100%);
        color: #000;
        border: none;
        padding: 16px 32px;
        border-radius: 10px;
        font-size: 15px;
        font-weight: 700;
        cursor: pointer;
        transition: all 0.3s ease;
        font-family: 'Montserrat', sans-serif;
        margin-top: 12px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        box-shadow: 0 8px 25px rgba(255, 214, 0, 0.3);
      }

      .popup-submit-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(255, 214, 0, 0.4);
      }

      .popup-submit-btn:active {
        transform: translateY(0);
      }

      /* Responsive Design */
      @media (max-width: 600px) {
        .popup-modal {
          margin: 15px;
          transform: scale(0.9) translateY(20px);
        }
        
        .popup-header {
          padding: 35px 25px 25px 25px;
        }
        
        .popup-title {
          font-size: 24px;
        }
        
        .popup-form {
          padding: 35px 25px 40px 25px;
          gap: 20px;
        }
        
        .popup-input {
          padding: 12px 16px;
          font-size: 14px;
        }
        
        .popup-submit-btn {
          padding: 16px 30px;
          font-size: 15px;
          margin-top: 12px;
        }
      }

/* Animation for Hero Image */
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

.kiko-hero-promo-img {
  animation: float 3s ease-in-out infinite;
}



@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

  /* Full Page Heading Animations */
  @keyframes slideInLeft {
    from {
      opacity: 0;
      transform: translateX(-50px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* All headings animation */
  h1, h2, .services-refimg-title, .about-kiko-title, .cloud-process-title, .why-choose-title, .cta-mining-heading {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.8s ease-out;
  }

  /* Animated state for headings */
  h1.animate, h2.animate, .services-refimg-title.animate, .about-kiko-title.animate, .cloud-process-title.animate, .why-choose-title.animate, .cta-mining-heading.animate {
    opacity: 1;
    transform: translateX(0);
  }

  /* Responsive animation timing */
  @media (max-width: 768px) {
    h1, h2, .services-refimg-title, .about-kiko-title, .cloud-process-title, .why-choose-title, .cta-mining-heading {
      animation-duration: 0.8s;
    }
  }
  
  
  
  
      .client-logo-slider-viewport {
          overflow: hidden;
          position: relative;
          width: 100%;
        }
        
        .client-logo-slider-track {
          display: flex;
          flex-wrap: nowrap;
          animation: scrollLeft 50s linear infinite;
          width: max-content;
        }
        
        .client-logo-slider-item {
          flex: 0 0 auto;
          margin: 0 30px;
        }
        
        .client-logo-slider-item img {
          height: 60px;
          object-fit: contain;
          filter: grayscale(1);
          opacity: 0.8;
        }
        
        /* Optional: fading edges */
        .slider-shadow.left,
        .slider-shadow.right {
          position: absolute;
          top: 0;
          bottom: 0;
          width: 60px;
          z-index: 2;
          pointer-events: none;
        }
        .slider-shadow.left {
          left: 0;
          background: linear-gradient(to right, #4a2aac, transparent);
        }
        .slider-shadow.right {
          right: 0;
          background: linear-gradient(to left, #382090, transparent);
        }
        
        @keyframes scrollLeft {
          0% {
            transform: translateX(0);
          }
          100% {
            transform: translateX(-50%);
          }
        }
        .client-logo-section{
            height: 160px;
            background: linear-gradient(90deg, #4e2cb2 0%, #341e8a 100%);
        }
        .tip-check {
            color: #a084ee;
            font-size: 1.3em;
            margin-right: 10px;
            min-width: 1.2em;
            display: inline-block;
            vertical-align: top;
          }
          .bottom-cta-title {
          color: #3e1e8e;
          font-weight: 800;
        }

