/* Complete Study Skills Kit sales page
   Scoped to .product-sales-page to avoid changing shared site components. */

.product-sales-page{
  --pp-navy:#0B2D57;
  --pp-navy-hover:#123A72;
  --pp-ink:#10233D;
  --pp-muted:#5C6C82;
  --pp-border:#E7EDF5;
  --pp-blue:#F2F7FD;
  --pp-blue-strong:#E8F2FC;
  --pp-cream:#FCF9F3;
  --pp-white:#fff;
  background:#fff;
  color:var(--pp-ink);
}

.product-sales-page main{
  overflow:hidden;
}

.product-sales-page main .container{
  max-width:1220px;
}

.product-sales-page button,
.product-sales-page summary,
.product-sales-page a{
  -webkit-tap-highlight-color:transparent;
}

.pp-hero{
  position:relative;
  padding:78px 0 82px;
  background:
    radial-gradient(circle at 80% 16%,rgba(199,221,246,.44),transparent 31%),
    linear-gradient(112deg,#fff 0%,#fff 54%,#F8FBFF 100%);
}

.pp-hero::before{
  content:"";
  position:absolute;
  width:340px;
  height:340px;
  top:-220px;
  left:39%;
  border:1px solid rgba(11,45,87,.08);
  border-radius:50%;
}

.pp-hero-grid{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.04fr) minmax(390px,.96fr);
  align-items:center;
  gap:66px;
}

.pp-hero-grid > *{
  min-width:0;
}

.pp-hero-copy{
  position:relative;
  z-index:2;
}

.pp-badge,
.pp-eyebrow{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  color:var(--pp-navy);
  font-size:12px;
  font-weight:800;
  line-height:1.2;
  letter-spacing:.11em;
  text-transform:uppercase;
}

.pp-badge{
  padding:9px 14px;
  margin-bottom:22px;
  border:1px solid #D7E7F7;
  border-radius:999px;
  background:#EDF6FF;
  letter-spacing:.02em;
  text-transform:none;
}

.pp-hero h1{
  max-width:670px;
  margin:0 0 20px;
  color:var(--pp-navy);
  font-size:clamp(46px,4.2vw,65px);
  font-weight:800;
  line-height:1.035;
  letter-spacing:-.058em;
  text-wrap:balance;
}

.pp-hero-intro{
  max-width:650px;
  margin:0 0 26px;
  color:var(--pp-muted);
  font-size:18px;
  line-height:1.65;
}

.pp-hero-pills{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  padding:0;
  margin:0 0 27px;
  list-style:none;
}

.pp-hero-pills li{
  display:inline-flex;
  align-items:center;
  min-height:35px;
  padding:7px 12px;
  border:1px solid var(--pp-border);
  border-radius:10px;
  background:rgba(255,255,255,.82);
  color:#415773;
  font-size:12px;
  font-weight:700;
  line-height:1.25;
  box-shadow:0 5px 18px rgba(11,45,87,.035);
}

.pp-hero-pills li::before{
  content:"";
  width:6px;
  height:6px;
  margin-right:8px;
  border-radius:50%;
  background:#6FA4DB;
  box-shadow:0 0 0 3px #EAF3FC;
}

.pp-price-block{
  display:flex;
  flex-direction:column;
  gap:2px;
  margin-bottom:22px;
}

.pp-price-block strong{
  color:var(--pp-navy);
  font-size:29px;
  font-weight:800;
  line-height:1.2;
  letter-spacing:-.035em;
}

.pp-price-block span{
  color:#68778B;
  font-size:12px;
}

.pp-hero-actions,
.pp-final-actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:12px;
}

.product-sales-page .pp-button{
  min-height:52px;
  padding:14px 22px;
  border-radius:13px;
  gap:11px;
  font-size:14px;
  cursor:pointer;
}

.product-sales-page button.pp-button{
  border:0;
  font-family:inherit;
}

.pp-button > span:first-of-type:not(.pp-play){
  font-size:18px;
  font-weight:500;
  line-height:1;
}

.pp-play{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:21px;
  height:21px;
  border:1px solid #AFC3DA;
  border-radius:50%;
  font-size:12px;
  line-height:1;
}

