:root{
  --pp-blue:#0b63f6;
  --pp-blue-2:#1554c7;
  --pp-blue-soft:#edf5ff;
  --pp-ink:#102238;
  --pp-text:#23364e;
  --pp-muted:#718096;
  --pp-line:#e6ecf4;
  --pp-bg:#f7f9fc;
  --pp-white:#fff;
  --pp-green:#16a56a;
  --pp-warm:#ff9f2d;
  --pp-radius:22px;
  --pp-shadow:0 18px 55px rgba(18,42,75,.08);
  --pp-container:1360px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.pasirasau-platform{margin:0;background:#fff;color:var(--pp-text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}
body.pasirasau-platform img{max-width:100%;height:auto}
body.pasirasau-platform a{text-decoration:none}
body.pasirasau-platform button,body.pasirasau-platform input,body.pasirasau-platform textarea,body.pasirasau-platform select{font:inherit}
body.pasirasau-platform h1,body.pasirasau-platform h2,body.pasirasau-platform h3,body.pasirasau-platform h4{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--pp-ink);letter-spacing:-.035em}
.pp-container{width:min(calc(100% - 48px),var(--pp-container));margin:0 auto}
.pp-svg{width:20px;height:20px;display:block;flex:0 0 auto}
.pp-main{overflow:hidden}
.pp-section{padding:78px 0}
.pp-eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--pp-blue);font-size:12px;font-weight:850;letter-spacing:.11em;text-transform:uppercase}
.pp-eyebrow .pp-svg{width:16px;height:16px}
.pp-eyebrow.small{font-size:11px;letter-spacing:.12em}
.pp-eyebrow.light{color:#cfe0ff}
.pp-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:52px;padding:0 22px;border:1px solid var(--pp-blue);border-radius:14px;background:linear-gradient(135deg,var(--pp-blue),var(--pp-blue-2));color:#fff!important;font-size:14px;font-weight:800;box-shadow:0 12px 26px rgba(11,99,246,.22);transition:.18s ease;cursor:pointer}
.pp-btn:hover{transform:translateY(-1px);box-shadow:0 16px 32px rgba(11,99,246,.28)}
.pp-btn .pp-svg{width:18px;height:18px}
.pp-btn.secondary{background:#fff;color:var(--pp-ink)!important;border-color:#dfe7f1;box-shadow:none}
.pp-btn.secondary:hover{border-color:#bdd2f3;background:#fbfdff}
.pp-btn.warm{border-color:#f29a2a;background:linear-gradient(135deg,#ffab3d,#f58b18);box-shadow:0 12px 26px rgba(245,139,24,.2)}
.pp-btn.light{background:#fff;border-color:#fff;color:#0c55cf!important;box-shadow:none}
.pp-btn.full{width:100%}
.pp-text-link{display:inline-flex;align-items:center;gap:8px;color:var(--pp-blue);font-size:13px;font-weight:800;white-space:nowrap}
.pp-text-link .pp-svg{width:17px;height:17px;transition:transform .18s ease}.pp-text-link:hover .pp-svg{transform:translateX(3px)}
.pp-progress{height:8px;background:#edf1f6;border-radius:999px;overflow:hidden}.pp-progress i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--pp-blue),#5b9bff)}.pp-progress.large{height:10px}

/* Header */
.pp-header{position:sticky;top:0;z-index:900;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(224,231,240,.82)}
.pp-header-in{height:78px;display:flex;align-items:center;gap:28px}
.pp-logo{display:inline-flex;align-items:center;gap:11px;color:var(--pp-ink);min-width:max-content}
.pp-logo-mark{display:grid;place-items:center;width:40px;height:40px;border-radius:13px;background:linear-gradient(135deg,var(--pp-blue),var(--pp-blue-2));color:#fff;box-shadow:0 8px 20px rgba(11,99,246,.2)}
.pp-logo-mark .pp-svg{width:22px;height:22px;stroke-width:2.2}
.pp-logo-copy{display:flex;flex-direction:column;line-height:1.02}.pp-logo-copy strong{font-size:20px;letter-spacing:-.045em;color:#0c4fc2}.pp-logo-copy small{font-size:10px;color:#7d8b9c;margin-top:5px;letter-spacing:.01em}
.pp-nav{display:flex;align-items:center;gap:4px;margin-left:auto}.pp-nav a{position:relative;padding:29px 13px 25px;color:#36475b;font-size:14px;font-weight:700}.pp-nav a:after{content:"";position:absolute;left:13px;right:13px;bottom:0;height:3px;border-radius:6px;background:var(--pp-blue);transform:scaleX(0);transition:.18s ease}.pp-nav a:hover,.pp-nav a.active{color:#0a58d5}.pp-nav a.active:after{transform:scaleX(1)}
.pp-header-actions{display:flex;align-items:center;gap:10px}.pp-login{display:inline-flex;align-items:center;gap:7px;padding:10px 6px;color:#45566a;font-size:13px;font-weight:700}.pp-login .pp-svg{width:18px;height:18px}.pp-create{display:inline-flex;align-items:center;gap:8px;min-height:46px;padding:0 17px;border-radius:13px;background:linear-gradient(135deg,var(--pp-blue),var(--pp-blue-2));color:#fff!important;font-size:13px;font-weight:800;box-shadow:0 9px 22px rgba(11,99,246,.2)}.pp-create .pp-svg{width:18px;height:18px}.pp-mobile-toggle{display:none;width:44px;height:44px;border:1px solid var(--pp-line);border-radius:12px;background:#fff;color:var(--pp-ink);align-items:center;justify-content:center}.pp-mobile-toggle .close-icon{display:none}.pp-mobile-panel{display:none}

/* Hero */
.pp-hero{position:relative;padding:80px 0 86px;background:linear-gradient(180deg,#f7fbff 0%,#fff 100%);overflow:hidden;border-bottom:1px solid #edf1f6}
.pp-hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px,rgba(39,102,181,.09) 1px,transparent 0);background-size:28px 28px;mask-image:linear-gradient(to right,#000 0%,transparent 48%);opacity:.6}
.pp-hero-orb{position:absolute;border-radius:50%;filter:blur(0);pointer-events:none}.pp-hero-orb.orb-a{width:460px;height:460px;right:-120px;top:-160px;background:radial-gradient(circle,#cde0ff 0%,rgba(205,224,255,0) 70%)}.pp-hero-orb.orb-b{width:340px;height:340px;left:42%;bottom:-220px;background:radial-gradient(circle,#e8f3ff 0%,rgba(232,243,255,0) 70%)}
.pp-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.04fr) minmax(470px,.96fr);align-items:center;gap:76px}
.pp-hero-copy{padding:14px 0}.pp-hero-copy h1{max-width:760px;margin:18px 0 20px;font-size:clamp(52px,5.1vw,76px);line-height:.98;font-weight:850}.pp-hero-copy h1 span{display:block;color:var(--pp-blue)}.pp-hero-lead{max-width:680px;margin:0 0 28px;color:#617187;font-size:18px;line-height:1.7}
.pp-search{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #dde6f1;border-radius:16px;padding:6px 7px 6px 16px;box-shadow:0 12px 32px rgba(19,45,78,.07)}.pp-search>.pp-svg{color:#7e8da0;width:21px;height:21px}.pp-search input{min-width:0;flex:1;height:42px;border:0!important;background:transparent!important;outline:0!important;box-shadow:none!important;color:#21334a;padding:0!important}.pp-search button{height:42px;padding:0 18px;border:0;border-radius:11px;background:#eef5ff;color:#0b5ee5;font-size:13px;font-weight:800;cursor:pointer}.pp-hero-search{max-width:660px}.pp-hero-actions{display:flex;gap:12px;margin-top:16px}.pp-hero-trust{display:flex;flex-wrap:wrap;gap:20px;margin-top:23px;color:#718197;font-size:12px;font-weight:650}.pp-hero-trust span{display:flex;align-items:center;gap:7px}.pp-hero-trust .pp-svg{width:16px;height:16px;color:#1b7b58}
.pp-hero-visual{position:relative;height:500px}.pp-visual-glow{position:absolute;inset:55px 40px 10px 20px;background:linear-gradient(135deg,#bdd8ff,#edf5ff);filter:blur(0);border-radius:48px;transform:rotate(-4deg);opacity:.75}.pp-visual-card{position:absolute;background:#fff;border:1px solid rgba(216,226,238,.9);border-radius:26px;box-shadow:0 35px 80px rgba(24,64,119,.17)}.pp-visual-card.main{width:min(440px,88%);right:40px;top:30px;padding:16px}.pp-visual-card.main>img{display:block;width:100%;height:215px;object-fit:cover;border-radius:18px;background:#eef4fb}.pp-visual-head{display:flex;justify-content:space-between;align-items:center;margin:2px 2px 12px}.pp-visual-label{font-size:10px;letter-spacing:.12em;font-weight:850;color:#77879a}.pp-live-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#23bf7c;box-shadow:0 0 0 5px rgba(35,191,124,.12)}.pp-visual-cat{display:inline-flex;margin:18px 2px 6px;color:var(--pp-blue);font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.pp-visual-card h3{margin:0 2px 16px;font-size:22px;line-height:1.24}.pp-visual-count{display:flex;align-items:baseline;gap:4px;margin:0 2px 8px}.pp-visual-count strong{font-size:24px;color:#102238}.pp-visual-count span{font-size:12px;color:#7b899a}.pp-visual-placeholder{height:215px;border-radius:18px;background:linear-gradient(135deg,#e8f2ff,#f7fbff)}
.pp-float-card{position:absolute;display:flex;align-items:center;gap:12px;min-width:190px;padding:14px 16px;border:1px solid rgba(216,226,238,.95);border-radius:18px;background:rgba(255,255,255,.96);box-shadow:0 18px 46px rgba(24,64,119,.14)}.pp-float-card.signatures{left:2px;top:122px}.pp-float-card.today{right:3px;bottom:42px}.pp-float-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#edf5ff;color:var(--pp-blue)}.pp-float-icon.green{background:#ebfaf3;color:#159260}.pp-float-card small{display:block;color:#8290a1;font-size:10px}.pp-float-card strong{display:block;margin-top:2px;color:#12253c;font-size:20px}

/* Stats */
.pp-stats-wrap{position:relative;z-index:5;margin-top:-26px}.pp-stats{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid #e5ebf3;border-radius:22px;box-shadow:0 22px 56px rgba(19,45,78,.1);overflow:hidden}.pp-stats>div{display:flex;align-items:center;gap:14px;padding:22px 28px;border-right:1px solid #edf1f6}.pp-stats>div:last-child{border-right:0}.pp-stat-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:#eef5ff;color:var(--pp-blue)}.pp-stat-icon .pp-svg{width:21px;height:21px}.pp-stats strong{display:block;font-size:23px;line-height:1.1;color:#102238}.pp-stats small{display:block;margin-top:4px;color:#7f8d9e;font-size:11px;text-transform:uppercase;letter-spacing:.06em}

/* Headings */
.pp-section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:28px}.pp-section-heading h2{max-width:760px;margin:6px 0 0;font-size:34px;line-height:1.16}.pp-section-heading.compact{margin-bottom:22px}.pp-section-heading.centered{justify-content:center;text-align:center}.pp-section-heading.centered p{max-width:620px;margin:10px auto 0;color:#7c8999}.pp-section-heading.centered h2{margin-left:auto;margin-right:auto}

/* Cards and home list */
.pp-featured-section{padding-top:88px}.pp-home-grid{display:grid;grid-template-columns:minmax(0,2.15fr) minmax(300px,.85fr);gap:28px;align-items:start}.pp-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.pp-card{min-width:0;background:#fff;border:1px solid #e6ecf4;border-radius:22px;overflow:hidden;box-shadow:0 10px 34px rgba(17,42,73,.055);transition:.2s ease}.pp-card:hover{transform:translateY(-4px);border-color:#cfddf0;box-shadow:0 18px 45px rgba(17,42,73,.105)}.pp-card-img{position:relative;display:block;height:190px;background:#edf4fb;overflow:hidden}.pp-card-img img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.pp-card:hover .pp-card-img img{transform:scale(1.025)}.pp-card-chip{position:absolute;left:13px;bottom:13px;display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:10px;background:rgba(255,255,255,.94);backdrop-filter:blur(8px);color:#20344d;font-size:10px;font-weight:850;box-shadow:0 6px 20px rgba(27,52,88,.12)}.pp-card-chip .pp-svg{width:14px;height:14px;color:var(--pp-blue)}.pp-card-body{display:flex;flex-direction:column;padding:18px 18px 17px}.pp-card h3{margin:0 0 8px;font-size:18px;line-height:1.26;min-height:45px}.pp-card h3 a{color:#13263d}.pp-card-body>p{margin:0 0 18px;color:#758396;font-size:12px;line-height:1.6;min-height:58px}.pp-card-progress-head{display:flex;justify-content:space-between;gap:10px;margin-bottom:7px;color:#7b889a;font-size:11px}.pp-card-progress-head b{color:#20344a}.pp-card-progress-head strong{color:#245da8}.pp-card-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:13px}.pp-card-foot small{color:#8996a7;font-size:10px}.pp-card-foot>span{display:flex;align-items:center;gap:5px;color:var(--pp-blue);font-size:11px;font-weight:800}.pp-card-foot .pp-svg{width:14px;height:14px}
.pp-trending{border:1px solid #e6ecf4;border-radius:22px;background:#fbfcfe;padding:20px;box-shadow:0 10px 34px rgba(17,42,73,.04)}.pp-trending-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}.pp-trending-head h3{font-size:20px;margin:4px 0 0}.pp-trending-badge{font-size:9px;letter-spacing:.1em;font-weight:900;color:#0f9b61;background:#eaf9f2;border-radius:999px;padding:6px 8px}.pp-latest{display:grid;gap:3px}.pp-mini{display:grid;grid-template-columns:74px minmax(0,1fr) 28px;gap:12px;align-items:center;padding:11px 3px;border-bottom:1px solid #edf1f6;color:#172b43}.pp-mini:last-child{border-bottom:0}.pp-mini img{width:74px;height:58px;border-radius:12px;object-fit:cover;background:#edf3fa}.pp-mini-text{min-width:0}.pp-mini-text>span{display:block;margin-bottom:3px;color:var(--pp-blue);font-size:8px;font-weight:850;text-transform:uppercase;letter-spacing:.07em}.pp-mini-text strong{display:block;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:12px;line-height:1.3}.pp-mini-text small{display:block;margin-top:5px;color:#8794a4;font-size:9px}.pp-mini-arrow{display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:#f0f5fb;color:#708097}.pp-mini-arrow .pp-svg{width:14px;height:14px}.pp-mini:hover .pp-mini-arrow{background:#e6f0ff;color:var(--pp-blue)}.pp-trending-all{display:flex;justify-content:space-between;align-items:center;margin-top:12px;padding:13px 14px;border-radius:12px;background:#eef5ff;color:#0b5fde;font-size:11px;font-weight:800}.pp-trending-all .pp-svg{width:15px;height:15px}

/* Categories */
.pp-category-section{background:#f8fafc;border-top:1px solid #edf1f6;border-bottom:1px solid #edf1f6}.pp-categories{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.pp-categories>a{display:grid;grid-template-columns:48px minmax(0,1fr) 30px;gap:12px;align-items:center;min-height:86px;padding:15px;border:1px solid #e4eaf2;border-radius:18px;background:#fff;color:#193048;transition:.18s ease}.pp-categories>a:hover{border-color:#bfd3ef;box-shadow:0 12px 30px rgba(19,45,78,.07);transform:translateY(-2px)}.pp-category-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:#eef5ff;color:var(--pp-blue)}.pp-category-icon .pp-svg{width:22px;height:22px}.pp-category-copy{display:flex;flex-direction:column}.pp-category-copy strong{font-size:14px}.pp-category-copy small{margin-top:3px;color:#8794a4;font-size:10px}.pp-category-arrow{display:grid;place-items:center;color:#9aa6b5}.pp-category-arrow .pp-svg{width:16px;height:16px}.pp-categories>a:hover .pp-category-arrow{color:var(--pp-blue)}

/* Goal */
.pp-goal{padding-top:50px;padding-bottom:50px}.pp-goal-box{display:grid;grid-template-columns:66px minmax(0,1fr) auto;gap:20px;align-items:center;padding:26px 28px;border:1px solid #f7d7aa;border-radius:22px;background:linear-gradient(90deg,#fffaf2,#fff);box-shadow:0 12px 38px rgba(183,116,34,.07)}.pp-goal-icon{display:grid;place-items:center;width:62px;height:62px;border-radius:19px;background:#fff1db;color:#ec8e18}.pp-goal-icon .pp-svg{width:29px;height:29px}.pp-goal-main h3{margin:3px 0 2px;font-size:24px}.pp-goal-main>p{margin:0 0 13px;color:#748295;font-size:12px}.pp-goal-progress{max-width:700px}.pp-goal-progress>div:last-child{display:flex;gap:3px;align-items:center;margin-top:7px;color:#7d8a9b;font-size:10px}.pp-goal-progress>div:last-child strong{color:#33475e}.pp-goal-progress>div:last-child b{margin-left:auto;color:#a96a17}

/* How */
.pp-how-section{background:linear-gradient(180deg,#fff,#f8fbff)}

/* Confidence */
.pp-confidence{padding-top:38px}.pp-confidence-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:60px;align-items:center;padding:54px;border-radius:30px;background:#0f2d58;color:#d8e6f8;overflow:hidden;position:relative}.pp-confidence-grid:after{content:"";position:absolute;width:380px;height:380px;border-radius:50%;right:-100px;top:-220px;background:radial-gradient(circle,#2b66b9 0%,rgba(43,102,185,0) 70%)}.pp-confidence h2{margin:6px 0 14px;color:#fff;font-size:38px}.pp-confidence p{max-width:600px;color:#b8c9df;line-height:1.7}.pp-confidence .pp-text-link{margin-top:8px;color:#8dbbff}.pp-confidence-cards{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:14px}.pp-confidence-cards>div{padding:24px;border:1px solid rgba(255,255,255,.1);border-radius:20px;background:rgba(255,255,255,.07);backdrop-filter:blur(6px)}.pp-confidence-cards>div>span{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:rgba(255,255,255,.1);color:#9ec4ff;margin-bottom:20px}.pp-confidence-cards strong{display:block;color:#fff;font-size:15px}.pp-confidence-cards small{display:block;margin-top:7px;color:#b6c6da;line-height:1.6}

/* Footer */
.pp-footer{margin-top:70px;background:#0b1d34;color:#aebfd2}.pp-footer .pp-container{padding-top:0}.pp-footer-cta{position:relative;top:-45px;display:flex;justify-content:space-between;align-items:center;gap:30px;padding:36px 40px;border-radius:26px;background:linear-gradient(135deg,#0b63f6,#174aa9);box-shadow:0 24px 60px rgba(0,34,86,.24)}.pp-footer-cta h2{margin:6px 0 6px;color:#fff;font-size:30px}.pp-footer-cta p{margin:0;color:#c9dcfb}.pp-footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:55px;padding:8px 0 44px}.pp-logo.invert .pp-logo-copy strong{color:#fff}.pp-logo.invert .pp-logo-copy small{color:#8da2bb}.pp-footer-brand p{max-width:350px;margin:20px 0 0;color:#93a7bf;font-size:13px;line-height:1.7}.pp-footer h4{margin:8px 0 16px;color:#fff;font-size:13px;letter-spacing:-.01em}.pp-footer-grid>div:not(.pp-footer-brand){display:flex;flex-direction:column}.pp-footer a{color:#a8bad0;font-size:12px;margin:6px 0}.pp-footer a:hover{color:#fff}.pp-footer-note{margin:8px 0 0;color:#7f95ae;font-size:11px;line-height:1.6}.pp-copy{display:flex;justify-content:space-between;gap:20px;padding:20px 0 28px;border-top:1px solid rgba(255,255,255,.08);font-size:10px;color:#7188a2}

/* Archive */
.pp-page-hero{padding:62px 0;background:linear-gradient(135deg,#f3f8ff,#fbfdff);border-bottom:1px solid #e8eef6}.pp-page-hero-grid{display:grid;grid-template-columns:1fr minmax(360px,.65fr);align-items:end;gap:60px}.pp-page-hero h1{margin:10px 0 10px;font-size:46px;line-height:1.08}.pp-page-hero p{max-width:680px;margin:0;color:#718096}.pp-page-hero .pp-search{max-width:480px;justify-self:end;width:100%}.pp-page-hero.compact{padding:52px 0}.pp-page-title{max-width:820px}.pp-page-hero.compact h1{font-size:42px}.pp-page-hero.compact p{font-size:15px;line-height:1.7}.pp-filter-wrap{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:28px}.pp-filter{display:flex;flex-wrap:wrap;gap:8px}.pp-filter a{padding:9px 13px;border:1px solid #e0e7f0;border-radius:11px;background:#fff;color:#586a7e;font-size:11px;font-weight:750}.pp-filter a:hover,.pp-filter a.active{background:#edf5ff;border-color:#cfe0fa;color:#0b5dde}.pp-result-count{color:#8996a6;font-size:11px}.pp-cards-archive{grid-template-columns:repeat(3,1fr);gap:22px}.pp-cards-archive .pp-card-img{height:220px}.pp-pagination{display:flex;justify-content:center;margin-top:38px}.pp-pagination .nav-links{display:flex;gap:7px}.pp-pagination .page-numbers{display:grid;place-items:center;min-width:40px;height:40px;padding:0 10px;border:1px solid #e2e8f0;border-radius:11px;background:#fff;color:#53657a;font-size:12px;font-weight:700}.pp-pagination .page-numbers.current{background:var(--pp-blue);border-color:var(--pp-blue);color:#fff}.pp-empty{grid-column:1/-1;text-align:center;padding:70px 20px;border:1px dashed #d9e2ed;border-radius:22px}.pp-empty>span{display:grid;place-items:center;width:54px;height:54px;margin:0 auto 15px;border-radius:16px;background:#eef5ff;color:var(--pp-blue)}.pp-empty h3{margin:0 0 6px}.pp-empty p{margin:0;color:#8390a0}

/* Single petition */
.pp-single{background:#f8fafc}.pp-single-hero{padding:38px 0 42px;background:#fff;border-bottom:1px solid #e8edf4}.pp-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:26px;color:#97a3b2;font-size:11px}.pp-breadcrumb a{color:#758497}.pp-single-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:30px}.pp-cat-pill{display:inline-flex;align-items:center;gap:7px;padding:8px 10px;border-radius:10px;background:#eef5ff;color:#0b5fde;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.07em}.pp-cat-pill .pp-svg{width:14px;height:14px}.pp-single-heading h1{max-width:1050px;margin:13px 0 13px;font-size:48px;line-height:1.08}.pp-single-excerpt{max-width:900px;margin:0;color:#6e7d90;font-size:16px;line-height:1.7}.pp-single-meta{display:flex;flex-wrap:wrap;gap:18px;margin-top:20px;color:#758397;font-size:11px}.pp-single-meta span{display:flex;align-items:center;gap:6px}.pp-single-meta .pp-svg{width:15px;height:15px;color:#91a0b1}.pp-single-share-top button{display:inline-flex;align-items:center;gap:8px;padding:10px 13px;border:1px solid #e1e8f1;border-radius:11px;background:#fff;color:#53657a;font-size:11px;font-weight:750;cursor:pointer}.pp-single-share-top .pp-svg{width:16px;height:16px}.pp-single-body{padding:38px 0 82px}.pp-single-grid{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:30px;align-items:start}.pp-article{min-width:0;background:#fff;border:1px solid #e5ebf3;border-radius:24px;padding:24px;box-shadow:0 14px 42px rgba(18,42,75,.055)}.pp-featured{overflow:hidden;border-radius:18px;background:#edf4fb}.pp-featured img{display:block;width:100%;max-height:560px;object-fit:cover}.pp-article-summary{display:flex;gap:30px;margin:22px 0 0;padding:17px 4px 21px;border-bottom:1px solid #edf1f6}.pp-article-summary>div{display:flex;align-items:center;gap:10px}.pp-summary-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#eef5ff;color:var(--pp-blue)}.pp-summary-icon .pp-svg{width:18px;height:18px}.pp-article-summary small{display:block;color:#8a97a7;font-size:9px;text-transform:uppercase;letter-spacing:.05em}.pp-article-summary strong{display:block;color:#22364c;font-size:12px;margin-top:2px}.pp-content{padding:30px 8px 12px;color:#34465b;font-size:16px;line-height:1.8}.pp-content p{margin:0 0 20px}.pp-content h2{margin:36px 0 13px;font-size:26px;line-height:1.2}.pp-content h3{margin:30px 0 12px;font-size:21px}.pp-content ul,.pp-content ol{padding-left:23px}.pp-author-box{display:flex;align-items:center;gap:14px;margin:26px 5px 0;padding:20px;border:1px solid #dbe8f9;border-radius:17px;background:#f4f9ff}.pp-author-avatar{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:#fff;color:var(--pp-blue);box-shadow:0 5px 15px rgba(20,69,126,.08)}.pp-author-box small{display:block;color:#7f8da0;font-size:9px;text-transform:uppercase;letter-spacing:.08em}.pp-author-box strong{display:block;margin-top:2px;color:#17314f}.pp-author-box p{margin:4px 0 0;color:#7a899b;font-size:11px}.pp-share{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:22px;padding:20px;border:1px solid #e5ebf3;border-radius:17px}.pp-share>div:first-child{display:flex;flex-direction:column;gap:3px}.pp-share strong{font-size:13px;color:#20364e}.pp-share span{color:#8996a6;font-size:10px}.pp-share-actions{display:flex;gap:8px}.pp-share-actions button{display:inline-flex;align-items:center;gap:7px;min-height:39px;padding:0 12px;border:1px solid #dde5ef;border-radius:10px;background:#fff;color:#53657a;font-size:10px;font-weight:750;cursor:pointer}.pp-share-actions .pp-svg{width:14px;height:14px}
.pp-sign-card{position:sticky;top:102px;padding:26px;border:1px solid #dfe7f1;border-radius:24px;background:#fff;box-shadow:0 20px 55px rgba(18,42,75,.1)}.pp-sign-kicker{display:flex;align-items:center;gap:9px;color:#1b8f61;font-size:9px;font-weight:850;letter-spacing:.1em}.pp-sign-kicker .pp-live-dot{width:7px;height:7px}.pp-sign-card h2{margin:10px 0 4px;font-size:28px}.pp-sign-intro{margin:0 0 20px;color:#7c899b;font-size:11px}.pp-big-count{display:flex;align-items:baseline;gap:4px;margin-bottom:9px}.pp-big-count strong{font-size:32px;line-height:1;color:#102238}.pp-big-count span{color:#8491a1;font-size:11px}.pp-sign-progress-meta{display:flex;justify-content:space-between;margin:8px 0 20px;color:#7f8d9e;font-size:9px}.pp-sign-card form>label:not(.pp-privacy),.pp-two label{display:block;margin-top:11px}.pp-sign-card label>span{display:block;margin:0 0 6px;color:#536478;font-size:10px;font-weight:750}.pp-two{display:grid;grid-template-columns:1fr 1fr;gap:10px}.pp-sign-card input[type=text],.pp-sign-card input[type=email],.pp-sign-card input:not([type]){width:100%;height:46px;padding:0 12px;border:1px solid #dfe6ef;border-radius:12px;background:#fbfcfe;color:#1b2c41;outline:0;box-shadow:none}.pp-sign-card input:focus{border-color:#8db6f7;box-shadow:0 0 0 4px rgba(11,99,246,.07)}.pp-privacy{display:flex;align-items:flex-start;gap:8px;margin:13px 0 15px}.pp-privacy input{margin-top:2px;accent-color:var(--pp-blue)}.pp-privacy span{margin:0!important;color:#718095!important;font-size:9px!important;font-weight:500!important;line-height:1.5}.pp-safe{display:flex;align-items:center;gap:10px;margin-top:16px;padding:13px;border-radius:12px;background:#f6f9fc}.pp-safe>span{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#eaf6f0;color:#188f60}.pp-safe .pp-svg{width:16px;height:16px}.pp-safe strong{display:block;color:#375065;font-size:10px}.pp-safe small{display:block;margin-top:2px;color:#8794a4;font-size:9px}.pp-alert{display:flex;align-items:flex-start;gap:10px;margin:0 0 14px;padding:12px;border-radius:12px;font-size:10px;line-height:1.5}.pp-alert>.pp-svg,.pp-alert>span:first-child{flex:0 0 auto;width:20px;height:20px}.pp-alert.success{background:#edf9f3;color:#176c46}.pp-alert.info{background:#eef5ff;color:#215ca9}.pp-alert.warn{background:#fff6e8;color:#9a6519}.related{background:#fff;border-top:1px solid #e8edf4}.pp-related-cards{max-width:1080px}

/* Platform pages */
.pp-platform-page{background:#f8fafc;min-height:70vh}.pp-platform-content{padding-top:52px}.pp-narrow{max-width:1000px}.pp-form-width{max-width:1080px}

/* Core shortcode integration */
body.pasirasau-platform .pasirasau-create-form,body.pasirasau-platform .pasirasau-dashboard,body.pasirasau-platform .pasirasau-login-required{box-shadow:0 18px 54px rgba(18,42,75,.06)}

@media(max-width:1180px){
  :root{--pp-container:1120px}
  .pp-container{width:min(calc(100% - 36px),var(--pp-container))}
  .pp-nav a{padding-left:9px;padding-right:9px}.pp-login span{display:none}
  .pp-hero-grid{grid-template-columns:minmax(0,1fr) 440px;gap:38px}.pp-hero-copy h1{font-size:56px}.pp-hero-visual{height:455px}.pp-visual-card.main{right:20px}.pp-float-card.signatures{left:-10px}
  .pp-home-grid{grid-template-columns:1fr}.pp-trending{display:none}
  .pp-cards{gap:16px}.pp-card-img{height:180px}.pp-stats>div{padding:19px 20px}
  .pp-single-grid{grid-template-columns:minmax(0,1fr) 350px}.pp-single-heading h1{font-size:42px}
}

@media(max-width:900px){
  .pp-header-in{height:70px}.pp-nav,.pp-login{display:none}.pp-create{margin-left:auto}.pp-mobile-toggle{display:inline-flex}.pp-header.is-open .pp-mobile-toggle .menu-icon{display:none}.pp-header.is-open .pp-mobile-toggle .close-icon{display:block}.pp-mobile-panel{position:absolute;left:0;right:0;top:70px;padding:12px 18px 18px;background:#fff;border-bottom:1px solid #e5ebf3;box-shadow:0 18px 30px rgba(18,42,75,.09)}.pp-header.is-open .pp-mobile-panel{display:grid}.pp-mobile-panel a{padding:12px 5px;border-bottom:1px solid #edf1f6;color:#34485f;font-size:13px;font-weight:700}.pp-mobile-panel a:last-child{border-bottom:0}.pp-mobile-panel .pp-mobile-create{margin-top:8px;padding:12px 14px;border-radius:12px;background:#edf5ff;color:#0b5dde;text-align:center}
  .pp-hero{padding:64px 0 72px}.pp-hero-grid{grid-template-columns:1fr}.pp-hero-copy{text-align:center}.pp-hero-copy .pp-eyebrow{justify-content:center}.pp-hero-copy h1{max-width:780px;margin-left:auto;margin-right:auto}.pp-hero-lead{margin-left:auto;margin-right:auto}.pp-hero-search{margin:0 auto}.pp-hero-actions,.pp-hero-trust{justify-content:center}.pp-hero-visual{height:420px;max-width:620px;width:100%;margin:5px auto 0}.pp-visual-card.main{right:50%;transform:translateX(50%);width:430px}.pp-float-card.signatures{left:25px}.pp-float-card.today{right:25px}
  .pp-stats{grid-template-columns:1fr 1fr}.pp-stats>div:nth-child(2){border-right:0}.pp-stats>div:nth-child(-n+2){border-bottom:1px solid #edf1f6}
  .pp-cards,.pp-cards-archive{grid-template-columns:repeat(2,1fr)}.pp-categories{grid-template-columns:repeat(2,1fr)}
  .pp-goal-box{grid-template-columns:58px 1fr}.pp-goal-box .pp-btn{grid-column:1/-1}.pp-goal-icon{width:56px;height:56px}
  .pp-confidence-grid{grid-template-columns:1fr;gap:32px}.pp-confidence-cards{max-width:650px}
  .pp-footer-grid{grid-template-columns:1.4fr 1fr 1fr}.pp-footer-grid>div:last-child{display:none}
  .pp-page-hero-grid{grid-template-columns:1fr}.pp-page-hero .pp-search{justify-self:start}.pp-single-grid{grid-template-columns:1fr}.pp-sign-card{position:relative;top:auto;max-width:620px;width:100%;margin:0 auto}.pp-single-heading{grid-template-columns:1fr}.pp-single-share-top{display:none}
}

@media(max-width:640px){
  .pp-container{width:min(calc(100% - 28px),var(--pp-container))}.pp-section{padding:56px 0}.pp-header-in{gap:10px}.pp-logo-mark{width:36px;height:36px;border-radius:11px}.pp-logo-copy strong{font-size:18px}.pp-logo-copy small{display:none}.pp-create{min-height:42px;padding:0 12px}.pp-create span{display:none}.pp-create .pp-svg{width:19px;height:19px}.pp-mobile-toggle{width:42px;height:42px}
  .pp-hero{padding:48px 0 62px}.pp-hero-copy h1{font-size:42px;line-height:1.02;margin-top:15px}.pp-hero-lead{font-size:15px;line-height:1.65}.pp-search{padding-left:13px}.pp-search button{display:none}.pp-hero-actions{display:grid;grid-template-columns:1fr 1fr}.pp-hero-actions .pp-btn{padding:0 12px;min-height:48px;font-size:12px}.pp-hero-trust{gap:9px 16px;font-size:10px}.pp-hero-visual{height:355px}.pp-visual-card.main{width:calc(100% - 38px);top:20px;padding:12px;border-radius:22px}.pp-visual-card.main>img,.pp-visual-placeholder{height:160px}.pp-visual-card h3{font-size:18px}.pp-visual-cat{margin-top:13px}.pp-visual-count strong{font-size:20px}.pp-float-card{min-width:145px;padding:10px 11px;border-radius:14px}.pp-float-card.signatures{left:0;top:108px}.pp-float-card.today{right:0;bottom:5px}.pp-float-icon{width:34px;height:34px;border-radius:10px}.pp-float-card strong{font-size:16px}
  .pp-stats-wrap{margin-top:-20px}.pp-stats{border-radius:18px}.pp-stats>div{gap:10px;padding:16px 13px}.pp-stat-icon{width:38px;height:38px;border-radius:12px}.pp-stats strong{font-size:18px}.pp-stats small{font-size:8px;letter-spacing:.04em}
  .pp-section-heading{align-items:flex-start}.pp-section-heading h2{font-size:28px}.pp-section-heading>.pp-text-link{display:none}.pp-featured-section{padding-top:68px}
  .pp-cards,.pp-cards-archive{grid-template-columns:1fr}.pp-card-img,.pp-cards-archive .pp-card-img{height:205px}.pp-card h3{min-height:auto}.pp-card-body>p{min-height:auto}
  .pp-categories{grid-template-columns:1fr}.pp-categories>a{min-height:78px}.pp-category-section{padding-top:52px;padding-bottom:52px}
  .pp-goal{padding:38px 0}.pp-goal-box{grid-template-columns:1fr;padding:22px}.pp-goal-icon{width:52px;height:52px}.pp-goal-main h3{font-size:21px}.pp-goal-box .pp-btn{grid-column:auto;width:100%}
  .pp-confidence{padding-top:18px}.pp-confidence-grid{padding:28px 22px;border-radius:24px}.pp-confidence h2{font-size:30px}.pp-confidence-cards{grid-template-columns:1fr}.pp-confidence-cards>div{padding:20px}
  .pp-footer{margin-top:48px}.pp-footer-cta{top:-34px;flex-direction:column;align-items:flex-start;padding:28px 24px;border-radius:22px}.pp-footer-cta h2{font-size:25px}.pp-footer-cta .pp-btn{width:100%}.pp-footer-grid{grid-template-columns:1fr 1fr;gap:32px}.pp-footer-brand{grid-column:1/-1}.pp-copy{flex-direction:column;gap:5px}
  .pp-page-hero,.pp-page-hero.compact{padding:42px 0}.pp-page-hero h1,.pp-page-hero.compact h1{font-size:35px}.pp-page-hero p{font-size:13px}.pp-filter-wrap{align-items:flex-start;flex-direction:column}.pp-filter{flex-wrap:nowrap;overflow:auto;width:100%;padding-bottom:4px}.pp-filter a{white-space:nowrap}
  .pp-single-hero{padding:28px 0 30px}.pp-single-heading h1{font-size:34px}.pp-single-excerpt{font-size:14px}.pp-single-meta{display:grid;gap:8px}.pp-single-body{padding:24px 0 60px}.pp-article{padding:14px;border-radius:20px}.pp-featured{border-radius:14px}.pp-article-summary{gap:14px;justify-content:space-between}.pp-content{padding:24px 4px 8px;font-size:15px}.pp-content h2{font-size:23px}.pp-author-box{margin-left:0;margin-right:0}.pp-share{align-items:flex-start;flex-direction:column}.pp-share-actions{width:100%}.pp-share-actions button{flex:1;justify-content:center}.pp-sign-card{padding:21px;border-radius:20px}.pp-sign-card h2{font-size:25px}.pp-two{grid-template-columns:1fr}.pp-related-cards{grid-template-columns:1fr}
}
