* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
}

/* ================= HEADER ================= */

/* ================= HEADER ================= */
.header {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 80px;
}

.header-inner {
  width: 90%;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  position: relative;
}

.logo {
  z-index: 1002;
}

.logo img {
  height: 80px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(255, 255, 255, 0.4));
}

.navbar {
  width: fit-content;
  max-width: 900px;
  padding: 10px 38px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 40px;
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.13);
}

.navbar a {
  text-decoration: none;
  color: #212121;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 22px;
  border-radius: 25px;
  transition: all 0.3s;
  white-space: nowrap;
}

.navbar a:hover {
  background: #E5E7EB;
}

.lang-btn {
  padding: 10px 22px;
  background: transparent;
  color: #4B5563;
  border: none;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  white-space: nowrap;
}

.lang-btn:hover {
  background: #E5E7EB;
}

/* Hamburger Menu */
.hamburger-menu {
  display: none;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  z-index: 1002;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.13);
}

.hamburger-menu i {
  font-size: 24px;
  color: #212121;
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mobile-menu {
  position: fixed;
  top: -10px;
  right: -300px;
  width: 280px;
  height: 100vh;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(20px);
  z-index: 1001;
  padding: 100px 30px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: right 0.4s ease;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
}

.mobile-menu a {
  text-decoration: none;
  color: #212121;
  font-size: 18px;
  font-weight: 500;
  padding: 12px 20px;
  border-radius: 12px;
  transition: all 0.3s;
}

.mobile-menu a:hover {
  background: #E5E7EB;
}

.mobile-menu .lang-btn {
  margin-top: 10px;
  width: 100%;
  text-align: center;
}

/* Responsive */
@media (max-width: 1024px) {
  .navbar {
    gap: 6px;
    padding: 10px 25px;
  }
  
  .navbar a {
    padding: 8px 14px;
    font-size: 14px;
  }
  
  .lang-btn {
    padding: 8px 14px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .header {
    top: 10px;
    height: 70px;
  }
  
  .header-inner {
    width: 95%;
    justify-content: space-between;
  }
  
  .logo img {
    height: 70px;
  }
  
  .navbar {
    display: none;
  }
  
  .hamburger-menu {
    display: flex;
  }
  
  .mobile-menu.active {
    right: 0;
  }
  
  .mobile-menu-overlay.active {
    display: block;
    opacity: 1;
  }
}

/* ================= END HEADER ================= */



/* ================= CONTENT ================= */

.white-section {
    background: linear-gradient(135deg, #ffffff 100%);
    padding: 55px 7%;
    margin: 0;
  }

  /* ================= HERO SERVICES ================= */
  .services-hero {
    background: linear-gradient(180deg, #2563EB 0%, #4F46E5 50%, #5B21B6 100%);
    padding: 110px 7% 120px;
    text-align: center;
    color: white;
    border: none !important;
    outline: none !important;
    margin-bottom: 0;
    box-shadow: none !important;
  }

  .services-hero h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 18px;
    letter-spacing: -0.5px;
    border: none !important;
    outline: none !important;
  }

  .services-hero p {
    font-size: 16px;
    opacity: 0.95;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
    border: none !important;
    outline: none !important;
  }

  /* ================= INTRO SECTION ================= */
  .services-intro {
    padding: 90px 7%;
    background: white;
    position: relative;
    overflow: hidden;
    border: none !important;
    outline: none !important;
    margin-top: 0;
    box-shadow: none !important;
  }

  /* Segitiga Blur Kiri */
  .triangle-left {
    position: absolute;
    width: 200px;
    height: 160px;
    left: -109px;
    top: 208px;
    background: linear-gradient(325.08deg, #205BE7 -15.34%, #8A38F5 70.07%);
    border-radius: 20px;
    transform: rotate(127deg);
    opacity: 0.7;
  }

  /* Segitiga Blur Kanan */
  .triangle-right {
    width: 200px;
    height: 160px;
    background: linear-gradient(325.08deg, #205BE7 -15.34%, #8A38F5 70.07%);
    border-radius: 20px;
    transform: rotate(52deg);
    position: absolute;
    top: 60px;
    right: -100px;
    opacity: 0.7;
  }

  .intro-container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    border: none !important;
    outline: none !important;
  }

  .intro-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
    justify-content: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    border: none !important;
    outline: none !important;
  }

  .intro-header-line {
    width: 65px;
    height: 3px;
    background: #4B5563;
    border: none !important;
  }

  .intro-header-text {
    font-size: 16px;
    color: #6B7280;
    font-weight: 400;
    line-height: 1.5;
  }

  .intro-content {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 55px;
    align-items: center;
    border: none !important;
    outline: none !important;
  }

  .intro-left {
    border: none !important;
    outline: none !important;
  }

  .intro-left h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.35;
    color: #111827;
    letter-spacing: -0.4px;
    text-align: right;
    padding-right: 15px;
    border: none !important;
    outline: none !important;
  }

  .intro-divider {
    width: 3px;
    height: 110px;
    background: #374151;
    border-radius: 2px;
    border: none !important;
  }

  .intro-right {
    border: none !important;
    outline: none !important;
  }

  .intro-right p {
    color: #6B7280;
    line-height: 1.75;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    padding-left: 15px;
    border: none !important;
    outline: none !important;
  }

  /* ================= IT SERVICES SECTION ================= */
  .it-services-section {
    padding: 90px 7% 100px;
    background: white;
    border: none !important;
    outline: none !important;
    margin-top: 0;
    box-shadow: none !important;
  }

  .services-header {
    text-align: center;
    margin-bottom: 60px;
    border: none !important;
    outline: none !important;
  }

  .services-header h2 {
    font-size: 34px;
    font-weight: 800;
    color: #1F2937;
    margin-bottom: 18px;
    letter-spacing: -0.6px;
    border: none !important;
    outline: none !important;
  }

  .services-header p {
    font-size: 15px;
    color: #9CA3AF;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.7;
    font-weight: 500;
    border: none !important;
    outline: none !important;
  }

  /* ================= SERVICE CARDS ================= */
.services-grid {
  display: flex;
  flex-direction: column;
  gap: 28px;
  max-width: 1200px;
  margin: 0 auto;
  border: none !important;
  outline: none !important;
}

.service-card {
  position: relative;
  height: 260px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
  cursor: pointer;
  border: none !important;
  outline: none !important;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  border: none !important;
  outline: none !important;
}

.service-card:hover img {
  transform: scale(1.08);
}

.service-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, 
    rgba(79, 70, 229, 0) 0%, 
    rgba(79, 70, 229, 0.4) 40%,
    rgba(79, 70, 229, 0.9) 100%
  );
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 50px 40px;
  color: white;
  border: none !important;
  outline: none !important;
}

