:root {
    --utc-primary: #0D47A1;
    --utc-primary-dark: #083572;
    --utc-primary-light: #1565C0;
    --utc-accent: #E30613;
    --utc-accent-hover: #C20510;
    --utc-bg: #F2F4F7;
    --utc-text: #1F2937;
    --utc-muted: #6b7280;
    --utc-border: #e8eaed;
    --utc-white: #ffffff;
    --utc-radius: 16px;
    --utc-shadow: 0 4px 24px rgba(13, 71, 161, 0.08);
    --utc-container: 1200px;
}

body.utcareers-home,
body.utcareers-home-page {
    background: var(--utc-bg);
    color: var(--utc-text);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

body.utcareers-home .header,
body.utcareers-home .rt-site-footer,
body.utcareers-home .n-header,
body.utcareers-home .top-fixed,
body.utcareers-home-page .header,
body.utcareers-home-page .rt-site-footer,
body.utcareers-home-page .n-header,
body.utcareers-home-page .top-fixed {
    display: none !important;
}

.utc-wrap {
    overflow-x: hidden;
}

.utc-container {
    width: min(100% - 48px, var(--utc-container));
    margin: 0 auto;
}

/* Header */
.utc-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    padding: 20px 0;
}

.utc-header__inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 16px;
}

.utc-logo {
    color: var(--utc-white);
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.3px;
    text-decoration: none;
    justify-self: start;
    display: inline-flex;
    align-items: center;
}

.utc-logo__img {
    height: 44px;
    width: auto;
    max-width: 220px;
    object-fit: contain;
    display: block;
}

.utc-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-self: center;
}

.utc-nav a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
}

.utc-nav a:hover,
.utc-nav a.active {
    color: var(--utc-white);
}

.utc-header__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    justify-self: end;
}

.utc-dropdown {
    position: relative;
}

.utc-dropdown__toggle {
    white-space: nowrap;
}

.utc-dropdown__menu {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 160px;
    background: var(--utc-white);
    border-radius: 10px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.18);
    padding: 8px;
    z-index: 60;
}

.utc-dropdown__menu a {
    display: block;
    padding: 10px 12px;
    color: var(--utc-primary);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
}

.utc-dropdown__menu a:hover {
    background: #f3f4f6;
}

.utc-dropdown:hover .utc-dropdown__menu,
.utc-dropdown:focus-within .utc-dropdown__menu {
    display: block;
}

.utc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: 0.2s ease;
    padding: 10px 20px;
    line-height: 1.2;
}

.utc-btn--ghost-white {
    background: transparent;
    color: var(--utc-white);
    border: 1.5px solid rgba(255, 255, 255, 0.7);
}

.utc-btn--ghost-white:hover {
    background: rgba(255, 255, 255, 0.12);
    color: var(--utc-white);
}

.utc-btn--white {
    background: var(--utc-white);
    color: var(--utc-primary);
}

.utc-btn--white:hover {
    background: #f8f8f8;
    color: var(--utc-primary-dark);
}

.utc-btn--orange {
    background: var(--utc-accent);
    color: var(--utc-white);
}

.utc-btn--orange:hover {
    background: var(--utc-accent-hover);
    color: var(--utc-white);
}

.utc-btn--purple {
    background: var(--utc-primary);
    color: var(--utc-white);
    padding: 14px 32px;
    border-radius: 12px;
}

.utc-btn--purple:hover {
    background: var(--utc-primary-dark);
    color: var(--utc-white);
}

.utc-btn--outline-purple {
    background: var(--utc-white);
    color: var(--utc-primary);
    border: 1.5px solid var(--utc-primary);
}

/* Hero */
.utc-hero {
    background: linear-gradient(160deg, #0D47A1 0%, #5a358f 50%, #0D47A1 100%);
    padding: 88px 0 0;
    position: relative;
    overflow: hidden;
}

.utc-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 75% 40%, rgba(255, 255, 255, 0.06), transparent);
    pointer-events: none;
}

.utc-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 48px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath fill='%23000000' fill-opacity='0.12' d='M0,80 L50,70 L120,85 L200,60 L280,75 L360,55 L440,70 L520,50 L600,65 L680,45 L760,60 L840,50 L920,65 L1000,55 L1080,70 L1200,60 L1200,120 L0,120 Z'/%3E%3C/svg%3E") bottom center / 100% 100% no-repeat;
    pointer-events: none;
}

.utc-hero__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: end;
    position: relative;
    z-index: 2;
    padding-bottom: 20px;
}

.utc-hero__content {
    padding-bottom: 12px;
}

.utc-hero__title {
    color: var(--utc-white);
    font-size: clamp(30px, 3.6vw, 46px);
    line-height: 1.12;
    font-weight: 700;
    margin: 0 0 10px;
    letter-spacing: -0.5px;
}

.utc-hero__title span {
    display: block;
}

.utc-hero__subtitle {
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    line-height: 1.55;
    margin: 0 0 18px;
    max-width: 460px;
}

.utc-search {
    background: var(--utc-white);
    border-radius: 14px;
    padding: 8px 8px 8px 0;
    display: flex;
    align-items: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    margin-bottom: 14px;
    max-width: 560px;
}

.utc-search__field {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    flex: 1;
    border-right: 1px solid var(--utc-border);
}

.utc-search__field:last-of-type {
    border-right: none;
}

