/* HobbyCetak Homepage — Modern Landing */
.page-home {
  background: #F5F7FA;
}

.page-home .container {
  max-width: 1180px;
}

.hc-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #0B4EA2;
}

.hc-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.hc-hero-bg--desktop {
  background-image: url('https://ik.imagekit.io/v3gp/desktop_hero_nBzwVZP47.jpg?tr=q-80,f-auto');
}

.hc-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(11, 78, 162, 0.92) 0%, rgba(11, 78, 162, 0.78) 45%, rgba(11, 78, 162, 0.55) 100%);
  z-index: 1;
}

.hc-hero-inner {
  position: relative;
  z-index: 2;
  padding: 72px 0 64px;
}

.hc-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 18px;
}

.hc-hero-badge i {
  color: #25B9E8;
}

.hc-hero-title {
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 10px;
  max-width: 680px;
}

.hc-hero-title span {
  color: #25B9E8;
}

.hc-hero-sub {
  font-size: clamp(1rem, 2.2vw, 1.25rem);
  color: rgba(255, 255, 255, 0.88);
  max-width: 560px;
  line-height: 1.7;
  margin-bottom: 28px;
}

.hc-hero-tagline {
  font-size: 1.05rem;
  font-weight: 600;
  color: #FF8A00;
  margin-bottom: 28px;
}

.hc-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 36px;
}

.hc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: none;
}

.hc-btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.hc-btn-primary {
  background: #FF8A00;
  color: #fff;
  box-shadow: 0 8px 24px rgba(255, 138, 0, 0.35);
}

.hc-btn-primary:hover {
  color: #fff;
  background: #e67a00;
}

.hc-btn-outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.85);
}

.hc-btn-outline:hover {
  background: #fff;
  color: #0B4EA2;
}

.hc-btn-blue {
  background: #0B4EA2;
  color: #fff;
}

.hc-btn-blue:hover {
  color: #fff;
  background: #083d82;
}

.hc-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 32px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.hc-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.hc-trust-item i {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(37, 185, 232, 0.2);
  color: #25B9E8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.hc-section {
  padding: 72px 0;
}

.hc-section--white {
  background: #fff;
}

.hc-section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
}

.hc-eyebrow {
  display: inline-block;
  color: #25B9E8;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.hc-section-title {
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 800;
  color: #0B4EA2;
  margin-bottom: 14px;
}

.hc-section-desc {
  color: #6B7280;
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0;
}

.hc-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.hc-about-image {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.hc-about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 360px;
}

.hc-check-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 28px;
}

.hc-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  color: #374151;
  line-height: 1.6;
}

.hc-check-list i {
  color: #FF8A00;
  margin-top: 4px;
}

.hc-service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.hc-service-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #E5E7EB;
  box-shadow: 0 8px 30px rgba(11, 78, 162, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hc-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(11, 78, 162, 0.12);
}

.hc-service-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.hc-service-body {
  padding: 22px 24px 26px;
}

.hc-service-body h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: #0B4EA2;
  margin-bottom: 8px;
}

.hc-service-body p {
  color: #6B7280;
  margin-bottom: 16px;
  line-height: 1.65;
}

.hc-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.hc-process-step {
  background: #fff;
  border-radius: 18px;
  padding: 24px 20px;
  text-align: center;
  border: 1px solid #E5E7EB;
  box-shadow: 0 4px 16px rgba(11, 78, 162, 0.05);
}

.hc-process-num {
  width: 44px;
  height: 44px;
  margin: 0 auto 14px;
  border-radius: 12px;
  background: linear-gradient(135deg, #0B4EA2, #25B9E8);
  color: #fff;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hc-process-step h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #1F2937;
}

.hc-process-step p {
  font-size: 14px;
  color: #6B7280;
  margin: 0;
  line-height: 1.55;
}

.hc-feature-banner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
  align-items: center;
  background: linear-gradient(135deg, #0B4EA2 0%, #1256b5 100%);
  border-radius: 24px;
  padding: 36px;
  color: #fff;
  overflow: hidden;
}

.hc-feature-banner img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.hc-feature-banner h3 {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 800;
  margin-bottom: 12px;
}

.hc-feature-banner p {
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.7;
  margin-bottom: 22px;
}

.hc-clients-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  max-width: 920px;
  margin: 0 auto;
}

