/* HiringIQ — 9-section landing page */

body.page-hiringiq {
    --hiq-navy: #0a1172;
    --hiq-teal: #14857e;
    --hiq-green: #1d9a6e;
    --hiq-text: #4b5563;
    --hiq-muted: #5c6370;
    --hiq-bg: #f4f7fa;
    --hiq-bg-soft: #f8f9fa;
    --hiq-card-border: #e8edf3;
    --hiq-dark: #002b49;
    --hiq-icon-soft: #e8f4f8;
}

/* Buttons */
body.page-hiringiq .hiq-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    font-family: inherit;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.2;
    border-radius: 8px;
    text-decoration: none;
    transition:
        background-color var(--duration-ui) var(--ease-motion),
        color var(--duration-ui) var(--ease-motion),
        border-color var(--duration-ui) var(--ease-motion);
}

body.page-hiringiq .hiq-btn--primary {
    background: var(--hiq-navy);
    color: #ffffff;
    border: 2px solid var(--hiq-navy);
    box-shadow: 0 4px 14px rgba(10, 17, 114, 0.18);
}

body.page-hiringiq .hiq-btn--primary:hover {
    background: #080d5c;
    border-color: #080d5c;
}

body.page-hiringiq .hiq-btn--outline {
    background: #ffffff;
    color: var(--hiq-navy);
    border: 2px solid var(--hiq-navy);
}

body.page-hiringiq .hiq-btn--outline:hover {
    background: rgba(10, 17, 114, 0.05);
}

body.page-hiringiq .hiq-btn--teal {
    background: var(--hiq-teal);
    color: #ffffff;
    border: 2px solid var(--hiq-teal);
}

body.page-hiringiq .hiq-btn--teal:hover {
    background: #ffffff;
    color: var(--hiq-teal);
    border-color: var(--hiq-teal);
}

/* Shared */
body.page-hiringiq .hiq-eyebrow {
    margin: 0 0 14px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--hiq-teal);
}

body.page-hiringiq .hiq-eyebrow--light {
    color: #7dd3c8;
}

body.page-hiringiq .hiq-section-head {
    max-width: 900px;
    margin: 0 auto 48px;
    text-align: center;
}

body.page-hiringiq .hiq-section-head--light .hiq-section-head__title {
    color: #ffffff;
}

body.page-hiringiq .hiq-section-head__title {
    margin: 0;
    font-size: clamp(1.65rem, 3.2vw, 2.25rem);
    font-weight: 800;
    line-height: 1.22;
    letter-spacing: -0.03em;
    color: var(--hiq-navy);
}

body.page-hiringiq .hiq-section-head__lead {
    margin: 16px auto 0;
    max-width: 46rem;
    font-size: 1.0625rem;
    line-height: 1.65;
    color: var(--hiq-muted);
}

body.page-hiringiq .hiq-section-head__lead--light {
    color: #c5d4e8;
}

body.page-hiringiq .hiq-section-cta {
    margin-top: 44px;
    text-align: center;
}

body.page-hiringiq .hiq-icon-box {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
}

body.page-hiringiq .hiq-icon-box--soft {
    width: 48px;
    height: 48px;
}

body.page-hiringiq .hiq-icon-box--soft img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

/* Section 1 — Hero */
body.page-hiringiq .hiq-hero {
    padding: 56px 0 80px;
    background: var(--hiq-bg-soft);
}

body.page-hiringiq .hiq-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(36px, 5vw, 72px);
    align-items: center;
}

body.page-hiringiq .hiq-hero__title {
    margin: 0 0 22px;
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: var(--hiq-navy);
}

body.page-hiringiq .hiq-hero__accent {
    color: var(--hiq-teal);
}

body.page-hiringiq .hiq-hero__lead {
    max-width: 34rem;
    margin: 0 0 32px;
    font-size: 1.0625rem;
    line-height: 1.65;
    color: var(--hiq-text);
}

body.page-hiringiq .hiq-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

body.page-hiringiq .hiq-hero__visual {
    position: relative;
}

