/* HobbyCetak — Static pages (selaras dengan homepage) */
.page-static {
  background: #F5F7FA;
}

.page-static main {
  overflow-x: hidden;
}

.page-static .hero-section {
  position: relative;
  padding: 72px 0 64px;
  background: #0B4EA2;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.page-static .hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('https://ik.imagekit.io/v3gp/desktop_hero_nBzwVZP47.jpg?tr=q-70,f-auto') center/cover no-repeat;
  opacity: 0.2;
}

.page-static .hero-content {
  position: relative;
  z-index: 1;
}

.page-static .hero-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  margin-bottom: 16px;
  line-height: 1.15;
  color: #fff;
}

.page-static .hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.2rem);
  max-width: 720px;
  margin: 0 auto 28px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
}

.page-static .section-padding {
  padding: 72px 0;
}

.page-static .section-padding.bg-soft {
  background: #fff;
}

.page-static .section-padding.bg-muted {
  background: #F5F7FA;
}

.page-static .section-title {
  color: #0B4EA2;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  margin-bottom: 12px;
  text-align: center;
  display: block !important;
}

.page-static .section-subtitle {
  color: #6B7280;
  font-size: 1.05rem;
  text-align: center;
  max-width: 640px;
  margin: 0 auto 36px;
  line-height: 1.65;
}

.page-static .cta-button,
.page-static .cta-button-large {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #FF8A00;
  color: #fff !important;
  padding: 14px 28px;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease;
  box-shadow: 0 8px 24px rgba(255, 138, 0, 0.35);
  border: none;
}

.page-static .cta-button-large {
  padding: 16px 32px;
  font-size: 1.05rem;
}

.page-static .cta-button:hover,
.page-static .cta-button-large:hover {
  background: #e67a00;
  color: #fff !important;
  transform: translateY(-2px);
}

.page-static .service-card,
.page-static .marketplace-card,
.page-static .contact-info-card,
.page-static .map-container,
.page-static .product-card,
.page-static .lamination-card,
.page-static .stat-card {
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 18px;
  box-shadow: 0 8px 30px rgba(11, 78, 162, 0.06);
}

.page-static .service-card {
  padding: 28px 24px;
  text-align: center;
  height: 100%;
  transition: transform 0.25s ease;
}

.page-static .service-card:hover,
.page-static .product-card:hover,
.page-static .marketplace-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(11, 78, 162, 0.12);
}

.page-static .service-icon,
.page-static .contact-info-card .contact-icon,
.page-static .marketplace-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0B4EA2, #25B9E8);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.page-static .service-title,
.page-static .marketplace-title,
.page-static .product-title,
.page-static .lamination-title,
.page-static .contact-info-card .contact-details h4 {
  color: #0B4EA2;
  font-weight: 700;
}

.page-static .service-desc,
.page-static .marketplace-desc,
.page-static .product-description,
.page-static .lamination-description {
  color: #6B7280;
  line-height: 1.65;
}

.page-static .why-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 14px;
  margin-bottom: 14px;
}

.page-static .why-icon {
  color: #FF8A00;
  font-size: 1.4rem;
  flex-shrink: 0;
}

.page-static .why-text {
  color: #374151;
  font-weight: 600;
}

.page-static .about-image img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 12px 40px rgba(11, 78, 162, 0.12);
}

.page-static .contact-info-card {
  padding: 28px;
}

.page-static .contact-info-card .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  margin-bottom: 14px;
  background: #F5F7FA;
  border-radius: 12px;
}

.page-static .contact-info-card .contact-icon {
  margin: 0;
  flex-shrink: 0;
}

.page-static .contact-link {
  color: #0B4EA2;
  font-weight: 600;
  text-decoration: none;
}

.page-static .contact-link:hover {
  color: #FF8A00;
}

.page-static .whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #25D366;
  color: #fff !important;
  padding: 10px 18px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
}

.page-static .whatsapp-btn:hover {
  background: #1da851;
  color: #fff !important;
}

.page-static .map-container {
  padding: 20px;
}

.page-static .map-iframe {
  width: 100%;
  height: 320px;
  border: 0;
  border-radius: 12px;
}

.page-static .marketplace-section {
  background: #fff;
}

.page-static .marketplace-card {
  padding: 28px 24px;
  text-align: center;
  height: 100%;
}

