:root{
  --b: rgba(122,90,67,.95);
  --t: #111;
  --m: rgba(0,0,0,.55);
  --ln: rgba(0,0,0,.10);
  --sh: 0 18px 55px rgba(0,0,0,.12);
}

*{ box-sizing:border-box; }

body{
  margin:0;
  font-family:"Nunito", system-ui, sans-serif;
  color: var(--t);
  background:#fff;
}

.pp-wrap{
  width: min(1200px, calc(100% - 72px));
  margin: 0 auto;
}
@media(max-width:560px){
  .pp-wrap{ width: calc(100% - 32px); }
}

/* hero */
.pp-hero{
  padding: 54px 0 34px;
  background:
    radial-gradient(900px 220px at 18% 0%, rgba(122,90,67,.20), transparent 55%),
    radial-gradient(900px 220px at 82% 0%, rgba(0,0,0,.10), transparent 60%),
    #fff;
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.pp-heroCard{
  background:#fff;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 26px;
  box-shadow: var(--sh);
  padding: 18px;
  text-align:center;
}

.pp-brand{
  margin:0 0 6px;
  font-weight: 1000;
  letter-spacing:.25px;
  color: rgba(0,0,0,.55);
  text-transform: uppercase;
  font-size: 12px;
}

.pp-title{
  margin:0 0 10px;
  font-size: 42px;
  font-weight: 1000;
}

.pp-desc{
  margin:0;
  color: var(--m);
  font-weight: 800;
  max-width: 820px;
  margin-inline:auto;
}

.pp-metaRow{
  margin-top: 14px;
  display:flex;
  justify-content:center;
  gap: 10px;
  flex-wrap: wrap;
}

.pp-pill{
  display:inline-flex;
  gap: 8px;
  align-items:center;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(0,0,0,.05);
  border: 1px solid rgba(0,0,0,.08);
  color: rgba(0,0,0,.70);
  font-weight: 1000;
  font-size: 13px;
}

/* layout */
.pp-main{ padding: 26px 0 80px; }

.pp-layout{
  display:grid;
  grid-template-columns: 340px 1fr;
  gap: 20px;
  align-items:start;
}
@media(max-width:980px){
  .pp-layout{ grid-template-columns: 1fr; }
}

/* sidebar */
.pp-side{
  position: sticky;
  top: 18px;
  height: fit-content;
  display:flex;
  flex-direction: column;
  gap: 14px;
}
@media(max-width:980px){
  .pp-side{ position: static; }
}

.pp-box{
  background:#fff;
  border: 1px solid var(--ln);
  border-radius: 26px;
  box-shadow: var(--sh);
  padding: 16px;
}

.pp-boxHead h3{
  margin:0 0 4px;
  font-size: 16px;
  font-weight: 1000;
}
.pp-boxHead p{
  margin:0 0 12px;
  color: var(--m);
  font-weight: 800;
  font-size: 13px;
}

.pp-nav{ display:flex; flex-direction: column; gap: 10px; }

.pp-link{
  text-decoration:none;
  display:flex;
  align-items:center;
  justify-content: space-between;
  padding: 10px 12px;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(0,0,0,.02);
  color: rgba(0,0,0,.70);
  font-weight: 1000;
}
.pp-link:hover{ background: rgba(0,0,0,.05); }

.pp-link.is-on{
  background: rgba(122,90,67,.14);
  border-color: rgba(122,90,67,.22);
  color: rgba(70,45,30,.95);
}

/* cta */
.pp-cta{
  margin-top: 12px;
  height: 46px;
  border-radius: 999px;
  border: 2px solid rgba(122,90,67,.95);
  background: transparent;
  color: rgba(122,90,67,.95);
  font-weight: 1000;
  font-family:"Nunito", sans-serif;
  text-decoration:none;

  display:flex;
  align-items:center;
  justify-content:center;
  gap: 10px;

  transition:.25s ease;
}
.pp-cta:hover{
  background: rgba(122,90,67,.95);
  color:#fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(122,90,67,.35);
}
.pp-cta:active{ transform: translateY(0); }

.pp-hint{
  background: rgba(0,0,0,.03);
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 22px;
  padding: 14px;
  display:flex;
  gap: 10px;
  align-items:flex-start;
}
.pp-hint i{ margin-top: 2px; color: rgba(0,0,0,.65); }
.pp-hint p{
  margin:0;
  color: rgba(0,0,0,.70);
  font-weight: 800;
  line-height: 1.55;
}

/* content */
.pp-content{
  display:flex;
  flex-direction: column;
  gap: 14px;
}

.pp-card{
  background:#fff;
  border: 1px solid var(--ln);
  border-radius: 26px;
  box-shadow: var(--sh);
  padding: 18px;
}

.pp-headline{
  display:flex;
  gap: 12px;
  align-items:center;
  margin-bottom: 10px;
}

.pp-num{
  width: 38px;
  height: 38px;
  border-radius: 14px;
  display:grid;
  place-items:center;
  font-weight: 1000;
  background: rgba(0,0,0,.06);
  border: 1px solid rgba(0,0,0,.08);
  color: rgba(0,0,0,.70);
}

.pp-card h2{
  margin:0;
  font-size: 18px;
  font-weight: 1000;
}

.pp-card p{
  margin:0;
  color: rgba(0,0,0,.70);
  font-weight: 800;
  line-height: 1.75;
}

.pp-list{
  margin:0;
  padding-left: 18px;
  color: rgba(0,0,0,.70);
  font-weight: 800;
  line-height: 1.75;
}
.pp-list li{ margin: 6px 0; }

.pp-callout{
  margin: 12px 0 0;
  display:flex;
  gap: 12px;
  align-items:flex-start;
  padding: 12px;
  border-radius: 18px;
  border: 1px solid rgba(122,90,67,.20);
  background: rgba(122,90,67,.08);
}
.pp-callout i{ margin-top: 2px; color: rgba(0,0,0,.70); }
.pp-callout strong{
  display:block;
  font-weight: 1000;
  margin-bottom: 2px;
}
.pp-callout p{
  margin:0;
  color: rgba(0,0,0,.65);
  font-weight: 800;
}

.pp-payRow{
  margin-top: 10px;
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
}
.pp-payTag{
  display:inline-flex;
  gap: 8px;
  align-items:center;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(0,0,0,.02);
  font-weight: 1000;
  color: rgba(0,0,0,.70);
}

.pp-inline{
  display:inline-block;
  margin-top: 10px;
  font-weight: 1000;
  color: rgba(0,0,0,.70);
  text-decoration: underline;
}

.pp-footerNote{
  margin-top: 6px;
  display:flex;
  gap: 10px;
  align-items:center;
  justify-content:center;
  padding: 12px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(0,0,0,.02);
  color: rgba(0,0,0,.68);
  font-weight: 1000;
}
.head{
  font-family: "Italiana", serif;
}