/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body.XyZqWpLmRtNv {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #020617;
    color: #e2e8f0;
    line-height: 1.6;
    overflow-x: hidden;
}

/* Header Styles */
header.AbCdEfGhIjKl {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: rgba(2, 6, 23, 0.95);
    padding: 20px 0 0 0;
}

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

.YzAbCdEfGhIj {
    font-size: 24px;
    font-weight: 800;
    color: #38bdf8;
    text-transform: uppercase;
    letter-spacing: 2px;
}

nav.KlMnOpQrStUv ul.WxYzAbCdEfGh {
    display: flex;
    list-style: none;
    gap: 20px;
}

nav.KlMnOpQrStUv ul.WxYzAbCdEfGh li a {
    color: #e2e8f0;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.3s ease;
}

nav.KlMnOpQrStUv ul.WxYzAbCdEfGh li a:hover {
    color: #22c55e;
}

/* Double Line effect */
header.AbCdEfGhIjKl .BcDeFgHiJkLm {
    height: 1px;
    background-color: #1e293b;
    width: 100%;
}

header.AbCdEfGhIjKl .NoPqRsTuVwXy {
    height: 2px;
    background-color: #334155;
    width: 100%;
}

/* Sections General */
section {
    padding: 80px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

h1, h2, h3 {
    margin-bottom: 25px;
    color: #38bdf8;
}

h1.VwXyZaBcDeFg {
    font-size: 48px;
    line-height: 1.1;
}

h2 {
    font-size: 32px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #22c55e;
}

p {
    margin-bottom: 20px;
    font-size: 17px;
    color: #cbd5e1;
}

/* Hero Section */
section.LmNoPqRsTuVw .XyZaBcDeFgHi {
    display: flex;
    align-items: center;
    gap: 40px;
}

.JkLmNoPqRsTu {
    flex: 1;
}

.BcDeFgHiJkLm {
    flex: 1;
}

.BcDeFgHiJkLm img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(56, 189, 248, 0.2);
    border: 1px solid #1e293b;
}

.PqRsTuVwXyZa {
    display: inline-block;
    background-color: #38bdf8;
    color: #020617;
    padding: 15px 35px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.PqRsTuVwXyZa:hover {
    background-color: #22c55e;
    transform: translateY(-3px);
}

/* Cards (For whom) */
section#SectionBetaTarget .NoPqRsTuVwXy {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 50px;
}

section#SectionBetaTarget .ZaBcDeFgHiJk, 
section#SectionBetaTarget .VwXyZaBcDeFg,
section#SectionBetaTarget .RsTuVwXyZaBc,
section#SectionBetaTarget .JkLmNoPqRsTu,
section#SectionBetaTarget .FgHiJkLmNoPq {
    flex: 1 1 300px;
    background-color: #0f172a;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #1e293b;
    transition: border-color 0.3s ease;
}

section#SectionBetaTarget div:hover {
    border-color: #38bdf8;
}

section#SectionBetaTarget h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #22c55e;
}

/* Expert Section */
section#SectionGammaExpert .NoPqRsTuVwXy {
    display: flex;
    align-items: center;
    gap: 50px;
    background-color: #0f172a;
    padding: 50px;
    border-radius: 30px;
}

section#SectionGammaExpert blockquote {
    font-size: 22px;
    font-style: italic;
    margin-bottom: 20px;
    color: #e2e8f0;
    border-left: 4px solid #22c55e;
    padding-left: 20px;
}

section#SectionGammaExpert img {
    width: 100%;
    border-radius: 50%;
    border: 5px solid #1e293b;
}

/* Regular Practice (Mirror Hero) */
section.HiJkLmNoPqRs .TuVwXyZaBcDe {
    display: flex;
    align-items: center;
    gap: 60px;
}

.DeFgHiJkLmNo img {
    width: 100%;
    border-radius: 15px;
}

ul.DeFgHiJkLmNo {
    list-style: none;
}

