.ph{position:relative;padding:clamp(4.5rem,10vw,7rem) 0 clamp(3.5rem,8vw,5.5rem);color:var(--white);background:radial-gradient(ellipse 80% 60% at 15% 20%,rgba(47,111,212,.22),transparent 55%),radial-gradient(ellipse 55% 45% at 90% 10%,rgba(234,88,12,.14),transparent 50%),linear-gradient(165deg,#07111f 0%,var(--void) 55%,#0a1424 100%);overflow:clip}.ph__inner{display:grid;gap:clamp(2rem,4vw,3rem);max-width:42rem}.ph__brand{font-family:var(--font-display);font-size:clamp(1.75rem,3vw + .5rem,2.35rem);font-weight:600;letter-spacing:-.03em;color:var(--white);line-height:1.15}.ph__brand span{color:var(--brand-heat)}.ph__title{font-size:clamp(2rem,4.5vw + .4rem,3.1rem);font-weight:700;letter-spacing:-.035em;line-height:1.12;color:var(--white);max-width:16ch}.ph__lead{font-size:1.05rem;line-height:1.65;color:#e2e8f0e0;max-width:36rem}.ph__actions{display:flex;flex-wrap:wrap;gap:.75rem 1rem;margin-top:.25rem}.ph__note{font-size:.9rem;color:#94a3b8f2;margin-top:.35rem}.ph-sec{padding:clamp(3.5rem,7vw,5.5rem) 0;background:var(--off-white);color:var(--text-dark)}.ph-sec--ink{background:var(--surface-1);color:var(--white)}.ph-sec__head{max-width:36rem;margin-bottom:clamp(1.75rem,4vw,2.5rem)}.ph-sec__head h2{color:inherit;margin-bottom:.65rem}.ph-sec--ink .ph-sec__head h2{color:var(--white)}.ph-sec__head p{color:var(--text-muted);font-size:1.02rem;line-height:1.65}.ph-sec--ink .ph-sec__head p{color:#cbd5e1e0}.ph-sec .label{color:var(--brand-heat-dim)}.ph-sec--ink .label{color:#fb923c}.ph-offer{display:grid;gap:1rem}@media (min-width: 720px){.ph-offer{grid-template-columns:repeat(2,1fr);gap:1.15rem 1.25rem}}.ph-offer__item{display:block;padding:1.35rem 1.4rem 1.45rem;border-radius:var(--radius-md);background:var(--white);border:1px solid var(--border);color:inherit;transition:border-color .2s ease,box-shadow .2s ease}.ph-offer__item:hover,.ph-offer__item:focus-visible{border-color:#2f6fd473;box-shadow:var(--shadow-sm)}.ph-offer__item h3{font-size:1.15rem;margin-bottom:.4rem;color:var(--navy)}.ph-offer__item p{font-size:.95rem;color:var(--text-mid);line-height:1.55;margin-bottom:.75rem}.ph-offer__more{font-size:.88rem;font-weight:600;color:var(--accent)}.ph-offer__item:hover .ph-offer__more,.ph-offer__item:focus-visible .ph-offer__more{text-decoration:underline;text-underline-offset:3px}.ph-aside{margin-top:clamp(1.75rem,4vw,2.5rem);padding:1.25rem 1.35rem;border-radius:var(--radius-md);border:1px dashed rgba(100,116,139,.55);background:#ffffffa6;display:grid;gap:.65rem;align-items:start}@media (min-width: 720px){.ph-aside{grid-template-columns:1fr auto;align-items:center;gap:1.5rem}}.ph-aside h3{font-size:1rem;font-weight:600;color:var(--navy);margin-bottom:.25rem}.ph-aside p{font-size:.92rem;color:var(--text-muted);line-height:1.55;max-width:40rem}.ph-aside .btn{justify-self:start;white-space:nowrap}.ph-trust{display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}@media (min-width: 800px){.ph-trust{grid-template-columns:repeat(4,1fr);gap:1.25rem}}.ph-trust__item{padding:.25rem 0}.ph-trust__val{font-size:clamp(1.5rem,2vw + .8rem,1.85rem);font-weight:700;letter-spacing:-.03em;color:var(--white);line-height:1.2}.ph-trust__val small{font-size:.65em;font-weight:600;opacity:.85}.ph-trust__lbl{margin-top:.35rem;font-size:.88rem;color:#94a3b8f2;line-height:1.4}.ph-steps{display:grid;gap:1.25rem;counter-reset:step;list-style:none;margin:0;padding:0}@media (min-width: 720px){.ph-steps{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.ph-steps__item{position:relative;padding-top:.15rem}.ph-steps__item:before{counter-increment:step;content:counter(step,decimal-leading-zero);display:block;font-size:.75rem;font-weight:700;letter-spacing:.08em;color:var(--brand-heat);margin-bottom:.55rem}.ph-steps__item h3{font-size:1.05rem;margin-bottom:.35rem;color:var(--navy)}.ph-steps__item p{font-size:.92rem;color:var(--text-muted);line-height:1.55}.ph-partners{display:flex;flex-wrap:wrap;align-items:center;gap:1.25rem 2rem;margin-top:.5rem}.ph-partners a,.ph-partners span{display:inline-flex;opacity:.72;transition:opacity .2s ease}.ph-partners a:hover,.ph-partners a:focus-visible{opacity:1}.ph-partners img{height:28px;width:auto;max-width:120px;object-fit:contain;filter:grayscale(1) contrast(1.05)}.ph-cta{padding:clamp(3.25rem,6vw,4.5rem) 0;background:linear-gradient(135deg,var(--navy) 0%,#122a4a 55%,#1a3558 100%);color:var(--white)}.ph-cta__inner{display:grid;gap:1.5rem;align-items:center}@media (min-width: 800px){.ph-cta__inner{grid-template-columns:1fr auto;gap:2rem}}.ph-cta h2{color:var(--white);margin-bottom:.55rem;max-width:18ch}.ph-cta p{color:#cbd5e1e6;max-width:34rem;line-height:1.6}.ph-cta__actions{display:flex;flex-wrap:wrap;gap:.75rem}@media (prefers-reduced-motion: no-preference){.ph-reveal{opacity:0;transform:translateY(12px);transition:opacity .55s ease,transform .55s ease}.ph-reveal.is-visible{opacity:1;transform:none}.ph__inner>*{animation:ph-rise .7s cubic-bezier(.22,1,.36,1) both}.ph__inner>*:nth-child(1){animation-delay:.05s}.ph__inner>*:nth-child(2){animation-delay:.12s}.ph__inner>*:nth-child(3){animation-delay:.2s}.ph__inner>*:nth-child(4){animation-delay:.28s}.ph__inner>*:nth-child(5){animation-delay:.36s}}@keyframes ph-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion: reduce){.ph-reveal{opacity:1;transform:none}}
