/* ==========================================================================
   Lapakinstan Store — design tokens
   ========================================================================== */
@font-face {
	font-family: 'Geist';
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url('../fonts/geist-latin.woff2') format('woff2');
}

:root {
	/* Selaras dengan token visual homepage (assets/css/homepage.css). */
	--lp-bg: #FFFFFF;
	--lp-bg-soft: #F5F8FF;
	--lp-surface: #FFFFFF;
	--lp-surface-2: #EAF0FF;
	--lp-line: #DCE8F2;
	--lp-line-soft: #E8F0F7;
	--lp-text: #262727;
	--lp-text-muted: #5A7186;
	--lp-text-faint: #8296A6;
	--lp-accent: #1758E8;
	--lp-accent-soft: #EAF0FF;
	--lp-accent-deep: #1246BD;
	--lp-accent-ink: #FFFFFF;
	--lp-lime: #DBE6FF;
	--lp-lime-soft: #EAF0FF;
	--lp-lime-ink: #355D7C;
	--lp-ok: #087F5B;
	--lp-ok-soft: #E1F6ED;
	--lp-err: #D5424F;
	--lp-err-soft: #FCE8EA;
	--lp-radius: 18px;
	--lp-radius-sm: 10px;
	--lp-font-head: 'Geist', Arial, sans-serif;
	--lp-font-body: 'Geist', Arial, sans-serif;
	--lp-font-mono: ui-monospace, 'SF Mono', Menlo, Consolas, monospace;
	--lp-shadow: 0 24px 50px -22px rgba(16, 16, 20, .18);
	--lp-shadow-sm: 0 10px 24px -14px rgba(16, 16, 20, .14);
}

/* ==========================================================================
   Reset
   ========================================================================== */
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
	margin: 0;
	background: var(--lp-bg);
	color: var(--lp-text);
	font-family: var(--lp-font-body);
	font-size: 16px;
	line-height: 1.6;
}
img { max-width: 100%; display: block;height:auto; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--lp-font-head); margin: 0; letter-spacing: -.02em; font-weight: 700; }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }
button { font-family: inherit; }
::selection { background: var(--lp-accent); color: #fff; }

.lp-shell { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.lp-shell--narrow { max-width: 720px; }

.lp-hl { background-image: linear-gradient(to top, var(--lp-lime) 42%, transparent 42%); padding: 0 3px; }

/* ==========================================================================
   Buttons
   ========================================================================== */
.lp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: var(--lp-accent);
	color: var(--lp-accent-ink);
	font-weight: 700;
	font-size: 15px;
	padding: 13px 26px;
	border-radius: 999px;
	border: 0;
	cursor: pointer;
	transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease, background-color .15s ease;
}
.lp-btn:hover { transform: translateY(-2px); box-shadow: var(--lp-shadow-sm); background: var(--lp-accent-deep); }
.lp-btn:active { transform: translateY(0); }
.lp-btn--ghost {
	background: transparent;
	color: var(--lp-text);
	border: 1.5px solid var(--lp-line);
}
.lp-btn--ghost:hover { border-color: var(--lp-accent); box-shadow: none; background: var(--lp-bg-soft); }
.lp-btn--demo { background: var(--lp-lime); color: var(--lp-lime-ink); }
.lp-btn--demo:hover { background: #EAF0FF; color: var(--lp-lime-ink); }
.lp-btn--sm { padding: 9px 18px; font-size: 13.5px; }
.lp-btn--block { display: flex; width: 100%; }
.lp-btn.is-loading { opacity: .6; pointer-events: none; }
.lp-btn:disabled { opacity: .6; pointer-events: none; }
#lp-checkout-submit.is-loading { opacity: .78; }
#lp-checkout-submit.is-loading::before {
	content: '';
	width: 17px;
	height: 17px;
	flex: 0 0 17px;
	border: 2px solid rgba(255, 255, 255, .42);
	border-top-color: currentColor;
	border-radius: 50%;
	animation: lp-spin .7s linear infinite;
}

/* ==========================================================================
   Header
   ========================================================================== */
.lp-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255, 255, 255, .86);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid var(--lp-line-soft);
}
.lp-header__inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.lp-logo { font-family: var(--lp-font-head); font-weight: 800; font-size: 20px; letter-spacing: -.02em; }
.lp-logo span { color: var(--lp-accent); }
.lp-nav { display: flex; align-items: center; gap: 28px; }
.lp-nav a { font-size: 14.5px; font-weight: 500; color: var(--lp-text-muted); transition: color .15s; }
.lp-nav a:hover { color: var(--lp-text); }
.lp-nav .lp-nav__demo { color: var(--lp-accent); font-weight: 700; }
.lp-nav__external { display: inline-block; margin-left: 3px; font-size: 10px; }
/* Ikon panah "buka di tab baru" (lp_external_icon). Dulu karakter ↗ yang di
   ponsel dirender sebagai emoji biru; SVG ini ikut warna teks di sekitarnya. */
.lp-external-icon { display: inline-block; vertical-align: -1px; flex-shrink: 0; }
.lp-header__actions { display: flex; align-items: center; gap: 10px; }
/* .lp-nav__cta = duplikat tombol CTA khusus dropdown mobile, lihat komentar
   di header.php — disembunyikan di desktop, .lp-header__cta yang tampil. */
.lp-nav__cta { display: none; }

/* Tombol hamburger nav situs (marketing) — cuma tampil di breakpoint mobile,
   lihat @media (max-width: 900px) di bawah. Sama idiomnya persis dgn
   .lp-app__nav-toggle punya Dashboard (inc/account.php lp_dashboard_shell_start()),
   cuma nama class beda supaya tidak tercampur gaya CSS-nya. */
.lp-nav-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	border-radius: 50%;
	border: 1px solid var(--lp-line);
	background: var(--lp-surface);
	color: var(--lp-text-muted);
	cursor: pointer;
}
.lp-nav-toggle svg { width: 19px; height: 19px; }
.lp-nav-toggle-icon--close { display: none; }
.lp-nav-toggle.is-open .lp-nav-toggle-icon--open { display: none; }
.lp-nav-toggle.is-open .lp-nav-toggle-icon--close { display: flex; }

/* ==========================================================================
   Hero
   ========================================================================== */
.lp-hero { position: relative; padding: 92px 0 108px; overflow: hidden; }
.lp-hero::before {
	content: '';
	position: absolute;
	top: -180px; right: -160px;
	width: 520px; height: 520px;
	background: radial-gradient(circle, var(--lp-accent-soft), transparent 70%);
	border-radius: 50%;
	pointer-events: none;
}
.lp-hero::after {
	content: '';
	position: absolute;
	bottom: -220px; left: -140px;
	width: 440px; height: 440px;
	background: radial-gradient(circle, var(--lp-lime-soft), transparent 70%);
	border-radius: 50%;
	pointer-events: none;
}
.lp-hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }

.lp-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: .02em;
	color: var(--lp-accent);
	background: var(--lp-accent-soft);
	padding: 7px 15px;
	border-radius: 999px;
	margin-bottom: 20px;
}

.lp-hero__copy h1 {
	font-size: clamp(36px, 4.6vw, 58px);
	line-height: 1.04;
	font-weight: 800;
	margin-bottom: 22px;
}
.lp-hero__copy p {
	font-size: 17.5px;
	color: var(--lp-text-muted);
	max-width: 46ch;
	margin-bottom: 34px;
}
.lp-hero__cta { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 36px; }

.lp-hero__trust { display: flex; gap: 10px; flex-wrap: wrap; }
.lp-hero__trust span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 13px;
	font-weight: 600;
	color: var(--lp-text-muted);
	background: var(--lp-surface);
	border: 1px solid var(--lp-line);
	border-radius: 999px;
	padding: 7px 14px 7px 10px;
}
.lp-hero__trust span::before {
	content: '';
	width: 16px; height: 16px;
	flex-shrink: 0;
	border-radius: 50%;
	background-color: var(--lp-ok-soft);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2312915B' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 9px 9px;
}

/* Phone mockup visual (screenshot toko asli) */
.lp-hero__visual { position: relative; display: flex; justify-content: center; }
.lp-phonecard-wrap { position: relative; width: min(300px, 78vw); }

.lp-phonecard {
	position: relative;
	z-index: 2;
	background: #16171d;
	border-radius: 42px;
	padding: 46px 12px 16px;
	box-shadow: var(--lp-shadow);
	transform: rotate(-2deg);
}
.lp-phonecard__notch {
	position: absolute;
	top: 18px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 18px;
	background: #000;
	border-radius: 999px;
}
.lp-phonecard__screen {
	border-radius: 28px;
	overflow: hidden;
	height: 580px;
	background: #fff;
}
.lp-phonecard__screen picture {
	display: block;
	height: 100%;
}
.lp-phonecard__screen img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: top center;
}

.lp-phonecard-behind {
	position: absolute;
	inset: 0;
	z-index: 1;
	transform: rotate(3deg) translate(16px, 14px);
	background: var(--lp-bg-soft);
	border: 1px solid var(--lp-line-soft);
	border-radius: 42px;
	opacity: .7;
}

.lp-hero__badge {
	position: absolute;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: var(--lp-surface);
	border: 1px solid var(--lp-line);
	border-radius: 999px;
	padding: 10px 16px 10px 10px;
	box-shadow: var(--lp-shadow-sm);
	font-size: 12.5px;
	font-weight: 700;
	color: var(--lp-text);
	white-space: nowrap;
}
.lp-hero__badge::before {
	content: '';
	width: 20px; height: 20px;
	flex-shrink: 0;
	border-radius: 50%;
	background-color: var(--lp-lime);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23223300' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 11px 11px;
}
.lp-hero__badge--top { top: 90px; right: -18px; transform: rotate(4deg); }
.lp-hero__badge--bottom { bottom: 70px; left: -22px; transform: rotate(-3deg); }

/* Reusable mini bar chart */
.lp-barchart { display: flex; align-items: flex-end; gap: 6px; height: 64px; padding: 0 2px; margin-bottom: 20px; }
.lp-barchart span { flex: 1; height: var(--h); background: linear-gradient(180deg, var(--lp-accent), var(--lp-accent-soft)); border-radius: 4px 4px 0 0; }

/* ==========================================================================
   Feature grid
   ========================================================================== */
.lp-grid { display: grid; gap: 20px; margin-top: 48px; }
.lp-grid--4 { grid-template-columns: repeat(4, 1fr); }

