/**
 * Halaman Harga — selaras palet landing (#1e5aa8)
 * Scope: .pricing-page (+ .landing-page)
 */

/* Selaraskan token & tipografi dengan landing (.landing-page) */
.pricing-page.landing-page {
    font-family: var(--lp-font, 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, sans-serif);
    font-weight: var(--lp-fw-body, 400);
    line-height: var(--lp-lh-body, 1.7);
    text-rendering: optimizeLegibility;
    background:
        radial-gradient(ellipse 120% 70% at 50% -18%, rgba(232, 241, 250, 0.95) 0%, transparent 52%),
        linear-gradient(180deg, var(--lp-pearl, #f7f9fc) 0%, var(--lp-white, #fff) 38%, var(--lp-white, #fff) 100%);
}

.pricing-page {
    --ph-blue: #1e5aa8;
    --ph-blue-dark: #164578;
    --ph-blue-mid: #2d6cb5;
    --ph-blue-light: #4a8bc9;
    --ph-blue-deep: #0a1628;
    --ph-blue-soft: #e8f1fa;
    --ph-blue-mist: #f4f8fc;
    --ph-blue-border: #b5cbe3;
    --ph-white: #ffffff;
    --ph-bg: #eef2f7;
    --ph-text: #0c1220;
    --ph-muted: #5c6478;
    --ph-line: #e2e8f0;
    --ph-radius: 16px;
    --ph-radius-sm: 12px;
    --ph-shadow: 0 2px 8px rgba(12, 18, 32, 0.06);
    --ph-shadow-md: 0 12px 32px rgba(30, 90, 168, 0.12);
    --ph-shadow-lg: 0 20px 48px rgba(30, 90, 168, 0.14);
    --ph-glow: rgba(30, 90, 168, 0.22);
    --ph-ring: rgba(30, 90, 168, 0.16);
    --ph-space-xs: 8px;
    --ph-space-sm: 12px;
    --ph-grad-brand: linear-gradient(135deg, var(--ph-blue) 0%, var(--ph-blue-dark) 100%);
    --ph-grad-brand-h: linear-gradient(90deg, var(--ph-blue-dark) 0%, var(--ph-blue) 45%, var(--ph-blue-light) 100%);
    --ph-grad-hero: linear-gradient(175deg, var(--ph-blue-mist) 0%, var(--ph-white) 62%, var(--ph-pearl, #f7f9fc) 100%);
    --ph-grad-cta: linear-gradient(128deg, #060d18 0%, var(--ph-blue-deep) 34%, var(--ph-blue-dark) 62%, var(--ph-blue) 100%);
    --ph-ease-out: cubic-bezier(0.22, 1, 0.36, 1);
    --ph-container: min(1120px, 100%);
    --ph-gutter: clamp(16px, 4vw, 40px);
    --ph-space-md: 16px;
    --ph-radius-xl: 20px;
    --ph-grad-surface: linear-gradient(168deg, rgba(255, 255, 255, 0.97) 0%, rgba(244, 248, 252, 0.92) 100%);
    --ph-grad-section: linear-gradient(180deg, var(--ph-bg) 0%, var(--ph-blue-mist) 48%, var(--ph-bg) 100%);
    --ph-tracking-tight: -0.03em;
    --ph-tracking-label: 0.08em;
    --ph-fw-heading: 600;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pricing-page h1,
.pricing-page h2,
.pricing-page h3 {
    font-weight: var(--ph-fw-heading);
    letter-spacing: var(--ph-tracking-tight);
    color: var(--ph-blue-deep);
}

.pricing-page #content.ph-page {
    overflow-x: clip;
}

.ph-container {
    width: var(--ph-container);
    margin-inline: auto;
    padding-inline: var(--ph-gutter);
}

/* ─── Typography helpers ─── */
.ph-eyebrow {
    display: inline-block;
    margin: 0 0 14px;
    padding: 6px 14px;
    font-size: 0.625rem;
    font-weight: 600;
    letter-spacing: var(--ph-tracking-label);
    text-transform: uppercase;
    color: var(--ph-blue-dark);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, var(--ph-blue-soft) 100%);
    border: none;
    border-radius: 999px;
    box-shadow: 0 2px 10px rgba(30, 90, 168, 0.08);
}

.ph-eyebrow--light {
    color: rgba(255, 255, 255, 0.92);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.28);
    box-shadow: none;
}

/* ─── Buttons ─── */
.ph-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 22px;
    border-radius: var(--ph-radius-sm);
    border: 1px solid transparent;
    font: inherit;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.ph-btn:active {
    transform: scale(0.98);
}

.ph-btn--primary {
    color: #fff;
    background: var(--ph-grad-brand);
    box-shadow: 0 6px 20px var(--ph-glow);
    position: relative;
    overflow: hidden;
}

.ph-btn--primary::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.18) 50%, transparent 70%);
    transform: translateX(-120%);
    transition: transform 0.5s var(--ph-ease-out);
}

