:root {
    --bg: #050b1d;
    --bg-soft: #0a1833;
    --card: #11274a;
    --card-strong: #17345f;
    --accent: #38d5ff;
    --accent-2: #7ff2b1;
    --text: #e6eefb;
    --muted: #a6b7d3;
    --line: rgba(56, 213, 255, 0.22);
    --shadow: 0 18px 40px rgba(2, 8, 24, 0.42);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.GeneralCareRiduqoyir_BodyWrapper {
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
    background: radial-gradient(circle at top, #0f2446 0%, #050b1d 48%);
    color: var(--text);
    line-height: 1.7;
    overflow-x: hidden;
}

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

a {
    color: inherit;
    text-decoration: none;
}

.GeneralCareRiduqoyir_SectionContainer {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.GeneralCareRiduqoyir_SectionHeading {
    font-size: clamp(1.8rem, 2.9vw, 2.6rem);
    line-height: 1.2;
    margin-bottom: 18px;
    color: #f5fbff;
}

.GeneralCareRiduqoyir_IntroText,
.GeneralCareRiduqoyir_TextParagraph,
.GeneralCareRiduqoyir_FormSub {
    color: var(--muted);
}

.GeneralCareRiduqoyir_TextParagraph {
    margin-bottom: 18px;
}

.GeneralCareRiduqoyir_HeaderMain {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    backdrop-filter: blur(10px);
    background: rgba(4, 12, 28, 0.84);
    border-bottom: 1px solid var(--line);
}

.GeneralCareRiduqoyir_NavContainer {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.GeneralCareRiduqoyir_LogoText {
    font-size: 1.52rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--accent);
    text-shadow: 0 0 12px rgba(56, 213, 255, 0.35);
}

.GeneralCareRiduqoyir_NavigationMenu {
    margin-left: auto;
}

.GeneralCareRiduqoyir_NavList {
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
}

.GeneralCareRiduqoyir_NavLink {
    font-size: 0.92rem;
    color: #c7d4ea;
    font-weight: 500;
    transition: color 0.25s ease;
}

.GeneralCareRiduqoyir_NavLink:hover {
    color: var(--accent);
}

.GeneralCareRiduqoyir_ProgressIndicator {
    height: 2px;
    width: 100%;
    background: linear-gradient(90deg, transparent 0%, var(--accent) 40%, transparent 100%);
    opacity: 0.6;
}

.GeneralCareRiduqoyir_BurgerCheckbox {
    display: none;
}

.GeneralCareRiduqoyir_BurgerButton {
    width: 30px;
    height: 22px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.GeneralCareRiduqoyir_BurgerButton span {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 4px;
    background: var(--accent);
}

main {
    padding-top: 84px;
}

section {
    padding: 92px 0;
}

.GeneralCareRiduqoyir_HeroBlock {
    padding-top: 78px;
}

.GeneralCareRiduqoyir_HeroFlex {
    display: grid;
    grid-template-columns: 1.1fr 0.95fr;
    gap: 44px;
    align-items: center;
}

.GeneralCareRiduqoyir_MainTitle {
    font-size: clamp(2rem, 3.5vw, 3.2rem);
    line-height: 1.08;
    margin-bottom: 22px;
}

.GeneralCareRiduqoyir_HeroSub {
    margin-bottom: 16px;
    font-size: 1.06rem;
    color: #c8dcff;
}

.GeneralCareRiduqoyir_CtaButton {
    display: inline-block;
    margin-top: 12px;
    padding: 14px 28px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--accent), #59f3df);
    color: #03203a;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    box-shadow: 0 12px 28px rgba(56, 213, 255, 0.26);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.GeneralCareRiduqoyir_CtaButton:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(56, 213, 255, 0.36);
}

.GeneralCareRiduqoyir_ImageWrapper {
    position: relative;
}

.GeneralCareRiduqoyir_MainHeroImg {
    border-radius: 26px;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.GeneralCareRiduqoyir_FloatingCard {
    position: absolute;
    min-width: 170px;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(10, 24, 51, 0.86);
    border: 1px solid rgba(127, 242, 177, 0.28);
    backdrop-filter: blur(7px);
}

.GeneralCareRiduqoyir_CardPos1 {
    left: -20px;
    bottom: 28px;
}

.GeneralCareRiduqoyir_CardPos2 {
    right: -22px;
    top: 32px;
}

.GeneralCareRiduqoyir_CardValue {
    display: block;
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--accent-2);
}

.GeneralCareRiduqoyir_CardLabel {
    font-size: 0.86rem;
    color: #c8d6ee;
}

.GeneralCareRiduqoyir_TargetSection,
.GeneralCareRiduqoyir_TextSectionAlt,
.GeneralCareRiduqoyir_FaqSection,
.GeneralCareRiduqoyir_FormSection {
    background: var(--bg-soft);
}

.GeneralCareRiduqoyir_TargetGrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.GeneralCareRiduqoyir_TargetItem {
    display: flex;
    gap: 14px;
    padding: 18px;
    border-radius: 18px;
    background: var(--card);
    border: 1px solid var(--line);
}

.GeneralCareRiduqoyir_TargetNumber {
    min-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-weight: 800;
    color: #041c34;
    background: linear-gradient(140deg, var(--accent), var(--accent-2));
}

.GeneralCareRiduqoyir_SmallHeading {
    font-size: 1.02rem;
    margin-bottom: 8px;
}

.GeneralCareRiduqoyir_TextParagraphSmall {
    color: var(--muted);
    font-size: 0.95rem;
}

.GeneralCareRiduqoyir_BenefitsFlex {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 34px;
    align-items: center;
}

.GeneralCareRiduqoyir_BenefitsCardsContainer {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.GeneralCareRiduqoyir_BenefitCard {
    padding: 16px;
    border-radius: 15px;
    background: var(--card);
    border: 1px solid var(--line);
}

.GeneralCareRiduqoyir_BenefitTitle {
    font-size: 1.02rem;
    margin-bottom: 6px;
    color: #d9f9ff;
}

.GeneralCareRiduqoyir_BenefitDesc {
    color: var(--muted);
    font-size: 0.94rem;
}

.GeneralCareRiduqoyir_SideImg {
    border-radius: 22px;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.GeneralCareRiduqoyir_PricingSection {
    background: #070f22;
}

.GeneralCareRiduqoyir_CenterText {
    text-align: center;
}

.GeneralCareRiduqoyir_PricingGrid {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.GeneralCareRiduqoyir_PriceCard {
    position: relative;
    padding: 24px;
    border-radius: 20px;
    background: linear-gradient(170deg, #102548 0%, #0d1f3d 100%);
    border: 1px solid var(--line);
    display: flex;
    flex-direction: column;
}

.GeneralCareRiduqoyir_PopularCard {
    border-color: rgba(127, 242, 177, 0.44);
    box-shadow: 0 16px 34px rgba(127, 242, 177, 0.15);
}

.GeneralCareRiduqoyir_PopularBadge {
    position: absolute;
    top: -12px;
    right: 16px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.72rem;
    color: #05253f;
    background: linear-gradient(135deg, var(--accent-2), #bcffc4);
    font-weight: 800;
}

.GeneralCareRiduqoyir_PriceTitle {
    font-size: 1.26rem;
}

.GeneralCareRiduqoyir_PriceValue {
    margin-top: 8px;
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--accent);
}

.GeneralCareRiduqoyir_PriceList {
    margin: 18px 0 22px;
    padding-left: 18px;
    color: #c9d7ed;
    display: grid;
    gap: 8px;
}

.GeneralCareRiduqoyir_PriceBtn {
    margin-top: auto;
    display: inline-flex;
    justify-content: center;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid var(--accent);
    color: var(--accent);
    font-weight: 700;
    transition: all 0.25s ease;
}

.GeneralCareRiduqoyir_PriceBtn:hover {
    background: var(--accent);
    color: #04172c;
}

.GeneralCareRiduqoyir_ExpertSection {
    background: linear-gradient(170deg, #08152f 0%, #050b1d 100%);
}

.GeneralCareRiduqoyir_ExpertFlex {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 34px;
    align-items: center;
}

.GeneralCareRiduqoyir_QuoteLine {
    width: 86px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--accent), var(--accent-2));
    margin-bottom: 20px;
}

.GeneralCareRiduqoyir_MainQuote {
    font-size: 1.12rem;
    color: #e8f4ff;
}

.GeneralCareRiduqoyir_ExpertName {
    margin-top: 16px;
    color: var(--accent-2);
    font-weight: 700;
}

.GeneralCareRiduqoyir_ExpertAvatar {
    border-radius: 50%;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.GeneralCareRiduqoyir_TextSectionPlain {
    background: #071227;
}

.GeneralCareRiduqoyir_TwoColText {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
}

.GeneralCareRiduqoyir_ContentStack {
    display: grid;
    gap: 14px;
}

.GeneralCareRiduqoyir_SubSubHeading {
    margin-top: 8px;
    font-size: 1.18rem;
    color: #d7f9ff;
}

.GeneralCareRiduqoyir_CustomList {
    margin: 0 0 16px 18px;
    color: #d1e0f8;
    display: grid;
    gap: 8px;
}

.GeneralCareRiduqoyir_CustomList li::marker {
    color: var(--accent-2);
}

.GeneralCareRiduqoyir_ImageBlockWide {
    margin-top: 24px;
}

.GeneralCareRiduqoyir_WideImage {
    border-radius: 18px;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.GeneralCareRiduqoyir_FaqList {
    margin-top: 20px;
    display: grid;
    gap: 12px;
}

.GeneralCareRiduqoyir_FaqItem {
    background: #12274a;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 14px 16px;
}

.GeneralCareRiduqoyir_FaqSummary {
    cursor: pointer;
    font-weight: 700;
    color: #def8ff;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.GeneralCareRiduqoyir_FaqSummary::after {
    content: "+";
    color: var(--accent);
    font-size: 1.2rem;
    margin-left: 14px;
}

.GeneralCareRiduqoyir_FaqItem[open] .GeneralCareRiduqoyir_FaqSummary::after {
    content: "-";
}

.GeneralCareRiduqoyir_FaqContent {
    margin-top: 10px;
    color: var(--muted);
}

.GeneralCareRiduqoyir_FormWrapper {
    width: min(760px, 100%);
    margin: 0 auto;
    background: #102548;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 34px;
}

.GeneralCareRiduqoyir_MainForm {
    margin-top: 18px;
}

.GeneralCareRiduqoyir_FormGroup {
    margin-bottom: 16px;
}

.GeneralCareRiduqoyir_Label {
    display: block;
    margin-bottom: 8px;
    color: #d5ecff;
    font-weight: 600;
}

.GeneralCareRiduqoyir_Input,
.GeneralCareRiduqoyir_Textarea {
    width: 100%;
    border: 1px solid rgba(127, 242, 177, 0.25);
    border-radius: 10px;
    background: #081b36;
    color: var(--text);
    padding: 13px 14px;
    font: inherit;
}

.GeneralCareRiduqoyir_Textarea {
    min-height: 130px;
    resize: vertical;
}

.GeneralCareRiduqoyir_CheckboxGroup {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: #c1d3ec;
    margin: 16px 0 22px;
}

.GeneralCareRiduqoyir_CheckboxLabel a {
    color: var(--accent);
    text-decoration: underline;
}

.GeneralCareRiduqoyir_SubmitBtn {
    width: 100%;
    border: none;
    border-radius: 12px;
    padding: 14px;
    background: linear-gradient(135deg, var(--accent), #60f1e0);
    color: #07243f;
    font-size: 1rem;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.GeneralCareRiduqoyir_SubmitBtn:hover {
    transform: translateY(-1px);
}

.GeneralCareRiduqoyir_FooterMain {
    background: #040b1a;
    border-top: 1px solid var(--line);
    padding: 56px 0;
}

.GeneralCareRiduqoyir_FooterContent {
    display: grid;
    gap: 12px;
    justify-items: center;
    text-align: center;
}

.GeneralCareRiduqoyir_FooterLogo {
    font-size: 1.44rem;
    font-weight: 800;
    color: var(--accent);
}

.GeneralCareRiduqoyir_Copy,
.GeneralCareRiduqoyir_Email {
    color: var(--muted);
}

.GeneralCareRiduqoyir_Email a {
    color: var(--accent);
}

.GeneralCareRiduqoyir_FooterLinks {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
}

.GeneralCareRiduqoyir_FootLink {
    font-size: 0.92rem;
    color: #d2e6ff;
}

.GeneralCareRiduqoyir_FootLink:hover {
    color: var(--accent);
}

@media (max-width: 1024px) {
    section {
        padding: 78px 0;
    }

    .GeneralCareRiduqoyir_HeroFlex,
    .GeneralCareRiduqoyir_BenefitsFlex,
    .GeneralCareRiduqoyir_ExpertFlex {
        grid-template-columns: 1fr;
    }

    .GeneralCareRiduqoyir_PricingGrid,
    .GeneralCareRiduqoyir_TargetGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .GeneralCareRiduqoyir_CardPos1 {
        left: 12px;
    }

    .GeneralCareRiduqoyir_CardPos2 {
        right: 12px;
    }
}

@media (max-width: 860px) {
    .GeneralCareRiduqoyir_BurgerButton {
        display: flex;
    }

    .GeneralCareRiduqoyir_NavigationMenu {
        position: absolute;
        top: 84px;
        left: 0;
        width: 100%;
        display: none;
        background: #06102a;
        border-top: 1px solid var(--line);
        border-bottom: 1px solid var(--line);
    }

    .GeneralCareRiduqoyir_BurgerCheckbox:checked ~ .GeneralCareRiduqoyir_NavigationMenu {
        display: block;
    }

    .GeneralCareRiduqoyir_NavList {
        flex-direction: column;
        gap: 4px;
        padding: 16px 20px;
    }

    .GeneralCareRiduqoyir_NavLink {
        display: block;
        width: 100%;
        padding: 9px 0;
    }

    .GeneralCareRiduqoyir_TwoColText,
    .GeneralCareRiduqoyir_BenefitsCardsContainer {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .GeneralCareRiduqoyir_SectionContainer {
        width: min(1180px, calc(100% - 28px));
    }

    .GeneralCareRiduqoyir_TargetGrid,
    .GeneralCareRiduqoyir_PricingGrid {
        grid-template-columns: 1fr;
    }

    .GeneralCareRiduqoyir_FormWrapper {
        padding: 24px 16px;
    }

    .GeneralCareRiduqoyir_FloatingCard {
        position: static;
        margin-top: 10px;
    }

    .GeneralCareRiduqoyir_CtaButton,
    .GeneralCareRiduqoyir_SubmitBtn {
        width: 100%;
        text-align: center;
    }
}
