@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800;900&display=swap');

/* SCOPED LANDING PAGE CONTAINER */
.cp-landing {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background-color: #FAF9F6;
    color: #1c1917;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    overflow-x: hidden;
}

.cp-landing *, 
.cp-landing *::before, 
.cp-landing *::after {
    box-sizing: border-box;
}

/* RESET ANCHOR & BUTTON */
.cp-landing a {
    text-decoration: none !important;
    color: inherit;
}

/* CONTAINER RESPONSIVE */
.cp-landing .cp-container {
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.cp-landing .cp-container-narrow {
    max-width: 800px;
}

/* HERO SECTION */
.cp-landing .cp-hero {
    position: relative;
    background: radial-gradient(circle at 50% 0%, #292524 0%, #0c0a09 100%);
    color: #ffffff;
    padding-top: 3.5rem;
    padding-bottom: 5rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    overflow: hidden;
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(245, 158, 11, 0.2);
}

.cp-landing .cp-hero-glow-1 {
    position: absolute;
    top: -10%;
    right: -5%;
    width: 400px;
    height: 400px;
    background: rgba(245, 158, 11, 0.12);
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
}

.cp-landing .cp-hero-glow-2 {
    position: absolute;
    bottom: -10%;
    left: -5%;
    width: 350px;
    height: 350px;
    background: rgba(238, 77, 45, 0.15);
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
}

.cp-landing .cp-grid-hero {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    align-items: center;
}

@media (min-width: 992px) {
    .cp-landing .cp-grid-hero {
        grid-template-columns: 1.2fr 0.8fr;
        gap: 3.5rem;
    }
}

/* BADGE EKSKLUSIF */
.cp-landing .cp-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(245, 158, 11, 0.12);
    border: 1px solid rgba(251, 191, 36, 0.3);
    color: #fcd34d;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 0.375rem 1rem;
    border-radius: 9999px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1.25rem;
    backdrop-filter: blur(8px);
}

.cp-landing .cp-badge-dot {
    width: 6px;
    height: 6px;
    background-color: #fbbf24;
    border-radius: 50%;
    box-shadow: 0 0 8px #fbbf24;
}

/* TYPOGRAPHY HERO */
.cp-landing h1.cp-hero-title {
    font-size: 1.85rem !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
    letter-spacing: -0.02em !important;
    color: #f5f5f4 !important;
    margin: 0 0 1.25rem 0 !important;
    padding: 0 !important;
}

.cp-landing .cp-title-highlight {
    background: linear-gradient(135deg, #fef08a 0%, #fcd34d 50%, #fbbf24 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (min-width: 768px) {
    .cp-landing h1.cp-hero-title {
        font-size: 2.65rem !important;
    }
}

.cp-landing .cp-hero-subtitle {
    font-size: 0.95rem;
    color: #d6d3d1;
    font-weight: 500;
    margin-bottom: 2rem;
    max-width: 580px;
}

/* BUTTON CTA */
.cp-landing .cp-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    background-color: #ee4d2d;
    color: #ffffff !important;
    font-weight: 800;
    font-size: 0.95rem;
    padding: 1rem 2rem;
    border-radius: 1rem;
    box-shadow: 0 10px 20px -5px rgba(238, 77, 45, 0.4);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    border: none;
    cursor: pointer;
}

@media (min-width: 576px) {
    .cp-landing .cp-btn-primary {
        width: auto;
    }
}

.cp-landing .cp-btn-primary:hover {
    background-color: #d73819;
    transform: translateY(-2px);
    box-shadow: 0 15px 25px -5px rgba(238, 77, 45, 0.5);
}

/* TRUST STRIP */
.cp-landing .cp-trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.75rem;
    color: #a8a29e;
    font-weight: 600;
}