@media (hover: hover) {
    .ph-btn--primary:hover {
        transform: translateY(-1px);
        box-shadow: 0 8px 28px rgba(30, 90, 168, 0.36);
        color: #fff;
        text-decoration: none;
    }

    .ph-btn--primary:hover::after {
        transform: translateX(120%);
    }

    .ph-btn--ghost:hover {
        transform: translateY(-1px);
    }

    .ph-btn--white:hover {
        transform: translateY(-1px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
    }
}

.ph-btn--ghost {
    color: var(--ph-blue);
    background: var(--ph-white);
    border-color: var(--ph-blue-border);
}

.ph-btn--ghost:hover {
    background: var(--ph-blue-soft);
    text-decoration: none;
}

.ph-btn--white {
    color: var(--ph-blue-dark);
    background: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.ph-btn--white:hover {
    color: var(--ph-blue-dark);
    text-decoration: none;
}

.ph-btn--outline-white {
    color: #fff;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.45);
}

.ph-btn--outline-white:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    text-decoration: none;
}

/* ─── Hero ─── */
.ph-hero {
    position: relative;
    padding: clamp(32px, 5vw, 56px) 0 clamp(48px, 7vw, 72px);
    border-bottom: 1px solid var(--ph-blue-border);
    overflow: hidden;
}

.ph-hero > .ph-container {
    text-align: center;
}

.ph-hero__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    background:
        radial-gradient(ellipse 82% 58% at 50% -12%, rgba(30, 90, 168, 0.16) 0%, transparent 58%),
        var(--ph-grad-hero);
}

.ph-hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(42px);
    opacity: 0.5;
    animation: ph-orb-float 14s var(--ph-ease-out) infinite alternate;
}

.ph-hero-orb--a {
    width: min(380px, 50vw);
    height: min(380px, 50vw);
    top: -10%;
    right: -6%;
    background: radial-gradient(circle, rgba(30, 90, 168, 0.26) 0%, transparent 68%);
}

.ph-hero-orb--b {
    width: min(320px, 42vw);
    height: min(320px, 42vw);
    bottom: 8%;
    left: -6%;
    background: radial-gradient(circle, rgba(74, 139, 201, 0.22) 0%, transparent 70%);
    animation-delay: -4s;
    animation-duration: 18s;
}

.ph-hero-orb--c {
    width: min(200px, 28vw);
    height: min(200px, 28vw);
    top: 42%;
    left: 38%;
    background: radial-gradient(circle, rgba(232, 241, 250, 0.9) 0%, transparent 72%);
    opacity: 0.7;
    animation-delay: -7s;
    animation-duration: 12s;
}