body.page-hiringiq .hiq-hero__image-wrap {
    border-radius: 18px;
    overflow: hidden;
    aspect-ratio: 3 / 2;
    box-shadow: 0 16px 48px rgba(15, 23, 42, 0.12);
}

body.page-hiringiq .hiq-hero__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.page-hiringiq .hiq-hero__float-card {
    position: absolute;
    right: 16px;
    bottom: 24px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
    width: min(100%, 230px);
    padding: 14px 16px;
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(15, 23, 42, 0.12);
}

body.page-hiringiq .hiq-hero__float-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    object-fit: contain;
}

body.page-hiringiq .hiq-hero__float-value {
    margin: 0 0 2px;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.2;
    color: var(--hiq-navy);
}

body.page-hiringiq .hiq-hero__float-caption {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.3;
    color: #64748b;
}

/* Section 2 — ATS */
body.page-hiringiq .hiq-ats {
    padding: 72px 0 80px;
    background: #ffffff;
}

body.page-hiringiq .hiq-ats__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: clamp(32px, 5vw, 56px);
    align-items: start;
    overflow: visible;
}

body.page-hiringiq .hiq-ats__grid > * {
    overflow: visible;
    min-width: 0;
}

body.page-hiringiq .hiq-ats__features {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

body.page-hiringiq .hiq-ats-feature {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 18px 20px;
    background: #ffffff;
    border: 1px solid var(--hiq-card-border);
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
}

body.page-hiringiq .hiq-ats-feature__icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    object-fit: contain;
}

body.page-hiringiq .hiq-ats-feature__title {
    margin: 0 0 6px;
    font-size: 1rem;
    font-weight: 700;
    color: var(--hiq-navy);
}

body.page-hiringiq .hiq-ats-feature__text {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--hiq-muted);
}

body.page-hiringiq .hiq-ats__showcase-title {
    margin: 0 0 8px;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--hiq-navy);
}

body.page-hiringiq .hiq-ats__showcase-text {
    margin: 0 0 20px;
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--hiq-muted);
}

body.page-hiringiq .hiq-ats__showcase {
    overflow: visible;
}

body.page-hiringiq .hiq-ats__mockup {
    line-height: 0;
    background: transparent;
    overflow: visible;
    padding: 12px 16px 20px 20px;
}

body.page-hiringiq .hiq-ats__mockup img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    object-fit: contain;
}

/* Section 3 — Pipeline */
body.page-hiringiq .hiq-pipeline {
    padding: 72px 0 80px;
    background: var(--hiq-bg);
}

body.page-hiringiq .hiq-pipeline__tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin: 0 0 48px;
    padding: 0;
    list-style: none;
}

body.page-hiringiq .hiq-pipeline-tab {
    position: relative;
    overflow: hidden;
    padding: 22px 18px 20px;
    background: #ffffff;
    border: 1px solid var(--hiq-card-border);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
    text-align: left;
}

body.page-hiringiq .hiq-pipeline-tab::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
}

body.page-hiringiq .hiq-pipeline-tab:nth-child(1)::before {
    background: linear-gradient(90deg, rgba(20, 133, 126, 0.22) 0%, rgba(20, 133, 126, 0.1) 38%, rgba(255, 255, 255, 0) 72%);
}

body.page-hiringiq .hiq-pipeline-tab:nth-child(2)::before {
    background: linear-gradient(90deg, rgba(124, 108, 220, 0.2) 0%, rgba(124, 108, 220, 0.09) 38%, rgba(255, 255, 255, 0) 72%);
}

body.page-hiringiq .hiq-pipeline-tab:nth-child(3)::before {
    background: linear-gradient(90deg, rgba(45, 180, 120, 0.18) 0%, rgba(45, 180, 120, 0.08) 38%, rgba(255, 255, 255, 0) 72%);
}

body.page-hiringiq .hiq-pipeline-tab:nth-child(4)::before {
    background: linear-gradient(90deg, rgba(72, 145, 220, 0.18) 0%, rgba(72, 145, 220, 0.08) 38%, rgba(255, 255, 255, 0) 72%);
}

