#hero-section {
    background: linear-gradient(120deg, rgba(11,13,23,0.82), rgba(11,13,23,0.62)), url("../img/header.png") center/cover no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 110px;
    padding-bottom: 110px;
    border-radius: 0 0 32px 32px;
    box-shadow: 0 20px 48px -28px rgba(0,0,0,0.35);
}

#hero-section h2 {
    font-size: 48px;
    line-height: 64px;
    font-weight: 800;
}

#hero-section span {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
}

@supports (background-image: image-set(url("../img/header.webp") type("image/webp") 1x)) {
    #hero-section {
        background-image: linear-gradient(120deg, rgba(11,13,23,0.82), rgba(11,13,23,0.62)),
                          image-set(url("../img/header.webp") type("image/webp") 1x, url("../img/header.png") type("image/png") 1x);
    }
}

#join-us-section {
    padding-top: 72px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
}

#join-us-section::before {
    content: "";
    position: absolute;
    right: -120px;
    top: -80px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle at 40% 40%, rgba(251,108,37,0.16), transparent 72%);
    opacity: 0.18;
    filter: blur(10px);
    pointer-events: none;
}

:root[data-theme='dark'] #join-us-section::before {
    opacity: 0.14;
}

#join-us-section .paragraph {
    font-size: 18px;
    line-height: 32px;
}

.lead-paragraph {
    max-width: 720px;
}

.talent-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0 12px;
}

.talent-pill {
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(11,13,23,0.08);
    background: color-mix(in srgb, rgba(251,108,37,0.08) 60%, white 40%);
    color: var(--brand-dark-gray);
    font-weight: 700;
    font-size: 14px;
}

:root[data-theme='dark'] .talent-pill {
    background: rgba(255,255,255,0.06);
    border-color: rgba(255,255,255,0.14);
    color: var(--text-color-dark);
}

.talent-highlights {
    margin-top: 12px;
    padding: 20px;
    display: grid;
    gap: 14px;
    background: linear-gradient(150deg, rgba(251,108,37,0.08), rgba(11,13,23,0.02));
    border: 1px solid rgba(251,108,37,0.14);
}

:root[data-theme='dark'] .talent-highlights {
    background: linear-gradient(150deg, rgba(251,108,37,0.12), rgba(5,7,15,0.88));
    border-color: rgba(255,255,255,0.1);
}

.talent-highlight {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.talent-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--brand-gradient);
    box-shadow: 0 8px 18px -10px rgba(251,108,37,0.8);
    margin-top: 6px;
    flex-shrink: 0;
}

.talent-highlight__title {
    margin: 0 0 4px;
    font-weight: 700;
    color: var(--brand-dark-gray);
}

.talent-highlight__desc {
    margin: 0;
    color: rgba(24,25,31,0.72);
}

:root[data-theme='dark'] .talent-highlight__title {
    color: var(--text-color-dark);
}

:root[data-theme='dark'] .talent-highlight__desc {
    color: rgba(245,245,247,0.82);
}

.collab-card {
    padding: 24px;
    display: grid;
    gap: 16px;
    background: linear-gradient(150deg, rgba(251,108,37,0.08), rgba(11,13,23,0.02));
    border: 1px solid rgba(251,108,37,0.16);
}

:root[data-theme='dark'] .collab-card {
    background: linear-gradient(150deg, rgba(251,108,37,0.12), rgba(5,7,15,0.9));
    border-color: rgba(255,255,255,0.12);
}

.collab-card__eyebrow {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 13px;
    color: var(--brand-dark-orange);
    margin: 0 0 2px;
}

.checklist {
    list-style: none;
    padding: 0;
    margin: 8px 0 0;
    display: grid;
    gap: 10px;
}

.checklist li {
    position: relative;
    padding-left: 26px;
    color: rgba(24,25,31,0.8);
}

.checklist li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--brand-gradient);
    color: #fff;
    font-size: 12px;
    display: grid;
    place-items: center;
    box-shadow: 0 6px 14px -8px rgba(251,108,37,0.6);
}

:root[data-theme='dark'] .checklist li {
    color: rgba(245,245,247,0.86);
}

:root[data-theme='dark'] .checklist li::before {
    box-shadow: 0 8px 18px -10px rgba(251,108,37,0.65);
}

#form-section {
    padding-top: 60px;
    padding-bottom: 90px;
    position: relative;
    overflow: hidden;
}

#form-section::before {
    content: "";
    position: absolute;
    left: -80px;
    top: -120px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle at 30% 30%, rgba(251,108,37,0.12), transparent 70%);
    opacity: 0.18;
    pointer-events: none;
    filter: blur(10px);
}

:root[data-theme='dark'] #form-section::before {
    opacity: 0.14;
}

.form-copy {
    margin-bottom: 12px;
}

.form-guidelines {
    padding: 20px;
    display: grid;
    gap: 14px;
    background: linear-gradient(160deg, rgba(251,108,37,0.08), rgba(11,13,23,0.02));
    border: 1px solid rgba(251,108,37,0.16);
}

:root[data-theme='dark'] .form-guidelines {
    background: linear-gradient(160deg, rgba(251,108,37,0.14), rgba(5,7,15,0.9));
    border-color: rgba(255,255,255,0.12);
}

.pill-bubble {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 999px;
    background: var(--brand-gradient);
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.2px;
    width: fit-content;
    box-shadow: 0 8px 20px -10px rgba(251,108,37,0.55);
}

.form-steps {
    display: grid;
    gap: 12px;
    margin-top: 12px;
    padding-top: 16px;
    border-top: 1px solid rgba(251,108,37,0.18);
}

:root[data-theme='dark'] .form-steps {
    border-top: 1px solid rgba(255,255,255,0.12);
}