.ph-hero-mesh {
    position: absolute;
    inset: 0;
    opacity: 0.4;
    background-image:
        linear-gradient(rgba(30, 90, 168, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(30, 90, 168, 0.04) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 30%, #000 12%, transparent 72%);
    -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 30%, #000 12%, transparent 72%);
}

@keyframes ph-orb-float {
    from { transform: translate(0, 0); }
    to { transform: translate(10px, -14px); }
}

.ph-hero__content {
    position: relative;
    z-index: 1;
    max-width: 720px;
    margin-inline: auto;
    text-align: center;
    animation: phHeroEnter 0.55s var(--ph-ease-out) both;
}

@keyframes phHeroEnter {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}

.ph-crumb {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: var(--ph-space-xs);
    margin: 0 auto 28px;
    padding: 6px 14px;
    font-size: 0.8125rem;
    color: var(--ph-muted);
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(181, 203, 227, 0.65);
    border-radius: 999px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.ph-crumb a {
    color: var(--ph-blue);
    text-decoration: none;
    font-weight: 600;
}

.ph-crumb a:hover {
    text-decoration: underline;
}

.ph-crumb [aria-current="page"] {
    color: var(--ph-text);
    font-weight: 600;
}

.ph-hero__title {
    margin: 0 0 14px;
    font-size: clamp(1.5rem, 4vw, 2.125rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.25;
    color: var(--ph-blue-deep);
    text-wrap: balance;
}

.ph-hero__lead {
    margin: 0 auto 24px;
    max-width: 42ch;
    font-size: clamp(0.9375rem, 2vw, 1.0625rem);
    line-height: 1.65;
    color: var(--ph-muted);
}

.ph-chips {
    list-style: none;
    margin: 0 auto 28px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.ph-chips li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--ph-text);
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(181, 203, 227, 0.75);
    border-radius: 999px;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

@media (hover: hover) {
    .ph-chips li:hover {
        transform: translateY(-2px);
        border-color: var(--ph-blue-border);
        box-shadow: var(--ph-shadow);
    }
}

.ph-chips .bi {
    color: var(--ph-blue);
    font-size: 0.875rem;
}

/* Ringkasan biaya — panel tunggal di bawah hero brand */
.ph-pricing-snapshot {
    padding: clamp(28px, 4vw, 40px) 0 clamp(32px, 5vw, 48px);
    background: linear-gradient(180deg, #fff 0%, var(--ph-blue-mist, #f4f8fc) 100%);
    border-bottom: 1px solid var(--ph-line);
}

.ph-pricing-snapshot__head {
    margin-bottom: clamp(16px, 2.5vw, 22px);
    max-width: 62ch;
}

.ph-pricing-snapshot__head .ph-eyebrow {
    margin-bottom: 10px;
}

.ph-pricing-snapshot__head h2 {
    margin: 0 0 8px;
    font-size: clamp(1.25rem, 2.2vw, 1.5rem);
    font-weight: 650;
    letter-spacing: -0.02em;
    color: var(--ph-blue-deep);
}

.ph-pricing-snapshot__sub {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.65;
    color: var(--ph-muted);
}

.ph-pricing-snapshot__panel {
    padding: clamp(16px, 2.5vw, 22px);
    background: #fff;
    border: 1px solid var(--ph-line);
    border-radius: var(--ph-radius);
    box-shadow: var(--ph-shadow-md);
}

.ph-tier-strip--snapshot {
    margin: 0;
    max-width: none;
}

.ph-pricing-snapshot__note {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 10px;
    margin: clamp(14px, 2vw, 18px) 0 0;
    padding-top: clamp(14px, 2vw, 18px);
    border-top: 1px solid var(--ph-line);
    font-size: 0.8125rem;
    line-height: 1.55;
    color: var(--ph-muted);
}

.ph-pricing-snapshot__note .bi {
    color: var(--ph-blue);
    flex-shrink: 0;
}

.ph-pricing-snapshot__note a {
    color: var(--ph-blue);
    font-weight: 600;
    text-decoration: none;
}

@media (hover: hover) {
    .ph-pricing-snapshot__note a:hover {
        text-decoration: underline;
    }
}

.ph-pricing-promo {
    padding: clamp(32px, 5vw, 48px) 0;
    background: var(--ph-blue-mist);
    border-bottom: 1px solid var(--ph-line);
}

.ph-pricing-promo .pub-promo__head {
    margin-bottom: clamp(16px, 2.5vw, 22px);
}

/* Strip tier — selaras lp-pricing-tiers di landing #biaya */
.ph-tier-strip {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--ph-space-sm);
    list-style: none;
    margin: 0 auto var(--ph-space-md);
    padding: 0;
    max-width: 640px;
}

@media (min-width: 640px) {
    .ph-tier-strip {
        grid-template-columns: repeat(3, 1fr);
        gap: var(--ph-space-md);
    }
}

.ph-tier-strip__item {
    position: relative;
    display: grid;
    gap: 4px;
    width: 100%;
    padding: 18px 16px;
    text-align: center;
    font: inherit;
    color: inherit;
    cursor: pointer;
    background: var(--ph-grad-surface);
    border: 1px solid rgba(181, 203, 227, 0.75);
    border-radius: var(--ph-radius);
    box-shadow: var(--ph-shadow);
    transition: transform 0.26s var(--ph-ease-out), box-shadow 0.26s var(--ph-ease-out), border-color 0.26s var(--ph-ease-out);
}

.ph-tier-strip__item--featured {
    border: 2px solid transparent;
    background:
        linear-gradient(var(--ph-grad-surface)) padding-box,
        var(--ph-grad-brand-h) border-box;
    box-shadow: var(--ph-shadow-md);
}

.ph-tier-strip__item.is-active {
    border-color: var(--ph-blue);
    box-shadow: 0 0 0 2px var(--ph-ring), var(--ph-shadow-md);
}

.ph-tier-strip__item--featured.is-active {
    border: 2px solid transparent;
    background:
        linear-gradient(135deg, var(--ph-blue-soft) 0%, rgba(255, 255, 255, 0.95) 100%) padding-box,
        var(--ph-grad-brand-h) border-box;
}

@media (hover: hover) {
    .ph-tier-strip__item:hover {
        transform: translateY(-3px);
        border-color: rgba(30, 90, 168, 0.28);
        box-shadow: var(--ph-shadow-md);
    }
}

.ph-tier-strip__badge {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 3px 8px;
    font-size: 0.5625rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    background: var(--ph-grad-brand);
    border-radius: 999px;
}

.ph-tier-strip__name {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--ph-muted);
    text-transform: uppercase;
    letter-spacing: var(--ph-tracking-label);
}

.ph-tier-strip__fee {
    font-size: clamp(1.25rem, 3vw, 1.5rem);
    font-weight: 800;
    background: var(--ph-grad-brand-h);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 1.15;
    font-variant-numeric: tabular-nums;
}

.ph-tier-strip__unit {
    font-size: 0.75rem;
    color: var(--ph-muted);
}

.ph-tier-strip__tag {
    margin-top: 4px;
    font-size: 0.75rem;
    line-height: 1.45;
    color: var(--ph-text);
}

.ph-fee-strip {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    max-width: 520px;
    margin: 0 auto 12px;
}

@media (min-width: 640px) {
    .ph-fee-strip--model-a {
        grid-template-columns: 1.15fr 0.85fr;
        align-items: stretch;
    }
}

.ph-fee-strip__hero {
    padding: 18px 16px;
}

.ph-fee-strip__hero strong {
    font-size: clamp(1.35rem, 3vw, 1.65rem);
}

.ph-fee-strip__hero small,
.ph-fee-strip__pass small {
    display: block;
    margin-top: 4px;
    font-size: 0.6875rem;
    font-weight: 500;
    line-height: 1.45;
    text-transform: none;
    letter-spacing: 0;
    color: var(--ph-muted);
}

.ph-fee-strip__pass {
    background: var(--ph-bg);
}

.ph-fee-strip__pass strong {
    color: #64748b;
}

.ph-fee-note {
    max-width: 520px;
    margin: 0 auto 28px;
    font-size: 0.8125rem;
    line-height: 1.6;
    color: var(--ph-muted);
    text-align: center;
}

.ph-fee-note strong {
    color: var(--ph-text);
}

/* ─── Simple quote (ISP-friendly) ─── */
.ph-platform-hero {
    max-width: 420px;
    margin: 0 auto 28px;
    padding: 26px 24px;
    text-align: center;
    background: var(--ph-grad-surface);
    border: 1px solid rgba(30, 90, 168, 0.18);
    border-radius: var(--ph-radius-xl);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.8) inset,
        var(--ph-shadow-md);
    position: relative;
    overflow: hidden;
}

.ph-platform-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--ph-grad-brand-h);
}

.ph-platform-hero__label {
    margin: 0 0 8px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--ph-muted);
}

.ph-platform-hero__price {
    margin: 0 0 12px;
    line-height: 1.1;
}

.ph-platform-hero__price strong {
    display: inline-block;
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    background: var(--ph-grad-brand-h);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-variant-numeric: tabular-nums;
    transition: transform 0.25s var(--ph-ease-out), opacity 0.2s ease;
}

.ph-platform-hero__price strong.is-updating {
    transform: scale(1.04);
    opacity: 0.85;
}

