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

body.velmora-eyeform-9505-main-body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #120014;
    color: #ffffff;
    line-height: 1.6;
    overflow-x: hidden;
}

.velmora-eyeform-9505-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* HEADER */
.velmora-eyeform-9505-header-section {
    background: rgba(18, 0, 20, 0.95);
    border-bottom: 2px solid #FF4FD8;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 15px rgba(255, 79, 216, 0.3);
}

.velmora-eyeform-9505-flex-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.velmora-eyeform-9505-logo-text {
    font-size: 28px;
    font-weight: 800;
    color: #FF4FD8;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 10px #FF4FD8;
}

.velmora-eyeform-9505-nav-list {
    display: flex;
    list-style: none;
}

.velmora-eyeform-9505-nav-link {
    color: #ffffff;
    text-decoration: none;
    padding: 10px 15px;
    font-weight: 500;
    transition: 0.3s;
}

.velmora-eyeform-9505-nav-link:hover {
    color: #FF4FD8;
    text-shadow: 0 0 5px #FF4FD8;
}

/* MOBILE MENU */
.velmora-eyeform-9505-menu-input {
    display: none;
}

.velmora-eyeform-9505-burger-btn {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.velmora-eyeform-9505-burger-btn span {
    width: 25px;
    height: 3px;
    background: #FF4FD8;
    margin: 2px 0;
    transition: 0.3s;
}

/* HERO SECTION */
.velmora-eyeform-9505-hero-block {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.velmora-eyeform-9505-hero-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
}

.velmora-eyeform-9505-hero-image-side {
    flex: 1;
}

.velmora-eyeform-9505-hero-img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(255, 79, 216, 0.4);
    border: 1px solid #FF4FD8;
}

.velmora-eyeform-9505-hero-text-side {
    flex: 1.2;
}

.velmora-eyeform-9505-h1-title {
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #FF4FD8;
}

.velmora-eyeform-9505-subtitle {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.9;
}

.velmora-eyeform-9505-hero-info-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.velmora-eyeform-9505-info-item {
    background: rgba(255, 79, 216, 0.05);
    padding: 15px;
    border-left: 4px solid #FF4FD8;
}

.velmora-eyeform-9505-info-h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.velmora-eyeform-9505-cta-button {
    display: inline-block;
    padding: 15px 40px;
    background: #FF4FD8;
    color: #120014;
    text-decoration: none;
    font-weight: bold;
    border-radius: 50px;
    text-transform: uppercase;
    box-shadow: 0 0 20px #FF4FD8;
    transition: 0.3s;
}

.velmora-eyeform-9505-cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 35px #FF4FD8;
    background: #ff7be2;
}

/* SECTION TITLES */
.velmora-eyeform-9505-section-h2 {
    font-size: 36px;
    margin-bottom: 40px;
    color: #FF4FD8;
    position: relative;
    padding-bottom: 15px;
}

.velmora-eyeform-9505-section-h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: #FF4FD8;
    box-shadow: 0 0 10px #FF4FD8;
}

.velmora-eyeform-9505-center {
    text-align: center;
}

.velmora-eyeform-9505-center::after {
    left: 50%;
    transform: translateX(-50%);
}

/* EXPERT & REVIEWS SLIDER */
.velmora-eyeform-9505-expert-reviews-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #120014 0%, #1a011d 100%);
}

.velmora-eyeform-9505-expert-quote-box {
    margin-bottom: 80px;
}

.velmora-eyeform-9505-main-quote {
    font-size: 24px;
    font-style: italic;
    border-left: 5px solid #FF4FD8;
    padding-left: 30px;
    margin: 30px 0;
}

.velmora-eyeform-9505-expert-name {
    font-weight: bold;
    font-size: 20px;
    color: #FF4FD8;
}

.velmora-eyeform-9505-reviews-slider-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.velmora-eyeform-9505-slides-wrapper {
    overflow: hidden;
    position: relative;
    height: 250px;
    margin-top: 30px;
}

.velmora-eyeform-9505-single-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: 0.5s ease-in-out;
    padding: 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    border: 1px dashed #FF4FD8;
}

.velmora-eyeform-9505-review-text {
    font-size: 18px;
    margin-bottom: 20px;
}

.velmora-eyeform-9505-review-author {
    font-weight: bold;
    color: #FF4FD8;
}

.velmora-eyeform-slider-radio {
    display: none;
}

#velmora-eyeform-slide-1:checked ~ .velmora-eyeform-9505-slides-wrapper .velmora-eyeform-slide-content-1,
#velmora-eyeform-slide-2:checked ~ .velmora-eyeform-9505-slides-wrapper .velmora-eyeform-slide-content-2,
#velmora-eyeform-slide-3:checked ~ .velmora-eyeform-9505-slides-wrapper .velmora-eyeform-slide-content-3 {
    opacity: 1;
    z-index: 1;
}