.cp-landing .cp-trust-item {
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.cp-landing .cp-trust-item i {
    color: #fbbf24;
}

/* MOCKUP CARD */
.cp-landing .cp-mockup-card {
    background: rgba(28, 25, 23, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1.5rem;
    padding: 1.5rem;
    backdrop-filter: blur(12px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.cp-landing .cp-mockup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cp-landing .cp-mockup-dots {
    display: flex;
    gap: 0.35rem;
}

.cp-landing .cp-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.cp-landing .cp-voucher-preview {
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c6 100%);
    border: 1px solid #fcd34d;
    border-radius: 1rem;
    padding: 1.25rem;
    color: #1c1917;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.cp-landing .cp-voucher-btn {
    background-color: #f59e0b;
    color: #0c0a09;
    font-weight: 800;
    font-size: 0.75rem;
    padding: 0.6rem 1rem;
    border-radius: 0.75rem;
    border: none;
    cursor: pointer;
    white-space: nowrap;
}

/* BENTO GRID (KEUNGGULAN) */
.cp-landing .cp-section-bento {
    margin-top: -3rem;
    position: relative;
    z-index: 20;
    margin-bottom: 4.5rem;
}

.cp-landing .cp-grid-3 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

@media (min-width: 768px) {
    .cp-landing .cp-grid-3 {
        grid-template-columns: repeat(3, 1fr);
    }
}

.cp-landing .cp-card-bento {
    background-color: #ffffff;
    border: 1px solid rgba(231, 229, 228, 0.9);
    border-radius: 1.5rem;
    padding: 1.75rem;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.cp-landing .cp-card-bento:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.08);
    border-color: #fde68a;
}

.cp-landing .cp-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
}

.cp-landing h3.cp-card-title {
    font-size: 1.05rem !important;
    font-weight: 800 !important;
    color: #1c1917 !important;
    margin: 0 0 0.5rem 0 !important;
    padding: 0 !important;
}

.cp-landing .cp-card-desc {
    font-size: 0.825rem;
    color: #57534e;
    line-height: 1.6;
    font-weight: 500;
}

/* SECTION HEADER GENERAL */
.cp-landing .cp-section-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.cp-landing .cp-section-tag {
    font-size: 0.75rem;
    font-weight: 800;
    color: #ee4d2d;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: block;
    margin-bottom: 0.35rem;
}

.cp-landing h2.cp-section-title {
    font-size: 1.75rem !important;
    font-weight: 900 !important;
    color: #1c1917 !important;
    letter-spacing: -0.02em !important;
    margin: 0 !important;
    padding: 0 !important;
}

@media (min-width: 768px) {
    .cp-landing h2.cp-section-title {
        font-size: 2.25rem !important;
    }
}

/* WORKFLOW / CARA KERJA */
.cp-landing .cp-workflow-section {
    margin-bottom: 4.5rem;
}

.cp-landing .cp-grid-4 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

@media (min-width: 576px) {
    .cp-landing .cp-grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .cp-landing .cp-grid-4 {
        grid-template-columns: repeat(4, 1fr);
    }
}

.cp-landing .cp-step-card {
    background-color: #ffffff;
    border: 1px solid #e7e5e4;
    border-radius: 1.25rem;
    padding: 1.5rem;
    text-align: center;
}

.cp-landing .cp-step-num {
    width: 38px;
    height: 38px;
    background-color: #fef3c6;
    color: #78350f;
    font-weight: 900;
    font-size: 0.85rem;
    border-radius: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem auto;
    border: 1px solid #fde68a;
}

.cp-landing .cp-step-num.active {
    background-color: #ee4d2d;
    color: #ffffff;
    border: none;
    box-shadow: 0 4px 10px rgba(238, 77, 45, 0.3);
}

/* BANNER DARK PROMO CATEGORY */
.cp-landing .cp-dark-banner {
    background: linear-gradient(135deg, #1c1917 0%, #292524 100%);
    border-radius: 2rem;
    padding: 2.5rem;
    color: #ffffff;
    margin-bottom: 4.5rem;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(245, 158, 11, 0.2);
}

@media (min-width: 768px) {
    .cp-landing .cp-dark-banner {
        padding: 3.25rem;
    }
}

.cp-landing .cp-banner-flex {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .cp-landing .cp-banner-flex {
        flex-direction: row;
    }
}

.cp-landing .cp-check-list {
    list-style: none !important;
    margin: 1rem 0 0 0 !important;
    padding: 0 !important;
}

.cp-landing .cp-check-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.875rem;
    color: #d6d3d1;
    margin-bottom: 0.75rem;
}

.cp-landing .cp-check-item i {
    color: #fbbf24;
}

/* FAQ ACCORDION */
.cp-landing .cp-faq-section {
    margin-bottom: 4.5rem;
}

.cp-landing .cp-faq-item {
    background-color: #ffffff;
    border: 1px solid #e7e5e4;
    border-radius: 1.25rem;
    padding: 1.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.cp-landing .cp-faq-q {
    font-size: 0.95rem;
    font-weight: 800;
    color: #1c1917;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.cp-landing .cp-faq-q i {
    color: #f59e0b;
}

.cp-landing .cp-faq-a {
    font-size: 0.825rem;
    color: #57534e;
    padding-left: 1.75rem;
    line-height: 1.6;
    font-weight: 500;
    margin: 0;
}

/* FINAL CTA BOX */
.cp-landing .cp-final-cta {
    background: linear-gradient(135deg, #fffbeb 0%, #ffedd5 100%);
    border: 1px solid #fde68a;
    border-radius: 2rem;
    padding: 3rem 1.5rem;
    text-align: center;
    margin-bottom: 4rem;
}