.hero-section {
    background-color: #e8f4fc;
    padding: 4rem 2.5rem;
    text-align: center;
    border-bottom: 1px solid #d1e7f5;
    margin-bottom: 3rem;
}

.hero-title {
    color: #2c3e50;
    font-size: 2.5rem !important;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.hero-subtitle {
    color: #555;
    font-size: 1.25rem !important;
    max-width: 900px;
    margin: 0 auto 2rem;
    line-height: 1.8;
}

.hero-highlight {
    color: #3498db;
    font-weight: 600;
}

.section-card {
    background-color: white;
    padding: 3rem 2.5rem;
    border-radius: 0;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    margin-bottom: 3rem;
    border: 1px solid #eaecef;
    position: relative;
}

.section-title {
    color: #2c3e50;
    font-size: 2rem !important;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eaecef;
    font-weight: 600;
    text-transform: capitalize;
}

.section-subtitle {
    color: #3498db;
    font-size: 1.5rem !important;
    margin: 2rem 0 1rem;
    font-weight: 600;
}

.step-card {
    background-color: #f9f9f9;
    padding: 2rem;
    margin-bottom: 2rem;
    border-left: 4px solid #3498db;
}

.step-number {
    display: inline-block;
    background-color: #3498db;
    color: white;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    font-size: 1.2rem;
    font-weight: 600;
    margin-right: 1rem;
}

.step-title {
    color: #2c3e50;
    font-size: 1.3rem !important;
    font-weight: 600;
    margin-bottom: 0.8rem;
    display: inline-block;
    vertical-align: middle;
}

.step-desc {
    color: #666;
    font-size: 1.1rem !important;
    line-height: 1.8;
    margin-left: calc(36px + 1rem);
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.feature-card {
    padding: 1.5rem;
    border: 1px solid #eaecef;
    border-radius: 0;
    transition: all 0.3s ease;
}

.feature-card:hover {
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
    border-color: #3498db;
}

.feature-icon {
    color: #3498db;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.feature-title {
    color: #2c3e50;
    font-size: 1.2rem !important;
    font-weight: 600;
    margin-bottom: 0.8rem;
}

.feature-desc {
    color: #666;
    font-size: 1.05rem !important;
    line-height: 1.7;
}

.card-feature {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    padding: 25px;
    margin-bottom: 20px;
    border-top: 4px solid #337ab7;
    transition: all 0.3s ease;
}

.card-feature:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.card-feature .icon-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #e6f0fa;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.card-feature .icon-circle i {
    font-size: 24px;
    color: #337ab7;
}

 .card-use-case {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    padding: 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.card-use-case:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.card-use-case h3 i {
    margin-right: 10px;
    color: #337ab7;
}

.trust-section {
    background-color: #f9f9f9;
    padding: 2rem 2.5rem;
    border: 1px solid #eaecef;
    margin-bottom: 3rem;
    text-align: center;
}

.trust-item {
    display: inline-block;
    margin: 0 1.5rem;
    color: #555;
    font-size: 1.1rem !important;
}

.trust-icon {
    color: #3498db;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.use-case-item {
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    border-left: 3px solid #3498db;
}

.use-case-title {
    color: #2c3e50;
    font-size: 1.2rem !important;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.use-case-desc {
    color: #666;
    font-size: 1.1rem !important;
    line-height: 1.7;
}

.cta-section {
    background-color: #e8f4fc;
    padding: 3rem 2.5rem;
    border-radius: 0;
    margin: 4rem 0;
    text-align: center;
    border: 1px solid #d1e7f5;
}

.mini-cta {
    text-align: center;
    margin: 2rem 0;
}

.purchase-cta-button {
    background-color: #e67e22 !important;
    color: white !important;
    margin-left: 1.5rem;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.purchase-cta-button:hover {
    background-color: #d35400 !important;
}

.faq-item {
    margin-bottom: 2rem;
}

.faq-question {
    color: #2c3e50;
    font-size: 1.25rem !important;
    margin-bottom: 0.8rem;
    font-weight: 600;
}

.faq-answer {
    color: #666;
    margin-left: 0;
    font-size: 1.1rem !important;
    line-height: 1.8;
}

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #3498db;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 1.5rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    cursor: pointer;
    z-index: 999;
    display: none; 
}

.back-to-top:hover {
    background-color: #2980b9;
}

