/* Custom Styles for Zunmepali Project */
/* Colors: #07090C (Background), #4FF7FF (Cyan Accent) */

:root {
    --main-bg: #07090C;
    --accent-color: #4FF7FF;
    --text-primary: #E0E0E0;
    --text-secondary: #A0A0A0;
    --card-bg: #0E1217;
    --border-color: #1A2128;
    --transition: all 0.3s ease;
}

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

html {
    scroll-behavior: smooth;
}

body.AbCdEfGhIjKlBody {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: var(--main-bg);
    color: var(--text-primary);
    line-height: 1.6;
    overflow-x: hidden;
}

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

/* Header & Navigation */
.LkjhGfDsAqWeHeader {
    background: rgba(7, 9, 12, 0.95);
    border-bottom: 2px solid var(--accent-color);
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 15px 0;
}

.LkjhGfDsAqWeHeader .PoiuYtreWqazContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ZxcvBnmLkjhgLogo {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--accent-color);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.AsdfGhJkLmNpNav .YuiopLkjhGfdList {
    list-style: none;
    display: flex;
    gap: 25px;
}

.PlmnKoIujhByLink {
    text-decoration: none;
    color: var(--text-primary);
    font-weight: 500;
    font-size: 0.95rem;
    transition: var(--transition);
    text-transform: uppercase;
}

.PlmnKoIujhByLink:hover {
    color: var(--accent-color);
    text-shadow: 0 0 8px rgba(79, 247, 255, 0.6);
}

.MnbvCxZlkjhgToggle {
    display: none;
}

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

.QwerTyUiOpAsBurger span {
    width: 25px;
    height: 3px;
    background-color: var(--accent-color);
    display: block;
}

/* Layout Helpers */
.QwertyuIopAsLayout {
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 80px 0;
}

/* Sections General */
section {
    padding: 100px 0;
    border-bottom: 1px solid var(--border-color);
}

.ZxcvBnmLkjhgSecTitle {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: var(--accent-color);
    text-align: center;
}

.LkjhGfDsAqWeSecTitle {
    font-size: 2.5rem;
    margin-bottom: 40px;
    color: var(--accent-color);
    text-align: left;
}

.YuiopLkjhGfdSecTitle {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: var(--accent-color);
}

/* Hero Section */
.GhjkLmnBvcxzHero {
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.MnbvCxZlkjhgHeroImg {
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 0 30px rgba(79, 247, 255, 0.1);
    object-fit: cover;
}

.LkjhGfDsAqWeTitle {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #fff;
}

.YuiopLkjhGfdSubtitle {
    font-size: 1.5rem;
    color: var(--accent-color);
    margin-bottom: 25px;
    font-weight: 300;
}

.PlmnKoIujhByDesc {
    margin-bottom: 20px;
    color: var(--text-secondary);
    font-size: 1.1rem;
}

.QwertyuIopAsBtnMain {
    display: inline-block;
    padding: 15px 40px;
    background-color: var(--accent-color);
    color: var(--main-bg);
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
    transition: var(--transition);
    margin-top: 20px;
    box-shadow: 0 0 10px rgba(79, 247, 255, 0.3);
}

.QwertyuIopAsBtnMain:hover {
    background-color: #fff;
    box-shadow: 0 0 25px var(--accent-color);
    transform: translateY(-2px);
}

/* Target Audience Grid */
.LkjhGfDsAqWeSecIntro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
    color: var(--text-secondary);
}

.YuiopLkjhGfdGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.PlmnKoIujhByCard {
    background: var(--card-bg);
    padding: 40px;
    border-left: 3px solid var(--accent-color);
    transition: var(--transition);
}

.PlmnKoIujhByCard:hover {
    background: #151A21;
    transform: translateX(10px);
}

.MnbvCxZlkjhgIcon {
    font-size: 2rem;
    font-weight: 900;
    color: rgba(79, 247, 255, 0.2);
    margin-bottom: 10px;
}

.GhjkLmnBvcxzCardTitle {
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.QwertyuIopAsCardText {
    color: var(--text-secondary);
}

/* Pricing */
.YuiopLkjhGfdPriceGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.PlmnKoIujhByPriceCard {
    background: var(--card-bg);
    padding: 50px 30px;
    text-align: center;
    border: 1px solid var(--border-color);
    position: relative;
}

.QwertyuIopAsFeatured {
    border: 1px solid var(--accent-color);
    transform: scale(1.05);
    z-index: 2;
}

.MnbvCxZlkjhgPkgTitle {
    font-size: 1.6rem;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.GhjkLmnBvcxzPrice {
    font-size: 3rem;
    font-weight: 800;
    color: var(--accent-color);
    margin-bottom: 30px;
}

.QwertyuIopAsPkgList {
    list-style: none;
    margin-bottom: 40px;
    text-align: left;
}

.QwertyuIopAsPkgList li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
    color: var(--text-secondary);
}

.QwertyuIopAsPkgList li::before {
    content: "→";
    color: var(--accent-color);
    margin-right: 10px;
}

.AsdfGhJkLmNpBtnPrice {
    display: block;
    padding: 12px;
    border: 1px solid var(--accent-color);
    color: var(--accent-color);
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition);
}

.AsdfGhJkLmNpBtnPrice:hover {
    background: var(--accent-color);
    color: var(--main-bg);
    box-shadow: 0 0 15px var(--accent-color);
}

/* CheckList & Benefits */
.PlmnKoIujhByCheckList {
    list-style: none;
    margin-bottom: 30px;
}

.PlmnKoIujhByCheckList li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}

.PlmnKoIujhByCheckList li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--accent-color);
    font-weight: bold;
}

