/* PayPal Open landing page — redesign
   Loaded after landing-pages.css; all new classes prefixed pp-
   Do not edit landing-pages.css or app.css for this page. */

:root {
    --pp-navy:    #002991;
    --pp-blue:    #0070E0;
    --pp-card-bg: #D9E8FF;
    --pp-divider: #d0d8e8;
}

/* ── UTILITY ──────────────────────────────────────────────── */
.hasFlex.--v-stretch { align-items: stretch; }
@media screen and (width >= 768px) {
    .hasFlex.--row-reverse { flex-direction: row-reverse; }
}
.bh_background-white      { background-color: #ffffff; }
.bh_background-lightblue  { background-color: #f5f7fa; }

/* ── HERO ─────────────────────────────────────────────────── */
.pp-hero {
    background-color: var(--pp-navy);
    color: #fff;
    padding: 50px 0;
}
@media screen and (width >= 768px) {
    .pp-hero { padding: 80px 0; }
}
.pp-hero-headline {
    font-size: 36px;
    font-weight: 900;
    line-height: 1.15;
    color: #fff;
    margin: 20px 0;
}
@media screen and (width >= 768px) {
    .pp-hero-headline { font-size: 52px; }
}
.pp-hero-body { color: rgba(255,255,255,0.85); }
.pipe_divider.--white { background: rgba(255,255,255,0.45); }

/* ── STATS ────────────────────────────────────────────────── */
.pp-stats-section { background-color: #f5f7fa; }
.pp-stats-grid {
    display: flex;
    flex-direction: column;
}
@media screen and (width >= 768px) {
    .pp-stats-grid { flex-direction: row; }
}
.pp-stat {
    flex: 1;
    text-align: center;
    padding: 30px 20px;
}
@media screen and (width >= 768px) {
    .pp-stat { padding: 50px 30px; }
}
.pp-stat-number {
    font-size: 56px;
    font-weight: 900;
    color: var(--pp-navy);
    line-height: 1;
    margin-bottom: 12px;
}
@media screen and (width >= 768px) {
    .pp-stat-number { font-size: 72px; }
}
.pp-stat-text {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    line-height: 1.5;
    max-width: 220px;
    margin: 0 auto;
}

/* ── CHECKOUT INTRO HEADING ───────────────────────────────── */
.pp-checkout-intro { padding-bottom: 10px !important; }
.pp-section-heading {
    font-size: 36px !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
}
@media screen and (width >= 768px) {
    .pp-section-heading { font-size: 52px !important; }
}

/* ── FEATURE TEXT CARD ────────────────────────────────────── */
.pp-text-card h2 {
    font-size: 26px !important;
    line-height: 1.25 !important;
    font-weight: 900 !important;
    margin-bottom: 16px !important;
}
@media screen and (width >= 768px) {
    .pp-text-card h2 { font-size: 34px !important; }
}
.pp-text-card {
    background: #f5f7fa;
    border-radius: 0;
    padding: 36px 40px;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media screen and (width < 768px) {
    .pp-text-card { padding: 28px 24px; }
}

/* ── FEATURE IMAGE COLUMN ─────────────────────────────────── */
.pp-feature-img {
    overflow: hidden;
    height: 100%;
    min-height: 320px;
}
.pp-feature-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ── FEATURE STAT ─────────────────────────────────────────── */
.pp-feature-stat {
    display: flex;
    align-items: center;
    margin-top: 28px;
}
.pp-feature-stat-num {
    flex: 0 0 33%;
    font-size: 56px;
    font-weight: 900;
    color: #000;
    line-height: 1;
}
@media screen and (width >= 768px) {
    .pp-feature-stat-num { font-size: 72px; }
}
.pp-feature-stat-label {
    flex: 1;
    padding-left: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #555;
    line-height: 1.4;
}

/* ── FEATURE SECTIONS (no gap between columns) ───────────── */
.pp-feature-section.group_by2 .s4_container { gap: 0 !important; }
@media screen and (width <= 768px) {
    .pp-feature-section .s4_container {
        flex-flow: column-reverse;
    }
    .pp-feature-section .pp-feature-img {
        min-height: auto;
    }
}

/* ── BUTTONS ──────────────────────────────────────────────── */
.pp-btn-primary {
    display: inline-block;
    background-color: var(--pp-blue);
    color: #fff !important;
    padding: 14px 32px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none !important;
    transition: background-color 0.2s;
}
.pp-btn-primary:hover { background-color: #005ab5; }

.pp-btn-white {
    display: inline-block;
    background-color: #fff;
    color: var(--pp-navy) !important;
    padding: 14px 32px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none !important;
    transition: opacity 0.2s;
}
.pp-btn-white:hover { opacity: 0.88; }

.pp-btn-white-outline {
    display: inline-block;
    background-color: transparent;
    color: #fff !important;
    border: 2px solid #fff;
    padding: 12px 28px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none !important;
    white-space: nowrap;
    transition: background-color 0.2s;
}
.pp-btn-white-outline:hover { background-color: rgba(255,255,255,0.15); }

/* ── MID-PAGE CTA ─────────────────────────────────────────── */
.pp-mid-cta {
    text-align: center;
    padding: 50px 0;
}
.pp-mid-cta .pp-sub-link {
    display: block;
    margin-top: 14px;
    font-size: 15px;
}
.pp-mid-cta .pp-btn-primary {
    background-color: #000;
}
.pp-mid-cta .pp-btn-primary:hover { background-color: #333; }
.pp-mid-cta .pp-sub-link a {
    color: #000 !important;
    text-decoration: underline !important;
}

/* ── DARK SECTION ─────────────────────────────────────────── */
.pp-dark-section {
    background-color: var(--pp-navy);
    color: #fff;
}
.pp-dark-section h2,
.pp-dark-section h3 { color: #fff; }
.pp-dark-section p  { color: rgba(255,255,255,0.85); }

/* ── MORE WAYS GRID ───────────────────────────────────────── */
.pp-payment-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 100px;
    margin: 35px 0;
}
@media screen and (width >= 768px) {
    .pp-payment-grid { grid-template-columns: repeat(4, 1fr); gap: 24px; }
}
.pp-payment-item { 
    text-align: center;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 10px;
}
.pp-payment-item h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}
.pp-payment-item p {
    font-size: 13px;
    line-height: 1.45;
}
.pp-payment-item-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding-top: 16px;
    align-self: end;
}
/* ── BENEFITS SECTION ─────────────────────────────────────── */
.pp-benefits-section-heading {
    text-align: center;
    margin-bottom: 36px !important;
}
@media screen and (width >= 768px) {
    .pp-benefits-section .LEFT { width: 55% !important; }
    .pp-benefits-section .RIGHT { width: 45% !important; }
}
.pp-benefits-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 0;
}
.pp-benefit {
    padding: 20px 0;
}
.pp-benefit:first-child { padding-top: 0; }
.pp-benefit h3 {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    margin-bottom: 6px;
}

/* ── MIGRATION BANNER ─────────────────────────────────────── */
.pp-migration-section {
    overflow: hidden;
}
.pp-migration-section .s4_container {
    gap: 0 !important;
    align-items: stretch;
}
.pp-migration-section .LEFT {
    flex: 0 0 36%;
    max-width: 36%;
    overflow: hidden;
    padding: 0 !important;
}
.pp-migration-section .LEFT img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
    object-position: center;
    display: block;
}
.pp-migration-section .RIGHT {
    flex: 1;
    background-color: var(--pp-navy);
    padding: 56px 48px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
	color: #fff;
}
.pp-migration-section h2 {
    font-size: 40px !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    color: #fff !important;
    margin: 0 0 16px !important;
}
@media screen and (width >= 900px) {
    .pp-migration-section h2 { font-size: 50px !important; }
}
@media screen and (width < 768px) {
    .pp-migration-section .LEFT { max-width: none }
    .pp-migration-section .LEFT img { min-height: unset }
    .pp-migration-section .RIGHT { padding: 40px 24px !important; }
}

.pp-upgrade-link {
    display: inline-block;
    margin-top: 20px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none !important;
}
.pp-upgrade-link:hover { opacity: 0.8; }

/* ── SECURITY / GET AHEAD ─────────────────────────────────── */
.pp-benefit-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--pp-navy);
    margin-top: 28px;
    margin-bottom: 8px;
}

