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

body.lunaris-pelvflow-9409-body {
    background-color: #120014;
    color: #ffffff;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

.lunaris-pelvflow-9409-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

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

a {
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
}

/* HEADER */
.lunaris-pelvflow-9409-header {
    background: linear-gradient(180deg, #3d003d 0%, #120014 100%);
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 15px rgba(255, 79, 216, 0.2);
}

.lunaris-pelvflow-9409-header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lunaris-pelvflow-9409-logo {
    font-size: 1.8rem;
    font-weight: 800;
    color: #FF4FD8;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(255, 79, 216, 0.5);
}

.lunaris-pelvflow-9409-nav-list {
    display: flex;
    list-style: none;
    gap: 25px;
}

.lunaris-pelvflow-9409-nav-link {
    font-weight: 500;
    font-size: 1rem;
}

.lunaris-pelvflow-9409-nav-link:hover {
    color: #FF4FD8;
}

/* BURGER MENU (NO JS) */
.lunaris-pelvflow-9409-toggle-input {
    display: none;
}

.lunaris-pelvflow-9409-burger {
    display: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
}

.lunaris-pelvflow-9409-burger span {
    width: 30px;
    height: 3px;
    background-color: #FF4FD8;
    transition: 0.3s;
}

/* HERO SECTION */
.lunaris-pelvflow-9409-hero-section {
    padding: 80px 0;
}

.lunaris-pelvflow-9409-hero-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}

.lunaris-pelvflow-9409-hero-image-side {
    flex: 1;
    min-width: 300px;
}

.lunaris-pelvflow-9409-main-hero-img {
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(255, 79, 216, 0.3);
    margin-bottom: 20px;
    border: 1px solid #FF4FD8;
}

.lunaris-pelvflow-9409-hero-small-photos {
    display: flex;
    gap: 15px;
}

.lunaris-pelvflow-9409-photo-card {
    flex: 1;
    text-align: center;
    background: #1e001e;
    padding: 10px;
    border-radius: 10px;
}

.lunaris-pelvflow-9409-photo-card img {
    border-radius: 8px;
    margin-bottom: 8px;
}

.lunaris-pelvflow-9409-photo-card p {
    font-size: 0.8rem;
    color: #FF4FD8;
}

.lunaris-pelvflow-9409-hero-text-side {
    flex: 1;
    min-width: 300px;
}

.lunaris-pelvflow-9409-h1 {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #FF4FD8;
}

.lunaris-pelvflow-9409-subtitle {
    font-size: 1.5rem;
    margin-bottom: 25px;
    color: #ff9eee;
}

.lunaris-pelvflow-9409-hero-p {
    margin-bottom: 20px;
    font-size: 1.1rem;
    color: #e0e0e0;
}

/* BUTTONS */
.lunaris-pelvflow-9409-btn-lava {
    display: inline-block;
    padding: 15px 40px;
    background-color: #FF4FD8;
    color: #ffffff;
    border-radius: 50px;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 0 0 15px rgba(255, 79, 216, 0.6);
    border: none;
    cursor: pointer;
    animation: lunaris-pulse 2s infinite;
}

.lunaris-pelvflow-9409-btn-lava:hover {
    background-color: #ff7be2;
    box-shadow: 0 0 25px rgba(255, 79, 216, 0.8);
    transform: translateY(-2px);
}

@keyframes lunaris-pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.03); }
    100% { transform: scale(1); }
}

/* REVIEWS */
.lunaris-pelvflow-9409-reviews-section {
    padding: 100px 0;
    background-color: #1a001a;
}

.lunaris-pelvflow-9409-h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 50px;
    color: #FF4FD8;
}

.lunaris-pelvflow-9409-reviews-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.lunaris-pelvflow-9409-review-card {
    background: #120014;
    padding: 30px;
    border-radius: 15px;
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    border-left: 5px solid #FF4FD8;
    position: relative;
}

.lunaris-pelvflow-9409-review-text {
    font-style: italic;
    margin-bottom: 20px;
}

.lunaris-pelvflow-9409-review-author {
    font-weight: bold;
    color: #FF4FD8;
}

/* FOR WHOM */
.lunaris-pelvflow-9409-target-section {
    padding: 100px 0;
}

