/* ANTI GESER KANAN-KIRI - FIXED VERSION */
html {
  width: 100vw;
  max-width: 100vw;
  overflow-x: hidden !important;
  position: relative;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', Arial, sans-serif;
  background: #f7fafd;
  color: #232e38;
  width: 100vw;
  max-width: 100vw;
  overflow-x: hidden !important;
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

.container-landing {
  max-width: 1200px;
  width: 100%;
  margin: 38px auto 80px auto;
  padding: 0 8px;
  box-sizing: border-box;
}

@media (max-width: 900px) {
  .container-landing {
    max-width: 100%;
    width: 100%;
    padding: 0 4px;
    margin: 20px auto 60px auto;
  }
}

@media (max-width: 600px) {
  .container-landing {
    padding: 0 4px;
    max-width: 100%;
    width: 100%;
    margin: 15px auto 50px auto;
    overflow-x: hidden;
  }
}

.section-title {
  background: #eaf4ff;
  color: #2196f3;
  font-weight: 700;
  font-size: 1.21em;
  border-radius: 15px;
  padding: 16px 8px 13px 8px;
  margin: 36px 4px 23px 4px;
  text-align: center;
  letter-spacing: .6px;
  box-shadow: 0 2px 18px #eaf4ff80;
  width: calc(100% - 8px);
  max-width: 100%;
  box-sizing: border-box;
}

@media (max-width: 600px) {
  .section-title {
    margin: 20px 0 15px 0;
    padding: 12px 4px 10px 4px;
    font-size: 1.1em;
    width: 100%;
  }
}

.card-list-xl {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

.paket-xl-card {
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 7px 36px #43b0fd17, 0 2px 8px #6be1bb10;
  width: 345px;
  min-height: 630px;
  padding: 32px 28px 24px 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  position: relative;
  border: none;
  transition: box-shadow .18s, transform .15s;
  box-sizing: border-box;
  max-width: 100%;
}

.paket-xl-card:hover {
  box-shadow: 0 18px 48px #43b0fd38, 0 8px 28px #14e38b18;
  transform: translateY(-8px) scale(1.018);
}

/* Gradien Header */
.gradient-blue {
  background: linear-gradient(180deg,#eaf8fe 38%,#fff 72%);
}
.gradient-cyan {
  background: linear-gradient(180deg,#d6f8ff 32%,#fff 78%);
}
.gradient-green {
  background: linear-gradient(180deg,#e2fff3 25%,#fff 72%);
}

/* Header dan bar speed */
.header-top { 
  width: 100%; 
  margin-bottom: 11px; 
  max-width: 100%;
  overflow: hidden;
}

.title {
  font-size: 2.2em;
  font-weight: 800;
  color: #1194e5;
  letter-spacing: .2px;
  margin-bottom: 8px;
  display: block;
  word-break: break-word;
  max-width: 100%;
}

.bar-kecepatan {
  display: flex;
  gap: 5px;
  margin: 0 0 9px 0;
  max-width: 100%;
  overflow: hidden;
}

.bar-kecepatan div {
  height: 11px;
  border-radius: 7px;
  background: linear-gradient(90deg,#1194e5,#11e591 98%);
  width: 36px;
  opacity: 1;
  flex-shrink: 0;
}

.bar-kecepatan .empty { 
  background: #d5e2f2 !important; 
  opacity: .58; 
}

.bar-kecepatan.smart div:nth-child(n+5) { 
  background: #d5e2f2 !important; 
  opacity: .58;
}

.bar-kecepatan.family div:nth-child(n+7) { 
  background: #d5e2f2 !important; 
  opacity: .58;
}

.bar-kecepatan.superuser div { 
  background: linear-gradient(90deg,#1194e5 60%,#11e591 99%); 
}

/* Mbps */
.mbps-xl {
  font-size: 2.5em;
  font-weight: 700;
  color: #0b83d2;
  margin: 13px 0 7px 0;
  letter-spacing: -.01em;
  word-break: break-word;
  max-width: 100%;
}

.mbps-xl span { 
  display: inline-block; 
}

.mbps-unit { 
  font-size: 0.44em; 
  color: #5982a3; 
  margin-left: 4px; 
  font-weight: 600; 
}

/* Ideal section */
.ideal-section { 
  width: 100%; 
  margin-bottom: 13px; 
  max-width: 100%;
}

.ideal-title {
  font-weight: 700;
  color: #223;
  font-size: 1.04em;
  margin-bottom: 7px;
  max-width: 100%;
  word-break: break-word;
}

.badge-list { 
  display: flex; 
  flex-wrap: wrap; 
  gap: 7px; 
  max-width: 100%;
}

.badge {
  background: #e7f3ff;
  color: #0b77c3;
  font-weight: 700;
  font-size: .97em;
  padding: 4.5px 14px;
  border-radius: 9px;
  box-shadow: 0 2px 6px #cdf1f85a;
  margin-bottom: 2px;
  letter-spacing: .02em;
  white-space: nowrap;
  max-width: 100%;
}

/* Benefit List */
.benefit-list {
  width: 100%;
  list-style: none;
  margin: 18px 0 12px 0;
  padding: 0;
  border-top: 2px solid #e7e9f2;
  max-width: 100%;
}

.benefit-list li {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 1.04em;
  color: #24324c;
  margin: 13px 0 0 0;
  font-weight: 600;
  letter-spacing: .01em;
  word-break: break-word;
  max-width: 100%;
}

.benefit-list .icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}

/* Price */
.price-xl { 
  width: 100%; 
  margin: 22px 0 0 0; 
  max-width: 100%;
}

.price-xl .old {
  font-size: 1em;
  color: #acacb8;
  text-decoration: line-through;
  margin-bottom: 1px;
  word-break: break-word;
}

.price-xl .now {
  color: #05992b;
  font-size: 1.37em;
  font-weight: 900;
  margin: 4px 0 1px 0;
  word-break: break-word;
}

.price-xl .now span.per {
  font-size: 0.66em;
  color: #444;
  font-weight: 600;
  margin-left: 2px;
}

.price-xl .ppn {
  font-size: .97em;
  color: #6d7e95;
  margin-top: 4px;
}

.cta-xl-btn {
  background: #143a82;
  color: #fff;
  font-size: 1.09em;
  font-weight: 800;
  padding: 15px 12px 12px 12px;
  width: 100%;
  max-width: 100%;
  border-radius: 100px;
  text-align: center;
  text-decoration: none;
  margin-top: 22px;
  letter-spacing: .05em;
  box-shadow: 0 1.5px 10px #13c3e13a;
  border: none;
  outline: none;
  transition: background .15s, box-shadow .16s, transform .1s;
  display: block;
  cursor: pointer;
  box-sizing: border-box;
}

.cta-xl-btn:hover {
  background: #08a3f0;
  color: #fff;
  box-shadow: 0 10px 24px #13c3e13d;
  transform: scale(1.018);
}

.narasi-aida, .narasi-mofu, .narasi-bofu {
  background: #fafdff;
  border-radius: 13px;
  margin: 18px auto 16px auto;
  max-width: 700px;
  width: calc(100% - 16px);
  padding: 18px 12px 13px 12px;
  box-shadow: 0 2px 12px rgba(17,146,225,0.04);
  text-align: center;
  box-sizing: border-box;
}

.narasi-aida h1 { 
  color: #0174df; 
  font-size: 1.18em; 
  font-weight: 800; 
  margin-bottom: 7px; 
  word-break: break-word;
}

.narasi-aida .pain { 
  color: #eb1616; 
  font-weight: 600; 
  font-size: 1.01em; 
  margin-bottom: 7px; 
  word-break: break-word;
}

.narasi-aida .interest { 
  color: #1a4369; 
  font-size: 1.03em; 
  margin-bottom: 2px; 
  word-break: break-word;
}

.narasi-mofu ul {
  margin: 0 0 12px 0;
  padding-left: 16px;
  font-size: 1.05em;
  color: #222;
  line-height: 1.57;
  list-style-position: inside;
  max-width: 100%;
}

.narasi-mofu li { 
  margin-bottom: 5px; 
  word-break: break-word;
}

.narasi-mofu .trust { 
  color: #0bb665; 
  margin-top: 9px; 
  font-size: 1em; 
  font-weight: 600; 
  word-break: break-word;
}

.narasi-mofu .trust i { 
  color: #475972; 
  font-size: 0.97em; 
  font-style: italic; 
  display: block; 
  margin-top: 2px; 
  word-break: break-word;
}

.narasi-bofu .note-promo { 
  font-size: 0.97em; 
  color: #8393a7; 
  margin-bottom: 8px; 
  line-height: 1.5; 
  word-break: break-word;
}

.narasi-bofu .bofu-action { 
  color: #0174df; 
  font-size: 1.06em; 
  margin: 5px 0 10px 0; 
  word-break: break-word;
}

.narasi-bofu .cta-bofu { 
  color: #ff7300; 
  font-weight: 700; 
  word-break: break-word;
}

.narasi-bofu .cta-btn { 
  margin-top: 12px; 
}

.cta-btn {
  display: inline-block;
  background: linear-gradient(90deg,#0174df 70%,#14e38b 100%);
  color: #fff;
  font-size: 1.12em;
  font-weight: 700;
  padding: 13px 34px;
  border-radius: 30px;
  margin: 17px 0 0 0;
  text-decoration: none;
  box-shadow: 0 2px 12px rgba(17,146,225,0.13);
  border: none;
  cursor: pointer;
  transition: background 0.18s, box-shadow 0.18s;
  max-width: 100%;
  box-sizing: border-box;
}

.cta-btn:hover {
  background: linear-gradient(90deg,#16b5ef 70%,#08c86c 100%);
  box-shadow: 0 4px 16px rgba(32,163,108,0.19);
}

.wa-float {
  position: fixed;
  bottom: 25px;
  right: 24px;
  background: #25d366;
  color: #fff;
  padding: 10px 18px 10px 12px;
  border-radius: 40px;
  box-shadow: 0 4px 16px rgba(37,211,102,0.18);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.07em;
  font-weight: 700;
  z-index: 99;
  text-decoration: none;
  transition: background 0.2s;
  animation: floatup 0.7s;
  max-width: calc(100% - 48px);
  box-sizing: border-box;
}

.wa-float:hover { 
  background: #128c7e; 
}

.wa-float img { 
  width: 28px; 
  height: 28px; 
  flex-shrink: 0;
}

.wa-float span { 
  display: block; 
  white-space: nowrap;
}

@keyframes floatup { 
  0% { opacity: 0; transform: translateY(48px); } 
  100% { opacity: 1; transform: translateY(0); } 
}

.footer-copyright {
  text-align: center;
  padding: 25px 8px 15px 8px;
  font-size: 0.98em;
  color: #8393a7;
  background: none;
  letter-spacing: .03em;
  word-break: break-word;
  max-width: 100%;
  box-sizing: border-box;
}

.footer-copyright a {
  color: #0174df;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.15s;
}

.footer-copyright a:hover { 
  color: #14e38b; 
}

@media (max-width: 1050px) {
  .card-list-xl { 
    gap: 24px; 
  }
  .paket-xl-card { 
    width: calc(100% - 16px);
    max-width: 420px; 
  }
}

@media (max-width: 900px) {
  .card-list-xl { 
    flex-direction: column; 
    align-items: center; 
    gap: 22px; 
    padding: 0 8px;
  }
  .paket-xl-card { 
    width: 100%;
    max-width: 420px; 
    min-width: 0; 
  }
}

@media (max-width: 600px) {
  .card-list-xl {
    flex-direction: column;
    gap: 18px;
    align-items: center;
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  
  .paket-xl-card {
    width: calc(100% - 8px) !important;
    max-width: calc(100% - 8px) !important;
    min-width: 0 !important;
    margin: 0 auto 14px auto;
    padding: 18px 12px 17px 12px !important;
    border-radius: 18px;
    box-sizing: border-box !important;
  }

  .title {
    font-size: 1.8em;
    word-break: break-word;
  }

  .mbps-xl { 
    font-size: 2em; 
  }

  .bar-kecepatan {
    gap: 3px;
  }

  .bar-kecepatan div {
    width: 28px;
  }

  .badge { 
    font-size: 0.91em; 
    padding: 4px 10px; 
    white-space: nowrap;
  }

  .badge-list { 
    gap: 5px; 
    justify-content: flex-start;
  }

  .benefit-list li { 
    font-size: 0.97em; 
    gap: 8px; 
  }

  .benefit-list .icon img {
    width: 22px;
    height: 22px;
  }

  .cta-xl-btn {
    font-size: 1.05em;
    padding: 13px 8px 10px 8px;
    margin-top: 18px;
    border-radius: 60px;
  }

  .wa-float {
    right: 8px; 
    bottom: 8px;
    font-size: .97em;
    padding: 8px 10px 8px 8px;
    z-index: 999;
    box-shadow: 0 2px 12px #25d36633;
    max-width: calc(100% - 16px);
  }

  .wa-float img {
    width: 24px;
    height: 24px;
  }

  .footer-copyright { 
    font-size: .92em; 
    padding: 16px 4px 9px 4px; 
  }

  .narasi-aida, .narasi-mofu, .narasi-bofu {
    width: calc(100% - 8px);
    margin: 15px auto 12px auto;
    padding: 15px 8px 12px 8px;
  }
}

.trust-booster {
  color: #19ae47;
  margin-top: 12px;
  font-size: 1.06em;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 100%;
}

.trust-booster span {
  font-size: 1.19em;
  color: #f4b400;
}

.trust-booster div {
  color: #3d4e67;
  font-weight: 400;
  font-size: 0.98em;
  font-style: italic;
  margin-top: 2px;
  margin-left: 0;
  width: 100%;
  word-break: break-word;
}

.narasi-xl-logo {
  background: #fafdff;
  border-radius: 13px;
  margin: 18px auto 16px auto;
  max-width: 700px;
  width: calc(100% - 16px);
  min-height: 120px;
  padding: 22px 8px 20px 8px;
  box-shadow: 0 2px 12px rgba(17,146,225,0.04);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
}

.logo-xl-satu {
  display: block;
  margin: 0 auto;
  max-width: 360px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 600px) {
  .narasi-xl-logo {
    min-height: 75px;
    padding: 13px 4px 10px 4px;
    width: calc(100% - 8px);
  }
  .logo-xl-satu {
    max-width: 100%;
    width: 90%;
  }
}

.narasi-xl-bofu {
  background: linear-gradient(180deg, #fafdff 65%, #e7f4ff 100%);
  border-radius: 14px;
  margin: 18px auto 24px auto;
  max-width: 700px;
  width: calc(100% - 16px);
  padding: 34px 16px 22px 16px;
  box-sizing: border-box;
  box-shadow: 0 2px 12px #e0f3ff6e;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  overflow: hidden;
}

.narasi-xl-bofu .logo-xl-satu {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto 2px auto;
}

.mofu-list {
  width: 100%;
  max-width: 420px;
  min-width: 0;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 13px;
  align-items: stretch;
  box-sizing: border-box;
}

.mofu-point {
  width: 100%;
  max-width: 100%;
  padding: 0 8px;
  margin: 0;
  background: none;
  color: #213755;
  font-weight: 600;
  font-size: 1.13em;
  text-align: left;
  border-radius: 0;
  box-shadow: none;
  line-height: 1.55;
  word-break: break-word;
  box-sizing: border-box;
}

.mofu-point b {
  color: #0174df;
  font-weight: 800;
}

@media (max-width: 600px) {
  .narasi-xl-bofu {
    padding: 19px 8px 14px 8px;
    width: calc(100% - 8px);
    gap: 16px;
  }
  
  .mofu-list {
    max-width: 100%;
    padding: 0;
  }
  
  .mofu-point {
    padding: 0 4px;
    font-size: 1em;
    max-width: 100%;
  }
  
  .narasi-xl-bofu .logo-xl-satu {
    max-width: 100%;
    width: 95%;
  }
}