/* Area detail redesign: Alur 3 Langkah */
.area-detail-page {
  background: #fbfaf7;
  color: #152238;
}

.area-flow-hero {
  position: relative;
  min-height: 382px;
  overflow: hidden;
  background: #001a41;
  color: #fff;
}

.area-flow-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(
    90deg,
    rgba(0, 17, 43, 0.98) 0%,
    rgba(0, 26, 65, 0.94) 38%,
    rgba(0, 26, 65, 0.62) 60%,
    rgba(0, 26, 65, 0.1) 100%
  );
  pointer-events: none;
}

.area-flow-hero-inner {
  position: relative;
  min-height: 382px;
  padding-top: 44px;
  padding-bottom: 51px;
}

.area-flow-visual {
  position: absolute;
  z-index: 0;
  inset: 0 calc((1180px - 100vw) / 2) 0 34%;
  min-width: 66vw;
  background:
    linear-gradient(90deg, #001a41 0%, rgba(0, 26, 65, 0.08) 36%),
    url("/assets/images/area-coverage-network.webp") center right / cover no-repeat;
  opacity: 0.94;
}

.area-flow-hero-copy {
  position: relative;
  z-index: 2;
  width: min(690px, 64%);
}

.area-flow-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.area-flow-kicker i {
  position: relative;
  width: 14px;
  height: 14px;
  border: 3px solid #ed0226;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.area-flow-kicker i::after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ed0226;
  content: "";
}

.area-flow-hero h1 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(40px, 4.2vw, 59px);
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 1.04;
}

.area-flow-hero-copy > p:not(.area-flow-trust) {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.6;
}

.area-coverage-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 19px;
}

.area-coverage-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  background: rgba(0, 16, 41, 0.26);
  color: #fff;
  font-size: 11px;
  font-weight: 650;
  backdrop-filter: blur(5px);
}

.area-coverage-pill i,
.area-region-chip i {
  position: relative;
  width: 9px;
  height: 9px;
  border: 2px solid currentColor;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.area-flow-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 19px;
}

.area-flow-hero .area-primary-cta {
  min-height: 50px;
  padding-inline: 22px;
  border-radius: 8px;
  background: #ed0226;
  color: #fff;
  box-shadow: 0 12px 28px rgba(237, 2, 38, 0.28);
  font-size: 14px;
}

.area-wa-mark {
  display: grid;
  width: 24px;
  height: 24px;
  margin-right: 9px;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-size: 14px;
}

.area-secondary-cta {
  display: inline-flex;
  min-height: 50px;
  padding: 0 21px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  transition: background 0.18s ease, border-color 0.18s ease;
}

.area-secondary-cta:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.09);
}

.area-flow-trust {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 13px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 10.5px;
  line-height: 1.5;
}

.area-flow-trust span {
  display: grid;
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}

.area-flow-breadcrumb {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 20px;
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
}

.area-flow-breadcrumb a {
  color: rgba(255, 255, 255, 0.84);
}

.area-journey-nav {
  position: sticky;
  z-index: 14;
  top: 0;
  padding: 18px 0;
  border-bottom: 1px solid #e2e7ee;
  background: rgba(251, 250, 247, 0.96);
  box-shadow: 0 9px 25px rgba(0, 26, 65, 0.055);
  backdrop-filter: blur(12px);
}

.area-journey-nav ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0 25px;
  border: 1px solid #dfe4eb;
  border-radius: 12px;
  background: #fff;
  list-style: none;
}

.area-flow-step {
  position: relative;
}

.area-flow-step:not(:last-child)::after {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 22px;
  left: 58%;
  height: 1px;
  background: #b8c0cc;
  content: "";
}

.area-flow-step:not(:last-child)::before {
  position: absolute;
  z-index: 1;
  top: calc(50% - 4px);
  right: 19px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #7a8799;
  border-right: 1px solid #7a8799;
  content: "";
  transform: rotate(45deg);
}

.area-flow-step a {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 68px;
  align-items: center;
  gap: 12px;
  color: #435066;
}

.area-flow-step span {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid #c9d0db;
  border-radius: 50%;
  background: #fff;
  color: #435066;
  font-size: 16px;
  font-weight: 800;
  transition: 0.18s ease;
}

.area-flow-step strong {
  padding-right: 52%;
  background: #fff;
  color: #435066;
  font-size: 15px;
  white-space: nowrap;
}

