:root{--ps-ink:#0b1f3a;--ps-blue:#0767e9;--ps-yellow:#ffc928;--ps-soft:#f3f7fb;--ps-line:#d9e3ed;--ps-muted:#5f7085;--ps-header:82px}
.ps-page{background:#fff;color:var(--ps-ink)}.ps-page *{box-sizing:border-box}.ps-page main section[id]{scroll-margin-top:148px}.ps-hero{position:relative;min-height:650px;overflow:hidden;background:#071a31;color:#fff}.ps-hero__media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.6}.ps-hero--contain .ps-hero__media{right:0;left:auto;width:58%;object-fit:contain;object-position:center;background:radial-gradient(circle at 55% 50%,#234e78 0,#0a213d 65%,#071a31 100%);opacity:1}.ps-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,16,31,.96) 0,rgba(4,16,31,.82) 43%,rgba(4,16,31,.25) 72%,rgba(4,16,31,.4) 100%)}.ps-hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(290px,.55fr);gap:70px;align-items:end;min-height:650px;padding-top:142px;padding-bottom:62px}.ps-breadcrumbs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:28px;color:rgba(255,255,255,.7);font-size:13px}.ps-breadcrumbs a{color:inherit}.ps-hero .eyebrow{color:#79baff}.ps-hero h1{max-width:850px;margin:12px 0 20px;color:#fff;font-size:clamp(44px,5.4vw,76px);line-height:.98;letter-spacing:-.045em}.ps-hero__lead{max-width:790px;margin:0;color:rgba(255,255,255,.82);font-size:clamp(18px,1.7vw,23px);line-height:1.55}.ps-hero__actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.ps-hero__facts{display:grid;gap:0;align-self:end;border:1px solid rgba(255,255,255,.18);border-radius:17px;background:rgba(5,21,41,.72);backdrop-filter:blur(12px)}.ps-hero__fact{display:grid;grid-template-columns:36px 1fr;gap:13px;padding:18px 20px;border-bottom:1px solid rgba(255,255,255,.12)}.ps-hero__fact:last-child{border-bottom:0}.ps-hero__fact b{display:grid;place-items:center;width:32px;height:32px;border-radius:9px;color:#071a31;background:var(--ps-yellow);font-size:12px}.ps-hero__fact span{color:rgba(255,255,255,.86);font-size:14px;line-height:1.45}
.ps-anchor{position:sticky;z-index:28;top:var(--header-height,var(--ps-header));border-bottom:1px solid var(--ps-line);background:rgba(255,255,255,.97);box-shadow:0 8px 22px rgba(11,31,58,.06);backdrop-filter:blur(12px)}.ps-anchor__inner{display:flex;gap:4px;overflow-x:auto;padding:8px 0;scrollbar-width:none}.ps-anchor__inner::-webkit-scrollbar{display:none}.ps-anchor a{position:relative;flex:0 0 auto;padding:11px 15px;border-radius:8px;color:#53647a;font-size:13px;font-weight:800;text-decoration:none;white-space:nowrap}.ps-anchor a:hover,.ps-anchor a:focus-visible{color:var(--ps-blue);background:#eef6ff}.ps-anchor a.is-active{color:var(--ps-ink);background:#eaf3ff}.ps-anchor a.is-active:after{content:"";position:absolute;right:14px;bottom:4px;left:14px;height:2px;border-radius:2px;background:var(--ps-blue)}
.ps-section{padding:84px 0}.ps-section--soft{background:var(--ps-soft)}.ps-section--dark{background:#0b203a;color:#fff}.ps-section-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,500px);gap:55px;align-items:end;margin-bottom:34px}.ps-section-head .eyebrow{color:var(--ps-blue)}.ps-section-head h2{max-width:760px;margin:8px 0 0;font-size:clamp(33px,4vw,52px);line-height:1.05;letter-spacing:-.035em}.ps-section-head>p{margin:0;color:var(--ps-muted);font-size:16px;line-height:1.7}.ps-section--dark .ps-section-head h2{color:#fff}.ps-section--dark .ps-section-head>p{color:rgba(255,255,255,.68)}
.ps-purpose{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,.85fr);gap:55px;align-items:center}.ps-purpose__copy p{color:var(--ps-muted);font-size:17px;line-height:1.75}.ps-purpose__list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:26px}.ps-purpose__list div{padding:18px;border:1px solid var(--ps-line);border-radius:13px;background:#fff}.ps-purpose__list b{display:block;margin-bottom:6px}.ps-purpose__list span{color:var(--ps-muted);font-size:13px;line-height:1.45}.ps-purpose figure{margin:0;overflow:hidden;border-radius:18px;background:#dce6ef}.ps-purpose figure img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.ps-purpose figcaption{padding:12px 16px;color:var(--ps-muted);background:#fff;font-size:12px}
.ps-choice-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.ps-choice{position:relative;display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid var(--ps-line);border-radius:17px;background:#fff;transition:.22s ease}.ps-choice:hover,.ps-choice:focus-within,.ps-choice.is-selected{border-color:#76adf2;box-shadow:0 16px 38px rgba(9,47,91,.12);transform:translateY(-3px)}.ps-choice.is-selected{outline:2px solid var(--ps-blue);outline-offset:-2px}.ps-choice__image{position:relative;overflow:hidden;background:#e9eef3}.ps-choice__image img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .35s ease}.ps-choice:hover .ps-choice__image img{transform:scale(1.035)}.ps-choice__body{display:flex;flex:1;flex-direction:column;padding:20px}.ps-choice__tag{align-self:flex-start;margin-bottom:10px;padding:5px 8px;border-radius:6px;color:#0754ae;background:#eaf4ff;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.ps-choice h3{margin:0 0 9px;font-size:21px;line-height:1.18}.ps-choice p{margin:0 0 15px;color:var(--ps-muted);font-size:14px;line-height:1.58}.ps-choice__specs{display:grid;gap:6px;margin:auto 0 17px;padding:0;list-style:none}.ps-choice__specs li{display:flex;justify-content:space-between;gap:10px;padding-top:6px;border-top:1px solid #ebf0f5;color:#6a798c;font-size:12px}.ps-choice__specs strong{color:var(--ps-ink);text-align:right}.ps-choice .btn{width:100%;justify-content:center}
.ps-table-wrap{overflow:auto;border:1px solid var(--ps-line);border-radius:16px;background:#fff}.ps-table{width:100%;min-width:760px;border-collapse:collapse}.ps-table caption{padding:18px 20px;text-align:left;color:var(--ps-ink);font-size:17px;font-weight:900}.ps-table th,.ps-table td{padding:14px 16px;border-top:1px solid #e7edf3;text-align:left;vertical-align:middle}.ps-table thead th{border-top:0;color:#fff;background:#102f56;font-size:12px;letter-spacing:.04em;text-transform:uppercase}.ps-table tbody tr{transition:background .15s}.ps-table tbody tr:hover,.ps-table tbody tr.is-selected{background:#eef6ff}.ps-table button{white-space:nowrap}.ps-table__note{margin:13px 0 0;color:#718196;font-size:12px}
.ps-compare{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.ps-compare article{padding:25px;border:1px solid rgba(255,255,255,.14);border-radius:15px;background:rgba(255,255,255,.045)}.ps-compare span{display:grid;width:38px;height:38px;place-items:center;margin-bottom:22px;border-radius:10px;color:#071a31;background:var(--ps-yellow);font-weight:900}.ps-compare h3{margin:0 0 10px;color:#fff;font-size:22px}.ps-compare p{margin:0;color:rgba(255,255,255,.7);line-height:1.65}.ps-compare ul{margin:16px 0 0;padding-left:18px;color:rgba(255,255,255,.78);font-size:14px;line-height:1.7}
.ps-calculator{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(310px,.75fr);gap:24px}.ps-calc-form,.ps-calc-result{padding:27px;border:1px solid var(--ps-line);border-radius:17px;background:#fff}.ps-calc-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.ps-field{display:grid;gap:7px;color:#263b54;font-size:13px;font-weight:800}.ps-field--wide{grid-column:1/-1}.ps-field input,.ps-field select,.ps-field textarea{width:100%;min-height:48px;padding:11px 13px;border:1px solid #cbd8e5;border-radius:9px;color:var(--ps-ink);background:#fff;font:inherit}.ps-field textarea{min-height:105px;resize:vertical}.ps-field input:focus,.ps-field select:focus,.ps-field textarea:focus{outline:2px solid rgba(7,103,233,.25);border-color:var(--ps-blue)}.ps-calc-form .btn{grid-column:1/-1}.ps-calc-result{display:flex;flex-direction:column;justify-content:center;background:#0d294c;color:#fff}.ps-calc-result small{color:#82c2ff;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.ps-calc-result strong{display:block;margin:12px 0 5px;color:#fff;font-size:clamp(36px,4vw,57px);line-height:1}.ps-calc-result p{margin:0;color:rgba(255,255,255,.68);line-height:1.6}.ps-calc-result dl{display:grid;gap:8px;margin:24px 0 0}.ps-calc-result div{display:flex;justify-content:space-between;gap:15px;padding-top:8px;border-top:1px solid rgba(255,255,255,.14)}.ps-calc-result dt{color:rgba(255,255,255,.6)}.ps-calc-result dd{margin:0;font-weight:850}
.ps-gallery{display:grid;grid-template-columns:1.4fr 1fr 1fr;grid-template-rows:repeat(2,250px);gap:14px}.ps-gallery button{position:relative;overflow:hidden;padding:0;border:0;border-radius:15px;background:#dfe7ef;cursor:zoom-in}.ps-gallery button:first-child{grid-row:1/3}.ps-gallery img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.ps-gallery button:hover img{transform:scale(1.035)}.ps-gallery span{position:absolute;right:12px;bottom:12px;left:12px;padding:9px 11px;border-radius:8px;color:#fff;background:rgba(4,16,31,.75);font-size:12px;text-align:left}
.ps-request-grid{display:grid;grid-template-columns:minmax(0,1fr) 365px;gap:28px;align-items:start}.ps-request{padding:28px;border:1px solid var(--ps-line);border-radius:18px;background:#fff;box-shadow:0 15px 38px rgba(11,31,58,.06)}.ps-request h2{margin:8px 0 12px;font-size:clamp(30px,3.5vw,44px)}.ps-request>p{margin:0 0 24px;color:var(--ps-muted);line-height:1.65}.ps-request form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.ps-request .ps-field--wide,.ps-request .ps-form-actions,.ps-request [data-form-status]{grid-column:1/-1}.ps-form-actions{display:flex;align-items:center;gap:14px}.ps-form-actions small{color:#728195;line-height:1.4}.ps-upload{padding:15px;border:1px dashed #9fb4c9;border-radius:10px;background:#f8fbfd}.ps-upload input{padding:0;border:0}.ps-form-status{min-height:24px;margin:0;color:#11653a;font-weight:750}
.expert-help-card{position:sticky;top:150px;display:flex;min-height:515px;flex-direction:column;padding:30px;border:1px solid #cfe0ef;border-radius:15px;background:#f4f9fe;box-shadow:0 15px 34px rgba(11,31,58,.08)}.expert-help-card__icon{display:grid;width:54px;height:54px;place-items:center;margin-bottom:20px;border:1px solid #99c5fa;border-radius:12px;color:#0063f6}.expert-help-card__icon svg{width:27px}.expert-help-card__eyebrow{margin:0 0 10px;color:#0063f6;font-size:10px;font-weight:950;letter-spacing:.14em;text-transform:uppercase}.expert-help-card h2{margin:0 0 10px;font-size:33px;line-height:1.08}.expert-help-card>p:not(.expert-help-card__eyebrow){margin:0;color:#63758b;font-size:15px;line-height:1.58}.expert-help-card__bottom{display:grid;gap:23px;margin-top:auto;text-align:center}.expert-help-card .btn{width:100%;min-height:56px;justify-content:center;color:#081a30;background:linear-gradient(90deg,#ffbf18,#ffdc60);border-color:#f6b700;font-weight:950}.expert-help-card small{display:block;margin-bottom:4px;color:#8795a7}.expert-help-card a[href^="tel"]{color:var(--ps-ink);font-size:16px;font-weight:950}

.ps-faq{max-width:970px;margin:auto}.ps-faq details{border-top:1px solid var(--ps-line)}.ps-faq details:last-child{border-bottom:1px solid var(--ps-line)}.ps-faq summary{position:relative;padding:21px 45px 21px 0;font-weight:900;cursor:pointer}.ps-faq summary:after{content:"+";position:absolute;top:17px;right:4px;font-size:25px}.ps-faq details[open] summary:after{content:"−"}.ps-faq p{max-width:800px;margin:0;padding:0 0 20px;color:var(--ps-muted);line-height:1.7}.ps-related{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.ps-related a{display:flex;min-height:180px;flex-direction:column;padding:22px;border:1px solid var(--ps-line);border-radius:15px;color:inherit;background:#fff;text-decoration:none}.ps-related a:hover,.ps-related a:focus-visible{border-color:#75adf0;box-shadow:0 12px 28px rgba(11,31,58,.09)}.ps-related h3{margin:0 0 8px}.ps-related p{margin:0;color:var(--ps-muted);font-size:14px;line-height:1.55}.ps-related span{margin-top:auto;padding-top:18px;color:var(--ps-blue);font-size:13px;font-weight:900}
.ps-lightbox{position:fixed;z-index:1000;inset:0;display:none;place-items:center;padding:30px;background:rgba(3,12,24,.92)}.ps-lightbox.is-open{display:grid}.ps-lightbox img{max-width:min(1200px,95vw);max-height:88vh;border-radius:12px}.ps-lightbox button{position:absolute;top:20px;right:20px;width:45px;height:45px;border:1px solid rgba(255,255,255,.3);border-radius:50%;color:#fff;background:rgba(0,0,0,.4);font-size:25px;cursor:pointer}
@media(max-width:1120px){.ps-choice-grid{grid-template-columns:repeat(2,1fr)}.ps-hero__inner{grid-template-columns:1fr .52fr;gap:35px}.ps-request-grid{grid-template-columns:minmax(0,1fr) 330px}.ps-gallery{grid-template-rows:repeat(2,210px)}}
@media(max-width:860px){.ps-hero,.ps-hero__inner{min-height:620px}.ps-hero__inner{grid-template-columns:1fr;align-content:end}.ps-hero__facts{display:none}.ps-hero--contain .ps-hero__media{width:100%;opacity:.55}.ps-purpose,.ps-section-head,.ps-calculator,.ps-request-grid{grid-template-columns:1fr}.ps-purpose figure{order:-1}.ps-compare,.ps-related{grid-template-columns:1fr}.expert-help-card{position:static;min-height:460px;max-width:none}.ps-gallery{grid-template-columns:1fr 1fr;grid-template-rows:280px 190px 190px}.ps-gallery button:first-child{grid-column:1/-1;grid-row:auto}.ps-page main section[id]{scroll-margin-top:136px}}
@media(max-width:600px){.ps-hero,.ps-hero__inner{min-height:590px}.ps-hero__inner{padding-top:115px;padding-bottom:45px}.ps-hero h1{font-size:43px}.ps-section{padding:60px 0}.ps-section-head{gap:15px}.ps-choice-grid,.ps-purpose__list,.ps-calc-form,.ps-request form{grid-template-columns:1fr}.ps-field--wide,.ps-request .ps-field--wide,.ps-request .ps-form-actions,.ps-request [data-form-status]{grid-column:auto}.ps-choice-grid{gap:12px}.ps-gallery{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.ps-gallery button,.ps-gallery button:first-child{flex:0 0 85%;height:270px;scroll-snap-align:start}.ps-form-actions{align-items:stretch;flex-direction:column}.expert-help-card{min-height:515px;padding:29px}.ps-anchor a{padding:10px 12px}.ps-table th,.ps-table td{padding:12px}.ps-related{gap:10px}}
@media(prefers-reduced-motion:reduce){.ps-choice,.ps-choice__image img,.ps-gallery img{transition:none!important;scroll-behavior:auto!important}}

/* Compact vertical specialist card: always stays inside the request layout. */
.expert-help-card{width:100%;max-width:365px;min-height:430px;padding:28px}
@media(max-width:860px){.expert-help-card{position:static;max-width:420px;min-height:410px;justify-self:center}}
@media(max-width:600px){.expert-help-card{max-width:none;min-height:0;padding:24px}}
