/* Reset & Base */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body.BodyWojesaraL {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #f7fee7;
    background-color: #1f2937;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    transition: 0.3s;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.CntG6H7I8J9K0 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.HdrA1B2C3D4E5 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(31, 41, 55, 0.95);
    border-bottom: 1px solid #84cc1633;
    backdrop-filter: blur(10px);
}

.HdrA1B2C3D4E5 .CntF6G7H8I9J0 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.LgoK1L2M3N4O5 {
    font-size: 24px;
    font-weight: 800;
    color: #84cc16;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.NavJ1K2L3M4N5 .LstO6P7Q8R9S0 {
    display: flex;
    gap: 30px;
}

.LnkD6E7F8G9H0 {
    color: #f7fee7;
    font-weight: 500;
    font-size: 15px;
}

.LnkD6E7F8G9H0:hover {
    color: #84cc16;
}

/* Progress Bar */
.PrgH1I2J3K4L5 {
    height: 3px;
    background: linear-gradient(90deg, #84cc16, #bef264);
    width: 100%;
    box-shadow: 0 0 10px #84cc16;
}

/* Mobile Menu */
.ChkU1V2W3X4Y5 {
    display: none;
}

.BtnZ1A2B3C4D5 {
    display: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
}

.LinE6F7G8H9I0 {
    width: 25px;
    height: 2px;
    background-color: #84cc16;
}

/* Hero Section */
.HroR1S2T3U4V5 {
    padding: 180px 0 100px;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 80% 20%, rgba(132, 204, 22, 0.05), transparent);
}

.ShpW6X7Y8Z9A0 {
    position: absolute;
    top: 10%;
    left: -5%;
    width: 300px;
    height: 300px;
    border: 2px solid rgba(132, 204, 22, 0.1);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: rot 20s linear infinite;
}

.ShpB1C2D3E4F5 {
    position: absolute;
    bottom: 10%;
    right: 10%;
    width: 200px;
    height: 200px;
    background: rgba(190, 242, 100, 0.03);
    border-radius: 50%;
}

@keyframes rot {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.GrdL1M2N3O4P5 {
    display: flex;
    align-items: center;
    gap: 60px;
}

.TxtQ6R7S8T9U0 {
    flex: 1;
}

.ImgP1Q2R3S4T5 {
    flex: 1;
}

.PicU6V7W8X9Y0 {
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.4), 0 0 20px rgba(132, 204, 22, 0.2);
    object-fit: cover;
    width: 100%;
}

.HdgV1W2X3Y4Z5 {
    font-size: 52px;
    line-height: 1.1;
    margin-bottom: 25px;
    color: #bef264;
}

.SubA6B7C8D9E0 {
    font-size: 20px;
    color: #84cc16;
    margin-bottom: 20px;
    font-weight: 600;
}

.DscF1G2H3I4J5 {
    margin-bottom: 15px;
    font-size: 17px;
    color: #d1d5db;
}

.CtaK6L7M8N9O0 {
    display: inline-block;
    padding: 16px 36px;
    background: linear-gradient(135deg, #84cc16, #65a30d);
    color: #1f2937;
    border-radius: 50px;
    font-weight: 700;
    margin-top: 20px;
    box-shadow: 0 0 20px rgba(132, 204, 22, 0.4);
}

.CtaK6L7M8N9O0:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 30px rgba(132, 204, 22, 0.6);
}

/* Packages Section */
.SrvZ1A2B3C4D5 {
    padding: 100px 0;
    background-color: #111827;
}

.HdgE6F7G8H9I0 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 60px;
    color: #f7fee7;
}