.utc-search__field input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 14px;
    color: var(--utc-text);
    background: transparent;
}

.utc-search__field input::placeholder {
    color: #9ca3af;
}

.utc-search__field svg {
    flex-shrink: 0;
    color: #9ca3af;
}

.utc-search .utc-btn--orange {
    padding: 11px 22px;
    border-radius: 10px;
    white-space: nowrap;
    margin-left: 4px;
    flex-shrink: 0;
}

.utc-trending {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
}

.utc-trending > span {
    font-weight: 500;
}

.utc-trending a {
    color: var(--utc-white);
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.08);
    padding: 5px 14px;
    border-radius: 999px;
    font-size: 13px;
    transition: 0.2s;
}

.utc-trending a:hover {
    background: rgba(255, 255, 255, 0.18);
}

.utc-hero__visual {
    position: relative;
    height: 360px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: -12px;
}

.utc-hero__image {
    max-height: 320px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: bottom center;
    display: block;
    transform: translateY(16px);
    filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.12));
}

.utc-hero__badge {
    position: absolute;
    background: var(--utc-white);
    border-radius: 10px;
    padding: 8px 14px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 600;
    color: var(--utc-text);
    white-space: nowrap;
    z-index: 3;
    pointer-events: none;
}

/* Upper-left — clear of faces */
.utc-hero__badge--top {
    top: 0;
    left: 0;
    right: auto;
}

/* Lower-right — clear of faces */
.utc-hero__badge--bottom {
    bottom: 10%;
    right: 0;
    left: auto;
}

.utc-hero__badge-icon {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: #E8EDF5;
    color: var(--utc-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

/* Sections */
.utc-section {
    padding: 52px 0;
}

.utc-section--white {
    background: var(--utc-white);
}

.utc-section--gray {
    background: var(--utc-bg);
}

.utc-section__head {
    text-align: center;
    margin-bottom: 28px;
}

.utc-section__head--row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    text-align: left;
    gap: 16px;
    margin-bottom: 24px;
}

.utc-section__title {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 8px;
    color: var(--utc-text);
    letter-spacing: -0.3px;
}

.utc-section__subtitle {
    margin: 0;
    color: var(--utc-muted);
    font-size: 15px;
}

.utc-link {
    color: var(--utc-primary);
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    white-space: nowrap;
}

.utc-link:hover {
    color: var(--utc-primary-dark);
}

/* Homepage: tighter vertical rhythm */
body.utcareers-home-page .utc-section:first-of-type {
    padding-top: 40px;
}

body.utcareers-home-page .utc-section--gray + .utc-section--white,
body.utcareers-home-page .utc-section--white + .utc-section--gray {
    padding-top: 44px;
}

body.utcareers-home-page .utc-section--white + .utc-stats {
    padding-top: 36px;
}

body.utcareers-home-page .utc-cta-grid {
    gap: 16px;
}

body.utcareers-home-page .utc-cat-grid {
    gap: 14px;
}

body.utcareers-home-page .utc-job-card {
    padding: 16px;
}

body.utcareers-home-page .utc-cat-card {
    padding: 18px 16px;
}

/* Category cards */
.utc-cat-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}

.utc-cat-card {
    background: var(--utc-white);
    border: 1px solid var(--utc-border);
    border-radius: var(--utc-radius);
    padding: 22px 18px;
    text-decoration: none;
    color: inherit;
    transition: 0.2s ease;
}

.utc-cat-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--utc-shadow);
    border-color: transparent;
    color: inherit;
}

.utc-cat-card__icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #E8EDF5;
    color: var(--utc-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 14px;
}

.utc-cat-card__title {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 4px;
    line-height: 1.3;
}

.utc-cat-card__count {
    color: var(--utc-muted);
    font-size: 13px;
    margin: 0 0 12px;
}

.utc-cat-card__link {
    color: var(--utc-primary);
    font-weight: 600;
    font-size: 13px;
}

.utc-center-cta {
    text-align: center;
    margin-top: 24px;
}

/* Job cards */
.utc-jobs-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.utc-job-card {
    background: var(--utc-white);
    border: 1px solid var(--utc-border);
    border-radius: var(--utc-radius);
    padding: 20px;
    text-decoration: none;
    color: inherit;
    display: block;
    transition: 0.2s ease;
}

.utc-job-card:hover {
    box-shadow: var(--utc-shadow);
    transform: translateY(-3px);
    border-color: transparent;
    color: inherit;
}

.utc-job-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 14px;
}

.utc-job-card__logo {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    object-fit: cover;
    background: #f3f4f6;
    border: 1px solid var(--utc-border);
}

.utc-job-card__logo--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--utc-muted);
    font-size: 16px;
}

.utc-job-card__time {
    font-size: 12px;
    color: var(--utc-muted);
}

.utc-job-card__title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 8px;
    line-height: 1.35;
    color: var(--utc-text);
}

.utc-job-card__company {
    color: var(--utc-muted);
    font-size: 13px;
    margin: 0 0 4px;
}