.service-overlay h3 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.5px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
  border: none !important;
  outline: none !important;
  text-align: center;
}

  /* ================= RESPONSIVE BREAKPOINTS ================= */
  @media (max-width: 1200px) {
    .services-grid {
      grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
      gap: 25px;
    }
    
    .intro-content {
      gap: 40px;
    }
    
    .triangle-left {
      left: -120px;
    }
    
    .triangle-right {
      right: -110px;
    }
  }

  @media (max-width: 1024px) {
    .services-hero {
      padding: 100px 5% 110px;
    }
    
    .services-intro,
    .it-services-section {
      padding: 80px 5% 90px;
    }
    
    .intro-content {
      grid-template-columns: 1fr;
      gap: 35px;
    }
    
    .intro-divider {
      display: none;
    }
    
    .intro-left h2 {
      text-align: center;
      padding-right: 0;
      font-size: 30px;
    }
    
    .intro-right p {
      text-align: center;
      padding-left: 0;
      font-size: 15px;
    }
    
    .services-grid {
      grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
      gap: 22px;
    }
    
    .triangle-left,
    .triangle-right {
      opacity: 0.5;
    }
  }

  @media (max-width: 900px) {
    .services-grid {
      grid-template-columns: 1fr;
      max-width: 700px;
    }
    
    .service-card {
      height: 240px;
    }
    
    .service-overlay {
      padding: 40px 35px;
    }
    
    .service-overlay h3 {
      font-size: 26px;
    }
  }

  @media (max-width: 768px) {
    .services-hero {
      padding: 80px 5% 90px;
    }
    
    .services-hero h1 {
      font-size: 34px;
    }
    
    .services-hero p {
      font-size: 15px;
      padding: 0 10px;
    }
    
    .services-intro,
    .it-services-section {
      padding: 70px 5% 80px;
    }
    
    .intro-header {
      flex-direction: column;
      align-items: center;
      gap: 15px;
      margin-bottom: 40px;
    }
    
    .intro-header-line {
      width: 50px;
    }
    
    .intro-header-text {
      text-align: center;
      font-size: 15px;
    }
    
    .intro-left h2 {
      font-size: 26px;
      line-height: 1.3;
    }
    
    .services-header {
      margin-bottom: 50px;
    }
    
    .services-header h2 {
      font-size: 28px;
    }
    
    .services-header p {
      font-size: 14px;
      padding: 0 15px;
    }
    
    .service-card {
      height: 220px;
      border-radius: 18px;
    }
    
    .service-overlay {
      padding: 35px 30px;
    }
    
    .service-overlay h3 {
      font-size: 24px;
    }
    
    .triangle-left {
      width: 150px;
      height: 120px;
      left: -80px;
      top: 150px;
    }
    
    .triangle-right {
      width: 150px;
      height: 120px;
      right: -75px;
      top: 40px;
    }
  }

  @media (max-width: 600px) {
    .white-section {
      padding: 40px 5%;
    }
    
    .services-hero {
      padding: 70px 4% 80px;
    }
    
    .services-hero h1 {
      font-size: 30px;
    }
    
    .services-hero p {
      font-size: 14px;
      line-height: 1.5;
    }
    
    .services-intro,
    .it-services-section {
      padding: 60px 4% 70px;
    }
    
    .intro-header {
      margin-bottom: 35px;
    }
    
    .intro-left h2 {
      font-size: 24px;
    }
    
    .intro-right p {
      font-size: 14px;
      line-height: 1.7;
      text-align: left;
    }
    
    .services-header h2 {
      font-size: 26px;
    }
    
    .services-header p {
      font-size: 13px;
      line-height: 1.6;
    }
    
    .service-card {
      height: 200px;
      border-radius: 16px;
    }
    
    .service-overlay {
      padding: 30px 25px;
    }
    
    .service-overlay h3 {
      font-size: 22px;
    }
    
    .triangle-left,
    .triangle-right {
      display: none;
    }
  }

  @media (max-width: 480px) {
    .services-hero {
      padding: 60px 4% 70px;
    }
    
    .services-hero h1 {
      font-size: 28px;
    }
    
    .intro-left h2 {
      font-size: 22px;
    }
    
    .services-header h2 {
      font-size: 24px;
      margin-bottom: 15px;
    }
    
    .services-header p {
      font-size: 12.5px;
    }
    
    .service-card {
      height: 180px;
    }
    
    .service-overlay {
      padding: 25px 20px;
    }
    
    .service-overlay h3 {
      font-size: 20px;
    }
  }

  @media (max-width: 400px) {
    .services-hero h1 {
      font-size: 26px;
    }
    
    .intro-left h2 {
      font-size: 20px;
    }
    
    .services-header h2 {
      font-size: 22px;
    }
    
    .service-card {
      height: 160px;
    }
    
    .service-overlay h3 {
      font-size: 18px;
    }
  }

  /* Untuk layar yang sangat kecil (mobile landscape) */
  @media (max-height: 500px) and (orientation: landscape) {
    .services-hero {
      padding: 60px 5% 70px;
    }
    
    .service-card {
      height: 200px;
    }
  }

