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

html {
    scroll-behavior: smooth;
}

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

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

/* Header Styles */
.sadipanOrbitHeaderWrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(5, 6, 7, 0.9);
    backdrop-filter: blur(10px);
    border-bottom: 2px solid #5AF3FF;
    box-shadow: 0 0 15px rgba(90, 243, 255, 0.3);
}

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

.sadipanOrbitLogoText {
    font-size: 24px;
    font-weight: 800;
    color: #5AF3FF;
    text-transform: uppercase;
    letter-spacing: 2px;
}

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

.sadipanOrbitNavLink {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    transition: color 0.3s ease;
}

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

/* Burger Menu */
.sadipanOrbitBurgerInput {
    display: none;
}

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

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

.sadipanOrbitMobileMenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #050607;
    flex-direction: column;
    padding: 20px;
    border-bottom: 2px solid #5AF3FF;
}

.sadipanOrbitMobileLink {
    color: #fff;
    text-decoration: none;
    padding: 15px 0;
    font-size: 18px;
    border-bottom: 1px solid rgba(90, 243, 255, 0.1);
}

/* Hero Section */
.sadipanOrbitHeroSection {
    position: relative;
    padding: 150px 0 80px;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.sadipanOrbitCyberGrid {
    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: 40px 40px;
    z-index: -1;
}

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

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

.sadipanOrbitHeroImageCol, .sadipanOrbitHeroTextCol {
    flex: 1;
}

.sadipanOrbitHeroImgMain {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #5AF3FF;
    box-shadow: 0 0 30px rgba(90, 243, 255, 0.2);
}

.sadipanOrbitH1Title {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #fff;
}

.sadipanOrbitHeroLead {
    font-size: 20px;
    color: #5AF3FF;
    margin-bottom: 20px;
    font-weight: 500;
}

.sadipanOrbitHeroDesc {
    margin-bottom: 15px;
    color: #cccccc;
}

.sadipanOrbitBtnPrimary {
    display: inline-block;
    background-color: #5AF3FF;
    color: #050607;
    padding: 15px 40px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
    margin-top: 20px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.sadipanOrbitBtnPrimary:hover {
    box-shadow: 0 0 25px #5AF3FF;
    filter: blur(0.5px);
    transform: translateY(-2px);
}

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

.sadipanOrbitHeroFeatCard {
    flex: 1;
    background: rgba(90, 243, 255, 0.05);
    padding: 30px;
    border-left: 3px solid #5AF3FF;
    border-radius: 0 15px 15px 0;
}

.sadipanOrbitFeatIcon {
    font-size: 30px;
    color: #5AF3FF;
    margin-bottom: 10px;
}

.sadipanOrbitFeatText {
    font-weight: 600;
}

/* Titles */
.sadipanOrbitH2Title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 15px;
}

.sadipanOrbitH2Title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #5AF3FF;
    box-shadow: 0 0 10px #5AF3FF;
}

/* Reviews */
.sadipanOrbitReviewsSection {
    padding: 100px 0;
    background: #0a0c0e;
}

.sadipanOrbitQuoteBox {
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
    border: 1px dashed #5AF3FF;
    padding: 40px;
    border-radius: 20px;
}

.sadipanOrbitBlockquote {
    font-size: 24px;
    font-style: italic;
    color: #5AF3FF;
    margin-bottom: 20px;
}

.sadipanOrbitCiteName {
    font-size: 18px;
    font-weight: 700;
}

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

.sadipanOrbitReviewCard {
    flex: 1;
    min-width: 250px;
    max-width: 280px;
    background: #050607;
    padding: 30px;
    border: 1px solid rgba(90, 243, 255, 0.2);
    border-radius: 15px;
    text-align: center;
    transition: 0.3s;
}

.sadipanOrbitReviewCard:hover {
    border-color: #5AF3FF;
    transform: translateY(-10px);
}

.sadipanOrbitReviewAvatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 20px;
    border: 2px solid #5AF3FF;
    object-fit: cover;
}

.sadipanOrbitReviewName {
    margin-bottom: 10px;
    font-size: 20px;
}

.sadipanOrbitStars {
    color: #5AF3FF;
    margin-bottom: 15px;
}

.sadipanOrbitReviewText {
    font-size: 14px;
    color: #bbbbbb;
}

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

.sadipanOrbitPriceSlider {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    padding: 20px 0;
    scrollbar-width: thin;
    scrollbar-color: #5AF3FF #050607;
}

.sadipanOrbitPriceCard {
    flex: 0 0 350px;
    background: #050607;
    border: 1px solid #5AF3FF;
    padding: 40px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}

.sadipanOrbitPriceFeatured {
    box-shadow: 0 0 40px rgba(90, 243, 255, 0.15);
    transform: scale(1.05);
    background: linear-gradient(145deg, #050607, #0a1114);
}

.sadipanOrbitPriceHeader {
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(90, 243, 255, 0.3);
    padding-bottom: 20px;
}

.sadipanOrbitPriceTitle {
    font-size: 22px;
    color: #5AF3FF;
    margin-bottom: 10px;
}

.sadipanOrbitPriceValue {
    font-size: 32px;
    font-weight: 800;
}

.sadipanOrbitOldPrice {
    font-size: 16px;
    text-decoration: line-through;
    color: #888;
    margin-left: 10px;
}

.sadipanOrbitPriceList {
    list-style: none;
    margin-bottom: 30px;
    flex-grow: 1;
}

.sadipanOrbitPriceList li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    font-size: 15px;
}