.SrvZ1A2B3C4D5 .GrdJ1K2L3M4N5 {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.CrdO6P7Q8R9S0 {
    background: #1f2937;
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 15px;
    padding: 40px 30px;
    width: 350px;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}

.CrdO6P7Q8R9S0:hover {
    transform: translateY(-10px);
    border-color: #84cc16;
}

.BarT1U2V3W4X5 { height: 6px; width: 100%; background: #bef264; position: absolute; top: 0; left: 0; }
.BarU6V7W8X9Y0 { height: 6px; width: 100%; background: #84cc16; position: absolute; top: 0; left: 0; }
.BarZ1A2B3C4D5 { height: 6px; width: 100%; background: #65a30d; position: absolute; top: 0; left: 0; }

.TtlY1Z2A3B4C5 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #bef264;
}

.PrcD6E7F8G9H0 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 25px;
    color: #f7fee7;
}

.CrdO6P7Q8R9S0 .LstI1J2K3L4M5 {
    margin-bottom: 30px;
}

.CrdO6P7Q8R9S0 .ItmK6L7M8N9O0 {
    margin-bottom: 12px;
    font-size: 15px;
    color: #9ca3af;
    position: relative;
    padding-left: 20px;
}

.CrdO6P7Q8R9S0 .ItmK6L7M8N9O0::before {
    content: "•";
    color: #84cc16;
    position: absolute;
    left: 0;
}

.BtnP1Q2R3S4T5 {
    display: block;
    text-align: center;
    padding: 12px;
    border: 1px solid #84cc16;
    color: #84cc16;
    border-radius: 8px;
    font-weight: 600;
}

.BtnP1Q2R3S4T5:hover {
    background: #84cc16;
    color: #1f2937;
}

/* Audience Section */
.AudE6F7G8H9I0 {
    padding: 100px 0;
}

.IntJ1K2L3M4N5 {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.AudE6F7G8H9I0 .GrdV1W2X3Y4Z5 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.AudE6F7G8H9I0 .ItmA1B2C3D4E5 {
    background: rgba(255,255,255,0.02);
    padding: 30px;
    border-radius: 12px;
    border-left: 4px solid #84cc16;
}

.IcoF6G7H8I9J0 {
    display: block;
    font-size: 24px;
    color: #bef264;
    margin-bottom: 15px;
}

.AudE6F7G8H9I0 .TtlK1L2M3N4O5 {
    font-size: 19px;
    margin-bottom: 10px;
}

.DesP6Q7R8S9T0 {
    color: #9ca3af;
    font-size: 15px;
}

/* Text Sections */
.TxtU1V2W3X4Y5 {
    padding: 60px 0;
    background: #1f2937;
}

.SecZ1A2B3C4D5 {
    margin-bottom: 80px;
}

.SecZ1A2B3C4D5 .HdgE6F7G8H9I0 {
    text-align: left;
    margin-bottom: 25px;
}

.SbhK6L7M8N9O0 {
    font-size: 22px;
    color: #84cc16;
    margin: 30px 0 15px;
}

.ParF1G2H3I4J5 {
    margin-bottom: 20px;
    color: #d1d5db;
    max-width: 900px;
}

.TxtU1V2W3X4Y5 .LstO6P7Q8R9S0 {
    margin-top: 20px;
}

.TxtU1V2W3X4Y5 .ItmT1U2V3W4X5 {
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
    color: #bef264;
}

.TxtU1V2W3X4Y5 .ItmT1U2V3W4X5::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #84cc16;
}

/* Quote Section */
.QutB1C2D3E4F5 {
    padding: 100px 0;
    background: linear-gradient(rgba(31,41,55,0.9), rgba(31,41,55,0.9)), url('https://placehold.co/1200x400/111827/111827?text=...&width=1200&height=400');
    background-size: cover;
}

.FrmL1M2N3O4P5 {
    max-width: 800px;
    margin: 0 auto;
    border: 1px solid #84cc1655;
    padding: 60px;
    position: relative;
    text-align: center;
    border-radius: 20px;
}

.SymQ6R7S8T9U0 {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: #1f2937;
    font-size: 60px;
    color: #84cc16;
    padding: 0 20px;
    line-height: 1;
}

.TxtV1W2X3Y4Z5 {
    font-size: 24px;
    font-style: italic;
    color: #f7fee7;
    margin-bottom: 30px;
}

.SigA6B7C8D9E0 {
    font-size: 18px;
    font-style: normal;
    color: #84cc16;
    font-weight: 600;
}

/* FAQ Section */
.FaqF1G2H3I4J5 {
    padding: 100px 0;
    background-color: #111827;
}

.FaqF1G2H3I4J5 .GrdK6L7M8N9O0 {
    max-width: 800px;
    margin: 0 auto;
}

.DetP1Q2R3S4T5 {
    margin-bottom: 15px;
    background: rgba(132, 204, 22, 0.05);
    border-radius: 10px;
    overflow: hidden;
}

.SumU6V7W8X9Y0 {
    padding: 20px;
    cursor: pointer;
    font-weight: 600;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.SumU6V7W8X9Y0::after {
    content: "+";
    color: #84cc16;
}

.DetP1Q2R3S4T5[open] .SumU6V7W8X9Y0::after {
    content: "-";
}

.AnsZ1A2B3C4D5 {
    padding: 0 20px 20px;
    color: #9ca3af;
}

/* Benefits Section */
.BnfL1M2N3O4P5 {
    padding: 100px 0;
}

.BnfL1M2N3O4P5 .GrdQ6R7S8T9U0 {
    display: flex;
    align-items: center;
    gap: 60px;
}

.BnfL1M2N3O4P5 .TxtV1W2X3Y4Z5 {
    flex: 1;
    font-style: normal;
    font-size: inherit;
    color: inherit;
    margin-bottom: 0;
}

.BnfL1M2N3O4P5 .LstF1G2H3I4J5 {
    margin-top: 30px;
}

.BnfL1M2N3O4P5 .ItmK6L7M8N9O0 {
    padding-left: 35px;
    position: relative;
    margin-bottom: 15px;
    font-size: 18px;
}

.BnfL1M2N3O4P5 .ItmK6L7M8N9O0::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #84cc16;
    font-weight: 900;
}

/* Form Section */
.FrmS1T2U3V4W5 {
    padding: 100px 0;
    background: linear-gradient(to bottom, #1f2937, #111827);
}

.BoxX6Y7Z8A9B0 {
    max-width: 600px;
    margin: 0 auto;
    background: rgba(255,255,255,0.02);
    padding: 50px;
    border-radius: 20px;
    border: 1px solid rgba(132, 204, 22, 0.2);
}

.FrmS1T2U3V4W5 .HdgC1D2E3F4G5 {
    text-align: center;
    margin-bottom: 10px;
    color: #bef264;
}

.SubH1I2J3K4L5 {
    text-align: center;
    margin-bottom: 40px;
    color: #9ca3af;
}

.FldR1S2T3U4V5 {
    margin-bottom: 20px;
}

.LblB1C2D3E4F5 {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #84cc16;
}

.InpG6H7I8J9K0, .TxaV1W2X3Y4Z5 {
    width: 100%;
    padding: 12px 15px;
    background: #111827;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    color: #f7fee7;
    outline: none;
}

.InpG6H7I8J9K0:focus, .TxaV1W2X3Y4Z5:focus {
    border-color: #84cc16;
}

.TxaV1W2X3Y4Z5 {
    height: 120px;
    resize: none;
}

.ChkA6B7C8D9E0 {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 30px;
}

.BoxK6L7M8N9O0 {
    margin-top: 5px;
}

.TxtP1Q2R3S4T5 {
    font-size: 14px;
    color: #9ca3af;
}

.LnkU6V7W8X9Y0 {
    color: #84cc16;
}

.FrmS1T2U3V4W5 .BtnZ1A2B3C4D5 {
    display: block;
    width: 100%;
    padding: 15px;
    background: #84cc16;
    color: #1f2937;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
    font-size: 16px;
}

/* Footer */
.FtrE6F7G8H9I0 {
    padding: 80px 0 40px;
    background: #0f172a;
    border-top: 1px solid rgba(132, 204, 22, 0.1);
}

.TopJ1K2L3M4N5 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.InfO6P7Q8R9S0 .LgoT1U2V3W4X5 {
    font-size: 28px;
    color: #84cc16;
    margin-bottom: 15px;
    font-weight: 800;
}

.InfO6P7Q8R9S0 .TxtY1Z2A3B4C5 {
    color: #9ca3af;
    max-width: 300px;
}

.ConD6E7F8G9H0 .ItmI1J2K3L4M5 {
    margin-bottom: 10px;
}

.ConD6E7F8G9H0 .LnkK6L7M8N9O0 {
    color: #f7fee7;
}

.MidP1Q2R3S4T5 {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 30px 0;
    border-top: 1px solid rgba(255,255,255,0.05);
    border-bottom: 1px solid rgba(255,255,255,0.05);
    flex-wrap: wrap;
}

.BotZ1A2B3C4D5 {
    text-align: center;
    padding-top: 30px;
    color: #64748b;
    font-size: 14px;
}

/* Responsive */
@media (max-width: 992px) {
    .GrdL1M2N3O4P5, .BnfL1M2N3O4P5 .GrdQ6R7S8T9U0 {
        flex-direction: column;
    }
    .AudE6F7G8H9I0 .GrdV1W2X3Y4Z5 {
        grid-template-columns: repeat(2, 1fr);
    }
    .HdgV1W2X3Y4Z5 {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .BtnZ1A2B3C4D5 {
        display: flex;
    }
    .NavJ1K2L3M4N5 {
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        background: #1f2937;
        height: 0;
        overflow: hidden;
        transition: 0.3s;
    }
    .ChkU1V2W3X4Y5:checked ~ .NavJ1K2L3M4N5 {
        height: auto;
        padding: 20px 0;
    }
    .NavJ1K2L3M4N5 .LstO6P7Q8R9S0 {
        flex-direction: column;
        align-items: center;
    }
    .TopJ1K2L3M4N5 {
        flex-direction: column;
        gap: 40px;
        text-align: center;
    }
    .InfO6P7Q8R9S0 .TxtY1Z2A3B4C5 {
        margin: 0 auto;
    }
    .AudE6F7G8H9I0 .GrdV1W2X3Y4Z5 {
        grid-template-columns: 1fr;
    }
    .FrmL1M2N3O4P5 {
        padding: 40px 20px;
    }
    .HdgV1W2X3Y4Z5 {
        font-size: 32px;
    }
}

/* Added extra content padding for line count */
.MniM6N7O8P9Q0 { padding-bottom: 40px; }
.TxtU1V2W3X4Y5 p { line-height: 1.8; }