/* Base and Shared */
* {
  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: #1a1a1a;
  background: #ffffff;
  overflow-x: hidden;
}
.ciptadana-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
html {
  scroll-behavior: smooth;
}

/* Navigation (same as index) */
.ciptadana-nav {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  z-index: 1000;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.ciptadana-nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.ciptadana-logo {
  width: 180px;
  height: 60px;
  background-image: url("img/company-logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.ciptadana-nav-menu {
  display: flex;
  list-style: none;
  gap: 48px;
}
.ciptadana-nav-link {
  text-decoration: none;
  color: #1a1a1a;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease;
  position: relative;
}
.ciptadana-nav-link:hover,
.ciptadana-nav-link.active {
  color: #d4af37;
}
.ciptadana-nav-link::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #d4af37, #f4d03f);
  transition: width 0.3s ease;
}
.ciptadana-nav-link:hover::after,
.ciptadana-nav-link.active::after {
  width: 100%;
}
.ciptadana-nav-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
}
.ciptadana-nav-toggle span {
  width: 25px;
  height: 3px;
  background: #1a1a1a;
  margin: 3px 0;
  transition: 0.3s;
}

/* Hero */
.ciptadana-hero {
  position: relative;
  padding-top: 100px;
  min-height: 70vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #404040 100%);
  overflow: hidden;
}
.ciptadana-hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ciptadana-hero-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(
      circle at 20% 80%,
      rgba(212, 175, 55, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(212, 175, 55, 0.1) 0%,
      transparent 50%
    ),
    linear-gradient(
      45deg,
      transparent 48%,
      rgba(212, 175, 55, 0.05) 50%,
      transparent 52%
    );
  background-size: 100% 100%, 100% 100%, 60px 60px;
}
.ciptadana-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.ciptadana-hero-badge {
  display: inline-block;
  background: linear-gradient(135deg, #d4af37, #f4d03f);
  color: #1a1a1a;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 24px;
}
.ciptadana-hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 24px;
  line-height: 1.1;
  background: linear-gradient(45deg, #ffffff, #d4af37);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ciptadana-hero-subtitle {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
  line-height: 1.6;
}
.ciptadana-hero-visual img {
  max-width: 100%;
  height: auto;
  border-radius: 24px;
}

/* Buttons */
.ciptadana-btn {
  display: inline-block;
  padding: 16px 32px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.ciptadana-btn-primary {
  background: linear-gradient(135deg, #d4af37, #f4d03f);
  color: #1a1a1a;
  box-shadow: 0 8px 32px rgba(212, 175, 55, 0.3);
}
.ciptadana-btn-secondary {
  background: transparent;
  color: #1a1a1a;
  border: 2px solid rgba(212, 175, 55, 0.3);
}
.ciptadana-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(212, 175, 55, 0.4);
}
.ciptadana-btn-secondary:hover {
  background: rgba(212, 175, 55, 0.1);
  border-color: rgba(212, 175, 55, 0.5);
  transform: translateY(-2px);
}

/* Contact Info Grid */
.ciptadana-section {
  padding: 120px 0;
  background: #ffffff;
}
.ciptadana-contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
}
.ciptadana-contact-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
  text-align: center;
  transition: transform 0.3s ease;
}
.ciptadana-contact-card:hover {
  transform: translateY(-4px);
}
.ciptadana-contact-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  border: 1px solid rgba(212, 175, 55, 0.12);
  margin: 0 auto 16px;
}
.ciptadana-contact-icon i {
  font-size: 24px;
  color: #d4af37;
}
.ciptadana-contact-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
}
.ciptadana-contact-desc {
  color: #666666;
  margin-bottom: 4px;
}

/* Two Column & Form */
.ciptadana-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.ciptadana-section-title {
  font-size: 2.25rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 24px;
  line-height: 1.2;
}
.ciptadana-section-desc {
  font-size: 1.125rem;
  color: #666666;
  margin-bottom: 32px;
  line-height: 1.7;
}

/* Contact Form */
.ciptadana-contact-form {
  display: grid;
  gap: 24px;
}
.ciptadana-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.ciptadana-form-group {
  display: grid;
  gap: 8px;
}
.ciptadana-form-label {
  font-weight: 600;
  color: #1a1a1a;
  font-size: 14px;
}
.ciptadana-form-input,
.ciptadana-form-select,
.ciptadana-form-textarea {
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  font-size: 16px;
  transition: all 0.3s ease;
  background: #ffffff;
}
.ciptadana-form-input:focus,
.ciptadana-form-select:focus,
.ciptadana-form-textarea:focus {
  outline: none;
  border-color: #d4af37;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
}
.ciptadana-form-textarea {
  resize: vertical;
  min-height: 120px;
}