.utc-job-card__location {
    color: var(--utc-muted);
    font-size: 13px;
    margin: 0 0 16px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.utc-job-card__location i {
    font-size: 11px;
    color: #9ca3af;
}

.utc-job-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.utc-tag {
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 6px;
}

.utc-tag--fulltime {
    background: #E8EDF5;
    color: #0D47A1;
}

.utc-tag--onsite {
    background: #ffedd5;
    color: #c2410c;
}

.utc-tag--remote {
    background: #fef9c3;
    color: #a16207;
}

.utc-tag--hybrid {
    background: #ffedd5;
    color: #c2410c;
}

/* CTA split */
.utc-cta-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.utc-cta-card {
    border-radius: 20px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    min-height: 240px;
}

.utc-cta-card--seeker {
    background: linear-gradient(135deg, #0D47A1 0%, #1565C0 55%, #5a3494 100%);
    color: var(--utc-white);
}

.utc-cta-card--seeker .utc-cta-card__title,
.utc-cta-card--seeker .utc-cta-card__text {
    color: var(--utc-white);
}

.utc-cta-card--employer {
    background: linear-gradient(135deg, #fff7f0 0%, #F0F4FA 100%);
    color: var(--utc-text);
    border: 1px solid #E3ECF7;
}

.utc-cta-card--employer .utc-cta-card__title {
    color: var(--utc-text);
}

.utc-cta-card__content {
    padding: 28px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.utc-cta-card__title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 12px;
}

.utc-cta-card__text {
    font-size: 14px;
    line-height: 1.65;
    margin: 0 0 18px;
    opacity: 0.88;
}

.utc-cta-card__image-wrap {
    overflow: hidden;
    position: relative;
    min-height: 240px;
    display: flex;
    align-items: stretch;
}

.utc-cta-card--seeker .utc-cta-card__image-wrap {
    background: #3d2268;
}

.utc-cta-card--employer .utc-cta-card__image-wrap {
    background: #ede6f5;
}

.utc-cta-card__image {
    width: 100%;
    height: 100%;
    min-height: 240px;
    object-fit: cover;
    object-position: center center;
    display: block;
}

/* Stats */
.utc-stats {
    background: var(--utc-bg);
    padding: 36px 0 28px;
}

.utc-stats--inner {
    margin-top: 0;
    border-top: none;
}

.utc-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px 24px;
    align-items: center;
    background: var(--utc-white);
    border: 1px solid var(--utc-border);
    border-radius: 16px;
    padding: 28px 32px;
    box-shadow: 0 2px 12px rgba(13, 71, 161, 0.04);
}

.utc-stat {
    display: flex;
    align-items: center;
    gap: 14px;
    justify-content: flex-start;
    min-width: 0;
}

.utc-stat__content {
    min-width: 0;
}

.utc-stat__icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #E8EDF5;
    color: var(--utc-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.utc-stat__value {
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    color: var(--utc-primary);
    line-height: 1.15;
}

.utc-stat__label {
    font-size: 13px;
    font-weight: 500;
    color: #5b6472;
    margin: 2px 0 0;
    line-height: 1.35;
}

/* Blog */
.utc-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.utc-blog-card {
    background: var(--utc-white);
    border: 1px solid var(--utc-border);
    border-radius: var(--utc-radius);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    display: block;
    transition: 0.2s;
}

.utc-blog-card:hover {
    box-shadow: var(--utc-shadow);
    color: inherit;
}

.utc-blog-card__image-wrap {
    position: relative;
    height: 190px;
    overflow: hidden;
}

.utc-blog-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.utc-blog-card__tag {
    position: absolute;
    top: 14px;
    left: 14px;
    background: var(--utc-primary);
    color: var(--utc-white);
    font-size: 11px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 6px;
}

.utc-blog-card__body {
    padding: 20px;
}

.utc-blog-card__title {
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 8px;
    line-height: 1.4;
}

.utc-blog-card__excerpt {
    color: var(--utc-muted);
    font-size: 13px;
    line-height: 1.6;
    margin: 0 0 14px;
}

.utc-blog-card__meta {
    font-size: 12px;
    color: var(--utc-muted);
}

/* Newsletter */
.utc-newsletter-wrap {
    padding: 17px 0 53px;
    background: var(--utc-bg);
}

.utc-newsletter {
    background: linear-gradient(135deg, #0D47A1 0%, #5a358f 100%);
    border-radius: 25px;
    padding: 33px 37px;
    width: 100%;
}

.utc-newsletter__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.utc-newsletter__text {
    display: flex;
    align-items: center;
    gap: 16px;
    color: var(--utc-white);
    flex: 1;
    min-width: 0;
}

.utc-newsletter__text .utc-hero__badge-icon {
    background: rgba(255, 255, 255, 0.15);
    color: var(--utc-white);
    flex-shrink: 0;
}

.utc-newsletter__text h3 {
    margin: 0 0 6px;
    font-size: 20px;
    font-weight: 700;
    color: var(--utc-white);
    line-height: 1.3;
}

.utc-newsletter__text p {
    margin: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.5;
}

.utc-newsletter__form {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
    min-width: 380px;
}

.utc-newsletter__form input {
    flex: 1;
    border: none;
    border-radius: 15px;
    padding: 14px 18px;
    font-size: 14px;
    min-width: 200px;
}

.utc-newsletter__form .utc-btn--orange {
    padding: 14px 28px;
    white-space: nowrap;
}

/* Footer */
.utc-footer {
    width: 100%;
    background: var(--utc-primary-dark);
    color: rgba(255, 255, 255, 0.8);
    padding: 48px 0 24px;
}

.utc-footer__grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1.3fr;
    gap: 28px;
    margin-bottom: 32px;
}

.utc-footer__logo {
    color: var(--utc-white);
    font-size: 26px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 16px;
}

.utc-footer__logo-img {
    height: 40px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
    display: block;
}

.utc-footer__about {
    font-size: 13px;
    line-height: 1.75;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.65);
}

.utc-footer__social {
    display: flex;
    gap: 10px;
}

.utc-footer__social a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    color: var(--utc-white);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    transition: 0.2s;
}

.utc-footer__social a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.utc-footer h4 {
    color: var(--utc-white);
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 18px;
}

.utc-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.utc-footer li {
    margin-bottom: 10px;
}

.utc-footer a {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    font-size: 13px;
    transition: 0.2s;
}

.utc-footer a:hover {
    color: var(--utc-white);
}

.utc-footer__contact p {
    margin: 0 0 12px;
    font-size: 13px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.5;
}

.utc-footer__contact i {
    margin-top: 3px;
    width: 14px;
    color: rgba(255, 255, 255, 0.5);
}

.utc-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 24px;
    text-align: center;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
}

