.fatep-ca-shell,
.fatep-ca-shell * { box-sizing: border-box; }
.fatep-ca-shell {
    --fatep-blue: #0f4995;
    --fatep-blue-dark: #0a346f;
    --fatep-blue-deep: #072854;
    --fatep-green: #72c43f;
    --fatep-ink: #172b46;
    --fatep-muted: #657287;
    --fatep-line: #d9e3ef;
    --fatep-danger: #a92e2e;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(390px, 500px);
    gap: clamp(36px, 6vw, 78px);
    align-items: center;
    width: 100%;
    max-width: 1180px;
    min-height: 680px;
    margin: 24px auto;
    padding: clamp(30px, 5vw, 64px);
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(15, 73, 149, .10);
    border-radius: 28px;
    color: var(--fatep-ink);
    background:
        radial-gradient(circle at 8% 18%, rgba(114, 196, 63, .16), transparent 28rem),
        linear-gradient(135deg, #f8fbff 0%, #edf4fb 60%, #e7f0fa 100%);
    font-family: Arial, Helvetica, sans-serif;
}
.fatep-ca-shell::after {
    content: "";
    position: absolute;
    width: 30rem;
    height: 30rem;
    right: -15rem;
    bottom: -20rem;
    border: 5rem solid rgba(15, 73, 149, .055);
    border-radius: 50%;
    pointer-events: none;
}
.fatep-ca-intro,
.fatep-ca-card { position: relative; z-index: 1; }
.fatep-ca-logo { display: block; width: 220px; height: auto; margin: -34px 0 -24px; }
.fatep-ca-eyebrow,
.fatep-ca-kicker {
    margin: 0 0 14px;
    color: var(--fatep-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .15em;
}
.fatep-ca-intro h1 {
    max-width: 560px;
    margin: 0;
    color: var(--fatep-blue-dark);
    font-size: clamp(38px, 5vw, 62px);
    line-height: 1.03;
    letter-spacing: -.045em;
}
.fatep-ca-lead {
    max-width: 540px;
    margin: 24px 0 30px;
    color: #52657d;
    font-size: 17px;
    line-height: 1.65;
}
.fatep-ca-journey { display: grid; gap: 17px; margin: 0; padding: 0; list-style: none; }
.fatep-ca-journey li { display: flex; gap: 13px; align-items: center; margin: 0; }
.fatep-ca-journey li > span {
    display: grid;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid rgba(15, 73, 149, .27);
    border-radius: 50%;
    color: var(--fatep-blue);
    background: rgba(255, 255, 255, .68);
    font-size: 13px;
    font-weight: 800;
}
.fatep-ca-journey div { display: flex; flex-direction: column; gap: 2px; }
.fatep-ca-journey strong { color: var(--fatep-blue-dark); font-size: 15px; }
.fatep-ca-journey small { color: var(--fatep-muted); font-size: 13px; line-height: 1.35; }
.fatep-ca-security {
    display: flex;
    gap: 11px;
    max-width: 540px;
    margin: 30px 0 0;
    padding: 14px 16px;
    border: 1px solid rgba(15, 73, 149, .16);
    border-radius: 13px;
    color: #52657d;
    background: rgba(255, 255, 255, .55);
    font-size: 12px;
    line-height: 1.5;
}
.fatep-ca-security > span:first-child {
    display: grid;
    flex: 0 0 21px;
    width: 21px;
    height: 21px;
    place-items: center;
    border-radius: 50%;
    color: white;
    background: var(--fatep-blue);
    font-weight: 800;
}
.fatep-ca-card {
    min-height: 560px;
    padding: 34px 38px 38px;
    border: 1px solid rgba(15, 73, 149, .12);
    border-radius: 24px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 30px 80px rgba(10, 52, 111, .14), 0 5px 20px rgba(10, 52, 111, .06);
}
.fatep-ca-progress {
    display: grid;
    grid-template-columns: repeat(3, 1fr) auto;
    gap: 7px;
    align-items: center;
    margin-bottom: 38px;
}
.fatep-ca-progress > span { height: 4px; border-radius: 999px; background: #e2e8ef; }
.fatep-ca-progress > span.is-active { background: var(--fatep-blue); }
.fatep-ca-progress small { margin-left: 6px; color: var(--fatep-muted); font-size: 11px; white-space: nowrap; }
.fatep-ca-card form,
.fatep-ca-done { display: flex; flex-direction: column; }
.fatep-ca-card [hidden] { display: none !important; }
.fatep-ca-card h2 {
    margin: 0;
    color: var(--fatep-blue-dark);
    font-size: clamp(27px, 3vw, 36px);
    line-height: 1.15;
    letter-spacing: -.035em;
}
.fatep-ca-copy { margin: 13px 0 26px; color: var(--fatep-muted); font-size: 14px; line-height: 1.65; }
.fatep-ca-copy strong { color: var(--fatep-blue-dark); }
.fatep-ca-card label { margin: 0 0 8px; color: var(--fatep-ink); font-size: 13px; font-weight: 700; }
.fatep-ca-card input {
    width: 100%;
    height: 54px;
    margin: 0 0 8px;
    padding: 0 16px;
    border: 1px solid #cbd7e4;
    border-radius: 11px;
    outline: none;
    color: var(--fatep-ink);
    background: #fbfdff;
    font: inherit;
    font-size: 17px;
    box-shadow: none;
}
.fatep-ca-card input:focus { border-color: var(--fatep-blue); box-shadow: 0 0 0 3px rgba(15, 73, 149, .12); }
.fatep-ca-card input.fatep-ca-otp { font-size: 24px; font-weight: 800; letter-spacing: .28em; text-align: center; }
.fatep-ca-help,
.fatep-ca-privacy { display: block; color: var(--fatep-muted); font-size: 11px; line-height: 1.45; }
.fatep-ca-privacy { margin-top: 13px; text-align: center; }
.fatep-ca-primary,
.fatep-ca-secondary {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    padding: 0 20px;
    border-radius: 11px;
    cursor: pointer;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    text-decoration: none !important;
}
.fatep-ca-primary { border: 1px solid var(--fatep-blue); color: #fff !important; background: var(--fatep-blue); box-shadow: 0 8px 18px rgba(15, 73, 149, .18); }
.fatep-ca-primary:hover { border-color: var(--fatep-blue-dark); background: var(--fatep-blue-dark); color: #fff !important; }
.fatep-ca-primary:disabled { cursor: wait; opacity: .65; }
.fatep-ca-secondary { border: 1px solid #cbd7e4; color: var(--fatep-blue) !important; background: #fff; }
.fatep-ca-back { align-self: flex-start; margin: -10px 0 24px; padding: 0; border: 0; color: var(--fatep-blue); background: transparent; cursor: pointer; font: inherit; font-size: 13px; font-weight: 700; }
.fatep-ca-error { margin: 15px 0 -7px; padding: 10px 12px; border-radius: 9px; color: var(--fatep-danger); background: #fff0f0; font-size: 12px; line-height: 1.45; }
.fatep-ca-email { display: flex; flex-direction: column; gap: 4px; margin: 18px 0 22px; padding: 14px 16px; border: 1px solid rgba(15, 73, 149, .17); border-radius: 11px; background: #f3f8fd; overflow-wrap: anywhere; }
.fatep-ca-email span { color: var(--fatep-muted); font-size: 11px; }
.fatep-ca-email strong { color: var(--fatep-blue-dark); font-size: 14px; }
.fatep-ca-rules { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 12px; margin: 8px 0 0; padding: 0; list-style: none; }
.fatep-ca-rules li { position: relative; margin: 0; padding-left: 18px; color: var(--fatep-muted); font-size: 11px; }
.fatep-ca-rules li::before { content: "○"; position: absolute; left: 0; color: #9ba8b8; }
.fatep-ca-rules li.is-ok { color: #317a2e; }
.fatep-ca-rules li.is-ok::before { content: "✓"; color: var(--fatep-green); font-weight: 800; }
.fatep-ca-password-wrap { position: relative; }
.fatep-ca-password-wrap input { padding-right: 82px; }
.fatep-ca-password-wrap button { position: absolute; top: 0; right: 4px; height: 54px; padding: 0 10px; border: 0; color: var(--fatep-blue); background: transparent; cursor: pointer; font: inherit; font-size: 11px; font-weight: 700; }
.fatep-ca-hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.fatep-ca-check { display: grid; width: 54px; height: 54px; margin-bottom: 22px; place-items: center; border-radius: 50%; color: white; background: var(--fatep-green); font-size: 27px; font-weight: 800; }
.fatep-ca-link { margin-top: 10px; }
@media (max-width: 900px) {
    .fatep-ca-shell { grid-template-columns: 1fr; min-height: 0; padding: 36px; }
    .fatep-ca-intro { max-width: 650px; }
    .fatep-ca-card { width: 100%; max-width: 560px; min-height: 520px; }
}
@media (max-width: 560px) {
    .fatep-ca-shell { margin: 8px auto; padding: 25px 15px; border-radius: 18px; }
    .fatep-ca-intro h1 { font-size: 38px; }
    .fatep-ca-lead { font-size: 15px; }
    .fatep-ca-logo { width: 190px; }
    .fatep-ca-card { min-height: 0; padding: 27px 20px 28px; border-radius: 18px; }
    .fatep-ca-progress { margin-bottom: 30px; }
    .fatep-ca-rules { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
    .fatep-ca-shell * { scroll-behavior: auto !important; transition: none !important; }
}

