/**
 * =====================================================
 * Studio1 Invitation - Landing Page Stylesheet
 * File: undangan/assets/css/landing.css
 * =====================================================
 */

:root {
    --lp-primary: #f43f5e;
    --lp-primary-hover: #e11d48;
    --lp-primary-light: #fff1f2;
    --lp-gold: #d4af37;
    --lp-gold-light: #fef9c3;
    --lp-dark: #0f172a;
    --lp-dark-card: #1e293b;
    --lp-dark-border: rgba(255, 255, 255, 0.1);
    --lp-gray-50: #f8fafc;
    --lp-gray-100: #f1f5f9;
    --lp-gray-200: #e2e8f0;
    --lp-gray-300: #cbd5e1;
    --lp-gray-400: #94a3b8;
    --lp-gray-500: #64748b;
    --lp-gray-600: #475569;
    --lp-gray-700: #334155;
    --lp-gray-800: #1e293b;
    --lp-radius-sm: 8px;
    --lp-radius-md: 14px;
    --lp-radius-lg: 20px;
    --lp-radius-xl: 28px;
    --lp-shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.04);
    --lp-shadow-md: 0 10px 25px -5px rgba(0, 0, 0, 0.08), 0 8px 10px -6px rgba(0, 0, 0, 0.04);
    --lp-shadow-lg: 0 20px 35px -10px rgba(15, 23, 42, 0.12), 0 10px 15px -5px rgba(0, 0, 0, 0.04);
    --lp-shadow-glow: 0 0 35px rgba(244, 63, 94, 0.25);
    --lp-font-main: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --lp-font-serif: 'Playfair Display', Georgia, serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

html {
    overflow-x: hidden;
    max-width: 100vw;
    width: 100%;
}

body.landing-page-body {
    font-family: var(--lp-font-main);
    color: var(--lp-gray-800);
    background-color: #ffffff;
    line-height: 1.6;
    overflow-x: hidden;
    max-width: 100vw;
    width: 100%;
    -webkit-font-smoothing: antialiased;
}

body.menu-open {
    overflow: hidden !important;
}

section[id] {
    scroll-margin-top: 85px;
}

/* =====================================================
   HEADER & NAVBAR (STICKY GLASSMORPHISM & PILL NAV)
===================================================== */
.lp-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.lp-header.scrolled {
    background: rgba(15, 23, 42, 0.96);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5), 0 0 1px rgba(255, 255, 255, 0.1);
    border-bottom-color: rgba(244, 63, 94, 0.25);
}

.lp-nav-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 14px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    transition: padding 0.3s ease;
}

.lp-header.scrolled .lp-nav-container {
    padding: 10px 24px;
}

/* Brand Logo & Home Portal Group */
.lp-brand-group {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.lp-home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 11px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #ffffff !important;
    font-size: 1.1rem;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.35);
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    flex-shrink: 0;
    position: relative;
}

.lp-home-btn:hover {
    transform: translateY(-2px) scale(1.06);
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    box-shadow: 0 6px 18px rgba(16, 185, 129, 0.6);
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.5);
}

.lp-home-btn:active {
    transform: translateY(0) scale(0.96);
}

.lp-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #ffffff;
    transition: transform 0.25s ease;
    flex-shrink: 0;
}

.lp-brand:hover {
    transform: translateY(-1px);
}