body.page-hiringiq .hiq-pipeline-tab__head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}

body.page-hiringiq .hiq-pipeline-tab__icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    margin: 2px 0 0;
    object-fit: contain;
}

body.page-hiringiq .hiq-pipeline-tab__title {
    margin: 0;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.35;
    color: var(--hiq-navy);
}

body.page-hiringiq .hiq-pipeline-tab__text {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: var(--hiq-muted);
}

body.page-hiringiq .hiq-pipeline__split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(32px, 5vw, 56px);
    align-items: start;
}

body.page-hiringiq .hiq-pipeline__steps-title {
    margin: 0 0 24px;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--hiq-navy);
}

body.page-hiringiq .hiq-pipeline__steps {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.page-hiringiq .hiq-pipeline-step:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 20px;
    top: 40px;
    bottom: 0;
    width: 2px;
    transform: translateX(-50%);
    background: rgba(20, 133, 126, 0.35);
    z-index: 0;
}

body.page-hiringiq .hiq-pipeline-step {
    position: relative;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 0 0 28px 56px;
}

body.page-hiringiq .hiq-pipeline-step:last-child {
    padding-bottom: 0;
}

body.page-hiringiq .hiq-pipeline-step__badge {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--hiq-teal);
    font-size: 0.8125rem;
    font-weight: 700;
    color: #ffffff;
}

body.page-hiringiq .hiq-pipeline-step__title {
    margin: 0 0 8px;
    font-size: 1rem;
    font-weight: 700;
    color: var(--hiq-navy);
}

body.page-hiringiq .hiq-pipeline-step p {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--hiq-muted);
}

/* Talent pool mockup card */
body.page-hiringiq .hiq-pool-card {
    padding: 28px 24px 24px;
    background: #002140;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    color: #ffffff;
    box-shadow: 0 18px 44px rgba(0, 20, 50, 0.32);
}

body.page-hiringiq .hiq-pool-card__head h3 {
    margin: 0 0 8px;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.35;
    color: #ffffff;
}

body.page-hiringiq .hiq-pool-card__head p {
    margin: 0 0 24px;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: #8ea4c4;
}

body.page-hiringiq .hiq-pool-card__list {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

body.page-hiringiq .hiq-pool-card__list li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    margin-bottom: 12px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    background-color: #0a2d4f;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.04) 42%, rgba(255, 255, 255, 0.01) 100%);
}

body.page-hiringiq .hiq-pool-card__list li:last-child {
    margin-bottom: 0;
}

body.page-hiringiq .hiq-pool-card__avatar {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--hiq-teal);
    font-size: 0.8125rem;
    font-weight: 700;
    color: #ffffff;
}

body.page-hiringiq .hiq-pool-card__info {
    flex: 1;
    min-width: 0;
}

body.page-hiringiq .hiq-pool-card__info strong {
    display: block;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #ffffff;
}

body.page-hiringiq .hiq-pool-card__info small {
    display: block;
    margin-top: 3px;
    font-size: 0.75rem;
    line-height: 1.4;
    color: #8ea4c4;
}

body.page-hiringiq .hiq-pool-card__score {
    flex-shrink: 0;
    font-size: 1rem;
    font-weight: 700;
    color: #3ecfb8;
}

body.page-hiringiq .hiq-pool-card__stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

body.page-hiringiq .hiq-pool-card__stats div {
    padding: 18px 14px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    text-align: center;
    background-color: #0a2d4f;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.04) 42%, rgba(255, 255, 255, 0.01) 100%);
}

body.page-hiringiq .hiq-pool-card__stats strong {
    display: block;
    font-size: 1.375rem;
    font-weight: 800;
    line-height: 1.2;
    color: #ffffff;
}

body.page-hiringiq .hiq-pool-card__stats span {
    display: block;
    margin-top: 6px;
    font-size: 0.75rem;
    line-height: 1.35;
    color: #8ea4c4;
}