.ph-platform-hero__price span {
    font-size: 1rem;
    font-weight: 600;
    color: var(--ph-muted);
}

.ph-platform-hero__note {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.55;
    color: var(--ph-muted);
}

.ph-simple-flow__row--muted span {
    color: #94a3b8;
}

.ph-simple-flow__row--muted strong {
    color: var(--ph-text);
    font-weight: 600;
}

.ph-simple-quote__label {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--ph-muted);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.ph-simple-quote__bill {
    display: block;
    margin-top: 4px;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--ph-text);
}

.ph-simple-quote__arrow {
    margin: 10px 0;
    color: var(--ph-blue);
    font-size: 1.25rem;
}

.ph-simple-quote__net {
    display: block;
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: 800;
    color: var(--ph-blue-dark);
    line-height: 1.15;
}

.ph-simple-quote__pct {
    display: block;
    margin-top: 6px;
    font-size: 0.8125rem;
    color: var(--ph-muted);
}

.ph-simple-quote__fee {
    margin: 16px 0 0;
    padding-top: 14px;
    border-top: 1px dashed var(--ph-line);
    font-size: 0.8125rem;
    color: var(--ph-muted);
    line-height: 1.5;
}

.ph-simple-flow {
    margin-bottom: 14px;
    border: 1px solid var(--ph-line);
    border-radius: var(--ph-radius-sm);
    overflow: hidden;
    background: var(--ph-white);
}

.ph-simple-flow__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    font-size: 0.875rem;
    border-bottom: 1px solid var(--ph-line);
}

.ph-simple-flow__row:nth-child(even) {
    background: rgba(244, 248, 252, 0.55);
}

.ph-simple-flow__row:last-child {
    border-bottom: none;
}

.ph-simple-flow__row span {
    color: var(--ph-muted);
}

.ph-simple-flow__row strong {
    font-variant-numeric: tabular-nums;
    color: var(--ph-text);
}

.ph-simple-flow__row--fee strong {
    color: var(--ph-blue-dark);
}

.ph-simple-flow__row--net {
    background: var(--ph-blue-soft);
}

.ph-simple-flow__row--net span,
.ph-simple-flow__row--net strong {
    font-weight: 700;
    color: var(--ph-blue-dark);
}

.ph-calc-note {
    font-size: 0.8125rem;
    line-height: 1.6;
    color: var(--ph-muted);
    margin: 0;
}

.ph-fee-strip__item {
    display: grid;
    gap: 4px;
    padding: 12px 10px;
    text-align: center;
    background: var(--ph-white);
    border: 1px solid var(--ph-line);
    border-radius: var(--ph-radius-sm);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ph-fee-strip__item span {
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--ph-muted);
}

.ph-fee-strip__item strong {
    font-size: 0.875rem;
    font-weight: 800;
    color: var(--ph-text);
    font-variant-numeric: tabular-nums;
}

.ph-fee-strip__item--accent {
    border-color: var(--ph-blue-border);
    background: var(--ph-blue-soft);
}

.ph-fee-strip__item--accent strong {
    color: var(--ph-blue-dark);
}

.ph-fee-strip__item--total {
    border-color: var(--ph-blue-border);
    background: linear-gradient(180deg, var(--ph-blue-soft), var(--ph-white));
}

.ph-fee-strip__item--total strong {
    color: var(--ph-blue-dark);
}

.ph-hero__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

/* ─── Sections ─── */
.ph-section {
    padding: clamp(56px, 8vw, 88px) 0;
}

.ph-section--soft {
    position: relative;
    background: var(--ph-grad-section);
}

.ph-section--soft::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 55% 40% at 8% 20%, rgba(30, 90, 168, 0.05) 0%, transparent 55%),
        radial-gradient(ellipse 45% 35% at 92% 75%, rgba(30, 90, 168, 0.04) 0%, transparent 50%);
}

.ph-section--soft > .ph-container {
    position: relative;
    z-index: 1;
}

.ph-section-head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto clamp(32px, 5vw, 48px);
}

.ph-section-head::after {
    content: '';
    display: block;
    width: 56px;
    height: 3px;
    margin: 22px auto 0;
    border-radius: 99px;
    background: linear-gradient(90deg, transparent, var(--ph-blue) 20%, var(--ph-blue-mid) 50%, var(--ph-blue) 80%, transparent);
    opacity: 0.85;
}

.ph-section-head__title {
    margin: 0 0 14px;
    font-size: clamp(1.55rem, 3.6vw, 2rem);
    font-weight: 650;
    letter-spacing: var(--ph-tracking-tight);
    color: var(--ph-blue-deep);
    line-height: 1.18;
    text-wrap: balance;
}

.ph-section-head__sub {
    margin: 0;
    font-size: 1.0625rem;
    line-height: 1.7;
    color: var(--ph-muted);
}

/* ─── Benefits ─── */
.ph-benefits {
    display: grid;
    gap: 16px;
}

@media (min-width: 768px) {
    .ph-benefits {
        grid-template-columns: repeat(3, 1fr);
    }
}

.ph-benefit {
    position: relative;
    padding: 24px 22px;
    background: var(--ph-grad-surface);
    border: 1px solid rgba(181, 203, 227, 0.75);
    border-radius: var(--ph-radius);
    box-shadow:
        0 0 0 1px rgba(30, 90, 168, 0.05),
        0 2px 12px rgba(15, 23, 42, 0.04);
    overflow: hidden;
    transition: transform 0.25s var(--ph-ease-out), box-shadow 0.25s ease, border-color 0.25s ease;
}

