:root {
    --brand-blue: #003d72;
    --brand-blue-strong: #0b2f52;
    --brand-blue-soft: #5e748a;
    --brand-orange: #eb6209;
    --brand-orange-strong: #ac4506;
    --brand-orange-soft: rgba(235, 98, 9, 0.12);
    --brand-orange-surface: rgba(235, 98, 9, 0.08);
    --brand-blue-surface: rgba(0, 61, 114, 0.06);
    --brand-blue-surface-strong: rgba(0, 61, 114, 0.12);
}

body {
    background: #f8fafc;
    color: var(--brand-blue-strong);
}

h1,
h2,
h3,
h4,
.text-ink-900 {
    color: var(--brand-blue-strong) !important;
}

.text-ink-700 {
    color: #2b4a68 !important;
}

.text-ink-500 {
    color: var(--brand-blue-soft) !important;
}

.bg-ink-900 {
    background-color: var(--brand-blue) !important;
}

.text-talento-500 {
    color: var(--brand-orange) !important;
}

.text-talento-600 {
    color: #cf5406 !important;
}

.text-talento-700 {
    color: var(--brand-orange-strong) !important;
}

.bg-talento-500 {
    background-color: var(--brand-blue) !important;
}

.bg-talento-50,
.bg-talento-50\/60,
.bg-talento-50\/70 {
    background-color: var(--brand-orange-surface) !important;
}

.bg-talento-100 {
    background-color: var(--brand-orange-soft) !important;
}

.bg-talento-200 {
    background-color: rgba(235, 98, 9, 0.18) !important;
}

.border-talento-100 {
    border-color: rgba(235, 98, 9, 0.14) !important;
}

.ring-talento-200 {
    --tw-ring-color: rgba(0, 61, 114, 0.18) !important;
}

.ring-talento-300 {
    --tw-ring-color: rgba(0, 61, 114, 0.28) !important;
}

