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

body.pelvic-tivza-4817-body-wrapper {
    background-color: #0A0C10;
    color: #E0E0E0;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

/* HEADER STYLES */
header.pelvic-tivza-4817-header-main {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: rgba(10, 12, 16, 0.95);
    backdrop-filter: blur(5px);
    border-bottom: 1px solid #1A1D23;
}

.pelvic-tivza-4817-header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pelvic-tivza-4817-logo-text {
    font-size: 24px;
    font-weight: 800;
    color: #CFFF35;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.pelvic-tivza-4817-nav-list {
    display: flex;
    list-style: none;
    gap: 25px;
}

.pelvic-tivza-4817-nav-link {
    text-decoration: none;
    color: #E0E0E0;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.3s;
    text-transform: uppercase;
}

.pelvic-tivza-4817-nav-link:hover {
    color: #CFFF35;
}

.pelvic-tivza-4817-header-pulse-line {
    height: 2px;
    background: #CFFF35;
    width: 100%;
    box-shadow: 0 0 10px #CFFF35;
    animation: pelvic-tivza-4817-pulse 2s infinite ease-in-out;
}

@keyframes pelvic-tivza-4817-pulse {
    0% { opacity: 0.3; }
    50% { opacity: 1; }
    100% { opacity: 0.3; }
}

/* BURGER MENU NO JS */
.pelvic-tivza-4817-menu-checkbox {
    display: none;
}

.pelvic-tivza-4817-burger-btn {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.pelvic-tivza-4817-burger-btn span {
    width: 25px;
    height: 3px;
    background: #CFFF35;
    border-radius: 2px;
}

/* HERO SECTION */
.pelvic-tivza-4817-hero-section {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.pelvic-tivza-4817-hero-quick-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.pelvic-tivza-4817-quick-btn {
    padding: 8px 20px;
    border: 1px solid #CFFF35;
    color: #CFFF35;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50px;
    transition: background 0.3s, color 0.3s;
}

.pelvic-tivza-4817-quick-btn:hover {
    background: #CFFF35;
    color: #0A0C10;
}

.pelvic-tivza-4817-hero-container {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.pelvic-tivza-4817-hero-image-box {
    flex: 1;
}

.pelvic-tivza-4817-hero-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 20px 20px 0 #1A1D23;
    object-fit: cover;
}

.pelvic-tivza-4817-hero-text-box {
    flex: 1.2;
}

.pelvic-tivza-4817-h1-title {
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #fff;
}

.pelvic-tivza-4817-hero-subtitle {
    font-size: 20px;
    color: #CFFF35;
    margin-bottom: 25px;
    font-weight: 500;
}

.pelvic-tivza-4817-p-text {
    margin-bottom: 20px;
    font-size: 16px;
    color: #B0B0B0;
}

.pelvic-tivza-4817-cta-button {
    display: inline-block;
    padding: 18px 40px;
    background-color: #CFFF35;
    color: #0A0C10;
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 4px;
    margin-top: 20px;
    box-shadow: 0 0 0 #CFFF35;
    transition: transform 0.3s, box-shadow 0.3s;
}

.pelvic-tivza-4817-cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(207, 255, 53, 0.3);
}

/* SECTIONS COMMON */
.pelvic-tivza-4817-separator-line {
    height: 1px;
    background: linear-gradient(90deg, transparent, #CFFF35, transparent);
    margin: 80px 0;
    opacity: 0.3;
}

.pelvic-tivza-4817-h2-center {
    text-align: center;
    font-size: 36px;
    margin-bottom: 40px;
    color: #fff;
}

.pelvic-tivza-4817-h2-title {
    font-size: 36px;
    margin-bottom: 30px;
    color: #fff;
}

.pelvic-tivza-4817-h3-title {
    font-size: 24px;
    margin-bottom: 15px;
    color: #CFFF35;
}

/* FOR WHOM SECTION */
.pelvic-tivza-4817-target-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.pelvic-tivza-4817-target-content {
    display: flex;
    gap: 40px;
    margin-top: 40px;
    align-items: center;
}

.pelvic-tivza-4817-target-grid {
    flex: 1;
}

.pelvic-tivza-4817-target-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    background: #15181D;
    padding: 15px;
    border-left: 3px solid #CFFF35;
    border-radius: 0 4px 4px 0;
}

.pelvic-tivza-4817-marker {
    color: #CFFF35;
    font-weight: bold;
}

.pelvic-tivza-4817-target-visual {
    flex: 1;
    text-align: center;
}

.pelvic-tivza-4817-target-img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 15px;
}

.pelvic-tivza-4817-p-price {
    font-size: 22px;
    color: #E0E0E0;
}

.pelvic-tivza-4817-p-price strong {
    color: #CFFF35;
}

/* PRICES SECTION */
.pelvic-tivza-4817-prices-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.pelvic-tivza-4817-prices-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.pelvic-tivza-4817-price-card {
    background: #15181D;
    border: 1px solid #1A1D23;
    padding: 30px;
    width: calc(33.333% - 20px);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    min-width: 300px;
    transition: border-color 0.3s;
}

.pelvic-tivza-4817-card-highlight {
    border-color: #CFFF35;
    transform: scale(1.03);
    background: #191C22;
}

.pelvic-tivza-4817-price-title {
    font-size: 22px;
    margin-bottom: 15px;
    color: #fff;
}

.pelvic-tivza-4817-price-val {
    font-size: 32px;
    font-weight: 800;
    color: #CFFF35;
    margin-bottom: 20px;
}

.pelvic-tivza-4817-price-list {
    list-style: none;
    margin-bottom: 30px;
    flex-grow: 1;
}

.pelvic-tivza-4817-price-list li {
    margin-bottom: 10px;
    font-size: 14px;
    padding-left: 20px;
    position: relative;
}

.pelvic-tivza-4817-price-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #CFFF35;
}

