:root {
    --pxp-blue: #002b6e;
    --pxp-blue-2: #0b4a99;
    --pxp-blue-3: #eaf2ff;
    --pxp-ink: #10213b;
    --pxp-muted: #5e6e83;
    --pxp-line: #dbe4ef;
    --pxp-soft: #f5f8fc;
    --pxp-white: #ffffff;
    --pxp-shadow: 0 24px 70px rgba(0, 43, 110, .14);
    --pxp-radius: 24px;
}

.pxp-homepage-page .entry-title,
.pxp-homepage-page .page-title { display: none !important; }

.pxp-homepage-page .site-main,
.pxp-homepage-page .content-area,
.pxp-homepage-page main { max-width: none; }

.pxp-homepage-page .entry-content { margin: 0; }

.pxp-home {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    color: var(--pxp-ink);
    background: var(--pxp-white);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.65;
}

.pxp-home *, .pxp-home *::before, .pxp-home *::after { box-sizing: border-box; }
.pxp-home img { max-width: 100%; height: auto; }
.pxp-home a { text-decoration: none; }
.pxp-home svg { width: 1.2em; height: 1.2em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }

.pxp-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.pxp-narrow { max-width: 850px; text-align: center; }
.pxp-section { padding: 96px 0; }
.pxp-section--tint { background: linear-gradient(180deg, #f7faff 0%, #eef5ff 100%); }

.pxp-hero {
    position: relative;
    padding: 78px 0 92px;
    background:
        radial-gradient(circle at 84% 18%, rgba(55, 126, 209, .16), transparent 31%),
        linear-gradient(180deg, #fff 0%, #f7faff 100%);
}
.pxp-hero::before {
    content: "";
    position: absolute;
    inset: auto -8% -180px auto;
    width: 460px;
    height: 460px;
    border-radius: 50%;
    background: rgba(0, 43, 110, .045);
}
.pxp-hero-grid { display: grid; grid-template-columns: minmax(0, .94fr) minmax(520px, 1.06fr); align-items: center; gap: 70px; }
.pxp-brand-logo { width: 340px; max-width: 75%; display: block; margin: 0 0 30px; }
.pxp-kicker, .pxp-eyebrow { color: var(--pxp-blue); text-transform: uppercase; font-weight: 800; letter-spacing: .11em; font-size: 12px; }
.pxp-kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; }
.pxp-kicker span { width: 28px; height: 3px; background: var(--pxp-blue); border-radius: 99px; }
.pxp-hero h1 { margin: 0 0 22px; font-size: clamp(42px, 5vw, 68px); line-height: 1.03; letter-spacing: -.045em; color: var(--pxp-ink); max-width: 760px; }
.pxp-lead { margin: 0 0 30px; max-width: 670px; color: var(--pxp-muted); font-size: clamp(18px, 1.8vw, 21px); }
.pxp-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-bottom: 28px; }
.pxp-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 13px 22px; border-radius: 12px; font-weight: 800; font-size: 15px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; border: 1px solid transparent; }
.pxp-button:hover { transform: translateY(-2px); }
.pxp-button--primary { color: #fff !important; background: linear-gradient(135deg, var(--pxp-blue), var(--pxp-blue-2)); box-shadow: 0 12px 28px rgba(0, 43, 110, .24); }
.pxp-button--secondary { color: var(--pxp-blue) !important; background: #fff; border-color: #bfd0e7; }
.pxp-button--secondary:hover { box-shadow: 0 10px 24px rgba(0, 43, 110, .1); }
.pxp-button--white { color: var(--pxp-blue) !important; background: #fff; box-shadow: 0 12px 30px rgba(0,0,0,.12); white-space: nowrap; }
.pxp-button--full { width: 100%; }
.pxp-trust-row { display: flex; flex-wrap: wrap; gap: 20px; color: #52657b; font-size: 14px; font-weight: 700; }
.pxp-trust-row span { display: inline-flex; gap: 6px; align-items: center; }
.pxp-trust-row svg { color: var(--pxp-blue-2); }

.pxp-hero-visual { position: relative; padding: 28px 8px 36px; }
.pxp-app-window, .pxp-app-shot { position: relative; border: 1px solid #cad8ea; border-radius: 18px; background: #fff; box-shadow: var(--pxp-shadow); overflow: hidden; transform: rotate(1deg); }
.pxp-app-shot img { display: block; width: 100%; }
.pxp-app-titlebar { height: 42px; display: flex; align-items: center; gap: 7px; padding: 0 14px; background: #f2f5f9; border-bottom: 1px solid #dfe7f0; font-size: 11px; color: #52657b; }
.pxp-app-titlebar > span { width: 9px; height: 9px; border-radius: 50%; background: #c9d3e0; }
.pxp-app-titlebar strong { margin-left: 8px; font-size: 12px; }
.pxp-app-toolbar { display: flex; gap: 7px; padding: 10px 12px; background: #fff; border-bottom: 1px solid #e4ebf3; }
.pxp-toolbar-button { padding: 7px 10px; border-radius: 6px; background: var(--pxp-blue); color: #fff; font-size: 8px; font-weight: 700; }
.pxp-toolbar-button--soft { color: var(--pxp-blue); background: #eef4fc; }
.pxp-app-content { min-height: 350px; display: grid; grid-template-columns: 42% 58%; background: #edf2f7; }
.pxp-app-list { background: #fff; border-right: 1px solid #d6e0ec; }
.pxp-app-listhead, .pxp-app-row { display: grid; grid-template-columns: 1fr 52px; gap: 7px; align-items: center; padding: 10px 11px; font-size: 8px; }
.pxp-app-listhead { background: var(--pxp-blue); color: #fff; font-weight: 700; }
.pxp-app-row { border-bottom: 1px solid #edf1f5; color: #52657b; }
.pxp-app-row--active { color: var(--pxp-blue); background: #eaf2ff; border-left: 3px solid var(--pxp-blue); font-weight: 800; }
.pxp-app-preview { padding: 9px; }
.pxp-preview-head { height: 27px; display: flex; justify-content: space-between; align-items: center; color: var(--pxp-blue); font-size: 8px; font-weight: 800; }
.pxp-preview-head em { padding: 4px 6px; border-radius: 99px; background: #dfeaf9; font-style: normal; font-size: 6px; }
.pxp-paper { width: 74%; min-height: 295px; margin: 0 auto; padding: 25px 25px 20px; background: #fff; box-shadow: 0 6px 20px rgba(25, 50, 80, .14); }
.pxp-paper-brand { width: 54px; height: 10px; background: var(--pxp-blue); margin-bottom: 14px; }
.pxp-paper-title { font-size: 16px; font-weight: 900; color: var(--pxp-blue); text-align: right; }
.pxp-paper-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin: 18px 0 20px; }
.pxp-paper-grid i { height: 18px; background: #eaf0f7; }
.pxp-paper-lines { display: grid; gap: 8px; }
.pxp-paper-lines b { height: 6px; background: #dce5ef; }
.pxp-paper-lines b:nth-child(2) { width: 84%; }.pxp-paper-lines b:nth-child(3) { width: 92%; }.pxp-paper-lines b:nth-child(4) { width: 76%; }
.pxp-paper-total { display: flex; justify-content: space-between; margin-top: 25px; padding-top: 12px; border-top: 2px solid var(--pxp-blue); color: var(--pxp-blue); font-size: 9px; }
.pxp-floating-card { position: absolute; display: flex; align-items: center; gap: 10px; min-width: 225px; padding: 13px 16px; border: 1px solid #dbe5f0; border-radius: 14px; background: rgba(255,255,255,.96); box-shadow: 0 14px 34px rgba(0,43,110,.14); }
.pxp-floating-card svg { width: 28px; height: 28px; color: var(--pxp-blue); }
.pxp-floating-card span { display: grid; line-height: 1.25; }
.pxp-floating-card strong { font-size: 12px; color: var(--pxp-ink); }
.pxp-floating-card small { margin-top: 3px; font-size: 9px; color: var(--pxp-muted); }
.pxp-floating-card--local { right: -24px; bottom: 0; }
.pxp-floating-card--folder { left: -28px; top: 4px; }

.pxp-proofbar { background: var(--pxp-blue); color: #fff; }
.pxp-proofgrid { display: grid; grid-template-columns: repeat(4, 1fr); }
.pxp-proofgrid div { padding: 25px 24px; border-left: 1px solid rgba(255,255,255,.18); }
.pxp-proofgrid div:first-child { border-left: 0; }
.pxp-proofgrid strong, .pxp-proofgrid span { display: block; }
.pxp-proofgrid strong { font-size: 17px; }
.pxp-proofgrid span { margin-top: 3px; color: rgba(255,255,255,.72); font-size: 12px; }

.pxp-eyebrow { margin-bottom: 10px; }
.pxp-section h2 { margin: 0 0 20px; color: var(--pxp-ink); font-size: clamp(32px, 4vw, 48px); line-height: 1.12; letter-spacing: -.035em; }
.pxp-section--intro p, .pxp-centered-heading > p { color: var(--pxp-muted); font-size: 18px; }
.pxp-section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; margin-bottom: 44px; }
.pxp-section-heading h2 { margin-bottom: 0; }
.pxp-section-heading > p { color: var(--pxp-muted); margin: 0 0 6px; }
.pxp-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pxp-feature-card { min-height: 260px; padding: 30px; border: 1px solid #dae5f1; border-radius: 18px; background: rgba(255,255,255,.92); box-shadow: 0 8px 28px rgba(0,43,110,.055); transition: transform .2s ease, box-shadow .2s ease; }
.pxp-feature-card:hover { transform: translateY(-5px); box-shadow: 0 18px 36px rgba(0,43,110,.1); }
.pxp-iconbox { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 14px; background: var(--pxp-blue-3); color: var(--pxp-blue); }
.pxp-iconbox svg { width: 27px; height: 27px; }
.pxp-feature-card h3 { margin: 0 0 9px; font-size: 19px; color: var(--pxp-ink); }
.pxp-feature-card p { margin: 0; color: var(--pxp-muted); font-size: 15px; }

.pxp-centered-heading { max-width: 770px; margin: 0 auto 46px; text-align: center; }
.pxp-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; counter-reset: step; }
.pxp-steps article { position: relative; padding: 34px 28px 30px; text-align: center; border: 1px solid var(--pxp-line); border-radius: 18px; background: #fff; }
.pxp-steps article:not(:last-child)::after { content: ""; position: absolute; top: 52px; right: -29px; width: 29px; height: 1px; background: #bfcde0; }
.pxp-steps article > span { width: 48px; height: 48px; display: grid; place-items: center; margin: 0 auto 20px; border-radius: 50%; color: #fff; background: var(--pxp-blue); font-weight: 900; box-shadow: 0 8px 18px rgba(0,43,110,.24); }
.pxp-steps h3 { margin: 0 0 9px; font-size: 19px; }
.pxp-steps p { margin: 0; color: var(--pxp-muted); font-size: 15px; }

.pxp-privacy-section { padding-top: 25px; }
.pxp-privacy-card { display: grid; grid-template-columns: 90px 1fr .8fr; gap: 30px; align-items: center; padding: 42px; border-radius: 24px; color: #fff; background: linear-gradient(135deg, #002b6e, #0b4a99); box-shadow: var(--pxp-shadow); }
.pxp-privacy-icon { width: 76px; height: 76px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 20px; background: rgba(255,255,255,.1); }
.pxp-privacy-icon svg { width: 40px; height: 40px; }
.pxp-privacy-card h2 { color: #fff; font-size: clamp(28px, 3vw, 40px); margin-bottom: 10px; }
.pxp-privacy-card p { margin: 0; color: rgba(255,255,255,.8); }
.pxp-eyebrow--light { color: #bcd7ff; }
.pxp-privacy-card ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.pxp-privacy-card li { display: flex; align-items: center; gap: 8px; font-weight: 750; font-size: 14px; }

.pxp-section--pricing { background: #f7faff; }
.pxp-pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 20px; }
.pxp-price-card { position: relative; display: flex; flex-direction: column; padding: 34px; border: 1px solid #d6e2f0; border-radius: 22px; background: #fff; box-shadow: 0 10px 30px rgba(0,43,110,.055); }
.pxp-price-card--featured { border: 2px solid var(--pxp-blue); transform: translateY(-9px); box-shadow: 0 24px 58px rgba(0,43,110,.16); }
.pxp-popular { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); padding: 7px 14px; border-radius: 99px; background: var(--pxp-blue); color: #fff; text-transform: uppercase; letter-spacing: .08em; font-size: 10px; font-weight: 900; white-space: nowrap; }
.pxp-plan-name { color: var(--pxp-blue); font-size: 23px; font-weight: 900; }
.pxp-price-card > p { min-height: 50px; margin: 5px 0 20px; color: var(--pxp-muted); }
.pxp-price { display: flex; align-items: flex-start; color: var(--pxp-ink); line-height: 1; }
.pxp-price > span { margin-top: 7px; font-size: 21px; font-weight: 900; }
.pxp-price strong { font-size: 58px; letter-spacing: -.06em; }
.pxp-price small { align-self: flex-end; margin: 0 0 8px 8px; color: var(--pxp-muted); font-size: 14px; font-weight: 700; }
.pxp-vat { color: #718097; font-size: 12px; }
.pxp-price-card ul { flex: 1; display: grid; align-content: start; gap: 11px; margin: 27px 0 30px; padding: 22px 0 0; border-top: 1px solid var(--pxp-line); list-style: none; }
.pxp-price-card li { display: flex; gap: 9px; align-items: center; color: #42546a; font-size: 14px; }
.pxp-price-card li svg { color: var(--pxp-blue-2); }
.pxp-pricing-note { margin: 26px 0 0; text-align: center; color: var(--pxp-muted); font-size: 13px; }

.pxp-faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 75px; align-items: start; }
.pxp-faq-layout > div:first-child { position: sticky; top: 35px; }
.pxp-faq-layout > div:first-child p { color: var(--pxp-muted); }
.pxp-faq-list { border-top: 1px solid var(--pxp-line); }
.pxp-faq-list details { border-bottom: 1px solid var(--pxp-line); }
.pxp-faq-list summary { position: relative; padding: 22px 48px 22px 0; cursor: pointer; color: var(--pxp-ink); font-weight: 850; list-style: none; }
.pxp-faq-list summary::-webkit-details-marker { display: none; }
.pxp-faq-list summary::after { content: "+"; position: absolute; right: 5px; top: 17px; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: var(--pxp-blue); background: var(--pxp-blue-3); font-size: 20px; }
.pxp-faq-list details[open] summary::after { content: "−"; }
.pxp-faq-list details p { margin: -3px 45px 24px 0; color: var(--pxp-muted); }

.pxp-final-cta { padding: 64px 0; color: #fff; background: linear-gradient(120deg, #001e4f, #004395); }
.pxp-final-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 50px; }
.pxp-final-cta h2 { margin: 0 0 9px; color: #fff; font-size: clamp(30px, 4vw, 48px); line-height: 1.1; letter-spacing: -.03em; }
.pxp-final-cta p { margin: 0; color: rgba(255,255,255,.78); font-size: 17px; }

@media (max-width: 1050px) {
    .pxp-hero-grid { grid-template-columns: 1fr; }
    .pxp-hero-copy { max-width: 780px; }
    .pxp-hero-visual { width: min(720px, 100%); margin: 0 auto; }
    .pxp-feature-grid { grid-template-columns: repeat(2, 1fr); }
    .pxp-section-heading { grid-template-columns: 1fr; gap: 15px; }
    .pxp-privacy-card { grid-template-columns: 75px 1fr; }
    .pxp-privacy-card ul { grid-column: 2; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 800px) {
    .pxp-section { padding: 72px 0; }
    .pxp-proofgrid { grid-template-columns: repeat(2, 1fr); }
    .pxp-proofgrid div:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
    .pxp-proofgrid div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.18); }
    .pxp-steps, .pxp-pricing-grid { grid-template-columns: 1fr; }
    .pxp-steps article::after { display: none; }
    .pxp-price-card--featured { transform: none; margin-top: 10px; }
    .pxp-faq-layout { grid-template-columns: 1fr; gap: 25px; }
    .pxp-faq-layout > div:first-child { position: static; }
    .pxp-final-cta-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
    .pxp-shell { width: min(100% - 26px, 1180px); }
    .pxp-hero { padding: 45px 0 65px; }
    .pxp-brand-logo { width: 280px; max-width: 82%; }
    .pxp-hero h1 { font-size: 42px; }
    .pxp-actions, .pxp-actions .pxp-button { width: 100%; }
    .pxp-trust-row { display: grid; gap: 9px; }
    .pxp-floating-card { display: none; }
    .pxp-app-content { min-height: 260px; }
    .pxp-paper { min-height: 210px; padding: 18px; }
    .pxp-feature-grid { grid-template-columns: 1fr; }
    .pxp-feature-card { min-height: 0; }
    .pxp-proofgrid { grid-template-columns: 1fr; }
    .pxp-proofgrid div { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
    .pxp-proofgrid div:first-child { border-top: 0; }
    .pxp-privacy-card { grid-template-columns: 1fr; padding: 30px 24px; }
    .pxp-privacy-card ul { grid-column: auto; grid-template-columns: 1fr; }
    .pxp-price-card { padding: 28px 23px; }
    .pxp-final-cta { padding: 52px 0; }
}

/* 1.1.0 additions */
.pxp-home [id] { scroll-margin-top: 32px; }
.pxp-home a:focus-visible,
.pxp-home summary:focus-visible { outline: 3px solid #78aef2; outline-offset: 4px; }

.pxp-topline { min-height: 38px; display: flex; justify-content: flex-end; align-items: center; margin-bottom: 8px; }
.pxp-language-switcher { display: inline-flex; align-items: center; gap: 4px; padding: 4px; border: 1px solid #cbd8e8; border-radius: 999px; background: rgba(255,255,255,.88); box-shadow: 0 8px 24px rgba(0,43,110,.08); }
.pxp-language-switcher a,
.pxp-language-switcher span { min-width: 38px; min-height: 30px; display: inline-grid; place-items: center; border-radius: 999px; color: var(--pxp-blue); font-size: 11px; font-weight: 900; letter-spacing: .05em; }
.pxp-language-switcher a:hover { background: var(--pxp-blue-3); }
.pxp-language-switcher span { color: #fff; background: var(--pxp-blue); }

.pxp-inline-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 16px; color: #fff !important; font-size: 14px; font-weight: 850; text-decoration: underline !important; text-underline-offset: 4px; }
.pxp-inline-link svg { width: 17px; height: 17px; }

.pxp-wc-price { min-height: 61px; display: flex; align-items: flex-end; gap: 8px; color: var(--pxp-ink); font-size: 18px; font-weight: 750; line-height: 1.15; }
.pxp-wc-price .amount { color: var(--pxp-ink); font-size: 48px; font-weight: 900; letter-spacing: -.05em; }
.pxp-wc-price del { margin-right: 7px; color: var(--pxp-muted); opacity: .65; }
.pxp-wc-price del .amount { font-size: 23px; }
.pxp-wc-price ins { text-decoration: none; }
.pxp-wc-price .subscription-details { color: var(--pxp-muted); font-size: 14px; font-weight: 700; letter-spacing: 0; }

.pxp-legal-footer { padding: 38px 0; color: #bfcde0; background: #07162c; font-size: 13px; }
.pxp-legal-grid { display: grid; grid-template-columns: 1.4fr 1fr auto; gap: 36px; align-items: center; }
.pxp-company-details { display: grid; gap: 2px; }
.pxp-company-details strong { color: #fff; font-size: 15px; }
.pxp-company-details span { color: #aebdd1; }
.pxp-legal-links { display: flex; flex-wrap: wrap; gap: 8px 18px; }
.pxp-legal-links a { color: #dce7f6 !important; font-weight: 700; }
.pxp-legal-links a:hover { color: #fff !important; text-decoration: underline; text-underline-offset: 4px; }
.pxp-copyright { color: #8fa2ba; white-space: nowrap; text-align: right; }
.pxp-company-shortcode { font-style: normal; line-height: 1.65; }

@media (prefers-reduced-motion: reduce) {
    .pxp-home *, .pxp-home *::before, .pxp-home *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

@media (max-width: 800px) {
    .pxp-legal-grid { grid-template-columns: 1fr; gap: 22px; }
    .pxp-copyright { text-align: left; }
}

@media (max-width: 620px) {
    .pxp-topline { margin-bottom: 18px; }
    .pxp-wc-price .amount { font-size: 42px; }
    .pxp-legal-footer { padding: 32px 0; }
}
.pxp-wc-amount { display: inline-flex; align-items: flex-end; }
.pxp-billing-period { margin-bottom: 6px; color: var(--pxp-muted); font-size: 14px; font-weight: 700; }
