/* ==========================================================================
   PRICING STYLES
   ========================================================================== */

.agency-pricing {
    background: #040e2d !important;
    padding-top: 100px !important;
    padding-bottom: 90px !important;
    color: #ffffff;
}

.pricing-bg-glow {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -20%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 123, 44, 0.12) 0%, rgba(4, 14, 45, 0) 70%);
    pointer-events: none;
    z-index: 1;
}

.section-title {
    font-size: 38px;
    letter-spacing: -1px;
    color: #ffffff !important;
}

.section-subtitle {
    color: #94a3b8;
    font-size: 16px;
    line-height: 1.7;
}

/* Cards Base */
.pricing-card {
    background: #0f172a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 32px 24px;
    transition: all 0.35s ease;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.pricing-card:hover {
    border-color: rgba(255, 123, 44, 0.5);
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(255, 123, 44, 0.15);
}

.featured-card {
    background: #1e293b;
    border: 2px solid #ff7b2c;
    box-shadow: 0 20px 50px rgba(255, 123, 44, 0.2);
}

.border-root-gradient {
    border: 2px solid #3b82f6 !important;
    background: linear-gradient(180deg, #0f172a 0%, #111c38 100%);
}

/* Card Pills */
.card-pill {
    display: inline-block;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #94a3b8;
    background: rgba(255, 255, 255, 0.06);
    padding: 5px 14px;
    border-radius: 6px;
}

.card-pill.special {
    background: linear-gradient(135deg, #ff7b2c 0%, #ff5e00 100%);
    color: #ffffff;
}

.card-pill.root-pill {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: #ffffff;
}

/* Typography */
.tier-name {
    font-size: 21px;
    font-weight: 800;
    color: #ffffff;
}

.tier-desc {
    font-size: 13.5px;
    color: #94a3b8;
    line-height: 1.6;
    margin-bottom: 22px;
    min-height: 60px;
}

.price-wrap {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.price-label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    color: #64748b;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.price-amount {
    font-size: 38px;
    font-weight: 800;
    color: #ffffff;
    margin: 4px 0 0 0;
    line-height: 1;
}

/* Features List & Software Badges */
.tier-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.tier-features li {
    font-size: 13.5px;
    color: #cbd5e1;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    line-height: 1.45;
}

.tier-features li i {
    color: #ff7b2c;
    font-size: 14px;
    float: left;
}

.software-tooltip-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.software-tooltip-wrap .badge {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #38bdf8;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.software-tooltip-wrap .badge:hover {
    background: #ff7b2c;
    color: #ffffff;
    border-color: #ff7b2c;
}

/* Action Buttons */
.btn-agency-gradient-card {
    background: linear-gradient(135deg, #ff7b2c 0%, #ff5e00 100%);
    color: #ffffff !important;
    font-weight: 700;
    padding: 13px;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-align: center;
    text-decoration: none !important;
    box-shadow: 0 8px 20px rgba(255, 123, 44, 0.25);
}

.btn-agency-gradient-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(255, 123, 44, 0.4);
}

.btn-agency-outline-card {
    background: rgba(255, 255, 255, 0.04);
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-weight: 700;
    padding: 13px;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-align: center;
    text-decoration: none !important;
}

.btn-agency-outline-card:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
}

/* Callout Box */
.pricing-notice-box {
    background: #0f172a;
    border-left: 4px solid #ff7b2c;
    padding: 22px 26px;
    border-radius: 0 12px 12px 0;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.notice-icon i {
    color: #ff7b2c;
    font-size: 22px;
    margin-top: 2px;
}

.notice-text {
    font-size: 14px;
    line-height: 1.65;
    color: #94a3b8;
}

.notice-text strong {
    color: #ffffff;
}

@media (max-width: 1199px) {
    .tier-desc { min-height: auto; }
}