.pp-hero{background:linear-gradient(180deg,#fff,#f8fafc);font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden;padding:80px 24px 100px}.pp-hero__inner{align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1.15fr;margin:0 auto;max-width:1300px}.pp-hero__eyebrow{animation:fadeInUp .6s ease forwards;background:#fe9a03;border-radius:50px;color:#fff;display:inline-block;font-size:13px;font-weight:600;margin-bottom:20px;padding:8px 16px}.pp-hero__headline{animation:fadeInUp .6s ease .1s forwards;color:#0f172a;font-size:48px;font-weight:700;line-height:1.1;margin:0 0 20px;opacity:0}.pp-hero__subheadline{animation:fadeInUp .6s ease .2s forwards;color:#475569;font-size:18px;line-height:1.7;margin:0 0 32px;opacity:0}.pp-hero__ctas{animation:fadeInUp .6s ease .3s forwards;gap:16px;margin-bottom:32px}.pp-hero__ctas,.pp-hero__trust{display:flex;flex-wrap:wrap;opacity:0}.pp-hero__trust{animation:fadeInUp .6s ease .4s forwards;gap:24px}.pp-hero__trust span{align-items:center;color:#64748b;display:flex;font-size:14px;gap:8px}.pp-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-family:Poppins,sans-serif;font-size:15px;font-weight:600;gap:8px;justify-content:center;padding:14px 28px;text-decoration:none;transition:all .2s ease}.pp-btn--primary{background:#fe9a03;color:#fff}.pp-btn--primary:hover{background:#e8890a;box-shadow:0 8px 20px rgba(254,154,3,.4);transform:translateY(-2px)}.pp-btn--lg{font-size:16px;padding:18px 32px}.pp-hero__visual{animation:fadeInRight .8s ease .3s forwards;opacity:0}.pp-hero__screenshot-wrap{border-radius:16px;box-shadow:0 25px 60px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.05);overflow:hidden;transform:perspective(1200px) rotateY(-2deg) rotateX(1deg);transition:transform .4s ease}.pp-hero__screenshot-wrap:hover{transform:perspective(1200px) rotateY(0deg) rotateX(0deg)}.pp-hero__screenshot{display:block;height:auto;width:100%}.pp-hero__screenshot-placeholder{align-items:center;background:#f1f5f9;border:2px dashed #cbd5e1;border-radius:16px;color:#94a3b8;display:flex;flex-direction:column;font-size:14px;gap:16px;justify-content:center;min-height:400px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@media (max-width:1024px){.pp-hero__inner{gap:40px;grid-template-columns:1fr;text-align:center}.pp-hero__headline{font-size:36px}.pp-hero__ctas,.pp-hero__trust{justify-content:center}.pp-hero__screenshot-wrap{margin:0 auto;max-width:600px;transform:none}.pp-hero__screenshot-wrap:hover{transform:none}}@media (max-width:640px){.pp-hero{padding:60px 16px}.pp-hero__headline{font-size:28px}.pp-hero__subheadline{font-size:16px}.pp-hero__trust{align-items:center;flex-direction:column;gap:12px}}