.lp-brand-logo-icon {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    background: linear-gradient(135deg, #f43f5e 0%, #fb7185 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.1rem;
    box-shadow: 0 4px 14px rgba(244, 63, 94, 0.4);
    transition: all 0.3s ease;
    position: relative;
}

.lp-brand:hover .lp-brand-logo-icon {
    transform: scale(1.05);
    box-shadow: 0 6px 18px rgba(244, 63, 94, 0.6);
}

.lp-brand-text {
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #ffffff;
    white-space: nowrap;
}

.lp-brand-text span {
    background: linear-gradient(135deg, #fb7185 0%, #f43f5e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    margin-left: 2px;
}

/* Nav Links (Floating Pill Style) */
.lp-nav-links {
    display: flex;
    align-items: center;
    gap: 2px;
    list-style: none;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 100px;
    padding: 4px 6px;
    margin: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

.lp-nav-link {
    color: #cbd5e1;
    text-decoration: none;
    font-size: 0.86rem;
    font-weight: 600;
    padding: 7px 13px;
    border-radius: 100px;
    transition: all 0.22s ease;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}

.lp-nav-link:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.09);
}

.lp-nav-link.active {
    color: #ffffff !important;
    background: linear-gradient(135deg, #f43f5e 0%, #e11d48 100%);
    box-shadow: 0 2px 10px rgba(244, 63, 94, 0.45);
    font-weight: 700;
}

.nav-badge-pill {
    font-size: 0.65rem;
    font-weight: 800;
    text-transform: uppercase;
    background: #fbbf24;
    color: #0f172a;
    padding: 1.5px 6.5px;
    border-radius: 100px;
    letter-spacing: 0.02em;
    line-height: 1.2;
}

/* Nav Actions */
.lp-nav-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.lp-btn-nav-login {
    color: #e2e8f0;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 8px 15px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.22s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.lp-btn-nav-login:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.35);
    transform: translateY(-1px);
}

.lp-btn-nav-cta {
    background: linear-gradient(135deg, #f43f5e 0%, #e11d48 100%);
    color: #ffffff !important;
    text-decoration: none;
    font-size: 0.86rem;
    font-weight: 700;
    padding: 8px 18px;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(244, 63, 94, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.22s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.lp-btn-nav-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(244, 63, 94, 0.6);
    color: #ffffff !important;
}

/* Mobile Menu Toggle (Modern Glass Hamburger) */
.lp-mobile-menu-toggle {
    display: none;
    width: 42px;
    height: 42px;
    padding: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.03) 100%);
    border: 1.5px solid rgba(255, 255, 255, 0.16);
    border-radius: 12px;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5.5px;
    transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
    flex-shrink: 0;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    position: relative;
    overflow: hidden;
    outline: none;
}

.lp-mobile-menu-toggle:hover {
    background: linear-gradient(135deg, rgba(244, 63, 94, 0.18) 0%, rgba(251, 113, 133, 0.08) 100%);
    border-color: rgba(244, 63, 94, 0.45);
    box-shadow: 0 6px 20px rgba(244, 63, 94, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.25);
    transform: translateY(-1px) scale(1.04);
}

.lp-mobile-menu-toggle:active {
    transform: scale(0.94);
}

.lp-mobile-menu-toggle.active {
    background: linear-gradient(135deg, rgba(244, 63, 94, 0.25) 0%, rgba(225, 29, 72, 0.35) 100%);
    border-color: rgba(244, 63, 94, 0.6);
    box-shadow: 0 0 20px rgba(244, 63, 94, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.hamburger-line {
    display: block;
    height: 2.5px;
    background: linear-gradient(90deg, #ffffff 0%, #ffe4e6 100%);
    border-radius: 4px;
    transition: all 0.32s cubic-bezier(0.16, 1, 0.3, 1);
    transform-origin: center;
}

.hamburger-line:nth-child(1) {
    width: 20px;
}

.hamburger-line:nth-child(2) {
    width: 14px;
    margin-left: auto;
    margin-right: 5.5px;
}

.hamburger-line:nth-child(3) {
    width: 20px;
}

.lp-mobile-menu-toggle:hover .hamburger-line:nth-child(2) {
    width: 20px;
    margin-right: 0;
    background: #ffffff;
}

.lp-mobile-menu-toggle.active .hamburger-line:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    width: 20px;
    background: #fb7185;
}

.lp-mobile-menu-toggle.active .hamburger-line:nth-child(2) {
    opacity: 0;
    transform: translateX(10px) scaleX(0);
}

.lp-mobile-menu-toggle.active .hamburger-line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    width: 20px;
    background: #fb7185;
}

/* Mobile Drawer Navigation */
.lp-mobile-drawer {
    position: fixed;
    top: 0;
    right: -100%;
    width: 320px;
    max-width: 86vw;
    height: 100vh;
    height: 100dvh;
    background: #0f172a;
    background: linear-gradient(180deg, #0f172a 0%, #1e1b4b 60%, #0b1120 100%);
    z-index: 1060;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: -20px 0 50px rgba(0, 0, 0, 0.7);
    transition: right 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.lp-mobile-drawer.open {
    right: 0;
}

.lp-mobile-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 1050;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.lp-mobile-backdrop.open {
    display: block;
    opacity: 1;
    pointer-events: auto;
}

.lp-mobile-drawer-inner {
    padding: 20px 18px;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    box-sizing: border-box;
    gap: 16px;
}

.lp-mobile-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
}

.lp-mobile-brand-group {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.lp-home-btn-mobile {
    width: 36px;
    height: 36px;
    font-size: 1rem;
    border-radius: 10px;
    flex-shrink: 0;
}

.lp-mobile-brand {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.lp-mobile-brand .lp-brand-logo-icon {
    width: 36px;
    height: 36px;
    font-size: 1rem;
    border-radius: 10px;
    flex-shrink: 0;
}

.lp-mobile-brand .lp-brand-text {
    font-size: 1.12rem;
    font-weight: 800;
    color: #ffffff;
    white-space: nowrap;
}

.lp-mobile-drawer-close {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #cbd5e1;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    transition: all 0.25s ease;
}

.lp-mobile-drawer-close:hover {
    background: #f43f5e;
    color: #ffffff;
    border-color: #f43f5e;
    transform: rotate(90deg);
}

/* Mobile Nav Body & List */
.lp-mobile-nav-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.lp-mobile-nav-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lp-mobile-nav-list li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.lp-mobile-nav-link {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 10px 14px !important;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    color: #e2e8f0 !important;
    text-decoration: none !important;
    font-size: 0.92rem;
    font-weight: 600;
    transition: all 0.22s ease;
    box-sizing: border-box;
    width: 100%;
}

.lp-mobile-nav-link:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    color: #ffffff !important;
    transform: translateX(4px);
}

.lp-mobile-nav-link.active {
    background: linear-gradient(135deg, rgba(244, 63, 94, 0.22) 0%, rgba(225, 29, 72, 0.15) 100%) !important;
    border-color: rgba(244, 63, 94, 0.4) !important;
    color: #fda4af !important;
    font-weight: 700;
}

.lp-mobile-link-icon {
    width: 32px;
    height: 32px;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f43f5e;
    font-size: 0.95rem;
    flex-shrink: 0;
    transition: all 0.22s ease;
}

.lp-mobile-nav-link.active .lp-mobile-link-icon {
    background: #f43f5e;
    color: #ffffff;
    border-color: #f43f5e;
    box-shadow: 0 2px 8px rgba(244, 63, 94, 0.4);
}

.lp-icon-emerald {
    background: rgba(16, 185, 129, 0.18) !important;
    color: #34d399 !important;
    border-color: rgba(16, 185, 129, 0.3) !important;
}

.lp-mobile-link-emerald {
    border-color: rgba(16, 185, 129, 0.25) !important;
}

.lp-mobile-link-emerald:hover {
    background: rgba(16, 185, 129, 0.12) !important;
    border-color: rgba(16, 185, 129, 0.45) !important;
}

.lp-mobile-nav-link span {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lp-mobile-link-arr {
    font-size: 0.82rem;
    color: #64748b;
    flex-shrink: 0;
    transition: transform 0.22s ease, color 0.22s ease;
}

.lp-mobile-nav-link:hover .lp-mobile-link-arr {
    color: #ffffff;
    transform: translateX(2px);
}

.lp-mobile-nav-link .nav-badge-pill {
    font-size: 0.65rem;
    font-weight: 800;
    background: #fbbf24;
    color: #0f172a;
    padding: 2px 7px;
    border-radius: 100px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-right: 2px;
    flex-shrink: 0;
}

/* Mobile Drawer Footer */
.lp-mobile-drawer-footer {
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-shrink: 0;
}

.lp-btn-mobile-block {
    width: 100% !important;
    justify-content: center !important;
    padding: 12px 18px !important;
    font-size: 0.92rem !important;
    font-weight: 700 !important;
    border-radius: 12px !important;
    box-sizing: border-box !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    text-decoration: none !important;
}

.lp-mobile-wa-help {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 14px;
    border-radius: 12px;
    background: rgba(37, 211, 102, 0.12);
    border: 1px solid rgba(37, 211, 102, 0.28);
    color: #4ade80 !important;
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.22s ease;
}

.lp-mobile-wa-help:hover {
    background: rgba(37, 211, 102, 0.22);
    border-color: rgba(37, 211, 102, 0.5);
    color: #ffffff !important;
}

.lp-mobile-wa-help i {
    font-size: 1.15rem;
    color: #25d366;
}

/* =====================================================
   HERO SECTION
===================================================== */
.lp-hero-section {
    padding: 140px 24px 80px;
    background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 50%, #0f172a 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

.lp-hero-section::before {
    content: "";
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 650px;
    height: 650px;
    background: radial-gradient(circle, rgba(244, 63, 94, 0.18) 0%, rgba(212, 175, 55, 0.08) 40%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.lp-hero-container {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 40px;
    align-items: center;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}

.lp-hero-text-col {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.lp-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    background: rgba(244, 63, 94, 0.18);
    border: 1px solid rgba(244, 63, 94, 0.35);
    border-radius: 50px;
    font-size: 0.84rem;
    font-weight: 700;
    color: #fca5a5;
    margin-bottom: 20px;
    backdrop-filter: blur(8px);
    max-width: 100%;
    white-space: normal;
    text-align: center;
    line-height: 1.4;
    word-break: break-word;
    box-sizing: border-box;
}

.lp-hero-title {
    font-family: var(--lp-font-serif);
    font-size: clamp(2rem, 5.5vw, 3.2rem);
    font-weight: 700;
    line-height: 1.18;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: -0.01em;
    word-break: break-word;
    overflow-wrap: break-word;
}

.lp-hero-title span.highlight-rose {
    background: linear-gradient(135deg, #f43f5e 0%, #fda4af 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.lp-hero-title span.highlight-gold {
    color: #fbbf24;
}

.lp-hero-description {
    font-size: clamp(0.92rem, 2.5vw, 1.1rem);
    color: #94a3b8;
    line-height: 1.65;
    margin-bottom: 28px;
    max-width: 580px;
    word-break: break-word;
    overflow-wrap: break-word;
}

.lp-hero-cta-group {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 40px;
    max-width: 100%;
}

.lp-btn-primary-large {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 32px;
    border-radius: var(--lp-radius-md);
    background: linear-gradient(135deg, #f43f5e 0%, #e11d48 100%);
    color: #ffffff !important;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 700;
    box-shadow: 0 10px 25px rgba(244, 63, 94, 0.45);
    transition: all 0.3s ease;
    max-width: 100%;
    box-sizing: border-box;
}

.lp-btn-primary-large:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(244, 63, 94, 0.6);
}

.lp-btn-cta-green {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
    border: none !important;
    box-shadow: 0 10px 25px rgba(16, 185, 129, 0.4) !important;
}

.lp-btn-cta-green:hover {
    box-shadow: 0 14px 30px rgba(16, 185, 129, 0.6) !important;
}

.lp-btn-secondary-large {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 26px;
    border-radius: var(--lp-radius-md);
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
}

.lp-btn-secondary-large:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.35);
    transform: translateY(-2px);
}

.lp-hero-stats-row {
    display: flex;
    align-items: center;
    gap: 32px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.lp-hero-stat-item strong {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
}

.lp-hero-stat-item span {
    font-size: 0.82rem;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* HERO PHONE MOCKUP */
.lp-hero-mockup-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 40px;
}

.lp-phone-frame {
    width: 290px;
    height: 570px;
    background: #000000;
    border: 10px solid #2d3748;
    border-radius: 44px;
    box-shadow: 0 25px 60px -10px rgba(0, 0, 0, 0.7), 0 0 40px rgba(244, 63, 94, 0.2);
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}

.lp-phone-screen {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #1e1b4b 0%, #0f172a 100%);
    position: relative;
    overflow: hidden;
}

.lp-phone-screen-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
}

.lp-phone-notch {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 130px;
    height: 22px;
    background: #2d3748;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    z-index: 5;
}

/* FLOATING WIDGETS AROUND PHONE (OUTER CORNERS, CLEAR CENTER) */
.lp-floating-widget {
    position: absolute;
    background: rgba(15, 23, 42, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(14px);
    border-radius: var(--lp-radius-md);
    padding: 10px 14px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 5;
    animation: floatAnimation 4s ease-in-out infinite;
    pointer-events: none;
    max-width: 250px;
    white-space: nowrap;
}

.lp-widget-rsvp {
    top: 4%;
    left: -20px;
}

.lp-widget-ig {
    top: 18%;
    right: -25px;
    animation-delay: 1.5s;
}

.lp-widget-qr {
    bottom: 24%;
    right: -20px;
    animation-delay: 2.5s;
}

.lp-widget-music {
    bottom: 4%;
    left: -15px;
    animation-delay: 1s;
}

.lp-widget-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}

.lp-widget-rsvp .lp-widget-icon { background: #ecfdf5; color: #10b981; }
.lp-widget-ig .lp-widget-icon { background: linear-gradient(135deg, #ec4899, #8b5cf6); color: #ffffff; }
.lp-widget-qr .lp-widget-icon { background: linear-gradient(135deg, #d97706, #f59e0b); color: #ffffff; }
.lp-widget-music .lp-widget-icon { background: #fff1f2; color: #f43f5e; }

.lp-widget-text strong {
    display: block;
    font-size: 0.82rem;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.25;
}

.lp-widget-text span {
    font-size: 0.73rem;
    color: #94a3b8;
    line-height: 1.2;
}

@keyframes floatAnimation {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

/* =====================================================
   SECTION COMMON STYLES
===================================================== */
.lp-section {
    padding: 90px 24px;
}

.lp-section-bg-light {
    background-color: var(--lp-gray-50);
}

.lp-section-bg-dark {
    background: #0f172a;
    color: #ffffff;
}

.lp-container {
    max-width: 1240px;
    margin: 0 auto;
}

.lp-section-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 56px;
}

.lp-section-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 14px;
    background: var(--lp-primary-light);
    color: var(--lp-primary);
    border-radius: 50px;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
}

.lp-section-bg-dark .lp-section-badge {
    background: rgba(244, 63, 94, 0.2);
    color: #fda4af;
}

.lp-section-title {
    font-family: var(--lp-font-serif);
    font-size: 2.35rem;
    font-weight: 700;
    color: var(--lp-gray-800);
    margin-bottom: 14px;
    letter-spacing: -0.01em;
}

.lp-section-bg-dark .lp-section-title {
    color: #ffffff;
}

.lp-section-desc {
    font-size: 1.05rem;
    color: var(--lp-gray-500);
    line-height: 1.6;
}

.lp-section-bg-dark .lp-section-desc {
    color: #94a3b8;
}

/* =====================================================
   10 CORE FEATURES SECTION
===================================================== */
.lp-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.lp-feature-card {
    background: #ffffff;
    border: 1px solid var(--lp-gray-200);
    border-radius: var(--lp-radius-lg);
    padding: 30px 26px;
    box-shadow: var(--lp-shadow-sm);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.lp-feature-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--lp-shadow-lg);
    border-color: #fecdd3;
}

.lp-feature-icon-box {
    width: 54px;
    height: 54px;
    border-radius: var(--lp-radius-md);
    background: var(--lp-primary-light);
    color: var(--lp-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.45rem;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.lp-feature-card:hover .lp-feature-icon-box {
    background: var(--lp-primary);
    color: #ffffff;
    transform: scale(1.08);
}

.lp-feature-title {
    font-size: 1.18rem;
    font-weight: 700;
    color: var(--lp-gray-800);
    margin-bottom: 10px;
    line-height: 1.35;
}

.lp-feature-desc {
    font-size: 0.92rem;
    color: var(--lp-gray-500);
    line-height: 1.55;
    margin: 0;
}

.lp-feature-card-full {
    grid-column: span 3;
}

.lp-feature-card-highlight {
    background: linear-gradient(135deg, #ffffff 0%, #fff1f2 100%);
    border-color: #fecdd3;
    text-align: center;
}

.lp-feature-card-highlight .lp-feature-icon-box {
    margin-left: auto;
    margin-right: auto;
}

.lp-feature-card-highlight .lp-feature-desc {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

/* =====================================================
   THEME SHOWCASE (DYNAMIC CATALOG)
===================================================== */
.lp-themes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
    gap: 28px;
    margin-bottom: 40px;
}

.lp-theme-card {
    background: #ffffff;
    border: 1px solid var(--lp-gray-200);
    border-radius: var(--lp-radius-lg);
    overflow: hidden;
    box-shadow: var(--lp-shadow-sm);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
}

.lp-theme-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--lp-shadow-lg);
    border-color: #fbcfe8;
}

.lp-theme-cover-wrap {
    position: relative;
    width: 100%;
    padding-top: 60%;
    background: #1e293b;
    overflow: hidden;
}

.lp-theme-cover-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.lp-theme-card:hover .lp-theme-cover-img {
    transform: scale(1.06);
}

.lp-theme-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    color: #94a3b8;
}

.lp-theme-placeholder i {
    font-size: 2.5rem;
    color: #f43f5e;
    margin-bottom: 8px;
}

.lp-theme-badges-top {
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    display: flex;
    justify-content: space-between;
    z-index: 3;
}

.lp-theme-price-badge {
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 700;
    background: rgba(15, 23, 42, 0.88);
    color: #ffffff;
    backdrop-filter: blur(8px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.lp-theme-price-badge.included,
.lp-theme-price-badge.free {
    background: linear-gradient(135deg, #1e1b4b 0%, #0f172a 100%);
    color: #ffffff;
    border: 1px solid rgba(244, 63, 94, 0.4);
}

.lp-theme-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.lp-theme-name {
    font-size: 1.18rem;
    font-weight: 700;
    color: var(--lp-gray-800);
    margin-bottom: 6px;
}

.lp-theme-desc {
    font-size: 0.88rem;
    color: var(--lp-gray-500);
    line-height: 1.5;
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.7em;
}

.lp-theme-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid var(--lp-gray-100);
}

.lp-btn-theme-demo {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 9px 14px;
    border-radius: var(--lp-radius-sm);
    background: #f1f5f9;
    color: var(--lp-gray-700) !important;
    text-decoration: none;
    font-size: 0.86rem;
    font-weight: 600;
    transition: all 0.2s ease;
}

.lp-btn-theme-demo:hover {
    background: #e2e8f0;
    color: var(--lp-dark) !important;
}

.lp-btn-theme-select {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 9px 14px;
    border-radius: var(--lp-radius-sm);
    background: var(--lp-primary);
    color: #ffffff !important;
    text-decoration: none;
    font-size: 0.86rem;
    font-weight: 700;
    transition: all 0.2s ease;
}

.lp-btn-theme-select:hover {
    background: var(--lp-primary-hover);
    transform: translateY(-1px);
}

/* =====================================================
   VENDOR COLLABORATION HIGHLIGHT
===================================================== */
.lp-vendor-section-box {
    background: linear-gradient(135deg, #1e1b4b 0%, #0f172a 100%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--lp-radius-xl);
    padding: 48px;
    color: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.lp-vendor-section-box::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.lp-vendor-categories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 36px;
}

.lp-vendor-cat-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--lp-radius-lg);
    padding: 24px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    transition: all 0.3s ease;
    backdrop-filter: blur(8px);
}

.lp-vendor-cat-card:hover {
    background: rgba(255, 255, 255, 0.09);
    transform: translateY(-4px);
    border-color: rgba(245, 158, 11, 0.4);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
}

.lp-vendor-cat-icon-wrap {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.lp-v-icon-amber {
    background: rgba(245, 158, 11, 0.15);
    color: #fbbf24;
    border: 1px solid rgba(245, 158, 11, 0.3);
}

.lp-v-icon-rose {
    background: rgba(244, 63, 94, 0.15);
    color: #fb7185;
    border: 1px solid rgba(244, 63, 94, 0.3);
}

.lp-v-icon-blue {
    background: rgba(59, 130, 246, 0.15);
    color: #60a5fa;
    border: 1px solid rgba(59, 130, 246, 0.3);
}

.lp-v-icon-purple {
    background: rgba(168, 85, 247, 0.15);
    color: #c084fc;
    border: 1px solid rgba(168, 85, 247, 0.3);
}

.lp-v-icon-green {
    background: rgba(16, 185, 129, 0.15);
    color: #34d399;
    border: 1px solid rgba(16, 185, 129, 0.3);
}

.lp-v-icon-gold {
    background: rgba(234, 179, 8, 0.15);
    color: #fde047;
    border: 1px solid rgba(234, 179, 8, 0.3);
}

.lp-vendor-cat-info {
    flex: 1;
}

.lp-vendor-cat-name {
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 6px;
    line-height: 1.35;
}

.lp-vendor-cat-desc {
    font-size: 0.83rem;
    color: #94a3b8;
    line-height: 1.45;
    margin-bottom: 12px;
}

.lp-vendor-cat-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.74rem;
    font-weight: 600;
    color: #cbd5e1;
    background: rgba(255, 255, 255, 0.08);
    padding: 3px 10px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.lp-vendor-partner-box {
    margin-top: 40px;
    padding: 32px 36px;
    background: linear-gradient(135deg, rgba(30, 41, 59, 0.8) 0%, rgba(15, 23, 42, 0.95) 100%);
    border: 1.5px solid rgba(245, 158, 11, 0.35);
    border-radius: 24px;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    overflow: hidden;
}

.lp-vendor-partner-box::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.15) 0%, rgba(245, 158, 11, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
}

.lp-vp-header {
    text-align: left;
}

.lp-vp-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    font-weight: 700;
    color: #fbbf24;
    background: rgba(245, 158, 11, 0.15);
    border: 1px solid rgba(245, 158, 11, 0.3);
    padding: 5px 14px;
    border-radius: 50px;
}

.lp-vp-agency-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    font-weight: 600;
    color: #cbd5e1;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    padding: 5px 14px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.lp-vp-agency-pill:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(245, 158, 11, 0.4);
    color: #ffffff;
    transform: translateY(-1px);
}

.lp-vp-main-title {
    font-size: clamp(1.2rem, 2.5vw, 1.55rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.35;
    margin: 0 0 10px 0;
    letter-spacing: -0.01em;
}

.lp-vp-main-desc {
    font-size: 0.95rem;
    color: #cbd5e1;
    line-height: 1.65;
    margin: 0;
    max-width: 960px;
}

.lp-vp-main-desc strong {
    color: #fde047;
    font-weight: 700;
}

.lp-vp-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 4px;
}

.lp-vp-benefit-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 18px 20px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    transition: all 0.25s ease;
}

.lp-vp-benefit-card:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(245, 158, 11, 0.35);
    transform: translateY(-2px);
}

.lp-vp-benefit-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    flex-shrink: 0;
}

.lp-vp-icon-gift {
    background: rgba(236, 72, 153, 0.18);
    color: #f472b6;
    border: 1px solid rgba(236, 72, 153, 0.3);
}

.lp-vp-icon-bullhorn {
    background: rgba(59, 130, 246, 0.18);
    color: #60a5fa;
    border: 1px solid rgba(59, 130, 246, 0.3);
}

.lp-vp-icon-chart {
    background: rgba(34, 197, 94, 0.18);
    color: #4ade80;
    border: 1px solid rgba(34, 197, 94, 0.3);
}

.lp-vp-benefit-content strong {
    display: block;
    color: #ffffff;
    font-size: 0.94rem;
    font-weight: 700;
    margin-bottom: 4px;
    line-height: 1.35;
}

.lp-vp-benefit-content span {
    display: block;
    color: #94a3b8;
    font-size: 0.84rem;
    line-height: 1.5;
}

.lp-vp-bottom-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    flex-wrap: wrap;
}

.lp-vp-action-info {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #e2e8f0;
    font-size: 0.92rem;
    font-weight: 600;
}

.lp-btn-vendor-partner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 50%, #15803d 100%);
    color: #ffffff !important;
    font-weight: 800;
    font-size: 0.96rem;
    letter-spacing: 0.02em;
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 24px -4px rgba(34, 197, 94, 0.5), 0 0 15px rgba(34, 197, 94, 0.25);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

.lp-btn-vendor-partner::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: skewX(-20deg);
    transition: all 0.6s ease;
}

.lp-btn-vendor-partner:hover::after {
    left: 140%;
}

.lp-btn-vendor-partner i {
    font-size: 1.25rem;
    transition: transform 0.25s ease;
}

.lp-btn-vendor-partner:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 12px 30px -4px rgba(34, 197, 94, 0.65), 0 0 25px rgba(34, 197, 94, 0.45);
    color: #ffffff !important;
}

.lp-btn-vendor-partner:hover i {
    transform: scale(1.15) rotate(-6deg);
}

.lp-btn-vendor-partner:active {
    transform: translateY(0) scale(0.99);
}

@media (max-width: 1024px) {
    .lp-vendor-categories-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
    .lp-vp-benefits-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}

@media (max-width: 768px) {
    .lp-vendor-section-box {
        padding: 30px 18px;
    }

    .lp-vendor-categories-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .lp-vendor-partner-box {
        padding: 24px 18px;
        border-radius: 18px;
        text-align: center;
    }

    .lp-vp-header {
        text-align: center;
    }

    .lp-vp-badge {
        margin: 0 auto 10px;
    }

    .lp-vp-main-title {
        font-size: 1.25rem;
    }

    .lp-vp-main-desc {
        font-size: 0.88rem;
    }

    .lp-vp-benefit-card {
        text-align: left;
        padding: 14px 16px;
    }

    .lp-vp-bottom-action {
        flex-direction: column;
        justify-content: center;
        gap: 14px;
        text-align: center;
    }

    .lp-vp-action-info {
        justify-content: center;
        font-size: 0.86rem;
    }

    .lp-btn-vendor-partner {
        width: 100%;
        max-width: 440px;
        margin: 4px auto 0;
        font-size: 0.92rem;
        padding: 13px 20px;
        box-sizing: border-box;
        white-space: normal;
        text-align: center;
    }
}

@media (max-width: 380px) {
    .lp-btn-vendor-partner {
        font-size: 0.86rem;
        padding: 11px 14px;
        gap: 8px;
    }
}

/* =====================================================
   HOW IT WORKS / CARA PESAN (4 STEPS & PROCESS FLOW)
===================================================== */
.lp-steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    position: relative;
    margin-bottom: 36px;
}

@media (max-width: 1024px) {
    .lp-steps-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 600px) {
    .lp-steps-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

.lp-step-card {
    background: #ffffff;
    border: 1.5px solid var(--lp-gray-200);
    border-radius: var(--lp-radius-xl);
    padding: 30px 22px;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.lp-step-card:hover {
    transform: translateY(-6px);
    border-color: #fda4af;
    box-shadow: 0 16px 36px rgba(244, 63, 94, 0.12);
}

.lp-step-header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.lp-step-number-badge {
    font-size: 1.35rem;
    font-weight: 800;
    font-family: var(--lp-font-main);
    color: #cbd5e1;
    line-height: 1;
    letter-spacing: -0.02em;
    transition: color 0.3s ease;
}

.lp-step-card:hover .lp-step-number-badge {
    color: #f43f5e;
}

.lp-step-icon-circle {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    transition: transform 0.3s ease;
}

.lp-step-card:hover .lp-step-icon-circle {
    transform: scale(1.1) rotate(6deg);
}

.lp-step-icon-rose {
    background: linear-gradient(135deg, #f43f5e 0%, #e11d48 100%);
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(244, 63, 94, 0.35);
}

.lp-step-icon-blue {
    background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(2, 132, 199, 0.35);
}

.lp-step-icon-purple {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(139, 92, 246, 0.35);
}

.lp-step-icon-green {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(16, 185, 129, 0.35);
}

.lp-step-phase-tag {
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--lp-gray-400);
    letter-spacing: 0.06em;
    margin-bottom: 6px;
    display: block;
}

.lp-step-title {
    font-size: 1.18rem;
    font-weight: 800;
    color: var(--lp-gray-800);
    margin-bottom: 10px;
    line-height: 1.3;
}

.lp-step-desc {
    font-size: 0.88rem;
    color: var(--lp-gray-500);
    line-height: 1.55;
    margin-bottom: 16px;
    flex: 1;
}

.lp-step-feature-pill {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 50px;
    padding: 6px 12px;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--lp-gray-700);
    display: flex;
    align-items: center;
    gap: 6px;
    width: fit-content;
}

/* Cara Pesan Bottom CTA Bar */
.lp-steps-bottom-box {
    background: linear-gradient(135deg, #1e1b4b 0%, #0f172a 100%);
    border-radius: 22px;
    padding: 26px 32px;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.lp-steps-bottom-info {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
    min-width: 280px;
}

.lp-steps-bottom-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: rgba(244, 63, 94, 0.2);
    border: 1px solid rgba(244, 63, 94, 0.4);
    color: #fda4af;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    flex-shrink: 0;
}

.lp-steps-bottom-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 4px;
    line-height: 1.3;
}

.lp-steps-bottom-desc {
    font-size: 0.88rem;
    color: #cbd5e1;
    margin: 0;
    line-height: 1.45;
}

.lp-steps-bottom-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.lp-btn-steps-cta {
    padding: 13px 26px;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    text-decoration: none;
    color: #ffffff !important;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.35) !important;
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.45), 0 2px 6px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
    letter-spacing: -0.01em;
    white-space: nowrap;
}

.lp-btn-steps-cta:hover {
    transform: translateY(-3px) scale(1.03);
    background: linear-gradient(135deg, #059669 0%, #047857 100%) !important;
    box-shadow: 0 10px 28px rgba(16, 185, 129, 0.65), 0 4px 10px rgba(0, 0, 0, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.6) !important;
    color: #ffffff !important;
}

.lp-btn-steps-cta:active {
    transform: translateY(-1px) scale(0.98);
}

.lp-btn-secondary-outline {
    padding: 12px 24px;
    border-radius: 50px;
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff !important;
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.25s ease;
    white-space: nowrap;
}

.lp-btn-secondary-outline:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.6);
    color: #ffffff !important;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .lp-steps-bottom-box {
        flex-direction: column;
        padding: 22px 18px;
        text-align: center;
        gap: 18px;
    }
    .lp-steps-bottom-info {
        flex-direction: column;
        text-align: center;
    }
    .lp-steps-bottom-actions {
        width: 100%;
        flex-direction: column;
        gap: 10px;
    }
    .lp-btn-steps-cta,
    .lp-btn-secondary-outline {
        width: 100%;
        justify-content: center;
        box-sizing: border-box;
    }
}

/* =====================================================
   TERIMA JADI VIP CONCIERGE BANNER IN CARA PESAN
===================================================== */
.lp-terima-jadi-banner {
    background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 50%, #e0f2fe 100%);
    border: 1.5px solid #86efac;
    border-radius: var(--lp-radius-xl);
    padding: 28px 34px;
    margin-bottom: 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 28px;
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.12);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.lp-terima-jadi-banner:hover {
    border-color: #22c55e;
    box-shadow: 0 16px 40px rgba(16, 185, 129, 0.2);
    transform: translateY(-2px);
}

.lp-terima-jadi-banner::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(37, 211, 102, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.lp-tj-left {
    flex: 1;
    min-width: 280px;
}

.lp-tj-badge-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.lp-tj-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #dcfce7;
    border: 1px solid #86efac;
    color: #15803d;
    font-size: 0.78rem;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.lp-tj-badge i {
    color: #eab308;
}

.lp-tj-gratis-pill {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: #ffffff;
    font-size: 0.74rem;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 50px;
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.lp-tj-title {
    font-size: 1.32rem;
    font-weight: 800;
    color: #065f46;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.lp-tj-desc {
    font-size: 0.92rem;
    color: #1e3a2b;
    line-height: 1.6;
    margin: 0 0 14px 0;
}

.lp-tj-wa-number-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(34, 197, 94, 0.3);
    padding: 7px 14px;
    border-radius: 10px;
    font-size: 0.86rem;
    color: #065f46;
}

.lp-tj-wa-number-badge i {
    color: #25d366;
    font-size: 1.1rem;
}

.lp-tj-right {
    flex-shrink: 0;
}

.lp-btn-tj-wa {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 13px 22px;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: #ffffff !important;
    border-radius: 16px;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

.lp-btn-tj-wa:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 30px rgba(37, 211, 102, 0.6);
    background: linear-gradient(135deg, #22c55e 0%, #0f766e 100%);
    color: #ffffff !important;
}

.lp-btn-tj-icon {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.45rem;
    flex-shrink: 0;
}

.lp-btn-tj-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-align: left;
}

.lp-btn-tj-text span {
    font-size: 0.96rem;
    font-weight: 800;
    line-height: 1.2;
    color: #ffffff;
}

.lp-btn-tj-text small {
    font-size: 0.76rem;
    color: #dcfce7;
    font-weight: 500;
}

.lp-btn-tj-arr {
    font-size: 0.95rem;
    transition: transform 0.25s ease;
}

.lp-btn-tj-wa:hover .lp-btn-tj-arr {
    transform: translateX(4px);
}

@media (max-width: 991px) {
    .lp-terima-jadi-banner {
        flex-direction: column;
        align-items: stretch;
        padding: 24px 20px;
        text-align: center;
        gap: 20px;
    }
    .lp-tj-badge-row {
        justify-content: center;
    }
    .lp-tj-wa-number-badge {
        justify-content: center;
    }
    .lp-btn-tj-wa {
        width: 100%;
        justify-content: center;
        box-sizing: border-box;
    }
}

/* =====================================================
   PRICING TABLE
===================================================== */
.lp-pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
    gap: 20px;
    align-items: stretch;
}

@media (max-width: 1200px) {
    .lp-pricing-grid {
        grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
        gap: 18px;
    }
}

.lp-pricing-card {
    background: #ffffff;
    border: 1.5px solid var(--lp-gray-200);
    border-radius: var(--lp-radius-xl);
    padding: 30px 22px;
    box-shadow: var(--lp-shadow-sm);
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.lp-pricing-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--lp-shadow-lg);
}

/* --- Theme 1: Free (Emerald) --- */
.lp-pricing-card.pkg-card-free {
    border-color: #a7f3d0;
}
.lp-pricing-card.pkg-card-free:hover {
    border-color: #10b981;
    box-shadow: 0 16px 36px rgba(16, 185, 129, 0.16);
}
.lp-pkg-badge.badge-free {
    background: #ecfdf5;
    color: #059669;
    border: 1px solid #a7f3d0;
}
.lp-pricing-discount-pill.pill-free {
    background: #d1fae5;
    color: #047857;
}
.pkg-card-free .lp-pricing-feature-item i {
    color: #10b981;
}
.btn-pkg-free {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(16, 185, 129, 0.35);
}
.btn-pkg-free:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(16, 185, 129, 0.45);
}

