/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #ffffff;
    background-color: #000000;
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Modern Navigation */
.modern-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-container {
    max-width: 100%;
    margin: 0;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.nav-logo .logo-text {
    font-size: 24px;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: 2px;
}

.nav-phone {
    display: flex;
    align-items: center;
}

.phone-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
    white-space: nowrap;
    /* Mobile centering - no min-width constraints */
}

.phone-link:hover {
    transform: translateY(-1px);
}

.phone-text {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.phone-number {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.3px;
}

/* Prominent Phone CTA Styles */
.nav-phone.prominent-cta {
    background: linear-gradient(135deg, #FFD700, #B8860B);
    border-radius: 8px;
    padding: 8px 16px;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
    animation: pulse-glow 2s infinite;
}

.nav-phone.prominent-cta .phone-link {
    color: #000000;
}

.nav-phone.prominent-cta .phone-text {
    color: rgba(0, 0, 0, 0.7);
}

.nav-phone.prominent-cta .phone-number {
    color: #000000;
    font-weight: 900;
}

@keyframes pulse-glow {
    0%, 100% {
        box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 6px 25px rgba(255, 215, 0, 0.5);
        transform: scale(1.02);
    }
}

/* Modern Hero Section - Mobile First */
.modern-hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: #000000;
    position: relative;
    padding-top: 80px;
    overflow: hidden;
    width: 100%;
    margin: 0;
}

.modern-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.02) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.01) 0%, transparent 50%);
    pointer-events: none;
}

.hero-container {
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

/* Mobile First - Single Column Layout */
.hero-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: center;
    justify-items: center;
    min-height: 80vh;
    text-align: center;
    width: 100%;
    max-width: 1200px;
}

/* Better mobile alignment */
@media (max-width: 767px) {
    .hero-text {
        text-align: center !important;
        max-width: 100% !important;
    }
    
    .hero-cta {
        text-align: center !important;
        margin-top: 32px !important;
    }
    
    .modern-cta {
        margin: 0 auto !important;
    }
    
    .hero-image {
        order: -1 !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
        margin-bottom: 20px !important;
    }
    
    .image-container {
        max-width: 400px !important;
        display: block !important;
        margin: 0 auto !important;
    }
    
    .image-container img {
        height: auto !important;
        max-height: 550px !important;
        display: block !important;
        width: 100% !important;
    }
}



.hero-text {
    z-index: 10;
    position: relative;
    text-align: left;
    max-width: 600px;
    margin: 0 auto;
}

.hero-number {
    position: absolute;
    top: -40px;
    left: -20px;
    font-size: 180px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.03);
    line-height: 1;
    z-index: -1;
    user-select: none;
    pointer-events: none;
}

