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

html {
    scroll-behavior: smooth;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #0f172a;
    color: #e2e8f0;
}

body.WahowoPulse_BodyRoot {
    line-height: 1.6;
    overflow-x: hidden;
}

/* HEADER */
.WahowoPulse_MainHeader {
    position: sticky;
    top: 0;
    background-color: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 1rem 0;
}

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

.WahowoPulse_LogoText {
    font-size: 1.8rem;
    font-weight: 800;
    color: #22d3ee;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.WahowoPulse_NavToggleCheckbox {
    display: none;
}

.WahowoPulse_NavList {
    list-style: none;
    display: flex;
    gap: 2rem;
}

.WahowoPulse_NavLink {
    text-decoration: none;
    color: #e2e8f0;
    font-weight: 500;
    transition: color 0.3s ease;
}

.WahowoPulse_NavLink:hover {
    color: #22d3ee;
}

.WahowoPulse_HeaderDecorativeLine {
    height: 3px;
    background: linear-gradient(90deg, #22d3ee, #a7f3d0, transparent);
    width: 100%;
}

/* HERO SECTION */
.WahowoPulse_HeroSection {
    padding: 80px 0;
    border-bottom: 1px solid rgba(34, 211, 238, 0.1);
}

.WahowoPulse_HeroWrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 60px;
}

.WahowoPulse_HeroImageSide {
    flex: 1;
}

.WahowoPulse_HeroMainImg {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(34, 211, 238, 0.2);
    object-fit: cover;
}

.WahowoPulse_HeroTextSide {
    flex: 1.2;
}

.WahowoPulse_HeroTitle {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #f8fafc;
}

.WahowoPulse_HeroSubtitle {
    font-size: 1.4rem;
    color: #22d3ee;
    margin-bottom: 1.5rem;
    font-weight: 300;
}

.WahowoPulse_HeroDescription {
    margin-bottom: 1rem;
    color: #94a3b8;
}

.WahowoPulse_HeroButtonGroup {
    margin-top: 2.5rem;
    display: flex;
    gap: 20px;
}

.WahowoPulse_ButtonPrimary {
    background-color: #22d3ee;
    color: #0f172a;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 0 15px rgba(34, 211, 238, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.WahowoPulse_ButtonPrimary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 25px rgba(34, 211, 238, 0.6);
}

.WahowoPulse_ButtonSecondary {
    background-color: transparent;
    border: 2px solid #22d3ee;
    color: #22d3ee;
    padding: 13px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease, color 0.3s ease;
}

.WahowoPulse_ButtonSecondary:hover {
    background-color: #22d3ee;
    color: #0f172a;
}

/* TARGET AUDIENCE */
.WahowoPulse_TargetAudienceSection {
    padding: 100px 0;
    background-color: #111827;
}

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

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

.WahowoPulse_SectionTitle {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #f8fafc;
}

.WahowoPulse_SectionLead {
    color: #94a3b8;
}

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

.WahowoPulse_TargetCard {
    background-color: #1e293b;
    padding: 40px;
    border-radius: 20px;
    width: calc(33.333% - 20px);
    min-width: 280px;
    transition: transform 0.3s ease;
}

.WahowoPulse_TargetCard:hover {
    transform: translateY(-10px);
}

.WahowoPulse_TargetIcon {
    margin-bottom: 20px;
    display: block;
}

.WahowoPulse_TargetCardTitle {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #a7f3d0;
}

.WahowoPulse_TargetCardText {
    color: #cbd5e1;
}

/* PRICING */
.WahowoPulse_PricingSection {
    padding: 100px 0;
}

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

.WahowoPulse_PriceCard {
    background-color: #1e293b;
    padding: 50px 30px;
    border-radius: 24px;
    width: calc(33.333% - 20px);
    min-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid rgba(148, 163, 184, 0.1);
}

.WahowoPulse_PriceCardFeatured {
    border-color: #22d3ee;
    transform: scale(1.05);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}

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

.WahowoPulse_PriceTitle {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.WahowoPulse_PriceValue {
    font-size: 2.5rem;
    font-weight: 800;
    color: #22d3ee;
}

.WahowoPulse_PriceList {
    list-style: none;
    width: 100%;
    margin-bottom: 40px;
    flex-grow: 1;
}

.WahowoPulse_PriceItem {
    padding: 12px 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.1);
    color: #cbd5e1;
    text-align: center;
}

.WahowoPulse_PriceBtn {
    text-decoration: none;
    background-color: #22d3ee;
    color: #0f172a;
    width: 100%;
    text-align: center;
    padding: 15px;
    border-radius: 12px;
    font-weight: 700;
    transition: opacity 0.3s ease;
}

.WahowoPulse_PriceBtn:hover {
    opacity: 0.9;
}

/* FAQ */
.WahowoPulse_FaqSection {
    padding: 100px 0;
    background-color: #0f172a;
}

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

.WahowoPulse_FaqItem {
    background-color: #1e293b;
    margin-bottom: 15px;
    border-radius: 12px;
    overflow: hidden;
}

.WahowoPulse_FaqSummary {
    padding: 20px 30px;
    font-size: 1.2rem;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
    color: #22d3ee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.WahowoPulse_FaqContent {
    padding: 0 30px 20px;
    color: #94a3b8;
}

/* BENEFITS */
.WahowoPulse_BenefitsSection {
    padding: 100px 0;
    background-color: #111827;
}

.WahowoPulse_BenefitsWrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 60px;
}

.WahowoPulse_BenefitsTextSide {
    flex: 1;
}

.WahowoPulse_BenefitsImageSide {
    flex: 1;
}

