/* ============== Pricing: Plans & Pricing ============== */
:root {
    --pr-primary: #29b6f6;
    --pr-deep: #04205F;
    --pr-ink: #101828;
    --pr-muted: #475467;
    --pr-bg: #f6f7fb;
    --pr-card: #ffffff;
    --pr-border: rgba(16, 24, 40, 0.10);
    --pr-shadow: 0 14px 46px rgba(16, 24, 40, 0.10);
    --pr-danger: #d9534f;
    --pr-ok: #15b79e;
    --pr-warn: #ffb300;
}

.pr-hero {
    position: relative;
    padding: 120px 0 96px;
    color: #fff;
    overflow: hidden;
    background:
        radial-gradient(900px 520px at 70% 20%, rgba(41, 182, 246, 0.24), rgba(0, 0, 0, 0)),
        radial-gradient(900px 520px at 18% 32%, rgba(179, 136, 255, 0.18), rgba(0, 0, 0, 0)),
        linear-gradient(135deg, rgba(3, 18, 58, 1) 0%, rgba(4, 32, 95, 1) 55%, rgba(11, 59, 107, 1) 100%);
}

.pr-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 34px 34px;
    opacity: 0.34;
    pointer-events: none;
    mask-image: radial-gradient(circle at 40% 40%, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 72%);
}

.pr-hero .container {
    position: relative;
    z-index: 2;
}

.pr-hero h1 {
    font-size: 3.1rem;
    font-weight: 950;
    line-height: 1.12;
    margin: 0 0 14px 0;
    color: #fff;
    letter-spacing: 0.2px;
}

.pr-hero .subtitle {
    font-size: 1.25rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 300;
    margin: 0 0 18px 0;
    max-width: 880px;
}

.pr-hero .subtitle strong {
    color: #fff;
    font-weight: 950;
}

.pr-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.pr-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 900;
    border: 0;
    transition: transform 0.2s ease, background 0.2s ease;
}

.pr-btn.primary {
    background: var(--pr-primary);
    color: #fff !important;
}

.pr-btn.primary:hover {
    background: #039be5;
    transform: translateY(-2px);
    text-decoration: none;
}

.pr-btn.secondary {
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.20);
    color: #fff !important;
}

.pr-btn.secondary:hover {
    background: rgba(255, 255, 255, 0.16);
    transform: translateY(-2px);
    text-decoration: none;
}

/* hero visual */
.pr-visual {
    border-radius: 18px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(12px);
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    position: relative;
}

.pr-visual-grid {
    display: grid;
    grid-template-columns: 0.44fr 0.56fr;
    gap: 14px;
    align-items: stretch;
}

.pr-lock {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(0, 0, 0, 0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    min-height: 240px;
}

.pr-lock::before {
    content: '';
    position: absolute;
    inset: -40%;
    background: radial-gradient(circle at 50% 50%, rgba(41, 182, 246, 0.26), rgba(0, 0, 0, 0) 60%);
    transform: rotate(12deg);
    opacity: 0.9;
    pointer-events: none;
}

.pr-lock .icon {
    width: 84px;
    height: 84px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(41, 182, 246, 0.14);
    border: 1px solid rgba(41, 182, 246, 0.22);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
    position: relative;
    z-index: 1;
}

.pr-lock i.material-symbols-outlined {
    font-size: 42px;
    color: #fff;
}

.pr-lock .label {
    position: absolute;
    left: 14px;
    bottom: 14px;
    font-weight: 950;
    font-size: 12px;
    letter-spacing: 0.2px;
    color: rgba(255, 255, 255, 0.92);
    padding: 8px 10px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.40);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(10px);
}

.pr-stack {
    position: relative;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(0, 0, 0, 0.22);
    padding: 14px;
    overflow: hidden;
    min-height: 240px;
}

.pr-stack .base {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    height: 44px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 950;
    letter-spacing: 0.2px;
    color: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
}

.pr-stack .base i.material-symbols-outlined {
    font-size: 18px;
    color: var(--pr-primary);
}

.pr-mod {
    position: absolute;
    left: 14px;
    right: 14px;
    height: 44px;
    border-radius: 14px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.94);
    font-weight: 950;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.35);
}

.pr-mod small {
    font-weight: 800;
    color: rgba(255, 255, 255, 0.74);
}

.pr-mod.m1 {
    top: 18px;
    transform: translateX(2px);
}

.pr-mod.m2 {
    top: 68px;
    transform: translateX(10px);
}

.pr-mod.m3 {
    top: 118px;
    transform: translateX(18px);
}

.pr-mod.m4 {
    top: 168px;
    transform: translateX(26px);
}

.pr-mod.m5 {
    top: 218px;
    transform: translateX(34px);
}