.ph-benefit::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--ph-grad-brand-h);
    opacity: 0;
    transition: opacity 0.25s ease;
}

@media (hover: hover) {
    .ph-benefit:hover {
        transform: translateY(-4px);
        border-color: var(--ph-blue-border);
        box-shadow: var(--ph-shadow-md);
    }

    .ph-benefit:hover::before {
        opacity: 1;
    }
}

.ph-benefit__icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    margin-bottom: 14px;
    border-radius: 14px;
    background: var(--ph-grad-brand);
    color: #fff;
    box-shadow: 0 6px 16px rgba(30, 90, 168, 0.22);
}

.ph-benefit__icon .bi {
    color: inherit;
}

.ph-benefit__title {
    margin: 0 0 8px;
    font-size: 1rem;
    font-weight: 700;
    color: var(--ph-text);
}

.ph-benefit__text {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--ph-muted);
}

/* ─── Fee flow ─── */
.ph-fee-flow {
    display: grid;
    gap: 10px;
    max-width: 680px;
    margin: 0 auto clamp(28px, 4vw, 40px);
}

.ph-fee-flow__step {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    background: var(--ph-white);
    border: 1px solid var(--ph-line);
    border-radius: var(--ph-radius-sm);
    transition: border-color 0.2s ease;
}

.ph-fee-flow__step:last-child {
    border-color: var(--ph-blue-border);
    background: linear-gradient(90deg, var(--ph-blue-soft), #fff);
}

.ph-fee-flow__num {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--ph-blue-soft);
    color: var(--ph-blue);
    font-size: 0.75rem;
    font-weight: 800;
}

.ph-fee-flow__copy strong {
    display: block;
    font-size: 0.875rem;
    color: var(--ph-text);
    margin-bottom: 2px;
}

.ph-fee-flow__copy span {
    font-size: 0.75rem;
    color: var(--ph-muted);
}

.ph-fee-flow__amount {
    font-size: 0.9rem;
    font-weight: 800;
    color: var(--ph-text);
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

/* ─── Calculator ─── */
.ph-calc {
    position: relative;
    display: grid;
    gap: var(--ph-space-md);
    padding: clamp(20px, 3vw, 28px);
    background: var(--ph-grad-surface);
    border: 1px solid rgba(30, 90, 168, 0.18);
    border-radius: var(--ph-radius-xl);
    box-shadow:
        0 0 0 1px rgba(30, 90, 168, 0.06),
        var(--ph-shadow),
        var(--ph-shadow-md);
    overflow: hidden;
}

.ph-calc::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--ph-grad-brand-h);
}

@media (min-width: 900px) {
    .ph-calc {
        grid-template-columns: 1fr 1.05fr;
        align-items: start;
    }

    .ph-calc__result {
        position: sticky;
        top: calc(72px + var(--ph-space-md));
    }
}

.ph-calc__heading {
    margin: 0 0 18px;
    font-size: 1rem;
    font-weight: 700;
    color: var(--ph-blue-deep);
}

.ph-calc__controls {
    padding: clamp(16px, 2.5vw, 20px);
    background: rgba(238, 242, 247, 0.65);
    border: 1px solid var(--ph-line);
    border-radius: var(--ph-radius);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.ph-calc__result {
    padding: clamp(16px, 2.5vw, 20px);
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid var(--ph-line);
    border-radius: var(--ph-radius);
}

.ph-calc__result-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 16px;
}

.ph-calc__badge {
    padding: 4px 12px;
    font-size: 0.75rem;
    color: var(--ph-muted);
    background: var(--ph-blue-soft);
    border: 1px solid var(--ph-blue-border);
    border-radius: 999px;
}

.ph-calc__badge strong {
    color: var(--ph-blue-dark);
}

/* Range inputs */
.ph-range {
    margin-bottom: 18px;
}

.ph-range:last-child {
    margin-bottom: 0;
}

.ph-range__top {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.ph-range__top label,
.ph-range__label {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--ph-text);
}

.ph-range__top output {
    font-size: 0.8125rem;
    font-weight: 800;
    color: var(--ph-blue);
    font-variant-numeric: tabular-nums;
}

.ph-range__input {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--ph-blue-soft) 0%, var(--ph-blue-border) 100%);
    cursor: pointer;
    outline: none;
}

.ph-range__input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid var(--ph-white);
    background: var(--ph-grad-brand);
    box-shadow: 0 2px 8px var(--ph-glow);
    cursor: grab;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.ph-range__input::-webkit-slider-thumb:active {
    cursor: grabbing;
    transform: scale(1.1);
    box-shadow: 0 4px 14px rgba(30, 90, 168, 0.35);
}

.ph-range__input::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid var(--ph-white);
    background: var(--ph-blue);
    box-shadow: 0 2px 8px var(--ph-glow);
    cursor: grab;
}

.ph-range__input::-moz-range-track {
    height: 6px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--ph-blue-soft) 0%, var(--ph-blue-border) 100%);
}

.ph-range__hint {
    display: flex;
    justify-content: space-between;
    margin-top: 6px;
    font-size: 0.6875rem;
    color: var(--ph-muted);
}

/* Plan picker */
.ph-plan-pick {
    display: grid;
    gap: 8px;
    margin-top: 10px;
}

@media (min-width: 480px) {
    .ph-plan-pick {
        grid-template-columns: repeat(3, 1fr);
    }
}

.ph-plan-pick__btn {
    display: grid;
    gap: 2px;
    padding: 12px 10px;
    border: 1px solid var(--ph-line);
    border-radius: var(--ph-radius-sm);
    background: var(--ph-white);
    font: inherit;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s, box-shadow 0.2s, transform 0.15s;
}

