/**
 * Armadaku — flat / editorial overrides (loads after homepage-clean.css)
 */

:root {
  --arm-pro-border: #e8eaed;
  --arm-pro-muted: #64748b;
  --arm-pro-accent: #0d83fd;
  /* Hero — firm / corporate */
  --hero-navy: #0b1f33;
  --hero-navy-mid: #123a5c;
  --hero-navy-hover: #071420;
}

/* Utilities */
.section-prose {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.section-prose p:last-child {
  margin-bottom: 0;
}

.divider-subtle {
  height: 1px;
  background: var(--arm-pro-border);
  border: 0;
  margin: 2rem 0;
  opacity: 1;
}

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

.list-check-plain li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.35rem 0;
  font-size: 0.9375rem;
  color: #334155;
}

.list-check-plain li i {
  color: var(--arm-pro-accent);
  margin-top: 0.15rem;
  flex-shrink: 0;
}

/* Hero video — calmer */
.hero-video-wrapper {
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06), 0 0 0 1px var(--arm-pro-border) !important;
  border-radius: 12px !important;
  transition: box-shadow 0.25s ease !important;
}

.hero-video-wrapper:hover {
  transform: none !important;
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.08), 0 0 0 1px var(--arm-pro-border) !important;
}

.hero-video {
  border-radius: 12px !important;
}

@media (max-width: 768px) {
  .hero-video-wrapper,
  .hero-video {
    border-radius: 10px !important;
  }
}

.video-play-pause-btn:hover,
.video-volume-btn:hover {
  transform: none !important;
}