/* --- Theme 2: Basic (Ocean Blue) --- */
.lp-pricing-card.pkg-card-basic {
    border-color: #bae6fd;
}
.lp-pricing-card.pkg-card-basic:hover {
    border-color: #0284c7;
    box-shadow: 0 16px 36px rgba(2, 132, 199, 0.16);
}
.lp-pkg-badge.badge-basic {
    background: #f0f9ff;
    color: #0284c7;
    border: 1px solid #bae6fd;
}
.lp-pricing-discount-pill.pill-basic {
    background: #e0f2fe;
    color: #0369a1;
}
.pkg-card-basic .lp-pricing-feature-item i {
    color: #0284c7;
}
.btn-pkg-basic {
    background: #f0f9ff;
    border: 1.5px solid #0284c7;
    color: #0284c7 !important;
}
.btn-pkg-basic:hover {
    background: #0284c7;
    color: #ffffff !important;
    box-shadow: 0 6px 18px rgba(2, 132, 199, 0.35);
    transform: translateY(-2px);
}

/* --- Theme 3: Premium (Featured - Vibrant Rose) --- */
.lp-pricing-card.pkg-card-premium {
    border: 2px solid #f43f5e;
    background: linear-gradient(180deg, #fff5f7 0%, #ffffff 18%);
    box-shadow: 0 14px 35px rgba(244, 63, 94, 0.16);
    position: relative;
    z-index: 2;
}
.lp-pricing-card.pkg-card-premium:hover {
    border-color: #e11d48;
    box-shadow: 0 20px 45px rgba(244, 63, 94, 0.28);
}
@media (min-width: 992px) {
    .lp-pricing-card.pkg-card-premium {
        transform: scale(1.03);
    }
    .lp-pricing-card.pkg-card-premium:hover {
        transform: scale(1.05) translateY(-5px);
        box-shadow: 0 22px 50px rgba(244, 63, 94, 0.3);
    }
}
.lp-pkg-badge.badge-premium {
    background: #fff1f2;
    color: #e11d48;
    border: 1px solid #fecdd3;
}
.lp-pricing-strike.strike-premium {
    color: #fda4af;
}
.lp-pricing-discount-pill.pill-premium {
    background: #ffe4e6;
    color: #e11d48;
}
.pkg-card-premium .lp-pricing-feature-item i {
    color: #f43f5e;
}
.btn-pkg-premium {
    background: linear-gradient(135deg, #f43f5e 0%, #e11d48 100%);
    color: #ffffff !important;
    box-shadow: 0 6px 20px rgba(244, 63, 94, 0.4);
}
.btn-pkg-premium:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(244, 63, 94, 0.55);
}

/* --- Theme 4: Platinum (Royal Violet) --- */
.lp-pricing-card.pkg-card-platinum {
    border-color: #ddd6fe;
}
.lp-pricing-card.pkg-card-platinum:hover {
    border-color: #8b5cf6;
    box-shadow: 0 16px 36px rgba(139, 92, 246, 0.18);
}
.lp-pkg-badge.badge-platinum {
    background: #f5f3ff;
    color: #7c3aed;
    border: 1px solid #ddd6fe;
}
.lp-pricing-discount-pill.pill-platinum {
    background: #ede9fe;
    color: #6d28d9;
}
.pkg-card-platinum .lp-pricing-feature-item i {
    color: #8b5cf6;
}
.btn-pkg-platinum {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(139, 92, 246, 0.35);
}
.btn-pkg-platinum:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(139, 92, 246, 0.45);
}

