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

html {
    scroll-behavior: smooth;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body.veranamelTechniquePowerMesh_Body {
    background-color: #0B0020;
    color: #FFFFFF;
    line-height: 1.6;
    overflow-x: hidden;
}

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

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

/* TYPOGRAPHY */
.veranamelTechniquePowerMesh_H1 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.1;
    margin-bottom: 20px;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.veranamelTechniquePowerMesh_H2 {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    margin-bottom: 30px;
    text-align: center;
    color: #B98CFF;
    position: relative;
    padding-bottom: 15px;
}

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

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

.veranamelTechniquePowerMesh_HeroSub {
    font-size: 1.2rem;
    color: #B98CFF;
    margin-bottom: 20px;
    font-weight: 500;
}

.veranamelTechniquePowerMesh_Text {
    margin-bottom: 15px;
    color: #E0E0E0;
    font-size: 1.05rem;
}

/* BUTTONS */
.veranamelTechniquePowerMesh_BtnPrimary {
    display: inline-block;
    background-color: #B98CFF;
    color: #0B0020;
    padding: 16px 32px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    transition: all 0.3s ease;
    border: 2px solid #B98CFF;
    text-align: center;
}

.veranamelTechniquePowerMesh_BtnPrimary:hover {
    background-color: transparent;
    color: #B98CFF;
    box-shadow: 0 0 20px rgba(185, 140, 255, 0.6);
}

.veranamelTechniquePowerMesh_BtnSecondary {
    display: inline-block;
    background-color: transparent;
    color: #FFFFFF;
    padding: 14px 28px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    transition: all 0.3s ease;
    border: 2px solid #B98CFF;
    text-align: center;
}

.veranamelTechniquePowerMesh_BtnSecondary:hover {
    background-color: #B98CFF;
    color: #0B0020;
}

.veranamelTechniquePowerMesh_BtnFull {
    width: 100%;
}

/* HEADER */
.veranamelTechniquePowerMesh_Header {
    background: #0B0020;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(90deg, transparent, #B98CFF, transparent) 1;
}

.veranamelTechniquePowerMesh_HeaderFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.veranamelTechniquePowerMesh_Logo {
    font-size: 1.8rem;
    font-weight: 800;
    color: #B98CFF;
    letter-spacing: 1px;
    text-shadow: 0 0 5px rgba(185, 140, 255, 0.5);
}

.veranamelTechniquePowerMesh_NavList {
    display: flex;
    list-style: none;
    gap: 25px;
}

.veranamelTechniquePowerMesh_NavLink {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 0.95rem;
    transition: color 0.3s;
    text-transform: uppercase;
}

.veranamelTechniquePowerMesh_NavLink:hover {
    color: #B98CFF;
}

.veranamelTechniquePowerMesh_BurgerToggle {
    display: none;
}

/* HERO SECTION */
.veranamelTechniquePowerMesh_HeroSection {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.veranamelTechniquePowerMesh_HeroGrid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.veranamelTechniquePowerMesh_HeroLeft,
.veranamelTechniquePowerMesh_HeroRight {
    flex: 1 1 500px;
}

.veranamelTechniquePowerMesh_HeroImgMain {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 0 30px rgba(185, 140, 255, 0.2);
    object-fit: cover;
}

.veranamelTechniquePowerMesh_HeroGallery {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.veranamelTechniquePowerMesh_GalleryItem {
    width: calc(33.333% - 10px);
    border-radius: 8px;
    border: 1px solid #B98CFF;
    transition: transform 0.3s;
}

.veranamelTechniquePowerMesh_GalleryItem:hover {
    transform: scale(1.05);
}

/* REVIEWS */
.veranamelTechniquePowerMesh_ReviewsSection {
    padding: 80px 0;
    background: #0D0026;
}

.veranamelTechniquePowerMesh_ReviewsSliderWrapper {
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.veranamelTechniquePowerMesh_ReviewsSlider {
    display: flex;
    scroll-snap-type: x mandatory;
    overflow-x: auto;
    scrollbar-width: none;
}

.veranamelTechniquePowerMesh_ReviewsSlider::-webkit-scrollbar {
    display: none;
}

.veranamelTechniquePowerMesh_ReviewCard {
    min-width: 100%;
    scroll-snap-align: start;
    padding: 40px;
    background: #140035;
    border: 1px solid #B98CFF;
    border-radius: 15px;
    text-align: center;
}

.veranamelTechniquePowerMesh_ReviewText {
    font-size: 1.3rem;
    font-style: italic;
    margin-bottom: 25px;
    color: #FFFFFF;
}

.veranamelTechniquePowerMesh_ReviewAuthor {
    color: #B98CFF;
    font-weight: bold;
    font-size: 1.1rem;
}

.veranamelTechniquePowerMesh_SliderNav {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 25px;
}

.veranamelTechniquePowerMesh_SliderDot {
    width: 12px;
    height: 12px;
    background: #333;
    border-radius: 50%;
    transition: background 0.3s;
}

.veranamelTechniquePowerMesh_SliderDot:hover {
    background: #B98CFF;
}

/* PRICE SECTION */
.veranamelTechniquePowerMesh_PriceSection {
    padding: 80px 0;
}

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

.veranamelTechniquePowerMesh_PriceCard {
    flex: 1 1 300px;
    max-width: 380px;
    background: #140035;
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #333;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s, border-color 0.3s;
}

.veranamelTechniquePowerMesh_PriceCard:hover {
    transform: translateY(-10px);
    border-color: #B98CFF;
}

.veranamelTechniquePowerMesh_PriceCardFeatured {
    border: 2px solid #B98CFF;
    box-shadow: 0 0 25px rgba(185, 140, 255, 0.2);
    position: relative;
}

.veranamelTechniquePowerMesh_PriceTitle {
    font-size: 1.5rem;
    margin-bottom: 10px;
    text-align: center;
}

.veranamelTechniquePowerMesh_PriceVal {
    font-size: 2.5rem;
    font-weight: 800;
    color: #B98CFF;
    text-align: center;
    margin-bottom: 25px;
}

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

.veranamelTechniquePowerMesh_PriceList li {
    padding: 10px 0;
    border-bottom: 1px solid #222;
    text-align: left;
    font-size: 0.95rem;
}

.veranamelTechniquePowerMesh_PriceList li::before {
    content: '✓';
    color: #B98CFF;
    margin-right: 10px;
    font-weight: bold;
}

.veranamelTechniquePowerMesh_QuickLinks {
    margin-top: 20px;
    text-align: center;
}

.veranamelTechniquePowerMesh_SmallLink {
    color: #B98CFF;
    text-decoration: none;
    font-size: 0.85rem;
}

/* AUDIENCE SECTION */
.veranamelTechniquePowerMesh_AudienceSection {
    padding: 80px 0;
    background: #0D0026;
}

.veranamelTechniquePowerMesh_AudienceGrid {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    margin-top: 40px;
    align-items: center;
}

.veranamelTechniquePowerMesh_AudienceList {
    flex: 1 1 500px;
}

.veranamelTechniquePowerMesh_AudienceVisual {
    flex: 1 1 400px;
    display: flex;
    justify-content: center;
}

.veranamelTechniquePowerMesh_Ul {
    list-style: none;
}

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

.veranamelTechniquePowerMesh_Li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 15px;
    height: 2px;
    background: #B98CFF;
}

.veranamelTechniquePowerMesh_ProductBox {
    background: #140035;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #B98CFF;
    max-width: 350px;
}

.veranamelTechniquePowerMesh_ProductImg {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}

.veranamelTechniquePowerMesh_ProductInfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.veranamelTechniquePowerMesh_ProductTitle {
    font-weight: bold;
}

.veranamelTechniquePowerMesh_ProductPrice {
    color: #B98CFF;
    font-weight: 800;
}

/* BENEFITS SECTION */
.veranamelTechniquePowerMesh_BenefitsSection {
    padding: 80px 0;
}

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

.veranamelTechniquePowerMesh_BenefitsContent {
    flex: 1 1 500px;
}

.veranamelTechniquePowerMesh_BenefitsVisual {
    flex: 1 1 400px;
}

.veranamelTechniquePowerMesh_BenefitsList li {
    background: rgba(185, 140, 255, 0.05);
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 10px;
}

/* EXPERT BLOCK */
.veranamelTechniquePowerMesh_ExpertSection {
    padding: 80px 0;
    background: #0B0020;
}

.veranamelTechniquePowerMesh_ExpertBox {
    max-width: 900px;
    margin: 0 auto;
    background: linear-gradient(135deg, #140035, #0B0020);
    padding: 60px;
    border-radius: 30px;
    border: 1px solid #B98CFF;
    text-align: center;
}

.veranamelTechniquePowerMesh_Quote {
    font-size: 1.8rem;
    line-height: 1.4;
    color: #FFFFFF;
    margin-bottom: 40px;
    font-style: italic;
    position: relative;
}

.veranamelTechniquePowerMesh_ExpertMeta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.veranamelTechniquePowerMesh_ExpertAvatar {
    border-radius: 50%;
    border: 3px solid #B98CFF;
}

.veranamelTechniquePowerMesh_ExpertName {
    font-size: 1.4rem;
    font-weight: bold;
}

.veranamelTechniquePowerMesh_ExpertTitle {
    color: #B98CFF;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* TEXT SECTIONS */
.veranamelTechniquePowerMesh_TextSection {
    padding: 80px 0;
}

.veranamelTechniquePowerMesh_AltBg {
    background: #0D0026;
}

.veranamelTechniquePowerMesh_SubSection {
    margin-top: 40px;
    padding: 30px;
    background: rgba(185, 140, 255, 0.03);
    border-left: 4px solid #B98CFF;
}

.veranamelTechniquePowerMesh_GridText {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 40px;
}

.veranamelTechniquePowerMesh_GridText > div {
    flex: 1 1 45%;
}

.veranamelTechniquePowerMesh_TipBox {
    background: #140035;
    padding: 40px;
    border-radius: 20px;
    margin-top: 40px;
}

/* FAQ */
.veranamelTechniquePowerMesh_FaqSection {
    padding: 80px 0;
}

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

.veranamelTechniquePowerMesh_FaqItem {
    background: #140035;
    margin-bottom: 15px;
    border-radius: 10px;
    border: 1px solid #222;
    overflow: hidden;
}

.veranamelTechniquePowerMesh_FaqSummary {
    padding: 20px;
    cursor: pointer;
    font-weight: bold;
    color: #B98CFF;
    list-style: none;
    position: relative;
}

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

.veranamelTechniquePowerMesh_FaqContent {
    padding: 0 20px 20px;
    color: #E0E0E0;
}

/* FORM SECTION */
.veranamelTechniquePowerMesh_FormSection {
    padding: 100px 0;
    background: #0D0026;
}

.veranamelTechniquePowerMesh_FormWrapper {
    max-width: 600px;
    margin: 0 auto;
    background: #140035;
    padding: 50px;
    border-radius: 25px;
    border: 1px solid #B98CFF;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
}

.veranamelTechniquePowerMesh_Form {
    margin-top: 30px;
}

.veranamelTechniquePowerMesh_FormGroup {
    margin-bottom: 20px;
}

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

.veranamelTechniquePowerMesh_Input,
.veranamelTechniquePowerMesh_Textarea {
    width: 100%;
    padding: 15px;
    background: #0B0020;
    border: 1px solid #333;
    border-radius: 6px;
    color: #FFF;
    font-size: 1rem;
    transition: border-color 0.3s;
}

.veranamelTechniquePowerMesh_Input:focus,
.veranamelTechniquePowerMesh_Textarea:focus {
    outline: none;
    border-color: #B98CFF;
}

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

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

.veranamelTechniquePowerMesh_Checkbox {
    margin-top: 5px;
}

.veranamelTechniquePowerMesh_CheckboxLabel {
    font-size: 0.85rem;
    color: #CCC;
}

.veranamelTechniquePowerMesh_CheckboxLabel a {
    color: #B98CFF;
}

/* FOOTER */
.veranamelTechniquePowerMesh_Footer {
    padding: 60px 0;
    background: #0B0020;
    border-top: 1px solid #222;
}

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

.veranamelTechniquePowerMesh_FooterLogo {
    font-size: 1.5rem;
    font-weight: bold;
    color: #B98CFF;
}

.veranamelTechniquePowerMesh_FooterContact a {
    color: #FFFFFF;
    text-decoration: none;
}

.veranamelTechniquePowerMesh_FooterBottom {
    border-top: 1px solid #222;
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    font-size: 0.85rem;
    color: #888;
}

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

.veranamelTechniquePowerMesh_FooterNav a {
    color: #888;
    text-decoration: none;
    transition: color 0.3s;
}

.veranamelTechniquePowerMesh_FooterNav a:hover {
    color: #B98CFF;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .veranamelTechniquePowerMesh_HeroGrid,
    .veranamelTechniquePowerMesh_AudienceGrid,
    .veranamelTechniquePowerMesh_BenefitsGrid {
        flex-direction: column;
        text-align: center;
    }
    .veranamelTechniquePowerMesh_Ul {
        text-align: left;
    }
}

@media (max-width: 768px) {
    .veranamelTechniquePowerMesh_HeaderFlex {
        position: relative;
    }

    .veranamelTechniquePowerMesh_BurgerLabel {
        display: flex;
        flex-direction: column;
        gap: 6px;
        cursor: pointer;
    }

    .veranamelTechniquePowerMesh_BurgerLabel span {
        width: 30px;
        height: 3px;
        background: #B98CFF;
        transition: 0.3s;
    }

    .veranamelTechniquePowerMesh_Nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #0B0020;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease-in-out;
    }

    .veranamelTechniquePowerMesh_NavList {
        flex-direction: column;
        padding: 20px;
        gap: 15px;
        text-align: center;
    }

    .veranamelTechniquePowerMesh_BurgerToggle:checked ~ .veranamelTechniquePowerMesh_Nav {
        max-height: 500px;
    }
    
    .veranamelTechniquePowerMesh_HeroLeft {
        order: -1;
    }
}

/* ADDING EXTRA LINES TO CSS FOR SPECIFICITY AND DETAIL */
.veranamelTechniquePowerMesh_PriceCard:nth-child(1) { transition-delay: 0.1s; }
.veranamelTechniquePowerMesh_PriceCard:nth-child(2) { transition-delay: 0.2s; }
.veranamelTechniquePowerMesh_PriceCard:nth-child(3) { transition-delay: 0.3s; }

.veranamelTechniquePowerMesh_FaqSummary:hover {
    background: rgba(185, 140, 255, 0.05);
}

.veranamelTechniquePowerMesh_FaqItem[open] .veranamelTechniquePowerMesh_FaqSummary {
    border-bottom: 1px solid #222;
}

/* UTILITY CLASSES */
.veranamelTechniquePowerMesh_mt_20 { margin-top: 20px; }
.veranamelTechniquePowerMesh_mb_20 { margin-bottom: 20px; }
.veranamelTechniquePowerMesh_text_center { text-align: center; }

/* DECORATIVE LIGHT ARCS */
.veranamelTechniquePowerMesh_HeroSection::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(185, 140, 255, 0.15) 0%, transparent 70%);
    top: -100px;
    right: -100px;
    pointer-events: none;
}

.veranamelTechniquePowerMesh_HeroSection::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(185, 140, 255, 0.1) 0%, transparent 70%);
    bottom: -200px;
    left: -200px;
    pointer-events: none;
}

/* END OF style.css */