/* -------------------------------------------------------------------------
   Signalator Notify plan comparison page
   Loaded after notify.css. Keep this file page-specific.
   ------------------------------------------------------------------------- */

.notify-home-v2.notify-plans-compare-page .notify-hero__inner {
    min-height: auto;
    padding: 46px 0 40px;
    align-items: start;
}

.notify-home-v2.notify-plans-compare-page .notify-hero h1 {
    max-width: 820px;
    font-size: clamp(2rem, 3.2vw, 3.25rem);
    line-height: 1.02;
}

.notify-home-v2.notify-plans-compare-page .notify-hero__lead {
    max-width: 760px;
    font-size: 1rem;
    line-height: 1.72;
}

.notify-home-v2.notify-plans-compare-page .notify-intro-strip {
    padding: 18px 0 0;
}

.notify-home-v2.notify-plans-compare-page .notify-intro-strip__inner {
    padding: 24px 28px;
}

.notify-home-v2.notify-plans-compare-page .notify-intro-strip__title {
    font-size: 1.08rem;
}

.notify-home-v2.notify-plans-compare-page .notify-matrix + .notify-matrix {
    padding-top: 26px;
}

.notify-home-v2.notify-plans-compare-page .notify-table {
    min-width: 1100px;
}

.notify-home-v2.notify-plans-compare-page .notify-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    min-height: 28px;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.notify-home-v2.notify-plans-compare-page .notify-mark--yes {
    color: #15803d;
    background: #ecfdf3;
    border-color: #bbf7d0;
}

.notify-home-v2.notify-plans-compare-page .notify-mark--no {
    color: #94a3b8;
    background: #f8fafc;
    border-color: #e2e8f0;
}

.notify-home-v2.notify-plans-compare-page .notify-mark--text {
    color: #475569;
    background: #f8fafc;
    border-color: #e2e8f0;
    font-size: 0.8rem;
    padding: 6px 10px;
}

.notify-home-v2.notify-plans-compare-page .notify-table td:not(:first-child) {
    text-align: center;
}

.notify-home-v2.notify-plans-compare-page .notify-table td:not(:first-child) .notify-mark,
.notify-home-v2.notify-plans-compare-page .notify-table td:not(:first-child) .notify-text-chip {
    margin-left: auto;
    margin-right: auto;
}

.notify-home-v2.notify-plans-compare-page .notify-text-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 10px;
    border-radius: 999px;
    border: 1px solid #e2e8f0;
    background: #f8fbff;
    color: #475569;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
}

.notify-home-v2.notify-plans-compare-page .notify-text-chip--strong {
    background: #eff6ff;
    border-color: #bfdbfe;
    color: #1d4ed8;
}

.notify-home-v2.notify-plans-compare-page .notify-plan-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    border: 1px solid #bfdbfe;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.notify-home-v2.notify-plans-compare-page .notify-capacity-note {
    margin-top: 16px;
    padding: 16px 18px;
    border-radius: 18px;
    background: #f8fbff;
    border: 1px solid #dbeafe;
    color: #475569;
    font-size: 0.94rem;
    line-height: 1.65;
}

.notify-home-v2.notify-plans-compare-page .notify-capacity-note strong {
    color: #13213f;
    font-weight: 800;
}

.notify-home-v2.notify-plans-compare-page .notify-capacity-note--watchdog {
    background: linear-gradient(180deg, #ffffff 0%, #f0fdfa 100%);
    border-color: rgba(20, 184, 166, 0.24);
}

.notify-home-v2.notify-plans-compare-page .notify-watchdog-table-wrap {
    border-color: rgba(20, 184, 166, 0.22);
}

.notify-home-v2.notify-plans-compare-page .notify-watchdog-table-wrap .notify-table thead th {
    background: linear-gradient(180deg, #f0fdfa 0%, #f8fbff 100%);
}

@media (max-width: 900px) {
    .notify-home-v2.notify-plans-compare-page .notify-table {
        min-width: 1040px;
    }
}

@media (max-width: 640px) {
    .notify-home-v2.notify-plans-compare-page .notify-hero__inner {
        padding: 34px 0 30px;
    }

    .notify-home-v2.notify-plans-compare-page .notify-capacity-note {
        padding: 14px 16px;
    }
}