.lunaris-pelvflow-9409-lava-line {
    height: 2px;
    background: linear-gradient(90deg, transparent, #FF4FD8, transparent);
    margin: 40px 0;
}

.lunaris-pelvflow-9409-intro-text {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
}

.lunaris-pelvflow-9409-target-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.lunaris-pelvflow-9409-target-item {
    background: #1e001e;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #3d003d;
    transition: 0.3s;
}

.lunaris-pelvflow-9409-target-item:hover {
    border-color: #FF4FD8;
    transform: translateY(-5px);
}

.lunaris-pelvflow-9409-target-item h3 {
    color: #FF4FD8;
    margin-bottom: 15px;
}

/* PRICING */
.lunaris-pelvflow-9409-pricing-section {
    padding: 100px 0;
    background-color: #0d000d;
}

.lunaris-pelvflow-9409-pricing-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.lunaris-pelvflow-9409-price-card {
    background: #1a001a;
    padding: 40px;
    border-radius: 20px;
    flex: 1;
    min-width: 300px;
    max-width: 380px;
    text-align: center;
    border: 1px solid #3d003d;
    position: relative;
    display: flex;
    flex-direction: column;
}

.lunaris-pelvflow-9409-featured {
    border: 2px solid #FF4FD8;
    transform: scale(1.05);
    z-index: 10;
}

.lunaris-pelvflow-9409-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #FF4FD8;
    padding: 5px 20px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: bold;
}

.lunaris-pelvflow-9409-amount {
    font-size: 2.5rem;
    font-weight: 800;
    margin: 20px 0;
    color: #FF4FD8;
}

.lunaris-pelvflow-9409-amount span {
    font-size: 1rem;
    color: #ccc;
}

.lunaris-pelvflow-9409-price-list {
    list-style: none;
    margin-bottom: 30px;
    text-align: left;
    flex-grow: 1;
}

.lunaris-pelvflow-9409-price-list li {
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
}

.lunaris-pelvflow-9409-price-list li::before {
    content: '✔';
    position: absolute;
    left: 0;
    color: #FF4FD8;
}

.lunaris-pelvflow-9409-quick-links {
    margin-top: 20px;
}

.lunaris-pelvflow-9409-quick-links a {
    font-size: 0.9rem;
    color: #FF4FD8;
    text-decoration: underline;
}

/* EXPERT */
.lunaris-pelvflow-9409-expert-section {
    padding: 100px 0;
}

.lunaris-pelvflow-9409-expert-quote-block {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    background: #1e001e;
    padding: 60px;
    border-radius: 30px;
    box-shadow: inset 0 0 50px rgba(255, 79, 216, 0.1);
}

.lunaris-pelvflow-9409-quote-icon {
    font-size: 5rem;
    color: #FF4FD8;
    line-height: 1;
    opacity: 0.3;
}

.lunaris-pelvflow-9409-quote-text {
    font-size: 1.4rem;
    margin-bottom: 30px;
    line-height: 1.8;
}

.lunaris-pelvflow-9409-expert-name {
    font-weight: bold;
    font-size: 1.2rem;
    color: #FF4FD8;
    margin-bottom: 20px;
}

.lunaris-pelvflow-9409-expert-avatar {
    margin: 0 auto;
    border-radius: 50%;
    border: 3px solid #FF4FD8;
}

/* BENEFITS */
.lunaris-pelvflow-9409-benefits-section {
    padding: 100px 0;
}

.lunaris-pelvflow-9409-benefits-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center;
}

.lunaris-pelvflow-9409-benefits-text {
    flex: 1;
    min-width: 300px;
}

.lunaris-pelvflow-9409-benefits-list {
    list-style: none;
}

