/* =====================================================================
   Market Flex.AI — PET PRODUCT vertical  (A Text From My Dog)
   Loaded on top of styles.css, only for vertical:"petprod" tenants.
   Brief: big, bold, cute, clean, white, light. iMessage-bubble design
   language. iOS blue is reserved for message bubbles; coral drives CTAs.
   ===================================================================== */

.vertical-petprod {
  --font-display: "Fredoka", "Baloo 2", system-ui, sans-serif;
  --font-head: "Fredoka", "Baloo 2", system-ui, sans-serif;
  --font-body: "Nunito", system-ui, -apple-system, sans-serif;
  --font-accent: "Caveat", cursive;

  --imsg-blue: #007aff;
  --imsg-blue-2: #0a84ff;
  --imsg-gray: #e9e9eb;
  --imsg-ink: #1c1c1e;
  --coral: #ff6b4a;
  --coral-2: #f2543a;
  --ink: #1e2a4a;
  --ink-soft: #55617a;
  --cream: #fff8f3;
  --sky: #eaf3ff;
  --butter: #ffe29a;
  --blush: #ffd9cf;
  --mint: #c9f0dd;

  --radius: 22px;
  --radius-lg: 30px;
  --bubble-r: 20px;

  background: #fff;
  color: var(--ink);
  font-weight: 500;
}

.vertical-petprod h1,
.vertical-petprod h2,
.vertical-petprod h3,
.vertical-petprod h4 { color: var(--ink); letter-spacing: -.01em; font-weight: 600; }
.vertical-petprod .lead { color: var(--ink-soft); font-weight: 500; }
.vertical-petprod .eyebrow { color: var(--coral); letter-spacing: .12em; }
.vertical-petprod .section--soft { background: var(--cream); }
.vertical-petprod .section--tint { background: var(--sky); }
.vertical-petprod .h-xl { font-size: clamp(2.4rem, 6vw, 4.2rem); line-height: 1.03; }
.vertical-petprod .h-lg { font-size: clamp(1.9rem, 4vw, 3rem); line-height: 1.08; }

