/* Halaman konten — simple & elegant */

.page-hero {
  padding: 5.5rem 0 3rem;
  text-align: center;
  background: linear-gradient(180deg, #fafafa 0%, #fff 100%);
  border-bottom: 1px solid #eee;
}

.page-hero .eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e50914;
  margin-bottom: 0.75rem;
}

.page-hero h1 {
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 0.75rem;
  line-height: 1.2;
}

.page-hero p {
  color: #64748b;
  font-size: 1.05rem;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
}

.page-section {
  padding: 3.5rem 0;
}

.page-section.alt {
  background: #f8fafc;
}

/* Kontak */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
}

.contact-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1.75rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.contact-card:hover {
  border-color: rgba(229, 9, 20, 0.25);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.contact-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.contact-card p {
  color: #64748b;
  font-size: 0.9rem;
  margin: 0 0 1rem;
  line-height: 1.6;
}

.contact-card a {
  color: #e50914;
  font-weight: 600;
  font-size: 0.9rem;
}

.social-row {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  margin-top: 2rem;
}

.social-row a {
  font-size: 1.5rem;
  color: #64748b;
  transition: color 0.2s, transform 0.2s;
}

.social-row a:hover {
  color: #e50914;
  transform: translateY(-2px);
}

/* Lokasi */
.location-card {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1.75rem;
  padding: 1.75rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
}

.location-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.location-card p {
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0;
}

.btn-map {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  background: #e50914;
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  border-radius: 8px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s;
}

.btn-map:hover {
  background: #b91c1c;
  color: #fff;
}

.maps-wrap {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.maps-wrap iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

/* Cakupan */
.coverage-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.coverage-stat {
  text-align: center;
}

.coverage-stat strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: #e50914;
  line-height: 1;
}

.coverage-stat span {
  font-size: 0.85rem;
  color: #64748b;
}

.area-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1rem;
}

.area-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 1.25rem;
  transition: border-color 0.2s, transform 0.2s;
}

.area-card:hover {
  border-color: rgba(229, 9, 20, 0.3);
  transform: translateY(-2px);
}

.area-card h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 0.35rem;
}

.area-card p {
  font-size: 0.8rem;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}

.area-card .region {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.7rem;
  font-weight: 600;
  color: #e50914;
  background: rgba(229, 9, 20, 0.08);
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
}

/* Member */
.member-panel {
  max-width: 480px;
  margin: 0 auto 3rem;
  text-align: center;
  padding: 2.5rem 2rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
}

.member-panel .icon-wrap {
  width: 64px;
  height: 64px;
  margin: 0 auto 1.25rem;
  background: rgba(229, 9, 20, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  color: #e50914;
}

.btn-member {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9rem 2rem;
  background: #e50914;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}

.btn-member:hover {
  background: #b91c1c;
  color: #fff;
  transform: translateY(-2px);
}

.pay-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}

.pay-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 1.5rem;
}

.pay-card i {
  font-size: 1.25rem;
  color: #e50914;
  margin-bottom: 0.75rem;
}

.pay-card h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 0.35rem;
}

.pay-card p {
  font-size: 0.85rem;
  color: #64748b;
  margin: 0;
  line-height: 1.55;
}

.steps-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  counter-reset: step;
}

.step-item {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 1.25rem;
  position: relative;
  padding-top: 2.5rem;
}

.step-item::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  top: 1rem;
  left: 1.25rem;
  width: 28px;
  height: 28px;
  background: #e50914;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-item h4 {
  font-size: 0.9rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 0.35rem;
}

.step-item p {
  font-size: 0.8rem;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}

/* —— Layanan, Paket, Galeri —— */
.section-intro {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 2.5rem;
}

.section-intro h2 {
  font-size: clamp(1.35rem, 3vw, 1.65rem);
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 0.5rem;
}

.section-intro p {
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.65;
  margin: 0;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
}

.feature-grid.cols-2 {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.feature-grid.cols-3 {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.feature-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1.75rem;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.feature-card:hover {
  border-color: rgba(229, 9, 20, 0.25);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}

.feature-card.compact {
  padding: 1.5rem;
}

.feature-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 1rem;
  background: rgba(229, 9, 20, 0.08);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  color: #e50914;
}

.feature-icon.sm {
  width: 44px;
  height: 44px;
  font-size: 1.1rem;
}

.feature-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 0.5rem;
}

