.elementor-14 .elementor-element.elementor-element-060828c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-06a5903 *//*
==============================================
ELEMENTOR PRO CUSTOM CSS
==============================================
CARA PASTE:
1. Edit page dengan Elementor
2. Klik gear icon (⚙️) kiri bawah → "Page Settings"
3. Klik tab "Custom CSS" (Elementor Pro sahaja)
4. Paste SEMUA CSS di bawah ni
5. Save / Update
==============================================
*/

/* ===== TOKENS ===== */
.elementor-widget-html {
    --wp-bg-primary: #0a0e17;
    --wp-bg-secondary: #0f1420;
    --wp-bg-card: rgba(255, 255, 255, 0.03);
    --wp-bg-card-hover: rgba(255, 255, 255, 0.06);
    --wp-bg-glass: rgba(255, 255, 255, 0.04);
    --wp-accent-green: #10b981;
    --wp-accent-emerald: #34d399;
    --wp-accent-gold: #f59e0b;
    --wp-gradient-primary: linear-gradient(135deg, #10b981 0%, #22d3ee 100%);
    --wp-gradient-gold: linear-gradient(135deg, #f59e0b 0%, #f97316 100%);
    --wp-text-primary: #e8edf5;
    --wp-text-secondary: #94a3b8;
    --wp-text-muted: #64748b;
    --wp-text-heading: #f1f5f9;
    --wp-border-subtle: rgba(255, 255, 255, 0.06);
    --wp-border-accent: rgba(16, 185, 129, 0.3);
    --wp-border-gold: rgba(245, 158, 11, 0.3);
    --wp-radius-sm: 12px;
    --wp-radius-md: 16px;
    --wp-radius-lg: 20px;
    --wp-font: 'Outfit', system-ui, -apple-system, sans-serif;
    --wp-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);

    font-family: var(--wp-font) !important;
    color: var(--wp-text-primary) !important;
    line-height: 1.7 !important;
    -webkit-font-smoothing: antialiased;
}

/* Force dark bg on page */
.elementor-page .elementor,
.elementor-page body,
body.elementor-template-canvas {
    background: #0a0e17 !important;
}

/* ===== CONTAINER ===== */
.wp-container {
    max-width: 480px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ===== TOP BAR ===== */
.wp-top-bar {
    background: linear-gradient(135deg, #10b981 0%, #22d3ee 100%);
    color: white;
    text-align: center;
    font-size: 0.76rem;
    font-weight: 600;
    padding: 10px 16px;
    line-height: 1.4;
    position: sticky;
    top: 0;
    z-index: 100;
    font-family: var(--wp-font);
}

/* ===== TYPOGRAPHY ===== */
.wp-section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--wp-accent-green);
    margin-bottom: 12px;
}

.wp-section-label::before {
    content: '';
    width: 20px;
    height: 2px;
    background: var(--wp-gradient-primary);
    border-radius: 2px;
}

.wp-section-title {
    font-size: 1.55rem !important;
    line-height: 1.25 !important;
    margin-bottom: 12px !important;
    color: var(--wp-text-heading) !important;
    font-weight: 800 !important;
    font-family: var(--wp-font) !important;
}

.wp-gradient-text {
    background: var(--wp-gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.wp-section-subtitle {
    font-size: 0.95rem;
    color: var(--wp-text-secondary);
    margin-bottom: 8px;
}

/* ===== HERO ===== */
.wp-hero {
    padding: 36px 0 48px;
    text-align: center;
    background: var(--wp-bg-primary);
}

.wp-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 16px;
    border-radius: 50px;
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.2);
    font-size: 0.73rem;
    font-weight: 600;
    color: var(--wp-accent-green);
    margin-bottom: 20px;
    animation: wpFadeInUp 0.5s ease-out;
}

.wp-pulse {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--wp-accent-green);
    animation: wpPulse 2s ease-in-out infinite;
}

@keyframes wpPulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.4;
        transform: scale(1.4);
    }
}

