/* RealNonVoipUSNumber Proxy Partner — public marketing page */

.pp-page {
    color: #334155;
}

.pp-hero {
    background: var(--brand-primary-gradient, linear-gradient(to right, #000033, #000080, #0000a8));
    color: #ffffff;
    padding: 4.25rem 1.5rem 3.75rem;
    text-align: center;
}

.pp-hero-inner {
    max-width: 52rem;
    margin: 0 auto;
}

.pp-hero h1 {
    margin: 0 0 1rem;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
}

.pp-hero p {
    margin: 0 auto 1.75rem;
    max-width: 42rem;
    font-size: 1.0625rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.82);
}

.pp-hero-actions,
.pp-cta-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
}

.pp-cta-row {
    justify-content: flex-start;
    margin: 1rem 0 0;
}

.pp-cta-row a {
    min-height: 44px;
    padding: 0.75rem 1.25rem;
    border-radius: 8px;
    font-size: 0.9375rem;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pp-hero-actions a {
    min-height: 44px;
    padding: 0.75rem 1.25rem;
    border-radius: 8px;
    font-size: 0.9375rem;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pp-btn-primary {
    background: #ffc107;
    color: #1a1a2e;
    border: 1.5px solid #ffc107;
}

.pp-btn-primary:hover {
    background: #ffca28;
    color: #1a1a2e;
}

.pp-btn-secondary {
    background: transparent;
    color: #ffffff;
    border: 1.5px solid rgba(255, 255, 255, 0.65);
}

.pp-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.12);
}

.pp-wrap {
    max-width: 72rem;
    margin: 0 auto;
    padding: 0 1.5rem 4rem;
}

.pp-section {
    padding-top: 3.25rem;
}

.pp-section h2 {
    margin: 0 0 0.85rem;
    font-size: clamp(1.35rem, 2.4vw, 1.75rem);
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.pp-section h3 {
    margin: 1.75rem 0 0.65rem;
    font-size: 1.125rem;
    font-weight: 700;
    color: #1e293b;
}

.pp-lede,
.pp-section p,
.pp-section li {
    font-size: 1rem;
    line-height: 1.75;
    color: #475569;
}

.pp-lede {
    max-width: 46rem;
    margin: 0 0 1.25rem;
}

.pp-section p {
    margin: 0 0 1rem;
    max-width: 48rem;
}

.pp-section ul,
.pp-section ol {
    margin: 0 0 1rem;
    padding-left: 1.25rem;
    max-width: 48rem;
}

.pp-section li {
    margin-bottom: 0.45rem;
}

.pp-section a {
    color: #000080;
    font-weight: 600;
}

.pp-kicker {
    margin: 0 0 0.45rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #000080;
}

.pp-price-band {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 1.5rem 0 0;
}

.pp-price-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 1.35rem 1.4rem;
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.05);
}

.pp-price-card strong {
    display: block;
    margin: 0.15rem 0 0.35rem;
    font-size: 1.5rem;
    color: #000080;
}

.pp-price-card span {
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #64748b;
}

.pp-price-card p {
    margin: 0;
    font-size: 0.9375rem;
}

.pp-grid-3,
.pp-grid-2,
.pp-use-grid {
    display: grid;
    gap: 1rem;
    margin-top: 1.25rem;
}

.pp-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pp-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pp-use-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pp-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 1.35rem 1.4rem;
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
}

.pp-card h3 {
    margin: 0 0 0.55rem;
    font-size: 1.05rem;
}

.pp-card p,
.pp-card li {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.65;
}

.pp-card ol,
.pp-card ul {
    margin: 0.5rem 0 0;
    padding-left: 1.1rem;
}

.pp-card-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-bottom: 0.65rem;
    border-radius: 999px;
    background: #000080;
    color: #ffffff;
    font-size: 0.8125rem;
    font-weight: 700;
}

.pp-note {
    margin-top: 1rem;
    padding: 1rem 1.15rem;
    background: #eef2ff;
    border: 1px solid #c7d2fe;
    border-radius: 12px;
    color: #1e293b;
    max-width: 48rem;
}

.pp-note p {
    margin: 0;
    color: #334155;
}

.pp-compare-wrap {
    overflow: visible;
    margin-top: 1rem;
}

.pp-compare-table {
    width: 100%;
}

.pp-steps {
    counter-reset: ppstep;
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
    max-width: 48rem;
}

.pp-steps li {
    position: relative;
    padding: 0 0 1.15rem 3rem;
    margin: 0;
}

.pp-steps li:last-child {
    padding-bottom: 0;
}

.pp-steps li::before {
    counter-increment: ppstep;
    content: counter(ppstep);
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #000080;
    color: #ffffff;
    font-size: 0.8125rem;
    font-weight: 700;
    display: grid;
    place-items: center;
}

.pp-coins {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0.75rem 0 1rem;
    padding: 0;
    list-style: none;
    max-width: none;
}

.pp-coins li {
    margin: 0;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #0f172a;
}

.pp-faq-item {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    margin-bottom: 0.75rem;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

.pp-faq-item summary {
    cursor: pointer;
    list-style: none;
    padding: 1.125rem 1.25rem;
    font-weight: 600;
    color: #1a1a2e;
}

.pp-faq-item summary::-webkit-details-marker {
    display: none;
}

.pp-faq-item summary::after {
    content: '▼';
    float: right;
    font-size: 0.75rem;
    color: #64748b;
}

.pp-faq-item[open] summary::after {
    content: '▲';
}

.pp-faq-item summary:hover {
    background: #f8fafc;
}

.pp-faq-item p {
    margin: 0;
    padding: 0 1.25rem 1.125rem;
    max-width: none;
}

.pp-close {
    margin-top: 3rem;
    padding: 2rem 1.5rem;
    border-radius: 16px;
    background: linear-gradient(135deg, #000033 0%, #000080 100%);
    color: #ffffff;
    text-align: center;
}

.pp-close h2 {
    color: #ffffff;
    margin-bottom: 0.75rem;
}

.pp-close p {
    margin: 0 auto 1.25rem;
    color: rgba(255, 255, 255, 0.82);
}

.pp-close .pp-hero-actions a {
    color: inherit;
}

@media (max-width: 1024px) {
    .pp-grid-3 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .pp-hero {
        padding: 3rem 1.15rem 2.75rem;
        text-align: left;
    }

    .pp-hero-actions,
    .pp-cta-row {
        justify-content: flex-start;
    }

    .pp-hero-actions a,
    .pp-cta-row a {
        width: 100%;
    }

    .pp-price-band,
    .pp-grid-2,
    .pp-use-grid {
        grid-template-columns: 1fr;
    }

    .pp-compare-table thead {
        display: none;
    }

    .pp-compare-table th[scope='row'] {
        display: block;
        background: #f8fafc;
        font-weight: 700;
        color: #0f172a;
        border: 0;
        border-bottom: 1px solid #e2e8f0;
    }

    .pp-compare-table tr {
        display: block;
        margin-bottom: 0.85rem;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        background: #ffffff;
        overflow: hidden;
    }

    .pp-compare-table td {
        display: flex;
        justify-content: space-between;
        gap: 1rem;
        border: 0;
        border-bottom: 1px solid #f1f5f9;
        text-align: right;
    }

    .pp-compare-table td:last-child {
        border-bottom: 0;
    }

    .pp-compare-table td::before {
        content: attr(data-label);
        font-weight: 700;
        color: #0f172a;
        text-align: left;
        flex: 0 0 42%;
    }
}

@media (max-width: 400px) {
    .pp-wrap {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
