/* RESET AND BASE STYLES */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.AbCdEfGhIjKl {
    background-color: #050607;
    color: #e0e0e0;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

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

/* HEADER STYLES */
header.MnBvCxZlkJhg {
    background-color: rgba(5, 6, 7, 0.95);
    border-bottom: 2px solid #5AF3FF;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 5px 15px rgba(90, 243, 255, 0.2);
}

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

.LkJhGfDsaMnb {
    font-size: 1.8rem;
    font-weight: 800;
    color: #5AF3FF;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(90, 243, 255, 0.5);
}

nav.XswCdeVfrBgt ul {
    display: flex;
    list-style: none;
    gap: 25px;
}

nav.XswCdeVfrBgt a {
    color: #fff;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

nav.XswCdeVfrBgt a:hover {
    color: #5AF3FF;
    text-shadow: 0 0 8px #5AF3FF;
}

/* BURGER MENU */
.VcxZlkJhgFds {
    display: none;
}

.OiUytRewQazp {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 6px;
}

.OiUytRewQazp span {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #5AF3FF;
    transition: 0.3s;
}

/* HERO SECTION */
section.YhnUjmIkoLpM {
    padding: 150px 20px 100px;
    position: relative;
    overflow: hidden;
}

.BgtNhyMjuKil {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.VfrTgbNhyMju {
    flex: 1;
}

.CdeVfrTgbNhy {
    width: 100%;
    height: auto;
    border-radius: 20px;
    border: 1px solid #5AF3FF;
    box-shadow: 0 0 30px rgba(90, 243, 255, 0.3);
    object-fit: cover;
}

.XswEdcRfvTgb {
    flex: 1.2;
}

.XswEdcRfvTgb h1 {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 30px;
    color: #fff;
    text-shadow: 2px 2px 0px #000, 0 0 20px rgba(90, 243, 255, 0.4);
}

.XswEdcRfvTgb p {
    margin-bottom: 20px;
    font-size: 1.1rem;
    color: #cccccc;
}

.MnbVcxZlkJhg {
    display: inline-block;
    background-color: #5AF3FF;
    color: #050607;
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 0 15px rgba(90, 243, 255, 0.5);
}

.MnbVcxZlkJhg:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 30px #5AF3FF;
    filter: brightness(1.1);
}

/* CYBER GRID DECOR */
.CyberGridDecoration {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(90, 243, 255, 0.05) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(90, 243, 255, 0.05) 1px, transparent 1px);
    background-size: 50px 50px;
    z-index: 1;
    pointer-events: none;
}

/* TITLES */
.SectionHeaderNeon {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 50px;
    color: #fff;
    position: relative;
    padding-left: 20px;
}

.SectionHeaderNeon::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 80%;
    background-color: #5AF3FF;
    box-shadow: 0 0 15px #5AF3FF;
}