.area-flow-step.is-active span {
  border-color: #ed0226;
  background: #ed0226;
  color: #fff;
  box-shadow: 0 7px 18px rgba(237, 2, 38, 0.22);
}

.area-flow-step.is-active strong {
  color: #ed0226;
}

.area-package-section {
  padding: 52px 0 64px;
  background: #fbfaf7;
  scroll-margin-top: 104px;
}

.area-package-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 325px;
  gap: 26px;
  align-items: start;
}

.area-package-main {
  min-width: 0;
}

.area-package-section .package-toolbar {
  align-items: end;
  gap: 20px;
  margin-bottom: 25px;
}

.area-package-section .package-toolbar .eyebrow,
.area-card-label,
.area-section-heading > span,
.journey-card-step,
.area-final-cta > div > span,
.area-resources article > span,
.area-resources aside > span {
  display: block;
  margin-bottom: 7px;
  color: #ed0226;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.area-package-section .package-toolbar h2 {
  margin: 0 0 7px;
  color: #111b2d;
  font-size: 31px;
  letter-spacing: -0.7px;
}

.area-package-section .package-toolbar select {
  border-color: #ccd4df;
  border-radius: 8px;
}

.area-package-section .package-group h3 {
  padding-bottom: 11px;
  border-bottom: 1px solid #e2e6ec;
  color: #001a41;
  font-size: 17px;
}

.area-package-section .package-group-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.area-package-section .api-package-card {
  min-height: 318px;
  padding: 21px;
  border-color: #d8dee7;
  border-radius: 13px;
  box-shadow: 0 8px 22px rgba(0, 26, 65, 0.055);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.area-package-section .api-package-card:hover,
.area-package-section .api-package-card.is-selected {
  border-color: #001a41;
  box-shadow: 0 14px 30px rgba(0, 26, 65, 0.12);
  transform: translateY(-3px);
}

.area-package-section .api-package-card h4 {
  color: #001a41;
  font-size: 22px;
  line-height: 1.2;
}

.area-package-section .api-package-card .api-price {
  color: #ed0226;
  font-size: 21px;
}

.area-package-section .api-package-card a {
  min-height: 43px;
  background: #ed0226;
  transition: background 0.18s ease, transform 0.18s ease;
}

.area-package-section .api-package-card a:hover {
  background: #c90020;
  transform: translateY(-1px);
}

.area-package-section .api-notice {
  margin-top: 25px;
  border: 1px solid #dfe4eb;
  border-left: 3px solid #001a41;
  background: #fff;
}

.journey-package-skeleton {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.journey-package-skeleton > div {
  position: relative;
  display: flex;
  min-height: 235px;
  padding: 25px 20px;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  border: 1px solid #dce2ea;
  border-radius: 13px;
  background: linear-gradient(105deg, #fff 30%, #f5f7fa 50%, #fff 70%);
  background-size: 300% 100%;
  color: #001a41;
  animation: areaSkeleton 1.7s ease-in-out infinite;
}

.journey-package-skeleton > div.is-featured {
  border: 1.5px solid #001a41;
}

.journey-package-skeleton small {
  position: absolute;
  top: -11px;
  right: 14px;
  left: 14px;
  padding: 5px;
  border-radius: 999px;
  background: #001a41;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.journey-package-skeleton b {
  font-size: 23px;
}

.journey-package-skeleton span {
  color: #7b8798;
  font-size: 11px;
}

@keyframes areaSkeleton {
  0%,
  100% {
    background-position: 100% 0;
  }
  50% {
    background-position: 0 0;
  }
}

.journey-address-card {
  position: sticky;
  top: 111px;
  padding: 25px;
  border: 1px solid #d7dde7;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(0, 26, 65, 0.09);
  scroll-margin-top: 112px;
}

.journey-card-icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 13px;
  place-items: center;
  border: 1px solid #d5dce6;
  border-radius: 50%;
  background: #f7f9fc;
  color: #001a41;
  font-size: 25px;
}

.journey-address-card h2 {
  margin: 0 0 8px;
  color: #111b2d;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.journey-address-card > p {
  margin: 0;
  color: #5a6677;
  font-size: 12px;
  line-height: 1.65;
}

.journey-address-card ul {
  display: grid;
  gap: 11px;
  margin: 19px 0;
  padding: 0;
  list-style: none;
}

.journey-address-card li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: start;
}

.journey-address-card li > span {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border: 1px solid #d7dee8;
  border-radius: 7px;
  background: #f7f9fc;
  color: #001a41;
  font-size: 10px;
  font-weight: 800;
}

.journey-address-card li strong,
.journey-address-card li small {
  display: block;
}

.journey-address-card li strong {
  margin-bottom: 2px;
  color: #1c2c45;
  font-size: 12px;
}

.journey-address-card li small {
  color: #697486;
  font-size: 10.5px;
  line-height: 1.5;
}

.journey-continue {
  width: 100%;
  min-height: 47px;
  justify-content: space-between;
  background: #ed0226;
}

.journey-card-note {
  display: flex;
  gap: 7px;
  margin-top: 12px !important;
  color: #667285 !important;
  font-size: 9.5px !important;
}

.journey-card-note span {
  color: #001a41;
  font-weight: 800;
}

.area-guide-section {
  padding: 66px 0 76px;
  background: #fff;
  scroll-margin-top: 104px;
}

.area-section-heading {
  max-width: 740px;
  margin-bottom: 28px;
}

.area-section-heading h2 {
  margin: 0 0 10px;
  color: #111b2d;
  font-size: 34px;
  letter-spacing: -1px;
}

.area-section-heading p {
  margin: 0;
  color: #566174;
  font-size: 13px;
  line-height: 1.75;
}

.area-guide-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 20px;
}