.utc-mobile-toggle {
    display: none;
    background: transparent;
    border: none;
    color: white;
    font-size: 22px;
    cursor: pointer;
    padding: 8px;
    line-height: 1;
}

@media (max-width: 1100px) {
    .utc-cat-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .utc-jobs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1024px) {
    .utc-header__inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        gap: 0;
        position: relative;
    }

    .utc-nav {
        display: none;
    }

    .utc-header__actions {
        display: none;
    }

    .utc-mobile-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        min-width: 44px;
        min-height: 44px;
        border-radius: 10px;
        flex-shrink: 0;
    }

    .utc-header.nav-open .utc-nav {
        display: flex;
        flex-direction: column;
        gap: 4px;
        order: 10;
        width: 100%;
        position: static;
        background: transparent;
        padding: 16px 0 0;
        margin-top: 12px;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: 0;
    }

    .utc-header.nav-open .utc-nav a {
        display: block;
        padding: 12px 4px;
        font-size: 16px;
    }

    .utc-header.nav-open .utc-header__actions {
        display: flex;
        flex-direction: column;
        gap: 10px;
        order: 11;
        width: 100%;
        position: static;
        background: transparent;
        padding: 12px 0 0;
        border-radius: 0;
    }

    .utc-header.nav-open .utc-header__actions .utc-btn {
        display: inline-flex !important;
        width: 100%;
        justify-content: center;
        min-height: 48px;
    }

    .utc-header.nav-open .utc-dropdown {
        width: 100%;
    }

    .utc-header.nav-open .utc-dropdown__toggle {
        display: none !important;
    }

    .utc-header.nav-open .utc-dropdown__menu {
        display: flex !important;
        flex-direction: column;
        position: static;
        box-shadow: none;
        padding: 0;
        background: transparent;
        min-width: 0;
        width: 100%;
        gap: 10px;
    }

    .utc-header.nav-open .utc-dropdown__menu a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 48px;
        padding: 12px 16px;
        border: 1px solid rgba(255, 255, 255, 0.25);
        border-radius: 10px;
        text-align: center;
    }

    .utc-header--light.nav-open .utc-nav {
        border-top-color: var(--utc-border);
    }

    .utc-header--light.nav-open .utc-nav a {
        color: var(--utc-text);
    }

    .utc-header--light.nav-open .utc-dropdown__menu a {
        border-color: var(--utc-border);
        color: var(--utc-primary);
        background: #f8fafc;
    }

    .utc-header.nav-open {
        padding-bottom: 20px;
    }

    .utc-logo__img {
        max-height: 36px;
        width: auto;
    }

    .utc-hero__grid {
        grid-template-columns: 1fr;
    }

    .utc-hero__visual {
        height: auto;
        min-height: 0;
        margin-bottom: 0;
        padding-top: 0;
        justify-content: center;
    }

    .utc-hero__image {
        max-height: 240px;
        transform: translateY(0);
        margin: 0 auto;
    }

    /* Stats section already shows these numbers — hide overlapping hero badges on tablet/mobile */
    .utc-hero__badge {
        display: none;
    }

    .utc-cta-grid,
    .utc-blog-grid {
        grid-template-columns: 1fr;
    }

    .utc-footer__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .utc-stats {
        padding: 28px 0 20px;
    }

    .utc-stats__grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 20px 18px;
        gap: 16px 20px;
    }

    .utc-stat {
        justify-content: flex-start;
    }

    .utc-stat__value {
        font-size: 22px;
    }

    .utc-cta-card {
        grid-template-columns: 1fr;
    }

    .utc-cta-card__image-wrap,
    .utc-cta-card__image {
        min-height: 200px;
    }
}