/* --- Theme 5: Exclusive VIP (Luxury Amber Gold) --- */
.lp-pricing-card.pkg-card-exclusive {
    border: 2px solid #f59e0b;
    background: linear-gradient(180deg, #fffdf7 0%, #ffffff 22%);
    box-shadow: 0 10px 30px rgba(217, 119, 6, 0.10);
    position: relative;
    z-index: 1;
}
.lp-pricing-card.pkg-card-exclusive:hover {
    border-color: #d97706;
    box-shadow: 0 18px 45px rgba(217, 119, 6, 0.22);
    transform: translateY(-4px);
}
.lp-pkg-badge.badge-exclusive {
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
    color: #b45309;
    border: 1px solid #fde68a;
    font-weight: 800;
}
.lp-pricing-strike.strike-exclusive {
    color: #f59e0b;
    opacity: 0.75;
}
.lp-pricing-discount-pill.pill-exclusive {
    background: #fef3c7;
    color: #92400e;
    border: 1px solid #fde68a;
}
.pkg-card-exclusive .lp-pricing-feature-item i {
    color: #d97706;
}
.btn-pkg-exclusive {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 50%, #b45309 100%);
    color: #ffffff !important;
    box-shadow: 0 6px 20px rgba(217, 119, 6, 0.38);
    font-weight: 800;
}
.btn-pkg-exclusive:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(217, 119, 6, 0.55);
}

