/* Become-a-partner page ("/list-with-us"): global stylesheet, 1:1 from the Claude Design
   export (list-with-us.share.html). Base .pp-* classes + .lwu-* design layer, module hash
   replaced with pp-. Loaded via <link> in page.tsx; classes are global on purpose so the
   extracted design markup maps exactly. Keyframes appended at the end. */

.pp-page { font-family: var(--font-inter), "Inter", system-ui, sans-serif; color: rgb(20, 23, 28); background: rgb(255, 255, 255); }
.pp-page section { max-width: 1280px; margin: 0px auto; padding: 88px 40px; box-sizing: border-box; }
.pp-h2 { margin: 0px 0px 14px; font-size: 40px; font-weight: 600; letter-spacing: -0.025em; line-height: 1.1; }
.pp-hero { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 0px; padding-top: 0px; padding-bottom: 0px; }
body:has(.lwu-heroScene) .header.header--minimal { backdrop-filter: blur(14px); border-bottom: 1px solid rgba(20, 23, 28, 0.04); background: rgba(255, 255, 255, 0.55) !important; box-shadow: none !important; }
.pp-page section.lwu-heroScene { max-width: none; margin: -67px 0px 0px; padding-top: 215px; padding-bottom: 160px; position: relative; overflow: hidden; border-radius: 0px; }
.lwu-heroSky { position: absolute; inset: 0px; z-index: 0; background: linear-gradient(rgb(223, 242, 248) 0%, rgb(218, 237, 254) 40%, rgb(255, 255, 255) 90%); }
.lwu-heroGlow { position: absolute; left: 50%; top: 330px; width: 1380px; height: 560px; transform: translateX(-50%); background: radial-gradient(closest-side, rgba(255, 209, 166, 0.48), rgba(255, 209, 166, 0) 72%), radial-gradient(closest-side at 50% 68%, rgba(251, 194, 196, 0.2), rgba(251, 194, 196, 0) 70%); filter: blur(22px); }
.lwu-heroSky::before { content: ""; position: absolute; left: -8%; top: -20%; width: 46%; height: 70%; background: radial-gradient(closest-side, rgba(191, 233, 242, 0.4), transparent 75%); }
.lwu-heroSky::after { content: ""; position: absolute; right: -8%; top: -14%; width: 44%; height: 64%; background: radial-gradient(closest-side, rgba(207, 228, 255, 0.45), transparent 75%); }
.lwu-heroFloats { position: absolute; inset: 0px; z-index: 1; }
.lwu-heroFloat { position: absolute; }
.lwu-heroTag { display: inline-flex; align-items: center; gap: 9px; background: rgb(255, 255, 255); border: 1px solid rgba(20, 23, 28, 0.08); border-radius: 999px; padding: 11px 18px; font-size: 13.5px; font-weight: 500; color: rgb(20, 23, 28); white-space: nowrap; box-shadow: rgba(20, 23, 28, 0.04) 0px 1px 2px, rgba(20, 23, 28, 0.22) 0px 14px 30px -14px; transform: rotate(var(--rot, 0deg)); font-family: var(--font-inter), "Inter", system-ui, sans-serif; }
.lwu-heroTagEmoji { font-size: 17px; line-height: 1; }
.lwu-heroTagStar { color: rgb(245, 166, 35); font-size: 17px; line-height: 1; }
.lwu-heroTagStrong { color: rgb(20, 23, 28); font-weight: 600; }
.lwu-heroLike { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; background: rgb(255, 255, 255); border: 1px solid rgba(20, 23, 28, 0.08); border-radius: 50%; box-shadow: rgba(20, 23, 28, 0.04) 0px 1px 2px, rgba(20, 23, 28, 0.22) 0px 14px 30px -14px; transform: rotate(var(--rot, 0deg)); }
.lwu-heroChart { display: flex; flex-direction: column; gap: 6px; padding: 16px 18px; border-radius: 18px; width: 190px; transform: rotate(var(--rot, 0deg)); }
.lwu-heroChartRow { display: flex; align-items: center; gap: 8px; }
.lwu-heroChartVal { font-size: 24px; font-weight: 600; letter-spacing: -0.02em; color: rgb(20, 23, 28); }
.lwu-heroChartDelta { display: inline-flex; align-items: center; gap: 3px; font-size: 12.5px; font-weight: 600; color: rgb(20, 23, 28); }
.lwu-heroChartBars { display: flex; align-items: flex-end; gap: 6px; margin-top: 8px; height: 38px; }
.lwu-heroChartBars span { flex: 1 1 0%; background: rgb(243, 244, 246); border: 1px solid rgba(20, 23, 28, 0.08); border-radius: 5px; }
.lwu-heroChartBars .lwu-heroChartBar--hot { background: rgb(20, 23, 28); border-color: rgb(20, 23, 28); }
.lwu-heroHost { display: flex; align-items: center; gap: 11px; padding: 11px 16px 11px 10px; width: 208px; transform: rotate(var(--rot, 0deg)); }
.lwu-heroHostAvatar { width: 42px; height: 42px; border-radius: 50%; flex-shrink: 0; object-fit: cover; object-position: center 20%; }
.pp-heroCopy, .pp-heroForm { position: relative; z-index: 2; }
@media (min-width: 961px) and (max-width: 1140px) {
  .lwu-heroFloat { zoom: 0.84; }
  .lwu-fHost, .lwu-fChart { display: none !important; }
  .lwu-heroGlow { width: 820px; height: 460px; top: 300px; }
  .lwu-fBooking { left: 0px !important; top: 12% !important; }
  .lwu-fLive { left: 1% !important; top: 80% !important; }
  .lwu-fRating { right: 0px !important; top: 10% !important; }
  .lwu-fLike { right: 4% !important; top: 68% !important; }
  .pp-h1 { font-size: 46px; }
  .pp-heroSub { font-size: 17px; }
}
@media (min-width: 641px) and (max-width: 960px) {
  .lwu-heroFloat { zoom: 0.82; }
  .lwu-fHost, .lwu-fChart { display: none !important; }
  .lwu-heroGlow { width: 620px; height: 400px; top: 280px; }
  .lwu-fBooking { left: 0px !important; top: 150px !important; }
  .lwu-fLive { left: 1% !important; top: 84% !important; }
  .lwu-fRating { right: 0px !important; top: 150px !important; }
  .lwu-fLike { right: 3% !important; top: 82% !important; }
}
@media (max-width: 640px) {
  .lwu-heroFloat { zoom: 0.82; }
  .lwu-fHost, .lwu-fChart, .lwu-fLive { display: none !important; }
  .lwu-heroGlow { width: 560px; height: 480px; top: 300px; background: radial-gradient(closest-side, rgba(255, 199, 158, 0.85), rgba(255, 199, 158, 0) 74%), radial-gradient(closest-side at 50% 62%, rgba(251, 182, 192, 0.7), rgba(251, 182, 192, 0) 72%); filter: blur(16px); }
  .pp-page section.lwu-heroScene { padding-top: 236px; padding-bottom: 72px; }
  .pp-heroSub { font-size: 16px; text-wrap: balance; }
  .pp-heroForm { margin-top: 132px; }
  .lwu-fBooking { inset: 554px auto auto 3% !important; }
  .lwu-fRating { inset: 610px 3% auto auto !important; }
  .lwu-fLive { inset: 666px auto auto 14% !important; }
  .lwu-fLike { inset: 662px 8% auto auto !important; }
}
.pp-heroCopy { animation: 0.7s cubic-bezier(0.2, 0.7, 0, 1) 0s 1 normal both running lwuRise; }
.pp-heroPill, .pp-pill { display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(20, 23, 28, 0.12); border-radius: 999px; padding: 8px 15px; font-size: 13px; font-weight: 500; color: rgb(20, 23, 28); margin-bottom: 22px; }
.pp-pillDot { width: 7px; height: 7px; border-radius: 50%; background: rgb(21, 94, 239); animation: 2.4s ease-in-out 0s infinite normal none running lwuPulse; }
.pp-h1 { margin: 0px 0px 16px; font-size: 58px; font-weight: 600; letter-spacing: -0.03em; line-height: 1.05; }
.pp-heroSub { margin: 0px auto; color: rgba(20, 23, 28, 0.6); font-size: 18px; line-height: 1.55; max-width: 44ch; }
.lwu-heroScene .pp-heroPill { background: rgba(255, 255, 255, 0.85); border: 1px solid rgb(255, 255, 255); box-shadow: rgba(20, 23, 28, 0.04) 0px 1px 2px, rgba(20, 23, 28, 0.19) 0px 10px 26px -14px; backdrop-filter: blur(6px); padding: 9px 17px; }
.lwu-formTitle { margin: 0px 0px 28px; font-size: 24px; font-weight: 600; letter-spacing: -0.015em; color: rgb(20, 23, 28); text-align: center; font-family: var(--font-inter), "Inter", system-ui, sans-serif; }
.pp-heroForm { animation: 0.75s cubic-bezier(0.2, 0.7, 0, 1) 0.12s 1 normal both running lwuRise; width: 100%; max-width: 460px; margin-top: 56px; position: relative; }
.pp-heroForm .signup-form { background: rgb(255, 255, 255); border: 1px solid rgba(20, 23, 28, 0.06); border-radius: 22px; padding: 28px 28px 24px; box-shadow: rgba(20, 23, 28, 0.03) 0px 2px 4px, rgba(20, 23, 28, 0.18) 0px 18px 36px -18px, rgba(20, 23, 28, 0.24) 0px 48px 96px -32px; }
.pp-heroForm .signup-input { box-sizing: border-box; width: 100%; color: rgb(20, 23, 28); background: rgb(243, 244, 246); border: 1.5px solid transparent; border-radius: 999px; padding: 14px 20px; font-family: inherit; font-size: 15px; line-height: 1.45; transition: background 0.18s, border-color 0.18s; }
.pp-heroForm .signup-input::placeholder { color: rgb(154, 160, 166); }
.pp-heroForm .signup-input:hover { background: rgb(236, 238, 241); }
.pp-heroForm .signup-input:focus { background: rgb(255, 255, 255); border-color: rgb(20, 23, 28); outline: none; }
.pp-heroForm .signup-action { margin-top: 14px; }
.pp-heroForm .signup-btn { display: inline-flex; align-items: center; justify-content: center; width: 100%; height: 48px; color: rgb(255, 255, 255); background: rgb(20, 23, 28); border: none; border-radius: 999px; font-family: inherit; font-size: 15px; font-weight: 500; cursor: pointer; transition: background 0.2s, transform 0.12s cubic-bezier(0.2, 0, 0, 1), box-shadow 0.2s; }
.pp-heroForm .signup-btn:hover { background: rgb(42, 46, 54); transform: translateY(-1px); box-shadow: rgba(20, 23, 28, 0.5) 0px 10px 24px -12px; }
.pp-heroForm .signup-btn:active { transform: scale(0.98); }
.pp-heroForm .signup-social-section { border-top: 1px solid rgba(20, 23, 28, 0.07); margin-top: 20px; padding-top: 16px; }
.pp-heroForm .signup-bottom { margin: 0px; font-size: 14px; color: rgb(107, 114, 128); }
.pp-heroForm .signup-bottom a { color: rgb(20, 23, 28); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.pp-heroForm .signup-bottom a:hover { color: rgb(21, 94, 239); }
/* Email stage (#signupForm) reproduces the design's plain-block form spacing.
   The shared signup-embed.css makes .signup-form a flex column with gap:20px,
   which stacks 20px on top of every child margin and bloats the form (title→
   field became 48px, etc.). The design form is a plain block: title mb 28,
   action mt 14, helper mt 12. Scope to #signupForm so the 6-digit code stage
   (no id) keeps its flex spacing. The design has no "Sign in / Browse without
   an account" rows, so hide them here to match. */
.pp-heroForm #signupForm { display: block; }
.pp-heroForm #signupForm .signup-action { display: block; }
.pp-heroForm #signupForm .signup-social-section { display: none; }
.pp-heroFormFoot { margin: 14px 4px 0px; font-size: 13.5px; color: rgb(154, 160, 166); text-align: center; }
.pp-heroFormFoot a { color: rgb(20, 23, 28); text-decoration: underline; text-underline-offset: 2px; }
.pp-heroFormFoot a:hover { color: rgb(21, 94, 239); }
.pp-fair > .pp-h2 { text-align: center; }
.pp-fairRows { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.lwu-fairRow { background: rgb(247, 247, 248); border: 1px solid rgba(20, 23, 28, 0.05); border-radius: 22px; padding: 34px 32px 36px; transition: background 0.18s, border-color 0.18s, transform 0.18s; position: relative; }
.lwu-fairRow:hover { background: rgb(241, 242, 243); border-color: rgba(20, 23, 28, 0.08); transform: translateY(-2px); }
.pp-fairTitle { margin: 0px 0px 10px; font-size: 22px; font-weight: 600; letter-spacing: -0.02em; }
.pp-fairBody { margin: 0px; color: rgba(20, 23, 28, 0.6); font-size: 16px; line-height: 1.55; }
.lwu-fairIcon { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; margin-bottom: 22px; color: rgb(20, 23, 28); }
.lwu-fairIcon svg { width: 30px; height: 30px; }
.lwu-arrowBtn { display: inline-flex; align-items: center; justify-content: center; vertical-align: middle; margin-left: 5px; width: 26px; height: 26px; padding: 0px; border: 1px solid rgba(20, 23, 28, 0.12); border-radius: 999px; background: rgba(20, 23, 28, 0.04); color: rgb(20, 23, 28); cursor: pointer; transition: background 0.15s, border-color 0.15s, transform 0.15s; }
.lwu-arrowBtn:hover { background: rgba(20, 23, 28, 0.08); border-color: rgba(20, 23, 28, 0.2); transform: translate(1px, -1px); }
.lwu-arrowBtn--corner { position: absolute; right: 26px; bottom: 26px; margin-left: 0px; width: 34px; height: 34px; }
.lwu-arrowBtn--corner svg { width: 17px; height: 17px; }
.lwu-fairRow:has(.lwu-arrowBtn--corner) { padding-bottom: 74px; }
.pp-promo { padding-top: 0px; }
.lwu-promoGrid { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 56px; align-items: center; }
.lwu-promoText .pp-promoBody { max-width: 46ch; }
.lwu-promoDeco { position: relative; min-height: 400px; }
.lwu-promoDeco .lwu-mock { position: absolute; }
.lwu-promoAd { width: 252px; padding: 0px; overflow: hidden; left: 14%; top: 4%; z-index: 2; transform: rotate(var(--rot,0deg)); }
.lwu-promoAdHd { display: flex; align-items: center; gap: 10px; padding: 12px 14px; }
.lwu-promoAdMedia img { width: 100%; height: 150px; object-fit: cover; display: block; }
.lwu-promoAdLogo { width: 34px; height: 34px; flex-shrink: 0; border-radius: 50%; overflow: hidden; }
.lwu-promoAdLogo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lwu-promoAdTag { font-size: 11px; color: rgb(107, 114, 128); }
.lwu-promoAdReach { display: flex; align-items: center; gap: 7px; padding: 12px 14px; font-size: 12.5px; font-weight: 600; color: rgb(21, 94, 239); }
.lwu-promoAdReach svg { flex-shrink: 0; }
.lwu-deck { position: absolute; left: 52%; top: 56%; right: auto; width: 226px; height: 150px; z-index: 4; transform: rotate(2deg); }
.lwu-dcard { position: absolute; left: 0px; right: 0px; top: 0px; display: flex; align-items: center; gap: 10px; padding: 13px 14px; min-height: 62px; background: rgb(255, 255, 255); border: 1px solid rgb(236, 238, 241); border-radius: 15px; box-shadow: rgba(20, 23, 28, 0.04) 0px 1px 2px, rgba(20, 23, 28, 0.2) 0px 18px 40px -22px; transform-origin: 50% 0px; }
.lwu-dcard--3 { transform: translateY(26px) scale(0.9); opacity: 0.45; z-index: 1; }
.lwu-dcard--2 { transform: translateY(13px) scale(0.95); opacity: 0.72; z-index: 2; }
.lwu-dcard--1 { z-index: 3; }
.lwu-dicon { width: 30px; height: 30px; color: rgb(20, 23, 28); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.lwu-dicon svg { width: 24px; height: 24px; }
.lwu-dpill { margin-left: auto; font-size: 10.5px; font-weight: 600; color: rgb(255, 255, 255); background: rgb(20, 23, 28); border: none; border-radius: 999px; padding: 4px 10px; flex-shrink: 0; }
.pp-promoBody { margin: 10px 0px 0px; color: rgba(20, 23, 28, 0.6); font-size: 17.5px; line-height: 1.6; max-width: 60ch; }
/* Stack + center the promo from tablet down (matches the wedge, which stacks
   at ≤960): text as one centered column, the visual cards centered below it. */
@media (max-width: 960px) {
  .lwu-promoGrid { grid-template-columns: 1fr; gap: 32px; }
  .lwu-promoText { text-align: center; }
  .lwu-promoText .pp-promoBody { max-width: 46ch; margin-left: auto; margin-right: auto; }
  .lwu-promoDeco { min-height: auto; display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: center; gap: 16px; }
  .lwu-promoDeco .lwu-mock, .lwu-deck { position: static; transform: rotate(var(--rot,0deg)); }
  .lwu-promoAd { width: auto; }
}
.pp-grid > .pp-h2 { text-align: center; text-wrap: balance; }
.pp-gridSub { margin: 0px 0px 40px; color: rgba(20, 23, 28, 0.6); font-size: 17.5px; text-align: center; }
.pp-tiles { display: flex; gap: 18px; overflow: auto hidden; scroll-snap-type: x mandatory; padding: 6px 0px 10px; scrollbar-width: none; }
.pp-tiles::-webkit-scrollbar { display: none; }
.pp-tiles > * { flex: 0 0 336px; scroll-snap-align: start; }
@media (max-width: 640px) {
  .pp-tiles > * { flex-basis: 280px; }
}
.lwu-tilesNav { display: flex; gap: 10px; justify-content: flex-end; margin: -6px 0px 18px; }
.lwu-tilesNav:empty { display: none; margin: 0px; }
.lwu-tilesWrap { position: relative; }
/* Carousel arrows: vertically centered on the cards (side arrows), not a bar
   above them. Absolutely positioned against .lwu-tilesWrap, straddling the
   left/right edge of the tiles row. A disabled arrow (at the first/last card)
   fades out so it never floats greyed over the cards. */
.lwu-tnBtn { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 999px; cursor: pointer; background: rgb(255, 255, 255); border: 1px solid rgba(20, 23, 28, 0.12); color: rgb(20, 23, 28); padding: 0px; transition: background 0.15s, color 0.15s, opacity 0.18s, visibility 0.18s; box-shadow: rgba(20, 23, 28, 0.12) 0px 2px 6px, rgba(20, 23, 28, 0.3) 0px 12px 26px -14px; }
.lwu-tnBtn--prev { left: -12px; }
.lwu-tnBtn--next { right: -12px; }
.lwu-tnBtn:hover { background: rgb(20, 23, 28); color: rgb(255, 255, 255); }
.lwu-tnBtn[disabled] { opacity: 0; pointer-events: none; }
@media (max-width: 743px) {
  .lwu-tnBtn { width: 40px; height: 40px; }
  .lwu-tnBtn--prev { left: -6px; }
  .lwu-tnBtn--next { right: -6px; }
}
.pp-tile { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; text-align: left; background: rgb(247, 247, 248); border: 1px solid rgba(20, 23, 28, 0.04); border-radius: 26px; padding: 26px 26px 66px; position: relative; font-family: inherit; cursor: pointer; transition: border-color 0.15s, box-shadow 0.18s, transform 0.16s cubic-bezier(0.2, 0, 0, 1); }
.pp-tile:nth-child(1) { background: rgb(230, 247, 250); }
.pp-tile:nth-child(2) { background: rgb(255, 240, 226); }
.pp-tile:nth-child(3) { background: rgb(233, 242, 255); }
.pp-tile:nth-child(4) { background: rgb(250, 244, 234); }
.pp-tile:nth-child(5) { background: rgb(234, 246, 239); }
.pp-tile:nth-child(6) { background: rgb(242, 240, 251); }
.pp-tile:hover { border-color: rgba(20, 23, 28, 0.18); transform: translateY(-3px); box-shadow: rgba(20, 23, 28, 0.04) 0px 1px 2px, rgba(20, 23, 28, 0.25) 0px 18px 40px -22px; }
.pp-tile:focus-visible { outline: none; box-shadow: rgba(20, 23, 28, 0.25) 0px 0px 0px 3px; }
.lwu-tileArrow { position: absolute; right: 22px; bottom: 22px; display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 999px; background: rgba(20, 23, 28, 0.04); border: 1px solid rgba(20, 23, 28, 0.12); color: rgb(20, 23, 28); transition: background 0.15s, color 0.15s, transform 0.15s; }
.pp-tile:hover .lwu-tileArrow { background: rgb(20, 23, 28); color: rgb(255, 255, 255); transform: translate(1px, -1px); }
.pp-tileTitle { font-size: 22px; font-weight: 600; letter-spacing: -0.015em; color: rgb(20, 23, 28); }
.pp-tileBody { font-size: 15.5px; line-height: 1.55; color: rgba(20, 23, 28, 0.6); }
.pp-wedgeInner { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: center; }
.pp-wedgeBody { margin: 0px; color: rgba(20, 23, 28, 0.6); font-size: 16.5px; line-height: 1.6; }
.pp-page section.pp-who { max-width: none; box-sizing: border-box; width: var(--lwu-vw, 100vw); margin-left: calc(50% - var(--lwu-vw, 100vw) / 2); margin-right: calc(50% - var(--lwu-vw, 100vw) / 2); background: rgb(247, 247, 248); padding: 140px 0px; }
.lwu-whoInner { max-width: 1200px; margin: 0px auto; padding: 0px 40px; box-sizing: border-box; }
.lwu-whoInner > .pp-h2, .lwu-whoInner > .pp-whoLede { text-align: center; }
.lwu-whoInner > .pp-whoLede { max-width: 640px; margin-left: auto; margin-right: auto; }
.pp-whoLede { margin: 0px 0px 34px; color: rgba(20, 23, 28, 0.6); font-size: 16.5px; }
.pp-whoRows { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pp-whoCard { background: rgb(255, 255, 255); border: 1px solid rgba(20, 23, 28, 0.04); border-radius: 26px; padding: 28px 26px; box-shadow: rgba(20, 23, 28, 0.03) 0px 1px 2px, rgba(20, 23, 28, 0.15) 0px 20px 40px -28px; }
.pp-whoTitle { margin: 0px 0px 10px; font-size: 19px; font-weight: 600; letter-spacing: -0.01em; }
.pp-whoBody { margin: 0px; color: rgba(20, 23, 28, 0.6); font-size: 15px; line-height: 1.55; }
.pp-how { padding-top: 128px; padding-bottom: 128px; }
.pp-how .pp-h2 { text-align: center; }
.pp-steps { list-style: none; margin: 84px auto 0px; max-width: 1080px; padding: 0px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; position: relative; }
.pp-steps::before, .pp-steps::after { content: ""; position: absolute; top: 23px; left: 12.5%; right: 12.5%; height: 2px; border-radius: 2px; }
.pp-steps::before { background: rgba(20, 23, 28, 0.08); }
.pp-steps::after { background: rgb(20, 23, 28); transform: scaleX(0); transform-origin: left center; transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.15s; }
.lwu-in.pp-steps::after { transform: scaleX(1); }
.pp-step { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 20px; position: relative; border: none; border-radius: 0px; padding: 0px; }
.pp-stepNum { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 50%; background: rgb(20, 23, 28); border: 1px solid rgb(20, 23, 28); font-size: 16px; font-weight: 600; color: rgb(255, 255, 255); transition: transform 0.45s cubic-bezier(0.2, 0.7, 0, 1); transform: scale(0.82); }
.lwu-in.pp-steps .pp-step:nth-child(1) .pp-stepNum { transition-delay: 0.15s; }
.lwu-in.pp-steps .pp-step:nth-child(2) .pp-stepNum { transition-delay: 0.45s; }
.lwu-in.pp-steps .pp-step:nth-child(3) .pp-stepNum { transition-delay: 0.75s; }
.lwu-in.pp-steps .pp-step:nth-child(4) .pp-stepNum { transition-delay: 1.05s; }
.lwu-in.pp-steps .pp-stepNum { transform: scale(1); }
.pp-stepTitle { margin: 0px 0px 8px; font-size: 19px; font-weight: 600; letter-spacing: -0.01em; }
.pp-stepBody { margin: 0px auto; color: rgba(20, 23, 28, 0.6); font-size: 15px; line-height: 1.6; max-width: 22ch; }
.pp-btnPrimaryOnDark, .pp-btnPrimary, .pp-btnSecondaryOnDark, .pp-btnSecondary { display: inline-flex; align-items: center; justify-content: center; height: 50px; padding: 0px 28px; border-radius: 999px; font-size: 15px; font-weight: 500; text-decoration: none; transition: background 0.2s, transform 0.12s cubic-bezier(0.2, 0, 0, 1), box-shadow 0.2s, border-color 0.15s; }
.pp-btnPrimaryOnDark { background: rgb(255, 255, 255); color: rgb(20, 23, 28); }
.pp-btnPrimaryOnDark:hover { transform: translateY(-1px); box-shadow: rgba(0, 0, 0, 0.5) 0px 10px 24px -12px; }
.pp-btnSecondaryOnDark { border: 1px solid rgba(255, 255, 255, 0.3); color: rgb(255, 255, 255); }
.pp-btnSecondaryOnDark:hover { border-color: rgb(255, 255, 255); }
.pp-btnPrimary { background: rgb(20, 23, 28); color: rgb(255, 255, 255); }
.pp-btnPrimary:hover { background: rgb(42, 46, 54); transform: translateY(-1px); box-shadow: rgba(20, 23, 28, 0.5) 0px 10px 24px -12px; }
.pp-btnSecondary { border: 1px solid rgba(20, 23, 28, 0.18); color: rgb(20, 23, 28); }
.pp-btnSecondary:hover { border-color: rgb(20, 23, 28); background: rgb(247, 247, 248); }
.pp-faq { padding-top: 128px; padding-bottom: 128px; }
.pp-faq > .pp-h2 { text-align: center; margin-bottom: 8px; }
.pp-faqList { margin: 52px auto 0px; max-width: 760px; border-top: 1px solid rgba(20, 23, 28, 0.07); }
.pp-faqItem { border-bottom: 1px solid rgba(20, 23, 28, 0.07); }
.pp-faqQ { display: flex; align-items: center; justify-content: space-between; gap: 24px; width: 100%; padding: 28px 4px; background: none; border: none; text-align: left; font-family: inherit; font-size: 17px; font-weight: 500; letter-spacing: -0.01em; color: rgb(20, 23, 28); cursor: pointer; transition: opacity 0.18s; }
.pp-faqQ:hover { color: rgb(0, 0, 0); }
.pp-faqIcon { flex-shrink: 0; color: rgb(194, 198, 204); transition: transform 0.28s cubic-bezier(0.2, 0, 0, 1), color 0.18s; }
.pp-faqQ:hover .pp-faqIcon { color: rgb(20, 23, 28); }
.pp-faqQ[aria-expanded="true"] .pp-faqIcon { transform: rotate(180deg); color: rgb(20, 23, 28); }
.pp-faqA { overflow: hidden; max-height: 0px; transition: max-height 0.34s cubic-bezier(0.2, 0, 0, 1); }
.pp-faqA p { margin: -4px 4px 30px; color: rgba(20, 23, 28, 0.55); font-size: 15.5px; line-height: 1.68; }
.pp-final { text-align: center; padding-bottom: 112px; }
.pp-finalTitle { margin: 0px 0px 12px; font-size: 42px; font-weight: 600; letter-spacing: -0.025em; line-height: 1.1; }
.pp-finalSub { margin: 0px 0px 30px; color: rgba(20, 23, 28, 0.6); font-size: 17px; }
.pp-final .pp-ctaRow { justify-content: center; }
.pp-ctaRow { display: flex; flex-wrap: wrap; gap: 14px; }
@media (max-width: 960px) {
  .pp-page section { padding: 64px 24px; }
  /* The 'who' band is a full-width tinted section (side padding 0, its inner
     container holds the gutters). Its desktop 140px vertical never shed on
     smaller screens because .pp-page section.pp-who outranks the base section
     rule, leaving it disproportionately tall vs every sibling. Match the
     section rhythm here (vertical only, keep the full-bleed 0 sides). */
  .pp-page section.pp-who { padding: 64px 0px; }
  .pp-page section.lwu-heroScene { padding-top: 120px; padding-bottom: 80px; }
  .pp-h1 { font-size: 44px; }
  .pp-fairRows { grid-template-columns: 1fr 1fr; }
  .pp-whoRows { grid-template-columns: repeat(3, 1fr); gap: 14px; }
  .pp-steps { grid-template-columns: 1fr 1fr; }
  .pp-steps::before, .pp-steps::after { display: none; }
  .pp-wedgeInner { grid-template-columns: 1fr; gap: 36px; }
  /* Stacked layout: center the text column and the price card so the block
     reads as one balanced centered column instead of a left text + a
     right-shoved card. */
  .pp-wedgeInner > div:first-child { text-align: center; }
  .pp-wedgeInner .pp-wedgeBody { margin-left: auto; margin-right: auto; max-width: 52ch; }
  .lwu-price { margin-left: auto; margin-right: auto; }
  .pp-foundingInner { padding: 48px 36px; }
}
@media (max-width: 640px) {
  .pp-page section { padding: 48px 16px; }
  .pp-page section.pp-who { padding: 48px 0px; }
  .lwu-f2Cta a { width: 100%; }
  .pp-h1 { font-size: 34px; }
  .pp-h2 { font-size: 30px; }
  .pp-finalTitle { font-size: 29px; }
  .pp-fairRows, .pp-whoRows, .pp-steps { grid-template-columns: 1fr; }
  .pp-heroForm .signup-form { padding: 22px 18px 20px; }
  .pp-ctaRow a { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .pp-heroCopy, .pp-heroForm { animation: none; }
  .pp-pillDot { animation: none; }
  .pp-steps::after { transform: scaleX(1); transition: none; }
  .pp-steps .pp-stepNum { transform: none; transition: none; }
}
.lwu-reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.5s ease-out, transform 0.55s cubic-bezier(0.2, 0.7, 0, 1); transition-delay: var(--rd, 0ms); }
.lwu-in { opacity: 1; transform: none; }
.lwu-float { animation: lwuFloat 5.6s ease-in-out infinite; animation-delay: var(--fd, 0s); }
@media (prefers-reduced-motion: reduce) {
  .lwu-float { animation: none; }
  .lwu-reveal { opacity: 1; transform: none; transition: none; }
}
.lwu-mock { background: rgb(255, 255, 255); border: 1px solid rgb(236, 238, 241); border-radius: 18px; box-shadow: rgba(20, 23, 28, 0.04) 0px 1px 2px, rgba(20, 23, 28, 0.2) 0px 22px 48px -24px; font-family: var(--font-inter), "Inter", system-ui, sans-serif; color: rgb(20, 23, 28); }
.lwu-mockThumb { object-fit: cover; border-radius: 12px; flex-shrink: 0; }
.lwu-mockTitle { font-size: 14px; font-weight: 600; line-height: 1.3; }
.lwu-mockSub { font-size: 12.5px; color: rgb(107, 114, 128); line-height: 1.4; }
.lwu-inkLink { position: relative; display: inline-flex; align-items: center; gap: 7px; margin-top: 20px; padding: 0px 0px 3px; background: none; border: none; font-family: inherit; font-size: 15.5px; font-weight: 600; color: rgb(20, 23, 28); cursor: pointer; }
.lwu-inkLink::after { content: ""; position: absolute; left: 0px; bottom: 0px; height: 1.5px; width: 100%; background: rgb(20, 23, 28); transform: scaleX(1); transform-origin: left center; transition: height 0.3s cubic-bezier(0.2, 0.7, 0, 1); }
.lwu-inkLink:hover::after { height: 2.4px; }
.lwu-inkLink svg { transition: transform 0.18s cubic-bezier(0.2, 0, 0, 1); }
.lwu-inkLink:hover svg { transform: translateX(3px); }
.lwu-price { width: 100%; max-width: 500px; margin-left: auto; background: rgb(255, 255, 255); border: 1px solid rgb(236, 238, 241); border-radius: 22px; box-shadow: rgba(20, 23, 28, 0.04) 0px 1px 2px, rgba(20, 23, 28, 0.2) 0px 30px 60px -34px; overflow: hidden; }
.lwu-priceHd { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 16px 18px; border-bottom: 1px solid rgb(241, 242, 243); }
.lwu-priceHdL { display: flex; align-items: center; gap: 12px; min-width: 0px; }
.lwu-priceThumb { width: 40px; height: 40px; border-radius: 12px; background: rgb(230, 247, 250); flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.lwu-pricePair { font-size: 15px; font-weight: 600; color: rgb(20, 23, 28); line-height: 1.35; }
.lwu-priceX { color: rgb(154, 160, 166); margin: 0px 2px; }
.lwu-priceSeasons { display: inline-flex; gap: 2px; background: rgb(236, 238, 241); border: 1px solid rgba(20, 23, 28, 0.06); border-radius: 999px; padding: 3px; flex-shrink: 0; box-shadow: rgba(20, 23, 28, 0.08) 0px 1px 2px inset; }
.lwu-priceSeason { font-size: 12.5px; font-weight: 600; color: rgb(107, 114, 128); border-radius: 999px; padding: 5px 14px; border: none; background: none; cursor: pointer; font-family: inherit; }
.lwu-priceSeason--on { color: rgb(20, 23, 28); background: rgb(255, 255, 255); box-shadow: rgba(20, 23, 28, 0.08) 0px 1px 1px, rgba(20, 23, 28, 0.12) 0px 2px 6px -1px; }
.lwu-priceBody { display: flex; align-items: stretch; gap: 6px; padding: 22px; }
.lwu-priceIn { display: flex; flex-direction: column; gap: 12px; flex: 1 1 0%; min-width: 0px; background: rgb(247, 247, 248); border: 1px solid rgb(236, 238, 241); border-radius: 16px; padding: 16px; }
.lwu-priceInLabel { font-size: 13px; font-weight: 600; letter-spacing: 0.01em; color: rgb(154, 160, 166); }
.lwu-priceField { display: flex; flex-direction: column; gap: 3px; background: rgb(255, 255, 255); border: 1px solid rgba(20, 23, 28, 0.08); border-radius: 12px; padding: 12px 15px; }
.lwu-priceFieldK { font-size: 13px; color: rgb(107, 114, 128); }
.lwu-priceFieldV { font-size: 25px; font-weight: 600; letter-spacing: -0.02em; color: rgb(20, 23, 28); }
.lwu-priceLens { display: flex; gap: 6px; margin-top: auto; }
.lwu-priceLchip { font-size: 13px; color: rgb(107, 114, 128); background: rgb(255, 255, 255); border: 1px solid rgba(20, 23, 28, 0.08); border-radius: 8px; padding: 5px 11px; }
.lwu-priceLchip--on { color: rgb(20, 23, 28); font-weight: 600; background: rgb(255, 255, 255); border-color: rgba(20, 23, 28, 0.15); }
.lwu-priceArrow { flex-shrink: 0; display: flex; align-items: center; padding: 0px 4px; }
.lwu-priceArrow svg { color: rgb(196, 200, 205); }
.lwu-priceOut { flex: 1 1 0%; min-width: 0px; display: flex; flex-direction: column; gap: 5px; background: rgb(16, 26, 46); border: 1px solid rgb(16, 26, 46); border-radius: 16px; padding: 16px; }
.lwu-priceOutMeta { font-size: 13px; color: rgba(255, 255, 255, 0.6); }
.lwu-priceOutVal { font-size: 40px; font-weight: 600; letter-spacing: -0.03em; color: rgb(255, 255, 255); line-height: 1; margin-top: auto; }
.lwu-priceOutCap { font-size: 12.5px; color: rgba(255, 255, 255, 0.5); }
.lwu-priceIn, .lwu-priceArrow, .lwu-priceOut { opacity: 0; transform: translateY(12px); }
.lwu-price .lwu-priceIn { transition: opacity 0.5s ease-out 120ms, transform 0.55s cubic-bezier(0.2, 0.7, 0, 1); }
.lwu-price .lwu-priceArrow { transition: opacity 0.5s ease-out 0.34s; }
.lwu-price .lwu-priceOut { transition: opacity 0.5s ease-out 440ms, transform 0.55s cubic-bezier(0.2, 0.7, 0, 1); }
.lwu-in.lwu-price .lwu-priceIn, .lwu-in.lwu-price .lwu-priceArrow, .lwu-in.lwu-price .lwu-priceOut { opacity: 1; transform: none; }
@media (max-width: 480px) {
  .lwu-priceBody { flex-direction: column; align-items: stretch; }
  .lwu-priceArrow { transform: rotate(90deg); align-self: center; }
  .lwu-in.lwu-price .lwu-priceArrow { transform: rotate(90deg); }
}
@media (prefers-reduced-motion: reduce) {
  .lwu-priceIn, .lwu-priceArrow, .lwu-priceOut { opacity: 1 !important; transform: none !important; }
}
.lwu-modal { position: fixed; inset: 0px; z-index: 10000; display: flex; align-items: center; justify-content: center; padding: 40px 20px; }
.lwu-modal[hidden] { display: none; }
.lwu-modal__backdrop { position: absolute; inset: 0px; background: rgba(20, 23, 28, 0.4); opacity: 0; transition: opacity 0.2s ease-out; }
.lwu-modal__card { position: relative; width: 100%; max-width: 560px; max-height: calc(100vh - 80px); background: rgb(255, 255, 255); border-radius: 22px; padding: 30px 32px; overflow-y: auto; box-shadow: rgba(20, 23, 28, 0.4) 0px 24px 64px -16px; transform: translateY(8px) scale(0.96); opacity: 0; transition: transform 0.28s cubic-bezier(0.2, 0.7, 0, 1), opacity 0.22s ease-out; }
.lwu-modal--shown .lwu-modal__backdrop { opacity: 1; }
.lwu-modal--shown .lwu-modal__card { transform: none; opacity: 1; }
.lwu-modal__close { position: absolute; top: 18px; right: 18px; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; background: rgb(255, 255, 255); border: none; border-radius: 50%; cursor: pointer; color: rgb(20, 23, 28); box-shadow: rgba(0, 0, 0, 0.14) 0px 1px 4px; transition: box-shadow 0.15s; }
.lwu-modal__title { margin: 0px 24px 14px 0px; font-size: 22px; font-weight: 600; letter-spacing: -0.015em; color: rgb(20, 23, 28); font-family: var(--font-inter), "Inter", system-ui, sans-serif; }
.lwu-modal__body { margin: 0px; color: rgb(20, 23, 28); font-size: 15px; line-height: 1.65; font-family: var(--font-inter), "Inter", system-ui, sans-serif; }
.lwu-modal__body p { margin: 0px 0px 14px; }
.lwu-modal__body p:last-child { margin-bottom: 0px; }
body.lwu-modal-open { overflow: hidden; }
@media (max-width: 640px) {
  .lwu-modal { padding: 16px; }
  .lwu-modal__card { padding: 24px 20px; }
}
.lwu-tileStage { display: flex; align-items: center; justify-content: center; width: 100%; height: 170px; border: none; margin-bottom: 12px; overflow: visible; }
.lwu-tm { display: flex; background: rgb(255, 255, 255); border: 1px solid rgb(236, 238, 241); border-radius: 14px; box-shadow: rgba(20, 23, 28, 0.04) 0px 1px 2px, rgba(20, 23, 28, 0.19) 0px 14px 28px -16px; transform: rotate(var(--tr,0deg)); }
.lwu-tmRow { align-items: center; gap: 10px; padding: 11px 13px; max-width: 86%; }
.lwu-tmCard { flex-direction: column; align-items: flex-start; gap: 6px; padding: 13px 16px; }
.lwu-tmThumb { width: 38px; height: 38px; border-radius: 10px; object-fit: cover; flex-shrink: 0; }
.lwu-tmThumb--round { border-radius: 50%; }
.lwu-tmCol { display: flex; flex-direction: column; min-width: 0px; }
.lwu-tmTop { display: flex; align-items: center; gap: 10px; }
.lwu-tmT { font-size: 13px; font-weight: 600; color: rgb(20, 23, 28); line-height: 1.3; white-space: nowrap; }
.lwu-tmS { font-size: 11.5px; color: rgb(107, 114, 128); line-height: 1.35; white-space: nowrap; }
.lwu-tmPill { display: inline-flex; align-items: center; gap: 6px; font-size: 10.5px; font-weight: 600; color: rgb(20, 23, 28); border: 1px solid rgba(20, 23, 28, 0.12); border-radius: 999px; padding: 4px 9px; flex-shrink: 0; white-space: nowrap; }
.lwu-tmDot { width: 6px; height: 6px; border-radius: 50%; display: inline-block; flex-shrink: 0; }
.lwu-tmBtns { display: flex; gap: 8px; margin-top: 4px; }
.lwu-tmBtnDark { background: rgb(20, 23, 28); color: rgb(255, 255, 255); border-radius: 999px; padding: 6px 14px; font-size: 11.5px; font-weight: 600; }
.lwu-tmBtnGhost { border: 1px solid rgba(20, 23, 28, 0.12); color: rgb(20, 23, 28); border-radius: 999px; padding: 6px 14px; font-size: 11.5px; font-weight: 600; }
.lwu-tmLi { display: flex; align-items: center; gap: 7px; font-size: 12px; color: rgb(20, 23, 28); }
.lwu-tmAvs { display: flex; margin-left: 8px; }
.lwu-tmAv { width: 26px; height: 26px; border-radius: 50%; background: rgb(242, 243, 245); border: 2px solid rgb(255, 255, 255); display: flex; align-items: center; justify-content: center; font-size: 10.5px; font-weight: 600; color: rgb(20, 23, 28); margin-left: -8px; }
.lwu-tmChat { display: flex; flex-direction: column; gap: 8px; transform: rotate(var(--tr,0deg)); max-width: 210px; }
.lwu-tmBub { border-radius: 14px; padding: 8px 12px; font-size: 12px; line-height: 1.4; box-shadow: rgba(20, 23, 28, 0.04) 0px 1px 2px, rgba(20, 23, 28, 0.18) 0px 10px 22px -14px; }
.lwu-tmBub--in { background: rgb(255, 255, 255); border: 1px solid rgb(236, 238, 241); color: rgb(20, 23, 28); align-self: flex-start; border-bottom-left-radius: 4px; }
.lwu-tmBub--out { background: rgb(20, 23, 28); color: rgb(255, 255, 255); align-self: flex-end; border-bottom-right-radius: 4px; }
.lwu-tmGrid { display: grid; grid-template-columns: auto auto auto; gap: 4px 14px; margin-top: 2px; }
.lwu-tmP { font-size: 12px; font-weight: 600; color: rgb(20, 23, 28); }
section.lwu-founding2 { width: 100%; box-sizing: border-box; background: rgb(20, 23, 28); padding: 120px 24px; margin: 0px; max-width: none !important; }
.lwu-f2Inner { max-width: 1160px; margin: 0px auto; display: grid; grid-template-columns: 1.05fr 1fr; gap: 76px; align-items: center; }
.pp-h2Dark { color: rgb(255, 255, 255); }
.lwu-f2Left .pp-h2 { text-align: left; margin: 0px 0px 18px; }
.lwu-f2Lede { margin: 0px 0px 34px; color: rgba(255, 255, 255, 0.7); font-size: 18px; line-height: 1.55; max-width: 40ch; }
.lwu-f2Cta { display: flex; flex-wrap: wrap; gap: 14px; }
.lwu-f2List { list-style: none; margin: 0px; padding: 0px; display: flex; flex-direction: column; gap: 26px; }
.lwu-f2List li { display: flex; gap: 18px; align-items: flex-start; }
.lwu-f2Ico { flex-shrink: 0; width: 46px; height: 46px; border-radius: 14px; display: flex; align-items: center; justify-content: center; background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.12); color: rgb(255, 255, 255); }
.lwu-f2List h3 { margin: 0px 0px 4px; font-size: 17px; font-weight: 600; letter-spacing: -0.01em; color: rgb(255, 255, 255); }
.lwu-f2List p { margin: 0px; color: rgba(255, 255, 255, 0.6); font-size: 14.5px; line-height: 1.5; }
@media (max-width: 900px) {
  .lwu-f2Inner { grid-template-columns: 1fr; gap: 48px; }
  section.lwu-founding2 { padding: 80px 20px; }
  /* On tablet keep the CTAs at natural width, side by side (as on desktop) —
     full-width stretches them awkwardly across the wide column. They only go
     full-width on phones (≤640, below). */
}
.lwu-founding2 .pp-pill { color: rgb(255, 255, 255); border-color: rgba(255, 255, 255, 0.2); }

/* Keyframes (exact, from the export) */
@keyframes lwuRise { 0% { opacity: 0; transform: translateY(18px); } 100% { opacity: 1; transform: none; } }
@keyframes lwuPulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.35; } }
@keyframes lwuBlink { 50% { opacity: 0; } }
@keyframes lwuFloat { 0%, 100% { transform: translateY(0) rotate(var(--rot, 0deg)); } 50% { transform: translateY(-9px) rotate(var(--rot, 0deg)); } }