/* Section 4 — Agency problem */
body.page-hiringiq .hiq-agency {
    padding: 72px 0 80px;
    background: var(--hiq-dark);
}

body.page-hiringiq .hiq-agency__cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.page-hiringiq .hiq-agency-card {
    padding: 24px 22px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
}

body.page-hiringiq .hiq-agency-card__title {
    margin: 0 0 12px;
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
}

body.page-hiringiq .hiq-agency-card__text {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.6;
    color: #a8b8d4;
}

/* Section 5 — Reskill */
body.page-hiringiq .hiq-reskill {
    padding: 72px 0 80px;
    background: var(--hiq-bg);
}

body.page-hiringiq .hiq-reskill__label {
    margin: 0 0 20px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--hiq-teal);
}

body.page-hiringiq .hiq-reskill__label:not(:first-of-type) {
    margin-top: 36px;
}

body.page-hiringiq .hiq-reskill__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.page-hiringiq .hiq-reskill-card {
    padding: 24px 20px;
    background: #ffffff;
    border: 1px solid var(--hiq-card-border);
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
}

body.page-hiringiq .hiq-reskill-card .hiq-icon-box {
    margin-bottom: 14px;
}

body.page-hiringiq .hiq-reskill-card__title {
    margin: 0 0 10px;
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--hiq-navy);
}

body.page-hiringiq .hiq-reskill-card__text {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--hiq-muted);
}

/* Section 6 — Why */
body.page-hiringiq .hiq-why {
    padding: 72px 0 80px;
    background: #ffffff;
}

body.page-hiringiq .hiq-why__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.page-hiringiq .hiq-why-card {
    padding: 28px 24px;
    background: #ffffff;
    border: 1px solid rgba(229, 231, 235, 1);
    border-radius: 14px;
}

body.page-hiringiq .hiq-why-card__title {
    margin: 0 0 10px;
    font-size: 1rem;
    font-weight: 700;
    color: var(--hiq-navy);
}

body.page-hiringiq .hiq-why-card__text {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.65;
    color: var(--hiq-muted);
}

/* Section 7 — Workflow */
body.page-hiringiq .hiq-workflow {
    padding: 72px 0 80px;
    background: var(--hiq-bg-soft);
}

body.page-hiringiq .hiq-workflow__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.page-hiringiq .hiq-workflow-card {
    padding: 32px 24px;
    min-height: 200px;
    background: #ffffff;
    border: 1px solid var(--hiq-card-border);
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
}

body.page-hiringiq .hiq-workflow-card--featured {
    background: var(--hiq-navy);
    border-color: var(--hiq-navy);
    border-radius: 40px;
    box-shadow:
        0 30px 60px rgba(20, 133, 126, 0.22),
        0 12px 28px rgba(10, 17, 114, 0.12);
}

body.page-hiringiq .hiq-workflow-card__step {
    margin: 0 0 14px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--hiq-teal);
}

body.page-hiringiq .hiq-workflow-card--featured .hiq-workflow-card__step {
    color: #7dd3c8;
}

body.page-hiringiq .hiq-workflow-card__title {
    margin: 0 0 12px;
    font-size: 1.0625rem;
    font-weight: 700;
    color: var(--hiq-navy);
}

body.page-hiringiq .hiq-workflow-card--featured .hiq-workflow-card__title {
    color: #ffffff;
}

body.page-hiringiq .hiq-workflow-card__text {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--hiq-muted);
}

body.page-hiringiq .hiq-workflow-card--featured .hiq-workflow-card__text {
    color: #c5cfe8;
}

/* Section 8 — Audience table */
body.page-hiringiq .hiq-audience {
    padding: 72px 0 80px;
    background: #ffffff;
}

body.page-hiringiq .hiq-audience__table-wrap {
    overflow-x: auto;
    border-radius: 14px;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.08);
}

body.page-hiringiq .hiq-audience__table {
    width: 100%;
    min-width: 560px;
    border-collapse: collapse;
    background: #ffffff;
}

