/* WordPress/Thrive Compatible CSS - Save as 1000im.css */

html, body {
  background-color: #fdf6e3 !important;
  min-height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* Force all headers to navy blue - override Thrive with maximum specificity */
.lmhm-wrapper h1,
.lmhm-wrapper h2,
.lmhm-wrapper h3,
.lmhm-container h1,
.lmhm-container h2,
.lmhm-container h3,
.lmhm-content-section h1,
.lmhm-content-section h2,
.lmhm-content-section h3,
.lmhm-section-header,
.lmhm-section-header h1,
.lmhm-section-header h2,
.lmhm-section-header h3 {
    color: #000080 !important;
}

.lmhm-wrapper {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #333;
    background: #fdf6e3;
    padding: 20px 0;
}

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

.lmhm-hero {
    text-align: center;
    padding: 60px 20px;
    background: #fdf6e3;
    border-radius: 20px;
    margin: 40px auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.lmhm-hero h1 {
    font-size: 3em;
    margin-bottom: 30px;
    line-height: 1.2;
    background: linear-gradient(135deg, #2ecc71, #f39c12, #e74c3c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.lmhm-subtitle {
    font-size: 1.5em;
    color: #555;
    margin-bottom: 20px;
    font-weight: 600;
}

.lmhm-highlight {
    background: #fff44f;
    padding: 3px 8px;
    border-radius: 4px;
    color: #333;
    font-weight: bold;
}

.lmhm-content-section {
    background: #fdf6e3;
    border-radius: 20px;
    padding: 60px 40px;
    margin: 40px auto;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.lmhm-authors {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 40px 0;
    padding: 30px;
    background: #F3E2CD;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.lmhm-authors img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    min-width: 150px;
    min-height: 150px;
    max-width: 150px;
    max-height: 150px;
    object-fit: cover;
    object-position: center;
    border: 5px solid #e67e22;
    flex-shrink: 0;
    display: block;
    overflow: hidden;
}

.lmhm-authors-text h3 {
    color: #333;
    font-size: 1.8em;
    margin-bottom: 10px;
}

.lmhm-section-header {
    font-size: 2.5em;
    margin: 20px 0 30px 0;
    text-align: center;
    color: #000080 !important;
    position: relative;
    padding-bottom: 15px;
}

.lmhm-section-header h2 {
    font-size: 2.5em;
    margin: 20px 0 30px 0;
    text-align: center;
    color: #000080 !important;
    position: relative;
    padding-bottom: 15px;
}

.lmhm-section-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 4px;
    background: linear-gradient(90deg, #e67e22, #f39c12);
    border-radius: 2px;
    transition: all 1.2s ease-in-out;
}

.lmhm-section-header.animated::after {
    width: 100px;
}

.lmhm-feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 50px 0;
}

.lmhm-feature-card {
    background: #fdf6e3;
    padding: 30px;
    border-radius: 15px;
    border: 2px solid #e8d4b8;
    transition: all 0.3s ease;
}

.lmhm-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 128, 0.3);
    border-color: #000080;
}

.lmhm-feature-card h3 {
    color: #333;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.lmhm-steps-container {
    margin: 50px 0 10px 0;
}

.lmhm-step {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin: 40px 0;
    padding: 30px;
    background: #F3E2CD;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.lmhm-step-number {
    font-size: 5em;
    font-weight: bold;
    background: linear-gradient(to top, #000080, #00FFFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    min-width: 80px;
    text-align: center;
    flex-shrink: 0;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
}

.lmhm-step-content {
    flex-grow: 1;
}

.lmhm-step-content h3 {
    color: #333;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.lmhm-step-content img {
    max-width: 100%;
    border-radius: 10px;
    margin: 20px 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.lmhm-volumes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin: 50px 0 0 0;
}

.lmhm-volumes-last-row {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin: 30px 0 50px 0;
}

.lmhm-volumes-last-row .lmhm-volume-card {
    max-width: 250px;
    width: 250px;
}

.lmhm-volume-card {
    text-align: center;
    padding: 20px;
    background: #fdf6e3;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.lmhm-volume-card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 40px rgba(230, 126, 34, 0.3);
}

.lmhm-volume-card h3 {
    color: #333;
    margin: 20px 0;
    font-size: 1.3em;
}

.lmhm-volume-card img {
    width: 100%;
    border-radius: 10px;
}

.lmhm-bottom-line {
    background: #F3E2CD;
    padding: 40px;
    border-radius: 20px;
    margin: 50px 0;
    text-align: center;
    border: 2px solid #e6d4b8;
}

.lmhm-bottom-line h3 {
    font-size: 2em;
    color: #000080 !important;
    margin-bottom: 20px;
}

.lmhm-cta-section {
    background: linear-gradient(135deg, #d35400 0%, #e67e22 100%);
    color: white;
    padding: 60px 40px;
    border-radius: 20px;
    text-align: center;
    margin: 60px auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.lmhm-cta-section h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: white;
}

.lmhm-pricing-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin: 50px 0;
}

.lmhm-pricing-card {
    background: #fdf6e3;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
}

.lmhm-pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(255, 191, 0, 0.3);
}

.lmhm-pricing-featured {
    border: 3px solid #FFBF00;
    transform: scale(1.05);
}

.lmhm-pricing-badge {
    background: linear-gradient(135deg, #FFBF00 0%, #FF6B6B 100%);
    color: white;
    padding: 10px;
    border-radius: 10px;
    margin: -40px -40px 20px -40px;
    font-weight: bold;
}

.lmhm-pricing-card h3 {
    color: #000080 !important;
    font-size: 2em;
    margin-bottom: 20px;
}

.lmhm-pricing-benefit {
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
    padding: 15px;
    border-radius: 10px;
    margin: 20px 0;
}

.lmhm-pricing-card ul {
    list-style: none;
    margin: 30px 0;
    text-align: left;
    padding-left: 0;
}

.lmhm-pricing-card li {
    padding: 10px 0;
    color: #555;
    position: relative;
    padding-left: 30px;
}

.lmhm-pricing-card li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #27ae60;
    font-weight: bold;
    font-size: 1.2em;
}

.lmhm-cta-button {
    display: inline-block;
    padding: 20px 50px;
    background: linear-gradient(135deg, #FFBF00 0%, #FF6B6B 100%);
    color: white !important;
    text-decoration: none !important;
    border-radius: 50px;
    font-size: 1.3em;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(255, 191, 0, 0.3);
    margin: 20px 0;
}

.lmhm-cta-button:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(255, 191, 0, 0.5);
    color: white !important;
    text-decoration: none !important;
}

.lmhm-guarantee-section {
    background: #F3E2CD;
    padding: 50px;
    border-radius: 20px;
    text-align: center;
    margin: 60px 0;
    border: 3px solid #27ae60;
}

.lmhm-guarantee-section h2 {
    color: #000080 !important;
    margin-bottom: 30px;
}

.lmhm-guarantee-section p:last-child {
    font-size: 1.3em;
    font-weight: bold;
    color: #333;
}

.lmhm-guarantee-section img {
    max-width: 200px;
    margin: 20px 0;
}

.lmhm-pain-point {
    background: #e8d4b8;
    padding: 30px;
    border-radius: 15px;
    margin: 30px 0;
    font-style: italic;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.lmhm-benefit-list {
    list-style: none;
    margin: 30px 0;
    padding-left: 0;
}

.lmhm-benefit-list li {
    padding: 15px 20px;
    margin: 15px 0;
    background: #F3E2CD;
    border-radius: 10px;
    font-size: 1.1em;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
}

.lmhm-emoji {
    font-size: 1.5em;
    margin-right: 10px;
}

/* Animations for key images */
@keyframes gentlePulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes subtleGlow {
    0%, 100% {
        filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.3));
    }
    50% {
        filter: drop-shadow(0 0 15px rgba(255, 215, 0, 0.6));
    }
}