.page-static .shopee-icon {
  background: linear-gradient(135deg, #EE4D2D, #FF6B35) !important;
}

.page-static .tokopedia-icon {
  background: linear-gradient(135deg, #42B883, #2E8B57) !important;
}

.page-static .marketplace-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff !important;
  font-weight: 600;
  text-decoration: none;
}

.page-static .shopee-btn { background: #EE4D2D; }
.page-static .tokopedia-btn { background: #42B883; }

.page-static .products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 22px;
}

.page-static .product-card {
  overflow: hidden;
  transition: transform 0.25s ease;
}

.page-static .product-card .product-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: #E5E7EB;
}

.page-static .product-card .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-static .product-overlay {
  position: absolute;
  inset: 0;
  background: rgba(11, 78, 162, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.page-static .product-card:hover .product-overlay {
  opacity: 1;
}

.page-static .product-overlay .btn {
  background: #FF8A00;
  color: #fff;
  border-radius: 10px;
  padding: 10px 18px;
  font-weight: 700;
  text-decoration: none;
}

.page-static .product-content {
  padding: 18px 20px 22px;
}

.page-static .product-category {
  display: inline-block;
  background: #E8F7FD;
  color: #0B4EA2;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.page-static .product-link {
  color: #0B4EA2;
  font-weight: 700;
  text-decoration: none;
}

.page-static .product-link:hover {
  color: #FF8A00;
}

.page-static .categories-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 32px;
}

.page-static .filter-btn {
  border: 2px solid #0B4EA2;
  color: #0B4EA2;
  background: #fff;
  padding: 8px 16px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.page-static .filter-btn:hover,
.page-static .filter-btn.active {
  background: #0B4EA2;
  color: #fff;
}

.page-static .stats-section,
.page-static .features-section {
  background: linear-gradient(135deg, #0B4EA2 0%, #1256b5 100%);
  color: #fff;
  border-radius: 20px;
  padding: 40px 28px;
  margin: 40px 0;
}

.page-static .stats-title,
.page-static .features-title {
  color: #fff;
  font-weight: 800;
  text-align: center;
}

.page-static .stats-grid,
.page-static .features-grid,
.page-static .product-gallery,
.page-static .lamination-options {
  display: grid;
  gap: 20px;
}

.page-static .stats-grid {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.page-static .features-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.page-static .product-gallery {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.page-static .lamination-options {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.page-static .stat-card,
.page-static .feature-card,
.page-static .lamination-card {
  padding: 24px 20px;
  text-align: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.page-static .lamination-card {
  background: #fff;
  color: #1F2937;
  border-color: #E5E7EB;
}

.page-static .lamination-card.featured {
  border-color: #25B9E8;
  box-shadow: 0 0 0 2px rgba(37, 185, 232, 0.25);
}

.page-static .stat-number {
  font-size: 2.2rem;
  font-weight: 800;
  color: #FF8A00;
}

.page-static .feature-icon,
.page-static .lamination-icon {
  font-size: 2rem;
  margin-bottom: 12px;
}

.page-static .product-image h4 {
  padding: 12px 16px;
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #0B4EA2;
  text-align: center;
  background: #fff;
}

.page-static .product-gallery .product-image {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #E5E7EB;
  background: #fff;
}

.page-static .product-gallery .product-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.page-static .specifications {
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 18px;
  padding: 24px;
  max-width: 800px;
  margin: 0 auto;
}

.page-static .spec-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-static .spec-list li {
  padding: 14px 16px;
  border-bottom: 1px solid #E5E7EB;
  color: #374151;
  line-height: 1.6;
}

.page-static .spec-list li:last-child {
  border-bottom: 0;
}

.page-static .important-notes {
  background: #FFF7ED;
  border-left: 4px solid #FF8A00;
  border-radius: 14px;
  padding: 24px;
  max-width: 800px;
  margin: 0 auto;
}

.page-static .important-notes h3 {
  color: #0B4EA2;
  font-weight: 800;
  margin-bottom: 14px;
}

.page-static .notes-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-static .notes-list li {
  background: #fff;
  padding: 12px 14px;
  border-radius: 10px;
  margin-bottom: 8px;
  color: #374151;
  font-size: 14px;
}

.page-static .contact-section {
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 20px;
  padding: 40px 28px;
  text-align: center;
  max-width: 760px;
  margin: 40px auto;
}

.page-static .contact-title {
  color: #0B4EA2;
  font-weight: 800;
  font-size: 1.6rem;
}

.page-static .contact-subtitle {
  color: #6B7280;
}

.page-static .contact-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.page-static .phone-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0B4EA2;
  color: #fff !important;
  padding: 14px 24px;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
}

.page-static .phone-btn:hover {
  background: #083d82;
  color: #fff !important;
}

.page-static .cta-section {
  background: linear-gradient(135deg, #0B4EA2 0%, #1256b5 100%);
  color: #fff;
}

.page-static .cta-section .section-title,
.page-static .cta-section .section-subtitle {
  color: #fff;
}

.page-static .cta-section .section-subtitle {
  opacity: 0.9;
}

.page-static .text-muted {
  color: #6B7280 !important;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .page-static .section-padding {
    padding: 52px 0;
  }

  .page-static .hero-section {
    padding: 56px 0 48px;
  }

  .page-static .contact-info-card .contact-item {
    flex-direction: column;
    text-align: center;
  }

  .page-static .why-item {
    flex-direction: column;
    text-align: center;
  }

  .page-static .map-iframe {
    height: 260px;
  }
}
