/* 
   CSS FOR TELITOR PROJECT
   THEME: GRAPHITE & CYAN 
*/

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

html {
    scroll-behavior: smooth;
}

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

.telitorFemCoreRibbon_MainContainer {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

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

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

.telitorFemCoreRibbon_LogoText {
    font-size: 28px;
    font-weight: 800;
    color: #4FF7FF;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.telitorFemCoreRibbon_NavList {
    list-style: none;
    display: flex;
    gap: 30px;
}

.telitorFemCoreRibbon_NavLink {
    color: #E0E0E0;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    text-transform: uppercase;
    font-size: 14px;
}

.telitorFemCoreRibbon_NavLink:hover {
    color: #4FF7FF;
}

/* Burger Menu (No JS) */
.telitorFemCoreRibbon_MenuCheckbox {
    display: none;
}

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

.telitorFemCoreRibbon_BurgerBtn span {
    display: block;
    width: 25px;
    height: 3px;
    background: #4FF7FF;
    transition: 0.3s;
}

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

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

.telitorFemCoreRibbon_HeroImageSide {
    flex: 1;
}

.telitorFemCoreRibbon_HeroImg {
    width: 100%;
    height: auto;
    border: 1px solid #4FF7FF;
    box-shadow: 0 0 20px rgba(79, 247, 255, 0.2);
    object-fit: cover;
}

.telitorFemCoreRibbon_HeroTextSide {
    flex: 1;
}

.telitorFemCoreRibbon_MainTitleH1 {
    font-size: 48px;
    color: #4FF7FF;
    line-height: 1.1;
    margin-bottom: 20px;
}

.telitorFemCoreRibbon_SubTitleH2 {
    font-size: 22px;
    color: #FFF;
    margin-bottom: 25px;
}

.telitorFemCoreRibbon_ParagraphMain {
    margin-bottom: 20px;
    font-size: 17px;
    color: #B0B0B0;
}

.telitorFemCoreRibbon_PrimaryBtn {
    display: inline-block;
    padding: 15px 40px;
    background: #4FF7FF;
    color: #07090C;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.3s;
    border: none;
    box-shadow: 0 0 10px rgba(79, 247, 255, 0.5);
}

.telitorFemCoreRibbon_PrimaryBtn:hover {
    background: #FFF;
    box-shadow: 0 0 25px rgba(79, 247, 255, 0.9);
    transform: translateY(-2px);
}

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

.telitorFemCoreRibbon_HeroCard {
    flex: 1;
    background: #111418;
    padding: 30px;
    border-left: 4px solid #4FF7FF;
}

.telitorFemCoreRibbon_CardIcon {
    font-size: 24px;
    color: #4FF7FF;
    margin-bottom: 10px;
}

/* Audience Section */
.telitorFemCoreRibbon_AudienceBlock {
    padding: 100px 0;
    background: #0A0D11;
}

.telitorFemCoreRibbon_SectionTitleH2 {
    font-size: 36px;
    color: #4FF7FF;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}

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

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

.telitorFemCoreRibbon_AudienceItem {
    width: calc(50% - 15px);
    background: #111418;
    padding: 25px;
    position: relative;
    border: 1px solid #1E252D;
}

.telitorFemCoreRibbon_LineDecor {
    display: block;
    width: 50px;
    height: 2px;
    background: #4FF7FF;
    margin-bottom: 15px;
}

/* Price Section */
.telitorFemCoreRibbon_PriceBlock {
    padding: 100px 0;
}

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

.telitorFemCoreRibbon_PriceCard {
    flex: 1;
    background: #111418;
    padding: 40px;
    border: 1px solid #1E252D;
    display: flex;
    flex-direction: column;
}

.telitorFemCoreRibbon_PriceCardFeatured {
    border: 2px solid #4FF7FF;
    transform: scale(1.05);
    background: #161A1F;
}

.telitorFemCoreRibbon_PriceCardTitle {
    font-size: 24px;
    color: #4FF7FF;
    margin-bottom: 20px;
}

.telitorFemCoreRibbon_PriceValue {
    margin-bottom: 30px;
}

.telitorFemCoreRibbon_OldPrice {
    text-decoration: line-through;
    color: #666;
    margin-right: 10px;
    font-size: 18px;
}

.telitorFemCoreRibbon_NewPrice {
    font-size: 32px;
    font-weight: 800;
    color: #FFF;
}

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

.telitorFemCoreRibbon_PriceList li {
    padding: 10px 0;
    border-bottom: 1px solid #222;
    font-size: 15px;
}

.telitorFemCoreRibbon_PriceList li::before {
    content: "→ ";
    color: #4FF7FF;
}

.telitorFemCoreRibbon_QuickLinks a {
    display: block;
    text-align: center;
    padding: 12px;
    border: 1px solid #4FF7FF;
    color: #4FF7FF;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    transition: 0.3s;
}

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

/* Benefits Section */
.telitorFemCoreRibbon_BenefitsBlock {
    padding: 100px 0;
    background: #0A0D11;
}

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

.telitorFemCoreRibbon_BenefitsText {
    flex: 1;
}

.telitorFemCoreRibbon_BenefitsImage {
    flex: 1;
}

.telitorFemCoreRibbon_CommonImg {
    width: 100%;
    border: 1px solid #1E252D;
}

.telitorFemCoreRibbon_SimpleList {
    list-style: none;
    margin: 30px 0;
}

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

.telitorFemCoreRibbon_SimpleList li::before {
    content: "⚡";
    position: absolute;
    left: 0;
    color: #4FF7FF;
}

/* Reviews Block */
.telitorFemCoreRibbon_ReviewsBlock {
    padding: 100px 0;
}

.telitorFemCoreRibbon_ReviewsHorizontalWrap {
    display: flex;
    overflow-x: auto;
    gap: 30px;
    padding: 20px 0;
    scrollbar-width: thin;
    scrollbar-color: #4FF7FF #111418;
}

.telitorFemCoreRibbon_ReviewsHorizontalWrap::-webkit-scrollbar {
    height: 8px;
}

.telitorFemCoreRibbon_ReviewsHorizontalWrap::-webkit-scrollbar-thumb {
    background: #4FF7FF;
}

.telitorFemCoreRibbon_ReviewCard {
    min-width: 400px;
    background: #111418;
    padding: 40px;
    border: 1px solid #1E252D;
}

.telitorFemCoreRibbon_Quote {
    font-style: italic;
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
}

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

/* FAQ Block */
.telitorFemCoreRibbon_FaqBlock {
    padding: 100px 0;
    background: #0A0D11;
}

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

.telitorFemCoreRibbon_FaqItem {
    margin-bottom: 15px;
    border: 1px solid #1E252D;
}

.telitorFemCoreRibbon_FaqSummary {
    padding: 20px;
    cursor: pointer;
    font-weight: bold;
    color: #4FF7FF;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.telitorFemCoreRibbon_FaqSummary::after {
    content: "+";
    font-size: 24px;
}

details[open] .telitorFemCoreRibbon_FaqSummary::after {
    content: "-";
}

.telitorFemCoreRibbon_FaqContent {
    padding: 0 20px 20px;
    color: #B0B0B0;
}

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

.telitorFemCoreRibbon_BgAlt {
    background: #111418;
}

.telitorFemCoreRibbon_LongText p {
    margin-bottom: 25px;
    font-size: 18px;
    color: #B0B0B0;
}

/* Form Section */
.telitorFemCoreRibbon_FormBlock {
    padding: 100px 0;
}

.telitorFemCoreRibbon_FormCard {
    max-width: 700px;
    margin: 0 auto;
    background: #111418;
    padding: 50px;
    border: 1px solid #4FF7FF;
}

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

.telitorFemCoreRibbon_InputGroup {
    margin-bottom: 20px;
}

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

.telitorFemCoreRibbon_Input, 
.telitorFemCoreRibbon_Textarea {
    width: 100%;
    padding: 12px;
    background: #07090C;
    border: 1px solid #1E252D;
    color: #FFF;
    font-size: 16px;
}

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

.telitorFemCoreRibbon_CheckboxGroup {
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.telitorFemCoreRibbon_CheckLabel a {
    color: #4FF7FF;
}

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

.telitorFemCoreRibbon_SubmitBtn:hover {
    background: #FFF;
}

/* Footer */
.telitorFemCoreRibbon_FooterMain {
    padding: 60px 0;
    border-top: 1px solid #1E252D;
    background: #07090C;
    text-align: center;
}

.telitorFemCoreRibbon_FooterContent p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #666;
}

.telitorFemCoreRibbon_FooterEmail a {
    color: #4FF7FF;
    text-decoration: none;
}

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

.telitorFemCoreRibbon_FooterLink {
    color: #444;
    text-decoration: none;
    font-size: 12px;
}

.telitorFemCoreRibbon_FooterLink:hover {
    color: #4FF7FF;
}

/* Responsive */
@media (max-width: 992px) {
    .telitorFemCoreRibbon_HeroFlex,
    .telitorFemCoreRibbon_BenefitsFlex {
        flex-direction: column;
    }

    .telitorFemCoreRibbon_PriceGrid {
        flex-direction: column;
    }
    
    .telitorFemCoreRibbon_PriceCardFeatured {
        transform: scale(1);
    }
}

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

    .telitorFemCoreRibbon_NavMenu {
        display: none;
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        background: #07090C;
        padding: 20px;
        border-bottom: 1px solid #4FF7FF;
    }

    .telitorFemCoreRibbon_NavList {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .telitorFemCoreRibbon_MenuCheckbox:checked ~ .telitorFemCoreRibbon_NavMenu {
        display: block;
    }

    .telitorFemCoreRibbon_MainTitleH1 {
        font-size: 32px;
    }

    .telitorFemCoreRibbon_HeroCardsWrap {
        flex-direction: column;
    }

    .telitorFemCoreRibbon_AudienceItem {
        width: 100%;
    }

    .telitorFemCoreRibbon_ReviewCard {
        min-width: 280px;
    }
    
    .telitorFemCoreRibbon_FormCard {
        padding: 30px;
    }
}