@keyframes lineZoom {
    0% {
        width: 0;
        left: 0;
        transform: translateX(0);
    }
    50% {
        width: 100%;
        left: 0;
        transform: translateX(0);
    }
    100% {
        width: 100px;
        left: 50%;
        transform: translateX(-50%);
    }
}

/* Success Key Image Animation - single pulse */
.lmhm-content-section > div[style*="text-align: center"] img[src*="successkey"] {
    animation: gentlePulse 1.5s ease-in-out 1;
}

/* Step Images Animation - single glow */
.lmhm-step-content img[src*="/1.jpg"],
.lmhm-step-content img[src*="/2.jpg"],
.lmhm-step-content img[src*="/3.jpg"] {
    animation: subtleGlow 2s ease-in-out 1;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .lmhm-hero h1 {
        font-size: 2em;
    }
    
    .lmhm-section-header {
        font-size: 1.8em;
    }
    
    .lmhm-authors {
        flex-direction: column;
        text-align: center;
    }
    
    .lmhm-step {
        flex-direction: column;
    }
    
    .lmhm-step-number {
        min-width: auto;
    }
    
    .lmhm-feature-grid {
        grid-template-columns: 1fr;
    }
    
    .lmhm-volumes-grid {
        grid-template-columns: 1fr;
    }
    
    .lmhm-pricing-container {
        grid-template-columns: 1fr;
    }
    
    .lmhm-pricing-featured {
        transform: scale(1);
    }
    
    .lmhm-content-section {
        padding: 30px 20px;
    }
    
    .lmhm-cta-section {
        padding: 40px 20px;
    }
}
