* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(0, 95, 255, 0.22), transparent 28%),
    radial-gradient(circle at top right, rgba(255, 0, 0, 0.18), transparent 30%),
    linear-gradient(135deg, #030303 0%, #0b0d13 55%, #070707 100%);
  color: #ffffff;
}

.landing {
  width: 100%;
  min-height: 100vh;
  padding: 24px 14px 36px;
}

.top-banner {
  max-width: 1180px;
  margin: 0 auto 22px;
}

.top-banner picture,
.top-banner img {
  display: block;
  width: 100%;
}

.top-banner img {
  border-radius: 24px;
  box-shadow: 0 18px 60px rgba(0,0,0,0.55);
  border: 1px solid rgba(255,255,255,0.12);
}

.hero {
  max-width: 1180px;
  margin: 0 auto 28px auto;
  padding: 34px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
  box-shadow: 0 18px 50px rgba(0,0,0,0.35);
}

.badge,
.plan-badge,
.promo-label {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 215, 0, 0.16);
  color: #ffd700;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
}

h1 {
  margin: 18px 0 8px 0;
  font-size: 52px;
  line-height: 1.05;
  letter-spacing: -1px;
}

.subtitle {
  margin: 0 0 14px 0;
  font-size: 22px;
  color: #ffd700;
  font-weight: 900;
}

.description {
  max-width: 760px;
  font-size: 17px;
  line-height: 1.65;
  color: #eeeeee;
}

.promo-card {
  margin-top: 24px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(255, 215, 0, 0.30);
  background:
    radial-gradient(circle at top right, rgba(255,215,0,0.20), transparent 38%),
    linear-gradient(135deg, rgba(255,255,255,0.10), rgba(255,255,255,0.04));
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
  align-items: center;
}

.promo-card h2 {
  margin: 12px 0;
  font-size: 30px;
}

.promo-price {
  display: flex;
  gap: 14px;
  align-items: baseline;
  flex-wrap: wrap;
}

.normal-price {
  color: rgba(255,255,255,0.66);
  text-decoration: line-through;
  font-weight: 800;
}

.promo-price strong {
  color: #ffd700;
  font-size: 34px;
  font-weight: 1000;
}

.countdown-box {
  background: rgba(0,0,0,0.35);
  border-radius: 20px;
  padding: 18px;
}

.countdown-title {
  color: #ffd700;
  font-weight: 900;
  margin-bottom: 12px;
  text-align: center;
}

.countdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.countdown div {
  background: rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 12px 8px;
  text-align: center;
}

.countdown strong {
  display: block;
  font-size: 24px;
}

.countdown span {
  font-size: 11px;
  color: rgba(255,255,255,0.72);
}

.promo-ended {
  grid-column: 1 / -1;
  color: #ffd700;
  font-weight: 900;
}

.steps {
  margin-top: 26px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.step-card {
  display: flex;
  gap: 14px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.10);
}

.step-card.highlight {
  background: linear-gradient(135deg, rgba(255,215,0,0.16), rgba(255,255,255,0.06));
}

.step-no {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #ffd700;
  color: #111111;
  font-weight: 900;
}

.step-card h3 {
  margin: 0 0 6px;
  font-size: 19px;
}

.step-card p {
  margin: 0 0 12px;
  color: #eeeeee;
  line-height: 1.5;
}

.telegram-btn {
  display: inline-block;
  text-decoration: none;
  background: #229ed9;
  color: #ffffff;
  padding: 13px 18px;
  border-radius: 14px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(34,158,217,0.28);
}

.plans-title {
  max-width: 1180px;
  margin: 0 auto 18px;
  text-align: center;
}

.plans-title h2 {
  margin: 0;
  font-size: 32px;
}

.plans-title p {
  color: rgba(255,255,255,0.72);
}

.plans {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 20px;
}

