/* Compact premium journey: a three-step path rather than a tall card section. */
.how-it-works{position:relative;overflow:hidden;background:linear-gradient(122deg,#e1f3eb 0%,#f0f8f4 53%,#e5f2ed 100%);padding:42px 0 46px}.how-it-works:before{content:'';position:absolute;width:440px;height:440px;right:-170px;top:-335px;border-radius:50%;background:radial-gradient(circle,rgba(255,194,68,.3),rgba(255,194,68,0) 68%);pointer-events:none}.how-it-works .shell{position:relative}.journey-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:22px}.journey-heading .eyebrow{margin-bottom:7px}.journey-heading h2{margin:0;font-size:clamp(1.9rem,3vw,2.45rem);letter-spacing:-1.5px}.journey-heading>p{max-width:245px;margin:0 0 4px;color:#587068;font-size:.9rem;line-height:1.4;text-align:right}.journey-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0;padding:0;list-style:none}.journey-step{position:relative;display:grid;grid-template-columns:32px 42px minmax(0,1fr);align-items:center;gap:11px;min-height:94px;padding:13px 15px;border:1px solid rgba(8,127,105,.13);border-radius:12px;background:rgba(255,255,255,.73);box-shadow:0 8px 20px rgba(30,66,52,.06);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);transition:transform .25s cubic-bezier(.2,.8,.2,1),box-shadow .25s ease,border-color .25s ease}.journey-step:hover{z-index:1;transform:translateY(-4px);border-color:rgba(8,127,105,.3);box-shadow:0 15px 28px rgba(30,66,52,.12)}.journey-step:not(:last-child):after{content:'';position:absolute;z-index:2;right:-9px;top:50%;width:7px;height:7px;border-top:1.5px solid rgba(8,127,105,.45);border-right:1.5px solid rgba(8,127,105,.45);transform:translateY(-50%) rotate(45deg)}.journey-number{align-self:start;color:#087f69;font:800 .69rem/1 'Outfit',sans-serif;letter-spacing:.04em;padding-top:4px}.journey-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:10px;background:linear-gradient(145deg,#0c967d,#087f69);color:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.26),0 6px 14px rgba(8,127,105,.2)}.journey-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.journey-step h3{margin:0;font:800 1rem/1.08 'Outfit',sans-serif;letter-spacing:-.25px}.journey-step p{margin:5px 0 0;color:#62766e;font-size:.76rem;line-height:1.34}@media(max-width:780px){.how-it-works{padding:34px 0 36px}.journey-heading{align-items:start;margin-bottom:17px}.journey-heading h2{font-size:1.9rem}.journey-heading>p{display:none}.journey-steps{grid-template-columns:1fr;gap:8px}.journey-step{grid-template-columns:27px 37px minmax(0,1fr);gap:9px;min-height:75px;padding:10px 12px}.journey-icon{width:37px;height:37px;border-radius:9px}.journey-icon svg{width:19px;height:19px}.journey-step h3{font-size:.94rem}.journey-step p{margin-top:3px;font-size:.71rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.journey-step:not(:last-child):after{display:none}}@media(prefers-reduced-motion:reduce){.journey-step{transition:none}.journey-step:hover{transform:none}}
