/* ============================================================
   APEX SHARES — PRICING PAGE STYLES
   Extracted from pricing.blade.php
   ============================================================ */

/* ===== PAGE HERO ===== */
.pricing-hero {
    background: linear-gradient(135deg, #0B1F3A 0%, #1A3A6B 100%);
    padding: 90px 0 70px;
    position: relative;
    overflow: hidden;
}

.pricing-hero::before {
    content: ''; position: absolute; top: -80px; right: -80px;
    width: 300px; height: 300px; border-radius: 50%;
    background: rgba(74, 127, 199,0.06);
}

.pricing-hero::after {
    content: ''; position: absolute; bottom: -60px; left: -40px;
    width: 180px; height: 180px; border-radius: 50%;
    background: rgba(74, 127, 199,0.04);
}

.pricing-hero h1 {
    color: #fff;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    margin-bottom: 12px;
}

.pricing-hero p {
    color: rgba(255,255,255,0.7);
    font-size: 1rem;
    font-weight: 400 !important;
    max-width: 520px;
    margin-bottom: 0;
}

.pricing-hero .breadcrumb { background: transparent; padding: 0; margin: 0 0 14px; }
.pricing-hero .breadcrumb-item { color: rgba(255,255,255,0.6); font-size: 0.9rem; }
.pricing-hero .breadcrumb-item a { color: #4A7FC7; text-decoration: none; }
.pricing-hero .breadcrumb-item.active { color: rgba(255,255,255,0.8); }
.pricing-hero .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.35); }

/* ===== PRICING CARDS ===== */
.pricing-section {
    padding: 80px 0 90px;
    background: #F8FAFB;
}

.plan-card {
    background: #fff;
    border: 1.5px solid #E5E7EB;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
}

.plan-card:hover {
    border-color: #4A7FC7;
    box-shadow: 0 24px 56px rgba(11,31,58,0.1);
    transform: translateY(-5px);
}

.plan-card.featured {
    border-color: #4A7FC7;
    box-shadow: 0 24px 56px rgba(74, 127, 199,0.14);
}

.plan-popular-badge {
    position: absolute;
    top: 0; left: 50%;
    transform: translateX(-50%);
    background: #4A7FC7;
    color: #0B1F3A;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 5px 18px;
    border-radius: 0 0 10px 10px;
}

/* Plan header */
.plan-head {
    padding: 36px 28px 26px;
    text-align: center;
    background: linear-gradient(160deg, #0B1F3A 0%, #1A3A6B 100%);
}

.plan-head.gold-head {
    background: linear-gradient(160deg, #35619E 0%, #4A7FC7 100%);
}

.plan-head .plan-icon {
    width: 54px; height: 54px;
    border-radius: 14px;
    background: rgba(255,255,255,0.12);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem;
    color: #4A7FC7;
    margin: 0 auto 16px;
}

.plan-head.gold-head .plan-icon {
    background: rgba(11,31,58,0.15);
    color: #0B1F3A;
}

.plan-head h3 {
    color: #fff;
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.plan-head.gold-head h3 { color: #0B1F3A; }

.plan-rate {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
    margin-bottom: 4px;
}

.plan-rate .rate-num {
    font-size: 3rem;
    font-weight: 800;
    color: #4A7FC7;
    font-family: 'Playfair Display', serif;
    line-height: 1;
}

.plan-head.gold-head .rate-num { color: #0B1F3A; }

.plan-rate .rate-unit {
    font-size: 1rem;
    font-weight: 600;
    color: rgba(255,255,255,0.75);
}

.plan-head.gold-head .rate-unit { color: rgba(11,31,58,0.7); }

.plan-rate-label {
    color: rgba(255,255,255,0.6);
    font-size: 0.78rem;
    font-weight: 400 !important;
}

.plan-head.gold-head .plan-rate-label { color: rgba(11,31,58,0.6); }

/* Plan body */
.plan-body { padding: 24px 28px; flex: 1; }

.plan-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 0;
    border-bottom: 1px solid #F3F4F6;
    font-size: 0.88rem;
}

.plan-row:last-child { border-bottom: none; }

.plan-row .row-label {
    color: #6B7280;
    font-weight: 400 !important;
    display: flex;
    align-items: center;
    gap: 8px;
}

.plan-row .row-label i {
    color: #4A7FC7;
    font-size: 0.85rem;
}

.plan-row .row-value {
    color: #0B1F3A;
    font-weight: 700;
}

/* Plan footer */
.plan-foot { padding: 0 28px 28px; }

.btn-get-plan {
    display: block;
    text-align: center;
    border-radius: 10px;
    padding: 13px;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.25s;
    width: 100%;
    background: #0B1F3A;
    color: #fff;
}

.btn-get-plan:hover {
    background: #1A3A6B;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(11,31,58,0.25);
}

.btn-get-plan.gold-btn {
    background: #4A7FC7;
    color: #0B1F3A;
}

.btn-get-plan.gold-btn:hover {
    background: #35619E;
    color: #0B1F3A;
    box-shadow: 0 6px 20px rgba(74, 127, 199,0.35);
}

/* ===== COMPARE TABLE ===== */
.compare-section {
    padding: 80px 0;
    background: #fff;
}

.compare-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 16px;
    overflow: hidden;
    border: 1.5px solid #E5E7EB;
    font-size: 0.9rem;
}

.compare-table thead th {
    background: #0B1F3A;
    color: #fff;
    padding: 16px 20px;
    font-weight: 700;
    text-align: center;
    font-family: 'Playfair Display', serif;
}

.compare-table thead th:first-child {
    text-align: left;
    background: #081628;
}

.compare-table tbody tr:nth-child(even) td { background: #F8FAFB; }
.compare-table tbody tr:nth-child(odd) td { background: #fff; }

.compare-table tbody td {
    padding: 14px 20px;
    text-align: center;
    color: #1A1A2E;
    border-bottom: 1px solid #F3F4F6;
    font-weight: 500;
}

.compare-table tbody tr:last-child td { border-bottom: none; }

.compare-table tbody td:first-child {
    text-align: left;
    font-weight: 600;
    color: #0B1F3A;
}

.compare-table .highlight-col {
    background: rgba(74, 127, 199,0.06) !important;
    font-weight: 700;
    color: #35619E;
}

.compare-table .check { color: #22c55e; font-size: 1rem; }
.compare-table .cross { color: #ef4444; font-size: 1rem; }

/* ===== CTA ===== */
.pricing-cta {
    padding: 80px 0;
    background: linear-gradient(135deg, #4A7FC7 0%, #35619E 100%);
}

.pricing-cta h2 { color: #0B1F3A; font-weight: 800; }
.pricing-cta p { color: rgba(11,31,58,0.72); font-weight: 400 !important; max-width: 480px; }

.btn-cta-dark {
    background: #0B1F3A; color: #fff;
    padding: 14px 34px; border-radius: 10px;
    font-weight: 700; font-size: 1rem;
    text-decoration: none; transition: all 0.25s;
    display: inline-flex; align-items: center; gap: 8px;
}

.btn-cta-dark:hover {
    background: #1A3A6B; color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(11,31,58,0.3);
}