.feature-card p {
  font-size: 0.875rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0 0 1rem;
}

.feature-card.compact p {
  margin-bottom: 0;
}

.btn-page {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.65rem 1.25rem;
  background: #e50914;
  color: #fff !important;
  font-weight: 600;
  font-size: 0.875rem;
  border-radius: 8px;
  text-decoration: none;
  border: 1px solid #e50914;
  transition: background 0.2s, transform 0.2s;
}

.btn-page:hover {
  background: #b91c1c;
  border-color: #b91c1c;
  color: #fff !important;
  transform: translateY(-1px);
}

.btn-page-outline {
  background: #fff;
  color: #e50914 !important;
}

.btn-page-outline:hover {
  background: rgba(229, 9, 20, 0.06);
  color: #e50914 !important;
}

.btn-block {
  width: 100%;
  justify-content: center;
}

.split-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.25rem;
}

.info-panel {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1.75rem;
}

.info-panel h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 1rem;
}

.check-list,
.plain-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.check-list li,
.plain-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  padding: 0.45rem 0;
  font-size: 0.875rem;
  color: #475569;
  line-height: 1.5;
  border-bottom: 1px solid #f1f5f9;
}

.check-list li:last-child,
.plain-list li:last-child {
  border-bottom: none;
}

.check-list i,
.plain-list > li > i {
  color: #e50914;
  margin-top: 0.15rem;
  flex-shrink: 0;
}

.plain-list.small li {
  font-size: 0.8rem;
  border: none;
  padding: 0.25rem 0;
}

/* Paket internet */
.packages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.25rem;
  align-items: stretch;
}

.package-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1.5rem;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.package-card:hover {
  border-color: rgba(229, 9, 20, 0.3);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.07);
  transform: translateY(-3px);
}

.package-card.popular {
  border-color: #e50914;
  box-shadow: 0 4px 20px rgba(229, 9, 20, 0.12);
}

.package-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: #e50914;
  color: #fff;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
}

.package-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.package-speed {
  font-size: 2rem;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.1;
  margin: 0.35rem 0;
}

.package-speed small {
  font-size: 1rem;
  font-weight: 600;
  color: #64748b;
}

.package-tagline {
  font-size: 0.8rem;
  color: #94a3b8;
  margin: 0 0 1rem;
}

.package-price {
  font-size: 1.35rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.package-price span {
  font-size: 0.8rem;
  font-weight: 500;
  color: #94a3b8;
}

.package-features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  flex-grow: 1;
}

.package-features li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: #475569;
  padding: 0.3rem 0;
}

.package-features i {
  color: #e50914;
  font-size: 0.75rem;
}

.addon-price {
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
  margin-bottom: 0.5rem !important;
}

.addon-price span {
  font-size: 0.8rem;
  font-weight: 500;
  color: #94a3b8;
}

.notice-box {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-left: 3px solid #e50914;
  border-radius: 12px;
  padding: 1.75rem;
}

.notice-box h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.notice-box h3 i {
  color: #e50914;
}

.notice-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.25rem;
}

.notice-grid h4 {
  font-size: 0.875rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 0.35rem;
}

.notice-grid p {
  font-size: 0.85rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

/* Galeri */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.25rem;
}

.gallery-card {
  margin: 0;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
}

.gallery-card:hover {
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.gallery-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.gallery-card figcaption {
  padding: 1.25rem;
}

.gallery-card h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 0.35rem;
}

.gallery-card p {
  font-size: 0.8rem;
  color: #64748b;
  line-height: 1.55;
  margin: 0;
}

/* CTA banner */
.cta-banner {
  text-align: center;
  background: linear-gradient(135deg, #e50914 0%, #b91c1c 50%, #8b0000 100%);
  color: #fff;
  border-radius: 14px;
  padding: 2.5rem 2rem;
  box-shadow: 0 8px 28px rgba(229, 9, 20, 0.25);
}

.cta-banner.subtle {
  background: #fff;
  color: #1a1a1a;
  border: 1px solid #e2e8f0;
}

.cta-banner h2 {
  font-size: 1.35rem;
  font-weight: 800;
  margin: 0 0 0.5rem;
  color: #fff !important;
}

.cta-banner p {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.88) !important;
  max-width: 480px;
  margin: 0 auto 1.5rem;
  line-height: 1.6;
}