.from-talento-100 {
    --tw-gradient-from: rgba(235, 98, 9, 0.16) var(--tw-gradient-from-position) !important;
    --tw-gradient-to: rgba(235, 98, 9, 0) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.via-talento-200 {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 61, 114, 0.12) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.to-talento-50 {
    --tw-gradient-to: rgba(255, 255, 255, 0.94) var(--tw-gradient-to-position) !important;
}

.text-talento-50\/90 {
    color: rgba(255, 239, 228, 0.92) !important;
}

.hover\:text-talento-600:hover,
.hover\:text-talento-700:hover {
    color: var(--brand-orange-strong) !important;
}

.talento-card {
    border-color: rgba(0, 61, 114, 0.06);
}

.talento-card-muted {
    border-color: rgba(0, 61, 114, 0.08) !important;
    background: linear-gradient(135deg, var(--brand-orange-surface), var(--brand-blue-surface)) !important;
}

.talento-button {
    background: var(--brand-blue) !important;
    min-height: 3.9rem;
    padding: 0.95rem 1.4rem !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    box-shadow: 0 16px 35px -24px rgba(0, 61, 114, 0.55) !important;
}

.talento-button:hover {
    background: #002f57 !important;
}

.talento-button-secondary {
    border-color: rgba(0, 61, 114, 0.14) !important;
    color: var(--brand-blue) !important;
    min-height: 3.9rem;
    padding: 0.95rem 1.4rem !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    box-shadow: 0 12px 30px -26px rgba(0, 61, 114, 0.28);
}

.talento-button-secondary:hover {
    background: rgba(0, 61, 114, 0.04) !important;
    border-color: rgba(0, 61, 114, 0.28) !important;
    color: var(--brand-blue-strong) !important;
}

.talento-button-ghost:hover {
    background: rgba(235, 98, 9, 0.08) !important;
    color: var(--brand-orange-strong) !important;
}

.talento-badge {
    background: rgba(235, 98, 9, 0.12) !important;
    color: var(--brand-orange-strong) !important;
}

.talento-alert {
    border-color: rgba(0, 61, 114, 0.12) !important;
    background: rgba(0, 61, 114, 0.05) !important;
    color: var(--brand-blue) !important;
}

.talento-step--active {
    border-color: rgba(235, 98, 9, 0.22) !important;
}

.talento-step-bullet,
.talento-progress-bar {
    background: var(--brand-orange) !important;
}

.talento-progress {
    background: rgba(0, 61, 114, 0.12) !important;
}

.talento-label {
    color: #234361 !important;
    font-size: 1rem !important;
    line-height: 1.55rem !important;
}

.talento-input,
.talento-select,
.talento-textarea {
    font-size: 1.05rem !important;
    line-height: 1.7rem !important;
    padding: 0.95rem 1.15rem !important;
}

.talento-input::placeholder,
.talento-select::placeholder,
.talento-textarea::placeholder {
    font-size: 1rem !important;
    line-height: 1.7rem !important;
}

.talento-input:focus,
.talento-select:focus,
.talento-textarea:focus {
    border-color: rgba(0, 61, 114, 0.32) !important;
    box-shadow: 0 0 0 4px rgba(0, 61, 114, 0.1) !important;
}

.talento-home-hero-grid {
    display: grid;
    gap: 2.5rem;
    align-items: center;
}

.talento-home-hero-stack {
    max-width: 72rem;
}

.talento-home-hero-grid--actions {
    grid-template-columns: minmax(0, 1.18fr) minmax(20rem, 0.82fr);
    align-items: start;
}

.talento-home-hero-media {
    min-width: 0;
}

.talento-home-hero-copy {
    min-width: 0;
}

.talento-home-eyebrow {
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #cf5406;
}

.talento-home-title {
    margin-top: 1.25rem;
    max-width: 60rem;
    font-size: clamp(3.4rem, 7vw, 6rem);
    font-weight: 800;
    line-height: 0.98;
}

.talento-home-subtitle {
    margin-top: 1.75rem;
    max-width: 44rem;
    font-size: 1.45rem;
    line-height: 1.9;
    color: var(--brand-blue-soft);
}

.talento-home-actions-panel {
    width: 100%;
}

.talento-home-entry-grid {
    display: grid;
    gap: 1.25rem;
}

.talento-home-entry-card {
    border-radius: 2rem;
    padding: 1.7rem;
}

.talento-home-entry-card--applicant {
    background: linear-gradient(180deg, #0b4a84 0%, #003d72 100%);
    color: #fff;
}

.talento-home-entry-card--company {
    background: linear-gradient(180deg, #eb6209 0%, #cf5406 100%);
    color: #fff;
}

.talento-home-entry-eyebrow {
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #cf5406;
}

.talento-home-entry-eyebrow--light {
    color: rgba(255, 255, 255, 0.88);
}

.talento-home-entry-title {
    margin-top: 0.9rem;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.1;
}

.talento-home-entry-title--light {
    color: #fff !important;
}

.talento-home-entry-copy {
    margin-top: 0.9rem;
    font-size: 1.08rem;
    line-height: 1.9;
    color: #3f5f7d;
}

.talento-home-entry-copy--light {
    color: rgba(255, 255, 255, 0.92);
}

.talento-home-entry-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 4.35rem;
    margin-top: 1.35rem;
    border-radius: 1.3rem;
    padding: 1rem 1.4rem;
    font-size: 1.12rem;
    font-weight: 700;
    text-align: center;
    transition: transform 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}

.talento-home-entry-link:hover {
    transform: translateY(-1px);
}

.talento-home-entry-link--applicant {
    background: #fff;
    color: var(--brand-blue);
    box-shadow: 0 18px 32px -24px rgba(0, 31, 61, 0.55);
}

.talento-home-entry-link--company {
    background: #fff;
    color: var(--brand-orange-strong);
    box-shadow: 0 18px 32px -24px rgba(101, 39, 0, 0.42);
}

.talento-home-entry-button {
    width: 100%;
    min-height: 4.25rem;
    padding: 1rem 1.4rem !important;
}

.talento-home-entry-button--light {
    background: #fff !important;
    color: var(--brand-blue-strong) !important;
}

.talento-home-entry-button--light:hover {
    background: rgba(255, 255, 255, 0.94) !important;
}

.talento-home-hero-surface {
    width: min(100%, 28rem);
    margin-left: auto;
    border-radius: 2rem;
    background: linear-gradient(180deg, #dbe8ff 0%, #edf3ff 100%);
    padding: 1rem;
}

.talento-home-hero-image,
.talento-home-hero-fallback {
    width: 100%;
    display: block;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 1.5rem;
}

.talento-home-hero-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #d4e3ff 0%, #edf3ff 100%);
}

.talento-home-hero-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 1.25rem;
    background: #fff;
    color: var(--brand-blue);
    box-shadow: 0 10px 24px -18px rgba(0, 61, 114, 0.22);
}

.talento-home-flat-card {
    border: 1px solid rgba(0, 61, 114, 0.08);
    border-radius: 1.5rem;
    background: #fff;
    padding: 1.5rem;
}

.talento-home-step-card {
    border: 1px solid rgba(0, 61, 114, 0.08);
    border-radius: 1.5rem;
    background: #fff;
    padding: 1rem 1.25rem;
}

.talento-home-enterprises {
    background: linear-gradient(135deg, #1c63f2 0%, #2d6df6 100%);
    color: #fff;
}

.talento-home-enterprises h2,
.talento-home-enterprises h3 {
    color: #fff !important;
}

.talento-home-enterprises-copy {
    color: rgba(255, 255, 255, 0.82) !important;
}

.talento-home-enterprises-pill {
    background: rgba(235, 98, 9, 0.16);
    color: #ffd7c0;
}

.talento-home-enterprises-check {
    background: var(--brand-orange);
    color: #fff;
}

.talento-home-enterprises-header {
    display: grid;
    gap: 1.5rem;
    align-items: end;
}

.talento-home-enterprises-cta {
    display: flex;
    justify-content: flex-start;
}

.talento-home-enterprises-cta .talento-button {
    width: auto;
}

@media (min-width: 1024px) {
    .talento-home-enterprises-header {
        grid-template-columns: minmax(0, 1.2fr) auto;
        gap: 2.5rem;
    }

    .talento-home-enterprises-cta {
        justify-content: flex-end;
        align-self: center;
    }
}

.talento-home-enterprises-panel {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
}

.talento-home-enterprises-card {
    border-radius: 1.75rem;
    background: #fff;
    padding: 1.75rem;
    box-shadow: 0 16px 34px -28px rgba(5, 43, 95, 0.32);
}

.talento-home-enterprises-badge {
    background: var(--brand-orange);
    color: #fff;
}

.talento-public-footer {
    background: #0b2f52;
    color: rgba(255, 255, 255, 0.72);
}

.talento-public-footer-grid {
    display: grid;
    gap: 2.5rem;
}

.talento-public-footer-copy {
    color: rgba(255, 255, 255, 0.72);
}

.talento-public-footer-bottom {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.talento-public-footer-bottom-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.talento-mobile-nav {
    position: relative;
}

.talento-public-nav-desktop,
.talento-public-action-desktop {
    display: none;
}

.talento-mobile-nav summary {
    list-style: none;
}

.talento-mobile-nav summary::-webkit-details-marker {
    display: none;
}

.talento-mobile-nav-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
    border: 1px solid rgba(0, 61, 114, 0.12);
    border-radius: 999px;
    background: #fff;
    color: var(--brand-blue);
    cursor: pointer;
}

.talento-mobile-nav-symbol {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    transform: translateY(-0.04em);
}

.talento-mobile-nav[open] .talento-mobile-nav-trigger {
    background: rgba(0, 61, 114, 0.04);
}

.talento-mobile-nav-panel {
    position: absolute;
    right: 0;
    top: calc(100% + 0.75rem);
    width: min(19rem, calc(100vw - 2rem));
    border: 1px solid rgba(0, 61, 114, 0.08);
    border-radius: 1.25rem;
    background: #fff;
    padding: 1rem;
    box-shadow: 0 24px 40px -32px rgba(0, 61, 114, 0.35);
    z-index: 40;
}

.talento-mobile-nav-link {
    display: block;
    width: 100%;
    border-radius: 0.9rem;
    padding: 0.75rem 0.85rem;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--brand-blue-strong);
}

.talento-mobile-nav-link:hover {
    background: rgba(0, 61, 114, 0.04);
    color: var(--brand-orange-strong);
}

@media (min-width: 960px) {
    .talento-public-nav-desktop {
        display: flex;
        align-items: center;
        gap: 2.5rem;
        font-size: 1.14rem;
        font-weight: 600;
    }

    .talento-public-action-desktop {
        display: inline-flex;
    }

    .talento-mobile-nav {
        display: none;
    }

    .talento-public-footer-grid {
        grid-template-columns: minmax(0, 1.2fr) minmax(11rem, 0.7fr) minmax(14rem, 0.85fr);
        align-items: start;
    }

    .talento-public-footer-bottom {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

@media (min-width: 640px) and (max-width: 959px) {
    .talento-public-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .talento-public-footer-grid > :first-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 959px) {
    .talento-button,
    .talento-button-secondary {
        min-height: 4.1rem;
        font-size: 1.08rem !important;
    }

    .talento-mobile-nav-link {
        font-size: 1.1rem;
        padding: 0.85rem 0.95rem;
    }

    .talento-home-hero-grid--actions {
        grid-template-columns: minmax(0, 1fr);
    }

    .talento-home-hero-surface {
        width: min(100%, 34rem);
        margin-left: 0;
    }

    .talento-home-subtitle {
        font-size: 1.2rem;
        line-height: 1.8;
    }

    .talento-public-footer {
        text-align: left;
    }
}

@media (max-width: 639px) {
    .talento-home-title {
        font-size: 3rem;
        line-height: 1;
    }

    .talento-home-subtitle {
        font-size: 1.28rem;
        line-height: 1.85;
    }

    .talento-home-entry-card {
        padding: 1.35rem;
    }

    .talento-home-entry-title {
        font-size: 1.7rem;
    }

    .talento-public-footer-grid {
        gap: 2rem;
    }

    .talento-public-footer-bottom-links {
        gap: 0.85rem 1.1rem;
    }
}
