.pl-home .flagships{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.pl-home .flagship{padding:clamp(32px,4vw,48px) clamp(24px,3vw,40px);border-right:1px solid var(--line);display:flex;flex-direction:column;gap:18px;transition:background .4s var(--ease-out-soft)}.pl-home .flagship:last-child{border-right:0}.pl-home .flagship:hover{background:rgba(21,80,247,.018)}.pl-home .flagship__icon{width:52px;height:52px;border-radius:16px;background:linear-gradient(135deg,rgba(22,171,252,.12),rgba(103,66,241,.12));border:1px solid rgba(21,80,247,.14);display:grid;place-items:center;color:var(--blue-600)}.pl-home .flagship__icon svg{width:24px;height:24px}.pl-home .flagship__label{font-family:var(--font-mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-mute);margin-top:4px}.pl-home .flagship__title{font-family:var(--font-display);font-weight:600;font-size:clamp(20px,1.8vw,26px);letter-spacing:-.018em;line-height:1.18;color:var(--ink);margin:0}.pl-home .flagship__desc{font-size:14.5px;line-height:1.6;color:var(--ink-soft);max-width:38ch;margin:0}.pl-home .flagship__tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:auto;padding-top:8px}.pl-home .spec-grid{display:grid;grid-template-columns:repeat(3,1fr)}.pl-home .spec,.pl-home .spec-grid{border-bottom:1px solid var(--line)}.pl-home .spec{padding:clamp(28px,3.5vw,40px) clamp(24px,3vw,36px);border-right:1px solid var(--line);display:flex;gap:18px;align-items:flex-start;transition:background .35s var(--ease-out-soft)}.pl-home .spec:hover{background:rgba(21,80,247,.018)}.pl-home .spec:nth-child(3n){border-right:0}.pl-home .spec:nth-last-child(-n+3){border-bottom:0}.pl-home .spec__icon{flex:0 0 42px;width:42px;height:42px;border-radius:12px;background:var(--neutral-100);border:1px solid var(--line);display:grid;place-items:center;color:var(--blue-600);transition:background .35s,border-color .35s}.pl-home .spec:hover .spec__icon{background:linear-gradient(135deg,rgba(22,171,252,.12),rgba(103,66,241,.1));border-color:rgba(21,80,247,.16)}.pl-home .spec__icon svg{width:20px;height:20px}.pl-home .spec__body{display:flex;flex-direction:column;gap:8px;min-width:0}.pl-home .spec__name{font-family:var(--font-display);font-weight:600;font-size:18px;letter-spacing:-.014em;color:var(--ink);line-height:1.2;margin:0}.pl-home .spec__headline{font-size:14.5px;font-weight:500;color:var(--ink-soft);line-height:1.35;margin:0}.pl-home .spec__desc{font-size:13.5px;line-height:1.55;color:var(--ink-mute);margin:0}.pl-home .spec__tags{display:flex;flex-wrap:wrap;gap:5px;margin-top:4px}.pl-home .spec__tags .tag{font-size:10.5px;padding:3px 8px}.pl-home .copilot-mock{margin-top:8px;border:1px solid var(--line);border-radius:14px;overflow:hidden}.pl-home .copilot-mock__suggestion{padding:14px 16px;background:linear-gradient(135deg,rgba(22,171,252,.1),rgba(103,66,241,.08));border-bottom:1px solid rgba(143,182,255,.22);font-size:12.5px;line-height:1.5;color:var(--ink)}.pl-home .copilot-mock__suggestion strong{display:block;margin-bottom:4px;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:#6f8fd6;font-weight:600}.pl-home .copilot-mock__source{padding:10px 16px;background:var(--neutral-50);font-size:11.5px;color:var(--ink-mute)}.pl-home .copilot-mock__source strong{color:var(--ink-soft)}.pl-home .scribe-wave{display:flex;align-items:center;gap:12px;padding:14px 18px;border:1px solid var(--line);border-radius:14px;background:var(--neutral-50);margin-top:8px}.pl-home .scribe-wave__bars{display:flex;gap:3px;align-items:flex-end;height:22px}.pl-home .scribe-wave__bars span{display:block;width:3px;border-radius:2px;background:var(--blue-500);animation:wave 1.4s ease-in-out infinite}.pl-home .scribe-wave__label{font-family:var(--font-mono);font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--blue-700);display:flex;align-items:center;gap:7px;margin-left:auto}.pl-home .scribe-wave__label:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--blue-600);box-shadow:0 0 0 0 rgba(21,80,247,.5);animation:hv-pulse 1.8s ease-out infinite}.pl-home .assess{column-count:3;column-gap:clamp(28px,4vw,64px);border-top:1px solid var(--line);padding-top:clamp(22px,3vw,38px);margin-top:clamp(8px,2vw,20px)}.pl-home .assess__group{break-inside:avoid;margin-bottom:clamp(20px,2.4vw,30px)}.pl-home .assess__cat{font-family:var(--font-mono);font-size:11px;font-weight:500;letter-spacing:.11em;text-transform:uppercase;color:var(--ink-mute);margin:0 0 11px;padding-bottom:9px;border-bottom:1px solid var(--line)}.pl-home .assess__tests{display:flex;flex-wrap:wrap;gap:7px 16px}.pl-home .assess__test{font-family:var(--font-display);font-weight:500;font-size:14px;letter-spacing:-.008em;line-height:1.3;color:var(--ink-soft);white-space:nowrap;cursor:help;transition:color .2s var(--ease-out-soft)}.pl-home .assess__test:hover{color:var(--blue-700)}@media (max-width:940px){.pl-home .flagships{grid-template-columns:1fr}.pl-home .flagship{border-right:0;border-bottom:1px solid var(--line)}.pl-home .flagship:last-child{border-bottom:0}}@media (max-width:860px){.pl-home .spec-grid{grid-template-columns:repeat(2,1fr)}.pl-home .spec:nth-child(3n){border-right:1px solid var(--line)}.pl-home .spec:nth-child(2n){border-right:0}.pl-home .spec:nth-last-child(-n+3){border-bottom:1px solid var(--line)}.pl-home .spec:nth-last-child(-n+2){border-bottom:0}}@media (max-width:600px){.pl-home .spec-grid{grid-template-columns:1fr}.pl-home .spec{border-right:0!important}.pl-home .spec:last-child{border-bottom:0}}@media (max-width:900px){.pl-home .assess{column-count:2}}@media (max-width:600px){.pl-home .assess{column-count:1}}@media (prefers-reduced-motion:reduce){.pl-home .scribe-wave__bars span,.pl-home .scribe-wave__label:before{animation:none!important}}