.hppr-body {
    background: #f5f7fb;
    color: #12141a;
}

.hppr-hero {
    position: relative;
    background: #0b1020;
    color: #f7f5ef;
    padding: 52px 0 118px;
    overflow: hidden;
}

.hppr-hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(900px 420px at 18% -10%, rgba(37, 99, 235, 0.28), transparent 60%),
        radial-gradient(700px 380px at 92% 10%, rgba(37, 99, 235, 0.12), transparent 55%),
        linear-gradient(180deg, #0b1020 0%, #12182c 100%);
}

.hppr-hero-inner {
    position: relative;
    max-width: 820px;
    text-align: center;
}

.hppr-kicker {
    display: inline-block;
    margin: 0 0 18px;
    padding: 6px 12px;
    border: 1px solid rgba(247, 245, 239, 0.14);
    border-radius: 999px;
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(247, 245, 239, 0.7);
}

.hppr-hero-title {
    margin: 0 0 16px;
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -0.045em;
    color: #fff;
}

.hppr-hero-lead {
    margin: 0 auto 28px;
    max-width: 560px;
    font-size: 17px;
    line-height: 1.65;
    color: rgba(247, 245, 239, 0.68);
}

.hppr-hero-meta {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 22px;
    font-size: 13px;
    color: rgba(247, 245, 239, 0.55);
}

.hppr-hero-meta span {
    position: relative;
    padding-left: 14px;
}

.hppr-hero-meta span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2563eb;
}

.hppr-plans {
    margin-top: -80px;
    padding: 0 0 28px;
    position: relative;
    z-index: 2;
}

.hppr-plans-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

.hppr-plan {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 24px 24px 22px;
    box-shadow: 0 18px 50px rgba(18, 20, 26, 0.06);
}

.hppr-plan-featured {
    background: #101828;
    border-color: #1d2a44;
    color: #f7f5ef;
    box-shadow: 0 28px 70px rgba(11, 16, 32, 0.35);
}

.hppr-plan-enterprise {
    background: #fff;
    border-color: #e5e7eb;
}

.hppr-ribbon {
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: 16px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #2563eb;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.hppr-plan-name {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #64748b;
}

.hppr-plan-featured .hppr-plan-name {
    color: #93c5fd;
}

.hppr-plan-title {
    margin: 0 0 10px;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: -0.03em;
    font-weight: 700;
    color: #12141a;
}

.hppr-plan-featured .hppr-plan-title {
    color: #fff;
}

.hppr-plan-copy {
    margin: 0;
    font-size: 14.5px;
    line-height: 1.6;
    color: #475569;
    min-height: 0;
}

.hppr-plan-featured .hppr-plan-copy {
    color: rgba(247, 245, 239, 0.62);
}

.hppr-plan-price {
    padding: 16px 0 14px;
    border-bottom: 1px solid #eef2f7;
    margin-bottom: 14px;
}

.hppr-plan-featured .hppr-plan-price {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.hppr-price-row {
    display: flex;
    align-items: flex-start;
    gap: 4px;
}

.hppr-currency {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
}

.hppr-amount {
    font-size: 46px;
    line-height: 0.95;
    font-weight: 700;
    letter-spacing: -0.05em;
    font-variant-numeric: tabular-nums;
}

.hppr-price-ask {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.15;
    color: #12141a;
}

.hppr-price-sub {
    margin-top: 8px;
    font-size: 13px;
    color: #64748b;
}

.hppr-price-next {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #12141a;
}

.hppr-price-next strong {
    font-weight: 700;
}

.hppr-plan-featured .hppr-price-sub {
    color: rgba(247, 245, 239, 0.5);
}

.hppr-plan-featured .hppr-price-next {
    color: #fff;
}

.hppr-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    margin-top: 16px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.hppr-btn:hover {
    transform: translateY(-1px);
    text-decoration: none;
}

.hppr-btn-outline {
    border: 1px solid #d1d5db;
    color: #12141a;
    background: #fff;
}

.hppr-btn-outline:hover {
    color: #12141a;
    border-color: #12141a;
}

.hppr-btn-solid {
    background: #2563eb;
    color: #fff;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.28);
}

.hppr-btn-solid:hover {
    color: #fff;
    background: #1d4ed8;
}

.hppr-btn-dark {
    background: #12141a;
    color: #f7f5ef;
}

.hppr-btn-dark:hover {
    color: #fff;
    background: #000;
}

.hppr-list {
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1;
}

.hppr-list li {
    position: relative;
    padding: 6px 0 6px 20px;
    font-size: 14px;
    color: #334155;
    border-bottom: 1px solid #f1f5f9;
}

.hppr-plan-featured .hppr-list li {
    color: rgba(247, 245, 239, 0.82);
    border-bottom-color: rgba(255, 255, 255, 0.06);
}

.hppr-list li:last-child {
    border-bottom: 0;
}

.hppr-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2563eb;
}

