/* OSCSRE Homepage Styles */

/* Smooth scrolling for anchor links */
html {
    scroll-behavior: smooth;
}

.hero-section {
    padding: 80px 0;
    text-align: center;
}

.features-section {
    padding: 80px 0;
    background: rgba(255,255,255,0.02);
}

/* How It Works Section */
.how-it-works-section {
    padding: 80px 0;
    background: rgba(0,0,0,0.2);
}

.step-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
}

.step-card:hover {
    transform: translateY(-5px);
    background: rgba(255,255,255,0.08);
    border-color: rgba(102,126,234,0.5);
}

.step-number {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.2rem;
    color: white;
    box-shadow: 0 4px 15px rgba(102,126,234,0.4);
}

.step-icon {
    font-size: 2.5rem;
    color: #667eea;
    margin: 25px 0 15px 0;
}

.step-title {
    color: #e2e8f0;
    margin-bottom: 12px;
    font-weight: 600;
}

.step-description {
    color: #94a3b8;
    font-size: 0.95rem;
    line-height: 1.6;
}

.info-box {
    background: linear-gradient(135deg, rgba(102,126,234,0.1) 0%, rgba(118,75,162,0.1) 100%);
    border: 1px solid rgba(102,126,234,0.3);
    border-radius: 12px;
    padding: 30px;
}

.info-box ul {
    list-style: none;
    padding-left: 0;
}

.info-box ul li {
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
}

.info-box ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #4ade80;
    font-weight: bold;
}

.feature-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-5px);
    background: rgba(255,255,255,0.08);
    border-color: rgba(102,126,234,0.5);
}

.feature-icon {
    font-size: 3rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.pricing-section {
    padding: 80px 0;
}

.pricing-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 16px;
    padding: 40px;
    color: white;
    text-align: center;
    box-shadow: 0 10px 40px rgba(102,126,234,0.3);
    max-width: 500px;
    margin: 0 auto;
}

.pricing-badge {
    background: rgba(255,255,255,0.2);
    padding: 8px 20px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 600;
}

.price-tag {
    font-size: 4rem;
    font-weight: 800;
    margin: 20px 0;
}

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

.pricing-features li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.pricing-features li:last-child {
    border-bottom: none;
}

.pricing-features i {
    color: #4ade80;
    margin-right: 10px;
}

.cta-button {
    background: white;
    color: #667eea;
    padding: 15px 40px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    border: none;
}

.cta-button:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 20px rgba(255,255,255,0.3);
    color: #667eea;
}

/* New 2-Tier Pricing Cards */
.pricing-card-new {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 2.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.4s ease;
}

.pricing-card-new:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    border-color: rgba(102, 126, 234, 0.5);
}

.pricing-card-new.recommended-tier {
    border: 3px solid #8b5cf6;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.1) 0%, rgba(99, 102, 241, 0.1) 100%);
}

.recommended-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    padding: 0.4rem 1.5rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.4);
}

.tier-badge-pricing {
    display: inline-block;
    padding: 0.4rem 1rem;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
}

.tier-badge-pricing.basic {
    background: linear-gradient(135deg, #9333ea 0%, #7c3aed 100%);
    color: white;
}

.tier-badge-pricing.full {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    color: white;
}

.tier-title-pricing {
    font-size: 1.8rem;
    font-weight: 700;
    color: #e2e8f0;
    margin-bottom: 1rem;
}

.price-tag-new {
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
}

.price-subtitle {
    font-size: 1rem;
    color: #94a3b8;
    margin-bottom: 1rem;
}

.tier-description-pricing {
    color: #cbd5e1;
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

.pricing-features-new {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
    flex-grow: 1;
}

.pricing-features-new li {
    padding: 0.6rem 0;
    color: #cbd5e1;
    font-size: 0.95rem;
    display: flex;
    align-items: flex-start;
}

.pricing-features-new li i {
    color: #10b981;
    margin-right: 0.75rem;
    margin-top: 0.2rem;
    font-size: 1.1rem;
}

.pricing-features-new li i.featured {
    color: #fbbf24;
}

.tier-footer-pricing {
    margin-top: auto;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.tier-requirement {
    color: #e2e8f0;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.tier-note {
    color: #94a3b8;
    font-size: 0.85rem;
    margin: 0;
}

.cta-button-new {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 1rem 2rem;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    display: block;
    text-align: center;
    transition: all 0.3s ease;
    border: none;
    margin-top: 1.5rem;
}

.cta-button-new:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
    color: white;
}

.cta-button-new.basic {
    background: linear-gradient(135deg, #9333ea 0%, #7c3aed 100%);
}

.cta-button-new.basic:hover {
    box-shadow: 0 10px 30px rgba(147, 51, 234, 0.4);
}

.cta-button-new.full {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.cta-button-new.full:hover {
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.4);
}