.WahowoPulse_BenefitsImg {
    width: 100%;
    height: auto;
    border-radius: 30px;
}

.WahowoPulse_BenefitsIntro {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: #cbd5e1;
}

.WahowoPulse_CheckList {
    list-style: none;
}

.WahowoPulse_CheckItem {
    margin-bottom: 15px;
    padding-left: 35px;
    position: relative;
}

.WahowoPulse_CheckItem::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #22d3ee;
    font-weight: bold;
    font-size: 1.2rem;
}

/* EXPERT */
.WahowoPulse_ExpertSection {
    padding: 100px 0;
}

.WahowoPulse_ExpertBox {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    background: rgba(34, 211, 238, 0.05);
    padding: 60px;
    border-radius: 40px;
}

.WahowoPulse_ExpertAvatar {
    width: 160px;
    height: 160px;
    margin: 0 auto 30px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #22d3ee;
}

.WahowoPulse_ExpertImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.WahowoPulse_ExpertQuote {
    font-size: 1.8rem;
    font-style: italic;
    margin-bottom: 25px;
    color: #f8fafc;
    line-height: 1.4;
}

.WahowoPulse_ExpertName {
    font-size: 1.4rem;
    font-weight: 700;
    color: #22d3ee;
}

.WahowoPulse_ExpertTitle {
    color: #94a3b8;
}

/* CONTENT BLOCKS */
.WahowoPulse_ContentBlockOne, 
.WahowoPulse_ContentBlockTwo, 
.WahowoPulse_ContentBlockThree {
    padding: 80px 0;
}

.WahowoPulse_BlockTitle {
    font-size: 2.2rem;
    margin-bottom: 30px;
    color: #a7f3d0;
}

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

.WahowoPulse_SubTitle {
    font-size: 1.5rem;
    margin: 30px 0 15px;
    color: #22d3ee;
}

.WahowoPulse_SimpleList {
    list-style: disc;
    padding-left: 20px;
    color: #cbd5e1;
}

.WahowoPulse_SimpleList li {
    margin-bottom: 10px;
}

/* FORM */
.WahowoPulse_FormSection {
    padding: 100px 0;
    background-color: #111827;
}

.WahowoPulse_FormBox {
    max-width: 600px;
    margin: 0 auto;
    background-color: #1e293b;
    padding: 50px;
    border-radius: 30px;
}

.WahowoPulse_FormSubtitle {
    text-align: center;
    margin-bottom: 40px;
    color: #94a3b8;
}

.WahowoPulse_InputGroup {
    margin-bottom: 20px;
}

.WahowoPulse_FormLabel {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}

.WahowoPulse_FormField {
    width: 100%;
    padding: 14px;
    border-radius: 10px;
    border: 1px solid #334155;
    background-color: #0f172a;
    color: #fff;
}

.WahowoPulse_FormArea {
    width: 100%;
    padding: 14px;
    border-radius: 10px;
    border: 1px solid #334155;
    background-color: #0f172a;
    color: #fff;
    height: 120px;
    resize: vertical;
}

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

.WahowoPulse_FormLink {
    color: #22d3ee;
    text-decoration: underline;
}

.WahowoPulse_FormBtn {
    width: 100%;
    padding: 18px;
    border: none;
    border-radius: 12px;
    background-color: #22d3ee;
    color: #0f172a;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(34, 211, 238, 0.3);
}

/* FOOTER */
.WahowoPulse_MainFooter {
    background-color: #020617;
    padding: 60px 0;
}

.WahowoPulse_FooterContainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}

.WahowoPulse_FooterLogo {
    font-size: 1.5rem;
    font-weight: 800;
    color: #22d3ee;
    display: block;
    margin-bottom: 10px;
}

.WahowoPulse_FooterLinks {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.WahowoPulse_FootLink {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.3s ease;
}

.WahowoPulse_FootLink:hover {
    color: #22d3ee;
}

.WahowoPulse_MailLink {
    color: #22d3ee;
}

/* MOBILE NAV (NO JS BURGER) */
@media (max-width: 991px) {
    .WahowoPulse_HeroWrapper, 
    .WahowoPulse_BenefitsWrapper {
        flex-direction: column;
    }

    .WahowoPulse_TargetCard, 
    .WahowoPulse_PriceCard {
        width: calc(50% - 15px);
    }

    .WahowoPulse_BurgerLabel {
        display: block;
        cursor: pointer;
    }

    .WahowoPulse_BurgerIcon {
        display: block;
        width: 30px;
        height: 2px;
        background-color: #22d3ee;
        position: relative;
    }

    .WahowoPulse_BurgerIcon::before, 
    .WahowoPulse_BurgerIcon::after {
        content: "";
        position: absolute;
        width: 30px;
        height: 2px;
        background-color: #22d3ee;
    }

    .WahowoPulse_BurgerIcon::before { top: -10px; }
    .WahowoPulse_BurgerIcon::after { top: 10px; }

    .WahowoPulse_NavigationMenu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #0f172a;
        display: none;
    }

    .WahowoPulse_NavList {
        flex-direction: column;
        padding: 40px;
        text-align: center;
    }

    .WahowoPulse_NavToggleCheckbox:checked ~ .WahowoPulse_NavigationMenu {
        display: block;
    }
}

@media (max-width: 600px) {
    .WahowoPulse_TargetCard, 
    .WahowoPulse_PriceCard {
        width: 100%;
    }

    .WahowoPulse_HeroTitle {
        font-size: 2.2rem;
    }

    .WahowoPulse_FormBox {
        padding: 30px 20px;
    }
}

/* Additional specificity to prevent "skewing" */
section {
    position: relative;
    overflow: hidden;
}

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