.pp-cart-link{
  padding:5px 0;
  margin-top:8px;
  border:0;
  border-bottom:1px solid #AAB8C9;
  background:transparent;
  color:#53657D;
  font:600 12px/1.3 'Inter',sans-serif;
  cursor:pointer;
}

.pp-cart-link:hover{
  color:var(--pp-navy);
  border-bottom-color:var(--pp-navy);
}

.pp-checkout-note,
.pp-final-note{
  display:flex;
  align-items:center;
  gap:8px;
  margin-top:18px;
  color:#6A798D;
  font-size:12px;
  line-height:1.45;
}

.pp-checkout-note svg,
.pp-final-note svg{
  flex:0 0 15px;
  width:15px;
  height:15px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.pp-product-showcase{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:598px;
  padding:28px;
  border:1px solid rgba(221,231,242,.9);
  border-radius:30px;
  background:linear-gradient(150deg,#FFFCF6 0%,#F0F6FC 100%);
  box-shadow:0 30px 80px rgba(11,45,87,.13);
  isolation:isolate;
}

.pp-product-showcase::before,
.pp-product-showcase::after{
  content:"";
  position:absolute;
  z-index:-1;
  border-radius:50%;
}

.pp-product-showcase::before{
  width:140px;
  height:140px;
  top:30px;
  right:24px;
  border:1px solid rgba(84,137,191,.14);
}

.pp-product-showcase::after{
  width:16px;
  height:16px;
  right:68px;
  bottom:70px;
  background:#F3C751;
  box-shadow:-360px -410px 0 3px #72B9AC;
}

.pp-showcase-glow{
  position:absolute;
  z-index:-1;
  inset:12% 11%;
  border-radius:50%;
  background:rgba(255,255,255,.85);
  filter:blur(14px);
}

.pp-product-showcase img{
  width:100%;
  max-width:100%;
  max-height:535px;
  border-radius:12px;
  object-fit:contain;
  box-shadow:0 24px 45px rgba(25,45,70,.18);
  transform:rotate(.7deg);
}

.pp-showcase-label{
  position:absolute;
  right:20px;
  bottom:18px;
  padding:8px 12px;
  border:1px solid rgba(255,255,255,.9);
  border-radius:999px;
  background:rgba(255,255,255,.88);
  color:var(--pp-navy);
  font-size:11px;
  font-weight:800;
  box-shadow:0 8px 24px rgba(11,45,87,.08);
  backdrop-filter:blur(8px);
}

.pp-trust-bar{
  position:relative;
  z-index:3;
  border-top:1px solid var(--pp-border);
  border-bottom:1px solid var(--pp-border);
  background:#fff;
}

.pp-trust-list{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  align-items:center;
  padding-top:20px !important;
  padding-bottom:20px !important;
}

.pp-trust-list > div{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:28px;
  padding:0 14px;
  border-right:1px solid var(--pp-border);
  color:#53657D;
  font-size:11px;
  line-height:1.3;
  text-align:left;
}

.pp-trust-list > div:last-child{
  border-right:0;
}

.pp-trust-list svg,
.pp-trust-icon{
  flex:0 0 25px;
  width:25px;
  height:25px;
  color:#5D8FC4;
}

.pp-trust-list svg{
  fill:none;
  stroke:currentColor;
  stroke-width:1.75;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.pp-trust-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid #CFE0F1;
  border-radius:50%;
  background:#F3F8FD;
  font-size:8px;
  font-weight:800;
}

.pp-section{
  padding:108px 0;
}

.pp-heading{
  max-width:790px;
  margin:0 auto 50px;
  text-align:center;
}

.pp-heading .pp-eyebrow{
  margin:0 auto 15px;
}

.pp-heading h2{
  margin:0 0 14px;
  color:var(--pp-navy);
  font-size:clamp(36px,3.45vw,50px);
  font-weight:800;
  line-height:1.08;
  letter-spacing:-.048em;
  text-wrap:balance;
}

.pp-heading > p:not(.pp-eyebrow){
  max-width:720px;
  margin:0 auto;
  color:var(--pp-muted);
  font-size:17px;
  line-height:1.65;
}

.pp-transformation{
  background:
    radial-gradient(circle at 50% 120%,rgba(180,211,240,.45),transparent 35%),
    linear-gradient(180deg,#F5F9FE 0%,#EDF5FD 100%);
}

.pp-before-after{
  display:grid;
  grid-template-columns:minmax(0,1fr) 52px minmax(0,1fr);
  align-items:center;
  max-width:960px;
  margin:0 auto;
}

.pp-change-card{
  min-height:300px;
  padding:32px;
  border:1px solid;
  border-radius:22px;
  background:rgba(255,255,255,.92);
  box-shadow:0 16px 45px rgba(24,50,80,.055);
}

.pp-before-card{
  border-color:#F0CACA;
  background:linear-gradient(145deg,#FFF9F9,#fff);
}

.pp-after-card{
  border-color:#C6E2D0;
  background:linear-gradient(145deg,#F7FCF8,#fff);
}

.pp-card-label{
  margin-bottom:19px;
  font-size:16px;
  font-weight:800;
}

.pp-before-card .pp-card-label{color:#B34B4B;}
.pp-after-card .pp-card-label{color:#287947;}

.pp-change-card ul{
  display:grid;
  gap:15px;
  padding:0;
  margin:0;
  list-style:none;
}

.pp-change-card li{
  position:relative;
  padding-left:28px;
  color:#4C5D73;
  font-size:14px;
  line-height:1.55;
}

.pp-change-card li::before{
  position:absolute;
  top:.1em;
  left:0;
  display:flex;
  align-items:center;
  justify-content:center;
  width:18px;
  height:18px;
  border-radius:50%;
  color:#fff;
  font-size:11px;
  font-weight:800;
  line-height:1;
}

.pp-before-card li::before{
  content:"×";
  background:#D95C5C;
}

.pp-after-card li::before{
  content:"✓";
  background:#3A9B5E;
}

.pp-change-arrow{
  display:flex;
  align-items:center;
  justify-content:center;
  justify-self:center;
  width:38px;
  height:38px;
  border:1px solid #AFC7DF;
  border-radius:50%;
  background:#fff;
  color:var(--pp-navy);
  font-size:18px;
  box-shadow:0 8px 20px rgba(11,45,87,.08);
}

.pp-inside{
  background:#fff;
}

.pp-module-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:16px;
}

.pp-module-card{
  position:relative;
  min-height:292px;
  padding:28px 22px 24px;
  overflow:hidden;
  border:1px solid var(--pp-border);
  border-radius:22px;
  background:#fff;
  box-shadow:0 14px 38px rgba(11,45,87,.065);
  transition:transform .25s ease,box-shadow .25s ease;
}

.pp-module-card::after{
  content:"";
  position:absolute;
  right:-28px;
  bottom:-34px;
  width:92px;
  height:92px;
  border-radius:50%;
  background:var(--module-wash);
}

.pp-module-card:hover{
  transform:translateY(-4px);
  box-shadow:0 22px 46px rgba(11,45,87,.1);
}

.pp-module-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:62px;
  height:62px;
  margin-bottom:22px;
  border-radius:20px;
  background:var(--module-wash);
  color:var(--module-color);
}

.pp-module-icon svg{
  width:32px;
  height:32px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.pp-module-step{
  display:block;
  margin-bottom:7px;
  color:var(--module-color);
  font-size:10px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.pp-module-card h3{
  min-height:50px;
  margin:0 0 10px;
  color:var(--pp-navy);
  font-size:19px;
  font-weight:800;
  line-height:1.25;
  letter-spacing:-.025em;
}

.pp-module-card p{
  margin:0;
  color:var(--pp-muted);
  font-size:13px;
  line-height:1.5;
}

.pp-module-memory{--module-color:#477FC3;--module-wash:#EAF3FF;}
.pp-module-focus{--module-color:#299667;--module-wash:#E6F7EE;}
.pp-module-mapping{--module-color:#7859C4;--module-wash:#F0ECFF;}
.pp-module-independent{--module-color:#C48914;--module-wash:#FFF4D9;}
.pp-module-adventures{--module-color:#D9634F;--module-wash:#FFF0EC;}

.pp-how{
  background:#FBFCFE;
}

.pp-step-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 52px minmax(0,1fr) 52px minmax(0,1fr);
  align-items:center;
  max-width:1040px;
  margin:0 auto;
}

.pp-step-card{
  position:relative;
  min-height:290px;
  padding:35px 27px 28px;
  border:1px solid var(--pp-border);
  border-radius:22px;
  background:#fff;
  text-align:center;
  box-shadow:0 14px 38px rgba(11,45,87,.055);
}

.pp-step-number{
  position:absolute;
  top:18px;
  left:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  width:29px;
  height:29px;
  border-radius:50%;
  background:var(--pp-navy);
  color:#fff;
  font-size:12px;
  font-weight:800;
}

.pp-step-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:62px;
  height:62px;
  margin:12px auto 22px;
  border:1px solid #DFEAF5;
  border-radius:18px;
  color:#5B8FC8;
  background:#F9FBFE;
}

.pp-step-icon svg{
  width:31px;
  height:31px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.pp-step-card h3{
  margin:0 0 10px;
  color:var(--pp-navy);
  font-size:18px;
  font-weight:800;
  line-height:1.3;
}

.pp-step-card p{
  margin:0;
  color:var(--pp-muted);
  font-size:13px;
  line-height:1.6;
}

.pp-step-arrow{
  color:#5C8FC5;
  font-size:23px;
  text-align:center;
}

.pp-why{
  background:#fff;
}

.pp-why-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}

.pp-why-card{
  min-height:245px;
  padding:28px 24px;
  border:1px solid var(--pp-border);
  border-radius:20px;
  background:linear-gradient(145deg,#fff,#FBFCFE);
  box-shadow:0 12px 32px rgba(11,45,87,.045);
}

.pp-why-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:47px;
  height:47px;
  margin-bottom:21px;
  border-radius:15px;
  background:#EDF5FD;
  color:#4E86C0;
}

.pp-why-card:nth-child(2) .pp-why-icon{background:#EBF8F0;color:#3A9962;}
.pp-why-card:nth-child(3) .pp-why-icon{background:#F4EEFF;color:#7A5AB7;}
.pp-why-card:nth-child(4) .pp-why-icon{background:#FFF5DE;color:#C38A1B;}

.pp-why-icon svg{
  width:25px;
  height:25px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.pp-why-card h3{
  min-height:48px;
  margin:0 0 10px;
  color:var(--pp-navy);
  font-size:17px;
  font-weight:800;
  line-height:1.35;
}

.pp-why-card p{
  margin:0;
  color:var(--pp-muted);
  font-size:13px;
  line-height:1.55;
}

.pp-proof{
  background:linear-gradient(180deg,#F7FAFE 0%,#F2F7FC 100%);
}

.pp-testimonial-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}

.pp-testimonial-card{
  display:flex;
  flex-direction:column;
  min-height:330px;
  padding:30px;
  border:1px solid #E1EAF4;
  border-radius:22px;
  background:#fff;
  box-shadow:0 15px 40px rgba(11,45,87,.055);
}

.pp-stars{
  margin-bottom:17px;
  color:#F1B72E;
  font-size:16px;
  letter-spacing:.12em;
}

.pp-testimonial-card blockquote{
  flex:1;
  margin:0 0 22px;
  color:#354B68;
  font-size:15px;
  font-style:normal;
  line-height:1.75;
}

.pp-testimonial-card > p{
  display:flex;
  flex-direction:column;
  gap:2px;
  margin:0;
}

.pp-testimonial-card strong{
  color:var(--pp-navy);
  font-size:14px;
}

.pp-testimonial-card span{
  color:#77869A;
  font-size:11px;
}

.pp-faq{
  background:#fff;
}

.pp-faq-container{
  max-width:940px !important;
}

.pp-faq-list{
  display:grid;
  gap:12px;
}

.pp-faq-list details{
  border:1px solid var(--pp-border);
  border-radius:16px;
  background:#fff;
  box-shadow:0 8px 24px rgba(11,45,87,.035);
}

.pp-faq-list summary{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:21px 24px;
  color:var(--pp-navy);
  font-size:15px;
  font-weight:800;
  line-height:1.4;
  list-style:none;
  cursor:pointer;
}

.pp-faq-list summary::-webkit-details-marker{display:none;}

.pp-faq-list summary span{
  position:relative;
  flex:0 0 18px;
  width:18px;
  height:18px;
}

.pp-faq-list summary span::before,
.pp-faq-list summary span::after{
  content:"";
  position:absolute;
  top:8px;
  left:3px;
  width:12px;
  height:2px;
  border-radius:2px;
  background:#5D7A9C;
}

.pp-faq-list summary span::after{
  transform:rotate(90deg);
  transition:transform .2s ease;
}

.pp-faq-list details[open] summary span::after{
  transform:rotate(0);
}

.pp-faq-list details[open] summary{
  padding-bottom:10px;
}

.pp-faq-list details > p{
  max-width:800px;
  padding:0 60px 22px 24px;
  margin:0;
  color:var(--pp-muted);
  font-size:14px;
  line-height:1.65;
}

.pp-final-cta{
  position:relative;
  padding:68px 0;
  overflow:hidden;
  background:linear-gradient(115deg,#0B2D57 0%,#123A72 70%,#174983 100%);
  color:#fff;
}

.pp-final-cta::before,
.pp-final-cta::after{
  content:"";
  position:absolute;
  border:1px solid rgba(255,255,255,.09);
  transform:rotate(15deg);
}

.pp-final-cta::before{
  width:70px;
  height:70px;
  top:35px;
  right:8%;
  border-radius:18px;
}

.pp-final-cta::after{
  width:35px;
  height:35px;
  bottom:27px;
  left:6%;
  border-radius:50%;
}

.pp-final-cta-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:220px minmax(0,1fr);
  align-items:center;
  gap:58px;
  max-width:980px !important;
}

.pp-final-image{
  width:210px;
  height:210px;
  padding:7px;
  border:1px solid rgba(255,255,255,.62);
  border-radius:50%;
  background:rgba(255,255,255,.13);
  box-shadow:0 20px 55px rgba(3,19,39,.28);
}

.pp-final-image img{
  width:100%;
  height:100%;
  border-radius:50%;
  object-fit:cover;
  object-position:32% 73%;
}

.pp-final-copy h2{
  max-width:680px;
  margin:0 0 11px;
  color:#fff;
  font-size:clamp(32px,3.2vw,45px);
  font-weight:800;
  line-height:1.08;
  letter-spacing:-.045em;
  text-wrap:balance;
}

.pp-final-copy > p:not(.pp-final-note){
  margin:0 0 23px;
  color:rgba(255,255,255,.82);
  font-size:16px;
}

.pp-final-cta .pp-button{
  color:var(--pp-navy);
  border:0;
  box-shadow:0 13px 30px rgba(3,19,39,.22);
}

.pp-final-cart{
  min-height:44px;
  padding:10px 4px;
  border:0;
  border-bottom:1px solid rgba(255,255,255,.55);
  background:transparent;
  color:#fff;
  font:700 12px/1.2 'Inter',sans-serif;
  cursor:pointer;
}

.pp-final-note{
  color:rgba(255,255,255,.7);
}

@media(max-width:1050px){
  .pp-hero{
    padding:64px 0 72px;
  }

  .pp-hero-grid{
    grid-template-columns:minmax(0,1fr) minmax(330px,.86fr);
    gap:42px;
  }

  .pp-product-showcase{
    min-height:530px;
    padding:22px;
  }

  .pp-product-showcase img{
    max-height:470px;
  }

  .pp-trust-list{
    grid-template-columns:repeat(3,1fr);
    row-gap:16px;
  }

  .pp-trust-list > div:nth-child(3){border-right:0;}

  .pp-module-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .pp-module-card:last-child{
    grid-column:auto;
  }

  .pp-why-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .pp-why-card{
    min-height:225px;
  }
}

@media(max-width:820px){
  .pp-hero{
    padding:58px 0 66px;
  }

  .pp-hero-grid{
    grid-template-columns:1fr;
    gap:46px;
  }

  .pp-hero-copy{
    max-width:690px;
  }

  .pp-product-showcase{
    min-height:0;
    max-width:620px;
    width:100%;
    margin:0 auto;
  }

  .pp-product-showcase img{
    width:auto;
    max-height:650px;
  }

  .pp-section{
    padding:88px 0;
  }

  .pp-before-after{
    grid-template-columns:1fr;
    gap:18px;
  }

  .pp-change-card{
    min-height:0;
  }

  .pp-change-arrow{
    transform:rotate(90deg);
  }

  .pp-step-grid{
    grid-template-columns:1fr;
    gap:16px;
    max-width:590px;
  }

  .pp-step-card{
    min-height:0;
  }

  .pp-step-arrow{
    transform:rotate(90deg);
  }

  .pp-testimonial-grid{
    grid-template-columns:1fr;
    max-width:660px;
    margin:0 auto;
  }

  .pp-testimonial-card{
    min-height:0;
  }

  .pp-final-cta-grid{
    grid-template-columns:170px minmax(0,1fr);
    gap:38px;
  }

  .pp-final-image{
    width:165px;
    height:165px;
  }
}

@media(max-width:700px){
  .product-sales-page main .container{
    padding-left:20px;
    padding-right:20px;
  }

  .pp-hero{
    padding:46px 0 54px;
  }

  .pp-hero::before{
    display:none;
  }

  .pp-hero h1{
    font-size:41px;
    line-height:1.04;
  }

  .pp-hero-intro{
    font-size:16px;
    line-height:1.6;
  }

  .pp-hero-actions{
    align-items:stretch;
    flex-direction:column;
  }

  .product-sales-page .pp-hero-actions .pp-button{
    width:100%;
  }

  .pp-cart-link{
    width:max-content;
  }

  .pp-product-showcase{
    padding:18px;
    border-radius:24px;
  }

  .pp-product-showcase img{
    width:100%;
    max-height:520px;
  }

  .pp-showcase-label{
    right:12px;
    bottom:12px;
  }

  .pp-trust-list{
    grid-template-columns:1fr 1fr;
    gap:0;
    padding-top:10px !important;
    padding-bottom:10px !important;
  }

  .pp-trust-list > div{
    justify-content:flex-start;
    min-height:58px;
    padding:10px 8px;
    border-right:1px solid var(--pp-border);
    border-bottom:1px solid var(--pp-border);
  }

  .pp-trust-list > div:nth-child(even){border-right:0;}
  .pp-trust-list > div:nth-last-child(-n+2){border-bottom:0;}
  .pp-trust-list > div:last-child{
    grid-column:1/-1;
    justify-content:center;
    border-top:1px solid var(--pp-border);
  }

  .pp-section{
    padding:72px 0;
  }

  .pp-heading{
    margin-bottom:36px;
  }

  .pp-heading h2{
    font-size:34px;
  }

  .pp-heading > p:not(.pp-eyebrow){
    font-size:15px;
  }

  .pp-change-card{
    padding:27px 23px;
  }

  .pp-module-grid,
  .pp-why-grid{
    grid-template-columns:1fr;
  }

  .pp-module-card,
  .pp-why-card{
    min-height:0;
  }

  .pp-module-card h3,
  .pp-why-card h3{
    min-height:0;
  }

  .pp-module-card{
    padding:25px 22px;
  }

  .pp-step-card{
    padding:32px 24px 27px;
  }

  .pp-faq-list summary{
    padding:19px 18px;
    font-size:14px;
  }

  .pp-faq-list details > p{
    padding:0 42px 20px 18px;
    font-size:13px;
  }

  .pp-final-cta{
    padding:62px 0;
  }

  .pp-final-cta-grid{
    grid-template-columns:1fr;
    gap:30px;
    text-align:center;
  }

  .pp-final-image{
    width:150px;
    height:150px;
    margin:0 auto;
  }

  .pp-final-copy h2{
    font-size:34px;
  }

  .pp-final-actions{
    justify-content:center;
  }

  .pp-final-cta .pp-button{
    width:100%;
  }

  .pp-final-note{
    justify-content:center;
  }
}

@media(max-width:390px){
  .pp-hero h1{
    font-size:37px;
  }

  .pp-hero-pills li{
    flex:1 1 calc(50% - 9px);
  }

  .pp-checkout-note,
  .pp-final-note{
    align-items:flex-start;
  }
}

@media(prefers-reduced-motion:reduce){
  .pp-module-card,
  .product-sales-page .pp-button{
    transition:none;
  }
}