.velmora-eyeform-9505-slider-controls {
    margin-top: 20px;
}

.velmora-eyeform-9505-slider-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: rgba(255, 79, 216, 0.3);
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    transition: 0.3s;
}

#velmora-eyeform-slide-1:checked ~ .velmora-eyeform-9505-slider-controls label[for="velmora-eyeform-slide-1"],
#velmora-eyeform-slide-2:checked ~ .velmora-eyeform-9505-slider-controls label[for="velmora-eyeform-slide-2"],
#velmora-eyeform-slide-3:checked ~ .velmora-eyeform-9505-slider-controls label[for="velmora-eyeform-slide-3"] {
    background: #FF4FD8;
    box-shadow: 0 0 10px #FF4FD8;
}

/* TARGET SECTION */
.velmora-eyeform-9505-target-section {
    padding: 100px 0;
}

.velmora-eyeform-9505-target-grid {
    display: flex;
    gap: 50px;
    align-items: center;
}

.velmora-eyeform-9505-target-image {
    flex: 1;
}

.velmora-eyeform-9505-standard-img {
    width: 100%;
    border-radius: 15px;
}

.velmora-eyeform-9505-target-content {
    flex: 1.2;
}

.velmora-eyeform-9505-p-lead {
    font-size: 20px;
    margin-bottom: 25px;
    color: #FF4FD8;
}

.velmora-eyeform-9505-ul-list {
    list-style: none;
    margin-bottom: 30px;
}

.velmora-eyeform-9505-ul-list li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 12px;
}

.velmora-eyeform-9505-ul-list li::before {
    content: '➔';
    position: absolute;
    left: 0;
    color: #FF4FD8;
}

.velmora-eyeform-9505-price-preview {
    background: #FF4FD8;
    color: #120014;
    padding: 15px 25px;
    border-radius: 10px;
    display: inline-block;
}

/* BENEFITS SECTION */
.velmora-eyeform-9505-benefits-section {
    padding: 100px 0;
    background: #0d000e;
}

.velmora-eyeform-9505-flex-reverse {
    display: flex;
    flex-direction: row-reverse;
    gap: 50px;
    align-items: center;
}

.velmora-eyeform-9505-benefit-item {
    margin-bottom: 30px;
}

.velmora-eyeform-9505-benefit-h4 {
    font-size: 22px;
    color: #FF4FD8;
    margin-bottom: 10px;
}

/* PRICING */
.velmora-eyeform-9505-pricing-section {
    padding: 100px 0;
}

.velmora-eyeform-9505-pricing-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 50px;
}

.velmora-eyeform-9505-price-card {
    flex: 1;
    min-width: 250px;
    background: rgba(255, 79, 216, 0.03);
    border: 1px solid rgba(255, 79, 216, 0.2);
    padding: 40px;
    border-radius: 20px;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
}

.velmora-eyeform-9505-card-featured {
    border: 2px solid #FF4FD8;
    transform: scale(1.05);
    background: rgba(255, 79, 216, 0.08);
    box-shadow: 0 0 30px rgba(255, 79, 216, 0.2);
}

.velmora-eyeform-9505-price-name {
    font-size: 24px;
    margin-bottom: 15px;
}

.velmora-eyeform-9505-price-val {
    font-size: 36px;
    font-weight: 800;
    color: #FF4FD8;
    margin-bottom: 30px;
}

.velmora-eyeform-9505-price-list {
    list-style: none;
    margin-bottom: 40px;
    flex-grow: 1;
}

.velmora-eyeform-9505-price-list li {
    margin-bottom: 10px;
    font-size: 15px;
    opacity: 0.8;
}

.velmora-eyeform-9505-price-btn {
    display: block;
    text-align: center;
    padding: 12px;
    border: 2px solid #FF4FD8;
    color: #FF4FD8;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    transition: 0.3s;
}

.velmora-eyeform-9505-price-btn:hover {
    background: #FF4FD8;
    color: #120014;
    box-shadow: 0 0 15px #FF4FD8;
}

/* FAQ */
.velmora-eyeform-9505-faq-section {
    padding: 100px 0;
    background: #120014;
}

.velmora-eyeform-9505-faq-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.velmora-eyeform-9505-faq-item {
    background: rgba(255, 255, 255, 0.05);
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
}

.velmora-eyeform-9505-faq-q {
    padding: 20px;
    cursor: pointer;
    font-weight: bold;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 79, 216, 0.1);
}

.velmora-eyeform-9505-faq-q::after {
    content: '+';
    color: #FF4FD8;
    font-size: 24px;
}