@media (max-width: 768px) {
    .utc-container {
        width: min(100% - 32px, var(--utc-container));
    }

    .utc-hero {
        padding-top: 72px;
    }

    .utc-search {
        flex-direction: column;
        padding: 12px;
        align-items: stretch;
    }

    .utc-search__field {
        border-right: none;
        border-bottom: 1px solid var(--utc-border);
        min-width: 0;
    }

    .utc-search .utc-btn--orange {
        width: 100%;
        margin-left: 0;
        margin-top: 4px;
    }

    .utc-trending {
        font-size: 12px;
        gap: 6px;
    }

    .utc-cat-grid,
    .utc-jobs-grid,
    .utc-blog-grid,
    .utc-stats__grid,
    .utc-footer__grid {
        grid-template-columns: 1fr;
    }

    .utc-stats {
        padding: 24px 0 16px;
    }

    .utc-stats__grid {
        grid-template-columns: 1fr;
        padding: 18px 16px;
        gap: 14px;
    }

    .utc-stat {
        justify-content: flex-start;
    }

    .utc-stat__value {
        font-size: 22px;
    }

    .utc-section__head--row {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .utc-section {
        padding: 36px 0;
    }

    .utc-newsletter-wrap {
        padding: 12px 0 40px;
    }

    .utc-newsletter {
        padding: 24px 20px;
        border-radius: 18px;
    }

    .utc-newsletter__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .utc-newsletter__text h3 {
        font-size: 18px;
    }

    .utc-newsletter__form {
        width: 100%;
        min-width: 0;
        flex-direction: column;
    }

    .utc-newsletter__form input,
    .utc-newsletter__form .utc-btn--orange {
        width: 100%;
    }

    .utc-footer {
        padding: 36px 0 20px;
    }

    .utc-footer__grid {
        gap: 24px;
    }

    .utc-cta-card__content {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .utc-container {
        width: min(100% - 24px, var(--utc-container));
    }

    .utc-logo {
        font-size: 22px;
    }

    .utc-hero__title {
        font-size: 28px;
    }

    .utc-section__title {
        font-size: 22px;
    }

    .utc-btn {
        min-height: 44px;
    }
}

/* Homepage ad bands — full-width slots between sections (see admin ad layout) */
.utc-ad-band {
    padding: 20px 0;
    background: #fff;
}

.utc-ad-band--gray {
    background: #f5f6f8;
}

.utc-ad-band--stats {
    padding: 12px 0;
    background: #fff;
}

.utc-ad-slot {
    margin: 0 auto;
    max-width: 100%;
    min-height: 90px;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.utc-ad-slot iframe,
.utc-ad-slot ins,
.utc-ad-slot img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.utc-ad-band .utc-container.utc-ad-slot {
    width: 100%;
}

/* =============================================================================
   Homepage v2 — light hero, platform, process, portal (UT Careers redesign)
   ============================================================================= */

body.utcareers-home-v2 {
    background: var(--utc-white);
}

/* Light sticky header */
.utc-header--light {
    position: sticky;
    top: 0;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--utc-border);
    padding: 14px 0;
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04);
}

.utc-header--light .utc-logo {
    color: var(--utc-primary);
}

.utc-header--light .utc-nav {
    gap: 28px;
}

.utc-header--light .utc-nav a {
    color: var(--utc-text);
    font-size: 14px;
    font-weight: 500;
}

.utc-header--light .utc-nav a:hover {
    color: var(--utc-primary);
}

.utc-header--light .utc-nav a.active {
    color: var(--utc-accent);
    position: relative;
}

.utc-header--light .utc-nav a.active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    height: 2px;
    background: var(--utc-accent);
    border-radius: 2px;
}

.utc-header--light .utc-mobile-toggle {
    color: var(--utc-primary);
}

.utc-header--light.nav-open .utc-nav {
    background: var(--utc-white);
    border-top-color: var(--utc-border);
}

.utc-header--light.nav-open .utc-nav a {
    color: var(--utc-text);
}

.utc-btn--outline-blue {
    background: var(--utc-white);
    color: var(--utc-primary);
    border: 1.5px solid var(--utc-primary);
}

.utc-btn--outline-blue:hover {
    background: #f0f4fa;
    color: var(--utc-primary-dark);
}

.utc-btn--outline-muted {
    background: var(--utc-white);
    color: var(--utc-text);
    border: 1.5px solid #d1d5db;
}

.utc-btn--outline-muted:hover {
    background: #f9fafb;
    border-color: #9ca3af;
}

.utc-btn--white-blue {
    background: var(--utc-white);
    color: var(--utc-primary);
    border: none;
}

.utc-btn--white-blue:hover {
    background: #f0f4fa;
    color: var(--utc-primary-dark);
}

.utc-btn--lg {
    padding: 13px 24px;
    font-size: 15px;
    border-radius: 10px;
}

/* Hero v2 */
.utc-hero-v2 {
    background: #ffffff;
    padding: 48px 0 32px;
}

.utc-hero-v2__grid {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 48px;
    align-items: center;
}

.utc-hero-v2__title {
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.1;
    font-weight: 700;
    color: var(--utc-text);
    margin: 0 0 18px;
    letter-spacing: -0.8px;
}

.utc-hero-v2__title span {
    display: block;
}

.utc-hero-v2__title-accent {
    color: var(--utc-accent);
}

.utc-hero-v2__subtitle {
    color: var(--utc-muted);
    font-size: 16px;
    line-height: 1.65;
    margin: 0 0 12px;
    max-width: 520px;
}

.utc-hero-v2__subtitle--second {
    margin-bottom: 28px;
}

.utc-search-band {
    padding: 0 0 40px;
    background: #fff;
}

.utc-search-band .utc-search {
    max-width: 100%;
    margin: 0;
}

.utc-hero-v2__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 16px;
}

.utc-hero-v2__tagline {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--utc-muted);
    font-size: 14px;
    margin: 0;
}

.utc-hero-v2__tagline i {
    color: var(--utc-primary);
}

