:root{--ph-bg: #f3f4f8;--ph-bg-alt: #f9fafb;--ph-surface: #ffffff;--ph-border-subtle: rgba(15, 23, 42, .08);--ph-text: #111827;--ph-text-soft: #6b7280;--ph-accent: #2563eb;--ph-accent-soft: rgba(37, 99, 235, .08);--ph-accent-strong: #1d4ed8;--ph-outline: rgba(37, 99, 235, .7);--ph-radius-lg: 24px;--ph-radius-md: 18px;--ph-radius-pill: 8px;--ph-shadow-soft: 0 18px 40px rgba(15, 23, 42, .08);--ph-shadow-strong: 0 32px 80px rgba(15, 23, 42, .18)}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Inter,sans-serif;background:var(--ph-bg);color:var(--ph-text);-webkit-font-smoothing:antialiased;overflow-x:hidden}.ph-page{background:#fff;color:var(--ph-text);min-height:100vh;overflow-x:hidden}.ph-shell{width:100%;max-width:1120px;margin:0 auto;padding:0 1.5rem}.ph-nav-wrap{position:sticky;top:0;z-index:40;background:#fff;border-bottom:1px solid rgba(15,23,42,.06)}.ph-nav-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1rem 1.5rem}.ph-logo{display:inline-flex;align-items:center;gap:.55rem;font-weight:700;letter-spacing:.04em;color:#111827}.ph-logo-link{display:inline-flex;align-items:center;text-decoration:none;color:inherit}.ph-logo-mark{display:inline-flex;align-items:center;justify-content:center}.ph-logo-img{display:block;height:28px;width:auto}.ph-logo-text{font-size:.98rem}.ph-nav-links{display:flex;align-items:center;gap:1.5rem;font-size:.9rem;color:var(--ph-text-soft)}.ph-nav-links a{text-decoration:none;color:inherit;position:relative;padding-bottom:.2rem}.ph-nav-links a:after{content:"";position:absolute;left:0;bottom:0;height:2px;width:0;border-radius:999px;background:var(--ph-accent);transition:width .18s ease-out}.ph-nav-links a:hover{color:var(--ph-text)}.ph-nav-links a:hover:after{width:100%}.ph-nav-cta{display:flex;gap:.75rem;align-items:center}.ph-btn{border-radius:var(--ph-radius-pill);border:1px solid transparent;font-size:.85rem;font-weight:500;padding:.55rem 1.1rem;cursor:pointer;background:transparent;color:var(--ph-text);text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;transition:background .24s cubic-bezier(.22,.61,.36,1),border-color .24s cubic-bezier(.22,.61,.36,1),color .24s cubic-bezier(.22,.61,.36,1),box-shadow .28s cubic-bezier(.22,.61,.36,1),transform .16s ease-out}.ph-btn-lg{padding:.8rem 1.5rem;font-size:.92rem}.ph-btn-primary{background:linear-gradient(135deg,var(--ph-accent),var(--ph-accent-strong));border-color:transparent;color:#fff;box-shadow:0 4px 10px #2563eb38}.ph-btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 16px #2563eb47}.ph-btn-outline{border-color:#94a3b899;background:#fff;color:var(--ph-text-soft)}.ph-btn-outline:hover{border-color:var(--ph-accent);color:var(--ph-accent)}.ph-btn-ghost{background:transparent;border-color:transparent;color:var(--ph-text-soft)}.ph-btn-ghost:hover{background:#2563eb0a;border-color:#2563eb33;color:var(--ph-accent)}.ph-section{padding:4.5rem 0}.ph-section#how-it-works{padding-top:5.75rem;padding-bottom:5.75rem}.ph-section-alt{background:var(--ph-bg-alt)}.ph-hero{padding-top:3.75rem;padding-bottom:3.75rem;background:var(--ph-bg-alt);border-bottom:1px solid rgba(15,23,42,.06)}.ph-hero-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,1.1fr);align-items:center;gap:3.25rem}.ph-hero-copy h1{font-size:clamp(2.6rem,3.4vw + 1rem,3.4rem);letter-spacing:-.04em;margin:0 0 1rem;color:#111827}.ph-accent{color:var(--ph-accent)}.ph-hero-body{color:var(--ph-text-soft);max-width:32rem;margin-bottom:1.75rem;font-size:.98rem}.ph-hero-actions{display:flex;flex-wrap:wrap;gap:.9rem;margin-bottom:.75rem}.ph-hero-footnote{font-size:.8rem;color:#6b7280e6}.ph-hero-visual{min-height:260px}.ph-hero-image{width:100%;max-height:380px;border-radius:26px;display:block;object-fit:cover;box-shadow:var(--ph-shadow-soft)}.ph-eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.78rem;color:var(--ph-accent);margin-bottom:.8rem}.ph-section-header{text-align:center}.ph-section-header h2{margin:0 0 .7rem;font-size:clamp(1.7rem,2.2vw + .6rem,2.2rem);letter-spacing:-.03em;color:var(--ph-accent)}.ph-lead{color:var(--ph-text-soft);max-width:40rem;font-size:.98rem;margin:0 auto}.ph-section-header-tight{margin-bottom:1.5rem;text-align:left}.ph-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.75rem;margin-top:2.4rem}.ph-diff-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.75rem;margin-top:2.2rem}.ph-diff-item{position:relative;padding:1.4rem 1.5rem 1.5rem;border-radius:18px;background:#fff;border:1px solid rgba(15,23,42,.05);box-shadow:0 18px 40px #0f172a0f}.ph-diff-item h3{margin:0 0 .35rem;font-size:1.02rem;color:#111827}.ph-diff-item p{margin:0;font-size:.9rem;color:var(--ph-text-soft)}.ph-card{background:var(--ph-surface);border-radius:var(--ph-radius-md);border:1px solid var(--ph-border-subtle);padding:1.4rem 1.5rem 1.5rem;box-shadow:var(--ph-shadow-soft)}.ph-card h3{margin-top:0;margin-bottom:.6rem;font-size:1.02rem;color:#111827}.ph-card p{margin:0;font-size:.92rem;color:var(--ph-text-soft)}.ph-card-meta{margin-top:1.1rem;font-size:.78rem;color:#6b7280f2}.ph-section-problems{background:#111827;color:#f9fafb}.ph-problems-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1.2fr);gap:3rem;align-items:center}.ph-problems-image{min-height:420px;border-radius:10px;overflow:hidden}.ph-problems-image .ph-upload{background:#111827;border-color:#374151e6;min-height:320px}.ph-problems-image-img{width:100%;height:auto;max-height:500px;border-radius:10px;object-fit:contain;display:block;box-shadow:none}.ph-problems-copy .ph-section-header{text-align:left}.ph-section-problems .ph-section-header h2{color:#fff}.ph-section-problems .ph-eyebrow{color:#9ca3af}.ph-section-problems .ph-lead{color:#d1d5dbeb;margin-left:0}.ph-problems-list{display:flex;flex-direction:column;gap:1.3rem}.ph-problem h3{margin:0 0 .2rem;font-size:1.02rem;color:#fff}.ph-problem p{margin:0;font-size:.9rem;color:#d1d5dbe6}.ph-problem-meta{margin-top:.6rem;font-size:.78rem;color:#9ca3aff2}.ph-two-col{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:2.5rem;align-items:center}.ph-two-col-visual{min-height:240px}.ph-two-col-image{width:100%;border-radius:24px;display:block;object-fit:cover;box-shadow:var(--ph-shadow-soft)}.ph-list{list-style:none;padding:0;margin:1.5rem 0 0;display:flex;flex-direction:column;gap:1.35rem}.ph-list li h3{margin:0 0 .2rem;font-size:1rem;color:#111827}.ph-list li p{margin:0;font-size:.9rem;color:var(--ph-text-soft)}.ph-list-check{margin-top:1.3rem;gap:.8rem}.ph-list-check li{position:relative;padding-left:1.35rem;font-size:.9rem;color:var(--ph-text-soft)}.ph-list-check li:before{content:"✓";position:absolute;left:0;top:.05rem;font-size:.85rem;color:var(--ph-accent)}.ph-cta-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1.1fr);gap:2.7rem;align-items:flex-start}.ph-section-benefits{background:var(--ph-bg-alt)}.ph-form{background:#fff;border-radius:var(--ph-radius-lg);border:1px solid rgba(148,163,184,.35);padding:1.8rem 1.9rem 2rem;box-shadow:var(--ph-shadow-strong)}.ph-form-row{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.ph-field{flex:1 1 0;min-width:min(100%,220px);display:flex;flex-direction:column;gap:.35rem}.ph-field label{font-size:.82rem;color:#4b5563fa}.ph-field input,.ph-field select,.ph-field textarea{border-radius:.8rem;border:1px solid rgba(148,163,184,.9);background:#fff;color:var(--ph-text);padding:.65rem .8rem;font-size:.88rem;outline:none;transition:border-color .14s ease-out,box-shadow .14s ease-out,background .14s ease-out}.ph-field input::placeholder,.ph-field textarea::placeholder{color:#94a3b8e6}.ph-field textarea{resize:vertical}.ph-field input:focus,.ph-field select:focus,.ph-field textarea:focus{border-color:var(--ph-outline);box-shadow:0 0 0 1px var(--ph-outline);background:#fff}.ph-form-submit{width:100%;margin-top:.4rem}.ph-form-footnote{margin-top:.5rem;font-size:.78rem;color:#6b7280e6}.ph-footer{margin-top:3.5rem;border-top:1px solid rgba(15,23,42,.09);background:#111827;color:#e5e7eb}.ph-footer-inner{display:flex;justify-content:space-between;gap:3rem;padding:2.8rem 1.5rem 2rem}.ph-footer-brand{max-width:320px;font-size:.9rem;color:#d1d5db}.ph-footer-brand p{margin-top:.75rem}.ph-footer-columns{display:flex;gap:3rem;font-size:.82rem}.ph-footer-columns h3{font-size:.82rem;text-transform:uppercase;letter-spacing:.2em;color:#9ca3aff2;margin:0 0 .65rem}.ph-footer-columns ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem}.ph-footer-columns a{color:#d1d5db;text-decoration:none}.ph-footer-columns a:hover{color:var(--ph-accent)}.ph-footer-bottom{border-top:1px solid rgba(31,41,55,.9);padding:.85rem 0}.ph-footer-bottom-inner{display:flex;align-items:center;justify-content:space-between;font-size:.78rem;color:#9ca3afe6}.ph-upload{border-radius:var(--ph-radius-lg);border:1px dashed rgba(148,163,184,.7);background:linear-gradient(135deg,#2563eb0a,#f9fafb);min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;color:#6b7280f2}.ph-upload-icon{width:48px;height:48px;border-radius:999px;border:1px solid rgba(148,163,184,.9);display:inline-flex;align-items:center;justify-content:center;background:#fff}.ph-upload-icon svg{width:22px;height:22px;stroke:#374151e6;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.ph-upload-label{font-size:.85rem;max-width:14rem;text-align:center}@media (max-width: 960px){.ph-nav-links{display:none}.ph-nav-inner{gap:1rem}.ph-hero-grid{grid-template-columns:minmax(0,1fr);gap:2.5rem}.ph-hero-visual{order:-1}.ph-grid-3,.ph-diff-row,.ph-problems-grid{grid-template-columns:minmax(0,1fr)}.ph-problems-image{order:-1}.ph-two-col,.ph-cta-grid{grid-template-columns:minmax(0,1fr)}.ph-footer-inner{flex-direction:column}.ph-footer-columns{justify-content:flex-start}}@media (max-width: 640px){.ph-shell{padding:0 1.1rem}.ph-nav-inner{padding-inline:1.1rem}.ph-section{padding:3.2rem 0}.ph-hero{padding-top:3.2rem}.ph-footer-inner{padding-inline:1.1rem}.ph-footer-bottom-inner{flex-direction:column;gap:.4rem}.ph-footer-columns{flex-direction:column;gap:1.5rem}}@media (max-width: 480px){.ph-nav-inner{padding-inline:.9rem;gap:.75rem}.ph-logo-text{font-size:.9rem}.ph-nav-cta .ph-btn{padding:.45rem .95rem;font-size:.82rem}.ph-hero-copy h1{font-size:clamp(2.1rem,7vw,2.5rem)}.ph-hero-body,.ph-lead{font-size:.92rem}.ph-hero-actions{flex-direction:column;align-items:stretch}.ph-hero-actions .ph-btn-lg{width:100%}.ph-section{padding:2.6rem 0}.ph-form{padding:1.4rem 1.5rem 1.6rem}}
