.btn-signup {
    padding: 0.5rem 1.5rem;
    background-color: #1a4793;
    color: white;
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 5px;
    font-weight: 600;
}

.btn-signup:hover {
    background-color: #5f4fd1;
    color: white;
}

.hero-section {
    padding: 5rem 0;
    min-height: 500px;
    background: linear-gradient(180deg, #f8f9ff 0%, #ffffff 100%);
}

.hero-title {
    font-size: 5rem;
    font-weight: 700;
    color: #1a4793;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.hero-subtitle {
    font-size: 1.8rem;
    color: #636e72;
    margin-bottom: 2rem;
}

.btn-get-started {
    background: white;
    padding: 0.8rem 2rem;
    color: #1a4793;
    border: 2px solid #1a4793;
    width: 40%;
    border-radius: 15px;
    font-weight: 600;
    font-size: 20px;
}

.btn-get-started:hover {
    background-color: #1a4793;
    color: white;
}

.hero-image {
    max-width: 100%;
    height: auto;
}

.feature-card {
    padding: 2rem;
    border-radius: 10px;
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 2rem;
    height: 100%;
}

.feature-icon {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.feature-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.feature-text {
    color: var(--text-light);
    font-size: 1.6rem;
    line-height: 1.6;
}

.learn-more {
    color: #1a4793;
    text-decoration: none;
    font-weight: 600;
}

.testimonial-section {
    padding: 4rem 0;
    text-align: center;
}

.stars {
    color: #ffd700;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.rating-text {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.review-count {
    color: var(--text-light);
    margin-bottom: 2rem;
    font-size: 1.3em;
}

.testimonial-text {
    font-size: 2rem;
    color: black;
    max-width: 600px;
    margin: 0 auto 2rem;
    line-height: 1.6;
}

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #1a4793;
}

.cta-banner {
    background-color: #0066ff;
    color: white;
    padding: 1.5rem;
    border-radius: 50px;
    text-align: center;
    margin: 3rem auto;
    max-width: 800px;
}

.dashboard-section {
    padding: 4rem 0;
}

.dashboard-title {
    font-size: 4.5rem;
    font-weight: 700;
    color: #1a4793;
    margin-bottom: 2rem;
}

.dashboard-image {
    max-width: 100%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.insights-section {
    padding: 4rem 0;
    background-color: #f8f9ff;
}

.insights-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a4793;
    margin-bottom: 2rem;
}

.score-card {
    background: white;
    padding: 2rem;
    border-radius: 10px;

    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.score-number {
    font-size: 4rem;
    font-weight: 700;
    color: var(--primary-green);
}

.score-label {
    color: var(--text-light);
    font-size: 1.4rem;
}

.invoice-section {
    padding: 4rem 0;
}

.invoice-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-green);
    margin-bottom: 2rem;
}

.green-cta-banner {
    background-color: var(--primary-green);
    color: white;
    padding: 1.5rem;
    border-radius: 50px;
    text-align: center;
    margin: 3rem auto;
    max-width: 800px;
}

.product-suite-section {
    padding: 4rem 0;
    text-align: center;
}

.product-suite-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a4793;
    margin-bottom: 3rem;
}

.product-tabs {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.product-tab {
    color: var(--text-light);
    text-decoration: none;
    font-weight: 600;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid transparent;
}

.product-tab.active {
    color: #1a4793;
    border-bottom-color: #1a4793;
}