/* —— Hero landing: professional & firm —— */
.hero-landing-pro.hero {
  padding-top: 6.5rem;
  padding-bottom: 5rem;
  background: linear-gradient(165deg, #ffffff 0%, #f7f8fa 42%, #eef1f5 100%);
  border-bottom: 1px solid #e8ecf1;
}

@media (min-width: 992px) {
  .hero-landing-pro.hero {
    padding-top: 7.5rem;
    padding-bottom: 6rem;
  }
}

.hero-landing-pro .hero-content {
  max-width: 34rem;
}

.hero-landing-pro .hero-headline {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: clamp(1.625rem, 1.35rem + 1.2vw, 2.375rem);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -0.035em;
  text-transform: none;
  /* Teks gradien biru tua → biru brand (tegas & selaras situs) */
  background: linear-gradient(
    118deg,
    #020617 0%,
    #0b1f33 28%,
    #0c3356 52%,
    #0d5cad 78%,
    var(--arm-pro-accent) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .hero-landing-pro .hero-headline {
    color: #0b1f33;
    -webkit-text-fill-color: unset;
    background: none;
  }
}

.hero-landing-pro .hero-subhead {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.015em;
  color: #1e293b;
  margin-bottom: 1.25rem;
}

.hero-landing-pro .hero-subhead strong {
  font-weight: 700;
  color: var(--hero-navy);
}

.hero-landing-pro .hero-description {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: -0.01em;
  color: #4b5568;
  margin-bottom: 1.75rem;
}

.hero-landing-pro .hero-values {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #64748b;
  padding-top: 1.25rem;
  margin-bottom: 2rem !important;
  border-top: 1px solid #dce3ea;
  line-height: 1.6;
}

.hero-landing-pro .hero-values-sep {
  color: #94a3b8;
  font-weight: 400;
  padding: 0 0.2em;
}

.hero-landing-pro .hero-buttons {
  margin-top: 0;
  gap: 0.75rem 1rem;
  align-items: center;
}

.hero-landing-pro .btn-hero-primary,
.hero-landing-pro .btn-hero-secondary {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.9rem 1.75rem;
  border-radius: 8px;
  min-width: 10.5rem;
  text-align: center;
  transition:
    background 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

/* Primary = biru brand Armadaku (#0d83fd), sama seperti CTA di situs */
.hero-landing-pro .btn-hero-primary {
  background: linear-gradient(180deg, #1a8fff 0%, var(--arm-pro-accent) 40%, #0a6fd4 100%) !important;
  border: 1px solid rgba(10, 111, 212, 0.95) !important;
  color: #fff !important;
  box-shadow:
    0 2px 6px rgba(13, 131, 253, 0.35),
    0 1px 2px rgba(15, 23, 42, 0.06) !important;
}

.hero-landing-pro .btn-hero-primary:hover,
.hero-landing-pro .btn-hero-primary:focus {
  background: linear-gradient(180deg, #0a6fd4 0%, #0958b8 100%) !important;
  border-color: #084a9e !important;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow:
    0 8px 24px rgba(13, 131, 253, 0.38),
    0 2px 6px rgba(15, 23, 42, 0.08) !important;
}

.hero-landing-pro .btn-hero-primary:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(13, 131, 253, 0.3) !important;
}

.hero-landing-pro .btn-hero-secondary {
  background-color: #fff !important;
  border: 2px solid var(--arm-pro-accent) !important;
  color: #0958b8 !important;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06) !important;
}

.hero-landing-pro .btn-hero-secondary:hover,
.hero-landing-pro .btn-hero-secondary:focus {
  background-color: rgba(13, 131, 253, 0.1) !important;
  border-color: #0a6fd4 !important;
  color: #064a96 !important;
  transform: translateY(-2px);
  box-shadow:
    0 6px 18px rgba(13, 131, 253, 0.2),
    0 1px 3px rgba(15, 23, 42, 0.06) !important;
}

.hero-landing-pro .btn-hero-secondary:active {
  transform: translateY(0);
}

/* Hero media: crisp frame */
.hero-landing-pro .hero-video-wrapper {
  border-radius: 6px !important;
  border: 1px solid #cfd8e3 !important;
  box-shadow:
    0 2px 8px rgba(15, 23, 42, 0.06),
    0 16px 40px rgba(11, 31, 51, 0.08) !important;
}

.hero-landing-pro .hero-video {
  border-radius: 6px !important;
}

.hero-landing-pro .hero-video-wrapper:hover {
  box-shadow:
    0 4px 12px rgba(15, 23, 42, 0.08),
    0 20px 48px rgba(11, 31, 51, 0.1) !important;
}

.hero-landing-pro .video-play-pause-btn,
.hero-landing-pro .video-volume-btn {
  border-radius: 4px !important;
  width: 44px !important;
  height: 44px !important;
}

@media (max-width: 575px) {
  .hero-landing-pro .hero-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-landing-pro .btn-hero-primary,
  .hero-landing-pro .btn-hero-secondary {
    min-width: 0;
    width: 100%;
  }
}

/* Feature blocks (homepage) */
.feature-block-plain {
  height: 100%;
  padding: 1.75rem 0 0;
  border-top: 2px solid var(--arm-pro-border);
  background: transparent;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.feature-block-plain .feature-category-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(13, 131, 253, 0.08);
  color: var(--arm-pro-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.feature-block-plain .feature-category-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #0f172a;
}

.feature-block-plain .feature-category-intro {
  color: var(--arm-pro-muted);
  font-size: 0.9375rem;
  margin-bottom: 1rem;
}

.feature-block-plain .feature-category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-block-plain .feature-category-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.35rem 0;
  font-size: 0.9rem;
  color: #475569;
}

.feature-block-plain .feature-category-list li i {
  color: var(--arm-pro-accent);
  margin-top: 0.15rem;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .feature-block-plain {
    padding-top: 1.25rem;
  }
}

/* Services plain list (homepage) */
.services-plain-grid {
  list-style: none;
  padding: 0;
  margin: 0 auto 2rem;
  max-width: 48rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 2rem;
}

.services-plain-grid li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid var(--arm-pro-border);
  font-size: 0.9375rem;
  font-weight: 500;
  color: #1e293b;
}

.services-plain-grid li i {
  color: var(--arm-pro-accent);
  font-size: 1.1rem;
  margin-top: 0.1rem;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .services-plain-grid {
    grid-template-columns: 1fr;
  }
}

.services-conclusion-modern {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1rem 0;
  border-top: 1px solid var(--arm-pro-border);
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.services-conclusion-modern .services-conclusion-icon {
  background: transparent !important;
  color: var(--arm-pro-accent) !important;
  width: auto !important;
  height: auto !important;
  font-size: 1.25rem;
}

.services-conclusion-text-modern {
  margin: 0 !important;
  font-size: 0.9375rem !important;
  color: var(--arm-pro-muted) !important;
}

/* About — flat */
.about-intro-plain {
  text-align: center;
}

.about-intro-plain .about-intro-text {
  max-width: 40rem;
  margin: 0 auto;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: #475569;
}

.about-problems-plain {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 2rem;
}

.about-problems-plain .about-section-heading {
  font-size: 1rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 1rem;
}

.about-problems-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.25rem;
}

.about-problems-list li {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.9rem;
  color: #64748b;
}

.about-problems-list li i {
  color: var(--arm-pro-accent);
  font-size: 0.85rem;
}

.about-solution-plain {
  max-width: 38rem;
  margin: 0 auto 2.5rem;
  padding: 1rem 0 1rem 1rem;
  border-left: 3px solid var(--arm-pro-accent);
  text-align: left;
}

.about-solution-plain .about-solution-text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: #334155;
}

.about-vm-row-plain .about-vm-col {
  padding: 1.5rem 1.5rem 1.5rem 0;
}

.about-vm-row-plain .about-vm-col--mission {
  border-left: 1px solid var(--arm-pro-border);
  padding-left: 1.5rem;
}

@media (max-width: 991px) {
  .about-vm-row-plain .about-vm-col--mission {
    border-left: none;
    border-top: 1px solid var(--arm-pro-border);
    padding-left: 0;
    padding-top: 1.5rem;
    margin-top: 0.5rem;
  }
}

.about-vm-plain .about-vm-title {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--arm-pro-muted);
  margin-bottom: 0.5rem;
}

.about-vm-plain .about-vm-text {
  font-size: 1rem;
  line-height: 1.65;
  color: #334155;
  margin: 0;
}

.about-vm-plain .about-mission-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-vm-plain .about-mission-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.35rem 0;
  font-size: 0.9375rem;
  color: #475569;
}