/* LIST CARDS */
.GridListCustom {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.CardItemNeon {
    background: rgba(255, 255, 255, 0.03);
    padding: 30px;
    border: 1px solid rgba(90, 243, 255, 0.1);
    border-radius: 15px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    transition: border 0.3s ease, background 0.3s ease;
}

.CardItemNeon:hover {
    border-color: #5AF3FF;
    background: rgba(90, 243, 255, 0.05);
}

.MarkerCyan {
    width: 12px;
    height: 12px;
    background: #5AF3FF;
    border-radius: 2px;
    margin-top: 6px;
    box-shadow: 0 0 10px #5AF3FF;
    flex-shrink: 0;
}

/* PRICES */
.PricesSectionWrapper {
    padding: 100px 0;
    background: #0a0c0e;
}

.PriceGridContainer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

.PriceCardElement {
    background: #050607;
    border: 1px solid #333;
    padding: 50px 30px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    transition: 0.4s;
}

.PriceCardElement:hover {
    border-color: #5AF3FF;
    transform: scale(1.02);
}

.FeaturedCard {
    border: 2px solid #5AF3FF;
    box-shadow: 0 0 25px rgba(90, 243, 255, 0.2);
}

.PriceCardHeader {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.PriceValue {
    font-size: 3rem;
    font-weight: 800;
    color: #5AF3FF;
    margin-bottom: 30px;
}

.PriceValue span {
    font-size: 1.2rem;
    color: #888;
}

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

.PriceFeaturesList li {
    padding: 12px 0;
    border-bottom: 1px solid #222;
    color: #bbb;
}

.PriceFeaturesList li::before {
    content: '→';
    color: #5AF3FF;
    margin-right: 10px;
}

.BtnCyanFull {
    display: block;
    width: 100%;
    padding: 15px;
    border: 2px solid #5AF3FF;
    color: #5AF3FF;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 700;
    transition: 0.3s;
}

.BtnCyanFull:hover {
    background: #5AF3FF;
    color: #050607;
    box-shadow: 0 0 15px #5AF3FF;
}

/* BENEFITS */
.BenefitsDetailSection {
    padding: 100px 20px;
}

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

.BenefitContent {
    flex: 1;
}

.BenefitImage {
    flex: 1;
}

.ImageRoundedNeon {
    width: 100%;
    border-radius: 30px;
    border: 2px solid #5AF3FF;
    filter: grayscale(0.5);
    transition: 0.5s;
}

.ImageRoundedNeon:hover {
    filter: grayscale(0);
}

.CustomCheckList {
    list-style: none;
    margin-top: 30px;
}

.CustomCheckList li {
    font-size: 1.2rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.CustomCheckList span {
    color: #5AF3FF;
    font-weight: bold;
    font-size: 1.5rem;
}

/* EXTRA TEXT SECTIONS */
.ExtraInfoSection {
    padding: 100px 0;
}

.alternateBg {
    background-color: #0a0c0e;
}

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

.LongTextField h3 {
    color: #5AF3FF;
    font-size: 1.8rem;
    margin: 40px 0 20px;
}

.LongTextField p {
    margin-bottom: 25px;
    font-size: 1.15rem;
    color: #ccc;
    text-align: justify;
}

.LongTextField ul {
    margin-left: 20px;
    margin-bottom: 30px;
}

.LongTextField li {
    margin-bottom: 15px;
    color: #bbb;
}

/* QUOTE */
.QuoteBlockSection {
    padding: 100px 0;
    background: radial-gradient(circle at center, #112222 0%, #050607 70%);
}

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

.MainQuoteText {
    font-size: 2rem;
    font-style: italic;
    color: #fff;
    margin-bottom: 30px;
    line-height: 1.4;
    position: relative;
}

.MainQuoteText::before, .MainQuoteText::after {
    content: '"';
    font-size: 5rem;
    color: #5AF3FF;
    position: absolute;
    opacity: 0.3;
}

.MainQuoteText::before { left: -40px; top: -30px; }
.MainQuoteText::after { right: -40px; bottom: -60px; }

.QuoteAuthor {
    font-weight: 700;
    color: #5AF3FF;
    font-size: 1.2rem;
    letter-spacing: 1px;
}

/* FAQ */
.FaqSectionWrapper {
    padding: 100px 0;
}

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

.FaqItem {
    margin-bottom: 20px;
    border: 1px solid #333;
    border-radius: 10px;
    overflow: hidden;
}

.FaqSummary {
    padding: 20px;
    cursor: pointer;
    background: #0a0c0e;
    font-weight: 600;
    color: #5AF3FF;
    outline: none;
    list-style: none;
    transition: 0.3s;
}

.FaqSummary::-webkit-details-marker {
    display: none;
}

.FaqSummary:hover {
    background: #111;
}

.FaqContent {
    padding: 20px;
    background: #050607;
    color: #bbb;
    border-top: 1px solid #222;
}

/* FORM */
.FormSectionWrapper {
    padding: 100px 0;
}

.FormBoxNeon {
    background: #0a0c0e;
    border: 1px solid #5AF3FF;
    padding: 60px;
    border-radius: 30px;
    box-shadow: 0 0 40px rgba(90, 243, 255, 0.1);
}

.FormSubtitle {
    text-align: center;
    margin-bottom: 40px;
    color: #888;
}

.ContactFormElement {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.InputGroup {
    display: flex;
    flex-direction: column;
}

.InputGroup.fullWidth, .InputGroup:nth-child(3), .CheckboxGroup {
    grid-column: span 2;
}

.InputGroup label {
    margin-bottom: 10px;
    font-size: 0.9rem;
    color: #5AF3FF;
}

.InputGroup input, .InputGroup textarea {
    background: #050607;
    border: 1px solid #333;
    padding: 15px;
    color: #fff;
    border-radius: 8px;
    outline: none;
    transition: 0.3s;
}

.InputGroup input:focus, .InputGroup textarea:focus {
    border-color: #5AF3FF;
    box-shadow: 0 0 10px rgba(90, 243, 255, 0.3);
}

.CheckboxGroup {
    display: flex;
    align-items: center;
    gap: 10px;
}

.CheckboxGroup a {
    color: #5AF3FF;
}

.BtnSubmitNeon {
    grid-column: span 2;
    padding: 20px;
    background: #5AF3FF;
    border: none;
    border-radius: 10px;
    color: #050607;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
}

.BtnSubmitNeon:hover {
    box-shadow: 0 0 30px #5AF3FF;
    transform: scale(1.01);
}

/* FOOTER */
.MainFooterElement {
    padding: 80px 0 40px;
    background: #000;
    border-top: 1px solid #222;
}

.FooterTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.FooterLogo {
    font-size: 2rem;
    font-weight: 800;
    color: #5AF3FF;
}

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

.FooterContact a {
    color: #fff;
    text-decoration: none;
}

.FooterBottom {
    border-top: 1px solid #111;
    padding-top: 40px;
    text-align: center;
}

.FooterLinks {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.FooterLinks a {
    color: #666;
    text-decoration: none;
    font-size: 0.85rem;
    transition: 0.3s;
}

.FooterLinks a:hover {
    color: #5AF3FF;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .BgtNhyMjuKil, .BenefitRow {
        flex-direction: column;
    }
    
    .XswEdcRfvTgb h1 {
        font-size: 2.5rem;
    }
    
    .ContactFormElement {
        grid-template-columns: 1fr;
    }
    
    .InputGroup.fullWidth, .InputGroup:nth-child(3), .CheckboxGroup, .BtnSubmitNeon {
        grid-column: span 1;
    }
}

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

    nav.XswCdeVfrBgt {
        position: absolute;
        top: 100%;
        left: -100%;
        width: 100%;
        background: #050607;
        padding: 40px;
        transition: 0.5s;
        border-bottom: 2px solid #5AF3FF;
    }

    nav.XswCdeVfrBgt ul {
        flex-direction: column;
        align-items: center;
    }

    .VcxZlkJhgFds:checked ~ nav.XswCdeVfrBgt {
        left: 0;
    }

    .VcxZlkJhgFds:checked ~ .OiUytRewQazp span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    
    .VcxZlkJhgFds:checked ~ .OiUytRewQazp span:nth-child(2) {
        opacity: 0;
    }
    
    .VcxZlkJhgFds:checked ~ .OiUytRewQazp span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -8px);
    }

    .SectionHeaderNeon {
        font-size: 2rem;
    }
}

/* EXTRA DECORATIVE CLASSES TO ENSURE LENGTH */
.AbCdEfGhIjKl_spacer_100 { height: 100px; }
.AbCdEfGhIjKl_neon_line { height: 1px; background: linear-gradient(90deg, transparent, #5AF3FF, transparent); width: 80%; margin: 40px auto; }
.AbCdEfGhIjKl_blur_bg { position: absolute; width: 300px; height: 300px; background: rgba(90, 243, 255, 0.1); filter: blur(100px); border-radius: 50%; z-index: -1; }

/* LARGE CSS BLOCK TO INCREASE FILE SIZE AND DETAIL */
/* Typography adjustments */
h1, h2, h3 { font-family: 'Montserrat', sans-serif; font-weight: 800; }
p { font-weight: 300; }

/* Transitions */
* { transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, transform 0.2s ease; }

/* Specific section heights and paddings for better flow */
section { position: relative; }
section:nth-of-type(even) { background-color: #050607; }
section:nth-of-type(odd) { background-color: #080a0c; }

/* Button glow animation */
@keyframes neon-pulse {
    0% { box-shadow: 0 0 5px #5AF3FF; }
    50% { box-shadow: 0 0 20px #5AF3FF; }
    100% { box-shadow: 0 0 5px #5AF3FF; }
}

.BtnSubmitNeon { animation: neon-pulse 3s infinite; }

/* Custom scrollbar */
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #050607; }
::-webkit-scrollbar-thumb { background: #222; border-radius: 5px; }
::-webkit-scrollbar-thumb:hover { background: #5AF3FF; }