/* ── SETUP STEPS ──────────────────────────────────────────── */
.pp-steps-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 40px 0;
}
@media screen and (width >= 768px) {
    .pp-steps-grid { grid-template-columns: repeat(3, 1fr); gap: 30px; }
}
.pp-step {
    background: #fff;
    border-radius: 12px;
    padding: 28px 30px;
}
.pp-step-num {
    font-size: 13px;
    font-weight: 700;
    color: var(--pp-navy);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
}
.pp-setup-section .pp-btn-primary {
    background-color: #000;
}
.pp-setup-section .pp-btn-primary:hover { background-color: #333; }
.pp-setup-section .bh_type-body a {
    color: #000;
    text-decoration: underline;
}

/* ── PAYPAL OPEN FOOTER BANNER ────────────────────────────── */
.pp-footer-banner {
    background-color: var(--pp-navy);
    color: #fff;
    text-align: center;
    padding: 80px 20px;
}
.pp-footer-banner img {
    display: block;
    margin: 0 auto;
    width: 240px;
    height: auto;
}

/* ── LEGAL ────────────────────────────────────────────────── */
.pp-legal {
    font-size: 11px;
    color: #555;
}
.pp-legal p { 
    font-size: 11px;
    line-height: inherit;
}
.pp-legal ol {
    padding-left: 0px;
    margin: 0;
    list-style: none;
    counter-reset: legal-counter;
}
.pp-legal li {
    margin-bottom: 6px;
    padding-left: 8px;
    position: relative;
    counter-increment: legal-counter;
}
.pp-legal li::before {
    content: counter(legal-counter);
    position: absolute;
    left: 0em;
    font-size: 8px;
}
.pp-legal a { color: #555; text-decoration: underline; }