.form-step {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    align-items: start;
}

.step-index {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--brand-gradient);
    color: #fff;
    font-weight: 700;
    display: grid;
    place-items: center;
    box-shadow: 0 10px 24px -12px rgba(251,108,37,0.65);
}

.step-title {
    margin: 0 0 2px;
    font-weight: 700;
}

.step-desc {
    margin: 0;
    font-size: 14px;
    color: rgba(24,25,31,0.7);
}

:root[data-theme='dark'] .step-desc {
    color: rgba(245,245,247,0.8);
}

.micro-metrics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 10px;
}

.metric {
    padding: 12px;
    border-radius: 12px;
    background: rgba(255,255,255,0.78);
    border: 1px solid rgba(251,108,37,0.15);
    box-shadow: var(--shadow-sm);
}

.metric-label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: rgba(24,25,31,0.7);
    margin-bottom: 4px;
}

.metric strong {
    font-size: 16px;
    color: var(--brand-dark-gray);
}

:root[data-theme='dark'] .metric {
    background: rgba(255,255,255,0.06);
    border-color: rgba(255,255,255,0.12);
}

:root[data-theme='dark'] .metric strong {
    color: var(--text-color-dark);
}

:root[data-theme='dark'] .metric-label {
    color: rgba(245,245,247,0.7);
}

.talent-form {
    padding: 36px;
    border-radius: 28px;
    display: grid;
    gap: 18px;
    background: color-mix(in srgb, var(--glass-bg) 82%, white 18%);
    border: 1px solid rgba(230,232,235,0.6);
}

.talent-form form {
    display: grid;
    gap: 16px;
}

.talent-form .form-floating {
    width: 100%;
}

.talent-form textarea,
.talent-form input {
    background-color: rgba(248,250,252,0.85);
    border: 1px solid rgba(11,13,23,0.08);
    box-shadow: none;
    color: var(--brand-dark-gray);
}

.talent-form .form-floating > .form-control,
.talent-form .form-floating > textarea.form-control {
    padding-top: 1.6rem;
    padding-bottom: 0.7rem;
}

.talent-form input:is(:focus, :hover, :active),
.talent-form textarea:is(:focus, :hover, :active) {
    background-color: #fff;
    border-color: var(--brand-orange);
    box-shadow: var(--focus-ring);
}

/* .talent-form label {
    color: rgba(11,13,23,0.65);
} */

/* .talent-form .form-floating > label {
    position: absolute;
    top: 14px;
    left: 16px;
    width: auto;
    max-width: calc(100% - 32px);
    display: inline-flex;
    align-items: center;
    padding: 0 6px;
    border-radius: 6px;
    background: transparent;
    color: rgba(11,13,23,0.7);
    transform: none;
    opacity: 0.95;
    pointer-events: none;
    transition: transform 0.18s ease, color 0.18s ease, background 0.18s ease;
} */

.talent-form .form-floating > .form-control:focus ~ label,
.talent-form .form-floating > .form-control:not(:placeholder-shown) ~ label,
.talent-form .form-floating > textarea.form-control:focus ~ label,
.talent-form .form-floating > textarea.form-control:not(:placeholder-shown) ~ label {
    opacity: 1;
    transform: translateY(-12px) scale(0.9);
    /* background: var(--card-surface-light); */
}

.talent-form button {
    margin-top: 8px;
}

.talent-form .form-note {
    font-size: 13px;
    color: rgba(11,13,23,0.6);
}

.talent-form .form-note strong {
    color: var(--brand-dark-orange);
}

:root[data-theme='dark'] .talent-form {
    color: var(--text-color-dark);
    background: var(--card-surface-dark);
    border-color: var(--card-border-dark);
}

:root[data-theme='dark'] .talent-form textarea,
:root[data-theme='dark'] .talent-form input {
    background-color: rgba(255,255,255,0.04);
    border-color: rgba(255,255,255,0.16);
    color: var(--text-color-dark);
}

:root[data-theme='dark'] .talent-form .form-floating > label {
    color: rgba(245,245,247,0.9);
    background: transparent;
}

:root[data-theme='dark'] .talent-form .form-floating > label::after {
    color: rgba(245,245,247,0.9);
    background: transparent;
}

:root[data-theme='dark'] .talent-form .form-floating > .form-control:focus ~ label,
:root[data-theme='dark'] .talent-form .form-floating > .form-control:not(:placeholder-shown) ~ label,
:root[data-theme='dark'] .talent-form .form-floating > textarea.form-control:focus ~ label,
:root[data-theme='dark'] .talent-form .form-floating > textarea.form-control:not(:placeholder-shown) ~ label {
    /* background: var(--card-surface-dark); */
    color: #fff;
}

/* :root[data-theme='dark'] .talent-form textarea::placeholder,
:root[data-theme='dark'] .talent-form input::placeholder {
    color: rgba(245,245,247,0.7);
} */

:root[data-theme='dark'] .talent-form label {
    color: rgba(255,255,255,0.85);
}

:root[data-theme='dark'] .talent-form .form-note {
    color: rgba(245,245,247,0.75);
}

:root[data-theme='dark'] #join-us-section .paragraph,
:root[data-theme='dark'] .lead-paragraph,
:root[data-theme='dark'] #form-section .paragraph {
    color: rgba(245,245,247,0.9);
}

@media (max-width: 991px) {   
    #hero-section h2 {
        font-size: 42px;
        line-height: 54px;
    }
    .collab-card__footer {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    #form-section {
        padding-top: 40px;
        padding-bottom: 80px;
    }
}

@media (max-width: 575px) {
    #hero-section h2 {
        font-size: 36px;
        line-height: 48px;
    }
    .talent-form {
        padding: 28px;
    }
}
