/* AgentInsightIQ Custom Overrides */

/* Ensure no rounded corners globally (except spinners) */
*:not(.spinner-border):not(.spinner-border *):not(.spinner-grow):not(.spinner-grow *) {
    border-radius: 0 !important;
}

/* Landing page specific styles */
.landing-hero {
    background: linear-gradient(135deg, #001589 0%, #00579D 100%);
    padding: 6rem 0;
    color: white;
}

.landing-hero h1 {
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.3;
}

.landing-hero .lead {
    font-size: 1.1rem;
    opacity: 0.9;
    line-height: 1.6;
}

.landing-metrics-bar {
    background: white;
    border-bottom: 4px solid #001589;
    padding: 2rem 0;
}

.landing-metric {
    text-align: center;
    padding: 1rem;
}

.landing-metric .value {
    font-size: 2.25rem;
    font-weight: 700;
    color: #001589;
}

.landing-metric .label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #565656;
}

.landing-section {
    padding: 4rem 0;
}

.landing-section-alt {
    padding: 4rem 0;
    background: #f5f5f5;
}

.landing-section h2 {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #303335;
    margin-bottom: 2rem;
    text-align: center;
}

.feature-card {
    background: white;
    border: 1px solid #e0e0e0;
    border-bottom: 4px solid #001589;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    height: 100%;
}

.feature-card .icon {
    font-size: 2.5rem;
    color: #001589;
    margin-bottom: 1rem;
}

.feature-card h3 {
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #303335;
    margin-bottom: 0.75rem;
}

.feature-card p {
    font-size: 0.875rem;
    color: #565656;
    margin: 0;
}

.scoring-category {
    display: flex;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #f0f0f0;
}

.scoring-category .weight {
    font-size: 1.5rem;
    font-weight: 700;
    color: #001589;
    min-width: 60px;
}

.scoring-category .name {
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #303335;
}

.scoring-category .desc {
    font-size: 0.8rem;
    color: #565656;
}

.pricing-card {
    background: white;
    border: 1px solid #e0e0e0;
    padding: 2rem;
    text-align: center;
    height: 100%;
}

.pricing-card.featured {
    border: 2px solid #001589;
    border-bottom: 4px solid #001589;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}

.pricing-card .plan-name {
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #303335;
}

.pricing-card .price {
    font-size: 2.25rem;
    font-weight: 700;
    color: #001589;
    margin: 1rem 0;
}

.pricing-card .price span {
    font-size: 0.875rem;
    font-weight: 400;
    color: #565656;
}

.pricing-card ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.pricing-card ul li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.875rem;
    color: #565656;
}

.pricing-card ul li i {
    color: #28a745;
    margin-right: 0.5rem;
}

.landing-cta {
    background: #001589;
    padding: 4rem 0;
    text-align: center;
    color: white;
}

.landing-cta h2 {
    color: white;
    margin-bottom: 1rem;
}

.landing-cta p {
    opacity: 0.9;
    margin-bottom: 2rem;
}

.landing-footer {
    background: #303335;
    padding: 2rem 0;
    color: rgba(255,255,255,0.6);
    font-size: 0.8rem;
    text-align: center;
}

.btn-landing-primary {
    background: white;
    color: #001589;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0.75rem 2rem;
    border: none;
    font-size: 0.9rem;
}

.btn-landing-primary:hover {
    background: #f5f5f5;
    color: #001589;
}

.btn-landing-outline {
    background: transparent;
    color: white;
    border: 2px solid white;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0.75rem 2rem;
    font-size: 0.9rem;
}

.btn-landing-outline:hover {
    background: rgba(255,255,255,0.1);
    color: white;
}

/* Score color utilities */
.score-excellent { color: #28a745; }
.score-good { color: #007bff; }
.score-fair { color: #ffc107; }
.score-poor { color: #dc3545; }

/* Metric card for dashboard */
.metric-card {
    background: white;
    border: 1px solid #e0e0e0;
    border-bottom: 4px solid #001589;
    padding: 1.25rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.metric-card .metric-value {
    font-size: 2.25rem;
    font-weight: 700;
    color: #303335;
}

.metric-card .metric-label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #565656;
}

.metric-card .metric-icon {
    font-size: 1.5rem;
    color: #001589;
}

/* Table improvements */
.table-moa th {
    background: #303335;
    color: white;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0.75rem;
}

.table-moa td {
    padding: 0.65rem 0.75rem;
    font-size: 0.875rem;
    vertical-align: middle;
}

.table-moa tbody tr:hover {
    background: rgba(0, 21, 137, 0.04);
}

.table-moa tbody tr.clickable {
    cursor: pointer;
}

/* Tabs override */
.nav-tabs .nav-link {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #565656;
    border: none;
    border-bottom: 3px solid transparent;
    padding: 0.75rem 1.25rem;
}

.nav-tabs .nav-link.active {
    color: #001589;
    border-bottom-color: #001589;
    background: transparent;
}

.nav-tabs .nav-link:hover {
    color: #001589;
    border-bottom-color: rgba(0, 21, 137, 0.3);
}

/* Breadcrumb */
.breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 1rem;
    font-size: 0.85rem;
}

.breadcrumb a {
    color: #001589;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}