.ph-plan-pick__btn:hover {
    border-color: var(--ph-blue-border);
}

.ph-plan-pick__btn.is-active {
    border-color: var(--ph-blue);
    background: linear-gradient(135deg, var(--ph-blue-soft) 0%, rgba(255, 255, 255, 0.9) 100%);
    box-shadow: 0 0 0 2px var(--ph-ring), var(--ph-shadow);
    transform: translateY(-1px);
}

.ph-plan-pick__name {
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--ph-text);
}

.ph-plan-pick__fee {
    font-size: 0.6875rem;
    font-weight: 600;
    color: var(--ph-muted);
}

.ph-plan-pick__btn.is-active .ph-plan-pick__fee {
    color: var(--ph-blue);
}

/* KPI & breakdown */
.ph-kpi {
    padding: 16px;
    border-radius: var(--ph-radius-sm);
    border: 1px solid var(--ph-line);
    background: var(--ph-bg);
}

.ph-kpi--hero {
    margin-bottom: 12px;
    text-align: center;
    padding: 16px 14px;
    background: linear-gradient(135deg, var(--ph-blue-soft) 0%, var(--ph-blue-mist) 100%);
    border-color: var(--ph-blue-border);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.ph-kpi--hero .ph-kpi__value {
    background: var(--ph-grad-brand-h);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.ph-kpi__label {
    display: block;
    margin-bottom: 6px;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--ph-muted);
}

.ph-kpi__value {
    display: block;
    font-size: clamp(1.35rem, 3vw, 1.65rem);
    font-weight: 800;
    color: var(--ph-blue-deep);
    font-variant-numeric: tabular-nums;
    line-height: 1.15;
    transition: color 0.2s ease;
}

.ph-kpi--sm .ph-kpi__value {
    font-size: 1rem;
}

.ph-kpi__sub {
    display: block;
    margin-top: 6px;
    font-size: 0.75rem;
    color: var(--ph-muted);
}

.ph-kpi-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 16px;
}

.ph-breakdown-wrap {
    margin-bottom: 14px;
    border: 1px solid var(--ph-line);
    border-radius: var(--ph-radius-sm);
    background: var(--ph-white);
    overflow: hidden;
}

.ph-breakdown-wrap summary {
    padding: 12px 14px;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--ph-blue-dark);
    cursor: pointer;
    list-style: none;
    user-select: none;
}

.ph-breakdown-wrap summary::-webkit-details-marker {
    display: none;
}

.ph-breakdown-wrap summary::after {
    content: '▾';
    float: right;
    color: var(--ph-muted);
    transition: transform 0.2s ease;
}

.ph-breakdown-wrap[open] summary::after {
    transform: rotate(180deg);
}

.ph-breakdown-wrap .ph-breakdown {
    margin: 0;
    border: none;
    border-radius: 0;
    border-top: 1px solid var(--ph-line);
}

.ph-breakdown__row--detail {
    padding-left: 22px;
    background: #fafbfc;
    font-size: 0.75rem;
}

.ph-breakdown__row--detail span {
    color: #94a3b8;
}

.ph-breakdown__row--subtotal {
    background: #f8fafc;
    font-weight: 600;
}

.ph-fee-tables {
    display: grid;
    gap: 14px;
    padding: 0 14px 14px;
}

@media (min-width: 640px) {
    .ph-fee-tables {
        grid-template-columns: 1fr 1fr;
    }
}

.ph-fee-table__title {
    margin: 0 0 6px;
    font-size: 0.8125rem;
    font-weight: 700;
}

.ph-fee-table--pass .ph-fee-table__title {
    color: #64748b;
}

.ph-fee-table--revenue .ph-fee-table__title {
    color: var(--ph-blue-dark);
}

.ph-fee-table__note {
    margin: 0 0 10px;
    font-size: 0.6875rem;
    line-height: 1.5;
    color: var(--ph-muted);
}

.ph-breakdown__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 14px;
    font-size: 0.8125rem;
    border-bottom: 1px solid var(--ph-line);
    background: var(--ph-white);
}

.ph-breakdown__row:last-child {
    border-bottom: none;
}

.ph-breakdown__row span {
    color: var(--ph-muted);
}

.ph-breakdown__row span em {
    font-style: normal;
    font-size: 0.6875rem;
    color: #94a3b8;
}

.ph-breakdown__row strong {
    font-variant-numeric: tabular-nums;
    color: var(--ph-text);
    white-space: nowrap;
}

.ph-breakdown__row--minus strong {
    color: #64748b;
}

.ph-breakdown__row--total {
    background: var(--ph-bg);
    font-weight: 600;
}

.ph-breakdown__row--net {
    background: var(--ph-blue-soft);
}

.ph-breakdown__row--net span,
.ph-breakdown__row--net strong {
    font-weight: 700;
    color: var(--ph-blue-dark);
}

.ph-insights {
    list-style: none;
    margin: 0 0 12px;
    padding: 0;
    display: grid;
    gap: 8px;
}

.ph-insights li {
    padding: 10px 12px;
    font-size: 0.8125rem;
    line-height: 1.55;
    color: var(--ph-text);
    background: var(--ph-bg);
    border-radius: 8px;
    border-left: 3px solid var(--ph-blue);
}

.ph-insights strong {
    color: var(--ph-blue-dark);
}

/* ─── Channels ─── */
.ph-channels {
    position: relative;
    max-width: 720px;
    margin-inline: auto;
    padding: clamp(24px, 4vw, 32px);
    background: var(--ph-grad-surface);
    border: 1px solid rgba(30, 90, 168, 0.18);
    border-radius: var(--ph-radius-xl);
    box-shadow:
        0 0 0 1px rgba(30, 90, 168, 0.05),
        var(--ph-shadow-md);
    overflow: hidden;
}

