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

html {
    scroll-behavior: smooth;
}

body.feloqarAstraJointFlow_BodyMain {
    background-color: #07090C;
    color: #E0E0E0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

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

ul {
    list-style: none;
}

img {
    max-width: 100%;
    display: block;
    border-radius: 8px;
}

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

.feloqarAstraJointFlow_SectionHeading {
    font-size: 2.5rem;
    color: #4FF7FF;
    margin-bottom: 2rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Header */
.feloqarAstraJointFlow_HeaderWrapper {
    background-color: rgba(7, 9, 12, 0.95);
    border-bottom: 2px solid #4FF7FF;
    position: sticky;
    top: 0;
    z-index: 1000;
}

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

.feloqarAstraJointFlow_LogoText {
    font-size: 1.8rem;
    font-weight: 800;
    color: #4FF7FF;
    text-shadow: 0 0 10px rgba(79, 247, 255, 0.4);
}

.feloqarAstraJointFlow_NavList {
    display: flex;
    gap: 25px;
}

.feloqarAstraJointFlow_NavLink:hover {
    color: #4FF7FF;
    text-shadow: 0 0 8px #4FF7FF;
}

.feloqarAstraJointFlow_MenuCheckbox {
    display: none;
}

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

.feloqarAstraJointFlow_BurgerBtn span {
    width: 25px;
    height: 3px;
    background-color: #4FF7FF;
    border-radius: 2px;
}

/* Hero Section */
.feloqarAstraJointFlow_HeroSection {
    padding: 80px 0;
}

.feloqarAstraJointFlow_HeroTwoColumns {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 60px;
}

.feloqarAstraJointFlow_HeroImageCol, .feloqarAstraJointFlow_HeroTextCol {
    flex: 1;
}

.feloqarAstraJointFlow_HeroMainImg {
    border: 1px solid #4FF7FF;
    box-shadow: 0 0 30px rgba(79, 247, 255, 0.15);
    object-fit: cover;
    width: 100%;
}

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

.feloqarAstraJointFlow_HeroSub {
    font-size: 1.3rem;
    color: #4FF7FF;
    margin-bottom: 20px;
}

.feloqarAstraJointFlow_HeroParagraph {
    margin-bottom: 15px;
    opacity: 0.9;
}

.feloqarAstraJointFlow_CtaButton {
    display: inline-block;
    padding: 15px 40px;
    background-color: #4FF7FF;
    color: #07090C;
    font-weight: bold;
    border-radius: 4px;
    margin-top: 20px;
    box-shadow: 0 0 15px rgba(79, 247, 255, 0.5);
}

.feloqarAstraJointFlow_CtaButton:hover {
    box-shadow: 0 0 25px #4FF7FF;
    transform: translateY(-2px);
}

.feloqarAstraJointFlow_HeroCardsRow {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.feloqarAstraJointFlow_BenefitSmallCard {
    background: #0D1218;
    padding: 30px;
    flex: 1;
    border-left: 3px solid #4FF7FF;
    transition: 0.3s;
}

.feloqarAstraJointFlow_BenefitSmallCard:hover {
    background: #161D26;
}

.feloqarAstraJointFlow_IconPlaceholder {
    font-size: 2rem;
    color: #4FF7FF;
    margin-bottom: 10px;
}

/* Reviews Section */
.feloqarAstraJointFlow_ReviewsSection {
    background-color: #0B0E13;
    padding: 100px 0;
}

.feloqarAstraJointFlow_QuoteBlock {
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
    position: relative;
    padding: 40px;
    border: 1px dashed #4FF7FF;
}

.feloqarAstraJointFlow_MainQuote {
    font-size: 1.8rem;
    font-style: italic;
    color: #fff;
    margin-bottom: 20px;
}

.feloqarAstraJointFlow_QuoteAuthor {
    color: #4FF7FF;
    font-weight: bold;
}

.feloqarAstraJointFlow_ReviewsGrid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.feloqarAstraJointFlow_ReviewItem {
    flex: 1;
    min-width: 250px;
    background: #07090C;
    padding: 30px;
    border: 1px solid #1E262F;
    text-align: center;
}

.feloqarAstraJointFlow_ReviewAvatar {
    margin: 0 auto 15px;
    border-radius: 50%;
    border: 2px solid #4FF7FF;
}

.feloqarAstraJointFlow_ReviewStars {
    color: #4FF7FF;
    margin-bottom: 10px;
}

/* Pricing Section */
.feloqarAstraJointFlow_PricingSection {
    padding: 100px 0;
}

.feloqarAstraJointFlow_PricingGrid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.feloqarAstraJointFlow_PriceCard {
    flex: 1;
    min-width: 220px;
    max-width: 300px;
    background: #0B0E13;
    border: 1px solid #4FF7FF;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.feloqarAstraJointFlow_PriceCardHighlight {
    transform: scale(1.05);
    background: #0D1218;
    box-shadow: 0 0 20px rgba(79, 247, 255, 0.2);
    z-index: 2;
}

.feloqarAstraJointFlow_PriceHeader h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #4FF7FF;
}

.feloqarAstraJointFlow_PriceValue {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.feloqarAstraJointFlow_DiscountTag {
    font-size: 0.9rem;
    background: #4FF7FF;
    color: #07090C;
    padding: 2px 6px;
    border-radius: 3px;
    vertical-align: middle;
}

.feloqarAstraJointFlow_PriceFeatures {
    margin-bottom: 30px;
    flex-grow: 1;
}

.feloqarAstraJointFlow_PriceFeatures li {
    padding: 8px 0;
    border-bottom: 1px solid #1E262F;
    font-size: 0.95rem;
}

.feloqarAstraJointFlow_PriceFeatures li::before {
    content: "— ";
    color: #4FF7FF;
}

.feloqarAstraJointFlow_PriceBtn {
    text-align: center;
    border: 1px solid #4FF7FF;
    padding: 12px;
    color: #4FF7FF;
    font-weight: bold;
}

.feloqarAstraJointFlow_PriceBtn:hover {
    background: #4FF7FF;
    color: #07090C;
}

/* Benefits Section */
.feloqarAstraJointFlow_BenefitsSection {
    background: #0D1218;
    padding: 100px 0;
}

.feloqarAstraJointFlow_BenefitsLayout {
    display: flex;
    align-items: center;
    gap: 50px;
}

.feloqarAstraJointFlow_BenefitsTextCol, .feloqarAstraJointFlow_BenefitsImgCol {
    flex: 1;
}

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

.feloqarAstraJointFlow_BenefitsDetailedList li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #4FF7FF;
    font-weight: bold;
}

/* For Whom Section */
.feloqarAstraJointFlow_ForWhomSection {
    padding: 100px 0;
}

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

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

.feloqarAstraJointFlow_ForWhomBox {
    flex: 1;
    min-width: 260px;
    padding: 30px;
    background: #0B0E13;
    border-top: 4px solid #4FF7FF;
    transition: 0.3s;
}

.feloqarAstraJointFlow_ForWhomBox h4 {
    color: #4FF7FF;
    margin-bottom: 15px;
    font-size: 1.2rem;
}

.feloqarAstraJointFlow_ForWhomBox:hover {
    transform: translateY(-5px);
    background: #161D26;
}

/* FAQ Section */
.feloqarAstraJointFlow_FaqSection {
    background: #07090C;
    padding: 100px 0;
}

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

.feloqarAstraJointFlow_FaqItem {
    margin-bottom: 15px;
    border: 1px solid #1E262F;
}

.feloqarAstraJointFlow_FaqQuestion {
    padding: 20px;
    cursor: pointer;
    background: #0D1218;
    font-weight: bold;
    color: #fff;
    list-style: none;
    position: relative;
}

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

.feloqarAstraJointFlow_FaqQuestion::after {
    content: "+";
    position: absolute;
    right: 20px;
    color: #4FF7FF;
}

.feloqarAstraJointFlow_FaqItem[open] .feloqarAstraJointFlow_FaqQuestion::after {
    content: "-";
}

.feloqarAstraJointFlow_FaqAnswer {
    padding: 20px;
    background: #07090C;
    border-top: 1px solid #1E262F;
    color: #CCC;
}

/* Contact Form */
.feloqarAstraJointFlow_ContactFormSection {
    padding: 100px 0;
    background: #0B0E13;
}

.feloqarAstraJointFlow_FormContainer {
    max-width: 600px;
    margin: 0 auto;
    background: #07090C;
    padding: 50px;
    border: 1px solid #4FF7FF;
    box-shadow: 0 0 30px rgba(79, 247, 255, 0.1);
}

.feloqarAstraJointFlow_FormSub {
    text-align: center;
    margin-bottom: 30px;
}

.feloqarAstraJointFlow_InputGroup {
    margin-bottom: 20px;
}

.feloqarAstraJointFlow_InputGroup label {
    display: block;
    margin-bottom: 8px;
    color: #4FF7FF;
}

.feloqarAstraJointFlow_InputGroup input, .feloqarAstraJointFlow_InputGroup textarea {
    width: 100%;
    padding: 12px;
    background: #0D1218;
    border: 1px solid #1E262F;
    color: #fff;
    border-radius: 4px;
}

.feloqarAstraJointFlow_InputGroup input:focus {
    border-color: #4FF7FF;
    outline: none;
}

.feloqarAstraJointFlow_CheckboxGroup {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
}

.feloqarAstraJointFlow_CheckboxGroup a {
    color: #4FF7FF;
    text-decoration: underline;
}

.feloqarAstraJointFlow_SubmitBtn {
    width: 100%;
    padding: 15px;
    background: #4FF7FF;
    color: #07090C;
    border: none;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.3s;
}

.feloqarAstraJointFlow_SubmitBtn:hover {
    box-shadow: 0 0 20px #4FF7FF;
}

/* Text Sections */
.feloqarAstraJointFlow_TextSection {
    padding: 100px 0;
}

.feloqarAstraJointFlow_BgAlt {
    background-color: #0B0E13;
}

.feloqarAstraJointFlow_TextTitle {
    font-size: 2.2rem;
    color: #4FF7FF;
    margin-bottom: 30px;
    border-bottom: 2px solid #1E262F;
    display: inline-block;
}

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

.feloqarAstraJointFlow_StellarList {
    margin: 30px 0;
}

.feloqarAstraJointFlow_StellarList li {
    padding: 10px 0;
    border-left: 2px solid #4FF7FF;
    padding-left: 20px;
    margin-bottom: 10px;
    background: rgba(79, 247, 255, 0.05);
}

/* Footer */
.feloqarAstraJointFlow_Footer {
    background: #07090C;
    border-top: 2px solid #4FF7FF;
    padding: 60px 0 30px;
    color: #888;
}

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

.feloqarAstraJointFlow_FooterBrand {
    font-size: 1.5rem;
    color: #4FF7FF;
    font-weight: bold;
}

.feloqarAstraJointFlow_FooterMain {
    text-align: center;
    margin-bottom: 30px;
    border-top: 1px solid #1E262F;
    padding-top: 30px;
}

.feloqarAstraJointFlow_FooterLinks {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    font-size: 0.85rem;
}

.feloqarAstraJointFlow_FooterLinks a:hover {
    color: #4FF7FF;
}

/* Mobile Adjustments */
@media (max-width: 992px) {
    .feloqarAstraJointFlow_HeroTwoColumns {
        flex-direction: column;
    }
    .feloqarAstraJointFlow_BenefitsLayout {
        flex-direction: column;
    }
    .feloqarAstraJointFlow_MainTitle {
        font-size: 2.5rem;
    }
    .feloqarAstraJointFlow_HeroCardsRow {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .feloqarAstraJointFlow_BurgerBtn {
        display: flex;
    }
    .feloqarAstraJointFlow_NavMenu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #07090C;
        border-bottom: 2px solid #4FF7FF;
    }
    .feloqarAstraJointFlow_NavList {
        flex-direction: column;
        padding: 20px;
        gap: 15px;
        text-align: center;
    }
    .feloqarAstraJointFlow_MenuCheckbox:checked ~ .feloqarAstraJointFlow_NavMenu {
        display: block;
    }
}