/* Buttons — chunky rounded, coral primary */
.vertical-petprod .btn { border-radius: 999px; font-weight: 600; }
.vertical-petprod .btn--primary { background: var(--coral); box-shadow: 0 12px 26px rgba(255,107,74,.34); }
.vertical-petprod .btn--primary:hover { background: var(--coral-2); }
.vertical-petprod .btn--blue { background: var(--imsg-blue); box-shadow: 0 12px 26px rgba(0,122,255,.30); }
.vertical-petprod .btn--ghost { border-color: rgba(30,42,74,.22); color: var(--ink); }
.vertical-petprod .btn--ghost:hover { background: var(--ink); color: #fff; }
.vertical-petprod .btn--outline { color: var(--coral); border-color: var(--coral); background: #fff; }
.vertical-petprod .btn--outline:hover { background: var(--coral); color: #fff; }

/* =====================================================================
   HEADER / NAV
   ===================================================================== */
.pp-header { background: rgba(255,255,255,.92); border-bottom: 1px solid #f0eae4; }
.pp-brand { display: flex; align-items: center; gap: 10px; margin-right: auto; text-decoration: none; }
.pp-brand__mark {
  width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center;
  background: linear-gradient(135deg, var(--coral), #ff9270); color: #fff; font-size: 1.35rem;
  box-shadow: 0 6px 16px rgba(255,107,74,.32); transform: rotate(-6deg);
}
.pp-brand__name { font-family: var(--font-head); font-weight: 600; font-size: 1.12rem; color: var(--ink); line-height: 1.05; }
.pp-brand__name em { display: block; font-style: normal; font-size: .74rem; color: var(--coral); letter-spacing: .02em; }
.pp-nav { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.pp-nav a { padding: 8px 14px; border-radius: 999px; color: var(--ink); font-weight: 600; font-family: var(--font-head); font-size: .96rem; }
.pp-nav a:hover, .pp-nav a.is-active { background: var(--cream); color: var(--coral); }
.pp-navcta { display: flex; align-items: center; gap: 12px; }

/* =====================================================================
   PHONE MOCKUP + iMESSAGE BUBBLES
   ===================================================================== */
.pp-phone {
  width: 316px; max-width: 84vw; margin: 0 auto; background: #fff;
  border: 13px solid #101012; border-radius: 46px; overflow: hidden;
  box-shadow: 0 40px 90px rgba(20,30,60,.28), 0 8px 22px rgba(20,30,60,.14);
  position: relative;
}
.pp-phone__notch { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 128px; height: 26px; background: #101012; border-radius: 0 0 16px 16px; z-index: 3; }
.pp-phone__bar {
  display: flex; align-items: center; gap: 10px; padding: 30px 16px 12px;
  border-bottom: 1px solid #eee; background: rgba(255,255,255,.96);
  position: relative; z-index: 2;
}
.pp-phone__avatar { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; font-size: 1.15rem; background: linear-gradient(135deg,#ffd9cf,#ffe29a); flex: 0 0 auto; }
.pp-phone__who { line-height: 1.1; }
.pp-phone__name { font-family: var(--font-head); font-weight: 600; font-size: 1rem; color: #1c1c1e; }
.pp-phone__status { font-size: .72rem; color: #34c759; font-weight: 700; }
.pp-phone__thread { padding: 16px 14px 22px; display: flex; flex-direction: column; gap: 7px; background: #fff; min-height: 320px; }
.pp-daystamp { text-align: center; font-size: .68rem; color: #9a9aa2; font-weight: 700; margin: 4px 0 8px; letter-spacing: .02em; }

.pp-bubble {
  max-width: 80%; padding: 9px 14px; border-radius: var(--bubble-r); font-size: 15px;
  line-height: 1.36; font-family: var(--font-body); font-weight: 500;
  position: relative; word-wrap: break-word; animation: ppPop .4s cubic-bezier(.2,.8,.3,1.2) both;
}
.pp-bubble--dog { align-self: flex-start; background: var(--imsg-gray); color: var(--imsg-ink); border-bottom-left-radius: 6px; }
.pp-bubble--you { align-self: flex-end; background: var(--imsg-blue); color: #fff; border-bottom-right-radius: 6px; }
.pp-bubble b, .pp-bubble strong { font-weight: 800; }
.pp-delivered { align-self: flex-end; font-size: .66rem; color: #9a9aa2; font-weight: 700; margin: 2px 4px 0; }
.pp-typing { align-self: flex-start; background: var(--imsg-gray); border-radius: var(--bubble-r); border-bottom-left-radius: 6px; padding: 12px 15px; display: inline-flex; gap: 4px; }
.pp-typing i { width: 7px; height: 7px; border-radius: 50%; background: #b6b6bd; display: block; animation: ppBlink 1.2s infinite; }
.pp-typing i:nth-child(2) { animation-delay: .2s; }
.pp-typing i:nth-child(3) { animation-delay: .4s; }
@keyframes ppBlink { 0%,60%,100% { opacity: .3; transform: translateY(0); } 30% { opacity: 1; transform: translateY(-2px); } }
@keyframes ppPop { from { opacity: 0; transform: translateY(8px) scale(.96); } to { opacity: 1; transform: none; } }

/* staggered reveal for hero bubbles */
.pp-phone--anim .pp-bubble { opacity: 0; animation: ppPop .45s cubic-bezier(.2,.8,.3,1.2) forwards; }
.pp-phone--anim .pp-bubble:nth-child(1) { animation-delay: .2s; }
.pp-phone--anim .pp-bubble:nth-child(2) { animation-delay: .9s; }
.pp-phone--anim .pp-bubble:nth-child(3) { animation-delay: 1.5s; }
.pp-phone--anim .pp-bubble:nth-child(4) { animation-delay: 2.1s; }
.pp-phone--anim .pp-bubble:nth-child(5) { animation-delay: 2.7s; }

/* =====================================================================
   HERO
   ===================================================================== */
.pp-hero { padding: 40px 0 72px; position: relative; overflow: hidden; }
.pp-hero::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(760px 420px at 88% -8%, rgba(255,217,207,.55), transparent 60%),
    radial-gradient(680px 460px at 4% 8%, rgba(234,243,255,.9), transparent 62%);
}
.pp-hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; }
.pp-badge { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid #ffe0d6; color: var(--ink); font-weight: 700; font-size: .82rem; padding: 7px 15px; border-radius: 999px; box-shadow: var(--shadow-sm); font-family: var(--font-head); }
.pp-hero h1 { margin: 18px 0 14px; }
.pp-hero h1 .pp-hl { color: var(--coral); position: relative; white-space: nowrap; }
.pp-hero__sub { font-size: 1.2rem; color: var(--ink-soft); max-width: 30ch; margin-bottom: 24px; font-weight: 500; }
.pp-hero__cta { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.pp-hero__namebar { margin-top: 22px; background: #fff; border: 2px solid #ffe0d6; border-radius: 999px; padding: 6px 6px 6px 20px; display: flex; align-items: center; gap: 10px; max-width: 380px; box-shadow: var(--shadow-sm); }
.pp-hero__namebar label { font-family: var(--font-head); font-weight: 600; color: var(--ink-soft); font-size: .9rem; white-space: nowrap; }
.pp-hero__namebar input { border: 0; outline: 0; font: inherit; font-weight: 700; color: var(--ink); flex: 1; min-width: 40px; background: transparent; }
.pp-hero__namebar button { border: 0; }
.pp-hero__trust { display: flex; gap: 18px; margin-top: 22px; flex-wrap: wrap; }
.pp-hero__trust span { font-size: .88rem; color: var(--ink-soft); font-weight: 600; display: inline-flex; align-items: center; gap: 6px; }
.pp-hero__media { display: flex; justify-content: center; position: relative; }
.pp-hero__media::after { content: "🐾"; position: absolute; font-size: 2.2rem; right: 6%; bottom: 4%; filter: drop-shadow(0 6px 10px rgba(0,0,0,.12)); animation: ppFloat 3s ease-in-out infinite; }
@keyframes ppFloat { 0%,100% { transform: translateY(0) rotate(-8deg); } 50% { transform: translateY(-9px) rotate(6deg); } }

/* =====================================================================
   STAT STRIP
   ===================================================================== */
.pp-stats { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.pp-stat { background: #fff; border: 1px solid #f0eae4; border-radius: var(--radius); padding: 18px 26px; text-align: center; box-shadow: var(--shadow-sm); flex: 1; min-width: 180px; }
.pp-stat b { display: block; font-family: var(--font-head); font-weight: 600; font-size: 1.9rem; color: var(--coral); }
.pp-stat span { color: var(--ink-soft); font-weight: 600; font-size: .92rem; }

/* =====================================================================
   STEPS
   ===================================================================== */
.pp-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pp-step { background: #fff; border: 1px solid #f0eae4; border-radius: var(--radius-lg); padding: 30px 26px; position: relative; box-shadow: var(--shadow-sm); }
.pp-step__n { position: absolute; top: -16px; left: 26px; width: 34px; height: 34px; border-radius: 50%; background: var(--coral); color: #fff; font-family: var(--font-head); font-weight: 700; display: grid; place-items: center; box-shadow: 0 6px 14px rgba(255,107,74,.4); }
.pp-step__ic { font-size: 2.1rem; margin-bottom: 8px; display: block; }
.pp-step h3 { font-size: 1.28rem; margin-bottom: 6px; }
.pp-step p { color: var(--ink-soft); font-weight: 500; margin: 0; }

/* =====================================================================
   SAMPLE-TEXT WALL
   ===================================================================== */
.pp-wall { columns: 3; column-gap: 16px; }
.pp-wall .pp-bubble { display: inline-block; width: 100%; margin: 0 0 14px; max-width: 100%; break-inside: avoid; box-shadow: var(--shadow-sm); font-size: 15.5px; }
.pp-wall .pp-bubble--dog { border-radius: var(--bubble-r); background: #fff; border: 1px solid #eee; }
.pp-wall .pp-bubble--you { border-radius: var(--bubble-r); background: var(--imsg-blue); }
.pp-wall__from { display: block; font-family: var(--font-head); font-size: .72rem; font-weight: 700; color: var(--coral); margin-bottom: 3px; letter-spacing: .02em; }
.pp-wall .pp-bubble--you .pp-wall__from { color: rgba(255,255,255,.85); }

/* =====================================================================
   FEATURE CARDS
   ===================================================================== */
.pp-feats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.pp-feat { display: flex; gap: 16px; background: #fff; border: 1px solid #f0eae4; border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); }
.pp-feat__ic { flex: 0 0 auto; width: 54px; height: 54px; border-radius: 16px; display: grid; place-items: center; font-size: 1.6rem; background: var(--cream); }
.pp-feat h3 { font-size: 1.18rem; margin-bottom: 5px; }
.pp-feat p { color: var(--ink-soft); font-weight: 500; margin: 0; }

/* =====================================================================
   PRICING
   ===================================================================== */
.pp-plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: start; }
.pp-plan { background: #fff; border: 1.5px solid #eee6df; border-radius: var(--radius-lg); padding: 28px 24px; box-shadow: var(--shadow-sm); position: relative; display: flex; flex-direction: column; }
.pp-plan--featured { border-color: var(--coral); box-shadow: 0 24px 50px rgba(255,107,74,.18); transform: translateY(-6px); }
.pp-plan__tag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--coral); color: #fff; font-family: var(--font-head); font-weight: 700; font-size: .74rem; padding: 5px 14px; border-radius: 999px; letter-spacing: .04em; white-space: nowrap; }
.pp-plan__name { font-family: var(--font-head); font-weight: 600; font-size: 1.15rem; color: var(--ink); }
.pp-plan__price { font-family: var(--font-head); font-weight: 700; font-size: 2.6rem; color: var(--ink); line-height: 1; margin: 8px 0 2px; }
.pp-plan__price span { font-size: 1rem; color: var(--ink-soft); font-weight: 600; }
.pp-plan__blurb { color: var(--ink-soft); font-weight: 500; font-size: .96rem; margin: 6px 0 14px; }
.pp-plan__list { list-style: none; padding: 0; margin: 0 0 18px; display: grid; gap: 9px; }
.pp-plan__list li { padding-left: 26px; position: relative; font-weight: 600; color: var(--ink); font-size: .94rem; }
.pp-plan__list li::before { content: "🐾"; position: absolute; left: 0; font-size: .9rem; }
.pp-plan .pp-bubble { margin: 0 0 18px; font-size: 13.5px; box-shadow: none; }
.pp-plan .btn { margin-top: auto; }
.pp-tripwire { margin-top: 22px; background: linear-gradient(120deg, var(--butter), #fff2cc); border: 1px solid #f5df9a; border-radius: var(--radius); padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.pp-tripwire b { font-family: var(--font-head); font-size: 1.5rem; color: var(--ink); }
.pp-guarantee { display: inline-flex; align-items: center; gap: 10px; background: var(--mint); border-radius: 999px; padding: 10px 20px; font-weight: 700; color: #10603f; }

/* =====================================================================
   GIFT / OCCASIONS
   ===================================================================== */
.pp-occ { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.pp-occ__card { background: #fff; border: 1px solid #f0eae4; border-radius: var(--radius); padding: 24px; text-align: center; box-shadow: var(--shadow-sm); }
.pp-occ__ic { font-size: 2.2rem; display: block; margin-bottom: 8px; }
.pp-occ__card h3 { font-size: 1.12rem; margin-bottom: 6px; }
.pp-occ__card p { color: var(--ink-soft); font-weight: 500; font-size: .92rem; margin: 0; }

/* =====================================================================
   TESTIMONIALS (bubble reviews)
   ===================================================================== */
.pp-revs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.pp-rev { background: #fff; border: 1px solid #f0eae4; border-radius: var(--radius); padding: 22px 24px; box-shadow: var(--shadow-sm); }
.pp-rev__stars { color: #ffb400; letter-spacing: 2px; font-size: .95rem; margin-bottom: 8px; }
.pp-rev__quote { font-size: 1.06rem; color: var(--ink); font-weight: 600; line-height: 1.5; margin-bottom: 14px; }
.pp-rev__who { display: flex; align-items: center; gap: 10px; }
.pp-rev__ava { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg,#ffd9cf,#eaf3ff); display: grid; place-items: center; font-size: 1.1rem; }
.pp-rev__name { font-family: var(--font-head); font-weight: 600; color: var(--ink); line-height: 1.1; }
.pp-rev__role { font-size: .82rem; color: var(--ink-soft); font-weight: 600; }
.pp-note { text-align: center; color: var(--ink-soft); font-size: .84rem; font-style: italic; margin-top: 18px; }

/* =====================================================================
   FAQ AS A CHAT THREAD
   ===================================================================== */
.pp-chat { max-width: 680px; margin: 0 auto; display: flex; flex-direction: column; gap: 16px; }
.pp-chat__row { display: flex; flex-direction: column; gap: 6px; }
.pp-chat__q { align-self: flex-end; max-width: 82%; background: var(--imsg-blue); color: #fff; padding: 12px 17px; border-radius: var(--bubble-r); border-bottom-right-radius: 6px; font-weight: 700; }
.pp-chat__a { align-self: flex-start; max-width: 86%; background: var(--imsg-gray); color: var(--imsg-ink); padding: 12px 17px; border-radius: var(--bubble-r); border-bottom-left-radius: 6px; font-weight: 500; line-height: 1.5; }
.pp-chat__a b { color: var(--coral); }
.pp-chat__from { font-size: .7rem; font-weight: 800; color: var(--coral); margin: 0 0 -2px 6px; }

/* =====================================================================
   CTA BAND ("a text from the dog")
   ===================================================================== */
.pp-cta { position: relative; overflow: hidden; background: linear-gradient(135deg, #fff3ee, var(--sky)); border-radius: var(--radius-lg); padding: 54px 40px; text-align: center; }
.pp-cta h2 { font-size: clamp(1.8rem, 3.6vw, 2.7rem); margin-bottom: 10px; }
.pp-cta p { color: var(--ink-soft); font-size: 1.12rem; max-width: 46ch; margin: 0 auto 24px; font-weight: 500; }
.pp-cta .pp-bubble { display: inline-block; margin: 0 auto 22px; background: var(--imsg-gray); box-shadow: var(--shadow-sm); font-size: 1rem; text-align: left; max-width: 440px; }

/* =====================================================================
   PERSONALITY QUIZ
   ===================================================================== */
.pp-quiz { max-width: 560px; margin: 0 auto; background: #fff; border: 1px solid #f0eae4; border-radius: var(--radius-lg); padding: 30px; box-shadow: var(--shadow); }
.pp-quiz__prog { height: 8px; background: #f1ece7; border-radius: 999px; overflow: hidden; margin-bottom: 22px; }
.pp-quiz__prog i { display: block; height: 100%; width: 0; background: var(--coral); border-radius: 999px; transition: width .35s ease; }
.pp-qstep { display: none; }
.pp-qstep.active { display: block; animation: ppPop .35s ease both; }
.pp-qstep h3 { font-size: 1.4rem; margin-bottom: 18px; }
.pp-qinput { width: 100%; padding: 15px 18px; border: 2px solid #eee6df; border-radius: 16px; font: inherit; font-weight: 700; color: var(--ink); }
.pp-qinput:focus { outline: 0; border-color: var(--coral); }
.pp-qopts { display: grid; gap: 10px; }
.pp-qopt { text-align: left; background: #fff; border: 2px solid #eee6df; border-radius: 16px; padding: 14px 18px; font: inherit; font-weight: 700; color: var(--ink); font-family: var(--font-head); cursor: pointer; transition: all .12s ease; }
.pp-qopt:hover { border-color: var(--coral); transform: translateY(-1px); }
.pp-qopt.sel { border-color: var(--coral); background: var(--cream); }
.pp-qnav { display: flex; justify-content: space-between; margin-top: 20px; gap: 10px; }
.pp-qresult { display: none; text-align: center; scroll-margin-top: 100px; }
.pp-qresult.show { display: block; animation: ppPop .4s ease both; }
.pp-qresult .pp-phone { width: 280px; margin: 0 auto 22px; }
.pp-qresult .pp-phone__thread { min-height: auto; }
.pp-qresult h3 { font-size: 1.5rem; margin-bottom: 6px; }
.pp-qresult .pp-sub { color: var(--ink-soft); font-weight: 600; margin-bottom: 18px; }

/* =====================================================================
   FUNNEL STEPPER + FORM CARD (reused across start/preview/thanks)
   ===================================================================== */
.pp-funnel { padding: 40px 0 72px; background: var(--cream); min-height: 70vh; }
.pp-steps-row { display: flex; justify-content: center; gap: 8px; margin-bottom: 30px; flex-wrap: wrap; }
.pp-fstep { display: flex; align-items: center; gap: 8px; color: var(--ink-soft); font-weight: 700; font-family: var(--font-head); font-size: .9rem; opacity: .5; }
.pp-fstep.active, .pp-fstep.done { opacity: 1; color: var(--coral); }
.pp-fstep b { width: 26px; height: 26px; border-radius: 50%; background: #eee; color: var(--ink-soft); display: grid; place-items: center; font-size: .82rem; }
.pp-fstep.active b, .pp-fstep.done b { background: var(--coral); color: #fff; }
.pp-fcard { max-width: 560px; margin: 0 auto; background: #fff; border: 1px solid #f0eae4; border-radius: var(--radius-lg); padding: 32px; box-shadow: var(--shadow); }
.pp-fgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; max-width: 940px; margin: 0 auto; }
.pp-vcf { background: var(--sky); border-radius: var(--radius); padding: 22px; display: flex; align-items: center; gap: 16px; margin: 20px 0; }
.pp-vcf__ic { width: 54px; height: 54px; border-radius: 16px; background: #fff; display: grid; place-items: center; font-size: 1.6rem; flex: 0 0 auto; box-shadow: var(--shadow-sm); }
.pp-thanks-check { width: 68px; height: 68px; border-radius: 50%; background: var(--mint); color: #10603f; display: grid; place-items: center; font-size: 2rem; margin: 0 auto 16px; }

/* =====================================================================
   FAB (quiz launcher)
   ===================================================================== */
.vertical-petprod .fab { background: var(--coral); box-shadow: 0 14px 30px rgba(255,107,74,.42); }

/* =====================================================================
   FOUNDER
   ===================================================================== */
.pp-founder { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: center; }
.pp-founder__card { background: #fff; border: 1px solid #f0eae4; border-radius: var(--radius-lg); padding: 8px; box-shadow: var(--shadow); }
.pp-founder__sign { font-family: var(--font-accent); font-size: 1.7rem; color: var(--coral); margin-top: 10px; }

/* =====================================================================
   FOOTER
   ===================================================================== */
.pp-footer { background: var(--ink); color: #cdd6e8; }
.pp-footer a { color: #cdd6e8; }
.pp-footer a:hover { color: #fff; }
.pp-footer__top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 30px; padding: 54px 0 34px; }
.pp-footer h4 { color: #fff; font-size: .95rem; margin-bottom: 12px; }
.pp-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.pp-footer__brand .pp-brand__name { color: #fff; }
.pp-footer__blurb { color: #9fabc4; font-weight: 500; max-width: 34ch; margin: 14px 0 18px; }
.pp-footer__bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 18px 0; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: .86rem; color: #9fabc4; }
.pp-footer__fine { font-size: .78rem; color: #7f8ba6; max-width: 60ch; margin-top: 8px; line-height: 1.6; }

/* =====================================================================
   PAGE HERO (inner pages)
   ===================================================================== */
.pp-pagehero { background: linear-gradient(180deg, var(--cream), #fff); padding: 48px 0 30px; text-align: center; }
.pp-pagehero h1 { margin-bottom: 8px; }
.pp-pagehero p { color: var(--ink-soft); font-weight: 500; max-width: 44ch; margin: 0 auto; font-size: 1.1rem; }

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width: 900px) {
  .pp-hero__inner { grid-template-columns: 1fr; gap: 30px; text-align: center; }
  .pp-hero__sub { margin-left: auto; margin-right: auto; }
  .pp-hero__cta, .pp-hero__trust { justify-content: center; }
  .pp-hero__namebar { margin-left: auto; margin-right: auto; }
  .pp-hero__media { order: -1; }
  .pp-steps, .pp-feats, .pp-plans, .pp-occ, .pp-revs, .pp-founder { grid-template-columns: 1fr; }
  .pp-plan--featured { transform: none; }
  .pp-wall { columns: 2; }
  .pp-footer__top { grid-template-columns: 1fr 1fr; }
  .pp-fgrid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .pp-wall { columns: 1; }
  .pp-footer__top { grid-template-columns: 1fr; }
  .pp-nav { display: none; }
}