ul.DeFgHiJkLmNo li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}

ul.DeFgHiJkLmNo span {
    color: #22c55e;
    font-size: 20px;
}

/* FAQ */
section#SectionDeltaFaq .LmNoPqRsTuVw {
    max-width: 800px;
    margin: 40px auto 0;
}

details {
    background-color: #0f172a;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #1e293b;
}

summary {
    padding: 20px;
    font-weight: 600;
    cursor: pointer;
    color: #38bdf8;
    list-style: none;
    position: relative;
}

summary::after {
    content: '+';
    position: absolute;
    right: 20px;
}

details[open] summary::after {
    content: '-';
}

details div {
    padding: 0 20px 20px;
    color: #cbd5e1;
}

/* Pricing cards */
section#SectionEpsilonPrice .FgHiJkLmNoPq {
    display: flex;
    gap: 30px;
    margin-top: 50px;
    justify-content: center;
}

section#SectionEpsilonPrice .RsTuVwXyZaBc,
section#SectionEpsilonPrice .LmNoPqRsTuVw,
section#SectionEpsilonPrice .FgHiJkLmNoPq_Inner { /* adjusted for child uniqueness */
    background-color: #0f172a;
    padding: 40px;
    border-radius: 20px;
    border: 2px solid #1e293b;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
}

section#SectionEpsilonPrice .BcDeFgHiJkLm, 
section#SectionEpsilonPrice .VwXyZaBcDeFg {
    font-size: 32px;
    font-weight: 800;
    color: #22c55e;
    margin: 20px 0;
}

section#SectionEpsilonPrice ul {
    list-style: none;
    margin-bottom: 30px;
    flex-grow: 1;
}

section#SectionEpsilonPrice ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #1e293b;
}

section#SectionEpsilonPrice .ZaBcDeFgHiJk,
section#SectionEpsilonPrice .TuVwXyZaBcDe,
section#SectionEpsilonPrice .NoPqRsTuVwXy {
    background-color: #22c55e;
    color: #020617;
    padding: 12px 25px;
    text-decoration: none;
    font-weight: 700;
    border-radius: 5px;
}

/* Form */
section#SectionZetaForm .LmNoPqRsTuVw {
    max-width: 600px;
    margin: 0 auto;
    background-color: #0f172a;
    padding: 40px;
    border-radius: 20px;
}

form .HiJkLmNoPqRs, form .RsTuVwXyZaBc, form .BcDeFgHiJkLm {
    margin-bottom: 20px;
}

label {
    display: block;
    margin-bottom: 8px;
    color: #38bdf8;
}

input[type="text"], input[type="email"], textarea {
    width: 100%;
    padding: 12px;
    background-color: #020617;
    border: 1px solid #1e293b;
    color: #e2e8f0;
    border-radius: 5px;
}

button[type="submit"] {
    width: 100%;
    padding: 15px;
    background-color: #38bdf8;
    color: #020617;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
}

button[type="submit"]:hover {
    background-color: #22c55e;
}

/* Footer */
footer.VwXyZaBcDeFg {
    background-color: #020617;
    padding: 60px 20px;
    text-align: center;
    border-top: 1px solid #1e293b;
}

footer .PqRsTuVwXyZa {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    background-color: transparent; /* fix for unique class used elsewhere */
}

footer a {
    color: #38bdf8;
    text-decoration: none;
    font-size: 14px;
}

footer .FgHiJkLmNoPq {
    color: #94a3b8;
    font-size: 13px;
    margin-top: 10px;
}

/* Responsive */
@media (max-width: 768px) {
    section.LmNoPqRsTuVw .XyZaBcDeFgHi,
    section#SectionGammaExpert .NoPqRsTuVwXy,
    section.HiJkLmNoPqRs .TuVwXyZaBcDe,
    section#SectionEpsilonPrice .FgHiJkLmNoPq {
        flex-direction: column;
    }
    
    h1.VwXyZaBcDeFg {
        font-size: 32px;
    }
    
    nav.KlMnOpQrStUv ul.WxYzAbCdEfGh {
        display: none; /* simple hidden mobile menu as JS not allowed */
    }
}

