/* Reset dan Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.6;
  color: #333;
  background: #002f87;
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Navigation Styles */
.navbar {
  background: #002f87;
  /* position: fixed; */
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1000;
  padding: 1rem 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar-brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: white;
  font-weight: 700;
  font-size: 1.25rem;
}

.logo-placeholder {
  width: 48px;
  height: 48px;
  background: white;
  border-radius: 8px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.logo-placeholder::before {
  /* content: 'HR';
  color: #002f87;
  font-weight: bold;
  font-size: 14px; */
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 2rem;
}

.nav-link {
  color: white;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
  padding: 0.5rem 0;
}

.nav-link:hover {
  color: #ff9800;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.nav-toggle span {
  width: 25px;
  height: 3px;
  background: white;
  margin: 3px 0;
  transition: 0.3s;
  border-radius: 2px;
}

/* Hero Section */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 120px 0 60px;
  background: linear-gradient(135deg, #002f87 0%, #1a4fa0 100%);
  border: 2px solid #fff;
  border-radius: 32px;
  box-sizing: border-box;
  margin: 32px;
  padding: 120px 0 60px;
}

.hero-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.hero-text {
  color: white;
}

.hero-text h1 {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
}

.hero-text h2 {
  font-size: 2.5rem;
  font-weight: 300;
  letter-spacing: 4px;
  margin-bottom: 2rem;
}

.hero-text p {
  font-size: 1.25rem;
  font-weight: 500;
  opacity: 0.9;
}

.hero-logo {
  display: flex;
  justify-content: center;
}

.logo-circle {
  background: white;
  border-radius: 50%;
  padding: 2rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.hero-image-frame {
  width: 220px;
  height: 160px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,0.13);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image-relevan {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-image-placeholder {
  color: #888;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}

/* Section Styles */
section {
  padding: 80px 0;
}

.about {
  background: white;
}

.about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.about-text h3 {
  color: #002f87;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.about-text p {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 1.5rem;
}

.about-text .highlight {
  font-weight: 600;
  color: #333;
}

.about-image {
  text-align: center;
}

.about-image svg {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Tujuan Section */
.tujuan {
  background: white;
}

.tujuan-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.tujuan-text h2 {
  color: #002f87;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.tujuan-list {
  list-style: none;
}

.tujuan-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
}

.check-icon {
  width: 24px;
  height: 24px;
  margin-right: 1rem;
  margin-top: 2px;
  flex-shrink: 0;
  background: url('data:image/svg+xml;utf8,<svg fill="%23ff9800" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><circle cx="12" cy="12" r="12" fill="%23ff9800"/><path d="M17 8.5l-6.25 6.25L7 11" stroke="white" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center center/contain;
}

.tujuan-image {
  text-align: center;
}

.tujuan-image svg {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Fokus Bidang Section */
.fokus-bidang {
  background: #002f87;
  color: white;
  padding: 80px 0;
}

.fokus-bidang h2 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 3rem;
}

.bidang-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.5rem;
  max-width: 1100px;
  margin: 0 auto;
}

.bidang-card {
  background: rgba(255, 255, 255, 0.13);
  padding: 2.5rem 2rem;
  border-radius: 16px;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.08);
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bidang-header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.bidang-icon {
  width: 48px;
  height: 48px;
  margin-right: 1rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: white;
}

.bidang-hrd {
  background: #ff9800;
}

.bidang-k3 {
  background: #4caf50;
}

.bidang-icon::before {
  content: attr(data-icon);
}

.bidang-hrd::before {
  content: 'HR';
}

.bidang-k3::before {
  content: 'K3';
}

.bidang-card h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.bidang-card p {
  opacity: 0.9;
  line-height: 1.6;
}

/* Layanan dan Produk Section */
.layanan-produk {
  background: white;
}

.layanan-title {
  background: #002f87;
  color: white;
  text-align: center;
  padding: 2rem 0;
}

.layanan-title h2 {
  font-size: 2.2rem;
  font-weight: 700;
}

.layanan-container {
  max-width: 1200px;
  margin: 0 auto;
}

.layanan-content {
  display: block;
  min-height: 500px;
}

.layanan-image {
  background: #f8f9fa;
}

.layanan-image svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.layanan-list {
  padding: 3rem;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.layanan-item {
  margin-bottom: 2rem;
}

.layanan-item:last-child {
  margin-bottom: 0;
}

.layanan-judul {
  color: #ff9800;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1.5rem;
}

.layanan-judul::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 1rem;
  height: 0.5rem;
  background: #ff9800;
  border-radius: 2px;
}

.layanan-deskripsi {
  color: #002f87;
  font-size: 1rem;
  line-height: 1.6;
}

/* Layanan Kami Section */
.layanan-kami {
  background: #f8f9fa;
  padding: 80px 0;
}

.layanan-kami h2 {
  text-align: center;
  color: #002f87;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 3rem;
}

.layanan-kami-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.layanan-card {
  background: white;
  padding: 2.5rem 2rem;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e9ecef;
}

.layanan-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.layanan-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.layanan-card h4 {
  color: #002f87;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.layanan-card p {
  color: #666;
  line-height: 1.6;
  font-size: 1rem;
}

/* Visi Misi Section */
.visi-misi {
  background: #002f87; /* Keep existing background */
  color: white;
  padding: 80px 0; /* Add padding like other sections */
}

.visi-misi h2 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 3rem;
}

.visi-misi-content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  max-width: 1000px;
  margin: 0 auto;
}

.visi-misi-card {
  background: rgba(255, 255, 255, 0.05); /* Slightly more subtle than before */
  padding: 2.5rem 2rem; /* Consistent padding */
  border-radius: 16px; /* Rounded corners */
  border: 1px solid rgba(255, 255, 255, 0.2); /* Subtle border */
  backdrop-filter: blur(8px); /* Keep blur effect */
  display: flex; /* Use flex for icon and content alignment */
  flex-direction: column; /* Stack icon and content vertically */
  align-items: center; /* Center items horizontally */
  text-align: center; /* Center text */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.visi-misi-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.visi-misi-icon-container {
  margin-bottom: 1.5rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  padding: 1rem;
  display: inline-flex; /* To make padding and border-radius work well */
  align-items: center;
  justify-content: center;
}

.visi-misi-icon-container svg {
  width: 48px; /* Adjust size as needed */
  height: 48px; /* Adjust size as needed */
  fill: #ff9800; /* Icon color */
}

.visi-misi-card h3 { /* Changed from h4 to h3 to match HTML */
  font-size: 1.75rem; /* Slightly larger title */
  font-weight: 600;
  margin-bottom: 1rem;
  color: #ff9800; /* Title color */
}

.visi-misi-card p,
.visi-misi-card ul {
  opacity: 0.9;
  line-height: 1.7; /* Improved line height */
  font-size: 1rem; /* Standard text size */
  color: #f0f0f0; /* Lighter text color for better contrast on dark blue */
  max-width: 100%; /* Ensure text doesn't overflow card */
}

.visi-misi-card ul {
  list-style: none;
  padding-left: 0;
}

.visi-misi-card ul li {
  position: relative;
  padding-left: 2.2em;
  margin-bottom: 0.7em;
}

.visi-misi-card ul li::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 1.4em;
  height: 1.4em;
  background: #4caf50;
  border-radius: 50%;
  text-align: center;
  line-height: 1.4em;
  font-size: 1em;
  color: #fff;
  font-weight: bold;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

.visi-misi-card ul li::after {
  content: '\2713';
  position: absolute;
  left: 0.35em;
  top: 0.15em;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
}

/* Responsive adjustments for Visi Misi cards */
@media (max-width: 768px) {
  .visi-misi-content-wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .visi-misi-card {
    padding: 2rem 1.5rem;
  }
  .visi-misi-card h3 {
    font-size: 1.5rem;
  }
  .visi-misi-card p,
  .visi-misi-card ul {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .visi-misi-card h3 {
    font-size: 1.3rem;
  }
  .visi-misi-card p,
  .visi-misi-card ul {
    font-size: 0.9rem;
  }
  .visi-misi-icon-container svg {
    width: 40px;
    height: 40px;
  }
}

/* Contact Section */
.contact {
  background: #f8f9fa;
  padding: 80px 0;
}

.contact h2 {
  text-align: center;
  color: #002f87;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 3rem;
}

.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 4rem;
}

.contact-item {
  display: flex;
  align-items: center;
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.contact-item:hover {
  transform: translateY(-5px);
}

.contact-icon {
  background: #002f87;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
  flex-shrink: 0;
}

.contact-details h4 {
  color: #002f87;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.contact-details p {
  color: #666;
  margin: 0;
  line-height: 1.5;
}

.contact-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.contact-form-section h3,
.map-section h3 {
  color: #002f87;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.contact-form {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}

.form-group {
  margin-bottom: 1rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
  font-family: 'Inter', sans-serif;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #002f87;
}

.submit-btn {
  background: #002f87;
  color: white;
  padding: 12px 30px;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
}

.submit-btn:hover {
  background: #001f5f;
}

.map-container {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  height: 300px;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Partner Section */
.partner {
  background: #002f87;
  padding: 80px 0;
}

.partner h2 {
  text-align: center;
  color: white;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 3rem;
}

.partner-carousel-wrapper {
  overflow-x: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0;
}

.partner-carousel {
  display: flex;
  gap: 48px;
  transition: scroll-left 0.5s;
  scroll-behavior: smooth;
  overflow-x: auto;
  scrollbar-width: none;
}

.partner-carousel::-webkit-scrollbar {
  display: none;
}

.partner-item {
  flex: 0 0 auto;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-logo {
  transition: transform 0.3s ease;
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.2));
}

.partner-logo:hover {
  transform: scale(1.05);
}

/* Pengurus Section */
.pengurus {
  background: #f8f9fa;
  padding: 80px 0;
}

.pengurus h2 {
  text-align: center;
  color: #002f87;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 3rem;
}

.pengurus-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.pengurus-card {
  background: white;
  padding: 2.5rem 2rem;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e9ecef;
}

.pengurus-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.pengurus-avatar {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.pengurus-card h4 {
  color: #002f87;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.pengurus-card .position {
  color: #ff9800;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.pengurus-card .description {
  color: #666;
  line-height: 1.6;
  font-size: 0.95rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  .nav-menu {
    position: fixed;
    top: 80px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 80px);
    background: #002f87;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 2rem;
    transition: left 0.3s ease;
  }

  .nav-menu.active {
    left: 0;
  }

  .nav-toggle {
    display: flex;
  }

  .nav-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .nav-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
  }

  .hero-content {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 2rem;
  }

  .hero-text h1 {
    font-size: 2.5rem;
  }

  .hero-text h2 {
    font-size: 1.8rem;
  }

  .about-content,
  .tujuan-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .tujuan-content {
    grid-template-columns: 1fr;
  }

  .tujuan-image {
    order: -1;
  }

  .layanan-content {
    grid-template-columns: 1fr;
  }

  .layanan-list {
    padding: 2rem 1rem;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .container {
    padding: 0 15px;
  }

  section {
    padding: 60px 0;
  }

  .bidang-cards {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .bidang-card {
    padding: 1.5rem 1rem;
  }
}

@media (max-width: 480px) {
  .hero-text h1 {
    font-size: 2rem;
  }

  .hero-text h2 {
    font-size: 1.5rem;
  }

  .hero-text p {
    font-size: 1rem;
  }

  .about-text h3,
  .tujuan-text h2,
  .layanan-title h2,
  .visi-misi h2,
  .contact h2 {
    font-size: 1.8rem;
  }

  .layanan-list {
    padding: 1.5rem 0.5rem;
  }

  .contact-info {
    grid-template-columns: 1fr;
  }

  /* Layanan Kami Responsive */
  .layanan-kami {
    padding: 60px 0;
  }

  .layanan-kami h2 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }

  .layanan-kami-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .layanan-card {
    padding: 2rem 1.5rem;
  }

  .layanan-card h4 {
    font-size: 1.1rem;
  }

  .layanan-card p {
    font-size: 0.95rem;
  }

  /* Contact Responsive */
  .contact {
    padding: 60px 0;
  }

  .contact h2 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }

  .contact-info-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 3rem;
  }

  .contact-item {
    padding: 1.5rem;
  }

  .contact-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .map-container {
    height: 250px;
  }

  /* Partner Responsive */
  .partner {
    padding: 60px 0;
  }

  .partner h2 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }

  .partner-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  /* Pengurus Responsive */
  .pengurus {
    padding: 60px 0;
  }

  .pengurus h2 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }

  .pengurus-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .pengurus-card {
    padding: 2rem 1.5rem;
  }

  .pengurus-card h4 {
    font-size: 1.1rem;
  }

  .pengurus-card .description {
    font-size: 0.9rem;
  }
}

/* Performance Optimizations */
.hero-logo svg,
.about-image svg,
.tujuan-image svg,
.layanan-image svg {
  will-change: transform;
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Focus styles for accessibility */
.nav-link:focus,
.btn:focus,
.form-control:focus {
  outline: 2px solid #ff9800;
  outline-offset: 2px;
}

/* Layanan Icon Hover Effects */
.jaringan-icon:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(76, 175, 80, 0.3);
}

.diskusi-icon:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(156, 39, 176, 0.3);
}