.GhjkLmnBvcxzBenefitImg {
    width: 100%;
    border-radius: 50%;
    border: 2px solid var(--accent-color);
    padding: 10px;
}

/* Extra Sections Content */
.LkjhGfDsAqWeContentBlock p {
    margin-bottom: 25px;
    font-size: 1.15rem;
    color: var(--text-secondary);
}

.PlmnKoIujhByList {
    list-style: none;
    margin-top: 20px;
}

.PlmnKoIujhByList li {
    padding: 8px 0;
    color: var(--text-primary);
}

.PlmnKoIujhByList li::before {
    content: "—";
    color: var(--accent-color);
    margin-right: 10px;
}

/* Expert Quote */
.YuiopLkjhGfdExpert {
    background: linear-gradient(rgba(7,9,12,0.9), rgba(7,9,12,0.9)), url('https://placehold.co/1200x400/07090C/4FF7FF?text=Focus&width=1200&height=400');
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
}

.PlmnKoIujhByQuote {
    max-width: 900px;
    margin: 0 auto;
}

.MnbvCxZlkjhgQuoteText {
    font-size: 2rem;
    font-style: italic;
    line-height: 1.4;
    margin-bottom: 30px;
}

.GhjkLmnBvcxzQuoteAuthor {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--accent-color);
    text-transform: uppercase;
}

/* FAQ Accordion */
.GhjkLmnBvcxzAccordion {
    max-width: 800px;
    margin: 0 auto;
}

.QwertyuIopAsDetail {
    background: var(--card-bg);
    margin-bottom: 15px;
    border: 1px solid var(--border-color);
}

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

.AsdfGhJkLmNpSummary::after {
    content: "+";
    color: var(--accent-color);
    font-size: 1.5rem;
}

.QwertyuIopAsDetail[open] .AsdfGhJkLmNpSummary::after {
    content: "-";
}

.ZxcvBnmLkjhgAns {
    padding: 0 20px 20px;
    color: var(--text-secondary);
}

/* Form Section */
.LkjhGfDsAqWeFormSec {
    background: #0A0D12;
}

.QwertyuIopAsFormWrap {
    max-width: 600px;
    margin: 0 auto;
}

.PlmnKoIujhByFormSub {
    text-align: center;
    margin-bottom: 40px;
    color: var(--text-secondary);
}

.GhjkLmnBvcxzField {
    margin-bottom: 20px;
}

.GhjkLmnBvcxzField label {
    display: block;
    margin-bottom: 8px;
    font-size: 0.9rem;
    color: var(--text-secondary);
}

.GhjkLmnBvcxzField input, 
.GhjkLmnBvcxzField textarea {
    width: 100%;
    padding: 12px;
    background: var(--main-bg);
    border: 1px solid var(--border-color);
    color: #fff;
    outline: none;
    transition: var(--transition);
}

.GhjkLmnBvcxzField input:focus, 
.GhjkLmnBvcxzField textarea:focus {
    border-color: var(--accent-color);
    box-shadow: 0 0 5px rgba(79, 247, 255, 0.3);
}

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

.GhjkLmnBvcxzCheck a {
    color: var(--accent-color);
}

.AsdfGhJkLmNpBtnSubmit {
    width: 100%;
    padding: 15px;
    background: var(--accent-color);
    color: var(--main-bg);
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: var(--transition);
}

.AsdfGhJkLmNpBtnSubmit:hover {
    box-shadow: 0 0 20px var(--accent-color);
    letter-spacing: 1px;
}

/* Footer */
.ZxcvBnmLkjhgFooter {
    padding: 60px 0 30px;
    background: #040507;
}

.LkjhGfDsAqWeFooterTop {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

.PlmnKoIujhByFootLogo {
    font-size: 1.5rem;
    color: var(--accent-color);
    font-weight: 800;
    margin-bottom: 10px;
}

.MnbvCxZlkjhgFootContacts p {
    margin-bottom: 5px;
}

.MnbvCxZlkjhgFootContacts a {
    color: var(--text-primary);
    text-decoration: none;
}

.GhjkLmnBvcxzDivider {
    height: 1px;
    background: var(--border-color);
    margin-bottom: 30px;
}

.QwertyuIopAsFooterBottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    color: var(--text-secondary);
}

.AsdfGhJkLmNpFootLinks {
    display: flex;
    gap: 20px;
}

.AsdfGhJkLmNpFootLinks a {
    color: var(--text-secondary);
    text-decoration: none;
}

.AsdfGhJkLmNpFootLinks a:hover {
    color: var(--accent-color);
}

/* Responsive Design */
@media (max-width: 992px) {
    .QwertyuIopAsLayout {
        flex-direction: column;
        text-align: center;
    }
    
    .LkjhGfDsAqWeSecTitle, .YuiopLkjhGfdSecTitle {
        text-align: center;
    }

    .PlmnKoIujhByCheckList li {
        text-align: left;
    }

    .QwertyuIopAsFeatured {
        transform: scale(1);
    }
    
    .LkjhGfDsAqWeTitle {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .QwerTyUiOpAsBurger {
        display: flex;
    }

    .AsdfGhJkLmNpNav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: var(--main-bg);
        border-bottom: 2px solid var(--accent-color);
    }

    .MnbvCxZlkjhgToggle:checked ~ .AsdfGhJkLmNpNav {
        display: block;
    }

    .YuiopLkjhGfdList {
        flex-direction: column;
        padding: 20px;
        gap: 15px;
        text-align: center;
    }

    .LkjhGfDsAqWeFooterTop, .QwertyuIopAsFooterBottom {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .AsdfGhJkLmNpFootLinks {
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* Tech Decor Elements */
.LkjhGfDsAqWeHeader::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 10%;
    width: 80%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--accent-color), transparent);
    opacity: 0.3;
}