.pr-mod i.material-symbols-outlined {
    font-size: 18px;
    color: var(--pr-primary);
    opacity: 0.95;
}

/* content sections */
.pr-wrap {
    background: var(--pr-bg);
    padding: 64px 0;
}

.pr-title h2 {
    color: var(--pr-deep);
    font-weight: 950;
    margin: 0 0 10px 0;
}

.pr-title p {
    margin: 0;
    color: var(--pr-muted);
    font-size: 1.05rem;
    line-height: 1.8;
}

.pr-cards {
    margin-top: 22px;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 18px;
    align-items: stretch;
}

.pr-card {
    background: var(--pr-card);
    border: 1px solid var(--pr-border);
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.08);
    padding: 22px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.pr-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, rgba(41, 182, 246, 0.9), rgba(4, 32, 95, 0.9));
    opacity: 0.60;
}

.pr-card .head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.pr-card .name {
    font-weight: 950;
    color: var(--pr-deep);
    font-size: 1.22rem;
    margin: 0;
}

.pr-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(41, 182, 246, 0.10);
    border: 1px solid rgba(41, 182, 246, 0.18);
    color: #0b3b6b;
    font-weight: 950;
    font-size: 12px;
    white-space: nowrap;
}

.pr-price {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-top: 6px;
    margin-bottom: 6px;
    flex-wrap: wrap;
}

.pr-price .n {
    font-weight: 950;
    color: var(--pr-deep);
    font-size: 2.25rem;
    letter-spacing: 0.2px;
}

.pr-price .p {
    color: var(--pr-muted);
    font-weight: 800;
}

.pr-sub {
    color: var(--pr-muted);
    line-height: 1.85;
    margin: 8px 0 0 0;
}

.pr-list {
    margin: 12px 0 0 0;
    padding-left: 1.05rem;
    color: #344054;
    line-height: 1.9;
}

.pr-list li {
    margin-bottom: 8px;
}

.pr-list strong.hi {
    color: var(--pr-danger);
    font-weight: 950;
}

.pr-card .cta {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.pr-card .cta a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 950;
    border: 1px solid rgba(4, 32, 95, 0.14);
    background: rgba(4, 32, 95, 0.04);
    color: var(--pr-deep) !important;
    transition: transform 0.2s ease, background 0.2s ease;
}

.pr-card .cta a.primary {
    background: var(--pr-primary);
    border-color: rgba(41, 182, 246, 0.22);
    color: #fff !important;
}

.pr-card .cta a:hover {
    transform: translateY(-2px);
    background: rgba(4, 32, 95, 0.06);
}

.pr-card .cta a.primary:hover {
    background: #039be5;
}

/* feature table */
.pr-table-wrap {
    margin-top: 22px;
    background: #fff;
    border: 1px solid var(--pr-border);
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.08);
    overflow: hidden;
}

table.pr-table {
    width: 100%;
    border-collapse: collapse;
}

.pr-table thead th {
    background: rgba(4, 32, 95, 0.06);
    color: var(--pr-deep);
    font-weight: 950;
    text-align: left;
    padding: 14px 14px;
    border-bottom: 1px solid rgba(16, 24, 40, 0.08);
    font-size: 14px;
    vertical-align: top;
}

.pr-table tbody td {
    padding: 14px 14px;
    border-bottom: 1px solid rgba(16, 24, 40, 0.06);
    color: #344054;
    line-height: 1.75;
    vertical-align: top;
    font-size: 14px;
}

.pr-table tbody tr:last-child td {
    border-bottom: 0;
}

.pr-cell-ul {
    margin: 0;
    padding-left: 1.05rem;
    line-height: 1.85;
}

.pr-cell-ul li {
    margin-bottom: 4px;
}

/* module name (1st column) */
.pr-table tbody td:first-child {
    color: var(--pr-deep);
    font-weight: 950;
    font-size: 15.5px;
    letter-spacing: 0.2px;
    white-space: nowrap;
}

.pr-mod-name {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(41, 182, 246, 0.14), rgba(4, 32, 95, 0.04));
    border: 1px solid rgba(41, 182, 246, 0.24);
    box-shadow: 0 10px 22px rgba(16, 24, 40, 0.08);
}

.pr-mod-name i.material-symbols-outlined {
    font-size: 18px;
    color: var(--pr-primary);
}

.pr-yes,
.pr-no {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 950;
    white-space: nowrap;
    font-size: 36px;
    vertical-align: middle;
}

.pr-yes i.material-symbols-outlined {
    color: var(--pr-ok);
}

.pr-no i.material-symbols-outlined {
    color: #b42318;
}

/* center YES/NO cells in table */
.pr-td-center {
    vertical-align: middle !important;
    text-align: center;
}

