/* Pylogix design layer for the AltumCode apps (Social Proof, MyCircle.iD, Pulse). 2026-09-25. Loaded after custom.css. */
:root {
  --plx-blue: #4850f8; --plx-blue-d: #343ad9; --plx-navy: #0d1040; --plx-ink: #151936; --plx-text: #4a5070; --plx-muted: #6b7190;
  --plx-line: #e3e6f3; --plx-tint: #f5f6fd; --plx-orange: #ff5a36; --plx-acc: #8b5cf6; --plx-ok: #14a870; --plx-r: 18px;
}
body { font-family: 'Nunito', 'Segoe UI', Arial, sans-serif !important; -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 { font-family: 'Nunito', 'Segoe UI', Arial, sans-serif !important; letter-spacing: -.01em; }

/* app menu */
.navbar-main { box-shadow: 0 1px 0 var(--plx-line); padding-top: 14px; padding-bottom: 14px; }
.navbar-main .nav-link { font-weight: 700; color: var(--plx-ink) !important; }
.navbar-main .nav-link:hover { color: var(--plx-blue) !important; }
.navbar-main .navbar-logo { max-height: 38px; }
.btn-primary { background: var(--plx-blue); border-color: var(--plx-blue); border-radius: 999px; font-weight: 700; }
.btn-primary:hover, .btn-primary:focus { background: var(--plx-blue-d); border-color: var(--plx-blue-d); }
.btn-outline-primary { border-radius: 999px; font-weight: 700; }
.footer { border-top: 1px solid var(--plx-line); padding-top: 40px; }

/* landing */
.plx-a { color: var(--plx-text); }
.plx-a .container { max-width: 1200px; }
.plx-a h1, .plx-a h2, .plx-a h3 { color: var(--plx-ink); }
.plx-a-sec { padding: 92px 0; }
.plx-a-tint { background: var(--plx-tint); }
.plx-a-narrow { max-width: 860px !important; }
.plx-a-eyebrow { display: inline-block; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--plx-blue); background: rgba(72,80,248,.09); padding: 6px 12px; border-radius: 999px; margin-bottom: 16px; }
.plx-a-head { text-align: center; max-width: 780px; margin: 0 auto 50px; }
.plx-a-head h2, .plx-a-cta h2 { font-size: clamp(28px, 3.3vw, 42px); font-weight: 800; line-height: 1.16; margin: 0 0 14px; }
.plx-a-head p, .plx-a-cta p { font-size: 18px; line-height: 1.65; margin: 0; }
.plx-a-btn { display: inline-flex; align-items: center; gap: 10px; background: var(--plx-blue); color: #fff !important; font-weight: 800; font-size: 16px; padding: 15px 26px; border-radius: 999px; text-decoration: none !important; box-shadow: 0 10px 24px rgba(72,80,248,.28); transition: transform .2s, background .2s, box-shadow .2s; border: 0; }
.plx-a-btn:hover { background: var(--plx-blue-d); transform: translateY(-2px); }
.plx-a-ghost { background: #fff; color: var(--plx-ink) !important; box-shadow: inset 0 0 0 2px var(--plx-line); }
.plx-a-ghost:hover { background: #fff; color: var(--plx-blue) !important; box-shadow: inset 0 0 0 2px var(--plx-blue); }
.plx-a-btns { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

/* hero */
.plx-a-hero { position: relative; overflow: hidden; padding: 70px 0 96px; margin-top: -1.5rem;
  background: radial-gradient(800px 460px at 85% 20%, rgba(139,92,246,.2), transparent 62%), radial-gradient(640px 420px at 5% 95%, rgba(72,80,248,.12), transparent 60%), linear-gradient(180deg, #f7f8ff, #fff); }
.plx-a-hero::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(rgba(72,80,248,.14) 1.2px, transparent 1.2px); background-size: 26px 26px; mask-image: linear-gradient(180deg, #000 10%, transparent 75%); -webkit-mask-image: linear-gradient(180deg, #000 10%, transparent 75%); pointer-events: none; }
.plx-a-hero .container { position: relative; }
.plx-a-hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 48px; align-items: center; }
.plx-a-hero h1 { font-size: clamp(36px, 4.6vw, 58px); font-weight: 900; line-height: 1.07; margin: 0 0 22px; }
.plx-a-lead { font-size: 19px; line-height: 1.65; margin: 0; max-width: 600px; }
.plx-a-ticks { list-style: none; padding: 0; margin: 28px 0 0; display: flex; flex-wrap: wrap; gap: 10px 22px; }
.plx-a-ticks li { font-weight: 700; color: var(--plx-ink); font-size: 15px; padding-left: 26px; position: relative; }
.plx-a-ticks li::before { content: ''; position: absolute; left: 0; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--plx-ok); }
.plx-a-ticks li::after { content: ''; position: absolute; left: 5px; top: 7px; width: 5px; height: 8px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.plx-a-hero-art { position: relative; min-height: 470px; }
.plx-a-stack { position: absolute; width: min(360px, 88%); filter: drop-shadow(0 22px 40px rgba(13,16,64,.16)); animation: plx-a-float 7s ease-in-out infinite; }
.plx-a-stack > * { position: static !important; margin: 0 !important; max-width: 100% !important; }
.plx-a-s1 { top: 2%; left: 0; } .plx-a-s2 { top: 36%; right: 0; animation-delay: -2.3s; } .plx-a-s3 { bottom: 2%; left: 8%; animation-delay: -4.6s; }

/* steps + works with */
.plx-a-steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.plx-a-steps li { background: #fff; border-radius: var(--plx-r); padding: 30px 28px; box-shadow: 0 0 0 1px var(--plx-line); }
.plx-a-steps b { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--plx-blue); color: #fff; font-weight: 900; margin-bottom: 16px; }
.plx-a-steps h3 { font-size: 19px; font-weight: 800; margin: 0 0 8px; }
.plx-a-steps p { margin: 0; font-size: 15.5px; line-height: 1.6; }
.plx-a-works { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 22px 44px; margin-top: 56px; }
.plx-a-works span { width: 100%; text-align: center; font-weight: 700; color: var(--plx-muted); font-size: 14px; letter-spacing: .04em; text-transform: uppercase; }
.plx-a-works img { height: 34px; width: auto; opacity: .7; filter: grayscale(1); transition: opacity .2s, filter .2s; }
.plx-a-works img:hover { opacity: 1; filter: none; }

/* feature cards (MyCircle, Pulse) */
.plx-a-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.plx-a-card { background: #fff; border-radius: var(--plx-r); padding: 30px; box-shadow: 0 0 0 1px var(--plx-line); transition: transform .25s, box-shadow .25s; }
.plx-a-card:hover { transform: translateY(-4px); box-shadow: 0 0 0 1px rgba(72,80,248,.35), 0 20px 40px rgba(13,16,64,.08); }
.plx-a-ic { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 14px; background: linear-gradient(135deg, rgba(72,80,248,.14), rgba(139,92,246,.14)); color: var(--plx-blue); margin-bottom: 18px; font-size: 20px; }
.plx-a-card h3 { font-size: 19px; font-weight: 800; margin: 0 0 8px; }
.plx-a-card p { margin: 0; font-size: 15.5px; line-height: 1.6; }

/* widget picker */
.plx-a-widgets { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 32px; align-items: start; }
.plx-a-wgrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.plx-a-wcard { position: relative; margin: 0; cursor: pointer; display: block; }
.plx-a-radio { position: absolute; opacity: 0; pointer-events: none; }
.plx-a-wbody { display: flex; flex-direction: column; gap: 6px; height: 100%; background: #fff; border-radius: 16px; padding: 18px; box-shadow: 0 0 0 1px var(--plx-line); transition: box-shadow .2s, transform .2s; }
.plx-a-wcard:hover .plx-a-wbody { transform: translateY(-2px); box-shadow: 0 0 0 1px rgba(72,80,248,.4), 0 12px 26px rgba(13,16,64,.07); }
.plx-a-radio:checked + .plx-a-wbody { box-shadow: 0 0 0 2px var(--plx-blue), 0 12px 26px rgba(72,80,248,.14); }
.plx-a-radio:focus-visible + .plx-a-wbody { outline: 3px solid rgba(72,80,248,.4); outline-offset: 2px; }
.plx-a-wicon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: rgba(72,80,248,.1); color: var(--plx-blue); margin-bottom: 4px; }
.plx-a-wbody b { color: var(--plx-ink); font-size: 15.5px; }
.plx-a-wbody small { color: var(--plx-muted); font-size: 13.5px; line-height: 1.5; }
.plx-a-previewbox { position: sticky; top: 24px; background: #fff; border-radius: 22px; box-shadow: 0 0 0 1px var(--plx-line), 0 30px 70px rgba(13,16,64,.12); overflow: hidden; }
.plx-a-browser { display: flex; align-items: center; gap: 6px; padding: 14px 18px; background: #fafbff; border-bottom: 1px solid var(--plx-line); }
.plx-a-browser i { width: 10px; height: 10px; border-radius: 50%; background: #dfe2f0; }
.plx-a-browser span { margin-left: 10px; font-size: 13px; color: var(--plx-muted); background: #fff; border: 1px solid var(--plx-line); border-radius: 999px; padding: 3px 12px; }
#notification_preview { min-height: 280px; padding: 40px 24px; display: grid; place-items: center;
  background-image: linear-gradient(var(--plx-tint) 1px, transparent 1px), linear-gradient(90deg, var(--plx-tint) 1px, transparent 1px); background-size: 22px 22px; }
#notification_preview > * { position: static !important; margin: 0 !important; }
.plx-a-hint { margin: 0; padding: 14px 18px; font-size: 13px; color: var(--plx-muted); border-top: 1px solid var(--plx-line); }

/* cta, faq */
.plx-a-cta { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 48px; align-items: center; background: linear-gradient(135deg, var(--plx-navy), #3b2a9a); border-radius: 28px; padding: 56px; }
.plx-a-cta h2 { color: #fff !important; } .plx-a-cta p { color: #d9d9fb; }
.plx-a-cta .plx-a-eyebrow { background: rgba(255,255,255,.12); color: #fff; }
.plx-a-cta .plx-a-ghost { background: transparent; color: #fff !important; box-shadow: inset 0 0 0 2px rgba(255,255,255,.35); }
.plx-a-cta img { width: 100%; height: auto; border-radius: 18px; box-shadow: 0 24px 60px rgba(0,0,0,.3); }
.plx-a-faq details { background: #fff; border-radius: 16px; box-shadow: 0 0 0 1px var(--plx-line); margin-bottom: 12px; padding: 0 24px; }
.plx-a-faq summary { cursor: pointer; list-style: none; font-weight: 800; font-size: 17.5px; color: var(--plx-ink); padding: 20px 30px 20px 0; position: relative; }
.plx-a-faq summary::-webkit-details-marker { display: none; }
.plx-a-faq summary::after { content: '+'; position: absolute; right: 0; top: 15px; font-size: 26px; color: var(--plx-blue); transition: transform .2s; }
.plx-a-faq details[open] summary::after { transform: rotate(45deg); }
.plx-a-faq p { margin: 0 0 20px; font-size: 16px; line-height: 1.65; }

@keyframes plx-a-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@media (prefers-reduced-motion: reduce) { .plx-a-stack { animation: none; } .plx-a-card, .plx-a-btn { transition: none; } }
@media (max-width: 991px) {
  .plx-a-hero-grid, .plx-a-cta, .plx-a-widgets { grid-template-columns: minmax(0, 1fr); }
  .plx-a-hero-art { min-height: 420px; }
  .plx-a-steps, .plx-a-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .plx-a-wgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .plx-a-previewbox { position: static; }
  .plx-a-cta { padding: 40px 28px; }
}
@media (max-width: 600px) {
  .plx-a-sec { padding: 64px 0; }
  .plx-a-steps, .plx-a-cards { grid-template-columns: minmax(0, 1fr); }
  .plx-a-hero-art { min-height: 0; display: grid; gap: 14px; }
  .plx-a-stack { position: static; width: 100%; animation: none; }
  .plx-a-btns .plx-a-btn { width: 100%; justify-content: center; }
}

/* light landing even when the app's dark theme is on */
.plx-a { background: #fff; }
.plx-a .plx-a-sec:not(.plx-a-tint) { background: #fff; }
.navbar-index { background: #fff !important; box-shadow: 0 1px 0 var(--plx-line); padding-top: 14px; padding-bottom: 14px; }
.navbar-index .nav-link { color: var(--plx-ink) !important; font-weight: 700; }
.navbar-index .nav-link:hover { color: var(--plx-blue) !important; }
.navbar-index .navbar-logo { max-height: 38px; }
.navbar-index .btn { border-radius: 999px; font-weight: 700; }
.navbar-index .navbar-toggler, .navbar-index .navbar-custom-toggler { color: var(--plx-ink) !important; }
.plx-a-light .plx-a-hero { margin-top: 0; padding-top: 64px; }

/* hero image, feature rows, pixels */
.plx-a-hero-img { text-align: center; }
.plx-a-hero-img img { width: min(560px, 100%); height: auto; filter: drop-shadow(0 34px 50px rgba(13,16,64,.22)); }
.plx-a-row { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 56px; align-items: center; margin-bottom: 72px; }
.plx-a-row:last-child { margin-bottom: 0; }
.plx-a-row-rev .plx-a-row-img { order: 2; }
.plx-a-row-img img { width: 100%; height: auto; border-radius: 18px; box-shadow: 0 30px 70px rgba(13,16,64,.18), 0 0 0 1px var(--plx-line); }
.plx-a-kicker { display: block; font-weight: 800; color: var(--plx-blue); font-size: 14px; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 10px; }
.plx-a-row-copy h3 { font-size: clamp(24px, 2.6vw, 32px); font-weight: 800; line-height: 1.2; margin: 0 0 12px; }
.plx-a-row-copy p { font-size: 17px; line-height: 1.65; margin: 0 0 18px; }
.plx-a-list { list-style: none; padding: 0; margin: 0; }
.plx-a-list li { position: relative; padding: 7px 0 7px 30px; font-weight: 600; color: var(--plx-ink); }
.plx-a-list li::before { content: ''; position: absolute; left: 0; top: 11px; width: 18px; height: 18px; border-radius: 50%; background: rgba(72,80,248,.12); }
.plx-a-list li::after { content: ''; position: absolute; left: 6px; top: 14px; width: 6px; height: 9px; border: solid var(--plx-blue); border-width: 0 2px 2px 0; transform: rotate(45deg); }
.plx-a-pixels { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 10px; margin-top: 44px; }
.plx-a-pixels b { width: 100%; text-align: center; color: var(--plx-muted); font-size: 14px; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 4px; }
.plx-a-pixels span { background: #fff; border-radius: 999px; padding: 8px 16px; font-weight: 700; color: var(--plx-ink); box-shadow: 0 0 0 1px var(--plx-line); font-size: 14.5px; }
@media (max-width: 991px) {
  .plx-a-row { grid-template-columns: minmax(0, 1fr); gap: 28px; margin-bottom: 56px; }
  .plx-a-row-rev .plx-a-row-img { order: 0; }
}

/* Pulse */
.plx-a-hero-shot img { width: 100%; border-radius: 18px; box-shadow: 0 34px 80px rgba(13,16,64,.22), 0 0 0 1px var(--plx-line); filter: none; }
.plx-a-support { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 44px; }
.plx-a-support b { width: 100%; text-align: center; color: var(--plx-muted); font-size: 14px; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 4px; }
.plx-a-support span { display: inline-flex; align-items: center; gap: 8px; background: #fff; border-radius: 999px; padding: 7px 14px; font-weight: 700; color: var(--plx-ink); box-shadow: 0 0 0 1px var(--plx-line); font-size: 14.5px; }
.plx-a-support img { width: 20px; height: 20px; }
.plx-a-api { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 40px; align-items: center; }
.plx-a-api h2 { font-size: clamp(26px, 3vw, 36px); font-weight: 800; margin: 0 0 12px; }
.plx-a-api p { font-size: 17px; line-height: 1.65; margin: 0 0 22px; }
.plx-a-api pre { margin: 0; background: var(--plx-navy); color: #d9dcff; border-radius: 18px; padding: 26px; font-size: 14px; line-height: 1.7; overflow-x: auto; box-shadow: 0 24px 60px rgba(13,16,64,.2); }
@media (max-width: 991px) { .plx-a-api { grid-template-columns: minmax(0, 1fr); } }

.plx-a-api pre code { background: none !important; color: inherit !important; padding: 0 !important; white-space: pre; font-size: inherit; border: 0; }
.plx-a-cta img[src*="widget.webp"] { background: #fff; }