.area-info-card {
  padding: 29px;
  border: 1px solid #dce2ea;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 26, 65, 0.055);
}

.area-info-card h3 {
  margin: 0 0 18px;
  color: #001a41;
  font-size: 22px;
  letter-spacing: -0.4px;
}

.area-info-card > p {
  margin: 20px 0 0;
  color: #5c6879;
  font-size: 12px;
  line-height: 1.75;
}

.area-region-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.area-region-chip {
  display: inline-flex;
  min-height: 39px;
  padding: 0 12px;
  align-items: center;
  gap: 8px;
  border: 1px solid #ccd5e2;
  border-radius: 8px;
  background: #f9fbfd;
  color: #1c355b;
  font-size: 11px;
  font-weight: 700;
}

.area-region-chip i {
  color: #ed0226;
}

.area-confirmation-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.area-confirmation-list > div {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 10px;
  padding: 15px;
  border: 1px solid #e1e6ed;
  border-radius: 10px;
  background: #fbfcfe;
}

.area-confirmation-list > div > span {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 50%;
  background: #001a41;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
}

.area-confirmation-list p,
.area-confirmation-list strong {
  display: block;
}

.area-confirmation-list p {
  margin: 0;
  color: #667285;
  font-size: 10.5px;
  line-height: 1.55;
}

.area-confirmation-list strong {
  margin-bottom: 3px;
  color: #21334e;
  font-size: 11.5px;
}

.area-final-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  margin-top: 22px;
  padding: 30px 32px;
  align-items: center;
  border-radius: 15px;
  background:
    radial-gradient(circle at 85% -20%, rgba(237, 2, 38, 0.33), transparent 32%),
    #001a41;
  color: #fff;
}

.area-final-cta > div > span {
  color: #ff657d;
}

.area-final-cta h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 24px;
}

.area-final-cta p {
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 11px;
  line-height: 1.7;
}

.area-final-actions {
  display: grid;
  min-width: 240px;
  gap: 10px;
}

.area-final-actions .btn-page {
  min-height: 48px;
  justify-content: space-between;
  background: #ed0226;
}

