/* ════════════════════════════════════════════════════
   LANDING PAGE — KONVEKSI SERAGAM
   style-lp.css · High-Converting · Meta Ads
════════════════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; }

/* Hide nav & footer from main theme on LP */
.lp-page .site-header,
.lp-page .nav-mobile,
.lp-page footer.site-footer,
.lp-page .sk-wa-float { display: none !important; }

:root {
  --lp-orange: #F97316;
  --lp-orange-dk: #ea6a0a;
  --lp-navy: #0F172A;
  --lp-navy2: #1E293B;
  --lp-green: #25D366;
  --lp-green-dk: #128C7E;
  --lp-gold: #FBBF24;
  --lp-cream: #FFFBF5;
  --lp-red: #EF4444;
  --lp-font: 'DM Sans', 'Segoe UI', sans-serif;
  --lp-display: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  --lp-radius: 16px;
  --lp-shadow: 0 8px 32px rgba(15,23,42,.1);
}

html { overflow-x: hidden; }
.lp-body {
  font-family: var(--lp-font);
  color: #1e293b;
  line-height: 1.65;
  background: #fff;
  margin: 0; padding: 0;
  overflow-x: hidden;
  max-width: 100vw;
}

.lp-container {
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
  padding-inline: 24px;
}

.lp-section { padding-block: 72px; }