.pelvic-tivza-4817-price-btn {
    display: block;
    text-align: center;
    padding: 12px;
    border: 1px solid #CFFF35;
    color: #CFFF35;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    transition: 0.3s;
}

.pelvic-tivza-4817-price-btn:hover {
    background: #CFFF35;
    color: #0A0C10;
}

/* BENEFITS SECTION */
.pelvic-tivza-4817-benefits-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.pelvic-tivza-4817-benefits-container {
    display: flex;
    gap: 50px;
    align-items: center;
}

.pelvic-tivza-4817-benefits-text {
    flex: 1.5;
}

.pelvic-tivza-4817-benefits-image {
    flex: 1;
}

.pelvic-tivza-4817-benefit-img {
    width: 100%;
    border-radius: 50%;
    border: 5px solid #15181D;
}

.pelvic-tivza-4817-list-standard {
    list-style: none;
}

.pelvic-tivza-4817-list-standard li {
    margin-bottom: 15px;
    font-size: 16px;
}

.pelvic-tivza-4817-list-standard li strong {
    color: #CFFF35;
}

/* REVIEWS SLIDER (NO JS) */
.pelvic-tivza-4817-reviews-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.pelvic-tivza-4817-quote-box {
    text-align: center;
    margin-bottom: 60px;
    padding: 40px;
    background: #15181D;
    border-radius: 12px;
    position: relative;
}

.pelvic-tivza-4817-main-quote {
    font-size: 24px;
    font-style: italic;
    color: #fff;
    margin-bottom: 20px;
}

.pelvic-tivza-4817-author-name {
    font-weight: bold;
    color: #CFFF35;
}

.pelvic-tivza-4817-slider-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.pelvic-tivza-4817-rev-input {
    display: none;
}

.pelvic-tivza-4817-slides-container {
    display: flex;
    transition: transform 0.5s ease;
    width: 300%;
}

.pelvic-tivza-4817-slide {
    width: 33.3333%;
    padding: 40px;
    text-align: center;
}

.pelvic-tivza-4817-rev-text {
    font-size: 18px;
    margin-bottom: 15px;
}

.pelvic-tivza-4817-rev-author {
    color: #CFFF35;
    font-weight: 600;
}

#rev-1:checked ~ .pelvic-tivza-4817-slides-container { transform: translateX(0); }
#rev-2:checked ~ .pelvic-tivza-4817-slides-container { transform: translateX(-33.3333%); }
#rev-3:checked ~ .pelvic-tivza-4817-slides-container { transform: translateX(-66.6666%); }

.pelvic-tivza-4817-slider-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.pelvic-tivza-4817-nav-dot {
    width: 12px;
    height: 12px;
    background: #333;
    border-radius: 50%;
    cursor: pointer;
}

#rev-1:checked ~ .pelvic-tivza-4817-slider-nav label[for="rev-1"],
#rev-2:checked ~ .pelvic-tivza-4817-slider-nav label[for="rev-2"],
#rev-3:checked ~ .pelvic-tivza-4817-slider-nav label[for="rev-3"] {
    background: #CFFF35;
}