.about-vm-plain .about-mission-list li i {
  color: var(--arm-pro-accent);
  margin-top: 0.15rem;
  flex-shrink: 0;
}

/* Pricing — clean but readable (popular keeps dark bg + white text) */
.pricing.section #pricing-cards {
  align-items: stretch;
}

.pricing-card {
  background: #fff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 14px !important;
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 8px 28px rgba(15, 23, 42, 0.06) !important;
  padding: 2rem 1.75rem !important;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease !important;
}

.pricing-card:hover {
  transform: translateY(-5px) !important;
  border-color: #cbd5e1 !important;
  box-shadow:
    0 4px 12px rgba(15, 23, 42, 0.06),
    0 20px 44px rgba(13, 131, 253, 0.12) !important;
}

.pricing-card.popular {
  background: linear-gradient(155deg, #1d4ed8 0%, #1e3a8a 55%, #172554 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow:
    0 12px 36px rgba(29, 78, 216, 0.35),
    0 2px 8px rgba(15, 23, 42, 0.08) !important;
  color: #fff !important;
}

.pricing-card.popular:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  box-shadow:
    0 16px 48px rgba(29, 78, 216, 0.42),
    0 4px 12px rgba(15, 23, 42, 0.1) !important;
}

.pricing-card .popular-badge {
  background: #fff !important;
  color: #1d4ed8 !important;
  border: none !important;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.12) !important;
  border-radius: 999px !important;
  letter-spacing: 0.06em !important;
}

