.pf-page {
    --pf-accent: #2563eb;
    --pf-free: #059669;
    background: #f8fafc;
    color: #0f172a;
}

.pf-hero {
    background: linear-gradient(160deg, #0f172a 0%, #1e3a5f 55%, #1e40af 100%);
    color: #f8fafc;
    padding: 56px 0 48px;
}

.pf-eyebrow {
    font-size: 0.85rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    opacity: 0.85;
    margin: 0 0 8px;
}

.pf-hero h1 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    margin: 0 0 16px;
}

.pf-lead {
    max-width: 640px;
    font-size: 1.05rem;
    line-height: 1.6;
    margin: 0 0 24px;
    opacity: 0.95;
}

.pf-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 16px;
}

.pf-trust {
    font-size: 0.9rem;
    opacity: 0.8;
    margin: 0;
}

.pf-section {
    padding: 48px 0;
}

.pf-section-alt {
    background: #fff;
}

.pf-sub {
    color: #64748b;
    margin: -8px 0 24px;
}

.pf-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    align-items: stretch;
}

.pf-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.pf-card-featured {
    border-color: var(--pf-accent);
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.12);
}

.pf-card-free {
    border-color: #a7f3d0;
}

.pf-badge {
    position: absolute;
    top: -10px;
    right: 16px;
    background: var(--pf-free);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 999px;
}

.pf-badge-pop {
    background: var(--pf-accent);
}

.pf-card h2 {
    margin: 0 0 8px;
    font-size: 1.35rem;
}

.pf-card-ozet {
    color: #64748b;
    font-size: 0.92rem;
    margin: 0 0 16px;
    line-height: 1.45;
}

.pf-price {
    margin-bottom: 12px;
}

.pf-price-main {
    font-size: 1.75rem;
    font-weight: 700;
    color: #0f172a;
}

.pf-price-sub {
    font-size: 0.9rem;
    color: #64748b;
    margin-left: 4px;
}

.pf-price-year {
    display: block;
    font-size: 0.85rem;
    color: #64748b;
    margin-top: 4px;
}

.pf-price-per {
    display: block;
    font-size: 0.8rem;
    color: #94a3b8;
    margin-top: 2px;
}

.pf-price-quote {
    font-size: 1.35rem;
    letter-spacing: -0.02em;
}

.pf-badge-quote {
    background: #7c3aed;
    color: #fff;
}

.pf-card-quote {
    border-color: #c4b5fd;
}

.pf-pricing-model {
    padding-top: 0;
    margin-top: -16px;
}

.pf-model-box {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px 28px;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.pf-model-box h2 {
    margin: 0 0 12px;
    font-size: 1.25rem;
}

.pf-model-box p {
    margin: 0 0 16px;
    color: #475569;
    line-height: 1.6;
}

.pf-model-examples {
    margin: 0;
    padding-left: 20px;
    color: #334155;
}

.pf-model-examples li {
    margin-bottom: 6px;
}

.pf-meta,
.pf-limit-note,
.pf-kim {
    font-size: 0.85rem;
    color: #64748b;
    margin: 0 0 8px;
}

.pf-moduller {
    list-style: none;
    padding: 0;
    margin: 12px 0 20px;
    flex: 1;
}

.pf-moduller li {
    padding: 4px 0 4px 20px;
    position: relative;
    font-size: 0.9rem;
}

.pf-moduller li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--pf-accent);
    font-weight: 700;
}

.pf-cta {
    width: 100%;
    text-align: center;
}

.pf-table-wrap {
    overflow-x: auto;
}

.pf-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.pf-table th,
.pf-table td {
    border: 1px solid #e2e8f0;
    padding: 10px 12px;
    text-align: center;
}

.pf-table th:first-child,
.pf-table td:first-child {
    text-align: left;
    font-weight: 500;
}

.pf-table thead th {
    background: #f1f5f9;
    font-weight: 600;
}

.pf-faq details {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 10px;
}

.pf-faq summary {
    cursor: pointer;
    font-weight: 600;
}

.pf-faq p {
    margin: 10px 0 0;
    color: #475569;
    line-height: 1.55;
}

.pf-legal {
    background: #f1f5f9;
    padding: 24px 0 40px;
    font-size: 0.85rem;
    color: #64748b;
    border-top: 1px solid #e2e8f0;
}

.pf-legal p {
    margin: 0;
    max-width: 800px;
}