/* Scoped fixes for pricing section where utility-like classes collide */
section#SectionEpsilonPrice {
    max-width: 1200px;
    margin: 0 auto;
}

section#SectionEpsilonPrice > .HiJkLmNoPqRs {
    max-width: 1200px;
    margin: 0 auto;
}

section#SectionEpsilonPrice > .HiJkLmNoPqRs > .FgHiJkLmNoPq {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    margin-top: 50px;
    align-items: stretch;
}

section#SectionEpsilonPrice > .HiJkLmNoPqRs > .FgHiJkLmNoPq > .RsTuVwXyZaBc,
section#SectionEpsilonPrice > .HiJkLmNoPqRs > .FgHiJkLmNoPq > .LmNoPqRsTuVw,
section#SectionEpsilonPrice > .HiJkLmNoPqRs > .FgHiJkLmNoPq > .FgHiJkLmNoPq {
    background-color: #0f172a;
    padding: 34px 30px;
    border-radius: 20px;
    border: 2px solid #1e293b;
    text-align: center;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

section#SectionEpsilonPrice > .HiJkLmNoPqRs > .FgHiJkLmNoPq > .FgHiJkLmNoPq {
    margin-top: 0;
    justify-content: flex-start;
}

section#SectionEpsilonPrice h3 {
    font-size: 20px;
    line-height: 1.4;
    min-height: 56px;
    margin-bottom: 14px;
}

section#SectionEpsilonPrice .DeFgHiJkLmNo,
section#SectionEpsilonPrice .JkLmNoPqRsTu,
section#SectionEpsilonPrice .PqRsTuVwXyZa {
    margin-bottom: 16px;
}

section#SectionEpsilonPrice .BcDeFgHiJkLm,
section#SectionEpsilonPrice .VwXyZaBcDeFg,
section#SectionEpsilonPrice > .HiJkLmNoPqRs > .FgHiJkLmNoPq > .FgHiJkLmNoPq > .PqRsTuVwXyZa {
    font-size: 30px;
    font-weight: 800;
    color: #22c55e;
    margin: 18px 0 20px;
    background: transparent;
    padding: 0;
}

section#SectionEpsilonPrice .NoPqRsTuVwXy,
section#SectionEpsilonPrice .HiJkLmNoPqRs,
section#SectionEpsilonPrice .BcDeFgHiJkLm {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
    background: transparent;
}

section#SectionEpsilonPrice ul li {
    margin-bottom: 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #1e293b;
    color: #cbd5e1;
}

section#SectionEpsilonPrice .ZaBcDeFgHiJk,
section#SectionEpsilonPrice .TuVwXyZaBcDe,
section#SectionEpsilonPrice > .HiJkLmNoPqRs > .FgHiJkLmNoPq > .FgHiJkLmNoPq > .NoPqRsTuVwXy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: auto;
    min-height: 50px;
    background-color: #22c55e;
    color: #020617;
    padding: 12px 24px;
    text-decoration: none;
    font-weight: 700;
    border-radius: 6px;
}

section#SectionEpsilonPrice .ZaBcDeFgHiJk:hover,
section#SectionEpsilonPrice .TuVwXyZaBcDe:hover,
section#SectionEpsilonPrice > .HiJkLmNoPqRs > .FgHiJkLmNoPq > .FgHiJkLmNoPq > .NoPqRsTuVwXy:hover {
    background-color: #38bdf8;
}

@media (max-width: 900px) {
    section#SectionEpsilonPrice > .HiJkLmNoPqRs > .FgHiJkLmNoPq {
        grid-template-columns: 1fr;
    }

    section#SectionEpsilonPrice h3 {
        min-height: 0;
    }
}