/* ════ STICKY BAR ════════════════════════════════ */
.lp-sticky-bar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: var(--lp-navy);
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 24px; gap: 12px;
  transform: translateY(-100%);
  transition: transform .3s ease;
  box-shadow: 0 4px 20px rgba(0,0,0,.3);
}
.lp-sticky-bar.visible { transform: translateY(0); }
.lp-sticky-bar__left { display: flex; align-items: center; gap: 20px; }
.lp-sticky-logo { display: flex; flex-direction: column; line-height: 1; }
.lp-sticky-logo strong { font-size: .9rem; color: #fff; letter-spacing: 1px; font-family: var(--lp-display); }
.lp-sticky-logo span { font-size: .65rem; color: var(--lp-orange); letter-spacing: 1px; text-transform: uppercase; }
.lp-sticky-promo { font-size: .8rem; color: rgba(255,255,255,.7); }
.lp-sticky-promo strong { color: #fff; }
.lp-sticky-cta { padding: 9px 20px; font-size: .82rem; }

/* ════ DOTS ════════════════════════════════════ */
.lp-dot {
  display: inline-block; width: 8px; height: 8px;
  background: #22C55E; border-radius: 50%;
  margin-right: 6px; vertical-align: middle;
}
.lp-dot--pulse {
  animation: lp-dot-pulse 1.5s ease-in-out infinite;
}
@keyframes lp-dot-pulse {
  0%,100%{ box-shadow:0 0 0 0 rgba(34,197,94,.5); }
  50%{ box-shadow:0 0 0 6px rgba(34,197,94,0); }
}

/* ════ BUTTONS ═══════════════════════════════════ */
.lp-btn {
  display: inline-flex; align-items: center; gap: 9px;
  border-radius: 50px; font-weight: 700; text-decoration: none;
  cursor: pointer; border: 2px solid transparent;
  font-family: var(--lp-font); transition: all .2s;
  white-space: nowrap;
}
.lp-btn--wa {
  background: var(--lp-green); color: #fff;
  padding: 13px 28px; font-size: .95rem;
  box-shadow: 0 4px 20px rgba(37,211,102,.35);
}
.lp-btn--wa:hover {
  background: var(--lp-green-dk); color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(37,211,102,.45);
}
.lp-btn--xl { padding: 16px 36px; font-size: 1.05rem; }
.lp-btn--xxl { padding: 18px 44px; font-size: 1.15rem; }
.lp-btn--full { width: 100%; justify-content: center; }
.lp-btn--ghost {
  background: transparent; color: rgba(255,255,255,.8);
  border-color: rgba(255,255,255,.3); padding: 14px 28px; font-size: .95rem;
}
.lp-btn--ghost:hover { border-color: rgba(255,255,255,.7); color: #fff; background: rgba(255,255,255,.08); }
.lp-pulse { animation: lp-pulse 2.5s ease-in-out infinite; }
@keyframes lp-pulse {
  0%,100%{ box-shadow:0 4px 20px rgba(37,211,102,.35); }
  50%{ box-shadow:0 4px 32px rgba(37,211,102,.6); transform:translateY(-2px); }
}

/* ════ SECTION LABELS ════════════════════════════ */
.lp-section-label {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px;
  padding: 5px 14px; border-radius: 30px; margin-bottom: 14px;
}
.lp-section-label--red    { background: rgba(239,68,68,.1); color: var(--lp-red); }
.lp-section-label--orange { background: rgba(249,115,22,.1); color: var(--lp-orange); }
.lp-section-label--navy   { background: rgba(15,23,42,.08); color: var(--lp-navy); }
.lp-section-label--gold   { background: rgba(251,191,36,.15); color: #92400E; }
.lp-section-label--green  { background: rgba(34,197,94,.1); color: #16A34A; }

.lp-section-h2 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-family: var(--lp-display);
  font-weight: 800; line-height: 1.1;
  margin-bottom: 24px; color: var(--lp-navy);
}
.lp-highlight-red    { color: var(--lp-red); }
.lp-highlight-orange { color: var(--lp-orange); }

/* ════ HERO ══════════════════════════════════════ */
.lp-hero {
  min-height: 100svh; padding: 80px 0 60px;
  background: var(--lp-navy); background-size: cover; background-position: center;
  position: relative; overflow: hidden;
  display: flex; align-items: center;
}
.lp-hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(105deg,rgba(5,10,20,.93) 0%,rgba(10,16,30,.87) 50%,rgba(15,23,42,.65) 100%);
}
.lp-hero__inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr 320px;
  gap: 48px; align-items: center;
  padding-top: 20px;
}
.lp-hook-label {
  display: inline-flex; align-items: flex-start; gap: 6px;
  background: rgba(249,115,22,.15); border: 1px solid rgba(249,115,22,.3);
  color: #FBBF24; font-size: .8rem; font-weight: 600;
  padding: 7px 14px; border-radius: 30px; margin-bottom: 16px;
  max-width: 100%; word-break: break-word; white-space: normal;
}
.lp-fire { font-size: 1rem; }
.lp-hero__h1 {
  display: flex; flex-direction: column; gap: 4px;
  margin-bottom: 20px;
}
.lp-h1-top {
  font-family: var(--lp-display); font-weight: 700;
  font-size: clamp(1.2rem,2.5vw,1.6rem);
  color: rgba(255,255,255,.7); text-transform: uppercase; letter-spacing: 2px;
}
.lp-h1-main {
  font-family: var(--lp-display); font-weight: 900;
  font-size: clamp(2rem, 7vw, 4.2rem);
  color: #fff; line-height: 1.0;
  text-shadow: 0 2px 20px rgba(0,0,0,.5);
  word-break: break-word;
  hyphens: auto;
}
.lp-h1-sub {
  font-family: var(--lp-font); font-weight: 500;
  font-size: clamp(1rem,2vw,1.25rem);
  color: rgba(255,255,255,.8); line-height: 1.4;
  margin-top: 4px;
}
.lp-h1-sub em { font-style: normal; color: var(--lp-orange); font-weight: 700; }
.lp-hero__desc { color: rgba(255,255,255,.75); font-size: 1rem; max-width: 520px; margin-bottom: 24px; }
.lp-hero__desc strong { color: #fff; }
.lp-hero__proof {
  display: flex; align-items: center; gap: 16px;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px; padding: 14px 18px; margin-bottom: 28px;
  width: fit-content; max-width: 100%;
  flex-wrap: wrap;
}
.lp-proof-item { text-align: center; }
.lp-proof-item strong { display: block; font-size: 1.2rem; color: var(--lp-gold); font-family: var(--lp-display); font-weight: 900; }
.lp-proof-item span { font-size: .72rem; color: rgba(255,255,255,.6); }
.lp-proof-div { width: 1px; height: 32px; background: rgba(255,255,255,.15); }
.lp-hero__ctas { display: flex; flex-direction: column; gap: 10px; }
.lp-cta-note { color: rgba(255,255,255,.5); font-size: .78rem; }

/* Hero urgency card */
.lp-hero__urgency-card {
  background: #fff; border-radius: 20px; padding: 28px;
  box-shadow: 0 20px 60px rgba(0,0,0,.3);
}
.lp-urg-header { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }
.lp-urg-icon { font-size: 1.4rem; }
.lp-urg-header strong { font-size: 1rem; color: var(--lp-navy); }
.lp-hero__urgency-card p { font-size: .875rem; color: #555; margin-bottom: 16px; line-height: 1.5; }
.lp-urg-slots { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.lp-urg-slot {
  border-radius: 10px; padding: 10px 6px; text-align: center; font-size: .78rem;
  display: flex; flex-direction: column; gap: 2px; font-weight: 600;
}
.lp-urg-slot--full   { background: #FEF2F2; color: #DC2626; }
.lp-urg-slot--almost { background: #FFF7ED; color: #EA580C; }
.lp-urg-slot--open   { background: #F0FDF4; color: #16A34A; }
.lp-urg-slot span { font-size: .67rem; font-weight: 500; }

/* ════ TRUST BAR ═════════════════════════════════ */
.lp-trust-bar {
  background: var(--lp-navy2); padding: 20px 0; border-top: 1px solid rgba(255,255,255,.05);
}
.lp-trust-bar .lp-container { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.lp-trust-label { font-size: .75rem; color: rgba(255,255,255,.4); white-space: nowrap; }
.lp-trust-logos { display: flex; gap: 20px; flex-wrap: wrap; align-items: center; }
.lp-trust-logos span { font-size: .82rem; color: rgba(255,255,255,.65); white-space: nowrap; }

/* ════ PAIN ══════════════════════════════════════ */
.lp-pain { background: #fff; }
.lp-pain__grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 20px; margin: 40px 0 36px;
}
.lp-pain__card {
  background: #FFF5F5; border: 1px solid #FED7D7;
  border-radius: 14px; padding: 24px;
  opacity: 0; transform: translateY(20px);
  transition: opacity .5s ease, transform .5s ease;
}
.lp-pain__card.lp-in { opacity: 1; transform: translateY(0); }
.lp-pain__emoji { font-size: 2rem; margin-bottom: 10px; }
.lp-pain__card h3 { font-size: .95rem; color: #991B1B; margin-bottom: 6px; }
.lp-pain__card p { font-size: .82rem; color: #666; margin: 0; line-height: 1.5; }
.lp-agitate-box {
  background: linear-gradient(135deg, var(--lp-navy), var(--lp-navy2));
  border-radius: 16px; padding: 32px;
  border-left: 4px solid var(--lp-orange);
}
.lp-agitate-text { color: rgba(255,255,255,.8); font-size: 1rem; line-height: 1.7; margin-bottom: 12px; }
.lp-agitate-text strong { color: #fff; }
.lp-agitate-text--bold { font-size: 1.1rem; font-weight: 700; color: var(--lp-orange) !important; margin-bottom: 0; }

/* ════ SOLUTION ══════════════════════════════════ */
.lp-solution { background: var(--lp-cream); }
.lp-solution__inner {
  display: grid; grid-template-columns: 1fr 420px;
  gap: 60px; align-items: center;
}
.lp-solution__lead { color: #555; font-size: 1rem; line-height: 1.7; margin-bottom: 24px; }
.lp-solution__lead strong { color: var(--lp-navy); }
.lp-solution__promise { display: flex; flex-direction: column; gap: 10px; }
.lp-promise-item {
  display: flex; align-items: center; gap: 10px;
  background: #fff; border-radius: 10px; padding: 11px 16px;
  box-shadow: 0 2px 8px rgba(15,23,42,.05);
  font-size: .875rem; font-weight: 600; color: var(--lp-navy);
}
.lp-promise-icon { flex-shrink: 0; font-size: 1rem; }
.lp-solution__visual { position: relative; }
.lp-sol-img { width: 100%; border-radius: 20px; box-shadow: 0 16px 48px rgba(15,23,42,.15); display: block; }
.lp-img-ph {
  width: 100%; aspect-ratio: 4/3;
  background: linear-gradient(135deg,#e2e8f0,#f1f5f9);
  border-radius: 20px; display: flex; align-items: center; justify-content: center;
  color: #94a3b8; font-size: .875rem;
}
.lp-sol-badge {
  position: absolute; bottom: -16px; right: -16px;
  background: var(--lp-orange); color: #fff;
  border-radius: 50%; width: 90px; height: 90px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; box-shadow: 0 8px 24px rgba(249,115,22,.4);
  font-size: .65rem; font-weight: 700; line-height: 1.3;
}
.lp-sol-badge span { font-size: 1.4rem; font-weight: 900; font-family: var(--lp-display); }

/* ════ SIAPA ══════════════════════════════════════ */
.lp-siapa__grid {
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 16px; margin-top: 40px;
}
.lp-siapa__card {
  background: #fff; border: 2px solid #f0f0f0;
  border-radius: 14px; padding: 22px 18px;
  text-align: center; transition: border-color .2s, transform .2s;
  opacity: 0; transform: translateY(16px);
  transition: opacity .4s, transform .4s, border-color .2s;
}
.lp-siapa__card.lp-in { opacity: 1; transform: translateY(0); }
.lp-siapa__card:hover { border-color: var(--lp-orange); transform: translateY(-4px); }
.lp-siapa__emoji { font-size: 2rem; margin-bottom: 10px; }
.lp-siapa__card h3 { font-size: .875rem; font-weight: 700; color: var(--lp-navy); margin-bottom: 6px; }
.lp-siapa__card p { font-size: .78rem; color: #777; margin: 0; line-height: 1.4; }

/* ════ WHY ═══════════════════════════════════════ */
.lp-why__grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 20px; margin-top: 44px;
}
.lp-why__card {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px; padding: 28px;
  opacity: 0; transform: translateY(20px);
  transition: opacity .5s, transform .5s, border-color .2s, background .2s;
}
.lp-why__card.lp-in { opacity: 1; transform: translateY(0); }
.lp-why__card:hover { border-color: rgba(249,115,22,.3); background: rgba(249,115,22,.06); }
.lp-why__icon { font-size: 2.2rem; margin-bottom: 14px; }
.lp-why__card h3 { color: #fff; font-size: 1rem; margin-bottom: 8px; }
.lp-why__card p { color: rgba(255,255,255,.6); font-size: .83rem; line-height: 1.6; margin: 0; }

/* ════ GALLERY ═══════════════════════════════════ */
.lp-gallery { background: #fff; }
.lp-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto;
  gap: 10px;
  margin-top: 8px;
}
.lp-gallery__item { border-radius: 12px; overflow: hidden; position: relative; }
.lp-gallery__item--0 { grid-column: span 2; grid-row: span 2; }
.lp-gallery__item--4 { grid-column: span 2; }
.lp-gallery__item img { width: 100%; height: 100%; object-fit: cover; min-height: 160px; display: block; transition: transform .4s; }
.lp-gallery__item:hover img { transform: scale(1.06); }
.lp-gallery__placeholder { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.lp-gal-ph { height: 200px; background: #f1f5f9; border-radius: 12px; border: 2px dashed #e2e8f0; display: flex; align-items: center; justify-content: center; color: #94a3b8; }

/* ════ TESTIMONI ═════════════════════════════════ */
.lp-testi__grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 24px; margin-top: 44px;
}
.lp-testi__card {
  background: #fff; border-radius: 18px; padding: 28px;
  box-shadow: var(--lp-shadow);
  border-top: 4px solid var(--lp-orange);
  opacity: 0; transform: translateY(20px);
  transition: opacity .5s, transform .5s;
}
.lp-testi__card.lp-in { opacity: 1; transform: translateY(0); }
.lp-testi__stars { font-size: 1.1rem; margin-bottom: 14px; }
.lp-testi__text { font-size: .88rem; color: #444; line-height: 1.7; font-style: italic; margin-bottom: 20px; }
.lp-testi__author { display: flex; align-items: center; gap: 12px; }
.lp-testi__avatar { width: 48px; height: 48px; border-radius: 50%; overflow: hidden; flex-shrink: 0; }
.lp-testi__avatar img { width: 100%; height: 100%; object-fit: cover; }
.lp-avatar-ph {
  width: 100%; height: 100%;
  background: var(--lp-orange); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 1.1rem;
}
.lp-testi__author strong { display: block; font-size: .875rem; color: var(--lp-navy); }
.lp-testi__author span { font-size: .75rem; color: #888; }

/* ════ CARA ORDER ════════════════════════════════ */
.lp-cara { background: var(--lp-cream); }
.lp-cara__steps {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 40px; margin-top: 48px; position: relative;
}
.lp-cara__steps::before {
  content:''; position: absolute; top: 44px; left: 16%; right: 16%;
  height: 2px; background: repeating-linear-gradient(90deg,var(--lp-orange) 0,var(--lp-orange) 8px,transparent 8px,transparent 16px);
  z-index: 0;
}
.lp-cara__step {
  text-align: center; position: relative; z-index: 1;
  opacity: 0; transform: translateY(16px);
  transition: opacity .5s, transform .5s;
}
.lp-cara__step.lp-in { opacity: 1; transform: translateY(0); }
.lp-cara__num {
  font-size: .68rem; font-weight: 700; color: var(--lp-orange);
  text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px;
}
.lp-cara__icon {
  width: 72px; height: 72px; border-radius: 50%;
  background: #fff; border: 3px solid var(--lp-orange);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px; font-size: 2rem;
  box-shadow: 0 4px 20px rgba(249,115,22,.2);
}
.lp-cara__step h3 { font-size: 1.05rem; font-weight: 700; color: var(--lp-navy); margin-bottom: 8px; }
.lp-cara__step p { font-size: .85rem; color: #666; line-height: 1.6; }
.lp-cara__arrow { display: none; }

/* ════ FAQ ═══════════════════════════════════════ */
.lp-faq__wrap { max-width: 760px; margin-inline: auto; }
.lp-faq__item {
  border-bottom: 1px solid #e5e7eb;
  cursor: pointer;
}
.lp-faq__q {
  display: flex; justify-content: space-between; align-items: center;
  padding: 18px 0; gap: 16px;
  font-weight: 600; font-size: .95rem; color: var(--lp-navy);
}
.lp-faq__icon { font-size: 1.4rem; color: var(--lp-orange); flex-shrink: 0; transition: transform .3s; }
.lp-faq__item.open .lp-faq__icon { transform: rotate(45deg); }
.lp-faq__a {
  max-height: 0; overflow: hidden;
  transition: max-height .35s ease, padding-bottom .35s;
  font-size: .875rem; color: #555; line-height: 1.7;
}
.lp-faq__item.open .lp-faq__a { max-height: 200px; padding-bottom: 18px; }

/* ════ CTA FINAL ═════════════════════════════════ */
.lp-cta-final {
  background: var(--lp-navy); padding: 100px 0;
  text-align: center; position: relative; overflow: hidden;
}
.lp-cta-final__bg {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(249,115,22,.18) 0%, transparent 60%),
              radial-gradient(ellipse at 70% 50%, rgba(251,191,36,.08) 0%, transparent 60%);
}
.lp-cta-final__inner { position: relative; z-index: 2; max-width: 700px; margin: 0 auto; }
.lp-cta-final__urgency {
  display: inline-flex; align-items: center;
  background: rgba(249,115,22,.15); border: 1px solid rgba(249,115,22,.3);
  color: #FBBF24; font-size: .8rem; font-weight: 600;
  padding: 7px 16px; border-radius: 30px; margin-bottom: 24px;
}
.lp-cta-final__urgency strong { color: #fff; margin-left: 3px; }
.lp-cta-final__h2 {
  font-size: clamp(2rem,4.5vw,3.2rem);
  font-family: var(--lp-display); font-weight: 900;
  color: #fff; line-height: 1.1; margin-bottom: 20px;
}
.lp-cta-final__h2 em { font-style: italic; color: var(--lp-orange); }
.lp-cta-final__sub {
  color: rgba(255,255,255,.7); font-size: 1rem; line-height: 1.7; margin-bottom: 40px;
}
.lp-cta-final__sub strong { color: var(--lp-orange); }
.lp-cta-final__buttons { display: flex; flex-direction: column; align-items: center; gap: 14px; margin-bottom: 48px; }
.lp-cta-final__guarantee {
  display: flex; justify-content: center; gap: 24px; flex-wrap: wrap;
}
.lp-guarantee-badge {
  display: flex; align-items: center; gap: 12px;
  background: rgba(255,255,255,.06); border-radius: 12px; padding: 14px 18px;
  min-width: 200px;
}
.lp-guarantee-icon { font-size: 1.5rem; flex-shrink: 0; }
.lp-guarantee-badge strong { display: block; font-size: .875rem; color: #fff; margin-bottom: 2px; }
.lp-guarantee-badge span { font-size: .75rem; color: rgba(255,255,255,.55); }

/* ════ FOOTER ════════════════════════════════════ */
.lp-footer { background: #060A12; padding: 24px 0; }
.lp-footer__inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; margin-bottom: 8px; }
.lp-footer__brand { display: flex; flex-direction: column; }
.lp-footer__brand strong { font-size: .9rem; color: #fff; font-family: var(--lp-display); letter-spacing: 1px; }
.lp-footer__brand span { font-size: .7rem; color: rgba(255,255,255,.4); }
.lp-footer__contact a { font-size: .85rem; color: rgba(255,255,255,.6); text-decoration: none; }
.lp-footer__contact a:hover { color: var(--lp-green); }
.lp-footer__copy { font-size: .72rem; color: rgba(255,255,255,.3); text-align: center; }

/* ════ FLOATING WA BUTTON ════════════════════════ */
.lp-float-wa {
  position: fixed; bottom: 24px; right: 24px; z-index: 999;
  background: var(--lp-green); color: #fff;
  border-radius: 50px; padding: 12px 18px;
  display: flex; align-items: center; gap: 8px;
  font-size: .875rem; font-weight: 700;
  box-shadow: 0 6px 24px rgba(37,211,102,.4);
  text-decoration: none;
  animation: lp-float-pulse 3s ease-in-out infinite;
}
.lp-float-wa:hover { background: var(--lp-green-dk); transform: scale(1.05); }
@keyframes lp-float-pulse {
  0%,100%{ box-shadow:0 6px 24px rgba(37,211,102,.4); }
  50%{ box-shadow:0 6px 36px rgba(37,211,102,.7); }
}

/* ════ RESPONSIVE ════════════════════════════════ */
@media (max-width: 1024px) {
  .lp-hero__inner { grid-template-columns: 1fr; }
  .lp-hero__urgency-card { display: none; }
  .lp-solution__inner { grid-template-columns: 1fr; }
  .lp-solution__visual { order: -1; }
  .lp-siapa__grid { grid-template-columns: repeat(2,1fr); }
  .lp-why__grid { grid-template-columns: repeat(2,1fr); }
  .lp-testi__grid { grid-template-columns: 1fr 1fr; }
  .lp-gallery__grid { grid-template-columns: repeat(3,1fr); }
  .lp-gallery__item--0 { grid-column: span 1; grid-row: span 1; }
  .lp-gallery__item--4 { grid-column: span 1; }
}
@media (max-width: 768px) {
  .lp-section { padding-block: 56px; }
  .lp-pain__grid { grid-template-columns: 1fr 1fr; }
  .lp-siapa__grid { grid-template-columns: repeat(2,1fr); }
  .lp-why__grid { grid-template-columns: 1fr; }
  .lp-testi__grid { grid-template-columns: 1fr; }
  .lp-cara__steps { grid-template-columns: 1fr; gap: 28px; }
  .lp-cara__steps::before { display: none; }
  .lp-harga__grid { grid-template-columns: 1fr; }
  .lp-gallery__grid { grid-template-columns: repeat(2,1fr); }
  .lp-cta-final__guarantee { flex-direction: column; align-items: center; }
  .lp-sticky-promo { display: none; }
  .lp-hero__proof { flex-wrap: wrap; justify-content: center; }
}
@media (max-width: 480px) {
  .lp-pain__grid { grid-template-columns: 1fr; }
  .lp-siapa__grid { grid-template-columns: 1fr 1fr; }
  .lp-hero { padding: 72px 0 48px; overflow: hidden; }
  .lp-hero__inner { gap: 28px; padding-inline: 0; }
  .lp-h1-main { font-size: clamp(1.9rem, 8.5vw, 2.4rem); word-break: break-word; }
  .lp-h1-top { font-size: 1rem; letter-spacing: 1px; }
  .lp-h1-sub { font-size: .95rem; }
  .lp-hero__desc { font-size: .9rem; }
  .lp-hero__proof { gap: 12px; padding: 12px 14px; border-radius: 10px; }
  .lp-proof-item strong { font-size: 1rem; }
  .lp-proof-div { height: 24px; }
  .lp-hook-label { font-size: .75rem; padding: 6px 12px; border-radius: 20px; }
  .lp-btn--xl { padding: 14px 24px; font-size: .95rem; }
  .lp-cta-note { font-size: .72rem; }
  .lp-sticky-bar { padding: 8px 14px; }
  .lp-trust-logos span { font-size: .75rem; }
  .lp-float-wa span { display: none; }
  .lp-float-wa { border-radius: 50%; padding: 14px; }
}

/* Extra small screens */
@media (max-width: 360px) {
  .lp-h1-main { font-size: 1.75rem; }
  .lp-hero__proof { flex-direction: column; align-items: flex-start; gap: 8px; }
  .lp-proof-div { width: 100%; height: 1px; }
  .lp-container { padding-inline: 16px; }
}
