/* Pegasi custom styles for 2085_neuron template */
/* Accent color: #00a651 (medical green) */

/* Override neuron's default accent (#bfba55) with Pegasi green */
.navbar-default .navbar-nav > li a:hover,
.navbar-default .navbar-nav .active > a,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #00a651 !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #00a651;
}

#home h4 {
    color: #00a651 !important;
}

#home .btn:hover {
    background: #00a651;
    border-color: #00a651;
}

.blog-post-title a:hover {
    color: #00a651;
}

.blog-post-des .btn:hover {
    background: #00a651;
    border-color: transparent;
}

#contact input[type="submit"] {
    background: #00a651;
}

#contact input[type="submit"]:hover {
    background: #008c44;
}

.social-icon li a:hover {
    border-color: #00a651;
    color: #00a651;
}

.go-top:hover {
    background: #00a651;
}

.sk-spinner-wordpress.sk-spinner {
    background-color: #00a651;
}

/* Feature cards */
.feature-card {
    background: #f8f8f8;
    border-radius: 8px;
    padding: 30px 24px;
    height: 100%;
    transition: all 0.3s ease;
}

.feature-card:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}

.feature-icon {
    font-size: 36px;
    color: #00a651;
    margin-bottom: 16px;
    display: block;
}

/* Step cards */
.step-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 30px 24px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
}

.step-card:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.step-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #00a651;
    margin-bottom: 10px;
    font-family: 'Merriweather', serif;
}

/* Stats */
.stat-number {
    font-size: 48px;
    font-weight: 700;
    color: #00a651;
    font-family: 'Merriweather', serif;
}

.stat-label {
    font-size: 14px;
    color: #aaa;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 8px;
}

/* Team cards */
.team-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 30px 24px;
    height: 100%;
    transition: all 0.3s ease;
}

.team-card:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

/* Cancer type tags */
.cancer-type-tag {
    background: #fff;
    border-radius: 8px;
    padding: 16px 20px;
    text-align: center;
    border-left: 4px solid #00a651;
}

/* Solution features list */
.solution-features {
    list-style: none;
    padding: 0;
    margin: 16px 0;
}

.solution-features li {
    padding: 6px 0;
    font-size: 15px;
    color: #555;
}

/* Pricing cards */
.pricing-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 40px 30px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
}

.pricing-card:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}

.pricing-featured {
    border-color: #00a651;
    border-width: 2px;
}

.pricing-badge {
    background: #00a651;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 16px;
    border-radius: 100px;
    display: inline-block;
    margin-bottom: 16px;
}

.pricing-price {
    font-size: 36px;
    font-weight: 700;
    color: #222;
    margin: 16px 0;
    font-family: 'Merriweather', serif;
}

.pricing-desc {
    color: #888;
    margin-bottom: 24px;
}

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

.pricing-features li {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    color: #555;
}

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

/* Footer links */
footer .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .footer-links li {
    margin-bottom: 8px;
}

footer .footer-links li a {
    color: #fff;
    opacity: 0.7;
}

footer .footer-links li a:hover {
    opacity: 1;
    color: #00a651;
}

footer h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 16px;
}

/* Cookie Banner */
#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #111;
    color: #e2e8f0;
    padding: 16px 24px;
    z-index: 9999;
}

#cookie-banner .cookie-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1170px;
    margin: 0 auto;
}

#cookie-banner .cookie-text {
    flex: 1;
    font-size: 14px;
}

#cookie-banner .cookie-text p {
    margin: 4px 0 0;
    color: #aaa;
}

#cookie-banner a {
    color: #00a651;
}

#cookie-banner button {
    background: #00a651;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 12px;
    font-weight: 600;
}

#cookie-banner #cookie-decline {
    background: transparent;
    border: 1px solid #555;
    color: #aaa;
}

/* Card equal height */
.card-equal-height { display: flex; flex-wrap: wrap; }
.card-equal-height > [class*="col-"] { display: flex; }
.card-equal-height > [class*="col-"] > .feature-card,
.card-equal-height > [class*="col-"] > .step-card,
.card-equal-height > [class*="col-"] > .pricing-card { width: 100%; }

/* News article header spacing */
.tm-subpage-hero {
    padding-top: 100px;
    padding-bottom: 40px;
}
.tm-subpage-hero h1 {
    margin-bottom: 20px;
}
.tm-subpage-hero p {
    margin-bottom: 16px;
}
.tm-article-section .article-hero-image img {
    margin-top: 24px;
    margin-bottom: 30px;
    border-radius: 8px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    #cookie-banner .cookie-content {
        flex-direction: column;
        text-align: center;
    }
    #cookie-banner .cookie-buttons {
        margin-top: 12px;
    }
    .stat-number {
        font-size: 36px;
    }
}