.ph-channels::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--ph-grad-brand-h);
}

.ph-channels__head {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--ph-line);
}

.ph-channels__icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    border-radius: 12px;
    background: var(--ph-blue-soft);
    color: var(--ph-blue);
    font-size: 1.2rem;
}

.ph-channels__title {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--ph-blue-deep);
}

.ph-channels__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

@media (min-width: 640px) {
    .ph-channels__list {
        grid-template-columns: 1fr 1fr;
    }
}

.ph-channels__list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--ph-text);
    background: rgba(238, 242, 247, 0.55);
    border: 1px solid var(--ph-line);
    border-radius: var(--ph-radius-sm);
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

@media (hover: hover) {
    .ph-channels__list li:hover {
        transform: translateY(-2px);
        border-color: var(--ph-blue-border);
        background: var(--ph-blue-soft);
    }
}

.ph-channels__item-icon {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    border-radius: 10px;
    background: var(--ph-white);
    border: 1px solid var(--ph-blue-border);
    color: var(--ph-blue);
}

.ph-channels__check {
    margin-left: auto;
    color: var(--ph-blue);
    font-size: 1rem;
}

/* ─── Plans ─── */
.ph-plans {
    display: grid;
    gap: 20px;
    align-items: stretch;
}

@media (min-width: 960px) {
    .ph-plans {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
        align-items: start;
    }

    .ph-plan--featured {
        transform: translateY(-8px);
    }
}

.ph-plan {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 24px 22px;
    background: var(--ph-grad-surface);
    border: 1px solid rgba(181, 203, 227, 0.75);
    border-radius: var(--ph-radius);
    box-shadow:
        0 0 0 1px rgba(30, 90, 168, 0.04),
        0 2px 12px rgba(15, 23, 42, 0.04);
    transition: transform 0.25s var(--ph-ease-out), box-shadow 0.25s ease, border-color 0.25s ease;
}

.ph-plan.is-highlight {
    border-color: var(--ph-blue);
    box-shadow:
        0 0 0 2px var(--ph-ring),
        0 0 24px rgba(30, 90, 168, 0.12),
        var(--ph-shadow-md);
    transform: translateY(-2px);
}

@media (hover: hover) {
    .ph-plan:hover {
        transform: translateY(-4px);
        box-shadow: var(--ph-shadow);
    }

    .ph-plan--featured:hover {
        transform: translateY(-12px);
    }
}

.ph-plan--featured {
    border: 2px solid transparent;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, var(--ph-blue-soft) 42%, rgba(232, 241, 250, 0.85) 100%) padding-box,
        var(--ph-grad-brand-h) border-box;
    box-shadow:
        0 0 0 1px rgba(30, 90, 168, 0.08),
        var(--ph-shadow-md),
        0 16px 40px rgba(30, 90, 168, 0.1);
}

.ph-plan--featured::after {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    pointer-events: none;
    background: radial-gradient(ellipse 80% 40% at 50% 0%, rgba(30, 90, 168, 0.08) 0%, transparent 70%);
}

.ph-plan__badge {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 4px 10px;
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(135deg, var(--ph-blue), var(--ph-blue-dark));
    border-radius: 999px;
}

.ph-plan__icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    margin-bottom: 14px;
    border-radius: 14px;
    background: var(--ph-blue-soft);
    border: 1px solid var(--ph-blue-border);
    color: var(--ph-blue);
}

.ph-plan__name {
    margin: 0 0 6px;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--ph-blue-deep);
}

.ph-plan__tagline {
    margin: 0 0 16px;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--ph-blue);
    line-height: 1.45;
}

.ph-plan__price {
    margin-bottom: 14px;
    padding: 16px 14px;
    text-align: center;
    background: linear-gradient(135deg, var(--ph-blue-soft) 0%, var(--ph-blue-mist) 100%);
    border: 1px solid var(--ph-blue-border);
    border-radius: var(--ph-radius-sm);
}

.ph-plan--featured .ph-plan__price {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, var(--ph-blue-soft) 100%);
    border-color: var(--ph-blue-border);
}

.ph-plan__price strong {
    display: block;
    font-size: clamp(1.35rem, 3vw, 1.55rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    background: var(--ph-grad-brand-h);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-variant-numeric: tabular-nums;
}

.ph-plan__price span {
    display: block;
    margin-top: 4px;
    font-size: 0.75rem;
    color: var(--ph-muted);
}

.ph-plan__price small {
    display: block;
    margin-top: 6px;
    font-size: 0.6875rem;
    color: var(--ph-muted);
}

.ph-plan__desc {
    margin: 0 0 10px;
    font-size: 0.8125rem;
    line-height: 1.6;
    color: var(--ph-muted);
}

.ph-plan__quota {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 14px;
    padding: 8px 10px;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--ph-blue-dark);
    background: var(--ph-blue-soft);
    border: 1px solid var(--ph-blue-border);
    border-radius: var(--ph-radius-sm);
}

.ph-plan__includes {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 0 0 14px;
    padding: 10px 12px;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--ph-blue-dark);
    background: var(--ph-blue-soft);
    border: 1px solid var(--ph-blue-border);
    border-radius: var(--ph-radius-sm);
}

.ph-plan__features {
    flex: 1;
    display: grid;
    gap: 12px;
    margin-bottom: 18px;
}

.ph-plan__group-label {
    margin: 0 0 8px;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--ph-muted);
}

.ph-plan__group ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 7px;
}

.ph-plan__group li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: var(--ph-text);
}