/* Sidebar */
.ciptadana-contact-info-sidebar {
  background: #fafafa;
  border-radius: 20px;
  padding: 32px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.ciptadana-sidebar-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 24px;
}
.ciptadana-sidebar-features {
  display: grid;
  gap: 20px;
  margin-bottom: 32px;
}
.ciptadana-sidebar-feature {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
}
.ciptadana-sidebar-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #d4af37, #f4d03f);
}
.ciptadana-sidebar-icon i {
  font-size: 14px;
  color: #1a1a1a;
}
.ciptadana-sidebar-feature-title {
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 4px;
}
.ciptadana-sidebar-feature-desc {
  color: #666666;
  font-size: 14px;
}
.ciptadana-sidebar-cta {
  text-align: center;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.ciptadana-sidebar-cta-title {
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 16px;
}

/* Map */
.ciptadana-section-header {
  text-align: center;
  margin-bottom: 80px;
}
.ciptadana-section-subtitle {
  font-size: 1.125rem;
  color: #666666;
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.6;
}
.ciptadana-map-container {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}
.ciptadana-map-container img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.ciptadana-map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(26, 26, 26, 0.8) 0%,
    rgba(26, 26, 26, 0.6) 50%,
    transparent 100%
  );
  display: flex;
  align-items: center;
}
.ciptadana-map-info {
  color: #ffffff;
  padding: 40px;
  max-width: 400px;
}
.ciptadana-map-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.ciptadana-map-address {
  margin-bottom: 8px;
  opacity: 0.9;
}
.ciptadana-map-features {
  display: flex;
  gap: 16px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.ciptadana-map-feature {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  opacity: 0.8;
}
.ciptadana-map-feature i {
  color: #d4af37;
}

/* Hotline */
.ciptadana-section--hotline {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
}
.ciptadana-hotline-content {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  color: #ffffff;
}
.ciptadana-hotline-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d4af37, #f4d03f);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}
.ciptadana-hotline-icon i {
  font-size: 32px;
  color: #1a1a1a;
}
.ciptadana-hotline-title {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 16px;
}
.ciptadana-hotline-desc {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 24px;
}
.ciptadana-hotline-number {
  font-size: 2.5rem;
  font-weight: 800;
  color: #d4af37;
  margin-bottom: 32px;
}
.ciptadana-hotline-features {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
}
.ciptadana-hotline-feature {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.8);
}
.ciptadana-hotline-feature i {
  color: #d4af37;
  font-size: 16px;
}

/* Partners */
.ciptadana-partners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 32px;
}
.ciptadana-partner-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}
.ciptadana-partner-card:hover {
  transform: translateY(-4px);
}
.ciptadana-partner-card img {
  width: 100%;
  height: 60px;
  object-fit: contain;
  margin-bottom: 16px;
}
.ciptadana-partner-name {
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 8px;
}
.ciptadana-partner-desc {
  color: #666666;
  font-size: 14px;
}

/* Footer (same as index) */
.ciptadana-footer {
  background: #1a1a1a;
  color: #ffffff;
  padding: 80px 0 40px;
}
.ciptadana-footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 48px;
  margin-bottom: 48px;
}
.ciptadana-footer-section h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 24px;
  color: #ffffff;
}
.ciptadana-footer-description {
  color: #999999;
  line-height: 1.6;
  margin-top: 16px;
  font-weight: 400;
}
.ciptadana-footer-links {
  list-style: none;
}
.ciptadana-footer-links li {
  margin-bottom: 12px;
}
.ciptadana-footer-links a {
  color: #999999;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 400;
}
.ciptadana-footer-links a:hover {
  color: #d4af37;
}
.ciptadana-footer-contact p {
  color: #999999;
  margin-bottom: 8px;
  line-height: 1.6;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 8px;
}
.ciptadana-footer-contact i {
  color: #d4af37;
  font-size: 14px;
  width: 16px;
}
.ciptadana-footer-bottom {
  border-top: 1px solid #333333;
  padding-top: 32px;
  text-align: center;
  color: #666666;
  font-weight: 400;
}

/* Responsive */
@media (max-width: 1024px) {
  .ciptadana-hero-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .ciptadana-two-col {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .ciptadana-form-row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .ciptadana-nav-menu {
    display: none;
  }
  .ciptadana-nav-toggle {
    display: flex;
  }
  .ciptadana-section {
    padding: 80px 0;
  }
  .ciptadana-section-title {
    font-size: 1.75rem;
  }
  .ciptadana-container {
    padding: 0 16px;
  }
  .ciptadana-hotline-features {
    flex-direction: column;
    align-items: center;
  }
  .ciptadana-map-info {
    padding: 24px;
  }
}
