.consultation-flow{padding:78px 0 82px;background:linear-gradient(125deg,#f0f5fc 0%,#f8fafc 63%,#fff4e9 100%)}
.consultation-flow-heading{text-align:center}
.consultation-flow-heading .eyebrow{margin-bottom:10px}
.consultation-flow-heading h2{color:var(--navy)}
.consultation-flow-heading>p:last-child{font-size:13px;line-height:2.1;color:var(--muted);margin-top:12px}
.consultation-flow-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;list-style:none;padding:0;margin:36px 0 26px}
.consultation-flow-list li{position:relative;min-width:0;display:flex;align-items:flex-start;gap:16px;background:#fff;border:1px solid #d8e2ef;border-radius:5px;padding:24px 21px;box-shadow:0 12px 32px #1c477313}
.consultation-flow-list li:not(:last-child):after{content:'→';position:absolute;z-index:1;right:-20px;top:calc(50% - 16px);width:18px;text-align:center;color:var(--blue);font:24px/32px var(--sans)}
.consultation-flow-list li:last-child{border-color:#e7cda8;background:linear-gradient(130deg,#fff,#fffaf3)}
.consultation-flow-number{flex:none;display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#e9f1fb;color:var(--blue);font:16px/1 Georgia,serif}
.consultation-flow-list li:last-child .consultation-flow-number{background:#f9ead2;color:#8f5d26}
.consultation-flow-list h3{font-size:21px;line-height:1.6;color:var(--navy)}
.consultation-flow-list p{font-size:12px;line-height:1.9;color:var(--muted);margin-top:9px}
.consultation-flow-link{display:flex;width:max-content;min-width:238px;margin:0 auto}
@media(max-width:850px){.consultation-flow-list{gap:13px}.consultation-flow-list li{display:block;padding:19px 16px}.consultation-flow-list h3{font-size:18px;margin-top:11px}.consultation-flow-list li:not(:last-child):after{right:-16px}}
@media(max-width:700px){.consultation-flow{padding:56px 0 60px}.consultation-flow-heading{text-align:left}.consultation-flow-heading h2{font-size:27px}.consultation-flow-heading>p:last-child{font-size:12px}.consultation-flow-heading>p:last-child br{display:none}.consultation-flow-list{grid-template-columns:1fr;gap:18px;margin:26px 0 22px}.consultation-flow-list li{display:flex;gap:14px;padding:18px}.consultation-flow-list h3{font-size:20px;margin-top:0}.consultation-flow-list li:not(:last-child):after{content:'↓';right:auto;left:calc(50% - 12px);top:auto;bottom:-21px;width:24px;line-height:22px}.consultation-flow-link{width:100%;justify-content:center}}