/* ================= END CONTENT ================= */


/* ================= FOOTER ================= */
footer {
  padding: 80px 7% 30px;
  background: #4532C8;
  color: white;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 60px;
  margin-bottom: 50px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.footer-brand-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 12px;
}

.footer-logo {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-brand-text h3 {
  font-size: 21.2px;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: -0.5px;
}

.footer-brand-text p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 1.8;
}

.footer-brand > p {
  font-size: 14.2px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 28px;
  margin-top: 8px;
}

.social-links {
  display: flex;
  gap: 14px;
}

.social-icon {
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-icon:hover {
  background: #6366F1;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(99, 102, 241, 0.4);
}

.social-icon svg {
  width: 20px;
  height: 20px;
  fill: white;
}

.footer-section h4 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 22px;
  letter-spacing: -0.3px;
}

.footer-section p {
  font-size: 14px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}

.footer-section a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s;
}

.footer-section a:hover {
  color: #6366F1;
}

.footer-bottom {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

/* ================= RESPONSIVE ================= */

@media (max-width: 1200px) {
  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 40px;
  }
}

@media (max-width: 992px) {
  .square-section {
    padding: 60px 5%;
  }
  
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }
}

@media (max-width: 768px) {

  .dci-logo img {
    height: 90px;
  }
 
  .square-section p {
    font-size: 16px;
    line-height: 1.6;
  }
  
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .footer-brand-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

@media (max-width: 576px) {
  .square-section {
    padding: 40px 15px;
  }
  
  .dci-logo img {
    height: 80px;
  }
  
  footer {
    padding: 50px 20px 30px;
  }
  
  .social-icon {
    width: 38px;
    height: 38px;
  }
}