/* Mobile First Typography */
.hero-name {
    font-size: clamp(1.5rem, 6vw, 4rem);
    font-weight: 900;
    color: #ffffff;
    line-height: 0.9;
    margin-bottom: 12px;
    letter-spacing: -1px;
    text-transform: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.hero-title {
    font-size: clamp(0.9rem, 2.5vw, 1.4rem);
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 12px;
    font-weight: 300;
    line-height: 1.2;
    font-style: italic;
}

.hero-subtitle {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 24px;
    line-height: 1.5;
    max-width: 100%;
}

.hero-cta {
    margin-top: 24px;
    text-align: left;
}

.modern-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    background: linear-gradient(135deg, #FFD700, #B8860B);
    color: #000000;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    min-width: 200px;
    text-align: center;
    box-shadow: 
        0 8px 32px rgba(255, 215, 0, 0.3),
        0 0 0 1px rgba(255, 215, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.modern-cta:hover {
    background: linear-gradient(135deg, #FFDC00, #DAA520);
    transform: translateY(-2px) scale(1.02);
    box-shadow: 
        0 12px 40px rgba(255, 215, 0, 0.4),
        0 0 0 2px rgba(255, 215, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container {
    position: relative;
    width: 100%;
    max-width: 650px;
}

.image-container img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    filter: grayscale(80%) contrast(1.3) brightness(0.95);
    transition: all 0.4s ease;
    object-fit: contain;
    box-shadow: none;
}

.image-container:hover img {
    filter: grayscale(0%) contrast(1.2) brightness(1.05);
    transform: scale(1.02);
    box-shadow: none;
}

.image-container {
    position: relative;
    width: 100%;
    max-width: 500px;
    overflow: visible;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Subtle glow behind Scott's picture */
.image-container::after {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    background: transparent;
    z-index: -2;
    pointer-events: none;
    border-radius: 50%;
    filter: blur(12px);
}

.image-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
    z-index: 1;
    pointer-events: none;
}

/* Mobile-First Responsive Design */
/* Base styles above are mobile-first (320px+) */\n\n/* Mobile Navigation - Force Stacked Layout */\n.nav-container {\n    flex-direction: column !important;\n    justify-content: center !important;\n    align-items: center !important;\n    gap: 8px !important;\n    padding: 15px 20px !important;\n}\n\n.nav-logo .logo-text {\n    font-size: 18px !important;\n    text-align: center !important;\n    margin: 0 !important;\n}\n\n.nav-phone {\n    width: 100% !important;\n    justify-content: center !important;\n    margin: 0 !important;\n}\n\n.phone-link {\n    align-items: center !important;\n    text-align: center !important;\n    position: static !important;\n    margin: 0 !important;\n    padding: 0 !important;\n}\n\n.phone-number {\n    font-size: 14px !important;\n}\n\n.phone-text {\n    font-size: 11px !important;\n}

/* Small mobile adjustments */\n@media (max-width: 480px) {\n    .nav-container {\n        padding: 12px 15px;\n    }\n    \n    .nav-logo .logo-text {\n        font-size: 18px;\n    }\n    \n    .phone-number {\n        font-size: 13px;\n    }\n    \n    .phone-text {\n        font-size: 10px;\n    }\n}\n\n/* Tablet and up (768px+) */
@media (min-width: 768px) {
    .nav-container {
        padding: 20px 0px;
        max-width: 100%;
    }
    
    .hero-container {
        padding: 0;
        justify-content: center;
        max-width: 100%;
    }
    
    .hero-content {
        gap: 30px;
        justify-items: center;
        max-width: 1000px;
    }
    
    .hero-name {
        font-size: clamp(1.6rem, 3.5vw, 3.2rem);
    }
    
    .image-container {
        max-width: 600px;
    }
    
    .image-container img {
        height: auto;
        max-height: 750px;
    }
    
    .hero-number {
        font-size: 150px;
        top: -45px;
        left: -25px;
    }
    
    /* Tablet CTA button standardization */
    .modern-cta,
    .cta-button,
    .guarantee-badge {
        min-width: 220px;
        max-width: 260px;
        font-size: 0.8rem;
        padding: 14px 24px;
    }
}

/* Desktop and up (1025px+) */
@media (min-width: 1025px) {
    .hero-content {
        grid-template-columns: 0.8fr 2.2fr;
        gap: 20px;
        text-align: left;
        max-width: 1300px;
        margin: 0 auto;
        align-items: center;
        justify-items: center;
        padding: 0 40px;
    }
    
    .hero-text {
        text-align: left !important;
        max-width: none !important;
        justify-self: center;
        align-self: center;
        padding-right: 0;
        width: 100%;
    }
    
    .hero-image {
        order: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        justify-self: center;
        width: 100%;
    }
    
    .hero-cta {
        text-align: left !important;
        margin-top: 32px !important;
        display: block !important;
    }
    
    .hero-name {
        text-align: left !important;
        margin-bottom: 20px !important;
    }
    
    .hero-title {
        text-align: left !important;
        margin-bottom: 18px !important;
    }
    
    .hero-subtitle {
        text-align: left !important;
        margin-bottom: 24px !important;
    }
    
    .modern-cta {
        margin-left: 0 !important;
        display: inline-flex !important;
    }
    
    .image-container {
        max-width: 750px;
        margin: 0 auto;
        width: 100%;
    }
    
    .image-container img {
        height: auto;
        max-height: 900px;
    }
    
    .hero-name {
        font-size: clamp(3.2rem, 8vw, 8rem);
        letter-spacing: -2px;
    }
    
    .hero-number {
        font-size: 180px;
        top: -60px;
        left: -30px;
    }
    
    .hero-title {
        font-size: clamp(1.5rem, 3vw, 2.5rem);
    }
}

.container {
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

/* Tablet Navigation Override - Back to Horizontal Layout */\n@media (min-width: 768px) {\n    .nav-container {\n        flex-direction: row !important;\n        justify-content: space-between !important;\n        align-items: center !important;\n        gap: 0 !important;\n    }\n    \n    .nav-logo .logo-text {\n        text-align: left !important;\n        font-size: 24px !important;\n    }\n    \n    .nav-phone {\n        width: auto !important;\n        justify-content: flex-end !important;\n    }\n    \n    .phone-link {\n        align-items: flex-end !important;\n        text-align: right !important;\n    }\n    \n    .phone-number {\n        font-size: 16px !important;\n    }\n    \n    .phone-text {\n        font-size: 12px !important;\n    }\n}\n\n/* Global section styling - full width */
section {
    width: 100%;
    margin: 0;
    padding: 60px 0;
    box-sizing: border-box;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Serif KR', 'Noto Sans KR', serif;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.section-title {
    font-family: 'Noto Serif KR', 'Noto Sans KR', serif;
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 3rem;
    font-weight: 700;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.section-title.light {
    color: #fff;
    text-shadow: 0 0 30px rgba(255,255,255,0.1);
}

.highlight {
    color: #ffffff;
    position: relative;
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.highlight::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #ffffff, rgba(255,255,255,0.6));
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(255,255,255,0.3);
}

/* CTA Buttons */
.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 32px;
    background: linear-gradient(135deg, #FFD700, #B8860B);
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 
        0 8px 32px rgba(255, 215, 0, 0.3),
        0 0 0 1px rgba(255, 215, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    border: none;
    cursor: pointer;
    text-align: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: visible;
}

.cta-button:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 
        0 16px 48px rgba(255, 215, 0, 0.4),
        0 0 0 2px rgba(255, 215, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        0 0 20px rgba(255, 215, 0, 0.6);
    background: linear-gradient(135deg, #FFD700, #B8860B);
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.cta-button:hover::before {
    left: 100%;
}

/* Secondary CTA Button */
.cta-button.secondary {
    background: transparent;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 
        0 8px 32px rgba(255, 255, 255, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.cta-button.secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: 
        0 16px 48px rgba(255, 255, 255, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

/* Final CTA Buttons Container */
.final-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Standardized CTA Button Widths - Make all centered CTAs similar width to gold button */
.modern-cta,
.cta-button,
.guarantee-badge {
    min-width: 320px;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    box-sizing: border-box;
}

/* Ensure modern-cta matches cta-button styling for consistency */
.modern-cta {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Results CTA wrapper centering */
.results-cta {
    text-align: center;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

/* Solution section CTA centering */
.solution .cta-button {
    display: block;
    margin: 30px auto;
    max-width: 400px;
}

/* Pulsing effect for primary CTAs */
.cta-button.primary {
    animation: pulse-glow 3s ease-in-out infinite;
}

@keyframes pulse-glow {
    0%, 100% {
        box-shadow: 
            0 8px 32px rgba(255, 215, 0, 0.3),
            0 0 0 1px rgba(255, 215, 0, 0.2),
            inset 0 1px 0 rgba(255, 255, 255, 0.2);
    }
    50% {
        box-shadow: 
            0 8px 32px rgba(255, 215, 0, 0.5),
            0 0 0 1px rgba(255, 215, 0, 0.4),
            inset 0 1px 0 rgba(255, 255, 255, 0.2),
            0 0 30px rgba(255, 215, 0, 0.4);
    }
}

.cta-button.large {
    padding: 24px 48px;
    font-size: 1.3rem;
}

.cta-button.final {
    padding: 28px 56px;
    font-size: 1.4rem;
    font-weight: 700;
}

.cta-button.full-width {
    width: 100%;
    padding: 20px;
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 50%, #000000 100%);
    color: white;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.02) 1px, transparent 1px),
        radial-gradient(circle at 70% 80%, rgba(255,255,255,0.01) 1px, transparent 1px),
        linear-gradient(135deg, transparent 48%, rgba(255,255,255,0.005) 50%, transparent 52%);
    background-size: 60px 60px, 80px 80px, 100px 100px;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.hero-headline {
    font-family: 'Noto Serif KR', 'Noto Sans KR', serif;
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 2rem;
    line-height: 1.1;
    letter-spacing: -1px;
    text-shadow: 0 4px 20px rgba(0,0,0,0.5);
}

.hero-subheadline {
    font-size: 1.3rem;
    margin-bottom: 3rem;
    opacity: 0.9;
    line-height: 1.6;
}

.hero-visual {
    position: relative;
}

.before-after-collage {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 15px;
    margin-bottom: 20px;
}

.before-after-item:nth-child(3) {
    /* Removed - now uniform square cards */
}

.before-after-labels {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.before-label, .after-label {
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
}

.after-label {
    background: #27ae60;
}

.placeholder-image {
    height: 120px;
    background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #ffffff;
    font-size: 0.9rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.placeholder-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}

.scott-inset {
    position: relative;
    margin-top: 20px;
}

.scott-inset .placeholder-image {
    height: 80px;
    border: 3px solid #d4af37;
}

/* Pain Section */
.pain {
    padding: 100px 0;
    background: linear-gradient(180deg, #0f0f0f 0%, #1a1a1a 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.pain-scenarios {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-bottom: 60px;
}

.scenario-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 40px;
    background: linear-gradient(135deg, #1a1a1a, #242424);
    border-radius: 8px;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.scenario-item:hover {
    transform: translateY(-8px);
    box-shadow: 
        0 16px 48px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
}

.scenario-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 1.8rem;
    flex-shrink: 0;
    box-shadow: 
        0 4px 16px rgba(255, 255, 255, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.scenario-text h3 {
    font-size: 1.3rem;
    margin-bottom: 8px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.scenario-text p {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
}

.pain-cta {
    text-align: center;
}

.subtle-cta {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 2px;
}

.subtle-cta:hover {
    color: #f8f9fa;
    border-bottom-color: rgba(255, 255, 255, 0.8);
    transform: translateY(-1px);
}

/* Solution Section */
.solution {
    padding: 100px 0;
    background: linear-gradient(180deg, #000000 0%, #0f0f0f 100%);
    position: relative;
}

.solution::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, transparent, rgba(255,255,255,0.1), transparent);
}

.solution-benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin: 60px 0;
}

.benefit-item {
    text-align: center;
    padding: 50px 30px;
    border-radius: 6px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: linear-gradient(135deg, #0a0a0a, #1a1a1a);
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
}

.benefit-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
}

.benefit-item:hover {
    transform: translateY(-12px) scale(1.02);
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.benefit-icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    color: #000000;
    font-size: 2.5rem;
    box-shadow: 
        0 8px 24px rgba(255, 255, 255, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.benefit-item:hover .benefit-icon {
    transform: scale(1.05);
    box-shadow: 
        0 12px 36px rgba(255, 255, 255, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.benefit-item h3 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.solution-description {
    text-align: center;
    margin: 40px 0;
}

.solution-description p {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
    letter-spacing: 0.3px;
}

/* Solution Section CTA and Elements Centering */
.solution .cta-button {
    display: block;
    margin: 30px auto;
    text-align: center;
    max-width: 400px;
}

.solution .scarcity-message {
    text-align: center;
    margin: 25px auto;
}

.solution .guarantee-badge {
    text-align: center;
    display: block;
    margin: 15px auto;
}

/* Authority Section */
.authority {
    padding: 100px 0;
    background: 
        linear-gradient(135deg, #000000 0%, #1a1a1a 50%, #000000 100%),
        radial-gradient(ellipse at center, rgba(255,255,255,0.02) 0%, transparent 70%);
    color: white;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.authority::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(45deg, transparent 48%, rgba(255,255,255,0.01) 50%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(255,255,255,0.01) 50%, transparent 52%);
    background-size: 20px 20px;
    pointer-events: none;
}

.authority-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.authority-points {
    space-y: 30px;
}

.point-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.point-item:last-child {
    border-bottom: none;
}

.point-item i {
    color: #ffffff;
    font-size: 1.5rem;
    width: 30px;
    filter: drop-shadow(0 0 10px rgba(255,255,255,0.3));
}

.authority-visuals {
    text-align: center;
}

.certification-badges {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.badge {
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    color: #000000;
    padding: 10px 24px;
    border-radius: 2px;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 
        0 4px 16px rgba(255, 255, 255, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.authority .placeholder-image {
    height: 200px;
    background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 8px 32px rgba(0, 0, 0, 0.3);
}

/* Benefits Section */
.benefits {
    padding: 100px 0;
    background: linear-gradient(180deg, #0f0f0f 0%, #1a1a1a 100%);
    position: relative;
}

.benefits::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    transform: translateY(-50%);
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.benefit-card {
    background: linear-gradient(135deg, #1a1a1a, #242424);
    padding: 50px 40px;
    border-radius: 8px;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    text-align: center;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-top: 3px solid rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    overflow: hidden;
}

.benefit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.02), transparent);
    transition: left 0.6s ease;
}

.benefit-card:hover::before {
    left: 100%;
}

.benefit-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 
        0 16px 48px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
}

.card-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    color: #000000;
    font-size: 2rem;
    box-shadow: 
        0 6px 20px rgba(255, 255, 255, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.benefit-card:hover .card-icon {
    transform: scale(1.05) rotate(5deg);
    box-shadow: 
        0 8px 28px rgba(255, 255, 255, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.benefit-card h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.benefit-card .placeholder-image.small {
    height: 120px;
    margin-top: 20px;
}

/* Process Section */
.process {
    padding: 100px 0;
    background: linear-gradient(180deg, #000000 0%, #0f0f0f 100%);
    position: relative;
}

.process-timeline {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px 0;
    flex-wrap: wrap;
    gap: 20px;
}

.timeline-item {
    text-align: center;
    max-width: 250px;
}

.timeline-number {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    color: #000000;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 1.6rem;
    font-weight: 900;
    box-shadow: 
        0 8px 24px rgba(255, 255, 255, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.timeline-content h3 {
    font-size: 1.3rem;
    margin-bottom: 12px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.timeline-arrow {
    color: rgba(255, 255, 255, 0.4);
    font-size: 1.8rem;
    margin: 0 30px;
    filter: drop-shadow(0 0 10px rgba(255,255,255,0.2));
}

.process-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-top: 60px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 25px;
    background: linear-gradient(135deg, #1a1a1a, #242424);
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.feature-item:hover {
    border-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

.feature-item i {
    color: #ffffff;
    font-size: 1.5rem;
    filter: drop-shadow(0 0 8px rgba(255,255,255,0.2));
}

.feature-item span {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

/* Proof Section */
.proof {
    padding: 100px 0;
    background: linear-gradient(180deg, #0f0f0f 0%, #1a1a1a 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.proof-gallery {
    margin-bottom: 60px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 50px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.gallery-item .placeholder-image {
    height: 200px;
}

.testimonials {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.testimonial-card {
    background: linear-gradient(135deg, #1a1a1a, #242424);
    padding: 40px;
    border-radius: 8px;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
}

.testimonial-text {
    margin-bottom: 20px;
}

.testimonial-text i {
    color: #ffffff;
    font-size: 2rem;
    margin-bottom: 20px;
    display: block;
    opacity: 0.8;
    filter: drop-shadow(0 0 10px rgba(255,255,255,0.2));
}

.testimonial-text p {
    font-size: 1.2rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    font-style: italic;
    font-weight: 300;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.author-photo {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #2d2d2d, #3d3d3d);
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.testimonial-author span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    font-weight: 500;
}

/* FAQ Section */
.faq {
    padding: 100px 0;
    background: linear-gradient(180deg, #000000 0%, #0f0f0f 100%);
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 20px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.faq-question {
    background: linear-gradient(135deg, #1a1a1a, #242424);
    color: white;
    padding: 30px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    overflow: hidden;
}

.faq-question::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.03), transparent);
    transition: left 0.6s ease;
}

.faq-question:hover::before {
    left: 100%;
}

.faq-question:hover {
    background: linear-gradient(135deg, #242424, #2d2d2d);
    border-color: rgba(255, 255, 255, 0.12);
    transform: translateY(-1px);
}

.faq-question h3 {
    margin: 0;
    font-size: 1.2rem;
    flex: 1;
}

.faq-question i {
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    background: linear-gradient(135deg, #0f0f0f, #1a1a1a);
    padding: 0 30px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                padding 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                opacity 0.3s ease;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    opacity: 0;
}

.faq-item.active .faq-answer {
    padding: 30px;
    max-height: 2000px; /* Allow for very large content */
    opacity: 1;
}

.faq-answer p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
}

.faq-question h3 {
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: 0.3px;
}

/* Offer Section */
.offer {
    padding: 100px 0;
    background: 
        linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 50%, #0f0f0f 100%),
        radial-gradient(ellipse at center, rgba(255,255,255,0.02) 0%, transparent 70%);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
}

.offer-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 40px;
}

.offer-benefits {
    space-y: 30px;
}

.offer-item {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 35px;
    background: linear-gradient(135deg, #1a1a1a, #242424);
    border-radius: 8px;
    box-shadow: 
        0 6px 24px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    margin-bottom: 25px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
}

.offer-item:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.offer-item i {
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 1.6rem;
    box-shadow: 
        0 4px 16px rgba(255, 255, 255, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.offer-text h3 {
    color: #ffffff;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.offer-text p {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    line-height: 1.5;
}

.consultation-visual {
    text-align: center;
    position: relative;
}

.consultation-visual .placeholder-image {
    height: 200px;
    margin-bottom: 20px;
}

.free-badge {
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    color: #000000;
    padding: 12px 30px;
    border-radius: 4px;
    font-weight: 900;
    font-size: 1rem;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow: 
        0 6px 20px rgba(255, 255, 255, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.offer .cta-button {
    display: block;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
}

/* Final CTA Section - Conversion Optimized */
.final-cta {
    padding: 80px 0;
    background: 
        linear-gradient(135deg, #000000 0%, #1a1a1a 30%, #000000 70%, #0a0a0a 100%),
        radial-gradient(ellipse at 50% 50%, rgba(0, 212, 255, 0.03) 0%, transparent 70%);
    color: white;
    text-align: center;
    position: relative;
    border-top: 2px solid rgba(255, 215, 0, 0.2);
}

.final-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(45deg, transparent 49%, rgba(0, 212, 255, 0.01) 50%, transparent 51%),
        linear-gradient(-45deg, transparent 49%, rgba(0, 212, 255, 0.01) 50%, transparent 51%);
    background-size: 60px 60px;
    pointer-events: none;
    animation: subtle-move 20s linear infinite;
}

@keyframes subtle-move {
    0% { transform: translateX(0) translateY(0); }
    100% { transform: translateX(60px) translateY(60px); }
}

/* Urgency Header */
.final-urgency-header {
    margin-bottom: 50px;
}

.urgency-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #FF6B00, #FF4500);
    color: white;
    padding: 12px 25px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 20px;
    box-shadow: 0 4px 20px rgba(255, 107, 0, 0.3);
    animation: pulse-badge 3s ease-in-out infinite;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@keyframes pulse-badge {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 4px 20px rgba(255, 107, 0, 0.3);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 6px 30px rgba(255, 107, 0, 0.5);
    }
}

.final-headline {
    font-family: 'Noto Serif KR', 'Noto Sans KR', serif;
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: -1px;
    text-shadow: 0 4px 20px rgba(0,0,0,0.5);
    line-height: 1.2;
}

/* Value Propositions */
.final-value-props {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin: 50px 0;
    flex-wrap: wrap;
}

.value-item {
    text-align: center;
}

.value-number {
    font-size: 3rem;
    font-weight: 900;
    color: #00D4FF;
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
    margin-bottom: 8px;
    line-height: 1;
}

.value-text {
    font-size: 1rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Showcase */
.final-showcase {
    margin: 60px 0;
}

.showcase-header {
    margin-bottom: 40px;
}

.showcase-header h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
}

.showcase-header p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.1rem;
}

.showcase-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 800px;
    margin: 0 auto;
}

.showcase-item {
    position: relative;
}

.real-image.showcase {
    height: 200px;
    border-radius: 16px;
    border: 2px solid rgba(255, 215, 0, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    transition: all 0.4s ease;
    overflow: hidden;
}

.real-image.showcase:hover {
    transform: translateY(-8px) scale(1.02);
    border-color: rgba(255, 215, 0, 0.5);
    box-shadow: 
        0 16px 48px rgba(0, 0, 0, 0.5),
        0 0 30px rgba(255, 215, 0, 0.3);
}

.showcase-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.9));
    padding: 20px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.before-after-labels-inline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: white;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.before-after-labels-inline .before-label {
    background: rgba(255, 255, 255, 0.2);
    padding: 4px 12px;
    border-radius: 12px;
}

.before-after-labels-inline .after-label {
    background: linear-gradient(135deg, #FFD700, #B8860B);
    padding: 4px 12px;
    border-radius: 12px;
}

.before-after-labels-inline i {
    color: #00D4FF;
    font-size: 1.2rem;
}

/* Limited Offer */
.final-limited-offer {
    background: linear-gradient(135deg, #1a1a1a, #242424);
    border: 2px solid rgba(255, 215, 0, 0.3);
    border-radius: 20px;
    padding: 40px;
    margin: 50px auto;
    max-width: 600px;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 0 20px rgba(0, 212, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.final-limited-offer::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.05), transparent);
    animation: shimmer-offer 3s infinite;
}

@keyframes shimmer-offer {
    0% { left: -100%; }
    100% { left: 100%; }
}

.offer-header {
    font-size: 1.3rem;
    font-weight: 700;
    color: #00D4FF;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.offer-header i {
    font-size: 1.5rem;
    color: #FFD700;
}

.offer-benefits {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.offer-benefit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 1.1rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
}

.offer-benefit i {
    color: #27ae60;
    font-size: 1.2rem;
}

/* Enhanced CTA Buttons */
.final-cta-buttons {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 50px 0;
}

.cta-button.final.main-cta {
    background: linear-gradient(135deg, #FFD700, #B8860B);
    padding: 25px 45px;
    font-size: 1.3rem;
    min-width: 300px;
    position: relative;
    overflow: visible;
}

.cta-button.final.quick-call {
    background: linear-gradient(135deg, #27ae60, #2ecc71);
    padding: 25px 45px;
    font-size: 1.2rem;
    min-width: 260px;
}

.cta-subtitle {
    display: block;
    font-size: 0.8rem;
    margin-top: 5px;
    opacity: 0.8;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
}

/* Trust Indicators */
.final-trust-indicators {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 40px 0;
    flex-wrap: wrap;
}

.final-trust-indicators .trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    font-weight: 500;
}

.final-trust-indicators .trust-item i {
    color: #00D4FF;
    font-size: 1.3rem;
}

/* Urgency Timer */
.final-urgency-timer {
    background: linear-gradient(135deg, #FF6B00, #FF4500);
    color: white;
    padding: 15px 30px;
    border-radius: 25px;
    margin: 30px auto 0;
    display: inline-block;
    font-weight: 600;
    box-shadow: 0 4px 20px rgba(255, 107, 0, 0.3);
    animation: timer-pulse 2s ease-in-out infinite;
}

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

#countdown-timer {
    font-family: monospace;
    font-size: 1.2rem;
    font-weight: 700;
    color: #FFD700;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

/* Consultation Modal */
.consultation-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 1000;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.consultation-modal.active {
    display: flex;
}

.modal-content {
    background: linear-gradient(135deg, #1a1a1a, #242424);
    border-radius: 12px;
    width: 100%;
    max-width: 900px;
    max-height: 95vh;
    overflow-y: auto;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.modal-header {
    padding: 35px 35px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 25px;
    margin-bottom: 35px;
}

.modal-header h3 {
    font-family: 'Noto Serif KR', 'Noto Sans KR', serif;
    font-size: 1.6rem;
    color: #ffffff;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.close-modal {
    background: none;
    border: none;
    font-size: 1.8rem;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.close-modal:hover {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.1);
}

.modal-body {
    padding: 0 35px 35px;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: #ffffff;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    font-size: 1rem;
    transition: all 0.3s ease;
    font-family: inherit;
    background: linear-gradient(135deg, #0f0f0f, #1a1a1a);
    color: #ffffff;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.4);
    background: linear-gradient(135deg, #1a1a1a, #242424);
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.3),
        0 0 0 3px rgba(255, 255, 255, 0.1);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

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

/* Floating CTA */
.floating-cta {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
}

.floating-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 28px;
    background: linear-gradient(135deg, #FFD700, #B8860B);
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    box-shadow: 
        0 8px 32px rgba(255, 215, 0, 0.3),
        0 0 0 1px rgba(255, 215, 0, 0.2);
    transition: all 0.4s ease;
    animation: pulse 3s infinite;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.9rem;
}

.floating-btn:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 
        0 12px 40px rgba(255, 215, 0, 0.4),
        0 0 0 2px rgba(255, 215, 0, 0.3),
        0 0 30px rgba(255, 215, 0, 0.6);
    background: linear-gradient(135deg, #FFD700, #B8860B);
}

@keyframes pulse {
    0% {
        box-shadow: 
            0 8px 32px rgba(255, 215, 0, 0.3),
            0 0 0 1px rgba(255, 215, 0, 0.2);
    }
    50% {
        box-shadow: 
            0 8px 32px rgba(255, 215, 0, 0.5),
            0 0 0 2px rgba(255, 215, 0, 0.4),
            0 0 20px rgba(255, 215, 0, 0.4);
    }
    100% {
        box-shadow: 
            0 8px 32px rgba(255, 215, 0, 0.3),
            0 0 0 1px rgba(255, 215, 0, 0.2);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .hero {
        padding: 60px 0;
    }
    
    .hero-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .hero-headline {
        font-size: 2.5rem;
    }
    
    .hero-subheadline {
        font-size: 1.1rem;
    }
    
    .authority-content,
    .offer-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .process-timeline {
        flex-direction: column;
    }
    
    .timeline-arrow {
        transform: rotate(90deg);
        margin: 10px 0;
    }
    
    .final-headline {
        font-size: 2rem;
    }
    
    /* Final CTA Section Mobile */
    .final-value-props {
        gap: 30px;
        margin: 30px 0;
    }
    
    .value-number {
        font-size: 2.2rem;
    }
    
    .showcase-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .final-limited-offer {
        padding: 25px;
        margin: 30px auto;
    }
    
    .offer-header {
        font-size: 1.1rem;
        flex-direction: column;
        gap: 8px;
    }
    
    .offer-benefits {
        gap: 12px;
    }
    
    .offer-benefit {
        font-size: 1rem;
        justify-content: flex-start;
    }
    
    .final-cta-buttons {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    
    .cta-button.final.main-cta,
    .cta-button.final.quick-call {
        min-width: 280px;
        padding: 20px 35px;
        font-size: 1.1rem;
    }
    
    .final-trust-indicators {
        gap: 20px;
        flex-direction: column;
        align-items: center;
    }
    
    .final-urgency-timer {
        padding: 12px 25px;
        font-size: 0.9rem;
    }
    
    #countdown-timer {
        font-size: 1.1rem;
    }
    
    .cta-button {
        padding: 15px 25px;
        font-size: 1rem;
    }
    
    .cta-button.large {
        padding: 20px 35px;
        font-size: 1.1rem;
    }
    
    .cta-button.final {
        padding: 22px 40px;
        font-size: 1.2rem;
    }
    
    .floating-cta {
        bottom: 20px;
        right: 20px;
    }
    
    .floating-btn span {
        display: none;
    }
    
    .modal-content {
        margin: 20px;
    }
}

@media (max-width: 480px) {
    .hero-headline {
        font-size: 2rem;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .before-after-collage {
        grid-template-columns: 1fr;
    }
    
    .before-after-item:nth-child(3) {
        /* No longer needed - uniform layout */
    }
    
    .benefits-grid,
    .testimonials {
        grid-template-columns: 1fr;
    }
    
    .certification-badges {
        flex-direction: column;
        align-items: center;
    }
    
    /* Mobile CTA button standardization */
    .modern-cta,
    .cta-button,
    .guarantee-badge {
        min-width: 280px;
        max-width: 340px;
        font-size: 0.95rem;
        padding: 16px 24px;
    }
    
    .modern-cta {
        font-size: 14px;
        padding: 16px 32px;
    }
}

/* Performance Optimizations */
.placeholder-image {
    will-change: transform;
}

.cta-button,
.scenario-item,
.benefit-item,
.benefit-card {
    will-change: transform;
}

/* Conversion Optimization Styles */
.urgency-indicator {
    position: absolute;
    top: -12px;
    right: -12px;
    background: linear-gradient(135deg, #FF6B00, #FF4500);
    color: white;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 700;
    animation: pulse-dot 2s infinite;
    box-shadow: 0 0 15px rgba(255, 107, 0, 0.6);
    border: 2px solid #ffffff;
    z-index: 10;
}

@keyframes pulse-dot {
    0% {
        transform: scale(1);
        opacity: 1;
        box-shadow: 0 0 15px rgba(255, 107, 0, 0.6);
    }
    50% {
        transform: scale(1.3);
        opacity: 0.8;
        box-shadow: 0 0 25px rgba(255, 107, 0, 0.8);
    }
    100% {
        transform: scale(1);
        opacity: 1;
        box-shadow: 0 0 15px rgba(255, 107, 0, 0.6);
    }
}

.social-proof-bar {
    background: linear-gradient(135deg, #FFD700, #B8860B);
    color: #ffffff;
    padding: 12px 0;
    text-align: center;
    font-size: 0.85rem;
    font-weight: 600;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    transform: translateY(-100%);
    transition: transform 0.4s ease;
    border-bottom: 1px solid rgba(255, 215, 0, 0.3);
    box-shadow: 0 2px 10px rgba(255, 215, 0, 0.2);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.social-proof-bar.show {
    transform: translateY(0);
}

.social-proof-bar i {
    margin-right: 10px;
    color: #000000;
    opacity: 0.7;
}

.trust-indicators {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 40px 0;
    flex-wrap: wrap;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.trust-item i {
    color: #00D4FF;
    font-size: 1.3rem;
    filter: drop-shadow(0 0 8px rgba(0,212,255,0.5));
}

.scarcity-message {
    background: linear-gradient(135deg, #1a1a1a, #242424);
    color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    margin: 25px 0;
    font-weight: 700;
    animation: gentle-pulse 4s infinite;
    border: 1px solid rgba(255, 215, 0, 0.3);
    box-shadow: 
        0 4px 16px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(0, 212, 255, 0.1),
        0 0 20px rgba(0, 212, 255, 0.1);
    text-transform: uppercase;
    letter-spacing: 1px;
}

@keyframes gentle-pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
}

.guarantee-badge {
    position: relative;
    background: linear-gradient(135deg, #27ae60, #2ecc71);
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 15px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 
        0 3px 12px rgba(39, 174, 96, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(39, 174, 96, 0.3);
}

.guarantee-badge::before {
    content: '✓';
    font-weight: bold;
}

/* Mobile Optimization for Conversions */
@media (max-width: 768px) {
    .trust-indicators {
        flex-direction: column;
        gap: 15px;
    }
    
    .social-proof-bar {
        font-size: 0.8rem;
        padding: 8px 10px;
    }
    
    .scarcity-message {
        font-size: 0.9rem;
        padding: 12px;
    }
}

/* Accessibility Improvements */
.cta-button:focus,
.floating-btn:focus {
    outline: 3px solid rgba(52, 152, 219, 0.5);
    outline-offset: 2px;
}

.faq-question:focus {
    outline: 2px solid #3498db;
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
    .highlight {
        background: yellow;
        color: black;
    }
    
    .cta-button {
        border: 2px solid currentColor;
    }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* Real Images Styling */
.real-image {
    height: 120px;
    background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.real-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.real-image:hover img {
    transform: scale(1.05);
}

.real-image .case-label {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Scott Profile Specific Styling */
.scott-profile {
    height: 80px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 
        0 4px 20px rgba(255, 255, 255, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.scott-profile img {
    filter: grayscale(20%) contrast(1.1);
}

.scott-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
    color: white;
    padding: 8px;
    text-align: center;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.scott-overlay h4 {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
}

.scott-overlay p {
    margin: 0;
    font-size: 0.7rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Enhanced Before/After Labels */
.before-after-labels {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    position: relative;
    z-index: 2;
}

.before-label, .after-label {
    background: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.after-label {
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    color: #000000;
    border-color: rgba(255, 255, 255, 0.2);
}

/* Gallery Grid Enhancement */
.gallery-grid .real-image {
    height: 280px;
    border-radius: 16px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 2px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.gallery-grid .real-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg, 
        rgba(0, 212, 255, 0.1) 0%, 
        transparent 30%, 
        transparent 70%, 
        rgba(0, 212, 255, 0.05) 100%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 1;
}

.gallery-grid .real-image:hover::before {
    opacity: 1;
}

.gallery-grid .real-image:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.5),
        0 0 30px rgba(255, 215, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 215, 0, 0.3);
}

.gallery-grid .real-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.4s ease;
    border-radius: 14px;
}

.gallery-grid .real-image:hover img {
    transform: scale(1.05);
    filter: contrast(1.1) saturate(1.1) brightness(1.05);
}

/* Hide case labels in gallery */
.gallery-grid .real-image .case-label {
    display: none;
}

/* Small Image Variant */
.real-image.small {
    height: 120px;
    margin-top: 20px;
}

/* Scott Authority Profile */
.scott-master-profile {
    margin-bottom: 30px;
}

.scott-authority {
    height: auto;
    border-radius: 12px;
    border: 2px solid rgba(200, 200, 200, 0.3);
    box-shadow: none;
    position: relative;
    overflow: visible;
}

.scott-authority:hover {
    transform: translateY(-4px) scale(1.02);
    border-color: rgba(200, 200, 200, 0.5);
    box-shadow: none;
}

.scott-authority img {
    filter: contrast(1.1) saturate(1.1);
}

.scott-overlay-authority {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.9));
    color: white;
    padding: 20px;
    text-align: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.scott-overlay-authority h3 {
    margin: 0 0 5px 0;
    font-size: 1.8rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #00D4FF;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.scott-overlay-authority p {
    margin: 0 0 8px 0;
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.scott-overlay-authority .credentials {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.consultation .real-image {
    height: 200px;
    margin-bottom: 20px;
}

.happy .real-image {
    height: 150px;
    margin: 40px auto;
    max-width: 400px;
    border-radius: 20px;
}

.authority .real-image {
    height: 200px;
}

.authority .real-image.full-height {
    height: auto;
    width: 100%;
    max-width: 100%;
}

.authority .real-image.full-height img {
    height: auto;
    width: 100%;
    max-width: 100%;
    display: block;
    border-radius: 12px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.5),
        0 0 30px rgba(255, 255, 255, 0.1);
}

/* Mobile-First CRO Optimizations */
@media (max-width: 768px) {
    .real-image {
        height: 100px;
    }
    
    .real-image.small {
        height: 100px;
    }
    
    .scott-profile {
        height: 70px;
    }
    
    .real-image .case-label {
        font-size: 0.65rem;
        padding: 3px 8px;
    }
    
    .gallery-grid .real-image {
        height: 150px;
    }
    
    .consultation .real-image {
        height: 150px;
    }
    
    .happy .real-image {
        height: 120px;
    }
    
    .authority .real-image.full-height {
        height: auto;
        width: 100%;
        max-width: 100%;
    }
    
    /* Mobile-First CRO Enhancements */
    
    /* Larger, thumb-friendly CTA buttons */
    .cta-button {
        padding: 18px 30px !important;
        font-size: 1.1rem !important;
        min-height: 54px;
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        border-radius: 12px;
        font-weight: 600;
        box-shadow: 0 4px 20px rgba(255, 215, 0, 0.3);
        transition: all 0.2s ease;
    }
    
    /* Solution section mobile centering */
    .solution .cta-button {
        display: flex !important;
        margin: 25px auto !important;
    }
    
    .solution .scarcity-message {
        margin: 20px auto !important;
        text-align: center;
    }
    
    .solution .guarantee-badge {
        margin: 15px auto !important;
        display: block;
        text-align: center;
    }
    
    .cta-button:active {
        transform: translateY(1px);
        box-shadow: 0 2px 10px rgba(255, 215, 0, 0.4);
    }
    
    /* Floating CTA optimization */
    .floating-cta {
        position: fixed;
        bottom: 20px;
        left: 20px;
        right: 20px;
        z-index: 1000;
        display: block;
    }
    
    .floating-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .floating-btn {
        padding: 14px;
        color: white;
        border-radius: 12px;
        font-size: 1rem;
        font-weight: 600;
        text-align: center;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        transition: all 0.2s ease;
    }
    
    .booking-btn {
        background: linear-gradient(135deg, #00d4ff, #0099cc);
        box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4);
    }
    
    .call-btn {
        background: linear-gradient(135deg, #28a745, #20c997);
        box-shadow: 0 8px 25px rgba(40, 167, 69, 0.4);
    }
    
    .floating-btn:active {
        transform: translateY(1px);
    }
    
    @keyframes pulse {
        0%, 100% { transform: scale(1); }
        50% { transform: scale(1.02); }
    }
    
    /* Hero section mobile optimization */
    .hero {
        padding: 40px 0 80px 0 !important;
        min-height: 90vh;
        display: flex;
        align-items: center;
    }
    
    .hero-headline {
        font-size: 2.2rem !important;
        line-height: 1.2;
        margin-bottom: 1.5rem;
        text-align: center;
    }
    
    .hero-subheadline {
        font-size: 1.1rem !important;
        line-height: 1.5;
        margin-bottom: 2rem;
        text-align: center;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* Trust indicators mobile */
    .trust-indicators {
        justify-content: center !important;
        margin-top: 2rem;
        gap: 15px !important;
    }
    
    .trust-item {
        font-size: 0.9rem;
        padding: 8px 12px;
    }
    
    /* Mobile urgency indicator */
    .mobile-urgency {
        background: linear-gradient(135deg, #ff4444, #ff6666);
        color: white;
        padding: 12px 20px;
        border-radius: 8px;
        margin: 20px auto;
        text-align: center;
        font-size: 0.95rem;
        font-weight: 500;
        box-shadow: 0 4px 15px rgba(255, 68, 68, 0.3);
        animation: glow 2s ease-in-out infinite alternate;
    }
    
    @keyframes glow {
        from { box-shadow: 0 4px 15px rgba(255, 68, 68, 0.3); }
        to { box-shadow: 0 4px 20px rgba(255, 68, 68, 0.5); }
    }
    
    /* Section spacing optimization */
    .pain, .solution, .authority, .benefits, .process, .proof, .faq, .offer {
        padding: 60px 0 !important;
    }
    
    /* Benefits grid mobile-first */
    .benefits-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    
    .benefit-card {
        padding: 30px 20px !important;
        text-align: center;
    }
    
    /* Process timeline mobile */
    .process-timeline {
        flex-direction: column !important;
        gap: 30px;
    }
    
    .timeline-arrow {
        transform: rotate(90deg) !important;
        margin: 15px 0;
    }
    
    /* FAQ mobile optimization */
    .faq-question {
        padding: 20px !important;
        font-size: 1.1rem;
    }
    
    .faq-answer {
        padding: 20px !important;
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Booking section mobile-first */
    .booking-content {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
    
    .booking-calendar-wrapper iframe {
        min-height: 500px !important;
        border-radius: 8px;
    }
    
    /* Modal optimization for mobile */
    .consultation-modal {
        padding: 10px;
    }
    
    .modal-content {
        width: 95% !important;
        max-width: 95% !important;
        height: 90vh;
        max-height: 90vh;
        margin: 5vh auto;
        border-radius: 12px;
    }
    
    .modal-body {
        padding: 15px;
        height: calc(90vh - 80px);
        overflow-y: auto;
    }
    
    /* Social proof mobile */
    .social-proof-bar {
        padding: 12px 20px;
        font-size: 0.9rem;
        text-align: center;
    }
    
    /* Gallery mobile optimization */
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
        max-width: 100% !important;
    }
    
    .gallery-grid .real-image {
        height: 180px !important;
        border-radius: 12px !important;
    }
    
    .gallery-grid .real-image img {
        border-radius: 10px !important;
    }
    
    .testimonials {
        grid-template-columns: 1fr !important;
        gap: 20px;
    }
    
    /* Contact optimization */
    .container {
        padding: 0 15px;
    }
    
    /* Reduce visual clutter on mobile */
    .before-after-collage {
        grid-template-columns: 1fr !important;
        gap: 20px;
    }
    
    .before-after-item {
        max-width: 100%;
    }
    
    /* Sticky header space compensation */
    body {
        padding-bottom: 80px;
    }
}

/* Tablet optimization (768px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    .hero-headline {
        font-size: 3rem;
    }
    
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .floating-cta {
        display: none;
    }
    
    body {
        padding-bottom: 0;
    }
}

/* Desktop optimization (1025px+) */
@media (min-width: 1025px) {
    .floating-cta {
        display: none;
    }
    
    body {
        padding-bottom: 0;
    }
    
    .cta-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 25px rgba(255, 215, 0, 0.4);
    }
    
    /* Desktop CTA standardization */
    .modern-cta,
    .cta-button,
    .guarantee-badge {
        min-width: 350px;
        max-width: 420px;
    }
}

/* Booking Section Styles */
.booking-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #000000 0%, #0f0f0f 100%);
    border-top: 1px solid rgba(0, 212, 255, 0.1);
}

.booking-subtitle {
    text-align: center;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 60px;
    font-weight: 300;
}

.booking-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    align-items: start;
}

.booking-info {
    space-y: 30px;
}

.info-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px;
    background: linear-gradient(135deg, #1a1a1a, #242424);
    border-radius: 12px;
    border: 1px solid rgba(0, 212, 255, 0.1);
    box-shadow: 
        0 4px 20px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.info-card:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 215, 0, 0.3);
    box-shadow: 
        0 8px 30px rgba(0, 0, 0, 0.4),
        0 0 20px rgba(0, 212, 255, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.info-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #FFD700, #B8860B);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

.info-text h3 {
    margin: 0 0 8px 0;
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-text p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}

.booking-calendar-section {
    background: linear-gradient(135deg, #1a1a1a, #242424);
    border-radius: 16px;
    padding: 30px;
    border: 1px solid rgba(255, 215, 0, 0.2);
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.calendar-header {
    text-align: center;
    margin-bottom: 30px;
}

.calendar-header h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #00D4FF;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.calendar-header p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
}

.booking-calendar-wrapper {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.3),
        inset 0 0 0 1px rgba(0, 212, 255, 0.1);
    background: #ffffff;
}

.booking-calendar-wrapper iframe {
    display: block;
    background: white;
    border-radius: 12px;
    box-shadow: 
        0 4px 20px rgba(0, 0, 0, 0.1),
        inset 0 0 0 1px rgba(0, 212, 255, 0.1);
}

/* Booking Calendar Header Styling */
.booking-calendar-wrapper {
    position: relative;
}

.booking-calendar-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #00D4FF, #0099CC);
    border-radius: 12px 12px 0 0;
    z-index: 1;
}

/* Modal Booking Styles */
.booking-calendar-container {
    max-height: 80vh;
    overflow-y: auto;
}

.booking-intro {
    margin-bottom: 25px;
    text-align: center;
}

.booking-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.booking-benefits {
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 15px;
}

.booking-benefits .benefit-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    font-weight: 500;
}

.booking-benefits .benefit-item i {
    color: #00D4FF;
    font-size: 1rem;
}

.modal-body .booking-calendar-wrapper {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 
        0 4px 20px rgba(0, 0, 0, 0.2),
        inset 0 0 0 1px rgba(0, 212, 255, 0.1);
}

.modal-body .booking-calendar-wrapper iframe {
    background: white;
    min-height: 500px;
}

/* Responsive Booking Styles */
@media (max-width: 1024px) {
    .booking-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .booking-info {
        order: 2;
    }
    
    .booking-calendar-section {
        order: 1;
    }
}

@media (max-width: 768px) {
    .booking-section {
        padding: 60px 0;
    }
    
    .booking-content {
        gap: 30px;
    }
    
    .info-card {
        padding: 20px;
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .booking-calendar-section {
        padding: 20px;
    }
    
    .booking-calendar-wrapper iframe {
        min-height: 500px;
    }
    
    .modal-body .booking-calendar-wrapper iframe {
        min-height: 400px;
    }
    
    .booking-benefits {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .calendar-header h3 {
        font-size: 1.2rem;
    }
    
    .booking-calendar-wrapper iframe {
        min-height: 450px;
    }
    
    .modal-body .booking-calendar-wrapper iframe {
        min-height: 350px;
    }
}

/* Print Styles */
@media print {
    .floating-cta,
    .consultation-modal,
    .social-proof-bar,
    .exit-intent-modal {
        display: none !important;
    }
    
    .hero,
    .final-cta {
        background: white !important;
        color: black !important;
    }
    
    .cta-button {
        background: white !important;
        color: black !important;
        border: 2px solid black !important;
    }
}

/* Scott Hero Image Styles */
.scott-hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.scott-hero {
    height: 400px;
    width: 100%;
    max-width: 350px;
    border-radius: 20px;
    border: 3px solid rgba(255, 215, 0, 0.4);
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.4),
        0 0 30px rgba(255, 215, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
    position: relative;
    overflow: visible;
}

.scott-hero:hover {
    transform: translateY(-8px) scale(1.02);
    border-color: rgba(255, 215, 0, 0.6);
    box-shadow: 
        0 30px 80px rgba(0, 0, 0, 0.5),
        0 0 40px rgba(255, 215, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.scott-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 17px;
    filter: contrast(1.1) saturate(1.1) brightness(1.02);
}

.scott-credentials {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.credential-badge {
    background: linear-gradient(135deg, #FFD700, #B8860B);
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 
        0 4px 15px rgba(255, 215, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 215, 0, 0.3);
    animation: credential-glow 3s ease-in-out infinite;
}

@keyframes credential-glow {
    0%, 100% {
        box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    }
    50% {
        box-shadow: 0 6px 25px rgba(255, 215, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    }
}

/* Before/After Results Section Styles */
.before-after-results {
    padding: 100px 0;
    background: linear-gradient(180deg, #1a1a1a 0%, #0f0f0f 50%, #000000 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
}

.before-after-results::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 30% 40%, rgba(0, 212, 255, 0.02) 0%, transparent 50%),
        radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.01) 0%, transparent 50%);
    pointer-events: none;
}

.before-after-results .container {
    position: relative;
    z-index: 2;
}

.section-subtitle {
    text-align: center;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 50px;
    font-weight: 300;
    line-height: 1.5;
}

.before-after-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    margin-bottom: 60px;
}

.before-after-item.featured {
    background: linear-gradient(135deg, #1a1a1a, #242424);
    padding: 30px;
    border-radius: 20px;
    border: 2px solid rgba(255, 215, 0, 0.2);
    box-shadow: 
        0 15px 45px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.before-after-item:not(.featured) {
    background: linear-gradient(135deg, #0f0f0f, #1a1a1a);
    padding: 25px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.03);
    transition: all 0.4s ease;
}

.before-after-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.05), transparent);
    transition: left 0.6s ease;
}

.before-after-item:hover::before {
    left: 100%;
}

.before-after-item.featured:hover {
    transform: translateY(-8px) scale(1.02);
    border-color: rgba(255, 215, 0, 0.4);
    box-shadow: 
        0 25px 60px rgba(0, 0, 0, 0.5),
        0 0 30px rgba(255, 215, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.before-after-item:not(.featured):hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.before-after-gallery .real-image {
    height: 220px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.before-after-gallery .before-after-labels {
    margin-bottom: 15px;
    justify-content: space-between;
    display: flex;
    position: relative;
    z-index: 3;
}

.before-after-gallery .before-label,
.before-after-gallery .after-label {
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.before-after-gallery .before-label {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.before-after-gallery .after-label {
    background: linear-gradient(135deg, #27ae60, #2ecc71);
    color: #ffffff;
    border: 1px solid rgba(39, 174, 96, 0.3);
    box-shadow: 0 4px 15px rgba(39, 174, 96, 0.2);
}

.result-stats {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.stat {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 1.8rem;
    font-weight: 900;
    color: #00D4FF;
    text-shadow: 0 0 15px rgba(255, 215, 0, 0.4);
    margin-bottom: 5px;
}

.stat-label {
    display: block;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.results-cta {
    text-align: center;
    padding: 40px;
    background: linear-gradient(135deg, #0f0f0f, #1a1a1a);
    border-radius: 20px;
    border: 1px solid rgba(255, 215, 0, 0.2);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.results-message {
    font-size: 1.3rem;
    color: #ffffff;
    margin-bottom: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Mobile Responsive for New Sections */
@media (max-width: 768px) {
    .scott-hero {
        height: 300px;
        max-width: 280px;
    }
    
    .credential-badge {
        font-size: 0.7rem;
        padding: 6px 12px;
    }
    
    .before-after-results {
        padding: 60px 0;
    }
    
    .before-after-gallery {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .before-after-item.featured,
    .before-after-item:not(.featured) {
        padding: 20px;
    }
    
    .before-after-gallery .real-image {
        height: 180px;
    }
    
    .result-stats {
        flex-direction: column;
        gap: 15px;
    }
    
    .stat-number {
        font-size: 1.5rem;
    }
    
    .results-cta {
        padding: 25px;
    }
    
    .results-message {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .scott-hero {
        height: 250px;
        max-width: 220px;
    }
    
    .scott-credentials {
        flex-direction: column;
        gap: 8px;
    }
    
    .credential-badge {
        font-size: 0.65rem;
        padding: 5px 10px;
    }
    
    .before-after-gallery .real-image {
        height: 150px;
    }
    
    .before-after-gallery .before-label,
    .before-after-gallery .after-label {
        font-size: 0.7rem;
        padding: 6px 12px;
    }
}

/* Footer Styles */
.site-footer {
    background: linear-gradient(180deg, #0a0a0a 0%, #000000 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 60px 0 30px 0;
    margin-top: 80px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-section h4 {
    color: #FFD700;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-section p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 10px;
}

.footer-section p i {
    color: #FFD700;
    margin-right: 10px;
    width: 16px;
    text-align: center;
}

.footer-section p a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section p a:hover {
    color: #FFD700;
    text-decoration: underline;
}

.hours-list {
    margin-top: 10px;
}

.hours-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.7);
}

.hours-item .day {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
}

.hours-item .time {
    color: #FFD700;
    font-weight: 500;
}

.hours-note {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    padding: 10px 15px;
    background: rgba(255, 215, 0, 0.1);
    border-radius: 8px;
    border: 1px solid rgba(255, 215, 0, 0.2);
}

.hours-note i {
    color: #FFD700;
    font-size: 0.9rem;
}

.hours-note span {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    font-size: 0.9rem;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    color: rgba(255, 255, 255, 0.7);
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: color 0.3s ease;
}

.footer-section ul li:hover {
    color: #FFD700;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    flex-wrap: wrap;
    gap: 20px;
}

.footer-copyright {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
}

.footer-links {
    display: flex;
    gap: 30px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #FFD700;
    text-decoration: underline;
}

/* Footer Mobile Responsive */
@media (max-width: 768px) {
    .site-footer {
        padding: 40px 0 20px 0;
        margin-top: 60px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .footer-links {
        justify-content: center;
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .footer-links {
        flex-direction: column;
        gap: 10px;
    }
    
    .hours-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .hours-note {
        flex-direction: column;
        text-align: center;
        gap: 5px;
    }
    
    .footer-section:has(.hours-list) {
        text-align: center;
    }
    
    .hours-list {
        text-align: center;
    }
    
    .hours-item {
        justify-content: center;
        text-align: center;
    }
}