body.page-hiringiq .hiq-audience__table thead th {
    padding: 18px 24px;
    font-size: 0.9375rem;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    background: var(--hiq-teal);
}

body.page-hiringiq .hiq-audience__table tbody th,
body.page-hiringiq .hiq-audience__table tbody td {
    padding: 18px 24px;
    font-size: 0.9375rem;
    line-height: 1.5;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid var(--hiq-card-border);
}

body.page-hiringiq .hiq-audience__table tbody th {
    font-weight: 700;
    color: var(--hiq-navy);
    width: 38%;
}

body.page-hiringiq .hiq-audience__table tbody td {
    color: var(--hiq-muted);
}

body.page-hiringiq .hiq-audience__row--alt th,
body.page-hiringiq .hiq-audience__row--alt td {
    background: var(--hiq-bg);
}

body.page-hiringiq .hiq-audience__row--alt th {
    border-left: 4px solid #3b82f6;
}

body.page-hiringiq .hiq-audience__table tbody tr:last-child th,
body.page-hiringiq .hiq-audience__table tbody tr:last-child td {
    border-bottom: none;
}

/* Section 9 — CTA */
body.page-hiringiq .hiq-cta {
    padding: 80px 0 96px;
    background: var(--hiq-bg-soft);
}

body.page-hiringiq .hiq-cta__inner {
    max-width: 820px;
    margin-inline: auto;
    text-align: center;
}

body.page-hiringiq .hiq-cta__title {
    margin: 0 0 20px;
    font-size: clamp(1.75rem, 3.4vw, 2.375rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: var(--hiq-navy);
}

body.page-hiringiq .hiq-cta__lead {
    max-width: 42rem;
    margin: 0 auto 36px;
    font-size: 1.0625rem;
    line-height: 1.65;
    color: var(--hiq-text);
}

body.page-hiringiq .hiq-cta__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

/* Responsive */
@media (max-width: 1100px) {
    body.page-hiringiq .hiq-pipeline__tabs,
    body.page-hiringiq .hiq-agency__cards,
    body.page-hiringiq .hiq-reskill__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.page-hiringiq .hiq-workflow__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.page-hiringiq .hiq-why__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    body.page-hiringiq .hiq-hero__grid,
    body.page-hiringiq .hiq-ats__grid,
    body.page-hiringiq .hiq-pipeline__split {
        grid-template-columns: 1fr;
    }

    body.page-hiringiq .hiq-hero__visual {
        order: -1;
        max-width: 520px;
        margin-inline: auto;
    }

    body.page-hiringiq .hiq-ats__showcase {
        order: -1;
    }
}

@media (max-width: 640px) {
    body.page-hiringiq .hiq-hero,
    body.page-hiringiq .hiq-ats,
    body.page-hiringiq .hiq-pipeline,
    body.page-hiringiq .hiq-agency,
    body.page-hiringiq .hiq-reskill,
    body.page-hiringiq .hiq-why,
    body.page-hiringiq .hiq-workflow,
    body.page-hiringiq .hiq-audience {
        padding: 56px 0 64px;
    }

    body.page-hiringiq .hiq-section-head {
        margin-bottom: 32px;
        text-align: left;
    }

    body.page-hiringiq .hiq-hero__actions,
    body.page-hiringiq .hiq-cta__actions {
        flex-direction: column;
        align-items: stretch;
    }

    body.page-hiringiq .hiq-hero__float-card {
        position: static;
        width: 100%;
        margin-top: 16px;
    }

    body.page-hiringiq .hiq-pipeline__tabs,
    body.page-hiringiq .hiq-agency__cards,
    body.page-hiringiq .hiq-reskill__grid,
    body.page-hiringiq .hiq-workflow__grid,
    body.page-hiringiq .hiq-why__grid {
        grid-template-columns: 1fr;
    }

    body.page-hiringiq .hiq-btn {
        width: 100%;
    }

    body.page-hiringiq .hiq-cta {
        padding: 56px 0 72px;
    }

    body.page-hiringiq .hiq-cta__inner {
        text-align: left;
    }
}