/* Package Badge */
.lp-pkg-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 50px;
    margin-bottom: 12px;
    width: fit-content;
    letter-spacing: 0.01em;
}

/* Featured Badge (Popular & VIP) */
.lp-pricing-badge-popular,
.lp-pricing-badge-vip {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    padding: 5px 16px;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: 1.5px solid rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    z-index: 10;
    max-width: calc(100% - 24px);
    box-sizing: border-box;
    text-align: center;
    user-select: none;
    pointer-events: none;
    line-height: 1.2;
}

.lp-pricing-badge-popular {
    background: linear-gradient(135deg, #f43f5e 0%, #e11d48 100%);
    box-shadow: 0 4px 14px rgba(244, 63, 94, 0.45);
}

.lp-pricing-badge-vip {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    box-shadow: 0 4px 14px rgba(217, 119, 6, 0.40);
}

@media (max-width: 768px) {
    .lp-pricing-grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }
    .lp-pricing-card.pkg-card-premium,
    .lp-pricing-card.pkg-card-exclusive {
        transform: none;
        margin-top: 8px;
    }
    .lp-pricing-badge-popular,
    .lp-pricing-badge-vip {
        top: -13px;
        padding: 5px 14px;
        font-size: 0.74rem;
    }
}

@media (max-width: 480px) {
    .lp-pricing-badge-popular,
    .lp-pricing-badge-vip {
        top: -12px;
        padding: 4px 12px;
        font-size: 0.70rem;
        letter-spacing: 0.03em;
    }
}

@media (max-width: 360px) {
    .lp-pricing-badge-popular,
    .lp-pricing-badge-vip {
        top: -11px;
        padding: 3px 10px;
        font-size: 0.66rem;
        letter-spacing: 0.02em;
    }
}

.lp-pricing-name {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--lp-gray-800);
    margin-bottom: 6px;
}

.lp-pricing-desc {
    font-size: 0.88rem;
    color: var(--lp-gray-500);
    margin-bottom: 18px;
    line-height: 1.45;
}

.lp-pricing-price-box {
    margin-bottom: 22px;
    padding: 14px 16px;
    background: #f8fafc;
    border: 1px solid var(--lp-gray-200);
    border-radius: 12px;
    transition: all 0.25s ease;
}

