.truleo-flow{--truleo-navy:#0d1b2f;--truleo-navy-hover:#3a5480;--truleo-amber:#e0a52e;--truleo-green:#1f9d55;--truleo-green-hover:#17803f;--truleo-grey-bg:#f6f8fb;--truleo-grey-border:#e2e6ee;--truleo-grey-text:#56657d;--truleo-amber-bg:#fbeecb;--truleo-amber-text:#8a6414;--truleo-amber-row:#fdf5e4;--truleo-ring-track-dark:#223350;align-items:center;background:var(--truleo-navy);border-radius:16px;display:flex;flex-direction:column;font-family:DM Sans,system-ui,-apple-system,sans-serif;gap:6px;margin:0 auto;max-width:720px;padding:24px;width:100%}.truleo-flow,.truleo-flow *{box-sizing:border-box}.truleo-flow a{color:var(--truleo-navy);text-decoration:none}.truleo-flow a:hover{color:var(--truleo-navy-hover)}.truleo-flow__card{background:#fff;border-radius:12px;display:flex;flex-direction:column;gap:10px;padding:14px 20px;width:100%}.truleo-flow__card--connect{border-radius:14px;gap:10px;padding:16px 20px}.truleo-flow__card--scores{width:90%}.truleo-flow__card--steps{width:78%}.truleo-flow__row{align-items:center;display:flex;gap:12px}.truleo-flow__step{align-items:center;background:var(--truleo-amber);border-radius:50%;display:flex;flex:none;font-size:11px;height:24px;justify-content:center;width:24px}.truleo-flow__step,.truleo-flow__title{color:var(--truleo-navy);font-family:Archivo,sans-serif;font-weight:700}.truleo-flow__title{font-size:13px;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap}.truleo-flow__connect-btn{align-items:center;background:var(--truleo-green);border-radius:999px;box-shadow:0 1px 3px rgba(13,27,47,.18);display:inline-flex;font-family:Archivo,sans-serif;font-size:10.5px;font-weight:700;justify-content:center;letter-spacing:.08em;margin-left:auto;padding:8px 18px;text-transform:uppercase;transition:background-color .15s ease,transform .15s ease,box-shadow .15s ease}.truleo-flow a.truleo-flow__connect-btn{color:#fff}.truleo-flow a.truleo-flow__connect-btn:hover{background:var(--truleo-green-hover);box-shadow:0 3px 8px rgba(13,27,47,.24);color:#fff;transform:translateY(-1px)}.truleo-flow__sources{display:grid;gap:6px;grid-template-columns:repeat(5,1fr)}.truleo-flow__source{background:var(--truleo-grey-bg);border-radius:8px;color:var(--truleo-grey-text);font-family:Archivo,sans-serif;font-size:10.5px;font-weight:700;letter-spacing:.06em;padding:7px 0;text-align:center;text-transform:uppercase}.truleo-flow__source--active{background:var(--truleo-amber-bg);color:var(--truleo-amber-text)}.truleo-flow__arrow{align-items:center;display:flex;height:20px;justify-content:center}.truleo-flow__arrow span{animation:truleo-flow-nudge 2s ease-in-out infinite;color:var(--truleo-amber);font-size:17px;line-height:1}.truleo-flow__score-row{align-items:center;border-radius:10px;display:flex;gap:12px;padding:10px 14px}.truleo-flow__score-row--dark{background:var(--truleo-navy)}.truleo-flow__score-row--light{background:var(--truleo-grey-bg)}.truleo-flow__ring{align-items:center;border-radius:50%;display:flex;flex:none;height:40px;justify-content:center;width:40px}.truleo-flow__ring--top{animation:truleo-flow-ring-85 1.5s cubic-bezier(.22,.9,.24,1) .2s forwards;background:conic-gradient(var(--truleo-amber) calc(var(--p)*1turn),var(--truleo-ring-track-dark) 0turn)}.truleo-flow__ring--bottom{animation:truleo-flow-ring-70 1.5s cubic-bezier(.22,.9,.24,1) .4s forwards;background:conic-gradient(var(--truleo-amber) calc(var(--p)*1turn),var(--truleo-grey-border) 0turn)}.truleo-flow__ring-inner{align-items:center;border-radius:50%;display:flex;height:31px;justify-content:center;width:31px}.truleo-flow__ring-inner--dark{background:var(--truleo-navy)}.truleo-flow__ring-inner--light{background:var(--truleo-grey-bg)}.truleo-flow__ring-value{font-family:Archivo,sans-serif;font-size:11.5px;font-weight:700}.truleo-flow__ring-value--white{color:#fff}.truleo-flow__ring-value--navy{color:var(--truleo-navy)}.truleo-flow__case{font-family:Archivo,sans-serif;font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.truleo-flow__case--white{color:#fff}.truleo-flow__case--navy{color:var(--truleo-navy)}.truleo-flow__badge{background:var(--truleo-amber-bg);border-radius:999px;color:var(--truleo-amber-text);font-family:Archivo,sans-serif;font-size:10px;font-weight:700;letter-spacing:.05em;margin-left:auto;padding:7px 12px;text-transform:uppercase;white-space:nowrap}.truleo-flow__step-link{align-items:center;background:var(--truleo-grey-bg);border-radius:10px;display:flex;flex-wrap:wrap;justify-content:space-between;row-gap:4px;gap:12px;padding:10px 14px}.truleo-flow__step-link--amber{background:var(--truleo-amber-row)}.truleo-flow__step-text{color:var(--truleo-grey-text);font-size:12.5px;white-space:nowrap}.truleo-flow__step-cta,.truleo-flow__step-label{color:var(--truleo-navy);font-family:Archivo,sans-serif;font-weight:700;text-transform:uppercase}.truleo-flow__step-cta{font-size:10px;letter-spacing:.05em;white-space:nowrap}@property --p{syntax:"<number>";initial-value:0;inherits:false}@keyframes truleo-flow-ring-85{0%{--p:0}to{--p:0.85}}@keyframes truleo-flow-ring-70{0%{--p:0}to{--p:0.70}}@keyframes truleo-flow-nudge{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}@media (max-width:600px){.truleo-flow{border-radius:14px;gap:8px;padding:16px}.truleo-flow__card{padding:12px 14px}.truleo-flow__card--connect{padding:14px}.truleo-flow__card--scores,.truleo-flow__card--steps{width:100%}.truleo-flow__ring{height:34px;width:34px}.truleo-flow__ring-inner{height:26px;width:26px}.truleo-flow__ring-value{font-size:10px}.truleo-flow__case{font-size:12px}.truleo-flow__badge{font-size:9px;padding:6px 10px}.truleo-flow__step-text{font-size:12px}}@media (max-width:480px){.truleo-flow{padding:12px}.truleo-flow__row{flex-wrap:wrap;row-gap:10px}.truleo-flow__connect-btn{flex:1 0 100%;font-size:11px;margin-left:0;padding:11px 18px}.truleo-flow__sources{gap:8px;grid-template-columns:repeat(3,1fr)}.truleo-flow__source{font-size:10px;padding:9px 0}.truleo-flow__score-row{flex-wrap:wrap;row-gap:8px}.truleo-flow__badge{margin-left:0}.truleo-flow__case{flex:1 1 auto}.truleo-flow__step-text{font-size:11.5px}.truleo-flow__step-cta{background:rgba(13,27,47,.07);border-radius:999px;padding:5px 10px}.truleo-flow__step-link--amber .truleo-flow__step-cta{background:rgba(13,27,47,.09)}}@media (max-width:360px){.truleo-flow__sources{grid-template-columns:repeat(2,1fr)}.truleo-flow__source{font-size:10.5px}.truleo-flow__card{padding:10px 12px}.truleo-flow__step-text{font-size:10.5px}}@media (prefers-reduced-motion:reduce){.truleo-flow__arrow span,.truleo-flow__ring--bottom,.truleo-flow__ring--top{animation:none}.truleo-flow__ring--bottom{background:conic-gradient(var(--truleo-amber) .7turn,var(--truleo-grey-border) 0turn)}.truleo-flow__ring--top{background:conic-gradient(var(--truleo-amber) 306deg,var(--truleo-ring-track-dark) 0turn)}}