.lp-feature {
	background: var(--lp-surface);
	border: 1px solid var(--lp-line);
	border-radius: var(--lp-radius-sm);
	padding: 24px;
	transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.lp-feature:hover { transform: translateY(-4px); box-shadow: var(--lp-shadow-sm); border-color: var(--lp-accent); }
.lp-feature__icon {
	width: 44px; height: 44px;
	border-radius: 12px;
	background-color: var(--lp-accent-soft);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 21px 21px;
	margin-bottom: 16px;
}
.lp-feature[data-icon="box"] .lp-feature__icon { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231758E8' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 8l-9-5-9 5 9 5 9-5z'/%3E%3Cpath d='M3 8v8l9 5 9-5V8'/%3E%3Cpath d='M12 13v8'/%3E%3C/svg%3E"); }
.lp-feature[data-icon="truck"] .lp-feature__icon { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231758E8' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2.5 7h11v8h-11z'/%3E%3Cpath d='M13.5 10h4l3 3v2h-7z'/%3E%3Ccircle cx='7' cy='18' r='1.7'/%3E%3Ccircle cx='17.5' cy='18' r='1.7'/%3E%3C/svg%3E"); }
.lp-feature[data-icon="card"] .lp-feature__icon { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231758E8' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2.5' y='5.5' width='19' height='13' rx='2.5'/%3E%3Cpath d='M2.5 9.5h19'/%3E%3Cpath d='M6 14.5h4'/%3E%3C/svg%3E"); }
.lp-feature[data-icon="tag"] .lp-feature__icon { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231758E8' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.5 12.5l-8 8-10-10v-8h8z'/%3E%3Ccircle cx='7.5' cy='7.5' r='1.5' fill='%231758E8' stroke='none'/%3E%3C/svg%3E"); }
.lp-feature[data-icon="chart"] .lp-feature__icon { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231758E8' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 20V11'/%3E%3Cpath d='M12 20V4'/%3E%3Cpath d='M20 20v-7'/%3E%3C/svg%3E"); }
.lp-feature[data-icon="heart"] .lp-feature__icon { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231758E8' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20.3s-7.2-4.4-9.6-8.7C.7 8 2 4.3 5.6 3.8c2-.3 3.8.8 4.6 2.4.8-1.6 2.6-2.7 4.6-2.4 3.6.5 4.9 4.2 3.2 7.8-2.4 4.3-9.6 8.7-9.6 8.7z'/%3E%3C/svg%3E"); }
.lp-feature[data-icon="shield"] .lp-feature__icon { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231758E8' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3.2l7.5 3v5.2c0 5.1-3.6 8.2-7.5 10-3.9-1.8-7.5-4.9-7.5-10V6.2z'/%3E%3Cpath d='M8.7 12.3l2.2 2.2 4.4-4.4'/%3E%3C/svg%3E"); }
.lp-feature[data-icon="chat"] .lp-feature__icon { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231758E8' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 11.6a8.4 8.4 0 01-12.2 7.5L3 21l1.9-5.7a8.4 8.4 0 1116.1-3.7z'/%3E%3Cpath d='M8.5 11.5c0 3 2.5 5 5 5'/%3E%3C/svg%3E"); }
.lp-feature h3 { font-size: 17px; font-weight: 700; margin-bottom: 8px; }
.lp-feature p { color: var(--lp-text-muted); font-size: 14.5px; }

/* ==========================================================================
   Feature showcase rows
   ========================================================================== */
.lp-showcase { display: flex; flex-direction: column; gap: 76px; margin-top: 56px; }
.lp-showcase__row { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.lp-showcase__row--reverse .lp-showcase__copy { order: 2; }
.lp-showcase__row--reverse .lp-showcase__visual { order: 1; }
.lp-showcase__copy h3 { font-size: 25px; font-weight: 800; margin-bottom: 12px; }
.lp-showcase__copy > p { color: var(--lp-text-muted); font-size: 15px; margin-bottom: 22px; max-width: 46ch; }
.lp-showcase__visual {
	background: var(--lp-surface);
	border: 1px solid var(--lp-line);
	border-radius: var(--lp-radius);
	padding: 28px;
	box-shadow: var(--lp-shadow-sm);
}

.lp-checklist { display: flex; flex-direction: column; gap: 13px; }
.lp-checklist li { font-size: 14.5px; color: var(--lp-text-muted); padding-left: 32px; position: relative; }
.lp-checklist li::before {
	content: '';
	position: absolute;
	left: 0; top: 0;
	width: 22px; height: 22px;
	border-radius: 50%;
	background-color: var(--lp-accent-soft);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231246BD' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 11px 11px;
}

/* Mini product card visual */
.lp-minicard { background: var(--lp-bg-soft); border: 1px solid var(--lp-line-soft); border-radius: var(--lp-radius-sm); overflow: hidden; }
.lp-minicard__img { height: 120px; background: linear-gradient(135deg, #1758E8, #1246BD); position: relative; }
.lp-minicard__badge { position: absolute; top: 12px; left: 12px; background: var(--lp-lime); color: var(--lp-lime-ink); font-size: 10.5px; font-weight: 700; padding: 4px 10px; border-radius: 999px; }
.lp-minicard__body { padding: 16px; }
.lp-minicard__name { font-size: 14px; margin-bottom: 8px; }
.lp-minicard__price { font-family: var(--lp-font-mono); font-size: 15px; margin-bottom: 12px; }
.lp-minicard__price s { color: var(--lp-text-faint); margin-right: 8px; }
.lp-minicard__stock { height: 5px; border-radius: 999px; background: var(--lp-line); overflow: hidden; margin-bottom: 6px; }
.lp-minicard__stock span { display: block; height: 100%; background: var(--lp-accent); }
.lp-minicard__stocklabel { font-size: 11.5px; color: var(--lp-text-faint); }

/* Pill rows (couriers, payment methods, roles) */
.lp-pillgroup { margin-bottom: 24px; }
.lp-pillgroup:last-child { margin-bottom: 0; }
.lp-pillgroup__label { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: var(--lp-text-faint); margin-bottom: 12px; }
.lp-pillrow { display: flex; flex-wrap: wrap; gap: 8px; }
.lp-pill { font-size: 12.5px; font-weight: 500; color: var(--lp-text-muted); background: var(--lp-bg-soft); border: 1px solid var(--lp-line-soft); border-radius: 999px; padding: 7px 14px; }

/* ==========================================================================
   Sections
   ========================================================================== */
.lp-section { padding: 92px 0; }
.lp-section--muted { background: var(--lp-bg-soft); }
.lp-section__title { font-size: clamp(27px, 3vw, 38px); font-weight: 800; margin-bottom: 14px; max-width: 20ch; }
.lp-section__sub { color: var(--lp-text-muted); font-size: 16px; max-width: 58ch; margin-bottom: 48px; }
.lp-section__sub:has(+ .lp-section__note) { margin-bottom: 8px; }
.lp-section__note { color: var(--lp-text-faint); font-size: 13px; max-width: 58ch; margin-bottom: 40px; }

/* ==========================================================================
   Pricing
   ========================================================================== */
.lp-pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 44px; align-items: stretch; }
.lp-price-card {
	position: relative;
	background: var(--lp-surface);
	border: 1px solid var(--lp-line);
	border-radius: var(--lp-radius);
	padding: 32px 28px;
	display: flex;
	flex-direction: column;
	transition: transform .2s ease, box-shadow .2s ease;
}
.lp-price-card.is-featured {
	border-color: var(--lp-accent);
	box-shadow: 0 0 0 2px var(--lp-accent), var(--lp-shadow);
	transform: scale(1.035);
}
.lp-price-card__badge {
	position: absolute;
	top: -14px;
	left: 28px;
	background: var(--lp-lime);
	color: var(--lp-lime-ink);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .04em;
	padding: 6px 13px;
	border-radius: 999px;
}
.lp-price-card__badge--legacy { background: var(--lp-accent); color: var(--lp-accent-ink); }
.lp-price-card h3 { font-size: 18px; color: var(--lp-text-muted); font-weight: 700; margin-bottom: 14px; }
.lp-price-card__amount { font-family: var(--lp-font-head); font-size: 34px; font-weight: 800; margin-bottom: 26px; display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.lp-price-card__was { font-family: var(--lp-font-body); font-size: 15px; font-weight: 600; color: var(--lp-text-faint); }
.lp-price-card__list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 28px; flex: 1; }
.lp-price-card__list li { font-size: 14px; color: var(--lp-text-muted); padding-left: 26px; position: relative; }
.lp-price-card__list li::before {
	content: '';
	position: absolute;
	left: 0; top: -1px;
	width: 18px; height: 18px;
	border-radius: 50%;
	background-color: var(--lp-accent-soft);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231246BD' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 9px 9px;
}

.lp-pricing--picker { margin-top: 28px; }
.lp-price-card--pickable { cursor: pointer; user-select: none; }
.lp-price-card__radio { position: absolute; opacity: 0; pointer-events: none; }
.lp-price-card__check {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 2px solid var(--lp-line);
	background: var(--lp-surface);
	transition: border-color .15s, background .15s;
}
.lp-price-card--pickable.is-selected {
	border-color: var(--lp-accent);
	background: var(--lp-accent-soft);
	box-shadow: 0 0 0 2px var(--lp-accent);
}
.lp-price-card--pickable.is-selected .lp-price-card__check {
	border-color: var(--lp-accent);
	background-color: var(--lp-accent);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 11px 11px;
}
.lp-price-card__list--compact { gap: 8px; margin-bottom: 22px; }

.lp-coupon { margin: 8px 0 18px; }
.lp-coupon__row { display: flex; gap: 10px; }
.lp-coupon__row input {
	flex: 1;
	min-width: 0;
	padding: 12px 16px;
	border: 1.5px solid var(--lp-line);
	border-radius: var(--lp-radius-sm);
	background: var(--lp-surface);
	font-size: 14px;
	text-transform: uppercase;
}
.lp-coupon__row input:focus { outline: none; border-color: var(--lp-accent); }
.lp-coupon__row .lp-btn { flex-shrink: 0; }
.lp-coupon__message { margin: 10px 0 0; font-size: 13px; font-weight: 600; }
.lp-coupon__message.is-success { color: var(--lp-ok); }
.lp-coupon__message.is-error { color: var(--lp-err); }

.lp-order-summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	background: var(--lp-bg-soft);
	border: 1px solid var(--lp-line);
	border-radius: var(--lp-radius-sm);
	padding: 16px 20px;
	margin: 8px 0 22px;
}
.lp-order-summary__plan { display: flex; flex-direction: column; gap: 2px; }
.lp-order-summary__plan span { font-size: 11.5px; text-transform: uppercase; letter-spacing: .3px; color: var(--lp-text-faint); }
.lp-order-summary__plan strong { font-size: 15px; }
.lp-order-summary__price { font-family: var(--lp-font-mono); font-size: 18px; color: var(--lp-accent-deep); }

/* ==========================================================================
   Steps
   ========================================================================== */
.lp-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 48px; }
.lp-step__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px; height: 38px;
	border-radius: 50%;
	background: var(--lp-accent);
	color: #fff;
	font-family: var(--lp-font-head);
	font-weight: 800;
	font-size: 16px;
	margin-bottom: 16px;
}
.lp-step h3 { font-size: 17px; font-weight: 700; margin-bottom: 8px; }
.lp-step p { color: var(--lp-text-muted); font-size: 14.5px; }

/* ==========================================================================
   FAQ
   ========================================================================== */
.lp-faq { margin-top: 40px; display: flex; flex-direction: column; gap: 10px; }
.lp-faq details {
	background: var(--lp-surface);
	border: 1px solid var(--lp-line);
	border-radius: var(--lp-radius-sm);
	padding: 0 22px;
	transition: border-color .15s;
}
.lp-faq details[open] { border-color: var(--lp-accent); }
.lp-faq summary {
	cursor: pointer;
	font-family: var(--lp-font-head);
	font-size: 16.5px;
	font-weight: 700;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	padding: 19px 0;
}
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq summary::after {
	content: '+';
	font-size: 22px;
	font-weight: 400;
	color: var(--lp-accent);
	flex-shrink: 0;
	transition: transform .15s;
}
.lp-faq details[open] summary::after { transform: rotate(45deg); }
.lp-faq p { color: var(--lp-text-muted); font-size: 14.5px; padding-bottom: 20px; max-width: 62ch; }
.lp-faq a { color: var(--lp-accent); text-decoration: underline; }

/* ==========================================================================
   Why online store
   ========================================================================== */
.lp-why-online { padding-bottom: 72px; }
.lp-why-online__content {
	position: relative;
	overflow: hidden;
	padding: clamp(34px, 5vw, 58px);
	border: 1px solid var(--lp-line-soft);
	border-radius: 24px;
	background: linear-gradient(135deg, var(--lp-surface) 0%, var(--lp-bg-soft) 100%);
}
.lp-why-online__content::after {
	content: '';
	position: absolute;
	right: -90px;
	top: -110px;
	width: 260px;
	height: 260px;
	border-radius: 50%;
	background: var(--lp-accent-soft);
	opacity: .7;
	pointer-events: none;
}
.lp-why-online__content > * { position: relative; z-index: 1; }
.lp-why-online__content .lp-section__title { max-width: 17ch; margin: 12px 0 22px; }
.lp-why-online__content p { max-width: 72ch; color: var(--lp-text-muted); font-size: 15px; line-height: 1.8; }
.lp-why-online__content p + p { margin-top: 14px; }

/* ==========================================================================
   Blog
   ========================================================================== */
.lp-blog-hero {
	position: relative;
	overflow: hidden;
	padding: 86px 0 80px;
	background: linear-gradient(180deg, var(--lp-bg-soft), var(--lp-bg));
}
.lp-blog-hero::after {
	content: '';
	position: absolute;
	top: -190px;
	right: 4%;
	width: 390px;
	height: 390px;
	border-radius: 50%;
	background: radial-gradient(circle, var(--lp-accent-soft), transparent 70%);
	pointer-events: none;
}
.lp-blog-hero__inner { position: relative; z-index: 1; }
.lp-blog-hero h1 { max-width: 760px; margin: 12px 0 16px; font-size: clamp(38px, 6vw, 62px); line-height: 1.08; }
.lp-blog-hero p { max-width: 650px; color: var(--lp-text-muted); font-size: 17px; line-height: 1.75; }

/* ==========================================================================
   Theme gallery
   ========================================================================== */
.lp-theme-hero {
	padding: 76px 0 68px;
	background: linear-gradient(180deg, var(--lp-bg-soft), var(--lp-bg));
}
.lp-theme-hero h1 { max-width: 720px; margin: 12px 0 16px; font-size: clamp(38px, 5vw, 58px); line-height: 1.08; }
.lp-theme-hero p { max-width: 620px; color: var(--lp-text-muted); font-size: 17px; line-height: 1.75; }
.lp-theme-section { padding-top: 68px; }
.lp-theme-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.lp-theme-card {
	overflow: hidden;
	background: var(--lp-surface);
	border: 1px solid var(--lp-line);
	border-radius: var(--lp-radius);
	box-shadow: var(--lp-shadow-sm);
}
.lp-theme-card__media { display: block; overflow: hidden; aspect-ratio: 16 / 10; background: var(--lp-bg-soft); }
.lp-theme-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.lp-theme-card:hover .lp-theme-card__media img { transform: scale(1.025); }
.lp-theme-card__body { padding: 24px; }
.lp-theme-card__body h2 { margin-bottom: 8px; font-size: 22px; }
.lp-theme-card__body p { min-height: 48px; margin-bottom: 20px; color: var(--lp-text-muted); font-size: 14.5px; line-height: 1.65; }
.lp-blog-archive { padding: 24px 0 100px; }
.lp-blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.lp-blog-card {
	display: flex;
	overflow: hidden;
	flex-direction: column;
	min-width: 0;
	border: 1px solid var(--lp-line-soft);
	border-radius: var(--lp-radius);
	background: var(--lp-surface);
	box-shadow: var(--lp-shadow-sm);
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.lp-blog-card:hover { transform: translateY(-5px); border-color: #d8d6fb; box-shadow: var(--lp-shadow); }
.lp-blog-card__media { display: block; overflow: hidden; aspect-ratio: 16 / 10; background: var(--lp-bg-soft); }
.lp-blog-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.lp-blog-card:hover .lp-blog-card__media img { transform: scale(1.035); }
.lp-blog-card__placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	background: linear-gradient(135deg, var(--lp-accent), var(--lp-accent-deep));
	color: rgba(255, 255, 255, .88);
	font-family: var(--lp-font-head);
	font-size: 38px;
	font-weight: 800;
}
.lp-blog-card__body { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.lp-blog-meta { display: flex; align-items: center; gap: 8px 12px; flex-wrap: wrap; margin-bottom: 12px; color: var(--lp-text-faint); font-size: 11.5px; }
.lp-blog-meta span { color: var(--lp-accent); font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.lp-blog-card h2 { margin-bottom: 12px; font-size: 20px; line-height: 1.35; }
.lp-blog-card h2 a:hover { color: var(--lp-accent); }
.lp-blog-card__body > p { flex: 1; color: var(--lp-text-muted); font-size: 13.5px; line-height: 1.7; }
.lp-blog-card__more { display: inline-flex; align-items: center; gap: 7px; margin-top: 20px; color: var(--lp-accent); font-size: 13px; font-weight: 800; }
.lp-blog-card__more span { transition: transform .2s ease; }
.lp-blog-card__more:hover span { transform: translateX(4px); }
.lp-blog-pagination { margin-top: 44px; }
.lp-blog-pagination .nav-links { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; }
.lp-blog-pagination .page-numbers {
	display: grid;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	place-items: center;
	border: 1px solid var(--lp-line);
	border-radius: 10px;
	background: var(--lp-surface);
	color: var(--lp-text-muted);
	font-size: 13px;
	font-weight: 700;
}
.lp-blog-pagination .page-numbers.current,
.lp-blog-pagination a.page-numbers:hover { border-color: var(--lp-accent); background: var(--lp-accent); color: #fff; }
.lp-blog-empty { padding: 70px 24px; border: 1px dashed var(--lp-line); border-radius: var(--lp-radius); text-align: center; }
.lp-blog-empty h2 { margin-bottom: 8px; }
.lp-blog-empty p { color: var(--lp-text-muted); }

.lp-blog-single__header { padding: 68px 0 44px; text-align: center; background: linear-gradient(180deg, var(--lp-bg-soft), var(--lp-bg)); }
.lp-blog-breadcrumb { display: flex; justify-content: center; gap: 8px; margin-bottom: 28px; color: var(--lp-text-faint); font-size: 12.5px; }
.lp-blog-breadcrumb a:hover { color: var(--lp-accent); }
.lp-blog-single__category { display: inline-block; margin-bottom: 14px; color: var(--lp-accent); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.lp-blog-single__header h1 { margin: 0 auto; font-size: clamp(34px, 5.5vw, 56px); line-height: 1.18; }
.lp-blog-single__meta { display: flex; justify-content: center; gap: 10px; margin-top: 22px; color: var(--lp-text-faint); font-size: 13px; }
.lp-blog-single__image { max-width: 1040px; margin-top: 12px; margin-bottom: 52px; }
.lp-blog-single__image img { width: 100%; max-height: 580px; border-radius: 24px; object-fit: cover; box-shadow: var(--lp-shadow); }
.lp-blog-content { padding-bottom: 38px; color: #30323a; font-size: 16.5px; line-height: 1.85; }
.lp-blog-content > * + * { margin-top: 22px; }
.lp-blog-content h2 { margin-top: 44px; color: var(--lp-text); font-size: 28px; line-height: 1.3; }
.lp-blog-content h3 { margin-top: 34px; color: var(--lp-text); font-size: 22px; line-height: 1.35; }
.lp-blog-content h4 { margin-top: 28px; color: var(--lp-text); font-size: 18px; }
.lp-blog-content a { color: var(--lp-accent); text-decoration: underline; text-underline-offset: 3px; }
.lp-blog-content ul,
.lp-blog-content ol { padding-left: 24px; }
.lp-blog-content ul { list-style: disc; }
.lp-blog-content ol { list-style: decimal; }
.lp-blog-content li + li { margin-top: 8px; }
.lp-blog-content blockquote { margin-left: 0; padding: 20px 24px; border-left: 4px solid var(--lp-accent); border-radius: 0 var(--lp-radius-sm) var(--lp-radius-sm) 0; background: var(--lp-bg-soft); color: var(--lp-text-muted); }
.lp-blog-content img { height: auto; border-radius: var(--lp-radius-sm); }
.lp-blog-content pre { overflow-x: auto; padding: 18px; border-radius: var(--lp-radius-sm); background: #15151a; color: #f7f7fa; font-size: 13px; }
.lp-blog-content table { display: block; overflow-x: auto; width: 100%; border-collapse: collapse; }
.lp-blog-content th,
.lp-blog-content td { padding: 12px 14px; border: 1px solid var(--lp-line); text-align: left; }
.lp-blog-tags { display: flex; gap: 8px; flex-wrap: wrap; padding: 24px 0; border-top: 1px solid var(--lp-line-soft); }
.lp-blog-tags a { padding: 7px 12px; border-radius: 999px; background: var(--lp-bg-soft); color: var(--lp-text-muted); font-size: 12px; }
.lp-blog-tags a:hover { background: var(--lp-accent-soft); color: var(--lp-accent); }
.lp-blog-back { display: inline-flex; margin: 18px 0 90px; color: var(--lp-accent); font-size: 13.5px; font-weight: 800; }

/* ==========================================================================
   CTA band
   ========================================================================== */
.lp-cta { padding: 20px 0 100px; }
.lp-cta__panel {
	background: linear-gradient(135deg, #1758E8, #1246BD);
	border-radius: 28px;
	padding: 68px 40px;
	text-align: center;
	box-shadow: var(--lp-shadow);
}
.lp-cta__panel h2 { color: #fff; font-size: clamp(27px, 3.4vw, 40px); font-weight: 800; margin-bottom: 14px; }
.lp-cta__panel p { color: rgba(255, 255, 255, .8); font-size: 16px; margin-bottom: 30px; }
.lp-cta__panel .lp-btn { background: var(--lp-lime); color: var(--lp-lime-ink); }
.lp-cta__panel .lp-btn:hover { background: #d4f560; box-shadow: 0 12px 26px -10px rgba(0, 0, 0, .35); }

/* ==========================================================================
   Footer
   ========================================================================== */
.lp-footer { border-top: 1px solid var(--lp-line-soft); padding: 64px 0 0; background: var(--lp-surface); }
.lp-footer__inner { display: grid; grid-template-columns: minmax(230px, .9fr) minmax(0, 2fr); gap: 72px; padding-bottom: 52px; }
.lp-footer__brand p { color: var(--lp-text-faint); font-size: 13.5px; line-height: 1.7; max-width: 34ch; margin-top: 14px; }
.lp-footer__nav { display: grid; grid-template-columns: repeat(4, minmax(120px, 1fr)); gap: 34px; }
.lp-footer__column { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.lp-footer__column h2 { margin: 2px 0 5px; color: var(--lp-text); font-size: 13px; font-weight: 800; letter-spacing: .02em; }
.lp-footer__column a { color: var(--lp-text-muted); font-size: 13px; line-height: 1.45; transition: color .2s ease, transform .2s ease; }
.lp-footer__column a:hover { color: var(--lp-accent); transform: translateX(2px); }
.lp-footer__external { display: inline-block; margin-left: 5px; font-size: 11px; }
.lp-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	border-top: 1px solid var(--lp-line-soft);
	padding: 20px 0;
	color: var(--lp-text-faint);
	font-size: 12.5px;
}

/* ==========================================================================
   Checkout / renew forms
   ========================================================================== */
.lp-checkout-section { padding-top: 64px; }
.lp-form { margin-top: 40px; }
/* Honeypot anti-bot: di luar layar (bukan display:none) supaya bot yang cek visibility tetap terjebak. */
.lp-hp { position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden; }
.lp-form__group { margin-bottom: 22px; }
.lp-form__label { display: block; font-size: 13px; font-weight: 600; color: var(--lp-text-muted); margin-bottom: 8px; }
.lp-form input[type="text"],
.lp-form input[type="email"],
.lp-form input[type="password"] {
	width: 100%;
	background: var(--lp-surface);
	border: 1px solid var(--lp-line);
	border-radius: var(--lp-radius-sm);
	padding: 13px 14px;
	color: var(--lp-text);
	font-size: 15px;
	font-family: var(--lp-font-body);
}
.lp-form input:focus { outline: none; border-color: var(--lp-accent); }
.lp-form input:disabled,
.lp-form input[readonly] { background: var(--lp-bg-soft); color: var(--lp-text-faint); }
.lp-form__hint { display: block; margin-top: 6px; color: var(--lp-text-faint); font-size: 12.5px; }
.lp-form__error { color: var(--lp-err); font-size: 13.5px; margin-bottom: 16px; }
.lp-form__notice { color: var(--lp-ok); font-size: 13.5px; margin-bottom: 16px; }
.lp-form__link {
	display: inline-block;
	margin-top: 18px;
	background: none;
	border: 0;
	padding: 0;
	color: var(--lp-accent);
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}
.lp-form--tight { margin-top: 24px; }

/* Checkout redesign — ringkasan pesanan & tombol bayar tetap terlihat (sticky)
   di sebelah form saat mengisi field, alih-alih terkubur di ujung halaman
   panjang. Komponen di dalamnya (.lp-order-summary, .lp-pm-picker, .lp-coupon,
   dst.) tetap dipakai apa adanya sehingga renew.php yang belum ikut dirombak
   tampilannya tidak terpengaruh sama sekali. */
.lp-checkout-step { margin-bottom: 8px; }
.lp-checkout-step__title { display: flex; align-items: center; gap: 10px; font-size: 15.5px; font-weight: 700; margin-bottom: 18px; }
.lp-checkout-step__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: none;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: var(--lp-accent);
	color: var(--lp-accent-ink);
	font-size: 12px;
	font-weight: 800;
}
.lp-checkout-grid { display: grid; grid-template-columns: 1fr; gap: 36px; align-items: start; }
.lp-checkout-main { display: flex; flex-direction: column; gap: 34px; min-width: 0; }
.lp-checkout-aside { min-width: 0; }
.lp-checkout-summary {
	background: var(--lp-surface);
	border: 1px solid var(--lp-line);
	border-radius: var(--lp-radius);
	padding: 24px;
	box-shadow: var(--lp-shadow-sm);
}
.lp-checkout-summary__title { display: block; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--lp-text-faint); margin-bottom: 14px; }
.lp-checkout-summary .lp-order-summary { margin: 0 0 18px; }
.lp-checkout-summary .lp-coupon { margin: 8px 0 18px; }
.lp-checkout-summary #lp-checkout-error { margin: -6px 0 14px; }
.lp-checkout-trust { display: flex; flex-direction: column; gap: 12px; margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--lp-line-soft); }
.lp-checkout-trust li { display: flex; align-items: flex-start; gap: 9px; font-size: 12.5px; line-height: 1.5; color: var(--lp-text-muted); }
.lp-checkout-trust li svg { flex: none; width: 16px; height: 16px; margin-top: 1px; color: var(--lp-accent); }
@media (min-width: 901px) {
	.lp-checkout-grid { grid-template-columns: 1.55fr 1fr; gap: 44px; }
	.lp-checkout-aside { position: sticky; top: 96px; }
}

.lp-plan-picker { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.lp-plan-option {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 4px;
	border: 1px solid var(--lp-line);
	border-radius: var(--lp-radius-sm);
	padding: 14px;
	cursor: pointer;
	transition: border-color .15s;
	background: var(--lp-surface);
}
.lp-plan-option input { position: absolute; opacity: 0; }
.lp-plan-option.is-active { border-color: var(--lp-accent); background: var(--lp-accent-soft); }
.lp-plan-option__label { font-size: 13.5px; font-weight: 600; color: var(--lp-text-muted); }
.lp-plan-option.is-active .lp-plan-option__label { color: var(--lp-text); }
.lp-plan-option__price { font-family: var(--lp-font-mono); font-size: 14px; }
.lp-plan-option__domains { font-size: 11.5px; color: var(--lp-text-faint); }

.lp-pm-picker { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.lp-pm-option {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 12px;
	border: 1px solid var(--lp-line);
	border-radius: var(--lp-radius-sm);
	padding: 16px;
	cursor: pointer;
	transition: border-color .15s, background .15s, box-shadow .15s;
	background: var(--lp-surface);
}
.lp-pm-option input { position: absolute; opacity: 0; }
.lp-pm-option.is-active { border-color: var(--lp-accent); background: var(--lp-accent-soft); box-shadow: 0 0 0 2px var(--lp-accent); }
.lp-pm-option__icon {
	flex: none;
	width: 36px;
	height: 36px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--lp-accent-soft);
	color: var(--lp-accent-deep);
}
.lp-pm-option__icon svg { width: 18px; height: 18px; }
.lp-pm-option__body { display: flex; flex-direction: column; gap: 4px; }
.lp-pm-option__label { font-size: 13.5px; font-weight: 700; color: var(--lp-text); }
.lp-pm-option__hint { font-size: 11.5px; color: var(--lp-text-faint); }
.lp-pm-single-bank {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 16px;
	border: 1px solid var(--lp-accent);
	border-radius: var(--lp-radius-sm);
	background: var(--lp-accent-soft);
}
.lp-pm-bank-logos { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; margin-top: 7px; }
.lp-pm-bank-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 28px;
	padding: 4px 6px;
	border: 1px solid var(--lp-line);
	border-radius: 7px;
	background: #fff;
}
.lp-pm-bank-logo img { display: block; width: 100%; height: 100%; object-fit: contain; }

.lp-bank-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 14px;
	margin: 24px 0;
}
.lp-bank-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 210px;
	background: var(--lp-surface);
	border: 1px solid var(--lp-line);
	border-radius: 18px;
	padding: 22px 20px;
	text-align: center;
	box-shadow: 0 10px 28px -24px rgba(16, 16, 20, .35);
}
.lp-bank-card__logo { flex: none; display: grid; place-items: center; width: 124px; height: 64px; padding: 8px 12px; border: 1px solid var(--lp-line-soft); border-radius: 12px; background: #fff; }
.lp-bank-card__logo img { width: 100%; height: 100%; object-fit: contain; }
.lp-bank-card__content { min-width: 0; width: 100%; }
.lp-bank-card__bank { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; color: var(--lp-accent); margin-bottom: 5px; }
.lp-bank-card__number { font-family: var(--lp-font-mono); font-size: 19px; font-weight: 750; margin-bottom: 3px; overflow-wrap: anywhere; }
.lp-bank-card__name { font-size: 13px; color: var(--lp-text-muted); }

.lp-thanks__amount {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: var(--lp-bg-soft);
	border: 1px solid var(--lp-line-soft);
	border-radius: var(--lp-radius-sm);
	padding: 14px 16px;
	margin-bottom: 24px;
	font-size: 13px;
	color: var(--lp-text-muted);
}
.lp-thanks__amount strong { font-family: var(--lp-font-mono); font-size: 18px; color: var(--lp-text); }

#lp-proof-form {
	margin-top: 26px;
	padding: 22px;
	border: 1px solid var(--lp-line);
	border-radius: 18px;
	background: var(--lp-bg-soft);
	text-align: left;
}
#lp-proof-form .lp-form__group { margin-bottom: 16px; }
#lp-proof-file {
	display: block;
	width: 100%;
	padding: 8px;
	border: 1px dashed #c8cbd6;
	border-radius: 11px;
	background: #fff;
	color: var(--lp-text-muted);
	font-family: var(--lp-font-body);
	font-size: 13px;
}
#lp-proof-file::file-selector-button {
	margin-right: 12px;
	padding: 9px 14px;
	border: 0;
	border-radius: 8px;
	background: var(--lp-accent-soft);
	color: var(--lp-accent-deep);
	font-family: var(--lp-font-body);
	font-weight: 700;
	cursor: pointer;
}
#lp-proof-submit { margin-top: 4px; }

/* ==========================================================================
   Thank-you page
   ========================================================================== */
.lp-thanks { text-align: center; padding: 40px 0; }
.lp-thanks__spinner p { margin-top: 20px; font-size: 16px; }
.lp-thanks__spinner small { display: block; margin-top: 8px; color: var(--lp-text-faint); font-size: 13px; }
.lp-spin {
	display: inline-block;
	width: 36px; height: 36px;
	border: 3px solid var(--lp-line);
	border-top-color: var(--lp-accent);
	border-radius: 50%;
	animation: lp-spin 0.8s linear infinite;
}
@keyframes lp-spin { to { transform: rotate(360deg); } }
.lp-thanks__result h1 { font-size: 26px; margin-bottom: 12px; }
.lp-thanks__result p { color: var(--lp-text-muted); margin-bottom: 24px; }
.lp-thanks__icon {
	width: 56px; height: 56px;
	margin: 0 auto 20px;
	border-radius: 50%;
	display: flex; align-items: center; justify-content: center;
	font-size: 26px;
}
.lp-thanks__icon--ok { background: var(--lp-ok-soft); color: var(--lp-ok); }
.lp-thanks__icon--err { background: var(--lp-err-soft); color: var(--lp-err); }
.lp-keybox {
	background: var(--lp-surface);
	border: 1px solid var(--lp-line);
	border-radius: var(--lp-radius-sm);
	padding: 18px;
	margin-bottom: 28px;
}
.lp-keybox span { display: block; font-size: 11.5px; text-transform: uppercase; letter-spacing: .08em; color: var(--lp-text-faint); margin-bottom: 6px; }
.lp-keybox strong { font-family: var(--lp-font-mono); font-size: 19px; }
.lp-thanks__note { color: var(--lp-text-muted); font-size: 14px; margin-bottom: 24px; }

/* ==========================================================================
   Member dashboard
   ========================================================================== */
.lp-dash__empty { color: var(--lp-text-muted); font-size: 14.5px; }

.lp-dash-cta { margin-bottom: 24px; padding: 22px 24px; }
.lp-dash-cta__badge { display: inline-block; margin-bottom: 8px; padding: 4px 11px; border-radius: 999px; background: var(--lp-accent-soft); color: var(--lp-accent-deep); font-size: 11px; font-weight: 700; letter-spacing: .03em; }
.lp-dash-cta h2 { margin-bottom: 6px; }
.lp-dash-cta__hint { color: var(--lp-text-muted); font-size: 13.5px; margin-bottom: 16px; }
.lp-dash-cta__plans { display: flex; flex-wrap: wrap; gap: 10px; }
.lp-dash-cta__plan.is-discounted { border-color: var(--lp-accent); background: var(--lp-accent-soft); }
.lp-dash-cta__plan span s { margin-left: 6px; color: var(--lp-text-faint); }
.lp-dash-cta__plan {
	display: flex;
	flex-direction: column;
	gap: 3px;
	border: 1px solid var(--lp-line);
	border-radius: var(--lp-radius-sm);
	padding: 10px 16px;
	background: var(--lp-surface);
	transition: border-color .15s, background .15s;
}
.lp-dash-cta__plan:hover { border-color: var(--lp-accent); background: var(--lp-accent-soft); }
.lp-dash-cta__plan strong { font-size: 13.5px; }
.lp-dash-cta__plan span { font-family: var(--lp-font-mono); font-size: 12.5px; color: var(--lp-text-muted); }

/* Popup kupon promo member lama (lp_dashboard_legacy_coupon_popup(),
   inc/account.php) — overlay + kartu "tiket" dengan pita gradient di atas
   supaya kode kupon terasa seperti penawaran spesial, bukan alert biasa.
   Buka/tutupnya (termasuk kunci scroll body lewat .lp-no-scroll) diatur
   assets/js/main.js. */
html.lp-no-scroll, html.lp-no-scroll body { overflow: hidden; }
.lp-promo-modal {
	position: fixed;
	inset: 0;
	z-index: 200;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: rgba(15, 23, 42, .55);
	backdrop-filter: blur(2px);
}
.lp-promo-modal[hidden] { display: none; }
.lp-promo-modal__panel {
	position: relative;
	width: 100%;
	max-width: 420px;
	max-height: 100%;
	overflow-y: auto;
	background: var(--lp-surface);
	border-radius: var(--lp-radius);
	box-shadow: var(--lp-shadow);
	animation: lp-promo-pop .25s ease;
}
@keyframes lp-promo-pop {
	from { transform: scale(.94); opacity: 0; }
	to { transform: scale(1); opacity: 1; }
}
.lp-promo-modal__close {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, .2);
	color: #fff;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	transition: background-color .15s;
}
.lp-promo-modal__close:hover { background: rgba(255, 255, 255, .32); }
.lp-promo-modal__banner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	padding: 28px 26px 36px;
	border-radius: var(--lp-radius) var(--lp-radius) 0 0;
	background: linear-gradient(135deg, var(--lp-accent), var(--lp-accent-deep));
	color: #fff;
}
.lp-promo-modal__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: rgba(255, 255, 255, .16);
}
.lp-promo-modal__icon svg { width: 23px; height: 23px; }
.lp-promo-modal__eyebrow {
	display: inline-flex;
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	background: rgba(255, 255, 255, .18);
	padding: 5px 12px;
	border-radius: 999px;
}
.lp-promo-modal__body {
	position: relative;
	margin-top: -18px;
	padding: 24px 26px 28px;
	background: var(--lp-surface);
	border-radius: 18px 18px 0 0;
}
.lp-promo-modal__body h2 { font-size: 21px; margin-bottom: 10px; }
.lp-promo-modal__body p { color: var(--lp-text-muted); font-size: 13.5px; line-height: 1.6; margin-bottom: 18px; }
.lp-promo-modal__code {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 16px;
	padding: 12px 14px;
	border: 1.5px dashed var(--lp-accent);
	border-radius: var(--lp-radius-sm);
	background: var(--lp-accent-soft);
}
.lp-promo-modal__code-value { font-family: var(--lp-font-mono); font-size: 16px; font-weight: 700; letter-spacing: .04em; color: var(--lp-accent-deep); }
.lp-promo-modal__expiry { margin: 14px 0 0; color: var(--lp-text-faint); font-size: 12px; text-align: center; }
.lp-promo-modal__later {
	display: block;
	width: 100%;
	margin-top: 6px;
	padding: 8px;
	background: none;
	border: 0;
	color: var(--lp-text-faint);
	font-size: 12.5px;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
}
.lp-promo-modal__later:hover { color: var(--lp-text-muted); }

.lp-dash__stack { display: flex; flex-direction: column; gap: 20px; }

.lp-dash-card {
	background: var(--lp-surface);
	border: 1px solid var(--lp-line);
	border-radius: var(--lp-radius);
	padding: 28px;
}
.lp-dash-card h2 { font-size: 18px; font-weight: 800; margin-bottom: 20px; }
.lp-dash-card--narrow { max-width: 480px; }

.lp-dash-license__top { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 18px; }
.lp-dash-license__key { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.lp-dash-license__key-masked,
.lp-dash-license__key-full { font-family: var(--lp-font-mono); font-size: 18px; font-weight: 600; }
.lp-dash-license__toggle {
	background: var(--lp-bg-soft);
	border: 1px solid var(--lp-line);
	border-radius: 999px;
	padding: 5px 12px;
	font-size: 12px;
	font-weight: 600;
	color: var(--lp-text-muted);
	cursor: pointer;
}
.lp-dash-license__toggle:hover { border-color: var(--lp-accent); color: var(--lp-accent); }

.lp-dash-desc__toggle {
	background: var(--lp-bg-soft);
	border: 1px solid var(--lp-line);
	border-radius: 999px;
	padding: 5px 12px;
	font-size: 12px;
	font-weight: 600;
	color: var(--lp-text-muted);
	cursor: pointer;
	margin-bottom: 14px;
}
.lp-dash-desc__toggle:hover { border-color: var(--lp-accent); color: var(--lp-accent); }
.lp-dash-desc__body { margin-bottom: 14px; }

.lp-dash-pill {
	display: inline-flex;
	align-items: center;
	font-size: 11.5px;
	font-weight: 700;
	text-transform: capitalize;
	padding: 5px 12px;
	border-radius: 999px;
	white-space: nowrap;
}
.lp-dash-pill--ok { background: var(--lp-ok-soft); color: var(--lp-ok); }
.lp-dash-pill--err { background: var(--lp-err-soft); color: var(--lp-err); }
.lp-dash-pill--wait { background: var(--lp-lime-soft); color: var(--lp-lime-ink); }

.lp-dash-support {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 4px 12px;
	padding: 12px 16px;
	border-radius: var(--lp-radius-sm);
	border-left: 3px solid var(--lp-ok);
	background: var(--lp-ok-soft);
	margin-bottom: 16px;
}
.lp-dash-support--warn { border-left-color: var(--lp-lime-ink); background: var(--lp-lime-soft); }
.lp-dash-support__label { font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .3px; color: var(--lp-text-muted); flex-basis: 100%; }
.lp-dash-support__value { font-size: 15.5px; }
.lp-dash-support__days { font-size: 12.5px; color: var(--lp-text-muted); }

.lp-dash-license__meta { display: flex; gap: 20px; flex-wrap: wrap; font-size: 13.5px; color: var(--lp-text-muted); margin-bottom: 14px; }

.lp-dash-domainbar { height: 6px; border-radius: 999px; background: var(--lp-line); overflow: hidden; margin-bottom: 18px; }
.lp-dash-domainbar span { display: block; height: 100%; background: var(--lp-accent); }

.lp-dash-domainlist { display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px; }

.lp-dash-pagination { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: -12px 0 20px; }
.lp-dash-pagination__info { font-size: 12.5px; color: var(--lp-text-muted); }
.lp-dash-domainlist li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	background: var(--lp-bg-soft);
	border: 1px solid var(--lp-line-soft);
	border-radius: var(--lp-radius-sm);
	padding: 10px 14px;
	font-size: 13.5px;
}
.lp-dash-domainlist li small { color: var(--lp-text-faint); font-size: 12px; }
.lp-dash-domainlist__info { display: flex; flex-direction: column; gap: 2px; }
.lp-dash-domainlist__remove {
	flex-shrink: 0;
	background: var(--lp-surface);
	border: 1px solid var(--lp-line);
	border-radius: 999px;
	padding: 5px 12px;
	font-size: 12px;
	font-weight: 600;
	color: var(--lp-err);
	cursor: pointer;
}
.lp-dash-domainlist__remove:hover { border-color: var(--lp-err); background: var(--lp-err-soft); }
.lp-dash-domainlist__remove:disabled { opacity: .6; cursor: default; }

.lp-dash-changelog { display: flex; flex-direction: column; gap: 18px; }
.lp-dash-changelog li { padding-bottom: 18px; border-bottom: 1px solid var(--lp-line-soft); }
.lp-dash-changelog li:last-child { padding-bottom: 0; border-bottom: 0; }
.lp-dash-changelog__head { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.lp-dash-changelog__head strong { font-size: 14.5px; }
.lp-dash-changelog__head span { font-size: 12.5px; color: var(--lp-text-faint); }
.lp-dash-changelog p { color: var(--lp-text-muted); font-size: 14px; line-height: 1.6; margin: 0; }

.lp-dash-links { display: flex; flex-direction: column; gap: 14px; }
.lp-dash-links a { font-size: 14.5px; font-weight: 600; color: var(--lp-accent); }
.lp-dash-links a:hover { text-decoration: underline; }

/* Tiket support */
.lp-support-card { margin-bottom: 20px; }
.lp-support-notice { margin: 0 0 20px; padding: 13px 16px; border: 1px solid var(--lp-ok); border-radius: var(--lp-radius-sm); background: var(--lp-ok-soft); color: var(--lp-ok); font-size: 14px; font-weight: 600; }
.lp-support-notice.is-error { border-color: var(--lp-err); background: var(--lp-err-soft); color: var(--lp-err); }
.lp-support-form-card, .lp-support-renew, .lp-support-ticket-card { margin-top: 20px; }
.lp-support-form-card .lp-dash-card-head { margin-bottom: 24px; }
.lp-support-form-card .lp-dash-card-head h2 { margin-bottom: 8px; }
.lp-support-form-card .lp-dash-card-head p { margin: 0; color: var(--lp-text-muted); font-size: 14px; line-height: 1.55; }
.lp-support-form { max-width: 760px; display: flex; flex-direction: column; gap: 18px; }
.lp-support-form label { display: flex; flex-direction: column; gap: 7px; color: var(--lp-text); font-size: 13px; font-weight: 700; }
.lp-support-form label small { color: var(--lp-text-muted); font-size: 11.5px; font-weight: 500; }
.lp-support-form input[type="text"], .lp-support-form select, .lp-support-form textarea { width: 100%; box-sizing: border-box; padding: 11px 12px; border: 1px solid var(--lp-line); border-radius: var(--lp-radius-sm); background: var(--lp-surface); color: var(--lp-text); font: inherit; font-size: 14px; }
.lp-support-form input.is-invalid, .lp-support-form select.is-invalid, .lp-support-form textarea.is-invalid { border-color: var(--lp-err); box-shadow: 0 0 0 3px var(--lp-err-soft); }
.lp-support-field-error { color: var(--lp-err); font-size: 12px; font-weight: 600; }
.lp-support-form textarea { min-height: 130px; resize: vertical; }
.lp-support-form input[type="file"] { max-width: 100%; font-size: 13px; font-weight: 500; }
.lp-support-form-grid { display: grid; grid-template-columns: minmax(160px, .55fr) minmax(0, 1.45fr); gap: 16px; }
.lp-support-form .lp-btn { align-self: flex-start; margin-top: 2px; }
.lp-support-renew h2 { margin-bottom: 10px; }
.lp-support-renew p { max-width: 620px; margin-bottom: 20px; color: var(--lp-text-muted); line-height: 1.65; }
.lp-support-back { display: inline-block; margin-bottom: 14px; font-size: 13px; font-weight: 700; color: var(--lp-accent); }
.lp-support-ticket-top { padding-bottom: 16px; border-bottom: 1px solid var(--lp-line-soft); }
.lp-support-ticket-top h3 { margin: 0 0 5px; font-size: 17px; }
.lp-support-ticket-top p { margin: 0; color: var(--lp-text-muted); font-size: 13px; }
.lp-support-thread { display: flex; flex-direction: column; gap: 12px; margin-top: 18px; }
.lp-support-message { max-width: 82%; padding: 13px 15px; border: 1px solid var(--lp-line); border-radius: 12px 12px 12px 3px; background: var(--lp-bg-soft); color: var(--lp-text); font-size: 13.5px; line-height: 1.6; }
.lp-support-message.is-admin { align-self: flex-end; border-color: var(--lp-accent); border-radius: 12px 12px 3px 12px; background: var(--lp-accent-soft); }
.lp-support-message-meta { display: flex; justify-content: space-between; gap: 14px; margin-bottom: 6px; color: var(--lp-text-muted); font-size: 11.5px; }
.lp-support-message-meta strong { color: var(--lp-text); }
.lp-support-attachment { margin: 16px 0 0; font-size: 13px; }
.lp-support-attachment a { font-weight: 700; color: var(--lp-accent); }
.lp-support-reply-form { display: flex; flex-direction: column; gap: 10px; max-width: 760px; margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--lp-line-soft); }
.lp-support-reply-form label { display: flex; flex-direction: column; gap: 7px; font-size: 13px; font-weight: 700; }
.lp-support-reply-form textarea { min-height: 100px; padding: 11px 12px; border: 1px solid var(--lp-line); border-radius: var(--lp-radius-sm); background: var(--lp-surface); color: var(--lp-text); font: inherit; font-size: 14px; resize: vertical; }
.lp-support-reply-form .lp-btn { align-self: flex-start; }
.lp-support-closed-note { margin: 20px 0 0; color: var(--lp-text-muted); font-size: 13px; }

/* Video tutorial member */
.lp-tutorials-card > h2 { margin: 6px 0 8px; }
.lp-tutorials-intro { max-width: 660px; margin: 0 0 24px; color: var(--lp-text-muted); line-height: 1.6; }
.lp-tutorials-locked { max-width: 660px; padding: 20px; border: 1px solid var(--lp-lime-ink); border-radius: var(--lp-radius-sm); background: var(--lp-lime-soft); }
.lp-tutorials-locked strong { display: block; margin-bottom: 7px; }
.lp-tutorials-locked p { margin: 0 0 16px; color: var(--lp-text-muted); line-height: 1.55; }
.lp-tutorial-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.lp-tutorial-card { display: block; overflow: hidden; border: 1px solid var(--lp-line); border-radius: var(--lp-radius-sm); background: var(--lp-surface); color: var(--lp-text); transition: border-color .15s, transform .15s, box-shadow .15s; }
.lp-tutorial-card:hover { border-color: var(--lp-accent); box-shadow: var(--lp-shadow-sm); transform: translateY(-2px); }
.lp-tutorial-thumb { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; background: var(--lp-bg-soft); }
.lp-tutorial-thumb img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .2s; }
.lp-tutorial-card:hover .lp-tutorial-thumb img { transform: scale(1.03); }
.lp-tutorial-play { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 48px; height: 48px; padding-left: 3px; border-radius: 50%; background: rgba(15,23,42,.85); color: #fff; font-size: 17px; transform: translate(-50%, -50%); }
.lp-tutorial-card__body { display: block; padding: 16px; }
.lp-tutorial-card__body strong, .lp-tutorial-card__body small { display: block; }
.lp-tutorial-card__body strong { margin-bottom: 6px; font-size: 15px; }
.lp-tutorial-card__body small { color: var(--lp-text-muted); font-size: 13px; line-height: 1.5; }
.lp-tutorial-video-page { max-width: 980px; }
.lp-tutorial-video-frame { position: relative; aspect-ratio: 16 / 9; margin: 2px 0 24px; overflow: hidden; border-radius: var(--lp-radius-sm); background: #101828; }
.lp-tutorial-video-frame iframe { position: absolute; width: 100%; height: 100%; border: 0; inset: 0; }
.lp-tutorial-video-page h2 { margin-bottom: 10px; }
.lp-tutorial-video-description { max-width: 760px; margin: 0; color: var(--lp-text-muted); line-height: 1.65; }
.lp-support-ticket-list { display: flex; flex-direction: column; }
.lp-support-ticket-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--lp-line-soft); color: var(--lp-text); }
.lp-support-ticket-row:last-child { border-bottom: 0; }
.lp-support-ticket-row strong, .lp-support-ticket-row small { display: block; }
.lp-support-ticket-row strong { margin-bottom: 4px; font-size: 14px; }
.lp-support-ticket-row small { color: var(--lp-text-muted); font-size: 12px; }
.lp-support-status { flex: 0 0 auto; padding: 5px 9px; border-radius: 999px; background: var(--lp-lime-soft); color: var(--lp-lime-ink); font-size: 11px; font-weight: 700; }
.lp-support-status.is-answered { background: var(--lp-ok-soft); color: var(--lp-ok); }
.lp-support-status.is-closed { background: var(--lp-bg-soft); color: var(--lp-text-muted); }
.lp-empty-state { color: var(--lp-text-muted); font-size: 14px; }

/* Afiliasi */
.lp-affiliate-linkbox { display: flex; gap: 10px; margin: 4px 0 8px; }
.lp-affiliate-linkbox input {
	flex: 1;
	min-width: 0;
	padding: 10px 12px;
	border: 1px solid var(--lp-line);
	border-radius: var(--lp-radius-sm);
	background: var(--lp-bg-soft);
	color: var(--lp-text-muted);
	font-size: 13.5px;
}

.lp-affiliate-upgrade {
	margin-top: 18px;
	padding: 16px 18px;
	border: 1px solid var(--lp-lime-ink);
	border-radius: var(--lp-radius-sm);
	background: var(--lp-lime-soft);
}
.lp-affiliate-upgrade p { margin: 0 0 12px; color: var(--lp-text-muted); font-size: 13.5px; }

.lp-dash-kpis { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 4px 0 22px; }
.lp-dash-kpi { padding: 16px 18px; border: 1px solid var(--lp-line); border-radius: var(--lp-radius-sm); border-top: 3px solid var(--lp-text-faint); background: var(--lp-bg-soft); }
.lp-dash-kpi span { display: block; margin-bottom: 8px; color: var(--lp-text-muted); font-size: 11px; text-transform: uppercase; letter-spacing: .3px; }
.lp-dash-kpi strong { display: block; font-size: 20px; }
.lp-dash-kpi small { display: block; margin-top: 4px; color: var(--lp-text-faint); font-size: 12px; }
.lp-dash-kpi--paid { border-top-color: var(--lp-ok); }
.lp-dash-kpi--pending { border-top-color: var(--lp-lime-ink); }

.lp-dash-table-wrap { overflow-x: auto; }
.lp-dash-table { width: 100%; border-collapse: collapse; font-size: 13.5px; }
.lp-dash-table th {
	text-align: left;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .06em;
	color: var(--lp-text-faint);
	padding: 0 12px 10px;
	border-bottom: 1px solid var(--lp-line);
}
.lp-dash-table td { padding: 12px; border-bottom: 1px solid var(--lp-line-soft); vertical-align: top; }
.lp-dash-table td small { color: var(--lp-text-faint); }

/* ==========================================================================
   Dashboard app shell (sidebar + topbar) — dipakai semua menu Dashboard,
   lihat lp_dashboard_shell_start()/lp_dashboard_shell_end() di inc/account.php.
   Kartu konten di dalamnya (.lp-dash-card dst.) tetap dari sistem lama.
   ========================================================================== */
.lp-app { display: flex; align-items: flex-start; min-height: 100vh; }
.lp-app__sidebar {
	position: sticky;
	top: 0;
	flex: 0 0 244px;
	width: 244px;
	height: 100vh;
	display: flex;
	flex-direction: column;
	gap: 26px;
	padding: 24px 16px;
	background: var(--lp-surface);
	border-right: 1px solid var(--lp-line-soft);
	overflow-y: auto;
}
.lp-app__logo { display: block; padding: 0 10px; }
.lp-app__logo-img { display: block; width: 178px; height: auto; }
.lp-app__nav { display: flex; flex-direction: column; gap: 3px; }
.lp-app__nav-link {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 11px 14px;
	border-radius: var(--lp-radius-sm);
	color: var(--lp-text-muted);
	font-size: 14px;
	font-weight: 600;
	transition: background .15s, color .15s;
}
.lp-app__nav-link:hover { background: var(--lp-bg-soft); color: var(--lp-text); }
.lp-app__nav-link.is-active { background: var(--lp-accent-soft); color: var(--lp-accent-deep); }
.lp-app__nav-icon { display: flex; flex-shrink: 0; width: 19px; height: 19px; }
.lp-app__nav-icon svg { width: 100%; height: 100%; }

.lp-app__main { flex: 1; min-width: 0; background: var(--lp-bg-soft); min-height: 100vh; }
.lp-app__topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 24px 40px;
	background: var(--lp-bg);
	border-bottom: 1px solid var(--lp-line-soft);
}
.lp-app__topbar-head { display: flex; align-items: center; gap: 10px; min-width: 0; flex: 1 1 auto; }
.lp-app__topbar-head h1 { margin: 2px 0 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-family: var(--lp-font-head); font-size: 23px; font-weight: 800; }
.lp-app__topbar-actions { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }

/* Tombol hamburger (buka/tutup menu dropdown sidebar) — cuma tampil di
   breakpoint mobile, lihat @media (max-width: 900px) di bawah. */
.lp-app__nav-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	border-radius: 50%;
	border: 1px solid var(--lp-line);
	background: var(--lp-surface);
	color: var(--lp-text-muted);
	cursor: pointer;
}
.lp-app__nav-toggle svg { width: 19px; height: 19px; }
.lp-app__nav-toggle-icon--close { display: none; }
.lp-app__nav-toggle.is-open { color: var(--lp-accent-deep); border-color: var(--lp-accent); background: var(--lp-accent-soft); }
.lp-app__nav-toggle.is-open .lp-app__nav-toggle-icon--open { display: none; }
.lp-app__nav-toggle.is-open .lp-app__nav-toggle-icon--close { display: flex; }
.lp-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.lp-app__icon-btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 1px solid var(--lp-line);
	background: var(--lp-surface);
	color: var(--lp-text-muted);
	cursor: pointer;
}
.lp-app__icon-btn svg { width: 19px; height: 19px; }
.lp-app__icon-btn:hover { color: var(--lp-text); border-color: var(--lp-accent); }
.lp-app__badge {
	position: absolute;
	top: -3px;
	right: -3px;
	min-width: 18px;
	height: 18px;
	padding: 0 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid var(--lp-bg);
	border-radius: 999px;
	background: var(--lp-accent);
	color: var(--lp-accent-ink);
	font-size: 10.5px;
	font-weight: 800;
}

.lp-app__avatar-btn {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 6px 10px 6px 6px;
	border-radius: 999px;
	border: 1px solid var(--lp-line);
	background: var(--lp-surface);
	cursor: pointer;
}
.lp-app__avatar-circle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--lp-accent);
	color: var(--lp-accent-ink);
	font-family: var(--lp-font-head);
	font-weight: 800;
	font-size: 14px;
	flex-shrink: 0;
}
.lp-app__avatar-name { font-size: 13.5px; font-weight: 700; color: var(--lp-text); }
.lp-app__avatar-chevron { display: flex; width: 14px; height: 14px; color: var(--lp-text-faint); }
.lp-app__avatar-chevron svg { width: 100%; height: 100%; }

.lp-app__dropdown-wrap { position: relative; }
.lp-app__dropdown {
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	z-index: 40;
	width: 300px;
	padding: 16px;
	background: var(--lp-surface);
	border: 1px solid var(--lp-line);
	border-radius: var(--lp-radius-sm);
	box-shadow: var(--lp-shadow);
	display: none;
}
.lp-app__dropdown-wrap.is-open .lp-app__dropdown { display: block; }
.lp-app__dropdown-title { display: block; margin-bottom: 10px; color: var(--lp-text-faint); font-size: 12px; text-transform: uppercase; letter-spacing: .04em; }
.lp-app__dropdown--avatar { width: 200px; padding: 8px; }
.lp-app__dropdown--avatar a { display: flex; align-items: center; gap: 10px; padding: 10px; border-radius: var(--lp-radius-sm); color: var(--lp-text); font-size: 13.5px; font-weight: 600; }
.lp-app__dropdown--avatar a svg { width: 16px; height: 16px; color: var(--lp-text-faint); }
.lp-app__dropdown--avatar a:hover { background: var(--lp-bg-soft); }
.lp-app__notif-list { display: flex; flex-direction: column; gap: 10px; max-height: 320px; overflow-y: auto; }
.lp-app__notif-item { padding: 10px 12px; border-left: 3px solid var(--lp-line); border-radius: var(--lp-radius-sm); background: var(--lp-bg-soft); font-size: 13px; line-height: 1.5; }
.lp-app__notif-item--warn { border-left-color: #E8A33D; }
.lp-app__notif-item--err { border-left-color: var(--lp-err); }
.lp-app__notif-item--info { border-left-color: var(--lp-accent); }

.lp-app__content { padding: 32px 40px 56px; }

.lp-app__stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-bottom: 20px; }
.lp-stat-card {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 20px 22px;
	background: var(--lp-surface);
	border: 1px solid var(--lp-line);
	border-radius: var(--lp-radius);
}
.lp-stat-card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	flex-shrink: 0;
	border-radius: var(--lp-radius-sm);
	background: var(--lp-accent-soft);
	color: var(--lp-accent-deep);
}
.lp-stat-card__icon svg { width: 22px; height: 22px; }
.lp-stat-card__label { display: block; margin-bottom: 3px; color: var(--lp-text-muted); font-size: 12.5px; font-weight: 600; }
.lp-stat-card__value { display: block; font-family: var(--lp-font-head); font-size: 22px; font-weight: 800; }
.lp-stat-card__hint { display: block; margin-top: 2px; color: var(--lp-text-faint); font-size: 11.5px; }

.lp-product-card { display: flex; gap: 22px; padding: 28px; margin-bottom: 20px; }
.lp-product-card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	flex-shrink: 0;
	border-radius: var(--lp-radius-sm);
	background: var(--lp-bg-soft);
	color: var(--lp-accent);
}
.lp-product-card__icon svg { width: 30px; height: 30px; }
.lp-product-card__body { flex: 1; min-width: 0; }
.lp-product-card__top { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.lp-product-card__top h2 { margin: 0; font-size: 21px; }
.lp-product-card__desc { margin: 8px 0 0; color: var(--lp-text-muted); font-size: 14px; }
.lp-product-card__meta { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--lp-line-soft); }
.lp-product-card__meta > div { display: flex; flex-direction: column; gap: 4px; }
.lp-product-card__meta span { color: var(--lp-text-faint); font-size: 11.5px; text-transform: uppercase; letter-spacing: .03em; }
.lp-product-card__meta strong, .lp-product-card__meta a { font-size: 14.5px; font-weight: 700; color: var(--lp-text); }
.lp-product-card__meta a { color: var(--lp-accent); }
.lp-product-card__actions { display: flex; flex-direction: column; gap: 10px; flex-shrink: 0; justify-content: center; }
.lp-product-card__actions .lp-btn { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.lp-product-card__actions .lp-btn svg { width: 16px; height: 16px; }

.lp-app__cols { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.lp-app__card-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.lp-app__card-head h2 { display: flex; align-items: center; gap: 9px; margin: 0; }
.lp-app__card-head h2 svg { width: 18px; height: 18px; color: var(--lp-accent); }
.lp-app__card-link { font-size: 12.5px; font-weight: 700; color: var(--lp-accent); white-space: nowrap; }
.lp-app__card-link:hover { text-decoration: underline; }

.lp-app__mini-list { display: flex; flex-direction: column; gap: 14px; }
.lp-app__mini-list li { display: flex; align-items: flex-start; gap: 12px; }
.lp-app__mini-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	flex-shrink: 0;
	border-radius: var(--lp-radius-sm);
	background: var(--lp-bg-soft);
	color: var(--lp-accent);
}
.lp-app__mini-icon svg { width: 17px; height: 17px; }
.lp-app__mini-list li > div { display: flex; flex-direction: column; gap: 2px; }
.lp-app__mini-list li strong { font-size: 14px; }
.lp-app__mini-list li span { color: var(--lp-text-muted); font-size: 12.5px; }
.lp-app__mini-list--changelog li { flex-direction: column; align-items: flex-start; gap: 4px; padding-bottom: 14px; border-bottom: 1px solid var(--lp-line-soft); }
.lp-app__mini-list--changelog li:last-child { padding-bottom: 0; border-bottom: 0; }
.lp-app__mini-list--changelog span { color: var(--lp-text); font-size: 13.5px; }
.lp-app__mini-list--changelog time { color: var(--lp-text-faint); font-size: 11.5px; }

/* Produk add-on */
.lp-addon-checkout-card {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 10px 24px;
	margin-top: 28px;
	padding: 24px;
	border: 1px solid var(--lp-line);
	border-radius: var(--lp-radius);
	background: var(--lp-surface);
}
.lp-addon-checkout-card div { display: flex; align-items: center; gap: 10px; }
.lp-addon-checkout-card div strong { font-size: 18px; }
.lp-addon-checkout-card div span { color: var(--lp-text-faint); font-size: 12px; }
.lp-addon-checkout-card p { grid-column: 1; color: var(--lp-text-muted); font-size: 14px; line-height: 1.6; margin: 0; }
.lp-addon-checkout-card b { grid-column: 2; grid-row: 1 / span 2; align-self: center; font-family: var(--lp-font-mono); font-size: 20px; color: var(--lp-accent); }
.lp-addon-heading h2 { margin-bottom: 6px; }
.lp-addon-heading p { color: var(--lp-text-muted); font-size: 14px; line-height: 1.6; margin: 0 0 24px; max-width: 720px; }
.lp-addon-section__type { display: inline-block; margin-bottom: 7px; color: var(--lp-accent); font-size: 10.5px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.lp-addon-license-note { display: flex; flex-direction: column; gap: 3px; margin-bottom: 22px; padding: 14px 16px; border-left: 3px solid var(--lp-lime-ink); border-radius: var(--lp-radius-sm); background: var(--lp-lime-soft); font-size: 13px; }
.lp-addon-license-note span { color: var(--lp-text-muted); }
.lp-addon-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.lp-addon-card { display: flex; flex-direction: column; min-height: 245px; padding: 22px; border: 1px solid var(--lp-line); border-radius: var(--lp-radius-sm); background: var(--lp-bg-soft); }
.lp-addon-card.is-owned { border-color: #b8decf; background: var(--lp-surface); }
.lp-addon-card__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.lp-addon-card__top h3 { margin: 4px 0 0; font-size: 17px; }
.lp-addon-card__top small { color: var(--lp-text-faint); }
.lp-addon-card__owned { color: var(--lp-ok); font-size: 10.5px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.lp-addon-card > p { flex: 1; color: var(--lp-text-muted); font-size: 13.5px; line-height: 1.6; margin: 16px 0 22px; }
.lp-addon-card__foot { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.lp-addon-card__price { font-family: var(--lp-font-mono); font-size: 17px; }
.lp-addon-card__muted { color: var(--lp-text-faint); font-size: 12px; }

/* Galeri screenshot fitur (beranda, section #tampilan) — baris berselang-seling
   pakai kerangka .lp-showcase yang sama dengan seksi "Lihat Lebih Dekat", cuma
   visualnya diganti bingkai kartu lembut berisi screenshot asli. */
.lp-showcase--shots .lp-showcase__row {
	padding-bottom: 56px;
	/* Sengaja pakai rgba tipis (bukan var(--lp-line-soft)) — garisnya cuma
	   penanda batas antar fitur yang samar, bukan pemisah tegas. */
	border-bottom: 1px solid rgba(16, 16, 20, .06);
}
.lp-showcase--shots .lp-showcase__row:last-child { padding-bottom: 0; border-bottom: 0; }

/* .lp-shotframe murni wadah untuk kebutuhan grid order (kiri/kanan) — semua
   properti visual .lp-showcase__visual (background/border/padding/shadow)
   sengaja dinolkan lagi di sini, thumbnail-nya sendiri tampil polos tanpa
   bingkai/kartu apa pun. */
.lp-shotframe {
	background: none;
	border: 0;
	border-radius: 0;
	padding: 0;
	box-shadow: none;
}
.lp-shotframe img {
	display: block;
	width: 100%;
	/* height WAJIB "auto" di sini — atribut HTML width/height="800" pada <img>
	   (sengaja dipertahankan untuk mencegah layout shift) ikut terhitung sebagai
	   nilai height yang definitif oleh browser. Kalau height tidak di-reset ke
	   auto, height tetap terkunci 800px dari atribut itu sementara width sudah
	   menyempit ke lebar kolom — aspect-ratio di bawah ini jadi diabaikan total
	   (spec: aspect-ratio hanya berlaku kalau salah satu sisi masih auto), dan
	   thumbnail tampil memanjang ke bawah alih-alih persegi. */
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 900px) {
	.lp-hero__inner { grid-template-columns: 1fr; }
	.lp-hero__visual { order: -1; max-width: 380px; margin: 0 auto 32px; }
	.lp-grid--4 { grid-template-columns: repeat(2, 1fr); }
	.lp-pricing { grid-template-columns: 1fr; }
	.lp-price-card.is-featured { transform: none; order: -1; }
	.lp-steps { grid-template-columns: 1fr; }
	/* Nav situs jadi dropdown lewat tombol hamburger (.lp-nav-toggle) alih-alih
	   hilang total tanpa cara membukanya lagi — sama pola & alasannya dgn
	   sidebar Dashboard (lihat komentar di .lp-app__sidebar di bawah): "order"
	   dipakai supaya logo & tombol aksi TETAP satu baris di atas terlepas dari
	   urutan DOM-nya, dan nav yang baru dibuka selalu jadi baris penuh sendiri
	   di bawahnya (flex-basis: 100%). */
	.lp-header__inner { flex-wrap: wrap; height: auto; padding-top: 14px; padding-bottom: 14px; }
	.lp-logo { order: 1; }
	.lp-header__actions { order: 2; }
	.lp-nav-toggle { display: inline-flex; }
	/* Tombol CTA ("Beli Sekarang"/"Dashboard Saya") dipindah dari baris atas
	   (yang cuma cukup utk logo + hamburger di layar sempit) ke dalam dropdown
	   nav — lihat .lp-nav__cta di komentar header.php.

	   Selector ".lp-nav .lp-nav__cta" (2 class) sengaja dipakai, BUKAN cuma
	   ".lp-nav__cta" (1 class) — supaya specificity-nya menang lawan ".lp-nav a"
	   di atas (1 class + 1 elemen) yang kalau tidak, diam-diam menimpa balik
	   warna/padding/ukuran font tombol ini jadi tampak seperti link polos. */
	.lp-header__cta { display: none; }
	.lp-nav .lp-nav__cta {
		display: inline-flex;
		justify-content: center;
		width: 100%;
		margin-top: 10px;
		padding: 12px 18px;
		color: var(--lp-accent-ink);
		font-size: 14.5px;
		font-weight: 700;
	}
	.lp-nav .lp-nav__cta:hover { color: var(--lp-accent-ink); }
	.lp-nav {
		display: none;
		order: 3;
		flex-basis: 100%;
		width: 100%;
	}
	.lp-nav.is-open {
		display: flex;
		flex-direction: column;
		gap: 2px;
		margin-top: 14px;
		padding-top: 14px;
		border-top: 1px solid var(--lp-line-soft);
	}
	.lp-nav a { padding: 10px 2px; }
	.lp-showcase__row { grid-template-columns: 1fr; gap: 28px; }
	.lp-showcase__row--reverse .lp-showcase__copy,
	.lp-showcase__row--reverse .lp-showcase__visual { order: 0; }
	.lp-footer__inner { grid-template-columns: 1fr; gap: 38px; }
	.lp-footer__nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.lp-blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.lp-theme-grid { grid-template-columns: 1fr; max-width: 680px; }

	/* Sidebar Dashboard jadi menu dropdown (bukan bar ikon horizontal) di
	   mobile — disembunyikan (display:none) sampai tombol hamburger
	   (.lp-app__nav-toggle, cuma tampil di breakpoint ini) di-tap, lalu
	   ditumpuk di ATAS topbar dalam alur normal dokumen (bukan
	   position:absolute/fixed) supaya tidak perlu menghitung tinggi topbar
	   sama sekali — begitu ditutup lagi (display:none) otomatis tidak makan
	   tempat & tidak mungkin memicu overflow horizontal.

	   PENTING: .lp-app punya "align-items: flex-start" di rule dasarnya (utk
	   layout desktop, sidebar+main berdampingan) — begitu flex-direction jadi
	   column di sini, "align-items" itu pindah ngatur sumbu HORIZONTAL, jadi
	   .lp-app__main ikut menyusut/melebar sesuai isinya (bukan penuh lebar
	   layar) dan mendorong seluruh halaman melebar ke samping. Wajib di-reset
	   ke "stretch" di sini supaya .lp-app__main selalu 100% lebar viewport. */
	.lp-app { flex-direction: column; align-items: stretch; }
	.lp-app__sidebar {
		display: none;
		position: static;
		width: 100%;
		height: auto;
		min-width: 0;
		max-width: 100%;
		box-sizing: border-box;
		padding: 10px;
		border-right: 0;
		border-bottom: 1px solid var(--lp-line-soft);
	}
	.lp-app__sidebar.is-open { display: flex; box-shadow: var(--lp-shadow-sm); }
	.lp-app__logo { display: none; }
	.lp-app__nav-link { font-size: 14px; padding: 12px 14px; }
	.lp-app__main { width: 100%; min-width: 0; max-width: 100%; }
	.lp-app__topbar { padding: 18px 20px; }
	.lp-app__content { padding: 24px 20px 48px; max-width: 100%; box-sizing: border-box; }
	.lp-app__avatar-name { display: none; }
	.lp-app__nav-toggle { display: inline-flex; }
}
@media (max-width: 600px) {
	.lp-grid--4 { grid-template-columns: 1fr; }
	.lp-shotframe { padding: 20px 0 0 20px; }
	.lp-plan-picker { grid-template-columns: 1fr; }
	.lp-pm-picker { grid-template-columns: 1fr; }
	.lp-bank-list { grid-template-columns: 1fr; }
	.lp-bank-card { min-height: 190px; }
	.lp-hero { padding: 56px 0 64px; }
	.lp-section { padding: 64px 0; }
	.lp-showcase { gap: 48px; margin-top: 36px; }
	.lp-cta__panel { padding: 48px 24px; }
	.lp-addon-grid { grid-template-columns: 1fr; }
	.lp-addon-checkout-card { grid-template-columns: 1fr; }
	.lp-dash-kpis { grid-template-columns: 1fr; }
	.lp-affiliate-linkbox { flex-direction: column; align-items: stretch; }
	.lp-addon-checkout-card p, .lp-addon-checkout-card b { grid-column: 1; grid-row: auto; }
	.lp-footer { padding-top: 48px; }
	.lp-footer__nav { grid-template-columns: 1fr 1fr; gap: 32px 22px; }
	.lp-footer__bottom { align-items: flex-start; flex-direction: column; }
	.lp-blog-hero { padding: 62px 0 58px; }
	.lp-blog-hero p { font-size: 15px; }
	.lp-blog-archive { padding-top: 8px; padding-bottom: 72px; }
	.lp-blog-grid { grid-template-columns: 1fr; }
	.lp-blog-single__header { padding: 48px 0 34px; }
	.lp-theme-hero { padding: 58px 0 52px; }
	.lp-theme-hero p { font-size: 15px; }
	.lp-theme-section { padding-top: 48px; }
	.lp-theme-card__body { padding: 20px; }
	.lp-blog-single__image { margin-bottom: 38px; }
	.lp-blog-single__image img { border-radius: 16px; }
	.lp-blog-content { font-size: 15.5px; }

	.lp-app__stats { grid-template-columns: 1fr; }
	.lp-app__cols { grid-template-columns: 1fr; }
	.lp-product-card { flex-direction: column; }
	.lp-product-card__icon { display: none; }
	/* Tombol kartu produk sekarang bisa ada 4 (Perpanjang, Upgrade, Kelola,
	   Download), jadi dibungkus supaya tidak melebar keluar layar di HP. */
	.lp-product-card__actions { flex-direction: row; flex-wrap: wrap; }
	.lp-product-card__actions .lp-btn { flex: 1 1 calc(50% - 5px); min-width: 0; justify-content: center; white-space: normal; }
	.lp-support-form-grid { grid-template-columns: 1fr; }
	.lp-support-message { max-width: 94%; }
	.lp-support-ticket-row { align-items: flex-start; flex-direction: column; gap: 8px; }
	.lp-tutorial-grid { grid-template-columns: 1fr; }
	.lp-app__topbar-head h1 { font-size: 19px; }
	.lp-app__dropdown { width: min(88vw, 300px); }
}

/* ==========================================================================
   Checkout ala Lynk (page-templates/checkout.php) — satu kolom ramping,
   kartu bertumpuk, channel pembayaran langsung dipilih, bar bayar sticky.
   Semua kelas berawalan .lp-co supaya renew.php & halaman lain tidak kena.
   ========================================================================== */
.lp-co { background: #F3F6FB; min-height: 100vh; padding: 28px 0 0; }
.lp-co__wrap { max-width: 540px; margin: 0 auto; padding: 0 16px; }
.lp-co__form { margin-top: 0; display: flex; flex-direction: column; gap: 12px; }
.lp-co__card {
	background: #fff;
	border: 1px solid var(--lp-line-soft);
	border-radius: 16px;
	padding: 20px;
}
.lp-co__title { font-size: 15px; font-weight: 700; margin-bottom: 16px; letter-spacing: -.01em; }
.lp-co__label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--lp-text-faint); margin: 18px 0 10px; }
.lp-co__req { color: var(--lp-err); }
.lp-co__note { font-size: 12.5px; color: var(--lp-text-muted); background: var(--lp-bg-soft); border-radius: 10px; padding: 10px 12px; }
.lp-co .lp-form__group { margin-bottom: 16px; }
.lp-co .lp-form__label { font-size: 13px; color: var(--lp-text); margin-bottom: 6px; }
.lp-co .lp-form input[type="text"],
.lp-co .lp-form input[type="email"],
.lp-co .lp-form input[type="tel"],
.lp-co input[type="tel"] {
	width: 100%;
	background: #fff;
	border: 1px solid var(--lp-line);
	border-radius: 10px;
	padding: 12px 14px;
	font-size: 15px;
	font-family: var(--lp-font-body);
	color: var(--lp-text);
	transition: border-color .15s, box-shadow .15s;
}
.lp-co input:focus { outline: none; border-color: var(--lp-accent); box-shadow: 0 0 0 3px rgba(23, 88, 232, .12); }

/* Produk */
.lp-co-product__head { display: flex; align-items: flex-start; gap: 12px; }
.lp-co-product__icon {
	flex: none; width: 48px; height: 48px; border-radius: 12px;
	display: flex; align-items: center; justify-content: center;
	background: var(--lp-accent-soft); color: var(--lp-accent);
}
.lp-co-product__icon svg { width: 24px; height: 24px; }
.lp-co-product__text { flex: 1; min-width: 0; }
.lp-co-product__eyebrow { display: block; font-size: 12px; color: var(--lp-text-faint); font-weight: 600; margin-bottom: 2px; }
.lp-co-product__title { font-size: 18px; line-height: 1.3; font-weight: 700; }
.lp-co-product__price { font-size: 17px; font-weight: 800; color: var(--lp-text); white-space: nowrap; }
.lp-co-product__desc { margin-top: 12px; font-size: 13.5px; line-height: 1.6; color: var(--lp-text-muted); }

/* Radio bulat */
.lp-co-radio {
	flex: none; width: 20px; height: 20px; border-radius: 50%;
	border: 2px solid #C5D2DE; background: #fff; position: relative;
	transition: border-color .15s;
}
.is-selected > .lp-co-radio, .is-active > .lp-co-radio { border-color: var(--lp-accent); }
.is-selected > .lp-co-radio::after, .is-active > .lp-co-radio::after {
	content: ''; position: absolute; inset: 3px; border-radius: 50%; background: var(--lp-accent);
}

/* Paket */
.lp-co-plans { display: flex; flex-direction: column; gap: 8px; margin: 0; }
.lp-co-plan {
	display: flex; align-items: center; gap: 12px;
	border: 1px solid var(--lp-line); border-radius: 12px; padding: 12px 14px;
	cursor: pointer; transition: border-color .15s, background .15s; user-select: none;
}
.lp-co-plan input { position: absolute; opacity: 0; pointer-events: none; }
.lp-co-plan.is-selected { border-color: var(--lp-accent); background: #F5F8FF; box-shadow: 0 0 0 1px var(--lp-accent); }
.lp-co-plan__body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.lp-co-plan__name { font-size: 14.5px; font-weight: 700; display: flex; align-items: center; flex-wrap: wrap; gap: 6px; }
.lp-co-plan__meta { font-size: 12px; color: var(--lp-text-faint); }
.lp-co-plan__price { font-size: 14.5px; font-weight: 800; white-space: nowrap; text-align: right; display: flex; flex-direction: column; }
.lp-co-plan__price s { font-size: 11.5px; font-weight: 500; color: var(--lp-text-faint); }
.lp-co-tag { font-style: normal; font-size: 10.5px; font-weight: 700; padding: 2px 8px; border-radius: 999px; background: var(--lp-lime); color: var(--lp-lime-ink); }
.lp-co-tag--solid { background: var(--lp-accent); color: #fff; }

/* No. WA */
.lp-co-phone { display: flex; align-items: stretch; }
.lp-co-phone__prefix {
	display: flex; align-items: center; padding: 0 12px;
	border: 1px solid var(--lp-line); border-right: 0; border-radius: 10px 0 0 10px;
	background: var(--lp-bg-soft); font-size: 14px; font-weight: 600; color: var(--lp-text-muted);
}
.lp-co-phone input[type="tel"] { border-radius: 0 10px 10px 0; }

/* Channel pembayaran */
.lp-co-pay { display: flex; flex-direction: column; gap: 8px; }
.lp-co-pay__group { border: 1px solid var(--lp-line); border-radius: 12px; overflow: hidden; transition: border-color .15s; }
.lp-co-pay__group.is-open { border-color: #BFD0F6; }
.lp-co-pay__head {
	width: 100%; display: flex; align-items: center; gap: 10px;
	background: #fff; border: 0; padding: 13px 14px; cursor: pointer; text-align: left; color: var(--lp-text);
}
.lp-co-pay__head-text { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 6px; }
.lp-co-pay__head-text strong { font-size: 14px; }
.lp-co-pay__chips { display: flex; flex-wrap: wrap; gap: 4px; }
.lp-co-chip {
	display: inline-flex; align-items: center; height: 20px; padding: 0 6px;
	border: 1px solid var(--lp-line); border-radius: 5px; background: #fff;
	font-size: 10.5px; font-weight: 700; color: var(--lp-text-muted); letter-spacing: .01em;
}
.lp-co-chip--img { width: 40px; padding: 2px 4px; }
.lp-co-chip--img img { width: 100%; height: 100%; object-fit: contain; }
.lp-co-pay__group.is-open .lp-co-pay__chips { display: none; }
.lp-co-pay__caret {
	flex: none; width: 10px; height: 10px; margin-right: 4px;
	border-right: 2px solid var(--lp-text-faint); border-bottom: 2px solid var(--lp-text-faint);
	transform: rotate(45deg) translateY(-3px); transition: transform .2s;
}
.lp-co-pay__group.is-open .lp-co-pay__caret { transform: rotate(-135deg) translateY(-2px); }
.lp-co-pay__body { display: none; padding: 0 8px 8px; background: #fff; }
.lp-co-pay__group.is-open .lp-co-pay__body { display: flex; flex-direction: column; gap: 6px; }
.lp-co-pay__hint { font-size: 12px; color: var(--lp-text-faint); padding: 0 6px 4px; }
.lp-co-opt {
	display: flex; align-items: center; gap: 12px;
	padding: 10px; border-radius: 10px; border: 1px solid transparent; background: var(--lp-bg-soft);
	cursor: pointer; transition: border-color .15s, background .15s;
}
.lp-co-opt input { position: absolute; opacity: 0; pointer-events: none; }
.lp-co-opt:hover { border-color: var(--lp-line); }
.lp-co-opt.is-active { background: #EEF3FF; border-color: var(--lp-accent); }
.lp-co-opt__logo {
	flex: none; width: 56px; height: 34px; border-radius: 7px; background: #fff; border: 1px solid var(--lp-line-soft);
	display: flex; align-items: center; justify-content: center; color: var(--lp-accent-deep);
}
.lp-co-opt__logo svg { width: 18px; height: 18px; }
.lp-co-opt__logo--text { font-size: 11px; font-weight: 800; letter-spacing: -.01em; text-align: center; line-height: 1.1; padding: 0 3px; }
.lp-co-opt__label { flex: 1; min-width: 0; font-size: 13.5px; font-weight: 600; display: flex; flex-direction: column; }
.lp-co-opt__label small { font-size: 11.5px; font-weight: 500; color: var(--lp-text-faint); }

/* Kupon & rincian */
.lp-co-coupon { border: 1px dashed #BFD0F6; border-radius: 10px; padding: 10px 12px; margin-bottom: 14px; background: #F8FAFF; }
.lp-co-coupon summary { cursor: pointer; font-size: 13.5px; font-weight: 700; color: var(--lp-accent); list-style: none; }
.lp-co-coupon summary::-webkit-details-marker { display: none; }
.lp-co-coupon summary::before { content: '+'; display: inline-block; width: 16px; font-weight: 800; }
.lp-co-coupon[open] summary::before { content: '\2212'; }
.lp-co-coupon[open] summary { margin-bottom: 10px; }
.lp-co-coupon .lp-coupon__row input { padding: 10px 12px; border-width: 1px; }
.lp-co-bill { margin: 0; display: flex; flex-direction: column; gap: 10px; }
.lp-co-bill__row { display: flex; justify-content: space-between; gap: 12px; font-size: 14px; }
.lp-co-bill__row[hidden] { display: none; }
.lp-co-bill__row dt { color: var(--lp-text-muted); }
.lp-co-bill__row dd { margin: 0; font-weight: 600; white-space: nowrap; }
.lp-co-bill__row--discount dd { color: var(--lp-ok); }
.lp-co-bill__free { color: var(--lp-ok); }
.lp-co-bill__row--total { border-top: 1px dashed var(--lp-line); padding-top: 12px; margin-top: 2px; }
.lp-co-bill__row--total dt { color: var(--lp-text); font-weight: 700; }
.lp-co-bill__row--total dd { font-size: 18px; font-weight: 800; color: var(--lp-accent-deep); }

/* Trust */
.lp-co-trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 16px; padding: 6px 0 4px; }
.lp-co-trust li { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--lp-text-muted); }
.lp-co-trust svg { width: 14px; height: 14px; color: var(--lp-ok); }

/* Bar bayar sticky */
.lp-co-bar {
	position: sticky; bottom: 0; z-index: 20;
	margin: 4px -16px 0; padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
	background: rgba(255, 255, 255, .96); backdrop-filter: blur(8px);
	border-top: 1px solid var(--lp-line-soft);
	box-shadow: 0 -10px 24px -18px rgba(16, 16, 20, .25);
}
.lp-co-bar__error { margin: 0 0 8px; }
.lp-co-bar__inner { display: flex; align-items: center; gap: 14px; }
.lp-co-bar__total { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.lp-co-bar__total span { font-size: 11.5px; color: var(--lp-text-faint); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lp-co-bar__total em { font-style: normal; font-weight: 600; color: var(--lp-text-muted); }
.lp-co-bar__total strong { font-size: 18px; font-weight: 800; color: var(--lp-text); }
.lp-co-bar__btn { flex: none; padding: 14px 26px; border-radius: 12px; font-size: 15px; }
.lp-co-bar__btn:hover { transform: none; }
@media (min-width: 720px) {
	.lp-co { padding-top: 40px; }
	.lp-co__card { padding: 24px; }
	.lp-co-bar { margin: 8px 0 24px; border: 1px solid var(--lp-line-soft); border-radius: 16px; bottom: 16px; }
}
@media (max-width: 380px) {
	.lp-co-bar__btn { padding: 13px 18px; }
	.lp-co-plan__meta { font-size: 11px; }
}

.lp-co-product__thumb { flex: none; width: 88px; height: auto; aspect-ratio: 240 / 239; object-fit: contain; }
.lp-co-product__head { align-items: center; }
.lp-co-product__was { margin-top: 6px; text-align: right; font-size: 12.5px; color: var(--lp-text-faint); }
@media (max-width: 380px) { .lp-co-product__thumb { width: 72px; } .lp-co-product__title { font-size: 16px; } }
.lp-co-product__text .lp-co-product__price { display: block; margin-top: 4px; font-size: 18px; color: var(--lp-accent-deep); }
.lp-co-product__was { text-align: left; margin: 4px 0 0 100px; }

/* Checkout ala Lynk — PC 2 kolom: kiri produk + data pembeli (menempel saat
   scroll), kanan pembayaran, rincian & tombol bayar. Mobile tetap 1 kolom. */
.lp-co__col { display: flex; flex-direction: column; gap: 12px; min-width: 0; }
@media (min-width: 960px) {
	.lp-co__wrap { max-width: 1040px; padding: 0 24px; }
	.lp-co__form { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 420px); gap: 20px; align-items: start; }
	.lp-co__col { gap: 16px; }
	.lp-co__col--main { position: sticky; top: 24px; }
	.admin-bar .lp-co__col--main { top: 56px; }
	.lp-co-bar { position: static; margin: 0 0 32px; border: 1px solid var(--lp-line-soft); border-radius: 16px; box-shadow: var(--lp-shadow-sm); }
	.lp-co-product__thumb { width: 120px; }
	.lp-co-product__title { font-size: 20px; }
	.lp-co-product__was { margin-left: 132px; }
}

/* Metode pembayaran: kartu pemicu + lightbox pilihan channel (ala Lynk). */
.lp-co-paytrigger {
	width: 100%; display: flex; align-items: center; gap: 14px;
	padding: 10px 14px 10px 10px; border: 1px solid var(--lp-line); border-radius: 12px;
	background: #fff; cursor: pointer; text-align: left; color: var(--lp-text); font: inherit;
	transition: border-color .15s, box-shadow .15s;
}
.lp-co-paytrigger:hover, .lp-co-paytrigger:focus-visible { border-color: var(--lp-accent); box-shadow: 0 0 0 3px rgba(23, 88, 232, .10); outline: none; }
.lp-co-paytrigger__logo {
	flex: none; width: 64px; height: 44px; border-radius: 9px; border: 1px solid var(--lp-line);
	display: flex; align-items: center; justify-content: center; color: var(--lp-accent);
	font-size: 11.5px; font-weight: 800; text-align: center; line-height: 1.1; padding: 0 4px; background: #fff;
}
.lp-co-paytrigger__logo svg { width: 26px; height: 26px; }
.lp-co-paytrigger__text { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.lp-co-paytrigger__text strong { font-size: 15px; color: var(--lp-accent); }
.lp-co-paytrigger__text small { font-size: 12px; color: var(--lp-text-faint); }
.lp-co-paytrigger.is-chosen { border-color: var(--lp-accent); background: #F5F8FF; }
.lp-co-paytrigger.is-chosen .lp-co-paytrigger__text strong { color: var(--lp-text); }
.lp-co-paytrigger__chev { flex: none; width: 9px; height: 9px; border-top: 2px solid var(--lp-accent); border-right: 2px solid var(--lp-accent); transform: rotate(45deg); margin-right: 4px; }

.lp-co-secure { display: flex; align-items: center; gap: 14px; margin-top: 10px; padding: 14px 16px; border-radius: 12px; background: var(--lp-bg-soft); }
.lp-co-secure__icon { flex: none; width: 36px; height: 42px; }
.lp-co-secure strong { display: block; font-size: 14px; color: var(--lp-text); }
.lp-co-secure span { display: block; font-size: 12.5px; color: var(--lp-text-muted); line-height: 1.45; }

html.lp-co-lock, html.lp-co-lock body { overflow: hidden; }
.lp-co-modal { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: flex-end; justify-content: center; }
.lp-co-modal[hidden] { display: none; }
.lp-co-modal__backdrop { position: absolute; inset: 0; background: rgba(15, 23, 42, .5); opacity: 0; transition: opacity .18s; }
.lp-co-modal__dialog {
	position: relative; width: 100%; max-width: 480px; max-height: 88vh; display: flex; flex-direction: column;
	background: #fff; border-radius: 18px 18px 0 0; box-shadow: 0 -20px 50px -20px rgba(15, 23, 42, .4);
	transform: translateY(24px); opacity: 0; transition: transform .18s ease, opacity .18s ease;
	padding-bottom: env(safe-area-inset-bottom, 0px);
}
.lp-co-modal.is-visible .lp-co-modal__backdrop { opacity: 1; }
.lp-co-modal.is-visible .lp-co-modal__dialog { transform: none; opacity: 1; }
.lp-co-modal__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 18px; border-bottom: 1px solid var(--lp-line-soft); }
.lp-co-modal__head h3 { font-size: 16px; }
.lp-co-modal__close { width: 34px; height: 34px; border: 0; border-radius: 50%; background: var(--lp-bg-soft); color: var(--lp-text-muted); font-size: 22px; line-height: 1; cursor: pointer; }
.lp-co-modal__close:hover { background: var(--lp-line-soft); }
.lp-co-modal__body { overflow-y: auto; padding: 14px 16px 18px; -webkit-overflow-scrolling: touch; }
@media (min-width: 640px) {
	.lp-co-modal { align-items: center; padding: 24px; }
	.lp-co-modal__dialog { border-radius: 18px; max-height: 84vh; }
}

/* Dashboard → Toko Saya (paket Toko Siap Pakai, inc/readystore.php). */
.lp-store-card__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; flex-wrap: wrap; margin-bottom: 16px; }
.lp-store-card__order { display: block; margin-top: 4px; font-size: 12.5px; color: var(--lp-text-faint); }
.lp-store-status { flex: none; font-size: 12px; font-weight: 700; padding: 6px 12px; border-radius: 999px; background: var(--lp-bg-soft); color: var(--lp-text-muted); }
.lp-store-status--progress { background: var(--lp-lime); color: var(--lp-lime-ink); }
.lp-store-status--done { background: var(--lp-ok-soft); color: var(--lp-ok); }
.lp-store-card__pending { font-size: 14px; color: var(--lp-text-muted); line-height: 1.6; }
.lp-store-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.lp-store-block { border: 1px solid var(--lp-line-soft); border-radius: 12px; padding: 16px; }
.lp-store-block h3 { font-size: 14px; margin-bottom: 12px; }
.lp-store-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; padding: 8px 0; border-bottom: 1px dashed var(--lp-line-soft); }
.lp-store-row:last-child { border-bottom: 0; }
.lp-store-row__label { flex: none; width: 140px; font-size: 12.5px; color: var(--lp-text-faint); }
.lp-store-row__value { flex: 1; min-width: 0; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; font-size: 13.5px; word-break: break-all; }
.lp-store-row__value code { font-family: var(--lp-font-mono); font-size: 13px; background: var(--lp-bg-soft); padding: 3px 8px; border-radius: 6px; }
.lp-store-secret__mask { font-family: var(--lp-font-mono); letter-spacing: 2px; color: var(--lp-text-faint); }
.lp-store-btn { border: 1px solid var(--lp-line); background: #fff; border-radius: 8px; padding: 4px 10px; font-size: 12px; font-weight: 600; color: var(--lp-text-muted); cursor: pointer; font-family: inherit; }
.lp-store-btn:hover { border-color: var(--lp-accent); color: var(--lp-accent); }
.lp-store-notes { margin-top: 16px; padding: 14px 16px; border-radius: 12px; background: var(--lp-bg-soft); font-size: 13.5px; line-height: 1.6; }
.lp-store-notes strong { display: block; margin-bottom: 4px; }
.lp-store-warning { margin-top: 14px; font-size: 12.5px; color: var(--lp-err); }
@media (min-width: 760px) { .lp-store-grid { grid-template-columns: 1fr 1fr; } .lp-store-row__label { width: 120px; } }

/* Checkout: daftar "yang Anda dapat" & pemilihan domain (paket Toko Siap Pakai). */
.lp-co-includes { display: flex; flex-direction: column; gap: 8px; margin: 0 0 4px; }
.lp-co-includes li { position: relative; padding-left: 26px; font-size: 13.5px; line-height: 1.5; color: var(--lp-text); }
.lp-co-includes li::before {
	content: ''; position: absolute; left: 0; top: 1px; width: 18px; height: 18px; border-radius: 50%;
	background-color: var(--lp-ok-soft);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23087F5B' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7'/%3E%3C/svg%3E");
	background-repeat: no-repeat; background-position: center; background-size: 10px 10px;
}
.lp-co-domain__choice { display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; }
.lp-co-domain__row { display: flex; align-items: stretch; gap: 8px; }
.lp-co-domain__row input[type="text"] { flex: 1; min-width: 0; border-radius: 10px 0 0 10px; }
.lp-co-domain__tld {
	display: flex; align-items: center; margin-left: -8px; padding: 0 12px;
	border: 1px solid var(--lp-line); border-left: 0; border-radius: 0 10px 10px 0;
	background: var(--lp-bg-soft); font-size: 14px; font-weight: 700; color: var(--lp-text-muted);
}
.lp-co-domain__row .lp-btn { flex: none; }
.lp-co-domain__msg { margin-top: 10px; font-size: 13px; font-weight: 600; }
.lp-co-domain__msg.is-ok { color: var(--lp-ok); }
.lp-co-domain__msg.is-error { color: var(--lp-err); }
.lp-co-domain__msg.is-info { color: var(--lp-text-muted); }

/* Langkah 1 Toko Siap Pakai + ringkasan domain di checkout. */
.lp-co-domain #lp-domain-continue { margin-top: 18px; }
.lp-btn.is-disabled { opacity: .5; pointer-events: none; }
.lp-co-domain__hint { margin-top: 8px; text-align: center; font-size: 12.5px; color: var(--lp-text-faint); }
.lp-co-domain-picked__row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 14px; border: 1px solid var(--lp-line); border-radius: 12px; background: var(--lp-bg-soft); }
.lp-co-domain-picked__row strong { display: block; font-size: 15px; font-family: var(--lp-font-mono); }
.lp-co-domain-picked__row small { display: block; margin-top: 2px; font-size: 12px; color: var(--lp-text-muted); }

/* ==========================================================================
   Halaman Langkah 1 "Toko Siap Pakai" — fokus ke kotak cari domain.
   ========================================================================== */
.lp-co--step { padding-top: 32px; padding-bottom: 40px; }
/* Kartu di halaman ini bersaudara langsung (bukan di dalam .lp-co__form yang
   punya gap), jadi jaraknya diatur di sini. */
.lp-co--step .lp-co__card + .lp-co__card,
.lp-co--step .lp-co__card + .lp-co-trust,
.lp-co--step .lp-co-trust { margin-top: 14px; }
.lp-co__wrap--narrow { max-width: 620px; }
@media (min-width: 960px) {
	/* Halaman ini satu kolom — jangan ikut aturan 2 kolom checkout. */
	.lp-co--step .lp-co__wrap--narrow { max-width: 620px; }
	.lp-co--step { padding-top: 48px; }
}
.lp-step-hero { padding: 26px 22px 24px; text-align: center; }
.lp-step__badge {
	display: inline-block; margin-bottom: 12px; padding: 5px 12px; border-radius: 999px;
	background: var(--lp-accent-soft); color: var(--lp-accent-deep);
	font-size: 11.5px; font-weight: 700; letter-spacing: .03em; text-transform: uppercase;
}
.lp-step__title { font-size: 24px; line-height: 1.25; letter-spacing: -.02em; }
.lp-step__sub { margin: 10px auto 22px; max-width: 46ch; font-size: 14px; line-height: 1.6; color: var(--lp-text-muted); }
.lp-step__desc { margin: 14px 0 2px; font-size: 13.5px; line-height: 1.6; color: var(--lp-text-muted); }

/* Kotak cari domain */
.lp-search { display: flex; flex-direction: column; gap: 10px; text-align: left; }
.lp-search__field {
	display: flex; align-items: center; gap: 8px;
	border: 1.5px solid var(--lp-line); border-radius: 12px; background: #fff;
	padding: 0 14px; transition: border-color .15s, box-shadow .15s;
}
.lp-search__field:focus-within { border-color: var(--lp-accent); box-shadow: 0 0 0 4px rgba(23, 88, 232, .12); }
.lp-co .lp-search__field input[type="text"] {
	flex: 1; min-width: 0; border: 0; border-radius: 0; padding: 15px 0; font-size: 16px; background: transparent;
}
.lp-co .lp-search__field input[type="text"]:focus { outline: none; box-shadow: none; }
.lp-search__tld { flex: none; font-size: 15px; font-weight: 700; color: var(--lp-text-faint); }
.lp-search__btn { padding: 14px 22px; border-radius: 12px; font-size: 15px; }
.lp-search__own { margin-top: 4px; text-align: left; }
.lp-co--step .lp-co-domain__msg { margin-top: 14px; text-align: left; }

/* Pilihan daftar baru / sudah punya domain */
.lp-seg { display: flex; gap: 6px; margin-top: 18px; padding: 4px; border-radius: 12px; background: var(--lp-bg-soft); }
.lp-seg__opt { flex: 1; position: relative; text-align: center; cursor: pointer; }
.lp-seg__opt input { position: absolute; opacity: 0; pointer-events: none; }
.lp-seg__opt span {
	display: block; padding: 9px 8px; border-radius: 9px;
	font-size: 12.5px; font-weight: 600; color: var(--lp-text-muted); transition: background .15s, color .15s;
}
.lp-seg__opt.is-active span { background: #fff; color: var(--lp-text); box-shadow: var(--lp-shadow-sm); }

/* Kartu ringkas paket */
.lp-step-pack { display: flex; align-items: center; gap: 12px; }
.lp-step-pack__icon {
	flex: none; width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center;
	background: var(--lp-accent-soft); color: var(--lp-accent);
}
.lp-step-pack__icon svg { width: 22px; height: 22px; }
.lp-step-pack strong { display: block; font-size: 16px; }
.lp-step-pack span { display: block; font-size: 13px; color: var(--lp-text-muted); }

@media (min-width: 560px) {
	.lp-co--step .lp-co__card + .lp-co__card,
	.lp-co--step .lp-co-trust { margin-top: 18px; }
	.lp-step-hero { padding: 34px 32px 30px; }
	.lp-step__title { font-size: 28px; }
	.lp-search { flex-direction: row; align-items: stretch; }
	.lp-search__field { flex: 1; }
	.lp-search__btn { flex: none; }
}
.lp-search.is-hidden, .is-hidden[data-lp-domain-own] { display: none !important; }

/* Domain terpilih di kartu produk checkout + ruang bawah halaman checkout. */
.lp-co-domain-tag { display: inline-flex; align-items: center; gap: 8px; margin-top: 8px; padding: 6px 10px 6px 8px; border-radius: 999px; background: var(--lp-accent-soft); }
.lp-co-domain-tag svg { width: 15px; height: 15px; color: var(--lp-accent); flex: none; }
.lp-co-domain-tag strong { font-family: var(--lp-font-mono); font-size: 13.5px; color: var(--lp-text); word-break: break-all; }
.lp-co-domain-tag a { font-size: 12px; font-weight: 700; color: var(--lp-accent-deep); text-decoration: underline; white-space: nowrap; }
.lp-co-domain-tag__note { display: block; margin-top: 6px; font-size: 12px; color: var(--lp-text-faint); }
.lp-co { padding-bottom: 32px; }
@media (min-width: 960px) { .lp-co { padding-bottom: 48px; } }

/* Kartu tawaran upgrade paket di Dashboard (inc/upgrade.php). */
.lp-dash-upgrade { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; border: 1px solid #BFD0F6; background: linear-gradient(120deg, #F5F8FF 0, #fff 70%); }
.lp-dash-upgrade h2 { font-size: 17px; margin: 8px 0 6px; }
.lp-dash-upgrade .lp-dash-cta__hint { margin: 0; max-width: 60ch; }
.lp-dash-upgrade .lp-btn { flex: none; }
@media (max-width: 600px) { .lp-dash-upgrade .lp-btn { width: 100%; justify-content: center; } }

/* ---------------------------------------------------------------------------
   Upgrade paket (page-templates/upgrade.php) & paket terkunci di halaman
   Perpanjang (page-templates/renew.php).
   Perpanjang = paket yang sama, Upgrade = naik paket (bayar selisih), jadi
   masing-masing punya tampilannya sendiri supaya tidak tertukar.
--------------------------------------------------------------------------- */

/* Kartu paket yang sedang dipakai — tampil seperti kartu terpilih, tapi tidak
   bisa diklik (bukan <label>, tanpa radio). */
.lp-co-plan--locked { cursor: default; border-color: var(--lp-accent); background: #F5F8FF; box-shadow: 0 0 0 1px var(--lp-accent); }

/* Baris tautan kecil di bawah kartu paket ("Butuh lebih banyak domain?"). */
.lp-co-note { margin: 12px 0 0; font-size: 12.5px; color: var(--lp-text-faint); line-height: 1.6; }
.lp-co-note a { font-weight: 700; color: var(--lp-accent); text-decoration: none; }
.lp-co-note a:hover { text-decoration: underline; }

/* Ringkasan "paket Anda sekarang" di halaman Upgrade. */
.lp-up-now { margin: 14px 0 0; padding: 12px 14px; border: 1px solid var(--lp-line-soft); border-radius: 12px; background: var(--lp-bg-soft, #F7F9FC); display: flex; flex-direction: column; gap: 8px; }
.lp-up-now__row { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; font-size: 13px; }
.lp-up-now__row span { color: var(--lp-text-faint); }
.lp-up-now__row strong { font-weight: 700; text-align: right; }
.lp-up-now__key { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px; letter-spacing: .02em; word-break: break-all; }

/* Halaman Upgrade saat tidak ada yang bisa dibeli (paket sudah tertinggi /
   lisensi sudah berakhir): satu kartu di tengah, tanpa grid 2 kolom. */
.lp-co__wrap--solo { max-width: 560px; }
.lp-co-empty { text-align: center; }
.lp-co-empty .lp-co__title { margin-bottom: 10px; }
.lp-co-empty__text { margin: 0 0 18px; font-size: 14px; line-height: 1.7; color: var(--lp-text-faint); }
.lp-co-empty__actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
@media (min-width: 960px) {
	.lp-co__wrap--solo { max-width: 620px; }
	.lp-co__wrap--solo .lp-co__col { margin-bottom: 40px; }
}

/* Harga coret + label hemat, tepat di bawah harga di kartu produk checkout. */
.lp-co-product__was { display: flex; align-items: center; gap: 8px; margin: 6px 0 0; }
.lp-co-save { font-style: normal; font-size: 10.5px; font-weight: 700; letter-spacing: .02em; padding: 2px 8px; border-radius: 999px; background: var(--lp-lime); color: var(--lp-lime-ink); }