.wp-hero-title {
    font-size: 1.75rem !important;
    line-height: 1.25;
    margin-bottom: 16px;
    color: var(--wp-text-heading) !important;
    font-weight: 800 !important;
    font-family: var(--wp-font) !important;
}

.wp-hero-subtitle {
    font-size: 1rem;
    color: var(--wp-text-secondary);
    margin-bottom: 24px;
}

.wp-hero-image {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.wp-hero-image-wrapper {
    width: 200px;
    height: 200px;
    position: relative;
}

.wp-hero-image-wrapper::before {
    content: '';
    position: absolute;
    inset: -15px;
    border-radius: 50%;
    background: var(--wp-gradient-primary);
    opacity: 0.1;
    filter: blur(30px);
}

.wp-hero-image-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 12px 24px rgba(16, 185, 129, 0.2));
}

.wp-hero-appreciation {
    background: var(--wp-bg-card);
    border: 1px solid var(--wp-border-subtle);
    border-radius: var(--wp-radius-md);
    padding: 18px;
    margin-bottom: 24px;
    text-align: left;
}

.wp-hero-appreciation p {
    font-size: 0.9rem;
    color: var(--wp-text-secondary);
    line-height: 1.6;
}

.wp-hero-stats {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 24px;
}

.wp-stat-item {
    text-align: center;
}

.wp-stat-number {
    font-size: 1.3rem;
    font-weight: 800;
    background: var(--wp-gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.wp-stat-label {
    font-size: 0.7rem;
    color: var(--wp-text-muted);
}

@keyframes wpFadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== BUTTONS ===== */
.wp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 50px;
    font-family: var(--wp-font);
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none !important;
    cursor: pointer;
    border: none;
    transition: var(--wp-transition);
    -webkit-tap-highlight-color: transparent;
    color: white !important;
}

.wp-btn-block {
    display: flex;
    width: 100%;
}

.wp-btn-primary {
    background: var(--wp-gradient-primary);
    box-shadow: 0 4px 20px rgba(16, 185, 129, 0.25);
}

.wp-btn-primary:active {
    transform: scale(0.97);
}

.wp-btn-gold {
    background: var(--wp-gradient-gold);
    box-shadow: 0 4px 20px rgba(245, 158, 11, 0.25);
}

.wp-btn-gold:active {
    transform: scale(0.97);
}

.wp-btn-secondary {
    background: var(--wp-bg-glass);
    color: var(--wp-text-primary) !important;
    border: 1px solid var(--wp-border-subtle);
}

.wp-btn-secondary:active {
    background: var(--wp-bg-card-hover);
}

/* ===== TREATS GRID ===== */
.wp-treats-section {
    background: var(--wp-bg-secondary);
    padding: 56px 0;
}

.wp-treats-grid {
    margin-top: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.wp-treat-card {
    background: var(--wp-bg-card);
    border: 1px solid var(--wp-border-subtle);
    border-radius: var(--wp-radius-sm);
    padding: 14px;
    text-align: center;
}

.wp-treat-icon {
    font-size: 1.5rem;
    margin-bottom: 6px;
}

.wp-treat-name {
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.3;
    color: var(--wp-text-primary);
}

/* ===== RECOVERY ===== */
.wp-recovery-section {
    padding: 56px 0 40px;
    background: var(--wp-bg-primary);
}

.wp-recovery-tabs {
    display: flex;
    gap: 8px;
    margin: 20px 0 24px;
}

.wp-recovery-tab {
    flex: 1;
    padding: 10px 8px;
    border-radius: var(--wp-radius-sm);
    border: 1px solid var(--wp-border-subtle);
    background: var(--wp-bg-card);
    color: var(--wp-text-secondary);
    font-family: var(--wp-font);
    font-size: 0.78rem;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    transition: var(--wp-transition);
}

.wp-recovery-tab.active {
    background: rgba(16, 185, 129, 0.1);
    border-color: var(--wp-accent-green);
    color: var(--wp-accent-green);
}

.wp-recovery-panel {
    display: none;
}

.wp-recovery-panel.active {
    display: block;
}

.wp-timeline-item {
    display: flex;
    gap: 14px;
    padding-bottom: 20px;
    position: relative;
}

.wp-timeline-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 17px;
    top: 38px;
    bottom: 0;
    width: 2px;
    background: var(--wp-border-subtle);
}

.wp-timeline-dot {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--wp-bg-card);
    border: 1px solid var(--wp-border-subtle);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    flex-shrink: 0;
}

