body {
    font-family: "Poppins", sans-serif;
    background-color: #0b1120;
    color: #e5e7eb;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    color: #fff;
}

/* Hero Section */
.hero-section {
    background: radial-gradient(circle at top left, #1d4ed8, #020617 60%);
    padding: 2rem 0 1.5rem;
    color: #f9fafb;
}

.offer-pill {
    display: inline-block;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    background: rgba(34, 197, 94, 0.15);
    color: #bbf7d0;
    font-size: 0.85rem;
    font-weight: 500;
}

.hero-title {
    font-size: clamp(1.7rem, 3vw + 1rem, 2.5rem);
    font-weight: 700;
    line-height: 1.2;
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #fff;
}

.hero-subtitle {
    color: #fff;
    font-size: 0.98rem;
    max-width: 30rem;
}

.hero-badge {
    font-size: 0.8rem;
    border-radius: 999px;
    padding: 0.35rem 0.8rem;
    background: rgba(15, 23, 42, 0.8);
    color: #e5e7eb;
    border: 1px solid rgba(148, 163, 184, 0.5);
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.hero-badge span {
    font-weight: 600;
}

.video-title{
    font-size: 18px;
}

.hero-image {
    border-radius: 1.5rem;
    background: linear-gradient(135deg, #1f2937, #020617);
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(148, 163, 184, 0.4);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.9);
}

.hero-image-inner {
    text-align: center;
}

.hero-image-inner h3 {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    color: #fff;
}

.highlight-text {
    color: #ffe600;
}

.price-tag {
    font-size: 1.8rem;
    font-weight: 700;
    color: #22c55e;
}

.price-tag small {
    color: #9ca3af;
    text-decoration: line-through;
    font-size: 0.8rem;
    margin-left: 0.4rem;
}

.section-title {
    font-weight: 700;
    font-size: 1.7rem;
    margin-bottom: 0.75rem;
    color: #f9fafb;
}

.section-subtitle {
    color: #9ca3af;
    font-size: 0.95rem;
    max-width: 32rem;
}

.section-padding {
    padding: 3rem 0;
}

.bg-slate {
    background-color: #020617;
}

/* Feature Cards */
.feature-card {
    background: #020617;
    border-radius: 1.25rem;
    border: 1px solid rgba(148, 163, 184, 0.35);
    padding: 1.4rem 1.25rem;
    height: 100%;
    transition: transform 0.15s ease, box-shadow 0.15s ease,
        border-color 0.15s ease;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.8);
    border-color: #38bdf8;
}

.feature-icon {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(56, 189, 248, 0.15);
    margin-bottom: 0.9rem;
    font-size: 1.2rem;
}

.feature-card h5 {
    font-size: 1.05rem;
    margin-bottom: 0.5rem;
    color: #e5e7eb;
}

.feature-card p {
    font-size: 0.9rem;
    color: #9ca3af;
    margin: 0;
}

/* Curriculum / Day cards */
.day-badge {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #38bdf8;
    font-weight: 600;
    margin-bottom: 0.4rem;
}

.curriculum-card {
    background: #020617;
    border-radius: 1.25rem;
    border: 1px solid rgba(148, 163, 184, 0.35);
    padding: 1.3rem 1.2rem 1rem;
    height: 100%;
}

.curriculum-card h5 {
    font-size: 1.05rem;
    margin-bottom: 0.4rem;
    color: #fff;
}

.curriculum-card ul {
    padding-left: 1.2rem;
    margin-bottom: 0;
    font-size: 0.9rem;
    color: #9ca3af;
}

.curriculum-card ul li+li {
    margin-top: 0.2rem;
}

/* CTA Block */
.cta-box {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    border-radius: 1.3rem;
    padding: 1.2rem 1rem;
    color: #022c22;
    cursor: pointer;
    text-align: center;
}

.cta-box h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
}

.cta-box p {
    margin-bottom: 0;
    font-weight: 500;
}

/* project proof */
.project-badge {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #38bdf8;
    font-weight: 600;
    margin-bottom: 0.4rem;
}

.project-badge-subtitle {
    display: block;
    color: #fff;
    font-size: 0.87em;
    margin-bottom: 15px;
    margin-top: 2px;
}

.project-proof {
    background: #020617;
    border-radius: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.35);
    padding: 0 0 1rem;
    height: 100%;
}

.project-proof-detail {
    padding: 1.3rem 1.2rem 1rem;
}

.project-proof img {
    border-radius: 1rem 1rem 0 0;
}

.project-proof-detail h5 {
    font-size: 1.05rem;
    margin-bottom: 0.4rem;
    color: #fff;
}

.project-proof-detail h6 {
    font-size: 0.9rem;
    border-left: 3px solid #bbbbbb;
    color: #d5d5d5;
    padding: 2px 0;
    padding-left: 10px;
    line-height: 1.5;
    margin: 20px 0 10px 0;
}

.project-proof-detail p {
    margin-top: 10px;
    font-size: 0.83rem;
    font-weight: 600;
    line-height: 1.5;

    background: linear-gradient(90deg,
            #facc15 0%,
            /* yellow */
            #fde047 40%,
            /* light yellow */
            #ffffff 100%
            /* white fade */
        );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    border-bottom: 1px solid #bbbbbb;
    padding-bottom: 15px;
}

.project-proof-list {
    list-style: none;
    margin-left: 0;
    padding-left: 0.2rem;
    margin-bottom: 8px;
    font-size: 0.9rem;
    color: #9ca3af;
}

.project-proof-list li i {
    font-size: 700;
    color: #ffe600;
}

.project-proof ul li+li {
    margin-top: 0.2rem;
}

.project-proof-list-detail {
    color: #b8b8b8;
    font-style: italic;
    font-size: 0.84em;
}