.hc-client-card {
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(11, 78, 162, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  overflow: hidden;
}

.hc-client-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(11, 78, 162, 0.1);
}

.hc-client-logo {
  width: 100%;
  height: 96px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.hc-client-logo img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 130px;
  max-height: 64px;
  object-fit: contain;
  object-position: center;
}

.hc-portfolio-link {
  text-align: center;
  margin: 28px 0 0;
}

.hc-portfolio-link a {
  color: #0B4EA2;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  border-bottom: 2px solid #25B9E8;
  padding-bottom: 2px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.hc-portfolio-link a:hover {
  color: #FF8A00;
  border-color: #FF8A00;
}

.hc-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.hc-portfolio-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #E5E7EB;
  transition: transform 0.25s ease;
}

.hc-portfolio-card:hover {
  transform: translateY(-4px);
}

.hc-portfolio-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.hc-portfolio-body {
  padding: 16px 18px 20px;
}

.hc-portfolio-body h4 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.45;
}

.hc-portfolio-body h4 a {
  color: #1F2937;
  text-decoration: none;
}

.hc-portfolio-body h4 a:hover {
  color: #0B4EA2;
}

.hc-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.hc-blog-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #E5E7EB;
  height: 100%;
}

.hc-blog-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.hc-blog-body {
  padding: 18px;
}

.hc-blog-body h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.45;
}

.hc-blog-body h4 a {
  color: #1F2937;
  text-decoration: none;
}

.hc-blog-body p {
  font-size: 14px;
  color: #6B7280;
  margin: 0;
  line-height: 1.6;
}

.hc-cta {
  position: relative;
  padding: 72px 0;
  background: #0B4EA2;
  overflow: hidden;
}

.hc-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('https://ik.imagekit.io/v3gp/feature_image_home_iru_f5Fs5.jpg?tr=q-70,f-auto') center/cover no-repeat;
  opacity: 0.12;
}

.hc-cta-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}

.hc-cta-inner h2 {
  color: #fff;
  font-size: clamp(1.75rem, 3vw, 2.4rem);
  font-weight: 800;
  margin-bottom: 14px;
}

.hc-cta-inner p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 28px;
}

.hc-text-center {
  text-align: center;
  margin-top: 32px;
}

@media (max-width: 991px) {
  .hc-about-grid,
  .hc-feature-banner {
    grid-template-columns: 1fr;
  }

  .hc-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hc-portfolio-grid,
  .hc-blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hc-clients-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 560px;
  }

  .hc-client-logo {
    height: 88px;
    padding: 14px 16px;
  }

  .hc-client-logo img {
    max-width: 110px;
    max-height: 56px;
  }
}

@media (max-width: 767px) {
  .hc-hero-bg--desktop {
    display: none;
  }

  .hc-hero {
    background-image: url('https://ik.imagekit.io/v3gp/mobile_hero_IgkTdc2Vl.jpg?tr=q-80,f-auto');
    background-size: cover;
    background-position: center;
  }

  .hc-hero-overlay {
    background: linear-gradient(180deg, rgba(11, 78, 162, 0.9) 0%, rgba(11, 78, 162, 0.82) 100%);
  }

  .hc-hero-inner {
    padding: 56px 0 48px;
  }

  .hc-section {
    padding: 52px 0;
  }

  .hc-service-grid,
  .hc-process-grid,
  .hc-portfolio-grid,
  .hc-blog-grid {
    grid-template-columns: 1fr;
  }

  .hc-clients-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-width: 100%;
  }

  .hc-client-logo {
    height: 80px;
    padding: 12px 14px;
  }

  .hc-client-logo img {
    max-width: 100%;
    max-height: 52px;
  }

  /* Logo ke-5 di mobile: tengah sendiri di baris bawah */
  .hc-client-card:last-child:nth-child(5) {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc(50% - 6px);
    max-width: 180px;
  }

  .hc-trust-row {
    gap: 16px;
  }
}
