/* RESET & BASE */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

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

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

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

ul {
    list-style: none;
}

/* COMMON COMPONENTS */
.ContAreaEDCV {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.SecTitleH2IUYT {
    font-size: 2.5rem;
    color: #45FFCE;
    margin-bottom: 2rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.BtnMainMintQWER {
    display: inline-block;
    background-color: #45FFCE;
    color: #0f172a;
    padding: 15px 35px;
    font-weight: bold;
    border-radius: 4px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(69, 255, 206, 0.3);
    transition: all 0.3s ease;
}

.BtnMainMintQWER:hover {
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(69, 255, 206, 0.6);
    transform: translateY(-2px);
}

.BtnSecMintASDF {
    display: inline-block;
    background-color: transparent;
    color: #45FFCE;
    padding: 13px 33px;
    font-weight: bold;
    border-radius: 4px;
    text-transform: uppercase;
    border: 2px solid #45FFCE;
    cursor: pointer;
    transition: all 0.3s ease;
}

.BtnSecMintASDF:hover {
    background-color: rgba(69, 255, 206, 0.1);
    box-shadow: 0 0 15px rgba(69, 255, 206, 0.2);
}

/* HEADER */
.HeaderWrapZXCV {
    position: sticky;
    top: 0;
    background-color: rgba(15, 23, 42, 0.95);
    z-index: 1000;
    border-bottom: 1px solid rgba(69, 255, 206, 0.1);
}

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

.LogoTextQWER {
    font-size: 1.8rem;
    font-weight: 800;
    color: #45FFCE;
    letter-spacing: -1px;
}

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

.NavLinkItemERTY {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #cbd5e1;
}

.NavLinkItemERTY:hover {
    color: #45FFCE;
}

.MenuToggleUIOP {
    display: none;
}

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

.BurgerIconGHJK span {
    width: 25px;
    height: 3px;
    background-color: #45FFCE;
    border-radius: 2px;
}

.WaveSepHeader {
    line-height: 0;
}

.WaveSepHeader svg {
    width: 100%;
    height: 40px;
}

.DisclaimerHeader {
    background-color: #45FFCE;
    color: #0f172a;
    text-align: center;
    padding: 5px 10px;
    font-size: 0.75rem;
    font-weight: 700;
}

/* HERO SECTION */
.HeroSectPLMK {
    padding: 80px 0;
}

.HeroGridMNBX {
    display: flex;
    align-items: center;
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.HeroImageColZXCV {
    flex: 1;
}

.HeroImgTagQWER {
    border-radius: 12px;
    box-shadow: 0 0 30px rgba(69, 255, 206, 0.1);
}

.HeroTextColASDF {
    flex: 1;
}

.HeroH1TitleIUYT {
    font-size: 3.5rem;
    line-height: 1.1;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.HeroSubTextGHJK {
    font-size: 1.25rem;
    color: #45FFCE;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.HeroDescParaLKJH {
    font-size: 1.05rem;
    color: #94a3b8;
    margin-bottom: 1rem;
}

.HeroBtnGroupZXCV {
    margin-top: 2rem;
    display: flex;
    gap: 15px;
}

/* FAQ SECTION */
.FaqSectQAZX {
    padding: 100px 0;
    background-color: #111b31;
}

.FaqGridTGBN {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.FaqCardRFVT {
    background-color: #1e293b;
    border-radius: 8px;
    overflow: hidden;
    border-left: 4px solid #45FFCE;
}

.FaqDetailsYHN {
    padding: 10px;
}

.FaqSummaryUJM {
    padding: 15px;
    font-weight: bold;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
}

.FaqSummaryUJM::after {
    content: '+';
    color: #45FFCE;
    font-size: 1.5rem;
}

.FaqDetailsYHN[open] .FaqSummaryUJM::after {
    content: '−';
}

.FaqContentIKOL {
    padding: 15px;
    color: #cbd5e1;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* PRICES SECTION */
.PricesSectPLMK {
    padding: 100px 0;
}

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

.PriceCardEDC {
    background-color: #1e293b;
    padding: 40px;
    border-radius: 16px;
    flex: 1;
    min-width: 300px;
    max-width: 380px;
    text-align: center;
    border: 1px solid rgba(69, 255, 206, 0.1);
    transition: transform 0.3s ease;
}

.PriceFeaturedUJM {
    border: 2px solid #45FFCE;
    transform: scale(1.05);
    background-color: #17223b;
    box-shadow: 0 10px 40px rgba(69, 255, 206, 0.1);
}

.PriceCardTitleRFV {
    font-size: 1.5rem;
    color: #ffffff;
    margin-bottom: 1rem;
}

.PriceValueTGB {
    font-size: 2.5rem;
    color: #45FFCE;
    font-weight: 800;
    margin-bottom: 2rem;
}

.PriceListYHN {
    margin-bottom: 2.5rem;
    text-align: left;
}

.PriceListYHN li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: #94a3b8;
}

.PriceListYHN li::before {
    content: '✓';
    color: #45FFCE;
    margin-right: 10px;
}

/* PRACTIC SECTION */
.PracticSectZAQX {
    padding: 100px 0;
    background-color: #111b31;
}

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

.QuoteBubbleWSX {
    background-color: #1e293b;
    padding: 40px;
    border-radius: 30px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    border: 1px solid rgba(69, 255, 206, 0.2);
}

.QuoteBubbleWSX::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50px;
    border-width: 20px 20px 0 0;
    border-style: solid;
    border-color: #1e293b transparent transparent transparent;
}

.QuoteTextEDC {
    font-size: 1.4rem;
    font-style: italic;
    color: #e2e8f0;
    line-height: 1.8;
}

.QuoteAuthorRFV {
    margin-top: 40px;
    padding-left: 80px;
}

.AuthorNameTGB {
    font-size: 1.25rem;
    font-weight: 700;
    color: #45FFCE;
}

.AuthorPostYHN {
    font-size: 0.9rem;
    color: #94a3b8;
}

/* TARGET SECTION */
.TargetSectPLKM {
    padding: 100px 0;
}

.TargetHeadZXCV {
    text-align: center;
    margin-bottom: 60px;
}

.TargetLeadASDF {
    font-size: 1.2rem;
    color: #94a3b8;
    max-width: 700px;
    margin: 0 auto;
}

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

.TargetCardZXCV {
    background-color: #1e293b;
    padding: 30px;
    border-radius: 12px;
    border-bottom: 4px solid #1e293b;
    transition: all 0.3s ease;
}

.TargetCardZXCV:hover {
    border-bottom-color: #45FFCE;
    transform: translateY(-5px);
}

.TargetItemTitle {
    color: #45FFCE;
    margin-bottom: 15px;
    font-size: 1.2rem;
}

.TargetItemText {
    color: #94a3b8;
    font-size: 0.95rem;
}

/* TEXT INFO SECTIONS */
.TextInfoSectIUYT {
    padding: 100px 0;
    background-color: #0c1425;
}

.InfoBlockWSX {
    margin-bottom: 80px;
}

.TwoColTextEDC {
    display: flex;
    gap: 50px;
    margin-top: 30px;
}

.ColItemRFV {
    flex: 1;
}

.ColItemRFV p {
    margin-bottom: 20px;
    color: #94a3b8;
}

.InfoListTGB {
    margin-top: 20px;
    background-color: #1e293b;
    padding: 20px;
    border-radius: 10px;
}

.InfoListTGB li {
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
    color: #e2e8f0;
}

.InfoListTGB li::before {
    content: '●';
    color: #45FFCE;
    position: absolute;
    left: 0;
}

/* REGULAR PRACTICE */
.RegularSectZXCV {
    padding: 100px 0;
}

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

.RegularTextColGHJK {
    flex: 1.2;
}

.RegularImgColPOIU {
    flex: 0.8;
}

.RegularImgTagMNBV {
    border-radius: 20px;
    filter: drop-shadow(0 0 20px rgba(69, 255, 206, 0.15));
}

.BenefitGridZXCV {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
}

.BenefitItemQWER {
    background-color: #1e293b;
    padding: 20px;
    border-radius: 8px;
}

.BenefitTitle {
    color: #45FFCE;
    margin-bottom: 10px;
}

.BenefitText {
    font-size: 0.9rem;
    color: #94a3b8;
}

/* FORM SECTION */
.FormSectLKJH {
    padding: 100px 0;
    background-color: #111b31;
}

.FormWrapperZXCV {
    max-width: 600px;
    margin: 0 auto;
    background-color: #1e293b;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}

.FormSubTitleASDF {
    text-align: center;
    color: #94a3b8;
    margin-bottom: 40px;
}

.FormRowZXCV {
    margin-bottom: 20px;
}

.FormLabelUIOP {
    display: block;
    margin-bottom: 8px;
    color: #cbd5e1;
    font-size: 0.9rem;
}

.FormInputGHJK, .FormTextareaLKJH {
    width: 100%;
    background-color: #0f172a;
    border: 1px solid #334155;
    padding: 12px 15px;
    border-radius: 6px;
    color: #ffffff;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.FormInputGHJK:focus, .FormTextareaLKJH:focus {
    outline: none;
    border-color: #45FFCE;
}

.FormTextareaLKJH {
    height: 120px;
    resize: vertical;
}

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

.CheckLabelPOIU {
    font-size: 0.85rem;
    color: #94a3b8;
}

.CheckLabelPOIU a {
    color: #45FFCE;
    text-decoration: underline;
}

/* FOOTER */
.FooterWrapZXCV {
    background-color: #070d1a;
    padding: 80px 0 40px;
    border-top: 1px solid rgba(69, 255, 206, 0.1);
}

.FooterMainRowQWER {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    flex-wrap: wrap;
    gap: 40px;
}

.FooterBrandASDF {
    font-size: 1.5rem;
    font-weight: 800;
    color: #45FFCE;
    flex: 1;
}

.FooterContactGHJK {
    flex: 1;
    text-align: right;
    color: #94a3b8;
}

.FooterBottomRowZXCV {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    flex-wrap: wrap;
    gap: 20px;
}

.CopyRightKLZX {
    font-size: 0.9rem;
    color: #64748b;
}

.FooterLinksCVBN {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

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

.FooterLinkItemERTY:hover {
    color: #45FFCE;
}

.FooterDisclaimerMNBV {
    margin-top: 40px;
    font-size: 0.75rem;
    color: #475569;
    text-align: center;
    line-height: 1.4;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .HeroH1TitleIUYT { font-size: 2.8rem; }
    .TargetGridQWER { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .HeroGridMNBX, .RegularGridASDF, .TwoColTextEDC { flex-direction: column; text-align: center; }
    .HeroBtnGroupZXCV, .HeroGridMNBX { justify-content: center; }
    .NavLinksKLZX {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #0f172a;
        flex-direction: column;
        padding: 20px;
        gap: 15px;
    }
    .MenuToggleUIOP:checked ~ .NavLinksKLZX {
        display: flex;
    }
    .BurgerIconGHJK { display: flex; }
    .SecTitleH2IUYT { font-size: 2rem; }
    .FaqGridTGBN { grid-template-columns: 1fr; }
    .TargetGridQWER { grid-template-columns: 1fr; }
    .FooterMainRowQWER { flex-direction: column; text-align: center; }
    .FooterContactGHJK { text-align: center; }
    .BenefitGridZXCV { grid-template-columns: 1fr; }
}