.wp-timeline-content h3 {
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    margin-bottom: 3px !important;
    color: var(--wp-text-heading) !important;
}

.wp-timeline-content p {
    font-size: 0.85rem;
    color: var(--wp-text-secondary);
    line-height: 1.5;
}

.wp-timeline-content.wp-highlight {
    background: rgba(16, 185, 129, 0.06);
    border: 1px solid rgba(16, 185, 129, 0.15);
    border-radius: var(--wp-radius-sm);
    padding: 12px;
}

.wp-recovery-note {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    background: rgba(245, 158, 11, 0.06);
    border: 1px solid rgba(245, 158, 11, 0.15);
    border-radius: var(--wp-radius-md);
    padding: 16px;
    margin-top: 8px;
}

.wp-recovery-note p {
    font-size: 0.85rem;
    color: var(--wp-text-secondary);
    line-height: 1.5;
}

/* ===== TESTIMONIALS ===== */
.wp-testimonials-section {
    background: var(--wp-bg-secondary);
    padding: 56px 0;
}

.wp-testimoni-grid {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.wp-testimoni-card {
    background: var(--wp-bg-card);
    border: 1px solid var(--wp-border-subtle);
    border-radius: var(--wp-radius-md);
    padding: 18px;
}

.wp-testimoni-stars {
    font-size: 0.75rem;
    margin-bottom: 8px;
    letter-spacing: 2px;
}

.wp-testimoni-text {
    font-size: 0.88rem;
    color: var(--wp-text-secondary);
    line-height: 1.6;
    margin-bottom: 12px;
    font-style: italic;
}

.wp-testimoni-author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wp-testimoni-avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--wp-gradient-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.8rem;
    color: white;
    flex-shrink: 0;
}

.wp-testimoni-author strong {
    font-size: 0.82rem;
    display: block;
    color: var(--wp-text-primary);
}

.wp-testimoni-author span {
    font-size: 0.72rem;
    color: var(--wp-text-muted);
}

/* ===== PRICING ===== */
.wp-pricing-section {
    padding: 56px 0;
    background: var(--wp-bg-primary);
}

.wp-pricing-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 28px;
}

.wp-pricing-card {
    background: linear-gradient(145deg, rgba(16, 185, 129, 0.08) 0%, rgba(34, 211, 238, 0.04) 100%);
    border: 1px solid var(--wp-border-subtle);
    border-radius: var(--wp-radius-lg);
    padding: 24px 20px;
    position: relative;
}

.wp-pricing-card.wp-popular {
    background: linear-gradient(145deg, rgba(245, 158, 11, 0.1) 0%, rgba(249, 115, 22, 0.06) 100%);
    border-color: var(--wp-border-gold);
    box-shadow: 0 0 50px rgba(245, 158, 11, 0.1);
}

.wp-pricing-card.wp-best-value {
    background: linear-gradient(145deg, rgba(16, 185, 129, 0.12) 0%, rgba(34, 211, 238, 0.06) 100%);
    border-color: var(--wp-border-accent);
    box-shadow: 0 0 50px rgba(16, 185, 129, 0.12);
}

.wp-popular-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--wp-gradient-gold);
    color: white;
    padding: 5px 20px;
    border-radius: 50px;
    font-size: 0.72rem;
    font-weight: 700;
    white-space: nowrap;
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3);
}

.wp-popular-badge.wp-badge-best {
    background: var(--wp-gradient-primary);
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.wp-pricing-image {
    width: 100% !important;
    border-radius: var(--wp-radius-sm);
    margin-bottom: 16px;
    aspect-ratio: 16/10;
    object-fit: cover;
    border: 1px solid var(--wp-border-subtle);
    height: auto !important;
}

.wp-pricing-name {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--wp-text-heading);
}