.area-final-actions > a:last-child {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.area-resources {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 22px;
}

.area-resources > * {
  padding: 26px;
  border: 1px solid #dce2ea;
  border-radius: 14px;
  background: #fbfcfe;
}

.area-resources h3 {
  margin: 0 0 8px;
  color: #001a41;
  font-size: 19px;
}

.area-resources p {
  margin: 0 0 12px;
  color: #647083;
  font-size: 11.5px;
  line-height: 1.7;
}

.area-related-grid {
  display: grid;
  gap: 7px;
}

.area-related-link {
  display: flex;
  min-height: 37px;
  padding: 0 11px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #dce2ea;
  border-radius: 7px;
  background: #fff;
  color: #21334e;
  font-size: 11px;
  font-weight: 700;
  transition: border-color 0.18s ease, transform 0.18s ease;
}

.area-related-link:hover {
  border-color: #ed0226;
  transform: translateX(2px);
}

.area-related-link b {
  color: #ed0226;
}

@media (max-width: 1100px) {
  .area-flow-hero-copy {
    width: 70%;
  }

  .area-flow-visual {
    left: 38%;
  }

  .area-package-layout {
    grid-template-columns: minmax(0, 1fr) 300px;
  }

  .area-package-section .package-group-grid,
  .journey-package-skeleton {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .area-flow-hero-copy {
    width: 76%;
  }

  .area-package-layout {
    grid-template-columns: 1fr;
  }

  .journey-address-card {
    position: static;
    display: grid;
    grid-template-columns: 65px 1fr;
    column-gap: 17px;
  }

  .journey-address-card .journey-card-step,
  .journey-address-card .journey-card-icon {
    grid-column: 1;
  }

  .journey-address-card h2,
  .journey-address-card > p,
  .journey-address-card ul,
  .journey-address-card .journey-continue,
  .journey-address-card .journey-card-note {
    grid-column: 2;
  }

  .journey-address-card h2 {
    grid-row: 1;
  }

  .journey-address-card > p {
    grid-row: 2;
  }

  .area-guide-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .area-detail-page .site-header {
    position: sticky;
    top: 0;
  }

  .area-flow-hero,
  .area-flow-hero-inner {
    min-height: 0;
  }

  .area-flow-hero-inner {
    padding-top: 36px;
    padding-bottom: 50px;
  }

  .area-flow-hero::after {
    background: linear-gradient(
      180deg,
      rgba(0, 19, 48, 0.96) 0%,
      rgba(0, 26, 65, 0.91) 65%,
      rgba(0, 26, 65, 0.79) 100%
    );
  }

  .area-flow-visual {
    inset: 0 -70% 0 20%;
    min-width: 150vw;
    opacity: 0.36;
  }

  .area-flow-hero-copy {
    width: 100%;
  }

  .area-flow-hero h1 {
    font-size: 37px;
    letter-spacing: -1.3px;
  }

  .area-flow-hero-copy > p:not(.area-flow-trust) {
    font-size: 14px;
  }

  .area-coverage-pills {
    gap: 7px;
  }

  .area-coverage-pill {
    min-height: 31px;
    padding: 0 10px;
    font-size: 10px;
  }

  .area-flow-hero-actions {
    display: grid;
  }

  .area-flow-hero .area-primary-cta,
  .area-secondary-cta {
    width: 100%;
  }

  .area-flow-breadcrumb {
    position: static;
    margin-top: 22px;
  }

  .area-journey-nav {
    top: 68px;
    padding: 10px 0;
  }

  .area-journey-nav ol {
    padding: 0 8px;
  }

  .area-flow-step a {
    min-height: 54px;
    gap: 6px;
    justify-content: center;
  }

  .area-flow-step span {
    width: 29px;
    height: 29px;
    font-size: 12px;
  }

  .area-flow-step strong {
    padding: 0;
    font-size: 10px;
    white-space: normal;
  }

  .area-flow-step:not(:last-child)::after,
  .area-flow-step:not(:last-child)::before {
    display: none;
  }

  .area-package-section,
  .area-guide-section {
    scroll-margin-top: 132px;
  }

  .area-package-section {
    padding: 37px 0 48px;
  }

  .area-package-section .package-toolbar {
    display: block;
  }

  .area-package-section .package-toolbar h2,
  .area-section-heading h2 {
    font-size: 27px;
  }

  .area-package-section .package-toolbar select {
    width: 100%;
    margin-top: 16px;
  }

  .area-package-section .package-group-grid,
  .journey-package-skeleton {
    grid-template-columns: 1fr;
  }

  .journey-package-skeleton > div {
    min-height: 150px;
  }

  .journey-address-card {
    display: block;
    padding: 22px 19px;
    scroll-margin-top: 132px;
  }

  .area-guide-section {
    padding: 48px 0 58px;
  }

  .area-info-card {
    padding: 22px 18px;
  }

  .area-confirmation-list {
    grid-template-columns: 1fr;
  }

  .area-final-cta {
    grid-template-columns: 1fr;
    padding: 24px 20px;
  }

  .area-final-actions {
    min-width: 0;
  }

  .area-resources {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .journey-package-skeleton > div {
    animation: none;
  }

  .area-package-section .api-package-card,
  .area-secondary-cta,
  .area-related-link {
    transition: none;
  }
}