.pkg-card-free .lp-pricing-price-box {
    background: linear-gradient(180deg, #f0fdf4 0%, #ffffff 100%);
    border-color: #d1fae5;
}
.pkg-card-basic .lp-pricing-price-box {
    background: linear-gradient(180deg, #f0f9ff 0%, #ffffff 100%);
    border-color: #bae6fd;
}
.pkg-card-premium .lp-pricing-price-box {
    background: linear-gradient(180deg, #fff1f2 0%, #ffffff 100%);
    border-color: #fecdd3;
    box-shadow: 0 4px 12px rgba(244, 63, 94, 0.08);
}
.pkg-card-platinum .lp-pricing-price-box {
    background: linear-gradient(180deg, #f5f3ff 0%, #ffffff 100%);
    border-color: #ddd6fe;
    box-shadow: 0 4px 12px rgba(124, 58, 237, 0.08);
}
.pkg-card-exclusive .lp-pricing-price-box {
    background: linear-gradient(180deg, #fffbeb 0%, #ffffff 100%);
    border-color: #fde68a;
    box-shadow: 0 4px 12px rgba(217, 119, 6, 0.08);
}

.lp-pricing-discount-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 6px;
}

.lp-pricing-strike {
    font-size: 0.86rem;
    color: #94a3b8;
    text-decoration: line-through;
    font-weight: 600;
}

.lp-pricing-discount-pill {
    font-size: 0.72rem;
    font-weight: 800;
    padding: 2.5px 8px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.lp-pricing-price {
    font-size: 2.25rem;
    font-weight: 900;
    line-height: 1;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 4px;
}

.lp-pricing-price .lp-currency {
    font-size: 1.15rem;
    font-weight: 800;
    color: #64748b;
    margin-right: 1px;
}

.lp-pricing-price .lp-amount {
    font-size: 2.25rem;
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1;
    color: var(--lp-gray-900);
}

.pkg-card-free .lp-pricing-price .lp-amount {
    color: #059669;
}
.pkg-card-basic .lp-pricing-price .lp-amount {
    color: #0284c7;
}
.pkg-card-premium .lp-pricing-price .lp-amount {
    color: #e11d48;
}
.pkg-card-platinum .lp-pricing-price .lp-amount {
    color: #7c3aed;
}
.pkg-card-exclusive .lp-pricing-price .lp-amount {
    color: #d97706;
}

.lp-pricing-price .lp-period {
    font-size: 0.80rem;
    font-weight: 700;
    color: #64748b;
    margin-left: auto;
    background: rgba(0, 0, 0, 0.04);
    padding: 3px 8px;
    border-radius: 6px;
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
}

@media (max-width: 991px) {
    .lp-pricing-price .lp-amount {
        font-size: 2.10rem;
    }
}

@media (max-width: 480px) {
    .lp-pricing-price-box {
        padding: 12px 14px;
    }
    .lp-pricing-price .lp-amount {
        font-size: 1.95rem;
    }
    .lp-pricing-price .lp-currency {
        font-size: 1.05rem;
    }
    .lp-pricing-price .lp-period {
        font-size: 0.75rem;
    }
}

.lp-pricing-features-list {
    list-style: none;
    margin: 0 0 28px 0;
    padding: 0;
    flex: 1;
}

.lp-pricing-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    font-size: 0.90rem;
    color: var(--lp-gray-700);
    margin-bottom: 11px;
    line-height: 1.4;
}

.lp-pricing-feature-item i {
    font-size: 0.95rem;
    margin-top: 3px;
    flex-shrink: 0;
}

.lp-pricing-feature-item.disabled {
    color: #94a3b8;
}

.lp-pricing-feature-item.disabled i {
    color: #cbd5e1 !important;
}

/* Highlighted Features Across Packages (Clean & Sleek) */
.lp-pricing-feature-item.lp-feat-highlight {
    padding: 6px 10px;
    border-radius: 8px;
    margin-bottom: 9px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 9px;
}

.lp-pricing-feature-item.lp-feat-highlight i {
    font-size: 1.05rem;
    margin-top: 0;
    flex-shrink: 0;
}

.lp-pricing-feature-item.lp-feat-highlight strong {
    font-size: 0.90rem;
    font-weight: 700;
}

/* Emerald Theme (Free) */
.lp-pricing-feature-item.lp-feat-highlight.highlight-emerald {
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
}
.lp-pricing-feature-item.lp-feat-highlight.highlight-emerald i {
    color: #059669 !important;
}
.lp-pricing-feature-item.lp-feat-highlight.highlight-emerald strong {
    color: #065f46;
}

/* Ocean Blue Theme (Basic) */
.lp-pricing-feature-item.lp-feat-highlight.highlight-ocean {
    background: #f0f9ff;
    border: 1px solid #bae6fd;
}
.lp-pricing-feature-item.lp-feat-highlight.highlight-ocean i {
    color: #0284c7 !important;
}
.lp-pricing-feature-item.lp-feat-highlight.highlight-ocean strong {
    color: #0369a1;
}

/* Rose / Crimson Theme (Premium) */
.lp-pricing-feature-item.lp-feat-highlight.highlight-rose {
    background: #fff1f2;
    border: 1px solid #fecdd3;
}
.lp-pricing-feature-item.lp-feat-highlight.highlight-rose i {
    color: #e11d48 !important;
}
.lp-pricing-feature-item.lp-feat-highlight.highlight-rose strong {
    color: #9f1239;
}

/* Royal Violet Theme (Platinum) */
.lp-pricing-feature-item.lp-feat-highlight.highlight-violet {
    background: #f5f3ff;
    border: 1px solid #ddd6fe;
}
.lp-pricing-feature-item.lp-feat-highlight.highlight-violet i {
    color: #7c3aed !important;
}
.lp-pricing-feature-item.lp-feat-highlight.highlight-violet strong {
    color: #5b21b6;
}

/* Amber Gold Theme (Exclusive VIP) */
.lp-pricing-feature-item.lp-feat-highlight.highlight-qr,
.lp-pricing-feature-item.lp-feat-highlight.highlight-gold {
    background: #fffbeb;
    border: 1px solid #fde68a;
}
.lp-pricing-feature-item.lp-feat-highlight.highlight-qr i,
.lp-pricing-feature-item.lp-feat-highlight.highlight-gold i {
    color: #d97706 !important;
}
.lp-pricing-feature-item.lp-feat-highlight.highlight-qr strong,
.lp-pricing-feature-item.lp-feat-highlight.highlight-gold strong {
    color: #92400e;
}

/* Instagram Highlight */
.lp-pricing-feature-item.lp-feat-highlight.highlight-ig {
    background: #fdf2f8;
    border: 1px solid #fbcfe8;
}
.lp-pricing-feature-item.lp-feat-highlight.highlight-ig i {
    color: #db2777 !important;
}
.lp-pricing-feature-item.lp-feat-highlight.highlight-ig strong {
    color: #9d174d;
}

/* Domain Highlight */
.lp-pricing-feature-item.lp-feat-highlight.highlight-domain {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
}
.lp-pricing-feature-item.lp-feat-highlight.highlight-domain i {
    color: #2563eb !important;
}
.lp-pricing-feature-item.lp-feat-highlight.highlight-domain strong {
    color: #1e40af;
}

.lp-btn-pricing {
    width: 100%;
    padding: 13px;
    border-radius: var(--lp-radius-md);
    text-align: center;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-sizing: border-box;
}

/* Guarantee / Trust Bar */
.lp-pricing-guarantee-bar {
    margin-top: 44px;
    background: #ffffff;
    border: 1px solid var(--lp-gray-200);
    border-radius: 16px;
    padding: 24px 28px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.lp-guarantee-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.lp-guarantee-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #ecfdf5;
    color: #059669;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    flex-shrink: 0;
}

.lp-guarantee-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.lp-guarantee-text strong {
    font-size: 0.90rem;
    color: var(--lp-gray-800);
    font-weight: 700;
}

.lp-guarantee-text span {
    font-size: 0.78rem;
    color: var(--lp-gray-500);
    line-height: 1.35;
}

@media (max-width: 991px) {
    .lp-pricing-guarantee-bar {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .lp-pricing-guarantee-bar {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 18px;
    }
}

/* =====================================================
   FAQ ACCORDION
===================================================== */
.lp-faq-wrapper {
    max-width: 820px;
    margin: 0 auto;
}

.lp-faq-item {
    background: #ffffff;
    border: 1px solid var(--lp-gray-200);
    border-radius: var(--lp-radius-md);
    margin-bottom: 14px;
    overflow: hidden;
    transition: all 0.2s ease;
}

.lp-faq-question {
    width: 100%;
    padding: 18px 24px;
    background: transparent;
    border: none;
    text-align: left;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--lp-gray-800);
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-family: inherit;
}

.lp-faq-question i {
    color: var(--lp-primary);
    transition: transform 0.3s ease;
}

.lp-faq-answer {
    padding: 0 24px 20px;
    font-size: 0.95rem;
    color: var(--lp-gray-600);
    line-height: 1.6;
    display: none;
}

.lp-faq-item.active .lp-faq-answer {
    display: block;
}

.lp-faq-item.active .lp-faq-question i {
    transform: rotate(180deg);
}

/* =====================================================
   CTA BOTTOM BANNER & FOOTER
===================================================== */
.lp-cta-banner-box {
    background: linear-gradient(135deg, #f43f5e 0%, #e11d48 50%, #9f1239 100%);
    border-radius: var(--lp-radius-xl);
    padding: 60px 40px;
    color: #ffffff;
    text-align: center;
    box-shadow: 0 20px 40px rgba(244, 63, 94, 0.35);
    position: relative;
    overflow: hidden;
}

.lp-cta-banner-title {
    font-family: var(--lp-font-serif);
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 14px;
}

.lp-cta-banner-desc {
    font-size: 1.1rem;
    color: #ffe4e6;
    max-width: 600px;
    margin: 0 auto 32px;
}

.lp-btn-cta-white {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    background: #ffffff;
    color: #e11d48 !important;
    border-radius: var(--lp-radius-md);
    font-size: 1.05rem;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.lp-btn-cta-white:hover {
    transform: translateY(-3px) scale(1.02);
    background: #fff1f2;
}

.lp-footer {
    background: #090d16;
    color: #94a3b8;
    padding: 70px 24px 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.lp-footer-grid {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 50px;
}

.lp-footer-brand h3 {
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 800;
    margin-bottom: 12px;
}

.lp-footer-brand p {
    font-size: 0.9rem;
    line-height: 1.6;
    max-width: 320px;
}

.lp-footer-col h4 {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 18px;
}

.lp-footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lp-footer-col ul li {
    margin-bottom: 10px;
}

.lp-footer-col ul li a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.88rem;
    transition: color 0.2s;
}

.lp-footer-col ul li a:hover {
    color: #f43f5e;
}

.lp-footer-bottom {
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.84rem;
}

/* FLOATING WHATSAPP BUTTON */
.lp-floating-wa {
    position: fixed;
    bottom: 28px;
    right: 28px;
    background: #25d366;
    color: #ffffff !important;
    padding: 12px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 0.92rem;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.45);
    z-index: 999;
    transition: all 0.3s ease;
}

.lp-floating-wa:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 14px 30px rgba(37, 211, 102, 0.6);
}

.lp-floating-wa i {
    font-size: 1.35rem;
}

/* =====================================================
   RESPONSIVE BREAKPOINTS
===================================================== */
@media (max-width: 1240px) {
    .lp-nav-links {
        gap: 1px;
        padding: 3px 5px;
    }
    .lp-nav-link {
        padding: 6px 9px;
        font-size: 0.82rem;
        gap: 4px;
    }
    .lp-btn-nav-login {
        padding: 7px 12px;
        font-size: 0.82rem;
    }
    .lp-btn-nav-cta {
        padding: 7px 15px;
        font-size: 0.82rem;
    }
}

@media (max-width: 1080px) {
    .lp-nav-links, .lp-nav-actions {
        display: none !important;
    }
    .lp-mobile-menu-toggle {
        display: flex;
    }
}

@media (max-width: 1024px) {
    .lp-hero-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .lp-hero-description {
        margin: 0 auto 32px;
    }
    .lp-hero-cta-group {
        justify-content: center;
    }
    .lp-hero-stats-row {
        justify-content: center;
    }
    .lp-features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
    }
    .lp-feature-card-full {
        grid-column: span 2;
    }
    .lp-feature-card {
        padding: 24px 22px;
    }
    .lp-vendor-categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .lp-pricing-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
    }
    .lp-pricing-card.featured {
        transform: none;
    }
    .lp-footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .lp-nav-container {
        padding: 12px 18px;
    }
    .lp-brand-text {
        font-size: 1.15rem;
    }
    .lp-brand-logo-icon,
    .lp-home-btn {
        width: 36px;
        height: 36px;
        font-size: 1rem;
    }
    .lp-section {
        padding: 55px 16px;
    }
    .lp-section-header {
        margin-bottom: 32px;
    }
    .lp-section-title {
        font-size: 1.85rem;
    }
    
    /* Responsive Hero on Mobile */
    .lp-hero-section {
        padding: 95px 16px 40px;
        text-align: center;
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
    }
    .lp-hero-container {
        grid-template-columns: 1fr;
        gap: 30px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow: hidden;
    }
    .lp-hero-text-col {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    .lp-hero-badge {
        font-size: 0.78rem;
        padding: 6px 14px;
        margin: 0 auto 16px;
        max-width: 100%;
        width: auto;
        display: inline-flex;
        justify-content: center;
        white-space: normal;
        line-height: 1.35;
        box-sizing: border-box;
    }
    .lp-hero-title {
        font-size: 1.85rem;
        line-height: 1.22;
        margin-bottom: 14px;
        word-break: break-word;
        overflow-wrap: break-word;
    }
    .lp-hero-description {
        font-size: 0.92rem;
        line-height: 1.55;
        margin: 0 auto 18px;
        max-width: 100%;
        word-break: break-word;
        overflow-wrap: break-word;
    }
    .lp-hero-pills {
        justify-content: center;
        margin: 12px auto 22px;
        width: 100%;
        gap: 6px;
    }
    .lp-hero-pill {
        font-size: 0.75rem;
        padding: 5px 10px;
        max-width: 100%;
    }
    .lp-hero-cta-group {
        flex-direction: column;
        width: 100%;
        gap: 10px;
        margin-bottom: 24px;
    }
    .lp-btn-primary-large,
    .lp-btn-secondary-large {
        width: 100%;
        max-width: 100%;
        padding: 13px 18px;
        font-size: 0.92rem;
        justify-content: center;
        box-sizing: border-box;
    }
    .lp-hero-stats-row {
        justify-content: center;
        gap: 18px;
        padding-top: 18px;
        width: 100%;
    }
    .lp-hero-stat-item strong {
        font-size: 1.25rem;
    }
    .lp-hero-stat-item span {
        font-size: 0.72rem;
    }
    .lp-hero-mockup-wrapper {
        padding: 10px 0;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        justify-content: center;
    }
    .lp-phone-frame {
        width: 250px;
        height: 490px;
        border-width: 7px;
        border-radius: 36px;
        max-width: 90vw;
    }
    .lp-floating-widget {
        display: none !important;
    }

    .lp-features-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .lp-feature-card-full {
        grid-column: span 1;
    }
    .lp-feature-card {
        padding: 22px 20px;
    }
    .lp-feature-icon-box {
        width: 48px;
        height: 48px;
        font-size: 1.25rem;
        margin-bottom: 16px;
    }
    .lp-feature-title {
        font-size: 1.1rem;
    }
    .lp-feature-desc {
        font-size: 0.88rem;
    }
    .lp-steps-grid {
        grid-template-columns: 1fr;
    }
    .lp-vendor-categories-grid {
        grid-template-columns: 1fr;
    }
    .lp-footer-grid {
        grid-template-columns: 1fr;
    }
    .lp-footer-bottom {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    .lp-promo-banner-card {
        flex-direction: column;
        padding: 24px 20px;
        text-align: center;
    }
    .lp-promo-banner-left {
        max-width: 100%;
    }
    .lp-promo-benefits {
        justify-content: center;
    }
    .lp-promo-action-box {
        width: 100%;
    }

    /* Showcase Section Responsive on Mobile */
    .lp-showcase-section {
        padding: 60px 0;
    }
    .lp-showcase-row {
        grid-template-columns: 1fr !important;
        gap: 32px !important;
        text-align: center;
        margin-top: 0 !important;
    }
    .lp-showcase-row.lp-showcase-row-reverse {
        grid-template-columns: 1fr !important;
        margin-top: 50px !important;
    }
    .lp-showcase-content {
        max-width: 520px;
        margin: 0 auto;
        align-items: center;
        text-align: center;
    }
    .lp-showcase-content .lp-section-badge {
        margin: 0 auto 10px;
        font-size: 0.8rem;
        padding: 5px 14px;
    }
    .lp-showcase-title {
        font-size: 1.6rem;
        line-height: 1.28;
        margin: 8px 0 12px;
        text-align: center;
    }
    .lp-showcase-desc {
        font-size: 0.92rem;
        line-height: 1.6;
        margin-bottom: 22px;
        text-align: center;
    }
    .lp-showcase-points {
        text-align: left;
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        gap: 12px;
    }
    .lp-showcase-points li {
        padding: 12px 14px;
        gap: 12px;
        border-radius: 14px;
    }
    .lp-showcase-points li > i {
        width: 38px;
        height: 38px;
        font-size: 1.05rem;
        border-radius: 10px;
    }
    .lp-showcase-points strong {
        font-size: 0.94rem;
    }
    .lp-showcase-points span {
        font-size: 0.85rem;
        line-height: 1.48;
    }
    .lp-showcase-action {
        margin-top: 22px;
        width: 100%;
        justify-content: center;
    }
    .lp-showcase-content .lp-btn-primary-large {
        width: 100%;
        max-width: 440px;
        justify-content: center;
        box-sizing: border-box;
        padding: 13px 20px;
        font-size: 0.92rem;
        border-radius: 14px;
    }
    .lp-scanner-mockup-card {
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
        padding: 20px 16px;
        border-radius: 20px;
    }
    .lp-scanner-viewport {
        height: 150px;
    }
    .lp-scanner-qr-icon {
        font-size: 3.8rem;
    }
    .lp-scanner-guest-name {
        font-size: 1.05rem;
        word-break: break-word;
    }
    .lp-scanner-guest-info {
        font-size: 0.8rem;
    }
    .lp-ig-filter-mockup-card {
        max-width: 320px;
        width: 100%;
        box-sizing: border-box;
        padding: 14px;
        border-radius: 22px;
    }
    .lp-ig-preview-content {
        height: 210px;
        padding: 12px;
    }
    .lp-ig-couple-name {
        font-size: 1.35rem;
    }
    .lp-ig-frame-overlay {
        padding: 14px;
        border-radius: 12px;
    }
}

@media (max-width: 480px) {
    .lp-nav-container {
        padding: 10px 14px;
        gap: 8px;
    }
    .lp-brand-group {
        gap: 8px;
    }
    .lp-home-btn,
    .lp-brand-logo-icon {
        width: 34px;
        height: 34px;
        font-size: 0.95rem;
        border-radius: 9px;
    }
    .lp-brand-text {
        font-size: 1.08rem;
    }
    .lp-mobile-menu-toggle {
        width: 38px;
        height: 38px;
        border-radius: 10px;
        gap: 5px;
    }
    .hamburger-line:nth-child(1),
    .hamburger-line:nth-child(3) {
        width: 18px;
        height: 2.2px;
    }
    .hamburger-line:nth-child(2) {
        width: 12px;
        height: 2.2px;
        margin-right: 5px;
    }
    .lp-mobile-menu-toggle:hover .hamburger-line:nth-child(2) {
        width: 18px;
    }
    .lp-mobile-menu-toggle.active .hamburger-line:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
        width: 18px;
    }
    .lp-mobile-menu-toggle.active .hamburger-line:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
        width: 18px;
    }

    .lp-section {
        padding: 44px 14px;
    }
    .lp-section-title {
        font-size: 1.6rem;
    }
    .lp-section-desc {
        font-size: 0.88rem;
    }
    
    .lp-hero-section {
        padding: 85px 12px 35px;
    }
    .lp-hero-badge {
        font-size: 0.74rem;
        padding: 5px 12px;
    }
    .lp-hero-title {
        font-size: 1.62rem;
    }
    .lp-hero-description {
        font-size: 0.88rem;
        line-height: 1.5;
    }
    .lp-hero-stats-row {
        gap: 14px;
    }
    .lp-hero-stat-item strong {
        font-size: 1.15rem;
    }
    .lp-hero-stat-item span {
        font-size: 0.68rem;
    }
    .lp-phone-frame {
        width: 220px;
        height: 430px;
        border-width: 6px;
        border-radius: 30px;
    }

    .lp-features-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .lp-feature-card {
        padding: 18px 16px;
        border-radius: 16px;
    }
    .lp-feature-icon-box {
        width: 42px;
        height: 42px;
        border-radius: 10px;
        font-size: 1.15rem;
        margin-bottom: 12px;
    }
    .lp-feature-title {
        font-size: 1.02rem;
        margin-bottom: 6px;
    }
    .lp-feature-desc {
        font-size: 0.85rem;
        line-height: 1.48;
    }
    .lp-promo-title {
        font-size: 1.35rem;
    }
    .lp-promo-subtitle {
        font-size: 0.88rem;
    }
    .lp-btn-promo-cta {
        width: 100%;
        justify-content: center;
        font-size: 0.88rem;
        padding: 12px 16px;
        box-sizing: border-box;
    }

    /* Showcase Section on Small Mobile */
    .lp-showcase-section {
        padding: 42px 0;
    }
    .lp-showcase-content .lp-section-badge {
        font-size: 0.76rem;
        padding: 5px 12px;
    }
    .lp-showcase-title {
        font-size: 1.38rem;
        line-height: 1.25;
        margin: 8px 0 10px;
    }
    .lp-showcase-desc {
        font-size: 0.88rem;
        line-height: 1.55;
        margin-bottom: 16px;
    }
    .lp-showcase-points {
        max-width: 100%;
        gap: 10px;
    }
    .lp-showcase-points li {
        padding: 11px 12px;
        gap: 11px;
        border-radius: 12px;
    }
    .lp-showcase-points li > i {
        width: 34px;
        height: 34px;
        font-size: 0.95rem;
        border-radius: 8px;
    }
    .lp-showcase-points strong {
        font-size: 0.90rem;
    }
    .lp-showcase-points span {
        font-size: 0.80rem;
        line-height: 1.4;
    }
    .lp-showcase-action {
        margin-top: 18px;
    }
    .lp-showcase-content .lp-btn-primary-large {
        padding: 12px 16px;
        font-size: 0.88rem;
        border-radius: 12px;
    }
    .lp-scanner-viewport {
        height: 135px;
    }
    .lp-scanner-qr-icon {
        font-size: 3.2rem;
    }
    .lp-ig-filter-mockup-card {
        max-width: 290px;
    }
    .lp-ig-preview-content {
        height: 190px;
    }
    .lp-ig-couple-name {
        font-size: 1.25rem;
    }
}

@media (max-width: 360px) {
    .lp-section {
        padding: 36px 10px;
    }
    .lp-section-title {
        font-size: 1.42rem;
    }
    .lp-hero-title {
        font-size: 1.42rem;
    }
    .lp-hero-description {
        font-size: 0.82rem;
    }
    .lp-hero-badge {
        font-size: 0.70rem;
    }
    .lp-hero-pill {
        font-size: 0.68rem;
        padding: 4px 8px;
    }
    .lp-btn-primary-large,
    .lp-btn-secondary-large {
        font-size: 0.86rem;
        padding: 11px 14px;
    }
    .lp-phone-frame {
        width: 195px;
        height: 380px;
        border-width: 5px;
        border-radius: 26px;
    }
    .lp-features-grid {
        gap: 12px;
    }
    .lp-feature-card {
        padding: 15px 13px;
        border-radius: 14px;
    }
    .lp-feature-icon-box {
        width: 38px;
        height: 38px;
        font-size: 1rem;
        margin-bottom: 10px;
    }
    .lp-feature-title {
        font-size: 0.95rem;
    }
    .lp-feature-desc {
        font-size: 0.82rem;
    }

    /* Extra Small Screen Showcase */
    .lp-showcase-title {
        font-size: 1.24rem;
    }
    .lp-showcase-desc {
        font-size: 0.82rem;
    }
    .lp-showcase-points li {
        padding: 9px 10px;
        gap: 8px;
        border-radius: 10px;
    }
    .lp-showcase-points li > i {
        width: 30px;
        height: 30px;
        font-size: 0.85rem;
        border-radius: 7px;
    }
    .lp-showcase-points strong {
        font-size: 0.84rem;
    }
    .lp-showcase-points span {
        font-size: 0.75rem;
        line-height: 1.38;
    }
    .lp-showcase-content .lp-btn-primary-large {
        font-size: 0.82rem;
        padding: 11px 12px;
        gap: 6px;
    }
    .lp-ig-filter-mockup-card {
        max-width: 260px;
        padding: 10px;
    }
    .lp-ig-preview-content {
        height: 170px;
        padding: 8px;
    }
    .lp-ig-couple-name {
        font-size: 1.15rem;
    }
    .lp-scanner-mockup-card {
        padding: 16px 12px;
    }
    .lp-scanner-viewport {
        height: 120px;
    }
    .lp-scanner-qr-icon {
        font-size: 2.8rem;
    }
}

/* =====================================================
   HERO PILLS & PROMO SPOTLIGHT SECTION
===================================================== */
.lp-hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0 26px;
}

.lp-hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    padding: 6px 14px;
    font-size: 0.82rem;
    font-weight: 600;
    color: #f1f5f9;
    backdrop-filter: blur(8px);
    transition: transform 0.2s ease, background 0.2s ease;
}

