@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--black: #555663;--white: #fcfdfd;--off-white: #edeff3;--gray-100: #edeff3;--gray-200: #c6d1d7;--gray-300: #c6d1d7;--gray-400: #9fa0b5;--gray-600: #555663;--accent: #2f7eda;--accent-light: #ddeeff;--green: #22c55e;--font: "Inter", sans-serif;--ink: #2a2b38}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--white);color:var(--ink);line-height:1.6;overflow-x:hidden}.nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 48px;height:64px;background:#fcfdfdf2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--gray-200)}.nav-logo{font-weight:800;font-size:17px;letter-spacing:-.5px;color:var(--ink);text-decoration:none;display:flex;align-items:center;gap:8px}.nav-logo-dot{width:8px;height:8px;background:var(--accent);border-radius:50%;flex-shrink:0}.nav-logo-img{height:30px;width:auto;object-fit:contain;display:block}.nav-links{display:flex;gap:32px;list-style:none}.nav-links a{font-size:14px;font-weight:500;color:var(--gray-400);text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--ink)}.nav-cta{display:flex;align-items:center;gap:14px}.btn-ghost{font-family:var(--font);font-size:14px;font-weight:500;color:var(--ink);background:none;border:none;cursor:pointer;text-decoration:none}.btn-primary{font-family:var(--font);font-size:14px;font-weight:600;color:var(--white);background:var(--accent);border:none;padding:10px 20px;border-radius:7px;cursor:pointer;text-decoration:none;transition:background .2s,transform .15s}.btn-primary:hover{background:#2068c4;transform:translateY(-1px)}.btn-glass{font-family:var(--font);font-size:15px;font-weight:500;color:#ffffffe6;background:#ffffff1a;border:1px solid rgba(255,255,255,.22);padding:14px 30px;border-radius:8px;cursor:pointer;text-decoration:none;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:background .2s,border-color .2s,transform .15s;box-shadow:inset 0 1px #ffffff2e,0 4px 16px #00000040;display:inline-block}.btn-glass:hover{background:#fff3;border-color:#ffffff61;transform:translateY(-1px)}.btn-glass-light{font-family:var(--font);font-size:15px;font-weight:500;color:#2a2b38cc;background:#fcfdfd99;border:1px solid rgba(42,43,56,.12);padding:14px 30px;border-radius:8px;cursor:pointer;text-decoration:none;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:background .2s,border-color .2s,transform .15s;box-shadow:inset 0 1px #fffc,0 2px 8px #0000000f;display:inline-block}.btn-glass-light:hover{background:#ffffffd9;transform:translateY(-1px)}.hero{padding:148px 48px 0;text-align:center}.hero-inner{max-width:800px;margin:0 auto}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--accent-light);color:var(--accent);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:6px 14px;border-radius:100px;margin-bottom:32px}.hero-badge-dot{width:6px;height:6px;background:var(--accent);border-radius:50%}.hero h1{font-size:clamp(38px,5.5vw,64px);font-weight:800;line-height:1.08;letter-spacing:-2.5px;margin-bottom:22px;color:var(--ink)}.hero h1 .ac{color:var(--accent)}.hero-sub{font-size:18px;font-weight:400;color:var(--gray-400);max-width:500px;margin:0 auto 40px;line-height:1.7}.hero-actions{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.btn-hero{font-family:var(--font);font-size:15px;font-weight:600;color:var(--white);background:var(--accent);border:none;padding:14px 34px;border-radius:8px;cursor:pointer;text-decoration:none;transition:transform .15s,box-shadow .15s;box-shadow:0 4px 16px #00000026;display:inline-block}.btn-hero:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0003}.hero-mockup-wrap{max-width:1060px;margin:60px auto 0;padding:0 32px 100px;position:relative}.browser-chrome{background:var(--white);border-radius:14px;border:1px solid var(--gray-200);box-shadow:0 32px 80px #0000001f,0 4px 20px #0000000f;overflow:hidden;height:500px;max-height:500px;display:flex;flex-direction:column}.browser-bar{background:#f5f5f5;padding:11px 16px;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--gray-200)}.b-dots{display:flex;gap:5px}.b-dot{width:10px;height:10px;border-radius:50%}.b-r{background:#ff5f57}.b-y{background:#ffbd2e}.b-g{background:#28c940}.b-url{flex:1;background:#fff;border-radius:5px;padding:4px 12px;font-size:11px;color:var(--gray-400);border:1px solid var(--gray-200)}.app-shell{display:grid;grid-template-columns:220px 1fr;flex:1;overflow:hidden;background:#f5f5f5;max-height:460px}.app-sidebar{background:#fff;border-right:1px solid #e2e2de;padding:20px 0;display:flex;flex-direction:column}.sidebar-brand{font-size:15px;font-weight:700;color:var(--black);letter-spacing:-.4px;padding:0 20px 20px;border-bottom:1px solid #e2e2de;margin-bottom:12px;display:flex;align-items:center;justify-content:space-between}.sidebar-icon-btn{width:28px;height:28px;background:#f0f0ee;border:1px solid #e2e2de;border-radius:6px;display:flex;align-items:center;justify-content:center}.sidebar-icon-btn svg{width:14px;height:14px;stroke:#a0a09a;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.s-nav-item{padding:10px 12px;margin:2px 8px;border-radius:8px;font-size:13px;font-weight:500;color:#5c5c58;display:flex;align-items:center;gap:10px;cursor:pointer;transition:background .15s}.s-nav-item:hover{background:#f0f0ee}.s-nav-item.active{background:#e8e8e8;color:#0a0a0a;font-weight:600}.s-nav-icon{width:16px;height:16px;flex-shrink:0}.s-nav-icon svg{width:16px;height:16px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.app-main{overflow:hidden;display:flex;flex-direction:column}.app-topbar{padding:12px 22px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e2e2de;flex-shrink:0}.topbar-left{display:flex;align-items:center;gap:10px}.filter-pill{display:flex;align-items:center;gap:7px;border:1px solid #e2e2de;border-radius:7px;padding:6px 12px;font-size:12px;font-weight:500;color:#0a0a0a;background:#fff;cursor:pointer}.filter-pill svg{width:12px;height:12px;stroke:#a0a09a;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.export-pill{display:flex;align-items:center;gap:6px;border:1px solid #e2e2de;border-radius:7px;padding:6px 12px;font-size:12px;font-weight:500;color:#5c5c58;background:#fff;cursor:pointer}.export-pill svg{width:12px;height:12px;stroke:#a0a09a;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.topbar-right{display:flex;align-items:center;gap:10px}.search-box{border:1px solid #e2e2de;border-radius:7px;padding:6px 12px;font-size:12px;color:#a0a09a;background:#fff;width:170px;outline:none;font-family:var(--font)}.add-btn{background:var(--accent);color:#fff;border:none;border-radius:7px;padding:7px 14px;font-size:12px;font-weight:600;cursor:pointer;font-family:var(--font)}.user-av{width:34px;height:34px;border-radius:50%;background:var(--accent);flex-shrink:0}.tbl-head{display:grid;grid-template-columns:1.5fr .9fr .5fr 1fr 1fr 1fr 1fr 1fr;padding:9px 22px;border-bottom:1px solid #e2e2de;background:#fff}.th{font-size:11px;font-weight:600;color:#9fa0b5}.tbl-body{background:#f5f5f5}.tbl-row{display:grid;grid-template-columns:1.5fr .9fr .5fr 1fr 1fr 1fr 1fr 1fr;padding:10px 22px;border-bottom:1px solid #e2e2de;background:#fff;align-items:center;cursor:pointer;transition:background .15s}.tbl-row:hover{background:#fafafa}.tbl-row:last-child{border-bottom:none}.td{font-size:12px;color:#0a0a0a;font-weight:500}.td-name{font-weight:600;font-size:clamp(9px,1.1vw,13px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.td-sm{font-size:12px;color:#5c5c58;font-weight:400}.ci-wrap{display:flex;gap:5px}.ci{width:26px;height:26px;border-radius:5px;display:flex;align-items:center;justify-content:center}.ci svg{width:13px;height:13px;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.ci-green{background:#e8f5e9}.ci-green svg{stroke:#22c55e}.ci-red{background:#fff0f0}.ci-red svg{stroke:#ef4444}.ci-blue{background:#e8f0fe}.ci-blue svg{stroke:#1a73e8}.sbadge{display:inline-flex;align-items:center;padding:3px 9px;border-radius:100px;font-size:10px;font-weight:700}.sb-new{background:#22c55e;color:#fff}.sb-qual{background:#3b82f6;color:#fff}.sb-cont{background:#f59e0b;color:#fff}.detail-card{position:absolute;right:12px;top:72px;width:292px;background:#fff;border-radius:14px;border:1px solid var(--gray-200);box-shadow:0 24px 64px #00000024,0 4px 16px #0000000f;overflow:hidden;z-index:20}.dc-head{padding:16px 18px 14px;border-bottom:1px solid #e2e2de}.dc-name-row{display:flex;align-items:center;gap:9px;margin-bottom:11px}.dc-name{font-size:15px;font-weight:700;color:var(--ink);letter-spacing:-.4px}.dc-badge{background:var(--green);color:#fff;font-size:9px;font-weight:700;padding:3px 8px;border-radius:100px}.dc-actions{display:flex;gap:6px}.dc-btn{display:flex;align-items:center;gap:5px;padding:6px 10px;border:1px solid #e2e2de;border-radius:6px;font-size:11px;font-weight:600;color:#0a0a0a;background:#fff;cursor:pointer;font-family:var(--font)}.dc-btn svg{width:12px;height:12px;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.dc-btn.call svg{stroke:#22c55e}.dc-btn.text svg{stroke:var(--accent)}.dc-btn.email svg{stroke:#1a73e8}.dc-body{padding:14px 18px}.dc-row{display:flex;align-items:flex-start;gap:8px;margin-bottom:7px;font-size:12px}.dc-ico{width:14px;height:14px;flex-shrink:0;margin-top:1px}.dc-ico svg{width:14px;height:14px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.dc-val{color:var(--black);font-weight:500}.dc-hr{border:none;border-top:1px solid #e2e2de;margin:10px 0}.dc-sec{font-size:11px;font-weight:700;color:var(--ink);margin-bottom:8px}.dc-det{display:flex;margin-bottom:5px;font-size:12px}.dc-label{color:var(--gray-400);width:68px;flex-shrink:0}.dc-dval{color:var(--black);font-weight:500}.logos-bar{background:var(--off-white);padding:40px 48px;text-align:center;border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200)}.logos-label{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-400);margin-bottom:22px}.logos-row{display:flex;align-items:center;justify-content:center;gap:48px;flex-wrap:wrap}.logo-name{font-size:14px;font-weight:700;color:var(--gray-300);letter-spacing:-.3px;transition:color .2s}.logo-name:hover{color:var(--black)}.section,.page-section{padding:96px 48px;margin:32px 0}.inner{max-width:1040px;margin:0 auto}.sec-label{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:14px}.section h2,.page-section h2{font-size:clamp(28px,3.8vw,46px);font-weight:800;line-height:1.1;letter-spacing:-1.5px;margin-bottom:18px;color:var(--ink)}.section h2 .ac,.page-section h2 .ac{color:var(--accent)}.sec-desc{font-size:17px;font-weight:400;color:var(--gray-600);max-width:480px;line-height:1.7;margin-bottom:52px}.features-bento{display:grid;grid-template-columns:1fr 1fr;gap:14px}.feat-card{background:var(--white);border:1px solid var(--gray-200);border-radius:16px;padding:36px;transition:box-shadow .2s,transform .2s;overflow:hidden}.feat-card:hover{box-shadow:0 8px 32px #00000012;transform:translateY(-2px)}.feat-card.wide{grid-column:1 / -1;display:grid;grid-template-columns:1.1fr 1fr;gap:48px;align-items:center;padding:52px;background:#2a2b38;border-color:transparent}.feat-card.wide .feat-title{color:#fcfdfd;font-size:24px;margin-bottom:12px}.feat-card.wide .feat-desc{color:#ffffff80;font-size:15px;line-height:1.7}.feat-card.wide .feat-icon-wrap{background:#ffffff12;border-color:#ffffff1a}.feat-card.wide .feat-icon-wrap svg{stroke:#fffc}.feat-card.accent-card{background:var(--accent-light);border-color:#2f7eda33}.feat-card.accent-card .feat-icon-wrap{background:#2f7eda1a;border-color:#2f7eda33}.feat-card.accent-card .feat-icon-wrap svg{stroke:var(--accent)}.feat-card.accent-card .feat-desc{color:#1a4d8a}.feat-icon-wrap{width:48px;height:48px;background:var(--gray-100);border:1px solid var(--gray-200);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:22px;flex-shrink:0}.feat-icon-wrap svg{width:22px;height:22px;stroke:var(--black);stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.feat-title{font-size:18px;font-weight:700;letter-spacing:-.4px;margin-bottom:10px;line-height:1.2;color:var(--ink)}.feat-desc{font-size:14px;font-weight:400;color:var(--gray-600);line-height:1.7}.feat-visual{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:7px}.fv-row{background:#ffffff0d;border-radius:7px;padding:10px 14px;display:flex;align-items:center;gap:10px;font-size:12px;color:#ffffffb3;font-weight:500}.fvd{width:7px;height:7px;border-radius:50%;flex-shrink:0}.fvt{margin-left:auto;padding:2px 8px;border-radius:100px;font-size:10px;font-weight:700}.fvt.g{background:#22c55e2e;color:#4ade80}.fvt.y{background:#eab30826;color:#fbbf24}.fvt.b{background:#6366f133;color:#a5b4fc}.how-sec{background:#2a2b38}.how-sec h2{color:#fcfdfd}.how-sec .sec-desc{color:#ffffff73}.how-sec .sec-label{color:#ffffff4d}.how-layout{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}.steps-list{display:flex;flex-direction:column}.step-item{display:flex;gap:20px;padding:26px 0;border-bottom:1px solid rgba(255,255,255,.07)}.step-item:last-child{border-bottom:none}.step-num{font-size:11px;font-weight:700;color:var(--accent);letter-spacing:.05em;padding-top:3px;width:24px;flex-shrink:0}.step-title{font-size:16px;font-weight:700;color:#fcfdfd;margin-bottom:6px;letter-spacing:-.3px}.step-desc{font-size:14px;color:#ffffff73;line-height:1.65}.how-visual{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:28px;display:flex;flex-direction:column;gap:10px}.hv-row{background:#ffffff0d;border-radius:8px;padding:14px 16px;display:flex;align-items:center;gap:14px}.hv-icon{width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hv-icon svg{width:16px;height:16px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.hvi-blue{background:#6366f133;color:#a5b4fc}.hvi-yellow{background:#eab30826;color:#fbbf24}.hvi-green{background:#22c55e26;color:#4ade80}.hv-text{font-size:13px;color:#ffffffb3;font-weight:500}.hv-sub{font-size:11px;color:#ffffff4d;margin-top:2px}.hv-arrow{text-align:center;color:#ffffff26;font-size:18px;line-height:1}.quote-sec{background:var(--off-white);text-align:center}.quote-sec blockquote{font-size:clamp(20px,2.8vw,30px);font-weight:600;line-height:1.4;letter-spacing:-.8px;color:var(--ink);max-width:720px;margin:0 auto 24px}.quote-attr{font-size:14px;font-weight:500;color:var(--gray-600)}.quote-attr span{color:var(--accent);font-weight:600}.areas-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:36px}.area{border:1.5px solid var(--gray-200);border-radius:100px;padding:9px 18px;font-size:13px;font-weight:500;color:var(--black);transition:all .2s;cursor:default}.area:hover{border-color:var(--ink);background:var(--ink);color:var(--white)}.area.hi{border-color:var(--accent);color:var(--accent)}.cta-sec{background:#2a2b38;text-align:center;padding:112px 48px;position:relative;overflow:hidden}.cta-sec:before{content:"";position:absolute;top:-180px;left:50%;transform:translate(-50%);width:700px;height:700px;background:radial-gradient(circle,rgba(47,126,218,.22) 0%,transparent 70%);pointer-events:none}.cta-sec h2{color:#fcfdfd;max-width:600px;margin:0 auto 18px}.cta-sec .sec-desc{color:#ffffff73;margin:0 auto 44px}.cta-sec .sec-label{color:#ffffff47}.cta-btns{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;position:relative;z-index:1}.footer{background:#1e1f2a;color:#fcfdfd;padding:56px 48px 36px}.foot-top{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:48px;padding-bottom:44px;border-bottom:1px solid rgba(255,255,255,.07);margin-bottom:28px}.foot-brand-logo{font-weight:800;font-size:16px;letter-spacing:-.5px;color:#fcfdfd;text-decoration:none;display:flex;align-items:center;gap:7px;margin-bottom:10px}.foot-brand-dot{width:7px;height:7px;background:var(--accent);border-radius:50%}.foot-tag{font-size:13px;color:#ffffff47;line-height:1.6}.foot-col h4{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#ffffff38;margin-bottom:14px}.foot-col ul{list-style:none}.foot-col ul li{margin-bottom:9px}.foot-col ul li a{font-size:13px;color:#ffffff7a;text-decoration:none;transition:color .2s}.foot-col ul li a:hover{color:#fcfdfd}.foot-bottom{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#fcfdfd38}@keyframes fadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.hero-badge{animation:fadeUp .5s ease both}.hero h1{animation:fadeUp .5s .08s ease both}.hero-sub{animation:fadeUp .5s .16s ease both}.hero-actions{animation:fadeUp .5s .24s ease both}.hero-mockup-wrap{animation:fadeUp .6s .34s ease both}@media (max-width: 820px){.nav{padding:0 20px}.nav-links{display:none}.section,.page-section,.cta-sec{padding:64px 20px}.hero{padding:120px 20px 0}.hero-mockup-wrap{padding:0 16px 60px;margin-top:40px}.features-bento,.feat-card.wide,.how-layout{grid-template-columns:1fr}.foot-top{grid-template-columns:1fr 1fr}.app-shell{grid-template-columns:1fr}.app-sidebar,.detail-card{display:none}.logos-bar{padding:36px 20px}.logos-row{gap:24px}.mockup-relative{transform:scale(.85);transform-origin:top center}.browser-chrome{height:340px;max-height:340px}.app-shell{max-height:300px}.tbl-head,.tbl-row{grid-template-columns:1.4fr .7fr .7fr .9fr;padding:8px 12px}.tbl-head .th:nth-child(n+5),.tbl-row .td:nth-child(n+5){display:none}.app-topbar{padding:8px 12px;flex-wrap:wrap;gap:8px}.search-box{width:100px;font-size:11px}.filter-pill,.export-pill,.add-btn{font-size:10px;padding:5px 8px}.td-name{font-size:11px}.td,.td-sm{font-size:10px}.ci{width:22px;height:22px}.ci svg{width:11px;height:11px}.sbadge{font-size:9px;padding:2px 6px}}@media (max-width: 480px){.hero-mockup-wrap{padding:0 8px 40px;margin-top:32px}.mockup-relative{transform:scale(.72);transform-origin:top center}.browser-chrome{height:280px;max-height:280px;border-radius:10px}.browser-bar{padding:8px 12px}.b-dot{width:8px;height:8px}.b-url{font-size:10px;padding:3px 8px}.app-shell{max-height:240px}.tbl-head,.tbl-row{grid-template-columns:1.3fr .7fr 1fr;padding:6px 10px}.tbl-head .th:nth-child(n+4),.tbl-row .td:nth-child(n+4){display:none}.app-topbar{padding:6px 10px}.topbar-right{display:none}.filter-pill,.export-pill{font-size:9px;padding:4px 6px}.td-name{font-size:10px}.td,.td-sm{font-size:9px}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--pp-white: #fcfdfd;--pp-gray-100: #edeff3;--pp-gray-200: #c6d1d7;--pp-gray-400: #9fa0b5;--pp-accent: #2f7eda;--pp-font: "Inter", sans-serif;--pp-ink: #2a2b38}.pp-page{font-family:var(--pp-font);background:var(--pp-white);color:var(--pp-ink);min-height:100vh;display:flex;flex-direction:column}.pp-nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 48px;height:64px;background:#fcfdfdf2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--pp-gray-200)}.pp-nav-logo{font-weight:800;font-size:17px;letter-spacing:-.5px;color:var(--pp-ink);text-decoration:none;display:flex;align-items:center;gap:8px}.pp-nav-logo-dot{width:8px;height:8px;background:var(--pp-accent);border-radius:50%;flex-shrink:0}.pp-nav-links{display:flex;gap:32px;list-style:none}.pp-nav-links a{font-size:14px;font-weight:500;color:var(--pp-gray-400);text-decoration:none;transition:color .2s}.pp-nav-links a:hover{color:var(--pp-ink)}.pp-nav-cta{display:flex;align-items:center;gap:14px}.pp-btn-ghost{font-family:var(--pp-font);font-size:14px;font-weight:500;color:var(--pp-ink);background:none;border:none;cursor:pointer;text-decoration:none}.pp-btn-primary{font-family:var(--pp-font);font-size:14px;font-weight:600;color:#fff;background:var(--pp-accent);border:none;padding:10px 20px;border-radius:7px;cursor:pointer;text-decoration:none;transition:background .2s,transform .15s;display:inline-block}.pp-btn-primary:hover{background:#2068c4;transform:translateY(-1px)}.pp-main{flex:1;padding:104px 24px 80px}.pp-container{max-width:760px;margin:0 auto}.pp-header{margin-bottom:52px;padding-bottom:40px;border-bottom:1px solid var(--pp-gray-200)}.pp-label{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--pp-accent);margin-bottom:12px}.pp-title{font-size:clamp(30px,5vw,46px);font-weight:800;letter-spacing:-1px;color:var(--pp-ink);margin-bottom:14px;line-height:1.1}.pp-meta{font-size:14px;color:var(--pp-gray-400)}.pp-body{display:flex;flex-direction:column;gap:44px}.pp-intro{font-size:16px;line-height:1.8;color:#4a4b58}.pp-section{display:flex;flex-direction:column;gap:12px;padding-top:8px;border-top:1px solid var(--pp-gray-100)}.pp-section h2{font-size:19px;font-weight:700;color:var(--pp-ink);letter-spacing:-.3px;margin-bottom:2px}.pp-section h3{font-size:14px;font-weight:600;color:var(--pp-ink);margin-top:8px;margin-bottom:-4px}.pp-section p{font-size:15px;line-height:1.8;color:#4a4b58}.pp-section ul{padding-left:20px;display:flex;flex-direction:column;gap:7px}.pp-section ul li{font-size:15px;line-height:1.75;color:#4a4b58}.pp-section a{color:var(--pp-accent);text-decoration:none}.pp-section a:hover{text-decoration:underline}.pp-contact{background:var(--pp-gray-100);border-radius:10px;padding:20px 24px;display:flex;flex-direction:column;gap:5px}.pp-contact p{font-size:14px;color:#4a4b58}.pp-footer{border-top:1px solid var(--pp-gray-200);padding:28px 48px;margin-top:40px}.pp-footer-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.pp-footer-links{display:flex;gap:28px}.pp-footer-links a{font-size:13px;color:var(--pp-gray-400);text-decoration:none;transition:color .2s}.pp-footer-links a:hover{color:var(--pp-ink)}.pp-footer-copy{font-size:13px;color:var(--pp-gray-400)}@media (max-width: 768px){.pp-nav{padding:0 20px}.pp-nav-links{display:none}.pp-footer{padding:24px 20px}.pp-footer-inner{flex-direction:column;align-items:flex-start;gap:12px}}