.informasi-icon:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(244, 67, 54, 0.3);
}

.edukasi-icon:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(96, 125, 139, 0.3);
}

/* Print styles */
@media print {
  .navbar,
  .nav-toggle {
    display: none;
  }
  
  .hero {
    min-height: auto;
    padding: 2rem 0;
  }
  
  section {
    padding: 1rem 0;
    page-break-inside: avoid;
  }
}

@media (max-width: 900px) {
  .hero-content {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 2rem;
  }
  .hero-logo {
    flex-direction: row !important;
    justify-content: center;
    gap: 2rem;
  }
  .hero-image-frame {
    width: 160px;
    height: 120px;
  }
  .hero {
    margin: 12px;
    border-radius: 18px;
    padding: 80px 0 40px;
  }
}

.hero-modern {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0a3a8c 0%, #1a4fa0 100%);
  overflow: hidden;
  padding: 0;
}
.hero-modern-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: repeating-linear-gradient(0deg, rgba(255,255,255,0.04) 0 1px, transparent 1px 40px),
              repeating-linear-gradient(90deg, rgba(255,255,255,0.04) 0 1px, transparent 1px 40px);
}
.hero-modern-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  padding: 60px 40px;
  gap: 48px;
}
.hero-modern-left {
  flex: 1 1 0;
  max-width: 520px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.hero-modern-badge {
  background: rgba(255,255,255,0.12);
  color: #fff;
  border-radius: 999px;
  padding: 0.4rem 1.2rem;
  font-size: 1rem;
  display: inline-block;
  margin-bottom: 1.2rem;
}
.hero-modern-link {
  color: #ffb300;
  text-decoration: underline;
  margin-left: 0.5rem;
  font-weight: 500;
}
.hero-modern-title {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1.2rem;
}
.hero-modern-subtitle {
  font-size: 1.25rem;
  color: #e0e7ff;
  margin-bottom: 2rem;
  font-weight: 400;
}
.hero-modern-form {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.hero-modern-input {
  flex: 1 1 0;
  padding: 0.9rem 1.2rem;
  border-radius: 999px;
  border: none;
  font-size: 1rem;
  outline: none;
  background: #fff;
  color: #002f87;
}
.hero-modern-btn {
  background: #ffb300;
  color: #002f87;
  border: none;
  border-radius: 999px;
  padding: 0 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
}
.hero-modern-btn:hover {
  background: #ffd54f;
}
.hero-modern-reviews {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.hero-modern-avatars img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -10px;
  background: #eee;
  object-fit: cover;
}
.hero-modern-avatars img:first-child {
  margin-left: 0;
}
.hero-modern-stars {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
}
.hero-modern-stars span {
  color: #e0e7ff;
  font-size: 0.95rem;
  font-weight: 400;
  margin-left: 0.4rem;
}
.hero-modern-right {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
}
.hero-modern-person {
  position: relative;
  width: 340px;
  height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-modern-person img {
  width: 320px;
  height: 400px;
  border-radius: 50% 50% 48% 52% / 55% 45% 55% 45%;
  object-fit: cover;
  background: #fff;
  box-shadow: 0 8px 32px rgba(0,0,0,0.13);
}
.hero-modern-ui-card {
  position: absolute;
  background: #fff;
  color: #002f87;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  padding: 1.1rem 1.5rem 1.1rem 1.2rem;
  min-width: 170px;
  max-width: 210px;
  font-size: 1rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.hero-modern-ui-card1 {
  left: -60px;
  top: 30px;
}
.hero-modern-ui-card2 {
  right: -60px;
  bottom: 30px;
}
.hero-modern-ui-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
}
.hero-modern-ui-value {
  font-size: 1.3rem;
  font-weight: 800;
  color: #0a3a8c;
}
.hero-modern-ui-desc {
  font-size: 0.95rem;
  color: #607d8b;
}
.hero-modern-circle-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 370px;
  height: 370px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 8px 32px rgba(0,0,0,0.10);
  transform: translate(-50%, -50%);
  z-index: 1;
  border: 10px solid #fff;
}
.hero-modern-logo-img {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: 320px;
  height: 200px;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: translate(-50%, -50%);
  border: none;
}
@media (max-width: 900px) {
  .hero-modern-content {
    flex-direction: column;
    gap: 2.5rem;
    padding: 40px 10px;
  }
  .hero-modern-left, .hero-modern-right {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .hero-modern-person {
    width: 260px;
    height: 320px;
  }
  .hero-modern-person img {
    width: 220px;
    height: 280px;
  }
  .hero-modern-circle-bg {
    width: 220px;
    height: 220px;
  }
  .hero-modern-logo-img {
    width: 140px;
    height: 140px;
  }
  .hero-modern-ui-card1 {
    left: -30px;
    top: 10px;
  }
  .hero-modern-ui-card2 {
    right: -30px;
    bottom: 10px;
  }
}
@media (max-width: 600px) {
  .hero-modern-title {
    font-size: 2rem;
  }
  .hero-modern-content {
    padding: 24px 2vw;
  }
  .hero-modern-person {
    width: 180px;
    height: 220px;
  }
  .hero-modern-person img {
    width: 120px;
    height: 160px;
  }
  .hero-modern-circle-bg {
    width: 120px;
    height: 120px;
  }
  .hero-modern-logo-img {
    width: 80px;
    height: 80px;
  }
  .hero-modern-ui-card {
    min-width: 120px;
    max-width: 150px;
    font-size: 0.85rem;
    padding: 0.7rem 0.8rem 0.7rem 0.8rem;
  }
  .hero-modern-ui-card1 {
    left: -10px;
    top: 0;
  }
  .hero-modern-ui-card2 {
    right: -10px;
    bottom: 0;
  }
}
.hero-modern-tagline {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffb300;
  margin-bottom: 1.5rem;
  margin-top: -0.5rem;
  letter-spacing: 0.01em;
}
.hero-modern-circle-bg-back {
  display: none !important;
}

.visi-misi .bidang-icon {
  background: #fff;
  border-radius: 12px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  margin-right: 1rem;
}

.misi-list {
  list-style: none;
  padding-left: 0;
}
.misi-list li {
  position: relative;
  padding-left: 2.2em;
  margin-bottom: 0.7em;
}
.misi-list li::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 1.4em;
  height: 1.4em;
  background: #4caf50;
  border-radius: 50%;
  text-align: center;
  line-height: 1.4em;
  font-size: 1em;
  color: #fff;
  font-weight: bold;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}
.misi-list li::after {
  content: '\2713';
  position: absolute;
  left: 0.35em;
  top: 0.15em;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
}

.cta-wa-btn {
  display: inline-block;
  margin-top: 1.5rem;
  background: #25d366;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 0.9rem 2.2rem;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  transition: background 0.2s, box-shadow 0.2s;
}
.cta-wa-btn:hover {
  background: #128c7e;
  color: #fff;
  box-shadow: 0 4px 18px rgba(37,211,102,0.18);
}

.hero-cta-buttons {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  padding: 0.875rem 1.5rem;
  border-radius: 2rem;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-button .arrow {
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
}

.cta-button:hover .arrow {
  transform: translateX(4px);
}

.cta-button.primary {
  background-color: #25D366;
  color: white;
  border: none;
}

.cta-button.primary:hover {
  background-color: #128c7e;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.18);
}

.cta-button.secondary {
  background-color: rgba(255, 255, 255, 0.9);
  color: #002f87;
  border: 1px solid rgba(0, 47, 135, 0.1);
}

.cta-button.secondary:hover {
  background-color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.wa-icon {
  display: inline-flex;
  align-items: center;
  margin-right: 0.7em;
}

@media (max-width: 768px) {
  .hero-cta-buttons {
    flex-direction: column;
    gap: 0.75rem;
  }
  
  .cta-button {
    width: 100%;
    justify-content: center;
  }
}

.navbar-logo-img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 12px;
  background: white;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.site-footer {
  background: #002f87;
  color: #fff;
  padding: 32px 0 20px 0;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.01em;
}

.site-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}