.lp-hero-pill:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.15);
}

.lp-promo-spotlight-section {
    padding: 0 0 30px;
    margin-top: -30px;
    position: relative;
    z-index: 10;
}

.lp-promo-banner-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, #064e3b 0%, #065f46 50%, #047857 100%);
    border: 1px solid rgba(16, 185, 129, 0.4);
    border-radius: var(--lp-radius-xl);
    padding: 36px 40px;
    box-shadow: 0 20px 45px rgba(6, 78, 59, 0.35);
    color: #ffffff;
    gap: 30px;
}

.lp-promo-banner-left {
    flex: 1;
    max-width: 680px;
}

.lp-promo-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(16, 185, 129, 0.3);
    border: 1px solid rgba(52, 211, 153, 0.5);
    color: #6ee7b7;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
}

.lp-promo-title {
    font-size: 1.85rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.28;
    margin-bottom: 10px;
}

.text-gradient-emerald {
    color: #6ee7b7;
    text-shadow: 0 0 20px rgba(110, 231, 183, 0.4);
}

.lp-promo-subtitle {
    font-size: 0.98rem;
    color: #d1fae5;
    line-height: 1.6;
    margin-bottom: 18px;
}

.lp-promo-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.lp-promo-benefit-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.88rem;
    font-weight: 600;
    color: #ecfdf5;
}