/* maintenance */
.pr-two {
    margin-top: 22px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.pr-panel {
    background: #fff;
    border: 1px solid var(--pr-border);
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.08);
    padding: 22px;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.pr-panel::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, rgba(41, 182, 246, 0.9), rgba(4, 32, 95, 0.9));
    opacity: 0.55;
}

.pr-panel h3 {
    margin: 0 0 8px 0;
    font-weight: 950;
    color: var(--pr-deep);
    font-size: 1.22rem;
}

.pr-panel p {
    margin: 0 0 10px 0;
    color: var(--pr-muted);
    line-height: 1.9;
}

/* FAQ */
.pr-faq {
    margin-top: 22px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

details.pr-faq-item {
    background: #fff;
    border: 1px solid var(--pr-border);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.06);
    padding: 14px 16px;
    overflow: hidden;
}

details.pr-faq-item summary {
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-weight: 950;
    color: var(--pr-deep);
    outline: none;
}

details.pr-faq-item summary::-webkit-details-marker {
    display: none;
}

.pr-faq-item .a {
    margin-top: 10px;
    color: #344054;
    line-height: 1.9;
}

.pr-faq-item .chev {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: rgba(4, 32, 95, 0.05);
    border: 1px solid rgba(4, 32, 95, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    transition: transform 0.2s ease;
}

details[open].pr-faq-item .chev {
    transform: rotate(180deg);
}

/* final CTA */
.pr-final {
    margin-top: 34px;
    background: linear-gradient(135deg, rgba(4, 32, 95, 1) 0%, rgba(41, 182, 246, 1) 150%);
    color: #fff;
    border-radius: 18px;
    padding: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    box-shadow: 0 18px 56px rgba(16, 24, 40, 0.18);
}

.pr-final .t {
    font-weight: 950;
    font-size: 1.18rem;
    margin-bottom: 6px;
}

.pr-final .d {
    opacity: 0.92;
    line-height: 1.7;
    margin: 0;
}

.pr-final .right {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.pr-final .right a {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #fff !important;
    border-radius: 999px;
    padding: 10px 14px;
    text-decoration: none;
    font-weight: 950;
    transition: transform 0.2s ease, background 0.2s ease;
    white-space: nowrap;
}

.pr-final .right a.primary {
    background: #fff;
    color: var(--pr-deep) !important;
    border-color: rgba(255, 255, 255, 0.40);
}

.pr-final .right a:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.20);
}

.pr-final .right a.primary:hover {
    background: rgba(255, 255, 255, 0.92);
}

@media (max-width: 992px) {
    .pr-hero h1 {
        font-size: 2.25rem;
    }

    .pr-hero {
        padding: 105px 0 70px;
    }

    .pr-visual-grid {
        grid-template-columns: 1fr;
    }

    .pr-cards {
        grid-template-columns: 1fr;
    }

    .pr-two {
        grid-template-columns: 1fr;
    }

    .pr-mod.m1,
    .pr-mod.m2,
    .pr-mod.m3,
    .pr-mod.m4,
    .pr-mod.m5 {
        transform: none;
    }
}

@media (max-width: 768px) {
    .pr-hero {
        padding: 96px 0 56px;
    }

    .pr-hero .subtitle {
        font-size: 1.05rem;
    }

    .pr-final {
        flex-direction: column;
        align-items: flex-start;
    }

    .pr-final .right {
        justify-content: flex-start;
    }
}

.svc-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

/* highlighted badges (stronger contrast + glow) */
.svc-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(41, 182, 246, 0.28);
    background: linear-gradient(135deg, rgba(41, 182, 246, 0.18), rgba(255, 255, 255, 0.08));
    backdrop-filter: blur(10px);
    font-size: 14px;
    font-weight: 550;
    color: rgba(255, 255, 255, 0.94);
    line-height: 1.25;
    white-space: normal;
    box-shadow:
        0 18px 46px rgba(0, 0, 0, 0.28),
        0 0 0 6px rgba(41, 182, 246, 0.10);
    transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.svc-badge strong {
    font-weight: 550;
}

.svc-badge:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, rgba(41, 182, 246, 0.24), rgba(255, 255, 255, 0.10));
    border-color: rgba(41, 182, 246, 0.40);
    box-shadow:
        0 22px 56px rgba(0, 0, 0, 0.34),
        0 0 0 8px rgba(41, 182, 246, 0.14);
}

.svc-badge i.material-symbols-outlined {
    font-size: 18px;
    color: #ffffff;
    text-shadow: 0 10px 28px rgba(41, 182, 246, 0.45);
}

.price1 {
    font-size: 2rem;
    font-weight: 950;
    color: #c6f811;
}