/* ====================================
   Homepage Redesign - Conversion Focused
   Targeting Independent Landlords
   ==================================== */

/* Bootstrap Color Overrides for Homepage */
.btn-primary {
    background-color: #259591;
    border-color: #259591;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #1a6d6a;
    border-color: #1a6d6a;
}

.btn-success {
    background-color: #A4D233;
    border-color: #A4D233;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background-color: #8bb829;
    border-color: #8bb829;
}

.text-primary {
    color: #259591 !important;
}

.text-success {
    color: #A4D233 !important;
}

.bg-primary {
    background-color: #259591 !important;
}

/* Hero Section */
.hero-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.hero-headline {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.hero-subheadline {
    font-size: 1.5rem;
    color: #6c757d;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.hero-cta-primary {
    font-size: 1.25rem;
    padding: 1rem 2.5rem;
    border-radius: 8px;
    font-weight: 600;
}

.hero-cta-secondary {
    font-size: 1.125rem;
    padding: 1rem 2rem;
    border-radius: 8px;
}

/* Pain Points Section */
.pain-points-section {
    padding: 80px 0;
    background: #ffffff;
}

.pain-card {
    padding: 2.5rem;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    transition: all 0.3s ease;
    height: 100%;
    background: #ffffff;
}

.pain-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-color: #259591;
}

.pain-card-icon {
    width: 70px;
    height: 70px;
    background: #259591;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: white;
}

.pain-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #212529;
}

.pain-card-description {
    font-size: 1rem;
    color: #6c757d;
    line-height: 1.6;
}

/* Feature Grid Section */
.feature-grid-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.feature-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    height: 100%;
}

.feature-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(-3px);
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: #e7f1ff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.feature-icon i {
    font-size: 1.8rem;
    color: #259591;
}

.feature-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #212529;
}

.feature-outcome {
    font-size: 0.95rem;
    color: #6c757d;
    line-height: 1.6;
}

.feature-badge {
    display: inline-block;
    background: rgba(37, 149, 145, 0.15);
    color: #1a6d6a;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-top: 1rem;
}

/* Time Saved Calculator */
.calculator-section {
    padding: 80px 0;
    background: #211747;
    color: white;
}

.calculator-card {
    background: rgba(255, 255, 255, 0.95);
    padding: 2.5rem;
    border-radius: 12px;
    color: #212529;
}

.calculator-input-group {
    margin-bottom: 1.5rem;
}

.calculator-input {
    font-size: 1.125rem;
    padding: 0.75rem;
    border-radius: 8px;
    border: 2px solid #dee2e6;
}

.calculator-result {
    background: rgba(37, 149, 145, 0.1);
    padding: 2rem;
    border-radius: 8px;
    text-align: center;
    margin-top: 1.5rem;
}

.calculator-result-number {
    font-size: 3rem;
    font-weight: 700;
    color: #259591;
    margin-bottom: 0.5rem;
}

.calculator-result-text {
    font-size: 1.125rem;
    color: #6c757d;
}

/* Social Proof Section */
.social-proof-section {
    padding: 80px 0;
    background: #f8f9fa;
}

/* Founder's Story Card */
.founder-story-card {
    background: white;
    padding: 3rem;
    border-radius: 12px;
    border: 2px solid #e9ecef;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.founder-badge {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    border: 2px solid #259591;
}

.early-adopter-section {
    background: white;
    padding: 3rem;
    border-radius: 12px;
    border: 2px solid #A4D233;
}

.benefit-badge {
    padding: 1.5rem 1rem;
}

.testimonial-card {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    border-left: 4px solid #259591;
    margin-bottom: 2rem;
    position: relative;
}

.testimonial-quote {
    font-size: 1.125rem;
    font-style: italic;
    color: #495057;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.testimonial-author {
    font-weight: 700;
    color: #212529;
    margin-bottom: 0.25rem;
}

.testimonial-meta {
    font-size: 0.9rem;
    color: #6c757d;
}

.before-after-card {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1rem;
}

.before-tag {
    background: #C10016;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0.75rem;
}

.after-tag {
    background: #A4D233;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0.75rem;
}

/* Pricing Section */
.pricing-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.pricing-card {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 2.5rem;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}

.pricing-card.featured {
    border-color: #259591;
    box-shadow: 0 10px 40px rgba(37, 149, 145, 0.2);
    transform: scale(1.05);
}