.velmora-eyeform-9505-faq-item[open] .velmora-eyeform-9505-faq-q::after {
    content: '-';
}

.velmora-eyeform-9505-faq-a {
    padding: 20px;
    opacity: 0.8;
}

/* FORM */
.velmora-eyeform-9505-form-section {
    padding: 100px 0;
}

.velmora-eyeform-9505-form-card {
    max-width: 600px;
    margin: 0 auto;
    background: #1a011d;
    padding: 50px;
    border-radius: 30px;
    border: 1px solid #FF4FD8;
    box-shadow: 0 0 50px rgba(255, 79, 216, 0.2);
}

.velmora-eyeform-9505-input-group {
    margin-bottom: 20px;
}

.velmora-eyeform-9505-label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #FF4FD8;
}

.velmora-eyeform-9505-input-field,
.velmora-eyeform-9505-textarea-field {
    width: 100%;
    padding: 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 79, 216, 0.3);
    color: white;
    border-radius: 8px;
    outline: none;
}

.velmora-eyeform-9505-input-field:focus,
.velmora-eyeform-9505-textarea-field:focus {
    border-color: #FF4FD8;
    box-shadow: 0 0 10px rgba(255, 79, 216, 0.3);
}

.velmora-eyeform-9505-textarea-field {
    height: 120px;
    resize: none;
}

.velmora-eyeform-9505-checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 30px;
}

.velmora-eyeform-9505-checkbox-label {
    font-size: 13px;
    opacity: 0.8;
}

.velmora-eyeform-9505-submit-btn {
    width: 100%;
    padding: 15px;
    background: #FF4FD8;
    border: none;
    color: #120014;
    font-weight: bold;
    font-size: 18px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}

.velmora-eyeform-9505-submit-btn:hover {
    background: #ff7be2;
    box-shadow: 0 0 20px #FF4FD8;
}

/* ARTICLES */
.velmora-eyeform-9505-article-section {
    padding: 80px 0;
}

.velmora-eyeform-alt-bg {
    background: #0a000a;
}

.velmora-eyeform-9505-article-h2 {
    font-size: 32px;
    margin-bottom: 30px;
    color: #FF4FD8;
}

.velmora-eyeform-9505-article-text p {
    margin-bottom: 20px;
    font-size: 17px;
    opacity: 0.85;
}

.velmora-eyeform-9505-ul-article {
    list-style: square;
    margin-left: 20px;
    margin-bottom: 25px;
    color: #FF4FD8;
}

.velmora-eyeform-9505-ul-article li {
    margin-bottom: 10px;
}

/* FOOTER */
.velmora-eyeform-9505-footer {
    padding: 60px 0 30px;
    border-top: 1px solid rgba(255, 79, 216, 0.2);
    background: #080009;
}

.velmora-eyeform-9505-footer-top {
    text-align: center;
    margin-bottom: 40px;
}

.velmora-eyeform-9505-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 14px;
    opacity: 0.6;
}

.velmora-eyeform-9505-footer-links a {
    color: white;
    text-decoration: none;
    margin-left: 20px;
    transition: 0.3s;
}

.velmora-eyeform-9505-footer-links a:hover {
    color: #FF4FD8;
}

/* RESPONSIVENESS */
@media (max-width: 992px) {
    .velmora-eyeform-9505-hero-wrapper,
    .velmora-eyeform-9505-target-grid,
    .velmora-eyeform-9505-flex-reverse {
        flex-direction: column;
        text-align: center;
    }

    .velmora-eyeform-9505-section-h2::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .velmora-eyeform-9505-pricing-grid {
        justify-content: center;
    }

    .velmora-eyeform-9505-price-card {
        min-width: 45%;
    }

    .velmora-eyeform-9505-card-featured {
        transform: none;
    }
}

@media (max-width: 768px) {
    .velmora-eyeform-9505-burger-btn {
        display: flex;
    }

    .velmora-eyeform-9505-nav-menu {
        position: fixed;
        top: 80px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 80px);
        background: #120014;
        transition: 0.4s;
        padding: 50px 0;
    }

    .velmora-eyeform-9505-nav-list {
        flex-direction: column;
        align-items: center;
    }

    .velmora-eyeform-9505-nav-link {
        font-size: 24px;
        margin: 15px 0;
    }

    .velmora-eyeform-9505-menu-input:checked ~ .velmora-eyeform-9505-nav-menu {
        left: 0;
    }

    .velmora-eyeform-9505-h1-title {
        font-size: 32px;
    }

    .velmora-eyeform-9505-price-card {
        min-width: 100%;
    }

    .velmora-eyeform-9505-footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}