.lunaris-pelvflow-9409-benefits-list li {
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.lunaris-pelvflow-9409-benefits-list li strong {
    color: #FF4FD8;
    display: block;
}

.lunaris-pelvflow-9409-benefits-img-side {
    flex: 1;
    min-width: 300px;
}

.lunaris-pelvflow-9409-side-img {
    border-radius: 20px;
    box-shadow: 20px 20px 0 #3d003d;
}

/* FAQ */
.lunaris-pelvflow-9409-faq-section {
    padding: 100px 0;
}

.lunaris-pelvflow-9409-faq-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.lunaris-pelvflow-9409-faq-item {
    background: #1e001e;
    margin-bottom: 15px;
    border-radius: 10px;
    border: 1px solid #3d003d;
}

.lunaris-pelvflow-9409-faq-item summary {
    padding: 20px;
    cursor: pointer;
    font-weight: bold;
    color: #FF4FD8;
    outline: none;
}

.lunaris-pelvflow-9409-faq-item p {
    padding: 0 20px 20px;
    color: #ddd;
}

/* FORM */
.lunaris-pelvflow-9409-form-section {
    padding: 100px 0;
    background: radial-gradient(circle at center, #3d003d 0%, #120014 100%);
}

.lunaris-pelvflow-9409-form-card {
    max-width: 600px;
    margin: 0 auto;
    background: #120014;
    padding: 50px;
    border-radius: 20px;
    border: 1px solid #FF4FD8;
    box-shadow: 0 0 40px rgba(255, 79, 216, 0.2);
}

.lunaris-pelvflow-9409-form-sub {
    text-align: center;
    margin-bottom: 30px;
}

.lunaris-pelvflow-9409-form-group {
    margin-bottom: 20px;
}

.lunaris-pelvflow-9409-form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 0.9rem;
}

.lunaris-pelvflow-9409-form-group input,
.lunaris-pelvflow-9409-form-group textarea {
    width: 100%;
    padding: 12px;
    background: #1e001e;
    border: 1px solid #3d003d;
    border-radius: 8px;
    color: white;
}

.lunaris-pelvflow-9409-checkbox-group {
    margin-bottom: 30px;
    font-size: 0.85rem;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.lunaris-pelvflow-9409-btn-lava-full {
    width: 100%;
    padding: 15px;
    background-color: #FF4FD8;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
}

/* TEXT CONTENT SECTIONS */
.lunaris-pelvflow-9409-text-content-section {
    padding: 80px 0;
}

.lunaris-pelvflow-9409-alt-bg {
    background-color: #1a001a;
}

.lunaris-pelvflow-9409-text-content-section p {
    margin-bottom: 20px;
    font-size: 1.1rem;
    max-width: 900px;
}

.lunaris-pelvflow-9409-custom-list {
    margin-bottom: 30px;
    list-style: none;
}

.lunaris-pelvflow-9409-custom-list li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}

.lunaris-pelvflow-9409-custom-list li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #FF4FD8;
}

/* FOOTER */
.lunaris-pelvflow-9409-footer {
    padding: 60px 0;
    background: #000000;
    border-top: 1px solid #3d003d;
    text-align: center;
}

.lunaris-pelvflow-9409-footer-top {
    margin-bottom: 30px;
}

.lunaris-pelvflow-9409-footer-top p {
    margin-bottom: 10px;
    font-size: 0.9rem;
    color: #aaa;
}

.lunaris-pelvflow-9409-footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.lunaris-pelvflow-9409-footer-links a {
    font-size: 0.8rem;
    color: #666;
}

.lunaris-pelvflow-9409-footer-links a:hover {
    color: #FF4FD8;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .lunaris-pelvflow-9409-h1 { font-size: 2.5rem; }
    .lunaris-pelvflow-9409-featured { transform: scale(1); }
}

@media (max-width: 768px) {
    .lunaris-pelvflow-9409-burger { display: flex; }
    .lunaris-pelvflow-9409-nav {
        display: none;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        background: #120014;
        padding: 20px;
        border-bottom: 1px solid #FF4FD8;
    }
    .lunaris-pelvflow-9409-nav-list {
        flex-direction: column;
        align-items: center;
    }
    .lunaris-pelvflow-9409-toggle-input:checked ~ .lunaris-pelvflow-9409-nav {
        display: block;
    }
    .lunaris-pelvflow-9409-hero-grid, .lunaris-pelvflow-9409-benefits-grid {
        flex-direction: column;
    }
    .lunaris-pelvflow-9409-hero-image-side { order: 2; }
    .lunaris-pelvflow-9409-hero-text-side { order: 1; text-align: center; }
}