.wp-pricing-desc {
    font-size: 0.82rem;
    color: var(--wp-text-muted);
    margin-bottom: 10px;
}

.wp-pricing-amount {
    display: flex;
    align-items: baseline;
    gap: 2px;
    margin-bottom: 2px;
}

.wp-pricing-currency {
    font-size: 1rem;
    font-weight: 700;
    color: var(--wp-accent-green);
}

.wp-pricing-value {
    font-size: 2.8rem;
    font-weight: 900;
    background: var(--wp-gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

.wp-pricing-card.wp-popular .wp-pricing-currency {
    color: var(--wp-accent-gold);
}

.wp-pricing-card.wp-popular .wp-pricing-value {
    background: var(--wp-gradient-gold);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.wp-pricing-saving {
    font-size: 0.82rem;
    color: var(--wp-accent-emerald);
    font-weight: 700;
    margin-bottom: 14px;
}

.wp-pricing-features {
    list-style: none !important;
    margin-bottom: 20px;
    padding-left: 0 !important;
}

.wp-pricing-features li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 4px 0;
    font-size: 0.85rem;
    color: var(--wp-text-secondary);
}

.wp-pricing-features li::before {
    content: '✓';
    color: var(--wp-accent-green);
    font-weight: 800;
    flex-shrink: 0;
}

/* ===== SOCIAL PROOF ===== */
.wp-social-proof-section {
    padding: 0 0 40px;
    background: var(--wp-bg-primary);
}

.wp-proof-banner {
    background: var(--wp-bg-card);
    border: 1px solid var(--wp-border-subtle);
    border-radius: var(--wp-radius-lg);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.wp-proof-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.wp-proof-icon {
    font-size: 1.3rem;
}

.wp-proof-item strong {
    font-size: 0.88rem;
    display: block;
    color: var(--wp-text-primary);
}

.wp-proof-item span {
    font-size: 0.76rem;
    color: var(--wp-text-muted);
}

.wp-proof-divider {
    height: 1px;
    background: var(--wp-border-subtle);
}

/* ===== INVEST ===== */
.wp-invest-section {
    background: var(--wp-bg-secondary);
    padding: 56px 0;
}

.wp-compare-box {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 24px;
}

.wp-compare-bad,
.wp-compare-good {
    border-radius: var(--wp-radius-md);
    padding: 18px;
}

.wp-compare-bad {
    background: rgba(239, 68, 68, 0.05);
    border: 1px solid rgba(239, 68, 68, 0.12);
}

.wp-compare-bad h3 {
    font-size: 0.92rem !important;
    margin-bottom: 10px !important;
    color: #f87171 !important;
}

.wp-compare-good {
    background: rgba(16, 185, 129, 0.05);
    border: 1px solid rgba(16, 185, 129, 0.12);
}

.wp-compare-good h3 {
    font-size: 0.92rem !important;
    margin-bottom: 10px !important;
    color: var(--wp-accent-emerald) !important;
}

.wp-compare-bad ul,
.wp-compare-good ul {
    list-style: none !important;
    padding-left: 0 !important;
}

.wp-compare-bad ul li,
.wp-compare-good ul li {
    font-size: 0.83rem;
    color: var(--wp-text-secondary);
    padding: 3px 0 3px 20px;
    position: relative;
}

.wp-compare-bad ul li::before {
    content: '✗';
    position: absolute;
    left: 0;
    color: #f87171;
    font-weight: 700;
}

.wp-compare-good ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--wp-accent-emerald);
    font-weight: 700;
}

.wp-invest-math {
    margin-top: 18px;
    text-align: center;
    background: var(--wp-bg-card);
    border: 1px solid var(--wp-border-accent);
    border-radius: var(--wp-radius-md);
    padding: 18px;
}

.wp-invest-math p {
    font-size: 1rem;
    font-weight: 700;
    color: var(--wp-text-primary);
}

.wp-invest-small {
    font-size: 0.85rem !important;
    font-weight: 400 !important;
    color: var(--wp-text-secondary) !important;
    margin-top: 6px;
}

/* ===== CERTS ===== */
.wp-cert-section {
    padding: 28px 0;
    background: var(--wp-bg-primary);
}

.wp-cert-row {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.wp-cert-badge {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 9px 14px;
    background: var(--wp-bg-card);
    border: 1px solid var(--wp-border-subtle);
    border-radius: 50px;
    font-size: 0.78rem;
    color: var(--wp-text-primary);
}

.wp-cert-emoji {
    font-size: 1rem;
}

/* ===== FAQ ===== */
.wp-faq-section {
    padding: 56px 0;
    background: var(--wp-bg-primary);
}

.wp-faq-list {
    margin-top: 24px;
}

.wp-faq-item {
    border: 1px solid var(--wp-border-subtle);
    border-radius: var(--wp-radius-md);
    margin-bottom: 10px;
    overflow: hidden;
    transition: var(--wp-transition);
}

.wp-faq-item.active {
    border-color: var(--wp-border-accent);
    background: var(--wp-bg-card);
}

.wp-faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 16px;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.88rem;
    background: none;
    border: none;
    color: var(--wp-text-primary);
    width: 100%;
    text-align: left;
    font-family: var(--wp-font);
}

.wp-faq-icon {
    font-size: 1.3rem;
    color: var(--wp-accent-green);
    flex-shrink: 0;
    margin-left: 12px;
    transition: var(--wp-transition);
}

.wp-faq-item.active .wp-faq-icon {
    transform: rotate(45deg);
}

.wp-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.wp-faq-answer-inner {
    padding: 0 16px 15px;
    font-size: 0.85rem;
    color: var(--wp-text-secondary);
    line-height: 1.6;
}

/* ===== FINAL CTA ===== */
.wp-final-cta {
    padding: 56px 0 40px;
    background: var(--wp-bg-secondary);
}

.wp-cta-box {
    background: rgba(16, 185, 129, 0.06);
    border: 1px solid rgba(16, 185, 129, 0.15);
    border-radius: var(--wp-radius-lg);
    padding: 28px 20px;
    text-align: center;
}

.wp-cta-small {
    font-size: 0.78rem;
    color: var(--wp-text-muted);
    margin-top: 10px;
}

/* ===== FOOTER ===== */
.wp-footer {
    padding: 24px 0;
    border-top: 1px solid var(--wp-border-subtle);
    text-align: center;
    background: var(--wp-bg-primary);
}

.wp-footer-text {
    font-size: 0.72rem;
    color: var(--wp-text-muted);
    line-height: 1.8;
}

/* ===== FLOATING WA ===== */
.wp-floating-wa {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
    border-radius: 50px;
    background: linear-gradient(135deg, #25d366, #128c7e);
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.35);
    text-decoration: none !important;
    color: white !important;
    font-weight: 700;
    font-size: 0.82rem;
    font-family: var(--wp-font);
    animation: wpFloatBounce 3s ease-in-out infinite;
}

.wp-floating-wa svg {
    flex-shrink: 0;
}

@keyframes wpFloatBounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}

/* ===== SCROLL REVEAL ===== */
.wp-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.wp-reveal.wp-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ===== DESKTOP ===== */
@media (min-width: 768px) {
    .wp-container {
        max-width: 640px;
    }

    .wp-hero-title {
        font-size: 2.2rem !important;
    }

    .wp-section-title {
        font-size: 1.9rem !important;
    }

    .wp-hero-image-wrapper {
        width: 240px;
        height: 240px;
    }

    .wp-treats-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .wp-proof-banner {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 24px;
    }

    .wp-proof-divider {
        width: 1px;
        height: 36px;
        min-height: 36px;
    }

    .wp-compare-box {
        flex-direction: row;
    }

    .wp-compare-bad,
    .wp-compare-good {
        flex: 1;
    }

    .wp-testimoni-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }
}/* End custom CSS */