/* Billing tabs — segment control feel */
.pricing.section .pricing-tab-btn {
  border-radius: 10px !important;
  border-width: 1px !important;
  border-color: #e2e8f0 !important;
  font-weight: 600 !important;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.pricing.section .pricing-tab-btn.active {
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.25) !important;
}

/* Pricing footnotes — stacked segments (not one text wall) */
.pricing-notes-combined {
  max-width: 52rem;
  margin: 2rem auto 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.pricing-note-segment {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 1.35rem 1.5rem;
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 6px 20px rgba(15, 23, 42, 0.04);
  border-left: 3px solid var(--arm-pro-accent);
}

.pricing-note-segment-head {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  margin-bottom: 0.875rem;
}

.pricing-note-segment-icon {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: rgba(13, 131, 253, 0.1);
  color: var(--arm-pro-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.2rem;
}

.pricing-note-segment-title {
  margin: 0;
  padding-top: 0.15rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #0f172a;
  line-height: 1.35;
}

.pricing-note-segment-body {
  padding-left: 0;
}

@media (min-width: 576px) {
  .pricing-note-segment-body {
    padding-left: calc(42px + 0.875rem);
  }
}

.pricing-notes-combined .pricing-note-text {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #475569;
  margin: 0 0 0.65rem;
}

.pricing-notes-combined .pricing-note-text:last-child {
  margin-bottom: 0;
}

.pricing-note-lead {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #64748b;
  margin: 0.75rem 0 0.4rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.pricing-note-callout {
  margin: 0.75rem 0 0;
  padding: 0.75rem 1rem;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #1e293b;
  background: #f1f5f9;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
}

.pricing-note-callout--last {
  margin-top: 1rem;
  margin-bottom: 0;
}

.pricing-note-callout strong {
  color: #0f172a;
  font-weight: 600;
}

.pricing-note-checklist {
  list-style: none;
  padding: 0;
  margin: 0.35rem 0 0;
}

.pricing-note-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  padding: 0.4rem 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #334155;
}

.pricing-note-checklist li i {
  color: var(--arm-pro-accent);
  font-size: 1.05rem;
  margin-top: 0.12rem;
  flex-shrink: 0;
}

.pricing-note-checklist--tight li {
  padding: 0.3rem 0;
}

/* Legacy list class if used elsewhere */
.pricing-notes-combined .pricing-note-list {
  margin: 0.5rem 0 0;
  padding-left: 1.25rem;
  font-size: 0.9375rem;
  color: #475569;
}

.pricing-notes-combined .pricing-note-list li {
  margin-bottom: 0.35rem;
}

/* Features page — rows */
.features-page .feature-row {
  display: flex;
  gap: 1.25rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--arm-pro-border);
  align-items: flex-start;
}

.features-page .feature-row:first-of-type {
  border-top: 1px solid var(--arm-pro-border);
}

.features-page .feature-row-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(13, 131, 253, 0.08);
  color: var(--arm-pro-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.15rem;
}

.features-page .feature-row-body h4 {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0 0 0.35rem;
  color: #0f172a;
}

.features-page .feature-row-body p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #64748b;
}

/* Sektor usaha — editorial layout */
.sector-usaha-page.sector-usaha-pro {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 42%, #ffffff 100%);
  border-bottom: 1px solid var(--arm-pro-border);
}

.sector-usaha-breadcrumb .breadcrumb {
  font-size: 0.8125rem;
  flex-wrap: wrap;
}

.sector-usaha-breadcrumb .breadcrumb-item a {
  color: var(--arm-pro-muted);
  text-decoration: none;
}

.sector-usaha-breadcrumb .breadcrumb-item a:hover {
  color: var(--arm-pro-accent);
}

.sector-usaha-breadcrumb .breadcrumb-item.active {
  color: #0f172a;
  max-width: 100%;
}