/* FAQ SECTION */
.pelvic-tivza-4817-faq-section {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.pelvic-tivza-4817-faq-item {
    background: #15181D;
    margin-bottom: 15px;
    border-radius: 4px;
    overflow: hidden;
}

.pelvic-tivza-4817-faq-q {
    padding: 20px;
    cursor: pointer;
    font-weight: 700;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.pelvic-tivza-4817-faq-q::-webkit-details-marker {
    display: none;
}

.pelvic-tivza-4817-faq-q::after {
    content: "+";
    color: #CFFF35;
}

.pelvic-tivza-4817-faq-item[open] .pelvic-tivza-4817-faq-q::after {
    content: "−";
}

.pelvic-tivza-4817-faq-a {
    padding: 0 20px 20px;
    color: #B0B0B0;
    border-top: 1px solid #1A1D23;
}

/* TEXT SECTIONS */
.pelvic-tivza-4817-text-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.pelvic-tivza-4817-long-text p {
    margin-bottom: 25px;
    font-size: 17px;
    color: #C0C0C0;
}

/* FORM SECTION */
.pelvic-tivza-4817-contact-section {
    padding-bottom: 100px;
}

.pelvic-tivza-4817-form-container {
    max-width: 700px;
    margin: 0 auto;
    background: #15181D;
    padding: 50px;
    border-radius: 8px;
    border: 1px solid #1A1D23;
}

.pelvic-tivza-4817-main-form {
    margin-top: 30px;
}

.pelvic-tivza-4817-input-group {
    margin-bottom: 20px;
}

.pelvic-tivza-4817-label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #CFFF35;
}

.pelvic-tivza-4817-input, .pelvic-tivza-4817-textarea {
    width: 100%;
    padding: 12px;
    background: #0A0C10;
    border: 1px solid #333;
    color: #fff;
    border-radius: 4px;
    outline: none;
}

.pelvic-tivza-4817-input:focus, .pelvic-tivza-4817-textarea:focus {
    border-color: #CFFF35;
}

.pelvic-tivza-4817-checkbox-group {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pelvic-tivza-4817-check-label {
    font-size: 13px;
}

.pelvic-tivza-4817-check-label a {
    color: #CFFF35;
}

.pelvic-tivza-4817-submit-btn {
    width: 100%;
    padding: 18px;
    background: #CFFF35;
    color: #0A0C10;
    border: none;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
}

.pelvic-tivza-4817-submit-btn:hover {
    background: #fff;
    box-shadow: 0 0 15px rgba(255,255,255,0.4);
}

/* FOOTER STYLES */
.pelvic-tivza-4817-footer {
    background: #050608;
    padding: 60px 20px;
    border-top: 1px solid #1A1D23;
    text-align: center;
}

.pelvic-tivza-4817-footer-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.pelvic-tivza-4817-footer-brand {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #CFFF35;
}

.pelvic-tivza-4817-footer-contact {
    font-size: 14px;
    margin-bottom: 25px;
    color: #888;
}

.pelvic-tivza-4817-foot-mail {
    color: #E0E0E0;
    text-decoration: none;
}

.pelvic-tivza-4817-footer-links {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.pelvic-tivza-4817-footer-links a {
    color: #666;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.3s;
}

.pelvic-tivza-4817-footer-links a:hover {
    color: #CFFF35;
}

.pelvic-tivza-4817-disclaimer {
    font-size: 11px;
    color: #444;
    line-height: 1.4;
}

/* RESPONSIVE DESIGN */
@media (max-width: 992px) {
    .pelvic-tivza-4817-hero-container, 
    .pelvic-tivza-4817-target-content,
    .pelvic-tivza-4817-benefits-container {
        flex-direction: column;
    }
    
    .pelvic-tivza-4817-hero-image-box, .pelvic-tivza-4817-hero-text-box {
        width: 100%;
    }
    
    .pelvic-tivza-4817-price-card {
        width: calc(50% - 20px);
    }
    
    .pelvic-tivza-4817-h1-title {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .pelvic-tivza-4817-burger-btn {
        display: flex;
    }
    
    .pelvic-tivza-4817-nav-menu {
        position: fixed;
        top: 60px;
        right: -100%;
        width: 70%;
        height: 100vh;
        background: #0A0C10;
        transition: 0.3s;
        border-left: 1px solid #1A1D23;
    }
    
    .pelvic-tivza-4817-nav-list {
        flex-direction: column;
        padding: 40px;
    }
    
    .pelvic-tivza-4817-menu-checkbox:checked ~ .pelvic-tivza-4817-nav-menu {
        right: 0;
    }
    
    .pelvic-tivza-4817-price-card {
        width: 100%;
    }
    
    .pelvic-tivza-4817-form-container {
        padding: 25px;
    }
}

@media (max-width: 480px) {
    .pelvic-tivza-4817-h1-title {
        font-size: 30px;
    }
    .pelvic-tivza-4817-h2-center, .pelvic-tivza-4817-h2-title {
        font-size: 28px;
    }
}