
.pricing-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 132px 24px 104px;
    box-sizing: border-box;
}

.pricing-wrap *, .pricing-wrap *::before, .pricing-wrap *::after { box-sizing: border-box; }


.pricing-head {
    max-width: 760px;
    margin: 0 auto 40px;
    text-align: center;
}

.pricing-eyebrow {
    display: block;
    margin-bottom: 22px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #7ea7ba;
}

.pricing-head h1 {
    margin: 0 0 20px;
    font-size: clamp(44px, 6.4vw, 74px);
    line-height: 1.02;
    font-weight: 400;
    letter-spacing: -0.025em;
    color: #fff;
}

.pricing-head p {
    margin: 0;
    font-size: 17.5px;
    line-height: 1.6;
    color: #a1a1aa;
}


.pricing-every {
    display: flex;
    justify-content: center;
    width: fit-content;
    gap: 3px;
    margin: 0 auto 44px;
    padding: 4px;
    border: 1px solid #232326;
    border-radius: 999px;
    background: #131315;
}

.pricing-every a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    border-radius: 999px;
    color: #a1a1aa;
    font-size: 13.5px;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.14s ease, color 0.14s ease;
}

.pricing-every a:hover { color: #e4e4e7; }
.pricing-every a.is-on { background: #e4e4e7; color: #101014; }

.pricing-every em {
    font-style: normal;
    font-size: 11.5px;
    padding: 2px 8px;
    border-radius: 999px;
    background: rgba(126, 167, 186, 0.14);
    color: #7ea7ba;
}

.pricing-every a.is-on em { background: rgba(67, 107, 125, 0.13); color: #395a6a; }


.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 26px;
}

.pricing-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 38px 32px 30px;
    border: 1px solid #232326;
    border-radius: 16px;
    background: #131315;
    overflow: hidden;
}

.pricing-rule {
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
}

.pricing-rule-basic        { background: linear-gradient(90deg, #456b7f, #7ea7ba); }
.pricing-rule-intermediate { background: linear-gradient(90deg, #7ea7ba, #8f81bb); }
.pricing-rule-advanced     { background: linear-gradient(90deg, #8f81bb, #7bb8af); }

.pricing-card.is-popular { border-color: #34505e; }
.pricing-card.is-current { border-color: #3f3f46; background: #171719; }

.pricing-flag {
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 3px 10px;
    border-radius: 999px;
    background: rgba(126, 167, 186, 0.13);
    color: #7ea7ba;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.pricing-flag-current { background: rgba(228, 228, 231, 0.1); color: #d4d4d8; }

.pricing-name {
    margin: 0 0 8px;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: -0.01em;
    color: #fff;
}

.pricing-blurb {
    margin: 0 0 26px;
    font-size: 14px;
    line-height: 1.55;
    color: #a1a1aa;
    min-height: 108px;
}

.pricing-price {
    display: flex;
    align-items: baseline;
    gap: 3px;
    margin-bottom: 6px;
    color: #fff;
}

.pricing-currency { font-size: 24px; font-weight: 400; }
.pricing-amount   { font-size: 56px; font-weight: 400; line-height: 1; letter-spacing: -0.035em; }
.pricing-period   { font-size: 14px; color: #71717a; margin-left: 5px; }

.pricing-sub {
    margin: 0 0 26px;
    font-size: 12.5px;
    color: #71717a;
    min-height: 18px;
}

.pricing-btn {
    display: block;
    width: 100%;
    padding: 13px 18px;
    border: 1px solid #7ea7ba;
    border-radius: 9px;
    background: #7ea7ba;
    color: #050505;
    font-family: inherit;
    font-size: 14.5px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.14s ease, border-color 0.14s ease;
}

.pricing-btn:hover { background: #86adbe; border-color: #86adbe; }

.pricing-btn-quiet {
    width: auto;
    background: none;
    color: #e4e4e7;
    border-color: #3f3f46;
}

.pricing-btn-quiet:hover { background: #1c1c1f; border-color: #52525b; }

.pricing-btn.is-disabled {
    background: none;
    border-color: #232326;
    color: #71717a;
    cursor: default;
}


.pricing-features {
    flex: 1;
    margin-top: 30px;
    padding-top: 26px;
    border-top: 1px solid #232326;
}

.pricing-features h3 {
    margin: 0 0 16px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #a1a1aa;
}

.pricing-features ul { margin: 0; padding: 0; list-style: none; }

.pricing-features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 6px 0;
    font-size: 13.5px;
    line-height: 1.45;
    color: #d4d4d8;
}

.pricing-features li .pc-mark {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-top: 1px;
    border-radius: 5px;
}

.pricing-features li .pc-mark svg { width: 10px; height: 10px; }

.pricing-features li.is-no { color: #5b5b63; }
.pricing-features li.is-part { color: #ab9463; }

.pricing-features-second {
    margin-top: 22px !important;
    padding-top: 20px;
    border-top: 1px solid #1c1c1f;
}

.pricing-compare-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid #232326;
    color: #a1a1aa;
    font-size: 13px;
    text-decoration: none;
    transition: color 0.14s ease;
}

.pricing-compare-link:hover { color: #e4e4e7; }
.pricing-compare-link svg { width: 13px; height: 13px; }


.pricing-enterprise {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
    padding: 30px 32px;
    margin-bottom: 96px;
    border: 1px solid #232326;
    border-radius: 16px;
    background: #131315;
}

.pricing-enterprise h2 {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.pricing-enterprise p {
    max-width: 620px;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #a1a1aa;
}

.pricing-enterprise .pricing-btn { flex-shrink: 0; padding: 11px 24px; }


.pricing-table-head {
    max-width: 640px;
    margin: 0 auto 36px;
    text-align: center;
}

.pricing-table-head h2 {
    margin: 0 0 12px;
    font-size: clamp(28px, 3.4vw, 38px);
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #fff;
}

.pricing-table-head p {
    margin: 0;
    font-size: 14.5px;
    line-height: 1.6;
    color: #a1a1aa;
}

.pricing-table-scroll {
    overflow-x: auto;
    border: 1px solid #232326;
    border-radius: 16px;
    background: #131315;
}

@media (min-width: 940px) {
    .pricing-table-scroll { overflow-x: visible; }
}

.pricing-table {
    width: 100%;
    min-width: 700px;
    border-collapse: collapse;
    font-size: 14px;
}

.pricing-table thead th {
    position: sticky;
    top: 76px;
    z-index: 2;
    padding: 22px 18px 18px;
    text-align: center;
    vertical-align: top;
    background: #17171a;
    border-bottom: 1px solid #232326;
}

.pricing-table thead th:first-child { text-align: left; }

.pc-th-label {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #71717a;
}

.pc-th-name {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

.pc-th-price { font-size: 13px; color: #a1a1aa; }
.pc-th-price em { font-style: normal; color: #71717a; }

.pricing-table thead th.is-current { background: #1b1f21; }

.pc-group th {
    padding: 26px 18px 10px;
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7ea7ba;
    background: transparent;
    border-bottom: 1px solid #232326;
}

.pricing-table tbody th[scope="row"] {
    padding: 14px 18px;
    text-align: left;
    font-weight: 400;
    color: #d4d4d8;
    border-bottom: 1px solid #1c1c1f;
}

.pricing-table tbody td {
    padding: 14px 18px;
    text-align: center;
    color: #a1a1aa;
    border-bottom: 1px solid #1c1c1f;
}

.pricing-table tbody td.is-current { background: rgba(126, 167, 186, 0.025); }
.pricing-table tbody tr:last-child th,
.pricing-table tbody tr:last-child td { border-bottom: 0; }

.pc-num { color: #e4e4e7; font-variant-numeric: tabular-nums; }


.pc-mark {
    display: inline-grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border-radius: 7px;
}

.pc-mark svg { width: 13px; height: 13px; }

.pc-yes { background: rgba(126, 167, 186, 0.13); color: #7ea7ba; }

.pc-part { background: rgba(168, 142, 94, 0.13); color: #a88e5e; }

.pc-no { background: rgba(255, 255, 255, 0.04); color: #52525b; }


.pricing-reason {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 620px;
    margin: 0 auto 40px;
    padding: 13px 18px;
    border: 1px solid #2a3b45;
    border-radius: 11px;
    background: #12181c;
    font-size: 13.5px;
    line-height: 1.55;
    color: #b9c6cd;
}

.pricing-reason svg { width: 17px; height: 17px; flex-shrink: 0; color: #7ea7ba; }


@media (max-width: 940px) {
    .pricing-grid {
        grid-template-columns: minmax(0, 1fr);
        max-width: 460px;
        margin-inline: auto;
    }
    .pricing-blurb, .pricing-sub { min-height: 0; }
}

@media (max-width: 640px) {
    .pricing-wrap { padding-top: 104px; }
    .pricing-card { padding: 32px 24px 26px; }
    .pricing-enterprise { flex-direction: column; align-items: flex-start; }
    .pricing-enterprise .pricing-btn { width: 100%; }
}


.pricing-wrap {
    position: relative;
    overflow-x: clip;
}

.pricing-rings {
    position: absolute;
    left: 50%;
    pointer-events: none;
    z-index: 0;
}

.pricing-rings-top { top: 300px; }

.pricing-ring {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(255, 255, 255, 0.055);
    border-radius: 50%;
}

.pricing-ring-1 { width: 420px;  height: 420px; }
.pricing-ring-2 { width: 760px;  height: 760px; }
.pricing-ring-3 { width: 1120px; height: 1120px; }
.pricing-ring-4 { width: 1500px; height: 1500px; }
.pricing-ring-5 { width: 1920px; height: 1920px; }

.pricing-head,
.pricing-every,
.pricing-grid,
.pricing-enterprise,
.pricing-reason,
.pricing-table-wrap > * { position: relative; z-index: 1; }

.pricing-table-wrap { position: relative; }


.pricing-wrap .src2-head { display: none; }

.pricing-wrap .src2-section {
    position: relative;
    z-index: 1;
    margin-bottom: 96px;
    padding: 0;
}


html[data-theme="light"] .pricing-head h1,
html[data-theme="light"] .pricing-name,
html[data-theme="light"] .pricing-price,
html[data-theme="light"] .pricing-table-head h2,
html[data-theme="light"] .pricing-enterprise h2,
html[data-theme="light"] .pc-th-name { color: #101014; }

html[data-theme="light"] .pricing-head p,
html[data-theme="light"] .pricing-blurb,
html[data-theme="light"] .pricing-table-head p,
html[data-theme="light"] .pricing-enterprise p,
html[data-theme="light"] .pc-th-price { color: #55555e; }

html[data-theme="light"] .pricing-eyebrow { color: #436b7d; }
html[data-theme="light"] .pricing-sub,
html[data-theme="light"] .pricing-period { color: #71717a; }

html[data-theme="light"] .pricing-card,
html[data-theme="light"] .pricing-enterprise,
html[data-theme="light"] .pricing-every,
html[data-theme="light"] .pricing-table-scroll {
    background: #ffffff;
    border-color: #e2e2e7;
}

html[data-theme="light"] .pricing-card.is-current { background: #f7f7f9; border-color: #d4d4dc; }
html[data-theme="light"] .pricing-card.is-popular { border-color: #436b7d; }

html[data-theme="light"] .pricing-features,
html[data-theme="light"] .pricing-compare-link,
html[data-theme="light"] .pricing-features-second { border-color: #e8e8ed; }

html[data-theme="light"] .pricing-features h3,
html[data-theme="light"] .pricing-compare-link { color: #55555e; }
html[data-theme="light"] .pricing-compare-link:hover { color: #101014; }

html[data-theme="light"] .pricing-features li { color: #33333a; }

html[data-theme="light"] .pricing-every a { color: #55555e; }
html[data-theme="light"] .pricing-every a:hover { color: #101014; }
html[data-theme="light"] .pricing-every a.is-on { background: #101014; color: #ffffff; }
html[data-theme="light"] .pricing-every em { background: rgba(67, 107, 125, 0.1); color: #436b7d; }
html[data-theme="light"] .pricing-every a.is-on em { background: rgba(255, 255, 255, 0.16); color: #8aafc0; }

html[data-theme="light"] .pricing-btn {
    background: #436b7d;
    border-color: #436b7d;
    color: #ffffff;
}
html[data-theme="light"] .pricing-btn:hover { background: #3a5c6c; border-color: #3a5c6c; }

html[data-theme="light"] .pricing-btn-quiet {
    background: none;
    border-color: #d4d4dc;
    color: #33333a;
}
html[data-theme="light"] .pricing-btn-quiet:hover { background: #f4f4f6; border-color: #b4b4c0; }

html[data-theme="light"] .pricing-btn.is-disabled {
    background: none;
    border-color: #e2e2e7;
    color: #9a9aa4;
}


html[data-theme="light"] .pricing-table thead th { background: #f7f7f9; border-color: #e2e2e7; }
html[data-theme="light"] .pricing-table thead th.is-current { background: #94b5c5; }
html[data-theme="light"] .pc-th-label { color: #8a8a94; }
html[data-theme="light"] .pc-group th { color: #436b7d; border-color: #e2e2e7; }

html[data-theme="light"] .pricing-table tbody th[scope="row"] { color: #33333a; border-color: #ececf0; }
html[data-theme="light"] .pricing-table tbody td { color: #55555e; border-color: #ececf0; }
html[data-theme="light"] .pricing-table tbody td.is-current { background: rgba(67, 107, 125, 0.035); }
html[data-theme="light"] .pc-num { color: #101014; }

html[data-theme="light"] .pc-yes  { background: #92b1c4; color: #3a5c6d; }
html[data-theme="light"] .pc-part { background: #c4b191; color: #675737; }
html[data-theme="light"] .pc-no   { background: #f0f0f3; color: #9a9aa4; }

html[data-theme="light"] .pricing-features li.is-no { color: #9a9aa4; }
html[data-theme="light"] .pricing-features li.is-part { color: #635435; }

html[data-theme="light"] .pricing-ring { border-color: rgba(16, 16, 20, 0.06); }

html[data-theme="light"] .pricing-reason {
    background: #95b6c6;
    border-color: #8cafc1;
    color: #33333a;
}
html[data-theme="light"] .pricing-reason svg { color: #436b7d; }

html[data-theme="light"] .pricing-flag { background: rgba(67, 107, 125, 0.11); color: #3a5c6d; }
html[data-theme="light"] .pricing-flag-current { background: rgba(16, 16, 20, 0.07); color: #55555e; }

.pricing-rfi {
    max-width: 1080px;
    margin: 3rem auto 0;
    padding: 2.2rem 2.4rem;
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
    gap: 2rem;
    align-items: center;
    background: var(--pll-surface, rgba(255,255,255,0.03));
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
}
.pricing-rfi-main h2 { margin: 0.4rem 0 0.6rem; font-size: 1.6rem; font-weight: 600; letter-spacing: -0.02em; color: var(--pll-txt-1, #fafafa); }
.pricing-rfi-main p { margin: 0; font-size: 0.98rem; line-height: 1.6; color: var(--pll-txt-2, #a1a1aa); max-width: 40rem; }
.pricing-rfi-side { text-align: right; }
.pricing-rfi-price { font-size: 1.7rem; font-weight: 600; letter-spacing: -0.02em; color: var(--pll-txt-1, #fafafa); white-space: nowrap; }
.pricing-rfi-unit { font-size: 0.85rem; color: var(--pll-txt-3, #63636b); margin-bottom: 1rem; }
html[data-theme="light"] .pricing-rfi { background: rgba(0,0,0,0.02); border-color: rgba(0,0,0,0.1); }
html[data-theme="light"] .pricing-rfi-main h2, html[data-theme="light"] .pricing-rfi-price { color: #16161a; }
html[data-theme="light"] .pricing-rfi-main p { color: #45454d; }
html[data-theme="light"] .pricing-rfi-unit { color: #57575f; }
@media (max-width: 720px) {
    .pricing-rfi { grid-template-columns: 1fr; padding: 1.8rem 1.5rem; }
    .pricing-rfi-side { text-align: left; }
}