.sector-usaha-eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--arm-pro-accent);
  margin: 0;
}

.sector-usaha-title {
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #0f172a;
  background: linear-gradient(135deg, var(--hero-navy) 0%, var(--hero-navy-mid) 45%, var(--arm-pro-accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@supports not (background-clip: text) {
  .sector-usaha-title {
    background: none;
    -webkit-text-fill-color: unset;
    color: var(--hero-navy);
  }
}

.sector-usaha-subtitle {
  font-size: 1.0625rem;
  line-height: 1.55;
  color: #334155;
  font-weight: 400;
}

.sector-usaha-subtitle strong {
  font-weight: 600;
  color: #1e293b;
}

.sector-usaha-points li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.45rem 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #334155;
}

.sector-usaha-points li i {
  color: var(--arm-pro-accent);
  font-size: 1.1rem;
  margin-top: 0.1rem;
  flex-shrink: 0;
}

.sector-usaha-outcome {
  padding: 1rem 1.15rem;
  border-left: 3px solid var(--arm-pro-accent);
  background: rgba(13, 131, 253, 0.04);
  border-radius: 0 10px 10px 0;
}

.sector-usaha-outcome-label {
  display: block;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--arm-pro-accent);
  margin-bottom: 0.35rem;
}

.sector-usaha-outcome-text {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #334155;
}

.sector-usaha-visual-frame {
  max-width: 520px;
  padding: 0.5rem;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06), 0 0 0 1px var(--arm-pro-border);
}

.sector-usaha-img {
  border-radius: 10px;
  display: block;
  width: 100%;
  height: auto;
}

/* Fitur page — section + header */
.features-page.features-page-pro {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 38%, #ffffff 100%);
  border-bottom: 1px solid var(--arm-pro-border);
}

.features-page-eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--arm-pro-accent);
  margin: 0;
}

.features-page-title {
  font-size: clamp(1.75rem, 4vw, 2.125rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #0f172a;
  background: linear-gradient(135deg, var(--hero-navy) 0%, var(--hero-navy-mid) 45%, var(--arm-pro-accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@supports not (background-clip: text) {
  .features-page-title {
    background: none;
    -webkit-text-fill-color: unset;
    color: var(--hero-navy);
  }
}

.features-page-header {
  max-width: 36rem;
}

.features-page-lead {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--arm-pro-muted);
}

.features-page-list .feature-row:last-child {
  border-bottom: 0;
  padding-bottom: 0.25rem;
}

.features-page-list .feature-row:first-of-type {
  padding-top: 0.25rem;
}

/* FAQ / dukungan — accordion baris (tanpa kartu), selaras fitur */
.support-faq-list {
  border-top: 1px solid var(--arm-pro-border);
}

.support-faq-item {
  border-bottom: 1px solid var(--arm-pro-border);
}

.support-faq-item > summary {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  padding: 1.25rem 0;
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  color: #0f172a;
  font-size: 1.02rem;
  line-height: 1.45;
}

.support-faq-item > summary::-webkit-details-marker {
  display: none;
}

.support-faq-item > summary::marker {
  content: "";
}

.support-faq-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(13, 131, 253, 0.08);
  color: var(--arm-pro-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.1rem;
}

.support-faq-question {
  flex: 1;
  min-width: 0;
  padding-top: 0.35rem;
}

.support-faq-chevron {
  flex-shrink: 0;
  color: var(--arm-pro-muted);
  font-size: 1.1rem;
  margin-top: 0.45rem;
  transition: transform 0.2s ease;
}

.support-faq-item[open] .support-faq-chevron {
  transform: rotate(180deg);
}

.support-faq-body {
  padding: 0 0 1.35rem 3.75rem;
}

.support-faq-body p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #64748b;
}

@media (max-width: 575px) {
  .support-faq-body {
    padding-left: 0;
    padding-top: 0.25rem;
  }
}

/* Kontak — baris seperti fitur + peta flat */
.support-contact-map {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--arm-pro-border);
  box-shadow: none;
  background: #fff;
}

.support-contact-map iframe {
  display: block;
  width: 100%;
  height: 360px;
  border: 0;
}

/* Legal (syarat / privasi / langganan) — prosa tanpa kartu */
.legal-doc-section .legal-doc-meta {
  font-size: 0.875rem;
  color: var(--arm-pro-muted);
}

.legal-doc-prose {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #475569;
  text-align: left;
}

.legal-doc-prose > p:first-of-type {
  margin-bottom: 1.25rem;
}

.legal-doc-prose h3 {
  font-size: 1.0625rem;
  font-weight: 700;
  margin: 1.5rem 0 0.5rem;
  color: #0f172a;
  letter-spacing: -0.02em;
}

.legal-doc-prose h3:first-of-type {
  margin-top: 0;
}

.legal-doc-prose p {
  margin-bottom: 0.75rem;
}

.legal-doc-prose ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}