.ph-plan__group .bi {
    flex-shrink: 0;
    margin-top: 3px;
    color: var(--ph-blue);
    font-size: 0.75rem;
}

.ph-plan__sync,
.ph-plan__cta {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
}

.ph-plan__sync {
    margin-bottom: 8px;
    font-size: 0.8125rem;
    min-height: 40px;
}

.ph-footnote {
    margin: clamp(24px, 3vw, 32px) 0 0;
    max-width: none;
    width: 100%;
    text-align: left;
    font-size: 0.875rem;
    color: var(--ph-muted);
    line-height: 1.65;
}

.ph-footnote--addon {
    margin-top: 10px;
    max-width: none;
}

/* ─── ROI ─── */
.ph-roi {
    position: relative;
    display: grid;
    gap: 24px;
    max-width: 880px;
    margin-inline: auto;
    padding: clamp(28px, 4vw, 36px);
    background: linear-gradient(135deg, var(--ph-blue-soft) 0%, rgba(255, 255, 255, 0.95) 58%, #fff 100%);
    border: 1px solid var(--ph-blue-border);
    border-radius: var(--ph-radius);
    box-shadow: var(--ph-shadow);
    overflow: hidden;
}

.ph-roi::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--ph-grad-brand-h);
}

@media (min-width: 768px) {
    .ph-roi {
        grid-template-columns: 1.2fr 1fr;
        align-items: center;
    }
}

.ph-roi__title {
    margin: 0 0 12px;
    font-size: clamp(1.2rem, 2.5vw, 1.5rem);
    font-weight: 700;
    color: var(--ph-blue-deep);
    line-height: 1.3;
}

.ph-roi__text {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.65;
    color: var(--ph-muted);
}

.ph-roi__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

.ph-roi__list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 14px;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--ph-text);
    line-height: 1.5;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(181, 203, 227, 0.5);
    border-radius: var(--ph-radius-sm);
}

.ph-roi__list .bi {
    color: var(--ph-blue);
    flex-shrink: 0;
    margin-top: 2px;
}

/* ─── CTA ─── */
.ph-cta {
    position: relative;
    overflow: hidden;
    padding: clamp(52px, 8vw, 80px) 0;
    background: var(--ph-grad-cta);
    color: #fff;
    text-align: center;
}

.ph-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 75% 60% at 12% -8%, rgba(255, 255, 255, 0.16) 0%, transparent 58%),
        radial-gradient(ellipse 50% 45% at 94% 105%, rgba(74, 139, 201, 0.4) 0%, transparent 52%),
        radial-gradient(ellipse 35% 30% at 50% 50%, rgba(30, 90, 168, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.ph-cta::after {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.35;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 20%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 20%, transparent 75%);
}

.ph-cta .ph-container {
    position: relative;
    z-index: 1;
}

.ph-cta__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
}

.ph-cta__copy h2 {
    margin: 0 0 12px;
    font-size: clamp(1.375rem, 3vw, 1.75rem);
    font-weight: var(--ph-fw-heading);
    color: #fff;
    letter-spacing: var(--ph-tracking-tight);
    line-height: 1.18;
}

.ph-cta__copy p {
    margin: 0 auto 24px;
    max-width: 520px;
    font-size: 0.9375rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.92);
}

.ph-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

@media (hover: hover) {
    .ph-cta .ph-btn--white:hover {
        background: var(--ph-blue-soft);
    }
}

/* ─── Mobile ─── */
@media (max-width: 599px) {
    .ph-hero__actions {
        flex-direction: column;
        width: 100%;
    }

    .ph-hero__actions .ph-btn {
        width: 100%;
    }

    .ph-fee-flow__step {
        grid-template-columns: auto 1fr;
    }

    .ph-fee-flow__amount {
        grid-column: 2;
        justify-self: start;
        margin-top: 4px;
    }

    .ph-kpi-row {
        grid-template-columns: 1fr;
    }

    .ph-cta__actions {
        width: 100%;
        flex-direction: column;
    }

    .ph-cta__actions .ph-btn {
        width: 100%;
    }

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

@media (prefers-reduced-motion: reduce) {
    .ph-hero-orb,
    .ph-hero__content {
        animation: none;
    }

    .ph-btn:active,
    .ph-btn--primary::after,
    .ph-benefit:hover,
    .ph-plan:hover,
    .ph-plan.is-highlight,
    .ph-chips li:hover,
    .ph-channels__list li:hover,
    .ph-tier-strip__item:hover,
    .ph-btn--primary:hover,
    .ph-btn--ghost:hover,
    .ph-btn--white:hover {
        transform: none;
    }

    .ph-platform-hero__price strong.is-updating {
        transform: none;
    }
}

/* Plan card — tombol hitung di kalkulator (opsional markup) */
.ph-plan__sync {
    margin-bottom: 8px;
}

.ph-addon-grid {
    margin-top: 8px;
}

/* Fitur inti — grid keunggulan OSS-ISP / ISP Billing */
.ph-section--features {
    background: var(--ph-grad-section);
}

.ph-section-head--center {
    text-align: center;
    max-width: 640px;
    margin-inline: auto;
}

.ph-feature-grid {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}

@media (min-width: 640px) {
    .ph-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }
}

@media (min-width: 960px) {
    .ph-feature-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.ph-feature-grid__item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 16px;
    background: var(--ph-grad-surface);
    border: 1px solid var(--ph-blue-border);
    border-radius: var(--ph-radius-sm);
    font-size: 0.9375rem;
    line-height: 1.45;
    color: var(--ph-text);
}

.ph-feature-grid__icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: var(--ph-blue-soft);
    color: var(--ph-blue);
}
