@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700;800;900&family=Open+Sans:wght@400;500;600;700&display=swap');


:root {
    --font-display: 'Raleway', sans-serif;
    --font-body: 'Open Sans', sans-serif;
    --cv-orange: #F4610C;
    --cv-blue-light: #72BAD3;
    --cv-blue-dark: #27355F;
    --cv-blue-deep: #16224A;
    --cv-blue-tint: #EEF3FA;
    --cv-text: #1F2733;
    --cv-text-mute: #5A6474;
    --cv-line: #E2E8F0;
}

@keyframes cv-pulse {
    0%, 100% { box-shadow: 0 0 0 4px rgba(244,97,12,0.25); }
    50% { box-shadow: 0 0 0 7px rgba(244,97,12,0.12); }
}


.cv-pill {
    display: inline-flex; align-items: center; gap: 10px;
    font-family: var(--font-display); font-weight: 700;
    border-radius: 999px; text-decoration: none;
    transition: transform .12s, box-shadow .16s, background .16s;
}
.cv-pill-orange {
    background: var(--cv-orange); color: #fff;
    box-shadow: 0 10px 24px rgba(244,97,12,0.30);
}
.cv-pill-orange:hover { background: #db550a; box-shadow: 0 12px 28px rgba(244,97,12,0.38); }
.cv-pill-orange:active { transform: translateY(1px); }


footer,
.footer,
.app-footer,
.site-footer { display: none !important; }

.main-content.mt-0 { margin: 0 !important; }


.lg-split {
    display: grid;
    grid-template-columns: 1.02fr 1fr;
    min-height: 100vh;
    font-family: var(--font-body);
    color: var(--cv-text);
    background: var(--cv-blue-tint);
}


.lg-aside {
    position: relative; overflow: hidden;
    display: flex; flex-direction: column;
    padding: 52px 56px;
    color: #fff;
    background:
        radial-gradient(820px 520px at 88% 4%, rgba(114,186,211,0.40), transparent 62%),
        radial-gradient(680px 460px at -8% 96%, rgba(244,97,12,0.20), transparent 58%),
        linear-gradient(135deg, var(--cv-blue-deep) 0%, var(--cv-blue-dark) 55%, #2b3d6e 100%);
}
.lg-aside::before {
    content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
    background-image:
        linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: radial-gradient(1200px 800px at 60% 30%, #000 55%, transparent 92%);
    -webkit-mask-image: radial-gradient(1200px 800px at 60% 30%, #000 55%, transparent 92%);
}
.cv-hero-orb {
    position: absolute; border-radius: 50%; z-index: 1; pointer-events: none;
    filter: blur(80px);
}
.cv-hero-orb.--blue   { width: 460px; height: 460px; background: rgba(114,186,211,0.55); top: -120px; right: -70px; }
.cv-hero-orb.--orange { width: 430px; height: 430px; background: rgba(244,97,12,0.42); bottom: -150px; left: -110px; }

.lg-aside__logo { position: relative; z-index: 2; }
.lg-aside__logo img { height: 46px; width: auto; display: block; }

.lg-aside__mid { position: relative; z-index: 2; margin: auto 0; max-width: 470px; }
.lg-eyebrow {
    display: inline-flex; align-items: center; gap: 9px;
    font-family: var(--font-display); font-weight: 700; font-size: 12.5px;
    letter-spacing: 0.20em; text-transform: uppercase; color: #DCE9F0;
    margin-bottom: 22px;
}
.lg-eyebrow .dot {
    width: 8px; height: 8px; border-radius: 50%; background: var(--cv-orange);
    box-shadow: 0 0 0 4px rgba(244,97,12,0.25);
    animation: cv-pulse 2.4s ease-in-out infinite;
}
.lg-headline {
    font-family: var(--font-display); font-weight: 800;
    font-size: clamp(30px, 3vw, 44px); line-height: 1.1; letter-spacing: -0.02em;
    margin: 0 0 30px; text-wrap: balance; color: #fff;
}
.lg-headline .accent { color: var(--cv-blue-light); }

.lg-points { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 16px; }
.lg-points li { display: flex; align-items: flex-start; gap: 13px; font-size: 15.5px; line-height: 1.5; color: #DCE9F0; }
.lg-points .ic {
    flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    background: rgba(114,186,211,0.20); color: var(--cv-blue-light);
    margin-top: 1px;
}

.lg-aside__foot {
    position: relative; z-index: 2;
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
    font-size: 13px; color: rgba(255,255,255,0.6);
}
.lg-aside__foot a { color: rgba(255,255,255,0.82); text-decoration: none; font-weight: 600; }
.lg-aside__foot a:hover { color: #fff; }


.lg-main { display: flex; align-items: center; justify-content: center; padding: 48px 40px; }
.lg-card { width: 100%; max-width: 400px; }

.lg-card__logo { display: none; margin: 0 0 30px; text-align: center; }
.lg-card__logo .badge {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 12px 20px; border-radius: 16px; color: #fff;
    font-family: var(--font-display); font-weight: 800; font-size: 20px;
    background: linear-gradient(135deg, var(--cv-blue-deep), var(--cv-blue-dark));
    box-shadow: 0 12px 30px rgba(39,53,95,0.28);
}
.lg-card__logo img { height: 34px; width: auto; display: block; }

.lg-title {
    font-family: var(--font-display); font-weight: 800;
    font-size: 30px; letter-spacing: -0.02em; color: var(--cv-blue-dark);
    margin: 0 0 9px;
}
.lg-sub { font-size: 15px; color: var(--cv-text-mute); margin: 0 0 32px; line-height: 1.5; }

.lg-field { margin-bottom: 20px; }
.lg-field > label {
    display: block; font-family: var(--font-display); font-weight: 700;
    font-size: 13.5px; color: var(--cv-blue-dark); margin-bottom: 8px;
}
.lg-input-wrap { position: relative; }
.lg-input {
    width: 100%; box-sizing: border-box;
    font-family: var(--font-body); font-size: 15px; color: var(--cv-text);
    background: #fff; border: 1px solid var(--cv-line); border-radius: 12px;
    padding: 14px 16px;
    transition: border-color .16s, box-shadow .16s;
}
.lg-input::placeholder { color: #9AA3B5; }
.lg-input:focus {
    outline: none; border-color: var(--cv-orange);
    box-shadow: 0 0 0 4px rgba(244,97,12,0.14);
}
.lg-input.has-toggle { padding-right: 50px; }
.lg-input.is-invalid { border-color: #dc2626; }


.lg-toggle {
    position: absolute; right: 6px; top: 50%; transform: translateY(-50%);
    width: 38px; height: 38px; border: none; background: transparent;
    color: #8895AE; cursor: pointer; border-radius: 9px;
    display: flex; align-items: center; justify-content: center;
    transition: color .16s, background .16s;
}
.lg-toggle:hover { color: var(--cv-blue-dark); background: var(--cv-blue-tint); }
.lg-toggle .eye-off { display: none; }
.lg-toggle.is-on .eye-on { display: none; }
.lg-toggle.is-on .eye-off { display: block; }


.lg-row {
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
    margin: 2px 0 26px;
}
.lg-check {
    display: flex; align-items: center; gap: 9px;
    font-size: 14px; color: var(--cv-text-mute); cursor: pointer; user-select: none; margin: 0;
}
.lg-check input {
    width: 17px; height: 17px; accent-color: var(--cv-orange); cursor: pointer; margin: 0;
}

.lg-link {
    font-family: var(--font-display); font-weight: 700; font-size: 13.5px;
    color: var(--cv-orange); text-decoration: none; white-space: nowrap;
}
.lg-link:hover { text-decoration: underline; }

.lg-submit {
    width: 100%; justify-content: center;
    font-size: 16px; padding: 15px 24px; cursor: pointer; border: none;
}
.lg-submit .spin { display: none; }
.lg-submit.is-loading .label { display: none; }
.lg-submit.is-loading .spin {
    display: inline-block; width: 18px; height: 18px; border-radius: 50%;
    border: 2.5px solid rgba(255,255,255,0.4); border-top-color: #fff;
    animation: lg-spin .7s linear infinite;
}
@keyframes lg-spin { to { transform: rotate(360deg); } }

.lg-error { color: #dc2626; font-size: 13px; margin: -14px 0 16px; display: block; }


.lg-mail-ic {
    width: 56px; height: 56px; border-radius: 16px;
    display: grid; place-items: center; margin: 0 0 18px;
    color: var(--cv-orange); background: rgba(244,97,12,0.10);
}

.lg-divider {
    display: flex; align-items: center; gap: 16px;
    margin: 26px 0; color: #9AA3B5; font-size: 13px;
    font-family: var(--font-display); font-weight: 600; letter-spacing: 0.04em;
}
.lg-divider::before, .lg-divider::after { content: ""; flex: 1; height: 1px; background: var(--cv-line); }

.lg-alt { text-align: center; font-size: 14.5px; color: var(--cv-text-mute); }
.lg-alt a { font-family: var(--font-display); font-weight: 700; color: var(--cv-orange); text-decoration: none; }
.lg-alt a:hover { text-decoration: underline; }

.lg-back {
    display: inline-flex; align-items: center; gap: 8px; margin-top: 30px;
    font-family: var(--font-display); font-weight: 700; font-size: 13.5px;
    color: var(--cv-blue-dark); text-decoration: none;
    transition: color .16s, gap .16s;
}
.lg-back:hover { color: var(--cv-orange); gap: 12px; }

.lg-shake { animation: lg-shake .4s cubic-bezier(.36,.07,.19,.97); }
@keyframes lg-shake {
    10%, 90% { transform: translateX(-1px); }
    20%, 80% { transform: translateX(2px); }
    30%, 50%, 70% { transform: translateX(-4px); }
    40%, 60% { transform: translateX(4px); }
}


@media (max-width: 880px) {
    .lg-split { grid-template-columns: 1fr; min-height: 100vh; background: var(--cv-blue-tint); }
    .lg-aside { display: none; }
    .lg-main { padding: 44px 22px 56px; align-items: flex-start; }
    .lg-card { margin: 0 auto; }
    .lg-card__logo { display: block; }
    .lg-title, .lg-sub { text-align: center; }
}
@media (max-width: 420px) {
    .lg-main { padding: 34px 16px 46px; }
    .lg-title { font-size: 25px; }
    .lg-sub { font-size: 14px; }
    .lg-input { font-size: 16px; }
    .lg-row { flex-wrap: wrap; gap: 10px; }
}