.utc-search--light {
    background: var(--utc-white);
    border: 1px solid var(--utc-border);
    box-shadow: 0 8px 30px rgba(13, 71, 161, 0.06);
    margin-bottom: 14px;
}

.utc-trending--light {
    color: var(--utc-muted);
}

.utc-trending--light a {
    color: var(--utc-primary);
    border-color: #dbe4f2;
    background: #f8fafc;
}

.utc-trending--light a:hover {
    background: #eef3fb;
}

/* Dashboard mockup */
.utc-hero-v2__visual {
    position: relative;
    min-height: 380px;
}

.utc-hero-v2__image-wrap {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(13, 71, 161, 0.14);
    border: 1px solid var(--utc-border);
}

.utc-hero-v2__image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.utc-dashboard-mock {
    display: grid;
    grid-template-columns: 168px 1fr;
    background: var(--utc-white);
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 20px 50px rgba(13, 71, 161, 0.1);
    overflow: hidden;
    min-height: 360px;
}

.utc-dashboard-mock__sidebar {
    background: #f8fafc;
    border-right: 1px solid var(--utc-border);
    padding: 20px 16px;
}

.utc-dashboard-mock__brand {
    font-weight: 700;
    color: var(--utc-primary);
    font-size: 14px;
    margin-bottom: 20px;
}

.utc-dashboard-mock__sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.utc-dashboard-mock__sidebar li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: var(--utc-muted);
    padding: 10px 12px;
    border-radius: 8px;
    margin-bottom: 4px;
}

.utc-dashboard-mock__sidebar li.is-active {
    background: #e8edf5;
    color: var(--utc-primary);
    font-weight: 600;
}

.utc-dashboard-mock__main {
    padding: 20px;
}

.utc-dashboard-mock__stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
    gap: 10px;
    margin-bottom: 16px;
}

.utc-dashboard-mock__stats div {
    background: #f8fafc;
    border: 1px solid var(--utc-border);
    border-radius: 10px;
    padding: 12px 10px;
    text-align: center;
}

.utc-dashboard-mock__stats strong {
    display: block;
    font-size: 18px;
    color: var(--utc-primary);
    line-height: 1.2;
}

.utc-dashboard-mock__stats span {
    font-size: 10px;
    color: var(--utc-muted);
}

.utc-dashboard-mock__panels {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 12px;
}

.utc-dashboard-mock__panel {
    border: 1px solid var(--utc-border);
    border-radius: 12px;
    padding: 14px;
    background: #fff;
}