.sadipanOrbitBtnSecondary {
    display: block;
    text-align: center;
    border: 1px solid #5AF3FF;
    color: #5AF3FF;
    padding: 12px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
    transition: 0.3s;
}

.sadipanOrbitBtnSecondary:hover {
    background: #5AF3FF;
    color: #050607;
}

/* Benefits Row */
.sadipanOrbitBenefitsSection {
    padding: 100px 0;
    background: #0a0c0e;
}

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

.sadipanOrbitBenefitsText, .sadipanOrbitBenefitsImage {
    flex: 1;
}

.sadipanOrbitTextPara {
    margin-bottom: 20px;
    color: #cccccc;
}

.sadipanOrbitUlList {
    list-style: none;
}

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

.sadipanOrbitLiItem::before {
    content: '➔';
    position: absolute;
    left: 0;
    color: #5AF3FF;
    text-shadow: 0 0 5px #5AF3FF;
}

.sadipanOrbitBenefitImg {
    width: 100%;
    border-radius: 50% 50% 0 50%;
    border: 1px solid #5AF3FF;
}

/* For Whom Grid */
.sadipanOrbitForWhomSection {
    padding: 100px 0;
}

.sadipanOrbitTextIntro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
    font-size: 18px;
}

.sadipanOrbitWhoGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.sadipanOrbitWhoItem {
    background: rgba(255, 255, 255, 0.02);
    padding: 25px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.sadipanOrbitWhoLine {
    width: 40px;
    height: 2px;
    background: #5AF3FF;
    box-shadow: 0 0 10px #5AF3FF;
}

/* Extra Text Sections */
.sadipanOrbitTextSection {
    padding: 80px 0;
}

.sadipanOrbitAltBg {
    background: #0a0c0e;
}

.sadipanOrbitH3Title {
    font-size: 24px;
    color: #5AF3FF;
    margin: 40px 0 20px;
}

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

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

.sadipanOrbitFAQItem {
    background: #0a0c0e;
    border: 1px solid rgba(90, 243, 255, 0.2);
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
}

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

.sadipanOrbitFAQSummary:hover {
    color: #5AF3FF;
}

.sadipanOrbitFAQSummary::after {
    content: '+';
    font-size: 24px;
    color: #5AF3FF;
}

.sadipanOrbitFAQItem[open] .sadipanOrbitFAQSummary::after {
    content: '-';
}

.sadipanOrbitFAQAnswer {
    padding: 0 20px 20px;
    color: #aaa;
    border-top: 1px solid rgba(90, 243, 255, 0.1);
}

/* Form Section */
.sadipanOrbitContactSection {
    padding: 100px 0;
    background: linear-gradient(to bottom, #050607, #0a1114);
}

.sadipanOrbitContainerForm {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
}

.sadipanOrbitFormSub {
    text-align: center;
    margin-bottom: 40px;
}

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

.sadipanOrbitFormGroup {
    margin-bottom: 20px;
}

.sadipanOrbitLabel {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #5AF3FF;
}

.sadipanOrbitInput, .sadipanOrbitTextarea {
    width: 100%;
    background: #0a0c0e;
    border: 1px solid rgba(90, 243, 255, 0.3);
    padding: 12px;
    color: #fff;
    border-radius: 5px;
    outline: none;
}

.sadipanOrbitInput:focus, .sadipanOrbitTextarea:focus {
    border-color: #5AF3FF;
    box-shadow: 0 0 10px rgba(90, 243, 255, 0.2);
}

.sadipanOrbitTextarea {
    height: 120px;
    resize: none;
}

.sadipanOrbitFormCheck {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 25px;
}

.sadipanOrbitCheckLabel {
    font-size: 13px;
    color: #888;
}

.sadipanOrbitFormLink {
    color: #5AF3FF;
    text-decoration: underline;
}

.sadipanOrbitBtnSubmit {
    width: 100%;
    background: #5AF3FF;
    color: #050607;
    border: none;
    padding: 15px;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.sadipanOrbitBtnSubmit:hover {
    box-shadow: 0 0 20px #5AF3FF;
}

/* Footer */
.sadipanOrbitFooterWrapper {
    padding: 60px 0 30px;
    border-top: 1px solid rgba(90, 243, 255, 0.2);
    background: #050607;
}

.sadipanOrbitFooterMain {
    text-align: center;
    margin-bottom: 40px;
}

.sadipanOrbitFooterBrand {
    font-size: 22px;
    font-weight: 800;
    color: #5AF3FF;
    margin-bottom: 10px;
}

.sadipanOrbitFooterRights, .sadipanOrbitFooterContact {
    font-size: 14px;
    color: #777;
}

.sadipanOrbitFooterEmail {
    color: #5AF3FF;
    text-decoration: none;
}

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

.sadipanOrbitFootLink {
    color: #555;
    text-decoration: none;
    font-size: 13px;
    transition: 0.3s;
}

.sadipanOrbitFootLink:hover {
    color: #5AF3FF;
}

/* Mobile Adjustments */
@media (max-width: 992px) {
    .sadipanOrbitHeroTwoCols {
        flex-direction: column;
    }
    .sadipanOrbitH1Title {
        font-size: 36px;
    }
    .sadipanOrbitHeroFeatures {
        flex-direction: column;
    }
    .sadipanOrbitBenefitsRow {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .sadipanOrbitNavDesktop {
        display: none;
    }
    .sadipanOrbitBurgerLabel {
        display: flex;
    }
    .sadipanOrbitBurgerInput:checked ~ .sadipanOrbitMobileMenu {
        display: flex;
    }
}