.pp-site {
  --pp-blue: #2563eb;
  --pp-ink: #16233e;
  --pp-muted: #56647b;
  --pp-line: #dfe7f2;
  --pp-tint: #f4f7fd;
  box-sizing: border-box;
  width: 100%;
  min-height: 100vh;
  background: #fff;
  color: var(--pp-ink);
  color-scheme: light;
  font: 400 16px/1.7 "Montserratarm", "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
}

.pp-site *,
.pp-site *::before,
.pp-site *::after { box-sizing: border-box; }
.pp-site h1,
.pp-site h2,
.pp-site h3,
.pp-site p,
.pp-site figure,
.pp-site dl,
.pp-site dd { margin: 0; }
.pp-site h1,
.pp-site h2,
.pp-site h3 { color: var(--pp-ink); font-weight: 700; line-height: 1.2; }
.pp-site h1 { font-size: clamp(2.7rem, 4.8vw, 4.5rem); letter-spacing: -0.055em; }
.pp-site h2 { font-size: clamp(2rem, 3.1vw, 3rem); letter-spacing: -0.04em; }
.pp-site h3 { font-size: 1.15rem; letter-spacing: -0.02em; }
.pp-site a { color: inherit; text-decoration: none; }
.pp-site a:hover { color: var(--pp-blue); }
.pp-site a:focus-visible,
.pp-site summary:focus-visible { outline: 3px solid #2563eb; outline-offset: 5px; }
.pp-site img { display: block; max-width: 100%; }
.pp-site section[id],
.pp-site main[id] { scroll-margin-top: 96px; }
.pp-site .pp-container { width: min(1160px, calc(100% - 64px)); margin-inline: auto; }
.pp-site .pp-skip { position: fixed; left: 16px; top: -100px; z-index: 100; border-radius: 8px; padding: 10px 18px; background: #fff; color: #174bbb; box-shadow: 0 4px 20px #16233e26; }
.pp-site .pp-skip:focus { top: 12px; }

.pp-site .pp-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid #e8edf5; background: #fffffff5; backdrop-filter: blur(14px); }
.pp-site .pp-header-row { display: flex; min-height: 84px; align-items: center; justify-content: space-between; gap: 24px; }
.pp-site .pp-brand { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; font-size: 1.45rem; font-weight: 750; letter-spacing: -0.045em; }
.pp-site .pp-brand img { width: 38px; height: 38px; object-fit: contain; }
.pp-site .pp-brand-dot { color: var(--pp-blue); }
.pp-site .pp-desktop-nav { display: flex; align-items: center; gap: 23px; font-size: .84rem; font-weight: 600; }
.pp-site .pp-auth { display: flex; align-items: center; gap: 22px; font-size: .85rem; font-weight: 600; }
.pp-site .pp-sign-in { white-space: nowrap; }
.pp-site .pp-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 16px; padding: 12px 22px; border: 1px solid transparent; border-radius: 10px; font-size: .9rem; font-weight: 650; line-height: 1.45; text-align: center; transition: background-color .16s, border-color .16s, box-shadow .16s; }
.pp-site .pp-button span { font-size: 1.2rem; line-height: 1; }
.pp-site .pp-button-primary { background: var(--pp-blue); color: #fff; box-shadow: 0 5px 14px #2563eb1a; }
.pp-site .pp-button-primary:hover { background: #1d4ed8; color: #fff; box-shadow: 0 6px 18px #2563eb2b; }
.pp-site .pp-button-secondary { border-color: #d0dcef; background: #fff; color: #243953; }
.pp-site .pp-button-secondary:hover { border-color: #8eaeea; background: #f5f8ff; }
.pp-site .pp-auth .pp-button { min-height: 42px; padding: 9px 17px; font-size: .84rem; }
.pp-site .pp-mobile-nav { display: none; }

.pp-site .pp-hero { position: relative; padding: 70px 0 78px; background: linear-gradient(115deg, #fff 30%, #eff5ff 100%); }
.pp-site .pp-hero-grid { display: grid; grid-template-columns: 1.25fr 1fr; align-items: center; gap: 64px; }
.pp-site .pp-hero-copy { min-width: 0; }
.pp-site .pp-eyebrow { margin-bottom: 20px; color: var(--pp-blue); font-size: .72rem; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.pp-site .pp-hero .pp-eyebrow { display: flex; align-items: center; gap: 10px; }
.pp-site .pp-status-dot { display: inline-block; width: 7px; height: 7px; flex-shrink: 0; border-radius: 50%; background: #2563eb; box-shadow: 0 0 0 4px #2563eb12; }
.pp-site .pp-hero h1 span { color: var(--pp-blue); }
.pp-site .pp-hero-description { max-width: 570px; margin-top: 26px; color: var(--pp-muted); font-size: 1.04rem; line-height: 1.85; }
.pp-site .pp-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.pp-site .pp-hero-note { margin-top: 17px; color: var(--pp-muted); font-size: .77rem; }
.pp-site .pp-hero-visual { position: relative; display: flex; min-width: 0; min-height: 530px; align-items: center; justify-content: center; padding: 63px 40px 57px; border: 1px solid #dce8fd; border-radius: 28px; background: radial-gradient(ellipse at 50% 40%, #fff 4%, #e2edff 70%, #d8e7ff 100%); }
.pp-site .pp-visual-caption { position: absolute; top: 25px; left: 12px; right: 12px; display: flex; align-items: center; justify-content: center; gap: 9px; color: #3f5c83; font-size: .69rem; font-weight: 600; }
.pp-site .pp-hero-phone { width: 220px; height: auto; border: 5px solid #202b40; border-radius: 22px; box-shadow: 0 22px 38px #294b7c2e; }
.pp-site .pp-visual-label { position: absolute; right: 14px; bottom: 25px; display: flex; align-items: center; gap: 14px; padding: 15px 22px; border: 1px solid #e1e9f6; border-radius: 14px; background: #fff; box-shadow: 0 9px 25px #405a811a; color: #5a6981; font-size: .76rem; line-height: 1.65; }
.pp-site .pp-visual-label > span { color: var(--pp-blue); font-size: 1.55rem; font-weight: 650; }
.pp-site .pp-visual-label strong { color: var(--pp-ink); font-size: .9rem; }

.pp-site .pp-section { padding: 96px 0; }
.pp-site .pp-section-tinted { background: var(--pp-tint); }
.pp-site .pp-section-heading { max-width: 760px; margin-bottom: 42px; }
.pp-site .pp-section-heading > p:last-child { max-width: 720px; margin-top: 19px; color: var(--pp-muted); }
.pp-site .pp-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.pp-site .pp-feature { padding: 28px; border: 1px solid var(--pp-line); border-radius: 15px; background: #fff; }
.pp-site .pp-feature-number { display: inline-flex; width: 37px; height: 37px; align-items: center; justify-content: center; margin-bottom: 23px; border-radius: 10px; background: #ecf3ff; color: var(--pp-blue); font-size: .75rem; font-weight: 700; }
.pp-site .pp-feature p { margin-top: 13px; color: var(--pp-muted); font-size: .87rem; line-height: 1.85; }
.pp-site .pp-availability { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; margin-top: 34px; padding: 28px 32px; border: 1px solid #dce8fb; border-radius: 15px; background: #f7faff; }
.pp-site .pp-tag { display: inline-block; padding: 3px 9px; border-radius: 5px; background: #e2f4eb; color: #216441; font-size: .64rem; font-weight: 750; letter-spacing: .035em; text-transform: uppercase; }
.pp-site .pp-tag-muted { background: #e9edf4; color: #536079; }
.pp-site .pp-availability h3 { margin-top: 12px; font-size: 1rem; }
.pp-site .pp-availability p { margin-top: 10px; color: var(--pp-muted); font-size: .81rem; line-height: 1.8; }
.pp-site .pp-screenshot-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; margin-bottom: 30px; }
.pp-site .pp-screenshot { min-width: 0; }
.pp-site .pp-screenshot-image { padding: 13px; border: 1px solid #dce5f2; border-radius: 19px; background: #eaf0fa; }
.pp-site .pp-screenshot-image img { width: 100%; height: auto; border: 1px solid #d0d9e8; border-radius: 11px; box-shadow: 0 7px 13px #27406614; }
.pp-site .pp-screenshot figcaption { padding: 20px 2px 0; }
.pp-site .pp-screenshot h3 { font-size: .98rem; }
.pp-site .pp-screenshot p { margin-top: 10px; color: var(--pp-muted); font-size: .78rem; line-height: 1.8; }
.pp-site .pp-text-link { color: var(--pp-blue); font-size: .9rem; font-weight: 650; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.pp-site .pp-text-link span { margin-left: 7px; }
.pp-site .pp-text-link:hover { color: #173da0; }
.pp-site .pp-about-grid,
.pp-site .pp-help-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 88px; }
.pp-site .pp-about-copy > p { margin-bottom: 20px; color: var(--pp-muted); }
.pp-site .pp-company { margin-top: 30px; border-top: 1px solid var(--pp-line); }
.pp-site .pp-company > div { display: grid; grid-template-columns: 100px minmax(0, 1fr); gap: 18px; padding: 13px 0; border-bottom: 1px solid var(--pp-line); font-size: .82rem; }
.pp-site .pp-company dt { color: var(--pp-muted); }
.pp-site .pp-company dd { font-weight: 600; }
.pp-site .pp-company a { color: var(--pp-blue); }
.pp-site .pp-help-grid > div > p:last-child { margin-top: 23px; color: var(--pp-muted); font-size: .9rem; }
.pp-site .pp-faq details { padding: 20px 0; border-bottom: 1px solid #d8e2f1; }
.pp-site .pp-faq details:first-child { border-top: 1px solid #d8e2f1; }
.pp-site .pp-faq summary { position: relative; display: block; padding-right: 28px; color: var(--pp-ink); font-size: .93rem; font-weight: 650; line-height: 1.65; cursor: pointer; list-style: none; }
.pp-site .pp-faq summary::-webkit-details-marker { display: none; }
.pp-site .pp-faq summary::after { content: "+"; position: absolute; top: -3px; right: 2px; color: var(--pp-blue); font-size: 1.4rem; font-weight: 400; }
.pp-site .pp-faq details[open] summary::after { content: "−"; }
.pp-site .pp-faq details p { margin-top: 14px; color: var(--pp-muted); font-size: .86rem; line-height: 1.85; }
.pp-site .pp-faq p a { color: var(--pp-blue); text-decoration: underline; text-underline-offset: 3px; }
.pp-site .pp-contact { display: flex; align-items: center; justify-content: space-between; gap: 38px; padding: 48px; border-radius: 20px; background: #215ce1; color: #fff; }
.pp-site .pp-contact h2 { max-width: 560px; color: #fff; font-size: 2rem; }
.pp-site .pp-contact .pp-eyebrow { margin-bottom: 13px; color: #d7e6ff; }
.pp-site .pp-contact p:last-child { max-width: 590px; margin-top: 18px; color: #e1ebff; font-size: .88rem; }
.pp-site .pp-button-light { flex-shrink: 0; background: #fff; color: #1e4cba; }
.pp-site .pp-button-light:hover { background: #eaf1ff; color: #163995; }
.pp-site .pp-contact a:focus-visible { outline-color: #fff; }

.pp-site .pp-footer { padding-top: 42px; border-top: 1px solid var(--pp-line); background: #f9fbff; color: var(--pp-muted); font-size: .78rem; }
.pp-site .pp-footer-top { display: flex; justify-content: space-between; gap: 35px; padding-bottom: 34px; }
.pp-site .pp-footer .pp-brand { gap: 0; margin-bottom: 10px; color: var(--pp-ink); font-size: 1.55rem; }
.pp-site .pp-footer-top p { margin-bottom: 5px; }
.pp-site .pp-footer-top nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-content: start; column-gap: 46px; row-gap: 13px; padding-top: 8px; }
.pp-site .pp-footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 21px; padding-bottom: 23px; border-top: 1px solid var(--pp-line); font-size: .72rem; }
.pp-site .pp-legal { max-width: 840px; padding-top: 54px; padding-bottom: 82px; }
.pp-site .pp-legal > .pp-eyebrow { margin-top: 34px; margin-bottom: 15px; }
.pp-site .pp-legal h1 { font-size: clamp(2.4rem, 4vw, 3.6rem); }
.pp-site .pp-legal-updated { margin-top: 16px; margin-bottom: 44px; color: var(--pp-muted); font-size: .86rem; }
.pp-site .pp-legal section { margin-top: 32px; }
.pp-site .pp-legal h2 { margin-bottom: 14px; font-size: 1.35rem; letter-spacing: -.025em; }
.pp-site .pp-legal h3 { margin-top: 23px; margin-bottom: 10px; font-size: 1.05rem; }
.pp-site .pp-legal section p,
.pp-site .pp-legal li { color: var(--pp-muted); font-size: .92rem; line-height: 1.9; }
.pp-site .pp-legal section p + p { margin-top: 8px; }
.pp-site .pp-legal ul { padding-left: 23px; margin: 14px 0 0; }
.pp-site .pp-legal li + li { margin-top: 5px; }
.pp-site .pp-legal > p:last-child { margin-top: 38px; }
.pp-site .pp-legal > p:last-child a { color: var(--pp-blue); text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 1100px) {
  .pp-site .pp-header-row { gap: 18px; }
  .pp-site .pp-desktop-nav { gap: 16px; font-size: .78rem; }
  .pp-site .pp-auth { gap: 14px; }
  .pp-site .pp-hero-grid { gap: 36px; }
  .pp-site .pp-hero-visual { padding-inline: 24px; }
  .pp-site .pp-about-grid,
  .pp-site .pp-help-grid { gap: 50px; }
  .pp-site .pp-screenshot-grid { gap: 18px; }
  .pp-site .pp-contact { padding: 36px; }
}

@media (max-width: 900px) {
  .pp-site .pp-header-row { min-height: 72px; }
  .pp-site .pp-desktop-nav,
  .pp-site .pp-auth { display: none; }
  .pp-site .pp-mobile-nav { display: block; }
  .pp-site .pp-mobile-nav > summary { display: flex; min-height: 44px; align-items: center; gap: 13px; padding: 8px 12px; border: 1px solid #dce5f2; border-radius: 9px; color: var(--pp-ink); font-size: .8rem; font-weight: 600; list-style: none; cursor: pointer; }
  .pp-site .pp-mobile-nav > summary::-webkit-details-marker { display: none; }
  .pp-site .pp-mobile-nav > summary > span { font-size: 1.1rem; }
  .pp-site .pp-mobile-nav > nav { position: absolute; top: calc(100% - 1px); left: 0; right: 0; display: grid; gap: 0; padding: 13px 32px 22px; border-bottom: 1px solid #dce5f2; background: #fff; box-shadow: 0 12px 18px #16233e0d; }
  .pp-site .pp-mobile-nav > nav > a { padding: 10px 0; font-size: .92rem; }
  .pp-site .pp-mobile-auth { display: flex; align-items: center; gap: 23px; margin-top: 12px; padding-top: 18px; border-top: 1px solid var(--pp-line); font-size: .9rem; }
  .pp-site .pp-hero { padding: 52px 0 64px; }
  .pp-site .pp-hero-grid { grid-template-columns: 1.2fr .9fr; gap: 26px; }
  .pp-site .pp-hero h1 { font-size: clamp(2.4rem, 5vw, 3.5rem); }
  .pp-site .pp-hero-description { font-size: .92rem; }
  .pp-site .pp-hero-visual { min-height: 488px; padding-inline: 20px; }
  .pp-site .pp-visual-caption { font-size: .59rem; gap: 7px; }
  .pp-site .pp-visual-label { right: 9px; padding: 12px 15px; }
  .pp-site .pp-section { padding: 72px 0; }
  .pp-site .pp-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pp-site .pp-screenshot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 26px; }
  .pp-site .pp-screenshot-image { padding: 20px; }
  .pp-site .pp-screenshot-image img { max-width: 240px; margin-inline: auto; }
  .pp-site .pp-about-grid,
  .pp-site .pp-help-grid { grid-template-columns: 1fr; gap: 32px; }
  .pp-site .pp-contact { align-items: flex-start; flex-direction: column; gap: 26px; }
}

@media (max-width: 650px) {
  .pp-site { font-size: 15px; }
  .pp-site .pp-container { width: calc(100% - 40px); }
  .pp-site .pp-header-row { min-height: 68px; }
  .pp-site .pp-brand { gap: 7px; font-size: 1.3rem; }
  .pp-site .pp-brand img { width: 33px; height: 33px; }
  .pp-site .pp-mobile-nav > nav { padding-inline: 20px; max-height: calc(100dvh - 68px); overflow-y: auto; }
  .pp-site .pp-hero { padding: 40px 0 50px; }
  .pp-site .pp-hero-grid { grid-template-columns: 1fr; gap: 35px; }
  .pp-site .pp-hero h1 { font-size: clamp(2.55rem, 9.7vw, 3.65rem); }
  .pp-site .pp-eyebrow { margin-bottom: 16px; font-size: .66rem; }
  .pp-site .pp-hero-description { margin-top: 22px; font-size: .94rem; }
  .pp-site .pp-actions { margin-top: 25px; }
  .pp-site .pp-actions .pp-button { flex-grow: 1; }
  .pp-site .pp-hero-visual { width: 100%; max-width: 440px; min-height: 518px; margin-inline: auto; border-radius: 21px; }
  .pp-site .pp-visual-caption { font-size: .66rem; }
  .pp-site .pp-visual-label { right: 14px; bottom: 21px; }
  .pp-site .pp-section { padding: 55px 0; }
  .pp-site h2 { font-size: 2rem; }
  .pp-site .pp-section-heading { margin-bottom: 28px; }
  .pp-site .pp-feature-grid { grid-template-columns: 1fr; gap: 14px; }
  .pp-site .pp-feature { padding: 23px; }
  .pp-site .pp-feature-number { margin-bottom: 17px; }
  .pp-site .pp-feature p { margin-top: 11px; }
  .pp-site .pp-availability { grid-template-columns: 1fr; gap: 25px; margin-top: 25px; padding: 24px; }
  .pp-site .pp-availability > div + div { padding-top: 23px; border-top: 1px solid #dce8fb; }
  .pp-site .pp-screenshot-grid { gap: 26px 16px; }
  .pp-site .pp-screenshot-image { padding: 7px; border-radius: 13px; }
  .pp-site .pp-screenshot-image img { border-radius: 7px; }
  .pp-site .pp-screenshot figcaption { padding-top: 15px; }
  .pp-site .pp-screenshot h3 { font-size: .88rem; line-height: 1.45; }
  .pp-site .pp-screenshot p { font-size: .75rem; }
  .pp-site .pp-company > div { grid-template-columns: 76px minmax(0, 1fr); gap: 12px; font-size: .79rem; }
  .pp-site .pp-contact { padding: 28px 23px; border-radius: 16px; }
  .pp-site .pp-contact h2 { font-size: 1.7rem; }
  .pp-site .pp-contact .pp-button { max-width: 100%; padding-inline: 16px; gap: 12px; font-size: .81rem; }
  .pp-site .pp-footer-top { flex-direction: column; gap: 24px; }
  .pp-site .pp-footer-top nav { column-gap: 22px; }
  .pp-site .pp-footer-bottom { flex-direction: column; gap: 7px; }
  .pp-site .pp-legal { padding-top: 36px; padding-bottom: 54px; }
  .pp-site .pp-legal h1 { font-size: 2.45rem; }
  .pp-site .pp-legal h2 { font-size: 1.25rem; }
  .pp-site .pp-legal section p,
  .pp-site .pp-legal li { font-size: .88rem; }
}

@media (prefers-reduced-motion: reduce) {
  .pp-site .pp-button { transition: none; }
}
