.hero-btns {
    text-align: center;
    margin-bottom: 1.5rem;
}

.theme-btn-seven {
    background: var(--primary-color);
    color: white;
    padding: 15px 30px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 1.1em;
    transition: all 0.3s ease;
    text-decoration: none;
}

.theme-btn-seven:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    color: white;
    text-decoration: none;
}

.theme-btn-eight {
    background: transparent;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    padding: 15px 30px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 1.1em;
    transition: all 0.3s ease;
}

.theme-btn-eight:hover {
    background: var(--primary-color);
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

.social-proof {
    text-align: center;
    color: #666;
    font-size: 1em;
    background: rgba(255,255,255,0.9);
    display: inline-block;
    padding: 8px 20px;
    border-radius: 20px;
    margin: 0 auto;
}

.rating {
    color: #ffc107;
    margin-right: 8px;
    font-size: 1.1em;
}

.popular-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: #2ecc71;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.9em;
    font-weight: 600;
    box-shadow: 0 2px 10px rgba(46,204,113,0.2);
}

.pr-table-wrapper {
    position: relative;
    transition: transform 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0,0,0,0.05);
}

.pr-table-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 40px rgba(0,0,0,0.1);
}

.pr-table-wrapper.active {
    border: 2px solid var(--primary-color);
    box-shadow: 0 8px 40px rgba(0,0,0,0.1);
}

.guarantee-text {
    color: #666;
    font-size: 0.95em;
    background: rgba(255,255,255,0.9);
    display: inline-block;
    padding: 10px 25px;
    border-radius: 25px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
}

.trial-button {
    display: block;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 1.05em;
    transition: all 0.3s ease;
    margin: 1.5rem 1rem;
}

.pr-table-wrapper.active .trial-button {
    background: var(--primary-color);
    color: white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.pr-table-wrapper.active .trial-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.pr-feature li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 1rem;
}

.pr-feature .bi {
    font-size: 1.2em;
}

.text-muted {
    color: #999 !important;
}

.pack-name {
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.pack-details {
    color: #666;
    font-size: 0.95em;
    margin-bottom: 1.5rem;
    padding: 0 1rem;
}

.hero-heading {
    font-size: 3.2em;
    line-height: 1.2;
    margin-bottom: 1rem;
    background: linear-gradient(45deg, var(--primary-color), #2ecc71);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.hero-sub-heading {
    font-size: 1.3em;
    line-height: 1.5;
    color: #555;
    margin-bottom: 2rem;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.feature-badges {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.feature-badge {
    background: rgba(255,255,255,0.9);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.95em;
    color: #555;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.feature-badge i {
    color: #2ecc71;
    font-size: 1.1em;
}
