.consulting-hero-title {
    font-size: 2.5rem;
    margin: 0 0 0.5rem 0;
    color: var(--primary-color, #00ff00);
}

.hero-secondary {
    color: #ccc;
    font-size: 1rem;
    line-height: 1.65;
    max-width: 760px;
    margin: 0.5rem auto 0;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.pricing-card {
    position: relative;
    background: #0a0a0a;
    border: 1px solid #2a2a2a;
    border-radius: 12px;
    padding: 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    transition: transform .15s ease, border-color .15s ease;
}

.pricing-card:hover {
    transform: translateY(-4px);
    border-color: #00ff00;
}

.pricing-card-featured {
    border-color: #00ff00;
    box-shadow: 0 0 0 1px #00ff00 inset;
}

.pricing-badge {
    position: absolute;
    top: -0.7rem;
    left: 50%;
    transform: translateX(-50%);
    background: #00ff00;
    color: #000;
    padding: 0.2rem 0.8rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.pricing-name {
    margin: 0;
    font-size: 1.4rem;
    color: #fff;
}

.pricing-tagline {
    margin: 0.25rem 0 1rem 0;
    color: #999;
    font-size: 0.95rem;
}

.pricing-amount {
    font-size: 2.5rem;
    font-weight: 700;
    color: #00ff00;
    margin-bottom: 1rem;
    line-height: 1;
}

.pricing-duration {
    display: block;
    font-size: 0.85rem;
    font-weight: 400;
    color: #777;
    margin-top: 0.3rem;
}

.pricing-desc {
    color: #ccc;
    margin: 0 0 1.25rem 0;
    line-height: 1.5;
    font-size: 0.95rem;
}

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

.pricing-features li {
    color: #ddd;
    font-size: 0.9rem;
    padding: 0.4rem 0 0.4rem 1.4rem;
    border-bottom: 1px solid #1a1a1a;
    position: relative;
}

.pricing-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #00ff00;
    font-weight: 700;
}

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

.commitment-section {
    background: #0f0f0f;
    border-left: 3px solid #00ff00;
    border-radius: 0;
    padding: 1.5rem 1.75rem;
    margin: 2.5rem 0 0;
    max-width: none;
    width: 100%;
}

.commitment-section h3 {
    margin: 0 0 0.75rem 0;
    color: #00ff00;
    font-size: 1.1rem;
    letter-spacing: 0.02em;
}

.commitment-section p {
    color: #ccc;
    line-height: 1.65;
    font-size: 0.95rem;
    margin: 0 0 0.75rem 0;
}

.commitment-section p:last-child {
    margin-bottom: 0;
}

.commitment-section strong {
    color: #fff;
}

.pricing-cta {
    width: 100%;
    text-align: center;
    margin-top: auto;
}

.consulting-footnote {
    text-align: center;
    color: #ccc;
    font-size: 0.9rem;
    max-width: 720px;
    margin: 2rem auto 0;
    line-height: 1.6;
}

.consulting-thanks {
    text-align: center;
    padding: 2rem 0;
}

.consulting-thanks h1 {
    color: #00ff00;
}