.legal-doc-prose li {
  position: relative;
  padding-left: 1.1rem;
  margin-bottom: 0.4rem;
}

.legal-doc-prose li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--arm-pro-accent);
}

.legal-doc-prose a {
  color: var(--arm-pro-accent);
  text-decoration: none;
  font-weight: 500;
}

.legal-doc-prose a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* SLA — hilangkan kartu besar, tetap dua kolom per layanan */
.sla.sla-plain.section.features-page-pro {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.sla.sla-plain {
  background: transparent !important;
}

.sla.sla-plain .service-card {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 2rem 0 !important;
  margin-bottom: 0 !important;
  border-bottom: 1px solid var(--arm-pro-border);
}

.sla.sla-plain .service-header {
  border-bottom: 1px solid var(--arm-pro-border);
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}

.sla.sla-plain .service-number {
  width: 44px;
  height: 44px;
  font-size: 1.125rem;
  border-radius: 8px;
  background: rgba(13, 131, 253, 0.1);
  color: var(--arm-pro-accent);
}

.sla.sla-plain .service-title {
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: none;
  color: #0f172a;
}

.sla.sla-plain .service-type-card {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  height: auto !important;
}

.sla.sla-plain .service-type-card:hover {
  border-color: transparent !important;
  box-shadow: none !important;
}

.sla.sla-plain .type-header {
  border-bottom: none;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

.sla.sla-plain .type-header i {
  color: var(--arm-pro-accent);
  font-size: 1.25rem;
}

.sla.sla-plain .type-header h5 {
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
}

.sla.sla-plain .sla-section h6,
.sla.sla-plain .requirements-section h6 {
  color: #334155;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sla.sla-plain .disclaimer-card {
  background: rgba(13, 131, 253, 0.04) !important;
  border: 1px solid var(--arm-pro-border) !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  margin-top: 2rem;
  padding: 1.25rem 1.35rem !important;
}

.sla.sla-plain .disclaimer-header {
  border-bottom: 1px solid var(--arm-pro-border);
  padding-bottom: 0.75rem;
  margin-bottom: 1rem;
}

.sla.sla-plain .disclaimer-header h4 {
  font-size: 1rem;
}

/* Services detailed page — sections not cards */
.services-detailed .service-section-plain {
  padding: 1.75rem 0;
  border-bottom: 1px solid var(--arm-pro-border);
}

.services-detailed .service-section-plain:first-of-type {
  padding-top: 0;
}

.services-detailed .service-section-head {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

.services-detailed .service-section-head .service-icon-detailed {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: rgba(13, 131, 253, 0.08) !important;
  color: var(--arm-pro-accent) !important;
  box-shadow: none !important;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
}

.services-detailed .service-section-head h3 {
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: none;
  margin: 0 0 0.35rem;
  color: #0f172a;
}

.services-detailed .service-meta-line {
  font-size: 0.8125rem;
  color: var(--arm-pro-muted);
}

.services-detailed .service-meta-line span {
  margin-right: 1rem;
}

.services-detailed .service-meta-line i {
  margin-right: 0.25rem;
  color: var(--arm-pro-accent);
}

.services-detailed .service-description-detailed {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #475569;
  margin-bottom: 0.75rem;
}

.services-detailed .service-info-plain {
  margin: 0;
  padding: 0;
  list-style: none;
}

.services-detailed .service-info-plain li {
  display: flex;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #64748b;
  padding: 0.25rem 0;
}

.services-detailed .service-info-plain li i {
  color: var(--arm-pro-accent);
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.services-detailed .info-box-detailed {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: transparent !important;
  box-shadow: none !important;
  border: 1px solid var(--arm-pro-border) !important;
  border-radius: 8px !important;
  padding: 1.25rem 1.5rem !important;
}

.services-detailed .info-icon-detailed {
  background: transparent !important;
  color: var(--arm-pro-accent) !important;
  flex-shrink: 0;
  font-size: 1.35rem;
  margin-top: 0.1rem;
}

/* Contact — tautan pada baris fitur */
.contact-page .feature-row-body a {
  color: var(--arm-pro-accent);
  text-decoration: none;
  font-weight: 500;
}

.contact-page .feature-row-body a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Articles list — gaya kartu di public/css/articles-enhanced.css */

/* Subscription form — multi-step wizard */
.subscription-wizard-section {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 45%);
}

.subscription-wizard-card.form-card {
  border-radius: 16px;
  border: 1px solid var(--arm-pro-border);
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.subscription-wizard-card .plan-summary {
  border-bottom: 1px solid var(--arm-pro-border);
  padding: 1.75rem 1.5rem 1.5rem;
  background: #fafbfc;
}

@media (min-width: 768px) {
  .subscription-wizard-card .plan-summary {
    padding: 2rem 2rem 1.75rem;
  }
}

.subscription-stepper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.35rem;
  padding: 1.25rem 1.5rem 0;
  position: relative;
}

.subscription-stepper::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 1.65rem;
  height: 2px;
  background: var(--arm-pro-border);
  z-index: 0;
}

.stepper-seg {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.35rem;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0 0.2rem;
  max-width: 33.33%;
}

.stepper-num {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--arm-pro-muted);
  background: #f1f5f9;
  border: 2px solid var(--arm-pro-border);
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.stepper-seg.is-active .stepper-num {
  color: #fff;
  background: var(--arm-pro-accent);
  border-color: var(--arm-pro-accent);
}

.stepper-seg.is-done .stepper-num {
  color: var(--arm-pro-accent);
  background: rgba(13, 131, 253, 0.12);
  border-color: rgba(13, 131, 253, 0.35);
}

.stepper-label {
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.25;
  color: var(--arm-pro-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

@media (min-width: 576px) {
  .stepper-label {
    font-size: 0.75rem;
  }
}

.stepper-seg.is-active .stepper-label {
  color: #0f172a;
}

.wizard-step-hint {
  padding: 0.5rem 1.5rem 0;
  margin-bottom: 0 !important;
}

.wizard-panel {
  padding: 1.25rem 1.5rem 1rem;
}

@media (min-width: 768px) {
  .wizard-panel {
    padding: 1.5rem 2rem 1.25rem;
  }
}

.wizard-panel-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 0.35rem;
  letter-spacing: -0.02em;
}

.wizard-panel-lead {
  font-size: 0.9375rem;
  color: var(--arm-pro-muted);
  margin: 0 0 1.25rem;
  line-height: 1.5;
}

.subscription-wizard-card .form-control,
.subscription-wizard-card .form-select {
  border-radius: 10px;
  border-color: #e2e8f0;
  padding: 0.6rem 0.85rem;
  font-size: 0.9375rem;
}

.subscription-wizard-card .form-control:focus,
.subscription-wizard-card .form-select:focus {
  border-color: rgba(13, 131, 253, 0.45);
  box-shadow: 0 0 0 3px rgba(13, 131, 253, 0.12);
}

.subscription-wizard-card .form-label {
  font-weight: 600;
  font-size: 0.875rem;
  color: #334155;
  margin-bottom: 0.4rem;
}

.subscription-wizard-card .input-group-text {
  border-radius: 10px 0 0 10px;
  background: #f8fafc;
  border-color: #e2e8f0;
  color: #64748b;
  font-size: 0.875rem;
}

.subscription-wizard-card .input-group .form-control {
  border-radius: 0 10px 10px 0;
}

.wizard-actions {
  padding: 1rem 1.5rem 1.5rem;
  border-top: 1px solid var(--arm-pro-border);
  background: #fafbfc;
  flex-wrap: wrap;
}

.wizard-actions .wizard-actions-start {
  flex: 0 1 auto;
  min-width: 0;
}

.wizard-actions .wizard-actions-cancel {
  flex-shrink: 0;
  text-decoration: none;
}

@media (min-width: 768px) {
  .wizard-actions {
    padding: 1.25rem 2rem 1.75rem;
  }
}

.wizard-actions .btn {
  border-radius: 10px;
  font-weight: 600;
  padding: 0.6rem 1.25rem;
}

.wizard-actions .btn-primary {
  background: var(--arm-pro-accent);
  border-color: var(--arm-pro-accent);
}

.wizard-actions .btn-primary:hover {
  background: #0a6fd4;
  border-color: #0a6fd4;
}

.subscription-wizard-card .price-summary {
  background: #f8fafc !important;
  border: 1px solid var(--arm-pro-border) !important;
  border-radius: 12px !important;
}

.subscription-wizard-card .period-btn {
  border-radius: 10px;
  font-weight: 600;
}

.subscription-wizard-card .form-check {
  padding: 0.85rem 1rem;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid var(--arm-pro-border);
}

.subscription-wizard-card .form-check-label {
  font-size: 0.875rem;
  line-height: 1.45;
  color: #334155;
}

.subscription-wizard-card .form-check-label a {
  font-weight: 600;
}

/* Footer — halaman aktif di daftar tautan (sama untuk semua kolom) */
.footer-site-pro .footer-link-list a[aria-current="page"] {
  color: #0f172a;
  font-weight: 600;
}

.footer-site-pro .footer-link-list a[aria-current="page"]:hover {
  color: var(--arm-pro-accent);
}

/* --------------------------------------------------------------------------
   Navbar — floating pill: less cramped, no double shadow, content not tucked under
   -------------------------------------------------------------------------- */
html {
  scroll-padding-top: 108px;
}

@media (max-width: 1199px) {
  html {
    scroll-padding-top: 96px;
  }
}

#header.header.fixed-top {
  background: transparent !important;
  box-shadow: none !important;
  padding-top: 16px;
  padding-bottom: 20px;
}

@media (max-width: 1199px) {
  #header.header.fixed-top {
    padding-top: 12px;
    padding-bottom: 16px;
  }
}

#header.header .header-container {
  box-shadow:
    0 4px 28px rgba(15, 23, 42, 0.07),
    0 0 0 1px rgba(15, 23, 42, 0.06);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 22px;
  padding-right: 22px;
}

@media (max-width: 1199px) {
  #header.header .header-container {
    padding: 10px 12px 10px 16px;
    margin-left: 12px;
    margin-right: 12px;
  }
}

body.scrolled #header.header .header-container {
  box-shadow:
    0 6px 28px rgba(15, 23, 42, 0.09),
    0 0 0 1px rgba(15, 23, 42, 0.07);
}

/* Mobile overlay menu above page */
body.mobile-nav-active #header.header.fixed-top {
  z-index: 9999;
}