.plan-card,
.empty-card {
  border-radius: 26px;
  padding: 26px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
  color: #111111;
  box-shadow: 0 16px 44px rgba(0,0,0,0.35);
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.plan-card h2 {
  margin: 14px 0 8px;
  font-size: 28px;
}

.plan-desc {
  color: #333333;
  line-height: 1.5;
}

.channels {
  padding: 14px;
  border-radius: 16px;
  background: #eeeeee;
  color: #111111;
  font-size: 14px;
}

.channels span {
  display: block;
  color: #666666;
  font-size: 12px;
  margin-bottom: 4px;
}

.price-box {
  padding: 20px;
  border-radius: 20px;
  background:
    radial-gradient(circle at top right, rgba(255,215,0,0.15), transparent 40%),
    #0d111c;
  color: #ffffff;
}

.price {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.price span {
  color: #ffd700;
  font-weight: 900;
}

.price strong {
  font-size: 42px;
  letter-spacing: -1px;
}

.duration {
  margin-top: 8px;
  color: #d5d5d5;
}

.actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.btn {
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 16px 18px;
  border-radius: 16px;
  font-weight: 900;
}

.btn.primary {
  background: #0d111c;
  color: #ffffff;
}

.btn.secondary {
  background: #ffd700;
  color: #111111;
}

.small-note {
  margin: 0;
  font-size: 13px;
  color: #555555;
  line-height: 1.4;
}

footer {
  text-align: center;
  color: rgba(255,255,255,0.55);
  margin-top: 34px;
}

@media (max-width: 768px) {
  .landing {
    padding: 14px 10px 28px;
  }

  .top-banner img {
    border-radius: 18px;
  }

  .hero {
    padding: 22px 16px;
    border-radius: 22px;
  }

  h1 {
    font-size: 36px;
  }

  .subtitle {
    font-size: 18px;
  }

  .description {
    font-size: 15px;
  }

  .promo-card {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .promo-card h2 {
    font-size: 24px;
  }

  .promo-price strong {
    font-size: 28px;
  }

  .countdown {
    grid-template-columns: repeat(2, 1fr);
  }

  .steps {
    grid-template-columns: 1fr;
  }

  .plans-title h2 {
    font-size: 26px;
  }

  .plan-card {
    padding: 22px;
  }

  .price strong {
    font-size: 36px;
  }

  .telegram-btn,
  .btn {
    width: 100%;
    text-align: center;
  }
}


/* SQD PUBLIC LANDING CLEAN REDESIGN V3 START */

body.sqd-public-clean-v3 {
  background: #020617 !important;
  color: #ffffff !important;
}

body.sqd-public-clean-v3 * {
  box-sizing: border-box;
}

body.sqd-public-clean-v3 img {
  max-width: 100%;
}

/* remove heavy card feeling, but keep original layout safe */
body.sqd-public-clean-v3 .card,
body.sqd-public-clean-v3 .landing-card,
body.sqd-public-clean-v3 .section-card,
body.sqd-public-clean-v3 .product-card,
body.sqd-public-clean-v3 .subscription-card,
body.sqd-public-clean-v3 .counter-card,
body.sqd-public-clean-v3 .quota-card,
body.sqd-public-clean-v3 .company-card,
body.sqd-public-clean-v3 .info-card {
  box-shadow: none !important;
}

/* only hide old payment links after JS copied their real href */
body.sqd-public-clean-v3.sqd-payment-ready-v3 .sqd-old-payment-link-v3 {
  display: none !important;
}

/* new payment section */
body.sqd-public-clean-v3 .sqd-payment-strip-v3 {
  width: 100%;
  padding: 26px 14px;
  background:
    radial-gradient(circle at 10% 0%, rgba(245, 158, 11, 0.25), transparent 35%),
    radial-gradient(circle at 95% 50%, rgba(255, 255, 255, 0.10), transparent 28%),
    linear-gradient(135deg, #020617 0%, #0f172a 55%, #111827 100%);
  border-top: 1px solid rgba(245, 158, 11, 0.28);
  border-bottom: 1px solid rgba(245, 158, 11, 0.22);
  margin: 0;
  color: #ffffff;
}

body.sqd-public-clean-v3 .sqd-payment-inner-v3 {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 22px;
  align-items: center;
}

body.sqd-public-clean-v3 .sqd-payment-copy-v3 {
  min-width: 0;
}

body.sqd-public-clean-v3 .sqd-payment-badge-v3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(245, 158, 11, 0.14);
  border: 1px solid rgba(245, 158, 11, 0.36);
  color: #fbbf24;
  font-size: 11px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

body.sqd-public-clean-v3 .sqd-payment-copy-v3 h2 {
  margin: 0 0 8px 0;
  color: #ffffff !important;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.02;
  font-weight: 950;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

body.sqd-public-clean-v3 .sqd-payment-copy-v3 p {
  margin: 0;
  color: rgba(255,255,255,0.76) !important;
  font-size: 15px;
  line-height: 1.6;
  max-width: 620px;
}

body.sqd-public-clean-v3 .sqd-payment-buttons-v3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  width: 100%;
}

body.sqd-public-clean-v3 .sqd-pay-button-v3 {
  min-height: 86px;
  width: 100%;
  border-radius: 18px;
  padding: 15px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 13px;
  text-decoration: none !important;
  border: 1px solid rgba(255,255,255,0.20);
  transition: transform .18s ease, border-color .18s ease, filter .18s ease;
  overflow: hidden;
}

body.sqd-public-clean-v3 .sqd-pay-button-v3:hover {
  transform: translateY(-2px);
  border-color: rgba(245, 158, 11, 0.75);
  filter: brightness(1.03);
}

body.sqd-public-clean-v3 .sqd-stripe-button-v3 {
  background: linear-gradient(135deg, #ffffff 0%, #e0e7ff 100%) !important;
  color: #111827 !important;
}

body.sqd-public-clean-v3 .sqd-zenpay-button-v3 {
  background: linear-gradient(135deg, #facc15 0%, #f59e0b 100%) !important;
  color: #111827 !important;
}

body.sqd-public-clean-v3 .sqd-pay-icon-v3 {
  width: 54px;
  height: 54px;
  border-radius: 15px;
  background: rgba(255,255,255,0.90);
  border: 1px solid rgba(15,23,42,0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  overflow: hidden;
}

body.sqd-public-clean-v3 .sqd-pay-icon-v3 img {
  max-width: 44px;
  max-height: 34px;
  object-fit: contain;
  display: block;
}

body.sqd-public-clean-v3 .sqd-pay-text-v3 {
  display: block;
  text-align: left;
  min-width: 0;
}

body.sqd-public-clean-v3 .sqd-pay-text-v3 strong {
  display: block;
  color: #111827 !important;
  font-size: 15px;
  line-height: 1.15;
  font-weight: 950;
  letter-spacing: -0.02em;
}

body.sqd-public-clean-v3 .sqd-pay-text-v3 small {
  display: block;
  color: rgba(17, 24, 39, 0.74) !important;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  margin-top: 5px;
}

/* desktop */
@media (min-width: 769px) {
  body.sqd-public-clean-v3 .sqd-payment-strip-v3 {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* mobile */
@media (max-width: 768px) {
  body.sqd-public-clean-v3 {
    overflow-x: hidden;
  }

  body.sqd-public-clean-v3 .landing-container,
  body.sqd-public-clean-v3 .container {
    width: 100% !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  body.sqd-public-clean-v3 .sqd-payment-strip-v3 {
    padding: 20px 14px;
  }

  body.sqd-public-clean-v3 .sqd-payment-inner-v3 {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  body.sqd-public-clean-v3 .sqd-payment-copy-v3 h2 {
    font-size: 29px;
    line-height: 1.04;
  }

  body.sqd-public-clean-v3 .sqd-payment-copy-v3 p {
    font-size: 14px;
    line-height: 1.55;
  }

  body.sqd-public-clean-v3 .sqd-payment-buttons-v3 {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.sqd-public-clean-v3 .sqd-pay-button-v3 {
    min-height: 76px;
    border-radius: 15px;
    padding: 13px;
    justify-content: flex-start;
  }

  body.sqd-public-clean-v3 .sqd-pay-icon-v3 {
    width: 48px;
    height: 48px;
    border-radius: 13px;
  }

  body.sqd-public-clean-v3 .sqd-pay-icon-v3 img {
    max-width: 39px;
    max-height: 30px;
  }

  body.sqd-public-clean-v3 .sqd-pay-text-v3 strong {
    font-size: 14px;
  }

  body.sqd-public-clean-v3 .sqd-pay-text-v3 small {
    font-size: 11.5px;
  }
}

@media (max-width: 380px) {
  body.sqd-public-clean-v3 .sqd-payment-copy-v3 h2 {
    font-size: 25px;
  }

  body.sqd-public-clean-v3 .sqd-pay-button-v3 {
    gap: 10px;
  }
}

/* SQD PUBLIC LANDING CLEAN REDESIGN V3 END */


/* LANDING BUILDER FINAL START */

.lb-body {
  margin: 0;
  background: #020617;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.lb-body * {
  box-sizing: border-box;
}

.lb-page {
  width: 100%;
  overflow-x: hidden;
}

.lb-hero {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 14px 20px;
}

.lb-hero picture,
.lb-hero-image {
  display: block;
  width: 100%;
}

.lb-hero-image {
  border-radius: 0 0 24px 24px;
  object-fit: cover;
}

.lb-hero-content {
  margin-top: 18px;
  padding: 24px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  border: 1px solid rgba(255,255,255,.14);
}

.lb-badge,
.lb-mini {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 215, 0, .14);
  border: 1px solid rgba(255, 215, 0, .35);
  color: #ffd700;
  font-size: 10px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.lb-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 5vw, 64px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.045em;
}

.lb-hero h2 {
  margin: 10px 0 0;
  color: #ffd700;
  font-size: clamp(18px, 3vw, 30px);
}

.lb-hero p,
.lb-section p,
.lb-checkout p {
  color: rgba(255,255,255,.78);
  line-height: 1.65;
  white-space: pre-line;
}

.lb-subscribe-block {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 18px;
  padding: 0 14px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.lb-subscribe-inline {
  margin-top: 18px;
  margin-bottom: 18px;
}

.lb-main-subscribe,
.lb-section-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ffd700, #f59e0b);
  color: #111827 !important;
  text-decoration: none;
  font-weight: 950;
  border: 0;
  box-shadow: 0 14px 34px rgba(245,158,11,.22);
}

.lb-bot-link {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 14px;
  background: rgba(255,255,255,.08);
  color: #fff !important;
  text-decoration: none;
  font-weight: 900;
  border: 1px solid rgba(255,255,255,.15);
}

.lb-bot-link.wide {
  width: 100%;
}

.lb-section,
.lb-checkout {
  width: calc(100% - 28px);
  max-width: 1180px;
  margin: 18px auto;
  padding: 24px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 0 0, rgba(255,215,0,.13), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  border: 1px solid rgba(255,255,255,.14);
}

.lb-section h2,
.lb-checkout h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(26px, 4vw, 44px);
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -.04em;
  text-transform: uppercase;
}

.lb-section-copy {
  min-width: 0;
}

.lb-layout-media_left,
.lb-layout-media_right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: center;
}

.lb-layout-media_left .lb-section-media-wrap {
  order: -1;
}

.lb-layout-media_only .lb-section-copy {
  display: none;
}

.lb-layout-text_only .lb-section-media-wrap {
  display: none;
}

.lb-section-media-wrap {
  margin-top: 14px;
}

.lb-layout-media_left .lb-section-media-wrap,
.lb-layout-media_right .lb-section-media-wrap {
  margin-top: 0;
}

.lb-section-media {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.14);
  background: #111827;
  display: block;
}

video.lb-section-media {
  object-fit: contain;
}

.lb-section-cta {
  margin-top: 16px;
}

.lb-section-counter {
  border-color: rgba(255,215,0,.36);
}

.lb-counter-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 16px;
}

.lb-agent-grid {
  margin-top: 12px;
}

.lb-counter-item {
  background: rgba(0,0,0,.42);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  padding: 16px;
}

.lb-counter-item span {
  display: block;
  color: #ffd700;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.lb-counter-item strong {
  display: block;
  color: #fff;
  font-size: 30px;
  margin-top: 6px;
}

.lb-soldout {
  margin-top: 14px;
  padding: 14px;
  border-radius: 14px;
  background: #991b1b;
  color: #fff;
  font-weight: 900;
  text-align: center;
}

.lb-checkout {
  background:
    radial-gradient(circle at 100% 0, rgba(255,215,0,.18), transparent 30%),
    linear-gradient(135deg, #ffffff, #f8fafc);
  color: #111827;
}

.lb-checkout h2,
.lb-checkout h3,
.lb-checkout p {
  color: #111827 !important;
}

.lb-plan-box {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 22px;
  align-items: stretch;
}

.lb-plan-badge,
.lb-channel-box {
  display: inline-flex;
  padding: 8px 11px;
  border-radius: 999px;
  background: #fef3c7;
  color: #92400e;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.lb-channel-box {
  display: block;
  border-radius: 14px;
  margin-top: 12px;
  color: #111827;
  text-transform: none;
}

.lb-price {
  margin-top: 16px;
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, #020617, #111827);
  color: #ffffff;
}

.lb-price span {
  color: #ffd700;
  font-weight: 950;
}

.lb-price strong {
  font-size: 38px;
  margin-left: 8px;
}

.lb-price small {
  display: block;
  margin-top: 4px;
  color: rgba(255,255,255,.72);
}

.lb-checkout-actions {
  display: grid;
  gap: 12px;
}

.lb-pay-btn {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 16px;
  padding: 14px;
  text-decoration: none !important;
  color: #111827 !important;
  font-weight: 950;
}

.lb-pay-btn small {
  display: block;
  margin-top: 4px;
  color: rgba(17,24,39,.70);
  font-size: 12px;
}

.lb-stripe {
  background: linear-gradient(135deg, #ffffff, #e0e7ff);
  border: 1px solid #dbeafe;
}

.lb-zenpay {
  background: linear-gradient(135deg, #ffd700, #f59e0b);
  border: 1px solid #f59e0b;
}

.lb-pay-logo {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(255,255,255,.90);
  display: flex;
  align-items: center;
  justify-content: center;
}

.lb-pay-logo img {
  max-width: 38px;
  max-height: 28px;
  object-fit: contain;
}

.lb-footer {
  text-align: center;
  color: rgba(255,255,255,.45);
  font-size: 12px;
  padding: 24px 14px 34px;
}

@media (max-width: 768px) {
  .lb-hero {
    padding-left: 0;
    padding-right: 0;
  }

  .lb-hero-image {
    border-radius: 0 0 18px 18px;
  }

  .lb-hero-content,
  .lb-section,
  .lb-checkout {
    width: calc(100% - 24px);
    margin-left: auto;
    margin-right: auto;
    padding: 18px;
    border-radius: 18px;
  }

  .lb-subscribe-block {
    padding-left: 12px;
    padding-right: 12px;
  }

  .lb-main-subscribe,
  .lb-bot-link,
  .lb-section-button {
    width: 100%;
  }

  .lb-layout-media_left,
  .lb-layout-media_right,
  .lb-plan-box,
  .lb-counter-grid {
    grid-template-columns: 1fr;
  }

  .lb-layout-media_left .lb-section-media-wrap {
    order: 0;
  }

  .lb-section h2,
  .lb-checkout h2 {
    font-size: 28px;
  }
}

/* LANDING BUILDER FINAL END */


/* SQD MEDIA ONLY CLEAN LANDING START */

/* remove label / section naming */
.lb-mini,
.lb-badge {
  display: none !important;
}

/* no card design for normal sections */
.lb-section {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 14px !important;
  margin: 18px auto !important;
  width: 100% !important;
  max-width: 1180px !important;
  border-radius: 0 !important;
}

/* media sections: show media only */
.lb-section-discount .lb-section-copy,
.lb-section-video .lb-section-copy,
.lb-section-testimonial .lb-section-copy,
.lb-section-image .lb-section-copy,
.lb-section-proof .lb-section-copy {
  display: none !important;
}

.lb-section-discount,
.lb-section-video,
.lb-section-testimonial,
.lb-section-image,
.lb-section-proof {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* media full clean */
.lb-section-media-wrap {
  margin: 0 !important;
  width: 100% !important;
}

.lb-section-media {
  width: 100% !important;
  max-height: none !important;
  object-fit: contain !important;
  display: block !important;
  border-radius: 16px !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  background: #020617 !important;
}

/* video also clean */
video.lb-section-media {
  background: #000 !important;
}

/* subscribe button spacing */
.lb-subscribe-block {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}

.lb-subscribe-inline {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}

.lb-main-subscribe,
.lb-section-button {
  width: auto !important;
  min-width: 160px !important;
  min-height: 46px !important;
  padding: 12px 18px !important;
  border-radius: 12px !important;
  font-size: 13px !important;
  box-shadow: none !important;
}

/* hero clean */
.lb-hero-content {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 16px 14px 0 !important;
  border-radius: 0 !important;
}

.lb-hero h1 {
  font-size: clamp(28px, 4vw, 48px) !important;
}

.lb-hero h2,
.lb-hero p {
  display: none !important;
}

/* counter clean, no heading */
.lb-section-counter {
  padding: 0 14px !important;
  background: transparent !important;
  border: 0 !important;
}

.lb-section-counter .lb-section-copy {
  display: none !important;
}

.lb-counter-grid {
  margin-top: 0 !important;
  gap: 10px !important;
}

.lb-counter-item {
  background: rgba(255,255,255,.05) !important;
  border: 1px solid rgba(255,215,0,.25) !important;
  border-radius: 12px !important;
  padding: 12px !important;
}

.lb-counter-item span {
  font-size: 9px !important;
}

.lb-counter-item strong {
  font-size: 24px !important;
}

/* TNC and disclaimer text only, no card feel */
.lb-section-tnc,
.lb-section-disclaimer,
.lb-section-text {
  background: transparent !important;
  border: 0 !important;
  padding: 0 14px !important;
}

.lb-section-tnc h2,
.lb-section-disclaimer h2,
.lb-section-text h2 {
  font-size: 18px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.lb-section-tnc p,
.lb-section-disclaimer p,
.lb-section-text p {
  font-size: 13px !important;
  color: rgba(255,255,255,.68) !important;
}

/* hide unnecessary checkout heading/text */
.lb-checkout {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #fff !important;
  padding: 0 14px 26px !important;
  margin-top: 22px !important;
}

.lb-checkout-head {
  display: none !important;
}

.lb-plan-box {
  display: grid !important;
  grid-template-columns: 0.85fr 1.15fr !important;
  gap: 14px !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}

.lb-plan-box h3 {
  color: #fff !important;
  margin: 0 0 10px !important;
  font-size: 20px !important;
}

.lb-plan-box p,
.lb-plan-badge,
.lb-channel-box {
  display: none !important;
}

.lb-price {
  margin-top: 0 !important;
  border-radius: 16px !important;
  background: rgba(255,255,255,.06) !important;
  border: 1px solid rgba(255,215,0,.25) !important;
}

.lb-checkout-actions {
  gap: 10px !important;
}

.lb-pay-btn {
  min-height: 64px !important;
  border-radius: 14px !important;
}

.lb-bot-link.wide {
  display: none !important;
}

/* remove duplicate checkout CTA if checkout section exists */
.lb-section-copy + .lb-section-cta .lb-section-button[href="#checkout"] {
  display: none !important;
}

@media (max-width: 768px) {
  .lb-section {
    padding-left: 12px !important;
    padding-right: 12px !important;
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }

  .lb-main-subscribe,
  .lb-section-button {
    width: 100% !important;
  }

  .lb-plan-box {
    grid-template-columns: 1fr !important;
  }

  .lb-counter-grid {
    grid-template-columns: 1fr 1fr 1fr !important;
    gap: 8px !important;
  }

  .lb-counter-item {
    padding: 10px 8px !important;
  }

  .lb-counter-item strong {
    font-size: 20px !important;
  }

  .lb-counter-item span {
    font-size: 8px !important;
  }

  .lb-section-media {
    border-radius: 12px !important;
  }
}

/* SQD MEDIA ONLY CLEAN LANDING END */


/* SQD EXACT MEDIA FLOW CLEAN START */

/* Hide all section labels/titles for media flow */
.lb-mini,
.lb-badge {
  display: none !important;
}

/* General no-card look */
.lb-section {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 14px !important;
  margin: 16px auto !important;
  width: 100% !important;
  max-width: 1180px !important;
  border-radius: 0 !important;
}

/* Media section = media only */
.lb-section-image .lb-section-copy,
.lb-section-video .lb-section-copy,
.lb-section-testimonial .lb-section-copy,
.lb-section-proof .lb-section-copy,
.lb-section-discount .lb-section-copy {
  display: none !important;
}

.lb-section-media-wrap {
  margin: 0 !important;
  width: 100% !important;
}

.lb-section-media {
  width: 100% !important;
  max-height: none !important;
  object-fit: contain !important;
  display: block !important;
  border-radius: 16px !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  background: #020617 !important;
}

video.lb-section-media {
  background: #000 !important;
}

/* Subscribe button only */
.lb-subscribe-block,
.lb-subscribe-inline {
  max-width: 1180px !important;
  margin: 14px auto !important;
  padding: 0 14px !important;
}

.lb-main-subscribe,
.lb-section-button {
  width: auto !important;
  min-width: 160px !important;
  min-height: 46px !important;
  padding: 12px 18px !important;
  border-radius: 12px !important;
  font-size: 13px !important;
  box-shadow: none !important;
}

/* Hero text minimal */
.lb-hero-content {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 16px 14px 0 !important;
  border-radius: 0 !important;
}

.lb-hero h1 {
  font-size: clamp(28px, 4vw, 48px) !important;
}

.lb-hero h2,
.lb-hero p {
  display: none !important;
}

/* Counter numbers only */
.lb-section-counter {
  padding: 0 14px !important;
  background: transparent !important;
  border: 0 !important;
}

.lb-section-counter .lb-section-copy {
  display: none !important;
}

.lb-counter-grid {
  margin-top: 0 !important;
  gap: 10px !important;
}

.lb-counter-item {
  background: rgba(255,255,255,.05) !important;
  border: 1px solid rgba(255,215,0,.25) !important;
  border-radius: 12px !important;
  padding: 12px !important;
}

.lb-counter-item span {
  font-size: 9px !important;
}

.lb-counter-item strong {
  font-size: 24px !important;
}

/* TNC / disclaimer text only if filled */
.lb-section-tnc,
.lb-section-disclaimer {
  background: transparent !important;
  border: 0 !important;
  padding: 0 14px !important;
}

.lb-section-tnc h2,
.lb-section-disclaimer h2 {
  font-size: 18px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.lb-section-tnc p,
.lb-section-disclaimer p {
  font-size: 13px !important;
  color: rgba(255,255,255,.68) !important;
}

/* Checkout clean final section */
.lb-checkout {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #fff !important;
  padding: 0 14px 26px !important;
  margin-top: 22px !important;
}

.lb-checkout-head,
.lb-plan-badge,
.lb-channel-box,
.lb-plan-box p,
.lb-bot-link.wide {
  display: none !important;
}

.lb-plan-box {
  display: grid !important;
  grid-template-columns: 0.85fr 1.15fr !important;
  gap: 14px !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}

.lb-plan-box h3 {
  color: #fff !important;
  margin: 0 0 10px !important;
  font-size: 20px !important;
}

.lb-price {
  margin-top: 0 !important;
  border-radius: 16px !important;
  background: rgba(255,255,255,.06) !important;
  border: 1px solid rgba(255,215,0,.25) !important;
}

.lb-checkout-actions {
  gap: 10px !important;
}

.lb-pay-btn {
  min-height: 64px !important;
  border-radius: 14px !important;
}

@media (max-width: 768px) {
  .lb-section,
  .lb-subscribe-block,
  .lb-subscribe-inline,
  .lb-checkout {
    padding-left: 12px !important;
    padding-right: 12px !important;
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }

  .lb-main-subscribe,
  .lb-section-button {
    width: 100% !important;
  }

  .lb-plan-box {
    grid-template-columns: 1fr !important;
  }

  .lb-counter-grid {
    grid-template-columns: 1fr 1fr 1fr !important;
    gap: 8px !important;
  }

  .lb-counter-item {
    padding: 10px 8px !important;
  }

  .lb-counter-item strong {
    font-size: 20px !important;
  }

  .lb-counter-item span {
    font-size: 8px !important;
  }

  .lb-section-media {
    border-radius: 12px !important;
  }
}

/* SQD EXACT MEDIA FLOW CLEAN END */


/* GEO MEDIA FLOW CLEAN START */

.lb-mini,
.lb-badge {
  display: none !important;
}

/* no section card look */
.lb-section {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 14px !important;
  margin: 16px auto !important;
  width: 100% !important;
  max-width: 1180px !important;
  border-radius: 0 !important;
}

/* media section media only */
.lb-section-image .lb-section-copy,
.lb-section-video .lb-section-copy,
.lb-section-testimonial .lb-section-copy,
.lb-section-proof .lb-section-copy,
.lb-section-discount .lb-section-copy {
  display: none !important;
}

.lb-section-media-wrap {
  margin: 0 !important;
  width: 100% !important;
}

.lb-section-media {
  width: 100% !important;
  max-height: none !important;
  object-fit: contain !important;
  display: block !important;
  border-radius: 16px !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  background: #020617 !important;
}

video.lb-section-media {
  background: #000 !important;
}

/* subscribe button clean */
.lb-subscribe-block,
.lb-subscribe-inline {
  max-width: 1180px !important;
  margin: 14px auto !important;
  padding: 0 14px !important;
}

.lb-main-subscribe,
.lb-section-button {
  width: auto !important;
  min-width: 160px !important;
  min-height: 46px !important;
  padding: 12px 18px !important;
  border-radius: 12px !important;
  font-size: 13px !important;
  box-shadow: none !important;
}

/* hero clean */
.lb-hero-content {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 16px 14px 0 !important;
  border-radius: 0 !important;
}

.lb-hero h1 {
  font-size: clamp(28px, 4vw, 48px) !important;
}

.lb-hero h2,
.lb-hero p {
  display: none !important;
}

/* counter numbers only */
.lb-section-counter {
  padding: 0 14px !important;
  background: transparent !important;
  border: 0 !important;
}

.lb-section-counter .lb-section-copy {
  display: none !important;
}

.lb-counter-grid {
  margin-top: 0 !important;
  gap: 10px !important;
}

.lb-counter-item {
  background: rgba(255,255,255,.05) !important;
  border: 1px solid rgba(255,215,0,.25) !important;
  border-radius: 12px !important;
  padding: 12px !important;
}

.lb-counter-item span {
  font-size: 9px !important;
}

.lb-counter-item strong {
  font-size: 24px !important;
}

/* tnc disclaimer text if any */
.lb-section-tnc,
.lb-section-disclaimer {
  background: transparent !important;
  border: 0 !important;
  padding: 0 14px !important;
}

.lb-section-tnc h2,
.lb-section-disclaimer h2 {
  display: none !important;
}

.lb-section-tnc p,
.lb-section-disclaimer p {
  font-size: 12px !important;
  color: rgba(255,255,255,.60) !important;
  line-height: 1.6 !important;
}

/* checkout clean */
.lb-checkout {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #fff !important;
  padding: 0 14px 26px !important;
  margin-top: 22px !important;
}

.lb-checkout-head,
.lb-plan-badge,
.lb-channel-box,
.lb-plan-box p,
.lb-bot-link.wide {
  display: none !important;
}

.lb-plan-box {
  display: grid !important;
  grid-template-columns: 0.85fr 1.15fr !important;
  gap: 14px !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}

.lb-plan-box h3 {
  color: #fff !important;
  margin: 0 0 10px !important;
  font-size: 20px !important;
}

.lb-price {
  margin-top: 0 !important;
  border-radius: 16px !important;
  background: rgba(255,255,255,.06) !important;
  border: 1px solid rgba(255,215,0,.25) !important;
}

.lb-checkout-actions {
  gap: 10px !important;
}

.lb-pay-btn {
  min-height: 64px !important;
  border-radius: 14px !important;
}

@media (max-width: 768px) {
  .lb-section,
  .lb-subscribe-block,
  .lb-subscribe-inline,
  .lb-checkout {
    padding-left: 12px !important;
    padding-right: 12px !important;
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }

  .lb-main-subscribe,
  .lb-section-button {
    width: 100% !important;
  }

  .lb-plan-box {
    grid-template-columns: 1fr !important;
  }

  .lb-counter-grid {
    grid-template-columns: 1fr 1fr 1fr !important;
    gap: 8px !important;
  }

  .lb-counter-item {
    padding: 10px 8px !important;
  }

  .lb-counter-item strong {
    font-size: 20px !important;
  }

  .lb-counter-item span {
    font-size: 8px !important;
  }

  .lb-section-media {
    border-radius: 12px !important;
  }
}

/* GEO MEDIA FLOW CLEAN END */


/* GEO CHECKOUT PRICE BIG START */

/* checkout layout: price atas, Stripe + ZenPay bawah */
.lb-checkout {
  max-width: 1180px !important;
  width: calc(100% - 28px) !important;
  margin: 24px auto 34px !important;
  padding: 0 14px 26px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* tukar dari kiri-kanan kepada atas-bawah */
.lb-plan-box {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 16px !important;
  align-items: stretch !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}

/* hide tulisan plan kalau tak perlu, fokus harga */
.lb-plan-box h3 {
  display: none !important;
}

/* harga besar full width */
.lb-price {
  width: 100% !important;
  min-height: 150px !important;
  margin: 0 auto !important;
  padding: 28px 22px !important;
  border-radius: 22px !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(255,215,0,.20), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.035)) !important;
  border: 1px solid rgba(255,215,0,.35) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 16px !important;
  text-align: center !important;
}

/* MYR */
.lb-price span {
  color: #ffd700 !important;
  font-size: 28px !important;
  font-weight: 950 !important;
  letter-spacing: .02em !important;
}

/* 300.00 */
.lb-price strong {
  color: #ffffff !important;
  font-size: clamp(68px, 10vw, 118px) !important;
  line-height: .9 !important;
  font-weight: 950 !important;
  letter-spacing: -0.06em !important;
  margin: 0 !important;
}

/* 365 days access */
.lb-price small {
  display: block !important;
  color: rgba(255,255,255,.70) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  margin-left: 8px !important;
  align-self: flex-end !important;
  padding-bottom: 14px !important;
}

/* payment buttons bawah harga */
.lb-checkout-actions {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 14px !important;
  width: 100% !important;
}

/* hide bot link dekat checkout */
.lb-checkout-actions .lb-bot-link,
.lb-bot-link.wide {
  display: none !important;
}

.lb-pay-btn {
  min-height: 84px !important;
  border-radius: 18px !important;
  padding: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
  text-decoration: none !important;
}

.lb-pay-btn strong {
  font-size: 18px !important;
  font-weight: 950 !important;
  line-height: 1.1 !important;
}

.lb-pay-btn small {
  font-size: 12px !important;
  font-weight: 800 !important;
}

.lb-pay-logo {
  width: 54px !important;
  height: 54px !important;
  border-radius: 14px !important;
  flex: 0 0 auto !important;
}

.lb-pay-logo img {
  max-width: 42px !important;
  max-height: 30px !important;
}

/* mobile */
@media (max-width: 768px) {
  .lb-checkout {
    width: 100% !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .lb-price {
    min-height: 130px !important;
    padding: 22px 14px !important;
    border-radius: 18px !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
  }

  .lb-price span {
    font-size: 20px !important;
  }

  .lb-price strong {
    font-size: clamp(58px, 18vw, 86px) !important;
  }

  .lb-price small {
    width: 100% !important;
    margin-left: 0 !important;
    padding-bottom: 0 !important;
    align-self: auto !important;
    font-size: 13px !important;
  }

  .lb-checkout-actions {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .lb-pay-btn {
    min-height: 72px !important;
    justify-content: flex-start !important;
  }
}

/* GEO CHECKOUT PRICE BIG END */


/* GEO HIDE SUBSCRIBE TIGHT CHECKOUT START */

/* buang semua Subscribe Now dulu, tapi kekalkan Start Access Bot */
.lb-main-subscribe,
.lb-section-button,
.lb-subscribe-inline {
  display: none !important;
}

/* top block hanya tinggal Start Access Bot */
.lb-subscribe-block {
  max-width: 1180px !important;
  margin: 16px auto 14px !important;
  padding: 0 14px !important;
  display: flex !important;
  justify-content: flex-start !important;
}

.lb-subscribe-block .lb-bot-link {
  display: inline-flex !important;
  width: auto !important;
  min-width: 190px !important;
  min-height: 48px !important;
  padding: 12px 18px !important;
  border-radius: 12px !important;
}

/* counter betul-betul sebelum checkout */
.lb-section-counter {
  max-width: 1180px !important;
  width: calc(100% - 28px) !important;
  margin: 18px auto 12px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.lb-section-counter .lb-section-copy,
.lb-section-counter .lb-section-cta {
  display: none !important;
}

.lb-counter-grid {
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 10px !important;
}

.lb-agent-grid {
  margin-top: 10px !important;
}

.lb-counter-item {
  background: rgba(255,255,255,.045) !important;
  border: 1px solid rgba(255,215,0,.28) !important;
  border-radius: 12px !important;
  padding: 13px 14px !important;
  min-height: 70px !important;
}

.lb-counter-item span {
  color: #ffd700 !important;
  font-size: 9px !important;
  font-weight: 950 !important;
}

.lb-counter-item strong {
  color: #ffffff !important;
  font-size: 24px !important;
  line-height: 1 !important;
  margin-top: 8px !important;
}

/* checkout rapat bawah counter */
.lb-checkout {
  max-width: 1180px !important;
  width: calc(100% - 28px) !important;
  margin: 12px auto 34px !important;
  padding: 0 !important;
}

/* price besar atas */
.lb-plan-box {
  grid-template-columns: 1fr !important;
  gap: 14px !important;
}

.lb-price {
  min-height: 150px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 28px 22px !important;
  border-radius: 22px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 16px !important;
  text-align: center !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(255,215,0,.20), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.035)) !important;
  border: 1px solid rgba(255,215,0,.35) !important;
}

.lb-price span {
  color: #ffd700 !important;
  font-size: 28px !important;
  font-weight: 950 !important;
}

.lb-price strong {
  color: #ffffff !important;
  font-size: clamp(68px, 10vw, 118px) !important;
  line-height: .9 !important;
  font-weight: 950 !important;
  letter-spacing: -0.06em !important;
  margin: 0 !important;
}

.lb-price small {
  display: block !important;
  color: rgba(255,255,255,.70) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  margin-left: 8px !important;
  align-self: flex-end !important;
  padding-bottom: 14px !important;
}

/* payment buttons bawah harga */
.lb-checkout-actions {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 14px !important;
  width: 100% !important;
}

.lb-pay-btn {
  min-height: 84px !important;
  border-radius: 18px !important;
  padding: 16px !important;
  justify-content: center !important;
}

@media (max-width: 768px) {
  .lb-subscribe-block {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .lb-subscribe-block .lb-bot-link {
    width: 100% !important;
  }

  .lb-section-counter,
  .lb-checkout {
    width: calc(100% - 24px) !important;
  }

  .lb-counter-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 8px !important;
  }

  .lb-counter-item {
    padding: 10px 8px !important;
    min-height: 62px !important;
  }

  .lb-counter-item span {
    font-size: 8px !important;
  }

  .lb-counter-item strong {
    font-size: 20px !important;
  }

  .lb-price {
    min-height: 130px !important;
    padding: 22px 14px !important;
    border-radius: 18px !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
  }

  .lb-price span {
    font-size: 20px !important;
  }

  .lb-price strong {
    font-size: clamp(58px, 18vw, 86px) !important;
  }

  .lb-price small {
    width: 100% !important;
    margin-left: 0 !important;
    padding-bottom: 0 !important;
    align-self: auto !important;
  }

  .lb-checkout-actions {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .lb-pay-btn {
    min-height: 72px !important;
    justify-content: flex-start !important;
  }
}

/* GEO HIDE SUBSCRIBE TIGHT CHECKOUT END */


/* GEO HIDE TITLE BOT START */

/* buang title M5 GEO VIP bawah banner */
.lb-hero-content {
  display: none !important;
}

/* buang Start Access Bot area */
.lb-subscribe-block {
  display: none !important;
}

/* rapatkan counter terus bawah banner */
.lb-section-counter {
  margin-top: 18px !important;
}

/* buang extra gap selepas hero */
.lb-hero {
  padding-bottom: 0 !important;
}

/* mobile kemas */
@media (max-width: 768px) {
  .lb-section-counter {
    margin-top: 14px !important;
  }
}

/* GEO HIDE TITLE BOT END */


/* GEO COUNTER CHECKOUT GLUE START */

/* counter wajib rapat dengan checkout/plan */
body.geo-counter-checkout-glued .lb-section-counter {
  margin-top: 18px !important;
  margin-bottom: 8px !important;
}

/* checkout jangan jauh dari counter */
body.geo-counter-checkout-glued .lb-checkout {
  margin-top: 8px !important;
}

/* media section tidak akan pecahkan counter dengan plan */
.lb-section-image,
.lb-section-video,
.lb-section-testimonial,
.lb-section-proof,
.lb-section-discount {
  margin-bottom: 16px !important;
}

/* kalau media terus sebelum counter, spacing kemas */
.lb-section-image + .lb-section-counter,
.lb-section-video + .lb-section-counter,
.lb-section-testimonial + .lb-section-counter,
.lb-section-proof + .lb-section-counter,
.lb-section-discount + .lb-section-counter {
  margin-top: 18px !important;
}

@media (max-width: 768px) {
  body.geo-counter-checkout-glued .lb-section-counter {
    margin-top: 14px !important;
    margin-bottom: 8px !important;
  }

  body.geo-counter-checkout-glued .lb-checkout {
    margin-top: 8px !important;
  }
}

/* GEO COUNTER CHECKOUT GLUE END */


/* UNIFIED COUPON CHECKOUT FINAL START */

/* Landing one checkout button */
.lb-checkout-actions .lb-stripe,
.lb-checkout-actions .lb-zenpay {
  display: none !important;
}

.lb-checkout-single {
  width: 100% !important;
  min-height: 86px !important;
  border-radius: 18px !important;
  padding: 18px !important;
  background: linear-gradient(135deg, #ffd700, #f59e0b) !important;
  color: #111827 !important;
  justify-content: center !important;
  text-align: center !important;
  text-decoration: none !important;
}

.lb-checkout-single strong {
  display: block !important;
  color: #111827 !important;
  font-size: 22px !important;
  font-weight: 950 !important;
}

.lb-checkout-single small {
  display: block !important;
  margin-top: 5px !important;
  color: rgba(17,24,39,.72) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

/* Unified checkout page */
.uc-body {
  margin: 0;
  background: #020617;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.uc-body * {
  box-sizing: border-box;
}

.uc-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 14px;
}

.uc-card {
  width: 100%;
  max-width: 820px;
  border-radius: 26px;
  padding: 26px;
  background:
    radial-gradient(circle at 0% 0%, rgba(255,215,0,.18), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  border: 1px solid rgba(255,215,0,.30);
}

.uc-head span {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255,215,0,.14);
  color: #ffd700;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.uc-head h1 {
  margin: 12px 0 18px;
  color: #fff;
  font-size: clamp(28px, 5vw, 46px);
  line-height: 1.05;
  font-weight: 950;
}

.uc-price-box {
  width: 100%;
  min-height: 140px;
  margin: 0 0 16px;
  padding: 24px 18px;
  border-radius: 22px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,215,0,.30);
  text-align: center;
}

.uc-price-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.uc-price-line span {
  color: #ffd700;
  font-size: 24px;
  font-weight: 950;
}

.uc-price-line strong {
  color: #ffffff;
  font-size: clamp(62px, 12vw, 104px);
  line-height: .9;
  font-weight: 950;
  letter-spacing: -0.06em;
}

.uc-price-box small {
  display: block;
  color: rgba(255,255,255,.70);
  font-size: 13px;
  font-weight: 800;
  margin-top: 10px;
}

.uc-alert {
  margin: 16px 0;
  padding: 16px;
  border-radius: 16px;
  background: rgba(255,215,0,.10);
  border: 1px solid rgba(255,215,0,.28);
}

.uc-alert strong {
  display: block;
  color: #ffd700;
  font-size: 16px;
  margin-bottom: 6px;
}

.uc-alert p {
  margin: 0;
  color: rgba(255,255,255,.78);
  line-height: 1.55;
}

.uc-bot-btn,
.uc-redeem-btn {
  min-height: 60px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffd700, #f59e0b);
  color: #111827 !important;
  text-decoration: none;
  font-weight: 950;
  border: 0;
  cursor: pointer;
}

.uc-field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.uc-field-grid label,
.uc-coupon-row label {
  display: block;
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 900;
  color: rgba(255,255,255,.76);
}

.uc-field-grid input,
.uc-coupon-row input {
  width: 100%;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.08);
  color: #ffffff;
  border-radius: 14px;
  padding: 13px;
  font-size: 15px;
}

.uc-coupon-row {
  margin: 12px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: end;
}

.uc-coupon-row button {
  min-height: 47px;
  border: 0;
  border-radius: 14px;
  padding: 0 16px;
  background: #ffd700;
  color: #111827;
  font-weight: 950;
  cursor: pointer;
}

.uc-coupon-result {
  margin: 12px 0;
  border-radius: 14px;
  padding: 12px;
  font-weight: 800;
}

.uc-coupon-result.good {
  background: rgba(34,197,94,.14);
  border: 1px solid rgba(34,197,94,.28);
  color: #bbf7d0;
}

.uc-coupon-result.bad {
  background: rgba(239,68,68,.14);
  border: 1px solid rgba(239,68,68,.28);
  color: #fecaca;
}

.uc-pay-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 14px;
}

.uc-pay-btn {
  min-height: 86px;
  border-radius: 18px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-decoration: none !important;
  color: #111827 !important;
  border: 0;
  cursor: pointer;
}

.uc-pay-btn strong {
  display: block;
  font-size: 18px;
  font-weight: 950;
}

.uc-pay-btn small {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 800;
  color: rgba(17,24,39,.70);
}

.uc-stripe {
  background: linear-gradient(135deg, #ffffff, #e0e7ff);
}

.uc-zenpay {
  background: linear-gradient(135deg, #ffd700, #f59e0b);
}

.uc-pay-logo {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(255,255,255,.88);
  display: flex;
  align-items: center;
  justify-content: center;
}

.uc-pay-logo img {
  max-width: 40px;
  max-height: 30px;
  object-fit: contain;
}

.uc-back {
  margin-top: 16px;
  display: inline-flex;
  color: rgba(255,255,255,.65);
  text-decoration: none;
  font-size: 13px;
}

@media (max-width: 768px) {
  .uc-card {
    padding: 18px;
    border-radius: 20px;
  }

  .uc-price-box {
    min-height: 128px;
  }

  .uc-price-line {
    flex-wrap: wrap;
    gap: 9px;
  }

  .uc-price-line span {
    font-size: 20px;
  }

  .uc-field-grid,
  .uc-coupon-row,
  .uc-pay-grid {
    grid-template-columns: 1fr;
  }

  .uc-pay-btn {
    justify-content: flex-start;
    min-height: 74px;
  }
}

/* UNIFIED COUPON CHECKOUT FINAL END */




/* HIDE CHECKOUT BUTTON SUBTITLE START */

/* Buang ayat kecil bawah Continue to Checkout */
.lb-checkout-single small {
  display: none !important;
}

/* Kemas balik button supaya text tengah cantik */
.lb-checkout-single {
  min-height: 86px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.lb-checkout-single strong {
  margin: 0 !important;
  line-height: 1.05 !important;
}

/* Mobile */
@media (max-width: 768px) {
  .lb-checkout-single {
    min-height: 76px !important;
  }
}

/* HIDE CHECKOUT BUTTON SUBTITLE END */


/* LANDING VIDEO SAFE AUTOPLAY CSS START */

.lb-section video,
.lb-section-video video,
.lb-media video,
.lb-section-media video {
  width: 100% !important;
  display: block !important;
  border-radius: 18px !important;
  background: #000 !important;
  object-fit: cover !important;
}

.geo-video-sound-hint {
  position: absolute !important;
  right: 12px !important;
  bottom: 12px !important;
  z-index: 20 !important;
  padding: 8px 12px !important;
  border-radius: 999px !important;
  background: rgba(0, 0, 0, 0.68) !important;
  color: #ffd700 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .02em !important;
  border: 1px solid rgba(255, 215, 0, .38) !important;
  backdrop-filter: blur(8px) !important;
  pointer-events: none !important;
}

/* LANDING VIDEO SAFE AUTOPLAY CSS END */




/* REPAIR SECTION SUBSCRIBE BUTTON CSS START */

/* Jangan biar global hide lama block button yang tick dari Landing Manager */
.lb-section .lb-section-subscribe-after {
  display: flex !important;
}

/* Button selepas section media/content */
.lb-section-subscribe-after {
  width: 100% !important;
  max-width: 520px !important;
  min-height: 58px !important;
  margin: 18px auto 4px !important;
  padding: 14px 22px !important;

  align-items: center !important;
  justify-content: center !important;

  border-radius: 16px !important;
  border: 1px solid #ff4d4d !important;

  background: linear-gradient(135deg, #ff2b2b 0%, #d90000 55%, #980000 100%) !important;

  color: #ffffff !important;
  text-decoration: none !important;
  text-align: center !important;

  box-shadow:
    0 5px 0 #650000,
    0 12px 22px rgba(0,0,0,.34) !important;

  animation: geoSectionButtonMove 1.8s ease-in-out infinite !important;
}

.lb-section-subscribe-after span {
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 950 !important;
  letter-spacing: .03em !important;
  text-transform: uppercase !important;
}

.lb-section-subscribe-after:hover {
  background: linear-gradient(135deg, #ff3b3b 0%, #e00000 55%, #a00000 100%) !important;
}

.lb-section-subscribe-after:active {
  animation: none !important;
  transform: translateY(4px) scale(.99) !important;
  box-shadow:
    0 2px 0 #650000,
    0 8px 16px rgba(0,0,0,.30) !important;
}

@keyframes geoSectionButtonMove {
  0% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-2px) scale(1.006);
  }

  100% {
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 768px) {
  .lb-section-subscribe-after {
    max-width: 100% !important;
    min-height: 54px !important;
    border-radius: 14px !important;
  }

  .lb-section-subscribe-after span {
    font-size: 15px !important;
  }
}

/* REPAIR SECTION SUBSCRIBE BUTTON CSS END */


/* GLOBAL LANDING BUTTON PULSE FINAL START */

/*
  GLOBAL LANDING CTA BUTTON SYSTEM
  Impact semua landing page sekarang & akan datang.
  No jari, no arrow, no glare.
*/

/* Hide old Stripe/ZenPay direct buttons on landing checkout area */
.lb-checkout-actions .lb-stripe,
.lb-checkout-actions .lb-zenpay {
  display: none !important;
}

/* Semua CTA button landing */
.lb-checkout-single,
.lb-section-subscribe-after,
.lb-main-subscribe,
.lb-pay-btn,
.lb-bot-link,
.lb-section a[href*="/checkout"],
.lb-section a[href*="/subscribe"],
.lb-section a[href*="/checkout/select"] {
  position: relative !important;
  overflow: hidden !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  transform-origin: center center !important;
  will-change: transform !important;

  animation-name: globalLandingButtonPulseFinal !important;
  animation-duration: 0.62s !important;
  animation-timing-function: ease-in-out !important;
  animation-iteration-count: infinite !important;
  animation-play-state: running !important;
}

/* Force official Continue to Checkout size/style */
.lb-checkout-single {
  width: 100% !important;
  max-width: 720px !important;
  min-height: 82px !important;
  margin: 18px auto 8px !important;
  padding: 20px 28px !important;

  border-radius: 18px !important;
  border: 1px solid #ff4d4d !important;

  background: linear-gradient(135deg, #ff2b2b 0%, #d90000 55%, #980000 100%) !important;
  color: #ffffff !important;
  text-align: center !important;
  text-decoration: none !important;

  box-shadow:
    0 6px 0 #640000,
    0 14px 24px rgba(0, 0, 0, 0.36) !important;
}

/* Section subscribe button sama size dengan official checkout */
.lb-section-subscribe-after {
  width: 100% !important;
  max-width: 720px !important;
  min-height: 82px !important;
  margin: 18px auto 8px !important;
  padding: 20px 28px !important;

  border-radius: 18px !important;
  border: 1px solid #ff4d4d !important;

  background: linear-gradient(135deg, #ff2b2b 0%, #d90000 55%, #980000 100%) !important;
  color: #ffffff !important;
  text-align: center !important;
  text-decoration: none !important;

  box-shadow:
    0 6px 0 #640000,
    0 14px 24px rgba(0, 0, 0, 0.36) !important;
}

/* Buang semua jari/arrow/pseudo lama */
.lb-checkout-single::before,
.lb-checkout-single::after,
.lb-section-subscribe-after::before,
.lb-section-subscribe-after::after,
.lb-main-subscribe::before,
.lb-main-subscribe::after,
.lb-pay-btn::before,
.lb-pay-btn::after,
.lb-bot-link::before,
.lb-bot-link::after {
  display: none !important;
  content: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  animation: none !important;
  background: none !important;
  box-shadow: none !important;
  filter: none !important;
}

/* Text official button */
.lb-checkout-single strong,
.lb-checkout-single span,
.lb-section-subscribe-after span,
.lb-main-subscribe span,
.lb-pay-btn span,
.lb-bot-link span {
  color: #ffffff !important;
  text-shadow: none !important;
}

/* Official text besar */
.lb-checkout-single strong,
.lb-section-subscribe-after span {
  font-size: clamp(24px, 3.2vw, 34px) !important;
  line-height: 1.05 !important;
  font-weight: 950 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
}

/* Hide subtitle bawah Continue to Checkout */
.lb-checkout-single small {
  display: none !important;
}

/* Pulse jelas: besar kecil besar kecil */
@keyframes globalLandingButtonPulseFinal {
  0% {
    transform: translateZ(0) scale(1);
  }

  25% {
    transform: translateZ(0) scale(1.075);
  }

  50% {
    transform: translateZ(0) scale(0.975);
  }

  75% {
    transform: translateZ(0) scale(1.055);
  }

  100% {
    transform: translateZ(0) scale(1);
  }
}

/* Hover: masih denyut, no glare */
.lb-checkout-single:hover,
.lb-section-subscribe-after:hover,
.lb-main-subscribe:hover,
.lb-pay-btn:hover,
.lb-bot-link:hover {
  animation-name: globalLandingButtonPulseFinal !important;
  animation-duration: 0.52s !important;
  background: linear-gradient(135deg, #ff3b3b 0%, #e00000 55%, #a00000 100%) !important;
}

/* Click real */
.lb-checkout-single:active,
.lb-section-subscribe-after:active,
.lb-main-subscribe:active,
.lb-pay-btn:active,
.lb-bot-link:active {
  animation: none !important;
  transform: scale(0.95) !important;
}

/* Mobile */
@media (max-width: 768px) {
  .lb-checkout-single,
  .lb-section-subscribe-after {
    max-width: 100% !important;
    min-height: 74px !important;
    border-radius: 16px !important;
    padding: 18px 16px !important;
  }

  .lb-checkout-single strong,
  .lb-section-subscribe-after span {
    font-size: 21px !important;
  }
}

/* GLOBAL LANDING BUTTON PULSE FINAL END */


/* CENTER OFFICIAL CHECKOUT BUTTON GLOBAL START */

/* Pastikan checkout block full width dan button duduk tengah */
.lb-checkout-actions {
  width: 100% !important;
  max-width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Force official Continue to Checkout center */
.lb-checkout-single {
  width: min(720px, 92vw) !important;
  max-width: 720px !important;
  min-height: 82px !important;

  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 18px !important;
  margin-bottom: 8px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  text-align: center !important;
}

/* Text tengah dan jangan pecah pelik di desktop */
.lb-checkout-single span,
.lb-checkout-single strong {
  width: 100% !important;
  display: block !important;
  text-align: center !important;
}

.lb-checkout-single strong {
  white-space: nowrap !important;
}

/* Section button pun center juga */
.lb-section-subscribe-after {
  width: min(720px, 92vw) !important;
  max-width: 720px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

/* Mobile: allow text wrap supaya tak overflow */
@media (max-width: 768px) {
  .lb-checkout-single,
  .lb-section-subscribe-after {
    width: 92vw !important;
    max-width: 92vw !important;
  }

  .lb-checkout-single strong {
    white-space: normal !important;
  }
}

/* CENTER OFFICIAL CHECKOUT BUTTON GLOBAL END */


/* LANDING BUTTON PULSE SPEED VARIABLE START */

:root {
  --landing-button-pulse-speed: 0.62s;
  --landing-button-pulse-enabled: running;
}

/* Semua CTA landing ikut speed dari Landing Manager */
.lb-checkout-single,
.lb-section-subscribe-after,
.lb-main-subscribe,
.lb-pay-btn,
.lb-bot-link,
.lb-section a[href*="/checkout"],
.lb-section a[href*="/subscribe"],
.lb-section a[href*="/checkout/select"] {
  animation-duration: var(--landing-button-pulse-speed, 0.62s) !important;
  animation-play-state: var(--landing-button-pulse-enabled, running) !important;
}

body.landing-button-pulse-disabled .lb-checkout-single,
body.landing-button-pulse-disabled .lb-section-subscribe-after,
body.landing-button-pulse-disabled .lb-main-subscribe,
body.landing-button-pulse-disabled .lb-pay-btn,
body.landing-button-pulse-disabled .lb-bot-link,
body.landing-button-pulse-disabled .lb-section a[href*="/checkout"],
body.landing-button-pulse-disabled .lb-section a[href*="/subscribe"],
body.landing-button-pulse-disabled .lb-section a[href*="/checkout/select"] {
  animation: none !important;
}

/* LANDING BUTTON PULSE SPEED VARIABLE END */