.lp-promo-banner-right {
    flex-shrink: 0;
}

.lp-promo-action-box {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 24px 28px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lp-promo-price-tag {
    margin-bottom: 14px;
}

.lp-promo-price-tag .old-price {
    display: block;
    text-decoration: line-through;
    color: #a7f3d0;
    font-size: 0.88rem;
    font-weight: 600;
}

.lp-promo-price-tag .free-price {
    font-size: 2.2rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
}

.lp-promo-price-tag .free-price small {
    font-size: 0.88rem;
    font-weight: 600;
    color: #d1fae5;
}

.lp-btn-promo-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    color: #065f46 !important;
    font-weight: 800;
    padding: 13px 26px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 0.95rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transition: all 0.25s ease;
}

.lp-btn-promo-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.3);
    background: #f0fdf4;
}

.lp-promo-note {
    font-size: 0.76rem;
    color: #a7f3d0;
    margin-top: 8px;
}

/* =====================================================
   FEATURE VIP & IG FILTER BADGES
===================================================== */
.lp-feature-card-vip {
    border: 1.5px solid rgba(217, 119, 6, 0.35);
    background: linear-gradient(135deg, #ffffff 0%, #fffbeb 100%);
}

.lp-feature-badge-vip {
    display: inline-block;
    background: linear-gradient(135deg, #d97706, #b45309);
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 3px 10px;
    border-radius: 50px;
    margin-bottom: 12px;
}

.lp-icon-gold {
    background: rgba(217, 119, 6, 0.15) !important;
    color: #d97706 !important;
}

.lp-feature-card-ig {
    border: 1.5px solid rgba(236, 72, 153, 0.35);
    background: linear-gradient(135deg, #ffffff 0%, #fdf2f8 100%);
}

.lp-feature-badge-ig {
    display: inline-block;
    background: linear-gradient(135deg, #ec4899, #8b5cf6);
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 3px 10px;
    border-radius: 50px;
    margin-bottom: 12px;
}

.lp-icon-ig {
    background: rgba(236, 72, 153, 0.15) !important;
    color: #ec4899 !important;
}

.lp-feature-card-vendor {
    border: 1.5px solid rgba(14, 165, 233, 0.35);
    background: linear-gradient(135deg, #ffffff 0%, #f0f9ff 100%);
}

.lp-feature-badge-vendor {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 3px 10px;
    border-radius: 50px;
    margin-bottom: 12px;
    box-shadow: 0 2px 8px rgba(2, 132, 199, 0.25);
}

.lp-icon-vendor {
    background: rgba(14, 165, 233, 0.15) !important;
    color: #0284c7 !important;
}

/* =====================================================
   DUAL SHOWCASE SECTION (QR SCANNER & IG FILTER)
===================================================== */
.lp-showcase-section {
    padding: 100px 0;
    background: #ffffff;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.lp-showcase-row {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 60px;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.lp-showcase-row-reverse {
    grid-template-columns: 0.85fr 1.15fr;
}

.lp-showcase-content {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.lp-showcase-visual {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.lp-showcase-content .lp-section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    padding: 6px 16px;
    border-radius: 50px;
    width: fit-content;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.lp-showcase-title {
    font-size: clamp(1.6rem, 3.5vw, 2.3rem);
    font-weight: 800;
    color: var(--lp-gray-800, #1e293b);
    margin: 14px 0 16px;
    line-height: 1.25;
    word-break: break-word;
    overflow-wrap: break-word;
    letter-spacing: -0.02em;
}

.lp-showcase-desc {
    font-size: 1.02rem;
    color: var(--lp-gray-600, #475569);
    line-height: 1.68;
    margin-bottom: 26px;
    word-break: break-word;
    overflow-wrap: break-word;
}

.lp-showcase-points {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    box-sizing: border-box;
}

.lp-showcase-points li {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 14px 18px;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    box-sizing: border-box;
}

.lp-showcase-points li:hover {
    background: #ffffff;
    border-color: #cbd5e1;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px -4px rgba(0, 0, 0, 0.06);
}

.lp-showcase-points li > i {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.15rem;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.06);
    margin-top: 2px;
}

.lp-showcase-points li > i.text-warning {
    background: rgba(245, 158, 11, 0.12);
    color: #d97706 !important;
    border-color: rgba(245, 158, 11, 0.25);
}

.lp-showcase-points li > i.text-primary {
    background: rgba(99, 102, 241, 0.12);
    color: #6366f1 !important;
    border-color: rgba(99, 102, 241, 0.25);
}

.lp-showcase-points li > i.text-success {
    background: rgba(34, 197, 94, 0.12);
    color: #16a34a !important;
    border-color: rgba(34, 197, 94, 0.25);
}

.lp-showcase-points li > i.text-danger {
    background: rgba(236, 72, 153, 0.12);
    color: #db2777 !important;
    border-color: rgba(236, 72, 153, 0.25);
}

.lp-showcase-points li > i.text-info {
    background: rgba(14, 165, 233, 0.12);
    color: #0284c7 !important;
    border-color: rgba(14, 165, 233, 0.25);
}

.lp-showcase-points li > div {
    flex: 1;
    min-width: 0;
}

.lp-showcase-points strong {
    display: block;
    color: #0f172a;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 3px;
    line-height: 1.35;
    word-break: break-word;
}

.lp-showcase-points span {
    display: block;
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.55;
    word-break: break-word;
}

.lp-showcase-action {
    margin-top: 26px;
    display: flex;
    align-items: center;
}

.lp-btn-showcase-vip {
    background: linear-gradient(135deg, #d97706 0%, #b45309 100%) !important;
    box-shadow: 0 10px 25px -4px rgba(217, 119, 6, 0.35) !important;
}
.lp-btn-showcase-vip:hover {
    box-shadow: 0 14px 30px -4px rgba(217, 119, 6, 0.45) !important;
    transform: translateY(-2px);
}

.lp-btn-showcase-ig {
    background: linear-gradient(135deg, #ec4899 0%, #8b5cf6 100%) !important;
    box-shadow: 0 10px 25px -4px rgba(236, 72, 153, 0.35) !important;
}
.lp-btn-showcase-ig:hover {
    box-shadow: 0 14px 30px -4px rgba(236, 72, 153, 0.45) !important;
    transform: translateY(-2px);
}

/* Scanner Mockup Card */
.lp-scanner-mockup-card {
    background: #0f172a;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    padding: 24px;
    color: #ffffff;
    box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.4);
    max-width: 440px;
    margin: 0 auto;
}

.lp-scanner-header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.84rem;
    font-weight: 600;
    color: #94a3b8;
    margin-bottom: 18px;
}

.lp-scanner-indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 10px #22c55e;
}

.lp-scanner-viewport {
    width: 100%;
    height: 180px;
    background: #1e293b;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed rgba(255, 255, 255, 0.15);
}

.lp-scanner-laser {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    height: 3px;
    background: #ef4444;
    box-shadow: 0 0 14px #ef4444;
}

.lp-scanner-qr-icon {
    font-size: 5rem;
    color: rgba(255, 255, 255, 0.25);
}

.lp-scanner-result {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.lp-scanner-success-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(34, 197, 94, 0.18);
    border: 1px solid rgba(34, 197, 94, 0.35);
    color: #4ade80;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 50px;
    margin-bottom: 8px;
}

.lp-scanner-guest-name {
    font-size: 1.15rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 4px;
}

.lp-scanner-guest-info {
    font-size: 0.85rem;
    color: #94a3b8;
}

/* Instagram Filter Mockup Card */
.lp-ig-filter-mockup-card {
    background: linear-gradient(135deg, #1e1b4b 0%, #31104b 100%);
    border-radius: 28px;
    padding: 18px;
    max-width: 360px;
    margin: 0 auto;
    box-shadow: 0 25px 50px -12px rgba(49, 16, 75, 0.4);
    border: 2px solid rgba(236, 72, 153, 0.35);
}

.lp-ig-filter-camera {
    border-radius: 20px;
    overflow: hidden;
    background: #000000;
    color: #ffffff;
    display: flex;
    flex-direction: column;
}

.lp-ig-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    font-size: 0.88rem;
    color: #ffffff;
}

.lp-ig-preview-content {
    height: 250px;
    background: radial-gradient(circle at center, #371b58 0%, #0f172a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    position: relative;
}

.lp-ig-frame-overlay {
    border: 2px dashed rgba(236, 72, 153, 0.6);
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    width: 100%;
}

.lp-ig-frame-ornament {
    font-size: 0.72rem;
    letter-spacing: 0.15em;
    color: #f472b6;
    font-weight: 700;
}

.lp-ig-couple-name {
    font-family: var(--lp-font-serif);
    font-size: 1.6rem;
    color: #ffffff;
    margin: 6px 0;
}

.lp-ig-wedding-date {
    font-size: 0.82rem;
    color: #cbd5e1;
    letter-spacing: 0.1em;
}

.lp-ig-bottom-bar {
    padding: 16px;
    text-align: center;
    background: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.lp-ig-shutter-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ec4899, #8b5cf6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.3rem;
    box-shadow: 0 4px 15px rgba(236, 72, 153, 0.5);
}

.lp-ig-filter-title {
    font-size: 0.78rem;
    color: #94a3b8;
}