.pricing-badge {
    background: #259591;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1rem;
    display: inline-block;
}

.pricing-title {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.pricing-price {
    font-size: 3rem;
    font-weight: 700;
    color: #259591;
    margin-bottom: 0.5rem;
}

.pricing-period {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 2rem;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
    text-align: left;
}

.pricing-features li {
    padding: 0.75rem 0;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    align-items: start;
}

.pricing-features li:last-child {
    border-bottom: none;
}

.pricing-features li i {
    color: #A4D233;
    margin-right: 0.75rem;
    margin-top: 0.25rem;
}

.cost-anchor {
    background: #fff3cd;
    border: 1px solid #ffc107;
    padding: 1rem;
    border-radius: 8px;
    margin-top: 2rem;
    text-align: center;
}

.cost-anchor-text {
    font-size: 0.95rem;
    color: #856404;
    font-weight: 600;
}

/* Onboarding Steps Section */
.onboarding-section {
    padding: 80px 0;
    background: white;
}

.step-card {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    position: relative;
    height: 100%;
}

.step-number {
    width: 60px;
    height: 60px;
    background: #259591;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 1.5rem;
}

.step-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.step-description {
    font-size: 1rem;
    color: #6c757d;
    line-height: 1.6;
}

.step-connector {
    position: absolute;
    top: 30px;
    right: -50%;
    width: 100%;
    height: 2px;
    background: #259591;
    z-index: -1;
}

/* Lead Magnet Section */
.lead-magnet-section {
    padding: 80px 0;
    background: #A4D233;
    color: white;
}

.lead-magnet-card {
    background: rgba(255, 255, 255, 0.95);
    padding: 2.5rem;
    border-radius: 12px;
    color: #212529;
}

.lead-magnet-icon {
    width: 80px;
    height: 80px;
    background: #8bb829;
    color: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2.5rem;
}

.lead-magnet-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center;
}

.checklist-items {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}

.checklist-items li {
    padding: 0.75rem 0;
    display: flex;
    align-items: center;
}

.checklist-items li i {
    color: #259591;
    margin-right: 1rem;
    font-size: 1.25rem;
}

.download-form {
    margin-top: 2rem;
}

.download-form input {
    padding: 0.875rem;
    border-radius: 8px;
    border: 2px solid #dee2e6;
    font-size: 1rem;
}

.download-form button {
    padding: 0.875rem 2rem;
    border-radius: 8px;
    font-weight: 600;
}

/* Trust Strip */
.trust-strip {
    background: white;
    padding: 2rem 0;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
}

.trust-badge {
    text-align: center;
    padding: 1rem;
}

.trust-badge-icon {
    font-size: 2rem;
    color: #259591;
    margin-bottom: 0.5rem;
}

.trust-badge-title {
    font-size: 0.9rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 0.25rem;
}

.trust-badge-text {
    font-size: 0.85rem;
    color: #6c757d;
}

/* Section Titles */
.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center;
}

.section-subtitle {
    font-size: 1.25rem;
    color: #6c757d;
    margin-bottom: 3rem;
    text-align: center;
}

.section-tag {
    display: inline-block;
    background: rgba(37, 149, 145, 0.1);
    color: #259591;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Responsive Design */
@media (max-width: 991px) {
    .hero-headline {
        font-size: 2.5rem;
    }
    
    .hero-subheadline {
        font-size: 1.25rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .pricing-card.featured {
        transform: scale(1);
        margin-bottom: 2rem;
    }
    
    .step-connector {
        display: none;
    }
}

@media (max-width: 767px) {
    .hero-headline {
        font-size: 2rem;
    }
    
    .hero-subheadline {
        font-size: 1.125rem;
    }
    
    .hero-cta-primary,
    .hero-cta-secondary {
        display: block;
        width: 100%;
        margin-bottom: 1rem;
    }
    
    .section-title {
        font-size: 1.75rem;
    }
    
    .pain-card,
    .feature-card,
    .step-card {
        margin-bottom: 1.5rem;
    }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-on-scroll {
    animation: fadeInUp 0.6s ease-out;
}

/* Utility Classes */
.bg-gradient-primary {
    background: #259591;
}

.bg-gradient-success {
    background: #A4D233;
}

.text-gradient {
    background: linear-gradient(135deg, #259591 0%, #1a6d6a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
