/* FSSAI Compliance Shield — subscription product pages */

.nav-link--shield {
    font-weight: 600;
    color: var(--gc-primary, #1e4fd9) !important;
}
.nav-link--shield.active {
    color: var(--gc-navy, #0f172a) !important;
}

.cs-hero {
    background: linear-gradient(165deg, #f0f7ff 0%, #fff 45%, #f8fafc 100%);
    padding-bottom: 3rem;
}
.cs-hero-badge,
.cs-pricing-card-eyebrow,
.cs-upsell-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #0f766e;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    border-radius: 999px;
    padding: 0.25rem 0.65rem;
    margin-bottom: 0.75rem;
}
.cs-hero h1 {
    font-size: clamp(1.75rem, 4vw, 2.35rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 0.75rem;
}
.cs-hero-lead {
    font-size: 1.05rem;
    color: #475569;
    max-width: 36rem;
}
.cs-hero-price-value {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--gc-navy, #0f172a);
}
.cs-hero-price-note {
    font-size: 0.9rem;
    color: #64748b;
    margin-left: 0.35rem;
}
.cs-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 1.25rem 0;
}
.cs-hero-social-proof,
.cs-home-teaser-badge {
    font-size: 0.82rem;
    color: #64748b;
    margin: 0;
}

.cs-pricing-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    padding: 1.35rem;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
}
.cs-pricing-card--featured {
    border-color: #93c5fd;
    background: linear-gradient(180deg, #eff6ff 0%, #fff 100%);
}
.cs-pricing-card--hero {
    height: 100%;
}
.cs-pricing-card-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.cs-pricing-card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.85rem;
    font-weight: 600;
    margin-top: 1rem;
    text-decoration: none;
}

.cs-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}
.cs-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.88rem;
    line-height: 1.4;
}
.cs-feature-list li i {
    color: #16a34a;
    margin-top: 0.15rem;
    width: 1rem;
    flex-shrink: 0;
}
.cs-feature-list--compact li {
    font-size: 0.82rem;
}

.cs-home-teaser {
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}
.cs-home-teaser-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
}
@media (min-width: 992px) {
    .cs-home-teaser-grid {
        grid-template-columns: 1.15fr 0.85fr;
    }
}
.cs-home-teaser-lead {
    color: #475569;
    max-width: 32rem;
}
.cs-home-teaser-price {
    margin: 1rem 0;
}
.cs-home-teaser-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin: 1rem 0 0.75rem;
}

.cs-savings-mini-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    font-size: 0.88rem;
    border-bottom: 1px dashed #e2e8f0;
}
.cs-savings-mini-row--shield {
    border-bottom: none;
    font-weight: 600;
    color: #1e40af;
}
.cs-savings-mini-note {
    font-size: 0.8rem;
    color: #64748b;
    margin: 0.75rem 0 0;
}

.cs-comparison-wrap {
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    overflow: hidden;
    background: #fff;
}
.cs-comparison-table th,
.cs-comparison-table td {
    vertical-align: middle;
    font-size: 0.9rem;
    padding: 0.85rem 1rem;
}
.cs-comparison-table thead th {
    background: #f8fafc;
    font-weight: 700;
    border-bottom-width: 1px;
}
.cs-col-shield {
    background: #eff6ff;
}
.cs-table-badge {
    display: block;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #1d4ed8;
    margin-top: 0.15rem;
}

.cs-calculator-title {
    font-size: 1.25rem;
    font-weight: 700;
}
.cs-calculator-item {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.65rem 0.85rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
}
.cs-calculator-item-label {
    flex: 1;
    font-size: 0.88rem;
}
.cs-calculator-item-price {
    font-weight: 600;
    font-size: 0.88rem;
    color: #334155;
}
.cs-calculator-result {
    background: #fff;
    border: 1px solid #bfdbfe;
    border-radius: 0.75rem;
    padding: 1.25rem;
    box-shadow: 0 10px 40px rgba(30, 79, 217, 0.08);
}
.cs-calculator-result-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    font-size: 0.9rem;
    border-bottom: 1px dashed #e2e8f0;
}
.cs-calculator-result-row--shield {
    border-bottom: none;
    font-weight: 600;
    color: #1e40af;
}
.cs-calculator-savings {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid #1e4fd9;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem;
}
.cs-calculator-savings strong {
    font-size: 1.35rem;
    color: #16a34a;
}
.cs-calculator-pct {
    font-size: 0.85rem;
    color: #64748b;
}

.cs-tier-card {
    height: 100%;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    padding: 1.25rem;
}
.cs-tier-card--featured {
    border-color: #93c5fd;
    background: linear-gradient(180deg, #eff6ff, #fff);
    box-shadow: 0 12px 40px rgba(30, 79, 217, 0.1);
}
.cs-tier-label {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #64748b;
}
.cs-tier-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0.35rem 0;
}
.cs-tier-card p {
    font-size: 0.85rem;
    color: #64748b;
    margin-bottom: 0.75rem;
}
.cs-tier-link {
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
}

.cs-dashboard-preview-head {
    text-align: center;
    max-width: 36rem;
    margin: 0 auto 2rem;
}
.cs-dashboard-mock {
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    overflow: hidden;
    background: #0f172a;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.15);
}
.cs-dashboard-mock-bar {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.65rem 1rem;
    background: #1e293b;
    border-bottom: 1px solid #334155;
}
.cs-dashboard-mock-bar span {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: #475569;
}
.cs-dashboard-mock-bar em {
    margin-left: auto;
    font-style: normal;
    font-size: 0.72rem;
    color: #94a3b8;
}
.cs-dashboard-mock-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.65rem;
    padding: 1rem;
}
@media (min-width: 768px) {
    .cs-dashboard-mock-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}
.cs-dashboard-tile {
    background: #1e293b;
    border: 1px solid #334155;
    border-radius: 0.5rem;
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}
.cs-dashboard-tile i {
    color: #60a5fa;
    font-size: 0.95rem;
}
.cs-dashboard-tile strong {
    font-size: 0.78rem;
    color: #f1f5f9;
    font-weight: 600;
}
.cs-dashboard-tile span {
    font-size: 0.68rem;
    color: #94a3b8;
    line-height: 1.3;
}

.cs-cta-box {
    background: linear-gradient(135deg, #1e4fd9 0%, #0f766e 100%);
}

.cs-upsell-card {
    margin-top: 1rem;
    padding: 1rem;
    background: linear-gradient(180deg, #eff6ff, #fff);
    border: 1px solid #93c5fd;
    border-radius: 0.75rem;
}
.cs-upsell-title {
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0.35rem 0;
}
.cs-upsell-text {
    font-size: 0.8rem;
    color: #64748b;
    margin-bottom: 0.5rem;
}
.cs-upsell-price {
    font-size: 0.88rem;
    margin-bottom: 0.75rem;
}
.cs-upsell-link {
    display: block;
    text-align: center;
    font-size: 0.78rem;
    font-weight: 600;
    text-decoration: none;
    margin-top: 0.35rem;
}

.cs-pricing-hero {
    background: #f8fafc;
}
