/**
 * PelviCore Leaky Bladder Windsor - Clinical Style CSS
 * Standalone page styles - bypasses theme
 */

/* ============================================
   RESET & BASE STYLES
   ============================================ */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Hide Alternative ID popups and extensions */
[class*="alt-id"],
[class*="alternative-id"],
[id*="alt-id"],
[id*="alternative-id"],
[data-alt-id],
iframe[src*="alt-id"],
iframe[src*="alternative-id"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

body.pelvicore-standalone {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.7;
    color: #2c3e50;
    background-color: #f8f9fa;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pelvicore-container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    background-color: #ffffff;
    overflow-x: hidden;
}

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

/* ============================================
   TYPOGRAPHY
   ============================================ */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    font-weight: 600;
    line-height: 1.3;
    color: #1a365d;
    margin-bottom: 1rem;
}

.main-headline {
    font-size: clamp(32px, 4.5vw, 48px);
    font-weight: 700;
    color: #ffffff;
    text-align: left;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.headline-subtitle {
    font-size: clamp(18px, 2.5vw, 24px);
    font-weight: 500;
    color: #ffffff;
    text-align: left;
    margin-bottom: 1.5rem;
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
}

.subheadline {
    font-size: clamp(14px, 1.8vw, 16px);
    color: #ffffff;
    text-align: left;
    margin-bottom: 0;
    padding: 0;
    line-height: 1.7;
    opacity: 0.95;
}

.section-title {
    font-size: clamp(32px, 4vw, 40px);
    font-weight: 700;
    color: #1a365d;
    text-align: center;
    margin-bottom: 2.5rem;
    position: relative;
    padding-bottom: 1rem;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #4299e1, #3182ce);
    border-radius: 2px;
}

.section-subheading {
    font-size: clamp(22px, 3vw, 26px);
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1rem;
}

/* ============================================
   HERO & HEADLINE SECTION (Image as Background)
   ============================================ */

.hero-headline-section {
    width: 100%;
    min-height: 600px;
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
}

.hero-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Master page hero section - always use animated gradient */
.master-hero-section {
    background: linear-gradient(-45deg, #4299e1, #3182ce, #2c5282, #1a365d);
    background-size: 400% 400%;
    animation: gradientShift 15s ease infinite;
}

.master-hero-section .hero-background-image {
    display: none;
}

.master-hero-section .hero-text-content {
    width: 100%;
    max-width: 100%;
    left: 0;
    padding: 4rem 2rem 5rem;
    text-align: center;
    align-items: center;
}

.master-hero-section {
    padding: 3rem 2rem 5rem;
}

.master-hero-section-2 {
    padding: 3rem 2rem 3rem !important;
}

.master-hero-section-2 .hero-text-content {
    padding: 0 !important;
}

.master-hero-section .main-headline,
.master-hero-section .headline-subtitle,
.master-hero-section .subheadline {
    text-align: center;
}

.master-hero-section .section-description {
    color: #ffffff;
}

@media (max-width: 1024px) {
    .hero-background-image {
        display: none;
    }
    
    .hero-headline-section {
        background: linear-gradient(-45deg, #4299e1, #3182ce, #2c5282, #1a365d);
        background-size: 400% 400%;
        animation: gradientShift 15s ease infinite;
    }
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.hero-text-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 75%;
    max-width: 1000px;
    padding: 4rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 600px;
}

.hero-cta-button-wrapper {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

@media (max-width: 1024px) {
    .hero-cta-button-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .hero-cta-button-wrapper .cta-button {
        text-align: center;
    }
}

@media (min-width: 769px) and (max-width: 1199px) {
    .master-hero-section {
        min-height: 750px;
        overflow: visible;
        padding-bottom: 5rem;
    }
    
    .master-hero-section .hero-text-content {
        position: relative;
        min-height: 750px;
        padding: 4rem 2rem 5rem;
        top: auto;
    }
    
    .hero-cta-button-wrapper {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        margin-bottom: 2rem;
    }
}

@media (min-width: 1200px) {
    .hero-text-content {
        padding: 4rem 4rem;
        width: 75%;
        max-width: 1100px;
    }
    
    /* Left-align text for Men's and Women's hero sections on desktop */
    .hero-headline-section:not(.master-hero-section) .hero-text-content .main-headline,
    .hero-headline-section:not(.master-hero-section) .hero-text-content .headline-subtitle,
    .hero-headline-section:not(.master-hero-section) .hero-text-content .subheadline,
    .hero-headline-section:not(.master-hero-section) .hero-text-content .section-description {
        text-align: left;
    }
    
    .hero-headline-section:not(.master-hero-section) .hero-cta-button-wrapper {
        text-align: left;
        justify-content: flex-start;
    }
    
    .master-hero-section {
        min-height: 750px;
        padding-bottom: 5rem;
        overflow: visible;
    }
    
    .master-hero-section .hero-text-content {
        padding: 4rem 4rem 5rem;
        min-height: 750px;
    }
    
    .hero-cta-button-wrapper {
        margin-bottom: 2rem;
    }
}

.hero-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #e6f2ff 0%, #f0f8ff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 600px;
    z-index: 0;
}

.placeholder-content {
    color: #4a5568;
    text-align: center;
    padding: 2rem;
}

.placeholder-icon {
    font-size: 4rem;
    display: block;
    margin-bottom: 1rem;
}

/* ============================================
   HEADLINE TYPOGRAPHY (Updated for Dark Background)
   ============================================ */

/* ============================================
   PROBLEM SECTION
   ============================================ */

/* Carousel Section */
.carousel-section {
    padding: 4rem 0;
    background: linear-gradient(to bottom, #f7fafc 0%, #ffffff 100%);
}

.pelvicore-carousel {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.carousel-slides {
    position: relative;
    min-height: 250px;
    overflow: hidden;
    border-radius: 16px;
    background: linear-gradient(135deg, #ffffff 0%, #f0f8ff 100%);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    padding: 3rem 2rem;
}

.carousel-slide {
    display: none;
    text-align: center;
    animation: fadeIn 0.5s ease-in-out;
}

.carousel-slide.active {
    display: block;
}

.carousel-title {
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 700;
    color: #1a365d;
    margin-bottom: 1.5rem;
    font-family: 'Poppins', sans-serif;
    line-height: 1.3;
}

.carousel-description {
    font-size: clamp(16px, 2vw, 18px);
    color: #4a5568;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto;
}

.carousel-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    margin-top: 2rem;
}

.carousel-btn {
    background: #3182ce;
    color: #ffffff;
    border: none;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(49, 130, 206, 0.3);
    padding: 0;
    text-align: center;
}

.carousel-btn:hover {
    background: #2c5282;
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(49, 130, 206, 0.4);
}

.carousel-btn:active {
    transform: scale(0.95);
}

.carousel-dots {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.carousel-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #3182ce;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.carousel-dot.active {
    background: #3182ce;
    transform: scale(1.2);
}

.carousel-dot:hover {
    background: #3182ce;
    opacity: 0.7;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .carousel-slides {
        padding: 2rem 1.5rem;
        min-height: 220px;
    }
    
    .carousel-title {
        font-size: 22px;
        margin-bottom: 1rem;
    }
    
    .carousel-description {
        font-size: 16px;
    }
    
    .carousel-btn {
        width: 34px;
        height: 34px;
        font-size: 20px;
    }
}

.problem-section {
    padding: 2.5rem 0;
    background: linear-gradient(to bottom, #ffffff 0%, #f7fafc 100%);
}

.problem-list {
    margin-bottom: 2.5rem;
}

.checkmark-list {
    list-style: none;
    max-width: 800px;
    margin: 0 auto;
}

.checkmark-list li {
    padding: 0.75rem 0 0.75rem 2.5rem;
    position: relative;
    font-size: 17px;
    color: #2d3748;
    line-height: 1.6;
    transition: all 0.3s ease;
    cursor: pointer;
}

.checkmark-list li:hover {
    transform: translateX(5px);
    color: #1a365d;
}

.checkmark-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0.75rem;
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #4299e1, #3182ce);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.checkmark-list li:hover::before {
    transform: scale(1.2);
    box-shadow: 0 4px 12px rgba(66, 153, 225, 0.4);
    background: linear-gradient(135deg, #3182ce, #2c5282);
}

.pelvicore-image-wrapper {
    text-align: center;
    margin: 2rem 0;
}

.pelvicore-image {
    max-width: 500px;
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    display: inline-block;
    transition: all 0.3s ease;
}

.pelvicore-image:hover {
    transform: scale(1.02);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

/* Dual image containers - hover effect on background, not image */
.dual-image-wrapper {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dual-image-wrapper:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15) !important;
}

.dual-image {
    box-shadow: none !important;
    transition: none;
}

.dual-image:hover {
    transform: none;
    box-shadow: none !important;
}

@media (max-width: 768px) {
    .pelvicore-image {
        max-width: 400px;
    }
}

@media (max-width: 480px) {
    .pelvicore-image {
        max-width: 300px;
    }
}

/* Dual images container - reduce gap on mobile */
.dual-images-container {
    gap: 2rem;
}

.dual-image-wrapper {
    margin: 0 !important;
}

@media (max-width: 768px) {
    .dual-images-container {
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .dual-images-container {
        gap: 0.75rem;
    }
    
    .dual-image-wrapper {
        padding: 1rem !important;
        margin-bottom: 0.5rem !important;
    }
}


.reassurance-box {
    background: linear-gradient(135deg, #e6f2ff 0%, #d6e9ff 100%);
    border-left: 4px solid #3182ce;
    padding: 2rem;
    border-radius: 8px;
    max-width: 900px;
    margin: 2.5rem auto 0;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.reassurance-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(49, 130, 206, 0.2);
    border-left-width: 5px;
    background: linear-gradient(135deg, #d6e9ff 0%, #c5e0ff 100%);
}

.reassurance-text {
    font-size: 20px;
    color: #1a365d;
    margin-bottom: 1rem;
    text-align: center;
}

.disclaimer-text {
    font-size: 15px;
    color: #4a5568;
    line-height: 1.7;
    text-align: center;
    font-style: italic;
}

/* ============================================
   SYSTEM SECTION (3 Parts)
   ============================================ */

.system-section {
    padding: 2.5rem 0;
    background: #ffffff;
}

.system-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
    margin-top: 3rem;
}

.system-card {
    background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 2.5rem;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.system-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    border-color: #4299e1;
}

.system-number {
    position: absolute;
    top: -20px;
    left: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #4299e1, #3182ce);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 4px 10px rgba(66, 153, 225, 0.3);
}

.system-subheading {
    font-size: clamp(20px, 2.5vw, 24px);
    font-weight: 600;
    color: #1a365d;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    font-family: 'Poppins', sans-serif;
}

.system-description {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.benefits-list + .system-description {
    margin-top: 2.5rem;
}

.system-benefits-title {
    font-size: 17px;
    color: #2c3e50;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
}

.benefits-list {
    list-style: none;
    padding-left: 0;
}

.benefits-list li {
    padding: 0.6rem 0 0.6rem 1.8rem;
    position: relative;
    font-size: 15px;
    color: #2d3748;
    line-height: 1.7;
    transition: all 0.3s ease;
    border-radius: 4px;
    margin-bottom: 0.3rem;
}

.benefits-list li:hover {
    background-color: #f0f8ff;
    padding-left: 2.2rem;
    transform: translateX(5px);
    box-shadow: 0 2px 8px rgba(66, 153, 225, 0.15);
}

.benefits-list li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #4299e1;
    font-weight: bold;
    font-size: 18px;
    transition: all 0.3s ease;
}

.benefits-list li:hover::before {
    color: #3182ce;
    transform: translateX(3px) scale(1.2);
}

/* ============================================
   DUAL-COIL SECTION
   ============================================ */

.dual-coil-section {
    padding: 2.5rem 0;
    background: linear-gradient(to bottom, #f7fafc 0%, #edf2f7 100%);
}

.section-intro {
    font-size: 20px;
    color: #2c3e50;
    text-align: center;
    margin-bottom: 1rem;
    font-weight: 500;
}

.section-description {
    font-size: 18px;
    color: #4a5568;
    text-align: center;
    margin-bottom: 2.5rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.dual-coil-grid {
    margin: 2.5rem 0;
}

.dual-coil-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    max-width: 1000px;
    margin: 0 auto;
}

.dual-coil-list li {
    padding: 1rem 1.5rem;
    background: #ffffff;
    border-left: 4px solid #4299e1;
    border-radius: 6px;
    font-size: 16px;
    color: #2d3748;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;
}

.dual-coil-list li:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.section-question {
    font-size: 20px;
    color: #1a365d;
    text-align: center;
    margin-top: 2.5rem;
    font-style: italic;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* ============================================
   ISSUES SECTION
   ============================================ */

.issues-section {
    padding: 5rem 0;
    background: #ffffff;
}

.issues-grid {
    margin: 2.5rem 0;
}

.issues-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-auto-rows: 1fr;
    gap: 1.2rem;
    max-width: 1100px;
    margin: 0 auto;
}

.issues-list li {
    padding: 1.5rem;
    background: linear-gradient(135deg, #f0f8ff 0%, #e6f2ff 100%);
    border-radius: 8px;
    font-size: 16px;
    color: #2d3748;
    position: relative;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    min-height: 100px;
    height: 100%;
    transition: all 0.3s ease;
    cursor: pointer;
}

.issues-list li:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(66, 153, 225, 0.2);
    background: linear-gradient(135deg, #e6f2ff 0%, #d6e9ff 100%);
}

.issues-footer {
    font-size: 18px;
    color: #1a365d;
    text-align: center;
    margin-top: 2.5rem;
    font-weight: 500;
    font-style: italic;
}

/* ============================================
   BIO SECTION
   ============================================ */

.bio-section {
    padding: 5rem 0;
    background: linear-gradient(to bottom, #ffffff 0%, #f7fafc 100%);
}

.bio-content {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    padding: 3rem;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border-top: 4px solid #3182ce;
}

.bio-intro {
    font-size: 18px;
    color: #4a5568;
    text-align: center;
    margin-bottom: 1rem;
}

.bio-name {
    font-size: clamp(28px, 4vw, 36px);
    font-weight: 700;
    color: #1a365d;
    text-align: center;
    margin-bottom: 1.5rem;
    font-family: 'Poppins', sans-serif;
}

.bio-image {
    width: 100%;
    max-width: 400px;
    height: auto;
    display: block;
    margin: 0 auto 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .bio-image {
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .bio-image {
        max-width: 250px;
    }
}

.bio-list {
    list-style: none;
    margin-bottom: 2rem;
}

.bio-list li {
    padding: 0.9rem 0 0.9rem 2.5rem;
    position: relative;
    font-size: 16px;
    color: #2d3748;
    line-height: 1.7;
    border-bottom: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    cursor: pointer;
}

.bio-list li:hover {
    transform: translateX(5px);
    color: #1a365d;
    background-color: #f7fafc;
    padding-left: 3.5rem;
    border-left: 3px solid #4299e1;
    border-radius: 4px;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    padding-right: 0.5rem;
}

.bio-list li:last-child {
    border-bottom: none;
}

.bio-list li::before {
    content: '★';
    position: absolute;
    left: 0.5rem;
    color: #4299e1;
    font-size: 18px;
    transition: all 0.3s ease;
}

.bio-list li:hover::before {
    transform: scale(1.3);
    color: #3182ce;
    left: 0.8rem;
}

.bio-closing {
    font-size: 17px;
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    text-align: center;
}

.bio-trust {
    font-size: 18px;
    color: #1a365d;
    text-align: center;
    font-style: italic;
}

/* ============================================
   SESSION SECTION
   ============================================ */

.session-section {
    padding: 5rem 0;
    background: #ffffff;
}

.session-grid {
    margin: 2.5rem 0;
}

.session-list {
    list-style: none;
    max-width: 800px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 1fr;
    gap: 1.2rem;
}

.session-list li {
    padding: 1.5rem;
    background: linear-gradient(135deg, #f0f8ff 0%, #e6f2ff 100%);
    border-radius: 10px;
    font-size: 16px;
    color: #2d3748;
    text-align: center;
    position: relative;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 160px;
    padding-top: 1rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

.session-list li:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(66, 153, 225, 0.2);
    background: linear-gradient(135deg, #e6f2ff 0%, #d6e9ff 100%);
}

.session-list li:hover::before {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(66, 153, 225, 0.4);
}

.session-list li::before {
    content: '✓';
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #4299e1, #3182ce);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1rem;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.session-list li::before {
    content: '✓';
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #4299e1, #3182ce);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1rem;
    flex-shrink: 0;
}

.session-footer {
    font-size: 18px;
    color: #1a365d;
    text-align: center;
    margin-top: 2.5rem;
    font-style: italic;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* ============================================
   IMPROVEMENTS SECTION
   ============================================ */

.improvements-section {
    padding: 5rem 0;
    background: linear-gradient(to bottom, #f7fafc 0%, #edf2f7 100%);
}

.improvements-intro {
    font-size: 19px;
    color: #2c3e50;
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 500;
}

.improvements-grid {
    margin: 2.5rem 0;
}

.improvements-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 1fr;
    gap: 1.2rem;
    max-width: 1000px;
    margin: 0 auto;
}

.improvements-list li {
    padding: 1.5rem 1.5rem;
    padding-left: 3rem;
    background: #ffffff;
    border-left: 4px solid #4299e1;
    border-radius: 6px;
    font-size: 16px;
    color: #2d3748;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 80px;
    height: 100%;
}

.improvements-list li:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.improvements-list li::before {
    content: '↑';
    position: absolute;
    left: 1.2rem;
    color: #4299e1;
    font-size: 20px;
    font-weight: bold;
}

.improvements-chair-image-wrapper {
    margin: 2rem 0 3rem 0;
    text-align: center;
}

.improvements-chair-image {
    max-width: 500px;
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    display: inline-block;
}

@media (max-width: 768px) {
    .improvements-chair-image {
        max-width: 400px;
    }
}

@media (max-width: 480px) {
    .improvements-chair-image {
        max-width: 300px;
    }
}

/* ============================================
   CALL TO ACTION SECTION
   ============================================ */

.cta-section {
    padding: 2.5rem 0;
    background: linear-gradient(-45deg, #4299e1, #3182ce, #2c5282, #1a365d);
    background-size: 400% 400%;
    animation: gradientShift 15s ease infinite;
    color: #ffffff;
    text-align: center;
}

.cta-title {
    font-size: clamp(32px, 4vw, 42px);
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.cta-description {
    font-size: 20px;
    color: #e2e8f0;
    margin-bottom: 1rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.cta-personal {
    font-size: 18px;
    color: #cbd5e0;
    margin-bottom: 2.5rem;
    font-style: italic;
}

.cta-button-wrapper {
    margin-top: 2rem;
}

.cta-button {
    display: inline-block;
    background: linear-gradient(135deg, #4299e1, #3182ce);
    color: #ffffff;
    padding: 1.5rem 3rem;
    border-radius: 50px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(66, 153, 225, 0.4);
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(66, 153, 225, 0.5);
    background: linear-gradient(135deg, #3182ce, #2c5282);
}

.cta-button-text {
    display: inline;
    margin-right: 0.5rem;
}

.cta-button-phone {
    display: inline;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
}

/* ============================================
   CLINIC INFORMATION SECTION
   ============================================ */

.clinic-section {
    padding: 5rem 0;
    background: #ffffff;
}

.clinic-content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-top: 3rem;
    align-items: start;
}

.clinic-info {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.clinic-name {
    font-size: clamp(24px, 3vw, 28px);
    font-weight: 700;
    color: #1a365d;
    margin-bottom: 0.5rem;
    font-family: 'Poppins', sans-serif;
}

.clinic-address {
    font-size: 18px;
    color: #2d3748;
    line-height: 1.7;
    margin-bottom: 0.5rem;
}

.clinic-service-area {
    font-size: 16px;
    color: #4a5568;
    font-style: italic;
    margin-bottom: 1rem;
}

.clinic-contact {
    margin: 1rem 0;
}

.clinic-contact p {
    font-size: 16px;
    color: #2d3748;
    line-height: 1.8;
    margin-bottom: 0.5rem;
}

.clinic-contact a {
    color: #4299e1;
    text-decoration: none;
    transition: color 0.3s ease;
}

.clinic-contact a:hover {
    color: #3182ce;
    text-decoration: underline;
}

.clinic-hours {
    margin: 1rem 0;
}

.clinic-hours p {
    font-size: 16px;
    color: #2d3748;
    margin-bottom: 0.5rem;
}

.hours-list {
    list-style: none;
    padding-left: 0;
    margin-top: 0.5rem;
}

.hours-list li {
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: relative;
    font-size: 16px;
    color: #4a5568;
    line-height: 1.7;
}

.hours-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #4299e1;
    font-size: 20px;
    font-weight: bold;
}

.clinic-note {
    font-size: 15px;
    color: #4a5568;
    line-height: 1.7;
    margin-top: 1.5rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, #f0f8ff 0%, #e6f2ff 100%);
    border-left: 4px solid #4299e1;
    border-radius: 6px;
}

.clinic-contact-form {
    margin: 2rem 0;
    padding: 1.5rem;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.clinic-contact-form h4 {
    font-size: 20px;
    color: #1a365d;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 15px;
    font-weight: 500;
    color: #2d3748;
    margin-bottom: 0.5rem;
}

.form-group label .required {
    color: #e53e3e;
}

.form-group input,
.form-group textarea {
    padding: 0.75rem;
    font-size: 15px;
    border: 1px solid #cbd5e0;
    border-radius: 6px;
    font-family: inherit;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #4299e1;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.contact-submit-btn {
    padding: 0.875rem 2rem;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, #4299e1, #3182ce);
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.contact-submit-btn:hover {
    background: linear-gradient(135deg, #3182ce, #2c5282);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(66, 153, 225, 0.3);
}

.contact-submit-btn:active {
    transform: translateY(0);
}

.contact-submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.form-message {
    padding: 0.875rem 1rem;
    border-radius: 6px;
    font-size: 15px;
    margin-top: 0.5rem;
    display: none;
}

.form-message.success {
    display: block;
    background-color: #c6f6d5;
    color: #22543d;
    border: 1px solid #9ae6b4;
}

.form-message.error {
    display: block;
    background-color: #fed7d7;
    color: #742a2a;
    border: 1px solid #fc8181;
}

.clinic-visual {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.clinic-image-wrapper {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.clinic-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.clinic-map-wrapper {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .clinic-content-wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .clinic-visual {
        order: -1;
    }
}

/* ============================================
   DISCLAIMER FOOTER
   ============================================ */

.disclaimer-footer {
    padding: 3rem 0;
    background: linear-gradient(135deg, #1a365d 0%, #2c5282 100%);
    color: #cbd5e0;
    border-top: 3px solid #4299e1;
}

.disclaimer-footer .disclaimer-text {
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    color: #a0aec0;
    font-style: italic;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }
    
    .system-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .dual-coil-list,
    .issues-list,
    .improvements-list {
        grid-template-columns: 1fr;
    }
    
    .session-list {
        grid-template-columns: 1fr;
    }
    
    .bio-content {
        padding: 2rem 1.5rem;
    }
    
    .cta-button {
        padding: 1.2rem 2rem;
        font-size: 18px;
    }
    
    .cta-button-phone {
        font-size: 20px;
    }
    
    .hero-headline-section {
        min-height: auto;
    }
    
    .hero-text-content {
        width: 100%;
        max-width: 100%;
        padding: 3rem 2rem 5rem;
        min-height: 500px;
        position: relative;
    }
    
    .master-hero-section .hero-text-content {
        padding: 3rem 2rem 5rem;
    }
    
    .hero-cta-button-wrapper {
        margin-bottom: 2rem;
    }
    
    .hero-background-image,
    .hero-placeholder {
        min-height: 500px;
    }
    
    .main-headline,
    .headline-subtitle,
    .subheadline {
        text-align: center;
    }
    
    .section-title {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .hero-text-content {
        padding: 2rem 1.5rem;
        min-height: 400px;
    }
    
    .hero-background-image,
    .hero-placeholder {
        min-height: 400px;
    }
    
    .main-headline {
        font-size: 24px;
    }
    
    .headline-subtitle {
        font-size: 18px;
    }
    
    .subheadline {
        font-size: 14px;
    }
}

/* Comparison table styles */
table tbody tr {
    transition: background-color 0.3s ease, transform 0.2s ease;
}

table tbody tr:hover {
    background-color: #edf2f7 !important;
    transform: translateX(4px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

table tbody tr:nth-child(even):hover {
    background-color: #e2e8f0 !important;
}

/* Comparison table responsive styles */
@media (max-width: 768px) {
    table {
        font-size: 0.9rem;
    }
    
    table th,
    table td {
        padding: 0.75rem 0.5rem !important;
        font-size: 0.85rem;
    }
    
    table tbody tr:hover {
        transform: translateX(2px);
    }
}

@media (max-width: 480px) {
    table {
        font-size: 0.8rem;
    }
    
    table th,
    table td {
        padding: 0.5rem 0.25rem !important;
        font-size: 0.75rem;
    }
    
    table th:first-child,
    table td:first-child {
        min-width: 150px;
    }
    
    table tbody tr:hover {
        transform: none;
    }
}
    
    .reassurance-box {
        padding: 1.5rem;
    }
    
    .system-card {
        padding: 2rem 1.5rem;
    }
    
    .cta-button {
        padding: 1rem 1.5rem;
        font-size: 16px;
    }
    
    .cta-button-phone {
        font-size: 18px;
    }
}

/* ============================================
   PRINT STYLES
   ============================================ */

@media print {
    .cta-section {
        background: #ffffff;
        color: #000000;
    }
    
    .cta-title {
        color: #000000;
    }
    
    .cta-button {
        background: #ffffff;
        color: #000000;
        border: 2px solid #000000;
    }
}