.utc-dashboard-mock__panel h4 {
    margin: 0 0 12px;
    font-size: 11px;
    font-weight: 700;
    color: var(--utc-text);
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.utc-dashboard-mock__applicant {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.utc-dashboard-mock__applicant:last-child {
    margin-bottom: 0;
}

.utc-dashboard-mock__avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    flex-shrink: 0;
    background: linear-gradient(135deg, #cbd5e1, #94a3b8);
}

.utc-dashboard-mock__avatar--a { background: linear-gradient(135deg, #93c5fd, #3b82f6); }
.utc-dashboard-mock__avatar--b { background: linear-gradient(135deg, #fca5a5, #ef4444); }
.utc-dashboard-mock__avatar--c { background: linear-gradient(135deg, #86efac, #22c55e); }
.utc-dashboard-mock__avatar--d { background: linear-gradient(135deg, #c4b5fd, #8b5cf6); }

.utc-dashboard-mock__applicant-info {
    flex: 1;
    min-width: 0;
}

.utc-dashboard-mock__applicant-info strong {
    display: block;
    font-size: 11px;
    color: var(--utc-text);
    line-height: 1.3;
}

.utc-dashboard-mock__applicant-info span {
    font-size: 10px;
    color: var(--utc-muted);
    word-break: break-word;
}

.utc-dashboard-mock__applicant .utc-badge {
    margin-left: auto;
    align-self: center;
}

.utc-badge {
    font-size: 9px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 999px;
    white-space: nowrap;
    flex-shrink: 0;
}

.utc-badge--new {
    background: #dcfce7;
    color: #15803d;
}

.utc-badge--viewed {
    background: #e8edf5;
    color: var(--utc-primary);
}

.utc-badge--short {
    background: #ffedd5;
    color: #c2410c;
}

.utc-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--utc-primary);
    flex-shrink: 0;
}

.utc-dot--green {
    background: #16a34a;
}

.utc-dot--muted {
    background: #d1d5db;
}

.utc-float-card {
    position: absolute;
    background: var(--utc-white);
    border-radius: 12px;
    padding: 12px 14px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid var(--utc-border);
    z-index: 2;
    min-width: 190px;
}

.utc-float-card i {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.utc-float-card strong {
    display: block;
    font-size: 13px;
    color: var(--utc-text);
}

.utc-float-card span {
    font-size: 11px;
    color: var(--utc-muted);
}

.utc-float-card--jobs {
    top: 4%;
    left: -6%;
}

.utc-float-card--jobs i {
    background: #dcfce7;
    color: #16a34a;
}

.utc-float-card--apply {
    bottom: 8%;
    right: -4%;
}

.utc-float-card--apply i {
    background: #fee2e2;
    color: var(--utc-accent);
}

.utc-section--tight {
    padding-top: 32px;
}

.utc-section--portal {
    padding-bottom: 64px;
}

body.utcareers-home-v2 .utc-section {
    padding: 56px 0;
}

/* Section titles centered */
.utc-section__title--center {
    text-align: center;
    margin-bottom: 36px;
}

.utc-section__subtitle--center {
    text-align: center;
    margin: -24px auto 36px;
    max-width: 560px;
}

/* Platform cards */
.utc-platform-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.utc-platform-card {
    background: var(--utc-white);
    border: 1px solid var(--utc-border);
    border-radius: 20px;
    padding: 32px 28px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
    transition: 0.2s ease;
}

.utc-platform-card:hover {
    box-shadow: 0 12px 36px rgba(13, 71, 161, 0.08);
    transform: translateY(-2px);
}

.utc-platform-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 18px;
}

.utc-platform-card--employer .utc-platform-card__icon {
    background: #e8edf5;
    color: var(--utc-primary);
}

.utc-platform-card--seeker .utc-platform-card__icon {
    background: #fde8ea;
    color: var(--utc-accent);
}

.utc-platform-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 12px;
}

.utc-platform-card--employer h3 {
    color: var(--utc-primary);
}

.utc-platform-card--seeker h3 {
    color: var(--utc-accent);
}

.utc-platform-card p {
    color: var(--utc-muted);
    font-size: 14px;
    line-height: 1.65;
    margin: 0 0 18px;
}

.utc-platform-card__link {
    font-weight: 600;
    text-decoration: none;
    font-size: 15px;
}

.utc-platform-card--employer .utc-platform-card__link {
    color: var(--utc-primary);
}

.utc-platform-card--seeker .utc-platform-card__link {
    color: var(--utc-accent);
}

/* Process steps */
.utc-process {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.utc-process__step {
    flex: 1;
    min-width: 180px;
    max-width: 240px;
    text-align: center;
    padding: 0 8px;
}

.utc-process__icon-wrap {
    position: relative;
    width: 72px;
    height: 72px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: #e8edf5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--utc-primary);
    font-size: 22px;
}

.utc-process__num {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--utc-primary);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}

.utc-process__step h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 8px;
    color: var(--utc-text);
}

.utc-process__step p {
    font-size: 13px;
    color: var(--utc-muted);
    line-height: 1.55;
    margin: 0;
}

.utc-process__arrow {
    width: 48px;
    height: 2px;
    margin-top: 36px;
    flex-shrink: 0;
    background: repeating-linear-gradient(90deg, #cbd5e1 0, #cbd5e1 4px, transparent 4px, transparent 8px);
    position: relative;
}

.utc-process__arrow::after {
    content: '';
    position: absolute;
    right: -4px;
    top: -4px;
    border: 5px solid transparent;
    border-left-color: #cbd5e1;
}

/* Industry row */
.utc-industry-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 8px;
}

.utc-industry-item {
    text-align: center;
    text-decoration: none;
    color: inherit;
    display: block;
}

.utc-industry-item__icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin: 0 auto 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

.utc-industry-item span {
    font-size: 15px;
    font-weight: 600;
    color: var(--utc-text);
}

.utc-industry--blue .utc-industry-item__icon {
    background: #e8edf5;
    color: var(--utc-primary);
}

.utc-industry--red .utc-industry-item__icon {
    background: #fde8ea;
    color: var(--utc-accent);
}

.utc-industry--green .utc-industry-item__icon {
    background: #dcfce7;
    color: #16a34a;
}

.utc-industry--purple .utc-industry-item__icon {
    background: #ede9fe;
    color: #7c3aed;
}

/* Portal cards */
.utc-portal-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.utc-portal-card {
    border-radius: 20px;
    padding: 36px 32px;
    text-align: center;
    border: none;
}

.utc-portal-card--employer {
    background: #e8f1fc;
}

.utc-portal-card--candidate {
    background: #fdebec;
}

.utc-portal-card__icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    background: rgba(255, 255, 255, 0.85);
}

.utc-portal-card--employer .utc-portal-card__icon {
    color: var(--utc-primary);
}

.utc-portal-card--candidate .utc-portal-card__icon {
    color: var(--utc-accent);
}

.utc-portal-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 12px;
    color: var(--utc-text);
}

.utc-portal-card p {
    color: var(--utc-muted);
    font-size: 14px;
    line-height: 1.65;
    margin: 0 0 22px;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
}

/* Pre-footer CTA */
.utc-prefooter-cta {
    padding: 0 0 56px;
    background: var(--utc-white);
}

.utc-prefooter-cta__inner {
    background: linear-gradient(135deg, #0D47A1 0%, #0a3a85 100%);
    border-radius: 20px;
    padding: 44px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    position: relative;
    overflow: hidden;
}

.utc-prefooter-cta__inner::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 45%;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.14) 1.5px, transparent 1.5px);
    background-size: 14px 14px;
    pointer-events: none;
}

.utc-prefooter-cta__inner::after {
    display: none;
}

.utc-prefooter-cta__text {
    position: relative;
    z-index: 1;
    color: #fff;
    max-width: 520px;
}

.utc-prefooter-cta__text h2 {
    margin: 0 0 10px;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}

.utc-prefooter-cta__text p {
    margin: 0;
    font-size: 15px;
    color: #fff;
    opacity: 0.9;
    line-height: 1.55;
}

.utc-prefooter-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}

/* Light footer (homepage v2) */
.utc-footer--light {
    background: #ffffff;
    color: var(--utc-muted);
    border-top: 1px solid var(--utc-border);
    padding: 56px 0 28px;
}

.utc-footer--v2 .utc-footer__brand-col {
    max-width: 280px;
}

.utc-footer__grid--v2 {
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1.15fr;
    gap: 32px;
}
.utc-footer--light .utc-footer__logo {
    color: var(--utc-text);
}

.utc-footer--light h4 {
    color: var(--utc-text);
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 16px;
}

.utc-footer--light a {
    color: var(--utc-muted);
}

.utc-footer--light a:hover {
    color: var(--utc-primary);
}

.utc-footer--light .utc-footer__about {
    color: var(--utc-muted);
}

.utc-footer--light .utc-footer__social a {
    border-color: #dbe4f2;
    color: var(--utc-primary);
    background: #fff;
}

.utc-footer--light .utc-footer__contact p {
    color: var(--utc-muted);
}

.utc-footer--light .utc-footer__contact i {
    color: var(--utc-primary);
}

.utc-footer--light .utc-footer__bottom {
    border-top-color: var(--utc-border);
    color: #9ca3af;
}

body.utcareers-home-v2 .utc-page-content {
    padding-top: 0;
}

body.utcareers-home-v2 .utc-newsletter-wrap {
    background: var(--utc-white);
}

@media (max-width: 1024px) {
    .utc-hero-v2__grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .utc-hero-v2__visual {
        min-height: 0;
        max-width: 100%;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .utc-dashboard-mock__panels {
        grid-template-columns: 1fr;
    }

    .utc-dashboard-mock__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .utc-float-card {
        position: static;
        width: 100%;
        min-width: 0;
        margin: 0;
    }

    .utc-platform-grid,
    .utc-portal-grid {
        grid-template-columns: 1fr;
    }

    .utc-industry-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .utc-process__arrow {
        display: none;
    }

    .utc-process {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .utc-process__step {
        max-width: none;
    }

    .utc-prefooter-cta__inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 32px 28px;
    }

    .utc-footer__grid--v2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .utc-hero-v2 {
        padding: 24px 0 40px;
    }

    .utc-hero-v2__title {
        font-size: clamp(28px, 8vw, 36px);
        letter-spacing: -0.5px;
    }

    .utc-hero-v2__subtitle {
        font-size: 15px;
        max-width: none;
    }

    .utc-hero-v2__actions {
        flex-direction: column;
        gap: 10px;
    }

    .utc-hero-v2__actions .utc-btn {
        width: 100%;
        justify-content: center;
        min-height: 48px;
    }

    .utc-hero-v2__grid {
        gap: 28px;
    }

    .utc-search-band {
        padding-bottom: 32px;
    }

    .utc-dashboard-mock {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .utc-dashboard-mock__sidebar {
        display: none;
    }

    .utc-dashboard-mock__main {
        padding: 14px;
    }

    .utc-dashboard-mock__stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .utc-dashboard-mock__stats strong {
        font-size: 16px;
    }

    .utc-dashboard-mock__panels {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .utc-dashboard-mock__panel {
        padding: 12px;
        min-width: 0;
    }

    .utc-dashboard-mock__applicant {
        align-items: center;
    }

    .utc-dashboard-mock__applicant .utc-badge {
        margin-left: auto;
        max-width: 100%;
        white-space: normal;
        text-align: center;
        line-height: 1.2;
    }

    .utc-float-card {
        display: flex;
        position: static;
        width: 100%;
        min-width: 0;
        margin: 0;
    }

    .utc-hero-v2__visual {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .utc-industry-grid,
    .utc-process {
        grid-template-columns: 1fr;
    }

    .utc-section__title {
        font-size: clamp(22px, 6vw, 28px);
    }

    .utc-prefooter-cta__inner {
        padding: 28px 20px;
        gap: 20px;
    }

    .utc-prefooter-cta__text h2 {
        font-size: 22px;
    }

    .utc-prefooter-cta__actions {
        width: 100%;
        flex-direction: column;
    }

    .utc-prefooter-cta__actions .utc-btn {
        width: 100%;
        justify-content: center;
        min-height: 48px;
    }

    .utc-footer__grid--v2 {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .utc-footer--v2 .utc-footer__brand-col {
        max-width: none;
    }

    .utc-footer--light {
        padding: 40px 0 24px;
    }

    .utc-platform-card,
    .utc-portal-card {
        padding: 24px 20px;
    }

    body.utcareers-home-v2 .utc-section {
        padding: 48px 0;
    }
}

@media (max-width: 480px) {
    .utc-container {
        width: min(100% - 24px, var(--utc-container));
    }

    .utc-hero-v2__title {
        font-size: 26px;
    }

    .utc-dashboard-mock__stats {
        grid-template-columns: 1fr 1fr;
    }

    .utc-dashboard-mock__applicant-info strong {
        font-size: 10px;
    }

    .utc-dashboard-mock__applicant {
        gap: 6px;
    }

    .utc-dashboard-mock__applicant .utc-badge {
        flex: 0 0 auto;
        margin-left: auto;
    }

    .utc-dashboard-mock__panel h4 {
        font-size: 10px;
    }

    .utc-badge {
        font-size: 8px;
        padding: 2px 6px;
    }

    .utc-trending {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .utc-trending__tags {
        flex-wrap: wrap;
    }

    .utc-footer__contact p {
        word-break: break-word;
    }
}
