:root{--brand: #0099cc;--accent: #000844;--bg: #f7f8fa;--panel: #ffffff;--border: #e4e7ec;--text: #111827;--text-muted: #6b7280;--success: #10b981}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text)}h1,h2,h3{margin:0 0 12px}.container{max-width:760px;margin:0 auto;padding:24px 16px}.card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:28px;box-shadow:0 1px 3px #0000000f}.btn{background:var(--brand);color:#fff;border:none;padding:12px 20px;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.btn:hover:not(:disabled){background:#007aa8}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:transparent;color:var(--text);border:1px solid var(--border)}.btn-lg{padding:14px 24px;font-size:16px}.input{width:100%;padding:10px 14px;border:1px solid var(--border);border-radius:8px;font-size:15px;font-family:inherit}.input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px #0099cc26}.label{display:block;font-size:13px;font-weight:600;margin-bottom:6px}.amount-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:8px}.amount-chip{padding:12px;border:2px solid var(--border);border-radius:10px;background:#fff;cursor:pointer;font-weight:600;font-size:16px;text-align:center}.amount-chip.selected{border-color:var(--brand);background:#0099cc14;color:var(--brand)}.progress{height:8px;background:var(--border);border-radius:4px;overflow:hidden;margin:12px 0 4px}.progress-bar{height:100%;background:var(--brand);transition:width .3s}.muted{color:var(--text-muted);font-size:14px}.error-msg{background:#fef2f2;color:#991b1b;padding:10px 14px;border-radius:8px;border:1px solid #fecaca;font-size:14px;margin:12px 0}.success{background:#ecfdf5;color:#047857;padding:14px;border-radius:8px;font-size:14px}.stripe-card{padding:12px 14px;border:1px solid var(--border);border-radius:8px;background:#fff}.hero-image{width:100%;height:280px;object-fit:cover;border-radius:12px 12px 0 0}.section-padding{padding:48px 0}.pp-page{background:#fff;min-height:100vh}.pp-section{--section-primary: #0099cc;--section-accent: #000844;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#1f2937}.pp-section-inner{max-width:1100px;margin:0 auto;padding:64px 24px}.pp-text-center{text-align:center}.pp-empty{color:#94a3b8;text-align:center;padding:32px 0;font-style:italic}.pp-eyebrow{font-size:.75rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--section-primary);margin:0 0 12px}.pp-h2{font-size:1.75rem;font-weight:700;letter-spacing:-.5px;color:#0f172a;margin:0 0 16px}.pp-body{font-size:1rem;line-height:1.7;color:#475569;margin:0 0 16px}.pp-prose{max-width:720px;margin:0 auto}.pp-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:10px;font-weight:600;font-size:.95rem;text-decoration:none;transition:all .2s ease}.pp-btn-primary{background:var(--section-primary);color:#fff;box-shadow:0 2px 8px #00000014}.pp-btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 16px #0000001f}.pp-section-hero{padding-top:32px}.pp-section-hero .pp-section-inner{padding-top:80px;padding-bottom:80px}.pp-hero-title{font-size:clamp(2rem,5vw,3.25rem);font-weight:800;line-height:1.1;letter-spacing:-1.5px;color:#0f172a;margin:0 0 16px}.pp-hero-sub{font-size:clamp(1rem,1.6vw,1.15rem);color:#475569;line-height:1.7;max-width:640px;margin:0 0 28px}.pp-section-hero.pp-style-default{background:linear-gradient(180deg,#f0f9ff,#fff)}.pp-section-hero.pp-style-default .pp-section-inner{text-align:center}.pp-section-hero.pp-style-default .pp-hero-sub{margin-left:auto;margin-right:auto}.pp-section-hero.pp-style-bold{background:linear-gradient(135deg,#eff6ff,#fff,#faf5ff)}.pp-section-hero.pp-style-bold .pp-section-inner{text-align:center;max-width:900px}.pp-section-hero.pp-style-bold .pp-hero-sub{margin-left:auto;margin-right:auto}.pp-section-hero.pp-style-bold .pp-hero-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:900;letter-spacing:-2px;background:linear-gradient(135deg,#0F172A,var(--section-primary));-webkit-background-clip:text;background-clip:text;color:transparent}.pp-section-hero.pp-style-bold .pp-btn-primary{background:linear-gradient(135deg,var(--section-primary),var(--section-accent));box-shadow:0 8px 24px #0099cc52}.pp-section-hero.pp-style-quiet{background:#fff}.pp-section-hero.pp-style-quiet .pp-section-inner{padding-top:60px;padding-bottom:40px;max-width:800px}.pp-section-hero.pp-style-quiet .pp-hero-title{font-weight:600;font-size:clamp(1.75rem,4vw,2.5rem)}.pp-section-hero.pp-style-quiet .pp-eyebrow{color:#94a3b8}.pp-section-cta.pp-style-default{background:linear-gradient(135deg,var(--section-primary),var(--section-accent));color:#fff}.pp-section-cta.pp-style-default .pp-h2{color:#fff}.pp-section-cta.pp-style-default .pp-body{color:#ffffffd9}.pp-section-cta.pp-style-default .pp-btn-primary{background:#fff;color:var(--section-accent)}.pp-section-cta.pp-style-default .pp-btn-primary:hover{background:#f8fafc}.pp-section-cta.pp-style-inline{background:#fff}.pp-section-cta.pp-style-inline .pp-section-inner{padding-top:32px;padding-bottom:32px}.pp-section-text.pp-style-pull-quote{background:#f8fafc;border-left:4px solid var(--section-primary)}.pp-section-text.pp-style-pull-quote .pp-section-inner{padding-top:48px;padding-bottom:48px}.pp-section-text.pp-style-pull-quote .pp-body{font-size:1.5rem;font-style:italic;font-weight:500;line-height:1.5;color:#1f2937;max-width:760px}.pp-section-stats{background:#f8fafc;border-top:1px solid #E2E8F0;border-bottom:1px solid #E2E8F0}.pp-stats-grid{display:grid;gap:24px}.pp-stats-cols-1{grid-template-columns:1fr;max-width:280px;margin:0 auto}.pp-stats-cols-2{grid-template-columns:repeat(2,1fr);max-width:600px;margin:0 auto}.pp-stats-cols-3{grid-template-columns:repeat(3,1fr)}.pp-stats-cols-4{grid-template-columns:repeat(4,1fr)}.pp-stat{text-align:center}.pp-stat-value{font-size:2.5rem;font-weight:800;color:var(--section-primary);line-height:1;margin-bottom:4px}.pp-stat-label{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:1px}.pp-section-stats.pp-style-inline{background:transparent;border:none}.pp-section-stats.pp-style-inline .pp-section-inner{padding-top:32px;padding-bottom:32px}.pp-section-stats.pp-style-inline .pp-stat-value{font-size:1.75rem;font-weight:700;color:#0f172a}@media (max-width: 640px){.pp-stats-cols-3,.pp-stats-cols-4{grid-template-columns:repeat(2,1fr)}}.pp-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.pp-feature{background:#fff;padding:24px;border-radius:12px;border:1px solid #E2E8F0}.pp-feature-title{font-size:1.125rem;font-weight:700;color:#0f172a;margin:0 0 8px}.pp-feature-desc{font-size:.95rem;line-height:1.6;color:#64748b;margin:0}@media (max-width: 768px){.pp-features-grid{grid-template-columns:1fr}}.pp-image-wrap{border-radius:12px;overflow:hidden;background:#f1f5f9}.pp-image-wrap img{display:block;width:100%;height:auto}.pp-image-placeholder{aspect-ratio:4 / 3;background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}.pp-image-caption{font-size:.875rem;color:#64748b;text-align:center;margin-top:12px;font-style:italic}.pp-section-image.pp-style-wide .pp-image-placeholder{aspect-ratio:16 / 9}.pp-campaign-grid{display:grid;gap:24px}.pp-grid-cols-2{grid-template-columns:repeat(2,1fr)}.pp-grid-cols-3{grid-template-columns:repeat(3,1fr)}.pp-grid-cols-4{grid-template-columns:repeat(4,1fr)}@media (max-width: 1024px){.pp-grid-cols-3,.pp-grid-cols-4{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.pp-grid-cols-2,.pp-grid-cols-3,.pp-grid-cols-4{grid-template-columns:1fr}}.pp-campaign-card{display:block;text-decoration:none;color:inherit;background:#fff;border:1px solid #E2E8F0;border-radius:14px;overflow:hidden;transition:all .2s ease}.pp-campaign-card:hover{transform:translateY(-3px);box-shadow:0 14px 28px #00000014;border-color:var(--section-primary)}.pp-campaign-image{aspect-ratio:16 / 9;background:#f1f5f9}.pp-campaign-image img{display:block;width:100%;height:100%;object-fit:cover}.pp-campaign-image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#dbeafe,#ede9fe)}.pp-campaign-body{padding:18px 20px 20px}.pp-campaign-title{font-size:1.125rem;font-weight:700;color:#0f172a;margin:0 0 6px;line-height:1.3}.pp-campaign-snippet{font-size:.875rem;color:#64748b;line-height:1.5;margin:0 0 14px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pp-progress-bar{height:6px;background:#f1f5f9;border-radius:999px;overflow:hidden;margin-bottom:8px}.pp-progress-fill{height:100%;background:#09c;transition:width .3s ease;border-radius:999px}.pp-campaign-stat{font-size:.8rem;color:#64748b;margin:0}
