@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap");:root{--color-primary:#2a4365;--color-primary-light:#2474a6;--color-primary-dark:#1a365d;--color-secondary:#92400e;--color-secondary-light:#a84300;--color-secondary-dark:#7c2d12;--color-white:#ffffff;--color-off-white:#f5f7fa;--color-light-grey:#e4f1f9;--color-grey:#526173;--color-dark-grey:#334155;--color-black:#111827;--font-primary:"Poppins",sans-serif;--font-secondary:"Inter",sans-serif}body,html{color:var(--color-dark-grey);background-color:var(--color-off-white);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,h1,h2,h3,h4,h5,h6,html{font-family:var(--font-primary)}h1,h2,h3,h4,h5,h6{font-weight:600;color:var(--color-primary);line-height:1.3}h1,h2,h3,h4,h5,h6,p{margin-bottom:1rem}.button.is-primary{background-color:var(--color-primary);transition:all .3s ease}.button.is-primary:hover{background-color:var(--color-primary-dark);transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.button.is-secondary{background-color:var(--color-secondary);color:var(--color-white);transition:all .3s ease}.button.is-secondary:hover{background-color:var(--color-secondary-dark);transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.button.is-rounded{border-radius:999px}.has-shadow{box-shadow:0 4px 10px rgba(0,0,0,.1);transition:box-shadow .3s ease}.has-shadow:hover{box-shadow:0 8px 15px rgba(0,0,0,.15)}.box,.card{border-radius:12px;transition:transform .3s ease,box-shadow .3s ease}.box:hover,.card:hover{transform:translateY(-3px);box-shadow:0 10px 20px rgba(0,0,0,.08)}.gradient-bg{background:linear-gradient(135deg,#4CBAE3,#2486B1)}.gradient-text{background:linear-gradient(45deg,var(--color-primary-light),var(--color-primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.section-padding{padding:4rem 0}.navbar-brand .title{font-family:var(--font-primary);font-weight:600;letter-spacing:.5px}@media screen and (max-width:768px){.is-flex-mobile{display:flex!important}.is-flex-wrap-mobile{flex-wrap:wrap!important}.section-padding{padding:2.5rem 0}.column.is-full-mobile{flex:none;width:100%}}.feature-card{padding:1.5rem;border-radius:12px;background:var(--color-white);box-shadow:0 5px 15px rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.1)}.feature-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(var(--color-primary-light-rgb,49,135,162),.1);margin-bottom:1rem}.stat-counter{font-size:2.5rem;font-weight:700;color:var(--color-primary);margin-bottom:.5rem}.step-box{position:relative;padding:2rem;border-radius:12px;background:var(--color-white);box-shadow:0 5px 15px rgba(0,0,0,.05)}.step-number{position:absolute;top:-15px;left:20px;width:30px;height:30px;border-radius:50%;background:var(--color-primary);color:var(--color-white);display:flex;align-items:center;justify-content:center;font-weight:600}.pq-section{padding:4rem 0}.pq-section--white{background:#ffffff}.pq-home-hero,.pq-section--soft{background:#f8fafc}.pq-eyebrow{color:#075985;display:inline-flex;font-size:.75rem;font-weight:800;letter-spacing:.08em;margin-bottom:.75rem;text-transform:uppercase}.pq-section-intro{max-width:760px}.pq-home-hero h1,.pq-section-intro h2{color:#0f172a;font-weight:800;letter-spacing:0;line-height:1.12;margin:0 0 1rem}.pq-section-intro h2{font-size:2.35rem}.pq-home-hero__lede,.pq-section-intro p{color:#475569;font-size:1.05rem;line-height:1.7;margin:0}.pq-home-hero{border-bottom:1px solid rgba(100,116,139,.22);padding:3.5rem 0 2.6rem}.pq-direction-lab{align-items:center;background:#ffffff;border:1px solid rgba(100,116,139,.28);border-radius:8px;display:flex;gap:1rem;justify-content:space-between;margin:0 auto 1.5rem;max-width:1180px;padding:.85rem}.pq-direction-lab span{color:#0f172a;display:block;font-size:.8rem;font-weight:850;text-transform:uppercase}.pq-direction-lab p{color:#64748b;font-size:.82rem;font-weight:700;margin:.2rem 0 0}.pq-direction-lab__tabs{display:flex;flex-wrap:wrap;gap:.45rem;justify-content:flex-end}.pq-direction-lab__tab{background:#f8fafc;border:1px solid rgba(100,116,139,.35);border-radius:999px;color:#0f172a;cursor:pointer;font-size:.78rem;font-weight:800;min-height:34px;padding:.45rem .65rem}.pq-direction-lab__tab.is-active{background:#0f172a;border-color:#0f172a;color:#ffffff}.pq-home-hero__grid{align-items:center;display:grid;gap:2rem;grid-template-columns:minmax(0,.95fr) minmax(360px,1.05fr);margin:0 auto;max-width:1180px}.pq-home-hero__copy{max-width:620px}.pq-home-hero h1{font-size:2.8rem}.pq-home-hero__differentiator{color:#0f172a;font-size:.98rem;font-weight:700;line-height:1.55;margin:1rem 0 0}.pq-home-hero__actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.6rem}.pq-button{align-items:center;border-radius:8px;display:inline-flex;font-size:.95rem;font-weight:800;justify-content:center;line-height:1.2;min-height:46px;padding:.75rem 1.15rem;text-decoration:none}.pq-button--primary{background:#0369a1;border:1px solid #0369a1;color:#ffffff}.pq-button--secondary{background:#ffffff;border:1px solid #64748b;color:#0f172a}.pq-button:focus-visible{outline:3px solid #111827;outline-offset:3px}.pq-home-hero__proof{display:flex;flex-wrap:wrap;gap:.55rem;list-style:none;margin:1.2rem 0 0;padding:0}.pq-home-hero__proof li{background:#ffffff;border:1px solid rgba(100,116,139,.32);border-radius:999px;color:#334155;font-size:.83rem;font-weight:750;padding:.35rem .65rem}.pq-product-mockup,.pq-sample-pathway{background:#ffffff;border:1px solid rgba(100,116,139,.32);border-radius:8px;box-shadow:0 18px 42px rgba(15,23,42,.09);overflow:hidden}.pq-product-mockup__bar,.pq-sample-pathway__topbar{align-items:center;background:#0f172a;color:#ffffff;display:flex;gap:.45rem;justify-content:space-between;padding:.75rem .9rem}.pq-sample-pathway__dot{background:#94a3b8;border-radius:999px;height:9px;width:9px}.pq-product-mockup__bar span,.pq-product-mockup__bar strong,.pq-sample-pathway__label{color:#e0f2fe;font-size:.78rem;font-weight:800;letter-spacing:.04em;margin-left:auto;text-transform:uppercase}.pq-product-mockup__panel,.pq-sample-pathway__header{align-items:start;display:flex;gap:1rem;justify-content:space-between;padding:1rem}.pq-product-mockup__panel h3,.pq-sample-pathway__header h2{color:#0f172a;font-size:1.35rem;line-height:1.2;margin:0}.pq-product-mockup__status,.pq-sample-pathway__status{align-items:center;background:#ecfdf5;border:1px solid rgba(4,120,87,.28);border-radius:999px;color:#047857;display:inline-flex;flex-shrink:0;font-size:.78rem;font-weight:800;gap:.35rem;padding:.35rem .55rem}.pq-sample-pathway__image-wrap{background:linear-gradient(180deg,#ffffff,#eef6ff);border-top:1px solid rgba(100,116,139,.18);padding:.75rem 1rem 0}.pq-sample-pathway__image-wrap img{display:block;height:auto;margin:0 auto;max-height:260px;object-fit:contain;width:min(100%,520px)}.pq-product-mockup__routes,.pq-sample-pathway__surfaces{display:grid;gap:.75rem;grid-template-columns:repeat(2,minmax(0,1fr));padding:0 1rem 1rem}.pq-planning-support-card,.pq-product-card,.pq-product-mockup__routes article,.pq-route-flow__card{background:#ffffff;border:1px solid rgba(100,116,139,.28);border-radius:8px;padding:.85rem}.pq-product-mockup__routes article{display:grid;gap:.35rem}.pq-product-mockup__routes img{background:#f8fafc;border:1px solid rgba(100,116,139,.18);border-radius:8px;height:108px;object-fit:contain;object-position:center;width:100%}.pq-product-mockup__image--photo{object-fit:cover}.pq-planning-support-card{display:grid;gap:.65rem;grid-template-columns:auto minmax(0,1fr)}.pq-planning-support-card__icon{align-items:center;background:#e0f2fe;border-radius:8px;color:#0369a1;display:inline-flex;height:32px;justify-content:center;width:32px}.pq-planning-support-card span,.pq-product-mockup__kicker,.pq-product-mockup__routes span,.pq-route-flow__card span{color:#075985;display:block;font-size:.72rem;font-weight:850;letter-spacing:.04em;margin-bottom:.35rem;text-transform:uppercase}.pq-planning-support-card h3,.pq-product-card h3,.pq-product-mockup__routes h4{color:#0f172a;font-size:.95rem;font-weight:800;line-height:1.3;margin:0 0 .35rem}.pq-planning-support-card p,.pq-product-card p,.pq-product-mockup__routes p,.pq-route-flow__card p{color:#475569;font-size:.86rem;line-height:1.5;margin:0}.pq-sample-pathway__rules{background:#f8fafc;border-top:1px solid rgba(100,116,139,.22);padding:1rem}.pq-product-mockup__rule,.pq-sample-pathway__footer,.pq-sample-pathway__rule-heading{align-items:center;color:#334155;display:flex;font-size:.82rem;font-weight:800;gap:.45rem}.pq-sample-pathway__rules ul{display:grid;gap:.45rem;list-style:none;margin:.7rem 0 0;padding:0}.pq-sample-pathway__rules li{align-items:start;color:#475569;display:flex;font-size:.8rem;font-weight:700;gap:.4rem;line-height:1.35}.pq-sample-pathway__footer{border-top:1px solid rgba(100,116,139,.22);padding:.85rem 1rem}.pq-product-action,.pq-same-goal{margin:0 auto;max-width:1120px}.pq-scenario-tabs{display:flex;flex-wrap:wrap;gap:.55rem;margin:1.5rem 0 1rem}.pq-scenario-tabs__tab{background:#ffffff;border:1px solid #64748b;border-radius:999px;color:#0f172a;cursor:pointer;font-size:.9rem;font-weight:800;min-height:40px;padding:.55rem .85rem}.pq-scenario-tabs__tab.is-active{background:#0f172a;border-color:#0f172a;color:#ffffff}.pq-product-action__layout,.pq-route-flow{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.pq-route-flow__card--warning{background:#fffbeb;border-color:rgba(146,64,14,.32)}.pq-route-flow__card--success{background:#ecfdf5;border-color:rgba(4,120,87,.32)}.pq-same-goal__source{color:#64748b;font-size:.82rem;font-weight:700;margin:1rem 0 0}.pq-product-action__layout{grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);margin-top:1.6rem}.pq-product-action__cards,.pq-value-grid{display:grid;gap:.85rem}.pq-value-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.pq-product-card svg{color:#047857;margin-bottom:.55rem}.pq-product-mockup__compare{border-top:1px solid rgba(100,116,139,.24);padding:1rem;display:grid;gap:.55rem}.pq-product-mockup__rule{background:#f8fafc;border:1px solid rgba(100,116,139,.22);border-radius:8px;line-height:1.35;padding:.65rem}@media screen and (max-width:960px){.pq-direction-lab,.pq-home-hero__grid,.pq-product-action__layout,.pq-route-flow,.pq-value-grid{grid-template-columns:1fr}.pq-direction-lab{align-items:stretch;display:grid}.pq-direction-lab__tabs{justify-content:flex-start}.pq-home-hero__copy{max-width:none}}@media screen and (max-width:700px){.pq-home-hero,.pq-section{padding:2.5rem 0}.pq-home-hero h1,.pq-section-intro h2{font-size:2rem}.pq-button,.pq-home-hero__actions{width:100%}.pq-product-mockup__panel,.pq-sample-pathway__header{display:grid}.pq-product-mockup__metrics,.pq-product-mockup__routes,.pq-sample-pathway__metrics,.pq-sample-pathway__routes,.pq-sample-pathway__signals,.pq-sample-pathway__surfaces{grid-template-columns:1fr}}.pq-rrd{background:linear-gradient(180deg,#f1f5f9,#e2e8f0);padding:4rem 0}.pq-rrd__head{margin:0 auto 2.5rem;max-width:760px;text-align:center}.pq-rrd__head h2{color:#0f172a;font-size:2.4rem;font-weight:850;line-height:1.1;margin:.5rem 0 1rem}.pq-rrd__head h2 em{color:#0369a1;font-style:normal}.pq-rrd__sub{color:#475569;font-size:1.05rem;line-height:1.6;margin:0}.pq-rrd__demo{background:#ffffff;border:1px solid rgba(15,23,42,.15);border-radius:14px;box-shadow:0 30px 70px -25px rgba(15,23,42,.4);color:#0f172a;margin:0 auto;max-width:1100px;overflow:hidden}.pq-rrd__bar{align-items:center;background:#f1f5f9;border-bottom:1px solid rgba(15,23,42,.1);display:flex;gap:.4rem;padding:.65rem 1rem}.pq-rrd__dot{border-radius:50%;display:inline-block;height:10px;width:10px}.pq-rrd__dot--red{background:#ef4444}.pq-rrd__dot--yellow{background:#f59e0b}.pq-rrd__dot--green{background:#10b981}.pq-rrd__bar-label{font-size:.8rem;gap:.35rem;margin-left:.5rem}.pq-rrd__bar-label,.pq-rrd__reset{align-items:center;color:#475569;display:inline-flex;font-weight:700}.pq-rrd__reset{background:transparent;border:1px solid #cbd5e1;border-radius:6px;cursor:pointer;font-size:.78rem;gap:.3rem;margin-left:auto;padding:.3rem .6rem}.pq-rrd__step{padding:2rem}.pq-rrd__step h3{color:#0f172a;font-size:1.5rem;font-weight:800;margin:0 0 .5rem}.pq-rrd__step-note{color:#64748b;font-size:.9rem;margin:0 0 1.5rem}.pq-rrd__step-head p{color:#475569;font-size:1rem;line-height:1.55;margin:0 0 1.5rem}.pq-rrd__career-grid{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.pq-rrd__career-card{background:#f8fafc;border:2px solid rgba(15,23,42,.1);border-radius:10px;color:#0f172a;cursor:pointer;display:flex;flex-direction:column;gap:.35rem;padding:1.5rem;text-align:left;transition:border-color .15s,transform .15s,box-shadow .15s}.pq-rrd__career-card:hover{border-color:#0369a1;box-shadow:0 10px 24px -10px rgba(3,105,161,.4);transform:translateY(-2px)}.pq-rrd__career-emoji{font-size:2rem;line-height:1}.pq-rrd__career-card strong{color:#0f172a;font-size:1.1rem;font-weight:800}.pq-rrd__career-onet{color:#64748b;font-size:.75rem;font-weight:600}.pq-rrd__career-meta{color:#475569;display:flex;flex-wrap:wrap;font-size:.8rem;font-weight:700;gap:.65rem;margin-top:.35rem}.pq-rrd__career-cta,.pq-rrd__career-meta span,.pq-rrd__pathway-cta{align-items:center;display:inline-flex;gap:.25rem}.pq-rrd__career-cta,.pq-rrd__pathway-cta{color:#0369a1;font-size:.85rem;font-weight:800;margin-top:auto;padding-top:.5rem}.pq-rrd__pathway-grid{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:1.25rem}.pq-rrd__pathway-card{background:#f8fafc;border:2px solid rgba(15,23,42,.1);border-radius:10px;color:#0f172a;cursor:pointer;display:flex;flex-direction:column;gap:.5rem;padding:1.25rem;text-align:left;transition:border-color .15s,transform .15s,box-shadow .15s}.pq-rrd__pathway-card:hover{border-color:#0369a1;box-shadow:0 10px 24px -10px rgba(3,105,161,.4);transform:translateY(-2px)}.pq-rrd__pathway-head{align-items:flex-start;display:flex;flex-direction:column;gap:.35rem}.pq-rrd__pathway-head strong{color:#0f172a;font-size:1.02rem;font-weight:800;line-height:1.3}.pq-rrd__chip{border-radius:999px;font-size:.68rem;font-weight:800;letter-spacing:.03em;padding:.2rem .55rem;text-transform:uppercase;width:fit-content}.pq-rrd__chip--trad{background:rgba(3,105,161,.1);color:#075985}.pq-rrd__chip--mostly{background:rgba(245,158,11,.12);color:#92400e}.pq-rrd__chip--alt{background:rgba(124,58,237,.12);color:#5b21b6}.pq-rrd__pathway-explain{color:#475569;font-size:.87rem;line-height:1.5;margin:0}.pq-rrd__pathway-meta{color:#334155;display:flex;flex-wrap:wrap;font-size:.82rem;font-weight:700;gap:.85rem}.pq-rrd__pathway-meta span{align-items:center;display:inline-flex;gap:.25rem}.pq-rrd__detail{padding:1.75rem 2rem 2rem}.pq-rrd__detail-head{border-bottom:1px solid rgba(15,23,42,.1);margin-bottom:1.5rem;padding-bottom:1.25rem}.pq-rrd__detail-head .pq-rrd__chip{margin-bottom:.6rem}.pq-rrd__detail-head h3{color:#0f172a;font-size:1.55rem;font-weight:850;line-height:1.2;margin:0 0 .6rem}.pq-rrd__positioning{color:#475569;font-size:1rem;font-weight:600;line-height:1.55;margin:0}.pq-rrd__section{margin-bottom:1.75rem}.pq-rrd__section:last-of-type{margin-bottom:0}.pq-rrd__section h4{align-items:center;color:#0f172a;display:flex;font-size:.78rem;font-weight:800;gap:.45rem;letter-spacing:.06em;margin:0 0 .85rem;text-transform:uppercase}.pq-rrd__section h4 svg{color:#0369a1}.pq-rrd__prose{color:#334155;font-size:.97rem;line-height:1.65;margin:0}.pq-rrd__bullets{color:#334155;font-size:.93rem;line-height:1.55;list-style:none;margin:0;padding:0}.pq-rrd__bullets li{padding:.32rem 0 .32rem 1.4rem;position:relative}.pq-rrd__bullets li:before{background:#0369a1;border-radius:50%;content:"";height:6px;left:.4rem;position:absolute;top:.78rem;width:6px}.pq-rrd__timeline{margin-bottom:1rem}.pq-rrd__timeline-bar{background:#f1f5f9;border:1px solid rgba(15,23,42,.08);border-radius:10px;display:grid;gap:0;grid-template-columns:1fr 1fr 1fr;margin-bottom:.75rem;overflow:hidden}.pq-rrd__timeline-seg{padding:.8rem 1rem;position:relative}.pq-rrd__timeline-seg+.pq-rrd__timeline-seg{border-left:1px solid rgba(15,23,42,.08)}.pq-rrd__timeline-seg span{color:#64748b;display:block;font-size:.72rem;font-weight:800;letter-spacing:.05em;margin-bottom:.25rem;text-transform:uppercase}.pq-rrd__timeline-seg strong{color:#0f172a;display:block;font-size:.98rem;font-weight:800}.pq-rrd__timeline-seg--min{background:rgba(16,185,129,.07)}.pq-rrd__timeline-seg--typ{background:rgba(3,105,161,.07)}.pq-rrd__timeline-seg--high{background:rgba(245,158,11,.07)}.pq-rrd__cost-inline{align-items:center;background:#ffffff;border:1px solid rgba(15,23,42,.08);border-radius:8px;display:inline-flex;gap:.5rem;padding:.55rem .9rem}.pq-rrd__cost-inline svg{color:#0369a1}.pq-rrd__cost-inline span{color:#64748b;font-size:.78rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.pq-rrd__cost-inline strong{color:#0f172a;font-size:.95rem;font-weight:800}.pq-rrd__watch-out{background:rgba(245,158,11,.1);border-left:4px solid #f59e0b;border-radius:6px;color:#78350f;font-size:.95rem;font-weight:600;line-height:1.6;margin-bottom:1.1rem;padding:.85rem 1rem}.pq-rrd__proscons{display:grid;gap:1rem;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.pq-rrd__proscons>div{background:#f8fafc;border:1px solid rgba(15,23,42,.08);border-radius:10px;padding:1rem 1.25rem}.pq-rrd__proscons h5{align-items:center;color:#0f172a;display:flex;font-size:.78rem;font-weight:800;gap:.4rem;letter-spacing:.05em;margin:0 0 .6rem;text-transform:uppercase}.pq-rrd__proscons>div:first-child h4 svg{color:#10b981}.pq-rrd__proscons>div:last-child h4 svg{color:#ef4444}.pq-rrd__proscons ul{color:#334155;font-size:.88rem;line-height:1.55;margin:0;padding-left:1.1rem}.pq-rrd__proscons li{padding:.15rem 0}.pq-rrd__final-cta{background:linear-gradient(135deg,#0369a1,#0284c7);border-radius:10px;color:#f8fafc;margin-top:1.75rem;padding:1.5rem;text-align:center}.pq-rrd__final-cta p{color:#e0f2fe;font-size:.95rem;line-height:1.55;margin:0 0 1rem}.pq-rrd__final-cta .pq-button--primary{background:#ffffff;border-color:#ffffff;color:#0369a1}.pq-ats{background:#0f172a;color:#f1f5f9;padding:4rem 0}.pq-ats__grid{display:grid;gap:3rem;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)}.pq-ats .pq-eyebrow{color:#38bdf8}.pq-ats h2{color:#f8fafc;font-size:2rem;font-weight:800;line-height:1.15;margin:.5rem 0 1.25rem}.pq-ats__list{list-style:none;margin:0;padding:0}.pq-ats__list li{border-top:1px solid rgba(248,250,252,.12);padding:1rem 0}.pq-ats__list li strong{color:#f8fafc;display:block;font-size:1.02rem;font-weight:800;margin-bottom:.25rem}.pq-ats__list li span{color:#cbd5e1;font-size:.95rem;line-height:1.55}.pq-ats__trust{background:rgba(56,189,248,.08);border:1px solid rgba(56,189,248,.25);border-radius:12px;padding:1.75rem}.pq-ats__trust h3{color:#f8fafc;font-size:1.15rem;font-weight:800;margin:0 0 1rem}.pq-ats__trust-list{list-style:none;margin:0;padding:0}.pq-ats__trust-list li{align-items:center;color:#e2e8f0;display:flex;font-size:.92rem;font-weight:600;gap:.65rem;padding:.55rem 0}.pq-ats__trust-list li svg{color:#38bdf8;flex-shrink:0}.pq-home-hero__copy--centered{margin:0 auto;max-width:760px;text-align:center}.pq-home-hero__copy--centered .pq-home-hero__actions,.pq-home-hero__copy--centered .pq-home-hero__proof{justify-content:center}.pq-home-hero__copy--centered .pq-home-hero__lede{margin-left:auto;margin-right:auto;max-width:620px}.pq-button--primary svg,.pq-button--secondary svg{display:inline-block}.pq-wsg{background:#ffffff;padding:4rem 0}.pq-wsg__head{margin:0 auto 2.5rem;max-width:760px;text-align:center}.pq-wsg__head h2{color:#0f172a;font-size:2.1rem;font-weight:850;line-height:1.15;margin:.5rem 0 0}.pq-wsg__grid{display:grid;gap:1.25rem;grid-template-columns:repeat(4,minmax(0,1fr))}.pq-wsg__card{background:#f8fafc;border:1px solid rgba(15,23,42,.08);border-radius:12px;padding:1.5rem}.pq-wsg__icon{align-items:center;background:rgba(3,105,161,.08);border-radius:10px;color:#0369a1;display:inline-flex;height:44px;justify-content:center;margin-bottom:1rem;width:44px}.pq-wsg__card h3{color:#0f172a;font-size:1.05rem;font-weight:800;line-height:1.3;margin:0 0 .5rem}.pq-wsg__card p{color:#475569;font-size:.92rem;line-height:1.55;margin:0}.pq-cmp{background:#f1f5f9;padding:4rem 0}.pq-cmp__head{margin:0 auto 2.25rem;max-width:820px;text-align:center}.pq-cmp__head h2{color:#0f172a;font-size:2.1rem;font-weight:850;line-height:1.15;margin:.5rem 0 .85rem}.pq-cmp__head p{color:#475569;font-size:1rem;line-height:1.6;margin:0 auto;max-width:720px}.pq-cmp__table-wrap{background:#ffffff;border:1px solid rgba(15,23,42,.1);border-radius:12px;box-shadow:0 18px 40px -22px rgba(15,23,42,.3);margin:0 auto;max-width:1100px;overflow-x:auto}.pq-cmp__table-wrap:focus-visible{outline:3px solid #0369a1;outline-offset:2px}.pq-cmp__table{border-collapse:collapse;width:100%}.pq-cmp__table thead th{background:#0f172a;color:#f8fafc;font-size:.85rem;font-weight:800;letter-spacing:.03em;padding:.9rem 1rem;text-align:center}.pq-cmp__table thead th:first-child{text-align:left}.pq-cmp__th--pq{background:#0369a1!important}.pq-cmp__table tbody tr{border-top:1px solid rgba(15,23,42,.08)}.pq-cmp__table tbody tr:nth-child(2n){background:#f8fafc}.pq-cmp__table tbody th{font-weight:600;padding:.9rem 1rem;text-align:left;vertical-align:top}.pq-cmp__table tbody th strong{color:#0f172a;display:block;font-size:.95rem;font-weight:800;margin-bottom:.2rem}.pq-cmp__table tbody th span{color:#64748b;display:block;font-size:.82rem;font-weight:500;line-height:1.4}.pq-cmp__table td{padding:.9rem 1rem;text-align:center;vertical-align:middle}.pq-cmp__td--pq{background:rgba(3,105,161,.04)}.pq-cmp__verdict{align-items:center;border-radius:50%;display:inline-flex;height:28px;justify-content:center;width:28px}.pq-cmp__verdict--yes{background:#10b981;color:#ffffff}.pq-cmp__verdict--partial{background:#f59e0b;color:#ffffff}.pq-cmp__verdict--no{background:#e2e8f0;color:#64748b}.pq-cmp__honesty{color:#64748b;font-size:.88rem;font-style:italic;line-height:1.6;margin:1.5rem auto 0;max-width:820px;text-align:center}.pq-cta{background:linear-gradient(135deg,#0f172a,#1e3a5f);color:#f1f5f9;padding:4.5rem 0}.pq-cta__inner{margin:0 auto;max-width:1100px;text-align:center}.pq-cta__eyebrow{color:#38bdf8}.pq-cta h2{color:#f8fafc;font-size:2.25rem;font-weight:850;line-height:1.15;margin:.5rem 0 .75rem}.pq-cta__sub{color:#cbd5e1;font-size:1.05rem;line-height:1.55;margin:0 auto 2.25rem;max-width:580px}.pq-cta__tiers{display:grid;gap:1.25rem;grid-template-columns:repeat(3,minmax(0,1fr))}.pq-cta__tiers--two{grid-template-columns:repeat(2,minmax(0,1fr));margin:0 auto;max-width:760px}.pq-cta__tier{align-items:flex-start;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.16);border-radius:12px;color:#f8fafc;cursor:pointer;display:flex;flex-direction:column;font-family:inherit;gap:.5rem;padding:1.5rem;position:relative;text-align:left;text-decoration:none;transition:transform .15s,border-color .15s,background .15s}.pq-cta__tier:hover{background:rgba(255,255,255,.1);border-color:rgba(56,189,248,.5);transform:translateY(-2px)}.pq-cta__tier svg:first-child{color:#38bdf8}.pq-cta__tier strong{color:#f8fafc;font-size:1.1rem;font-weight:800}.pq-cta__tier span{color:#cbd5e1;font-size:.9rem;line-height:1.5}.pq-cta__arrow{bottom:1.25rem;position:absolute;right:1.25rem}.pq-cta__tier--primary{background:#0ea5e9;border-color:#0ea5e9}.pq-cta__tier--primary:hover{background:#0284c7;border-color:#0284c7}.pq-cta__tier--primary .pq-cta__arrow,.pq-cta__tier--primary svg:first-child{color:#ffffff}.pq-cta__tier--primary span{color:rgba(255,255,255,.9)}@media (max-width:900px){.pq-ats__grid,.pq-cta__tiers,.pq-rrd__career-grid,.pq-rrd__pathway-grid,.pq-rrd__proscons,.pq-wsg__grid{grid-template-columns:minmax(0,1fr)}.pq-wsg__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pq-rrd__timeline-bar{grid-template-columns:minmax(0,1fr)}.pq-rrd__timeline-seg+.pq-rrd__timeline-seg{border-left:0;border-top:1px solid rgba(15,23,42,.08)}.pq-rrd__head h2{font-size:1.85rem}.pq-rrd__detail,.pq-rrd__step{padding:1.25rem}.pq-rrd__detail-head h3{font-size:1.3rem}}.pq-seg{background:#0f172a;color:#f1f5f9;padding:4.5rem 0}.pq-seg__head{margin:0 auto 2.5rem;max-width:760px;text-align:center}.pq-seg .pq-eyebrow{color:#38bdf8}.pq-seg__head h2{color:#f8fafc;font-size:2.1rem;font-weight:850;line-height:1.15;margin:.5rem 0 .85rem}.pq-seg__head p{color:#cbd5e1;font-size:1rem;line-height:1.6;margin:0 auto}.pq-seg__grid{display:grid;gap:1rem;grid-template-columns:repeat(5,minmax(0,1fr))}.pq-seg__card{background:rgba(255,255,255,.04);border:1px solid rgba(248,250,252,.12);border-radius:12px;padding:1.4rem;transition:background .15s,border-color .15s,transform .15s}.pq-seg__card:hover{background:rgba(56,189,248,.06);border-color:rgba(56,189,248,.35);transform:translateY(-2px)}.pq-seg__icon{align-items:center;background:rgba(56,189,248,.12);border:1px solid rgba(56,189,248,.25);border-radius:10px;color:#38bdf8;display:inline-flex;height:42px;justify-content:center;margin-bottom:1rem;width:42px}.pq-seg__who strong{color:#f8fafc;display:block;font-size:1.02rem;font-weight:800;line-height:1.25}.pq-seg__who span{color:#94a3b8;display:block;font-size:.78rem;font-weight:600;margin-top:.2rem}.pq-seg__card p{color:#cbd5e1;font-size:.9rem;line-height:1.55;margin:.7rem 0 0}@media (max-width:1100px){.pq-seg__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.pq-seg__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}