.fcl-wrap { width: 100%; }
.fcl-form { padding: 28px; color: #14242a; border-radius: 10px; background: #fff; box-shadow: 0 18px 45px rgba(0,0,0,.12); }
.fcl-form h3 { margin-bottom: 7px; font-size: 1.45rem; }
.fcl-step { display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: center; margin-bottom: 18px; color: #68787e; font-size: .76rem; }
.fcl-step i { height: 5px; overflow: hidden; border-radius: 6px; background: #e6edef; }
.fcl-step i b { display: block; width: 50%; height: 100%; border-radius: inherit; background: #4e7bea; }
.fcl-step--complete i b { width: 100%; }
.fcl-intro { margin-bottom: 20px; color: #68787e; font-size: .92rem; }
.fcl-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.fcl-fields label { display: grid; gap: 6px; color: #526168; font-size: .83rem; }
.fcl-field--wide { grid-column: 1 / -1; }
.fcl-form input, .fcl-form select, .fcl-form textarea { width: 100%; min-height: 44px; padding: 9px 11px; color: #14242a; border: 1px solid #d9e3e6; border-radius: 7px; background: #f7f9fa; outline-offset: 2px; }
.fcl-form textarea { resize: vertical; }
.fcl-form input:focus, .fcl-form select:focus, .fcl-form textarea:focus { border-color: #4e7bea; outline: 2px solid rgba(78,123,234,.16); }
.fcl-consent { display: flex; align-items: flex-start; gap: 9px; margin: 16px 0; color: #68787e; font-size: .78rem; }
.fcl-consent input { width: 18px; min-height: 18px; margin-top: 2px; flex: 0 0 auto; }
.fcl-consent a { color: #4e7bea; }
.fcl-submit { width: 100%; min-height: 47px; color: #fff; border: 0; border-radius: 7px; background: #4e7bea; font-weight: 600; cursor: pointer; }
.fcl-submit:hover { background: #3f69d5; }
.fcl-note { display: block; margin-top: 10px; color: #77858a; text-align: center; }
.fcl-form--qualification textarea, .fcl-form--partner textarea { min-height: 88px; }
.fcl-hp { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(1px,1px,1px,1px) !important; white-space: nowrap !important; }
.fcl-message { margin-bottom: 14px; padding: 13px 15px; color: #14242a; border-radius: 7px; background: #fff; }
.fcl-message--success { border-left: 4px solid #118c72; }
.fcl-message--error { border-left: 4px solid #c94646; }
.fcl-confirmation { padding: 34px; color: #14242a; border-radius: 10px; background: #fff; box-shadow: 0 18px 45px rgba(0,0,0,.12); }
.fcl-confirmation__icon { display: grid; width: 46px; height: 46px; margin-bottom: 18px; place-items: center; color: #fff; border-radius: 50%; background: #118c72; font-size: 1.25rem; font-weight: 700; }
.fcl-confirmation__eyebrow { margin: 0 0 7px !important; color: #4e7bea !important; font-size: .72rem !important; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.fcl-confirmation h3 { margin: 0 0 10px; font-size: 1.65rem; }
.fcl-confirmation > p:not(.fcl-confirmation__eyebrow) { color: #68787e; }
.fcl-confirmation__next { display: grid; gap: 4px; margin-top: 22px; padding-top: 18px; border-top: 1px solid #dce5e8; }
.fcl-confirmation__next span { color: #68787e; font-size: .9rem; }
@media (max-width: 580px) { .fcl-form { padding: 21px; } .fcl-fields { grid-template-columns: 1fr; } .fcl-field--wide { grid-column: auto; } }

.fcl-portal { min-height: 72vh; padding: 62px 0 78px; color: #14242a; background: #eef4f5; }
.fcl-portal__shell { width: min(calc(100% - 40px), 1180px); margin-inline: auto; }
.fcl-portal__header { display: grid; grid-template-columns: 1fr auto; gap: 55px; align-items: end; margin-bottom: 30px; }
.fcl-portal__header h1 { margin: 0 0 12px; font-size: clamp(2.5rem, 5vw, 4.7rem); }
.fcl-portal__header > div:first-child > p:last-child { max-width: 690px; margin: 0; color: #68787e; }
.fcl-portal__eyebrow { margin: 0 0 8px; color: #4e7bea; font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.fcl-portal__identity { min-width: 235px; padding: 19px 21px; color: #fff; border-radius: 9px; background: #062838; }
.fcl-portal__identity span, .fcl-portal__identity small { display: block; color: rgba(255,255,255,.58); font-size: .74rem; }
.fcl-portal__identity strong { display: block; margin: 5px 0 12px; font-size: 1.15rem; }
.fcl-portal__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.fcl-portal__card { min-height: 290px; padding: 28px; border: 1px solid #d2dfe2; border-radius: 10px; background: #fff; }
.fcl-portal__card--status { grid-column: 1 / -1; min-height: 0; color: #fff; border-color: #062838; background: #062838; }
.fcl-portal__card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.fcl-portal__card-head span { color: #68787e; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.fcl-portal__card-head h2 { margin: 6px 0 0; font-size: 1.65rem; }
.fcl-portal__card--status .fcl-portal__card-head span { color: rgba(255,255,255,.55); }
.fcl-portal__card--status .fcl-portal__card-head > strong { color: #32bdd0; font-size: 2rem; }
.fcl-portal__progress { height: 7px; overflow: hidden; margin: 24px 0 20px; border-radius: 9px; background: rgba(255,255,255,.12); }
.fcl-portal__progress i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #32bdd0, #65bf6a); }
.fcl-portal__next { display: grid; grid-template-columns: 155px 1fr; gap: 18px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.13); }
.fcl-portal__next span { color: rgba(255,255,255,.55); font-size: .78rem; }
.fcl-portal__next p { margin: 0; }
.fcl-portal__number { width: 38px; height: 38px; display: grid; place-items: center; color: #118c72; border: 1px solid #d2dfe2; border-radius: 50%; font-size: .73rem; }
.fcl-portal__card > p { margin: 24px 0; color: #68787e; }
.fcl-portal__date { color: #14242a !important; font-size: 1.2rem; font-weight: 600; }
.fcl-portal__button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 0 17px; color: #fff; border-radius: 7px; background: #4e7bea; font-weight: 600; text-decoration: none; }
.fcl-portal__button:hover { color: #fff; background: #3f69d5; }
.fcl-portal__button--secondary { color: #062838; border: 1px solid #c8d8dc; background: #f3f7f8; }
.fcl-portal__button--secondary:hover { color: #062838; background: #e6eef0; }
.fcl-portal__pending { color: #829095; }
.fcl-portal__card--documents ul { margin: 20px 0 15px; padding: 0; list-style: none; }
.fcl-portal__card--documents li { display: grid; grid-template-columns: 1fr auto; gap: 18px; padding: 11px 0; border-bottom: 1px solid #e2eaec; font-size: .9rem; }
.fcl-portal__card--documents li strong { color: #a17322; font-size: .75rem; }
.fcl-portal__card--documents li.is-validated strong { color: #118c72; }
.fcl-portal__card--documents li.is-received strong { color: #4e7bea; }
.fcl-portal__card--documents li.is-not_required strong { color: #829095; }
.fcl-portal__text-link { color: #4e7bea; font-weight: 600; text-decoration: none; }
.fcl-portal__note { display: grid; grid-template-columns: 160px 1fr; gap: 25px; margin-top: 15px; padding: 24px 28px; border-left: 4px solid #32bdd0; background: #fff; }
.fcl-portal__note span { color: #4e7bea; font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.fcl-portal__note p { margin: 0; }
.fcl-portal__handoff { display: grid; grid-template-columns: .8fr 1.2fr; gap: 45px; align-items: center; margin-top: 15px; padding: 34px; color: #fff; border-radius: 10px; background: #062838; }
.fcl-portal__handoff h2 { margin: 0 0 12px; font-size: 2rem; }
.fcl-portal__handoff > div:first-child > p:last-child { margin: 0; color: rgba(255,255,255,.63); }
.fcl-portal__platforms { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.fcl-portal__platforms article { min-height: 155px; padding: 20px; border: 1px solid rgba(255,255,255,.15); border-radius: 8px; background: rgba(255,255,255,.06); }
.fcl-portal__platforms article.is-ready { border-color: rgba(101,191,106,.6); background: rgba(101,191,106,.12); }
.fcl-portal__platforms span, .fcl-portal__platforms small { display: block; color: rgba(255,255,255,.5); font-size: .72rem; }
.fcl-portal__platforms h3 { margin: 25px 0 12px; }
.fcl-portal__platforms a { color: #65bf6a; font-weight: 600; text-decoration: none; }
.fcl-portal__security { margin: 16px 0 0; color: #75858a; font-size: .75rem; text-align: center; }
.fcl-portal--locked { display: grid; place-items: center; text-align: center; }
.fcl-portal--locked .fcl-portal__shell { max-width: 620px; padding: 45px; border: 1px solid #d2dfe2; border-radius: 10px; background: #fff; }
.fcl-portal__lock { width: 52px; height: 52px; display: grid; margin: 0 auto 17px; place-items: center; color: #fff; border-radius: 50%; background: #062838; font-size: 1.45rem; }
.fcl-portal--locked h1 { margin-bottom: 14px; font-size: clamp(2.2rem, 5vw, 3.7rem); }
.fcl-portal--locked .fcl-portal__shell > p:not(.fcl-portal__eyebrow) { margin-bottom: 25px; color: #68787e; }

@media (max-width: 782px) {
  .fcl-portal__header, .fcl-portal__handoff { grid-template-columns: 1fr; }
  .fcl-portal__identity { min-width: 0; }
}
@media (max-width: 580px) {
  .fcl-portal { padding: 42px 0 60px; }
  .fcl-portal__shell { width: min(calc(100% - 28px), 1180px); }
  .fcl-portal__grid, .fcl-portal__platforms { grid-template-columns: 1fr; }
  .fcl-portal__card--status { grid-column: auto; }
  .fcl-portal__card { min-height: 0; padding: 22px; }
  .fcl-portal__next, .fcl-portal__note { grid-template-columns: 1fr; gap: 8px; }
  .fcl-portal__handoff { padding: 24px; }
  .fcl-portal--locked .fcl-portal__shell { padding: 30px 22px; }
}