.hppr-fineprint {
    margin: 28px auto 0;
    max-width: 640px;
    text-align: center;
    font-size: 13px;
    color: #64748b;
}

.hppr-trust {
    padding: 12px 0 64px;
}

.hppr-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 8px 8px;
}

.hppr-trust-item {
    padding: 18px 16px;
    text-align: center;
}

.hppr-trust-item strong {
    display: block;
    font-size: 18px;
    letter-spacing: -0.03em;
    margin-bottom: 4px;
}

.hppr-trust-item span {
    font-size: 13px;
    color: #64748b;
}

.hppr-compare,
.hppr-modules,
.hppr-faq {
    padding: 8px 0 80px;
}

.hppr-section-head {
    max-width: 560px;
    margin: 0 0 32px;
}

.hppr-section-head h2 {
    margin: 0 0 8px;
    font-size: 32px;
    letter-spacing: -0.04em;
    font-weight: 700;
    color: #12141a;
}

.hppr-section-head p {
    margin: 0;
    color: #475569;
    font-size: 15px;
    line-height: 1.6;
}

.hppr-table-wrap {
    overflow-x: auto;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #fff;
}

.hppr-table {
    width: 100%;
    min-width: 720px;
    margin: 0;
    border-collapse: collapse;
}

.hppr-table th,
.hppr-table td {
    padding: 14px 18px;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid #eef2f7;
    vertical-align: middle;
}

.hppr-table thead th {
    background: #f8fafc;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
    font-weight: 700;
}

.hppr-table tbody th {
    font-weight: 600;
    color: #12141a;
    width: 32%;
}

.hppr-table tbody tr:last-child th,
.hppr-table tbody tr:last-child td {
    border-bottom: 0;
}

.hppr-table tbody tr:hover td,
.hppr-table tbody tr:hover th {
    background: #f8fafc;
}

.hppr-yes {
    color: #1f6b45;
    font-weight: 600;
}

.hppr-no {
    color: #cbd5e1;
}

.hppr-muted,
.hppr-text {
    color: #334155;
}

.hppr-modules-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: #e5e7eb;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
}

.hppr-modules-grid li {
    background: #fff;
    padding: 22px 20px;
}

.hppr-modules-grid strong {
    display: block;
    margin-bottom: 4px;
    font-size: 15px;
    color: #12141a;
}

.hppr-modules-grid span {
    font-size: 13px;
    color: #64748b;
}

.hppr-faq-inner {
    max-width: 760px;
}

.hppr-faq-item {
    border-bottom: 1px solid #e5e7eb;
}

.hppr-faq-q {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 0;
    background: none;
    border: 0;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #12141a;
}

.hppr-faq-q i {
    font-size: 12px;
    color: #64748b;
    transition: transform .2s ease;
}

.hppr-faq-item.open .hppr-faq-q i {
    transform: rotate(45deg);
}

.hppr-faq-a {
    display: none;
    padding: 0 0 18px;
    font-size: 14.5px;
    line-height: 1.7;
    color: #475569;
}

.hppr-faq-item.open .hppr-faq-a {
    display: block;
}

@media (max-width: 1100px) {
    .hppr-plans-grid,
    .hppr-trust-grid,
    .hppr-modules-grid {
        grid-template-columns: 1fr 1fr;
    }

    .hppr-plan-featured {
        transform: none;
    }

    .hppr-plan-enterprise {
        grid-column: 1 / -1;
    }
}

@media (max-width: 720px) {
    .hppr-hero {
        padding: 48px 0 110px;
    }

    .hppr-plans {
        margin-top: -72px;
    }

    .hppr-plans-grid,
    .hppr-trust-grid,
    .hppr-modules-grid {
        grid-template-columns: 1fr;
    }

    .hppr-plan-enterprise {
        grid-column: auto;
    }

    .hppr-plan-copy {
        min-height: 0;
    }

    .hppr-amount {
        font-size: 44px;
    }

    .hppr-section-head h2 {
        font-size: 26px;
    }
}
