.pf-pro-hero {
    background: #ffffff;
    border-bottom: 0;
}

.pf-pro-kicker {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.35rem 0.7rem;
    background: #eaf7ef;
    color: #146c43;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.pf-pro-section {
    padding: 3rem 0;
}

.pf-pro-section-tight {
    padding: 2rem 0;
}

.pf-pro-card {
    border: 0;
    border-radius: 8px;
    box-shadow: 0 0.5rem 1.25rem rgba(15, 23, 42, 0.08);
}

.pf-pro-feature-icon {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 8px;
    display: inline-grid;
    place-items: center;
    background: #f1f5f9;
    color: #0f172a;
    font-weight: 800;
}

.pf-pro-step {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.9rem;
    align-items: start;
}

.pf-pro-step-number {
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    display: inline-grid;
    place-items: center;
    background: #0d6efd;
    color: #fff;
    font-weight: 800;
    font-size: 0.9rem;
}

.pf-pro-cta-band {
    background: #111827;
    color: #fff;
    border-radius: 8px;
}

.pf-pro-preview {
    border-radius: 8px;
    overflow: hidden;
    background: #fff8f0;
    border: 1px solid #eadfd1;
}

.pf-pro-preview-hero {
    min-height: 220px;
    background: linear-gradient(135deg, #7d2e22 0%, #d97706 58%, #f6d365 100%);
    display: flex;
    align-items: end;
    padding: 1.25rem;
    color: #fff;
}

.pf-pro-preview-menu-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.75rem;
    padding: 0.8rem 0;
    border-bottom: 1px solid #eadfd1;
}

.pf-pro-preview-menu-row:last-child {
    border-bottom: 0;
}

.pf-demo-showcase {
    background: #ffffff;
    border-top: 0;
    border-bottom: 0;
}

.pf-demo-device-label {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border: 1px solid #dee2e6;
    border-radius: 999px;
    background: #ffffff;
    padding: 0.42rem 0.75rem;
    color: #111827;
    font-weight: 800;
    font-size: 0.9rem;
}

.pf-demo-device-label img {
    width: 1.15rem;
    height: 1.15rem;
}

.pf-demo-device-caption {
    max-width: 50rem;
}

.pf-demo-phone-frame {
    max-width: 420px;
    margin-inline: auto;
    border-radius: 2.4rem;
    padding: 0.85rem;
    background: #151515;
    box-shadow: 0 1.2rem 2.8rem rgba(15, 23, 42, 0.2);
}

.pf-demo-phone-speaker {
    width: 5.2rem;
    height: 0.38rem;
    margin: 0 auto 0.75rem;
    border-radius: 999px;
    background: #303030;
}

.pf-demo-device-screen {
    overflow: hidden;
    background: #ffffff;
}

.pf-demo-phone-frame .pf-demo-device-screen {
    height: 720px;
    border-radius: 1.65rem;
}

.pf-demo-browser-frame {
    border-radius: 1rem;
    background: #1f2937;
    padding: 0.75rem;
    box-shadow: 0 1.2rem 2.8rem rgba(15, 23, 42, 0.18);
}

.pf-demo-browser-top {
    height: 2.15rem;
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0 0.35rem 0.65rem;
}

.pf-demo-browser-dot {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 999px;
    background: #ef4444;
}

.pf-demo-browser-dot:nth-child(2) {
    background: #f59e0b;
}

.pf-demo-browser-dot:nth-child(3) {
    background: #22c55e;
}

.pf-demo-browser-url {
    min-width: 0;
    flex: 1;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.78rem;
    font-weight: 700;
    padding: 0.24rem 0.7rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pf-demo-browser-frame .pf-demo-device-screen {
    height: 680px;
    border-radius: 0.55rem;
    overflow: auto;
}

.pf-demo-device-iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background: #ffffff;
}

.pf-demo-browser-frame .pf-demo-device-iframe {
    min-width: 980px;
}

.pf-pro-theme-swatch {
    border-radius: 8px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    overflow: hidden;
    min-height: 132px;
}

.pf-pro-theme-top {
    height: 56px;
    display: flex;
    align-items: center;
    padding: 0.6rem;
}

.pf-pro-theme-dot {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 999px;
    display: inline-block;
}

.pf-pro-qr-demo {
    width: 132px;
    aspect-ratio: 1;
    border-radius: 8px;
    background:
        linear-gradient(90deg, #111 10px, transparent 10px) 0 0 / 22px 22px,
        linear-gradient(#111 10px, transparent 10px) 0 0 / 22px 22px,
        #fff;
    border: 8px solid #fff;
    box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.12);
}

.pf-pro-price {
    font-size: clamp(2.5rem, 6vw, 4.75rem);
    font-weight: 900;
    line-height: 0.95;
}

.pf-pro-mini-nav {
    background: #ffffff;
    border-bottom: 0;
}

.pf-creator-photo-placeholder {
    min-height: 320px;
    border: 1px dashed #adb5bd;
    border-radius: 8px;
    background: #ffffff;
    display: grid;
    place-items: center;
    box-shadow: 0 0.5rem 1.25rem rgba(15, 23, 42, 0.08);
}

.pf-creator-photo-initials {
    width: 96px;
    height: 96px;
    border-radius: 999px;
    display: inline-grid;
    place-items: center;
    background: #111827;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 900;
}

@media (max-width: 575.98px) {
    .pf-pro-section {
        padding: 2rem 0;
    }

    .pf-pro-preview-hero {
        min-height: 170px;
    }

    .pf-demo-phone-frame {
        max-width: 360px;
        border-radius: 1.85rem;
        padding: 0.62rem;
    }

    .pf-demo-phone-frame .pf-demo-device-screen {
        height: 620px;
        border-radius: 1.3rem;
    }

    .pf-demo-browser-frame {
        padding: 0.55rem;
    }

    .pf-demo-browser-frame .pf-demo-device-screen {
        height: 520px;
    }

    .pf-creator-photo-placeholder {
        min-height: 240px;
    }
}