.btn-project-proof {
    background-color: #142B4A;
    color: #fff;
    border: 1px solid #ccc;
    font-size: 0.85em;
}

/* Testimonials */
.testimonial-card {
    background: #020617;
    border-radius: 1.25rem;
    border: 1px solid rgba(148, 163, 184, 0.4);
    padding: 1.4rem 1.3rem 1.2rem;
    height: 100%;
    font-size: 0.9rem;
}

.testimonial-name {
    font-weight: 600;
    color: #e5e7eb;
}

.testimonial-role {
    font-size: 0.82rem;
    color: #9ca3af;
    margin-bottom: 0.7rem;
}

/* “Is this for you?” Cards */
.check-card {
    background: #020617;
    border-radius: 0.95rem;
    padding: 0.95rem 0.9rem;
    border: 1px dashed rgba(148, 163, 184, 0.5);
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 0.9rem;
    color: #cbd5f5;
    height: 100%;
}

.check-icon {
    margin-top: 0.15rem;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    border: 2px solid #22c55e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}

/* Mentor section */
.mentor-card {
    background: #020617;
    border-radius: 1.25rem;
    border: 1px solid rgba(148, 163, 184, 0.4);
    padding: 1.5rem 1.4rem;
    height: 100%;
}

.mentor-card h3 {
    color: #fff !important;
}

.mentor-avatar {
    width: 70px;
    height: 70px;
    border-radius: 999px;
    background: linear-gradient(135deg, #38bdf8, #22c55e);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #020617;
    font-size: 1.3rem;
    margin-bottom: 0.7rem;
}

/* Timer */
.timer-box {
    background: #020617;
    border-radius: 1.25rem;
    border: 1px solid rgba(148, 163, 184, 0.4);
    padding: 1.5rem 1.4rem;
}

.timer-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.timer-item {
    flex: 1 1 80px;
    text-align: center;
    border-radius: 0.9rem;
    padding: 0.7rem 0.5rem;
    background: rgba(15, 23, 42, 0.8);
    border: 1px solid rgba(148, 163, 184, 0.5);
}

.timer-value {
    font-size: 1.4rem;
    font-weight: 700;
    color: #fbbf24;
    margin-bottom: 0.1rem;
}

.timer-label {
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #9ca3af;
    letter-spacing: 0.06em;
}

/* Form */
.form-section {
    background: #020617;
    border-radius: 1.4rem;
    border: 1px solid rgba(148, 163, 184, 0.4);
    padding: 1.6rem 1.4rem;
}

.form-label {
    font-size: 0.9rem;
    color: #cbd5f5;
}

.form-control {
    background-color: #020617;
    border-radius: 0.65rem;
    border: 1px solid rgba(148, 163, 184, 0.7);
    color: #e5e7eb;
    font-size: 0.9rem;
}

.form-control:focus {
    box-shadow: 0 0 0 1px #38bdf8;
    border-color: #38bdf8;
    background-color: #020617;
    color: #e5e7eb;
}

.form-check-input {
    background-color: #020617;
    border-color: rgba(148, 163, 184, 0.7);
}

.form-check-input:checked {
    background-color: #22c55e;
    border-color: #22c55e;
}

.vip-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    font-size: 0.78rem;
    background: rgba(251, 191, 36, 0.15);
    color: #fbbf24;
    font-weight: 500;
}

.footer-text {
    font-size: 0.8rem;
    color: #64748b;
}

.accordion-button:not(.collapsed) {
    background-color: #ad96c0;
}

.whatsapp-float {
    z-index: 999999;
}

/* video */
.video-wrapper {
    position: relative;
    width: 100%;
    max-width: 700px;
    aspect-ratio: 16 / 9;
    /* 🔥 KEY LINE */
    border-radius: 14px;
    overflow: hidden;
    background: #000;
    /* black bars instead of crop */
    cursor: pointer;
}

/* Video fits perfectly */
.video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* 🔥 NO CROPPING */
    display: block;
    pointer-events: none;
}

/* Play/Pause button */
.control-btn {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    color: #000000;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.control-btn i {
    font-size: 42px;
    margin-left: 5px;
    margin-top: 5px;
}

/* Progress bar */
.progress {
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 0;
    height: 5px;
    background: rgba(255, 255, 255, .5);
    border-radius: 3px;
    opacity: 0;
    pointer-events: auto;
    /* 🔥 MUST BE AUTO */
    z-index: 10;
    /* 🔥 ABOVE VIDEO */
}

.progress-fill {
    width: 0%;
    height: 100%;
    background: #62d68d;
    border-radius: 4px;
}

/* Show progress only after play */
.video-wrapper.playing .progress {
    opacity: 1;
}

.error {
    color: #ff4d4f;
    font-size: 13px;
    margin-top: 5px;
}


@media (max-width: 767.98px) {
    .hero-section {
        padding-top: 1rem;
    }

    .hero-title {
        text-align: left;
    }

    .hero-subtitle {
        max-width: 100%;
    }
    
    .whatsapp-float {
        font-size: 14px;
    }
    
    .whatsapp-float i{
        font-size: 15px;
    }
    
    .video-title{
        border-top: 1px solid #ccc;
        margin-top: 20px;
        padding-top: 20px;
        font-size: 16px;
    }
    
    .cta-box {
        background: linear-gradient(135deg, #22c55e, #16a34a);
        border-radius: 1.3rem;
        padding: 1rem 0.8rem;
        color: #022c22;
        cursor: pointer;
        text-align: center;
    }

    .cta-box h3 {
        font-size: 1rem;
        font-weight: 700;
        margin-bottom: 0.3rem;
    }
    .cta-box p {
        font-size: 0.8rem;
    }
}