.cta-banner.subtle p {
  color: #64748b;
  opacity: 1;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.btn-page-light {
  background: #fff;
  color: #1a1a1a !important;
  border-color: #fff;
}

.btn-page-light:hover {
  background: #f1f5f9;
  color: #1a1a1a !important;
}

.btn-page-outline-light {
  background: transparent;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.5);
}

.btn-page-outline-light:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
}

/* Peta cakupan Leaflet */
#coverage-map.coverage-leaflet-map,
.coverage-leaflet-map.leaflet-container {
  height: 420px !important;
  min-height: 420px;
  width: 100% !important;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  z-index: 1;
  background: #e8eef4;
  position: relative;
  display: block !important;
}

.coverage-map-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 200px;
  margin: 0;
  padding: 2rem;
  text-align: center;
  color: #64748b;
  font-size: 0.9rem;
}

.coverage-map-note {
  text-align: center;
  margin-top: 1rem;
  font-size: 0.875rem;
}

.coverage-map-note a {
  color: #e50914;
  font-weight: 600;
}

.coverage-marker {
  background: transparent;
  border: none;
}

.coverage-marker span {
  display: block;
  width: 14px;
  height: 14px;
  background: #e50914;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(229, 9, 20, 0.45);
}

.coverage-marker-hq span {
  width: 18px;
  height: 18px;
  background: #1a1a1a;
  border: 3px solid #e50914;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.leaflet-popup-content-wrapper {
  border-radius: 8px;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.leaflet-popup-content strong {
  color: #1a1a1a;
  font-size: 0.9rem;
}

.leaflet-popup-content span {
  color: #64748b;
  font-size: 0.8rem;
}

.leaflet-popup-content em {
  color: #e50914;
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 600;
}

.page-layanan .site-main,
.page-galeri .site-main,
.page-paket-internet .site-main {
  background: #fff;
}

@media (max-width: 768px) {
  .page-hero { padding: 4.5rem 0 2rem; }
  .maps-wrap iframe { height: 300px; }
  .location-card { flex-direction: column; }
  .packages-grid { grid-template-columns: 1fr; max-width: 360px; margin: 0 auto; }
  .gallery-grid { grid-template-columns: 1fr; }
}

/* Mitra / pelanggan — label nama di bawah logo */
#mitra .partners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 1.25rem;
}

#mitra .partner-item {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0.75rem !important;
  padding: 1.25rem 0.75rem 1rem !important;
  min-height: 120px !important;
  overflow: visible !important;
  text-align: center !important;
}

#mitra .partner-item img {
  display: block !important;
  max-height: 48px !important;
  flex-shrink: 0;
}

#mitra .partner-name {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0.8rem !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  color: #334155 !important;
  letter-spacing: 0.02em;
  word-break: break-word;
}

#mitra .partner-item:hover .partner-name {
  color: #e50914 !important;
}

/* Footer terang — prioritas tertinggi (load terakhir) */
footer.site-footer,
.site-footer.site-footer-light {
  background: #f8fafc !important;
  background-color: #f8fafc !important;
  color: #334155 !important;
  border-top: 1px solid #e2e8f0 !important;
}

footer.site-footer * {
  box-sizing: border-box;
}

footer.site-footer .footer-wrap,
footer.site-footer .footer-top,
footer.site-footer .footer-bottom {
  background: transparent !important;
}

footer.site-footer .footer-brand,
footer.site-footer .footer-brand-text {
  color: #1a1a1a !important;
}

footer.site-footer .footer-nav a {
  color: #64748b !important;
}

footer.site-footer .footer-nav a:hover {
  color: #e50914 !important;
}

footer.site-footer .footer-social-btn {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  color: #64748b !important;
}

footer.site-footer .footer-copy {
  color: #64748b !important;
}

footer.site-footer .footer-address {
  color: #94a3b8 !important;
}

footer.site-footer .footer-top {
  border-bottom: 1px solid #e2e8f0 !important;
}
